@font-face {
    font-family: 'fontello';
    src: url('../fonts/fontello.eot?72845299');
    src: url('../fonts/fontello.eot?72845299#iefix') format('embedded-opentype'), url('../fonts/fontello.woff2?72845299') format('woff2'), url('../fonts/fontello.woff?72845299') format('woff'), url('../fonts/fontello.ttf?72845299') format('truetype'), url('../fonts/fontello.svg?72845299#fontello') format('svg');
    font-weight: normal;
    font-style: normal;
}

.grecaptcha-badge {
    display: none!important;
}


/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */


/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */


/*
  @media screen and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
      font-family: 'fontello';
      src: url('../fonts/fontello.svg?72845299#fontello') format('svg');
    }
  }
  */

.ymaps-2-1-79-balloon-pane {
    z-index: 8888!important;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: never;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    /* opacity: .8; */
    /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;
    /* fix buttons height, for twitter bootstrap */
    line-height: 1em;
    /* Animation center compensation - margins should be symmetric */
    /* remove if not needed */
    margin-left: .2em;
    /* you can be more comfortable with increased icons size */
    /* font-size: 120%; */
    /* Font smoothing. That was taken from TWBS */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /* Uncomment for 3D effect */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-check:before {
    content: '\e800';
}


/* '' */

.icon-check-empty:before {
    content: '\f096';
}


/* '' */

:root {
    --blue: #2e6dbb;
    --orange: #fe7800;
    --red: #d13333;
}

html {
    color: #2d2d2d;
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    overflow-x: hidden;
    position: relative;
}

body {
    overflow-x: hidden;
    margin: 0;
    position: relative;
}

body.compensate-for-scrollbar {
    margin: 0;
}

section {
    position: relative;
}

 ::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

 ::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

a {
    text-decoration: none;
}

a,
div,
button,
input {
    -webkit-tap-highlight-color: #00000000
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

textarea {
    resize: vertical;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

.sr-only {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px;
    /* 1 */
}

.sr-only.focusable:active,
.sr-only.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    white-space: inherit;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}

.clearfix:after {
    clear: both;
}


/* adm Styles */

input,
textarea,
select {
    outline: none;
}

.upcase {
    text-transform: uppercase;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.image-fluid {
    max-width: 100%;
    height: auto;
}

.container,
.container-fluid {
    box-sizing: border-box;
}

.pos-r {
    position: relative;
}

main {
    min-height: 80vh;
}

h2 {
    font-size: 2.5em;
    font-family: 'Amatic SC', cursive;
}

h3 {
    font-size: 1.6em;
    font-weight: 500;
    font-family: 'Amatic SC', cursive;
}

header {
    width: 100%;
    z-index: 22;
    position: relative;
    background: rgb(255, 255, 255);
    background: linear-gradient( 0deg, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 1) 100%);
}

header .bottom {
    transition: 0.2s;
}

html.scroll header .bottom {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    background: #fff;
    box-shadow: 0 0 10px -3px #000;
}


/* html.scroll header .bottom .bottom__wrapper {
    padding: 1em 0 1em 0;
} */

html.scroll header .logo span {
    font-size: 1.2em;
}

html.scroll header .header-phone a {
    font-size: 33px;
}

html.scroll header .header-phone span a {
    font-size: 1em;
}

header .logo img {
    width: 120px;
    /* filter: drop-shadow(3px 4px 6px #fff) drop-shadow(3px 4px 10px #fff); */
}

header .logo span {
    font-family: 'Open Sans', sans-serif;
    display: block;
    text-transform: none;
    text-align: center;
    margin-top: 5px;
    font-size: 1.4em;
    color: var(--blue)
}

.header-phone a {
    font-family: 'Montserrat', sans-serif;
    font-size: 36px;
    color: var(--orange)!important;
    font-weight: 500;
}

.header-phone span a {
    display: block;
    text-align: center;
    margin-top: 5px;
    text-decoration: underline;
    cursor: pointer;
    font-size: 1em;
    color: #000!important;
}

html.scroll header .bottom a {
    color: #000
}

html.scroll header .bottom__wrapper {
    align-items: center;
}

html.scroll header .logo img {
    width: 111px;
}

header .header-contacts__left a {
    margin-right: 10px;
}

header .header-contacts__right i {
    font-size: 1.5em;
    line-height: 1;
}

header .bottom__wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1em 0 1em 0;
}

header nav {
    min-width: 960px;
}

header nav ul {
    display: flex;
    justify-content: space-between;
}

header nav ul li a {
    font-family: 'Caveat', cursive;
    transition: 0.5s;
    font-size: 32px;
    color: #353535;
    font-weight: 600;
}

.mob-menu {
    flex-direction: column;
    justify-content: space-between;
    height: 30px;
    cursor: pointer;
    z-index: 99;
}

.mob-menu span {
    display: block;
    width: 30px;
    height: 4px;
    background-color: var(--blue);
}

.wsub ul {
    display: none;
}

.main {
    position: relative;
    margin-top: -150px;
    overflow: hidden;
}

.main h1 {
    position: absolute;
    width: 930px;
    text-align: center;
    margin: auto;
    top: 12%;
    left: calc(50% - 465px);
    font-size: 63px;
    font-family: 'Caveat', cursive;
    color: #fff;
    text-shadow: 8px 9px 7px var(--blue);
}

.mainbg {
    width: 100%;
    object-fit: cover;
    height: 100vh;
    object-position: bottom;
}

.taxi {
    position: absolute;
    bottom: 3em;
    text-align: center;
    z-index: 1;
    width: 50%;
}

.taxi img {
    max-width: 100%;
}

.mainkids {
    position: absolute;
    bottom: -3em;
    text-align: center;
    z-index: 1;
    width: 100%;
}

.bgchecks {
    background-image: url(../img/bgchecks.jpg);
    background-repeat: repeat-x;
    width: 100%;
    height: 50px;
}

.calc-form {
    width: 880px;
    margin: auto;
    margin-bottom: 5em;
    background: #fff;
    position: relative;
    top: -5em;
    padding: 2em 3em;
    z-index: 1;
    border-radius: 2.2em;
    box-shadow: -6px 9px 37px 4px #7d88ab;
}

.title1 .logo,
.title1 h2 {
    text-align: center;
}

.title1 .logo img {
    width: 150px;
}

.title1 h2 {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 3em;
}

.form-field.wmark {
    position: relative;
}

.form-field.wmark img {
    position: absolute;
    top: 0;
    left: 0;
}

.form-field.wmark {
    position: relative;
    padding-left: 60px;
    margin-bottom: 1em;
}

.form-group input {
    width: 100%;
    font-family: 'Caveat', cursive;
    border: none;
    border-bottom: 2px solid;
    padding: 5px 0;
    font-size: 45px;
    font-weight: 600;
}

.form-group input[type="submit"] {
    font-family: 'Amatic SC', cursive;
    font-size: 40px;
    background-color: var(--blue);
    color: #fff;
    border-radius: 1em;
    cursor: pointer;
    font-weight: 500;
}

.falsesubmit {
    font-family: 'Amatic SC', cursive;
    font-size: 40px;
    background-color: #2e6dbb;
    color: #fff;
    border-radius: 1em;
    cursor: pointer;
    font-weight: 500;
    text-align: center;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .16);
    transition: .2s;
}

