/*--your custom css--*/


/*------header------*/


/*--delete ntn 4--*/

.topmenu nav ul li:nth-child(4):after {
    display: none;
}

.topmenu nav ul li:nth-child(4) {
    position: static;
    font-weight: inherit;
}

.top-form .top-wrap:after {
    display: none;
}

.topmenu nav ul li:nth-child(5):after {
    z-index: 1;
    background: url('../img/discount.png') no-repeat left top;
    content: "";
    width: 104px;
    height: 72px;
    display: block;
    position: absolute;
    top: 0;
    left: -30px;
    display: none;
}


/*--social icon --*/

.phone-t .phone-t-num:first-of-type a,
.phone-b .phone-t-num:first-of-type a {
    letter-spacing: .55px;
}

.phone-b-num {
    background: none;
    padding-left: 0;
}

.social-icon {
    position: absolute;
    top: 15px;
    right: 0;
}

.social-icon a {
    padding: 5px;
}

.social-icon img {
    max-height: 22px;
    width: 21px;
    height: 22px;
    max-width: 21px;
}

.logo-t {
    margin-top: 12px;
    margin-right: 17px;
}


/*desc*/

.header {
    overflow: unset;
}

.header a img {
    display: none;
}

.description {
    /* margin-top: 54px; */
    margin-top: 35px;
    float: left;
    max-width: 30%;
    font-style: italic;
    /* color: #fff; */
    color: #2398df;
    font-weight: bold;
    position: relative;
    text-align: center;
    margin-left: 41px;
}

.description:before {
    content: "";
    width: 365px;
    height: 80px;
    position: absolute;
    z-index: -1;
    top: -25px;
    left: -34px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 4px;
}


/* .webp .description:before {
	background: url('/upload/img/slick_2.webp');
	background-size: contain;
	background-repeat: no-repeat;
}
.no-webp .description:before {
	background: url('/upload/img/slick_2.png');
	background-size: contain;
	background-repeat: no-repeat;
} */


/*service*/

.services {
    margin-bottom: 50px;
}

.form-services .order-form {
    /* padding-top: 40px;*/
    padding-bottom: 40px;
    padding-top: 35px;
}

.service-img img {
    border-radius: 16px;
}

.whywe-items {
    margin-top: 100px;
}

.whywe {
    margin-right: 55px;
}

.whywe:nth-child(3n) {
    margin-right: 55px;
}

.whywe:nth-child(3n+1) {
    clear: none;
}

.whywe:last-of-type {
    margin-right: 0px;
}


/*pricelist*/

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

.price-list h2,
.works-cont h2 {
    font-weight: 700;
    border: 7px solid #fff;
    margin: -30px 0 28px;
    display: inline-block;
    font-size: 24px;
    color: #fff;
    overflow: hidden;
    max-width: 100%;
    vertical-align: top;
    text-transform: uppercase;
    border-radius: 50px;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
    position: relative;
    background: #458ed6;
}

.price-list h2:before,
.works-cont h2:before {
    border-radius: 0 50px 50px 0;
    position: absolute;
    width: 60%;
    right: 0;
    height: 100%;
    top: 0;
    display: block;
    content: "";
    background: #3c4e77 url('../img/tr2.jpg') no-repeat left top;
    background-size: 28px 100%;
    z-index: 1;
}

.price-list h2 span,
.works-cont h2 span {
    display: block;
    position: relative;
    /* background: #458ed6; */
    padding: 10px 23px 8px;
    border-radius: 50px;
    z-index: 3;
}

.price-list h2 span:after,
.works-cont h2:after {
    position: absolute;
    top: 100%;
    width: 0;
    height: 0;
    border-top: 4px solid #3c4e77;
    border-bottom: 4px solid rgba(0, 0, 0, 0);
    border-right: 12px solid rgba(0, 0, 0, 0);
    border-left: 12px solid rgba(0, 0, 0, 0);
    display: block;
    content: "";
    left: 50%;
    margin: 0 0 0 -12px;
}

.price-block {
    width: 70%;
    display: inline-block;
    font-size: 14px;
    min-height: 500px;
}

.price-block.without_form {
    width: 100%;
}

