.review_item {
    display: none;
}
main {
    padding-top: 158px !important;
}
main.page {
    padding-top: 195px !important;
}
#sticky-header {
    position: fixed;
    width: 100%;
    z-index: 10;
}

/* .article-elem a {
    padding: 20px;
    display: block;
    margin-bottom: 20px;
    border: 1px solid #e5e5e5;
    transition: all .3s;
}

.article-elem a:hover {
    border: 1px solid #08A652;
    transition: all .3s;
} */

.cost-time-additional-block {
    display: flex;
    flex-wrap: wrap;
    gap: 30px 70px;
    margin: 70px 0;
    padding: 50px 65px;
    border-radius: 20px;
    box-shadow: 0 0 25px 0 rgba(83, 111, 164, 0.22);
}

.cost-time-additional-block .inner-block {
    flex: 0 0 calc(50% - 38px);
}

.cost-time-additional-block .inner-block-title {
    padding: 0;
    margin-bottom: 20px;
    color: #293548;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.cost-time-additional-block .inner-block-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.cost-time-additional-block .list-item {
    display: flex;
    align-items: center;
    gap: 7px;
    font-size: 18px;
}

.cost-time-additional-block .list-item-title {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #293548;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.request-block [data-modal="calc_request"] {
    width: 100%;
}