.falsesubmit:hover {
    background-color: #2e6dbbe3
}

.form-group a {
    font-family: 'Caveat', cursive;
    font-size: 45px;
    cursor: pointer;
    font-weight: 600;
}

.form-group.submit {
    margin: 0;
    margin-top: 3em;
    margin-bottom: 1em;
}

.job-form .form-group input {
    width: 100%;
    font-family: 'Montserrat', sans-serif;
    border: none;
    border-bottom: 1px solid;
    padding: 5px 0;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 15px;
}

.job-form .staj {
    display: flex;
    flex-wrap: wrap;
}

.job-form .staj span {
    margin-right: 1em;
}

.job-form .staj span:first-child {
    flex: 1 0 100%;
    font-weight: 900;
    margin: 0;
    margin-top: 1em;
    display: inline-block;
}

.calcMap {
    position: fixed;
    display: block;
    width: 100vw;
    height: 100vh;
    z-index: 999;
    padding: 3em;
    top: 0;
    left: 0;
    box-sizing: border-box;
}

#map {
    width: 100%;
    height: 100%;
    background-color: #dddddd;
    border: 5px;
    border-style: outset;
    border-color: var(--blue);
}

.closemap {
    position: absolute;
    right: 44px;
    top: 17px;
    font-size: 1.4em;
    color: #fff;
    text-transform: uppercase;
    font-weight: 900;
    cursor: pointer;
    background-color: var(--blue);
    padding: 5px 15px;
    border-radius: 10px 10px 0 0;
}