.secrtion-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    margin-bottom: 20px;
}

.secrtion-price a {
    max-width: 189px;
    background-color: #f6f6f6;
    padding: 10px 18px;
    border-radius: 5px;
    margin: .2em;
    color: #3c4e77;
    display: flex;
    align-items: center;
    height: 48px;
    font-size: 14px;
    font-weight: 500;
}

.price-block.without_form .secrtion-price a {
    flex-basis: 32%;
    max-width: 32%;
}

.secrtion-price a:hover {
    background-color: #cce4fb;
}

.secrtion-price a:first-of-type {
    max-width: 250px;
}


/*.secrtion-price a:nth-child(2),
.secrtion-price a:nth-child(6) {
	padding-top: 17px;
}*/

#tabs a.active {
    background-color: #018fd9;
    color: #fff;
}

.price-form {
    width: 41%;
    display: inline-block;
}


/*div table*/

.divTable {
    display: table;
    width: 100%;
    text-align: left;
    color: #3c4e77;
}

.divTableRow {
    display: table-row;
}

.divTableRow.head .divTableCell {
    padding-bottom: 8px;
    border-bottom: 2px solid #3c4e77;
    font-weight: bold;
    /*background-color: #d0d0d8;*/
}

.divTableHeading {
    background-color: #EEE;
    display: table-header-group;
}

.divTableCell
/*, .divTableHead*/

{
    display: table-cell;
    padding: 10px 0;
    vertical-align: middle;
}

.divTableRow:not(:last-of-type) .divTableCell {
    border-bottom: 1px solid #cce4fb;
}

.divTableCell:last-of-type {
    width: 200px;
    text-align: right;
    margin-right: 5px;
}

.divTableHeading {
    background-color: #EEE;
    display: table-header-group;
    font-weight: bold;
}

.divTableFoot {
    background-color: #EEE;
    display: table-footer-group;
    font-weight: bold;
}

.divTableBody {
    display: table-row-group;
}

.divTableBody .alert {
    color: #018fd9;
    font-style: italic;
}


/*end div table*/

.add-text {
    margin-top: 20px;
    text-align: left;
    font-style: italic;
    font-weight: 600;
    color: #018fd9;
}

.add-text p {
    margin-bottom: 5px;
}

.get-price-list {
    margin: 40px auto;
    display: inline-block;
}

