* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}

body {
    font-family: "Manrope", sans-serif; 
    font-weight: 400;
    font-size: 14px;
    font-style: normal;
    color: #000;
}

a {
    text-decoration: none;
}

img {
    max-width: 100%;
}

.container {
    max-width: 1700px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}

button{
    cursor: pointer;
}

.form form {
    margin-bottom: 15px;
    display: flex;
    gap: 12px;
    width: 100%;
}

.form form input {
    width: calc(50% - 6px);
    border: 1px solid #A2A2A2;
    padding: 16px;
}

.form form button {
    width: calc(50% - 6px);
    border: 0;
    padding: 16px;
    background: #ED0106;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}

.form .policy {
    color: #000000CC;
}

.form .policy a {
    color: #000000CC;
    text-decoration: underline;
}
.form form.three input {
    border: 0;
}

.form form.three .btn {
    background: #027BC0;
}

.form.column form {
    flex-direction: column;
}

.form.column form input,.form.column form button {
    width: 100%;
}

.h2-title, .content h2 {
    font-size: 42px;
    margin-bottom: 65px;
    width: max-content;
    padding-bottom: 3px;
    font-weight:600;
}
.h2-title:after, .content h2:after {
    content: '';
    display: block;
    width: 100%;
    height: 4px;
    background-image: url(/assets/redisigne/images/bg-line.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: cover;
}


.slick-prev {
    left: 0;
    top: auto;
    width: 48px;
    height: 48px;
    background: url(/assets/redisigne/images/icons/arrow.svg);
    bottom: -90px;
}

.slick-prev:before, .slick-next:before {
    color: #000;
    font-size: 0;
}

 .slick-next {
    left: 60px;
    top: auto;
    width: 48px;
    height: 48px;
    background: url(/assets/redisigne/images/icons/arrow.svg);
    bottom: -66px;
    transform: rotate(180deg);
    right: auto;
}

.slick-dots {
    bottom: -35px;
    left: 120px;
    width: auto;
    height: 8px;
}

.slick-dots li button {
    padding: 0;
    width: 8px;
    height: 8px;
    background: #EFF1F2;
    border-radius: 12px;
}

.slick-dots li button:before {
    display: none;
}

.slick-dots li {
    width: auto;
    height: auto;
}

.slick-dots li.slick-active button {
    background: #000;
    width: 20px;
}

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
    background: url(/assets/redisigne/images/icons/arrow.svg);
}

/* HEADER */

header.header {
    position: sticky;
    width: 100%;
    background-color: #fff;
    background-image: url(/assets/redisigne/images/bg-line.png);
    background-repeat: no-repeat;
    background-position-y: 101%;
    background-size: contain;
    top: 0;
    z-index: 9;
}

header.header .wrap {
    display: flex;
    gap: 35px;
    align-items: center;
    padding: 12px 0 16px;
}

.burger-menu {
    display: none;
}



header.header .wrap .header-logo {
    width: 170px;
}

header.header .wrap .header-logo img {
    width: 100%;
}

.header-top {
    display: flex;
    gap: 20px;
    width: calc(100% - 200px);
    /* align-items: center; */
}

.header-top .header_menu_city {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: calc(100% - 525px);
    padding-right: 50px;
    justify-content: space-between;
    height: 100%;
    margin-top: 12px;
}

.header-top .header_menu_city nav.header-menu ul {
    display: flex;
    list-style: none;
    justify-content: space-between;
}

.header-top .header_menu_city nav.header-menu ul li.sub .sub-menu {
    display: none;
}

.header-top .header_menu_city nav.header-menu ul li a {
    color: #000000;
    font-size: 16px;
}

button.header-burger {
    display: none;
}

 li.sub a {
    position: relative;
}

 li.sub>a:after {
    content: '';
    background: url(/images/arr-m.svg);
    width: 6px;
    height: 9px;
    position: absolute;
    top: 8px;
    right: -15px;
}

.header-phone a {
    color: #000000;
    font-size: 24px;
    font-weight: 800;
}
 

.header-callback .btn {
    background: #000;
    color: #fff;
    border: 0;
    height: 45px;
    width: 260px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
}

.header-time {
    display: flex;
    position: relative;
    justify-content: end;
    gap: 10px;
    align-items: center;
    margin-top: 10px;
    color: #000;
    font-size: 16px;
}

.header-time:before {content: '';width: 28px;height: 28px;display: block;background-image: url(/assets/redisigne/images/icons/phone.svg);}

.header-city {
    display: flex;
    gap: 15px;
    align-items: center;
}

i.header-city__icon {
    display: block;
    width: 20px;
    height: 28px;
    background-image: url(/assets/redisigne/images/icons/marker.svg);
    background-repeat: no-repeat;
    background-size: contain;
}

ul.header-city__ul {
    list-style: none;
    position: relative;
}

ul.header-city__menu {
    list-style: none;
    display: none;
    position: absolute;
}

span.header-city__label {
    font-size: 16px;
}

ul.header-city__ul li span {
    font-size: 16px;
    font-weight: 700;
    border-bottom: 1px solid #000;
    cursor: pointer;
}

.header-phone {
    margin-top: 6px; 
}

ul.header-city__ul li:hover .header-city__menu {
    display: block;
    background: #fff;
    padding: 15px;
    box-shadow: 0px 5px 10px 2px rgba(0, 0, 0, 0.2);
    top: 100%;
}

ul.header-city__menu li a {
    color: #000000;
    font-size: 14px;
    transition: all 0.3s;
}

ul.header-city__menu li {
    margin-bottom: 10px;
}

ul.header-city__menu li a:hover {
    color: #027BC0;
}

.header-top .header_menu_city nav.header-menu ul .sub {
    position: relative;
}

.header-top .header_menu_city nav.header-menu ul .sub.active ul.sub-menu {
    display: block;
    position: absolute;
    z-index: 2;
    background: #fff;
    display: flex;
    width: 400px;
    flex-wrap: wrap;
    padding: 20px;
    gap: 10px;
    box-shadow: 0px 5px 10px 2px rgba(0, 0, 0, 0.2);
    top: 30px;
}

.header-top .header_menu_city nav.header-menu ul .sub.active ul.sub-menu li {
    width: calc(100%/2 - 5px);
}

.header-top .header_menu_city nav.header-menu ul .sub.active ul.sub-menu li a {
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s;
}

.header-top .header_menu_city nav.header-menu ul .sub.active ul.sub-menu li a:hover {
    color: #027BC0;
    /* font-weight: 700; */
}

.burger-menu.active {
    display: flex;
    padding: 15px;
    position: fixed;
    background: #fff;
    width: 100%;
    top: 65px;
    height: calc(100vh - 65px);
    overflow: scroll;
    flex-direction: column;
    justify-content: space-between;
    z-index: 1;
}

.burger-menu__nav ul {
    list-style-type: none;
}

.burger-menu__nav ul li a {
    font-size: 16px;
    color: #000;
}

.burger-menu__nav ul li {
    margin-bottom: 10px;
}

.burger-menu__nav ul li.sub .sub-menu {
    display: none;
}

.burger-menu .burger-menu__phone a {
    font-size: 18px;
    font-weight: 800;
    color: #000;
}

.burger-menu .burger-menu__phone {
    text-align: center;
}

.burger-menu__nav ul li.sub.active .sub-menu {
    display: block;
    margin: 15px;
}

.burger-menu__callback button {
    background: #000;
    color: #fff;
    border: 0;
    height: 45px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    margin: 15px auto;
}

/* HERO */


section.hero {
    min-height: 620px;
    background-repeat: no-repeat;
    background-size: cover;
}

section.hero .wrap {
    display: flex;
    align-items: start;
    height: 100%;
    flex-direction: column;
    padding: 90px 0 75px;
}

section.hero .wrap .title {
    font-size: 72px;
    color: #fff;
    max-width: 1000px;
    line-height: 80px;
    text-transform: uppercase;
    margin-bottom: 50px;
}

section.hero .wrap .title span {
    color: #ED0106;
}

.hero_form {
    background: #fff;
    max-width: 755px;
    width: 100%;
    padding: 30px;
}

.hero_form .name {
    font-size: 27px;
    font-weight: 700;
    margin-bottom: 30px;
}

.hero_form .name span {
    color: #ED0106;
}

section.hero .wrap.page {
    padding-top: 50px;
}

.crumbs {
    padding: 30px 0 0;
}

.crumbs ul {
    display: flex;
    list-style-type: none;
    gap: 10px;
}

.crumbs ul li a {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}

.crumbs ul li.active a {
    color: #ED0106;
}
section.hero .wrap .hero__title {
    display: flex;
    gap: 10px;
}
.hero_desc {
    color: #fff;
    width: 100%;
    max-width: 950px;
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 22px;
}

.hero_desc a {
    color: #fff;
    text-decoration: underline;
}

section.hero .wrap .hero__title.with-price {
    display: block;
}

section.hero .wrap .hero__title.with-price .hero_price {
    display: inline-block;
    background: #027BC0;
    color: #fff;
    padding: 10px 15px;
    font-size: 24px;
    font-weight: 800;
    margin-top: -20px;
    margin-bottom: 30px;
}
section.hero .wrap.to .title {
    font-size: 56px;
    line-height: 62px;
}

section.hero .wrap.faults {
    display: flex;
    flex-direction: row;
    gap: 100px;
}

section.hero .wrap.faults .title {
    font-size: 56px;
    line-height: 62px;
}
.hero_adv .item {
    margin-bottom: 30px;
}

.hero_adv .item .name {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
}

.hero_adv .item .desc {
    color: #fff;
    font-size: 16px;
}

.hero_adv {
    max-width: 760px;
}


section.hero.about {
    min-height: 470px;
}

section.hero.about .wrap.page {
    padding-bottom: 0;
}

section.hero.about section.advantages {
    padding: 0;
}

section.hero.about section.advantages .wrap {
    padding: 0;
    flex-direction: row;
}

section.hero.about section.advantages .wrap .item {
    background: #fff;
    padding: 15px;
}

section.hero.contact {
    min-height: 565px;
}

section.hero.contact .title {
    max-width: 100%;
}

.hero_phone a {
    color: #ED0106;
    font-size: 36px;
    font-weight: 700;
}

.hero_phone {
    margin-bottom: 30px;
}

.hero_btn .btn {
    background: #ED0106;
    border: 0;
    padding: 16px 45px;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}

section.hero.bgwhite {
    min-height: 1px;
}

section.hero.bgwhite .crumbs ul li a {
    color: #000;
}
section.hero.bgwhite .crumbs ul li.active a{
    color: #ED0106;
}
section.hero.bgwhite .title {
    color: #000;
    max-width: 100%;
    margin-bottom: 0;
}

/* ADV */

section.advantages {
    padding: 33px 0;
}

section.advantages .wrap {
    display: flex;
    gap: 20px;
    justify-content: space-evenly;
}

section.advantages .wrap .item {
    display: flex;
    width: calc(100%/4 - 10px);
    gap: 20px;
}

section.advantages.single .wrap .item {
    align-items: center;
}

section.advantages .wrap .item .icon {
    width: 50px;
}

section.advantages .wrap .item .info {
    width: calc(100% - 70px);
}

section.advantages .wrap .item .info .name {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 5px;
}

section.advantages .wrap .item .info .desc {}



/* REPAIR */

section.repair {
    padding: 40px 0;
}


section.repair .wrap, .repair-malfunctions {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

section.repair .wrap .repair_cart, .repair-malfunction {
    width: calc(100%/4 - 15px);
    background: #EFF1F2;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 30px;
}

section.repair .wrap .repair_cart .top {
    display: flex;
    flex-direction: column;
}

section.repair .wrap .repair_cart .top img {
    max-width: 257px;
    margin: 0 auto 30px;
}

section.repair .wrap .repair_cart .name_repair  {
    font-size: 24px;
    text-align: center;
    color: #000;
    font-weight: 700;
    margin-bottom: 14px;
}
.repair-malfunction__name {
    font-size: 20px;
    text-align: center;
    color: #000;
    font-weight: 700;
    margin-bottom: 14px;
}
.repair-malfunction__time {
    color: #000000;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    margin: 20px 0;
}
section.repair .wrap .repair_cart .descr_repair {
    color: #000000;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
}
.repair-malfunction__box p {
    color: #000000;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    min-height: 38px;
}
section.repair .wrap .repair_cart .price_repair  {
    width: 100%;
    text-align: center;
    display: block;
    background: #027BC0;
    color: #fff;
    padding: 10px 17px;
    font-size: 24px;
    font-weight: 800;
}
.repair-malfunction__price {
    width: 100%;
    text-align: center;
    display: block;
    background: #ED0106;
    color: #fff;
    padding: 10px 17px;
    font-size: 24px;
    font-weight: 800;
}
.repair-item__date {
    font-size: 16px;
    margin-bottom: 30px;
}
.repair-all {
    display: none;
}

.repair-more button {
    background: #000000;
    border: 0;
    color: #fff;
    padding: 12px 55px;
    min-width: 250px;
    margin: 30px auto 0;
    font-size: 20px;
    font-weight: 600;
}

.repair-more {
    text-align: center;
}

/* FORM TYPE 1 */

section.form-type-1 {background-color: #243E82;background-image: url(/assets/redisigne/images/bg-line.png);background-repeat: no-repeat;background-position: top;margin: 50px 0;}

section.form-type-1 .wrap {
    display: flex;
    justify-content: space-between;
}

section.form-type-1 .wrap .image {
    display: flex;
}

section.form-type-1 .wrap .data {
    display: flex;
    align-items: start;
    flex-direction: column;
    justify-content: center;
}

section.form-type-1 .wrap .data .name {
    color: #FFFFFF;
    font-size: 40px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 40px;
}

section.form-type-1 .wrap .data .form .policy, section.form-type-1 .wrap .data .form .policy a {
    color: #FFFFFFCC;
}

section.form-type-1 .wrap .data .desc {
    color: #fff;
    font-size: 16px;
    margin-bottom: 40px;
}

/* TEXT-IMAGE */


section.text-w-img {
    padding: 45px 0;
}

section.text-w-img .wrap {
    display: flex;
}

section.text-w-img .wrap .image {
    display: flex;
    width: 35%;
    height: 300px;
}

section.text-w-img .wrap .text {
    width: 65%;
    padding-right: 25px;
    font-size: 16px;
    line-height: 22px;
}

section.text-w-img .wrap .image img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}

section.text-w-img .wrap .text p {
    margin-bottom: 25px;
}

section.text-w-img .wrap .text ul {
    margin-left: 20px;
    margin-bottom: 25px;
}

section.text-w-img .wrap .text ul li {
    margin-bottom: 10px;
}

section.text-w-img .wrap .text ul li::marker {
    color: #ED0106;
}

section.text-w-img .wrap .text ul li a {
    color: #ED0106;
    text-decoration: underline;
}



/* FACTS */


section.facts {
    padding: 45px 0;
}

section.facts .wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

section.facts .wrap .sertificates {
    max-width: 600px;
    width: 100%;
}

section.facts .wrap .sertificates .text {
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    margin-bottom: 65px;
}

section.facts .wrap .sertificates .sertificates_wrap {
    display: flex;
    justify-content: space-between;
}
 

section.facts .wrap .numbers {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    max-width: 600px;
    width: 100%;
}

section.facts .wrap .numbers .item {
    width: calc(100%/2 - 20px);
}

section.facts .wrap .numbers .item .num {
    color: #ED0106;
    font-size: 64px;
    line-height: 100%;
    margin-bottom: 10px;
    font-weight: 500;
}

section.facts .wrap .numbers .item .desc {
    color: #ED0106;
    font-size: 18px;
    line-height: 20px;
}
section.facts .wrap .sertificates.flex {
    max-width: 100%;
    display: flex;
    align-items: center;
}

section.facts .wrap .sertificates.flex .text {
    width: 60%;
    padding-right: 40px;
}

section.facts .wrap .sertificates.flex .sertificates_wrap {
    width: 40%;
}

section.facts .wrap .numbers.row {
    max-width: 100%;
}

section.facts .wrap .numbers .item {
    width: calc(100%/4 - 30px);
}


/* MASTERS */

section.masters {
    padding: 45px 0 70px;
    overflow: hidden;
    position: relative;
}

section.masters .item {
    background: #EFF1F2;
    margin-right: 20px;
    padding: 20px;
    display: flex;
    gap: 30px;
    align-items: center;
    max-width: 550px;
}

section.masters .item .image {
    width: 170px;
    height: 170px;
    display: flex;
    overflow: hidden;
}

section.masters .item .image img {
    object-fit: cover;
    transform: scale(1.1);
}

section.masters .item .name {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
}

section.masters .item p {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 5px;
}

section.masters .item p span {
    font-weight: 400;
}

section.masters .item .stars {
    margin-top: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #027BC0;
    font-size: 18px;
    font-weight: 700;
}

 
 
/* WHY MONEY */

section.why-money {
    padding: 45px 0;
}

section.why-money .wrapper {
    background: #EFF1F2;
    padding: 40px;
    
}

section.why-money .wrapper .title, section.why-money .wrapper h2 {
    font-size: 36px;
    font-weight: 800;
    margin-bottom: 30px;
}

section.why-money .wrap {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
}

section.why-money .wrap .item {
    width: calc(100%/3 - 15px);
    background: #fff;
    padding: 20px;
}

section.why-money .wrap .item .name {
    color: #ED0106;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
}

section.why-money .wrap .item .text {
    font-size: 16px;
    line-height: 22px;
}
section.why-money .wrapper .desc, section.why-money .wrapper p {
    font-size: 16px;
    line-height: 130%;
    margin-bottom: 25px;
}

section.why-money .wrapper .desc:nth-last-child(1) {
    margin-top: 25px;
}


section.why-money .wrap .item .name2 {
    display: flex;
    gap: 15px;
    margin-bottom: 25px;
}

section.why-money .wrap .item .name2 .num {
    color: #ED0106;
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
}

section.why-money .wrap .item .name2 span {
    color: #000000;
    font-size: 18px;
    font-weight: 600;
}

section.why-money .wrap .item .text ul {
    list-style: none;
}

section.why-money .wrap .item .text ul li {
    padding-left: 35px;
    background-image: url(/assets/redisigne/images/icons/check.svg);
    background-repeat: no-repeat;
    font-size: 16px;
    line-height: 130%;
    margin-bottom: 15px;
}
section.why-money .wrap.two .item {
    width: calc(100%/2 - 15px);
}

section.why-money .wrap.two {flex-wrap: wrap;}

/* SEO TEXT */

section.seo-text {
    padding: 45px 0;
}

section.seo-text .wrapper {
    background: #EFF1F2;
    padding: 40px;
}

section.seo-text .wrapper  h2 {
    font-size: 36px;
    font-weight: 800;
    margin-bottom: 30px;
}

section.seo-text .wrap {
    display: flex;
    gap: 20px;
    margin-bottom: 25px;
}

section.seo-text .wrap .item { 
    background: #fff;
    padding: 20px;
}

section.seo-text .wrap .item .name {
    color: #ED0106;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
}
section.seo-text .wrap.blue .item .name,section.seo-text .wrap.blue .item .name h2 {
    color: #027BC0;
    font-size: 24px;
    line-height: 28px;
}
section.seo-text .wrap .item .text {
    font-size: 16px;
    line-height: 22px;
}
section.seo-text .wrapper p {
    font-size: 16px;
    line-height: 130%;
    margin-bottom: 25px;
}

section.seo-text .wrapper .desc:nth-last-child(1) {
    margin-top: 25px;
}
section.seo-text .wrapper ul {
    list-style-type: none;
    margin: 20px 0 25px;
}

section.seo-text .wrapper ul li {
    padding-left: 35px;
    background-image: url(/assets/redisigne/images/icons/check.svg);
    background-repeat: no-repeat;
    font-size: 16px;
    line-height: 130%;
    margin-bottom: 15px;
}


section.seo-text .wrap.two .item {
    width: calc(100%/2 - 15px);
}

section.seo-text .wrap.two {flex-wrap: wrap;}

section.seo-text .wrap-master {
    display: flex;
    align-items: center;
    gap: 30px;
    margin: 30px 0;
}

section.seo-text .wrap-master .text, section.seo-text .wrap-master .text p {font-size: 24px;font-weight: 700;}

section.seo-text .wrap .item .name2 {
    display: flex;
    gap: 15px;
    margin-bottom: 25px;
}

section.seo-text .wrap .item .name2 .num {
    color: #ED0106;
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
}

section.seo-text .wrap .item .name2 span {
    color: #000000;
    font-size: 18px;
    font-weight: 600;
}
/* HOW WORK */

section.how-work {
    padding: 45px 0;
}

section.how-work .wrap {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

section.how-work .wrap .item {
    width: calc(100%/3 - 15px);
    background: #EFF1F2;
    display: flex;
    gap: 18px;
}

section.how-work .wrap .item .num {
    background: #ED0106;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
}

section.how-work .wrap .item .image {
    display: flex;
    width: 225px;
}

section.how-work .wrap .item .image img {
    object-fit: cover;
}

section.how-work .wrap .item .text {
    width: calc(100% - 305px);
    padding: 10px 0;
}

section.how-work .wrap .item .text .name {
    font-size: 24px;
    font-weight: 700;
    line-height: 100%;
    margin-bottom: 25px;
}

section.how-work .wrap .item .text .desc {
    font-size: 15px;
    line-height: 130%;
}


/* FORM TYPE 2 */

section.form-type-2 {
    background-color: #06A5CB;
    background-image: url(/assets/redisigne/images/bg-line.png);
    background-repeat: no-repeat;
    background-position: top;
    padding: 44px;
    margin: 45px 0;
}

section.form-type-2 .name {
    color: #fff;
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 40px;
    text-transform: uppercase;
}



section.form-type-2 .form .policy, section.form-type-2 .form .policy a {
    color: #FFFFFFCC;
}


/* FAQ */


section.faq {
    padding: 45px 0;
}

section.faq .accordion-item {
    border-bottom: 1px solid #EFF1F2;
    padding: 20px 0;
}

section.faq .accordion-item .accordion-header {
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: space-between;
    cursor: pointer;
}

section.faq .accordion-item .accordion-header span.ui-accordion-header-icon {
    display: none;
}

section.faq .accordion-item .accordion-header span {
    font-size: 24px;
    font-weight: 800;
}

section.faq .accordion-item .ui-accordion-content {
    margin-top: 20px;
    font-size: 16px;
    font-weight: 500;
    line-height: 133%;
}

section.faq .accordion-item .accordion-header.ui-accordion-header-active .icon {
    transform: rotate(90deg);
}

section.faq .accordion-item .accordion-header .icon {
    transition: all 0.3s;
}


/* FORM TYPE 3 */

section.form-type-3 {
    background-color: #89BB6E;
    background-image: url(/assets/redisigne/images/bg-line.png);
    background-repeat: no-repeat;
    background-position: top;
    margin: 50px 0;
    padding: 75px 0;
}
    

section.form-type-3 .wrap {
    display: flex; 
    gap: 30px;
    align-items: center;
}
  

section.form-type-3 .wrap  .name {
    color: #FFFFFF;
    font-size: 40px;
    font-weight: 600;
    text-transform: uppercase; 
}

section.form-type-3 .wrap .btn {
    background: #027BC0;
    padding: 17px;
    border: 0;
    min-width: 350px;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}
section.form-type-3 .wrap .name a {
    color: #099C5E;
    text-decoration: underline;
}

section.form-type-3 .wrap .name span {
    font-size: 29px;
    margin-left: 30px;
}

/* REVIEWS */

section.reviews {
    padding: 45px 0 80px;
}

section.reviews .review_item {
    padding: 0 20px;
    border-left: 1px solid #EFF1F2;
}

section.reviews .review_item .top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

section.reviews .review_item .review_name {
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 10px;
    line-height: 130%;
}

section.reviews .review_item .review_stars {
    width: 160px;
}

section.reviews .review_item .review_source {
    width: 100px;
    margin-bottom: 15px;
}

section.reviews .review_item .review_date {
    color: #828282;
    font-size: 18px;
}

section.reviews .review_item .right {
    display: flex;
    flex-direction: column;
    align-items: end;
}

section.reviews .review_item .review_text {
    font-size: 16px;
    line-height: 130%;
}



/* HOW CALL */


section.how-call {
    padding: 45px 0;
}

section.how-call .wrap {
    display: flex;
    gap: 20px;
}

section.how-call .wrap .item {
    width: calc(100%/3 - 15px);
    position: relative;
    padding: 40px;
    border: 1px solid #ED0106;
}

section.how-call .wrap .item .num {
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    width: 50px;
    height: 50px;
    align-items: center;
    justify-content: center;
    background: #ED0106;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
}

section.how-call .wrap .item .name {
    font-size: 34px;
    font-weight: 700;
    line-height: 100%;
    margin-bottom: 25px;
}

section.how-call .wrap .item p {
    font-size: 16px;
    margin-bottom: 15px;
}

section.how-call .wrap .item p span {
    color: #027BC0;
}

section.how-call .wrap .item ul {
    list-style: none;
    margin: 25px 0;
}

section.how-call .wrap .item ul li {
    margin-bottom: 15px;
    padding-left: 35px;
    font-size: 16px;
    font-weight: 600;
    background-image: url(/assets/redisigne/images/icons/check.svg);
    background-repeat: no-repeat;
    background-position: top left;
}

section.how-call .wrap .item .phone {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 25px 0;
}

section.how-call .wrap .item .phone a {
    color: #ED0106;
    font-size: 24px;
    font-weight: 700;
}

section.how-call .wrap .item .subname {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 20px;
}


section.how-call .wrap .item:nth-child(1) {
    border-color: #EFF1F2;
    background: #EFF1F2;
}



/* CONTENT */


section.content {
    padding: 45px 0;
}

section.content p {
    font-size: 16px;
    margin-bottom: 15px;
    line-height: 130%;
}
section.content ul {
    margin: 20px;
}

section.content ul li a {
    color: #000;
    font-size: 16px;
}

section.content ul li {
    margin-bottom: 15px;
}

/* MAP GEO */


section.map-geo {
    padding: 45px 0;
}

section.map-geo .list {
    margin-top: 20px;
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
}

section.map-geo .list a {
    width: calc(100%/6 - 5px);
    background: #EFF1F2;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    padding: 25px;
    color: #027BC0;
    font-size: 20px;
    font-weight: 500;
}

section.map-geo .subname {
    color: #000000;
    font-size: 28px;
    font-weight: 800;
    margin: 15px 0 25px;
}
/* FOOTER */


footer {
    background: #EFF1F2;
    padding: 35px 0;
}

footer .wrap {
    display: flex;
    justify-content: space-between;
}

footer .wrap .menu .name {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 25px;
}

footer .wrap .menu ul {
    display: flex;
    flex-direction: column;
    max-height: 215px;
    flex-wrap: wrap;
    gap: 10px 20px;
    list-style: none;
}

footer .wrap .menu ul li a {
    font-size: 16px;
    color: #000;
}

footer .wrap .where {
    max-width: 257px;
    display: flex;
    gap: 5px;
}

footer .wrap .where span {
    width: calc(100% - 25px);
    font-size: 16px;
    font-weight: 500;
    line-height: 110%;
}

footer .wrap .info .info-phone a {
    color: #ED0106;
    font-size: 32px;
    font-weight: 600;
}

footer .wrap .info {
    text-align: right;
}

footer .wrap .info .info-phone {
    margin-bottom: 6px;
}

footer .wrap .info .time {
    color: #00000085;
    margin-bottom: 60px;
}

footer .wrap .info .pay span {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 12px;
    display: block;
}

footer .wrap .info .pay .pay_img {
    display: flex;
    gap: 10px;
}

footer .wrap .info .pay {
    display: block;
}

/* MODAL */


.modal {
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background: rgba(0,0,0,0.7);
    display: none
}

.modal.active {
    display: flex
}

.modal-wrap {
    max-width: 350px;
    width: 100%;
    background: #fff;
    margin-left: auto;
    margin-right: auto;
    align-self: center;
    text-align: center;
    box-sizing: border-box;
    position: relative
}

.modal-content {
    padding: 20px;
}

.modal-img img {
    display: block;
    max-width: 100%;
    border-radius: 10px
}

.modal-name {
    font-size: 28px;
    font-weight: 800;
    margin-top: 0;
    text-align: left;
    line-height: 32px;
    max-width: 88%;
}

.modal-text {
    font-size: 14px;
    line-height: 1.55;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: left;
    color: #000;
}

.modal input {
    margin-bottom: 0;
}

.modal-pol {
    font-size: 11px;
    margin-top: 14px;
    line-height: 1.3
}

.modal-pol a {
    color: #ff5959;
    text-decoration: none
}

.modal-close {
    width: 26px;
    height: 27px;
    font-size: 35px;
    color: #111;
    font-weight: bold;
    position: absolute;
    right: 20px;
    top: 20px;
    border: none;
    background: transparent;
    cursor: pointer;
    display: flex;
}

/* PRICES SERVICES */

section.price-services {
    padding: 45px 0;
}

section.price-services .wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 15px;
}

section.price-services .wrap .price_cart {
    width: calc(100%/2 - 8px);
    display: flex;
    justify-content: space-between;
    padding: 20px;
    background: #EFF1F2;
    align-items: center;
}

section.price-services .wrap .price_cart .price_name {
    color: #000000;
    font-size: 20px;
    font-weight: 700;
}

section.price-services .wrap .price_cart  .price_cost {
    color: #ED0106;
    font-size: 24px;
    font-weight: 800;
}

section.price-services  .price-services-btn button {
    background: #000000;
    border: 0;
    color: #fff;
    padding: 12px 55px;
    min-width: 250px;
    margin: 30px auto 0;
    font-size: 20px;
    font-weight: 600;
}

section.price-services .price-services-btn {
    text-align: center;
}

/* TABS */

section.tabs {
    padding: 45px 0;
}
div#tabs {
    display: flex;
    gap: 10px;
    margin-bottom: 40px;
}

div#tabs .item {
    background: #ED0106;
    width: calc(100%/5 - 5px);
    text-align: center;
    padding: 14px;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    cursor: pointer;
}