#mapResult {
    font-size: 18px;
    padding: 30px 15px;
    font-family: 'Montserrat', sans-serif;
}

#mapResult span {
    white-space: nowrap;
}

.getback {
    cursor: pointer;
    font-size: 18px;
}

.rezerv {
    font-size: 18px;
    margin-top: 10px;
}

.rezerv.show {
    /* display: block; */
    position: relative;
}

.backTime {
    visibility: hidden;
}

.backTime.show {
    visibility: visible;
}

.rezerv:after {
    /* content: 'Резерв включается при выборе даты позже чем завтрашний день';
    position: absolute;
    bottom: -13px;
    width: 135px;
    text-align: center;
    white-space: break-spaces;
    left: 11px;
    color: #000;
    background-color: #fff;
    border: 1px solid var(--blue);
    border-radius: 3px;
    font-size: 12px;
    padding: 3px;
    line-height: 0.8;
    z-index: 9999;
    visibility: hidden;
    opacity: 0;
    transition: 0.2s; */
}

.rezerv.show:hover:after {
    visibility: visible;
    opacity: 1;
}

.getback.show .icon-check-empty,
.rezerv.show .icon-check-empty {
    display: none;
}

.getback.show .icon-check,
.rezerv.show .icon-check {
    display: inline-block;
}

.getback .icon-check,
.rezerv .icon-check {
    display: none;
}

.getback .icon-check-empty,
.rezerv .icon-check-empty {
    display: inline-block;
}

.rezervDate {
    /* visibility: hidden; */
    /* display: flex */
}

.rezervDate input {
    margin: 5px;
    font-size: 18px;
}

.mapSubmit {
    display: block;
    background-color: #fff;
    padding: 5px;
    color: var(--red);
    text-transform: uppercase;
    cursor: pointer;
    margin-top: 20px;
    text-align: center;
    border: 2px solid var(--red);
}

.mapSubmit:hover {
    color: #fff;
    background-color: var(--red);
}

.mapPrice {
    font-weight: 900;
    font-size: 20px;
    color: green;
}

.finalForm {
    position: absolute;
    z-index: 99;
    width: 100%;
    height: 100%;
    background-color: #2d2e5e75;
    display: flex;
    justify-content: center;
    align-items: center;
}

.finalForm .wpcf7 {
    background-color: #fff;
    padding: 2em;
}

.calcCancel {
    color: var(--red);
    font-weight: 900;
    cursor: pointer;
}

.calcData [type="submit"] {
    margin-top: 25px;
}

.calc-result {
    line-height: 1.8;
}

.video-block {
    position: relative;
    width: 1100px;
    margin: auto;
    margin-bottom: 10em;
}

.video-wrapper {
    position: absolute;
    top: 13%;
    left: 10%;
    width: 55%;
    height: 55%;
    z-index: 2;
}

.video-wrapper .back {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 25px;
    left: 25px;
    background-color: var(--blue);
    z-index: 1;
}

.video-wrapper .front {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #000;
    border: 10px solid var(--orange);
    z-index: 1;
}

