body {
    background-color: #50AFA8;
    font-family: "Ibm Plex Sans", Arial, sans-serif;
    font-size: 18px;
    line-height: 120%;
    margin-top: 53px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 75px; 
}

.main-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
    max-width: 1110px;
}

@media screen and (max-width: 1150px) {
    body {
        font-size: 16px;
        margin-top: 25px;
        margin-bottom: 25px; 
    }
    .main-container {
        padding: 0 15px;
        min-width: 290px;
    }
}

/****************
СТИЛИ ДЛЯ HEADER
****************/

.header {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    width: 100%;
    flex-wrap: wrap;
}

.header-logo {
    display: flex;
    order: -1;  
 }

 .header-main-logo {
    height: 150px;
    width: 150px;
 }
 .header-logo-name {
    display: flex;
    flex-direction: column;
    justify-content: center;
    order: 1;
}
.header-logo-name-first {
    margin: 0;
    margin-left: 10px;
    margin-right: 0;
    font-size: 20px;
    line-height: 120%;
}

.header-logo-name-second {
    margin: 0;
    margin-left: 10px;
    margin-right: 0;
    font-size: 16px;
    line-height: 130%;
}

.main-menu {
    font-size: 16px;
    display: flex;
    align-items: center;
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: relative;    
    flex-wrap: wrap;
}

.main-menu-item {
    margin-left: 29px;
    line-height: 200%;
}

.main-menu a {
    color: #000000;
}

.main-menu a:hover {
    color: #226B73;
}

.main-menu-item-marker {
    transition: transform 0.2s;
    margin-left: 5px;
}

.main-menu-item:hover .main-menu-item-marker {
    transform: rotate(180deg);
}


.main-menu-submenu {
    display: none;
    line-height: 140%;
    padding: 5px;
    background-color: #F2B035;
    list-style-type: none;
    position: absolute;
    transform: translateX(-10px);
    flex-direction: column;
    gap: 5px;
    border-radius: 4px;
    border: 1px solid #226B73;
}

.main-menu-item:hover .main-menu-submenu {
    display: flex;
    z-index: 100;
}

.main-submenu-item {
    margin-left: 29px;
}

.main-menu-tel {
    display:flex;
    align-items: center;
    margin: 0;
    padding: 0;
    fill: black;
    font-size: 20px;
    font-weight: 500;
    margin-left: 49px;
    /*margin-right: 31px;*/
    gap: 10px;
    line-height: 200%;
}

.nav-phone {
    font-size: 20px;
    font-weight: 700;
    color: black;
    text-decoration: none;
}

.header-menu-burger {
    display: none;
    padding: 0;
    margin: 0;
}

.header-menu-burger-button {
    width: 36px;
    height: 36px;
    display: none;
    justify-content: center;
    align-items: flex-start;
    position: relative;
    border: none;
    background-color: transparent;
    padding: 0;
    margin: 0;
    cursor: pointer;
}

.header-menu-burger-button2 {
    width: 36px;
    height: 36px;
    display: none;
    justify-content: center;
    align-items: center;
    position: relative;
    border: none;
    background-color: transparent;
    padding: 0;
    margin: 0;
    cursor: pointer;
}

.new-string1 {
    height: 0;
    width: 0;
    margin: 0;
    padding: 0;
}

.new-string2 {
    height: 0;
    width: 0;
    margin: 0;
    padding: 0;
}


@media screen and (max-width: 1140px) {
    .header-main-logo {
        height: 80px;
        width: 80px;
     }
     
    .header-logo-name-first {
        margin-left: 2px;
        font-size: 14px;
    }
    
    .header-logo-name-second {
        margin-left: 2px;
        font-size: 14px;
    }
    
    .main-menu {
        font-size: 14px;
    }

    .nav-phone {
        font-size: 16px;
    }

}

@media screen and (max-width: 950px) {
    .nav-phone {
        display: none;
    }
}

@media screen and (max-width: 840px) {
    .header {
        justify-content: space-between;
    }

    .header-logo {
        order: -30;
    }

    .header-nav {
        align-self: start;
    }

    .main-menu {
        display: none;
        flex-direction: column;
        align-items: start;
        padding: 0;
        order: 100;
        margin-right: 100px;
        min-height: 180px;
    }

    .main-menu-item {
        margin-bottom: 15px;
    }

    .main-menu-submenu {
        background-color: transparent;
        position: relative;
        border: none;
        margin-left: 20px;
        line-height: 250%;
    }

    .main-menu-tel {
        margin: 0;
        margin-left: auto;
        margin-right: 14px;
        order: -20;
        align-self: start;
        margin-top: 4px;
    }
    .header-menu-burger {
        display: flex;
        order: -10;
        align-self: start;
    }

    .new-string1 {
        flex-basis: 100%;
        order: 10;
    }

    .new-string2 {
        flex-basis: 100%;
        order: 150;
    }

}


/****************
СТИЛИ ДЛЯ КНОПОК
*****************/

.button {
    margin: 0;
    margin-left: auto;
    background-color: #F28D35;
    font-size: 18px;
    color: black;
    font-weight:700;
    padding: 9.5px 29.5px;
    line-height: 23px;
    border-radius: 5px;
    border: none;
    cursor: pointer;
    display: inline-block;
    box-shadow: 0 0 0 1px black;
    
}
.button:hover {
    background-color: #F87706;
    box-shadow: 0 0 0 2px black;
}
.button:active {
    box-shadow: 0 0 4px 2px black;
}

