* {
    margin: 0;
    padding: 0;
}

.container {
    max-width: 1470px;
}

body {
    font-family: Optima Cyr, sans-serif;
    font-style: normal;
    font-weight: normal;
    background-color: #1f1f1f;
}

marquee {
    width: 100%;
    height: 28px;
    display: flex;
    align-items: center;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}

p,
ul {
    margin: 0;
}

ul {
    list-style: none;
}

a:hover {
    text-decoration: none;
}

.wrapper {
    position: relative;
    overflow: hidden;
}

.row {
    margin-left: -12px;
    margin-right: -12px;
}

.row>div {
    padding-left: 12px;
    padding-right: 12px;
}

::-webkit-scrollbar {
    width: 7px;
    background: rgba(240, 228, 216, 0.3);
}

::-webkit-scrollbar-thumb {
    background: #1F1F1F;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.6);
    /* border-radius: 14px; */
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: block;
}

/* MENU STYLE */

.fullmenu{
    max-height: calc(100vh - 330px);
    max-width: 790px;
    width: 100%;
    margin: 0 auto;
}

.fullmenu .accordion>li:nth-last-child(odd){
    padding-left: 125px;
}

.fullmenu .accordion li .inner.show li{
    padding-left: 125px;
}

.fullmenu .accordion li .inner>li a {
    font-size: 24px;
}

.b-burger__close {
    top: 60px;
    right: 247px;
    transition: all 0.2s ease-in-out;
}

.b-burger__close  .icon-exit:before {
    position: relative;
    top: 2px;
}

.b-burger__close:hover{
    transform: rotateZ(180deg);
}

.b-burger__close i {
    color: #F0E4D8;
    font-size: 24px;
}

.b-burger__inner:after, .b-burger__main--menu{
    width: 100%;
}

.b-burger__main::after, .b-burger__inner:before{
    width: 0%;
}

.b-burger__inner:after{
    background-color: #1F1F1F;
}

.b-burger__main ul.accordion > li{
    border-top: none !important;
}

.language-mobile{
    z-index: 4;
    right: 240px;
    bottom: 40px;
    top: auto !important;
}

.language-mobile a.item{
    margin-left: 32px;
    font-family: Inter;
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
    color: #F0E4D8;
    opacity: 0.56;
}

.language-mobile a.active-lang{
    opacity: 1;
}

.menu-social {
    position: absolute;
    z-index: 4;
    display: flex;
    left: 240px;
    bottom: 40px;
}

.menu-social li a{
    font-family: Inter;
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
    color: #F0E4D8;
    margin-right: 32px;

}

.b-burger__main ul.accordion li a.toggle{
    justify-content: left !important;
}

.b-burger__main ul.accordion li a.toggle::after{
    margin: 0 30px;
}

.b-burger__main ul.accordion li a.toggle::after{
    transform: rotateZ(45deg);
    font-size: 12px;
}

/* MENU */

.headerMenu__top{
    max-width: 1000px;
    width: 100%;
}
.headerMenu__top>ul{
    flex-direction: row;
    justify-content: space-between;
}
.headerMenu__top .navbar-nav .dropdown-menu{
    position: absolute;
}
.headerMenu__top .navbar-nav .nav-link{
    position: relative;
    font-size: 18px;
    line-height: 30px;
    display: inline-block;
    text-transform: uppercase;
    color: #F0E4D8;
}
.headerMenu__top .navbar-nav .nav-link i{
    padding-left: 8px;
}
.headerMenu__top ul>li>.dropdown-menu {
    background-color: #F0E4D8;
    padding: 12px;
}
.headerMenu__top ul>li>.dropdown-menu a {
    font-size: 18px;
}
.headerMenu__top  .dropdown-item:hover{
    background-color: #1f1f1f;
    border-radius: 5px;
}

    /* HEADER */

header {
    background-color:  #1F1F1F;
    padding-top: 24px;
    padding-bottom: 40px;
}

.header-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.headerLogo{
    display: flex;
}

.headerLogo>div:first-child {
    width: 86px;
    height: 87px;
    display: block;
    margin-right: 21px;
}

.headerLogo>div:nth-child(2) {
    width: 75px;
    height: 86px;
    display: block;
}

.headerLogo div>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.header-item .headerMenu>i{
    font-size: 17px;
    color: #F0E4D8;
    cursor: pointer;
}

.header-item .headerMenu{
    display: none;
}

.fullmenu .menuLink_number{
    font-size: 20px;
    line-height: 40px;
    text-transform: uppercase;
    color: #F0E4D8;
    opacity: 0.8;
    padding-right: 28px;
}

.b-burger__main ul.accordion > li {
    margin: 40px 0 !important;
}

.b-burger__main ul.accordion li a.toggle, .b-burger__main ul.accordion > li > a{
    font-size: 43px !important;
    line-height: 64px;
    text-transform: uppercase;
    color: #F0E4D8 !important;
    padding: 0 !important;
    display: flex;
    align-items: center;
}

