

/* Start:/assets/css/pages/deliv.css?16850250829311*/
.deliv-sect {
    padding: 20px 0 0; 
}
@media only screen and (max-width: 768px) {
    .deliv-sect {
        padding-top: 40px; 
    } 
}
@media only screen and (max-width: 768px) {
    .deliv-sect__container {
        padding: 0; 
    } 
}
@media only screen and (max-width: 768px) {
    .deliv-sect__title {
        margin-bottom: 40px; 
    } 
}
.deliv-sect__subtitle {
    color: #162026;
    font-size: 38px;
    line-height: 142%;
    font-family: "Mont",Arial,sans-serif;
    font-weight: 300;
    font-style: normal;
    position: relative;
    z-index: 1;
    margin-bottom: 20px; 
}
@media only screen and (max-width: 992px) {
    .deliv-sect__subtitle {
        font-size: 32px; 
    } 
}
@media only screen and (max-width: 768px) {
    .deliv-sect__subtitle {
        font-size: 26px;
        text-align: center; 
    } 
}
@media only screen and (max-width: 576px) {
    .deliv-sect__subtitle {
        font-size: 22px; 
    } 
}
.deliv-sect__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #f9f9f9;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; 
}
.deliv-sect__content-text {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 55%;
    flex: 0 0 55%;
    position: relative;
    padding: 75px 45px 75px 0; 
}
@media only screen and (max-width: 1200px) {
    .deliv-sect__content-text {
        padding: 70px 20px 70px 0; 
    } 
}
@media only screen and (max-width: 992px) {
    .deliv-sect__content-text {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%; 
    } 
}
@media only screen and (max-width: 768px) {
    .deliv-sect__content-text {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        padding: 50px 15px;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        background-color: #f9f9f9; 
    } 
}
@media only screen and (max-width: 576px) {
    .deliv-sect__content-text {
        padding: 40px 15px; 
    } 
}
.deliv-sect__content-text::before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    z-index: 0;
    width: 55vw;
    background-color: #f9f9f9; 
}
.deliv-sect__content-img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
    min-height: 400px;
    position: relative; 
}
@media only screen and (max-width: 992px) {
    .deliv-sect__content-img {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%; 
    } 
}
@media only screen and (max-width: 768px) {
    .deliv-sect__content-img {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        min-height: auto;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1; 
    } 
}
.deliv-sect__content-img .bg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 50vw;
    background-repeat: no-repeat !important;
    background-position: 0 center;
    background-size: cover !important;
}
@media only screen and (max-width: 768px) {
    .deliv-sect__content-img .bg {
        display: none; 
    } 
}
.deliv-sect__content-img img {
    display: none;
    width: 100%; 
}
@media only screen and (max-width: 768px) {
    .deliv-sect__content-img img {
        display: block; 
    } 
}
.deliv-sect__text {
    position: relative;
    z-index: 1;
    margin-bottom: 55px;
    font-size: 17px;
    line-height: 155%;
    width: 100%;
    max-width: 410px; 
}
@media only screen and (max-width: 768px) {
    .deliv-sect__text {
        font-size: 16px;
        text-align: center;
        max-width: 100%; 
    } 
}
@media only screen and (max-width: 576px) {
    .deliv-sect__text {
        font-size: 14px;
        margin-bottom: 30px; 
    } 
}
.deliv-sect__text:last-child {
    margin-bottom: 0; 
}
.deliv-sect__text p {
    margin-bottom: 10px; 
}
.deliv-sect__text p:last-child {
    margin-bottom: 0; 
}
.deliv-sect__bq {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 530px;
    border: 1px solid #DFDFDF;
    padding: 35px 40px;
    border-radius: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; 
}
@media only screen and (max-width: 992px) {
    .deliv-sect__bq {
        padding: 25px 20px; 
    }
}
@media only screen and (max-width: 768px) {
    .deliv-sect__bq {
        padding: 25px 30px;
        max-width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; 
    } 
}
.deliv-sect__bq-text {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
    font-size: 15px;
    line-height: 134%;
    color: #909090;
    margin-right: 15px; 
}
@media only screen and (max-width: 992px) {
    .deliv-sect__bq-text {
        font-size: 14px; 
    } 
}
@media only screen and (max-width: 768px) {
    .deliv-sect__bq-text {
        margin-right: 0;
        margin-bottom: 10px; 
    } 
}
.deliv-sect__bq-phone {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 content;
    flex: 0 0 content;
    white-space: nowrap;
    color: #00773c;
    text-decoration: underline;
    font-size: 22px;
    line-height: 147%;
    font-family: "Mont",Arial,sans-serif;
    font-weight: 600;
    font-style: normal;
    -webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease; 
}
@media only screen and (max-width: 992px) {
    .deliv-sect__bq-phone {
        font-size: 19px; 
    } 
}
.deliv-sect__bq-phone:hover {
    text-decoration: none;
    color: #00773c !important; 
}
.deliv-sect__bq-phone:focus, .deliv-sect__bq-phone:active {
    text-decoration: underline;
    color: #00773c; 
}
.deliv-sect__map {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 100px 0; 
}
@media only screen and (max-width: 992px) {
    .deliv-sect__map {
        padding: 55px 0; 
    } 
}
@media only screen and (max-width: 768px) {
    .deliv-sect__map {
        padding: 45px 15px; 
    } 
}
.deliv-sect__map-img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%; 
}
@media only screen and (max-width: 768px) {
    .deliv-sect__map-img {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%; 
    } 
}
.deliv-sect__map-img img {
    display: inline-block;
    width: 100%; 
}
.deliv-sect__map-content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    padding-left: 45px; 
}
@media only screen and (max-width: 992px) {
    .deliv-sect__map-content {
        padding-left: 20px; 
    } 
}
@media only screen and (max-width: 768px) {
    .deliv-sect__map-content {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        padding-left: 0; 
    } 
}
@media only screen and (max-width: 768px) {
    .deliv-sect__list {
        margin-top: 10px; 
    } 
}
.deliv-sect__list li {
    display: block;
    padding-left: 11px;
    position: relative;
    padding-bottom: 14px;
    margin-bottom: 14px;
    font-size: 17px;
    line-height: 155%;
    color: #162026;
    overflow: hidden; 
}
@media only screen and (max-width: 576px) {
    .deliv-sect__list li {
        font-size: 16px; 
    }
    .deliv-sect__title .def-title{
        margin-bottom: 0px;
    }
}
.deliv-sect__list li:last-child {
    margin-bottom: 0; 
}
.deliv-sect__list li::before {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #00773c;
    position: absolute;
    top: 0.5em;
    left: 0; 
}
.deliv-sect__list li::after {
    content: '';
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 11px;
    width: 100%;
    height: 1px;
    background-color: #e8e8e8; 
}
.deliv-sect__list li span {
    color: #00773c; 
}
.deliv-sect__title{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 40px; 
}
@media only screen and (max-width: 768px) {
    .deliv-sect__title{
        margin-bottom: 20px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center; 
    } 
}
.deliv-sect__title .def-title{
  margin-bottom: 15px;
  margin-right: 25px; 
}
@media only screen and (max-width: 768px) {
    .deliv-sect__title .def-title{
        margin-right: 0; 
    } 
}
/* End */