@media screen and (max-width: 1140px) {
    .button {
        font-size: 16px;
        padding: 8.5px 25.5px;
        line-height: 21px;
        border-radius: 5px;
    }
}


@media screen and (max-width: 840px) {
    .button {
        display: none;
        order: 200;
        margin-left: 20px;

    }
}
/********************
СТИЛИ ДЛЯ MAIN SLIDER
********************/
.slider {
    display: flex;
    align-items: center;
    margin: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 31px;
    margin-bottom: 39px;
    gap: 0;
    position: relative;
    height: 377px;
    width: 100%;
    overflow: hidden;
}

.slider-listbox {
    list-style-type: none;
    padding-left: 0; 
    width: 100%;
}

.slider-image {
    /*box-sizing: border-box;
    height: 377px;*/
    width: 100%;
    border-radius: 12px; 
    object-fit: cover;
}

.slider-slogan1 {
    display: flex;
    padding: 0;
    padding-left: 1px;
    padding-right: 1px;
    background: #FFFFFF;
    border: none;
    font-size: 40px;
    font-weight: bold;
    border-radius: 12px;
    opacity: 32%;
    position: absolute;
    bottom: 45px;
    right: 175px;
    line-height: 120%;
    transform: translateX(50%);
}

.slider-slogan2 {
    display: flex;
    padding: 0;
    padding-left: 1px;
    padding-right: 1px;
    background: transparent;
    border: none;
    font-size: 40px;
    font-weight: bold;
    border-radius: 12px;
    opacity: 100%;
    position: absolute;
    bottom: 45px;
    right: 175px;
    line-height: 120%;
    transform: translateX(50%);
}

.slider-arrow-left, .slider-arrow-right {
    width: 30px;
    height: 30px;
    background-color: #fff;
    opacity: 75%;
    /*background-size: 60%;*/
    background-repeat: no-repeat;
    background-position: center center;
    border: none;
    border-radius: 50%;
    /*box-shadow: 0 0 3px rgba(0,0,0, 0.2);*/
    transition: opacity 0.2s;
    cursor: pointer;
    z-index: 100;
}

.slider-arrow-left {
    background-image: url("images/arrow-left.svg");
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-16px) translateX(10px);
}

.slider-arrow-right {
    background-image: url("images/arrow-right.svg");
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-16px) translateX(-10px);
}

.slider-arrow-left:hover, .slider-arrow-right:hover {
    opacity: 100%;
    box-shadow: 0 0 0 2px #D95555;
}


/* Стили для контейнера пагинации */
.swiper-pagination {
    width: auto !important;
    background: #FFFFFF;
    display: flex;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 7px;
    padding-right: 7px;
    border: none;
    border-radius: 11px;
    opacity: 75%;
    position: absolute;
    gap: 7px;
    bottom: 10px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    transition: opacity 0.2s;

}

.swiper-pagination:hover {
    opacity: 100%;
}

/* Стили для кнопок пагинации */
.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #F2B035;
    border: none;
    border-radius: 50%;
    transition: background-color 0.2s;
    cursor: pointer;
    margin: 0 !important; /* Отступ между кнопками */
    opacity: 1;
}

/* Стили для активной кнопки пагинации */
.swiper-pagination-bullet-active {
    background-color: #D95555;
}

.swiper-pagination-bullet:hover {
    background-color: #F28D35;
    box-shadow: 0 0 0 1px #F28D35;
    opacity: 1;
}

@media screen and (max-width: 840px) {
    .slider {
        margin-bottom: 26px;
    }

    .slider-slogan1 {
        font-size: 24px;
        bottom: 100%;
        right: 100%;
        transform: translateX(105%) translateY(105%);
    }

    .slider-slogan2 {
        font-size: 24px;
        bottom: 100%;
        right:100%;
        transform: translateX(105%) translateY(105%);
    }

}
/********************
СТИЛИ ДЛЯ СЛОГАНА
********************/
.slogan {
    display: flex;
    order: -1;   
    margin: 0;
    margin-top: 0;
    /*flex-wrap: wrap;*/
}

.slogan-image {
    width: 475px;
    height: 377px;
}

.slogan-description {
    display: flex;
    flex-direction: column;
    order: 1;
    max-width: 635px;  
}

.slogan-description-title {
    font-size: 24px;
    font-weight: 700;
    margin: 0;
    margin-left: 65px;
    margin-top: 41px;
    letter-spacing: -0.15px;
    line-height: 130%;
}

.slogan-description-text {
    font-size: 18px;
    font-weight: normal;
    margin: 0;
    margin-left: 65px;
    margin-top: 14px;
    max-width: 570px;
    padding: 0;
    line-height: 128%;
}

@media screen and (max-width: 1150px) {
    .slogan-description-title {
        margin-left: 20px;
    }
    .slogan-description-text {
        margin-left: 20px;
    }

}

@media screen and (max-width: 980px) {
    .slogan-image {
        width: 290px;
        height: 230px;
    }

    .slogan-description-title {
        margin-top: 26px;
    }

}

@media screen and (max-width: 730px) {
    .slogan {
        flex-wrap: wrap;
        justify-content: center;

    }
    
    .slogan-image {
        order: 10;
        margin-top: 24px;
        max-width: 475px;
        max-height: 377px;
        width: 100%;
        height:fit-content;
    }

    .slogan-description-title {
        margin-top: 0;
        margin-left: 0;
        text-align: center;
        font-size: 20px;
    }

    .slogan-description-text {
        margin-left: 0;
        margin-top: 7px;
        font-size: 16px;
    }
}


