@font-face {
    font-family: "Taxi";
    src: url("../fonts/Gilroy-Medium.eot");
    src: local("Gilroy Medium"), local("Gilroy-Medium"),
        url("../fonts/Gilroy-Medium.eot?#iefix") format("embedded-opentype"),
        url("../fonts/Gilroy-Medium.woff2") format("woff2"),
        url("../fonts/Gilroy-Medium.woff") format("woff"),
        url("../fonts/Gilroy-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
}
* {
    box-sizing: border-box;
}
body {
    margin: 0;
    padding: 0;
    font-family: "Taxi", sans-serif;
    font-weight: normal;
    background: #f7f8fc;
    color: #2c2c2c;
    padding-top: 85px;
}
ol,
ul {
    margin: 0;
    list-style: none;
    padding: 0;
}
h1,
h2 {
    margin: 0;
    display: block;
    padding: 0;
}
p {
    margin: 0;
}
article,
aside,
footer,
header,
hgroup,
main,
nav,
section {
    display: block;
}
section {
    display: block;
}
img {
    max-width: 100%;
    height: auto;
}

.container {
    max-width: 1240px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
}
header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 99;
    background: white;
    box-shadow: 0px 1px 10px #2c2c2c36;
}
.header {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0;
    transition: all 0.3s;
}
.header__logo {
    background: url(../img/logo5.svg) no-repeat center;
    width: 100px;
    height: 56px;
    background-size: contain;
    cursor: pointer;
}
.header__nav {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    grid-gap: 30px;
}
.header__nav a {
    text-decoration: none;
    color: #2c2c2c;
    font-size: 16px;
    position: relative;
    padding: 5px 0;
}
.header__nav a:after {
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    left: 0;
    bottom: 0;
    background: #2c2c2c;
    position: absolute;
    opacity: 0;
    transition: all 0.3s;
}
.header__nav a:hover:after {
    opacity: 1;
}
.header-contact {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    grid-gap: 20px;
}
.buttons-social,
.header-social {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    grid-gap: 0;
}
.buttons-social a,
.header-social a {
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
}
.buttons-social svg,
.header-social svg {
    width: 20px;
}
.buttons-bottom__phone a,
.header__phone {
    color: #2c2c2c;
    font-size: 16px;
    text-decoration: none;
    font-weight: bold;
    position: relative;
    padding-left: 35px;
}
.hero__btn._mob:before,
.buttons-bottom__phone a:before,
.header__phone:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 30px;
    background: url(../img/phone.svg) no-repeat center;
    background-size: 15px;
}
.buttons-bottom__phone a:after,
.header__phone:after {
    content: "";
    display: block;
    position: absolute;
    left: 16px;
    top: -1px;
    width: 10px;
    height: 10px;
    background: none;
    background-color: #ffcc00;
    -webkit-mask: url(../img/call.svg) no-repeat center;
    -webkit-mask-size: contain;
    animation: call 1s infinite;
}
@keyframes call {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.3) translate(10%, -10%);
    }
    100% {
        transform: scale(1);
    }
}
.buttons-social svg path,
.header-social svg path {
    fill: #ffcc00;
}
.hero-wrap {
    background: url(../img/bg.jpg) no-repeat center;
    background-size: 110%;
    position: relative;
    animation: zoomBg 20s infinite;
}
@keyframes zoomBg {
    0% {
        background-position-x: 0%;
    }
    50% {
        background-position-x: 10%;
    }
    100% {
        background-position-x: 0%;
    }
}
.hero-wrap:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000000b3;
}
.hero {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 100px;
    align-items: center;
    padding: 50px 0;
}
.hero-content__title {
    color: white;
    font-size: 40px;
}
.hero-content__desc {
    color: white;
    font-weight: normal;
    line-height: 150%;
    padding: 50px 0 50px;
    font-size: 20px;
}
.priceForm {
    color: #ffcc00;
    padding: 50px;
    border-radius: 5px;
    background: #2c2c2ce6;
    max-width: 545px;
    width: 100%;
}
.calc-h3 {
    font-size: 20px;
    text-transform: uppercase;
    padding: 0 0 20px;
}
.jq-selectbox__select {
    border-color: white !important;
}
.jq-selectbox li,
.jq-selectbox__select {
    font-family: "Taxi", sans-serif;
}
.jq-selectbox__trigger {
    border: none;
}