.get-price-list a {
    padding: 10px 15px;
    background-color: #0394e4;
    border-radius: 5px;
    color: #fff;
    font-weight: bold;
    background-image: -webkit-gradient(linear, 0% 100%, 0% 0%, color-stop(0, rgb(0, 125, 244)), color-stop(1, rgb(5, 170, 212)));
    background-image: -webkit-repeating-linear-gradient(bottom, rgb(0, 125, 244) 0%, rgb(5, 170, 212) 100%);
    background-image: repeating-linear-gradient(to top, rgb(0, 125, 244) 0%, rgb(5, 170, 212) 100%);
    background-image: -ms-repeating-linear-gradient(bottom, rgb(0, 125, 244) 0%, rgb(5, 170, 212) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#ff05aad4", endColorstr="#ff007df4", GradientType=0);
}

.get-price-list a:hover {
    background-image: -webkit-gradient(linear, 0% 100%, 0% 0%, color-stop(0, rgb(96, 169, 239)), color-stop(1, rgb(57, 215, 255)));
    background-image: -webkit-repeating-linear-gradient(bottom, rgb(96, 169, 239) 0%, rgb(57, 215, 255) 100%);
    background-image: repeating-linear-gradient(to top, rgb(96, 169, 239) 0%, rgb(57, 215, 255) 100%);
    background-image: -ms-repeating-linear-gradient(bottom, rgb(96, 169, 239) 0%, rgb(57, 215, 255) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#ff05aad4", endColorstr="#ff007df4", GradientType=0);
}

.block_akkr {
    margin-top: 15px;
}

.block_akkr a {
    display: block;
    color: #018fd9;
}


/*pricelist form*/

.price-form form {
    background: #458ed6;
    padding: 20px 22px;
    color: #fff;
    border-radius: 15px;
    font-size: 14px;
    max-width: 410px;
    margin: 0 auto;
}

.form_text {
    margin-bottom: 20px;
}

.price-form form .fields {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px;
}

.price-form form p {
    color: #cad7f6;
    text-align: left;
    margin-bottom: 10px;
}

.price-form form .checkbox a {
    -webkit-text-decoration-color: #474646 !important;
    text-decoration-color: #474646 !important;
    text-decoration: underline;
}

.checkbox {
    position: relative;
    line-height: 16px;
    margin-top: 15px;
    color: #fffefe;
    margin-bottom: 25px;
}

.checkbox input[type=checkbox] {
    display: none;
}

.checkbox input[type="checkbox"]+label {
    cursor: pointer;
    padding-left: 0;
}

.checkbox input[type=checkbox]:checked+label:after {
    /*outline: 2px solid #fff;*/
    border: 3px solid #fff;
    background-color: #d52d20;
    height: 11px;
    width: 11px;
}

.checkbox label:after {
    content: '';
    display: block;
    height: 17px;
    width: 17px;
    outline: 2px solid #fff;
    position: absolute;
    top: 5px;
    left: 0;
}

.price-form form .fields input:not([type="submit"]):not([type="checkbox"]) {
    width: 49%;
    min-width: 100px;
}

.price-form form input,
.price-form form textarea {
    padding: 10px 15px;
    border-radius: 3px;
    color: #3c4e77;
    border: 1px solid #fff;
    margin: 5px 0;
}

.price-form form textarea {
    width: 100%;
    height: 140px;
}

.price-form form input::-webkit-input-placeholder,
.price-form form textarea::-webkit-input-placeholder {
    color: #3c4e77;
}

.price-form form input:-ms-input-placeholder,
.price-form form textarea:-ms-input-placeholder {
    color: #3c4e77;
}

.price-form form input::-ms-input-placeholder,
.price-form form textarea::-ms-input-placeholder {
    color: #3c4e77;
}

.price-form form input::placeholder,
.price-form form textarea::placeholder {
    color: #3c4e77;
}

.price-form form input[type=submit] {
    /* ff3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(216, 47, 35, 1)), color-stop(100%, rgba(171, 38, 47, 1)));
    /* safari4+,chrome */
    background: -webkit-linear-gradient(270deg, rgba(216, 47, 35, 1) 0%, rgba(171, 38, 47, 1) 100%);
    /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(270deg, rgba(216, 47, 35, 1) 0%, rgba(171, 38, 47, 1) 100%);
    /* opera 11.10+ */
    /* ie10+ */
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(216, 47, 35, 1)), to(rgba(171, 38, 47, 1)));
    background: -webkit-linear-gradient(top, rgba(216, 47, 35, 1) 0%, rgba(171, 38, 47, 1) 100%);
    background: -o-linear-gradient(top, rgba(216, 47, 35, 1) 0%, rgba(171, 38, 47, 1) 100%);
    background: linear-gradient(180deg, rgba(216, 47, 35, 1) 0%, rgba(171, 38, 47, 1) 100%);
    /* w3c */
    color: #fff;
    width: 100%;
    font-size: 18px;
    border: none;
    padding-top: 15px;
    padding-bottom: 15px;
    cursor: pointer;
}

.price-form form input[type=submit]:hover {
    background: linear-gradient(180deg, rgb(236, 89, 79) 0%, rgb(206, 58, 68) 100%);
}

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


/*end pricelist form*/


/*end pricelist*/


/*about us*/

.about-cont {
    /*padding-bottom: 0;*/
    position: relative;
}


/*icon form*/

.icon_vb,
.icon_wa {
    padding-left: 1px;
    padding-right: 1px;
}

.about-flex {
    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-bottom: 60px;
}

.about-us-desc {
    width: 40%;
    text-align: left;
}

.about-us-desc h3 {
    color: #458ed6;
    padding-bottom: 30px;
    font-size: 1.9em;
}

.about-us-desc p {
    padding-bottom: 20px;
    color: #3c4e77;
    line-height: 24px;
}

.about-us-slider {
    width: 55%;
}

.about-cont .order {
    min-height: 206px;
    position: relative;
    padding-top: 5em;
    padding-bottom: 4em;
    margin: 0 auto;
}