/********************
СТИЛИ ДЛЯ ИКОНОК
********************/
.container {
    display: flex; 
    padding: 0;     
    margin: 0;
    margin-top: 39px;
    width: 100%;
    flex-wrap: wrap;
    gap: 12px 30px;
}

.element {
    display: flex;
    flex-direction: column;
    list-style-type: none;
    font-size: 16px;      
    min-height: 271px;
    width: 156px;
    background-color: rgba(255, 255, 255, 0.4);
    border-radius: 12px;
    align-items: center;
    border: 2px solid #226B73;
    /*margin-left: 30px;*/
}

.element-icon {
    order: -1;
}

.element-text {
    order: 1;
    margin: 0;
    max-width: 147px;
    text-align: center;
    margin-top: 5px;
    line-height: 1.3;
    margin-bottom: 5px;
}

@media screen and (max-width: 966px) {
    .container {
        justify-content: center;
    }
}
@media screen and (max-width: 400px) {
    .container {
        margin-top: 12px;
    }

    .element {  
        min-height: 219px;
        width: 126px;
        font-size: 13px;
    }

    .element-text {
        max-width: 124px;
    }
}


/********************
СТИЛИ ДЛЯ УСЛУГ
********************/
.services-container { 
    display: flex;
    margin: 0;
    margin-top: 37px;
    min-height: 455px;
    box-sizing: border-box;
    width: 100%;
    font-size: 20px;  
    font-weight: bold; 
    background: linear-gradient(
        to right, 
        rgba(80, 175, 168, 0.5), 
        rgba(255, 255, 255, 0.5), 
        rgba(95, 182, 175, 0.5), 
        rgba(255, 255, 255, 0.5), 
        rgba(80, 175, 168, 0.5)
    );
    /*box-shadow: 0 0 0 2px #226B73;*/
    border: 2px solid #226B73;
    border-radius: 12px;
    text-align: center;
    flex-direction: column;  
}

.services-title {
    margin: 0;
    margin-top: 27px;
    margin-bottom: 29px;
}

.services-elements {
    display: flex;
    /*flex-direction: row;*/
    box-sizing: content-box;
    max-width: 100%;
    margin: 0;
    padding: 0;
    margin-left: 18px;
    margin-right: 18px;
    /*justify-content: space-between;*/
    gap: 40px;
    flex-wrap: wrap;
    justify-content: center;
}

.services-element {
    display: flex;
    flex-direction: column;
    list-style-type: none;
    font-size: 24px;  
    font-weight: bold;    
    width: 330px;
    align-items: center;
}

.services-element-icon {
    order: -1;
    width: 330px;
    height: 255px;
}

.services-element-text {
    order: 1;
    margin: 0;
    margin-top: 18px;    
    text-align: center;
    line-height: 1.32;
    margin-bottom: 12px;
}

@media screen and (max-width: 788px) {
    .services-elements {
        flex-direction: column;
        align-items: center;
    }
}

@media screen and (max-width: 420px) {
    .services-container { 
        margin-top: 15px;        
    }
    
    .services-title {
        margin: 0;
        margin-top: 20px;
        margin-bottom: 20px;
    }

        
    .services-elements {
        margin-left: 5px;
        margin-right: 5px;
        gap: 10px;
    }
    

    .services-element {
        width: 280px;
    }
    
    .services-element-icon {
        width: 270px;
        height: 208px;
    }
    
    .services-element-text {
        margin-top: 10px;    
        margin-bottom: 10px;
    } 
}


/**********************
СТИЛИ ДЛЯ КАЛЬКУЛЯТОРА
**********************/

.сalc-container {
    display: flex; 
    flex-direction: column;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    margin-top: 39px;
    min-height: 765px;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.4);
    border-radius: 12px;
    border: 2px solid #226B73;
}

.сalc-container-title {
    font-size: 30px;  
    font-weight: bold;
    text-align: center;
    margin: 0;
    margin-top: 71px;
}

.сalc-container-text1 {
    font-size: 20px;  
    font-weight: normal;
    margin: 0;
    margin-top: 81px;
    margin-left: 96px;
    margin-bottom: 37px;
}


.calc-range-text1 {
    display: flex;
    flex-direction: row;
    font-size: 20px;  
    font-weight: normal;
    margin: 0;
    padding: 0;
    margin-left: 74px;
    margin-right: 41px;
    margin-top: 15px;
    justify-content: space-between;
}

.calc-range-text-m {
    margin: 0;
}

.сalc-container-text2 {
    font-size: 20px;  
    font-weight: normal;
    margin: 0;
    margin-top: 45px;
    margin-left: 95px;
    margin-bottom: 41px;
}

.calc-range-text2 {
    display: flex;
    flex-direction: row;
    font-size: 20px;  
    font-weight: normal;
    margin: 0;
    padding: 0;
    margin-left: 90px;
    margin-right: 57px;
    margin-top: 15px;
    justify-content: space-between;
}

.сalc-checkbox1 {
    display: flex;
    font-size: 20px;  
    font-weight: normal;
    margin: 0;
    padding: 0;
    margin-top: 42px;
    margin-left: 93px;
    align-items: center;
}

.сalc-checkbox-button {
    font-size: 20px;  
    font-weight: normal;
    margin: 0;
    padding: 0;
    margin-top: 29px;
    margin-left: 94px;
    display: flex;
    flex-wrap: wrap;
    row-gap: 30px;
    /*flex-direction: row;*/
    align-items: center;
}

