body, html {
    font-size: 17px;
    line-height: 28px;
}
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-size: 17px;
    font-weight: 400;
    background-color: #fff;
    line-height: 29px;
    padding-top: 110px;
    --spacing: 2px;
    --txt-color: #000;
    --color-main: #BBC6B8;
    --color-bg: #F2F2F2;
    --font-main: 'Poppins', sans-serif;
}
h1,h2,h3,h4,h5,h6 {
    letter-spacing: 0;
    font-weight: 600;
}
* {
    outline: none;
}
@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
body.videoopened {
    overflow: hidden;
}
button,
input,
textarea {
    font-family: var(--font-main);
}
main {
    position: relative;
}
.wrapper-small {
    padding-left: 3vw;
    padding-right: 3vw;
}
.wrapper {
    padding-left: 7vw;
    padding-right: 7vw;
}
.wrapper-big {
    padding-left: 10vw;
    padding-right: 10vw;
}
.wrapper-biggest {
    padding-left: 13vw;
    padding-right: 13vw;
}
.flex-wrapper {
	display: flex;
	flex-wrap: wrap;
}
.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%;
}

.spacing {
    letter-spacing: var(--spacing);
}

.bottom-links {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px 60px;
}

.slick-dots {
    margin: 20px 0 0 0;
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: center;
}
.slick-dots li {
    margin: 2px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.slick-dots li button {
    border-radius: 0;
    cursor: pointer;
    background-color: transparent;
    padding: 0;
    margin: 0;
    width: 11px;
    height: 11px;
    transition: .3s;
    color: transparent;
    border: 1px solid #000;
    font-size: 0;
}
.slick-dots li.slick-active button {
    background-color: var(--txt-color);
}


.slider-btn {
    border: none;
    background-color: transparent;
    cursor: pointer;
    transition: .3s;
    width: 50px;
    height: 30px;
}
.slider-btn svg {
    width: 100%;
    height: auto;
    filter: brightness(0) invert(1);
    transition: .3s;
    transform: rotate(-90deg);
}
.slider-btn:hover svg {
    opacity: .6;
}
.slider-next svg {
    transform: rotate(90deg);
}
.slider-counter {
    font-weight: 400;
    font-size: 2.4rem;
    line-height: 100%;
    margin: 20px 0 10px 0;
    display: inline-block;
    font-family: var(--font-main);
    color: #fff;
}

.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;
}
.slick-lightbox-close:before {
    font-size: 40px;
}

.cnav__wrapper {
    display: flex;
    justify-content: center;
}
.cnav ul {
    list-style: none;
    padding: 15px 10px;
    margin: 0;
    border: 1px solid #000;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.cnav ul li button {
    border: none;
    cursor: pointer;
    transition: .3s;
    background-color: transparent;
    padding: 1px 25px;
    font-size: .9rem;
    line-height: 110%;
    text-transform: uppercase;
    font-weight: 500;
}
.cnav ul li button:hover {
    color: var(--color-main);
}
.cnav ul li:not(:last-child) button {
    border-right: 1px solid #000;
}

.searchside form {
    display: flex;
    align-items: center;
    margin-bottom: 60px;
}
.searchside form input {
    flex: 1;
    height: 50px;
    font-size: .9rem;
    padding: 20px;
    border: 1px solid #000;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    color: var(--txt-color);
}
.searchside form input::placeholder {
    color: var(--txt-color);
}
.searchside form button {
    height: 50px;
    width: 50px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0;
    border: none;
    background-color: var(--txt-color);
    cursor: pointer;
    transition: .3s;
}
.searchside form button:hover {
    background-color: #707070;
}
.searchside form button svg {
    filter: brightness(0) invert(1);
    width: 17px;
    height: auto;
}


.boxshadow {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    bottom: clamp(-100px, -5vw, -30px);
    z-index: -1;
    object-fit: contain;
}

.play-cbtn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border: none;
    font-size: 0;
    cursor: pointer;
    color: transparent;
    background-color: transparent;
    z-index: 9;
    width: 200px;
    aspect-ratio: 1/1;
    max-width: 80%;
    padding: 0;
    box-shadow: 0px 3px 10px -6px rgba(66, 68, 90, 1);
    transition: .3s;
}
.play-cbtn.loaded {
    transform: translate(-50%, -50%) scale(1);
}
.play-cbtn span {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 9;
    transition: .3s;
}
.play-cbtn:hover span {
    background-color: #000;
}
.play-cbtn svg {
    width: 100%;
    height: auto;
}
.play-btn:not(.paused) {
    opacity: 0;
}
.play-btn.paused {
    opacity: 1;
}

