/* Reset
-------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, /* ol, ul, li, */
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, credentials, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
}

article, aside, credentials, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}


body {
    width: 100%;
    min-height: 100%;
    height: 100%;
    line-height: 1.25rem /* 20px */;
    font-family: 'gilroy';
    font-size: 16px;
    overflow: hidden;
}

body.postloaded {
    overflow: auto;
}

a {
    color: #3D46FB;
    outline: 0 none;
    text-decoration: none;
}

a:focus {
    outline: none;
    outline-offset: -4px;
    box-shadow: none !important;
}

a:visited {
    color: #3D46FB;
    opacity: 0.75;
}

a:hover {
    color: #1869FF;
    opacity: 0.8;
    transition: 0.2s;
    -moz-transition: 0.2s;
}

a:active {
    box-shadow: none;
}

input[type="button"]::-moz-focus-inner {
    border: 0;
}

input[type="submit"]::-moz-focus-inner {
    border: 0;
}

a img {
    border: 0;
}

p, dl, hr, h1, h2, h3, h4, h5, h6, ol, ul, pre, table, address, fieldset, blockquote {
    margin-bottom: 24px;
}

h1 {
    font-size: 4rem /* 64px */;
    line-height: 72px;
}

h1 a {
    text-decoration: none;
}

h2 {
    font-size: 3.5rem /* 56px */;
    line-height: 64px;
}

h3 {
    font-size: 48px;
    line-height: 56px;
}

h4 {
    font-size: 36px;
    line-height: 40px;
}

h5 {
    font-size: 24px;
    line-height: 32px;
}

h6 {
    font-size: 20px;
    line-height: 24px;
}

ul, ol {
    padding: 0;
    margin: 0;
}

ul.list {
    padding-left: 24px;
}

b {
    font-family: 'gilroy-extra';
}

strong {
    font-family: 'gilroy-extra';
}

.h1 {
    font-size: 4rem /* 64px */;
    line-height: 72px;
}

.h2 {
    font-size: 3.5rem /* 56px */;
    line-height: 64px;
}

.h3 {
    font-size: 48px;
    line-height: 56px;
}

.h4 {
    font-size: 36px;
    line-height: 40px;
}

.h5 {
    font-size: 24px;
    line-height: 32px;
}

.h6 {
    font-size: 20px;
    line-height: 24px;
}