.сalc-checkbox2 {
    font-size: 20px;  
    font-weight: normal;
    margin: 0;
    margin-top: 45px;
    margin-left: 96px;
}

.calc-button {
    background-color: #F28D35;
    font-size: 18px;
    color: black;
    font-weight: bold;
    padding:10px 59.5px;
    line-height: 23px;
    border-radius: 5px;
    border: none;
    cursor: pointer;
    display: inline-block;
    box-shadow: 0 0 0 1px black;
    margin-left: 129px;
}
.calc-button:hover {
    background-color: #F87706;
    box-shadow: 0 0 0 2px black;
}
.calc-button:active {
    box-shadow: 0 0 4px 2px black;
}

.сalc-container-text3 {
    font-size: 24px;  
    font-weight: bold;
    text-align: center;
    margin: 0;
    margin-top: 63px;
    margin-bottom: 25px;
    line-height: 130%;
}

/*********************
* СТИЛИЗУЕМ ЧЕК-БОКСЫ
*********************/

.custom-checkbox {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.custom-checkbox+label {
    display: inline-flex;
    align-items: center;
    user-select: none;
    cursor: pointer;
}
.custom-checkbox+label::before {
    content: '';
    display: inline-block;
    cursor: pointer;
    width: 40px;
    height: 40px;
    background-image: url("images/custom-checkbox.svg");
    box-shadow: 0 4px 4px rgba(0,0,0,0.25);
    
}

.custom-checkbox:checked+label::before {
    background-image: url("images/custom-checkbox-changed.svg");
    box-shadow: 0 4px 4px rgba(0,0,0,0.25);
}

/* стили при наведении курсора на checkbox */
.custom-checkbox:not(:disabled)+label:hover::before {
    box-shadow: 0 0 4px 4px rgba(0,0,0,0.25);
}

.custom-checkbox+label {
    column-gap: 20px;
}

/*********************
 * СТИЛИ ДЛЯ ПОЛЗУНКОВ
 ********************/

 .calc-container-range {
    margin: 0;
    margin-left: 93px;
    margin-right: 61px;
    height: 4px;
    background-color: #404040;
    border-radius: 3px;
    appearance: none;
    cursor: pointer;
}

.calc-container-range::-webkit-slider-thumb {
    width: 20px;
    height: 20px;
    background-color: #404040;
    appearance: none;
    cursor: pointer;
}

  .calc-container-range::-moz-range-thumb {
    width: 20px;
    height: 20px;
    background-color: #404040;
    appearance: none;
    border: 0;
    border-radius: 0;
}
    
@media screen and (max-width: 700px) {
    .сalc-container {
        margin-top: 30px;
        min-height: 532px;
    }
    
    .сalc-container-title {
        margin-top: 18px;
        line-height: 130%;
    }
    
    .сalc-container-text1 {
        font-size: 12px;  
        margin-top: 18px;
        margin-left: 14px;
        margin-bottom: 37px;
    }
    
    
    .calc-range-text1 {
        font-size: 12px;  
        margin-left: 14px;
        margin-right: 14px;
        margin-top: 9px;
    }
    
    
    .сalc-container-text2 {
        font-size: 12px;  
        margin-top: 22px;
        margin-left: 14px;
        margin-bottom: 36px;
    }
    
    .calc-range-text2 {
        font-size: 12px;  
        margin-left: 14px;
        margin-right: 14px;
        margin-top: 9px;
    }
    
    .сalc-checkbox1 {
        font-size: 12px;  
        margin-top: 28px;
        margin-left: 14px;
    }
    
    .сalc-checkbox-button {
        font-size: 12px;  
        margin-top: 15px;
        margin-left: 14px;
        display: flex;
        flex-direction: column;
        gap: 27px;
        align-self: start;
    }
    
    .сalc-checkbox2 {
        font-size: 12px;   
    }

    .calc-label-checkbox {
        align-self: start;
    }


    .calc-label-checkbox-text {
        display: flex;
        flex-direction: column;
    }
    
    .calc-button {
        font-size: 18px;
        padding:10px 57.5px;
        line-height: 23px;
        margin-left: 20px;
    }
   
    .сalc-container-text3 {
        font-size: 12px;  
        margin-top: 19px;
        margin-bottom: 25px;
        padding-left: 10px;
        padding-right: 10px;
    }
    
    .custom-checkbox+label::before {
        content: '';
        display: inline-block;
        width: 25px;
        height: 25px;
        background-image: url("images/custom-checkbox.svg");
        background-size: cover;
        box-shadow: 0 4px 4px rgba(0,0,0,0.25);
        cursor: pointer;
        margin-top: 4px;       
    }

    .calc-container-range {
        margin-left: 16px;
        margin-right: 16px;
    }

    .calc-container-range::-webkit-slider-thumb {
        width: 6px;
    }
    
      .calc-container-range::-moz-range-thumb {
        width: 6px;
    }

}
  
  

/************************
СТИЛИ ДЛЯ БЛОКА ВОПРОСОВ
************************/
.questions-container {
    display: flex; 
    flex-direction: column;
    padding: 0;
    padding-left: 25px; 
    padding-right: 25px;
    margin: 0;
    margin-left: 0;
    margin-top: 83px;
    min-height: 361px;
    width: 100%;
    border-radius: 12px;
    box-sizing: border-box;
    border: 2px solid #226B73;    
}

.questions-title {
    font-size: 30px;  
    font-weight: bold;
    text-align: center;
    margin: 0;
    margin-top: 16px;
    margin-bottom: 19px;
    color: white;
}

.questions-element {
    display: flex;
    flex-direction: column;
    max-width: 100%;
    min-height: 49px;
    background-color: #F2B035;
    font-size: 30px;
    color: black;
    margin: 0;
    margin-bottom: 27px;
    border-radius: 8px;
    padding-top: 14px;  
    padding-left: 15px; 
    padding-right: 16px;  
    padding-bottom: 11px;
}

.questions-summary {
    list-style-type: none;
    width: 100%;
    display: flex;
    position: relative;
    
}

.question-text {
    margin: 0;
    padding: 0;    
    width: 88%;/*975px; */
    user-select: none;
    cursor: pointer;
    line-height: 130%;
}


.question-text2 {
    margin: 0;
    padding: 0;     
    user-select: none;
    position: relative;
    cursor: pointer;
    transition: color 0.2s;
}


.questions-summary::after{
    content: "";
    display: block;
    width: 50px;
    height: 50px;
    background: url("images/icon-plus.svg") center no-repeat;
    position: absolute;
    top: 0;
    right: 0;
    transform: rotate(0);
    transition: transform 0.2s;   
    cursor: pointer;   
}

.questions-element[open] .questions-summary::after {
    transform: rotate(45deg);
}

.question-text-answer {
    margin: 0;
    padding: 0; 
    width: 90%;
    line-height: 130%;
}


@media screen and (max-width: 560px) {
    .questions-container {
        padding-left: 10px; 
        padding-right: 10px;
        margin-top: 15px;
        min-height: 200px;
        width: 100%; 
    }

    .questions-title {
        font-size: 14px;  
        margin-bottom: 15px;
    }
    
    .questions-element {
        font-size: 12px;
        min-height: 22px;
        margin-bottom: 15px;
        padding-top: 10px;  
        padding-left: 7px; 
        padding-right: 5px;  
        padding-bottom: 10px;
    }
        
    .questions-summary::after{
        width: 25px;
        height: 25px;
        background: url("images/icon-plus25.svg") center no-repeat;
    }
}



/*****************
СТИЛИ ДЛЯ ЗАЯВКИ
*****************/

.request-container {
    display: flex; 
    flex-direction: column;
    padding: 0;
    margin: 0;
    margin-left: 0;
    margin-top: 76px;
    min-height: 390px;
    width: 100%;
    border-radius: 12px;
    box-sizing: border-box;
    border: 2px solid #226B73;
    background: linear-gradient(        
        rgba(156, 255, 249, 0.47), 
        rgba(34, 107, 115, 0.47)
    );    
    align-items: center;
    line-height: 130%;
}

.request-title {
    font-size: 30px;  
    font-weight: bold;
    text-align: center;
    margin: 0;
    margin-top: 75px;    
    color: black;
    line-height: 120%;
}

.request-name {
    width: 496px;
    height: 43px;
    margin: 0;
    margin-top: 39px;
    font-size: 18px;
    text-align: center;
    color: black;  
    border-radius: 5px; 
    border: none;
}

.request-name::placeholder {
    color: #808080;
}

.request-phone {
    width: 496px;
    height: 43px;
    margin: 0;
    margin-top: 15px;
    font-size: 18px;
    text-align: center;
    color: black;   
    border-radius: 5px; 
    border: none;
}

.request-phone::placeholder {
    color: #808080;
}

.request-button {
    background-color: #F28D35;
    font-size: 18px;
    color: black;
    font-weight: bold;
    padding:10px 175px;
    line-height: 23px;
    border-radius: 5px;
    border: none;
    cursor: pointer;
    display: inline-block;
    box-shadow: 0 0 0 1px black;
    margin: 0;
    margin-top: 17px;

}
.request-button:hover {
    background-color: #F87706;
    box-shadow: 0 0 0 2px black;
}
.request-button:active {
    box-shadow: 0 0 4px 2px black;
}

.request-label {
    max-width: 500px;
    margin: 0;
    margin-top: 12px;
    font-size: 12px;
    text-align: left;
    color: #FFFFFF;   
    line-height: 125%; 
    margin-bottom: 28px;
}

.request-label-text {
    display: flex;
    flex-direction: column;
}

.request-label-text-inner {
    display: flex;
    margin: 0;
}

.request-politics {
    color: #FFFFFF; 
    font-style: italic;
    text-decoration: none;
    line-height: 130%; 
}

/******************************************
* СТИЛИЗУЕМ ЧЕК-БОКС В ЗАЯВКЕ ДЛЯ ПОЛИТИКИ
*******************************************/

.custom-checkbox-small {
    position: absolute;
    z-index: -10;
    opacity: 0;
}

.custom-checkbox-small+label {
    display: inline-flex;
    align-items: start;
    user-select: none;
    cursor: pointer;
}
.custom-checkbox-small+label::before {
    content: '';
    display: inline-block;
    width: 25px;
    height: 25px;
    background-image: url("images/custom-checkbox.svg");
    background-size: cover;
    box-shadow: 0 4px 4px rgba(0,0,0,0.25);
    cursor: pointer;
    margin-top: 4px;
    
}

.custom-checkbox-small:checked+label::before {
    background-image: url("images/custom-checkbox-changed.svg");
    box-shadow: 0 4px 4px rgba(0,0,0,0.25);
}

/* стили при наведении курсора на checkbox */
.custom-checkbox-small:not(:disabled)+label:hover::before {
    box-shadow: 0 0 4px 4px rgba(0,0,0,0.25);
}

.custom-checkbox-small+label {
    column-gap: 12px;
}

.request-message {
    display: none;
    font-size: 30px;
    font-weight: normal;
    margin-bottom: 20px;
    text-align: center;
    line-height: 130%;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 75px;
}


@media screen and (max-width: 600px) {
    
    .request-container {
        min-height: 363px;
        margin-top: 20px;
    }

    .request-title {
        font-size: 14px;  
        margin-top: 22px;    
    
    }
    
    .request-name {
        width: 260px;
        height: 37px;
        margin-top: 32px; 
        font-size: 14px;
    }
    
    .request-phone {
        width: 260px;
        height: 37px;
        margin-top: 25px;
        font-size: 14px;
    }

    .request-button {
        padding:10px 73px;
        margin-top: 25px;
        font-size: 14px;
    
    }

    .request-label {
        max-width: 280px;
        margin-top: 22px;
        margin-bottom: 14px;
    }

    .request-label-text-inner {
        max-width: 225px;
    }

    .custom-checkbox-small+label {
        column-gap: 8px;
    }
    
    .request-label-text {
        max-width: 225px;
    }

    .request-message {
        font-size: 14px;
        margin-bottom: 39px;
    }


}

/*****************
СТИЛИ ДЛЯ ПОДВАЛА
*****************/
.footer-hr {
    width: 1110px;
    margin: 0;
    padding: 0;
    margin-top: 76px;  
    line-height: 130%; 
    color: #FFFFFF;
}

.footer-text {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    color: #FFFFFF; 
    font-style: normal;
    font-size: 12px;
    text-decoration: none;
    margin: 0;
    padding: 0;
    width: 100%;
    justify-content: space-between;
    margin-top: 59px;
    column-gap: 30px;
}

.footer-label {
    margin: 0;
    padding: 0;
}

.footer-politics {
    color: #FFFFFF; 
    font-style: normal;
    font-size: 12px;
    text-decoration: none;
    margin: 0;
    padding: 0;  
}

@media screen and (max-width: 1150px) {
    .footer-hr {
        width: 100%;
    }
}

@media screen and (max-width: 587px) {
    .footer-hr {
        margin-top: 40px;;
    }
    
    .footer-text {
        justify-content: center;
        row-gap: 20px;
        margin-top: 30px;
    }

    .footer-label{
        text-align: center;
    }
}
/************************
СТИЛИ ДЛЯ ХЛЕБНЫХ КРОШЕК
************************/

.bread-crumbs {
    width: 100%;
    text-align: left;
    color: #9CFFF9; 
    font-style: normal;
    font-size: 16px;
    margin: 0;
    padding: 0;
    margin-top: 13px; 
    /*cursor: pointer; */
}

.bread-crumbs a:hover {
    color: #226B73;  
}

@media screen and (max-width: 405px) {
    .bread-crumbs {
        font-size: 12px;
    }
}

/********************************
СТИЛИ ДЛЯ СТРАНИЦЫ "О КОМПАНИИ"
********************************/

.about-title {
    font-size: 30px;
    font-weight: bold;
    margin: 0;
    margin-top: 22px;
    margin-bottom: 41px;
}

.about-slogan {
    display: flex;
    order: -1;   
    margin: 0;
    margin-top: 0;
    width: auto;
    /*flex-wrap: wrap;*/
}

.about-slogan-image {
    width: 475px;
    height: 377px;
}

.about-slogan-description {
    display: flex;
    flex-direction: column;
    order: 1;
    max-width: 635px;  
}

.about-slogan-description-title {
    font-size: 24px;
    font-weight: 700;
    margin: 0;
    margin-left: 65px;
    margin-top: 41px;
    letter-spacing: -0.15px;
    line-height: 130%;
}

.about-slogan-description-text {
    font-size: 18px;
    font-weight: normal;
    margin: 0;
    margin-left: 65px;
    margin-top: 14px;
    max-width: 570px;
    padding: 0;
    line-height: 128%;
}

@media screen and (max-width: 1150px) {
    .about-slogan-description-title {
        margin-left: 20px;
    }
    .about-slogan-description-text {
        margin-left: 20px;
    }

}

@media screen and (max-width: 1061px) {
    .about-slogan-image {
        width: 290px;
        height: 230px;
    }

    .about-slogan-description-title {
        margin-top: 26px;
    }

}

@media screen and (max-width: 880px) {
    .about-title {
        font-size: 20px;
    }

    .about-slogan-description-title {
        font-size: 20px;
    }

    .about-slogan-description-text {
        font-size: 16px;
    }
    
}

@media screen and (max-width: 730px) {
    .about-slogan {
        flex-wrap: wrap;
        justify-content: left;

    }

    .about-title {
        margin-top: 17px;
        margin-bottom: 19px;
    }

    .about-slogan-image {
        margin-top: 0;
        max-width: 475px;
        max-height: 377px;
        width: 100%;
        height:fit-content;
    }

    .about-slogan-description-title {
        margin-top: 40px;
        margin-left: 0;
        /*text-align: center;*/
    }

    .about-slogan-description-text {
        margin-left: 0;
        margin-top: 9px;
    }
}





/********************************
СТИЛИ ДЛЯ СТРАНИЦЫ "КОНТАКТЫ"
********************************/
.contacts-section {
    width: 100%;
}

.contacts-title {
    font-size: 30px;
    font-weight: bold;
    margin: 0;
    margin-top: 22px;
    margin-bottom: 40px;
}

#map {
    width: 100%; /* Ширина 100% от родительского элемента */
}