.video-embed video {
    padding: 60px;
    max-height: 100%;
    max-width: 90%;
}
.video-embed {
    z-index: 99999;
    background-color:rgba(187, 198, 184, .9);
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.video-spinner-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.video-spinner,
.video-spinner:after {
  border-radius: 50%;
  width: 100px;
  height: 100px;
}
.video-spinner {
  display: block;
  font-size: 10px;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(59, 49, 39, 0.5);
  border-right: 1.1em solid rgba(59, 49, 39, 0.5);
  border-bottom: 1.1em solid rgba(59, 49, 39, 0.5);
  border-left: 1.1em solid rgba(37, 30, 24, .5);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.video-embed.open {
    display: flex;
}
.video-embed__item {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 20px;
}
.video-embed iframe {
    max-width: 100%;
    width: 1100px;
    height: 500px;
}
.video-close {
    position: absolute;
    top: 100px;
    right: 60px;
    border: none;
    background-color: transparent;
    font-size: 42px;
    font-weight: 600;
    z-index: 9;
    color: var(--main-color);
    cursor: pointer;
}


.heroimg {
    overflow-x: clip;
}
.heroimg__content header {
    max-width: 100%;
    width: 660px;
}
.heroimg__content header span span {
    font-weight: 300;
}
.heroimg__txt {
    text-align: justify;
    letter-spacing: 1.5px;
    font-size: clamp(1rem, 1.5vw, 22px);
    line-height: 150%;
    margin-top: 0;
    padding-top: clamp(0px, 2vw, 30px);
}
.heroimg__img {
    text-align: center;
}

.hero {
    position: relative;
    z-index: 3;
    overflow-x: clip;
    padding-bottom: clamp(10px, 7.8vw, 220px);
}
.hero--small {
    padding-bottom: 40px;
}
.hero>svg {
    position: absolute;
    left: 50%;
    bottom: 0;
    z-index: 2;
    transform: translateX(-50%);
    width: 90%;
    max-height: 90%;
    height: auto;
}
.hero__breadcrumbs #breadcrumbs {
    text-transform: uppercase;
    color: var(--color-third);
    font-weight: 400;
    font-size: .85rem;
    line-height: 100%;
    letter-spacing: .5px;
}
.hero__breadcrumbs .sep {
    display: inline-block;
    margin: 0 6px;
    font-size: 80%;
}
.hero__breadcrumbs .breadcrumb_last {
    font-weight: 500;
}

.herotxt__item {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}
.herotxt__item p {
    margin: 0;
    max-width: 100%;
    width: 900px;
}

.heroinfo__img {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
.heroinfo__video {
    position: relative;
    max-width: 60%;
    flex: 0 0 60%;
    height: 100%;
}
.heroinfo__video img {
    aspect-ratio: 5/7;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.heroinfo__img>video,
.heroinfo__img>img {
    max-width: 40%;
    flex: 0 0 40%;
    margin-top: auto;
    margin-bottom: auto;
    aspect-ratio: 5/8;
    object-fit: cover;
    height: 80%;
}
.heroinfo__content {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.heroinfo__txt {
    max-width: 100%;
    width: 700px;
}

.sheading {
    position: relative;
    padding-top: 80px;
}
.sheading>img {
    position: absolute;
    left: 50%;
    top: -45px;
    transform: translateX(-50%);
    z-index: 1;
    max-width: 30%;
    width: 200px;
}

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

.pluses {
    display: flex;
    justify-content: center;
    align-items: center;
}
.pluses svg {
    height: auto;
    max-width: 20%;
}

.color-white {
    color: #fff !important;
}

.section-big {
    font-size: clamp(30px, 6.5vw, 140px);
    line-height: 100%;
    font-weight: 500;
    color: var(--txt-color);
    margin-bottom: 30px;
    display: block;
}
.section-heading {
    font-size: clamp(30px, 4.5vw, 80px);
    line-height: 100%;
    font-weight: 500;
    color: var(--txt-color);
    margin-bottom: 30px;
    display: block;
}
.section-heading--icon {
    display: flex;
    align-items: center;
    justify-content: center;
}
.section-heading--icon svg {
    width: clamp(14px, 2vw, 48px);
    margin-right: clamp(10px, 1.5vw, 25px);
    height: auto;
}
.section-heading--plus {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}
.section-heading--plus svg {
    width: clamp(14px, 2vw, 48px);
    min-width: clamp(14px, 2vw, 48px);
    margin-right: clamp(10px, 2vw, 40px);
    height: auto;
    position: relative;
    top: 10px;
}
.section-small {
    font-size: clamp(20px, 2vw, 38px);
    line-height: 100%;
    font-weight:600;
    color: var(--txt-color);
    margin-bottom: 30px;
    display: block;
}
.section-small--plus {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}
.section-small--plus svg {
    width: clamp(10px, 2vw, 24px);
    min-width: clamp(10px, 2vw, 24px);
    margin-right: clamp(10px, 2vw, 30px);
    height: auto;
    position: relative;
    top: 5px;
}

.page-heading {
    font-size: clamp(42px, 4vw, 90px);
    line-height: 110%;
    font-weight: 500;
    color: var(--txt-color);
    margin-bottom: 0;
    text-transform: uppercase;
    display: block;
}

.text-center {
    text-align: center;
}
.text-justify {
    text-align: justify;
}
.dblock {
    display: block;
}
.font-medium {
    font-weight: 500;
}
.font-semibold {
    font-weight: 600;
}
.font-bold {
    font-weight: 700;
}

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

.btnc {
    font-family: var(--font-main);
    border: none;
    background-color: transparent;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    width: max-content;
    font-size: 1.15rem;
    line-height: 110%;
    font-weight: 700;
}
.btnc svg {
    height: auto;
    margin-right: clamp(10px, 2vw, 30px);
    width: calc(9px, 1.3vw, 22px);
    transition: .3s;
    position: relative;
    top: -1px;
}
.btnc:hover svg {
    transform: rotate(225deg);
}

.cbtn {
    display: inline-block;
    padding: 10px 25px;
    background-color: var(--txt-color);
    border: 1px solid var(--txt-color);
    color: #fff;
    transition: .3s;
    cursor: pointer;
    border-radius: 0;
}
.cbtn:hover {
    color: #000;
    background-color: #fff;
}
/* @ @ HEADER @ @ */

/* menu button start */
.nav-icon {
    width: 33px;
    height: 23px;
    -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: none;
    margin-left: 10px;
    background-color: transparent;
    border: none;
}
.nav-icon span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #000;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}
.nav-icon span:nth-child(1) {
    top: 0px;
}
.nav-icon span:nth-child(2),
.nav-icon span:nth-child(3) {
    top: 10px;
}
.nav-icon span:nth-child(4) {
    top: 20px;
}
.nav-icon.open span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
}
.nav-icon.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.nav-icon.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
.nav-icon.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
}
/* menu button end */
.header {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    width: 100%;
    z-index: 9999;
    transition: .3s;
    padding-top: 10px;
    padding-bottom: 10px;
}
body.filtersopened .header,
body.videoopened .header {
    opacity: 0;
    z-index: 4;
}

.header__logo-mobile {
    display: none;
}
.header__logo a.header__logo-item {
    transition: .3s;
    display: inline-block;
    width: 250px;
}
.scrolled .header__logo a.header__logo-item {
    width: 180px;
}

.header__socials {
    display: none;
}
/* menu start */
.header__menu {
    max-width: 100%;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.header__menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.header__menu>div>ul {
    display: flex;
    align-items: center;
}
.header__menu>div>ul>li {
    margin-left: clamp(10px, 1.5vw, 40px);
}
.header__menu>div>ul>li>a {
    display: block;
    text-align: center;
    font-size: .95rem;
    line-height: 120%;
    text-transform: uppercase;
    color: #000;
    font-family: var(--font-main);
    font-weight: 500;
    position: relative;
}
.header__menu>div>ul>li>a:after {
    content: '';
    position: absolute;
    top: calc(100% - 1px);
    left: 0;
    width: 0;
    transition: .3s;
    height: 1px;
    background-color: #000;
}
.header__menu>div>ul>li.current-menu-item>a:after,
.header__menu>div>ul>li>a:hover:after {
    width: 100%;
}
.header__menu>div>ul>li.current-menu-item>a {
    color: var(--color-third);
}
.header__menu ul ul {
    display: none;
}

.header__link {
    border: 1px solid #000;
    width: max-content;
    padding: 10px 15px 10px 10px;
    display: flex;
    align-items: center;
    justify-items: center;
    margin-left: 30px;
    font-weight: 700;
    font-size: .85rem;
    line-height: 130%;
}
.header__link:hover {
    background-color: var(--color-main);
    border-color: var(--color-main);
}
.header__link svg {
    margin-right: 6px;
    width: 11px;
    height: auto;
}
/* menu end */
/* @ @ HEADER END @ @ */
/* @ @ SEARCH POP START @ @ */
.pop-search {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999999;
    display: none;
    background-color: rgba(255,255,255, .95);
    padding: 20px;
}
.pop-search>div {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}
.pop-search form {
    display: flex;
    align-items: center;
}
.pop-search form input {
    width: 400px;
    background-color: transparent;
    font-size: 1.4rem;
    padding: 20px 15px;
    font-family: 'Poppins', sans-serif;
    border: none;
    border-bottom: 1px solid var(--txt-color);
    color: var(--txt-color);
    max-width: calc(100% - 45px);
}
.pop-search form input::placeholder {
    color: var(--txt-color);
    font-weight: 300;
}
.pop-search button {
    cursor: pointer;
    background-color: transparent;
    border: none;
    margin-left: 15px;
    width: 30px;
    height: 30px;
}
.pop-search__close {
    position: absolute;
    top: 120px;
    right: 120px;
    font-weight: 300;
    font-size: 42px;
    cursor: pointer;
    background-color: transparent;
    border: none;
}

.search-results__item {
    margin-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eaeaea;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    line-height: 125%;
}
.search-results__title {
    font-weight: 500;
}
.search-results__link {
    font-size: .8rem;
}
/* @ @ SEARCH POP END @ @ */
/* @ @ BANER START @ @ */
.baner {
    position: relative;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: clamp(120px, 24vw, 560px);
    padding-bottom: clamp(120px, 10vw, 220px);
    overflow: hidden;
}
.baner__ellipse1 {
    position: absolute;
    left: 0;
    top: 25%;
    max-width: 30%;
    z-index: 1;
}
.baner__ellipse2 {
    position: absolute;
    z-index: 1;
    top: -15%;
    right: -15%;
    width: 55%;
    aspect-ratio: 16/11;
}
.baner__ellipse3 {
    position: absolute;
    max-width: 30%;
    z-index: 1;
    top: 30%;
    right: 0;
    opacity: .6;
    max-width: 20%;
}
.baner__ellipse4 {
    position: absolute;
    right: 0;
    top: 5%;
    z-index: 2;
    max-width: 50%;
}

.baner__content {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
}
.baner__content>svg {
    margin-right: 40px;
    max-width: 42%;
    height: auto;
}
.baner__title {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    color: #fff;
    font-weight: 500;
    font-size: clamp(20px, 3vw, 42px);
    line-height: 120%;
    margin: 0;
}
.baner__title svg {
    margin-left: 60px;
    position: relative;
    top: 15px;
    width: 120px;
    height: auto;
    filter: brightness(0) invert(1);
}

.baner__links {
    position: absolute;
    z-index: 4;
    top: 17%;
    right: 13%;
    width: 460px; 
}
.baner__links {
    display: flex;
    align-items: center;
}
.baner__links .slider-nav {
    margin-right: 30px;
}
.baner__slick .slick-track {
    display: flex !important;
}
.baner__slick .slick-slide {
    height: inherit !important;
}
.baner__links .slider-nav .slider-counter {
    color: #000;
    font-weight: 700;
    margin-top: 15px;
    margin-bottom: 20px;
}
.baner__links .slider-nav button svg {
    filter: brightness(0);
}
.baner__links-wrapper {
    position: relative;
    padding: 20px 0 20px 20px;
}
.baner__links-wrapper:before {
    content: '';
    border: 1px solid #000;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width:360px;
    z-index: 1;
}
.baner__links-wrapper>span {
    display: block;
    font-size: clamp(1rem, 2vw, 30px);
    line-height: 110%;
    margin-bottom: 20px;
    font-weight: 600;
    position: relative;
    z-index: 3;
}
.baner__slick-item {
    display: flex !important;
    align-items: flex-end;
}
.baner__slick-item img {
    width: 185px;
    aspect-ratio: 1/1;
    object-fit: cover;
    margin-right: 20px;
}
.baner__slick-item .btnc {
    font-size: .9rem;
    line-height: 110%;
}
.baner__slick-txt {
    display: block;
    font-size: clamp(1.1rem, 3vw, 50px);
    line-height: 110%;
    margin-bottom: 10px;
    font-weight: 600;
}
.baner__slick-item .btnc svg {
    margin-right: 10px;
    width: 10px;
}
/* @ @ BANER END @ @ */
/* @ @  START @ @ */
.ctabar--top {
    position: relative;
    top: -100px;
    margin-bottom: -100px;
    z-index: 5;
}
.ctabar--bottom {
    position: relative;
    bottom: -100px;
    z-index: 5;
}
.ctabar__items {
    position: relative;
    background-color: var(--color-main);
    padding-top: 30px;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 20px;
}

.ctabar__content {
    flex: 1;
    padding-left: 40px;
    position: relative;
}
.ctabar__content-ellipse{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-height: 120%;
    max-width: 80%;
    object-fit: contain;
    z-index: 1;
    filter: blur(6px);
}

.ctabar__links {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 20px 60px;
}
.ctabar__links a {
    font-weight: 700;
}
.ctabar__links a:nth-child(odd) {
    color: #fff;
}
.ctabar__links a:nth-child(odd) svg {
    filter: brightness(0) invert(1);
    margin-right: 10px !important;
}

.ctabar__items {
    gap: 20px 30px;
    display: flex;
    position: relative;
}
.ctabar__items-ellipse {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-height: 120%;
    max-width: 80%;
    object-fit: contain;
    z-index: 1;
    filter: blur(6px);
}
.ctabar__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
    padding: 20px 20px 20px 20px;
    position: relative;
}
.ctabar__item:before {
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    border: 1px solid #fff;
}
.ctabar__item>img {
    filter: brightness(0) invert(1);
    height: 20px;
    width: auto;
    object-fit: contain;
    margin-top: 15px;
}
.ctabar__item-stars {
    display: flex;
    justify-content: center;
    align-items: center;
}
.ctabar__item-stars span:not(.active) {
    opacity: .5;
}
.ctabar__item-rate {
    font-weight: 700;
    display: block;
    font-size: clamp(20px, 2vw, 40px);
    line-height: 80%;
    margin-bottom: 15px;
}
.ctabar__item-stars span {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 1px;
}
.ctabar__item-stars svg {
    width: 11px;
    height: 11px;
    object-fit: contain;
    filter: brightness(0) invert(1);
}
/* @ @  END @ @ */
/* @ @  START @ @ */

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

/* @ @ CTABAR END @ @ */
/* @ @ IMGCOLS START @ @ */
.imgcols {
    position: relative;
    padding-bottom: 60px;
    overflow-x: clip;
}
.imgcols:before {
    content: '';
    width: 95%;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    background-color: var(--color-main);
    z-index: 1;
    height: 80%;
    position: absolute;
}
.imgcols__top {
    position: relative;
    margin-bottom: 80px;
}
.imgcols__top>svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    filter: brightness(0) invert(1);
    z-index: 4;
    height: auto;
}
.imgcols__top-item {
    position: relative;
    z-index: 3;
}
.imgcols__top-item video,
.imgcols__top-item img {
    width: 100%;
    aspect-ratio: 4/6;
    object-fit: cover;
}
.imgcols__top-heading {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
.imgcols__top-ellipse {
    position: absolute;
    width: 120%;
    max-width: 120%;
    top: 50%;
    left: 50%;
    transform: translateX(-50%);
}
.imgcols__title {
    border: 1px solid #000;
    padding: 30px;
    position: relative;
    bottom: -80px;
    font-size: clamp(30px, 4vw, 60px);
    line-height: 140%;
    font-weight: 700;
    margin: 0;
}
.imgcols__title del {
    text-decoration: none;
    display: inline-block;
    position: relative;
}
.imgcols__title span {
    color: var(--color-main);
} 
.imgcols__title del::after {
    content: "";
    position: absolute;
    left: -2px;
    top: 50%;
    width: 0;
    height: clamp(1.5px, .4vw, 5px);                       
    background: #000;             
    pointer-events: none;
    transition: 1s;
}
.imgcols__title.in-view del::after {
    width: calc(100% + 4px);
}

.imgcols__links {
    margin-top: 40px;
    padding-left: 4vw;
}
.imgcols__links-wrapper {
    max-width: 60%;
    gap: 20px;
}
.imgcols__links a {
    max-width: 100%;
    flex: 0 0 calc(33.333% - 15px);
    border: 1px solid #000;
    padding: 15px 20px 15px 15px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-weight: 600;
    letter-spacing: var(--spacing);
}
.imgcols__links a:hover {
    background-color: #000;
    color: #fff;
}
.imgcols__links a svg {
    width: 18px;
    transition: .3s;
    min-width: 18px;
    margin-right: 20px;
}
.imgcols__links a:hover svg {
    filter: brightness(0) invert(1);
}

.imgcols__txt {
    font-weight:600;
    padding-left: 4vw;
}
/* @ @ IMGCOLS END @ @ */
/* @ @ TXTVIDEO START @ @ */
.txtvideo {
    padding-right: 10px !important;
    align-items: flex-end;
}
.txtvideo--totop {
    position: relative;
    z-index: 5;
}
.txtvideo__content p {
    max-width: 100%;
    width: 360px;
}
.txtvideo__img {
    position: relative;
}
.txtvideo--totop .txtvideo__img {
    top: -220px;
    margin-bottom: -220px;
}
.txtvideo__img img {
    width: 100%;
}
.txtvideo__sign svg {
    filter: brightness(0);
    width: 100%;
    height: auto;
}
/* @ @ TXTVIDEO END @ @ */
/* @ @ TXTOPS START @ @ */
.txtops {
    overflow-x: clip;
    position: relative;
}
.txtops>svg {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 3;
    margin-top: 120px;
    margin-bottom: clamp(60px, 6vw, 120px);
}
.txtops__tooth {
    position: absolute;
    top: 60px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    max-width: 80%;
    width: 600px;
}
.txtops__point {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
.txtops__point:not(:first-child) {
    margin-top: 30px;
}
.txtops__point>svg {
    width: 16px;
    min-width: 16px;
    margin-right: 20px;
    position: relative;
    top: 30px;
    filter: brightness(0);
}
.txtops__point-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}
.txtops__point-nr {
    display: block;
    color: var(--color-main);
    font-size: clamp(30px, 5vw, 100px);
    line-height: 90%;
    font-weight: 700;
    margin-bottom: 5px;
}
.txtops__point-txt {
    display: block;
    font-weight: 700;
}

.txtops__title {
    font-size: clamp(30px, 8vw, 130px);
    line-height: 70%;
    margin: 0;
}
.txtops__title del {
    font-size: 70%;
    text-decoration: none;
    display: inline-block;
    margin-bottom: 5px;
    position: relative;
}
.txtops__title span {
    color: var(--color-main);
} 
.txtops__title del::after {
    content: "";
    position: absolute;
    left: -2px;
    top: 50%;
    width: 0;
    height: clamp(1.5px, .5vw, 8px);                       
    background: #000;             
    pointer-events: none;
    transition: 1s;
}
.txtops__title.in-view del::after {
    width: calc(100% + 4px);
}

.txtops__items {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end;
}
.txtops__item {
    border-bottom: 1px solid #000;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-bottom: 15px;
    max-width: 100%;
    width: 340px;
}
.txtops__item:not(:last-child) {
    margin-bottom: 40px;
}
.txtops__item>img {
    height: 30px;
    width: auto;
    object-fit: contain;
}
.txtops__item-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: center;
    border-left: 1px solid #000;
    width: 100px;
    margin-left: auto;
}
.txtops__item-rate {
    font-size: 1.1rem;
    line-height: 100%;
    margin-bottom: 10px;
    display: block;
}
.txtops__item-stars {
    display: flex;
    justify-content: center;
    align-items: center;
}
.txtops__item-stars span {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 1px;
}
.txtops__item-stars>span:not(.active) {
    opacity: .5;
}
.txtops__item-stars svg {
    filter: brightness(0);
    width: 12px;
    height: auto;
}
.txtops__item-txt {
    font-size: .85rem;
    line-height: 110%;
    display: block;
    margin-top: 10px;
}
/* @ @ TXTOPS END @ @ */
/* @ @ SMALLBANER START @ @ */
.smallbaner {
    aspect-ratio: 16/9;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
@supports (-webkit-touch-callout: none) {
    .smallbaner {
        background-attachment: scroll;
    }
}
/* @ @ SMALLBANER END @ @ */
/* @ @ EFFS START @ @ */
.effs {
    overflow-x: clip;
}
.effs .pluses {
    margin-bottom: 30px;
}
.effs__heading {
    position: relative;
    padding-top: 80px;
    padding-left: clamp(15px, 7vw, 160px);
}
.effs__heading>img {
    position: absolute;
    top: 0;
    left: 34%;
    z-index: 1;
    width: 360px;
    z-index: 1;
}
.effs__top-heading span span {
    font-weight: 300;
}
.effs__txt {
    padding-left: clamp(15px, 5vw, 120px);
}
.effs__txt p {
    margin: 0;
}
.effs__txt--bold {
    font-weight: 600;
    font-size: 1.05rem;
    line-height: 140%;
    margin-bottom: 30px !important;
}
.effs__side {
    display: flex;
    justify-content: center;
}
.effs_list_title {
    font-weight: 500 !important;
}
.effs__nr {
    display: block;
    font-size: 3rem;
    line-height: 100%;
    margin-bottom: 15px;
    font-weight: 600;
}
.effs__img {
    display: block;
    overflow: hidden;
}
.effs__img img {
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
    transition: .3s;
}
.effs__img:hover img {
    transform: scale(1.05);
    filter: grayscale(80%);
}
.effs__name {
    display: block;
    font-size: 1.2rem;
    line-height: 100%;
    margin-top: 20px;
    font-weight: 600;
}
/* @ @ EFFS END @ @ */
/* @ @ TXTQUOTE START @ @ */
.txtquote {
    padding-right: 1vw !important;
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: var(--color-main);
    position: relative;
    overflow-x: clip;
}
.txtquote__blur {
    position: absolute;
    left: 2%;
    bottom: 2%;
    z-index: 1;
    max-width: 40%;
    width: 350px;
    opacity: .5;
}
.txtquote__ellipse {
    position: absolute;
    left: 45%;
    top: 10%;
    z-index: 1;
    max-width: 70%;
}
.txtquote .pluses {
    margin-bottom: 30px;
}
.txtquote .pluses svg {
    filter: brightness(0) invert(1);
}

.txtquote__content {
    padding-right: clamp(15px, 3vw, 80px);
}
.txtquote__cols {
    gap: 0 80px;
}
.txtquote__txt {
    max-width: 100%;
    flex: 0 0 calc(50% - 40px);
}
.txtquote__txt--first {
    font-weight: 700;
}
.txtquote__quote>p {
    font-size: clamp(1.1rem, 2vw, 26px);
    line-height: 150%;
    font-weight: 600;
    font-style: italic;
}
.txtquote__sign {
    font-size: 1.05rem;
    font-weight: 500;
    line-height: 110%;
    display: block;
    margin-left: auto;
    text-align: right;
}
.txtquote__sign--first {
    font-size: clamp(1.1rem, 2vw, 24px);
    line-height: 110%;
    font-weight: 600;
}

.txtquote__img img {
    width: 100%;
}
.txtquote__links {
    justify-content: center;
    align-items: center;
    margin-top: 40px;
}
.txtquote__links div {
    display: flex;
    flex-direction: column;
    gap: 40px 0;
}

/* @ @ TXTQUOTE END @ @ */
/* @ @ GALTXT START @ @ */
.galtxt {
    overflow-x: clip;
    padding: 0 !important;
}
.galtxt .section-heading span {
    color: var(--color-main);
}
.galtxt__txt {
    padding: 0 40px;
}
.galtxt__txt * {
    margin: 0;
}

.galtxt__items {
    padding-top: clamp(20px, 6vw, 120px);
    position: relative;
    padding-bottom: 20px;
}
.galtxt__items>svg {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 95%;
    height: auto;
}
.galtxt__items>img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-height: 120%;
    max-width: 50%;
    width: 900px;
    object-fit: contain;
}

.galtxt__slick {
    padding-bottom: 60px;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.galtxt__slick .slick-arrow {
    position: absolute;
    border: none;
    font-size: 0;
    top: initial;
    bottom: 0;
    color: transparent;
    background-color: transparent;
    width: 34px;
    height: 34px;
    background-repeat: no-repeat;
    background-size: 34px;
    background-position: center;
    background-image: url(../assets/arrow-line.svg);
    cursor: pointer;
    z-index: 4;
}
.galtxt__slick .slick-prev {
    transform: rotate(180deg);
    left: 15px;
}
.galtxt__slick .slick-next {
    right: 15px;
}
.blogposts .slick-arrow.slick-disabled {
    opacity: .4;
}

.galtxt__slider-item {
    padding: 0 20px;
}
.galtxt__slider-img {
    display: block;
    overflow: hidden;
}
.galtxt__slider-img img {
    transition: .3s;
    aspect-ratio: 1/1;
    width: 100%;
    object-fit: cover;
}
.galtxt__slider-img:hover img {
    filter: grayscale(80%);
    transform: scale(1.05);
}
/* @ @ GALTXT END @ @ */
/* @ @ OPSBG START @ @ */
.opsbg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    padding-top: clamp(60px, 8vw, 220px);
    padding-bottom: clamp(60px, 8vw, 220px);
    position: relative;
    align-items: center;
}
@supports (-webkit-touch-callout: none) {
    .opsbg {
        background-attachment: scroll;
    }
}
.opsbg:before {
    content: '';
    width: 100%;
    height: 100%;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    background-color: #000;
    opacity: .5;
}
.opsbg__video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}
.opsbg__content>img {
    margin-top: clamp(30px, 7vw, 140px);
    width: 80%;
}