input, textarea, select {
    margin: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-radius: 4px;
    border: 1px solid #E1E4EC;
    background-color: #ffffff;
    padding: 13px 12px;
    line-height: 16px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

select {
    height: 44px;
    line-height: 44px;
    font-size: .875rem /* 14px */;
    border-radius: 4px;
    padding: 0 16px;
    border: 1px solid #E1E4EC;
    background-color: #ffffff;
    background: url(img/darr-gray.svg) no-repeat 95% center/10px #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
}

input, textarea {
    font-size: .875rem /* 14px */;
    color: #000;
    max-width: 100%;
    resize: none;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
textarea {
    -webkit-appearance: none;
}

textarea {
    width: 100%;
}

input[type="button"]:focus {
    outline: none;
    outline-offset: -2px;
}

input[type="checkbox"] {
    width: 14px;
    height: 14px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -2px;
}

input::-webkit-input-placeholder {
    color: #000;
}

input:-moz-placeholder,
input::-moz-placeholder {
    color: #000;
}

input:-ms-input-placeholder {
    color: #000;
}

/* Misc elements
---------------- */
.row {
    display: block;
    position: relative;
}

.coll {
    display: inline-block;
    vertical-align: top;
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.fll {
    float: left;
}

.flr {
    float: right;
}

.bmask {
    position: fixed;
    display: none;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    background: rgba(44, 45, 49, 0.4);
    z-index: 1;
}

.hpdd {
    padding: 0 24px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.red {
    color: #FF4342;
}

.gray {
    color: #657195;
}

.sbold {
    font-weight: 600;
}

.bold {
    font-family: 'gilroy-extra';
}

.alcenter {
    text-align: center;
}

.alleft {
    text-align: left;
}

.alright {
    text-align: right;
}

.mobile {
    display: none;
}

.container {
    min-width: 650px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 24px;
    position: relative;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.container:before,
.container:after {
    content: " ";
    clear: both;
}

::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
}

::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0, 0, 0, .5);
    -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .5);
}

input::-webkit-input-placeholder {
    color: #000;
    font-weight: 600;
    font-size: .875rem /* 14px */;
}

input:-moz-placeholder,
input::-moz-placeholder {
    color: #000;
    font-weight: 600;
    font-size: .875rem /* 14px */;
}

input:-ms-input-placeholder {
    color: #000;
    font-weight: 600;
    font-size: .875rem /* 14px */;
}


/*Buttons*/
input[type=button],
input[type=submit] {
    background: #FFA600;
    box-shadow: 0px 4px 4px rgba(255, 166, 0, 0.5);
    cursor: pointer;
    border-radius: 24px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    outline: 0;
    border: 0;
    padding: 0 20px;
    font-size: .875rem /* 14px */;
    color: #fff;
    font-weight: 600;
    letter-spacing: 1px;
    -webkit-appearance: none;
    -moz-appearance: none;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    transition: ease-in 0.3s;
    -moz-transition: ease-in 0.3s;
}

input[type=button],
input[type=submit]:hover {
    opacity: 0.8;
    transition: 0.2s;
}


.btn.orange {
    background: #FFA600;
    box-shadow: 0px 4px 4px rgba(255, 166, 0, 0.5);
    border-radius: 24px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    outline: 0;
    border: 0;
    padding: 0 20px;
    font-size: .875rem /* 14px */;
    color: #fff;
    font-weight: 600;
    letter-spacing: 1px;
    -webkit-appearance: none;
    -moz-appearance: none;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    transition: ease-in 0.3s;
    -moz-transition: ease-in 0.3s;
}

.btn.blue {
    background: #3D46FB;
    box-shadow: 0px 4px 4px rgba(61, 70, 251, 0.5);
    border-radius: 24px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    outline: 0;
    border: 0;
    padding: 0 20px;
    font-size: .875rem /* 14px */;
    color: #fff;
    font-weight: 600;
    letter-spacing: 1px;
    -webkit-appearance: none;
    -moz-appearance: none;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    transition: ease-in 0.3s;
    -moz-transition: ease-in 0.3s;
}


/*HEADER*/

.header {
    position: fixed;
    width: 100%;
    height: 120px;
    left: 0;
    top: 0;
    background: #FFFFFF;
    box-shadow: 0px 4px 16px rgba(162, 76, 13, 0.1);
    z-index: 1;
}

.header .logo_wrap {
    height: 120px;
    line-height: 104px;
    vertical-align: middle;
}

.header .logo_wrap a {
    display: block;
    width: 100%;
    height: 100%;
}

.header .logo_wrap img {
    max-width: 200px;
    max-height: 48px;
    display: block;
    line-height: 48px;
    display: inline-block;
    vertical-align: middle;
}

.header .info_pages {
    vertical-align: middle;
    height: 120px;
}

.header .info_pages .apps li {
    list-style-type: none;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    height: 120px;
}

.header .info_pages .apps li:before {
    content: "";
    position: absolute;
    width: 0%;
    height: 3px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: #3D46FB;
    opacity: 0;
    visibility: hidden;
}

.header .info_pages .apps li:hover:before {
    width: 100%;
    opacity: 1;
    visibility: visible;
    transition: 0.3s;
    -moz-transition: 0.3s;
}

.header .info_pages .apps li a {
    display: block;
    line-height: 120px;
    font-weight: 600;
    font-size: .8125rem /* 13px */;
    letter-spacing: 0.5px;
    color: #1E266F;
    margin: 0 12px;
}

.header .rbox {
    vertical-align: middle;
    float: right;
    padding: 37px 0;
}

.header .phone_wrap {
    vertical-align: middle;
    margin-right: 16px;
}

.header .phone {
    font-family: 'gilroy-extra';
    line-height: 24px;
    font-size: 1.125rem /* 18px */;
    letter-spacing: 2px;
    color: #3D46FB;
}

.header .graph {
    font-weight: 600;
    line-height: 1rem /* 16px */;
    font-size: .875rem /* 14px */;
    color: #000000;
    margin-top: 2px;
}

.header .graph i {
    display: inline-block;
    vertical-align: middle;
    margin-right: 6px;
    width: 30px;
    height: 30px;
    background: url('/img/clock-small.png') no-repeat center/contain;
}

.header .graph span {
    display: inline-block;
    vertical-align: middle;
    height: 20px;
    line-height: 22px;
}

.header .recall_wrap {
    font-size: 0;
    vertical-align: middle;
    margin-right: 24px;
}

.header .recall_wrap a.recall {
    display: block;
    width: 30px;
    height: 30px;
    cursor: pointer;
    background: url('/img/call-icon.png') no-repeat center/contain;
}

.header .quick_form {
    position: fixed;
    width: 360px;
    height: 320px;
    text-align: center;
    left: 0;
    top: -480px;
    right: 0;
    margin: auto;
    z-index: 9;
    transition: ease-out 0.4s;
}

.header .quick_form.active {
    top: 96px;
    transition: ease-out 0.4s;
}

.header .blay {
    position: fixed;
    display: none;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    background: rgba(44, 45, 49, 0.4);
    z-index: 1;
}

.header .quick_form .inner {
    position: relative;
    max-width: 360px;
    background: #fff;
    z-index: 1;
    display: block;
    margin: 0 auto;
    padding: 48px;
    box-shadow: 0px 10px 36px rgba(65, 72, 91, 0.2);
    border-radius: 4px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.header .quick_form .inner .phone_num2 {
    margin: 0 0 24px;
}

.header .quick_form .inner input {
    width: 100%;
}

.header .quick_form .inner input[type="button"] {
    height: 48px;
    line-height: 48px;
    max-width: 100%;
}

.header .quick_form .close_form {
    position: absolute;
    z-index: 2;
    cursor: pointer;
    width: 32px;
    height: 32px;
    right: -16px;
    top: -16px;
    background: #fff;
    border: 2px solid #E1E4EC;
    border-radius: 50%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.header .quick_form .close_form:before {
    content: "";
    position: absolute;
    width: 12px;
    height: 2px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #000;
    transform: rotateZ(45deg);
}

.header .quick_form .close_form:after {
    content: "";
    position: absolute;
    width: 12px;
    height: 2px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #000;
    transform: rotateZ(-45deg);
}

.quick_form .success-mesage {
    display: none;
    position: relative;
    font-size: 14px;
    font-family: 'gilroy-extra';
    color: #000;
}

.header .menu_wrap {
    vertical-align: middle;
    width: 27px;
    height: 27px;
    position: relative;
    cursor: pointer;
}

.header .menu_icon {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 20px;
    height: 3px;
    background: #000000;
    border-radius: 4px;
}

.header .menu_icon:before {
    content: "";
    position: absolute;
    left: -4px;
    top: -8px;
    width: 24px;
    height: 3px;
    background: #000000;
    border-radius: 4px;
}

.header .menu_icon:after {
    content: "";
    position: absolute;
    left: -4px;
    bottom: -8px;
    width: 24px;
    height: 3px;
    background: #000000;
    border-radius: 4px;
}

.header .mobile_phone {
    display: none;
}

.side_menu {
    position: fixed;
    border: 0;
    width: 480px;
    height: 100%;
    right: -500px;
    top: 0;
    transition: 0.5s;
    -moz-transition: 0.5s;
    z-index: 10;
    overflow: hidden;
    background: #000;
}

.side_menu.active {
    right: 0;
    transition: 0.5s;
}

.side_menu .inner {
    width: 488px;
    height: calc(100% - 100px);
    overflow-y: scroll;
    padding-right: 15px;
}

.side_menu .foo {
    display: block;
    position: fixed;
    bottom: 0;
    right: -500px;
    width: 488px;
    border-top: 3px solid #D8DBE610;
    height: 100px;
    transition: 0.5s;
    -moz-transition: 0.5s;
    padding: 12px 64px;
    background: #F6F6F630;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.side_menu .foo.active {
    right: -8px;
}

.side_menu .foo a {
    font-size: 1.25rem /* 20px */;
    line-height: 36px;
    display: block;
    color: #fff;
}

.side_menu .all_apps {
    padding: 24px 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.side_menu .all_apps li {
    line-height: 64px;
}

.side_menu .all_apps li a {
    display: block;
    height: 100%;
    letter-spacing: 1px;
    color: #fff;
    font-size: 1.875rem /* 30px */;
    font-weight: 600;
    padding: 0 48px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.side_menu .all_apps li a:hover {
    opacity: 1;
    background: #ffffff25;
}

.side_menu .all_apps li .subpages li {
    line-height: 48px;
}

.side_menu .all_apps li .subpages li a {
    font-size: 20px;
    color: #8e8e8e;
    padding-left: 72px;
}

main.maincontent {
    position: relative;
    margin-top: 120px;
    z-index: 0;
    opacity: 0;
    visibility: hidden;
    display: block;
}

body.postloaded main.maincontent {
    visibility: visible;
    opacity: 1;
    transition: 0.3s;
    -moz-transition: 0.3s;
}


/*main page*/
.main_wrap {
    overflow-x: hidden;
}

.main_slider {
    position: relative;
}

.main_slider .container {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.slider_edges {
    position: absolute;
    left: 24px;
    top: 48px;
    z-index: 2;
}

.slider_edges h1 {
    font-family: 'gilroy-extra';
    line-height: 56px;
    font-size: 3.5rem /* 56px */;
    color: #FFFFFF;
}

.slider_edges h1 span {
    font-family: 'gilroy-medium';
    font-weight: 600;
    display: block;
    margin: 24px 0 0;
    line-height: 24px;
    font-size: 1.5rem /* 24px */;
    letter-spacing: 0.5px;
    color: #FFFFFF;
}

.slider_edges .num {
    margin-top: 94px;
}

.slider_edges .num li {
    display: block;
}

.slider_edges .num li:first-child {
    margin: 0 0 48px;
}

.slider_edges .num li .number {
    font-weight: bold;
    line-height: 48px;
    font-size: 48px;
    color: #FFFFFF;
}

.slider_edges .num li span {
    display: block;
    margin-top: 8px;
    line-height: 24px;
    font-size: 1rem /* 16px */;
    color: #FFFFFF;
}

.slider_wrap.owl-carousel {
    display: inline-block;
    vertical-align: top;
    width: 932px;
    height: 580px;
    overflow: hidden;
    position: relative;
}

.slider_wrap.owl-carousel:before {
    content: "";
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(7.35deg, #3D46FB 8.94%, #A943F6 93.14%);
    opacity: 0.75;
}

.slider_wrap.owl-carousel .owl-item .inner {
    position: relative;
    width: 932px;
    overflow: hidden;
}

.slider_wrap.owl-carousel:after {
    /*background: url('/img/cityblue.png') no-repeat 0 100%;*/
    content: "";
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.slider_wrap.owl-carousel .owl-item img {
    width: 932px;
}

.main_slider_nav {
    display: block;
    margin-top: 36px;
}

.main_slider_nav .owl-prev {
    display: inline-block;
    cursor: pointer;
    vertical-align: top;
    width: 48px;
    height: 48px;
    background: url('/img/larrw.png') no-repeat center/24px rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    font-size: 0;
    margin-right: 20px;
}

.main_slider_nav .owl-next {
    display: inline-block;
    cursor: pointer;
    vertical-align: top;
    width: 48px;
    height: 48px;
    background: url('/img/rarrw.png') no-repeat center/24px rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    font-size: 0;
}

.main_slider_nav .owl-prev:hover {
    background: url('/img/larrw.png') no-repeat center/24px rgba(0, 0, 0, 0.9);
    transition: 0.2s;
    -moz-transition: 0.2s;
}

.main_slider_nav .owl-next:hover {
    background: url('/img/rarrw.png') no-repeat center/24px rgba(0, 0, 0, 0.9);
    transition: 0.2s;
    -moz-transition: 0.2s;
}

.slider_static {
    display: inline-block;
    vertical-align: top;
    position: relative;
    /*background: url('/img/cityorange.png') no-repeat 0 100% #f6f6f6;*/
    width: calc(100% - 932px);
    overflow: hidden;
    white-space: nowrap;
}

.slider_static .h5 {
    position: absolute;
    font-family: 'gilroy-extra';
    text-transform: uppercase;
    line-height: 140px;
    font-size: 8.75rem /* 140px */;
    color: #FFA600;
    opacity: 0.15;
    left: 48px;
    top: 36px;
}

.slider_static .line {
    display: inline-block;
    vertical-align: top;
    width: 1px;
    height: 100%;
    background: #e8e5e5;
    left: 0;
    top: 0;
    margin-left: 120px;
}


.calc_wrap {
    position: relative;
    z-index: 2;
}

.calc {
    position: absolute;
    width: 720px;
    height: 500px;
    padding: 40px;
    right: -124px;
    top: -452px;
    background: #FFFFFF;
    box-shadow: 0px 10px 36px rgba(65, 72, 91, 0.2);
    border-radius: 4px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

body.postloaded .calc {
    right: 24px;
    transition: ease-out 0.4s;
    -moz-transition: ease-out 0.4s;
}


.transport.owl-carousel {
    margin: 0 0 36px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.transport .type {
    width: 25%;
    text-align: center;
}

.transport .type .type_name {
    display: block;
    opacity: 0;
    visibility: hidden;
    height: 32px;
    text-align: center;
}

.transport .type.active .type_name {
    opacity: 1;
    visibility: visible;
    transition: 0.2s;
    -moz-transition: 0.2s;
}

.transport .type .type_name .h5 {
    font-weight: 600;
    line-height: 14px;
    font-size: .875rem /* 14px */;
    text-align: center;
    color: #000000;
    white-space: nowrap;
}

.transport .type .type_name span {
    display: block;
    margin-top: 6px;
    line-height: 12px;
    font-size: .75rem /* 12px */;
    text-align: center;
    color: #657195;
}

.transport .type .type_image {
    height: 96px;
    line-height: 96px;
    cursor: pointer;
}

.transport.owl-carousel .type img {
    max-width: 96px;
    margin: 0 auto;
    display: inline-block;
    vertical-align: middle;
}

.transport .type.moto img {
    max-width: 72px;
}

.transport .type img.checked {
    display: none;
}

.transport .type.active img.default {
    display: none;
}

.transport .type.active img.checked {
    display: inline-block;
    vertical-align: middle;
}

.transport .type .type_selector {
    width: 48px;
    height: 48px;
    position: relative;
    margin: 0 auto;
    text-align: center;
}

.transport .type .type_selector span {
    display: block;
    z-index: 1;
    position: absolute;
    cursor: pointer;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 24px;
    height: 24px;
    background: #FFFFFF;
    border: 2px solid #E1E4EC;
    border-radius: 50%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.transport .type.active .type_selector span {
    border: 2px solid #FFA600;
    width: 48px;
    height: 48px;
    transition: width ease-out 0.2s, height ease-out 0.2s;
    -moz-transition: width ease-out 0.2s, height ease-out 0.2s;
    background: url('/img/check-white.svg') no-repeat center/20px #FFA600;
}

.calc_form .gray_line {
    display: block;
    position: relative;
    width: 100%;
    height: 4px;
    background: #E1E4EC;
    top: -62px;
}

.calc .radio_wrap {
    width: 48%;
}

.calc .phone_num {
    width: 48%;
}

.calc .wa_name {
    display: block;
    margin: 0 0 8px;
    font-weight: 600;
    line-height: 12px;
    font-size: .75rem /* 12px */;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #657195;
}

.calc .phone_num .wa_value {
    position: relative;
}

.calc .phone_num .wa_value .prefix {
    position: absolute;
    font-weight: 600;
    font-size: .875rem /* 14px */;
    top: 13px;
    left: 14px;
}

.calc .phone_num .wa_value #phone2 {
    padding-left: 28px;
}

.header .quick_form .inner .phone_num2 .va-walue {
    position: relative;
}

.header .quick_form .inner .phone_num2 .prefix {
    position: absolute;
    font-weight: 600;
    font-size: .875rem /* 14px */;
    top: 13px;
    left: 14px;
}

.header .quick_form .inner .phone_num2 #phone1 {
    padding-left: 28px;
    font-weight: 600;
}

.calc .wa_value input[type="text"] {
    width: 100%;
    font-weight: 600;
    font-size: .875rem /* 14px */;
}

.calc label {
    display: inline-block;
    vertical-align: top;
    margin-right: 8px;
    position: relative;
    padding: 0;
    font-size: .875rem /* 14px */;
    font-family: 'gilroy-medium';
    color: #657195;
    transition: 0.5s;
    -moz-transition: 0.5s;
    cursor: pointer;
}

.calc label.active {
    color: #000;
}

.calc label span {
    display: block;
    text-align: center;
    margin-top: 2px;
}

.calc label input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}

.calc label input[type="radio"] {
    position: absolute;
    opacity: 0;
}

.calc label:before {
    content: "";
    width: 18px;
    height: 18px;
    margin-right: 4px;
    margin-top: -6px;
    display: inline-block;
    vertical-align: middle;
    border: 2px solid #E1E4EC;
    border-radius: 2px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.calc label.active:before {
    border: 2px solid #FFA600;
    background: url('/img/check-white.svg') no-repeat center/12px #FFA600;
}

.calc label .icon16.color {
    vertical-align: middle;
    margin: -4px 4px 0 0;
}

.calc label.radio {
    font-size: .8125rem /* 13px */;
    text-align-last: center;
    font-family: 'gilroy-extra';
    margin-right: 16px;
}

.calc label.radio:before {
    width: 20px;
    height: 20px;
    margin-right: 0;
    margin-top: 0;
    top: 0;
    display: block;
    border: 2px solid #E1E4EC;
    border-radius: 50%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.calc label.radio.active:before {
    position: relative;
    border: 0;
    background: #FFA600;
    z-index: 1;
}

.calc label.radio.active:after {
    content: "";
    position: absolute;
    left: 4px;
    top: 4px;
    z-index: 1;
    width: 12px;
    height: 12px;
    background: #000;
    border-radius: 50%;
}

.calc .check {
    margin: 36px 0;
}

.calc label b {
    font-family: 'gilroy-extra';
}

.calc .total {
    max-width: 240px;
}

.calc .summ span {
    font-size: 1rem /* 16px */;
    vertical-align: bottom;
    line-height: 24px;
}

.calc .summ .price {
    font-size: 1.5rem /* 24px */;
    line-height: 24px;
    margin-top: -4px;
}

.calc .summ .price em {
    font-style: normal;
}

.calc .total .annotation {
    font-size: .6875rem /* 11px */;
    line-height: 12px;
    margin-top: 6px;
}

.calc .btns {
    float: right;
}

.calc .btns .blue {
    margin-right: 32px;
}

.calc .btns input[type="submit"],
.calc .btns a {
    height: 48px;
    line-height: 48px;
    padding: 0 24px;
    font-family: 'gilroy-medium';
    display: inline-block;
    vertical-align: top;
}

.calc .success.message {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    text-align: center;
    border-radius: 4px;
    padding: 48px;
    background: #fff;
    z-index: 9;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.calc .success.message .done {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: block;
    margin: 0 auto 24px;
    background: url(/img/check-white.svg) no-repeat center/20px #3D46FB;
}


.main_h2 {
    font-size: 64px;
    line-height: 64px;
    margin: 0 0 36px;
}

.services_wrap {
    margin: 96px auto 0;
}

.services_wrap .main_h2 .container {
    padding-left: 24px;
}

.services_wrap .container {
    padding: 0;
    display: block;
}

.services_wrap .come-description {
    width: 25%;
    height: 300px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    margin-left: -4px;
}

.services_wrap .come-description:hover {
    opacity: 1;
}

.services_wrap .come-description.black:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    background: #000000;
    opacity: 0.7;
}

.services_wrap .come-description.blue:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    background: #1E266F;
    opacity: 0.85;
}

.services_wrap .come-description:hover:before {
    opacity: 0.5;
    transition: 0.3s;
    -moz-transition: 0.3s;
}

.services_wrap .come-description img {
    max-height: 100%;
}

.services_wrap .ui-icon {
    display: none;
}

.services_wrap .come-description .info {
    position: absolute;
    top: 48px;
    right: 24px;
    z-index: 1;
    color: #fff;
    text-align: right;
}

.services_wrap .come-description .info span {
    display: block;
    font-size: 96px;
    line-height: 96px;
    margin: 0 0 24px;
}

.services_wrap .come-description .info h3 {
    font-family: 'gilroy-medium';
    line-height: 22px;
    height: 48px;
    margin: 0;
    font-size: 1rem /* 16px */;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #FFFFFF;
}

.services_wrap .come-description strong {
    line-height: 16px;
    font-size: 1.25rem /* 20px */;
    letter-spacing: 1px;
    color: #FFFFFF;
}

.services_wrap .come-description .plus {
    display: none;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: #3D46FB50;
    position: absolute;
    left: 24px;
    top: 56px;
}

.services_wrap .come-description:hover .plus {
    display: block;
}

.services_wrap .come-description .plus:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 4px;
    height: 30px;
    background: #fff;
    border-radius: 4px;
}

.services_wrap .come-description .plus:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 30px;
    height: 4px;
    background: #fff;
    border-radius: 4px;
}

.services_wrap .come-description.ui-state-active .plus {
    display: none;
}

.services_wrap .come-description.blue .plus {
    background: #00000050;
}

.services_wrap .come_content {
    position: relative;
    margin: 0;
    float: right;
    background: #f6f6f6;
    border-bottom: 2px solid #E1E4EC;
    padding: 24px 60px 24px 36px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.services_wrap .come_content .close-accordion {
    cursor: pointer;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #3D46FB;
    position: absolute;
    right: 24px;
    top: 24px;
}

.services_wrap .come_content .close-accordion:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    transform: rotateZ(45deg);
    width: 16px;
    height: 2px;
    background: #fff;
    border-radius: 4px;
}

.services_wrap .come_content .close-accordion:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    transform: rotateZ(-45deg);
    width: 16px;
    height: 2px;
    background: #fff;
    border-radius: 4px;
}

.park_wrap {
    margin: 96px auto 0;
}

.park.container.owl-carousel {
    padding: 0 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.park.container.owl-carousel .coll {
    width: 50%;
    text-align: center;
    margin: 0 0 36px;
}

.park.owl-carousel .image {
    position: relative;
    width: 280px;
    height: 280px;
    line-height: 280px;
    margin: 0 auto 24px;
    display: block;
    border-radius: 50%;
    border: 1px solid #3D46FB15;
}

.park.owl-carousel .image .inner {
    display: inline-block;
    vertical-align: middle;
    width: 240px;
    height: 240px;
    line-height: 240px;
    border-radius: 50%;
    background: #3D46FB15;
}

.park.owl-carousel .image .inner img {
    display: inline-block;
    vertical-align: middle;
    max-width: 240px;
    transition: ease-out 0.2s;
    -moz-transition: ease-out 0.2s;
}

.park.owl-carousel .coll:hover .inner img {
    opacity: 0.8;
    transition: ease-out 0.2s;
    -moz-transition: ease-out 0.2s;
}

.park.owl-carousel .coll1 .image .inner img {
    max-width: 200px;
}

.park.owl-carousel .bold {
    display: block;
    line-height: 24px;
    font-size: 16px;
    text-align: center;
    letter-spacing: 1px;
    color: #000000;
    margin: 0 auto 30px;
    max-width: 260px;
    height: 48px;
}

.park.owl-carousel .gray {
    display: block;
    line-height: 30px;
    font-size: 30px;
    letter-spacing: 1px;
    color: #657195;
    text-transform: uppercase;
}

.park.owl-carousel .image:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 67px;
    height: 67px;
    background: url('/img/ellipse.svg') no-repeat center/contain;
    border-radius: 50%;
}

.park.owl-carousel .image:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: linear-gradient(4.59deg, #3D46FB 3.87%, #A943F6 97.03%);
}

.edges_wrap {
    margin: 60px auto 0;
    position: relative;
    z-index: 1;
}

.edges_wrap .main_h2 {
    margin: 0;
}

.edges {
    margin-top: -30px;
}

.edges .container {
    padding: 0;
    justify-content: space-between;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.edges .coll {
    width: 28%;
    height: 270px;
    position: relative;
    background: #FFFFFF;
    box-shadow: 0px 10px 36px rgba(65, 72, 91, 0.2);
    border-radius: 4px;
    padding: 48px 24px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.edges .coll.e2 {
    margin-top: 94px;
    z-index: 2;
}

.edges .coll .bold {
    line-height: 20px;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #000000;
    margin: 0 0 64px;
}

.edges .coll i {
    display: block;
    position: absolute;
    width: 64px;
    height: 64px;
    right: 24px;
    top: 24px;
}

.edges .coll i.clock {
    background: url('/img/clock.png') no-repeat center/contain;
}

.edges .coll i.bolt {
    background: url('/img/bolt.png') no-repeat center/contain;
}

.edges .coll i.wrench {
    background: url('/img/profi.png') no-repeat center/contain;
}

.edges .coll .gray {
    line-height: 22px;
    font-size: 14px;
    margin: 0;
}

.edges .coll:hover {
    -webkit-animation: ae 1600ms linear both;
    animation: ae 1600ms linear both;
}

.edges_wrap .ill {
    width: 1240px;
    height: 480px;
    position: absolute;
    left: -300px;
    bottom: -330px;
    background: url('/img/illustr.png') no-repeat center;
}


.seo_text {
    position: relative;
    margin: 64px auto 0;
}

.seo_text:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 644px;
    left: 0;
    top: -240px;
    background: #f6f6f6;
}

.seo_text .container {
    padding: 0 24px;
    justify-content: space-between;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: flex-end;
    -ms-flex-align: flex-end;
    align-items: flex-end;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.seo_text .how {
    width: 40%;
    padding-right: 36px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    position: relative;
    z-index: 4;
}

.seo_text .orange_section {
    position: relative;
    width: 56%;
    background: #FFA600;
    box-shadow: 0px 4px 36px rgba(65, 72, 91, 0.25);
    border-radius: 4px;
    z-index: 3;
    color: #fff;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.seo_text .orange_section .inner {
    background: #FFA600;
    position: relative;
    padding: 36px;
    z-index: 1;
    border-radius: 4px;
}

.seo_text .orange_section p {
    font-family: 'gilroy-medium';
    line-height: 24px;
    font-size: 16px;
    color: #FFFFFF;
}

.seo_text .orange_section .circle {
    position: absolute;
    width: 528px;
    height: 528px;
    border-radius: 50%;
    border: 1px solid #E1E4EC40;
    left: -264px;
    top: 50px;
}

.seo_text .orange_section .circle:before {
    content: "";
    position: absolute;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    border: 1px solid #E1E4EC60;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.seo_text .orange_section .circle:after {
    content: "";
    position: absolute;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    border: 1px solid #E1E4EC;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.seo_text h5 {
    font-size: 20px;
    line-height: 24px;
}

.seo_text ul {
    padding-left: 24px;
    margin: 0 0 24px;
}

.seo_text .how h6 {
    line-height: 22px;
    font-size: 20px;
    letter-spacing: 1px;
    color: #1E266F;
}

.seo_text .how p {
    font-size: .875rem /* 14px */;
    line-height: 22px;
}


/*zones*/
.zones .zone-calc {
    margin: 0 0 64px;
}

.zones .main-img {
    width: 60%;
    height: 564px;
    position: relative;
    overflow: hidden;
}

.zones .main-img:before {
    content: "";
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(7.35deg, #3D46FB 8.94%, #A943F6 93.14%);
    opacity: 0.75;
}

.zones .main-img img {
    max-height: 100%;
    max-width: initial;
}

.zones .calc_wrap {
    width: 40%;
}

.zones .calc {
    top: 36px;
}

body.postloaded .zones .calc {
    right: 0;
}

.text {
    line-height: 24px;
}

.zone-services {
    margin: 0 0 64px;
    position: relative;
    left: -48px;
    width: calc(100% + 96px);
}

.zone-services .come-description {
    width: 25%;
    height: 300px;
    cursor: pointer;
    position: relative;
}

.zone-services .come-description .inner {
    overflow: hidden;
    position: relative;
    display: block;
    height: 100%;
}

.zone-services .come-description:hover {
    opacity: 1;
}

.zone-services .come-description.black .inner:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    background: #000000;
    opacity: 0.7;
    z-index: 0;
}

.zone-services .come-description.blue .inner:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    background: #1E266F;
    opacity: 0.85;
    z-index: 0;
}

.zone-services .come-description .inner:hover:before {
    opacity: 0.5;
    transition: 0.3s;
    -moz-transition: 0.3s;
}

.zone-services .come-description img {
    max-height: 100%;
    max-width: initial;
}

.zone-services .ui-icon {
    display: none;
}

.zone-services .come-description .info {
    position: absolute;
    top: 48px;
    right: 24px;
    z-index: 1;
    color: #fff;
    text-align: right;
}

.zone-services .come-description .info span {
    display: block;
    font-size: 96px;
    line-height: 96px;
    margin: 0 0 24px;
}

.zone-services .come-description .info h3 {
    font-family: 'gilroy-medium';
    line-height: 22px;
    height: 48px;
    margin: 0;
    font-size: 1rem /* 16px */;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #FFFFFF;
}

.zone-services .come-description strong {
    line-height: 16px;
    font-size: 1.25rem /* 20px */;
    letter-spacing: 1px;
    color: #FFFFFF;
}

.zone-services .come-description .plus {
    display: none;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: #3D46FB50;
    position: absolute;
    left: 24px;
    top: 56px;
}

.zone-services .come-description:hover .plus {
    display: block;
}

.zone-services .come-description .plus:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 4px;
    height: 30px;
    background: #fff;
    border-radius: 4px;
}

.zone-services .come-description .plus:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 30px;
    height: 4px;
    background: #fff;
    border-radius: 4px;
}

.zone-services .come-description.active .plus:before {
    display: none !important;
}

.zone-services .come-description.ui-state-active .plus {
    display: none;
}

.zone-services .come-description.blue .plus {
    background: #00000050;
}

.zone-services .come_text {
    display: none;
    position: absolute;
    width: 100%;
    background: #fff;
    box-shadow: 0px 10px 36px rgba(65, 72, 91, 0.2);
    padding: 48px;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.zone-services .come_text li {
    display: block;
    color: #000;
    font-weight: 600;
    text-align: left;
}

.zones .price-calc {
    margin: 0 0 64px;
}

.zones .price-calc .left-coll {
    width: 50%;
    padding-right: 48px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.zones .price-calc .right-coll {
    width: 50%;
}

.zones .price-calc .h4 {
    margin: 0 0 24px;
}

.zones .note {
    padding: 36px 48px 24px;
    vertical-align: top;
    position: relative;
    z-index: 1;
    background: #ECECFF;
    border: 2px solid #A6AAFD;
    border-radius: 4px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.zones .note li {
    display: list-item;
    list-style-type: disc;
    margin: 0 0 12px;
    color: #3D46FB;
}

.zones .note li p {
    display: inline;
    font-size: 1rem /* 16px */;
    color: #657195;
}

.zones .bg-image {
    display: block;
    padding: 64px 36px 0;
    max-height: 280px;
    background: url("img/zone-bg.jpg") no-repeat center/cover;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.zones .bg-image p {
    color: #fff;
    line-height: 30px;
    margin: 0;
}

.zones .gallery_wrap {
    left: -48px;
    width: calc(100% + 96px);
    margin: 0 0 64px;
}

.zones .gallery_wrap .lbox {
    margin-left: 0;
}

.zones .services-list {
    text-align: center;
    display: block;
    max-width: 1000px;
    margin: 0 auto 40px;
}

.zones .services-list .flex {
    margin: 24px 0;
    justify-content: space-between;
}

.zones .services-list .serv {
    width: 30%;
    padding: 30px 30px 56px;
    margin: 0 0 56px;
    border: 1px solid #FFA600;
    box-sizing: border-box;
    border-radius: 4px;
    position: relative;
}

.zones .services-list .serv .image {
    height: 160px;
}

.zones .services-list .serv .image img {
    max-width: 100%;
    max-height: 100%;
}

.zones .services-list .serv .serv-title {
    line-height: 20px;
    height: 40px;
    overflow: hidden;
}

.zones .services-list .serv .serv-price {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -23px;
    font-size: 24px;
    margin: auto;
    width: 220px;
    height: 56px;
    line-height: 56px;
    background: #FFA600;
    border-radius: 4px;
}

.zone-edges {
    text-align: center;
    margin: 0 0 16px;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.zone-edges .flex {
    justify-content: space-between;
}

.zone-edges .z-edge {
    width: 30%;
    margin: 0 0 48px;
}

.zone-edges .z-edge .icon {
    width: 96px;
    height: 96px;
    display: block;
    margin: 0 auto 40px;
}

.zone-edges .z-edge .icon img {
    max-width: 100%;
    max-height: 100%;
}

.zone-edges .z-edge .h6 {
    font-size: 14px;
}

.reviews-wrap {
    left: -48px;
    width: calc(100% + 96px);
    position: relative;
    overflow: hidden;
    background: #F6F6F6;
}

.reviews-wrap:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 127px;
    width: 100%;
    background: #fff;
}

.reviews-wrap .lbox {
    position: absolute;
    width: 280px;
    left: 48px;
    display: inline-block;
    vertical-align: top;
    margin-top: 32px;
}

.reviews-wrap .lbox .h4 {
    margin: 0 0 40px;
}

.reviews-wrap .reviews {
    position: relative;
    display: inline-block !important;
    vertical-align: top;
    left: 340px;
    top: 0;
    overflow: hidden;
    width: 100%;
    min-width: 1280px;
}

.reviews-wrap .reviews.owl-carousel .owl-stage-outer {
    padding-left: 16px;
}

.review {
    margin: 24px 0;
    min-height: 280px;
    padding: 24px;
    background: #fff;
    box-shadow: 0px 5px 36px rgba(65, 72, 91, 0.2);
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.review .info {
    width: 44%;
}

.review .info .name {
    margin: 0 0 22px;
}

.review .info .name span {
    vertical-align: bottom;
    margin-right: 12px;
    font-weight: bold;
    line-height: 18px;
    font-size: 18px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #3D46FB;
}

.review .info .name em {
    vertical-align: bottom;
    font-style: normal;
    line-height: 16px;
    font-size: 16px;
    color: #657195;
}

.review .info .text {
    font-size: 13px;
    line-height: 22px;
}

.review .image {
    padding-left: 24px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 56%;
}

.reviews_nav {
    display: block;
    margin-top: 36px;
}

.reviews_nav .owl-prev {
    display: inline-block;
    cursor: pointer;
    vertical-align: top;
    width: 48px;
    height: 48px;
    background: url('/img/larrw.png') no-repeat center/24px rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    font-size: 0;
    margin-right: 20px;
}

.reviews_nav .owl-next {
    display: inline-block;
    cursor: pointer;
    vertical-align: top;
    width: 48px;
    height: 48px;
    background: url('/img/rarrw.png') no-repeat center/24px rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    font-size: 0;
}

.reviews_nav .owl-prev:hover {
    background: url('/img/larrw.png') no-repeat center/24px rgba(0, 0, 0, 0.9);
    transition: 0.2s;
}

.reviews_nav .owl-next:hover {
    background: url('/img/rarrw.png') no-repeat center/24px rgba(0, 0, 0, 0.9);
    transition: 0.2s;
}


.zone-orange {
    padding: 24px 0;
    background: #FFA600;
    text-align: center;
    color: #fff;
    position: relative;
    left: -48px;
    margin-bottom: -48px;
    border-radius: 0 0 4px 4px;
    width: calc(100% + 96px);
}

.zone-orange .touch {
    display: block;
    margin: 0 auto 36px;
}

.zone-orange .touch .h5 {
    letter-spacing: 1px;
    vertical-align: middle;
}

.zone-orange .touch .recall {
    cursor: pointer;
    display: inline-block;
    margin-left: 48px;
    vertical-align: middle;
    height: 48px;
    line-height: 48px;
    padding: 0 24px;
    font-size: 16px;
    font-weight: 600;
    background: #000;
    color: #fff;
    border-radius: 30px;
}

.zone-orange .info {
    display: block;
    max-width: 900px;
    margin: 0 auto;
}

.zone-orange .info p {
    line-height: 30px;
}

.zone-orange .info a {
    font-size: 24px;
    margin: 12px 0;
    color: #fff;
}

.gallery_wrap {
    margin: 72px auto 0;
    position: relative;
    overflow: hidden;
}

.gallery_wrap .lbox {
    background: rgba(61, 70, 251, 0.8);
    width: 480px;
    height: 400px;
    color: #fff;
    padding: 48px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.gallery_wrap .lbox h2 {
    font-size: 3.5rem /* 56px */;
    line-height: 56px;
    margin: 0 0 32px;
}

.gallery.owl-carousel {
    position: absolute;
    left: 400px;
    top: 20px;
    width: 100%;
    min-width: 1100px;
    overflow: hidden;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.gallery.owl-carousel .inner {
    height: 360px;
    display: block;
    position: relative;
}

.gallery.owl-carousel .inner:hover {
    opacity: 1;
}

.gallery.owl-carousel .inner span {
    position: absolute;
}

.gallery.owl-carousel .inner .image {
    display: block;
    width: 100%;
    height: 100%;
}

.gallery_nav {
    display: block;
    margin-top: 64px;
}

.gallery_nav .owl-prev {
    display: inline-block;
    cursor: pointer;
    vertical-align: top;
    width: 48px;
    height: 48px;
    background: url('/img/larrw.png') no-repeat center/24px rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    font-size: 0;
    margin-right: 20px;
}

.gallery_nav .owl-next {
    display: inline-block;
    cursor: pointer;
    vertical-align: top;
    width: 48px;
    height: 48px;
    background: url('/img/rarrw.png') no-repeat center/24px rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    font-size: 0;
}

.gallery_nav .owl-prev:hover {
    background: url('/img/larrw.png') no-repeat center/24px rgba(0, 0, 0, 0.9);
    transition: 0.2s;
}

.gallery_nav .owl-next:hover {
    background: url('/img/rarrw.png') no-repeat center/24px rgba(0, 0, 0, 0.9);
    transition: 0.2s;
}


/*other pages*/
.page_h1 {
    line-height: 64px;
    font-size: 64px;
    text-align: center;
    color: #FFFFFF;
    z-index: -1;
    position: relative;
    margin: 0 auto -400px;
    height: 600px;
    padding-top: 64px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.page_h1:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 580px;
    left: 0;
    top: 0;
    background: url('/img/page-img.jpg') no-repeat 0 center;
}

.page_h1 span {
    position: relative;
    display: block;
    margin: 0 auto 48px;
}

.page_content {
    display: block;
    margin: 0 auto;
    padding: 48px;
    min-height: 400px;
    width: calc(100% - 48px);
    max-width: 1400px;
    background: #FFFFFF;
    box-shadow: 0px 0px 36px rgba(65, 72, 91, 0.2);
    border-radius: 4px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.page_content:before {
    content: "";
    position: absolute;
    height: 98px;
    width: 100%;
    margin: 0;
    background: #fff;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.page_content img,
.page_content iframe {
    max-width: 100%;
}

.breadcrumbs {
    margin: 0 0 24px;
}

.sub_links {
    display: block;
    margin: 0;
}

.sub_links li {
    display: inline-block;
    vertical-align: top;
    list-style-type: none;
    margin-right: 36px;
    margin-bottom: 48px;
}

.sub_links li a {
    display: block;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    letter-spacing: 1px;
    color: #3D46FB;
    font-weight: 600;
    padding: 0 16px;
    background: #3D46FB10;
    border-radius: 18px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.sub_links li a:hover {
    background: #3D46FB20;
}

.tabs-switcher {
    margin: 0 -48px 48px;
    width: calc(100% + 96px);
    border-bottom: 1px solid #E1E4EC;
    padding: 0 48px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.tabs-switcher li {
    display: inline-block;
    vertical-align: top;
    list-style-type: none;
    margin-right: 48px;
}

.tabs-switcher li a {
    display: block;
    position: relative;
    line-height: 24px;
    font-size: 24px;
    letter-spacing: 1px;
    color: #657195;
    padding: 0 0 48px;
}

.tabs-switcher li.selected a {
    color: #000;
}

.tabs-switcher li a:before {
    content: "";
    position: absolute;
    width: 0px;
    height: 5px;
    left: 0;
    right: 0;
    bottom: -3px;
    margin: auto;
    background: #FFA600;
    border-radius: 3px;
}

.tabs-switcher li.selected a:before {
    width: 48px;
    transition: ease-out 0.3s;
}

.tab-content .box1.stretch {
    padding: 0;
    justify-content: space-between;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.tab-content .come-description {
    width: 400px;
    height: 300px;
    margin: 0 0 16px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    border-radius: 160px;
}

.tab-content .come-description:hover {
    opacity: 1;
}

.tab-content .come-description.black:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    background: #000000;
    opacity: 0.7;
    border-radius: 160px;
}

.tab-content .come-description.blue:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    background: #1E266F;
    opacity: 0.85;
    border-radius: 160px;
}

.tab-content .come-description:hover:before {
    opacity: 0.5;
    transition: 0.3s;
    border-radius: 160px;
}

.tab-content .come-description img {
    max-height: 100%;
}

.tab-content .come-description .info {
    position: absolute;
    top: 48px;
    right: 104px;
    z-index: 1;
    color: #fff;
    text-align: right;
}

.tab-content .come-description .info span {
    display: block;
    font-size: 96px;
    line-height: 96px;
    margin: 0 0 24px;
}

.tab-content .come-description .info h3 {
    font-family: 'gilroy-medium';
    line-height: 22px;
    height: 48px;
    margin: 0;
    font-size: 1rem /* 16px */;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #FFFFFF;
}

.tab-content .come-description strong {
    line-height: 16px;
    font-size: 1.25rem /* 20px */;
    letter-spacing: 1px;
    color: #FFFFFF;
}

.tab-content .come_content {
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: calc(100% - 448px);
    margin: 0 0 16px;
}

.tab-content .come_content p {
    font-size: .8125rem /* 13px */;
}

.tab-content .come_content h5 {
    font-size: 1.25rem /* 20px */;
    line-height: 24px;
    margin: 0 0 12px;
}

.tab-content .flex {
    margin: 0 0 96px;
}

.tab-content .note {
    width: 70%;
    padding: 36px 48px 24px;
    vertical-align: top;
    position: relative;
    z-index: 1;
    background: #ECECFF;
    border: 2px solid #A6AAFD;
    border-radius: 4px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.tab-content .note ul li {
    display: list-item;
    list-style-type: disc;
    margin: 0 0 12px;
    color: #3D46FB;
}

.tab-content .note ul li b {
    display: inline;
    margin-right: 4px;
    font-size: 1rem /* 16px */;
    color: #657195;
}

.tab-content .note ul li p {
    display: inline;
    font-size: 1rem /* 16px */;
    color: #657195;
}

.tab-content .note_image {
    display: block;
    position: absolute;
    width: 500px;
    height: 300px;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.tab-content .note_image img {
    max-width: 100%;
    max-height: 100%;
}

.tab-content .auto_box .come_content:before {
    content: "";
    position: absolute;
    width: 120px;
    height: 120px;
    left: 280px;
    bottom: -80px;
    z-index: 2;
    background: url('/img/arr1.png') no-repeat center/contain;
}

.tab-content .suv_box .come_content:before {
    content: "";
    position: absolute;
    width: 90px;
    height: 90px;
    left: -100px;
    bottom: -36px;
    z-index: 2;
    background: url('/img/arr2.png') no-repeat center/contain;
}

.tab-content .van_box .come_content:before {
    content: "";
    position: absolute;
    width: 90px;
    height: 90px;
    left: -100px;
    bottom: -56px;
    z-index: 2;
    background: url('/img/arr2.png') no-repeat center/contain;
}


.tab-content .park.stretch {
    margin: 0 0 64px;
    padding: 0;
    justify-content: space-between;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.tab-content .park.reverse {
    margin: 0 0 64px;
    padding: 0;
    justify-content: space-between;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.tab-content .park .coll {
    margin: 0;
    width: 280px;
    text-align: center;
}

.tab-content .park .coll.text {
    text-align: left;
    width: calc(100% - 344px);
}

.tab-content .park .image {
    position: relative;
    width: 280px;
    height: 280px;
    line-height: 280px;
    margin: 0;
    display: block;
    border-radius: 50%;
    border: 1px solid #3D46FB15;
}

.tab-content .park .image .inner {
    display: inline-block;
    vertical-align: middle;
    width: 240px;
    height: 240px;
    line-height: 240px;
    border-radius: 50%;
    background: #3D46FB15;
}

.tab-content .park .image .inner img {
    display: inline-block;
    vertical-align: middle;
    max-width: 240px;
    transition: ease-out 0.2s;
}

.tab-content .park .coll:hover .inner img {
    opacity: 0.8;
    transition: ease-in 0.4s;
}

.tab-content .park .coll1 .image .inner img {
    max-width: 200px;
}

.tab-content .park h5 {
    display: block;
    line-height: 24px;
    font-size: 24px;
    letter-spacing: 1px;
    color: #000000;
    margin: 0 0 24px;
}

.tab-content .park .image:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 67px;
    height: 67px;
    border-radius: 50%;
    background: linear-gradient(4.59deg, #3D46FB 3.87%, #A943F6 97.03%);
    filter: blur(10px);
}

.tab-content .park .image:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: linear-gradient(4.59deg, #3D46FB 3.87%, #A943F6 97.03%);
}


.prices .p_box {
    position: relative;
    display: block;
    margin: 0 0 48px;
}

.prices .p_box:last-child {
    margin: 0;
}

.prices .p_box .calc {
    position: relative;
    width: 100%;
    margin: 0 0 24px;
    top: 0;
    right: inherit;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 2px solid rgba(61, 70, 251, 0.4);
}

.prices .p_box h3 {
    line-height: 36px;
    font-size: 36px;
    letter-spacing: 1px;
}

.prices .p_box .table {
    max-width: 624px;
}

.prices .p_box .table .th,
.prices .p_box .table .td {
    width: 50%;
}

.prices .p_box p {
    font-size: 1rem /* 16px */;
    line-height: 24px;
    font-family: 'gilroy-medium';
}

.prices .p_box p.widt {
    width: 720px;
}

.prices .p_box .image.violet {
    position: absolute;
    top: 48px;
    right: 0;
    display: block;
    width: 320px;
    height: 320px;
    background: url('/img/truckv.png') no-repeat center/contain;
}

.prices .p_box .note {
    width: 720px;
    padding: 36px 48px 24px;
    margin: 0 0 24px;
    vertical-align: top;
    position: relative;
    z-index: 1;
    background: #ECECFF;
    border: 2px solid #A6AAFD;
    border-radius: 4px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.prices .p_box .note ul li {
    display: list-item;
    list-style-type: disc;
    margin: 0 0 12px;
    color: #3D46FB;
}

.prices .p_box .note ul li b {
    display: inline;
    margin-right: 4px;
    font-size: 1rem /* 16px */;
    color: #657195;
}

.prices .p_box .note ul li p {
    display: inline;
    font-size: 1rem /* 16px */;
    color: #657195;
}

.note {
    padding: 24px;
    margin: 0 0 24px;
    vertical-align: top;
    position: relative;
    z-index: 1;
    background: #ECECFF;
    border: 2px solid #A6AAFD;
    border-radius: 4px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}


.table {
    display: block;
    margin: 0 0 24px;
    border-collapse: collapse;
    border-radius: 4px;
    border: 1px solid #E1E4EC;
    background-color: #ffffff;
    text-align: left;
    overflow-x: auto;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.table .thead {
    margin: 0;
    color: #657195;
    text-transform: uppercase;
    padding: 0 16px;
    justify-content: space-between;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-bottom: 2px solid #E1E4EC;
}

.table .thead .th {
    font-size: 1rem /* 16px */;
    font-weight: 600;
    line-height: 22px;
    padding: 24px 12px;
}

.table .tbody {
    padding: 24px 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.table .tr {
    margin: 0;
    padding: 0;
    justify-content: space-between;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.table .tr:nth-child(2n) {
    background: #3D46FB05;
}

.table .td {
    display: inline-block;
    height: auto;
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
    padding: 12px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    min-width: 120px;
}

.table .td.bold {
    font-family: 'gilroy-extra';
}

ol {
    padding: 0;
    counter-reset: item;
    list-style: none;
    font-family: 'gilroy-medium';
}

ol li {
    line-height: 22px;
    counter-increment: item;
    display: block;
    margin: 16px 0;
    font-size: 1rem /* 16px */;
}

ol li::before {
    width: 18px;
    height: 18px;
    content: counter(item);
    line-height: 18px;
    text-align: center;
    float: left;
    border-radius: 50%;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
    font-size: .625rem /* 10px */;
    font-weight: 600;
    font-style: normal;
    color: #fff;
    background: #FFA600;
}

.welcome {
    margin: 48px auto;
    padding: 48px 0;
    text-align: center;
}

.error {
    text-align: center;
}


/*footer*/
.footer {
    position: relative;
    margin: 96px 0 0;
    padding: 48px 0;
    display: block;
    width: 100%;
    height: 266px;
    background: url('/img/foo-city.png');
    border-top: 6px solid #D8DBE6;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.footer .container {
    padding: 0 24px;
    justify-content: space-between;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.footer .container .coll1 {
    width: 25%;
}

.footer .container .coll2 {
    width: 40%;
    position: relative;
}

.footer .container .coll3 {
    width: 25%;
}

.footer .foo-logo {
    display: block;
    margin: 0 0 24px;
}

.footer .foo-logo img {
    max-height: 48px;
    max-width: 100%;
}

.footer .phone {
    line-height: 24px;
    font-size: 24px;
    letter-spacing: 2px;
    color: #1E266F;
    margin: 0 0 12px;
}

.footer .graph {
    font-weight: 600;
    line-height: 1rem /* 16px */;
    font-size: .875rem /* 14px */;
    color: #000000;
    margin: 0 0 24px;
}

.footer .graph i {
    display: inline-block;
    vertical-align: middle;
    margin-right: 6px;
    width: 20px;
    height: 20px;
    background: url(img/clock-small.png) no-repeat center/contain;
}

.footer .graph span {
    display: inline-block;
    vertical-align: middle;
    height: 20px;
    line-height: 22px;
}

.footer .copyright {
    font-family: 'gilroy-medium';
    line-height: 24px;
    font-size: 12px;
    color: #000000;
}

.footer .all_apps li {
    display: inline-block;
    vertical-align: top;
    width: 48%;
}

.footer .all_apps li a {
    line-height: 36px;
    font-size: 16px;
    letter-spacing: 0.5px;
    color: #000000;
}

.footer .created {
    font-family: 'gilroy-medium';
    position: absolute;
    bottom: 0;
    line-height: 24px;
    font-size: 13px;
    color: #000000;
}

.footer .adress {
    font-family: 'gilroy-medium';
    line-height: 24px;
    font-size: 13px;
    color: #000000;
    margin: 0 0 12px;
}

.footer .email {
    font-family: 'gilroy-medium';
    line-height: 24px;
    font-size: 13px;
    color: #000000;
    margin: 0 0 12px;
}


/*socials*/
.soc_icon {
    display: inline-block;
    vertical-align: top;
    width: 48px;
    height: 48px;
}

.soc_icon.fb {
    background: url('/img/fbw.png') no-repeat center/contain;
}

.soc_icon.vk {
    background: url('/img/vkw.png') no-repeat center/contain;
}

.soc_icon.insta {
    background: url('/img/instaw.png') no-repeat center/contain;
}

.soc_icon.whts {
    background: url('/img/wtw.png') no-repeat center/contain;
}

.soc_icon.fb.yel {
    background: url('/img/fby.png') no-repeat center/contain;
}

.soc_icon.vk.yel {
    background: url('/img/vky.png') no-repeat center/contain;
}

.soc_icon.insta.yel {
    background: url('/img/instay.png') no-repeat center/contain;
}

.soc_icon.whts.yel {
    background: url('/img/wty.png') no-repeat center/contain;
}


/*Animations*/

@-webkit-keyframes ae {
    0% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    2.6% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -2.075, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -2.075, 0, 1);
    }
    5.11% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -2.538, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -2.538, 0, 1);
    }
    11.41% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -1.457, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -1.457, 0, 1);
    }
    17.62% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.415, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.415, 0, 1);
    }
    23.92% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.024, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.024, 0, 1);
    }
    30.13% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0.038, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0.038, 0, 1);
    }
    55.16% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.001, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.001, 0, 1);
    }
    80.18% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    100% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
}

@keyframes ae {
    0% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    2.6% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -2.075, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -2.075, 0, 1);
    }
    5.11% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -2.538, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -2.538, 0, 1);
    }
    11.41% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -1.457, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -1.457, 0, 1);
    }
    17.62% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.415, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.415, 0, 1);
    }
    23.92% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.024, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.024, 0, 1);
    }
    30.13% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0.038, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0.038, 0, 1);
    }
    55.16% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.001, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.001, 0, 1);
    }
    80.18% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    100% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
}