.contacts-description {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    list-style-type: none;
}

.contacts-description-element {
    margin: 0;
    padding: 0;
    margin-top: 36px;
}

.contacts-description-element-text1 {
    font-size: 24px;
    font-weight: bold;
    margin: 0;
    padding: 0;
}
.contacts-description-element-text2 {
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-weight: normal;
    margin-top: 8px;
}

.contacts-request-container {
    display: flex; 
    flex-direction: column;
    padding: 0;
    margin: 0;
    margin-left: 0;
    margin-top: 46px;
    min-height: 390px;
    width: 100%;
    border-radius: 12px;
    box-shadow: 0 0 0 2px #226B73;
    background: linear-gradient(        
        rgba(156, 255, 249, 0.47), 
        rgba(34, 107, 115, 0.47)
    );    
    align-items: center;
}

@media screen and (max-width: 600px) {
    .contacts-description {
        flex-direction: column;
        justify-content: left;
    }

    .contacts-description-element {
        margin-top: 21px;
        display: flex;
        flex-direction: row;
    }

    .contacts-description-element-text1 {
        font-size: 16px;
        width: 94px;
    }
    .contacts-description-element-text2 {
        font-size: 14px;
        margin: 0;
    }

}

/********************************
СТИЛИ ДЛЯ СТРАНИЦЫ "УСЛУГИ"
********************************/