.video-wrapper .front .preview {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.video-wrapper .front .play {
    position: absolute;
    left: calc(50% - 50px);
    top: calc(50% - 50px);
    filter: drop-shadow(5px 7px 4px black);
    transition: 0.3s;
    will-change: transforn;
}

.video-wrapper .front .play:hover {
    transform: scale(1.03);
}

.videobg {
    width: 100%;
    height: auto;
    z-index: -1;
}

.taxiwshadow {
    position: absolute;
    bottom: -4em;
    left: 15%;
}

.swiper-step-slider .def-prev,
.swiper-step-slider .def-next {
    display: none;
}

.step-slider .title1 {
    margin: 50px 0;
}

.message {
    position: relative;
}

.message .message-cloud {
    position: absolute;
    right: 6%;
    top: 0;
    z-index: -1;
}

.message .message-text {
    position: absolute;
    left: 0%;
    bottom: 0%;
}

.message-text p {
    margin: 0% 33% 4% 9%;
    font-family: 'Caveat', cursive;
    font-size: 34px;
    font-weight: 600;
}

div[class*="step-sliden"] {
    margin: 3em 0;
}

div.step-slide-decor {
    margin: 20px 0;
    position: relative;
}

div.swiper-step-slider {
    margin-bottom: 0;
}

.step-slide-decor img {
    max-width: 50%;
}

.slide-num span {
    background-color: #bed8eb;
    font-family: 'Caveat', cursive;
    color: var(--blue);
    font-size: 50px;
    border-radius: 50%;
    display: inline-block;
    width: 55px;
    padding-right: 5px;
    font-weight: 900;
    height: 60px;
    line-height: 1;
    text-align: center;
}

.step-text p {
    margin: 0;
    font-family: 'Caveat', cursive;
    font-size: 35px;
    font-weight: 600;
    margin-right: 20%;
}

.stepcar {
    position: absolute;
    right: -30%;
    bottom: -15%;
}

.info-block {
    padding: 0 10%;
}

.info-block h3 {
    font-size: 3em;
    line-height: 0.9;
    color: var(--orange);
    margin: 15px 0;
}

.info-block p {
    margin: 0;
    font-family: 'Caveat', cursive;
    font-size: 35px;
    font-weight: 600;
    text-shadow: 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff;
}

.faq-block {
    margin-top: 4em;
    margin-bottom: 2em;
}

.testimonials-block .swiper-wrapper {
    align-items: center;
}

.tstnml {
    padding: 0 10%;
    padding-top: 1em;
    padding-bottom: 2em;
}

.testimonials-img {
    max-width: 100%;
    box-shadow: 5px 6px 20px 4px #aaa;
}

.mainbg-2 {
    margin-top: -100px;
    z-index: -1;
    position: relative;
}

.mainbg-2 img {
    width: 100%;
    height: auto;
}

.btn {
    font-family: 'Amatic SC', cursive;
    font-size: 40px;
    background-color: var(--blue);
    color: #fff;
    border-radius: 1em;
    cursor: pointer;
    font-weight: 500;
    padding: 5px 20px;
}

.tst1 img {
    padding-top: 50px;
}

.tst3 img {
    padding-top: 30px;
}

.testimonials-block .title1 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.testimonial-btn {
    padding-top: 20px;
    padding-bottom: 30px;
}

.main-form {
    max-width: 1199px;
    margin: auto;
}

.form-block {
    background-color: #bfdde7;
    aspect-ratio: 16/9.4;
    background-position-x: center;
    background-position-y: top;
    background-size: 100%;
    background-repeat: no-repeat;
}

.form-block .title1 {
    padding: 30px 0;
}

.main-form input {
    background-color: #fff;
    border-radius: 3em;
    border: none;
    box-sizing: border-box;
    padding: 5px 20px;
    margin-bottom: 15px;
}

.main-form .form-group.submit {
    margin-top: 1em;
    margin-bottom: 0em;
}

footer {
    background-color: var(--blue);
    padding: 50px;
}

.page-title h1 {
    font-family: 'Amatic SC', cursive;
    color: var(--blue);
    font-size: 3.8em;
    line-height: 0.6;
    position: relative;
}

.page-title h2 {
    font-family: 'Amatic SC', cursive;
    color: var(--red);
    font-size: 3em;
    position: relative;
    margin-bottom: 15px;
}

.sq-decor {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-color: #ffb400;
    position: relative;
}

.sq-decor:before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background-color: #f94c00;
    position: absolute;
    left: -40px;
}

.sq-decor:after {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background-color: #21932c;
    margin-left: 40px;
    position: absolute;
}

.page-title h1 .sq-decor {
    position: absolute;
    margin-left: 60px;
}

.page-title h2 .sq-decor {
    position: absolute;
    bottom: 100%;
    left: 40px;
}

.text-block {
    margin: 50px 0;
    line-height: 1.5;
}

.text-block ul {
    list-style: disc;
    margin-left: 1em;
}

.twopic {
    display: flex;
    align-items: flex-start;
}

.twopic img {
    width: 100%;
}

.twopic .pic1 {
    width: 40%;
    position: relative;
    z-index: 1;
}

.twopic .pic2 {
    width: 60%;
    margin-top: 50px;
}

.onepic {
    display: flex;
    align-items: center;
}