div#tabs .item.active {
    background: #EFF1F2;
    color: #000;
}

.tabs-content .item-content {
    display: none;
}

.tabs-content .item-content.active {
    display: block;
}

.tabs-content .item-content .tabs_container {
    display: flex;
}

.tabs-content .item-content .tabs_container .img_tabs {
    width: 50%;
    display: flex;
}

.tabs-content .item-content .tabs_container .img_tabs_descr {
    width: 50%;
    padding: 90px;
    font-size: 24px;
}

.tabs-content .item-content .tabs_container .img_tabs_descr p {
    margin-bottom: 15px;
}

.tabs-content .item-content .tabs_container .img_tabs img {
    object-fit: cover;
}

/* MODELS */

section.models {
    padding: 45px 0;
}

section.models .models_block_container {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

section.models .models_block_container .models_block_cart {
    width: calc(100%/6 - 10px);
    background: #EFF1F2;
    text-align: center;
    padding: 15px;
    color: #ED0106;
    font-size: 20px;
    font-weight: 500;
    cursor: pointer;
}

/* TYPES */

section.types {
    padding: 45px 0;
}

section.types {}

section.types .vidy_block_container {
    display: flex;
    gap: 10px;
    justify-content: space-evenly;
}

section.types .vidy_block_container .vidy_block_cart {
    background: #EFF1F2;
    padding: 20px;
    width: calc(100%/4 - 10px);
}

section.types .vidy_block_container .vidy_block_cart .vd_img {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

section.types .vidy_block_container .vidy_block_cart .vd_img img {max-width: 257px;}

section.types .vidy_block_container .vidy_block_cart .vd_name {
    color: #000000;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
}

/* ERRORS */

section.errors {
    padding: 45px 0;
}

section.errors .error_wrap {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

section.errors .error_wrap .item {
    width: calc(100%/6 - 10px);
    position: relative;
    background: #EFF1F2;
    padding: 15px;
}

section.errors .error_wrap .item .name {
    text-align: center;
    color: #000000;
    font-size: 20px;
    font-weight: 700;
}

section.errors .error_wrap .item .desc {
    position: absolute;
    background: #fff;
    top: 0;
    left: 0;
    padding: 15px;
    width: 100%;
    display: none;
    transition: all 0.3s;
    z-index: 1;
}

section.errors .error_wrap .item .desc .er_name {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}

section.errors .error_wrap .item:hover .desc {
    display: block;
}

/* POPULAR */

section.popular-service {
    padding: 45px 0;
}

section.popular-service .wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

section.popular-service .wrap .link {
    background: #EFF1F2;
    display: flex;
    padding: 25px;
    color: #000000;
    font-size: 20px;
    font-weight: 500;
    align-items: center;
    gap: 15px;
    text-decoration: underline;
}

section.popular-service .wrap .link:before {
    content: '';
    display: block;
    background: #ED0106;
    width: 12px;
    height: 12px;
}


/* Keysys */

section.keysys {
    padding: 45px 0;
}

section.keysys .keysy_cart {
    display: flex;
    align-items: center;
    gap: 30px;
    
    
}

section.keysys .keysy_cart .descr_keys p {
    color: #000000;
    font-size: 22px;
}

section.keysys .keysy-items {
    padding: 40px;
    background: #EFF1F2;
}

/* why-becouse */

section.why-becouse {
    padding: 45px 0;
}

section.why-becouse .pochemu_cart_container {
    display: flex;
    gap: 20px;
}

section.why-becouse .pochemu_cart_container .pochemu_cart {
    background: #EFF1F2;
    width: calc(100%/2 - 10px);
    padding: 20px;
    border-bottom: 1px solid #FFFFFF;
    font-size: 18px;
}

section.why-becouse .pochemu_cart_container .pochemu_cart .zagpo {
    font-size: 28px;
    font-weight: 700;
}

section.why-becouse .pochemu_cart_container:nth-child(n+2) .pochemu_cart .zagpo {display: none;}

section.why-becouse .pochemu_cart_container .pochemu_cart:nth-child(1) span {
    color: #ED0106;
}

section.why-becouse .pochemu_cart_container .pochemu_cart:nth-child(2) span {
    color: #027BC0;
}

/* PRICHINY */

section.prichiny {
    padding: 45px 0;
}

section.prichiny .prichiny_container {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 90px;
}

section.prichiny .prichiny_container .prichiny_cart {
    width: calc(100%/2 - 10px);
    display: flex;
    gap: 20px;
    align-items: center;
}

section.prichiny .prichiny_container .prichiny_cart>span {
    background: #ED0106;
    display: flex;
    width: 120px;
    height: 120px;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 46px;
    font-weight: 700;
}

section.prichiny .prichiny_container .prichiny_cart .prichiny_descr {
    width: calc(100% - 140px);
}

section.prichiny .prichiny_container .prichiny_cart .prichiny_descr span {
    font-size: 20px;
    line-height: 130%;
    font-weight: 700;
    margin-bottom: 20px;
    display: block;
}

section.prichiny .prichiny_container .prichiny_cart .prichiny_descr p {
    font-size: 16px;
}

section.prichiny .section-option .option-row {
    padding: 20px;
    display: flex;
    justify-content: space-between;
    background: #EFF1F2;
    margin-bottom: 12px;
}

section.prichiny .section-option .option-row .option-row__name {
    color: #000;
    font-size: 20px;
    font-weight: 700;
}

section.prichiny .section-option .option-row .option-row__price {
    color: #ED0106;
    font-size: 24px;
    font-weight: 800;
}
section.prichiny .section-option .name {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 25px;
}

section.prichiny .section-option {
    margin-bottom: 25px;
}
/* PERSONAL */

section.personal {
    padding: 45px 0;
}

section.personal .wrap {
    display: flex;
    gap: 20px;
}

section.personal .wrap .col {
    width: calc(100%/3 - 15px);
    display: flex;
    flex-direction: column;
    gap: 20px;
}

/* SINGLE ADV */

section.single-adv {
    padding: 45px 0;
}

section.single-adv .single-adv_item {
    background: #ED0106;
    color: #fff;
    padding: 15px;
    text-align: center;
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 700;
}

section.single-adv .single-adv_container {
    display: flex;
    gap: 20px;
    align-items: center;
}

section.single-adv .single-adv_container .img_tabs {
    width: 50%;
}

section.single-adv .single-adv_container .img_tabs_descr {
    width: calc(50% - 20px);
}

section.single-adv .single-adv_container .img_tabs_descr p {
    font-size: 18px;
    margin-bottom: 15px;
}

/* VAKANT */

section.vakant {
    padding: 45px 0;
}

section.vakant .wrap {
    display: flex;
    gap: 20px;
}

section.vakant .wrap .vakans-block {
    width: calc(100%/2 - 10px);
    background: #EFF1F2;
    padding: 20px;
}

section.vakant .wrap .vakans-block .name {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 20px;
}

section.vakant .wrap .vakans-block ul {
    list-style-type: none;
    margin-bottom: 20px;
}

section.vakant .wrap .vakans-block ul li {
    padding-left: 35px;
    background-image: url(/assets/redisigne/images/icons/check.svg);
    background-repeat: no-repeat;
    font-size: 16px;
    line-height: 130%;
    margin-bottom: 15px;
}

/* BLOG */


section.blog {
    padding: 45px 0;
}

section.blog .article-wrapper {
    display: flex;
    gap: 20px;
}

section.blog .article-wrapper .article-item {
    width: calc(100%/4 - 15px);
    background: #EFF1F2;
    padding: 20px;
}

section.blog .article-wrapper .article-item .image {
    display: flex;
    height: 220px;
    margin-bottom: 20px;
}

section.blog .article-wrapper .article-item .image img {
    object-fit: cover;
}

section.blog .article-wrapper .article-item .article-title {
    font-size: 24px;
    font-weight: 700;
    color: #000;
    text-decoration: underline;
}


/* ARTICLE */

section.article {
    padding: 45px 0;
}

section.article .article-text__nav-wrap {
    display: flex;
    gap: 20px;
}

section.article .article-text__author {
    width: 555px;
}

section.article .article-text__author .article-text__master {
    display: flex;
    gap: 20px;
    padding: 20px;
    background: #EFF1F2;
    align-items: center;
}

section.article .article-text__nav-wrap .article-text__nav {
    width: calc(100% - 575px);
    background: #027BC0;
    padding: 20px;
}

section.article .article-text__nav-wrap .article-text__nav h2 {
    color: #fff;
    font-size: 36px;
    font-weight: 800;
    margin-bottom: 20px;
}

section.article .article-text__nav-wrap .article-text__nav .article-text__nav-items {
    color: #fff;
    margin-left: 25px;
}

section.article .article-text__nav-wrap .article-text__nav .article-text__nav-items li {
    margin-bottom: 15px;
}

section.article .article-text__nav-wrap .article-text__nav .article-text__nav-items li a {
    font-size: 16px;
    color: #fff;
    font-weight: 600;
}

section.article .article-text__nav-wrap .article-text__nav .article-text__nav-items li::marker {
    font-size: 20px;
    font-weight: 800;
}

section.article .article-text__header {
    margin-bottom: 45px;
}

section.article .text-seo {
    background: #EFF1F2;
    padding: 40px;
}

section.article .text-seo p {
    font-size: 16px;
    margin-bottom: 15px;
}

section.article .text-seo h2 {
    font-size: 36px;
    font-weight: 800;
    margin-bottom: 30px;
    margin-top: 20px;
}

section.article .text-seo .text-seo__case {
    background-color: #fff;
    padding: 20px;
    font-weight: 600;
    background-image: url(/assets/redisigne/images/bg-line.png);
    background-repeat: no-repeat;
    background-position: top;
    margin: 25px 0;
}

section.article .text-seo .text-seo__case b {
    color: #ED0106;
}

section.article .text-seo .text-seo__case p {
    margin: 0;
}

section.article .text-seo ul {
    list-style: none;
    margin: 25px 0;
}

section.article .text-seo ul li {
    padding-left: 35px;
    background-image: url(/assets/redisigne/images/icons/check.svg);
    background-repeat: no-repeat;
    font-size: 16px;
    line-height: 130%;
    margin-bottom: 15px;
}

section.article .text-seo .article-text__img {
    display: flex;
    gap: 30px;
    align-items: center;
    margin-bottom: 30px;
}

section.article .text-seo a {
    color: #000;
    text-decoration: underline;
}

section.article .article-text__author .article-text__master .masters-item__img {
    display: flex;
    width: 170px;
    height: 170px;
}

section.article .article-text__author .article-text__master .masters-item__img img {
    object-fit: cover;
}

section.article .article-text__author .article-text__master .masters-item__name {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
}

section.article .article-text__author .article-text__master .masters-item__param {
    font-size: 18px;
    font-weight: 700;
}

section.article .article-text__author .article-text__master .masters-item__param span {
    font-weight: 400;
}

section.article .article-text__author .article-text__master .masters-item__stars {
    display: flex;
    margin-top: 15px;
    align-items: center;
    gap: 15px;
    color: #027BC0;
    font-size: 18px;
    font-weight: 700;
}


/* ADAPTIVE */

@media screen and (max-width: 1024px) {
    .h2-title, .content h2 {
        width: auto;
        font-size: 36px;
        line-height: 40px;
    }
    
    footer .wrap .info .pay .pay_img {
        width: 100%;
        flex-wrap: wrap;
        justify-content: end;
    }
    
    nav.header-menu {
        display: none;
    }
    
    button.header-burger {
        width: 35px;
        height: 27px;
        background: url(/assets/redisigne/images/burger.svg) no-repeat;
        background-size: 100%;
        display: block;
        border: none;
        margin-left: 20px;
    }
    
    .header-top {
        align-items: center;
        width: calc(100% - 155px);
        justify-content: space-between;
    }
    
    header.header .wrap .header-logo {
        width: 120px;
    }
    
    .header-top .header_menu_city {
        padding-right: 0;
        width: auto;
        margin: 0;
    }
    
    .header-phone a {
        font-size: 20px;
    }
    
    .header-phone {
        margin: 0;
    }
    
    .header-time {
        justify-content: center;
        font-size: 14px;
    }
    
    .header-time:before {
        width: 20px;
        height: 20px;
        background-size: contain;
        background-repeat: no-repeat;
    }
    
    .header-callback .btn {height: 35px;font-size: 14px;width: 240px;}
    
    section.hero .wrap .title {
        font-size: 54px;
        line-height: 60px;
    }
    
    .hero_form .name {
        font-size: 24px;
    }
    
    .form form button {
        font-size: 16px;
    }
    
    section.advantages .wrap {
        flex-wrap: wrap;
    }
    
    section.advantages .wrap .item {
        width: calc(100%/2 - 10px);
    }
    
    section.repair .wrap .repair_cart .name_repair {
        font-size: 20px;
        line-height: 22px;
    }
    
    section.repair .wrap .repair_cart {
        padding: 15px;
        width: calc(100%/3 - 15px);
    }
     
    
    section.repair .wrap .repair_cart .price_repair {
        padding: 10px;
        font-size: 18px;
    }
    
    section.form-type-1 .wrap {
        padding: 30px 0 0;
    }
    
    section.form-type-1 .wrap .data .name {
        font-size: 34px;
        line-height: 40px;
    }
    
    section.form-type-1 .wrap .data {
        padding-bottom: 20px;
    }
    
    section.facts .wrap {
        gap: 20px;
    }
    
    section.facts .wrap .numbers .item .num {
        font-size: 60px;
    }
    
    section.facts .wrap .numbers .item .desc {
        font-size: 16px;
    }
    
    section.facts .wrap .numbers {
        gap: 30px 20px;
    }
    
    section.facts .wrap .numbers .item {
        width: calc(100%/2 - 10px);
    }
    
    section.facts .wrap .sertificates .text {
        margin-bottom: 45px;
    }
    
    section.facts .wrap .icon {
        display: none;
    }
    
    section.why-money .wrapper .title {
        font-size: 30px;
    }
    
    section.why-money .wrap .item .name {
        font-size: 20px;
        line-height: 24px;
    }
    
    section.why-money .wrapper {
        padding: 40px 20px;
    }
    
    section.how-work .wrap .item {
        flex-direction: column;
    }
    
    section.how-work .wrap .item .num {
        position: absolute;
    }
    
    section.how-work .wrap .item .text {
        width: 100%;
        order: 2;
        padding: 10px 15px;
    }
    
    section.how-work .wrap .item .image {
        width: 100%;
        order: 1;
    }
    
    section.how-work .wrap .item .image img {
        width: 100%;
        height: 150px;
        object-position: top;
    }
    
    section.how-work .wrap .item .text .name {
        font-size: 22px;
    }
    
    section.form-type-2 .name {
        font-size: 34px;
        line-height: 40px;
    }
    
    section.faq .accordion-item .accordion-header span {
        font-size: 20px;
    }
    
    section.form-type-3 .wrap .name {
        font-size: 34px;
        line-height: 40px;
    }
    
    section.reviews .review_item .review_name {
        font-size: 20px;
    }
    
    section.reviews .review_item .review_text {
        font-size: 15px;
    }
    
    section.reviews .review_item .review_date {
        font-size: 14px;
    }
    
    section.how-call .wrap .item {
        padding: 20px;
    }
    
    section.how-call .wrap .item .name {
        font-size: 28px;
    }
    
    section.how-call .wrap .item .subname {
        font-size: 20px;
    }
    
    section.map-geo .list a {
        font-size: 18px;
        width: calc(100%/5 - 5px);
    }
    
    footer .wrap {
        flex-wrap: wrap;
        gap: 20px 30px;
        justify-content: start;
    }
    
    footer .wrap .logo {
        order: 1;
    }
    
    footer .wrap .info {
        order: 2;
    }
    
    footer .wrap .where {
        order: 3;
        max-width: 30%;
    }
    
    footer .wrap .menu {
        order: 4;
        width: 45%;
    }
    
    footer .wrap .info .time {
        margin-bottom: 20px;
    }
    
    footer .wrap .info .info-phone a {
        font-size: 26px;
    }
    
    footer .wrap .info .pay {
        display: none;
    }
    section.article .article-text__author {
        width: 400px;
    }
    
    section.article .article-text__nav-wrap .article-text__nav {
        width: calc(100% - 420px);
    }
    
    section.form-type-1 .wrap .image {
        max-width: 400px;
    }
    
    section.form-type-1 .wrap {
        align-items: end;
    }
    
    section.blog .article-wrapper .article-item {
        width: calc(100%/3 - 15px);
    }
    
    section.blog .article-wrapper .article-item .article-title {
        font-size: 18px;
    }
    section.hero.about section.advantages {
        padding-bottom: 30px;
    }
    section.hero .wrap.faults {
        gap: 30px;
    }
    
    section.hero .wrap.faults .title {
        font-size: 44px;
        line-height: 50px;
    }
    
    section.seo-text .wrap .item {
        width: calc(100%/2 - 15px);
    }
    
    section.seo-text .wrap {
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 768px) {
    .header-callback {
        display: none;
    }
    section.repair .wrap .repair_cart {
        margin-right: 15px;
    }
    
    section.repair .wrap .repair_cart .top img {
        max-width: 150px;
    } 
    
    .header-callback {
        display: none;
    }
    
    section.form-type-1 .wrap .image {
        display: none;
    }
    
    section.text-w-img .wrap {
        flex-direction: column;
    }
    
    section.text-w-img .wrap .text {
        width: 100%;
        padding: 0;
    }
    
    section.text-w-img .wrap .image {
        width: 100%;
    }
    
    section.facts .wrap {
        flex-direction: column-reverse;
    }
    
    section.facts .wrap .sertificates {
        width: 100%;
        max-width: 100%;
    }
    
    section.facts .wrap .numbers {
        max-width: 100%;
    }
    
    section.masters .item .name {
        font-size: 18px;
        text-align: center;
    }
    
    section.masters .item p {
        font-size: 14px;
        text-align: center;
    }
    
    section.masters .item .image {
        width: 200px;
    }
    
    section.masters .item {
        padding: 15px;
        flex-direction: column;
        gap: 15px;
    }
    
    .h2-title, .content h2 {
        font-size: 30px;
        line-height: 36px;
    }
    
    section.why-money .wrap {
        flex-wrap: wrap;
    }
    
    section.why-money .wrap .item {
        width: 100%;
    }
    
    section.how-work .wrap .item .text .name {
        font-size: 18px;
        margin-bottom: 15px;
    }
    
    section.form-type-3 {
        padding: 35px 0;
    }
    
    section.form-type-3 .wrap {
        flex-direction: column;
        text-align: center;
        gap: 15px;
    }
    
    section.map-geo .list a {
        font-size: 16px;
        width: calc(100%/3 - 5px);
        padding: 15px;
    }
    section.how-call .wrap .item .name {
        font-size: 24px;
    } 
    section.how-call .wrap .item {
        margin-right: 15px;
    }
    section.how-work .wrap .item {
        margin-right: 15px;
    }
    footer .wrap .menu {
        width: auto;
    }
    section.article .article-text__nav-wrap {
        flex-direction: column;
    }
    
    section.article .article-text__nav-wrap .article-text__nav {
        width: 100%;
    }
    
    section.article .article-text__author {
        width: 100%;
    }
    
    section.article .text-seo {
        padding: 20px;
    }
    
    section.article .text-seo .article-text__img {
        flex-direction: column;
    }
    
    section.blog .article-wrapper .article-item {
        width: calc(100%/2 - 15px);
    }
    section.vakant .wrap {flex-direction: column;}

    section.vakant .wrap .vakans-block {
        width: 100%;
    }
    section.single-adv .single-adv_container {
        flex-direction: column;
    }
    
    section.single-adv .single-adv_container .img_tabs {
        width: 100%;
    }
    
    section.single-adv .single-adv_container .img_tabs_descr {
        width: 100%;
    }
    section.hero .wrap.faults .image {
        display: none;
    }
    
    section.seo-text .wrapper {
        padding: 20px;
    }
    
    section.seo-text .wrapper h2 {
        font-size: 32px;
        line-height: 40px;
    }
    
    section.seo-text .wrap .item {
        width: 100%;
    }
    
    section.prichiny .section-option .name {
        font-size: 20px;
    }
    
    section.prichiny .section-option .option-row .option-row__name {
        font-size: 16px;
    }
    
    section.prichiny .section-option .option-row .option-row__price {
        font-size: 18px;
    }
    
    section.seo-text .wrap.two .item {
        width: 100%;
    }
}

@media screen and (max-width: 600px) {
    .header-city {
        display: none;
    }
    
    .header-phone a {
        font-size: 16px;
    }
    
    header.header .wrap {
        gap: 10px;
    }
    
    header.header .wrap .header-logo {
        width: 100px;
    }
    
    .header-top {
        width: 100%;
        justify-content: space-between;
    }
    
    section.hero .wrap .title {
        font-size: 32px;
        line-height: 40px;
    }
    
    section.hero {
        min-height: 540px;
        background-position: right;
    }
    
    .hero_form {padding: 20px;}
    
    .form form {
        flex-direction: column;
    }
    
    .form form input {
        width: 100%;
    }
    
    .form form button {width: 100%;}
    
    section.hero .wrap {
        padding-top: 55px;
        padding-bottom: 20px;
    }
    
    section.advantages .wrap .item {
        width: 100%;
    }
    
    .h2-title, .content h2 {
        font-size: 28px;
        line-height: 100%;
        padding-bottom: 15px;
        margin-bottom: 30px;
    }
    
    section.repair .wrap .repair_cart {
        margin: 0;
        width: 100%;
    }
    
    section.repair .wrap .repair_cart .name_repair {
        font-size: 18px;
    }
    
    section.form-type-1 .wrap .data .name {
        font-size: 28px;
        line-height: 110%;
    }
    
    .h2-title:after, .content h2:after {
        position: relative;
        bottom: -5px;
    }
    
    section.text-w-img .wrap .text {
        font-size: 14px;
    }
    
    section.facts .wrap .numbers .item .num {
        font-size: 42px;
    }
    
    section.facts .wrap .sertificates .sertificates_wrap {
        gap: 5px;
    }
    
    section.masters .item {
        margin: 0;
    }
    
    section.why-money .wrapper .title {
        font-size: 24px;
        line-height: 30px;
    }
    
    section.why-money .wrap .item .name {
        font-size: 18px;
    }
    
    section.why-money .wrap .item .text {
        font-size: 14px;
    }
    
    section.form-type-2 {
        padding: 35px 0;
    }
    
    section.form-type-2 .name {
        font-size: 28px;
        line-height: 34px;
    }
    
    section.faq .accordion-item .ui-accordion-content {
        font-size: 14px;
    }
    
    section.form-type-3 .wrap .name {
        font-size: 28px;
        text-align: left;
    }
    
    section.reviews .review_item .review_source {
        width: 60px;
        margin-bottom: 25px;
    }
    
    section.reviews .review_item .review_name {
        font-size: 18px;
    }
    
    section.why-money .wrapper .desc {
        font-size: 14px;
    }
    
    section.why-money .wrapper {
        padding: 20px;
    }
    
    section.how-call .wrap .item {
        margin: 0;
    }
    
    section.how-call .wrap .item .name {
        font-size: 20px;
    }
    
    section.how-call .wrap .item p {
        font-size: 14px;
    }
    
    section.how-call .wrap .item .phone a {
        font-size: 18px;
    }
    
    section.how-call .wrap .item .phone svg {
        width: 20px;
    }
    
    section.content p {
        font-size: 14px;
    }
    
    section.map-geo .list a {
        width: calc(100%/2 - 5px);
    }
    
    footer .wrap .logo {
        width: 115px;
    }
    
    footer .wrap .info {
        width: calc(100% - 130px);
    }
    
    footer .wrap {
        gap: 15px;
    }
    
    footer .wrap .info .info-phone a {
        font-size: 20px;
    }
    
    footer .wrap .where {
        max-width: 100%;
        justify-content: center;
        padding: 0 30px;
        margin-bottom: 25px;
    }
    
    footer .wrap .where span {
        font-size: 14px;
    }
    
    footer .wrap .menu ul {
        flex-direction: column;
        max-height: 100%;
        gap: 10px;
    }
    section.article .article-text__nav-wrap .article-text__nav h2 {
        font-size: 22px;
    }
    
    section.article .article-text__nav-wrap .article-text__nav .article-text__nav-items li a {
        font-size: 14px;
    }
    
    section.article .article-text__nav-wrap .article-text__nav .article-text__nav-items li::marker {
        font-size: 16px;
    }
    
    section.article .article-text__author .article-text__master .masters-item__name {
        font-size: 20px;
    }
    
    section.article .article-text__author .article-text__master .masters-item__param {
        font-size: 14px;
    }
    
    section.article .text-seo h2 {
        font-size: 26px;
        line-height: 32px;
    } 
    section.blog .article-wrapper .article-item {
        width: 100%;
    }
    section.vakant .wrap .vakans-block .name {
        font-size: 22px;
    }
    
    section.form-type-3 .wrap .name span {
        display: block;
        margin: 0;
        font-size: 24px;
    }
    
    section.form-type-3 .wrap .name a {
        display: block;
        text-align: center;
    }
    
    section.personal .wrap .col {
        width: 100%;
    }
    
    section.personal .wrap {
        flex-wrap: wrap;
    }
    section.single-adv .single-adv_container .img_tabs_descr p {
        font-size: 14px;
    }
    
    section.single-adv .single-adv_item {
        font-size: 18px;
    }
    
    section.facts .wrap .sertificates.flex {
        flex-direction: column;
    }
    
    section.facts .wrap .sertificates.flex .text {
        width: 100%;
        padding: 0;
    }
    
    section.facts .wrap .sertificates.flex .sertificates_wrap {
        width: 100%;
    }
    
    .crumbs ul {
        flex-wrap: wrap;
        color: #fff;
        gap: 5px;
    }
    
    section.hero .wrap.faults .title {
        font-size: 32px;
        line-height: 38px;
        margin-bottom: 20px;
    }
    
    section.hero .wrap .hero__title.with-price .hero_price {
        font-size: 20px;
        margin-top: -15px;
    }
    
    section.seo-text .wrapper h2 {
        font-size: 26px;
        line-height: 30px;
    }
    
    section.prichiny .section-option .option-row .option-row__price {
        white-space: nowrap;
    }
}