.page-services-container {
    display: flex; 
    padding: 0;
    margin: 0;
    margin-left: 0;
    margin-top: 37px;
    margin-bottom: 19px;
    min-height: 729px;
    width: 100%;
    font-size: 20px;  
    font-weight: bold; 
    background: linear-gradient(
        to right, 
        rgba(80, 175, 168, 0.5), 
        rgba(255, 255, 255, 0.5), 
        rgba(95, 182, 175, 0.5), 
        rgba(255, 255, 255, 0.5), 
        rgba(80, 175, 168, 0.5)
    );
    box-shadow: 0 0 0 2px #226B73;
    border-radius: 12px;
    flex-direction: column;  
}

.page-services-title {
    margin: 0;
    padding: 0;
    font-size: 30px;  
    font-weight: bold;
    margin-top: 13px;
    margin-bottom: 27px;
    text-align: center;
    line-height: 130%; 
}

.page-services-element-text {
    order: 1;
    margin: 0;
    margin-top: 18px;    
    text-align: center;
    line-height: 1.32;
    margin-bottom: 12px;
}

.page-services-text {
    margin: 0;
    padding: 0;
    font-size: 14px;  
    font-weight: normal;
    order: 2; 
    /*margin-top: 15px;*/
    width: 100%;
    min-height: 258px;
    margin-bottom: 9px;
}