.head-row {
    padding: 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.head-row .left-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.row-sb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.btn {
    background: #08a652;
    color: #fff;
    text-align: center;
    padding: 12px 30px;
    border-radius: 5px;
    border: 1px solid #08a652;
    font-size: 14px;
    cursor: pointer;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.btn:hover {
    background-color: #0b954c;
    border-color: #0b954c;
    color: #fff;
}

.btn-border {
    color: #08a652;
    border-color: #08a652;
    border-style: dashed;
    background-color: #fff;
}

.btn-border:hover {
    background-color: #08a652;
    border-style: solid;
    border-color: #08a652;
    color: #fff;
}

header {
    background-color: #fff;
    position: relative;
    z-index: 1;
    -webkit-box-shadow: 0px 0px 25px rgba(83, 111, 164, 0.05);
    box-shadow: 0px 0px 25px rgba(83, 111, 164, 0.05);
}

header .btn {
    width: 170px;
    padding: 12px 23px;
}

header .head-top,
header .head-bottom {
    padding: 20px 0;
}

header .head-top .row,
header .head-bottom .row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

header .head-top {
    border-bottom: 1px solid #f6f8fb;
}

header nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

header nav ul li a,
.left-menu-service a {
    font-weight: 600;
    line-height: 1.2;
    color: #293548;
    font-size: 16px;
}

header nav ul li a:hover,
.left-menu-service a:hover {
    color: #08a652;
}

header nav ul .active a,
.left-menu-service .active a {
    color: #08a652;
}

.left-menu-service .current-menu-item a {
    color: #08a652;
    border-color: #08a652;
}

.left-menu-service a {
    border-bottom: 2px solid #fff0;
}

.left-menu-service a:hover {
    border-color: #08a652;
}

.left-menu-service {
    display: flex;
}

.left-menu-service li {
    margin-right: 30px;
}

.left-menu-service li:last-child {
    margin-right: 0px;
}

header .head-bottom {
    padding: 28px 0;
}

.select-city,
.select-city-mobile {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.select-city i,
.select-city-mobile i {
    color: #08a652;
    font-size: 14px;
    padding-right: 5px;
}

.select-city::after,
.select-city-mobile::after {
    content: "";
    margin-left: 4px;
    position: relative;
    top: 2px;
    display: inline-block;
    border-style: solid;
    border-width: 6px 4.5px 0 4.5px;
    border-color: #08a652 transparent transparent;
}

/* header nav { */
/*     margin-left: 75px; */
/* } */

.phone-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.phone-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    margin-right: 15px;
}

.phone-list li:last-child {
    margin-right: 0;
}

.phone-list li a {
    font-size: 18px;
    color: #293548;
    font-weight: 600;
}

.phone-list li a + span {
    color: #08a652;
    font-size: 14px;
}

.phone-list li a span {
    font-size: 16px;
}

.soc-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.soc-list a {
    width: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 18px;
    height: 35px;
    border-radius: 50%;
    background: #08a652;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    color: #fff;
}

.soc-list a:hover {
    background-color: #0b954c;
}

.soc-list li {
    margin-right: 12px;
}

.soc-list li:last-child {
    margin-right: 0;
}

footer {
    background-color: #fff;
}

footer .soc-list {
    margin-top: 15px;
    margin-left: 15px;
}

footer .addres {
    margin-top: 35px;
    font-size: 14px;
}

.footer-menu-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-right: 50px;
}

.footer-menu-block ul a {
    font-weight: 500;
    color: #293548;
    font-size: 16px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.footer-menu-block ul a:hover {
    color: #08a652;
}

.footer-menu-block ul li {
    margin-bottom: 10px;
}

.copyright {
    margin-top: 25px;
    padding: 25px 0;
    background-color: #fff;
    border-top: 1px solid #f6f8fb;
}

.copyright .links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.copyright .links a {
    color: #08a652;
    font-size: 14px;
}

.copyright .links p {
    font-size: 14px;
}

.copyright .links .sitemap-link {
    color: #293548;
}

.city-links {
    background-color: #f6f8fb;
    padding: 30px 0;
    margin-bottom: 30px;
}

.city-links ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 15px;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
}

.city-links ul li {
    width: 20%;
    opacity: 1;
    visibility: visible;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    margin-bottom: 10px;
}

.city-links ul li a {
    color: #293548;
    font-size: 15px;
    font-weight: 400;
}

.city-links ul .hide {
    display: none;
}

.city-links ul .links-all {
    display: block;
}

.city-links ul .links-all a {
    color: #08a652;
    position: relative;
}

.city-links ul .links-all a::after {
    content: "\e903";
    font-family: "bsb";
    position: absolute;
    right: -10px;
    display: block;
    font-size: 7px;
    -webkit-transform: rotateZ(90deg);
    -ms-transform: rotate(90deg);
    transform: rotateZ(90deg);
    bottom: 4px;
}

.city-links ul .links-all.hide a::after {
    -webkit-transform: rotateZ(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotateZ(-90deg);
}

body {
    font-family: "Montserrat", sans-serif;
    background-color: #fff;
    font-size: 16px;
    line-height: 1.2;
    color: #293548;
}

a {
    text-decoration: none;
    outline: none !important;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    color: #08a652;
}

main {
    background: #fafbfc;
}

img {
    max-width: 100%;
    width: auto;
}

.title-small {
    font-size: 24px;
    color: #293548;
    font-weight: bold;
    font-family: "Nunito", sans-serif;
}

.title {
    font-family: "Nunito", sans-serif;
    font-size: 40px;
    font-weight: 600;
}

.slider-home {
    padding-top: 50px;
    margin-bottom: 25px;
    position: relative;
}

.slider-home .slider {
    background-color: #fff;
    border-radius: 25px;
    -webkit-box-shadow: 0px 0px 25px rgba(83, 111, 164, 0.05);
    box-shadow: 0px 0px 25px rgba(83, 111, 164, 0.05);
    padding: 120px 80px;
}

.slider-home .slider .title {
    padding-bottom: 10px;
}

.slider-home .arrows {
    position: absolute;
    top: 0;
    width: calc(100% - 60px);
    margin: auto;
    height: 25px;
    bottom: 0;
    left: 30px;
}

.arrows {
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.arrows > div {
    cursor: pointer;
    font-size: 22px;
    color: #9fa9b8;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.arrows > div:hover {
    color: #657184;
}

.arrows .next {
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    transform: rotateZ(180deg);
}

.dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 25px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.dots li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 3px;
    margin: 0 4px;
    width: 32px;
}

.dots li button {
    border: none;
    background: #dae1eb;
    border-radius: 2px;
    height: 3px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    width: 32px;
    font-size: 0;
}

.dots .slick-active button {
    background: #08a652;
}

.service-img {
    width: 260px;
    margin: auto;
    margin-bottom: 15px;
    height: 260px;
    background-color: #eaf1fb;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.service-title {
    font-size: 24px;
    font-weight: bold;
    font-family: "Nunito", sans-serif;
    text-align: center;
}

.service-block {
    position: relative;
    padding: 25px;
}

.service-block .slider {
    margin: 0 110px;
    z-index: 1;
}

.service-block .arrows {
    position: absolute;
    top: 0;
    width: 100%;
    margin: auto;
    height: 25px;
    bottom: 0;
    left: 0px;
}

.content-service-single ul,
.desc-car-single ul {
    font-family: "Nunito", sans-serif;
    padding-left: 15px;
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
}

.content-service-single ul li,
.desc-car-single ul li {
    padding-bottom: 10px;
}

.content-service-single ul li:before,
.desc-car-single ul li:before {
    content: "\2022";
    color: #08a652;
    font-weight: bold;
    display: inline-block;
    transition: 0.2s;
    width: 1em;
    margin-left: -1em;
    text-align: center;
    line-height: 1;
}

/*ol-list-custom*/

.content-service-single ol {
    font-family: "Nunito", sans-serif;
    list-style-type: auto;
    margin: 0 0 0 20px;
    padding: 0 0 5px 0;
    font-size: 18px;
    font-weight: 300;
}

.content-service-single ol li {
    position: relative;
    margin: 0 0 0 0;
    padding: 0 0 10px 0;
    color: #293548;
    /*-webkit-background-clip: text;
    -webkit-text-fill-color: transparent;*/
}

.content-service-single ol li::marker {
    color: #08a652;
    font-weight: 600;
}

.content-service-single ol li p {
    margin: 5px 0 0 0;
}

.content-service-single ol li:last-child {
    padding-bottom: 10px;
}

.content-service-single ol li:first-child {
    padding-top: 0;
}

/*.content-service-single ol li:before {*/
/*    content: counter(num);*/
/*    counter-increment: num;*/
/*    display: inline-block;*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: -21px;*/
/*    width: 15px;*/
/*    height: 15px;*/
/*    color: #08A652;*/
/*    text-align: center;*/
/*    !*line-height: 19px;*!*/
/*    font-size: 18px;*/
/*    font-weight: bold;*/
/*}*/

/*ol-list-custom*/

.white-block {
    background-color: #fff;
    padding: 60px 0;
}

.title-big {
    font-size: 48px;
    margin-bottom: 15px;
}

.row-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.desc-block {
    padding: 10px 0 15px;
    font-size: 16px;
    font-weight: 100;
    line-height: 1.4;
}

.btn-big {
    font-size: 18px;
    font-weight: bold;
    padding: 23px 100px;
    display: inline-block;
    position: relative;
    -webkit-box-shadow: 0px 2px 0px #0a8d47;
    box-shadow: 0px 2px 0px #0a8d47;
    border-radius: 15px;
}

.btn-arrow::after {
    content: "";
    width: 60px;
    height: 67px;
    position: absolute;
    right: -75px;
    background-image: url("../img/icons/btn-arrow.svg");
    background-size: contain;
    background-repeat: no-repeat;
    top: -30px;
}

.mt50 {
    margin-top: 50px;
}

p {
    font-family: "Nunito", sans-serif;
    font-weight: 300;
    font-size: 16px;
}

p + p {
    margin-top: 20px;
}

.default-block {
    padding: 50px 0;
}

.sub-title {
    font-size: 24px;
    font-weight: bold;
    padding: 5px 0;
    font-family: "Nunito", sans-serif;
}

.green-text {
    color: #08a652;
}

.field__file-fake {
    position: relative;
    background-color: #f6f8fb;
    border-radius: 15px;
    width: 310px;
    height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 14px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    font-family: "Nunito", sans-serif;
    cursor: pointer;
}

.field__file-fake::before {
    content: "";
    width: 16px;
    height: 16px;
    background-image: url("../img/icons/cloud-arrow-up.svg");
    display: inline-block;
    margin-right: 5px;
}

.field__wrapper {
    position: relative;
    margin-top: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.field__wrapper:hover .field__file-fake {
    background-color: #dae1eb;
}

.field__wrapper:hover .field__file-button {
    background-color: #0b954c !important;
}

.field__wrapper input {
    width: 100%;
    height: 100%;
    position: absolute;
    cursor: pointer;
    z-index: 1;
    opacity: 0;
    top: 0;
    left: 0;
}

.field__wrapper .field__file-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.field__wrapper .field__file-wrapper .field__file-button {
    height: 70px;
    width: 70px;
    border-radius: 15px;
    background: #08a652;
    color: #fff;
    font-size: 30px;
    margin-left: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.condition {
    text-align: center;
    padding: 80px 70px;
    background-color: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.05);
}

.condition-inputs {
    padding: 0 90px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.condition-inputs input {
    width: 100%;
    margin-bottom: 25px;
}

.condition-inputs button {
    width: 100%;
}

.condition-block form {
    margin-top: 25px;
    margin-bottom: 65px;
}

input,
textarea {
    padding: 24px 30px;
    font-size: 14px;
    color: #9fa9b8;
    font-family: "Nunito", sans-serif;
    background-color: #fff;
    border: 1px solid #dae1eb;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    border-radius: 10px;
}

input ::-webkit-input-placeholder,
textarea ::-webkit-input-placeholder {
    color: #9fa9b8;
    opacity: 1;
}

input ::-moz-placeholder,
textarea ::-moz-placeholder {
    color: #9fa9b8;
    opacity: 1;
}

input :-ms-input-placeholder,
textarea :-ms-input-placeholder {
    color: #9fa9b8;
    opacity: 1;
}

input ::-ms-input-placeholder,
textarea ::-ms-input-placeholder {
    color: #9fa9b8;
    opacity: 1;
}

input ::placeholder,
textarea ::placeholder {
    color: #9fa9b8;
    opacity: 1;
}

input:focus,
textarea:focus {
    border-color: #9fa9b8;
}

.steps-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.steps-grid .item {
    width: 25%;
    padding: 0 10px;
    text-align: center;
}

.steps-grid .item .service-img {
    width: 200px;
    height: 200px;
}

.steps-grid .desc-service {
    font-size: 16px;
    margin-top: 10px;
    font-weight: 100;
    font-family: "Nunito", sans-serif;
}

.steps {
    margin-bottom: 64px;
}

.cars-block {
    background-color: #fff;
    padding: 100px 0;
}

.car-selected {
    margin-top: 25px;
}

.car-selected .name-car {
    font-family: "Nunito", sans-serif;
    font-size: 24px;
    font-weight: bold;
}

.car-selected .chart-car {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
    margin-bottom: 15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #657184;
    font-size: 14px;
    font-family: "Nunito", sans-serif;
}

.car-selected .chart-car .year {
    border-radius: 20px;
    border: 1px solid #08a652;
    padding: 7px 40px;
    margin-right: 25px;
}

.car-selected .desc-car {
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 25px;
}

.car-selected ul {
    font-size: 14px;
    font-family: "Nunito", sans-serif;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
}

.car-selected ul li {
    margin-right: 25px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 8px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.car-selected ul li::before {
    content: "";
    width: 6px;
    height: 6px;
    background: rgba(8, 166, 82, 0.5);
    border-radius: 50%;
    margin-right: 5px;
}

.car-selected ul li::after {
    content: "";
    width: 2px;
    height: 2px;
    background-color: #08a652;
    border-radius: 50%;
    position: absolute;
    left: 2px;
}

.car-selected .btn {
    margin-top: 25px;
    padding: 23px 80px;
    font-size: 18px;
    line-height: 1.2;
    font-weight: bold;
    border-radius: 15px;
    display: inline-block;
}

.car-selected .img-car img {
    width: 100%;
}

.car-selected .link-car {
    color: #293548;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.2;
    display: block;
    margin-top: 15px;
}

.car-selected .link-car:hover {
    color: #08a652;
}

.cars-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    margin: 24px 0;
}

.cars-grid .item {
    width: calc(25% - 24px);
    margin: 0 12px 24px;
    cursor: pointer;
    border-radius: 15px;
    font-family: "Nunito", sans-serif;
    border: 1px solid #f6f8fb;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 25px rgba(83, 111, 164, 0.22);
    box-shadow: 0px 0px 25px rgba(83, 111, 164, 0.22);
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.3s ease-in;
    padding: 30px 40px;
}

.cars-grid .item:hover {
    border-color: #fff;
    -webkit-box-shadow: 0px 0px 25px rgba(83, 111, 164, 0.42);
    box-shadow: 0px 0px 25px rgba(83, 111, 164, 0.42);
}

.cars-grid .item .head-car {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 4px;
}

.cars-grid .item .head-car .tariff {
    font-size: 18px;
    font-weight: bold;
    margin-right: 24px;
}

.cars-grid .item .head-car .place {
    font-size: 14px;
    color: #657184;
}

.cars-grid .item .car-name {
    font-weight: 300;
    margin-bottom: 10px;
}

.cars-grid .item .place {
    margin-bottom: 10px;
}

.cars-grid .item .price {
    color: #08a652;
    font-weight: 600;
}

.tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 24px 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
}

.tabs .item {
    padding: 22px 58px;
    border: 1px solid #d3d3d3;
    border-bottom: 0;
    background-color: #fff;
    font-size: 16px;
    font-weight: bold;
    font-family: "Nunito", sans-serif;
    text-transform: uppercase;
    cursor: pointer;
    position: relative;
    z-index: 2;
}

.about-counter {
    padding: 64px 0 14px;
}

.counter-grid {
    margin-top: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
}

.counter-grid .item {
    width: 50%;
    font-family: "Nunito", sans-serif;
    margin-bottom: 50px;
}

.counter-grid .item .counter-num {
    font-size: 40px;
    font-weight: bold;
    padding-bottom: 10px;
}

.counter-grid .item .counter-desc {
    font-size: 18px;
    font-weight: 100;
    padding-right: 10px;
}

.trust-block .slider {
    margin: 0 -20px;
}

.trust-block .item {
    border-radius: 15px;
    margin: 10px 20px;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 25px rgba(83, 111, 164, 0.05);
    box-shadow: 0px 0px 25px rgba(83, 111, 164, 0.05);
}

.trust-block .item img {
    width: 100%;
}

.head-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 25px;
}

.head-block .arrows i {
    font-size: 12px;
    color: #657184;
}

.head-block .arrows > div {
    width: 32px;
    height: 32px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    border-radius: 50%;
    background-color: #f6f8fb;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.head-block .arrows > div:hover {
    background-color: #dae1eb;
}

.head-block .arrows .next {
    margin-left: 25px;
    position: relative;
    top: 0;
}

.white-form {
    margin-top: 25px;
    background-color: #fff;
    border-radius: 15px;
    padding: 65px;
    -webkit-box-shadow: 0px 0px 25px rgba(83, 111, 164, 0.1);
    box-shadow: 0px 0px 25px rgba(83, 111, 164, 0.1);
}

.white-form input {
    width: 100%;
    margin-bottom: 25px;
}

.white-form input:last-child {
    margin: 0;
}

.white-form textarea {
    width: 100%;
    resize: none;
    height: 100%;
}

.white-form ::-webkit-input-placeholder {
    color: #9fa9b8;
    opacity: 1;
}

.white-form ::-moz-placeholder {
    color: #9fa9b8;
    opacity: 1;
}

.white-form :-ms-input-placeholder {
    color: #9fa9b8;
    opacity: 1;
}

.white-form ::-ms-input-placeholder {
    color: #9fa9b8;
    opacity: 1;
}

.white-form ::placeholder {
    color: #9fa9b8;
    opacity: 1;
}

.mb25 {
    margin-bottom: 25px;
}

.question-form {
    padding: 64px 0;
}

.question-form .title {
    margin-bottom: 5px;
}

.question-form p {
    text-align: center;
}

.accept-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.accept-block .accept {
    max-width: 260px;
    font-size: 14px;
    font-family: "Nunito", sans-serif;
    color: #657184;
    font-weight: 100;
}

.accept-block .accept a {
    font-size: 14px;
}

.social-item {
    width: 240px;
}

.social-item .title-soc {
    font-size: 14px;
    font-family: "Nunito", sans-serif;
}

.soc-list-square {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 10px;
}

.soc-list-square a {
    width: 48px;
    height: 48px;
    background-color: #f6f8fb;
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.soc-list-square a i {
    width: 26px;
    height: 26px;
    background-color: #9fa9b8;
    border-radius: 50%;
    color: #fff;
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.soc-list-square a:hover .icon-viber {
    background-color: #665cac;
}

.soc-list-square a:hover .icon-whatsapp {
    background-color: #01d363;
}

.soc-list-square a:hover .icon-telegram {
    background-color: #32a9e6;
}

.soc-list-square li:last-child a i {
    font-size: 12px;
}

.soc-list-square li:first-child a i {
    font-size: 15px;
}

.page .default-block {
    padding-top: 0;
}

.page .title {
    margin-bottom: 24px;
}

.page .title h2 {
    margin-bottom: 15px;
}

.page p {
    margin-bottom: 20px;
}

.page h2.title {
    font-size: 40px;
}

.gallery-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    margin: 40px -12px 0;
}

.gallery-grid .item {
    width: calc(33.3333% - 24px);
    margin: 0 12px;
}

.gallery-grid .item .img-layer {
    border: 2px solid #f2f6fa;
    margin-bottom: 10px;
}

.gallery-grid .item .img-layer img {
    width: 100%;
}

.gallery-grid .item .img-title {
    font-size: 14px;
    text-align: center;
    font-family: "Nunito", sans-serif;
}

.page {
    padding-top: 15px;
}

.page .breadcrumps-block {
    padding-bottom: 25px;
}

.breadcrumps {
    font-size: 14px;
    color: #9fa9b8;
    font-family: "Nunito", sans-serif;
}

.breadcrumps a {
    font-size: 14px;
    color: #293548;
}

.breadcrumps > * {
    margin-right: 8px;
}

.map-frame {
    width: 100%;
}

.reviews-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    margin: 0 -12px;
    font-family: "Nunito", sans-serif;
}

.reviews-grid .item {
    width: calc(33.33333% - 24px);
    margin: 0 12px 24px;
    border: 1px solid #dae1eb;
    background-color: #fff;
    border-radius: 15px;
    padding: 50px 40px;
}

.reviews-grid .item .rev-img {
    border-radius: 50%;
    width: 195px;
    height: 195px;
    margin: auto;
    margin-bottom: 24px;
    background-size: cover;
    background-position: center;
}

.reviews-grid .item .rev-name {
    font-size: 18px;
    text-align: center;
}

.reviews-grid .item .rev-city {
    font-size: 14px;
    text-align: center;
    padding-bottom: 35px;
    margin-bottom: 35px;
    border-bottom: 1px solid #f6f8fb;
}

.reviews-grid .item .rev-text {
    font-size: 18px;
    font-weight: 300;
}

.reviews-grid .item em {
    font-weight: 500;
    display: block;
    padding-bottom: 24px;
}

.reviews-grid .item .show-rev-full {
    color: #08a652;
    font-size: 18px;
    font-weight: 100;
    cursor: pointer;
    display: inline-block;
    border-bottom: 1px dashed #08a652;
}

.btn-load-reviews {
    color: #657184;
    font-size: 16px;
    padding: 22px 55px;
    border-radius: 15px;
    background-color: #f6f8fb;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 360px;
    cursor: pointer;
    margin: auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.btn-load-reviews i {
    margin-left: 15px;
}

.faq-block .item {
    border-bottom: 1px solid #dae1eb;
    position: relative;
}

.faq-block .item:first-child {
    border-top: 1px solid #dae1eb;
}

.faq-block .item .answer-faq {
    max-height: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.faq-block .item .title-faq {
    padding: 40px 0;
    cursor: pointer;
    font-size: 24px;
    position: relative;
    font-weight: bold;
    font-family: "Nunito", sans-serif;
}

.faq-block .item .title-faq::after {
    content: "\e903";
    font-family: "bsb";
    font-size: 17px;
    color: #08a652;
    font-weight: 100;
    position: absolute;
    right: 25px;
    top: 0;
    height: 17px;
    -webkit-transform: rotateZ(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotateZ(-90deg);
    bottom: 0;
    margin: auto;
}

.faq-block .item.open .answer-faq {
    max-height: 10000px;
    opacity: 1;
    visibility: visible;
}

.faq-block .item.open .title-faq::after {
    color: #9fa9b8;
    -webkit-transform: rotateZ(-270deg);
    -ms-transform: rotate(-270deg);
    transform: rotateZ(-270deg);
}

.price-list li {
    padding: 20px 0;
    border-bottom: 1px solid #dae1eb;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: "Nunito", sans-serif;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.price-list li span {
    width: 33.33333333%;
}

.price-list li span:not(:first-child) {
    text-align: center;
}

.price-list li span:last-child {
    text-align: right;
}

.price-list li .service-name {
    font-size: 24px;
    font-weight: bold;
}

.price-list li .service.price,
.price-list li .service-hours {
    font-size: 18px;
    font-weight: 100;
}

.car-park {
    background-color: #fcfdfe;
}

.car-park .cars-block {
    background-color: #fcfdfe;
    padding: 40px 0 50px;
}

.form-two {
    padding-bottom: 64px;
}

.form-two form input:last-child {
    margin-bottom: 24px;
}

.form-two form button {
    width: 100%;
}

.form-two .white-form {
    padding-bottom: 40px;
}

.form-two .title {
    font-size: 30px;
}

.condition-block {
    padding-top: 64px;
}

.default-block + .condition-block {
    padding-top: 0;
}

.service-teaser {
    padding: 64px 0;
}

.service-teaser .title-service-page {
    font-size: 45px;
    font-weight: bold;
    font-family: "Nunito", sans-serif;
    padding-bottom: 10px;
}

.service-teaser .desc-service-page {
    font-size: 18px;
    font-weight: 100;
}

.service-teaser p {
    font-size: 14px;
    padding: 10px 0 24px;
}

.benefits {
    background-color: #fff;
    padding: 64px 0;
}

.benefits-grid {
    padding-top: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    margin: 0 -12px;
}

.benefits-grid .item {
    font-family: "Nunito", sans-serif;
    width: calc(33.3333% - 24px);
    margin: 0 12px;
}

.benefits-grid .item .img-ben {
    padding-bottom: 25px;
}

.benefits-grid .item .title-ben {
    font-size: 22px;
    font-weight: bold;
}

.benefits-grid .item .sub-title {
    font-size: 18px;
    padding-bottom: 12px;
    font-weight: 400;
}

.benefits-grid .item p {
    font-size: 18px;
}

body main section:not(section:first-child) {
    margin: 0 !important;
    padding: 50px 0 !important;
}

.online-stat {
    padding-top: 35px;
}

.stat-grid {
    margin-bottom: 12px;
    width: 100%;
    max-width: 355px;
}

.stat-grid .item {
    margin-bottom: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 25px rgba(83, 111, 164, 0.05);
    box-shadow: 0px 0px 25px rgba(83, 111, 164, 0.05);
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-family: "Nunito", sans-serif;
    height: 90px;
}

.stat-grid .item > * {
    padding: 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.stat-grid .item .icon {
    padding: 0 25px;
    width: 75px;
    min-width: 75px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}

.stat-grid .item .icon .circle-icon {
    width: 8px;
    height: 8px;
    -webkit-box-shadow: 0px 0px 8px rgba(8, 166, 82, 0.5);
    box-shadow: 0px 0px 8px rgba(8, 166, 82, 0.5);
    background: #08a652;
    border-radius: 50%;
    margin: auto;
}

.stat-grid .item .name {
    font-size: 18px;
    font-weight: 100;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    width: 100%;
}

.stat-grid .item .name span {
    font-weight: 600;
}

.stat-grid .item .count {
    width: 90px;
    min-width: 90px;
    text-align: center;
    border-left: 1px solid #f6f8fb;
    height: inherit;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 600;
}

.stat-grid .item:last-child {
    margin-bottom: 0;
}

.title-two {
    font-size: 35px;
}

.mb30 {
    margin-bottom: 30px;
}

.modal-wrapper {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    z-index: 25;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #9fa9b8d6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: none;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.modal-wrapper.open {
    opacity: 1;
    visibility: visible;
    display: flex;
}

.modal-wrapper .overlay {
    position: absolute;
    cursor: pointer;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.modal-wrapper .modal {
    width: 100%;
    max-width: 400px;
    padding: 20px;
    background-color: #fff;
    border-radius: 20px;
    position: relative;
    z-index: 1;
}

.modal-wrapper .modal .title {
    font-size: 30px;
    margin-bottom: 20px;
}

.subtitle_modal {
    text-align: center;
    margin-bottom: 15px;
}

.modal-wrapper .modal input {
    padding: 15px 20px;
    margin-bottom: 20px;
    display: block;
    width: 100%;
}

.modal-wrapper .modal .btn-big {
    padding: 15px 20px;
    width: 100%;
    text-align: center;
}

.modal-wrapper .modal .icon-close {
    position: absolute;
    right: 20px;
    top: 20px;
}

.modal-wrapper .modal .accept,
.accept-second {
    font-size: 13px;
    font-family: "Nunito", sans-serif;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
}

.modal-wrapper .modal .accept input,
.accept-second input {
    display: none !important;
}

.modal-wrapper .modal .accept input + div {
    position: relative;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.modal-wrapper .modal .accept input + span::before,
.accept-second input + span::before {
    content: "";
    top: 2px;
    position: relative;
    margin-right: 10px;
    width: 15px;
    border-radius: 3px;
    min-width: 15px;
    display: block;
    height: 15px;
    border: 1px solid #08a652;
}

.modal-wrapper .modal .accept input + span::after,
.accept-second input + span::after {
    content: "";
    width: 10px;
    height: 10px;
    background-image: url("../img/icons/check-nb.svg");
    position: absolute;
    left: 2.5px;
    background-size: contain;
    background-repeat: no-repeat;
    top: 6px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    opacity: 0;
}

.modal-wrapper .modal .accept input:checked + span::after,
.accept-second input:checked + span::after {
    opacity: 1;
}

.close {
    cursor: pointer;
}

.icon-close {
    position: relative;
    width: 20px;
    height: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.icon-close:after,
.icon-close::before {
    content: "";
    min-width: 20px;
    height: 2px;
    display: block;
    background-color: #293548;
    position: absolute;
    border-radius: 20px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.icon-close::after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.mobile-right {
    display: none;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.mobile-right .phone-link {
    background-color: #08a652;
    color: #fff;
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 20px;
    border-radius: 50%;
    margin-right: 30px;
}

.toggle-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    cursor: pointer;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.toggle-menu span {
    width: 28px;
    margin-bottom: 7px;
    border-radius: 5px;
    background-color: #293548;
    height: 2px;
    position: relative;
    display: block;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.toggle-menu span:last-child {
    margin-bottom: 0;
}

.toggle-menu.open span:nth-child(2) {
    opacity: 0;
    visibility: hidden;
}

.toggle-menu.open span:first-child {
    -webkit-transform: rotateZ(45deg);
    -ms-transform: rotate(45deg);
    transform: rotateZ(45deg);
    top: 9px;
}

.toggle-menu.open span:last-child {
    -webkit-transform: rotateZ(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotateZ(-45deg);
    top: -9px;
}

.offcanvas {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 20;
    background-color: #fff;
}

.offcanvas.open {
    opacity: 1;
    visibility: visible;
}

.offcanvas .canvas-content {
    background-color: #fff;
    padding: 0 15px;
}

.offcanvas .btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 24px;
}

.offcanvas .btns .btn {
    width: calc(50% - 12px);
    font-size: 11px;
}

.offcanvas .top-canvas {
    margin-top: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: flex-start;
    margin-bottom: 24px;
}

.offcanvas .top-canvas input {
    width: calc(100% - 60px);
    padding: 14px 24px;
}

.offcanvas .phone-list {
    margin-bottom: 24px;
}

.offcanvas .phone-list li {
    width: 50%;
    text-align: center;
}

.offcanvas nav .primary-menu a {
    text-align: center;
    display: block;
    color: #293548;
    font-weight: 500;
    font-size: 14px;
    font-family: "Nunito", sans-serif;
    margin-bottom: 15px;
}

.offcanvas .soc-list {
    padding-top: 10px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.offcanvas .icon-close::before,
.offcanvas .icon-close::after {
    min-width: 28px;
}

.close-canvas {
    cursor: pointer;
}

.vacancies-grig > div:nth-child(2n + 2) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-flow: row-reverse;
    flex-flow: row-reverse;
}

.modal-cities .modal {
    max-width: none;
    margin-top: 100px;
    border-radius: 10px;
}

.modal-cities {
    /* background: #fff; */
    align-items: baseline;
    /* top: 110px; */
    /* height: auto; */
    padding-bottom: 10px;
    box-shadow: 0px 0px 25px rgba(83, 111, 164, 0.05);
    /* position: absolute;  */
}

.modal-cities ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 15px;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
}

.modal-cities ul li {
    width: 20%;
    opacity: 1;
    visibility: visible;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    margin-bottom: 15px;
}

.modal-cities ul li a {
    color: #293548;
    font-size: 15px;
    cursor: pointer;
    font-weight: 400;
}

.city-links ul li a {
    cursor: pointer;
}

.city-links ul li a:hover,
.modal-cities ul li a:hover {
    color: #08a652;
}

*[data-modal] {
    cursor: pointer;
}

.select-city:hover,
.select-city-mobile:hover {
    color: #08a652;
}

.select-city,
.select-city-mobile:hover {
    font-size: 14px;
    cursor: pointer;
}

.accept .wpcf7-list-item-label {
    display: flex;
    cursor: pointer;
}

.accept .wpcf7-list-item {
    margin: 0;
}

body.home .about-counter {
    background: #fafbfc;
}

.logo-mobile {
    display: none;
}

@media screen and (max-width: 1000px) {
    .left-menu-service a {
        font-size: 12px;
    }
    .menu-glavnoe-menju-container ul a {
        font-size: 12px !important;
    }
    .menu-glavnoe-menju-container ul ul li {
        width: 170px !important;
    }
}

@media screen and (max-width: 820px) {
    .offcanvas .canvas-content nav {
        display: flex;
        justify-content: space-between;
        height: 70vh;
        overflow: auto;
    }
    main.page,
    main {
        padding-top: 110px !important;
    }
    main section:first-child {
        padding-top: 0;
    }
    .logo-mobile {
        display: block;
    }
    .menu-glavnoe-menju-container ul {
        display: flex;
        flex-wrap: wrap;
    }
    .menu-glavnoe-menju-container ul li {
        flex: 0 0 30%;
    }
    .offcanvas nav .primary-menu > li > a {
        font-weight: 700;
    }
    .menu-glavnoe-menju-container ul ul {
        display: block !important;
        position: static !important;
    }
    .menu-glavnoe-menju-container ul ul a {
        padding: 3px 15px;
    }
    .offcanvas nav .primary-menu a {
        margin-bottom: 6px;
    }
}

.service-cat .item .title-ben {
    color: #293548;
    text-align: center;
    display: block;
    margin-top: 20px;
}

.service-cat .item:hover .title-ben {
    color: #08a652;
}

.service-cat .item {
    margin-bottom: 25px;
}

/*header nav ul.sub-menu {
	min-width: 300px;
	flex-flow: column;
	position: absolute;
	background: #fff;
	padding: 20px;
	left: -20px;
	box-shadow: 0px 0px 25px rgba(83, 111, 164, 0.18);
	top: 70px;
	opacity: 0;
  transition: .2s;
	visibility: hidden;
}

header nav li:hover ul.sub-menu {
	opacity: 1;
	visibility: visible;
}

header nav ul.sub-menu a {
	font-size: 15px;
  line-height: 1.2;
	margin-bottom: 10px;
	display: block;
}

header nav ul.sub-menu li:last-child a {
	margin-bottom: 0;
}*/
.menu-glavnoe-menju-container {
}

.menu-glavnoe-menju-container ul {
    list-style: none;
    position: relative;
    float: left;
    margin: 0;
    padding: 0;
}

.menu-glavnoe-menju-container ul a {
    display: block;
    color: #293548;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.2;
    padding: 0 10px;
}

.menu-glavnoe-menju-container ul li {
    position: relative;
    float: left;
    margin: 0;
    padding: 0;
}

.menu-glavnoe-menju-container ul.sub-menu li:first-child {
    padding-top: 20px;
}

.menu-glavnoe-menju-container ul li.current_page_item a {
    color: #08a652;
}

.menu-glavnoe-menju-container ul ul.sub-menu li.current-menu-item a {
    color: #08a652;
}

.menu-glavnoe-menju-container ul ul.sub-menu li.current-menu-item ul.sub-menu li a {
    color: unset;
}

.menu-glavnoe-menju-container ul ul.sub-menu li.current-menu-item ul.sub-menu li:hover {
    color: #08a652;
}

.menu-glavnoe-menju-container ul ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    padding: 0;
}

.menu-glavnoe-menju-container ul ul li {
    float: none;
    width: 300px;
}

.menu-glavnoe-menju-container ul ul a {
    line-height: 120%;
    padding: 10px 15px;
}

.menu-glavnoe-menju-container ul ul ul {
    top: 0;
    right: 100%;
    left: unset;
}

.menu-glavnoe-menju-container ul li:hover > ul {
    display: block;
}

header .head-bottom {
    padding: 0;
}

.head-bottom a {
    line-height: 78px;
}

.head-bottom nav li {
    position: relative;
}

.wsp-container ul li {
    padding-bottom: 10px;
}

.wsp-container ul li:last-child {
    padding-bottom: 0;
}

.category-block .item li.active a,
.category-block .item ul li.active::before {
    color: #08a652;
}

.title-cat a.active {
    color: #08a652;
}

.link-top::after {
    content: "\e903";
    font-family: "bsb" !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
}

.link-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    z-index: 10;
    transform: rotate(90deg);
    background: #08a652;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    color: #fff;
    font-size: 11px;
    padding-bottom: 1px;
    padding-right: 2px;
    cursor: pointer;
    transition: 0.2s;
}

.link-top:hover {
    background: #0b954c;
}

.link-top.back_to_top-show {
    opacity: 1;
}

.condition.condition-inputs .wpcf7-form-control-wrap {
    margin-bottom: 0;
}

/*stiky-header*/
.myfixed .head-top {
    padding: 5px 0;
}

.myfixed .head-bottom .row-sb {
    height: 40px;
}

@media screen and (max-width: 820px) {
    .myfixed .head-bottom .row-sb {
        height: unset;
    }
}

/*stiky-header*/

.category-block .item li a[href^="https://busforbusiness.ru/services/503/"]
{
}

.pt-contact {
    padding-top: 30px;
}

.pt-content {
    padding: 50px 0;
}

.block-how-works .item .head-car .tariff {
    order: 2;
    margin-left: 11px;
    margin-right: 0;
}

.block-how-works.cars-grid .item:hover,
.block-how-works.cars-grid .item {
    cursor: default;
    background-color: transparent;
    box-shadow: none;
}

.block-how-works .item .head-car {
    justify-content: center;
    margin: 10px 0;
}

.block-how-works .item {
    width: 25.33%;
}

.block-how-works.cars-grid .item {
    text-align: center;
}

.cvarrow {
    position: relative;
    margin: 0 auto;
    width: 70px;
    height: 98px;
    opacity: 0;
    transition: all 0.5s ease-in;
}

.cvarrow.displayed {
    opacity: 1;
}

.cvarrow .curve {
    border: 2px solid #08a652;
    border-color: transparent transparent transparent #08a652;
    height: 143px;
    transform: rotate(82deg);
    width: 89px;
    border-radius: 230px 0 0 150px;
}

.cvarrow .point {
    position: absolute;
    right: -13px;
    top: 40px;
}

.cvarrow .point:before,
.cvarrow .point:after {
    border: 1px solid #08a652;
    height: 25px;
    content: "";
    position: absolute;
}

.cvarrow .point:before {
    top: -6px;
    left: -11px;
    transform: rotate(-86deg);
    -webkit-transform: rotate(-86deg);
    -moz-transform: rotate(-86deg);
    -ms-transform: rotate(-86deg);
}

.cvarrow .point:after {
    top: -18px;
    left: -5px;
    transform: rotate(-33deg);
    -webkit-transform: rotate(-33deg);
    -moz-transform: rotate(-33deg);
    -ms-transform: rotate(-33deg);
}

.how-works .cars-grid .item img {
    max-width: 58px;
    margin-bottom: 10px;
}

.new-services-grid {
    position: relative;
    margin-bottom: 60px;
}

.new-services-grid a .title-ben {
    color: #293548;
    min-height: 53px;
}

.new-services-grid .btn-order {
    width: max-content;
    margin: 30px auto;
}

.new-services-grid .item p {
    margin-top: 15px;
    color: #293548;
}

.new-services-grid .item {
    color: #293548;
    text-align: center;
    width: 22%;
}

.tabs-cars .cars-grid .item a {
    color: #293548;
    transition: all 0.3s ease-in;
}

.cars-grid .car-image {
    margin-top: 25px;
    margin-bottom: 25px;
    text-align: center;
}

.tabs-cars .cars-grid .item a:hover {
    color: #08a652;
}

.tabs-cars .cars-grid .item {
    position: relative;
    display: flex;
    flex-direction: column;
}

.tabs-cars .cars-grid .item .head-car {
    flex: 2;
}

.tabs-cars .cars-grid .item .btn-order {
    flex: 0;
}

.tabs-cars .cars-grid .item .btn-order {
    margin-top: 25px;
    color: #ffffff;
}

.tabs-cars .cars-grid .item .btn-order:hover {
    color: #ffffff;
}

.tabs-cars .cars-grid .item .price,
.tabs-cars .cars-grid .item .place {
    flex: 1;
}

.tabs-cars .cars-grid .item .car-name {
    border-top-right-radius: 10px;

    position: absolute;
    top: 0;
    right: 0;
    padding: 8px 12px;
}

.page-numbers {
    padding: 5px;
}

.block-right {
    width: max-content;
    margin-left: auto;
}

.cars-block.main .tabs .item:after {
    width: 207px;
    min-width: 207px;
}

.soc-list-square {
    justify-content: center;
}

.soc-list-square li {
    margin-right: 20px;
}

.slick-slide .service-img img {
    height: 130px;
}

.slick-arrow,
.slick-arrow.next {
    margin-right: 30px;
}

.copyright {
    margin-top: 0 !important;
}

.row.footer-row {
    padding: 30px 0;
}

@media all and (max-width: 1200px) {
    .row.footer-row {
        padding: 20px 0;
    }
}

@media all and (max-width: 768px) {
    .row.footer-row {
        padding: 15px 0;
    }
}

@media all and (max-width: 768px) {
    .white-form button[type="submit"] {
        padding: 15px 0;
    }
}

.white-form .accept-block {
    gap: 15px;
}

@media all and (max-width: 600px) {
    .white-form .social-item .title-soc {
        text-align: left;
    }

    .white-form .soc-list-square {
        justify-content: start;
        gap: 20px;
    }

    .white-form .soc-list-square li {
        margin: 0;
    }
    .menu-glavnoe-menju-container ul li {
        flex: 0 0 100%;
        width: 100%;
    }
    .menu-glavnoe-menju-container ul ul li {
        width: 100% !important;
    }
}

@media all and (max-width: 576px) {
    .white-form .accept-block {
        margin-top: 20px;
    }
}

@media all and (max-width: 600px) {
    .footer-row .phone-list {
        justify-content: start;
    }

    .footer-row .soc-list {
        margin: 5px 0 15px 0;
        padding: 0;
    }
}

.footer-row .footer-menu-block {
    gap: 20px;
    padding: 0 !important;
}

.trust-block .item {
    aspect-ratio: 26/10 !important;
}

.trust-block .item img {
    height: 100%;
    object-fit: contain;
}

@media all and (max-width: 1120px) {
    .trust-block .item {
        margin: 10px 12px;
    }
}

@media all and (max-width: 768px) {
    .trust-block .item {
        margin: 10px;
    }
}

@media all and (max-width: 600px) {
    .trust-block .item img {
        max-height: unset !important;
    }

    .page .trust-block .title {
        margin-bottom: 0;
    }
}

@media all and (max-width: 900px) {
    .arrows .slick-arrow {
        margin: 0 8px !important;
    }
}

.cars-block .cars-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 15px;
}

@media all and (max-width: 1050px) {
    .cars-block .cars-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media all and (max-width: 768px) {
    .cars-block .cars-grid {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 10px;
    }
}

@media all and (max-width: 420px) {
    .cars-block .cars-grid {
        grid-template-columns: 1fr;
    }
}

.cars-block .cars-grid .item {
    width: auto !important;
    margin: 0 !important;
}

.cars-block .cars-grid .car-image img {
    aspect-ratio: 16/10 !important;
    object-fit: contain;
}

.car-image a {
    height: fit-content;
    width: 100%;
    display: block;
}

@media all and (max-width: 768px) {
    .page .content-service-single {
        padding: 10px 0 20px 0;
    }
}

@media all and (max-width: 600px) {
    section > .container > .row.row-center.row-back {
        align-items: flex-start;
    }
}

.about-counter img {
    aspect-ratio: 3 / 2 !important;
    object-fit: contain;
}

@media all and (max-width: 576px) {
    .about-counter {
        padding-bottom: 10px !important;
    }
}

@media all and (max-width: 768px) {
    .page .title {
        margin-bottom: 15px;
    }
}

.about-counter .counter-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 40px 20px;
}

.about-counter .counter-grid .item {
    width: auto !important;
    margin: 0 !important;
}

@media all and (max-width: 900px) {
    .about-counter .counter-grid {
        grid-gap: 20px 15px;
    }
}

@media all and (max-width: 768px) {
    .about-counter .counter-grid {
        margin-top: 15px;
    }
}

@media all and (max-width: 600px) {
    .about-counter > .container > .row {
        flex-direction: column;
        align-items: flex-start;
    }

    .about-counter > .container > .row .col-sm-6 {
        max-width: unset;
    }

    .about-counter .container img {
        max-height: unset !important;
        margin-top: 30px;
    }

    .row-back .col-sm-6 img {
        max-height: unset !important;
    }
}

.teaser-car > .row .teaser-car > .row {
    display: grid;
    grid-template-columns: 1fr 2.5fr;
    grid-gap: 20px;
    max-width: 100%;
    margin: 0 auto;
}

.teaser-service > .row .col-sm-3 {
    max-width: unset !important;
}

.teaser-service-right {
    display: grid;
    grid-template-columns: 5fr 4fr;
    grid-auto-rows: max-content;
    grid-gap: 35px;
}

.teaser-service .col-sm-3 {
    padding-left: 0 !important;
}

@media all and (max-width: 1200px) {
    .teaser-service-right {
        display: grid;
        grid-template-columns: 5fr 4fr;
        grid-gap: 30px;
    }

    .teaser-service-right .btn.btn-big,
    .count-price-online .btn.btn-big {
        padding: 15px 25px;
    }

    .cars-block .btn.btn-big {
        padding: 15px 40px;
    }
}

@media all and (max-width: 1050px) {
    .teaser-service-right {
        grid-template-columns: 1fr;
    }

    .teaser-service .img-car {
        max-width: 450px;
        height: fit-content;
    }
}

@media all and (max-width: 900px) {
    .teaser-car > .row .teaser-car > .row {
        grid-template-columns: 1fr 2fr;
        grid-gap: 15px;
    }
}

@media all and (min-width: 481px) and (max-width: 600px) {
    .teaser-car > .row .teaser-car > .row {
        grid-template-columns: 1fr 2fr;
        grid-gap: 0;
    }

    .teaser-service .category-block {
        padding: 10px 5px;
    }
}

@media all and (max-width: 480px) {
    .teaser-service .row {
        grid-template-columns: 1fr;
        grid-gap: 25px;
    }
}

@media all and (max-width: 1000px) {
    .count-price-online .col-sm-6 {
        max-width: unset;
    }
}

.page .content-service-single_with-table-grid table tr {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 15px;
}

@media all and (min-width: 901px) {
    .page .content-service-single_with-table-grid table {
        margin: 20px 0;
    }
}

@media all and (max-width: 900px) {
    .page .content-service-single_with-table-grid table tr {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media all and (max-width: 768px) {
    .page .content-service-single_with-table-grid table tr {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media all and (max-width: 576px) {
    .page .content-service-single_with-table-grid table tr {
        grid-template-columns: 1fr;
    }
}

@media all and (max-width: 1200px) {
    .page .content-service-single {
        padding: 40px 0;
    }
}

@media all and (max-width: 900px) {
    .page .content-service-single {
        padding: 30px 0;
    }
}

@media all and (max-width: 6000px) {
    .page .content-service-single {
        padding: 20px 0;
    }
}

.condition-block form .row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin: 0;
}

@media all and (max-width: 900px) {
    .condition-block form .row {
        grid-template-columns: 1fr;
    }
}

.condition-block form .row .col-sm-6 {
    max-width: unset;
    padding: 0;
}

.get-estimation-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
    margin: 0;
}

@media all and (max-width: 768px) {
    .get-estimation-row {
        grid-template-columns: 1fr;
    }
}

.get-estimation-row .col-sm-6 {
    max-width: unset;
    padding: 0;
}

.get-estimation-row img {
    max-width: 500px;
}

section.home-teaser {
    padding: 0 0 25px 0 !important;
}

.service-block .service-img {
    max-width: 220px;
    max-height: 220px;
}

.service-block .service-img img {
    aspect-ratio: 4 / 3 !important;
}

/* end */

.service-teaser img,
.img-ben img,
.get-estimation-row img,
.service-img img {
    aspect-ratio: 3 / 2 !important;
    object-fit: contain;
}

@media all and (max-width: 1200px) {
    .page h1.title,
    .service-teaser h1.title-service-page {
        font-size: 34px;
    }

    .page article h2,
    body .title {
        font-size: 28px;
    }

    .page article h3,
    body .sub-title {
        font-size: 25px;
    }
}

@media all and (max-width: 900px) {
    .page h1.title,
    .service-teaser h1.title-service-page {
        font-size: 29px;
    }

    .page article h2,
    body .title {
        font-size: 25px;
    }

    .page article h3,
    body .sub-title {
        font-size: 23px;
    }
}

@media all and (max-width: 768px) {
    .page h1.title,
    .service-teaser h1.title-service-page {
        font-size: 24px;
    }

    .page article h2,
    body .title {
        font-size: 22px;
    }

    .page article h3,
    body .sub-title {
        font-size: 20px;
    }
}

@media all and (max-width: 480px) {
    .page h1.title,
    .service-teaser h1.title-service-page {
        font-size: 22px;
    }

    .page article h2,
    body .title {
        font-size: 20px;
    }

    .page article h3,
    body .sub-title {
        font-size: 19px;
    }
}

header .head-top .row-sb {
    gap: 20px;
}

@media all and (max-width: 1080px) {
    header .head-top .btn {
        width: fit-content;
        padding: 12px;
    }

    header .head-top .phone-list li a {
        font-size: 16px;
    }
}

@media all and (max-width: 960px) {
    header .head-top .phone-list li:first-child {
        display: none;
    }
}

@media all and (min-width: 821px) and (max-width: 900px) {
    header .head-bottom {
        padding: 20px 0;
    }

    header .head-bottom a {
        line-height: 125%;
    }

    header .menu-glavnoe-menju-container #menu-glavnoe-menju {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    header .head-bottom > .container > .row > .col-sm-5 {
        -ms-flex: 0 0 30%;
        flex: 0 0 30%;
        max-width: 30%;
    }

    header .head-bottom > .container > .row > .col-sm-7 {
        -ms-flex: 0 0 70%;
        flex: 0 0 70%;
        max-width: 70%;
    }
}

section {
    max-width: 100% !important;
    overflow: hidden;
}

@media all and (max-width: 768px) {
    .get-estimation-row img {
        height: fit-content !important;
    }
}

@media all and (max-width: 1200px) {
    .desc-car-single {
    }
}

/*.container > .teaser-car {*/
/*    margin: 0 -15px;*/
/*}*/

.teaser-car > .row {
    margin: 0 !important;
}

.teaser-car > .row > .teaser-car > .row {
    margin: 0 !important;
    display: grid;
    grid-template-columns: 3fr 5fr 4fr;
    grid-gap: 30px;
}

.teaser-car > .row > .teaser-car > .row > div {
    padding: 0 !important;
    flex: unset;
    max-width: unset;
    width: 100%;
}

.teaser-car .row .img-car {
    aspect-ratio: 455 / 280 !important;
}

@media all and (max-width: 900px) {
    .teaser-car > .row > .teaser-car > .row {
        grid-template-columns: 1fr 2fr;
        grid-template-areas: "a1 a2" "a3 a3";
    }

    .teaser-car > .row > .teaser-car > .row .col-sm-3 {
        grid-area: a1;
    }

    .teaser-car > .row > .teaser-car > .row .col-sm-5 {
        grid-area: a2;
    }

    .teaser-car > .row > .teaser-car > .row .col-sm-4 {
        grid-area: a3;
    }
}

@media all and (max-width: 768px) {
    .teaser-car > .row > .teaser-car > .row {
        grid-template-columns: 1fr;
        grid-template-areas: "a1" "a2" "a3";
    }
}

#map iframe {
    width: 100% !important;
}

@media all and (max-width: 600px) {
    #map {
        margin-bottom: 20px;
    }
}

@media all and (max-width: 768px) {
    .other-cars .service-block .slider {
        padding: 0 !important;
        margin: 0 !important;
    }

    .other-cars .car-name {
        font-size: 16px !important;
    }

    .other-cars .item img {
        padding-bottom: 5px !important;
    }

    .service-block .dots {
        position: relative;
        bottom: 30px !important;
        width: calc(100% + 80px);
        left: -40px;
        flex-wrap: wrap;
        gap: 15px 8px;
    }
}

@media all and (max-width: 600px) {
    .footer-row > div {
        -webkit-box-flex: unset !important;
        -ms-flex: unset !important;
        flex: unset !important;
        max-width: unset !important;
    }
}

.top-canvas > div:first-child > span:first-child {
    display: block;
    margin-bottom: 10px;
}

.modal-cities .modal {
    max-height: calc(100vh - 120px);
    overflow: auto;
}

@media all and (max-width: 820px) {
    .modal-cities ul {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 0 15px;
    }

    .modal-cities ul li {
        width: auto;
    }
}

@media all and (max-width: 540px) {
    .modal-cities ul {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media all and (max-width: 420px) {
    .modal-cities ul {
        grid-template-columns: 1fr;
    }
}

@media all and (max-width: 820px) {
    .head-bottom > .container > .row {
        display: grid;
        grid-template-columns: 1fr 130px;
    }

    .head-bottom .header-left-mobile {
        width: auto !important;
        flex: unset;
        max-width: unset;
    }

    .head-bottom .header-right-mobile {
        width: auto !important;
        flex: unset;
        max-width: unset;
    }

    .head-bottom .header-left-mobile .row-sb {
        flex-direction: column-reverse;
        align-items: baseline;
        padding: 10px 0;
    }

    .menu-glavnoe-menju-container ul {
        float: none !important;
    }

    .head-bottom .header-left-mobile .menu-uslugi-container {
        margin-top: 3px;
    }

    .head-bottom .header-left-mobile #menu-uslugi a {
        line-height: 32px;
    }

    .logo-mobile {
        line-height: 100% !important;
    }
}

@media all and (max-width: 500px) {
    .head-bottom .header-left-mobile .menu-uslugi-container {
        display: none;
    }
}

.img-car {
    position: relative;
}

.img-car .img-car-desc {
    position: absolute;
    bottom: 10px;
    left: 10px;
    background: #08a652;
    color: #fff;
    padding: 8px 12px;
    border-radius: 5px;
    max-width: calc(100% - 20px);
    text-wrap: balance;
    text-align: center;
}

.modal-wrapper .modal {
    max-height: calc(100vh - 32px);
    width: calc(100% - 32px);
    overflow-y: auto;
}

.modal-wrapper#calc_request .modal {
    max-width: 640px;
}

.modal-wrapper#calc_request .title {
    text-align: start !important;
    margin-bottom: 10px !important;
}

.modal-wrapper#calc_request .modal_desc {
    margin-bottom: 30px;
    display: block;
}

.modal-wrapper#calc_request button[type="submit"] {
    margin: 30px 0 10px 0;
    display: block;
}

.modal-wrapper#calc_request .accept {
    margin: 0;
}

.cf_double_input {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
}

@media all and (max-width: 670px) {
    .cf_double_input {
        display: block;
    }
}

.modal-wrapper#calc_request label {
    display: flex;
    flex-direction: column;
    grid-gap: 5px;
}

.modal-wrapper .modal textarea {
    max-width: 100%;
    width: 100%;
}

/**/

.reviews-grid .item div.rev-img {
    max-width: 195px;
    width: 100%;
    aspect-ratio: 1 / 1 !important;
    height: auto !important;
    background-repeat: no-repeat;
    background-size: contain;
}

@media all and (max-width: 820px) {
    .reviews-grid .item div.rev-img {
        max-width: 150px;
    }
}

.item.review_item.displayed {
    display: block !important;
}

.reviews-grid.review {
    display: block !important;
}

.reviews-grid.review .item {
    width: 100% !important;
}

.howWeWork {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 20px;
}

@media all and (max-width: 768px) {
    .howWeWork {
        grid-template-columns: 1fr 1fr;
    }
}

@media all and (max-width: 480px) {
    .howWeWork {
        grid-template-columns: 1fr;
    }
}

.howWeWorkItem {
    display: flex;
    flex-direction: column;
    grid-gap: 10px;
}

.howWeWorkItem__img {
    width: 75px;
    aspect-ratio: 1 / 1 !important;
    border-radius: 50%;
    background: #eaf1fb;
    display: flex;
    justify-content: center;
    align-items: center;
}

.howWeWorkItem__img img {
    max-width: 32px;
    aspect-ratio: 1 / 1 !important;
}

@media all and (max-width: 1200px) {
    .howWeWorkItem__img {
        width: 65px;
    }

    .howWeWorkItem__img img {
        max-width: 30px;
    }
}

@media all and (max-width: 768px) {
    .howWeWorkItem__img {
        width: 50px;
    }

    .howWeWorkItem__img img {
        max-width: 26px;
    }
}

.howWeWorkItem__img.howWeWorkItem__imgPlaceholder {
    background: unset;
}

.howWeWorkItem__title {
    font-size: 20px;
    font-weight: 700;
}

@media all and (max-width: 1200px) {
    .howWeWorkItem__title {
        font-size: 19px;
        font-weight: 700;
    }
}

@media all and (max-width: 768px) {
    .howWeWorkItem__title {
        font-size: 18px;
    }

    .howWeWorkItem__desc {
        font-size: 15px;
    }
}

@media all and (max-width: 480px) {
    .howWeWorkItem__title {
        font-size: 17px;
    }
}

.advantages {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 40px 20px;
}

@media all and (max-width: 900px) {
    .advantages {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 24px 16px;
    }
}

@media all and (max-width: 540px) {
    .advantages {
        grid-template-columns: repeat(1, 1fr);
    }
}

.howWeWorkItem__img span {
    color: #08a652;
    font-weight: 700;
    font-size: 30px;
}

@media all and (max-width: 1200px) {
    .howWeWorkItem__img span {
        font-size: 26px;
    }
}

@media all and (max-width: 768px) {
    .howWeWorkItem__img span {
        font-size: 22px;
    }
}

.warrantyWrap .container {
    display: grid;
    grid-template-columns: 1fr 1.06fr;
    grid-gap: 50px;
}

@media all and (max-width: 768px) {
    .warrantyWrap .container {
        grid-template-columns: 1fr;
        grid-gap: 25px;
    }
}

.warrantyImg {
    max-width: 520px;
    aspect-ratio: 519 / 312 !important;
    width: 100%;
}

.warrantyItems {
    display: flex;
    flex-direction: column;
    grid-gap: 20px;
    margin-bottom: 20px;
}

.warrantyItem {
    display: grid;
    grid-template-columns: 16px 1fr;
    grid-gap: 10px;
}

.warrantyItem__num {
    color: #08a652;
    font-size: 16px;
    font-weight: 700;
    line-height: 170%;
}

@media all and (max-width: 768px) {
    .warrantyItem__num {
        font-size: 15px;
    }
}

.warrantyItem__title.howWeWorkItem__title {
    margin-bottom: 5px;
}

.warrantyWrap .titleMobile {
    display: none;
    margin-bottom: 0 !important;
}

@media all and (max-width: 768px) {
    .warrantyWrap .titleDesktop {
        display: none;
    }

    .warrantyWrap .titleMobile {
        display: block;
    }
}

.QAItem {
    border-bottom: 1px solid #eaeaea;
    padding: 20px 0;
}

@media all and (max-width: 768px) {
    .QAItem {
        padding: 16px 0;
    }
}

@media all and (max-width: 480px) {
    .QAItem {
        padding: 12px 0;
    }
}

.QAItem__header {
    display: flex;
    justify-content: space-between;
    grid-gap: 20px;
}

.QAItem__title {
    font-size: 20px;
    font-weight: 700;
    line-height: 150%;
}

@media all and (max-width: 1200px) {
    .QAItem__title {
        font-size: 19px;
    }
}

@media all and (max-width: 768px) {
    .QAItem__title {
        font-size: 18px;
    }
}

@media all and (max-width: 480px) {
    .QAItem__title {
        font-size: 17px;
    }
}

.QAItem .expand-btn {
    border: unset;
    background: unset;
    text-align: start;
    padding: 0;
}

.QAItem .expand-btn svg {
    margin-top: 8px;
}

.QAItem__desc {
    padding-top: 10px;
    line-height: 150%;
}

@media all and (max-width: 768px) {
    .QAItem__desc {
        font-size: 15px;
    }
}

.howWeWorkWrap,
.advantagesWrap,
.warrantyWrap,
.QAWrap {
    padding-top: 20px;
    padding-bottom: 20px;
}

.howWeWorkWrap,
.warrantyWrap {
    background: #fff;
}

.services-cat-page .howWeWorkWrap,
.warrantyWrap {
    background: transparent;
}

/*___________________*/

.howWeWorkWrap div.title {
    margin-bottom: 50px;
}

@media all and (max-width: 1200px) {
    .howWeWorkWrap div.title {
        margin-bottom: 35px;
    }
}

@media all and (max-width: 768px) {
    .howWeWorkWrap div.title {
        margin-bottom: 25px;
    }
}

@media all and (max-width: 480px) {
    .howWeWorkWrap div.title {
        margin-bottom: 20px;
    }
}

.advantagesWrap div.title,
.warrantyWrap div.title {
    margin-bottom: 40px;
}

@media all and (max-width: 1200px) {
    .advantagesWrap div.title,
    .warrantyWrap div.title {
        margin-bottom: 25px;
    }
}

@media all and (max-width: 768px) {
    .advantagesWrap div.title,
    .warrantyWrap div.title {
        margin-bottom: 20px;
    }
}

@media all and (max-width: 480px) {
    .advantagesWrap div.title,
    .warrantyWrap div.title {
        margin-bottom: 16px;
    }
}

.expand-content {
    height: 0px;
    transition: 0.3s;
    overflow: hidden;
}

.expand-btn svg {
    display: block;
    height: 16px;
    width: 16px;
}

.expand-btn svg.active {
    display: none;
}

.expand-btn.active svg {
    display: none;
}

.expand-btn.active svg.active {
    display: block;
}

table.price-list {
    width: 100%;
}

.price-list tr {
    padding: 20px 0;
    border-bottom: 1px solid #dae1eb;
    font-family: "Nunito", sans-serif;
    align-items: center;
    display: grid;
    grid-template-columns: 1fr 0.5fr;
    grid-gap: 16px;
}

.price-list tr span {
    width: 33.33333333%;
}

.price-list tr span:not(:first-child) {
    text-align: center;
}

.price-list tr span:last-child {
    text-align: right;
}

.price-list tr .service-name {
    font-size: 24px;
    font-weight: bold;
}

.price-list tr .service.price,
.price-list tr .service-hours {
    font-size: 18px;
    font-weight: 100;
}

@media all and (max-width: 600px) {
    .price-list tr {
        grid-template-columns: 1fr;
        justify-items: center;
        grid-gap: 5px;
    }

    .price-list tr span {
        width: 100%;
        text-align: center;
    }

    .price-list tr span:last-child {
        text-align: center;
    }

    .price-list tr .service-name {
        font-size: 16px;
    }

    .price-list tr span:not(:first-child) {
        text-align: center;
        font-size: 14px;
    }
}

.stat-grid .item {
    min-width: fit-content;
}

.online-stat .teaser-service .row {
    grid-gap: 50px;
}

@media all and (max-width: 674px) {
    .online-stat .teaser-service .row {
        grid-template-columns: 1fr;
        grid-gap: 24px;
    }

    .stat-grid {
        max-width: unset;
    }
}

.ml-text {
    display: inline-block;
    margin-left: 5px;
}

.stat-grid .item .count {
    border: unset !important;
}

.modal textarea {
    padding: 15px 20px;
    border-radius: 10px;
}

.service-teaser-main .service-teaser-img-wrap img {
    object-fit: cover !important;
    object-position: center;
    aspect-ratio: unset !important;
    height: 100%;
}

.service-teaser-main .service-teaser-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
}

.service-teaser-main .service-teaser-left {
    padding: 16px 0;
}

@media all and (max-width: 768px) {
    .service-teaser-main .service-teaser-grid {
        display: flex;
        flex-direction: column-reverse;
    }

    .service-teaser-main .service-teaser-left {
        padding: 0;
    }
}

.service-cartype-page > .row {
    display: block !important;
}

.service-cartype-page .row-2col .teaser-car > .row .teaser-car > .row {
    grid-template-columns: 350px 1fr !important;
}

.service-cartype-page > .row > .teaser-car > .row {
    grid-template-columns: 1fr;
}

.teaser-service > .row {
    display: grid;
    grid-template-columns: 1fr 2.5fr;
    margin: 0;
}

.cars-block.main.cars-service-block {
    width: 100%;
}

.teaser-service > .row .col-sm-3 {
    margin-bottom: 20px;
}

@media all and (max-width: 768px) {
    .teaser-service > .row {
        display: flex;
        flex-direction: column;
    }
    .service-cartype-page .row-2col .teaser-car > .row .teaser-car > .row {
        grid-template-columns: 1fr !important;
    }
}
@media (max-width: 890px) {
    .articles {
        padding-top: 17px !important;
    }
}

.article-elem {
    position: relative;
    overflow: hidden;
    margin-bottom: 24px;
}
.article-elem img {
    transition: scale 0.2s ease;
}
.article-elem:hover img {
    scale: 1.03;
}
@media (max-width: 890px) {
    .article-elem {
        margin-bottom: 16px;
    }
}
.article-elem__excerpt {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.35;
    color: #293548;
    margin: 0 !important;
}
@media (max-width: 890px) {
    .article-elem__excerpt {
        font-size: 14px;
    }
}
.article-elem--md {
    aspect-ratio: 2/1.03;
    padding: 30px;
    border-radius: 15px;
    float: left;
    margin-right: 24px;
    width: 100%;
    max-width: 66%;
}
@media (max-width: 1199px) {
    .article-elem--md {
        max-width: 100%;
        float: none;
        margin-right: 0;
        aspect-ratio: 2 / 1;
    }
}
@media (max-width: 890px) {
    .article-elem--md {
        border-radius: 5px;
    }
}
.article-elem--md:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
    z-index: 1;
}
.article-elem--md img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.article-elem--md .article-elem__title {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 0;
    margin: 0 30px 30px 30px;
    z-index: 2;
}
@media (max-width: 890px) {
    .article-elem--md .article-elem__title {
        margin: 0 15px 15px 15px;
    }
}
.article-elem--sm {
    display: flex;
    align-items: center;
    gap: 15px;
}
.article-elem--sm img {
    flex-shrink: 0;
    width: 100px;
    height: 100%;
    aspect-ratio: 1.2 / 0.91;
    object-fit: cover;
    border-radius: 10px;
}
@media (max-width: 890px) {
    .article-elem--sm img {
        border-radius: 5px;
    }
}
.article-elem--sm .article-elem__title {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.35;
    color: #293548;
    margin: 0 !important;
}
.article-elem--sm:hover img {
    scale: 1;
}
.article-elem--lg {
    border-radius: 15px;
    width: 100%;
    height: 100%;
    aspect-ratio: 2 / 1;
}
@media (max-width: 890px) {
    .article-elem--lg {
        border-radius: 5px;
    }
}
.article-elem--lg:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
    z-index: 1;
}
.article-elem--lg img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.article-elem--lg .article-elem__title {
    font-weight: 700;
    font-size: 16px;
    line-height: normal;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 0;
    margin: 0 20px 20px 20px;
    z-index: 2;
}
@media (max-width: 890px) {
    .article-elem--lg .article-elem__title {
        font-size: 16px;
        margin: 0 15px 15px 15px;
    }
}
.article-elem--xl {
    border-radius: 15px;
    aspect-ratio: 2/1;
}
@media (max-width: 890px) {
    .article-elem--xl {
        border-radius: 5px;
    }
}
.article-elem--xl img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.article-elem--xl:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
    z-index: 1;
}
.article-elem--xl .article-elem__text {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    padding: 30px;
}
@media (max-width: 890px) {
    .article-elem--xl .article-elem__text {
        padding: 15px;
    }
}
.article-elem--xl .article-elem__title {
    margin: 0 !important;
}
.article-elem--xl .article-elem__excerpt {
    color: #fff;
    margin: 0 !important;
    margin-top: 15px !important;
}
@media (max-width: 890px) {
    .article-elem--xl .article-elem__excerpt {
        margin-top: 5px !important;
    }
}
.article-elem--text {
    padding: 30px;
    border: 1px solid #dae1eb;
    border-radius: 15px;
    transition: border-color 0.2s ease-in-out;
}
@media (max-width: 890px) {
    .article-elem--text {
        padding: 15px;
        border-radius: 5px;
    }
}
.article-elem--text .article-elem__title {
    position: static !important;
    font-weight: 700;
    font-size: 40px;
    line-height: 1.25;
    color: #293548;
    margin: 0 !important;
    transition: color 0.2s ease-in-out;
}
@media (max-width: 890px) {
    .article-elem--text .article-elem__title {
        font-size: 16px;
    }
}
.article-elem--text:hover {
    border-color: #08a652;
}
.article-elem--text:hover .article-elem__title {
    color: #08a652;
}
.article-elem--text .article-elem__excerpt {
    margin-top: 15px !important;
}
@media (max-width: 890px) {
    .article-elem--text .article-elem__excerpt {
        margin-top: 5px !important;
    }
}
.article-elem__link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
}
.article-elem__title {
    font-weight: 700;
    font-size: 40px;
    line-height: 1.25;
    color: #fff;
    z-index: 2;
}
@media (max-width: 890px) {
    .article-elem__title {
        font-size: 16px;
    }
}