/* WIDE
======= */
@media screen and (min-width: 1200px) {
    .header .info_pages .apps li a {
        font-size: 1rem /* 16px */;
        margin: 0 24px;
    }
}

@media screen and (min-width: 1480px) {
    .container {
        max-width: 1400px;
    }

    main.maincontent {
        max-width: 1920px;
        margin: 120px auto 0;
    }

    .zone-edges .z-edge .h6 {
        font-size: 20px;
    }

    .header .logo_wrap img {
        max-width: 270px;
        max-height: 48px;
    }

    .header .container {
        max-width: 1600px;
    }

    .header .info_pages .apps li a {
        font-size: 1rem /* 16px */;
        margin: 0 24px;
    }

    .header .phone_wrap {
        margin-right: 24px;
    }

    .header .phone {
        font-size: 1.5rem /* 24px */;
        letter-spacing: 2px;
    }

    .header .graph {
        font-size: 1rem /* 16px */;
    }

    .header .recall_wrap {
        font-size: 1rem /* 16px */;
    }

    .header .recall_wrap a.recall {
        width: 100%;
        height: 48px;
        line-height: 48px;
        padding: 0 24px;
        background: #FFA600;
        box-shadow: 0px 4px 4px rgba(255, 166, 0, 0.5);
        border-radius: 80px;
        text-align: center;
        letter-spacing: 1px;
        color: #FFFFFF;
        font-weight: 600;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }

    .main_slider .container {
        max-width: 100%;
    }

    .slider_static {
        -webkit-background-size: 100%;
        background-size: 100%;
    }

    .slider_edges {
        left: 104px;
    }

    .slider_edges .num li span {
        font-size: 1.5rem /* 24px */;
    }

    .calc {
        right: 24px;
    }

    body.postloaded .calc {
        right: 104px;
    }

    .services_wrap .container {
        max-width: 1600px;
    }

    .services_wrap .main_h2 .container {
        padding-left: 104px;
    }

    .services_wrap .come-description .info {
        right: 56px;
    }

    .services_wrap .come-description .plus {
        left: 56px;
    }

    .park.container.owl-carousel .coll {
        width: 25%;
    }

    .edges .coll {
        padding: 48px;
        width: 31%
    }

    .edges .coll .bold {
        font-size: 20px;
        margin-top: 24px;
    }

    .edges .coll i {
        display: block;
        position: absolute;
        width: 96px;
        height: 96px;
        right: 36px;
        top: 36px;
    }

    .edges_wrap .ill {
        left: 0;
        background-position: 0 center;
    }

    .seo_text .container {
        max-width: 1400px;
    }

    .seo_text .how {
        padding-right: 64px;
    }

    .seo_text .orange_section .inner {
        padding: 48px;
    }

    .gallery_wrap .lbox {
        margin-left: calc((100% - 1400px) / 2);
    }

    .gallery.owl-carousel {
        left: calc(((100% - 1400px) / 2) + 400px);
    }

    .tab-content .come_content p {
        font-size: 1rem /* 16px */;
    }

    .tab-content .note {
        width: 65%;
    }

    .tab-content .note_image {
        right: 48px;
    }

    .page_h1 {
        z-index: -1;
    }

    .page_h1:before {
        background-size: cover;
    }

    .page_content {
        position: static;
    }

    .page_content:before {
        width: 100%;
        margin: 0;
    }

    .prices .p_box .calc {
        width: 720px;
        position: absolute;
        top: 0;
        right: 0;
    }

    .prices .p_box p.wid {
        width: calc(100% - 740px);
    }

    .prices .p_box .image.violet {
        width: 480px;
        height: 480px;
        top: -40px;
    }

    .footer .all_apps li a {
        font-size: 1.25rem /* 20px */;
    }

    .footer .copyright,
    .footer .created,
    .footer .adress,
    .footer .email {
        font-size: 1rem /* 16px */;
    }

}