.services-form {
    margin: 0;
    padding: 0;
    order: 3;    
}
.services-button {
    background-color: #F28D35;
    font-size: 18px;
    color: black;
    font-weight: bold;
    padding:11px 79px;
    line-height: 23px;
    border-radius: 5px;
    border: none;
    cursor: pointer;
    display: inline-block;
    box-shadow: 0 0 0 1px black;
    margin: 0;
    margin-bottom: 32px;    
}
.services-button:hover {
    background-color: #F87706;
    box-shadow: 0 0 0 2px black;
}
.services-button:active {
    box-shadow: 0 0 4px 2px black;
}

@media screen and (max-width: 788px) {
    .page-services-text {  
        min-height: 100px;
    }
}

@media screen and (max-width: 420px) {
    .page-services-title {
        font-size: 16px;  
        margin-top: 17px;
        margin-bottom: 23px;
    }

    .page-services-element-text {
        margin-top: 10px;    
        margin-bottom: 13px;
        font-size: 16px;
    } 
    .page-services-text {
        font-size: 12px;  
        margin-bottom: 25px;
    }

    .services-button {
        padding:11px 55px;
        margin-bottom: 46px;    
    }

}

/**********************************
СТИЛИ ДЛЯ СТРАНИЦЫ "УСЛУГА (ПАЙТОН)"
**********************************/

.service-container1 {
    max-width: 1110px;
    margin: 0;
    padding: 0;
    display: flex;
}

.service-title1 {
    margin: 0;
    padding: 0;
    font-size: 30px;
    font-weight: bold; 
    margin-top: 22px;
    margin-bottom: 40px;
}

.service-image1 {
    width: 540px;
    height: 412px;
    order: 1;
    object-fit: fill;
}

.service-description1 {
    order: 2; 
    margin-top: 44px;
    margin-left: 30px;
}

.service-title2 {
    margin: 0;
    padding: 0;
    font-size: 30px;
    font-weight: bold; 
}
.service-text1 {
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-weight: normal; 
    margin-top: 8px;
}

.service-container2 {
    max-width: 1110px;
    margin: 0;
    margin-top: 42px;
    padding: 0;
    display: flex;
}

.service-image2 {
    width: 540px;
    height: 529px;
    order: 1;
}

.service-description2 {
    order: -1; 
    margin-top: 50px;
    margin-right: 30px;
}

.service-text2 {
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-weight: normal; 
    margin-top: 12px;
    list-style-type: none;
}


.service-request-container {
    display: flex; 
    flex-direction: column;
    padding: 0;
    margin: 0;
    margin-left: 0;
    margin-top: 39px;
    min-height: 390px;
    width: 100%;
    border-radius: 12px;
    box-shadow: 0 0 0 2px #226B73;
    background: linear-gradient(        
        rgba(156, 255, 249, 0.47), 
        rgba(34, 107, 115, 0.47)
    );    
    align-items: center;
}

