:root {
    --color-yellow: #FFE006;
    --color-white: #fff;
}
* {
    box-sizing: border-box;
}
body {
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
    line-height: 1;
    color: #333;
}
.container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 40px;
}

h1 {
    margin: 40px 0 15px 0;
    font-size: 48px;
    font-weight: 500;
}
h2 {
    margin-top: 0;
    margin-bottom: 60px;
    font-size: 56px;
    text-align: center;

}
h2 span {
    position: relative;
    display: inline-block;
    text-align: left;
}
h2 span::after {
    position: absolute;
    top: 105%;
    left: 0;
    content: '';
    height: 20px;
    width: 250px;
    background-image: url(img/h2.svg);
    background-position: top left;
    background-repeat: no-repeat;
}
p {
    margin: 0;
}
a {
    text-decoration: none;
    transition: all 0.5s ease;
}
a:hover {
    opacity: 0.7;
}
a.button_yellow_border:hover {
    background-color: var(--color-yellow);
    color: #000;
}
img {
    max-width: 100%;
    height: auto;
}
.noselect {

-moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;

}
.section_first {
    padding: 0;
    background-image: url(img/fon.jpg);
    background-size: cover;
    background-position: center center;
    color: var(--color-white);
    position: relative;
    margin-bottom:  72px;
}
header {
    display: flex;
    padding: 24px 0;
    justify-content: space-between;
    align-items: center;
    
}
header a {
    color: #fff;
}
.header__title {
    font-size: 20px;
    
}
.header__title_site {
    color: var(--color-yellow);
    font-size: 28px;
    margin-bottom: 12px;
}
.header__tel_item {
    font-size: 28px;
    font-weight: 500;
    display: flex;
    align-items: center;
}
.tel_item_img {
    width: 28px;
    height: 28px;
    margin-right: 12px;
    text-align: center;
}
.header__mail_item {
    display: flex;
    align-items: center;
    font-size: 20px;
}
.header__tel_item:first-child {
    margin-bottom: 16px;
}
.mail_item_img {
    width: 25px;
    height: 25px;
    margin-right: 12px;
    text-align: center;
}
.header__mail_item:first-child {
    margin-bottom: 16px;
}
.header__mail_item:first-child .mail_item_img {
    position: relative;
}
.header__mail_item:first-child .mail_item_img img {
    position: absolute;
    bottom: 1px;
    left: 0;
}
.header_whatsapp a {
    display: flex;
    align-items: center;
    padding: 12px 32px;
    background-image: linear-gradient(to right, #2b7df4, #903cd4);
    color: #fff;
    font-size: 24px;
    border-radius: 4px;
    width: 210px;
}
.header_whatsapp img {
    max-width: 28px;
    margin-right: 12px;
}
.section_first_menu {
    background-color: rgba(0, 0, 0, 0.4);
    padding: 16px 0;
    
}
.section_first_menu .container {
    display: flex;
    justify-content: space-between;
    font-size: 24px;

}
.section_first_menu a {
    color: var(--color-white);
}
.first_info {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 60px;
    padding-bottom: 160px;
}
.section_first_smalltitle {
    font-size: 32px;
    margin-bottom: 40px;
    text-align: center;
}
.section_first_buttons {
    display: flex;
}
.section_first_buttons .button {
    margin: 0 20px;
}
.button {
    font-size: 24px;
    padding: 12px 20px;
    border-radius: 4px;
    font-weight: 500;
    cursor: pointer;
}
.button_yellow {
    background-color: var(--color-yellow);
    border: 3px solid var(--color-yellow);
    color: #333;
}
.button_yellow_border {
    border: 3px solid var(--color-yellow);
    background-color: transparent;
    color: var(--color-yellow);

}
.icons {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 12px;
}
.icons__item {
    width: 300px;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 48px;
    max-width: 23%;
}
.icons__item_img {
    max-width: 220px;
    margin: 0 auto;
}
.icons__item_text {
   
   line-height: 1.2;
    margin-top: 6px;
    margin-bottom: 12px;
}
.icons__item_price span {
    font-size: 40px;
    color: #F4410B;
    
}
.buttons_service {
    display: flex;
    justify-content: center;
}
.buttons_service .button {
    margin: 0 46px;
    text-align: center;
    line-height: 1.2;
}
.buttons_service .button_yellow_border {
    color: #333;
}
.section_gray {
    background-color: #D9D9D9;
    position: relative;
    padding: 0;
    margin: 200px 0 150px 0;
    
}
.section_gray::before {
    display: block; 
    content: '';
    width: 100%; 
    height: 185px; 
    background: #D9D9D9; 
    position: absolute; 
    top: 0; 
    left: 0; 
    transform: translateY(-100%) skewY(-175deg);
    transform-origin: left;


}
.section_gray::after {
    display: block; 
    content: '';
    width: 100%; 
    height: 185px; 
    background: #D9D9D9; 
    position: absolute; 
    top: 100%; 
    left: 0; 
    transform: translateY(-100%) skewY(-175deg);
    transform-origin: left;
    z-index: -1;


}
.section_gray .container {
    position: relative;
    bottom: 30px;
}
.subtitle {
    font-size: 30px;
    color: #828282;
    text-align: center;
    margin-bottom: 20px;
}
h2.small-margin {
    margin-bottom: 40px;
}
.img_footer1 {
    position: absolute;
    bottom: 0;
    left: 0;
}
.img_footer2 {
    position: absolute;
    bottom: 0;
    right: 0;
}
.section_darkgray {
    background-color: #6A6A6A;
    color: var(--color-white);
}
.section_darkgray::before, .section_darkgray::after {
    background-color: #6A6A6A;
}
.container.we {
    max-width: 1000px;
    margin: 0 auto;
}
.we__subtitle {
    font-size: 40px;
    margin-bottom: 28px;
    text-align: center;
    font-weight: 500;
}
.we__text {
    font-size: 24px;
    color: #B5B5B5;
    
    
    text-align: center;
    margin-bottom: 36px;
    line-height: 1.2;

}
.we__text span {
    color: var(--color-yellow);
    font-size: 32px;
    
   
}
.we_item {
    margin: 0;
    padding: 0;
}
.we_item li {
    list-style-type: none;
    font-size: 40px;
    
    padding: 36px 0 36px 100px;
    background-image: url(img/li.svg);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 80px auto;
}

.review__item {
    background-color: #F5F5F5;
    box-shadow: rgba(0,0,0,0.2) 0 0 10px;
    border-radius: 8px;
    overflow: hidden;
}
.review__item_img {
    position: relative;
    
}
.review__item_img  p {
    position: absolute;
    bottom: 12px;
    left: 0;
    padding: 12px;
    background-color: var(--color-yellow);
    font-size: 20px;
}
.review__item_img  p::after {
    position: absolute;
    display: block;
    right: -20px;
    top: 0;
    width: 50px;
    height: 100%;
    transform: skew(-30deg);
    content: '';
    background-color: var(--color-yellow);
    z-index: 0;
}
.review__item_img  p span {
    position: relative;
    z-index: 2;
}
.review__item_text {
    padding: 20px 20px 36px 20px;
}
.item_text_name  {
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 12px;
}
.item_text_review {
    font-size: 20px;
    line-height: 1.2;
}
.owl-prev {
    position: absolute;
    top: 200px;
    left: -40px;
}
.owl-next {
    position: absolute;
    top: 200px;
    right: -40px;
}
.review_burrton {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

.footer {
    position: relative;
    margin-bottom: 0;
}
.footer::after {
    display: none;
    
}
.contact {
    max-width: 1100px;
    padding-top: 100px;
    padding-bottom: 60px;
}
.contact__item {
    display: flex;
    align-items: center;
    margin-bottom: 60px;
}
.contact__item_img {
    margin-right: 40px;
    min-width: 134px;
}
.contact__item_text_title {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 20px;
}
.contact__item_text_text {
    font-size: 24px;
    line-height: 1.2;
}
.contact__item_text_text span, .contact__item_text_text a {
    color: #3AAA35;
    font-weight: 700;
}
.contact__item_text_text a {
    text-decoration: underline;
    display: inline-block;
}
.contact__item_text_text a.span-tel  {
    font-size: 28px;
    text-decoration: none;
}
.header_whatsapp a.mob-mail {
    display: none;
}
.mob-menu {
    display: none;
}
.map_mob {
    display: none;;
}
.overlay  {
    background-color: rgba(0, 0, 0, 0.7);
    display: none;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
}
.window {
    background-color: var(--color-white);
    width: 600px;
    display: flex;
    flex-direction: column;
    font-size: 20px;
    padding: 40px;
    border-radius: 12px;
    position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin: 0 auto;
  left: 50%;
  margin-left: -300px;
  max-height: 95%;
  overflow-y: auto;
}
.close {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}
.window_price {
    background-color: transparent;
    width: 1000px;
    margin-left: -500px;
    
}
.window_price_content {
    background-color: #fff;
    height: 100%;
    overflow-y: auto;
    
}
.window_price_content img {
    display: block;
}
.window_price_content_block {
    
    background-image: url(img/fon.svg);
    background-repeat: repeat;
    background-size: 100% auto;
}
table {
    border-collapse: collapse;
    font-size: 14px;
    width: 100%;
    max-width: 100%;
}
td {
    border: #ddd 1px solid;
    padding: 10px 10px;
}
table.price2 td {
    border-left: none;
    border-right: none;
    padding: 16px 10px;
}
table.price1 tr td:nth-child(3) {
    text-align: right;
}
table.price1 tr td:nth-child(2) {
    text-align: center;
}
table.price2 tr td:nth-child(2), table.price2 tr td:nth-child(3) {
    text-align: center;
}
.align-center td, .align-center {
    text-align: center;
}
.font-big td, .font-big {
    font-size: 18px;
    font-weight: 700;
}
.text-window {
    padding: 20px 16px;
}
.text-window p {
    margin-bottom: 20px;
    font-size: 14px;
}
.text-window p.font-big {
    font-size: 18px;
}
.form-title {
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 12px;
}
.form-text {
    text-align: center;
    color: #555;
    font-size: 16px;
    margin-bottom: 20px;
}
.columns_title {
    display: inline-block;
    background-color: #eee;
    padding: 12px 20px;
    font-weight: 700;
    font-size: 16px;
}
.text-window p.big_popup {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
   
}
.columns_title span {
    display: inline-block;
    width: 100%;
    font-size: 24px;
    margin-bottom: 12px;
    
}
.columns {
    display: flex;
    font-size: 16px;
    gap: 60px;
}
.columns_item {
    min-width: 40%;
}
.columns ul {
    padding: 20px 0 20px 20px;
    margin: 0;
}
.columns li {
    margin-bottom: 12px;
}
.close img {
    width: 30px;
}
.window form {
    display: flex;
    flex-direction: column;
    
}
.window form input {
    border: 2px solid #ddd;
    border-radius: 4px;
    margin-bottom: 20px;
    height: 50px;
    font-size: 20px;
    padding: 0 10px;
}
.window form textarea {
    border: 2px solid #ddd;
    border-radius: 4px;
    margin-bottom: 20px;
    height: 120px;
    font-size: 20px;
    padding: 0 10px;
}
.pk {
    font-size: 12px;
margin-top: 20px;
}
.pk a {
    color: #3AAA35;
    text-decoration: underline;

}
form div {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
form div label {
    width: 45%;
    display: flex;
    align-items: flex-start;
    margin-bottom: 12px;

}
form div label input {
    height: auto !important;
    margin-bottom: 0 !important;
}
#overlay3 .window, #overlay2 .window {
    width: 800px;
    margin-left: -400px;
}
.button-call {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: linear-gradient(to right, #2b7df4, #903cd4);
    box-shadow: rgba(0, 0, 0, 0.1) 0 0 4px;
}
.button-call span {
    display: none;
}
.button-call img {
    width: 30px;
}
.copy-block {
    padding-bottom: 200px;
}
.copy-block a {
    color: #333;
    text-decoration: underline;
    margin-left: 20px;
}

@media (max-width: 1024px) {
    .section_first_menu .container {
        font-size: 18px;
    }
    .header__tel_item {
        font-size: 20px;
    }
    .header_whatsapp a {
        font-size: 20px;
    }
    .header_whatsapp img {
        max-width: 22px;
    }
    .header__title_site {
        font-size: 24px;
    }
    .header__title {
        font-size: 16px;
    }
    .section_first_smalltitle {
        font-size: 24px;
    }
    .icons__item {
        font-size: 20px;
    }
    .icons__item_price span {
        font-size: 28px;
    }
    .icons__item_text br {
        display: none;
    }
    .icons__item_img img {
        max-width: 80%;
    }
    h2 {
        font-size: 48px;
    }
    h2 span::after {
        height: 12px;
        width: 200px;
        background-size: contain;
    }
    .buttons_service .button {
        font-size: 20px;
        margin: 0 20px;
    }
    .subtitle {
        font-size: 24px;
    }
    .we__subtitle {
        font-size: 28px;
    }
    .we__text {
        font-size: 20px;
    }
    .we__text span {
        font-size: 24px;
    }
    .we_item li {
        font-size: 24px;
        background-size: 40px auto;
        padding: 20px 0 20px 50px;
    }
    .item_text_review {
        font-size: 16px;
    }
    .review__item_img p {
        font-size: 14px;
        max-width: 80%;
    }
    .contact {
        padding-top: 40px;
        padding-bottom: 60px;
    }
    .contact__item_text_title {
        font-size: 24px;
    }
    .contact__item_text_text {
        font-size: 20px;
    }
    .contact__item_text_text a.span-tel {
        font-size: 24px;
    }
    .contact__item_img {
        min-width: 90px;
    }
    .img_footer1 {
        max-width: 350px;
    }
    .img_footer2 {
        max-width: 250px;
    }
    .section_gray::before {
        height: 120px;
    }
    .section_gray {
        margin: 150px 0;
    }
    .section_gray.footer {
        margin: 0;
    }
    
}
@media (max-width: 950px) {
    header {
        flex-wrap: wrap;
    }
    .header__title {
        width: 100%;
        text-align: center;
        margin-bottom: 32px;
    }
    .window {
        width: 100% !important;
        margin-left: 0 !important;
        left: 0;
    }
}
@media (max-width:768px) {
    .container {
        padding: 0 20px;
    }
    .header__title {
        display: none;
    }
    
    .header__tel {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        margin-bottom: 20px;
    }
    .header__tel_item:first-child {
        margin-bottom: 0;
    }
    .header_whatsapp {
        display: flex;
        justify-content: center;
    }
    .header_whatsapp a {
        width: 46px;
        height: 46px;
        padding: 0;
        align-items: center;
        display: flex;
        justify-content: center;
        margin: 0 12px;
    }
    .header_whatsapp span {
        display: none;
    }
    .header_whatsapp img {
        margin: 0;
    }
    .header__mail_item:first-child {
        display: none;
    }
    
    .header_whatsapp a.mob-mail {
        display: flex;
        background-color: var(--color-yellow);
        background-image: none;
    }
    .header_whatsapp img {
        max-width: 28px;
    }
    .mob-menu {
        display: block;
        background-color: rgba(0, 0, 0, 0.4);
        padding: 16px 20px ;
        color: var(--color-white);
        display: flex;
        font-weight: 500;
        align-items: center;
        font-size: 20px;
    }
    .mob-menu div {
        margin-right: 12px;
        display: flex;
        flex-direction: column;
    }
    .mob-menu span {
        height: 3px;
        background-color: var(--color-white);
        width: 24px;
        margin: 2px 0;
    }
    .section_first_menu {
        display: none;
    }
    .section_first_menu .container {
        flex-direction: column;
    }
    .section_first_menu a {
        margin-bottom: 16px;
    }
    .first_info {
        margin-top: 20px;
    }
    h1 {
        text-align: center;
    }
    .img_footer1 {
        position: static;
        display: block;
        margin-top: 24px;
        max-width: 100%;
    }
    .img_footer2 {
        display: none;
    }
    .button {
        width: 100%;
        text-align: center;
    }
    .section_first_buttons {
        flex-direction: column;
    }
    .section_first_buttons .button {
        margin: 10px 0;
        text-align: center;
    }
    .section_first_smalltitle {
        margin-bottom: 20px;
    }
    h2 {
        font-size: 36px;
    }
    .section_first {
        margin-bottom: 32px;
    }
    .icons__item {
        width: 48%;
        max-width: none;
    }
    .buttons_service {
        flex-direction: column;
    }
    .buttons_service .button {
        margin: 10px 0;
    }
    .buttons_service .button br {
        display: none;
    }
    .map_mob {
        display: inline-block;
    }
    .map_desc {
        display: none;
    }
    .owl-prev {
        left: 0;
    }
    .owl-next {
        right: 0;
    }
    
    .section_gray.footer {
        margin-top: 150px;
    }
    .contact {
        padding: 0;
    }
    .copy-block {
        padding: 40px 0 0 0;
        font-size: 14px;
    }
    .copy-block a {
        display: block;
        margin-top: 20px;
        margin-left: 0;
    }
    .button-call {
        width: 100%;
        height: 40px;
        border-radius: 0;
        left: 0;
        bottom: 0;
        color: #fff;
        font-size: 20px;
        
    }
    .button-call img {
        width: 20px;
        margin-right: 8px;
    }
    .button-call span {
        display: inline-block;

    }
    .window_price {
        padding: 32px 16px;
    }
    .window_price .close {
        top: 5px;
    }
    .columns {
        flex-direction: column;
        gap: 0;
        margin: 20px 0;
    }
    .columns ul {
        padding: 0 0 0 16px;
    }
   .text-window p.big_popup {
    font-size: 20px;
    
}
.columns_title span {
    font-size: 20px;
}
    
}
@media (max-width: 480px) {
    .font-big td {
        font-size: 13px;
    }
    table {
        font-size: 11px;
    }
   .window_price_content_block {
       padding: 0;
   }
}
@media (max-width:430px) { 
    header {
        flex-direction: column;
    }
    .header__mail {
        margin-bottom: 20px;
    }
    
    header {
        padding: 12px 0;
    }
    
     .tel_item_img {
        width: 22px;
        height: 22px;
        margin-right: 2px;
     }
     .tel_item_img  img {
        max-height: 20px;
     }
    h1 {
        font-size: 32px;
    }
    .header__tel {
        justify-content: center;
    }
    .section_first_smalltitle {
        font-size: 20px;
    }
    .header__mail_item {
        font-size: 16px;
    }
    .icons__item {
        font-size: 16px;
        margin-bottom: 32px;
    }
    .section_gray {
        margin-bottom: 80px;
    }
    .we_item li {
        font-size: 20px;
        padding: 10px 0 10px 50px;
    }
    .contact__item {
        flex-direction: column;
        margin-bottom: 32px;
    }
    .contact__item_img {
        margin-right: 0;
        margin-bottom: 16px;
        width: 50px;
    }
    .contact__item_text_title {
        text-align: center;
    }
    .contact__item_text_text {
        font-size: 16px;
    }
    .contact__item_text_text a.span-tel {
        font-size: 20px;
    }
    body {
        overflow-x: hidden;
    }
    
}
@media (max-width:350px) { 
    .font-big td {
    font-size: 12px;
  }
  td {
      padding: 10px 6px;
  }
}