/* calc */
.hidden_col {
    display: none !important;
}
.jq-selectbox__select {
    background: white;
    border: none !important;
    border-radius: 0;
    text-shadow: none;
    padding: 12px 35px 12px 21px;
    font-size: 13px;
    color: #000000;
    position: relative;
}
.col__road .jq-selectbox__select:before {
    content: "";
    position: absolute;
    left: 6px;
    top: 0;
    height: 100%;
    width: 12px;
    display: block;
}
.jq-selectbox__trigger {
    border: none;
}
.jq-selectbox__trigger-arrow {
    background: none;
    background-color: #2c2c2c;
    -webkit-mask: url(../img/arrow.svg) no-repeat center;
    -webkit-mask-size: contain;
    width: 40px;
    height: 100%;
    top: 0;
    margin: 0;
    right: 0;
    border: none;
}
.jq-selectbox__select:active {
    border: none;
}
.change-course {
    width: 20px;
    height: 22px;
    display: inline-block;
}
.col__road {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}
.jq-selectbox {
    width: calc(50% - 20px);
}
.radio_span,
.radio_order,
.col_button_foot,
.show_calc.prev_input,
.show_calc.rev_input {
    display: flex;
    justify-content: space-between;
}
.radio_span span,
.order_now,
.order_prev {
    display: inline-block;
    padding: 12px 0;
    cursor: pointer;
    width: 25%;
    text-align: center;
    border-radius: 0;
    border-radius: 0;
    border-left: none;
    background: #fff;
    font-size: 16px;
    color: #000;
    transition: all 0.3s;
}
.jq-selectbox__select-text {
    font-weight: bold;
    text-transform: uppercase;
    font-family: "Taxi", sans-serif;
    font-size: 15px;
    color: #2c2c2c;
}
.radio_order .order_now,
.radio_order .order_prev {
    width: 50%;
    position: relative;
}
.radio_span span.act,
.order_prev.act,
.order_now.act {
    background: #614e00;
    color: white;
}