/*mobile resolutions*/
@media screen and (max-width: 1025px) {
    .mobile {
        display: block;
    }

    main.maincontent {
        margin-top: 113px;
    }

    .container {
        padding: 0 16px;
        min-width: 0;
    }

    .header {
        height: 113px;
    }

    .header .logo_wrap {
        height: 64px;
        line-height: 56px;
    }

    .header .logo_wrap img {
        max-width: 160px;
        max-height: 30px;
    }

    .header .info_pages {
        display: none;
    }

    .header .phone_wrap {
        display: none;
    }

    .header .recall_wrap {
        height: 64px;
        line-height: 64px;
        border-right: 1px solid #E1E4EC;
        margin-right: -20px;
        padding: 0 16px;
    }

    .header .recall_wrap a.recall {
        width: 24px;
        height: 24px;
        display: inline-block;
        vertical-align: middle;
    }

    .header .rbox {
        padding: 0;
    }

    .header .menu_wrap {
        width: 54px;
        height: 24px;
        text-align: center;
        right: -16px;
        padding: 20px 0;
    }

    .header .menu_icon {
        height: 2px;
        width: 16px;
    }

    .header .menu_icon:before {
        height: 2px;
        width: 20px;
    }

    .header .menu_icon:after {
        height: 2px;
        width: 20px;
    }

    .header .quick_form .inner .phone_num2 .prefix {
        line-height: 30px;
    }

    .header .mobile_phone {
        display: block;
        text-align: center;
    }

    .header .mobile_phone .phone {
        font-size: 1.5rem /* 24px */;
        line-height: 48px;
        border-top: 1px solid #E1E4EC;
    }

    .side_menu {
        width: 288px;
        right: -300px;
        text-align: left;
    }

    .side_menu .inner {
        width: 288px;
    }

    .side_menu .foo {
        width: 288px;
        right: -300px;
        padding: 16px 24px;
    }

    .side_menu .foo.active {
        right: 0;
    }

    .side_menu .all_apps li {
        line-height: 36px;
    }

    .side_menu .all_apps li a {
        font-size: 1.25rem /* 20px */;
        padding: 0 24px;
    }

    .side_menu .all_apps li .subpages li {
        line-height: 30px;
    }

    .side_menu .all_apps li .subpages li a {
        font-size: .875rem /* 14px */;
        padding-left: 32px;
    }

    .slider_wrap.owl-carousel {
        display: none;
    }

    .slider_wrap.owl-carousel .inner {
        display: none;
    }

    .slider_wrap.owl-carousel:after {
        display: none;
    }

    .slider_static {
        display: none;
    }

    .slider_edges {
        top: 14px;
        position: relative;
        left: 0;
        right: 0;
        margin: 0 auto;
        text-align: center;
        z-index: 4;
    }

    .slider_edges h1 {
        line-height: 24px;
        font-size: 24px;
    }

    .slider_edges h1 span {
        font-size: 14px;
        line-height: 14px;
        margin: 12px auto 0;
    }

    .slider_edges .num {
        display: none;
    }

    .main_h2 {
        line-height: 32px;
        font-size: 32px;
    }

    .calc_wrap {
        background: linear-gradient(7.35deg, #3D46FB 8.94%, #A943F6 93.14%);
        margin-top: -92px;
        padding: 92px 0 24px;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }

    .calc {
        position: relative;
        width: calc(100% - 32px);
        left: 0;
        right: 0;
        margin: auto;
        top: 20px;
        padding: 24px;
    }

    body.postloaded .calc {
        position: relative;
        width: calc(100% - 32px);
        left: 0;
        right: 0;
        margin: auto;
        top: 0;
    }

    .h4 {
        font-size: 24px;
        line-height: 32px;
    }

    .transport .type.van .type_name {
        margin-left: -20px;
    }

    .zones .zone-calc {
        position: relative;
        margin: 0 0 36px;
    }

    .zones .zone-calc .main-img {
        display: none;
    }

    .zones .calc_wrap {
        margin: 0;
        width: 100%;
        padding: 0;
        background: #fff;
    }

    body.postloaded .zones .calc {
        position: relative;
        width: 100%;
        margin: 0;
        top: 0;
        right: inherit;
        -webkit-box-shadow: none;
        box-shadow: none;
        border: 2px solid rgba(61, 70, 251, 0.4);
    }

    .zone-services {
        margin: 0 0 36px;
        left: -24px;
        width: calc(100% + 48px);
    }

    .zone-services .come-description {
        width: 50%;
    }

    .zone-services .come-description.active {
        z-index: 12;
    }

    .zones .price-calc {
        margin: 0 0 36px;
    }

    .zones .price-calc .left-coll {
        display: block;
        width: 100%;
        padding: 0;
    }

    .zones .price-calc .right-coll {
        width: 100%;
        max-height: initial;
        padding: 24px;
        margin: 24px 0 0;
    }

    .zones .services-list .serv .serv-price {
        width: 80%;
        font-size: 16px;
    }

    .zones .gallery_wrap {
        left: -24px;
        width: calc(100% + 48px);
        margin: 0 0 36px;
    }

    .reviews-wrap {
        left: -24px;
        width: calc(100% + 48px);
    }

    .reviews-wrap:before {
        height: 240px;
    }

    .reviews-wrap .lbox {
        position: relative;
        display: block;
        width: 100%;
        left: 24px;
    }

    .reviews-wrap .lbox .h4 {
        margin: 0 0 24px;
    }

    .reviews_nav {
        margin-top: 24px;
    }

    .reviews-wrap .reviews {
        display: block !important;
        width: 100%;
        left: 0;
        min-width: initial;
    }

    .reviews-wrap .reviews.owl-carousel .owl-stage-outer {
        padding: 0 24px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .reviews-wrap .reviews .review {
        max-width: calc(100% - 48px);
        min-height: 0;
    }

    .zone-orange {
        padding: 24px;
        left: -24px;
        margin-bottom: -24px;
        width: calc(100% + 48px);
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .zone-orange .info {
        max-width: 100%;
    }

    .zone-orange .touch .recall {
        margin: 24px auto 0;
    }


    .edges_wrap .ill {
        width: 100%;
        left: 0;
        bottom: 0;
        margin-top: -64px;
        position: relative;
    }

    .edges .container {
        display: block;
    }

    .edges_wrap .main_h2 {
        margin: 0 auto 24px;
    }

    .edges {
        margin: 0 auto;
        position: relative;
    }

    .edges:before {
        content: "";
        position: absolute;
        width: 100%;
        height: calc(100% - 78px);
        left: 0;
        top: 78px;
        background: #f6f6f6;
    }

    .edges .coll {
        display: block;
        width: 100% !important;
        max-width: 480px;
        margin: auto;
        margin-top: 24px !important;
        height: 220px;
    }

    .seo_text {
        margin: 0 auto;
        padding: 16px 0;
    }

    .seo_text .container {
        display: block;
    }

    .seo_text:before {
        height: 300px;
        top: 0;
    }

    .seo_text .how {
        display: block;
        width: 100%;
        padding: 0;
    }

    .seo_text .orange_section {
        display: block;
        width: 100%;
    }


    .services_wrap {
        margin: 36px auto 0;
    }

    .services_wrap .come-description .plus {
        display: block;
    }

    .park_wrap {
        margin: 36px auto 0;
    }

    .edges_wrap {
        margin: 36px auto 0;
    }

    .gallery_wrap {
        margin: 36px auto 0;
    }

    .gallery_wrap .lbox {
        width: 360px;
        height: 320px;
        padding: 24px;
    }

    .gallery_wrap .lbox h2 {
        font-size: 24px;
        line-height: 24px;
        max-width: 180px;
        margin: 0 0 36px;
    }

    .gallery.owl-carousel {
        left: 230px;
    }

    .gallery.owl-carousel .inner {
        height: 270px;
    }

    .page_content {
        padding: 24px;
    }

    .page_h1:before {
        height: 240px;
    }

    .page_h1 {
        font-size: 48px;
        line-height: 48px;
    }

    .sub_links li {
        margin-bottom: 24px;
    }

    .tabs-switcher {
        margin: 0 -24px 24px;
        width: calc(100% + 48px);
    }

    .tabs-switcher li a {
        padding: 0 0 24px;
    }

    .tab-content .come-description {
        width: 200px;
        height: 200px;
    }

    .tab-content .come-description .info {
        right: 48px;
        top: 48px;
    }

    .tab-content .come-description .info span {
        font-size: 36px;
        line-height: 36px;
        margin: 0 0 4px;
    }

    .tab-content .come-description .info h3 {
        font-size: .75rem /* 12px */;
        margin: 0 0 6px;
        height: 32px;
        line-height: 16px;
    }

    .tab-content .come-description strong {
        font-size: .875rem /* 14px */;
    }

    .page_content p {
        margin: 0 0 12px;
    }

    .tab-content .flex {
        margin: 0 0 36px;
    }

    .tab-content .come_content {
        width: calc(100% - 224px);
    }

    .tab-content .come_content p {
        font-size: .75rem /* 12px */;
    }

    .tab-content .come_content h5 {
        font-size: 1rem /* 16px */;
    }

    .tab-content .come-description img {
        max-width: initial
    }

    .tab-content .auto_box .come_content:before {
        left: 220px;
    }

    .tab-content .note ul li p {
        font-size: .8125rem /* 13px */;
    }

    .tab-content .park .coll.text {
        width: calc(100% - 300px);
    }

    .tab-content .park h5 {
        font-size: 16px;
    }

    .tab-content .park p {
        font-size: .75rem /* 12px */;
    }

    .tab-content .park.stretch {
        margin: 0 0 36px;
    }

    .tab-content .park.reverse {
        margin: 0 0 36px;
    }

    .prices .p_box .table {
        width: 100%;
        max-width: 100%;
    }

    .prices .p_box .image.violet {
        display: none;
    }

    .prices .p_box p {
        font-size: .8125rem /* 13px */;
    }

    .prices .p_box p.widt {
        width: 100%;
    }

    .prices .p_box .note {
        width: 100%;
    }

    .prices .p_box .note ul li p {
        font-size: .8125rem /* 13px */;
    }

    ol li {
        font-size: .8125rem /* 13px */;
    }


    .soc_icon {
        width: 36px;
        height: 36px;
    }

    .footer {
        height: auto;
        padding: 36px 0;
        margin: 48px 0 0;
        background: url(img/foo-city.png) no-repeat 0 0/cover #f6f6f6;
    }

    .footer .container .coll1 {
        width: 50%;
    }

    .footer .container .coll2 {
        width: 50%;
    }

    .footer .container .coll3 {
        width: 100%;
    }

    .footer .foo-logo img {
        max-height: 36px;
    }

    .footer .all_apps li a {
        font-size: .875rem /* 14px */;
    }

    .footer .graph span {
        color: #657195;
    }

    .footer .copyright {
        display: none;
    }

    .footer .created {
        display: none;
    }

    .footer .copyright.mobile {
        display: inline-block;
        vertical-align: middle;
        margin-right: 36px;
        position: relative;
        font-size: 12px;
        color: #657195;
    }

    .footer .created.mobile {
        display: inline-block;
        vertical-align: middle;
        position: relative;
    }

    .footer .adress {
        font-size: 14px;
        color: #657195;
    }

    .footer .email {
        font-size: 14px;
        color: #657195;
    }

    /*wide tablets*/
    @media screen and (min-width: 940px) {
        .edges {
            margin-top: -40px;
        }

        .edges .container {
            display: flex;
        }

        .edges .coll {
            width: 30% !important;
            margin: 0 !important;
        }

        .edges .coll.e2 {
            margin-top: 54px !important;
        }

        .edges_wrap .ill {
            left: -90px;
        }
    }


    @media screen and (max-height: 320px) {
        header.header {
            position: relative;
        }

        main.maincontent {
            margin: 0;
        }
    }

    /*only phones*/
    @media screen and (max-width: 760px) {
        h1 {
            font-size: 24px;
            line-height: 32px;
        }

        h2 {
            line-height: 30px;
            font-size: 20px;
        }

        h3 {
            font-size: 18px;
            line-height: 28px;
        }

        h4 {
            font-size: 16px;
            line-height: 24px;
        }

        h5 {
            font-size: 14px;
            line-height: 20px;
        }

        h6 {
            font-size: 12px;
            line-height: 20px;
        }

        .h1 {
            font-size: 24px;
            line-height: 32px;
        }

        .h2 {
            line-height: 30px;
            font-size: 20px;
        }

        .h3 {
            font-size: 18px;
            line-height: 28px;
        }

        .h4 {
            font-size: 16px;
            line-height: 24px;
        }

        .h5 {
            font-size: 14px;
            line-height: 20px;
        }

        .h6 {
            font-size: 12px;
            line-height: 20px;
        }

        .main_h2 {
            margin: 0 0 24px;
            font-size: 24px;
        }

        .page_h1 span {
            margin: 0 auto 24px;
        }

        .calc {
            padding: 0;
        }

        .calc_wrap .container {
            padding: 0;
        }

        .transport.owl-carousel {
            margin: 0 0 24px;
            padding-top: 16px;
            height: 145px;
            white-space: nowrap;
        }

        .transport.owl-carousel.owl-drag .owl-item.active {
            z-index: 4;
        }

        .transport .type {
            width: 100%;
            position: relative;
        }

        .transport .type.prev {
            right: -50%;
        }

        .transport .type.next {
            left: -50%;
        }

        .transport .type .type_name {
            position: relative;
        }

        .transport .type .type_image {
            margin-top: -20px;
        }

        .transport .type .type_selector {
            margin: -12px auto 0;
        }

        .transport .type.van .type_name .h5 {
            margin-left: -14px;
        }

        .calc {
            height: auto;
            padding: 0 0 24px;
        }

        body.postloaded .calc {
            height: auto;
            padding: 0 0 24px;
        }

        .calc_form .gray_line {
            top: -50px;
        }

        .calc .radio_wrap {
            display: block;
            width: 100%;
            margin: 0 0 20px;
            padding: 0 12px;
            box-sizing: border-box;
            -webkit-box-sizing: border-box;
        }

        .calc .phone_num {
            display: block;
            width: 100%;
            margin: 0 0 20px;
            padding: 0 12px;
            box-sizing: border-box;
            -webkit-box-sizing: border-box;
        }

        .calc label.radio:before {
            width: 30px;
            height: 30px;
        }

        .calc label.radio.active:after {
            width: 24px;
            height: 24px;
            left: 3px;
            top: 3px;
        }

        .calc label span {
            position: relative;
            z-index: 4;
            margin-top: -24px;
        }

        .calc label.active span {
            color: #fff;
        }

        .calc .check {
            margin: 24px 0 16px;
            padding: 0 12px;
            box-sizing: border-box;
            -webkit-box-sizing: border-box;
        }

        .calc label {
            font-size: .6875rem /* 11px */;
            margin-right: 5px;
            margin-bottom: 12px;
        }

        .calc .total_wrap {
            padding: 0 12px;
            box-sizing: border-box;
            -webkit-box-sizing: border-box;
        }

        .calc .total {
            display: block;
            width: 100%;
            max-width: 100%;
        }

        .calc .total .annotation {
            font-size: 10px;
        }

        .calc .btns {
            float: none;
            margin-top: 16px;
        }

        .calc .btns input[type="submit"],
        .calc .btns a {
            display: inline-block;
            vertical-align: top;
            font-size: .75rem /* 12px */;
        }

        .calc .btns .blue {
            font-size: 0 !important;
            width: 48px;
            padding: 0;
            background: url('/img/callw.png') no-repeat center/24px #3D46FB;
        }

        .services_wrap .come-description {
            width: 50%;
            margin: 0 -2px;
            height: 120px;
        }

        .services_wrap .come-description .info {
            right: 16px;
            top: 16px;
        }

        .services_wrap .come-description .info span {
            font-size: 36px;
            line-height: 36px;
            margin: 0 0 4px;
        }

        .services_wrap .come-description .info h3 {
            font-size: .75rem /* 12px */;
            margin: 0 0 6px;
            height: 32px;
            line-height: 16px;
        }

        .services_wrap .come-description strong {
            font-size: .875rem /* 14px */;
        }

        .services_wrap .come-description.black.suvr:before {
            background: #1E266F;
            opacity: 0.85;
        }

        .services_wrap .come-description.blue.vanr:before {
            background: #000000;
            opacity: 0.7;
        }

        .services_wrap .come-description .plus {
            display: block;
            left: 16px;
            top: 16px;
            width: 24px;
            height: 24px;
        }

        .services_wrap .come-description .plus:before {
            width: 1.5px;
            height: 11.25px;
        }

        .services_wrap .come-description .plus:after {
            height: 1.5px;
            width: 11.25px;
        }

        .services_wrap .come-description.black.suvr .plus {
            background: #00000050;
        }

        .services_wrap .come-description.blue.vanr .plus {
            background: #3D46FB50;
        }

        .zone-services {
            margin: 0 0 24px;
            left: -16px;
            width: calc(100% + 32px);
        }

        .zone-services .come-description {
            width: 50%;
            height: 120px;
        }

        .zone-services .come-description .info {
            right: 16px;
            top: 16px;
        }

        .zone-services .come-description .info span {
            font-size: 36px;
            line-height: 36px;
            margin: 0 0 4px;
        }

        .zone-services .come-description .info h3 {
            font-size: .75rem /* 12px */;
            margin: 0 0 6px;
            height: 32px;
            line-height: 16px;
        }

        .zone-services .come-description strong {
            font-size: .875rem /* 14px */;
        }

        .zone-services .come-description.black.suvr:before {
            background: #1E266F;
            opacity: 0.85;
        }

        .zone-services .come-description.blue.vanr:before {
            background: #000000;
            opacity: 0.7;
        }

        .zone-services .come-description .plus {
            display: block;
            left: 16px;
            top: 16px;
            width: 24px;
            height: 24px;
        }

        .zone-services .come-description .plus:before {
            width: 1.5px;
            height: 11.25px;
        }

        .zone-services .come-description .plus:after {
            height: 1.5px;
            width: 11.25px;
        }

        .zone-services .come-description.black.suvr .plus {
            background: #00000050;
        }

        .zone-services .come-description.blue.vanr .plus {
            background: #3D46FB50;
        }

        .zones .gallery_wrap {
            left: -16px;
            width: calc(100% + 32px);
        }

        .reviews_nav .owl-prev {
            width: 24px;
            height: 24px;
            background-size: 12px;
            margin-right: 12px;
        }

        .reviews_nav .owl-next {
            width: 24px;
            height: 24px;
            background-size: 12px;
        }

        .reviews_nav .owl-prev:hover {
            background-size: 12px;
        }

        .reviews_nav .owl-next:hover {
            background-size: 12px;
        }

        .reviews-wrap {
            left: -16px;
            width: calc(100% + 32px);
        }

        .reviews-wrap .lbox {
            left: 16px;
        }

        .reviews-wrap .reviews.owl-carousel .owl-stage-outer {
            padding: 0 16px;
        }

        .reviews-wrap .reviews .review {
            max-width: calc(100% - 32px);
        }

        .reviews-wrap .reviews .review .flex {
            -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
        }

        .review .image {
            width: 100%;
            padding: 0;
            margin: 0 0 12px;
        }

        .review .info {
            width: 100%;
        }

        .zone-orange {
            left: -16px;
            width: calc(100% + 32px);
            padding: 16px;
        }


        .zone-services .come_text {
            padding: 12px;
        }

        .zone-services .come_text li {
            font-size: 12px;
        }

        .zones .note {
            padding: 16px 32px 0;
        }

        .zones .services-list .serv {
            width: 100%;
        }

        .zone-edges {
            padding: 0;
        }

        .zone-edges .z-edge {
            width: 100%;
            margin: 0 0 24px;
        }

        .header .quick_form {
            width: 100%;
        }

        .header .quick_form.active {
        }

        .header .quick_form .inner {
            max-width: 100%;
            padding: 24px;
        }

        .header .quick_form .close_form {
            right: 16px;
            top: 16px;
        }

        .park.container.owl-carousel {
            padding: 0;
        }

        .park.container.owl-carousel .coll {
            width: 100%;
            padding-top: 16px;
        }

        .park .owl-dots {
            display: block;
            margin: 0 auto;
            height: 12px;
        }

        .park .owl-dots .owl-dot {
            display: inline-block;
            vertical-align: middle;
            margin: 0 4px;
            width: 12px;
            height: 12px;
            border-radius: 50%;
            background: #FFFFFF;
            border: 2px solid #E1E4EC;
            box-sizing: border-box;
        }

        .park .owl-dots .owl-dot.active {
            background: #FFA600;
            border: 2px solid #FFA600;
        }

        .park.container.owl-carousel .coll {
            padding: 0;
            margin: 0 0 16px;
        }

        .park.owl-carousel .image {
            width: 160px;
            height: 160px;
            line-height: 160px;
        }

        .park.owl-carousel .image .inner {
            width: 140px;
            height: 140px;
            line-height: 140px;
        }

        .park.owl-carousel .bold {
            margin: 0 auto 16px;
        }

        .park.owl-carousel .gray {
            font-size: 1.125rem /* 18px */;
            line-height: 18px;
        }


        .edges .container {
            padding: 0 12px;
        }

        .edges .coll .bold {
            width: calc(100% - 64px);
        }

        .edges_wrap .ill {
            height: 210px;
            background-size: cover;
            margin-top: -48px;
        }


        .seo_text .container {
            padding: 0 16px;
        }

        .seo_text:before {
            height: 400px;
        }

        .seo_text .how h6 {
            font-size: 1rem /* 16px */;
            margin: 0 0 16px;
        }

        .seo_text .how p {
            font-size: .75rem /* 12px */;
        }

        .seo_text ul {
            font-size: .75rem /* 12px */;
        }

        .seo_text .orange_section .inner {
            padding: 24px 16px;
        }

        .seo_text .orange_section p {
            font-size: .8125rem /* 13px */;
            line-height: 22px;
        }

        .seo_text h5 {
            font-size: 1rem /* 16px */;
        }

        .seo_text .orange_section ul {
            font-size: .8125rem /* 13px */;
        }

        .gallery_wrap {
            padding-bottom: 56px;
        }

        .gallery_wrap .lbox h2 {
            margin: 0 0 16px;
        }

        .gallery_wrap .lbox {
            width: 240px;
            height: 240px;
            padding: 24px 16px;
        }

        .gallery_wrap .lbox .social {
            display: inline-block;
            vertical-align: middle;
            margin-right: 10px;
        }

        .gallery_nav .owl-prev {
            width: 24px;
            height: 24px;
            background-size: 12px;
            margin-right: 12px;
        }

        .gallery_nav .owl-next {
            width: 24px;
            height: 24px;
            background-size: 12px;
        }

        .gallery_nav .owl-prev:hover {
            background-size: 12px;
        }

        .gallery_nav .owl-next:hover {
            background-size: 12px;
        }

        .gallery_nav {
            display: inline-block;
            vertical-align: middle;
            margin: 0;
        }

        .gallery.owl-carousel {
            left: 16px;
            top: 132px;
            min-width: 720px;
        }

        .gallery.owl-carousel .inner {
            height: 160px;
        }

        .page_h1 {
            line-height: 36px;
            font-size: 24px;
            height: 524px;
            padding-top: 36px;
        }

        .page_content {
            padding: 16px;
            width: calc(100% - 32px);
        }

        .tabs-switcher {
            margin: 0 -16px 24px;
            width: calc(100% + 32px);
            padding: 0 12px;
        }

        .tabs-switcher li {
            margin: 0;
        }

        .tabs-switcher li a {
            font-size: .8125rem /* 13px */;
            letter-spacing: 0px;
            padding: 0 8px 16px;
        }

        .sub_links li {
            margin-right: 16px;
            margin-bottom: 16px;
        }

        .sub_links li a {
            font-size: .6875rem /* 11px */;
            letter-spacing: 0px;
        }

        .tab-content .box1.stretch {
            display: block;
        }

        .tab-content .come-description {
            display: block;
            width: 100%;
            max-width: 256px;
            margin: 0 auto 16px;
        }

        .tab-content .come_content {
            display: block;
            width: 100%;
        }

        .tab-content .note {
            display: block;
            width: 100%;
            padding: 16px 16px 0px 24px;
        }

        .tab-content .note_image {
            display: none;
        }

        .tab-content .auto_box .come_content:before,
        .tab-content .suv_box .come_content:before,
        .tab-content .van_box .come_content:before {
            display: none;
        }

        .tab-content .flex {
            margin: 0 0 24px;
        }

        .tab-content .flex.van_box {
            margin: 0;
        }

        .tab-content .park.stretch,
        .tab-content .park.reverse {
            display: block;
            width: 100%;
            margin: 0 0 24px;
        }

        .tab-content .park .coll {
            width: 256px;
            display: block;
            margin: 0 auto 16px;
        }

        .tab-content .park .image {
            width: 256px;
            height: 256px;
            line-height: 252px;
        }

        .tab-content .park .coll.text {
            display: block;
            width: 100%;
            margin: 0;
        }

        .tab-content .park h5 {
            margin: 0 0 16px;
        }

        .prices .p_box {
            margin: 0 0 16px;
        }

        .prices .p_box h3 {
            font-size: 16px;
            margin: 0 0 16px;
            line-height: 24px;
        }

        .prices .p_box .note {
            display: block;
            width: 100%;
            padding: 16px 16px 0px 24px;
        }

        .table .thead .th {
            padding: 16px 0;
            font-size: 10px;
        }

        .calc label.radio {
            margin-right: 10px;
        }

        .calc .summ .price {
            font-size: 1.25rem /* 20px */;
            margin-top: 0;
        }

        .calc .btns input[type="submit"],
        .calc .btns a {
            padding: 0 12px;
        }

        .calc .btns .blue {
            margin-right: 14px;
        }

        .soc_icon {
            width: 30px;
            height: 30px;
        }

        .footer .container {
            padding: 0 16px;
        }

        .footer .foo-logo img {
            max-height: 24px;
        }

        .footer .container .coll {
            display: block;
            width: 100% !important;
        }

        .footer .all_apps {
            margin: 0 0 24px;
        }

        .footer .all_apps li {
            display: block;
            width: 100%;
        }
    }

}




