* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Roboto', sans-serif;

}

a {
    text-decoration: none;
    color: #08082a;
}

header {
    position: absolute;
    top: 36px;
    left: 0;
    right: 0;
    padding: 19px 20px !important;
    width: 100%;
    z-index: 30;
    background: #18A7B8;
    border-radius: 9px;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    -ms-border-radius: 9px;
    -o-border-radius: 9px;
}

.container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0;
}

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

.img {
    width: 100%;
}

.header-logo {
    display: block;
    max-width: 146px;
}

.bg-logo-color {
    filter: brightness(0) saturate(100%);
    -webkit-filter: brightness(0) saturate(100%);
}

.navigation {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-menu {
    margin-right: 12px;
    list-style: none;
    display: flex;
    font-weight: normal;
    font-size: 16px;
    text-align: left;
    color: #fff;
}

.header-menu-item {
    padding: 5px 12px;
    font-weight: 400;
    font-size: 16px;
    text-align: left;
    color: #ffffff;
}

.select-languages {
    display: flex;
    outline: none;
    border: none;
    background: transparent;
    font-weight: normal;
    font-size: 16px;
    text-align: left;
    color: #fff;
    padding: 0 5px;
}

.select-languages div:first-child {
    margin-right: 14px;
}

.select-languages button {
    background: transparent;
    outline: none;
    border: none;
    cursor: pointer;
}

.burger-btn {
    background: transparent;
    border: none;
    cursor: pointer;
    display: none;
    padding: 6px;
}

.burger-btn-color {
    filter: brightness(0) saturate(100%);
    -webkit-filter: brightness(0) saturate(100%);
}

.bg-white {
    background-color: white;
}

.bg-logo{
    max-width: 1200px;
}

.text-color {
    color: #000000;
}

.slider {
    display: flex;
}

.slider img {
    filter: brightness(0.7);
    -webkit-filter: brightness(0.7);
}

.top-slider-info {
    /* padding: 37px 15px 47px; */
    max-width: 780px;
    position: absolute;
    z-index: 10;
    left: 0;
    right: 0;
    bottom: -46px;
    background: rgba(255, 222, 0, 0.93);
    /* margin: auto; */
    /* top: 50%; */
    transform: translateY(-50px);
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    -webkit-transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    -o-transform: translateY(-50px);
    border-radius: 0 5px 5px 0;
}

.top-slider-info-text {
    padding: 37px 47px 43px 200px;
    font-weight: bold;
    font-size: 50px;
    /* line-height: 57px; */
    text-align: left;
    color: #000;
    text-shadow: 0px 3px 3px rgba(154, 154, 154, 0.16);
}

.top-slider-info-btn {
    padding: 10px 55px;
    background: #18A7B8;
    font-weight: normal;
    font-size: 14px;
    border: 1px solid #18A7B8;
    color: white;
    border-radius: 20px 5px 20px 5px;
    margin-bottom: 47px;
    transition: .4s ease;
    -webkit-transition: .4s ease;
    -moz-transition: .4s ease;
    -ms-transition: .4s ease;
    -o-transition: .4s ease;
    -webkit-border-radius: 20px 5px 20px 5px;
    -moz-border-radius: 20px 5px 20px 5px;
    -ms-border-radius: 20px 5px 20px 5px;
    -o-border-radius: 20px 5px 20px 5px;
}

.top-slider-info-btn:hover {
    background: #08082a;
    border: 1px solid #08082a;
    transition: .4s ease;
    -webkit-transition: .4s ease;
    -moz-transition: .4s ease;
    -ms-transition: .4s ease;
    -o-transition: .4s ease;
}

.svg-color {
    fill: red;
}

.about-us-section {
    padding: 83px 0 70px;
}

.about-us-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.about-us-block {
    width: 60%;
}

.about-us-block .editor{
    margin: 23px 0 6px;
    color: #004B4D;
    font-size: 14px;
}

.about-us-img {
width: 37%;
  position: relative;
}
.about-us-img img{
    max-width: 500px;
    /* position: absolute;
    bottom: -30px;
    right: -44px; */
}

.foto-logo img{
    position: absolute;
    left: 50px;
    bottom: 40px;
}

.square{
    width: 505px;
    height: 505px;
    background: transparent;
    border: 5px solid #408789;

}

.about-us-title {
    font-weight: 500;
    font-size: 25px;
    line-height: 38px;
    text-align: left;
    color: #379c98;
    text-shadow: 0px 3px 3px rgba(154, 154, 154, 0.16);
    padding: 0 0 17px 0;

}

.about-us-info {
    font-weight: bold;
    font-size: 21px;
    text-align: left;
    line-height: 28px;
    color: #1a1a1a;
    text-shadow: 0px 3px 3px rgba(154, 154, 154, 0.16);
    padding: 0 0 50px 0;
}

.number-block{
    width: 48%;
border-radius: 20px 0px 20px 0px;
border: 1px solid #F5F3F4;
padding: 11px 52px 18px 28px;
margin-top: 10px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -moz-box;
    display: -webkit-box;
    -moz-box-orient: vertical;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    padding: 0 14px;
}
.about-us-block ul{
    padding-left: 30px;
}

.number{
    font-size: 37px;
    font-weight: 400;
    line-height: 50.76px;
    text-align: left;
    color: #FD5900;
    margin-bottom: 8px;

}

.number-title{
    font-size: 20px;
    font-weight: 400;
    line-height: 27.44px;
    text-align: left;
    color: #005F61;
    margin-bottom: 26PX;

}

.numbner-text{
    font-size: 13px;
    font-weight: 400;
    line-height: 17.84px;
    text-align: left;
    color: #005F61;

}

.about-number-block{
    display: flex;
    justify-content: space-between;
}

.page-title {
    font-size: 20px;
    font-weight: 400;
    line-height: 27.44px;
    text-align: left;
    color: rgba(0, 95, 97, 1);
}

.title-border {
    background: rgba(247, 129, 5, 1);
    width: 122px;
    height: 7px;
    border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    -ms-border-radius: 0 0 5px 5px;
    -o-border-radius: 0 0 5px 5px;
}

.slider-section {
    text-align: center;
    position: relative;
}

.direct-activity-slider {
    padding: 50px 0 20px 0;
}

.price-slider .direct-activity-info:not(:last-child){
    border-bottom: 1px dashed #DBDBDB;
}

.price-slider .direct-activity-title{
    border-bottom: unset;
    text-align: center;
}

.price-slider .direct-activity-info p {
    text-align: center;
}
.price-slider .card-price-btn{
    display: ruby-text;
}

.card-price-btn span{
    font-size: 16px;
    font-weight: 700;
    line-height: 29px;
}

.black-number{
font-size: 13px;
font-weight: 400;
line-height: 23px;
text-align: center;
color: #000 !important;

}

.price-slider .page-card-div{
    padding: 0;
}

.page-card-info-all{
    padding: 8px 23px 20px 23px;
}
.page-card-info-all p{
    text-overflow: ellipsis;
    overflow: hidden;
    display: -moz-box;
    display: -webkit-box;
    -moz-box-orient: vertical;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}



.swiper {
    z-index: 5;
    background: #fff;
}

/* .swiper .swiper-pagination {
    bottom: 8px;
}

.swiper .swiper-pagination .swiper-pagination-bullet {
    background: #b2b2b2;
    opacity: 1;
    margin: 0 9px;
}

.swiper .swiper-pagination .swiper-pagination-bullet-active {
    background: #1a1a1a;
    position: relative;
}

.swiper .swiper-pagination .swiper-pagination-bullet-active::after {
    content: "";
    border: 1px solid #1a1a1a;
    padding: 10px;
    border-radius: 50%;
    top: -7px;
    left: -7px;
    position: absolute;
} */

/* .direct-activity-section {
    background: #f9f9f9;
    padding: 37px 0 137px;
} */

.page-card-div {
    width: 100%;
    background: white;
    padding: 10px 10px 20px 10px;
    border: 1px solid #F8F8F8;
    border-radius: 6px;
    box-shadow: 2px 4px 7px 2px #25252530;

}

.slider-blue{
    margin-top: -70px;
}

.first-slider-block,
.two-slider-block,
.three-slider-block{
    position: relative;
}



.blue-square{
    position: absolute;
    right: 0;
    top: 160px;
    width: 290px;
    height: 250px;
    background: #18A7B8;
}
.orange-square{
    position: absolute;
    left: 0;
    top: 160px;
    width: 370px;
    height: 250px;
    background: #FAAB35;
}
.red-square{
    position: absolute;
    right: 0;
    top: 160px;
    width: 370px;
    height: 250px;
    background: #FD5900;
}

.slider-orange{
    margin-top: 50px;
}

.slider-red{
    margin-top: 53px;
}

.icon {
    width: 74px;
    height: 74px;
}

.direct-activity-title {
    font-size: 15px;
    font-weight: 400;
    line-height: 26px;
    text-align: left;
    padding: 12px 0;
    border-bottom: 1px solid #CFCFCF;

}

.direct-activity-title a {
    color: #008083;

}

.direct-activity-info p {
    color: #776E6E;
}

.direct-activity-info {
    font-weight: normal;
    font-size: 12px;
    line-height: 19px;
    text-align: left;
    margin-top: 10px;
    color: #9b9b9b;
    height: 40px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -moz-box;
    display: -webkit-box;
    -moz-box-orient: vertical;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.price {
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
    text-align: left;
    color: #014851;

}

.more {
    cursor: pointer;
    background: transparent;
    border: none;
    font-weight: 500;
    font-size: 13px;
    width: 100%;
    background: #008083;
    color: #fff;
    border-radius: 10px 3px 10px 3px;
    padding: 4px 17px;


}

.card-price-btn {
    display: flex;
    justify-content: space-between;
    margin-top: 18px;
}

.direct-activity-section-card {
    padding: 68px 0 0 0;
}

/* .direct-activity-number>.counter {
    padding: 105px 130px;
} */

.background-section{
    background: #18A7B8;
    margin: 66px 0 147px;
}

.title-foto-block{
    display: flex;
    justify-content: space-between;
}

.bg-foto{
    border-radius: 50%;
    border: 10px solid #fff;
    max-width: 560px;
    max-height: 560px;
}

.baner-text{
    font-size: 40px;
    font-weight: 400;
    line-height: 54.88px;
    text-align: left;
    max-width: 560px;
    margin: 76px 0 122px;
    color: #fff;

}

.news-section {
    padding: 45px 0 43px;
}

.news-card-row {
    padding: 55px 0 68px;
}

.news-card {
    position: relative;
}

.news-img {
    border-radius: 3px;
    position: relative;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

.card-title {
    border-radius: 0px 3px 3px 0px;
    background: #ff5e15;
    position: absolute;
    text-align: left;
    color: #fff;
    font-size: 16px;
    padding: 7px 22px;
    left: 0;
    top: 13px;
}

.news-title {
    font-weight: bold;
    font-size: 18px;
    text-align: left;
    color: #1a1a1a;
    margin: 12px 0 0  0;
}

.news-time {
    font-size: 14px;
    text-align: left;
    color: #ff5e15;
    padding-bottom: 16px;
    border-bottom: 1px solid #b1aeae;
    max-width: 100px;
    width: 100%;
    display: inline-block;
}

.news-text {
    font-size: 14px;
    text-align: left;
    color: #605B56;
    padding-top: 16px;
    line-height: 24px;
    overflow: hidden;
    display: -moz-box;
    display: -webkit-box;
    -moz-box-orient: vertical;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.news-card-text{
    position: absolute;
    bottom: -100px;
    left: 0;
    right: 0;
    margin: auto;
    width: 80%;
    background: #fff;
    padding: 15px 29px 27px 26px ;
}

.media-section {
    padding: 46px 0 46px;
}

.media-btn,
.document-btn {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 36px;
}

.media-btn-all,
.document-btn-all {
    font-size: 14px;
    text-align: center;
    color: #727695;
    padding: 14px 26px;
    border-radius: 23px;
    background: #fff;
    border: 1px solid #eaeaea;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    -ms-border-radius: 23px;
    -o-border-radius: 23px;
    margin: 7px;
}

.media-btn-active,
.document-btn-active {
    position: relative;
    background: #08082a;
    color: #ffffff;
}

.media-btn-active::after,
.document-btn-active::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 1px;
    bottom: -10px;
    border: 0 solid transparent;
    border-left-width: 10px;
    border-right-width: 10px;
    border-top: 10px solid #08082a;
}

.media-card-row {
    padding: 51px 0 63px;
}

.document-section {
    padding: 5px 0 63px;
}

.document-row {
    padding: 0 35px;
    display: flex;
    flex-wrap: wrap;
    margin-top: 50px;
}

.document-col {
    display: flex;
    width: 33.333%;
    padding: 15px 12px;
}

.document-row-item {
    width: 100%;
    font-size: 16px;
    text-align: left;
    color: #727695;
    border: 1px solid #eaeaea;
    border-radius: 23px;
    padding: 13px 22px;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    -ms-border-radius: 23px;
    -o-border-radius: 23px;
}

.pdf-color {
    color: #d41a1a;
    padding-right: 15px;
}

.contact-section .container{
    position: relative;
}

.contact-section-img {
    position: relative;
    background: url(../img/wallpaperflare.com_wallpaper.png) center no-repeat;
    background-size: cover;
    height: 700px;
    width: 100%;
    background-attachment: fixed;
}

.section-bg,
.contact-section-color {
    z-index: 5;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.36);
}

.contact-text {
    text-transform: uppercase;
    position: absolute;
    font-weight: bold;
    font-size: 71px;
    text-align: left;
    color: #fff;
    top: 0;
    z-index: 10;
    padding-top: 105px;
}

.contact-block {
    /* position: relative; */
    z-index: 10;
    margin: 130px auto 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    z-index: 15;
    /* padding: 70px 92px 96px 70px; */
}

.contact-img {
    /* width: 60%; */
    position: relative;
    margin: 0 0 0 auto;
}

.contact-img img{
    height: 100%;
}

.contact-block-title {
    font-weight: bold;
    font-size: 26px;
    text-align: left;
    color: #1a1a1a;
}

.contact-info {
    padding: 21px 0 43px;
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    color: #9b9b9b;
}

.contact-form-row {
    /* display: flex;
    flex-wrap: wrap; */
    margin: 0 -5px 54px -5px;
}

.contact-form-block {
    width: 60%;
    position: absolute;
    left: 0;
    top: 36px;
    Radius: 0px 10px 10px 0px;
    z-index: 4;
    background: rgba(255, 255, 255, 0.6100000143051147);
    border-radius: 0px 10px 10px 0px;
    backdrop-filter: blur(10px);
    padding: 28px 48px 28px 0;

}

.contact-form-item {
    padding: 9px 5px;
    width: 49%;
    border-bottom: 1px solid #D8D8D8;
}

/* .contact-form-item:nth-child(1),
.contact-form-item:nth-child(2) {
    width: 50%;
} */

.contact-input,
.contact-textarea {
    /* resize: none;
    font-family: 'Roboto', sans-serif;
    /* outline: none; */
    /* border-radius: 24px; */
    background: transparent;
    /* -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -ms-border-radius: 24px;
    -o-border-radius: 24px; */
    padding: 15px 21px;
    border: none;
    width: 100%;
    outline: none;
}

.contact-textarea {
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

.contact-textarea {
    height: 80px;
    resize: none;
}

.contact-btn {
    cursor: pointer;
    background: #18A7B8;
    font-size: 14px;
    text-align: left;
    color: #fff;
    padding: 7px 23px;
    margin-top: 26px;
    border: none;
    border-radius: 10px 3px 10px 3px;
    -webkit-border-radius: 10px 3px 10px 3px;
    -moz-border-radius: 10px 3px 10px 3px;
    -ms-border-radius: 10px 3px 10px 3px;
    -o-border-radius: 10px 3px 10px 3px;
}

.btn-div{
    display: flex;
    justify-content: flex-end;
}

.popup-form .contact-form-row{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.form-textarea{
    width: 100%;
}



.contact-tel-block {
    padding: 30px 20px 17px;
    background: #ff5e15;
    display: flex;
    flex-direction: column;
    position: absolute;
    left: 0;
    bottom: -5px;
}

.contact-tel {
    display: flex;
    align-items: center;
    font-weight: normal;
    font-size: 31px;
    text-align: left;
    color: #fff;

}

.contact-tel>svg,
.contact-mail>svg {
    padding-right: 10px;
}

.contact-mail {
    display: flex;
    align-items: center;
    font-weight: normal;
    font-size: 17px;
    text-align: left;
    color: #fff;
}

.header-menu-logo {
    max-width: 478px;
    width: 100%;
    margin: auto 0 0 auto;
    display: none;
}

.burger-close-btn {
    position: absolute;
    top: 52px;
    right: 30px;
    font-size: 25px;
    border: none;
    display: none;
    color: #18A7B8;
    background: transparent;
    cursor: pointer;
    border: 1px solid #18A7B8;
    border-radius: 50%;
    padding: 7px 10px;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
/* input[type=number] {
    -moz-appearance: textfield;
} */

.download-btn {
    position: absolute;
    right: 29px;
    bottom: 0;
    display: block;
    margin-left: auto;
    width: fit-content;
    padding: 7px 13px;
    margin: 35px 0 31px auto;
    border-radius: 10px 3px 10px 3px;
    background: #18A7B8;
    font-weight: normal;
    font-size: 15px;
    text-align: center;
    color: #fff;
    -webkit-border-radius: 10px 3px 10px 3px;
    -moz-border-radius: 10px 3px 10px 3px;
    -ms-border-radius: 10px 3px 10px 3px;
    -o-border-radius: 10px 3px 10px 3px;
}

.map-section{
    margin-top: 140px;
}

.map-block {
    position: relative;
    height: 480px;
}

.map-block>.container {
    display: flex;
    /* justify-content: flex-end; */
}

.map-info {
    position: absolute;
    top: -45px;
    bottom: 0;
    padding: 34px 20px 28px 20px;
    background: #18A7B8;
    filter: drop-shadow(0px 3px 53px rgba(40, 40, 40, 0.07));
    border-radius: 9px;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    -ms-border-radius: 9px;
    -o-border-radius: 9px;
    height: fit-content;
    max-width: 260px;
}

.map-title{
    margin-top: 25px;
}
.map-title p{
    font-size: 20px;
    font-weight: 400;
    line-height: 27.54px;
    text-align: left;
    color: #fff;

}

.map-title a{
    font-size: 14px;
    font-weight: 400;
    line-height: 19.28px;
    letter-spacing: 0.07em;
    text-align: left;
    color: #fff;


}

.map-info-logo {
    max-width: 170px;
    margin-bottom: 4px;
    margin-left: auto;
    margin-right: auto;
    border: 10px solid #fff;
    border-radius: 50%;
    padding: 65px 10px;
    margin-top: -80px;
    background: #18A7B8;

}

.map-contact {
    display: flex;
    flex-direction: column;

}

.map-contact>a {
    font-weight: normal;
    font-size: 23px;
    text-align: right;
    color: #040430;
    margin-bottom: 6px;
}

.social-media {
    display: flex;
    justify-content: flex-start;
    align-items: end;
    flex-wrap: wrap;
    background: #18A7B8;
    margin-top: -103px;
    flex-wrap: wrap;
    background: #18A7B8;
    height: fit-content;
    height: 50px;
   width: 260px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    padding: 0 12px;
}

.social-media>a {
    display: flex;
    justify-content: center;
    align-items: center;
    /* width: 40px;
    height: 40px;
    margin: 0 0 10px 19px; */
    /* border-radius: 4px;
    background: #fff;
    border: 1px solid #e2e2e2;
    font-size: 20px; */
}

.footer-block {
    width: 100%;
    background: transparent;
    /* background-color: #18A7B8; */
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    margin-top: -30px;
    /* z-index: 2222; */
    position: absolute;
    left: 0;
    right: 0;
}


.footer-logo {
    display: block;
    max-width: 257px;
}

.footer-info {
    display: flex;
    justify-content: space-between;
    padding: 6px 13px;
    background-color: #18A7B8;

}

.footer-info a,.footer-info p {
    font-weight: normal;
    font-size: 12px;
    text-align: left;
    color: #fff;
}

.footer-menu li:hover a,
.footer-info:hover a {
    color: #FF5E15;
    transition: .4s ease;
    -webkit-transition: .4s ease;
    -moz-transition: .4s ease;
    -ms-transition: .4s ease;
    -o-transition: .4s ease;
}

.news-popup{
    position: relative;
}
.news-popup-header {
    position: absolute;
    right: 25px;
    top: 30px;
}

.direct-activity-popup-bg,
.news-popup-bg {
    position: fixed;
    top: 0;
    z-index: 100;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    display: none;
    justify-content: center;
    overflow-y: auto;
}

.news-popup-title,
.direct-activity-popup-title {
    font-weight: 400;
    font-size: 20px;
    text-align: left;
    color: #008083;
    margin-bottom: 13px;
}

.direct-activity-popup,
.news-popup {
    max-width: 1000px;
    border-radius: 4px;
    background: #fff;
    box-shadow: 0px 3px 53px rgba(40, 40, 40, 0.07);
}

.direct-activity-popup,
.news-popup {
    margin: auto 15px;
    height: fit-content;
    padding: 36px 30px 40px;
}

.popup-header {
    padding-bottom: 0;
}

.popup-header,
.news-popup-header {
    display: flex;
    justify-content: flex-end;
    font-weight: bold;
    font-size: 29px;
    text-align: left;
    color: #1a1a1a;
    /* border-bottom: 1px solid #DEE2E6; */
}
.popup-info p{
    color: #776E6E  ;
}

.popup-close {
    padding: 1px 9px;
    font-size: 20px;
    background: transparent;
    border: none;
    cursor: pointer;
    border: 1px solid #18A7B8;
    border-radius: 50%;
    height: 32px;
}
.popup-header i{
    color: #18A7B8;
}

.popup-content {
    /*padding-top: 24px;*/
    display: flex;
    justify-content: space-between;
}

.popup-icon{
    width: 48%;
}

.popup-content .editor{
    width: 48%;
}

.popup-content-title {
    margin: 18px 0 15px;
    font-size: 25px;
    text-align: left;
    color: #18A7B8;
    font-weight: 500;
}

.popup-content .price{
    margin-top: 10px;
}

.popup-icon {
    /*max-width: 350px;*/
    border: 1px solid #DFDFDF;
}

.news-popup-header {
    padding-bottom: 18px;
}

.news-popup-btn {
    cursor: pointer;
}

.news-popup-close {
    display: flex;
    font-size: 30px;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 1px 7px;
    border: 1px solid #18A7B8;
    border-radius: 50%;

}
.news-popup-close i{
    color: #18A7B8;
}

.news-card-row{
    display: flex;
    justify-content: space-between;
}

.news-card-item {
    width: 48%;
}

.news-content {
    /*padding-top: 27px;*/
    display: flex;
    flex-direction: column;
}

.news-popup-img {
    /*float: left;*/
    width: 100%;
    /*border-radius: 3px;*/
    margin: 0 27px 15px 0;
}

.checkbox-block{
    display: flex;
    margin: 35px 0;
}



[type="checkbox"]:not(:checked),
	[type="checkbox"]:checked {
		position: absolute;
		left: 0;
		opacity: 0.01;
	}
	[type="checkbox"]:not(:checked) + label,
	[type="checkbox"]:checked + label {
		position: relative;
		padding-left: 2.3em;
		font-size: 1.05em;
		line-height: 1.7;
		cursor: pointer;
        color: #005F61;
        margin-right: 30px;
	}

	/* checkbox aspect */
	[type="checkbox"]:not(:checked) + label:before,
	[type="checkbox"]:checked + label:before {
		content: '';
		position: absolute;
		left: 0;
		top: 0;
		width: 1.4em;
		height: 1.4em;
		border: 1px solid #aaa;
		background: #FFF;
		border-radius: .2em;
		box-shadow: inset 0 1px 3px rgba(0,0,0, .1), 0 0 0 rgba(203, 34, 237, .2);
		-webkit-transition: all .275s;
				transition: all .275s;
	}

	/* checked mark aspect */
	[type="checkbox"]:not(:checked) + label:after,
	[type="checkbox"]:checked + label:after {
		content: '✕';
		position: absolute;
		top: .525em;
		left: .18em;
		font-size: 1.375em;
		color: #005F61;
		line-height: 0;
		-webkit-transition: all .2s;
				transition: all .2s;
	}

	/* checked mark aspect changes */
	[type="checkbox"]:not(:checked) + label:after {
		opacity: 0;
		-webkit-transform: scale(0) rotate(45deg);
				transform: scale(0) rotate(45deg);
	}

	[type="checkbox"]:checked + label:after {
		opacity: 1;
		-webkit-transform: scale(1) rotate(0);
				transform: scale(1) rotate(0);
	}

	/* Disabled checkbox */
	[type="checkbox"]:disabled:not(:checked) + label:before,
	[type="checkbox"]:disabled:checked + label:before {
		box-shadow: none;
		border-color: #bbb;
		background-color: #e9e9e9;
	}

	[type="checkbox"]:disabled:checked + label:after {
		color: #777;
	}

	[type="checkbox"]:disabled + label {
		color: #aaa;
	}

	/* Accessibility */
	/* [type="checkbox"]:checked:focus + label:before,
	[type="checkbox"]:not(:checked):focus + label:before {
		box-shadow: inset 0 1px 3px rgba(0,0,0, .1), 0 0 0 6px rgba(203, 34, 237, .2);
	} */


.red{
    color: red;
}
.contact-form-item label{
    color: #776E6E;
}

.direct-activity-popup .price{
    color: #008083;
}

.direct-activity-popup .price span{
    font-size: 14px;
}









/* Responsive */

@media all and (max-width: 1600px) {
 .blue-square{
    width: 200px;
}
.orange-square{
    width: 200px;
}
.red-square{
    width: 200px;
}
}

@media all and (max-width: 1500px) {
    .container {
        max-width: 100%;
        padding: 0 30px;
    }
}

@media all and (max-width: 1400px) {
    .square {
        width: 470px;
        height: 470px;
}
}

@media all and (max-width: 1300px) {
    .foto-logo img {
        left: 50px;
        bottom: 60px;
    }
}
@media all and (max-width: 1200px) {
    .square {
        width: 370px;
        height: 370px;
}
.about-us-block {
    width: 60%;
}
/* .about-us-row {
    flex-direction: column;
} */

.about-us-img img {
    bottom: 10px;
    right: -30px;
}
/* .foto-logo img {
    position: absolute;
    left: 50px;
    bottom: 30px !important;
} */
/* .about-us-block {
    width: 100%;
    padding: 0 0 0 0;
    margin-top: 25px;
} */



}

@media all and (max-width: 1024px) {
    .burger-btn {
        border: 1px solid #fff;
        border-radius: 50%;
        margin-left: 10px;
        display: block;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
}

header{
    top: 16px;
}


    .top-slider-info {
        max-width: 380px;
    }

    .header-menu {
        padding: 150px 20px 60px;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #ffffff;
        margin-right: 0;
        display: none;
        flex-direction: column;
        align-items: flex-end;
        overflow-y: auto;
    }

    .header-menu-logo {
        /* margin-top: 6%; */
        display: block;
    }

    .bg-logo {
        max-width: 520px;
    }
    .bg-foto {
        max-width: 220px;
        max-height: 220px;
    }

    .baner-logo img{
        max-width: 250px;
    }
    .baner-text {
        font-size: 21px;
        margin: 33px 0 19px;
        max-width: 300px;
        line-height: 30px;

    }
    .background-section {
        margin: 66px 0 50px;
    }
    .page-card-info-all {
        padding: 8px 14px 16px 23px;
    }

    /* .top-slider-info {
        top: 40%;
        transform: translateY(-40px);
        -webkit-transform: translateY(-40px);
        -moz-transform: translateY(-40px);
        -ms-transform: translateY(-40px);
        -o-transform: translateY(-40px);
    } */

    .contact-form-block {
        width: 100%;
        position: absolute;
        left: 0;
        top: -170px;
        right: 0;
        margin: auto;
        Radius: 0px 10px 10px 0px;
        z-index: 4;
        background: rgba(255, 255, 255, 0.6100000143051147);
        border-radius: 0px 10px 10px 0px;
        backdrop-filter: blur(10px);
        padding: 28px 48px;
    }

    .select-languages {
        border-left: none !important;
    }
    .top-slider-info{
        justify-content: flex-start;
        align-items: flex-start;
    }

    .burger-close-btn {
        display: block;
    }

    .news-popup-img {
        margin-left: 0;
        float: unset;
    }

    .header-menu li:not(:last-child){
        border-bottom: 1px dashed #ECECEC;
        width: 100%;
        text-align: end;
    }

    .header-menu-item {
        font-weight: 500;
        font-size: 17px;
        line-height: 60px;
        text-align: center;
        color: #08082a;
        padding: 21px 5px;
    }

    .top-slider-info-text {
        font-size: 25px;
        padding: 37px 47px 43px 52px;
        /* line-height: 47px; */
    }

    .header-logo {
        max-width: 120px;
    }

    .top-slider-info-btn {
        margin-bottom: 24px;
        margin-left: 50px;
    }

    .footer-info a,
    p {
        /* font-size: 11px; */
        line-height: 20px;
    }

    .about-us-row {
        display: unset;
        /* flex-direction: column;
        width: 100%; */
    }

    .about-us-section {
        padding: 39px 0 0;
        width: 100%;

    }

    .about-us-title {
        font-size: 20px;
    }

    .about-us-info {
        font-size: 19px;
        text-align: start;
        padding: 0 0 21px;
    }

    .about-us-block {
        width: 100%;
        padding: 0 0 34px 0;
        margin-top: 20px;
    }

    .about-us-img {
        width: 50%;
        float: left;
    }


    .about-us-img img {
        padding-right: 20px;
    }


    .page-title {
        font-size: 20px;
    }

    /* .direct-activity-slider {
        padding: 60px 0;
    }

    .direct-activity-section {
        padding: 42px 0 51px;
    } */

    .direct-activity-popup {
        padding: 36px 23px 44px 34px;
    }

    .counter-block {
        margin-top: 61px;
    }

    .counter .counter-timer {
        font-size: 60px;
    }

    .counter .counter-title {
        font-size: 12px;
    }

    .counter {
        padding: 3% 2%;
    }

    .icon {
        width: 72px;
        height: 72px;
    }

    .news-section {
        padding: 74px 0 43px;
    }

    .news-card-row {
        padding: 45px 0 68px;
    }

    .media-card-row {
        padding: 29px 0 63px;
    }

    .media-section {
        padding: 46px 0 36px;
    }

    .media-btn-all,
    .document-btn-all {
        padding: 14px 23px;
    }

    .document-section {
        padding: 5px 0 63px;
    }

    .document-row {
        margin-top: 40px;
        padding: 0;
    }

    .document-row-item {
        padding: 12px;
    }

    .document-col {
        padding: 8px 0;
        width: 100%;
    }

    .contact-text {
        font-size: 38px;
        padding-top: 33px;
    }

    .contact-tel-block {
        left: unset;
        bottom: unset;
        top: 36px;
        right: -170px;
    }

    .contact-img {
        width: 100%;
        margin-bottom: 25px;
    }

    .contact-form-block {
        width: 100%;
    }

    /* .contact-block {
        padding: 40px 27px 25px 36px;
    } */

    .contact-tel-block {
        padding: 30px 60px 17px 23px;
    }

    .contact-tel {
        padding-bottom: 12px;
    }

    .contact-info {
        padding: 21px 0 20px;
    }

    .contact-btn {
        margin-top: 18px;
    }

    .contact-section-img {
        height: 400px;
    }

    .map-block {
        height: 470px;
    }

    .map-info-logo {
        margin-bottom: 24px;
    }

    .map-contact>a {
        font-size: 18px;
    }

    .social-media>a {
        font-size: 16px;
    }

    .social-media>a {
        width: 32px;
        height: 32px;
    }

    .popup-content-title {
        margin: 35px 0 15px;
    }
    .map-info {
        padding: 18px 18px 24px 18px;
    }
    .social-media {
        height: 40px;
    }

}

@media all and (max-width: 767px) {
    .counter {
        width: 50%;
    }

    .contact-img {
        margin: 260px auto 75px;
        width: 100%;
    }

    .contact-tel-block {
        left: 0;
        bottom: unset;
        top: unset;
        right: 0;
        max-width: 264px;
        bottom: -50px;
        margin: auto;
        padding: 20px 13px 17px
    }

    .contact-tel {
        font-size: 22px;
        padding-bottom: 9px;
    }

    .contact-mail {
        font-size: 12px;
    }

    .top-slider-info-btn {
        margin-left: 20px;
        margin-top: 0;
    }

    .top-slider-info-text {
        font-size: 16px;
        line-height: 23px;
    }

    .top-slider-info {
        top: 75%;
        transform: translateY(-50px);
        -webkit-transform: translateY(-50px);
        -moz-transform: translateY(-50px);
        -ms-transform: translateY(-50px);
        -o-transform: translateY(-50px);
    }
    /* .map-info-logo {
        margin-bottom: 24px;
    } */
    .map-title p {
        font-size: 18px;
    }
    .map-title a {
        font-size: 13px;
    }
    .map-title {
        margin-top: 21px;
    }
    .top-slider-info-text {
        padding: 10px 30px 13px 20px;
    }
    .bg-logo {
        max-width: 400px;
    }
    .first-slider-block, .two-slider-block, .three-slider-block {
        margin-top: 25px;
    }
    .bg-foto {
        max-width: 110px;
        max-height: 110px;
    }
    .baner-text {
        font-size: 15px;
        margin: 9px 0 11px;
        max-width: 200px;
        line-height: 20px;
    }
    .baner-logo img {
        max-width: 170px;
    }
    .background-section {
        margin: 28px 0 27px;
    }
    .about-number-block{
        flex-direction: column;
    }
    .number-block{
        width: 100%;
    }
    .about-us-section {
        padding: 18px 0 0;
    }
    .contact-block {
        margin: 180px auto 0;
    }
    .checkbox-block {
        flex-direction: column;
    }
    .checkbox-block p{
        margin-top: 16px;
    }
    .news-card-row{
        flex-direction: column;
    }
    .news-card-item{
        width: 100%;
        margin-bottom: 150px;

    }

    .news-card-text {
        width: 90%;
    }

    .popup-content {
        flex-direction: column;
        position: relative;
    }
    .popup-icon {
        width: 100%;
    }
    .popup-form .contact-form-item {
        width: 100%;
    }

    .popup-content div{
        padding-left: 0 !important;
        margin-top: 40px;
    }
    .direct-activity-popup {
        padding: 0px 23px 15px 15px;
    }
    .direct-activity-popup ul{
        padding-left: 20px;
    }
    .popup-header{
        position: absolute;
        right: 0;
        top: 0;
    }






}

@media all and (max-width: 575px) {
    .container {
        max-width: 100%;
        padding: 0 15px;
    }

    .header-menu-item {
        font-size: 20px;
        line-height: 50px;
        padding: 21px 5px;
    }

    .header-menu {
        padding: 100px 20px;
    }

    .burger-close-btn {
        top: 30px;
    }

    .header-logo {
        max-width: 100px;
    }

    .top-slider-info-btn {
        font-size: 9px;
        padding: 9px 38px;
    }
    .blue-square{
        width: 80px;
    }
    .orange-square{
        width: 80px;
    }
    .red-square{
        width: 80px;
    }

    .footer-logo {
        margin-bottom: 19px;
    }

    .footer-item {
        width: 100%;
        padding: 0;
    }

    .footer-block-info {
        padding: 19px 0 34px;
    }

    .about-us-img {
        width: 100%;
    }

    /* .about-us-section {
        padding: 18px 0 46px;
    } */

    .about-us-title {
        font-size: 18px;
    }

    .about-us-info {
        font-size: 16px;
        padding: 0 0 16px;
        line-height: 22px
    }

    .icon {
        width: 70px;
        height: 70px;
    }

    .counter-block {
        margin-top: 46px;
    }

    /* .direct-activity-section {
        padding: 48px 0 35px;
    }

    .direct-activity-slider {
        padding: 43px 0 60px;
    } */

    .direct-activity-title {
        font-size: 21px;
    }

    .counter .counter-title {
        font-size: 11px;
    }

    .counter .counter-timer {
        font-size: 40px;
    }

    .page-title {
        font-size: 18px;
    }

    .news-title {
        font-size: 16px;
    }

    .news-time {
        font-size: 12px;
    }

    .news-section {
        padding: 42px 0 23px;
    }

    .news-card-row {
        padding: 25px 0 68px;
    }

    .news-popup {
        padding: 36px 15px 40px;
    }

    .media-section {
        padding: 36px 0 32px;
    }

    .media-btn {
        margin-top: 31px;
    }

    .media-btn-all {
        font-size: 11px;
        padding: 11px 25px;
    }

    .media-card-row {
        padding: 36px 0 63px;
    }

    .document-row {
        margin-top: 38px;
    }

    .document-section {
        padding: 25px 0 63px;
    }

    .document-row-item {
        font-size: 12px;
    }

    .document-btn-all {
        font-size: 10px;
        padding: 9px 12px;
    }

    .pdf-color {
        padding-right: 7px;
    }

    .contact-text {
        font-size: 24px;
        padding-top: 23px;
    }

    .contact-form-item:nth-child(1),
    .contact-form-item:nth-child(2) {
        width: 100%;
    }

    .contact-img {
        width: 100%;
    }

    .contact-block {
        margin: 100px auto 0;
        padding: 21px 15px;
    }

    .contact-block-title {
        font-size: 20px;
    }

    .contact-section-img {
        height: 230px;
    }

    .contact-btn {
        padding: 14px 54px;
        font-size: 13px;
    }

    .map-block {
        height: 550px;
        display: flex;
        flex-direction: column;
    }

    .map-contact>a {
        font-size: 12px;
    }

    .map-info-logo {
        max-width: 180px;
        margin-bottom: 36px;
    }

    .news-popup-title,
    .direct-activity-popup-title,
    .popup-content-title {
        font-size: 18px;
    }

    .popup-content-title {
        margin: 19px 0 15px;
    }

    .popup-header,
    .news-popup-header {
        padding-bottom: 0;
    }


    .news-popup-close {
        font-size: 16px;
    }

    /* .popup-icon {
        width: 61px;
        height: 61px;
    } */

    .social-media {
        margin-top: 22px;
    }

    .map-info {
        padding: 34px 18px 25px 30px;
    }

    .social-media>a {
        margin: 0 0 0 11px;
        font-size: 12px;
    }

    .social-media>a {
        width: 22px;
        height: 22px;
    }

    .top-slider-info {
        max-width: 300PX;
    }

    .footer-info {
        flex-direction: column;
    }

    .header-menu {
        top: 60px;
    }

    header {
        padding: 4px 0;
    }
    .checkbox-block {
        margin: 30px 0;
    }
    .contact-form-row {
        margin: -5px -5px 0px -5px;
    }
    .contact-img {
        margin: 380px auto 75px;
    }
    .map-section {
        margin-top: 10px;
    }
    .map-info{
        position: unset;
        width: 100%;
        filter: unset;
    }
    .map-block>.container {
        flex-direction: column;
        margin: 0;
        background: #18A7B8;
    }
    .footer-block{
        position: unset;
        margin-top: 40px;
    }
    footer{
        background: #18A7B8;
    }
    .social-media {
        margin-top: 0px;
    }
    header {
        padding: 10px 15px !important;
    }
    .contact-form-block {
        padding: 15px;
    }


}

@media all and (max-width: 480px) {
    .top-slider-info-text {
        font-size: 14px;
        line-height: 20px;
    }

    .top-slider-info {
        top: 90%;
        transform: translateY(-90px);
        -webkit-transform: translateY(-90px);
        -moz-transform: translateY(-90px);
        -ms-transform: translateY(-90px);
        -o-transform: translateY(-90px);
    }

    .top-slider-info-btn {
        margin-top: 10px;
    }
    .top-slider-info{
        bottom: auto;
    }
}
.error-message{
    margin-top: 5px;
    color: red;
}