.radio_span span.act {
    border-radius: 0;
    border: none;
    user-select: none;
}
.radio_order input {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    opacity: 0;
    cursor: pointer;
    font-size: 16px;
}
.price_col {
    display: flex;
    flex-wrap: wrap;
    padding: 0 0 15px;
}
.price_col.flex-hit {
    padding: 0;
}
.prev_input,
.rev_input {
    display: none;
}
.price_col {
    font-size: 13px;
}
.pad__top-0 {
    padding-top: 0;
}
.prev_input,
.rev_input {
    transition: all 0.5s;
    display: flex;
    transform: perspective(900px) rotateX(-90deg);
    max-height: 0px;
    transform-origin: 50% 0;
    perspective-origin: 50% 100%;
}
.rev_input.show_calc,
.prev_input.show_calc {
    transform: perspective(900px) rotateX(0);
    max-height: 100px;
}
.radio_order,
.radio_span {
    background: white;
    border-radius: 0;
    overflow: hidden;
}
.radio_span span {
    border-left: 1px solid #c4c4c4;
    border-radius: 0;
    user-select: none;
}
.radio_span span:first-child {
    border: none;
}
.radio_span span.act + span {
    border: none;
}
.price_col textarea {
    resize: none;
    outline: none;
    padding: 10px;
    width: 100%;
    height: 84px;
    border-radius: 0;
    color: white;
    margin: 0 0 0;
    border: none;
    font-family: "Taxi", sans-serif;
    font-weight: 300;
    font-size: 16px;
    background: #535353;
    box-shadow: inset 0 0 3px black;
}
.tarif-text {
    font-size: 20px;
    line-height: 16px;
    font-weight: 500;
    width: 100px;
    text-transform: lowercase;
    width: fit-content;
    width: -moz-fit-content;
}
.price_col textarea::placeholder {
    color: #8b8b8b;
}
.rez_calc {
    color: white;
    text-align: center;
    padding: 10px;
    display: none;
    font-size: 18px;
}
.jq-checkbox,
.jq-radio {
    width: 20px;
    height: 20px;
    border-radius: 0px;
    box-shadow: none;
    border: 1px solid #ffcc00;
}
.jq-checkbox.checked .jq-checkbox__div {
    background: #2c2c2c;
}
.jq-checkbox.focused {
    border: none;
}
.f_input_check {
    font-size: 13px;
    color: #313131;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    cursor: pointer;
    width: 100%;
    align-items: center;
}
.no_klas {
    font-size: 14px;
    color: #39464f;
    display: none;
}
.f_input_check span {
    width: calc(100% - 30px);
    color: white;
    font-weight: 300;
    font-size: 14px;
    user-select: none;
}
.jq-selectbox li {
    font-family: "Taxi", sans-serif;
    font-weight: 300;
}
.flex-hit {
    justify-content: space-between;
}
.radio_span {
    margin: 0 0 10px;
}
#tax {
    font-size: 33px;
    font-weight: 900;
    line-height: 22px;
    color: white;
    text-shadow: 1px 1px 3px black;
}
.call-header {
    color: #2c2c2c;
    background: #ffcc00;
    text-transform: capitalize;
    text-decoration: none;
    position: relative;
    min-height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 169px;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 17px;
    transition: all 0.5s;
    display: none;
}
.tarif {
    width: calc(100% - 182px);
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    width: 100%;
}
.b-info__desc a:after,
.footer-phone__link:after {
    content: "";
    display: block;
    bottom: -2px;
    position: absolute;
    width: 0;
    height: 2px;
    background: #0976b3;
    transition: all 0.3s;
    opacity: 0;
}
.b-info__desc a:hover:after,
.footer-phone__link:hover:after {
    width: 100%;
    opacity: 1;
}
.f-btn {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding: 5px 0 20px;
}
.label {
    width: 100%;
    padding: 15px 0 10px;
    font-weight: 600;
}
.price_col input {
    outline: none;
    border: none;
    padding: 12px 10px;
    font-size: 13px;
    width: calc(50% - 1px);
    padding-left: 20px;
    border-radius: 0;
    transition: all 0.3s;
    font-family: "Taxi", sans-serif;
}
.col_button_foot input {
    width: calc(100% - 169px);
    border: none;
    border-right: 0;
    font-family: "Taxi", sans-serif;
    font-weight: 300;
    font-size: 16px;
}
.price_col input:not([type="submit"]):focus {
    box-shadow: inset 0 0 5px 0px #7c7b7b;
}
.price_col input[type="submit"] {
    width: 169px;
    border-radius: 0;
    cursor: pointer;
    text-transform: uppercase;
    background: #ffcc00;
    transition: all 0.3s;
    border: none;
    font-weight: bold;
    font-size: 17px;
}
.price_col input[type="submit"]:hover {
    background: red;
    color: white;
}
#tax:after {
    content: "₽";
    font-size: 17px;
    font-weight: normal;
    padding-left: 5px;
}
.jq-selectbox__search input {
    width: 100%;
}
.jq-selectbox__search {
    margin: 0;
    background: #f3f3f3;
}
.jq-selectbox__dropdown ul {
    max-height: 200px;
}
.pad {
    padding: 100px 0;
}
.title {
    text-transform: uppercase;
    position: relative;
    font-size: 30px;
}
.title span {
    position: relative;
}
.title span:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    left: -0px;
    height: 15px;
    background: #ffcc00;
    bottom: 0;
    transform: skew(-40deg);
    box-shadow: 6px 7px 5px 1px #00000047;
}
.welcome__desc {
    font-size: 18px;
    padding: 50px 0 0;
    line-height: 150%;
}
.welcome__desc p:not(:last-child) {
    padding-bottom: 20px;
}
.auto-wrap {
    background: white;
}
.title i {
    font-style: normal;
    position: relative;
}
.welcome {
    position: relative;
}
.park-box {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 1px;
    padding: 50px 0 0;
}
.park-box__img {
    padding-bottom: 65%;
    position: relative;
}
.park-box__img img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
    transition: all 0.3s;
}
.park-box__item:hover .park-box__img img {
    transform: scale(1.2) translateY(-16px);
    z-index: 1;
    box-shadow: 0 5px 10px 5px #0000005e;
    z-index: 1;
}
.park-box__content {
    padding: 20px 10px 0;
}
.park-box__desc,
.park-box__title {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 18px;
}
.park-box__top {
    display: grid;
    align-items: center;
    grid-template-columns: repeat(2, 1fr);
    text-align: center;
    margin: 0 auto;
}
.park-options {
    padding: 20px 0;
    display: grid;
    align-items: center;
    grid-template-columns: repeat(2, 1fr);
    text-align: center;
    margin: 0 auto;
}
.park-list {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 10px;
}
.park-list__item {
    position: relative;
    display: grid;
    grid-template-columns: 20px 1fr;
    grid-gap: 10px;
    align-items: center;
    font-size: 14px;
}
.park-list__item:before {
    content: "";
    display: block;
    background: none;
    background-color: #2c2c2c;
    -webkit-mask: url(../img/arrow.svg) no-repeat center;
    -webkit-mask-size: 30px;
    width: 20px;
    height: 30px;
}
.park__btn {
    border: none;
    background: #2c2c2c;
    transition: all 0.3s;
    color: white;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 10px;
    border-radius: 30px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    margin: 30px auto 0;
    max-width: 235px;
    cursor: pointer;
}
.buttons-box__order:hover,
.park__btn:hover {
    color: #ffcc00;
}
.click-animation:active {
    transform: translateY(2px);
}
/* modal */
.modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
}
.modal.show {
    opacity: 1;
    visibility: visible;
}
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(0 0 0 / 91%);
}
.modal__wrapper {
    position: relative;
    max-width: 435px;
    width: 100%;
    overflow: hidden;
    max-height: 100%;
    overflow-y: auto;
    padding: 0;
}
.modal__box {
    color: #ffffff;
    background: #2c2c2c;
    padding: 20px;
}
.modal__close {
    position: absolute;
    right: 10px;
    top: 5px;
    width: 40px;
    height: 40px;
    cursor: pointer;
}
.modal__close:after,
.modal__close:before {
    content: "";
    height: 2px;
    width: 25px;
    background: rgb(255 255 255);
    display: block;
    position: absolute;
    top: 20px;
    left: 10px;
    transition: all 0.3s;
}
.modal__close:before {
    transform: rotate(45deg);
}
.modal__close:after {
    transform: rotate(-45deg);
}
.modal__close:hover:before {
    transform: rotate(-135deg);
}
.modal__title {
    font-size: 20px;
    padding: 0 0 20px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}