/* Start:/local/templates/imassage/components/bitrix/breadcrumb/.default/style.css?16819403161302*/
.bc-sect {
    padding: 25px 0 15px; 
}
@media only screen and (max-width: 768px) {
    .bc-sect {
        display: none; 
    } 
}
.bc-sect__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; 
}
.bc-sect__nav li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 10px;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 144%;
    color: #c0c0c0; 
}
@media only screen and (max-width: 992px) {
    .bc-sect__nav li {
        font-size: 14px; 
    } 
}
.bc-sect__nav li:last-child {
    margin-right: 0; 
}
.bc-sect__nav li:last-child::after {
    display: none; 
}
.bc-sect__nav li::after {
    content: '';
    display: inline-block;
    margin-left: 10px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    border: 1px solid #888888; 
}
.bc-sect__nav a {
    line-height: 144%;
    color: #888;
    -webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease; 
}
.bc-sect__nav a:hover {
    text-decoration: none;
    color: #00773c !important; 
}
.bc-sect__nav a:focus, .bc-sect__nav a:active {
    text-decoration: none;
    color: #888; 
}

/* End */


/* Start:/local/components/imassage/testdrive/templates/.default/style.css?168191820210203*/
.drive-sect {
    position: relative;
    z-index: 0; }
.drive-sect_second .drive-sect__form {
    position: relative; 
}
.drive-sect_second .drive-sect__form::after {
    content: '';
    display: block;
    position: absolute;
    left: 100%;
    top: 0;
    width: 100vw;
    height: 100%;
    background-color: #00773c; 
}
@media only screen and (max-width: 992px) {
    .drive-sect_second .drive-sect__form::after {
        display: none; 
    } 
}
.drive-sect__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
@media only screen and (max-width: 1200px) {
    .drive-sect__container {
        padding: 0 !important; 
    } 
}
@media only screen and (max-width: 992px) {
    .drive-sect__container {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; 
    } 
}
.drive-sect__main {
    position: relative;
    z-index: 1;
    min-height: 600px;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
    padding-top: 120px; 
}
@media only screen and (max-width: 1200px) {
    .drive-sect__main {
        padding-left: 15px;
        padding-right: 15px; 
    } 
}
@media only screen and (max-width: 992px) {
    .drive-sect__main {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        padding-top: 90px; 
    } 
}
@media only screen and (max-width: 768px) {
    .drive-sect__main {
        min-height: auto; 
    } 
}
@media only screen and (max-width: 576px) {
    .drive-sect__main {
        padding-top: 80px; 
    } 
}
.drive-sect__bg {
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
    height: 100%;
    width: 60vw; 
}
@media only screen and (max-width: 992px) {
    .drive-sect__bg {
        width: 100%; 
    } 
}
.drive-sect__bg-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: cover;
    opacity: 0.95;
    -webkit-filter: blur(4.5px);
    filter: blur(4.5px); 
}
.drive-sect__bg::before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    opacity: 0.95;
    background: -o-linear-gradient(258.07deg, #FFFFFF -7.44%, rgba(255, 255, 255, 0) 60.58%);
    background: linear-gradient(191.93deg, #FFFFFF -7.44%, rgba(255, 255, 255, 0) 60.58%); 
}
.drive-sect__title {
    position: relative;
    z-index: 1;
    font-size: 36px;
    line-height: 150%;
    font-family: "Mont",Arial,sans-serif;
    font-weight: 300;
    font-style: normal;
    text-transform: uppercase; 
}
@media only screen and (max-width: 1200px) {
    .drive-sect__title {
        font-size: 28px;
        font-size: clamp(26px, 2.8vw, 35px); 
    } 
}
@media only screen and (max-width: 992px) {
    .drive-sect__title {
        font-size: 32px; 
    } 
}
@media only screen and (max-width: 768px) {
    .drive-sect__title {
        text-align: center; 
    } 
}
@media only screen and (max-width: 576px) {
    .drive-sect__title {
        font-size: 26px;
        font-size: clamp(26px, 5.5vw, 32px); 
    } 
}
@media only screen and (max-width: 480px) {
    .drive-sect__title {
        font-size: 21px; 
    } 
}
.drive-sect__title strong {
    font-family: "Mont",Arial,sans-serif;
    font-weight: 600;
    font-style: normal; 
}
.drive-sect__visual {
    position: absolute !important;
    z-index: 0;
    top: 33%;
    left: auto;
    right: -120px; 
}
@media only screen and (max-width: 992px) {
    .drive-sect__visual {
        right: 0;
        top: 30%; 
    } 
}
@media only screen and (max-width: 768px) {
    .drive-sect__visual {
        right: 0;
        top: auto;
        width: 100%;
        position: relative !important;
        text-align: center;
        margin-bottom: -80px; 
    } 
}
@media only screen and (max-width: 576px) {
    .drive-sect__visual {
        margin-bottom: -60px; 
    } 
}
.drive-sect__visual-img {
    position: relative !important;
    z-index: 0;
    left: auto !important;
    top: auto !important; 
}
@media only screen and (max-width: 768px) {
    .drive-sect__visual-img img {
        width: auto;
        max-width: 100%; 
    } 
}
.drive-sect__visual-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute !important;
    z-index: 1;
    top: 50% !important;
    right: 200px !important;
    left: auto !important;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 76px;
    height: 77px; 
}
@media only screen and (max-width: 768px) {
    .drive-sect__visual-btn {
        right: 30vw !important; 
    } 
}
@media only screen and (max-width: 576px) {
    .drive-sect__visual-btn {
        width: 50px;
        height: 50px; 
    } 
}
.drive-sect__visual-btn img {
    display: inline-block;
    position: relative;
    z-index: 3; 
}
@media only screen and (max-width: 576px) {
    .drive-sect__visual-btn img {
        width: 50px; 
    } 
}
.drive-sect__visual-btn::before {
    content: '';
    display: inline-block;
    position: absolute;
    top: -6px;
    left: -6px;
    width: calc(100% + 12px);
    height: calc(100% + 12px);
    z-index: 2;
    background-color: rgba(38, 46, 50, 0.32);
    border-radius: 50%;
    -webkit-animation: driveAnim 2s  ease-out infinite;
    animation: driveAnim 2s  ease-out infinite; 
}
.drive-sect__visual-btn::after {
    content: '';
    display: inline-block;
    position: absolute;
    z-index: 0;
    top: -12px;
    left: -12px;
    width: calc(100% + 24px);
    height: calc(100% + 24px);
    z-index: 2;
    background-color: rgba(38, 46, 50, 0.13);
    border-radius: 50%;
    -webkit-animation: driveAnimAfter 2s  ease-out infinite;
    animation: driveAnimAfter 2s  ease-out infinite;
    -webkit-animation-delay: .1s;
    animation-delay: .1s; 
}
.drive-sect__visual-btn:hover::before, .drive-sect__visual-btn:hover::after {
    -webkit-animation-duration: 1s;
    animation-duration: 1s; 
}
.drive-sect__form {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    background-color: #00773c;
    padding: 120px 80px 80px;
    position: relative;
    z-index: 0; 
}
@media only screen and (max-width: 1200px) {
    .drive-sect__form {
        padding: 120px 60px 80px 60px; 
    } 
}
@media only screen and (max-width: 992px) {
    .drive-sect__form {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        padding: 100px 30vw 50px; 
    } 
}
@media only screen and (max-width: 768px) {
    .drive-sect__form {
        padding: 100px 20vw 45px; 
    } 
}
@media only screen and (max-width: 576px) {
    .drive-sect__form {
        padding: 70px 20px 45px; 
    } 
}
.drive-sect__form-title {
    color: #fff;
    font-size: 22px;
    line-height: 145%;
    text-align: center;
    margin-bottom: 15px; 
}
@media only screen and (max-width: 576px) {
    .drive-sect__form-title {
        font-size: 20px; 
    } 
}
.drive-sect__form-text {
    margin-bottom: 15px;
    color: #FFE1C7;
    font-size: 14px;
    line-height: 145%;
    text-align: center; 
}
.drive-sect__form-input {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #EBBB92;
    color: #fff;
    margin-bottom: 8px;
    font-family: "Mont",Arial,sans-serif;
    font-weight: 300;
    font-style: normal;
    padding: 0 10px 0 20px;
    display: block;
    width: 100%;
    min-width: 0;
    height: 40px;
    font-size: 14px; 
}
.drive-sect__form-btn {
    width: 100%;
    display: block !important;
    margin-top: 25px;
    margin-bottom: 16px;
    background-color: #162026 !important; 
}
.drive-sect__form-btn .bg-btn {
    background-color: #fff !important; 
}
.drive-sect__form-btn:hover {
    color: #162026 !important; 
}
.drive-sect__form-btn:focus, 
.drive-sect__form-btn:active {
    color: #fff !important; 
}
.drive-sect__form-footer {
    text-align: center;
    font-size: 10px;
    color: #FFCCA0; 
}
.drive-sect__form-footer a {
    color: rgba(255, 255, 255, 0.7);
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    -webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease; 
}
.drive-sect__form-footer a:hover {
    text-decoration: none;
    color: #fff !important;
    border-bottom-color: #fff; 
}
.drive-sect__form-footer a:focus, 
.drive-sect__form-footer a:active {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.7); 
}
.drive-sect__form input::-webkit-input-placeholder {
    color: #fff; 
}
.drive-sect__form input::-moz-placeholder {
    color: #fff; 
}
.drive-sect__form input:-ms-input-placeholder {
    color: #fff; 
}
.drive-sect__form input::-ms-input-placeholder {
    color: #fff; 
}
.drive-sect__form input::placeholder {
    color: #fff; 
}
.drive-sect__form input:-ms-input-placeholder, .drive-sect__form input::-ms-input-placeholder {
    color: #fff; 
}
@-webkit-keyframes driveAnim {
    from {
        -webkit-transform: scale(1);
        transform: scale(1); 
    }
    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1); 
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1); 
    } 
}
@keyframes driveAnim {
    from {
        -webkit-transform: scale(1);
        transform: scale(1); 
    }
    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1); 
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1); 
    } 
}
@-webkit-keyframes driveAnimAfter {
    from {
        -webkit-transform: scale(1);
        transform: scale(1); 
    }
    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2); 
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1); 
    } 
}
@keyframes driveAnimAfter {
    from {
        -webkit-transform: scale(1);
        transform: scale(1); 
    }
    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2); 
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
    } 
}
form.drive-sect.bgfull{
    background-color: #00773c;
}
/* End */
/* /assets/css/pages/deliv.css?16850250829311 */
/* /local/templates/imassage/components/bitrix/breadcrumb/.default/style.css?16819403161302 */
/* /local/components/imassage/testdrive/templates/.default/style.css?168191820210203 */