.onepic .pic1 {
    width: 60%;
}

.onepic img {
    width: 100%;
}

.pic-text-block {
    background-color: #189f42;
    padding: 50px 60px;
    width: 30%;
    position: relative;
    left: -5em;
}

.pic-text-block p {
    position: relative;
    color: #fff;
}

.pic-text-block p .sq-decor {
    position: absolute;
    bottom: calc(100% + 20px);
    left: 40px;
}

.sq-decor.light:after {
    background-color: #fff;
}

.pic-decor {
    position: absolute;
    display: flex;
}

.twopic .pic1 .pic-decor {
    right: -8em;
    bottom: 0;
}

.onepic .pic1 .pic-decor {
    right: 0;
    bottom: 0;
}

.triplepic .pic3 .pic-decor {
    right: 0;
    bottom: 0;
}

.pic-decor span {
    width: 8em;
    aspect-ratio: 1/1;
    display: block;
}

.triplepic .pic3 span {
    width: 2em;
}

.pic1,
.pic2,
.pic3 {
    position: relative;
}

.pic-decor span:first-child {
    background-color: #d13333;
}

.pic-decor span:nth-child(2) {
    background-color: #21932c;
    position: relative;
    top: -8em;
}

.pic-decor span:last-child {
    background-color: #ffb400;
}

.triplepic .pic3 .pic-decor span:nth-child(2) {
    top: -2em;
}

.triplepic {
    display: flex;
    align-items: flex-start;
}

.triplepic img {
    width: 100%;
}

.triplepic .pic1 {}

.triplepic .pic2 {
    position: relative;
    margin-top: 10em;
    left: -5em;
    width: 36%;
    z-index: -1;
}

.triplepic .pic3 {
    position: relative;
    left: -9em;
}

.triplepic .pic-text-block {
    background-color: #f94c00;
    padding: 50px 60px;
    width: 70%;
    position: relative;
    left: -17em;
    top: -4em;
}

.triplepic .sq-decor:before {
    background-color: #189f42;
}

.single-form .form-group input {
    width: 100%;
    font-family: 'Montserrat', sans-serif;
    border: 1px solid #2e6dbb;
    border-bottom: none;
    padding: 15px 20px;
    margin-bottom: 15px;
    font-size: 25px;
    font-weight: 500;
    border-radius: 2em;
    box-shadow: 3px 5px 5px -2px #2e6dbb;
    color: #2e6dbb;
}

.single-form .form-group input[type="submit"] {
    font-family: 'Amatic SC', cursive;
    color: #fff;
    font-size: 2.5em;
}

table {
    width: 100%;
    margin-bottom: 20px;
    border: 1px solid #dddddd;
    border-collapse: collapse;
}

table thead {
    background-color: var(--orange);
    font-family: 'Amatic SC', cursive;
    text-align: center;
    font-size: 1.5em;
    font-weight: 900;
}

table thead tr td {
    padding: 5px;
}

table td {
    border: 1px solid #dddddd;
    padding: 5px;
}

table tbody td {
    text-align: center;
    padding: 10px;
    background-color: #d5e5f3;
}

@media screen and (max-width: 1600px) {
    html {
        font-size: 16px;
    }
    header nav ul li a {
        font-size: 25px;
    }
    header nav {
        min-width: 740px;
    }
    .header-phone {
        text-align: right;
    }
    .header-phone a {
        font-size: 25px;
    }
    header .logo img {
        width: 145px;
    }
    html.scroll header .header-phone a {
        font-size: 25px;
    }
    .mainbg {
        height: 810px;
        width: 100%;
        object-fit: cover;
    }
    .main h1 {
        width: 730px;
        top: 17%;
        left: calc(50% - 365px);
        font-size: 45px;
    }
    .mainkids img {
        width: 500px;
    }
    .main {
        margin-top: -120px;
    }
    .triplepic .pic2 {
        z-index: 0;
    }
}