.opsbg__info {
    margin-top: clamp(20px, 6vw, 100px);
    align-items: center;
    justify-content: flex-start;
    gap: 20px 50px;
    color: #fff;
}
.opsbg__stars span:not(.active) {
    opacity: .5;
}
.opsbg__stars svg {
    width: 24px;
    height: auto;
}
.opsbg__rate {
    font-weight: 700;
    font-size: 2.5rem;
    display: inline-block;
    line-height: 100%;
}
.opsbg__txt {
    color: #fff;
    font-size: 1.5rem;
    display: inline-block;
}

.opsbg__items {
    position: relative;
    padding-left: clamp(15px, 6vw, 120px);
    padding-top: 40px;
    padding-bottom: 40px;
    padding-right: 20px;
}
.opsbg__items:before {
    content: '';
    border: 1px solid #fff;
    position: absolute;
    top: 0;
    height: 100%;
    right: 0;
    width: 50%;
    z-index: 1;
}
.opsbg__slider {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.opsbg__slider-title {
    display: block;
    font-family: var(--font-second);
    font-size: clamp(1rem, 1.8vw, 30px);
    color: #fff;
    line-height: 120%;
    margin: 0;
    margin-bottom: 30px;
}
.opsbg__slick {
    max-width: calc(100% - 80px);
    flex: 0 0 calc(100% - 80px);
}
.opsbg__nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    max-width: 80px;
    flex: 0 0 80px;
}
.opsbg__nav .slider-nav {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.opsbg__slider-item img {
    width: 100%;
}
/* @ @ OPSBG END @ @ */
/* @ @ BLOGPOSTS START @ @ */
.blogposts {
    overflow-x: clip;
    padding-top: 60px;
    padding-bottom: 60px;
    padding-right: 4vw;
    background-color: var(--color-bg);
}

.blogposts__content {
    padding-right: clamp(15px, 3vw, 60px);
}
.blogposts__txt {
    margin-top: clamp(0px, 4vw, 80px);
    margin-bottom: clamp(0px, 4vw, 80px);
}

.blogposts__slick {
    padding-left: 40px;
    padding-right: 40px;
}

.blogposts__slick .slick-arrow {
    position: absolute;
    top: 50%;
    border: none;
    font-size: 0;
    top: 25%;
    color: transparent;
    background-color: transparent;
    width: 34px;
    height: 34px;
    background-repeat: no-repeat;
    background-size: 34px;
    background-position: center;
    background-image: url(../assets/arrow-line.svg);
    cursor: pointer;
    z-index: 4;
}
.blogposts__slick .slick-prev {
    transform: rotate(180deg);
    left: 0;
}
.blogposts__slick .slick-next {
    right: 0;
}
.blogposts .slick-arrow.slick-disabled {
    opacity: .4;
}

.blogposts__item {
    padding: 0 30px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}
.blogposts__img {
    display: block;
    overflow: hidden;
    width: 100%;
}
.blogposts__img img {
    aspect-ratio: 1/1;
    width: 100%;
    object-fit: cover;
    transition: .3s;
}
.blogposts__img:hover img {
    transform: scale(1.05);
    filter: grayscale(80%);
}
.blogposts__date {
    display: block;
    font-size: .9rem;
    line-height: 100%;
    margin: 20px 0 0 0;
    font-weight: 500;
}
.blogposts__title {
    font-size: clamp(18px, 1.5vw, 24px);
    line-height: 140%;
    font-weight: 500;
    margin-top: 20px;
    margin-bottom: 0;
}
.blogposts__title a:hover {
    color: var(--color-main);
}
.blogposts__excerpt {
    margin-top: 20px;
    font-size: .8rem;
    line-height: 140%;
}
.blogposts__excerpt * {
    margin: 0;
}
/* @ @ BLOGPOSTS END @ @ */
/* @ @  START @ @ */

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

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

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

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

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

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

/* @ @  END @ @ */
/* @ @ SIDEBAR START @ @ */
.sidebar {
    width: 500px;
    max-width: 100%;
    background-color: var(--color-main);
    padding-left: 3vw;
    padding-top: 40px;
    padding-right: 20px;
    padding-bottom: 40px;
}
.sidebarbtn {
    display: none;
}
.sidebar__close {
    display: none;
}
.sidebar__search {
    width: 100%;
    margin-bottom: 40px;
    position: relative;
    margin-right: 30px;
}
.sidebar__search input {
    font-size: 1rem;
    width: 100%;
    color: #000;
    padding: 10px 20px;
    border: 1px solid rgba(0,0,0, 1);
    font-weight: 300;
    background-color: transparent;
    border-radius: 0;
    transition: .3s;
}
.sidebar__search input::placeholder {
    color: #000;
}
.sidebar__search button {
    border: none;
    padding: 0;
    width: 22px;
    height: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    cursor: pointer;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}
.sidebar__search button svg {
    width: 100%;
    height: auto;
}
.sidebar__wrapper {
    background-color: var(--color-second);
}
.sidebar-col {
    padding-left: 80px;
    flex: 0 0 calc(100% - 500px);
    max-width: calc(100% - 500px);
}
.sidebar ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.sidebar ul li:not(:last-child) {
    margin-bottom: 15px;
}
.sidebar ul li a {
    display: block;
    text-transform: uppercase;
}
.sidebar__parent {
    position: relative;
}
.sidebar__parent:not(:last-child) {
    margin-bottom: 25px !important;
}
.sidebar__showmore {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 40px;
    cursor: pointer;
    padding: 0;
    margin: 0;
    border: none;
    background-color: transparent;
    border-left: 1px solid #000;
}
.sidebar__showmore svg {
    width: 19px;
    height: auto;
    transition: .3s;
}
.sidebar__parent.active>a {
    font-weight: 600;
}
.sidebar__parent.active .sidebar__showmore svg {
    transform: rotate(180deg);
}
.sidebar .sidebar__wrapper--offer .sidebar__parent>a {
    font-weight: 600;
}
.sidebar ul li a:hover {
    color: #000;
}
.sidebar ul .sidebar__children {
    padding: 0 0 10px 15px;
}
.sidebar ul .sidebar__children:not(.active) {
    display: none;
}
.sidebar .active--font>a {
    font-weight: 700 !important;
}
.sidebar .active.active--font>ul {
    display: block;
}
.sidebar ul .sidebar__parent.active--font ~ .sidebar__children {
    display: block;
}
.sidebar ul .sidebar__children a {
    border-left: none;
    font-size: .9rem;
    line-height: 120%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    border-bottom: none;
    font-weight: 500;
    color: #fff;
    text-transform: none;
}
.sidebar ul .sidebar__children a>svg {
    width: 9px;
    height: auto;
    filter: brightness(0) invert(1);
    position: relative;
    top: 5px;
    margin-right: 10px;
}
.sidebar ul .sidebar__children a.active {
    color: #000;
}
.sidebar ul .sidebar__children a.active svg {
    filter: brightness(0);
}
/* @ @ SIDEBAR END @ @ */
/* @ @ FAQLIST START @ @ */
.faqlist {
    background-color: var(--color-main);
    position: relative;
    padding-bottom: 60px;
}
.faqlist--padds {
    padding-left: 20px;
    padding-right: 20px;
}
.faqlist>img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-height: 90%;
    max-width: 90%;
    object-fit: contain;
    z-index: 1;
    opacity: .7;
    width: 400px;
}
.faqlist__item {
    padding-top: 20px;
    border-top: 1px solid #000;
}
.faqlist__item-title {
    padding: 0;
    padding-bottom: 20px;
    font-size: 1.1rem;
    line-height: 120%;
    font-weight: 600;
    padding-bottom: 20px;
    width: 100%;
    border: none;
    background-color: transparent;
    text-align: left;
    cursor: pointer;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}