.modal__title:after {
    bottom: 0;
}
.modal__box-col input,
.modal__box-col textarea {
    box-sizing: border-box;
    padding: 10px 30px;
    border-radius: 30px;
    border: 1px solid #2c2c2c;
    display: block;
    width: 100%;
    outline: none;
    color: white;
    font-family: "Exo 2", sans-serif;
    font-size: 16px;
    line-height: 150%;
    font-weight: 300;
    background: #535353;
    box-shadow: inset 0 0 3px black;
}
.modal__box-col textarea {
    resize: none;
    height: 100px;
}
.modal__wrapper::-webkit-scrollbar {
    display: none;
}
.modal__box-col {
    padding: 10px 0;
}
.modal__box-col input[type="submit"] {
    cursor: pointer;
    color: #2c2c2c;
    text-transform: uppercase;
    background: #ffcc00;
    transition: all 0.3s;
    border: none;
    font-weight: bold;
    box-shadow: none;
}
.agree {
    position: relative;
    margin: 6px 0 10px;
}
.agree input {
    position: absolute;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    margin: 0;
    padding: 0;
    opacity: 0;
    cursor: pointer;
    z-index: 9;
}
.agree label {
    color: #7a8a93;
    font-size: 11px;
    display: block;
    position: relative;
    padding: 10px 0;
    padding-left: 38px;
}
.agree label:before {
    content: "";
    display: inline-block;
    width: 25px;
    height: 25px;
    border-radius: 2px;
    border: 1px solid #535353;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    transition: all 0.3s;
}
.agree input:checked + label:after {
    content: "";
    background: #ffcc00;
    position: absolute;
    top: 13px;
    left: 3px;
    width: 19px;
    height: 19px;
    border-radius: 3px;
}
.agree span {
    color: #ffcc00;
    position: relative;
    z-index: 9;
    text-decoration: underline;
    cursor: pointer;
}
.modal__content p {
    color: #777575;
}
.wide {
    max-width: 900px;
}
.modal__content {
    padding: 30px;
}
.advantages-box {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 50px;
    padding: 50px 0 0;
}
.advantages-item__icon svg {
    width: 100%;
}
.advantages-item {
    display: grid;
    grid-template-columns: 40px 1fr;
    grid-gap: 20px;
    align-items: center;
}
.advantages-item__title {
    font-size: 20px;
}
.advantages-item__icon polyline,
.advantages-item__icon line {
    stroke: #ffcc00;
}
.advantages-item__icon g,
.advantages-item__icon polygon,
.advantages-item__icon rect,
.advantages-item__icon path {
    fill: #ffcc00;
}
.advantages-item__icon._price rect {
    fill: none;
    stroke: #ffcc00;
}
.advantages-item__icon._price path {
    stroke: #ffcc00;
    fill: none;
}
.advantages-item__icon._price {
    border-radius: 50%;
    overflow: hidden;
}
.advantages-item__icon._free polygon,
.advantages-item__icon._free path {
    stroke: #ffcc00;
}
.buttons-wrap {
    background: white;
}
.buttons-bottom {
    padding: 50px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.b-info__desc {
    font-size: 20px;
    line-height: 180%;
}
.buttons-bottom__contact {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    grid-gap: 20px;
}
.buttons-bottom__phone a {
    font-size: 20px;
}
.buttons-social svg {
    width: 30px;
}
.buttons-social {
    grid-gap: 10px;
}
footer {
    background: #2c2c2ce6;
    color: #777575;
    padding: 50px 0;
}
.copyright {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
}
.copyright .w-modal {
    text-decoration: underline;
    cursor: pointer;
}
.hero__btn,
.buttons-box__order {
    border: none;
    background: #2c2c2c;
    transition: all 0.3s;
    color: white;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 10px;
    border-radius: 30px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    max-width: 235px;
    cursor: pointer;
}
.hero__btn,
.buttons-box__order:nth-child(2) {
    background: #ffcc00;
    color: #2c2c2c;
}
.buttons-box {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    grid-gap: 20px;
}
.park-box__item {
    transition: all 0.3s;
}
.park-box:hover .park-box__item {
    opacity: 0.5;
}
.park-box:hover .park-box__item:hover {
    opacity: 1;
}
.header__nav li._hide {
    display: none;
}
.mob-m {
    display: none;
    width: 40px;
    height: 40px;
    position: relative;
}
.mob-m button {
    width: 100%;
    height: 100%;
    position: absolute;
    margin: 0;
    border: 0px;
    background: transparent;
    left: 0;
    top: 0px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
    outline: none;
}
.mob-m button span {
    display: block;
    position: absolute;
    height: 3px;
    width: 85%;
    background: #2c2c2c;
    border-radius: 3px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}
.mob-m button span:nth-child(1) {
    top: 9px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}
.mob-m button span:nth-child(2) {
    top: 19px;
    background: #ffcc00;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}
.mob-m button span:nth-child(3) {
    top: 29px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}
.mob-m button.openm span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 8px;
    left: 9px;
}
.mob-m button.openm span:nth-child(2) {
    width: 0%;
    opacity: 0;
}
.mob-m button.openm span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 30px;
    left: 8px;
}
.over_bg {
    z-index: 999;
    position: fixed;
    bottom: 0;
    background: #000000d4;
    right: 0;
    top: 0;
    display: block;
    left: 0;
}
.mob-m button.openm span {
    width: 31px;
}
.jq-selectbox li.selected {
    background-color: #2c2c2ce6;
    color: white;
}
.jq-selectbox li:hover {
    background-color: #ffcc00;
    color: #2c2c2c;
}
._anim-items {
    transition: all 0.5s;
    opacity: 0;
    transform: translateY(50px);
}
._anim-items._active {
    opacity: 1;
    transform: translateY(0);
}
.hero__btn._mob {
    display: none;
}