.about-cont .order .order-img {
    position: absolute;
    left: 31px;
    bottom: -45px;
    width: 245px;
}

.about-cont .order .order-text {
    font-size: 20px;
    /*position: relative;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;*/
    padding-left: 3em;
    padding-right: 1em;
    margin: auto;
    float: right;
    margin-right: 20px;
}

.about-cont .order .order-text p {
    display: inline-block;
    max-width: 300px;
    text-align: left;
    margin-right: 40px;
}

.order_btn {
    padding: 15px 60px;
    background: #d32b1e;
    background: -webkit-radial-gradient(center, #d32b1e, #b91c28);
    background: -webkit-radial-gradient(center, ellipse, #d32b1e, #b91c28);
    background: -o-radial-gradient(center, ellipse, #d32b1e, #b91c28);
    background: radial-gradient(ellipse at center, #d32b1e, #b91c28);
    border-radius: 4px;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    /*display: inline-block;*/
    float: right;
    -webkit-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}

.order_btn:hover {
    background: #d32b1e;
    background: -webkit-radial-gradient(center, #dc2517, #d82e3b);
    background: -webkit-radial-gradient(center, ellipse, #dc2517, #d82e3b);
    background: -o-radial-gradient(center, ellipse, #dc2517, #d82e3b);
    background: radial-gradient(ellipse at center, #dc2517, #d82e3b);
    -webkit-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}


/*end about us*/

.works-wrap {
    background-color: #f6f6f6;
    text-align: center;
    /*padding: 0 0 52px;*/
    position: relative;
    padding-bottom: 80px;
}

.works-wrap:before {
    content: '';
    height: 80px;
    /*background-image:url('/upload/img/works.png');*/
    display: block;
    position: absolute;
    width: 100%;
    top: -80px;
    background-repeat: no-repeat;
    border-top-color: rgb(255, 255, 255);
    border-top-width: 87px;
    border-top-style: solid;
    border-image-source: url(/upload/img/works.png);
    border-image-slice: 100;
    border-image-repeat: stretch;
}

.works-wrap:after {
    content: '';
    height: 100px;
    /* background-image:url('/upload/img/works_back.png'); */
    display: block;
    position: absolute;
    width: 100%;
    bottom: -72px;
    background-repeat: no-repeat;
    background-size: cover;
    border-bottom-color: rgb(255, 255, 255);
    border-bottom-width: 100px;
    border-bottom-style: solid;
    border-image-source: url(/upload/img/works_back.png);
    border-image-slice: 100;
    border-image-repeat: stretch;
}


/*.works-cont h2 {
	top: -85px;
}*/


/*works*/


/*reviews*/

.reviews-wrap {
    background: inherit;
}

.reviews-car {
    width: 90%;
}

.reviews-car ul li {
    margin-right: 0;
    text-align: center;
}

.reviews-car ul li img {
    border-radius: 5px;
    border: 2px solid #5598d9;
    -webkit-box-shadow: inset 1px 1px 7px #d6d2d2;
    box-shadow: inset 1px 1px 7px #d6d2d2;
}


/*footer*/

.logo-b {
    margin-top: 16px;
}

.top-wrap:before {
    display: none;
}


/*
.no-webp .top-wrap {
	background: url('/upload/img/full_banner.jpg') no-repeat center top;
}*/

.no-webp .top-wrap {
    background: url('/upload/img/blue_banner.jpg') no-repeat center top;
}


/* .webp .top-wrap {
	background-image: url('/upload/img/full_banner.webp');
	background-repeat: no-repeat;
	background-position: center top;
} */

.services-cont h2,
.whywe-cont h2,
.price-list h2,
.works-cont h2,
.how-cont h2,
.reviews-cont h2,
.map-wrap h2 {
    background: #62caf1;
}

.services-cont h2:before,
.reviews-cont h2:before,
.whywe-cont h2:before,
.price-list h2:before,
.how-cont h2:before,
.works-cont h2:before,
.map-wrap h2:before {
    background: #2398df url('/upload/img/fill.svg') no-repeat left top;
    background-size: 89px;
}


/* .whywe-cont h2:before {
	background: #2398df url('/upload/img/fill.svg') no-repeat left top;
	background-size: 46%;
}
.price-list h2:before {
	background: #2398df url('/upload/img/fill.svg') no-repeat left top;
	background-size: 49%;
}
.how-cont h2:before {
	background: #2398df url('/upload/img/fill.svg') no-repeat left top;
	background-size: 50%;
}
 .works-cont h2:before {
	background: #2398df url('/upload/img/fill.svg') no-repeat left top;
	background-size: 43%;
}
.map-wrap h2:before  {
	background: #2398df url('/upload/img/fill.svg') no-repeat left top;
	background-size: 84%;
} */

.webp .top-wrap {
    background-image: url('/upload/img/blue_banner.webp');
    background-repeat: no-repeat;
    background-position: center top;
}

.about-us-desc ul {
    list-style: square;
    padding-bottom: 18px;
    color: #3c4e77;
    line-height: 22px;
    margin-left: 15px;
}


/*how*/

.how {
    width: 225px;
}

.top-wrap:after {
    display: none;
}

.form-services .order-form form {
    position: relative;
}

#recaptcha2 {
    -webkit-transform: scale(0.75) translateX(-17%);
    -ms-transform: scale(0.75) translateX(-17%);
    transform: scale(0.75) translateX(-17%);
    top: 55px;
}

#recaptcha2,
.error2 {
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    border: 0;
    max-width: 228px;
}

.form-services .order-form {
    padding-bottom: 88px;
}

.error2 {
    top: 45px;
}

.g-recaptcha {
    -webkit-transform: scale(0.75) translateX(-17%);
    -ms-transform: scale(0.75) translateX(-17%);
    transform: scale(0.75) translateX(-17%);
}

.error3,
.error2,
.error5,
.error4 {
    font-size: .8em;
    color: #c6190c;
    text-align: center;
}

.error2 {
    font-size: .7em;
}

.error5 {
    margin: 10px 0;
    background-color: rgba(255, 255, 255, 0.89);
    font-size: 1.1em;
    border-radius: 5px;
}

.menu_cont {
    max-width: 1020px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}


/*button up*/

#upButton {
    position: fixed;
    cursor: pointer;
    display: none;
    bottom: 132px;
    height: 64px;
    width: 64px;
    right: 47px;
    z-index: 99;
    background: url('/upload/img/upper.svg');
    transition: .4s;
}

#upButton a {
    display: block;
}

#upButton img {
    background-color: #fff;
    border-radius: 34px;
}

#upButton:hover {
    background: url('/upload/img/upper_2.svg');
    transition: .4s;
    background-size: contain;
}

.service-desc-rt ul {
    list-style-type: disc;
    padding: 15px 0px 15px 15px;
}

.phone-b {
    float: left;
    padding: 27px 45px 0;
    text-align: right;
}

.privacy,
.privacy1 {
    float: right;
    font-size: 14px;
    text-decoration: underline;
    margin: 50px -9px 0;
    line-height: 120%;
}

.footer_all {
    display: inline-block;
    float: right;
}

.footer_all .privacy,
.footer_all .privacy1 {
    display: block;
    margin-top: 20px;
    float: none;
}


/*hover gallery*/

.hover_item {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #d4e3ec;
    font-size: 1.1em;
    line-height: 1.3;
    transition: .25s;
    opacity: 0;
}

.hover_item span {
    font-size: 1.3em;
    color: #fff;
    display: block;
}

.works-main-block .section a {
    display: block;
    position: relative;
}

.works-main-block .section a:hover .hover_item {
    transition: .25s;
    opacity: 1;
}

.phone-t {
    padding-top: 12px;
}

.description.left_block.phone-t {
    font-style: unset;
}

@media (max-width: 1200px) {
    /*.topmenu nav {
		max-width: 90%;
	}*/
    .about-cont {
        padding-bottom: 3.5em;
    }
    .about-us-desc {
        width: 48%;
    }
    .about-us-slider {
        width: 50%;
    }
    .us-slider-cont {
        width: 85%;
    }
    .reviews-cont {
        padding-bottom: 0;
    }
}

@media (min-width: 1000px) {
    .map-wrap {
        margin-top: 100px;
    }
}

@media (max-width:1044px) {
    .whywe {
        margin: 0 16px 22px 16px !important;
        float: none;
        display: inline-block;
        vertical-align: top;
    }
}

@media(max-width: 1000px) {
    .description {
        max-width: 36%;
    }
    .about-cont .order {
        width: 95%;
        padding-top: 3.5em;
        margin-bottom: 35px;
    }
    .about-cont .order .order-text {
        padding-left: 0;
        padding-right: 0;
        float: none;
        margin-right: 0;
        margin-left: 6em;
    }
    .about-cont .order .order-text p {
        display: block;
        max-width: 100%;
        text-align: center;
        margin-right: 0;
        max-width: 50%;
        margin: 0 auto;
    }
    .order_btn {
        margin-top: 20px;
        float: none;
        display: inline-block;
    }
    .about-us-desc {
        width: 50%;
    }
    .about-us-slider {
        width: 49%;
    }
    .us-slider-cont {
        width: 80%;
    }
    .divTableCell:last-of-type {
        width: 120px;
    }
    .checkbox {
        text-align: left;
        padding-left: 30px;
    }
    .about-cont {
        padding-bottom: 50px;
    }
    .map-wrap {
        margin-top: 100px;
    }
}

@media (min-width:1000px) and (max-width:1044px) {
    .description {
        min-width: 37%;
    }
}

@media (min-width:769px) and (max-width:1044px) {
    .menu_cont {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .menu_cont nav.cont {
        margin: 0;
    }
    .menu_cont .social-icon {
        position: static;
    }
}

@media (min-width:769px) and (max-width:1044px) {
    .how {
        width: 25%;
    }
    .description:before {
        left: -61px;
    }
    .whywe-items {
        margin-top: inherit;
    }
    .price-form form .fields {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .price-form form .fields input:not([type="submit"]):not([type="checkbox"]) {
        width: 100%;
    }
    .price-block {
        width: 60%;
    }
    .price-form {
        width: 45%;
    }
    #recaptcha5 {
        -webkit-transform: scale(0.85) translateX(-5vmin);
        -ms-transform: scale(0.85) translateX(-5vmin);
        transform: scale(0.85) translateX(-5vmin);
    }
    .description {
        margin-top: 25px;
    }
    .description:before {
        top: -15px;
    }
}

@media (max-width: 768px) {
    .about-cont {
        padding-bottom: 25px;
    }
    #recaptcha2 {
        -webkit-transform: scale(0.75);
        -ms-transform: scale(0.75);
        transform: scale(0.75);
        max-width: 300px;
        margin: 0 auto;
        /*top: 55px;*/
    }
    #recaptcha2,
    .error2 {
        position: static;
    }
    .price-flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .price-form,
    .price-block {
        width: 100%;
        max-width: 100%;
    }
    .about-cont .order .order-text {
        margin-left: auto;
    }
    .about-cont .order .order-text p {
        max-width: 40%;
    }
    .secrtion-price a:first-of-type {
        max-width: 100%;
    }
    .secrtion-price a {
        max-width: 100%;
        width: 48%;
    }
    .services-cont .order {
        margin-bottom: 45px;
    }
    .whywe-cont {
        min-height: auto;
    }
    .whywe-items {
        margin-top: inherit;
    }
    .order {
        width: 100%;
        margin: auto;
    }
    .form-services .order-form {
        padding-bottom: 35px;
    }
    .about-cont .order .order-img {
        z-index: -1;
        opacity: .45;
    }
    .price-form form input[type=submit] {
        font-size: 1em;
    }
}

@media (min-width:601px) and (max-width: 768px) {
    .social-icon {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        background: #ffffff;
        border-radius: 3px;
        position: fixed;
        top: 40px;
    }
    .how {
        width: 25%;
    }
    .description {
        max-width: 43%;
    }
    /*.topmenu nav {
		text-align: left;
	}
	.topmenu nav ul li {
		padding: 19px 5px 2px 7px;

	}*/
    .logo-b {
        float: left;
        text-align: center;
        width: inherit;
        display: inline-block;
        margin-right: 30px;
    }
    .privacy {
        float: none;
        max-width: 170px;
        display: inline-block;
        text-align: center;
    }
    #recaptcha2>div {
        margin: 0 auto;
    }
    .about-cont {
        margin-left: 10px;
        margin-right: 10px;
    }
    .description {
        margin-left: 20px;
        margin-top: 25px;
    }
    .description:before {
        width: 100%;
        top: -15px;
        left: -2px;
    }
}

@media (max-width: 600px) {
    .about-cont .order .order-text p {
        display: block;
        max-width: 100%;
        text-align: center;
        margin-right: 0;
    }
    .about-flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .description:before {
        display: none;
    }
    .description {
        margin-top: 25px;
    }
    .topmenu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .social-icon {
        position: static;
        text-align: center;
    }
    .phone-t-num {
        background-position-y: center;
    }
    .header a img {
        display: block;
        margin: 0 auto;
    }
    .description {
        float: none;
        min-width: 100%;
        color: #488fd7;
        margin-left: 0;
    }
    .services {
        margin-bottom: 0;
    }
    .whywe-wrap {
        margin-top: 45px;
    }
    .how-wrap {
        background-size: auto 142%;
        background-position-y: 30%;
        padding-bottom: 30px;
        margin-bottom: 20px;
    }
    .how {
        float: none;
    }
    .how-cont h2 {
        margin-top: 50px;
    }
    .how-cont {
        min-height: auto;
        margin-bottom: 50px;
    }
    .works-wrap:after {
        bottom: -46px;
        border-bottom-width: 48px;
    }
    .works-wrap:before {
        top: -58px;
        border-top-width: 68px;
    }
    .about-us-desc,
    .about-us-slider {
        width: 90%;
    }
    .about-us-desc h3 {
        text-align: center;
    }
    .reviews-car ul li img {
        max-width: 200px;
    }
    .phone-b {
        float: none;
        text-align: center;
    }
    /* .top-wrap {
		position: relative;
	}
	.top-wrap:before {
		content: '';
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		filter: blur(5px);
		width: 100%;
		height: 100%;
		background: blueviolet;
		margin: 0;
	}

	.header {
		position: relative;
	} */
    .top {
        min-height: 400px;
    }
}

@media (min-width:481px) and (max-width:527px) {
    .secrtion-price a:first-of-type {
        padding-top: 4px;
    }
}

@media (max-width: 480px) {
    .icon_wa,
    .icon_vb {
        display: none;
    }
    .works-wrap {
        padding-bottom: 30px;
    }
    .secrtion-price a:first-of-type {
        max-width: 100%;
    }
    .secrtion-price a {
        width: 100%;
        max-width: 100%;
    }
    .divTableCell:last-of-type {
        width: 200px;
    }
    .add-text p {
        margin-bottom: 10px;
    }
    .price-form form .fields {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .price-form form .fields input:not([type="submit"]):not([type="checkbox"]) {
        width: 100%;
    }
    .reviews-car {
        width: 80%;
    }
    .works-wrap {
        margin-bottom: 85px;
    }
    .reviews-car ul li img {
        max-width: inherit;
    }
    /*.phone-b {
		max-width: 200px;
	}*/
    #recaptcha5 {
        -webkit-transform: scale(0.75) translateX(-9%);
        -ms-transform: scale(0.75) translateX(-9%);
        transform: scale(0.75) translateX(-9%);
    }
    #recaptcha2 {
        -webkit-transform: scale(0.75) translateX(-2em);
        -ms-transform: scale(0.75) translateX(-2em);
        transform: scale(0.75) translateX(-2em);
    }
    .price-list h2 {
        font-size: 1.04em;
    }
    .how-cont h2:before {
        background-size: 135px;
    }
    .webp .how-wrap,
    .no-webp .how-wrap {
        background-size: auto 110%;
    }
    .works-cont h2 span {
        font-size: 0.9em;
    }
    #upButton {
        width: 40px;
        height: 40px;
        right: 15px;
        bottom: 70px;
        background-size: contain;
    }
    .footer_all {
        display: block;
        float: none;
    }
    .developer {
        display: inline-block;
    }
}