/* BANNER */

.banner {
    background-color: #1F1F1F;
    position: relative;
}

.banner-item {
    height: 785px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    z-index: 3;
}

.banner-item>div {
    text-align: center;
}

.banner-item div:first-child p:first-child {
    font-size: 32px;
    line-height: 40px;
    text-transform: uppercase;
    color: #F0E4D8;
}

.banner-item div:first-child h1 {
    font-size: 104px;
    line-height: 128px;
    color: #F0E4D8;
    margin: 8px 0;
}

.banner-item div:first-child p:last-child {
    font-size: 32px;
    line-height: 40px;
    text-transform: uppercase;
    color: #F0E4D8;
}

.banner-item .button {
    width: 144px;
    height: 144px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #F0E4D8;
    font-size: 18px;
    line-height: 24px;
    color: #1F1F1F;
    margin: 0 auto;
}

.banner-images {
    width: 1440px;
    height: 597px;
    display: block;
    position: absolute;
    top: 124px;
}

.banner-images>img:first-child {
     position: absolute;
     right: -24px;
     top: -24px;
 }

.banner-images>img:last-child {
    position: absolute;
    left: -24px;
    bottom: -24px;
}

.banner-images_bg {
    width: 100%;
    height: 597px;
    display: block;
}

.banner-images_bg>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

/* CAROUSEL LINE  */

.carousel {
    background-color: #1F1F1F;
    padding-top: 64px;
}

.carousel .word1 {
     font-size: 34px;
     line-height: 42px;
     margin: 0 40px;
     color: #F0E4D8;
 }

.carousel .word2 {
    font-size: 34px;
    line-height: 42px;
    margin: 0 40px;
    text-align: center;
    -webkit-text-stroke: 0.2px #F0E4D8;
    font-family: Optima; color: #1F1F1F;
}

.carousel .owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: none !important;
}

/*  ABOUT  */

.about{
    background-color: #1f1f1f;
}

.about-item {
    padding: 144px 0;
    display: flex;
    justify-content: space-between;
}

.about-item .about-item-left {
    max-width: 790px;
    width: 100%;
    height: 740px;
    display: block;
    position: relative;
}

.about-item .about-item-left .block:first-child {
    position: relative;
    z-index: 1;
    max-width: 708px;
    width: 100%;
    height: 467px;
    display: block;
}

.about-item .about-item-left .block:first-child>img:first-child{
    position: absolute;
    right: -24px;
    top: -24px;
    width: 152px;
}