@media screen and (max-width: 1150px) {
    
    .service-image1 {
        width: 290px;
        height: 246px;
    }   

    .service-image2 {
        width: 290px;
        height: 325px;
    }

}

@media screen and (max-width: 660px) {
    
    .service-container1, .service-container2 {
        flex-wrap: wrap;
    }
    .service-description1 {
        margin: 0;
        margin-top: 23px;
    }   

    .service-description2 {
        order: 2;
        margin: 0;
        margin-top: 23px;
    }   

    .service-title1 {
        font-size: 14px;
        font-weight: bold; 
        margin-top: 20px;
        margin-bottom: 27px;
    }

    .service-title2 {
        font-size: 14px;
        
    }

    .service-text1 {
        font-size: 12px;
        margin-top: 13px;
    }

    .service-text2 {
        font-size: 12px;
        margin-top: 24px;
    }
}

/***********************************************
СТИЛИ ДЛЯ СТРАНИЦЫ "ПОЛИТИКА КОНФИДИЦИАЛЬНОСТИ"
***********************************************/

.politics-container {
    display: flex; 
    flex-direction: column;
    max-width: 1110px;
    font-size: 16px;
    font-weight: normal;
}

.politics-title {
    font-size: 20px;
    font-weight: bold;
}

.politics-text {
    font-size: 16px;
    font-weight: normal;
}

.politics-list {
    font-size: 16px;
    font-weight: normal;
    margin: 0;
}

.politics-button {
    background-color: #F28D35;
    font-size: 18px;
    color: black;
    font-weight: bold;
    padding:11px 108px;
    line-height: 23px;
    border-radius: 5px;
    border: none;
    cursor: pointer;
    display: inline-block;
    box-shadow: 0 0 0 1px black;
    margin: 0;
    margin-top: 40px;    
    align-items: center;
}
.politics-button:hover {
    background-color: #F87706;
    box-shadow: 0 0 0 2px black;
}
.politics-button:active {
    box-shadow: 0 0 4px 2px black;
}

@media screen and (max-width: 560px) {
    .politics-container {
        font-size: 12px;
    }
    
    .politics-title {
        font-size: 14px;
        font-weight: bold;
    }
    
    .politics-text {
        font-size: 12px;
    }
    
    .politics-list {
        font-size: 12px;
    }
    
    .politics-button {
        font-size: 17px;
        padding:11px 8px;
        margin-top: 27px;    
    }
}

/*******************************
СТИЛИ ДЛЯ СТРАНИЦЫ "ОШИБКА 404"
********************************/
.error404-title {
    font-size: 30px;
    font-weight: bold;
    margin: 0;
    margin-top: 56px;
    margin-bottom: 39px;
}

.error404-image {
    width: 100%;
    height: auto;
}

@media screen and (max-width: 450px) {
    .error404-title {
        font-size: 14px;
        margin-top: 45px;
        margin-bottom: 26px;
    }
    
}

/******************
 * МОДАЛЬНЫЕ ОКНА *
 ******************/
 /************************
 * МОДАЛЬНОЕ ОКНО ЗАЯВКИ *
 ************************/

 .modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2000;
    background-color: rgba(0,0,0,0.5);
    display: none;
    justify-content: center;
    align-items: center;
}

.modal--open {
    display: flex;
}

.modal-backdrop {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(7px);
}

.modal-window-background {
    max-width: 90%;
    max-height: 90%;
    min-height: 390px;
    min-width: 1100px;
    background-color: #50AFA8;
    padding: 0;
    margin: 0;
    z-index: 2100;
    border-radius: 12px;
    box-sizing: border-box;
}

.modal-window {
    min-height: 390px;
    min-width: 1100px;
    position: relative;
    z-index: 2100;
    overflow-y: auto;
    display: flex; 
    flex-direction: column;
    padding: 0;
    margin: 0;  
    border-radius: 12px;
    box-sizing: border-box;
    border: 2px solid #226B73;
    background: linear-gradient(        
        rgba(156, 255, 249, 0.47), 
        rgba(34, 107, 115, 0.47)
    );    
    align-items: center;
    line-height: 130%;
}


.modal-close-button {
    display: block;
    width: 18px;
    height: 18px;
    background: transparent url("images/modal-close.svg") center no-repeat;
    background-size: contain;
    border: 0;
    position: absolute;
    top: 25px;
    right: 25px;
    opacity: 0.5;
    transition: opacity 0.2s;
    cursor: pointer;
}

.modal-close-button:hover,
.modal-close-button:focus {
    opacity: 1;
}

.modal-message {
    display: none;
    font-size: 30px;
    font-weight: normal;
    margin-bottom: 20px;
    text-align: center;
    line-height: 130%;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 75px;
}


@media screen and (max-width: 1150px) {
    .modal-window-background {
        min-width: 600px;
    }
    
    .modal-window {
        min-width: 600px;
    }

    .request-title {
        padding-left: 45px;
        padding-right: 45px;
    }

}

@media screen and (max-width: 600px) {
    .modal-window-background {
        max-width: 100%;
        max-height: 100%;
        min-height: 363px;
        min-width: 290px;
        width: 290px;
        
    }
    
    .modal-window {
        min-height: 363px;
        min-width: 290px;
        width: 290px;
    }

    .request-title {
        margin-top: 39px;
    }

    .modal-close-button {
        top: 12px;
        right: 12px;
    }

    .modal-message {
        font-size: 14px;
        margin-bottom: 39px;
    }

}