@media all and (max-width: 1240px) {
    .hero-content__title {
        font-size: 30px;
    }
    .hero-content__desc {
        font-size: 16px;
    }
    .hero {
        grid-gap: 50px;
    }
    .radio_span span,
    .order_now,
    .order_prev {
        font-size: 14px;
    }
    .calc-h3 {
        font-size: 18px;
    }
    .park-options {
        font-size: 14px;
    }
}
@media all and (max-width: 992px) {
    .hero__btn._mob:before {
        position: relative;
        height: 16px;
    }
    .hero__btn {
        display: none;
    }
    .hero__btn._mob {
        display: flex;
        text-decoration: none;
    }
    .park-box {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 50px 20px;
    }
    .park-box__item:hover .park-box__img img {
        transform: unset;
    }
    .park-box:hover .park-box__item {
        opacity: 1;
    }
    .header__nav li._hide {
        display: block;
    }
    .mob-m {
        display: block;
    }
    .header__nav {
        display: none;
    }
    .open-m .header__nav {
        display: flex;
        flex-direction: column;
        position: fixed;
        top: 0;
        background: #2c2c2c;
        left: 0;
        width: 100%;
        z-index: 9;
        height: 100%;
        overflow: hidden;
        overflow-y: auto;
        justify-content: center;
    }
    .header__nav a {
        color: #ffcc00;
    }
    .open-m .mob-m button {
        z-index: 99;
    }
    .mob-m button.openm span {
        background: white;
    }
    .header__phone span {
        display: none;
    }
    .header__phone {
        height: 40px;
    }
    .header__phone:after {
        top: 10px;
    }
    .header-contact {
        grid-gap: 10px;
    }
    .header__logo {
        height: 40px;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }
    .header {
        padding: 10px 0;
    }
    body {
        padding-top: 60px;
    }
    .hero {
        display: flex;
        flex-direction: column-reverse;
    }
    .hero-wrap {
        animation: unset;
        background-size: cover;
        background-position: top center;
    }
    .hero-content {
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
    .advantages-box {
        grid-template-columns: repeat(2, 1fr);
    }
    .buttons-bottom {
        grid-gap: 20px;
    }
}
@media all and (max-width: 768px) {
    .welcome__desc {
        font-size: 16px;
    }
    .title {
        font-size: 20px;
    }
    .title span:before {
        height: 10px;
    }
    .pad {
        padding: 50px 0;
    }
    .buttons-box {
        flex-direction: column;
    }
    .advantages-box {
        grid-gap: 30px;
    }
    .advantages-item__title {
        font-size: 18px;
    }
}
@media all and (max-width: 568px) {
    .priceForm {
        padding: 20px;
        margin: 0 -20px;
        width: calc(100% + 40px);
        background: #2c2c2c;
    }
    .hero-content__title {
        font-size: 25px;
    }
    .hero-content__desc {
        padding: 20px 0 20px;
        font-size: 14px;
    }
    .hero-wrap {
        background-size: 568px;
    }
    .hero {
        padding: 50px 0 0;
    }
    .header-social {
        position: fixed;
        flex-direction: column;
        background: #2c2c2cb0;
        top: 80px;
        z-index: 9;
        border-radius: 30px;
        right: 5px;
    }
    .header-social a {
        width: 40px;
        position: relative;
    }
    .advantages-box,
    .park-box {
        grid-template-columns: 1fr;
    }
    .advantages-item {
        grid-template-columns: 30px 1fr;
    }
    .advantages-item__title {
        font-size: 14px;
    }
    .b-info__desc {
        font-size: 16px;
        text-align: center;
    }
    .buttons__desc {
        text-align: center;
    }
    .buttons-bottom__contact {
        justify-content: center;
        width: 100%;
    }
    .buttons-bottom__phone a {
        font-size: 18px;
    }
    .buttons-social svg {
        width: 25px;
    }
    .copyright {
        font-size: 12px;
    }
    .overlay {
        background: rgb(0 0 0 / 93%);
    }
    input {
        -webkit-appearance: none;
    }
    .jq-selectbox {
        width: calc(50% - 10px);
    }
    .title {
        font-size: 23px;
        text-align: center;
    }
    .header-contact {
        grid-gap: 5px;
        margin-right: -10px;
    }
    .header-social svg {
        width: 25px;
        max-height: 100%;
    }
    .header__phone span {
        display: block;
    }
    .header__phone {
        display: flex;
        align-items: center;
        font-size: 12px;
        padding-left: 30px;
    }
    .header__logo {
        height: 35px;
    }
    .header__phone:before {
        width: 25px;
        background-size: 10px;
    }
    .header__phone:after {
        width: 8px;
        height: 8px;
        left: 14px;
    }
}