.about-item .about-item-left .block:first-child>img:nth-child(2){
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.about-item .about-item-left .block:nth-child(2) {
    width: 318px;
    height: 387px;
    display: block;
    position: absolute;
    bottom: 0;
    z-index: 2;
    right: 0;
    margin-left: auto;
}

.about-item .about-item-left .block:nth-child(2)>img:last-child{
    position: absolute;
    left: -24px;
    bottom: -24px;
    width: 152px;
}

.about-item .about-item-left .block:nth-child(2)>img:first-child{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.about-item .about-item-left .block:nth-child(3) {
    position: absolute;
    left: 0;
    bottom: -61px;
    width: 396px;
    height: 396px;
    border-radius: 50%;
    border: 1px solid rgba(240, 228, 216, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
}

.about-item .about-item-left .block:nth-child(3)>img {
    width: 117px;
    position: relative;
}

.about-item-right {
    max-width: 586px;
    width: 100%;
}

.sectionTitle{
    text-align: center;
}

.sectionTitle>h2 {
    position: relative;
    font-size: 50px;
    line-height: 64px;
    display: inline-block;
    text-transform: uppercase;
    color: #F0E4D8;
}

.sectionTitle i {
    position: absolute;
    top: -38px;
    right: -52px;
    color: #F0E4D8;
    font-size: 66px;
}

.about-item-right>.sectionTitle {
    margin-bottom: 24px;
    text-align: left;
}

.about-item-right>p {
    font-family: Inter;
    font-size: 18px;
    line-height: 30px;
    color: #F0E4D8;
    opacity: 0.72;
    margin-bottom: 16px;
    /*display: -webkit-box;*/
    /*-webkit-line-clamp: 4;*/
    /*-webkit-box-orient: vertical;*/
    /*overflow: hidden;*/
}

.about-item-right .block {
    display: flex;
    margin-top: 72px;
}

.about-item-right .block>div:first-child {
    margin-right: 82px;
}

.about-item-right .block>div p>span:last-child {
    font-family: Inter;
    font-size: 18px;
    line-height: 30px;
    color: #F0E4D8;
    text-transform: uppercase;
    opacity: 0.72;
}

.about-item-right .block>div p:first-child {
    margin-bottom: 64px;
}

.about-item-right .block>div p>span:first-child {
    display: block;
    font-size: 64px;
    opacity: 1 !important;
    line-height: 64px;
    font-family: Optima Cry, sans-serif;
    text-transform: uppercase;
    color: #F0E4D8;
}

.pages__banner2 .breadcrumb>.breadcrumb-item:nth-child(3){
    display: none !important;
}

.aboutAll__images{
    padding-top: 88px;
}

.aboutAll__images .image {
    width: 100%;
    height: 250px;
    display: block;
    margin-bottom: 24px;
}

.aboutAll__images .image>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

/*  NEWS  */

.news {
    padding-top: 80px;
    padding-bottom: 64px;
    background-color: #F0E4D8;
}

.news .sectionTitle{
    display: flex;
    justify-content: center;
}

.news .sectionTitle>h2 {
    font-size: 56px;
    line-height: 64px;
    text-transform: uppercase;
    color: #1F1F1F;
}

.news .sectionTitle i {
    color: #1F1F1F;
}

.news-item {
    margin-top: 48px;
}

.news .block{
    position: relative;
    padding-bottom: 24px;
    height: 100%;
}

.news .block>.images {
    height: 256px;
    display: block;
    margin-bottom: 16px;
}

.news .block>.images>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.news .block>h4 {
    font-size: 24px;
    line-height: 32px;
    color: #1F1F1F;
    margin-bottom: 8px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.news .block>p {
    font-family: Inter;
    font-weight: 300;
    font-size: 18px;
    line-height: 30px;
    color: #1F1F1F;
    opacity: 0.72;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.news .block::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 1px;
    width: 1px;
    height: 80px;
    display: block;
    background-color: #1F1F1F;
}

.news .block::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 1px;
    width: 80px;
    height: 1px;
    display: block;
    background-color: #1F1F1F;
}

.news .owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: none;
}

.news .owl-carousel .owl-nav.disabled {
    margin-top: 58px;
    display: block !important;
}

.news-item .owl-nav button:focus, .gallery-item .owl-nav button:focus {
    outline: none;
}

.news-item .owl-nav button:first-child, .gallery-item .owl-nav button:first-child{
    margin-right: 24px;
}

.news-item .owl-nav button:hover{
    background-color: #F0E4D8 !important;
    color: #1f1f1f !important;
}

.news-item .owl-nav button>i, .gallery-item .owl-nav button>i {
    font-size: 48px;
}

/* JOIN US  */

.joinUs {
    background-color: #1f1f1f;
    padding-top: 120px;
}

.joinUs .sectionTitle {
    margin-bottom: 48px;
}

.joinUs-item{
    min-height: 838px;
    height: 100%;
}

.joinUs-item__image {
    width: 100%;
    height: 541px;
    display: block;
    position: relative;
}

.joinUs-item__image .image1 {
    width: 100%;
    height: 541px;
    display: block;
    position: relative;
}

.joinUs-item__image .image1>img:nth-child(1) {
    position: absolute;
    right: -24px;
    top: -24px;
}

.joinUs-item__image .image1>img:nth-child(2) {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.joinUs-item__image .image2 {
    width: 385px;
    height: 483px;
    display: block;
    position: absolute;
    bottom: -255px;
    left: 244px;
}

.joinUs-item__image .image2>img:first-child{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.joinUs-item__image .image2>img:last-child{
    position: absolute;
    left: -24px;
    bottom: -24px;
}

.joinUs-item__content {
    max-width: 763px;
    width: 100%;
    margin-left: auto;
    margin-top: 48px;
}

.joinUs-item__content>p:first-child{
    max-width: 405px;
    width: 100%;
    font-family: Inter, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 30px;
    color: #F0E4D8;
    opacity: 0.72;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.aboutPage .joinUs-item__content>p:first-child {
    display: -webkit-box;
    -webkit-line-clamp: 50;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.joinUs-item__content .button {
    width: 168px;
    height: 168px;
    display: block;
    padding: 0 10px;
    border-radius: 50%;
    background-color: #F0E4D8;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    color: #1F1F1F;
    margin-left: 351px;
    position: relative;
    z-index: 2;
}

.joinUs-item__content .buttonAnimate {
    width: 168px;
    height: 168px;
    display: block;
    border-radius: 50%;
    position: absolute;
    background-color: #F0E4D8;
    opacity: 0.5;
    left: 0;
    top: 0;
    z-index: -1;
    animation: animate 1.2s ease-in-out infinite;
}

@keyframes animate {
    0% {
        transform: scale(1, 1);
    }
    50% {
        opacity: 0.3;
    }
    100% {
        transform: scale(1.4);
        opacity: 0;
    }
}

/* GALLERY  */

.gallery {
    background-color: #1f1f1f;
    padding-top: 120px;
    padding-bottom: 49px;
}

.gallery-item {
    padding-top: 52px;
}

.gallery-item .item .image {
    width: 100%;
    height: 483px;
    display: block;
    position: relative;
}

.gallery-item .item .image>img:first-child{
    width: 152px;
    height: 152px;
    position: absolute;
    right: -24px;
    top: -24px;
    transition: all 0.3s ease-in-out;
}

.gallery-item .item .image>img:nth-child(2) {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.gallery-item .item .image>img:nth-child(4){
    width: 152px;
    height: 152px;
    position: absolute;
    left: -24px;
    bottom: -24px;
    transition: all 0.3s ease-in-out;
}

.gallery-item .owl-stage-outer {
    padding: 25px;
    margin: -25px;
}

.gallery-item .item .image>span{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
    width: 88px;
    height: 88px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #F0E4D8;
    transition: all 0.3s ease-in-out;
}

.gallery-item .item .image>span>i {
    color: #1F1F1F;
    font-size: 26px;
}

.gallery-item .item .image>img:first-child, .gallery-item .item .image>span, .gallery-item .item .image>img:nth-child(4) {
    opacity: 0;
}

.gallery-item .item .image:hover>img:first-child, .gallery-item .item .image:hover>span, .gallery-item .item .image:hover>img:nth-child(4){
    opacity: 1;
}

.gallery-item .owl-carousel .owl-nav.disabled {
    display: block !important;
    margin-top: 76px;
}

.gallery-item .owl-carousel .owl-dots.disabled {
    display: none !important;
}

.gallery-item .owl-nav button{
    background-color: transparent !important;
    color: #F0E4D8 !important;
}

/* MAP */

.map {
    background-color: #1f1f1f;
    padding-top: 120px;
    padding-bottom: 120px;
}

.map .sectionTitle {
    margin-bottom: 40px;
}

.map .map-item {
    width: 100%;
    height: 541px;
    display: block;
    position: relative;
}

.map-item__map {
    width: 100%;
    height: 100%;
}

.map-item__map > iframe {
    width: 100%;
    height: 100%;
    filter: brightness(0.4);
}

.map-item__content {
    position: absolute;
    width: 283px;
    height: 176px;
    display: block;
    padding: 40px;
    left: 132px;
    bottom: 108px;
    z-index: 1;
    background-color: #1f1f1f;
}

.map-item__content>p {
    font-family: Inter;
    font-size: 16px;
    line-height: 24px;
    color: #F0E4D8;
    margin-bottom: 26px;
}

.map-item__content ul{
    display: flex;
}

.map-item__content ul>li{
    margin-right: 20px;
}

.map-item__content ul>li>a>i{
    color: #F0E4D8;
    font-size: 20px;
}

.map-item__content ul>li>a>i:last-child{
    font-size: 16px;
}

/* FOOTER */

.footer {
    background-color: #F0E4D8;
}

.footer-item {
    padding-top: 48px;
    padding-bottom: 32px;
}

.footer-item__top, .footer-item__bottom, .footer-item__bottom>ul {
    display: flex;
    justify-content: space-between;
}

.footer-item__top {
    margin-bottom: 80px;
}

.footer-item__top__left{
    max-width: 240px;
    width: 100%;
}

.footer-item__top__left>h2 {
    font-size: 28px;
    line-height: 32px;
    color: #1F1F1F;
    margin-bottom: 16px;
}

.footer-item__top__left>ul>li{
    margin-bottom: 16px;
}

.footer-item__top__left>ul>li>a {
    font-family: Inter;
    font-size: 18px;
    line-height: 24px;
    color: #1F1F1F;
}

.footer-item__top__left>ul>li:last-child{
    margin-bottom: 0;
}

.footer-item__top__center {
    margin-top: 43px;
    width: 131px;
    height: 150px;
    display: block;
}

.footer-item__top__center>a {
    display: block;
}

.footer-item__top__center>a>img {
    width: 100%;
    height: auto;
}

.footer-item__top__right {
    max-width: 256px;
    width: 100%;
}

.footer-item__top__right>ul>li{
    margin-bottom: 32px;
}

.footer-item__top__right>ul>li:first-child{
    display: flex;
}

.footer-item__top__right>ul>li a{
    display: flex;
    align-items: start;
}

.footer-item__top__right>ul>li a span {
    font-family: Inter;
    font-size: 16px;
    line-height: 24px;
    color: #1F1F1F;
}

.footer-item__top__right>ul>li i {
    color: #1f1f1f;
    font-size: 18px;
    padding-right: 19px;
}

.footer-item__bottom>p:first-child, .footer-item__bottom>p:last-child,  .footer-item__bottom>p:last-child>a{
    font-family: Inter;
    font-size: 14px;
    line-height: 24px;
    color: #1F1F1F;
}

.footer-item__bottom>p:last-child>a{
    font-weight: 500 !important;
}

.footer-item__bottom>ul>li>a i{
    font-size: 24px;
    color: #1f1f1f;
    margin-right: 16px;
}

/* GALLERY */

.galleryPage{
    background-color: #1f1f1f;
    padding-top: 88px;
    padding-bottom: 120px;
}

.galleryPage .galleryPage-item .image{
    width: 100%;
    height: 256px;
    display: block;
    position: relative;
    margin-bottom: 24px;
}

.galleryPage .galleryPage-item .image img:first-child{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.galleryPage .galleryPage-item .image>img:nth-child(2) {
    position: absolute;
    width: 24px;
    height: 24px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* PAGE BANNER */

.pages__banner {
    height: 240px;
    width: 100%;
    display: block;
    background-repeat: no-repeat;
    background-position: right;
}

.pages__banner2{
    height: 240px;
    width: 100%;
    display: block;
    padding-top: 72px;
}

.pages__banner2{
    background-image: linear-gradient(90deg, #F0E4D8 -12.55%, #F0E4D8 66.95%, rgba(240, 228, 216, 0) 100%, rgba(240, 228, 216, 0) 100%);
}

.breadcrumb{
    background-color: transparent !important;
    margin-bottom: 0;
    padding: 0;
}

.pages__banner h2{
    font-size: 40px;
    line-height: 48px;
    text-transform: uppercase;
    color: #1F1F1F;
    margin-bottom: 16px;
}

.breadcrumb li>span, .breadcrumb li>a {
    font-family: Inter;
    font-size: 22px;
    line-height: 32px;
    color: #1F1F1F;
    opacity: 0.8;
}

.breadcrumb-item+.breadcrumb-item::before{
    font-size: 23px;
}

/* NEWS PAGE */

.newsPage{
    padding-top: 88px;
    padding-bottom: 120px;
    background-color: #1f1f1f;
}

.newsPage .news-item {
    margin-top: 0 !important;
}

.newsPage .block>h4, .newsPage .block>p {
    color: #F0E4D8;
}

.newsPage .item{
    margin-bottom: 24px;
}

.newsPage .block::before, .newsPage .block::after {
    background-color: #F0E4D8;
}

.newsPage .newsAll, .galleryPage .newsAll {
    margin-top: 104px;
    padding: 18px 46px 14px 46px;
    background-color: #F0E4D8;
    font-size: 18px;
    line-height: 24px;
    color: #1F1F1F;
}

.newsPage .news-item form, .galleryPage .galleryPage-item form {
    display: flex;
    justify-content: center;
}

/* CONTACTS PAGE */

.contact {
    background-color: #1f1f1f;
    position: relative;
}

.contact-item {
    padding-top: 61px;
    padding-bottom: 56px;
}

.contact-item > h2 {
    font-size: 40px;
    line-height: 40px;
    letter-spacing: 1.5px;
    color: #F0E4D8;
}

.contact-item__content {
    margin-top: 32px;
    display: flex;
}

.contact-item__content__left{
    border-right: 1px solid #F0E4D8;
    padding-right: 64px;
    max-width: 320px;
}

.contact-item__content__left ul>li{
    display: flex;
    margin-bottom: 40px;
}

.contact-item__content__left ul>li:last-child{
    margin-bottom: 0px;
}

.contact-item__content__left ul>li a {
    font-family: Inter;
    font-size: 16px;
    line-height: 24px;
    color: #F0E4D8;
    display: flex;
    margin-bottom: 5px;
}

.contact-item__content__left ul>li  i{
    font-size: 24px;
    color: #F0E4D8;
    padding-right: 16px;
}

.contact-item__content__right {
    padding-left: 64px;
}

.contact-item__content__right>p{
    margin-bottom: 24px;
}

.contact-item__content__right>p>span:first-child {
    font-size: 24px;
    line-height: 24px;
    color: #F0E4D8;
    display: block;
    padding-bottom: 8px;
}

.contact-item__content__right>p>span:last-child{
    font-family: Inter;
    font-size: 14px;
    line-height: 16px;
    color: #F0E4D8;
    opacity: 0.8;
    display: block;
}

.contact-item__content__right ul{
    display: flex;
    margin-top: 32px;
}

.contact-item__content__right ul>li{
    margin-right: 18px;
}

.contact-item__content__right ul>li>a>i {
    color: #F0E4D8;
    font-size: 20px;
}

.contact-item__form{
    margin-top: 71px;
    max-width: 480px;
    width: 100%;
}

.contact-item__form>h2 {
    font-size: 40px;
    line-height: 40px;
    letter-spacing: 1.5px;
    color: #F0E4D8;
    margin-bottom: 32px;
}

.contact-item__form .form-group>p:first-child {
    font-family: Inter;
    font-size: 18px;
    line-height: 24px;
    color: #F0E4D8;
    display: none !important;
}

.contact-item__form .form-group input, .contact-item__form .form-group textarea {
    background-color: #1f1f1f;
    border: none;
    padding: 8px 0;
    font-family: Inter;
    font-size: 18px;
    line-height: 24px;
    color: #F0E4D8;
}

.contact-item__form .form-group input:focus, .contact-item__form .form-group textarea:focus {
    box-shadow: none !important;
}

.contact-item__form .form-group{
    margin-bottom: 48px;
    position: relative;
}

.contact-item__form .form-group::after{
    content: "";
    width: 100%;
    height: 1px;
    display: block;
    position: absolute;
    bottom: 0;
    background-color: #F0E4D8;
    opacity: 0.5;
}

.contact-item__form button {
    width: 178px;
    height: 48px;
    display: block;
    background-color: #F0E4D8;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    line-height: 24px;
    border: none;
    color: #1F1F1F;
    margin-left: auto;
}

.contact-item__map{
    position: absolute;
    /*max-width: 960px;*/
    width: 48%;
    display: block;
    top: 0;
    right: 0;
    bottom: 0;
}
.contact-item__map:after{

}

.contact-item__map>iframe {
    width: 100%;
    height: 100%;
    filter: brightness(0.4);
}

.contact-item .captcha {
    display: flex;
    position: relative;
    margin-bottom: 48px;
}

#refresh_captcha_contacts{
    position: relative;
    z-index: 5;
}

.contact-item .captcha .ref_button i {
    font-size: 18px;
    color: #F0E4D8;
    margin: 8px 27px;
}

.contact-item__form .captcha-input-2 input {
    background-color: #1f1f1f;
    border: none;
    padding: 8px 0;
    font-family: Inter;
    font-size: 18px;
    line-height: 24px;
    color: #F0E4D8;
}

.contact-item__form .captcha-input-2 input:focus {
    box-shadow: none !important;
}

.contact-item__form .captcha-input-2{
    position: relative;
    max-width: 288px;
    width: 100%;
}

.contact-item__form .captcha-input-2::after {
    content: "";
    width: 100%;
    height: 1px;
    display: block;
    position: absolute;
    bottom: 0;
    background-color: #F0E4D8;
    opacity: 0.5;
}

/* NEWS VIEW */

.newsView {
    background-color: #1f1f1f;
}

.newsView-item {
    padding-top: 88px;
    padding-bottom: 120px;
}

.newsView-item__title h2 {
    font-size: 30px;
    line-height: 40px;
    color: #F0E4D8;
    margin-bottom: 8px;
}

.newsView-item__date span {
    font-family: Inter;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #F0E4D8;
    opacity: 0.5;
}

.newsView-item__date span:first-child {
    padding-right: 8px;
    margin-right: 8px;
    position: relative;
}

.newsView-item__date span:first-child::after {
    content: "";
    width: 1px;
    height: 100%;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    background-color: #F0E4D8;
}

.newsView-item__date span:last-child i {
    font-size: 16px;
    padding-right: 4px;
}

.news-view-imgBx {
    width: 100%;
    margin: 16px 0;
}

.newsView-item__text p, .newsView-item__text ul li, .newsView-item__text a  {
    font-family: Inter;
    font-weight: 300;
    font-size: 18px;
    line-height: 30px;
    color: #F0E4D8;
    opacity: 0.72;
}

.newsView-item .news_footer{
    margin-top: 30px;
}

.newsView-item .news_footer, .newsView-item .share {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.newsView-item .share p {
    font-family: Inter;
    font-size: 18px;
    line-height: 26px;
    color: #F0E4D8;
    margin-right: 12px;
}

.newsView-item .news-view__print {
    font-family: Inter;
    font-size: 18px;
    line-height: 26px;
    color: #F0E4D8;
}

.newsView-item .owl-carousel .owl-item {
    max-height: 570px !important;
}

.newsView-item .news-view__print i {
    padding-right: 12px;
}

.ya-share2__list.ya-share2__list_direction_horizontal > .ya-share2__item {
    margin-right: 25px !important;
}

/* ABOUT  */

.aboutPage {
    padding-bottom: 120px;
}

.aboutPage .about-item {
    padding-top: 0;
    padding-bottom: 120px;
}

.aboutPage.joinUs {
    padding-top: 88px;
}

.aboutPage  .joinUs-item__content>p:first-child {
    max-width: 780px;
}

/* STATIC PAGE */

.pages.inner_pages{
    padding-top: 88px;
    padding-bottom: 120px;
    background-color: #1f1f1f;
}

.pages.inner_pages .content p{
    font-family: Inter;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 30px;
    color: #F0E4D8;
    opacity: 0.72;
    margin-bottom: 20px;
}


/* Modal CSS */

.modal-dialog {
    max-width: 884px !important;
    width: 100%;
}

.modal-content {
    max-width: 884px;
    width: 100%;
    height: auto;
    display: block;
    background-color: #F0E4D8;
    position: relative;
    padding: 48px;
}

.modal-content>img:first-child {
    position: absolute;
    right: 48px;
    top: 48px;
}

.modal-content>img:nth-child(2) {
    position: absolute;
    left: 48px;
    bottom: 48px;
}

/*.modal-content::before{*/
/*    content: "";*/
/*    width: 152px;*/
/*    height: 1px;*/
/*    display: block;*/
/*    background-color: #1F1F1F;*/
/*    position: absolute;*/
/*    right: 48px;*/
/*    top: 48px;*/
/*}*/

/*.modal-content::after{*/
/*    content: "";*/
/*    width: 1px;*/
/*    height: 152px;*/
/*    display: block;*/
/*    background-color: #1F1F1F;*/
/*    position: absolute;*/
/*    right: 48px;*/
/*    top: 48px;*/
/*}*/

.modal-content .modal-body {
    padding: 0;
    max-width: 480px;
    margin: 0 auto;
    padding-top: 60px;
}

.modal-content .contacts-form>h2 {
    font-style: normal;
    font-weight: normal;
    font-size: 40px;
    line-height: 40px;
    letter-spacing: 1.5px;
    color: #1F1F1F;
    padding-bottom: 48px;
}

.modal-content .contacts-form input {
    background-color: #F0E4D8;
    border: none;
    padding: 8px 0;
    font-family: Inter;
    font-size: 18px;
    line-height: 24px;
    color: #1f1f1f;
}

.modal-content .contacts-form input:focus, .modal-content .contacts-form textarea:focus {
    box-shadow: none !important;
    border: none;
}

.modal-content .contacts-form textarea {
    background-color: #F0E4D8;
    border: none;
    padding: 8px 0;
    font-family: Inter;
    font-size: 18px;
    line-height: 24px;
    color: #1f1f1f;
}

.modal-content .form-group{
    margin-bottom: 48px;
    position: relative;
}

.modal-content .form-group::after {
    content: "";
    width: 100%;
    height: 1px;
    display: block;
    position: absolute;
    bottom: 0;
    background-color: #1f1f1f;
    opacity: 0.5;
}

.modal-content form button {
    width: 178px;
    height: 48px;
    display: block;
    background-color: #1f1f1f;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    line-height: 24px;
    border: none;
    color: #F0E4D8;
    margin-left: auto;
}

.modal-content  .captcha {
    display: flex;
    margin-bottom: 48px;
}

.modal-content .captcha-main a i {
    color: #1f1f1f;
    font-size: 18px;
    margin: 8px 27px;
}

.modal-content .captcha-input-2 {
    max-width: 288px;
    width: 100%;
    position: relative;
}

.modal-content .captcha-input-2::after{
    content: "";
    width: 100%;
    height: 1px;
    display: block;
    position: absolute;
    bottom: 0;
    background-color: #1f1f1f;
    opacity: 0.5;
}

.modal-content>button {
    position: absolute;
    top: 80px;
    right: 80px;
    z-index: 5;
}

.modal-content>button i {
    font-size: 18px;
}

.modal-content>button:focus {
    border: none !important;
    outline: 0 !important;
}

.modal-content button .icon-exit:before{
    color: #1f1f1f;
}


/* LEADERSHIP */

.leasdership {
    padding-top: 88px;
    padding-bottom: 120px;
}

.leasdership-item .block {
    padding: 24px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
    position: relative;
}

.leasdership-item .block>img:first-child {
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: -1;
}

.leasdership-item .block>img:nth-child(2) {
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: -1;
}

.leasdership-item .block:last-child {
    margin-bottom: 0px !important;
}

.leasdership-item .block-image {
    max-width: 294px;
    width: 100%;
    height: 339px;
    display: block;
}

.leasdership-item .block-image  img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.leasdership-item .block-content {
    max-width: 818px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.leasdership-item .block-content__top{
    margin-bottom: 32px;
}

.leasdership-item .block-content__top h2 {
    font-style: normal;
    font-weight: normal;
    font-size: 40px;
    line-height: 48px;
    color: #F0E4D8;
    margin-bottom: 8px;
}

.leasdership-item .block-content__top p {
    font-family: Inter;
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    line-height: 32px;
    color: #F0E4D8;
}

.leasdership-item .block-content__bottom h2{
    font-style: normal;
    font-weight: normal;
    font-size: 32px;
    line-height: 40px;
    color: #F0E4D8;
    margin-bottom: 11px;
}

.leasdership-item .block-content__bottom p {
    font-family: Inter;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #F0E4D8;
}

.leasdership-item .block-content__bottom div {
    width: 100%;
    /*height: 136px;*/
    display: block;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 22px;
}

.leasdership-item .block-content__bottom span{
    font-family: Inter;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    text-decoration-line: underline;
    color: #F0E4D8;
    padding-top: 22px;
    cursor: pointer;
}

.leasdership-item  .modal-dialog {
    max-width: 1003px !important;
}

.leasdership-item  .modal-content{
    max-width: 1003px ;
}

.leasdership-item .modal-content .modal-body {
    max-width: 100%;
}

.leasdership-item .modal-content {
    padding: 40px 80px 80px 80px;
}

.leasdership-item .modal-content>img:first-child {
    position: absolute;
    right: 40px;
    top: 40px;
}

.leasdership-item .modal-content>img:nth-child(2) {
    position: absolute;
    left: 40px;
    bottom: 40px;
}

.leasdershipModal-top {
    display: flex;
    margin-bottom: 32px;
}

.leasdershipModal-top .image{
    max-width: 294px;
    width: 100%;
    height: 339px;
    margin-right: 32px;
    display: block;
}

.leasdershipModal-top .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.leasdershipModal-top__content {
    max-width: 400px;
}

.leasdershipModal-top__content>h2 {
    font-style: normal;
    font-weight: normal;
    font-size: 40px;
    line-height: 48px;
    color: #1F1F1F;
}

.leasdershipModal-top__content>p {
    font-family: Inter;
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    line-height: 32px;
    color: #1F1F1F;
}

.leasdershipModal-bottom h2 {
    font-style: normal;
    font-weight: normal;
    font-size: 32px;
    line-height: 40px;
    color: #1F1F1F;
    margin-bottom: 11px;
}

.leasdershipModal-bottom p {
    font-family: Inter;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #1F1F1F;
}

 .leasdership-item .modal-content button {
    z-index: 5;
}

/* PARNERI */

.partners{
    padding-top: 120px;
}

.partners .sectionTitle{
    margin-bottom: 40px;
}

.partners .block {
    position: relative;
    border-radius: 4px;
    width: 100%;
    height: 200px;
    display: block;
    background-color: #F0E4D8;
    padding: 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.partners .block-image {
   width: auto;
    height: 105px;
    display: flex;
    justify-content: center;
}

.partners .block-image>img{
    width: auto;
    height: 100%;
}

.partners .block-text p{
    font-size: 18px;
    line-height: 25px;
    color: #1F1F1F;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.partners .owl-carousel .owl-nav.disabled {
    margin-top: 58px;
    display: block !important;
}

.partners .owl-nav button:focus, .gallery-item .owl-nav button:focus {
    outline: none;
}

.partners .owl-nav button:first-child, .gallery-item .owl-nav button:first-child{
    margin-right: 24px;
}

.partners .owl-nav button:hover{
    background-color: #1f1f1f !important;
    color: #1f1f1f !important;
}

.partners .owl-nav button>i, .gallery-item .owl-nav button>i {
    font-size: 48px;
    color:  #F0E4D8;
}

/* LANG */

.header-top__right__lang>.dropdown>a {
    border: none;
    outline: 0;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    outline: 0;
    line-height: 24px;
    color: #F0E4D8;
}

.header-top__right__lang>.dropdown>a:focus{
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.header-top__right__lang>.dropdown>a>i {
    padding-left: 5px;
    font-size: 20px;
    color: #F0E4D8;
}

.header-top__right__lang .dropdown-menu{
    min-width: 50px;
    width: 100%;
    background: #1f1f1f;
    -webkit-box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
}

.header-top__right__lang .dropdown-menu>a {
    font-family: Montserrat;
    font-weight: 600;
    font-size: 18px;
    display: block;
    text-align: center;
    outline: 0;
    line-height: 24px;
    color: #F0E4D8;
    margin-bottom: 10px;
}

/* VIDEO */

.video {
    padding-top: 88px;
    padding-bottom: 120px;
}

.video-item_a {
    width: 100%;
    height: 256px;
    display: block;
    position: relative;
    margin-bottom: 24px;
}

.video-item__image{
    width: 100%;
    height: 100%;
    display: block;
}

.video-item__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.video-item__icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
}

.video-item__icon i {
    font-size: 36px;
    color: #ffffff;
}

.video-item__info h2 {
    font-size: 24px;
    line-height: 32px;
    text-transform: uppercase;
    color: #F0E4D8 ;
    margin-top: 10px;
}

/* Share */

.ya-share2__item_service_odnoklassniki .ya-share2__badge, .ya-share2__item_service_facebook .ya-share2__badge, .ya-share2__item_service_vkontakte .ya-share2__badge, .ya-share2__item_service_telegram .ya-share2__badge, .ya-share2__item_service_twitter .ya-share2__badge{
    background-color: transparent !important;
}

.ya-share2__container_shape_round.ya-share2__container_size_m .ya-share2__badge .ya-share2__icon:not(.ya-share2__icon_messenger-contact):not(.ya-share2__icon_more):not(.ya-share2__icon_copy){
    background-size: 30px 30px !important;
}

.ya-share2__item_service_vkontakte .ya-share2__icon, .ya-share2__item_service_facebook .ya-share2__icon,  .ya-share2__item_service_odnoklassniki .ya-share2__icon, .ya-share2__item_service_telegram .ya-share2__icon, .ya-share2__item_service_twitter .ya-share2__icon{
    opacity: 0.7;
}

/* DOCUMENT */

.docs-list .docsA {
    display: block;
    padding: 10px;
    border: 1px solid #F0E4D8;
    max-width: 592px;
    height: 100%;
    margin-bottom: 24px;
}

.docs-list .docs_card-img {
    width: 100%;
    height: 420px;
    display: block;
}

.docs-list .docs_card-img>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.docs-list .docsA h4 {
    font-size: 24px;
    line-height: 32px;
    color: #F0E4D8;
    margin-top: 25px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: center;
}

.docs-list .docsA h4 i {
    font-size: 36px;
    display: block;
    padding-bottom: 25px;
}