@media(min-width: 601px) {
    .phone-t {
        padding-top: 12px;
        position: relative;
        color: #fff;
        margin-top: 10px;
        padding: 15px 40px;
    }
    .left_block.phone-t:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        background-color: #189ae3b0;
        width: 100%;
        height: calc(100% - 23%);
        border-radius: 4px;
    }
    .phone-t-num {
        position: relative;
    }
    .phone-t .callback {
        margin-right: -40px;
    }
    .phone-t.description {
        max-width: unset;
    }
}

@media (min-width:1200px) {
    .topmenu nav ul li {
        font-size: 16px;
        padding-right: 29px;
    }
}


/*//add qr*/

.header_qr img {
    max-width: 90px;
}

.header .header_qr a img {
    display: block;
}

.header {
    position: relative;
}

@media (min-width: 601px) and (max-width: 767px) {
    .header_qr {
        display: inline-block;
        margin-top: 10px;
    }
    .description.left_block.phone-t {
        margin-left: unset;
    }
    .header_qr img {
        max-width: 75px;
    }
    .phone-t:not(.left_block) {
        left: -30px;
    }
}

@media (min-width: 768px) and (max-width:1299px) {
    .header_qr {
        position: absolute;
        right: 0;
        top: 12px;
    }
    .phone-t:not(.left_block) {
        left: -120px;
    }
}