.faqlist__item-title svg {
    width: 18px;
    height: auto;
    position: relative;
    top: 2px;
    margin-right: 20px;
    transition: .3s;
}
.faqlist__item-title:hover svg,
.faqlist__item-title.active svg {
    transform: rotate(225deg);
}
.faqlist__item-txt {
    display: none;
    padding-left: 40px;
    padding-bottom: 10px;
}
.faqlist__item-txt * {
    margin-top: 0;
}
/* @ @ FAQLIST END @ @ */
/* @ @  START @ @ */

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

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

/* @ @  END @ @ */
/* @ @ FOOTER START @ @ */
.footer {
    overflow-x: clip;
    position: relative;
    z-index: 3;
}
.footer__top {
    background-color: var(--color-main);
    padding-top: 160px;
    position: relative;
    padding-bottom: 40px;
}
.footer__top>svg {
    width: 90%;
    height: auto;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 120px;
    max-height: 90%;
    object-fit: contain;
    filter: brightness(0) invert(1);
    opacity: .2;
    z-index: 1;
}
.footer__top>img {
    width: 90%;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-height: 90%;
    object-fit: contain;
    z-index: 2;
}

.footer__logo {
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer__socials {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
}
.footer__socials>span {
    display: block;
    color: #fff;
    font-size: .75rem;
}
.footer__socials div {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}
.footer__socials a {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 5px 15px 5px 0;
}
.footer__socials a img {
    width: 24px;
    height: 24px;
    object-fit: contain;
    transition: .3s;
}
.footer__socials a:hover img {
    opacity: .5;
}

.footer__menus {
    gap: 30px;
    margin-top: 60px;
}
.footer__menu {
    max-width: calc(50% - 15px);
    flex: 0 0 calc(50% - 15px);
}
.footer__title {
    display: block;
    font-weight: 700;
    font-size: 1.3rem;
    line-height: 110%;
    margin-bottom: 20px;
    width: 100%;
}
.footer__menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer__menu ul li {
    margin-bottom: 5px;
}
.footer__menu ul li a {
    font-weight: 500;
    display: inline-block;
    position: relative;
    text-transform: uppercase;
}
.footer__menu ul li a:hover {
    opacity: .5;
}
.footer__menu ul li a:after {
    content: '';
    width: 0;
    height: 1px;
    background-color: #000;
    opacity: .5;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: .3s;
}
.footer__menu ul li a:hover:after {
    width: 100%;
}
.footer__menu--offer ul li a {
    letter-spacing: 1px;
    text-transform: none;
    font-weight: 400;
}

.footer__links {
    width: 100%;
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #fff;
    gap: 15px 30px;
    font-size: .75rem;
    line-height: 130%;
    letter-spacing: 1.5px;
    display: flex;
    flex-wrap: wrap;
}
.footer__links div {
    max-width: calc(50% - 15px);
    flex: 0 0 calc(50% - 15px);
}
.footer__links a:hover {
    opacity: .5;
}

.footer__articles {
    margin-top: 35px;
    padding-left: clamp(15px, 9vw, 260px);
}
.footer__articles-wrapper {
    padding: 25px;
    border: 1px solid #fff;
    display: flex;
    flex-wrap: wrap;
    gap: 20px 30px;
}
.footer__article {
    max-width: calc(50% - 15px);
    flex: 0 0 calc(50% - 15px);
}
.footer__title-small {
    display: block;
    font-size: 1rem;
    line-height: 110%;
    font-weight: 500;
    margin-bottom: 10px;
}
.footer__article-img {
    display: block;
    overflow: hidden;
}
.footer__article-img img {
    width: 100%;
    aspect-ratio: 5/6;
    object-fit: cover;
    transition: .3s;
}
.footer__article-img:hover img {
    filter: brightness(70%);
    transform: scale(1.05);
}
.footer__article-name {
    display: block;
    margin-top: 5px;
    font-weight: 500;
    font-size: .95rem;
    line-height: 120%;
}
.footer__article-name:hover {
    opacity: .5;
}

.footer__bottom {
    padding-top: 10px;
    padding-bottom: 10px;
    color: #929292;
    font-size: 14px;
    line-height: 22px;
}
.footer__policy {
    margin: 10px 0;
    display: flex;
    align-items: center;
}
.footer__policy span {
    display: inline-block;
    margin: 0 5px;
}
.footer__copy {
    text-align: center;
    display: flex;
    align-items: center;
    margin: 10px 0;
    justify-content: center;
}
.footer__copy span {
    display: inline-block;
    margin-left: 3px;
}
.footer__built {
    margin: 10px 0;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.footer__built>div {
    display: flex;
    flex-direction: column;
}
.footer__built p {
    margin: 10px 0 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.footer__built p a {
    text-decoration: underline;
    display: inline-block;
}
.footer__built p>img {
    margin: 0 15px;
}
/* @ @ FOOTER END @ @ */
/* === Header Icons === */
.header__icons {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-left: 20px;
}
.header__icon-link {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s;
}
.header__icon-link svg {
    display: block;
    transition: .3s;
}
.header__icon-link:hover svg {
    opacity: .5;
}
.header__icon-count {
    position: absolute;
    top: -7px;
    right: -9px;
    background-color: var(--color-main);
    color: #000;
    font-size: .6rem;
    font-weight: 700;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}
/* === Header Icons END === */
.header__icons--mobile {
    display: none;
}
@media(max-width: 1200px) {
    .header__icons--mobile {
        display: flex;
        margin-left: auto;
        margin-right: 15px;
    }
    .header__icons:not(.header__icons--mobile) {
        display: none;
    }
}

/* @ @ 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-biggest {
        padding-left: 260px;
        padding-right: 260px;
        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: 1600px) {
    .baner__links {
        top: 12%;
    }
    /*  */
    .sidebar {
        max-width: 400px;
        flex: 0 0 400px;
    }
    .sidebar-col {
        max-width: calc(100% - 400px);
        flex: 0 0 calc(100% - 400px);
        padding-left: 30px;
    }
    .sidebar ul li a {
        font-size: .85rem;
        line-height: 130%;
    }
}
@media(max-width: 1440px) {
    body {
        padding-top: 93px;
    }
    body, html {
        font-size: 16px;
        line-height: 24px;
    }
    .wrapper {
        padding-left: 4vw;
        padding-right: 4vw;
    }
    .wrapper-big {
        padding-right: 6vw;
        padding-left: 6vw;
    }
    .wrapper-biggest {
        padding-left: 10vw;
        padding-right: 10vw;
    }

    /*  */
    .header__logo a.header__logo-item {
        width: 200px;
    }
    .scrolled .header__logo a.header__logo-item {
        width: 150px;
    }
    /*  */
    .txtvideo--totop .txtvideo__img {
        top: -120px;
        margin-bottom: -120px;
    }


    /*  */
    .blogposts {
        padding-right: 10px;
    }
    .blogposts__item {
        padding: 0 20px;
    }
}
@media(max-width: 1340px) {
    .header__logo {
        transition: .3s;
        width: 170px;
    }
    .scrolled .header__logo {
        width: 120px;
    }
    .header__menu>div>ul>li>a {
        font-size: .85rem;
        line-height: 120%;
    }
    /*  */
    .baner__links {
        top: 10%;
        right: 10%;
    }
    /*  */
}
@media(max-width: 1280px) {
    /*  */
    .baner__links {
        right: 0;
    }
    .baner__links-wrapper:before {
        width: 290px;
    }
    .baner__slick-item img {
        width: 120px;
    } 

    /*  */
    .footer__articles {
        padding-left: 15px;
    }
}
@media(max-width: 1200px) {
    body {
        padding-top: 73px;
    }
    .nav-icon {
        display: block;
    }
    .header__logo {
        width: 100% !important;
        max-width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .header__logo a.header__logo-item {
        width: 140px;
    }
    .scrolled .header__logo a.header__logo-item {
        width: 100px;
    }
    .header__socials {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        max-width: initial !important;
        flex: initial !important;
        order: 4;
    }
    .header__socials>span {
        display: block;
        color: #fff;
        font-size: .75rem;
    }
    .header__socials div {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        flex-wrap: wrap;
    }
    .header__socials a {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 10px 12px 0 0;
    }
    .header__socials a img {
        width: 19px;
        height: 19px;
        object-fit: contain;
    }
    .header__menu {
        position: fixed;
        top: 0;
        right: -500px;
        width: 450px;
        max-width: 100%;
        flex: initial;
        z-index: 99;
        background-color: #fff;
        padding: 20px 40px 30px 30px;
        transition: .8s;
        height: 100%;
        overflow: auto;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        border-left: 1px solid #eaeaea;
    }
    .menuopened .header__menu {
        right: 0;
    }
    .header__menu>div>ul {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }
    .header__menu>div>ul>li {
        margin: 0 0 15px 0;
    }
    .header__menu>div>ul>li>a {
        font-size: 18px;
        line-height: 120%;
    }
    .header__logo-mobile {
        display: inline-block;
        width: 170px;
        margin-bottom: 25px;
    }
    .header__link {
        margin: 10px 0 0 0;
    }

    /*  */
    .imgcols__txt {
        max-width: 94%;
        flex: 0 0 94%;
    }
    .imgcols__links-wrapper {
        max-width: 94%;
    }
    /*  */
    .txtvideo--totop {
        margin-top: 60px;
    }
    .txtvideo--totop .txtvideo__img {
        top: 0;
        margin-bottom: 0;
    }

    /*  */
    .sidebar {
        max-width: 350px;
        flex: 0 0 350px;
    }
    .sidebar-col {
        max-width: calc(100% - 350px);
        flex: 0 0 calc(100% - 350px);
        padding-left: 30px;
    }

}
@media(min-width: 1071px) {
    .asidesidebar {
        padding-left: 0 !important;
    }
}
@media(max-width: 1070px) {
    .smallbaner,
    .opsbg {
        background-attachment: scroll;
    }
    /*  */
    .sidebarbtn {
        display: block;
        position: fixed;
        bottom: 15px;
        left: 15px;
        z-index: 999;
    }
    .sidebar {
        position: fixed;
        top: 0;
        left: 0;
        width: 400px;
        left: -450px;
        opacity: 0;
        transition: .8s;
        max-width: 100%;
        z-index: 9999999;
        max-width: 100%;
        flex: initial;
        padding: 40px 30px 30px 30px;
        height: 100%;
        overflow: auto;
    }
    .sidebaropened .sidebar {
        left: 0;
        opacity: 1;
    }
    .sidebar__close {
        display: inline-block;
        position: absolute;
        top: 5px;
        right: 5px;
        width: 30px;
        height: 30px;
        font-size: 1.5rem;
        line-height: 100%;
        padding: 0;
        background-color: transparent;
        cursor: pointer;
        border: none;
    }
    .sidebar__search {
        padding-right: 0;
        margin-bottom: 15px;
        margin-right: 0;
    }
    .sidebar__search input {
        padding: 10px 20px;
        font-size: .75rem;
        line-height: 120%;
    }
    .sidebar__search button {
        right: 25px;
        width: 18px;
        height: 18px;
    }
    .sidebar-col {
        max-width: 100%;
        flex: 0 0 100%;
        padding-left: 0;
    }
    .sidebar ul li:not(:last-child) {
        margin-bottom: 10px;
    }
    .sidebar__parent:not(:last-child) {
        margin-bottom: 10px !important;
    }
    .sidebar ul .sidebar__children {
        padding-left: 5px;
    }
    .sidebar ul .sidebar__children a {
        font-size: .85rem;
        padding: 0;
        line-height: 130%;
    }
}
@media(min-width: 993px) {
 
}
@media(max-width: 992px) {
    body, html {
        font-size: 15px;
        line-height: 24px;
    }
    .wrap,
    .wrapper-biggest,
    .wrapper-big,
    .wrapper-small,
    .wrapper {
        padding-left: 10px;
        padding-right: 10px;
    }

    .video-embed iframe {
        height: 400px;
    }

    .heroimg__img {
        margin-top: 20px;
    }
    .heroimg__txt {
        letter-spacing: .5px;
    }
    .hero {
        padding-bottom: clamp(0px, 6vw, 140px);
    }

    .heroinfo__img {
        margin-top: 20px;
    }

    .cnav ul li button {
        border: none !important;
        padding: 1px 10px;
    }

    .ctabar {
        display: none !important;
    }

    /*  */
    .baner__slick .slick-dots {
        width: max-content;
    }
    .baner .baner__nav {
        display: none !important;
    }
    .baner__links {
        width: 300px;
        right: 40px;
    }

    /*  */
    .imgcols {
        margin-top: 20px !important;
    }

    /*  */
    .txtvideo__sign {
        display: none;
    }
    .txtvideo__img {
        margin-top: 40px;
    }
    .txtvideo__content p {
        width: 100%;
    }
    /*  */
    .txtops__tooth {
        opacity: .7;
    }
    .txtops__heading {
        order: 0;
        text-align: center;
    }
    .txtops__points {
        order: 1;
        margin-top: 40px;
        align-items: center;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
    }
    .txtops__point {
        width: initial;
    }
    .txtops__items {
        order: 2;
        margin-top: 40px;
        align-items: center;
    }
    
    /*  */
    .effs__nr {
        font-size: 2rem;
    }
    .effs__name {
        font-size: 1.1rem;
    }
    /*  */
    .txtquote__blur {
        bottom: initial;
        top: 20%;
        opacity: .1;
        filter: blur(4px);
    }
    .txtquote__content {
        padding-right: 15px;
    }
    .txtquote__img {
        margin-top: 30px;
    }
    /*  */
    .galtxt__top header {
        text-align: center;
    }
    .galtxt__txt {
        padding: 0 15px;
        margin-top: 10px !important;
    }
    /*  */
    .opsbg__content {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        text-align: center;
        align-items: center;
    }
    .opsbg__content>img {
        width: auto;
        height: 20px;
        object-fit: contain;
        margin-top: 20px;
    }
    .opsbg__info {
        margin-top: 30px;
        justify-content: center;
        align-items: center;
        gap: 20px 30px;
    }
    .opsbg__rate {
        font-size: 2rem;
        line-height: 100%;
    }
    .opsbg__stars svg {
        width: 20px;
    }
    .opsbg__txt {
        font-size: 1rem;
    }
    .opsbg__items {
        margin-top: 40px;
        padding: 30px 15px 30px 15px;
    }
    .opsbg__items:before {
        width: 70%;
    }
    .opsbg__slick {
        max-width: 100%;
        flex: 0 0 100%;
    }
    .opsbg__nav {
        display: none !important;
    }
    .opsbg .slick-dots {
        position: absolute;
        bottom: -80px;
        left: 50%;
        transform: translateX(-50%);
    }
    .opsbg .slick-dots button {
        border: 1px solid #fff;
    }
    .opsbg .slick-dots .slick-active {
        background-color: #fff;
    }
    /*  */
    .blogposts__item {
        margin-top: 30px;
    }

    /*  */


    /*  */
    .sidebar__title {
        padding-left: 0;
        font-size: 1.1rem;
        margin-bottom: 15px;
    }
    .sidebar ul li a {
        padding: 5px;
    }

    /*  */
    .footer {
        margin-top: 120px;
    }
    .fotoer__top {
        padding-top: 60px;
    }
    .footer__top>svg {
        top: 40px;
    }
    .footer__top>img {
        transform: translate(-50%, -50%) rotate(90deg);
        width: 200%;
        height: 100%;
        max-width: 200%;
    }
    .footer__logo {
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
    }
    .footer__logo-item img {
        width: 210px;
    }
    .footer__socials {
        position: relative;
        top: initial;
        left: initial;
        transform: initial;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 10px;
    }
    .footer__socials a {
        margin: 5px 10px;
    }
    .footer__socials a img {
        width: 20px;
        height: 20px;
    }

    .footer__policy {
        justify-content: center;
        text-align: center;
    }
    .footer__built {
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
    .footer__built p {
        justify-content: center;
    }
}
@media(max-width: 767px) {
    body {
        padding-top: 55px;
        --spacing: 1px;
    }
    .padd-top {
        padding-top: 30px;
    }
    .marg-top-biggest {
        margin-top: 100px;
    }
    .marg-top {
        margin-top: 40px;
    }
    .marg-top-big {
        margin-top: 60px;
    }
    .boxshadow {
        width: 90%;
    }
    
    .slick-lightbox-close:before {
        font-size: 25px;
    }

    .btnc {
        font-size: 1rem;
    }

    .play-cbtn {
        width: 100px;
    }

    .video-close {
        right: 0;
    }
    .video-embed__item {
        padding: 20px 40px;
    }
    .video-embed iframe {
        height: 300px;
    }

    .bottom-links {
        gap: 20px 30px;
    }

    .hero {
        padding-bottom: clamp(10px, 4.2vw, 120px);
    }
    .hero__heading {
        margin-top: 0 !important;
    }


    /*  */
    .header__logo a.header__logo-item {
        width: 100px;
    }
    .scrolled .header__logo a.header__logo-item {
        width: 100px;
    }

    /*  */
    .baner {
        padding-bottom: 60px;
    }
    .baner__content {
        width: 100%;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        padding-left: 20px;
    }
    .baner__title {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-end;
        margin-top: 15px;
        /* position: absolute;
        top: -60px;
        right: 60px; */
    }
    .baner__title svg {
        width: 80px;
        margin: 0 0 20px 0;
        order: 0;
    }
    .baner__title span {
        order: 1;
        margin-top: 10px;
    }

    .baner__links {
        position: initial;
        top: initial;
        right: initial;
        padding-left: 20px;
        margin-top: 15px;
        width: 100%;
    }
    .baner__links-wrapper>span {
        display: none;
    }
    .baner__links * {
        color: #FFF !important;
    }
    .baner__slick-item .btnc svg {
        filter: brightness(0) invert(1);
    }

    /*  */
    .imgcols:before {
        height: 96%;
        width: 100%;
    }
    .imgcols__top>svg {
        bottom: -80px;
        top: initial;
        transform: translateX(-50%);
    }
    .imgcols__top-item--first {
        display: none;
    }
    .imgcols__top-heading {
        margin-bottom: 40px;
    }
    .imgcols__top-heading>img:not(.imgcols__top-ellipse) {
        width: 130px;
        margin-bottom: 40px;
    }
    .imgcols__title {
        bottom: initial;
    }
    .imgcols__links a {
        max-width: 100%;
        flex: 0 0 100%;
    }

    /*  */
    .txtquote__content header {
        text-align: center;
    }
    .txtquote__txt {
        flex: 0 0 100%;
    }

    /*  */
    .galtxt__slick {
        padding-bottom: 0;
    }
    .galtxt__items>img {
        top: -40px;
        transform: translateX(-50%);
    }
    /*  */
    .blogposts__slick {
        padding: 0;
    }
    .blogposts__item {
        padding: 0;
    }
    .blogposts__img img {
        aspect-ratio: 16/10;
    }


    /*  */
    .faqlist__item-title svg {
        width: 10px;
        margin-right: 15px;
        top: 0;
    }
    .faqlist__item {
        padding-top: 15px;
    }
    .faqlist__item-title {
        padding-bottom: 15px;
    }
    .faqlist__item-txt {
        padding-left: 0;
    }
    /*  */
    
    /*  */
    .footer__menu {
        max-width: 100%;
        flex: 0 0 100%;
        text-align: center;
    }
    .footer__links div {
        max-width: 100%;
        flex: 0 0 100%;
        text-align: center;
    }
    .footer__articles-wrapper {
        padding: 0;
        border: none;
        padding-top: 30px;
        gap: 20px 10px;
    }
    .footer__articles .footer__title {
        text-align: center;
    }
    .footer__article {
        max-width: calc(50% - 10px);
        flex: 0 0 calc(50% - 10px);
    }


    .footer__built p a,
    .footer__built p {
        display: flex;
        align-items: center;
        flex-direction: column;
    }
    .footer__built p>img {
        margin: 5px 0;
    }
    .footer__built p a  {
        margin-left: 0;
    }
    .footer__built p a img {
        margin-left: 0;
        margin-top: 10px;
    }
    
}
@media(max-width: 500px) {
    /* .heroinfo__video {
        max-width: 75%;
        flex: 0 0 75%;
    }
    .heroinfo__img>video,
    .heroinfo__img>img {
        max-width: 25%;
        flex: 0 0 25%;
    } */


    /* .baner__content {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }
    .baner__title {
        right: 0;
    } */

    .baner__slick-item img {
        width: 100px;
        margin-right: 10px;
    }
    /*  */

    .effs__items {
        margin-top: 0;
    }
    .effs__item {
        padding: 0 5px;
    }
    .effs__txt {
        padding-left: 15px;
        margin-top: 0;
    }
    /*  */
    .galtxt__slick {
        margin-top: 30px !important;
    }
    .galtxt__slider-item {
        padding: 0 6px;
    }
}
/* @ @ MEDIA END @ @  */