.post-column {
    display: flex;
    flex-direction: column;
    width: 353px;
}
@media (max-width: 1199px) {
    .post-column {
        width: auto;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 890px) {
    .post-column {
        grid-template-columns: 1fr;
    }
}

.post-row {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(30%, 1fr));
    gap: 24px;
    margin-bottom: 24px;
}
@media (max-width: 890px) {
    .post-row {
        grid-template-columns: repeat(2, 1fr);
        margin-bottom: 0;
    }
    .post-row:not(.post-row--2) .article-elem--lg:last-child {
        grid-column-start: 1;
        grid-column-end: 3;
    }
}
@media (max-width: 890px) {
    .post-row {
        display: flex;
        flex-direction: column;
        gap: 0;
    }
}
.post-row--2 {
    grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 890px) {
    .post-row--2 .article-elem--lg {
        height: auto;
    }
}

.clear {
    clear: both;
}

.loader {
    display: none;
}
.loader svg {
    width: 150px;
    height: 60px;
}

body.loading .loader {
    display: block;
}

.article {
    display: flex;
    gap: 24px;
    justify-content: space-between;
}
.article img {
    border-radius: 15px;
    height: auto;
}
@media (max-width: 990px) {
    .article {
        flex-direction: column;
    }
}

.popular-posts {
    max-width: 356px;
    padding: 0 30px;
}
@media (max-width: 990px) {
    .popular-posts {
        max-width: 100%;
        padding: 0;
    }
}
.popular-posts__title {
    font-size: 24px;
    padding: 0;
    margin-bottom: 20px;
}
.popular-posts__num {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    background: #f6f8fb;
    border-radius: 50%;
}
@media (max-width: 600px) {
    .popular-posts__num {
        width: 32px;
        height: 32px;
    }
}
.popular-posts__num:after {
    content: attr(data-title);
    color: #9fa9b8;
    font-weight: 300;
    font-size: 24px;
    line-height: 1.25;
}
@media (max-width: 600px) {
    .popular-posts__num:after {
        font-size: 16px;
    }
}
.popular-posts__list {
    display: flex;
    flex-direction: column;
    gap: 40px;
}
@media (max-width: 600px) {
    .popular-posts__list {
        gap: 20px;
    }
}
.popular-posts__list-item {
    display: flex;
    gap: 15px;
    align-items: center;
}
.popular-posts__list-item a {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.35;
    color: #293548;
    transition: color 0.1s ease-in-out;
}
.popular-posts__list-item a:hover {
    color: #08a652;
}
.article ol,
.article ul {
    font-size: 16px;
}
