@import url('https://fonts.googleapis.com/css2?family=Inter:wght@700&family=Montserrat:wght@400;500;600;800&display=swap');

* {
    margin: 0;
    padding: 0;
    outline: none;
}

dl, ol, ul, .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: 0;
    padding-left: 0rem;
}

section ul {
    padding-left: 1.3rem;
}

button:focus {
    outline: none;
}

html {
    scroll-behavior: smooth;
    background: #dedede;
}

body {
    background: white;
    /* max-width: 1920px; */
    margin: 0 auto;
    font-family: 'Montserrat', sans-serif !important;
    color: #000000;
    overflow-x: hidden;
}

.container {
    max-width: 1492px;
    margin: auto;
}

.buttons {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    color: #FFFFFF;
    border: 1px solid #68D1CB;
    background: linear-gradient(180deg, #99DAEF 0%, #3EDDC0 100%);
    border-radius: 50px;
    padding: 16px 0;
    text-align: center;
    transition: .3s;
    cursor: pointer;
}

.buttons:hover, .btn_price:hover, .btn_price_rassr:hover {
    box-shadow: 0 0 8px #68dcd6;
}

.titles {
    font-style: normal;
    font-weight: 400;
    font-size: 36px;
    line-height: 58px;
    text-transform: uppercase;
    text-align: center;
}

.container_btn_zamer {
    position: fixed;
    left: calc(100% - 129px);
    top: 50%;
    z-index: 2;
    transform: rotate(-90deg);
}

.wrap_btn_zamer {
    background: #4479BA;
    border-radius: 8px 8px 0px 0px;
    width: 220px;
    height: 37px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.wrap_btn_zamer h3 {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 38px;
    text-align: center;
    color: #FFFFFF;
}

/* Header */

.wrap_icon_menu, .wrap_close_menu, .wrap_mob_items_nav, .wrap_icon_phone_header a:last-child {
    display: none;
}

header {
    /* z-index: 2; */
    width: 100%;
    /* position: sticky; */
    /* top: 0; */
    background: white;
    padding: 9px 0;
}

.wrap_header {
    display: flex;
    align-items: center;
}

.item_header_text h4 {
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
}

.item_header_text {
    display: flex;
    align-items: center;
    margin-left: 65px;
}

.item_header_text .wrap_icon {
    margin-right: 12px;
}

.wrap_phone_info_header {
    margin-left: 253px;
}

.wrap_phone_info_header h3, .wrap_phone_info_header h4 {
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    line-height: 22px;
    text-align: right;
}

.wrap_phone_info_header h3::before {
    content: url(../img/header/Ellipse.svg);
}

.wrap_phone_numb_phone {
    display: flex;
    flex-direction: column;

}

.wrap_icon_phone_header {
    margin-right: 12px;
}

.wrap_phone_numb_phone a {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #000000;
    text-decoration: none;
    text-align: right;
}

.wrap_phone_header {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

/* nav */

nav {
    /* max-width: 1920px; */
    margin: 0 auto;
    width: 100%;
    position: sticky;
    top: 0;
    z-index: 2;
    padding: 0;
    background: linear-gradient(180deg, #B0E3F3 0%, #6CE5CF 100%);
}

.wrap_nav ul {
    display: flex;
    justify-content: space-between;
}

@media (max-width: 967px) {
    .wrap_nav ul {
        flex-direction: column;
    }
}

.wrap_nav ul li {
    margin-left: 0;
    display: inline-block;
    transition: .3s;
}

.wrap_nav ul li a:hover {
    transform: scale(1.05);
}

.wrap_nav ul li:first-child {
    margin-left: 0;
}

.wrap_nav ul li a {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
    text-decoration: none;
    padding: 17px;
    display: block;
}

@media (max-width: 967px) {
    .wrap_nav ul li a {
        padding: 10px 17px;
    }
}

/* Main */

/* .container_home_banner{
    margin-top: 56px;
} */

.item_banner_home {
    position: relative;
}

.item_banner_home .buttons {
    position: absolute;
    left: 10%;
    top: 70%;
    z-index: 1;
    text-align: center;
    max-width: 336px;
    width: 100%;
}

.wrap_content_banner h1 {
    position: absolute;
    top: 100px;
    left: 0;
    background: #FFBF33;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
    max-width: 837px;
    width: 100%;
    font-style: normal;
    font-weight: 800;
    font-size: 42px;
    line-height: 38px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #000000;
    padding: 9px 0;
    padding-left: 212px;
}

.wrap_content_banner h2 {
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 38px;
}

.item_banner_home img {
    width: 100%;
}

.swiper-pagination-bullet {
    --swiper-theme-color: linear-gradient(180deg, #99DAEF 0%, #3EDDC0 100%);
}

.container_podarki {
    background: white;
}

@media (max-width: 767px) {
    .container_podarki {
        margin-top: 100px;
    }
}

@media (max-width: 450px) {
    .container_podarki {
        margin-top: 100px;
    }
}

.item_podarki h4 {
    display: flex;
    max-width: 314px;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 24px;
}

.item_podarki h4::before {
    margin-right: 16px;
    content: url(../img/main/podark_icon.svg);
}

.wrap_podarki {
    padding: 19px 70px;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
    max-width: 1488px;
    margin: auto;
    background: #FFFFFF;
    box-shadow: 0px 0px 44px rgba(0, 0, 0, 0.11);
    margin-top: -50px;
}

.wrap_podarki h3 {
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 48px;
    text-transform: uppercase;
    color: #0C42AA;
    text-align: center;
}

.wrap_items_podarki {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.item_podarki {
    margin: 40px;
}

/* .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction{
    top: 50px;
} */

.container_open_quiz {
    margin-top: 150px;
    margin-bottom: 150px;
}

.wrap_open_quiz {
    display: flex;
    background: #FFFFFF;
    box-shadow: 0px 0px 44px rgba(0, 0, 0, 0.11);
}

.wrap_context_open_quiz {
    width: 70%;
    padding: 60px 0 50px 70px;
    box-sizing: border-box;
}

.wrap_img_open_text {
    position: relative;
    width: 30%;
    background: linear-gradient(180deg, #99DAEF 0%, #3EDDC0 100%);
}

.wrap_img_open_text img {
    position: absolute;
    bottom: 0;
    right: 150px;
}

.wrap_context_open_quiz .titles {
    font-size: 24px;
    text-align: left;
}

.wrap_context_open_quiz h3 {
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 36px;
}

.wrap_list_quiz {
    margin-top: 16px;
    display: flex;
    flex-wrap: wrap;
    max-width: 800px;
}

.wrap_list_quiz h4 {
    margin-top: 24px;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    margin-right: 100px;
}

.wrap_list_quiz h4::before {
    content: url(../img/main/tick.svg);
    margin-right: 20px;
}

.wrap_context_open_quiz .buttons {
    margin-top: 36px;
    text-align: center;
    max-width: 574px;
    width: 100%;
}

.wrap_context_open_quiz .buttons h5 {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 30px;
    text-transform: lowercase;
}

.container_what_wind {
    background-image: url(../img/main/backgr_wind.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 256px;
    margin-bottom: 80px;
}

.wrap_cont_what_wind {
    padding-top: 70px;
}

.wrap_cont_what_wind h3 {
    font-style: normal;
    font-weight: 400;
    font-size: 42px;
    line-height: 58px;
    text-transform: uppercase;
    color: white;
}

.wrap_cont_what_wind h3 span {
    font-weight: 700;
}

.wrap_what_wind {
    height: 100%;
    display: flex;
    justify-content: space-around;
}

.wrap_img_what_wind {
    position: relative;
    height: 100%;
    width: 50%;
}

.wrap_img_what_wind img {
    position: absolute;
    bottom: 0;
    right: 0;
}

.container_what_wind .container {
    height: 100%;
}

.list_btn {
    display: flex;
    max-width: 700px;
    margin: auto;
    justify-content: space-between;
}

.btn_list {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 18px;
    text-transform: uppercase;
    color: #000000;
    border: 1px solid #000000;
    border-radius: 50px;
    padding: 12px 30px;
    text-align: center;
    transition: .3s;
    cursor: pointer;
}

.btn_list:hover {
    background: linear-gradient(180deg, #99DAEF 0%, #3EDDC0 100%);
    border: 1px solid white;
    color: white;
}

.active_btn_list {
    background: linear-gradient(180deg, #99DAEF 0%, #3EDDC0 100%);
    border: 1px solid white;
    color: white;
}

.container_char_wind {
    margin-bottom: 100px;
}

.wrap_item_char_wind {
    display: flex;
    margin-top: 51px;
    justify-content: center;
}

.wrap_img_char_wind {
    max-width: 259px;
    width: 100%;
}

.wrap_img_char_wind img {
    width: 100%;
}

.item_char_list {
    display: flex;
    align-items: center;
}

.wrap_content_char_wind {
    max-width: 747px;
    margin-left: 51px;
}

.cont_items_list_char {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 26px;
}

.wrap_content_char_wind h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 44px;
    text-transform: uppercase;
    color: #000000;
}

.wrap_content_char_wind h3 {
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 26px;
    color: #000000;
    margin: 20px 0 0 0;
    text-align: left;
}

.item_char_list h4 {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    margin-left: 14px;
}

.wrap_item_char_list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.wrap_item_char_list:last-child {
    margin-bottom: 0;
}

.wrap_grafik_item {
    width: 344px;
}

.wrap_line_backgr {
    position: relative;
    width: 100%;
    height: 8px;
    background: #E6E6E6;
    border-radius: 8px;
}

.line_grafik {
    position: absolute;
    top: 0;
    left: 0;
    width: 80%;
    height: 100%;
    background: linear-gradient(180deg, #99DAEF 0%, #3EDDC0 100%);
    border-radius: 8px;
    transition: 3s;
}

.wrap_items_list_char {
    cursor: pointer;
}

.wrap_items_list_char:hover .line_grafik {
    width: 100%;
}

.line_grafik_70 {
    width: 70%;
}

.line_grafik_75 {
    width: 75%;
}

.line_grafik h6 {
    position: absolute;
    right: 0;
    bottom: 100%;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
}

.wrap_items_list_char h5 {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: rgba(0, 0, 0, 0.6);
    text-align: right;
    margin-top: -20px;
}

.wrap_items_list_char {
    width: 100%;
}

.container_banner_price {
    margin-top: 128px;
}

.wrap_banner_price .titles {
    text-align: center;
    margin-bottom: 45px;
}

.wrap_banner_price {
    text-align: center;
}

.wrap_img_banner_price {
    max-width: 1200px;
    width: 100%;
    margin: auto;
}

.wrap_img_banner_price img {
    width: 100%;
}

.container_banner_rasrochka {
    margin-top: 150px;
    max-width: 100%;
    width: 100%;
    background-image: url(../img/main/banner_cart.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 536px;
}

.wrap_banner_rasr h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 58px;
    text-transform: uppercase;
    max-width: 683px;
}

.wrap_banner_rasr h3 {
    background: #FFE81A;
    border-radius: 50px;
    max-width: 300px;
    width: 100%;
    text-align: center;
    padding: 20px 0;
    margin-top: 30px;
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 18px;
    text-transform: uppercase;
}

.wrap_banner_rasr h4 {
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 34px;
    max-width: 514px;
    margin-top: 40px;
}

.wrap_banner_rasr {
    padding-top: 70px;
}

.container_zakaz_rasr {
    background: #C01111;
    padding: 11px 0;
}

.wrap_zakaz_rasr {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.wrap_zakaz_rasr h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 58px;
    color: #FFFFFF;
}

.wrap_zakaz_rasr h3 {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 18px;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 19px 30px;
    border: 2px solid #FFFFFF;
    border-radius: 50px;
    transition: .3s;
}

.wrap_zakaz_rasr h3:hover {
    transform: scale(1.05);
}

.container_cartTovar {
    margin-top: 141px;
    margin-bottom: 90px;
    border-bottom: 1px solid #CCCCCC;
    padding-bottom: 20px;
}

.wrap_cartTovar .titles {
    margin-bottom: 40px;
}

.items_cartTovar {
    display: flex;
    justify-content: center;
    margin-top: 57px;
}

.item_cartTovar h3 {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase;
    color: #000000;
    margin: 0;
}

.item_cartTovar {
    max-width: 313px;
    width: 100%;
    text-align: center;
    padding: 50px 0 70px 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.wrap_img_cartTovar {
    margin-top: 25px;
}

.wrap_img_cartTovar img {
    width: 100%;
    max-height: 244px;
    height: 100%;
}

.wrap_img_cartTovar svg {
    width: 100%;
    max-height: 244px;
    height: 100%;
}

.wrap_img_cartTovar_wood img {
    width: 100%;
    max-height: 245px;
    max-width: 185px;
}

.wrap_price_buy {
    margin-top: 27px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 20px;
    border-bottom: 1px dashed #B3B3B3;
}

.wrap_price_buy h4 {
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 24px;
}

.btn_price {
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 10px 28px;
    background: linear-gradient(180deg, #99DAEF 0%, #3EDDC0 100%);
    border-radius: 66px;
    transition: .3s;
    cursor: pointer;
}

.wrap_price_rassr {
    margin-top: 14px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.wrap_price_rassr h4 {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;

}

.btn_price_rassr {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    text-transform: uppercase;
    color: #000000;
    padding: 6px 20px;
    border: 1px solid #000000;
    border-radius: 66px;
    transition: .3s;
    cursor: pointer;
}

.item_cartTovar h6 {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 24px;
    text-align: left;
    margin-top: 5px;
}

.line_cartTovar {
    width: 1px;
    background: #CCCCCC;
    margin: 0 50px 0 60px;
}

.show_btn, .hidden_btn {
    display: none;
}

.wrap_banner_shtori {
    display: flex;
    justify-content: space-between;
}

.wrap_contect_shtori {
    padding-top: 208px;
    padding-left: 200px;
}

.wrap_contect_shtori h2 {
    position: absolute;
    font-style: normal;
    font-weight: 600;
    font-size: 48px;
    line-height: 59px;
    max-width: 799px;
}

.container_banner_shtori {
    margin-bottom: 150px;
}

.container_banner_shtori .container {
    max-width: 100%;
}

.wrap_contect_shtori .buttons {
    position: absolute;
    margin-top: 150px;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    color: #FFFFFF;
    border-radius: 10px;
    text-transform: inherit;
    padding: 20px;
}

.container_var_ostekl {
    margin-top: 150px;
    margin-bottom: 150px;
}

.wrap_var_ostekl .list_btn {
    max-width: 1350px;
    margin-top: 32px;
}

.wrap_banner_var_ostecl {
    margin: auto;
    margin-top: 52px;
    /* max-width: 928px; */
    /* width: 100%; */
    max-height: 450px;
    height: 100%;
    text-align: center;
}

.wrap_banner_var_ostecl img {
    /* width: 100%; */
    height: 100%;
}

.wrap_var_ostekl .buttons {
    max-width: 336px;
    margin: auto;
    margin-top: 51px;
}

.wrap_banner_4 h3 {
    font-weight: 700;
    font-size: 36px;
    line-height: 58px;
}

.container_banner_4 {
    margin-top: 120px;
    background-image: url(../img/main/banner_4.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 384px;
    margin-bottom: 80px;
}

.wrap_banner_4 .buttons {
    max-width: 336px;
    margin-top: 40px;
}

.wrap_works .titles {
    margin-bottom: 32px;
}

.wrap_items_works {
    text-align: center;
    margin-top: 30px;
}

.item_work {
    display: inline-block;
    max-width: 336px;
    height: 100%;
    width: 100%;
    margin: 15px;
}

.item_work img {
    width: 100%;
    max-height: 250px;
    height: 100%;
    object-fit: cover;
}

.container_sotrudniki {
    margin-top: 152px;
    background-image: url(../img/main/banner_sotrud.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 400px;
}

.context_sotrudniki h2 {
    font-style: normal;
    font-weight: 800;
    font-size: 42px;
    line-height: 54px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #000000;
    max-width: 583px;
}

.context_sotrudniki h3 {
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 38px;
    max-width: 597px;
    margin-top: 42px;
}

.wrap_sotrudniki {
    display: flex;
    height: 100%;
    padding-top: 62px;
    box-sizing: border-box;
}

.container_sotrudniki .container {
    height: 100%;

}

.img_sotrudniki {
    display: flex;
    align-items: flex-end;
    margin-left: 170px;
}

.img_sotrudniki span {
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: flex-start;
}

.img_sotrudniki img {
    height: 100%;
}

.img_sotrudniki h4 {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 18px;
}

.img_sotrudniki h5 {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    text-transform: lowercase;
    text-align: center;
    margin-top: 10px;
}

.container_works,
.container_opis_price {
    margin-top: 100px;
}

.item_opis_price {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 80px;
}

.img_opis_price img {
    width: 438px;
    height: 438px;
}

.context_opis_price h3 {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    max-width: 597px;
    margin-top: 35px;
}

.context_opis_price h2 {
    width: fit-content;
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 38px;
    text-align: center;
    text-transform: uppercase;
    padding: 6px 48px;
    text-align: center;
    background: #FFBF33;
    border-radius: 100px;
}

.context_opis_price .buttons {
    max-width: 336px;
    margin-top: 29px;
}

.item_opis_price:nth-child(even) {
    flex-direction: row-reverse;
    margin-bottom: 80px;
}

.container_besprots_rasr {
    position: relative;
    background-image: url(../img/main/banner_5.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 352px;
    margin-top: 200px;
}

.wrap_img_besprots_rassr {
    width: 50%;
}

.wrap_img_besprots_rassr img {
    max-height: 500px;
    position: absolute;
    bottom: 0;
}

.wrap_besprots_rasr {
    display: flex;
}

.item_bespr_rasr {
    background: #FFFFFF;
    box-shadow: 0px 10px 20px rgba(5, 17, 61, 0.25);
    border-radius: 8px;
    padding: 30px;
}

.item_bespr_rasr h2 {
    font-size: 36px;
    line-height: 46px;
    text-align: center;
    max-width: 357px;
    margin: auto;
}

.item_bespr_rasr ul li {
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    margin-top: 40px;
    list-style: none;
    display: flex;
}

.item_bespr_rasr ul li::before {
    content: url(../img/main/mark.svg);
    margin: 0 10px 0 0px;
}

.item_bespr_rasr ul li span {
    font-weight: 700;
    margin-left: 5px;
}

.item_bespr_rasr .buttons {
    max-width: 336px;
    margin: auto;
    margin-top: 40px;
}

.wrap_context_bespr_rasr {
    margin-top: -70px;
}

.container_review {
    background: #EDFBFF;
}

.wrap_review {
    padding: 70px 0;
}

/* ///////////// */

footer {
    background: white;
}

.wrap_info_footer {
    display: flex;
    justify-content: space-between;
}

.item_footer_info h3 {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
}

.item_footer_info h4 {
    margin-top: 30px;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 18px;
    max-width: 500px;
}

.item_footer_info {
    max-width: 605px;
    width: 100%;
}

.wrap_footer {
    padding: 57px 0 40px 0;
}

.item_footer_contact {
    display: flex;
    align-items: flex-end;
    max-width: 605px;
    width: 100%;
}

.wrap_footer_contact {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
}

.item_footer_contact h5 {
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    max-width: 170px;
    margin-left: 23px;
}

.item_footer_contact h6 {
    max-width: 150px;
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    line-height: 18px;
}

.item_footer_contact a {
    display: flex;
    align-items: center;
    color: black;
    text-decoration: none;
}

/*
.item_footer_contact a img{
    width: 24px;
} */

.item_footer_contact a h5 {
    display: flex;
    align-items: center;
    margin-left: 15px;
}

.item_footer_contact a h5 b {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
}

.item_footer_contact a h5 span {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.item_footer_contact a h5 span h5 {
    margin: 0 5px;
}

.item_footer_contact .buttons {
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 15px;
    padding: 10px 0;
    max-width: 238px;
    width: 100%;
}

.item_footer_contact:last-child {
    justify-content: space-between;
}

.wrap_copy_TG {
    margin-top: 42px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.wrap_copy h5 {
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    line-height: 16px;
}

.wrap_TG h6 {
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    line-height: 16px;
    margin-right: 16px;
    color: #000000;
}

.wrap_TG {
    display: flex;
    align-items: center;
}

.wrap_copy_TG a {
    text-decoration: none;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fractionХ {
    bottom: 33px;
}

.title_got_okna {
    position: absolute;
    left: 10%;
    top: 20%;
    font-style: normal;
    font-weight: 800;
    font-size: 42px;
    line-height: 56px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #121C27;
    max-width: 400px;
}

.row > div {
    box-sizing: border-box;
}

.sliderTree {
    position: relative;
    background-image: url(../img/cottage-glazing.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 555px;
}

.sliderTree::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #363636 0%, rgba(32, 74, 128, 0) 100%);
}

.sliderTree-items h2 {
    font-size: 60px;
    letter-spacing: -0.01em;
    text-transform: uppercase;
    color: #fff;
    width: 580px;
    line-height: 1;
    margin-bottom: 0;
}

.sliderTree-items p {
    font-size: 30px;
    letter-spacing: -0.01em;
    margin-top: 50px;
    margin-bottom: 50px;
    color: #fff;
    width: 430px;
}

.sliderTree-items button {
    background: #fff;
    height: 66px;
    width: 285px;
    font-size: 14px;
    border-radius: 66px;
    text-transform: uppercase;
    box-shadow: 0px 0px 22px rgb(0 0 0 / 25%);
    border: none;
    transition: all ease .3s;
}

.sliderTree .container {
    width: 100%;
}

.swiper-slide {
    display: flex;
    flex-direction: column;
}

/* header-navigation start */
/*
.wrap_nav ul {
    display: flex;
    align-items: center;
    gap: 40px;
    margin-bottom: 0;
    position: relative;
}*/

.wrap_nav ul,
.wrap_nav ul li,
.wrap_nav ul li ul,
.wrap_nav ul li ul li {
    list-style: none;
}

.wrap_nav ul li {
    padding: 0;
}

/*.wrap_nav ul li {
    margin-bottom: 0;
    padding: 15px 0;
}*/

.wrap_nav ul li ul {
    z-index: 20;
    padding-inline-start: 0;
    padding-left: 0;
    display: none;
    position: absolute;
    top: 100%;
    border: 1px solid #f8f8f8;
}

.wrap_nav ul li ul li {
    min-width: 270px;
    float: none;
    display: list-item;
    position: relative;
    background-color: #6CE5CF;
    padding: 0;
    overflow: hidden;
}

@media (max-width: 967px) {
    .wrap_nav ul li ul li {
        background-color: transparent;
        padding-left: 17px;
    }
}

/*.wrap_nav ul li ul li a:hover {
    color: var(--accentColorDark) !important;
}*/

/*.wrap_nav ul li ul a {
    color: black !important;
    font-weight: normal !important;
}*/

.wrap_nav ul li ul li:hover,
.wrap_nav ul li ul a:hover {
    background-color: #B0E3F3;
}

.wrap_nav ul li:hover > ul {
    display: inherit;
}

/*.wrap_nav ul li ul ul {
    position: absolute;
    top: 0;
    left: 100%;
    border: 1px solid #f8f8f8;
}*/

.wrap_nav ul li ul {
    z-index: 20;
    padding-inline-start: 0;
    padding-left: 0;
}

@media (max-width: 991px) {
    .wrap_nav ul li ul {
        display: block;
        position: static;
        border: 0;
    }

    /*.wrap_nav ul li ul ul {
        position: static;
        border: 0;
    }*/
}

/* header-navigation end */

.mySwiper .swiper-slide {
    align-items: center;
}

.lp-pop.active {
    display: none!important;
}