@media (min-width: 1300px) {
    .header_qr {
        position: absolute;
        right: -158px;
        top: 12px;
    }
}

@media (min-width: 992px) and (max-width:1200px) {
    .works-slider .owl-carousel .owl-nav button.owl-prev {
        left: 0;
    }
    .works-slider .owl-carousel .owl-nav button.owl-next {
        right: 0;
    }
}


/*--thanks--*/

.thanks-wrap {
    margin-top: 6rem;
    margin-bottom: 2rem;
}

.title__site {
    text-align: center;
}

.title__site h2 {
    background: #62caf1;
    overflow: hidden;
    max-width: 100%;
    font-weight: 700;
    border: 7px solid #fff;
    margin: -33px 0 50px;
    display: inline-block;
    font-size: 24px;
    color: #fff;
    vertical-align: top;
    text-transform: uppercase;
    border-radius: 50px;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 10%);
    position: relative;
}

.title__site h2:before {
    border-radius: 0 50px 50px 0;
    position: absolute;
    width: 60%;
    right: 0;
    height: 100%;
    top: 0;
    display: block;
    content: "";
    background: #2398df url('/upload/img/fill.svg') no-repeat left top;
    background-size: 89px;
    z-index: 1;
}

.title__site span {
    display: block;
    position: relative;
    padding: 10px 23px 8px;
    border-radius: 50px;
    z-index: 3;
}