@media screen and (max-width: 1199px) {
    .calcMap {
        padding: 3em 0;
        width: 100%;
    }
    .calcMap #map {
        box-sizing: border-box;
    }
    header .bottom__wrapper a {
        font-size: 20px;
    }
    header .bottom__wrapper .header-phone span a {
        font-size: 14px;
    }
    .form-group input {
        font-size: 25px;
    }
    .form-group input[type="submit"] {
        font-size: 25px;
    }
    header .logo img {
        width: 111px;
    }
    header nav {
        min-width: 640px;
    }
    h2 {
        font-size: 2em;
    }
    h3 {
        font-size: 1.4em;
    }
    .form-group.submit {
        justify-content: center;
    }
    .form-group.submit input[type="submit"] {
        margin-top: 30px;
    }
    .videobg {
        display: none;
    }
    .swiper-step-slider .def-prev,
    .swiper-step-slider .def-next {
        display: block;
    }
    .video-block {
        width: auto;
    }
    .video-wrapper {
        position: relative;
        top: unset;
        left: unset;
        margin: auto;
    }
    .taxiwshadow {
        position: relative;
        bottom: -4em;
        left: 25%;
    }
    .mainbg-2 {
        display: none;
    }
    .main-form {
        max-width: 750px;
    }
    .triplepic .pic3 {
        display: none;
    }
}

@media screen and (max-width: 992px) {
    .message .message-cloud {
        display: none;
    }
    .message-text p {
        margin: 0% 8% 9% 10%;
        font-size: 27px;
    }
    .message-bg img {
        max-width: 100%;
    }
    .taxi {
        display: none;
    }
    .main {
        margin-top: -95px;
    }
    header nav {
        position: fixed;
        top: 0;
        left: 0;
        background-color: #fff;
        width: 100vw;
        background-image: url(../img/menubg.jpg);
        height: 100vh;
        box-sizing: border-box;
        background-size: cover;
        z-index: 99;
        padding: 1em;
        transform: translateY(-100%);
        transition: transform 0.5s cubic-bezier(1, 0.01, 0.58, 1), box-shadow 0.5s linear;
        will-change: transform;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        text-align: center;
    }
    html.opnmenu header nav {
        transform: translateX(0%);
    }
    header .bottom__wrapper nav ul li a {
        font-size: 2.5em;
        font-family: 'Amatic SC', cursive;
        color: #fff;
    }
    header nav .logo img {
        width: 50%;
    }
    .header-phone {
        text-align: center;
    }
    header nav ul {
        flex-direction: column;
    }
    header nav ul>li {
        margin: 5px 0 10px 0;
    }
    header .bottom__wrapper a {
        font-size: unset;
    }
    header nav .header-phone a {
        font-size: 2.5em;
    }
    header nav .header-phone span a {
        font-size: 1.2em;
        color: #fff;
    }
    header nav .logo span {
        font-size: 2em;
        margin-top: 15px;
    }
    html.opnmenu header .mob-menu span {
        width: 35px;
        height: 2px;
    }
    html.opnmenu header .mob-menu span:first-child {
        transform: rotate(45deg) translate(15px, 15px);
    }
    html.opnmenu header .mob-menu span:nth-child(2) {
        display: none;
    }
    html.opnmenu header .mob-menu span:last-child {
        transform: rotate( -45deg) translate(5px, -5px);
    }
    h2 {
        font-size: 1.7em;
    }
    h3 {
        font-size: 1.3em;
    }
    .calc-form {
        width: auto;
        top: 0em;
        border-radius: 0;
        box-shadow: none;
    }
    .slide-num,
    div.step-slide-decor,
    .step-text {
        text-align: center;
    }
    .step-text p {
        margin: auto;
    }
    .stepcar {
        display: none;
    }
    .step-slide6 {
        text-align: center;
    }
    header .bottom__wrapper {
        padding: 1em 1em 1em 1em;
    }
    .taxiwshadow {
        left: 12%;
        max-width: 100%;
    }
    .video-wrapper {
        width: calc(100% - 100px);
    }
    .form-group input {
        font-size: 30px;
    }
    .form-group a {
        font-size: 35px;
    }
    .form-group.submit input[type="submit"] {
        margin-top: 0px;
        font-size: 25px;
    }
    .form-block .title1 {
        padding: 15px 0;
    }
    .form-block {
        aspect-ratio: unset;
        width: 100%;
        min-height: 680px;
        background-size: cover;
    }
    .bgchecks {
        display: none;
    }
    html.scroll header .bottom a {
        color: #fff;
    }
    html.scroll header nav .logo img {
        width: 50%;
    }
    html.scroll header nav .header-phone a {
        font-size: 2.5em;
    }
    .triplepic .pic2 {
        width: 70%;
    }
}

