@font-face {
    font-family: 'NeueMontreal';
    src: url('../fonts/NeueMontreal-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'NeueMontreal';
    src: url('../fonts/NeueMontreal-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'NeueMontreal';
    src: url('../fonts/NeueMontreal-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'NeueMontreal';
    src: url('../fonts/NeueMontreal-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
}

body,html {
    font-size: 22px;
    line-height: 30px;
}
body {
    -webkit-animation-name: fadeIn;
    -webkit-animation-duration: 1s;
    animation-name: fadeIn;
    animation-duration: 1s;
    font-family: var(--font-main);
    color: var(--txt-color);
    font-weight: 400;
    padding-top: 100px;
    --txt-color: #1E1E1E;
    --txt-second: #717171;
    --color-main: #00205F;
    --color-second: #F7255B;
    --font-main: 'NeueMontreal', sans-serif;
    --font-second: "Cormorant", serif;
}
/* body.home {
    padding-top: 0;
} */
* {
    outline: none;
}
@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
main {
    position: relative;
}
.wrapper-small {
    padding-left: 3vw;
    padding-right: 3vw;
}
.wrapper {
    padding-left: 5vw;
    padding-right: 5vw;
}
.wrapper-big {
    padding-left: 9vw;
    padding-right: 9vw;
}
.flex-wrapper {
	display: flex;
	flex-wrap: wrap;
}
h1,h2,h3,h4,h5,h6 {
    color: var(--color-main);
}
.padds {
    padding-left: 10px;
    padding-right: 10px;
}
.padd-top {
    padding-top: 60px;
}
.marg-top-small {
    margin-top: 30px;
}
.marg-top {
    margin-top: 60px;
}
.marg-top-big {
    margin-top: 100px;
}
.marg-top-biggest {
    margin-top: 160px;
}
.marg-bottom {
    margin-bottom: 60px;
}
.w-100 {
    width: 100%;
}

.nomarg {
    margin: 0 !important;
}

.font-second {
    font-family: var(--font-second) !important;
    font-weight: 400 !important;
}

.bottom-links {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.bottom-links a {
    margin: 10px;
    min-width: 160px;
}

.slick-dots {
    margin: 20px 0 0 0;
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: center;
}
.slick-dots li {
    margin: 3px;
}
.slick-dots li button {
    border-radius: 50%;
    cursor: pointer;
    background-color: var(--txt-second);
    padding: 0;
    margin: 0;
    width: 12px;
    height: 12px;
    transition: .3s;
    color: transparent;
    border: none;
    font-size: 0;
}
.slick-dots li.slick-active button {
    background-color: var(--txt-color);
}

.slick-lightbox .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    font-size: 0;
    color: transparent;
    background-color: #fff;
    width: 34px;
    height: 34px;
    background-repeat: no-repeat;
    background-size: 12px;
    background-position: center;
    background-image: url(../assets/arrow.svg);
    cursor: pointer;
    z-index: 4;
}
.slick-lightbox .slick-prev {
    transform: translateY(-50%) rotate(180deg);
    left: 20px;
}
.slick-lightbox .slick-next {
    right: 20px;
}
.slick-lightbox-slick-caption {
    margin-top: 10px;
    display: inline-block;
}

.color-main {
    color: var(--color-main) !important;
}
.color-white {
    color: #fff !important;
}

.posrel {
    position: relative;
    z-index: 4;
}

.topspace {
    padding-top: clamp(0px, 12vw, 260px);
}

.section-heading {
    font-size: clamp(34px, 5vw, 65px);
    line-height: 90%;
    font-weight: 400;
    color: var(--txt-color);
    display: block;
    margin-bottom: 30px;
}
.section-heading-small {
    font-size: clamp(32px, 4vw, 42px);
    line-height: 90%;
    font-weight: 400;
    color: var(--txt-color);
    display: block;
    font-family: var(--font-main);
    margin-bottom: 30px;
}
.section-heading-mid {
    font-size: clamp(32px, 4.5vw, 50px);
    line-height: 90%;
    font-weight: 400;
    color: var(--txt-color);
    display: block;
    margin-bottom: 30px;
}
.section-heading-mid span {
    display: block;
    color: var(--txt-second);
    margin-top: 15px;
}
.page-heading {
    font-size: clamp(34px, 5vw, 65px);
    line-height: 90%;
    font-weight: 400;
    color: var(--txt-color);
    display: block;
    margin-bottom: 30px;
}

.text-center {
    text-align: center;
}

.error-wrapper {
    margin-top: 120px;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.cbtn {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .85rem;
    line-height: 110%;
    padding: 15px 45px;
    border-radius: 30px;
    background-color: var(--color-second);
    border: 1px solid var(--color-second);
    color: #fff;
    transition: .3s;
    cursor: pointer;
    font-family: var(--font-main);
    cursor: pointer;
    transition: .3s;
    width: max-content;
    max-width: 100%;
}
.cbtn--second {
    background-color: var(--color-main);
    border: 1px solid var(--color-main);
}
.cbtn--white {
    border-color: #fff;
    color: #fff;
    background-color: transparent;
}
.cbtn:hover {
    color: var(--color-main);
    background-color: #fff;
    border-color: var(--color-main);
}
.cbtn--second:hover {
    color: var(--color-main);
    background-color: #fff;
    border-color: var(--color-main);
}
.cbtn svg {
    margin-left: 10px;
    width: 14px;
    height: auto;
}
.cbtn svg path {
    transition: .3s;
}
.cbtn svg path {
    fill: #fff;
}
.cbtn--second svg path {
    fill: var(--color-second);
}
.cbtn:hover svg path {
    fill: var(--color-main);
}
/* @ @ HEADER @ @ */

/* menu button start */
.nav-icon {
    width: 90px;
    height: 14px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    z-index: 999999;
    position: relative;
    display: block;
    margin-left: 20px;
    border: none;
    padding: 0;
    background-color: transparent;
}
.nav-icon span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: var(--color-main);
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}
.header--second .nav-icon span {
    background-color: #fff;
}
.nav-icon span:nth-child(1) {
    top: 0px;
}
.nav-icon span:nth-child(2) {
    top: 100%;
    width: 60%;
}
/* menu button end */
.header {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: 9999;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    transition: .3s;
}
body.home:not(.scrolled) .header {
    background-color: transparent;
}
.header--second {
    background-color: var(--color-main) !important;
}
.scrolled .header {
    padding-top: 10px;
    padding-bottom: 10px;
}
.header__wrapper {
    align-items: center;
    justify-content: space-between;
}
.header__logo {
    width: 90px;
    padding: 0 15px;
    transition: .3s;
}
.scrolled .header__logo {
    width: 70px;
}
.header__btns {
    padding: 0 15px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: max-content;
    font-size: 18px;
    line-height: 120%;
}
.menuopened .header__btns {
    z-index: -9;
}
.header__btns>span {
    color: var(--color-main);
}
.header--second .header__btns>span {
    color: #fff;
}
.header__link {
    display: inline-block;
    font-size: .85rem;
    line-height: 110%;
    padding: 14px 35px;
    border-radius: clamp(20px, 3vw, 60px);
    background-color: transparent;
    border: 1px solid var(--color-second);
    color: var(--color-second);
    transition: .3s;
    cursor: pointer;
    font-family: var(--font-main);
    transition: .3s;
    margin-right: 30px;
}
.header--second .header__link {
    background-color: transparent;
    color: #fff;
    border-color: #fff;
}
.header__link:hover {
    background-color: var(--color-second);
    color:#fff;
    border-color: var(--color-second);
}

.header__socials {
    margin-right: 20px;
}
.header__socials a {
    display: inline-block;
    margin: 0 15px 0 0;
}
.header__socials a img {
    width: 18px;
    height: 18px;
    object-fit: contain;
    transition: .3s;
}
.header__socials a:hover img {
    opacity: .5;
}
.header--second .header__socials a img {
    filter: brightness(0) invert(1);
}
/* menu start */
.header__menu {
    position: fixed;
    top: 0;
    background-color: var(--color-main);
    width: 500px;
    right: -550px;
    max-width: 100%;
    z-index: 9999;
    padding: 40px;
    border-radius: var(--radius);
    color: #fff;
    transition: .8s;
    max-height: 100%;
    overflow: auto;
    border-radius: 25px;
}
.menuopened .header__menu {
    right: 40px;
}
.header__menu-btns {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 18px;
    line-height: 100%;
    margin-bottom: 20px;
}
.nav-close {
    border: none;
    background-color: transparent;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-family: var(--font-main);
    color: #fff;
    font-size: 18px;
    line-height: 100%;
    cursor: pointer;
    transition: .3s;
}
.nav-close svg {
    margin-left: 15px;
    width: 50px;
    height: auto;
}
.nav-close:hover {
    color: var(--color-second);
}
.nav-close svg rect,
.nav-close svg path {
    transition: .3s;
}
.nav-close:hover svg rect,
.nav-close:hover svg path {
    stroke: var(--color-second);
}
.header__menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.header__menu>div>ul>li>ul>li {
    position: relative;
}
/* .header__menu>div>ul>li>ul>li.menu-item-has-children {
    padding-right: 20px;
}
.header__menu>div>ul>li>ul>li.menu-item-has-children:after {

} */
.header__menu>div>ul>li:not(:last-child) {
    margin-bottom: 20px;
}
.header__menu>div>ul>li>a {
    font-size: 1.3rem;
}
.header__menu .current-menu-item>a,
.header__menu a:hover {
    color: var(--color-second);
}
.header__menu>div>ul>li>ul {
    font-size: .7rem;
    line-height: 120%;
}
.header__menu>div>ul>li>ul>li:first-child {
    margin-top: 10px;
}
.header__menu>div>ul>li>ul>li:not(:last-child) {
    margin-bottom: 10px;
}
.header__menu>div>ul>li>ul>li ul {
    display: none;
}
/* menu end */
/* @ @ HEADER END @ @ */
/* @ @ BANER START @ @ */
.baner {
    align-items: flex-end;
    padding-right: 0 !important;
    padding-top: 20px;
    position: relative;
    height: calc(100vh - 100px);
    max-height: 1100px;
    min-height: 400px;
    overflow: hidden;
}
.baner--color {
    background-color: var(--color-main);
}
.baner--third {
    background-color: var(--color-second);
}
.baner>img {
    max-width: 63%;
    flex: 0 0 63%;
    padding-left: 40px;
    margin-left: auto;
    object-fit: contain; 
    max-height: 100%;  
    margin-top: auto;
    object-position: right;
}
.baner__heading {
    padding-bottom: 60px;
    max-width: 37%;
    flex: 0 0 37%;
    padding-left: 15px;
    padding-right: 15px;
}
.baner__title {
    color: var(--color-main);
    font-size: clamp(32px, 4.8vw, 92px);
    line-height: 90%;
}
.baner--color .baner__title {
    color: #fff;
}
.baner__title span {
    color: var(--color-second);
    font-style: italic;
    font-family: var(--font-second);
    font-size: 120%;
    display: inline-block;
}
.baner--third .baner__title {
    color: #fff;
}
.baner--third .baner__title span {
    color: var(--color-main);
}
/* @ @ BANER END @ @ */
/* @ @ TITLETXT START @ @ */
.titletxt {
    overflow-x: clip;
}
.titletxt--bg {
    padding-top: clamp(60px, 5vw, 120px);
    padding-bottom: clamp(60px, 5vw, 120px);
    background-color: var(--color-main);
}
.titletxt__heading h2 {
    font-style: italic;
}
.titletxt__txt {
    max-width: 100%;
    width: 1100px;
    color: var(--txt-second);
    font-size: clamp(1rem, 3vw, 50px);
    line-height: 120%;
}
.titletxt--bg .titletxt__txt {
    color: #FFF;
}
.titletxt__txt * {
    margin-top: 0;
}
/* @ @ TITLETXT END @ @ */
/* @ @ CHESS START @ @ */
.chess {
    overflow-x: clip;
}
.chess__item:nth-child(even) {
    flex-direction: row-reverse;
}
.chess--reverse .chess__item:nth-child(even) {
    flex-direction: row;
}
.chess--reverse .chess__item:nth-child(odd) {
    flex-direction: row-reverse;
}
.chess__img {
    padding: 0;
    overflow: hidden;
    position: relative;
}
.chess__img:after {
    /* content: '';
    position: absolute;
    bottom: -70px;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    background-color: var(--color-second);
    z-index: 4;
    display: inline-block;
    right: -70px; */
}
.chess__item:nth-child(even) .chess__img::after {
    left: -70px;
    right: initial;
}
.chess__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    z-index: 3;
    aspect-ratio: 16/11;
}
.chess__content {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 60px clamp(60px, 4vw, 120px);
}
.chess__content--blue {
    background-color: var(--color-main);
    color: #fff;
}
.chess__content--red {
    background-color: var(--color-second);
    color: #fff;
}
.chess__content-wrapper {
    max-width: 100%;
    width: 640px;
}
.chess__content-txt {
    font-size: clamp(15px, 1.2vw, 18px);
    line-height: 140%;
    color: var(--txt-second);
}
.chess__content h2 {
    color: #000;
}
.chess__content h3,
.chess__content h4,
.chess__content h5,
.chess__content h6 {
    color: #000;
    font-size: 1.3rem;
}
.chess__content-title {
    color: var(--color-main) !important;
}
.chess__content-title span {
    color: var(--color-second);
    font-family: var(--font-second);
    font-weight: 400;
    display: inline-block;
    font-style: italic;
    font-size: 110%;
}
.chess__content--red .chess__content-title span {
    color: #fff;
}
.chess__content--blue .chess__content-title span {
    color: var(--color-second);
}
.chess__content--red .chess__content-title,
.chess__content--blue .chess__content-title,
.chess__content--red .chess__content-txt,
.chess__content--blue .chess__content-txt,
.chess__content--red .chess__content-txt *,
.chess__content--blue .chess__content-txt * {
    color: #fff !important;
}
/* @ @ CHESS END @ @ */
/* @ @ NEWSLIST START @ @ */
.newslist {
    overflow-x: clip;
}
.newslist:not(.newslist--blog) {
    padding-right: 0 !important;
}
.newslist:not(.newslist--blog) .section-heading {
    margin-bottom: 0;
    color: var(--color-main);
}
.newslist__slick {
    padding-top: 50px;
}
.newslist .slick-track {
    display: flex !important;
}
.newslist .slick-slide {
    height: inherit !important;
}
.newslist .slick-arrow {
    border-radius: 50%;
    width: 50px;
    height: 50px;
    background-color: var(--color-main);
    border: none;
    font-size: 0;
    color: transparent;
    background-image: url(../assets/chevron-red.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 6px;
    position: absolute;
    top: -40px;
    right: 6vw;
    transition: .3s;
    cursor: pointer;
    border: 1px solid var(--txt-second);
}
.newslist .slick-arrow:hover {
    box-shadow: 0px 0px 6px rgba(0,0,0, .5);
}
.newslist .slick-prev {
    right: calc(6vw + 65px);
    transform: rotate(180deg);
}
.newslist .slick-arrow.slick-disabled {
    background-color: var(--color-fourth);
}
.newslist__item {
    padding: 0 15px;
}
.newslist__item-wrapper {
    padding: 35px;
    background-color: var(--color-main);
    border-radius: var(--radius-mid);
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    border-radius: 25px;
}
.newslist__item img {
    width: 100%;
    aspect-ratio: 16/10;
    border-radius: 25px;
    object-fit: cover;
    transition: .3s;
}
.newslist__item a:hover img {
    filter: grayscale(70%);
}
.newslist__title {
    margin: 15px 0 10px 0;
    font-size: clamp(18px, 2vw, 30px);
    line-height: 110%;
}
.newslist__title a {
    color: #fff;
}
.newslist__title a:hover {
    color: var(--color-second);
}
.newslist__excerpt {
    font-size: .8rem;
    line-height: 140%;
    font-weight: 300;
    color: #fff;
}
.newslist__excerpt p {
    margin: 0 0 15px 0;
}
.newslist__item-wrapper .cbtn {
    margin-top: auto;
}


.pagination>div {
    align-items: center;
    display: flex;
    justify-content: center;
}
.pagination .page-numbers {
    margin: 0 3px;
    padding: 5px;
    font-size: 1.2rem;
    line-height: 130%;
    text-align: center;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--color-second);
}
.pagination .page-numbers.current {
    font-weight: 900;    
    color: var(--color-main);
}

.postcontent__wrapper {
    max-width: 100%;
    width: 1100px;
}
.postcontent__title {
    font-size: clamp(34px, 5vw, 65px);
    line-height: 90%;
    font-weight: 400;
    color: var(--txt-color);
    display: block;
    margin-bottom: 30px;
}
.postcontent__author {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-top: 10px;
    font-size: clamp(15px, 1.2vw, 18px);
    line-height: 140%;
}
.postcontent__author img {
    border-radius: 50%;
    margin-right: 20px;
}
.postcontent__author-name {
    color: #0B0B0B;
    display: block;
}
.postcontent__author-date {
    display: block;
    color: #6D6E76;
}
.postcontent__items {
    color: var(--txt-second);
}
.postcontent__items strong,
.postcontent__items h1,
.postcontent__items h2,
.postcontent__items h3,
.postcontent__items h4,
.postcontent__items h5,
.postcontent__items h6 {
    color: #000;
    font-weight: 400;
}
.postcontent__items strong {
    font-weight: 500;
}
/* @ @ NEWSLIST END @ @ */
/* @ @ DESC START @ @ */
.desc {
    padding-right: 0 !important;
}
.desc__img {
    padding: 0;
}
.desc__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.desc__content {
    padding-right: clamp(15px, 5vw, 100px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    color: var(--txt-second);
}
.desc__txt {
    font-size: clamp(15px, 1.2vw, 18px);
    line-height: 140%;
    max-width: 100%;
    width: 650px;
}
/* @ @ DESC END @ @ */
/* @ @ SLIDER START @ @ */
.sliderimg__item {
    position: relative;
}
.sliderimg__item>img {
    aspect-ratio: 16/7;
    width: 100%;
    object-fit: cover;
    position: relative;
    z-index: 1;
    transition: .3s;
}
.sliderimg__item:hover>img {
    filter: brightness(80%);
}
.sliderimg__link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}
/* @ @ SLIDER END @ @ */
/* @ @ FULLTITLE START @ @ */
.fulltitle__title {
    font-size: clamp(40px, 7vw, 110px);
    line-height: 90%;
    font-weight: 400;
}
.fulltitle__title {
    font-family: var(--font-second);
    color: var(--color-main);
    font-style: italic;
}
.fulltitle__title span {
    color: var(--color-second);
}

.titlebox__item h2 {
    font-family: var(--font-second);
    color: var(--color-main);
    font-style: italic;
}
.titlebox__item h2 span {
    color: var(--color-second);
}
.titlebox__txt p {
    margin: 15px 0 0 0;
}

.ftxt {
    color: var(--txt-second);
    font-size: clamp(1rem, 2vw, 30px);
    line-height: 140%;
}
.ftxt h2,
.ftxt h3,
.ftxt h4,
.ftxt h5,
.ftxt h6 {
}
.ftxt__top div {
    max-width: 100%;
    width: 850px;
}
/* @ @ FULLTITLE END @ @ */
/* @ @ COLSTXT START @ @ */
.colstxt__item:nth-child(even) {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
}
.colstxt__txt {
    font-size: clamp(1rem, 3vw, 42px);
    color: var(--txt-second);
    line-height: 120%;
    padding-right: clamp(0px, 4vw, 60px);
}
.colstxt__item-wrapper {
    color: var(--txt-second);
    width: 50%;
    font-size: clamp(1rem, 3vw, 42px);
    line-height: 120%;
    padding: 0 15px;
}
.colstxt__item:nth-child(odd) .colstxt__item-wrapper {
    padding-right: clamp(0px, 4vw, 60px);
}

.colstitle {
    overflow-x: clip;
    padding-top: 80px;
    padding-bottom: 60px;
    background-color: var(--color-second);
    color: #fff;
}
.colstitle--second {
    background-color: var(--color-main);
    color: #fff;
}
.colstitle__item {
    padding-right: clamp(0px, 3vw, 60px);
}
.colstitle__item:not(:first-child) {
    margin-top: 50px;
}
.colstitle__subtitle,
.colstitle--second .colstitle__txt {
    font-size: clamp(1rem, 2vw, 30px);
    line-height: 140%;
}
.colstitle__subtitle {
    max-width: 100%;
    width: 560px;
}
.colstitle__txt * {
    margin-top: 0;
}
.colstitle__txt-wrapper {
    max-width: 100%;
    width: 750px;
}
/* @ @ COLSTXT END @ @ */
/* @ @ LOGOS START @ @ */
.logos__item {
    margin-top: 60px;
    padding-top: 60px;
    border-top: 1px solid #00205F;
}
.logos__item:first-child {
    border: none;
    margin-top: 0;
}
.logos__img {
    max-width: 100%;
    flex: 0 0 300px;
}
.logos__content {
    max-width: 100%;
    flex: 0 0 calc(100% - 300px);
    padding: 0 0 0 80px;
}
/* @ @ LOGOS END @ @ */
/* @ @  START @ @ */

/* @ @  END @ @ */
/* @ @  START @ @ */

/* @ @  END @ @ */
/* @ @  START @ @ */

/* @ @  END @ @ */
/* @ @  START @ @ */

/* @ @  END @ @ */
/* @ @  START @ @ */

/* @ @  END @ @ */
/* @ @  START @ @ */

/* @ @  END @ @ */
/* @ @  START @ @ */

/* @ @  END @ @ */
/* @ @  START @ @ */

/* @ @  END @ @ */
/* @ @  START @ @ */

/* @ @  END @ @ */
/* @ @  START @ @ */

/* @ @  END @ @ */
/* @ @  START @ @ */

/* @ @  END @ @ */
/* @ @  START @ @ */

/* @ @  END @ @ */
/* @ @  START @ @ */

/* @ @  END @ @ */
/* @ @  START @ @ */

/* @ @  END @ @ */
/* @ @  START @ @ */

/* @ @  END @ @ */
/* @ @ LISTITEMS START @ @ */
.listitems__title {
    color: var(--color-main);
}
.listitems__title span {
    color: var(--color-second);
}

.listitems__table {
    width: 100%;
}
.listitems__table td,
.listitems__table th {
    padding: 10px 30px;
}
.listitems__table th {
    font-family: var(--font-main);
    font-weight: 600;
    color: var(--color-second);
}
.listitems__table tbody td {
    border-bottom: 1px solid #eaeaea;
    min-width: 250px;
}
.listitems__address {
    font-size: .85rem;
    line-height: 140%;
    text-align: center;
}
.listitems__short {
    font-size: .75rem;
    line-height: 140%;
}

.listitems__search {
    font-size: .85rem;
    width: 300px;
    max-width: 100%;
    color: #000;
    padding: 12px 20px;
    border: 1px solid var(--txt-second);
    font-weight: 400;
    resize: none;
    background-color: transparent;
    border-radius: 0;
}
/* @ @ LISTITEMS END @ @ */
/* @ @ BLIST START @ @ */
.blist__heading div {
    max-width: 100%;
    width: 650px;
}
.blist__heading p {
    color: var(--txt-second);
}
.blist__items ul {
    padding: 0 0 0 25px;
}
.blist__items ul li {
    padding: 0 0 15px 0;
    border-bottom: 1px solid #C7D6E1;
    margin-top: 15px;
    font-size: clamp(1rem, 2vw, 27px);
}
/* @ @ BLIST END @ @ */
/* @ @ POINSTLIST START @ @ */
.pointslist__items {
    gap: 80px;
}
.pointslist__item {
    max-width: calc(33.333% - 54px);
    flex: 0 0 calc(33.333% - 54px);
}
.pointslist__nr {
    display: block;
    font-size: clamp(22px, 5vw, 65px);
    color: var(--color-second);
    font-family: var(--font-second);
    font-style: italic;
    margin-bottom: 35px;
}
.pointslist__txt {
    display: block;
    color: var(--txt-second);
}
/* @ @ POINTSLIST END @ @ */
/* @ @ BANERTXT START @ @ */
.banertxt {
    position: relative;
    padding-top: clamp(80px, 15vw, 220px);
    padding-bottom: clamp(80px, 15vw, 220px);
}
.banertxt--smaller {
    padding-top: 60px;
    padding-bottom: 60px;
}
.banertxt img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
    filter: brightness(90%);
    object-position: 60%;
}
.banertxt .section-heading {
    font-weight: 400;
}
.banertxt .section-heading span {
    font-style: italic;
    font-family: var(--font-second);
    font-size: 120%;
}
.banertxt__txt {
    font-size: clamp(15px, 1.2vw, 20px);
    line-height: 140%;
}
.banertxt__txt h2,
.banertxt__txt h3,
.banertxt__txt h4,
.banertxt__txt h5,
.banertxt__txt h6 {
    font-size: 1.4rem;
    line-height: 120%;
    color: #fff;
}
.banertxt__content h2 span,
.banertxt__content h3 span,
.banertxt__content h4 span,
.banertxt__content h5 span,
.banertxt__content h6 span {
    color: #fff;
}
/* @ @ BANERTXT END @ @ */
/* @ @ CONT START @ @ */
.cont {
    overflow-x: clip;
}
.cont__txt {
    color: var(--txt-second);
    padding-right: clamp(15px, 6vw, 220px);
}
.cont__txt>div {
    max-width: 100%;
    width: 640px;
}
.cont__txt h2,
.cont__txt h3,
.cont__txt h4,
.cont__txt h5,
.cont__txt h6 {
    margin-top: clamp(0px, 4vw, 140px);
}
.cont__txt * {
    margin-top: 0;
}

.cont__img {
    padding: 0 !important;
}
.cont__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cont__form--img {
    padding-left: clamp(15px, 6vw, 160px);
}

.cont__form--img {
    padding-left: clamp(15px, 7vw, 140px);
}
.cf {
    max-width: 100%;
    width: 600px;
}
.cf * {
    font-family: var(--font-main);
    font-size: 1rem;
}
.cf p {
    margin: 0 0 20px 0;
}
.cf-cols {
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
}
.cf-col {
    max-width: calc(50% - 10px);
    flex: 0 0 calc(50% - 10px);
}
.cf form>p {
    margin: 0;
}
.cf input:not([type='file']):not([type='submit']):not([type='checkbox']),
.cf textarea {
    font-size: .85rem;
    width: 100%;
    color: #000;
    padding: 12px 20px;
    border: 1px solid var(--txt-second);
    font-weight: 400;
    resize: none;
    background-color: transparent;
    border-radius: 0;
}
.cf input:not([type='file']):not([type='submit']):not([type='checkbox'])::placeholder,
.cf textarea::placeholder {
    font-family: var(--font-main);
    font-size: .85rem;
    font-weight: 400;
    color: var(--txt-second);
}
.cf input:not([type='file']):not([type='submit']):not([type='checkbox']):focus,
.cf textarea:focus {
    border-color: #000;
}

.cf .wpcf7-acceptance .wpcf7-list-item {
    margin: 30px auto 0 auto;
    max-width: 100%;
    display: block;
    color: #000;
    font-weight: 400;
}
.cf .wpcf7-acceptance .wpcf7-list-item * {
    font-size: 12px !important;
    line-height: 130%;
}
.cf .wpcf7-acceptance .wpcf7-list-item a {
    font-weight: 400;
}
.cf .wpcf7-acceptance label {
    padding-left: 35px !important;
    position: relative;
    display: block;
}
.cf .wpcf7-acceptance label:before {
    content: '';
    width: 22px;
    height: 22px;
    display: inline-block;
    position: absolute;
    left: 0;
    border-radius: 0;
    top: 0;
    border: 1px solid var(--txt-second);
    background-color: transparent;
}
.cf .wpcf7-acceptance label.active:before {
    border-color: transparent;
}
.cf .wpcf7-acceptance label.active:after {
    content: '';
    width: 22px;
    height: 22px;
    border: 1px solid var(--txt-second);
    border-radius: 0;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(../assets/check.svg);
    background-size: 24px;
    background-repeat: no-repeat;
    background-position: center;
}
.cf .wpcf7-acceptance input[type="checkbox"] {
    position: absolute;
    visibility: hidden;
    z-index: -1;
}
.cf .wpcf7-not-valid-tip {
    font-size: 12px;
    font-weight: 500;
    text-align: right;
    margin-bottom: -20px;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    border-color: var(--color-main);
    font-size: 14px;
    line-height: 130%;
    text-align: center;
    margin-top: 10px !important;
}
.wpcf7 form.sent .wpcf7-response-output {
    border-color: var(--txt-color);
    font-size: 14px;
    line-height: 130%;
    text-align: center;
    margin-top: 10px !important;
}

.cf .rcaptcha a {
    font-size: 12px;
    line-height: 100%;
    font-weight: 400;
}
.cf .rcaptcha {
    font-size: 12px;
    line-height: 100%;
    font-weight: 400;
    display: block;
    width: 100%;
    margin-bottom: 20px;
}

.grecaptcha-badge {
    visibility: hidden;
    z-index: -9;
    opacity: 0;
}
/* @ @ CONT END @ @ */
/* @ @ FOOTER START @ @ */
.footer {
    margin-top: 180px;
    background-color: var(--color-main);
    color: #fff;
    padding-top: 40px;
    padding-bottom: 20px;
}
.page-template-template-project .footer,
.page-template-template-offer .footer {
    margin-top: 0;
}
.footer__top-wrapper {
    max-width: 100%;
    width: 700px;
}
.footer__title {
    font-family: var(--font-second);
    font-weight: 400;
    font-size: clamp(52px, 7vw, 110px);
    line-height: 110%;
    font-style: italic;
    color: #fff;
}
.footer__title em {
    font-family: var(--font-main);
    font-style: italic;
    font-weight: 300;
}
.footer__title span {
    font-family: var(--font-main);
    color: var(--color-second);
}
.footer__txt {
    max-width: 100%;
    width: 850px;
    font-size: clamp(17px, 2vw, 36px);
    line-height: 100%;
    font-weight: 400;
    margin: 0;
}

.footer__bottom {
    opacity: .5;
    font-size: .75rem;
    line-height: 140%;
}

.footer__item-title {
    display: block;
    font-size: .85rem;
    line-height: 120%;
}

.footer__menu {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    padding-top: 60px;
    margin-top: 60px;
}
.footer__menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 15px 60px;
}
.footer__menu li {
    max-width: calc(50% - 30px);
    flex: 0 0 calc(50% - 30px);
}
.footer__menu a {
    display: inline-block;
    font-size: clamp(15px, 1.2vw, 18px);
    line-height: 140%;
}
.footer__menu a:hover {
    color: var(--color-second);
}

.footer__socials {
    margin-top: 40px;
}
.footer__socials a {
    display: inline-block;
    margin: 10px 20px 0 0;
}
.footer__socials a img {
    width: 24px;
    height: 24px;
    object-fit: contain;
    filter: brightness(0) invert(1);
    transition: .3s;
}
.footer__socials a:hover img {
    opacity: .5;
}

.footer__item .cbtn {
    font-size: clamp(1rem, 2vw, 30px);
    line-height: 140%;
    border-radius: 50px;
}
.footer__item .cbtn svg path {
    fill: var(--color-second);
}

.footer__cont {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end;
}
.footer__logo {
    width: 290px;
    margin-top: 40px;
    max-width: 100%;
}
/* @ @ FOOTER END @ @ */

/* @ @ MEDIA START @ @  */
@media(min-width: 2400px) {
    main {
        max-width: 2400px;
        margin-left: auto;
        margin-right: auto;
    }
    .wrap {
        max-width: 2400px;
        margin-left: auto;
        margin-right: auto;
    }
    .wrapper {
        padding-left: 120px;
        padding-right: 120px;
        max-width: 2400px;
        margin-left: auto;
        margin-right: auto;
    }
    .wrapper-big {
        padding-left: 220px;
        padding-right: 220px;
        max-width: 2400px;
        margin-left: auto;
        margin-right: auto;
    }
    .wrapper-small {
        padding-left: 60px;
        padding-right: 60px;
        max-width: 2400px;
        margin-left: auto;
        margin-right: auto;
    }
}
@media(max-width: 1440px) {
    body,html {
        font-size: 19px;
        line-height: 29px;
    }
    .wrapper {
        padding-left: 4vw;
        padding-right: 4vw;
    }
    .wrapper-big {
        padding-right: 6vw;
        padding-left: 6vw;
    }
    .marg-top-biggest {
        margin-top: 100px;
    }

    /*  */
    .colstxt__item-wrapper {
        width: 50%;
    }
    /*  */
}
@media(max-width: 1380px) {
  
}
@media(max-width: 1280px) {
}
@media(max-width: 1200px) {
    .colstxt__item-wrapper {
        width: 60%;
    }
}
@media(max-width: 1070px) {
    
}
@media(min-width: 993px) {
    .cont--img {
        padding-left: 0 !important;
    }
    .cont__form--img {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}
@media(max-width: 992px) {
    body,html {
        font-size: 19px;
        line-height: 29px;
    }
    body {
        padding-top: 76px;
    }
    .wrap,
    .wrapper-big,
    .wrapper-small,
    .wrapper {
        padding-left: 10px;
        padding-right: 10px;
    }
    .marg-top-biggest {
        margin-top: 60px;
    }


    /*  */
    .nav-icon {
        width: 60px;
    }
    .header__logo {
        width: 70px;
    }
    .header__btns>span {
        display: none;
    }
    .header__menu {
        padding: 20px 20px 30px 30px;
    }
    .menuopened .header__menu {
        right: 0;
    }
    .header__menu-btns {
        justify-content: flex-end;
    }
    .header__menu-btns>span {
        display: none;
    }
    .nav-close span {
        display: none;
    }
    .nav-close svg {
        width: 35px;
    }

    /*  */
    .baner--height {
        height: calc(100vh - 76px);
    }
 
    /*  */
    .chess__item {
        margin-top: 40px;
    }
    /*  */
    .newslist__slick {
        padding-top: 30px;
    }
    .newslist .slick-arrow {
        right: 15px;
        width: 35px;
        height: 35px;
        background-size: 5px;
        top: -30px;
    }
    .newslist .slick-prev {
        right: 60px;
        transform: rotate(180deg);
    }
    .newslist__item {
        padding: 0 10px;
    }
    /*  */
    .desc {
        padding-left: 0 !important;
    }
    .desc__content {
        padding: 0 20px;
        margin-bottom: 30px;
    }
    /*  */
    .colstxt__item-wrapper {
        width: 80%;
    }
    /*  */
    .logos__img {
        flex: 0 0 100%;
        margin-bottom: 40px;
    }
    .logos__img img {
        width: 150px;
    }
    .logos__content {
        padding: 0;
        flex: 0 0 100%;
    }
    /*  */
    .pointslist__items {
        gap: 40px;
    }
    .pointslist__item {
        max-width: calc(33.333% - 27px);
        flex: 0 0 calc(33.333% - 27px);
    }
    /*  */
    .cont:not(.marg-top-biggest) {
        margin-top: 0 !important;
    }
    .cont__img {
        padding: 0 !important;
    }
    .cont__img {
        display: none;
    }
    .cont__form {
        padding-left: 15px;
    }
    /*  */
    .listitems__table tbody td {
        min-width: 160px;
    }
    /*  */
    .footer {
        margin-top: 120px;
    }
}
@media(max-width: 767px) {
    body,html {
        font-size: 16px;
        line-height: 26px;
    }
    .padd-top {
        padding-top: 30px;
    }
    .marg-top {
        margin-top: 40px;
    }
    .marg-top-big {
        margin-top: 60px;
    }

    .cbtn {
        padding: 10px 20px;
    }
    .cbtn svg {
        height: auto;
        width: 16px;
    }
    
    .header__link {
        padding: 10px 20px;
        font-size: .85rem;
        line-height: 110%;
        margin-right: 0;
    }
    .header__socials {
        margin-right: 10px;
    }
    .header__socials a {
        display: inline-block;
        margin: 0 5px 0 0;
    }

    /*  */
    .baner {
        height: initial;
        max-height: initial;
        min-height: initial;
        padding-top: 80px;
    }
    .baner>img {
        position: absolute;
        height: 100%;
        width: auto;
        bottom: 0;
        right: 0;
        max-width: 100%;
        flex: initial;
        padding: 0;
        opacity: .3;
        object-fit: cover;
        object-position: right;
    }
    /*  */
    .chess {
        padding: 0 !important;
    }
    .chess__img {
        padding: 0;
    }
    .chess__img:after {
        width: 90px;
        height: 90px;
        right: 15px;
        bottom: -45px;
    }
    .chess__item:nth-child(even) .chess__img:after {
        right: initial;
        left: 15px;
    }
    .chess__content {
        padding: 30px 25px;
    }
    /*  */
    .colstxt__item-wrapper {
        width: 100%;
    }
    .colstitle {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    /*  */
    .pointslist__items {
        gap: 40px;
    }
    .pointslist__item {
        max-width: calc(50% - 20px);
        flex: 0 0 calc(50% - 20px);
    }

    /*  */
    .footer {
        padding-bottom: 40px;
        margin-top: 80px;
    }
    .footer__menu {
        padding-top: 0;
        margin-top: 40px;
        border: none;
    }
    .footer__menu ul {
        gap: 5px 0;
    }
    .footer__menu li {
        max-width: 100%;
        flex: 0 0 100%;
    }
    .footer__cont {
        align-items: flex-start;
        justify-content: flex-start;
        margin-top: 40px;
    }
    .footer__logo {
        width: 420px;
    }
        
    .footer__socials {
        margin-top: 20px;
    }
    .footer__socials a {
        display: inline-block;
        margin: 10px 10px 0 0;
    }
    .footer__socials a img {
        width: 20px;
        height: 20px;
    }
}
@media(max-width: 500px) {
    /*  */
    .newslist__item {
        padding: 0 5px;
    }
    .newslist__item-wrapper {
        padding: 30px 20px;
    }
    /*  */
    .cf-cols {
        gap: 0;
    }
    .cf-col {
        max-width: 100%;
        flex: 0 0 100%;
    }
    /*  */
    .listitems__table tbody th {
        padding: 10px;
    }
    .listitems__table tbody td {
        padding: 10px;
        min-width: initial;
    }
}
/* @ @ MEDIA END @ @  */