/*slider thanks and all*/

.slider {
    position: relative;
}

.slider__item {
    border: 2px solid #2398df;
}

.slider__link {
    display: block;
}

.slider .owl-carousel .owl-nav {
    position: absolute;
    width: 100%;
    top: 50%;
}

.slider .owl-carousel .owl-prev span,
.slider .owl-carousel .owl-next span {
    display: none;
}

.slider .owl-carousel .owl-prev {
    position: absolute;
    display: block;
    width: 15px;
    height: 23px;
    margin: -12px 0 0;
    top: 50%;
    font-size: 0;
    background: url('../img/car-nav.png') no-repeat left top!important;
    left: -30px;
}

.slider .owl-next {
    position: absolute;
    display: block;
    width: 15px;
    height: 23px;
    margin: -12px 0 0;
    top: 50%;
    font-size: 0;
    background: url('../img/car-nav.png') no-repeat right top!important;
    right: -30px;
}

@media (max-width: 991px) {
    .slider .owl-carousel .owl-prev {
        left: 10px;
    }
    .slider .owl-carousel .owl-next {
        right: 10px;
    }
}

.checkbox_wr {
    display: flex;
    align-items: center;
    text-align: left;
    font-size: 11px;
    margin-bottom: 5px;
}

.checkbox_wr b.privacy {
    float: none;
    margin: unset;
    text-align: left;
    display: block;
}

.checkbox_wr b {
    font-size: 11px;
}