@media screen and (max-width: 768px) {
    .main-form {
        max-width: unset;
    }
    .message-text p {
        font-size: 20px;
    }
    .main {
        margin-top: -95px;
    }
    .mainbg {
        height: 640px;
    }
    .mainkids img {
        width: 430px;
    }
    .step-text p,
    .info-block p {
        font-size: 20px;
    }
    .main h1 {
        top: 13%;
        width: 364px;
        left: calc(50% - 182px);
        font-size: 40px;
    }
    .title1 .logo img {
        width: 95px;
    }
    .title1 h2 {
        font-size: 2em;
    }
    .form-group input {
        font-size: 20px;
    }
    .main-form {
        max-width: 450px;
    }
    .form-group a {
        font-size: 22px;
    }
    .form-field.wmark img {
        width: 20px;
    }
    .form-field.wmark {
        padding-left: 30px;
    }
    .form-group.submit {
        margin-top: 2em;
    }
    .footer-social img {
        width: 50px;
    }
    footer {
        padding: 25px;
    }
    .btn {
        font-size: 22px;
    }
    .info-block h3 {
        font-size: 2em;
    }
    .info-decor img {
        width: 95px;
    }
    header nav {
        min-width: unset;
    }
    html.scroll header nav .logo span {
        font-size: 2em;
    }
    .calc-form .form-group.submit input[type="submit"] {
        margin-top: 1em;
    }
}

@media screen and (max-width: 576px) {
    html {
        font-size: 14px;
    }
    #mapResult {
        font-size: 15px
    }
    #mapResult {
        font-size: 15px;
        padding: 13px 8px;
    }
    .getback {
        font-size: 15px;
    }
    .falsesubmit {
        font-size: 25px;
    }
    .taxiwshadow {
        left: 85px;
        max-width: 320px;
    }
    .message-text p {
        font-size: 18px;
    }
    .form-group.submit {
        margin-top: 1em;
    }
    .mainkids img {
        width: 270px;
    }
    .mainkids {
        bottom: -1em;
    }
    .main h1 {
        width: 300px;
        left: calc(50% - 150px);
        font-size: 35px;
    }
    .triplepic .pic1 {
        display: none;
    }
    .triplepic .pic2 {
        width: 100%;
        margin: 0;
        left: 0;
    }
    .triplepic .pic-text-block {
        left: 0;
        padding: 45px 25px;
    }
}

@media screen and (max-width: 500px) {
    header nav {
        width: 100%;
        box-sizing: border-box;
    }
    .header-contacts__right {
        display: none;
    }
    .main-form {
        max-width: 300px;
    }
    .taxiwshadow {
        left: 85px;
        max-width: 230px;
    }
    .message-text p {
        margin: 0% 8% 7% 12%;
        line-height: 1;
        font-size: 16px;
    }
    header .bottom__wrapper nav ul li a {
        font-size: 2em;
    }
    html.scroll header nav .header-phone a {
        font-size: 2em;
    }
    header nav .header-phone span a {
        font-size: 1em;
    }
    html.scroll header nav .logo span {
        font-size: 1.5em;
    }
    header nav ul>li {
        margin: 5px 0 5px 0;
    }
    .calc-form {
        margin-bottom: 0;
    }
    .video-block {
        margin-bottom: 7em;
    }
    .swiper-step-slider .swiper-slide img {
        max-width: 65%;
    }
    header nav .header-phone a {
        font-size: 2em;
    }
    header nav .logo span {
        font-size: 1.5em;
        margin-top: 7px;
    }
}

@media screen and (max-width: 365px) {
    .footer-social img {
        width: 30px;
    }
    .message-bg img {
        max-width: 120%;
    }
    .message-text p {
        margin: 0% 0% 4% 14%;
    }
    .form-group a {
        font-size: 20px;
    }
    .form-group.submit input[type="submit"] {
        font-size: 20px;
    }
}


/* print */

@media print,
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 1.25dppx),
(min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        /* Black prints faster */
        box-shadow: none !important;
        text-shadow: none !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " ("attr(href) ")";
    }
    abbr[title]:after {
        content: " ("attr(title) ")";
    }
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }
    pre {
        white-space: pre-wrap !important;
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    tr,
    img {
        page-break-inside: avoid;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
}