body, html {
    font-size: 18px;
    line-height: 150%;
}
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: 110px;
    --font-main: 'Poppins', sans-serif;
    --bg-main: #F4F9FF;
    --bg-second: #CBDBF4;
    --bg-third: #EAF1FC;
    --txt-color: #6978B3;
    --color-main: #243A94;
    --color-second: #FF7C83;
    --color-third: #CC1D2A;
}
* {
    outline: none;
}
@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
main {
    position: relative;
}
.color-main {
    color: var(--color-main);
}
.color-third {
    color: var(--color-third);
}
.wrapper-small {
    padding-left: 6vw;
    padding-right: 6vw;
}
.wrapper {
    padding-left: 9vw;
    padding-right: 9vw;
}
.wrapper-big {
    padding-left: 12vw;
    padding-right: 12vw;
}
.flex-wrapper {
	display: flex;
	flex-wrap: wrap;
}
.padds {
    padding-left: 10px;
    padding-right: 10px;
}
.padd-top {
    padding-top: 60px;
}
.padd-top-big {
    padding-top: 100px;
}
.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%;
}
.absolute-link {
    position: relative;
}
.absolute-link .absolute-link__item {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 9;
}

.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: 5px;
}
.slick-dots li button {
    border-radius: 0;
    cursor: pointer;
    background-color: var(--color-main);
    padding: 0;
    margin: 0;
    width: 50px;
    height: 6px;
    transition: .3s;
    color: transparent;
    border: none;
    font-size: 0;
    opacity: .6;
}
.slick-dots li.slick-active button {
    opacity: 1;
}

.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;
}


.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: var(--font-main);
    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;
}

#breadcrumbs {
    margin: 30px 0 30px 0;
    padding: 0 10px;
    font-size: 12px;
    line-height: 100%;
    text-transform: uppercase;
    color: var(--color-main);
}
#breadcrumbs .breadcrumb_last {
    font-weight: 700;
}
#breadcrumbs .sep {
    display: inline-block;
    margin: 0 5px;
}

.posrel {
    position: relative;
    z-index: 4;
}
.nobotmarg {
    margin-bottom: 0 !important;
}
.section-heading {
    font-size: clamp(26px, 3vw, 44px);
    line-height: 130%;
    font-weight: 700;
    color: var(--color-main);
    display: block;
    margin-bottom: 40px;
}
.section-heading--line {
    display: flex;
    align-items: center;
    justify-content: center;
}
.section-heading--left {
    justify-content: flex-start;
}
.section-heading--line svg {
    margin-right: 20px;
    height: auto;
    width: 60px;
}
.section-heading span span {
    color: var(--color-third);
}
.section-small {
    font-size: clamp(22px, 2vw, 34px);
    line-height: 130%;
    font-weight: 700;
    color: var(--color-main);
    display: block;
    margin-bottom: 30px;
}
.section-subtitle {
    color: var(--color-main);
    display: block;
    font-weight: 600;
}
.section-subtitle span {
    color: var(--color-third);
}
.subtitle {
    font-size: clamp(18px, 1vw, 25px);
    line-height: 130%;
    font-weight: 700;
    color: var(--color-main);
}
.page-heading {
    font-size: clamp(30px, 3vw, 44px);
    line-height: 130%;
    font-weight: 700;
    color: var(--color-main);
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.page-heading--start {
    justify-content: flex-start;
}
.page-heading__wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}
.page-heading__wrapper>svg {
    margin-right: 20px;
    height: auto;
    width: 60px;
}
.page-heading__side {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: var(--bg-main);
    border-radius: 25px;
    padding: 15px 20px;
    color: var(--color-main);
    font-size: 1rem;
    line-height: 110%;
    font-weight: 600;
    margin-left: 20px;
}
.hero__txt {
    padding: 0 15px;
    width: 930px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.1rem;
    line-height: 160%;
}

.herobaner {
    padding-top: 40px;
    padding-bottom: 60px;
    background-color: var(--bg-third);
}
.herobaner__content {
    padding-left: clamp(15px, 4vw, 120px);
}
.herobaner__content strong {
    color: var(--color-main);
}
.herobaner__heading {
    padding-top: clamp(10px, 2vw, 60px);
}
.herobaner__subtitle {
    display: inline-block;
    text-align: center;
    background-color: var(--bg-main);
    border-radius: 25px;
    padding: 15px 20px;
    color: var(--color-main);
    font-size: 1rem;
    line-height: 110%;
    font-weight: 600;
}
.herobaner__img {
    display: flex;
    justify-content: center;
    align-items: center;
}
.herobaner__img svg {
    height: auto;
    width: 70%;
    max-width: 100%;
    opacity: .2;
}


.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: 70px;
    height: 70px;
    padding: 0;
    transition: .3s;
    border-radius: 50%;
    animation: pulse 1.5s infinite ease-in-out;
}
@keyframes pulse {
    0% {
            width: 70px;
            height: 70px;
    }
    50% {
        width: 75px;
        height: 75px;
    }
    100% {
            width: 70px;
            height: 70px;
    }
}
.play-cbtn.loaded {
    transform: translate(-50%, -50%) scale(1);
}
.play-cbtn span {
    background-color: transparent;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 9;
    transition: .3s;
}
.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(105, 120, 179, .7);
    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(--color-third);
    cursor: pointer;
}

.clist ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.clist ul li {
    margin: 25px 0;
    position: relative;
    padding-left: 30px;
}
.clist ul li:before {
    content: '';
    position: absolute;
    top: 4px;
    left: 0;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    background-image: url(../assets/check-red.svg);
}

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

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

.cbtn {
    display: inline-block;
    text-align: center;
    font-family: var(--font-main);
    cursor: pointer;
    padding: 12px 30px;
    font-size: 1rem;
    font-weight: 600;
    line-height: 120%;
    color: #fff;
    background-color: var(--color-main);
    border: 1px solid var(--color-main);
    transition: .3s;
    border-radius: 15px;
}
.cbtn--second {
    background-color: var(--color-third);
    border: 1px solid var(--color-third);
}
.cbtn--third {
    background-color: var(--bg-main);
    border: 1px solid var(--bg-main);
    color: var(--color-main);
}
.cbtn:hover {
    color: #fff;
    background-color: var(--txt-color);
    border-color: var(--txt-color);
    box-shadow: 0px 0px 9px rgba(105, 120, 179, .5);
}
/* @ @ 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;
    border: none;
    padding: 0;
    margin: 0;
    background-color: transparent;
}
.nav-icon span {
    display: block;
    position: absolute;
    height: 3px;
    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;
}
.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;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9999;
    transition: .3s;
}
body.videoopened .header {
    opacity: 0;
    z-index: 4;
}
.header__wrapper {
    padding-left: 110px;
    padding-top: 30px;
    padding-bottom: 30px;
    overflow: hidden;
    align-items: center;
    background-color: var(--bg-main);
    transition: .3s;
}
.scrolled .header__wrapper {
    padding-top: 15px;
    padding-bottom: 15px;
    box-shadow: 0px 0px 6px rgba(144,144,144, .3);
}
.header__wrapper>svg {
    position: absolute;
    top: 50%;
    left: -60px;
    transform: translateY(-50%);
    width: 160px;
    height: auto;
    opacity: .3;
}
.header__logo img {
    width: 160px;
}

/* menu start */
.header__menu {
    flex: 1;
}
.header__menu>div>ul {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}
.header__menu>div>ul>li {

}
.header__menu>div>ul>li>a {
    padding: 10px 20px;
    display: inline-block;
    text-align: center;
    font-size: .95rem;
    line-height: 120%;
    color: var(--color-main);
    font-weight: 500;
    position: relative;
}
.header__menu>div>ul>li>a:after {
    content: '';
    width: 100%;
    height: 4px;
    position: absolute;
    top: 99%;
    left: 0;
    background-color: var(--bg-second);
}
.header__menu>div>ul>li.current-menu-item:not(.menu-item-377)>a:after {
    background-color: var(--color-third);
}
.header__menu>div>ul>li.current-menu-item:not(.menu-item-377)>a {
    color: var(--color-third);
    font-weight: 600;
}
.header__menu>div>ul>li>a:hover {
    color: var(--color-third);
}
.header__menu>div>ul>li svg {
    margin-right: 10px;
    position: relative;
    top: 2px;
    width: auto;
    height: 100%;
}
.header__menu>div>ul>li:not(.current-menu-item) svg path {
    fill: var(--txt-color);
}
.header__menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.header__menu ul ul {
    display: none;
}

/* 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: var(--font-main);
    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 {
    padding-top: 120px;
    padding-bottom: 120px;
    background-color: var(--bg-main);
    position: relative;
    display: flex;
    flex-direction: column;
    align-content: flex-start;
    justify-content: center;
    overflow-x: clip;
}
.baner>svg {
    position: absolute;
    right: 40px;
    top: 40px;
    height: 100%;
    width: auto;
    transform: scaleX(-1);
    max-width: 50%;
    opacity: .3;
}
.baner__heading {
    max-width: 100%;
    width: 1000px;
    padding: 0 15px;
}
.baner__title-top {
    display: block;
    font-size: clamp(28px, 3.5vw, 78px);
    line-height: 110%;
    font-weight: 700;
    color: var(--color-main);
}
.baner__title-bottom {
    display: block;
    font-size: clamp(34px, 6.5vw, 122px);
    line-height: 110%;
    font-weight: 700;
    color: var(--color-main);
}
.baner__title>span>span {
    color: var(--color-third);
}
.baner__content {
    max-width: 100%;
    width: 800px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 0 15px;
}
.baner__content-items {
    max-width: 100%;
    width: 520px;
}
.baner__txt-top {
    font-size: clamp(1rem, 2vw, 32px);
    line-height: 130%;
    font-weight: 700;
    color: var(--color-main);
}
.baner__txt-bottom {
    font-size: clamp(.85rem, 1.5vw, 26px);
    line-height: 130%;
    color: var(--color-main);
}
.baner__txt-bottom span {
    font-weight: 600;
    font-size: clamp(1rem, 2.5vw, 45px);
}
/* @ @ BANER END @ @ */
/* @ @ OFFERBOX START @ @ */
.offerbox {
    overflow-x: clip;
}
.offerbox__links {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--bg-main);
    border-radius: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.offerbox__links-title {
    display: block;
    font-weight: 600;
    margin-right: 20px;
    font-size: 1.1rem;
    color: var(--color-main);
}
.offerbox__links ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.offerbox__links ul li {
    margin: 3px;
}
.offerbox__links ul li a {
    display: block;
    border-radius: 40px;
    padding: 10px 25px;
    color: var(--color-main);
    background-color: var(--bg-third);
    font-size: 1rem;
    line-height: 100%;
    text-align: center;
    font-weight: 700;
}
.offerbox__links ul li a:hover {
    background-color: var(--color-third);
    color: #fff;
}

.offerbox__icons-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 0 40px;
    margin-top: 40px;
    position: relative;
}
.offerbox__icons-item>svg {
    width: auto;
    height: 130px;
    position: absolute;
    right: 20px;
    top: 50%;
    z-index: 5;
}
.offerbox__icons-img {
    position: relative;
    z-index: 4;
}
.offerbox__icons-img:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background-repeat: no-repeat;
    background-position: top;
    background-image: url(../assets/blob.svg);
    background-size: 85%;
    z-index: 1;
}
.offerbox__icons-item:nth-child(4n+1) .offerbox__icons-img::before {
    bottom: -80px;
    left: -80px;
}
.offerbox__icons-item:nth-child(4n+2) .offerbox__icons-img::before {
    bottom: -80px;
    right: -80px;
}
.offerbox__icons-item:nth-child(4n+3) .offerbox__icons-img::before {
    bottom: -80px;
    right: -120px;
}
.offerbox__icons-item:nth-child(4n+4) .offerbox__icons-img::before {
    bottom: -120px;
    left: 50%;
    transform: translateX(-50%);
}
.offerbox__icons-item img {
    border-radius: 50%;
    position: relative;
    z-index: 2;
}
.offerbox__icons-txt {
    display: block;
    text-align: center;
    margin-top: 60px;
    font-weight: 700;
    font-size: 1.1rem;
    position: relative;
    z-index: 4;
    color: var(--color-main);
}
.offerbox__icons-txt span {
    background-color: var(--color-third);
    color: #fff;
    display: inline-block;
    font-weight: 600;
    padding: 5px 10px;
    border-radius: 4px;
}
.offerbox__icons-txt em {
    font-size: 80%;
    font-style: normal;
}
/* @ @ OFFERBOX END @ @ */
/* @ @ TITLEBORDER START @ @ */
.titleborder {
    overflow-x: clip;
    padding-top: 120px;
    padding-bottom: 140px;
    position: relative;
    background-color: var(--bg-main);
}
.titleborder>svg {
    opacity: .3;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    width: auto;
    height: 100%;
    z-index: 1;
    max-height: 90%;
}
.titleborder__item {
    font-size: clamp(24px, 5.2vw, 98px);
    line-height: 120%;
    color: var(--color-main);
    font-weight: 700;
}
.titleborder__item span {
    color: #fff;
    -webkit-text-stroke: 1px var(--color-main);
}
/* @ @ TITLEBORDER END @ @ */
/* @ @ DESC START @ @ */
.desc {
    overflow-x: clip;
}
.desc--bg {
    background-color: var(--bg-main);
    padding-bottom: 60px;
    padding-right: 0 !important;
}
.desc__content {
    padding: 80px;
    border-radius: 25px 0 0 25px;
    background-color: var(--bg-main);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    color: var(--color-main);
}
.desc--bg .desc__content {
    background-color: transparent;
}
.desc__heading div {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}
.desc__txt {
    font-size: 1.1rem;
    line-height: 160%;
}
.desc__logo {
    display: flex;
    align-items: center;
}
.desc__logo img {
    height: 50px;
    width: auto;
    margin-right: 20px;
}
.desc__logo span {
    display: inline-block;
    font-weight: 700;
    color: var(--color-main);
}
.desc__links {
    margin-top: 30px;
}
.desc__links a {
    margin: 10px 10px 0 0;
}
.desc__img {
    padding: 0;
}
.desc__img img {
    border-radius: 0 25px 25px 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.desc--bg .desc__img img {
    border-radius: 0 !important;
}
/* @ @ DESC END @ @ */
/* @ @ OPINIONS START @ @ */

/* @ @ OPINIONS END @ @ */
/* @ @ OFFERLIST START @ @ */
.offerlist__items {
    justify-content: center;
}
.offerlist__item {
    padding: 0 30px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}
.offerlist__icon {
    aspect-ratio: 1/1;
    width: 100%;
    background-color: var(--bg-third);
    border-radius: 50%;
    padding: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.offerlist__icon img {
    width: 40%;
}
.offerlist__icon>svg {
    position: absolute;
    z-index: 2;
    bottom: 0;
    right: 0;
    width: auto;
    height: 130px;
}
.offerlist__name {
    display: block;
    font-size: clamp(22px, 3vw, 42px);
    font-weight: 700;
    text-align: center;
    margin-top: 40px;
    color: var(--color-main);
    margin-bottom: 30px;
}
.offerlist__txt {
    display: block;
    text-align: center;
    color: var(--color-main);
    font-weight: 600;
    margin-bottom: 30px;
}
.offerlist__txt span {
    color: var(--color-third);
}
.offerlist__item .cbtn {
    margin-top: auto;
}

.offerlist__bottom {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.offerlist__bottom>span {
    display: inline-block;
    font-size: 1.1rem;
    color: var(--color-main);
    font-weight: 700;
}
.offerlist__bottom>* {
    margin: 10px;
}
/* @ @ OFFERLIST END @ @ */
/* @ @ ICONS START @ @ */
.icons__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 0 30px;
}
.icons__icon {
    height: 110px;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: flex-start;
}
.icons__icon img {
    max-height: 100%;
    width: auto;
}
.icons__title {
    color: var(--color-third);
    font-size: 105px;
    line-height: 120%;
    font-weight: 500;
}
.icons__txt {
    display: block;
    margin-top: 40px;
    text-align: center;
    font-weight: 500;
    font-size: 1.2rem;
}
/* @ @ ICONS END @ @ */
/* @ @ ICONSLIST START @ @ */
.iconslist {
    background-color: var(--bg-main);
    padding-bottom: 80px;
}
.iconslist__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 0 30px;
}
.iconslist__icon {
    height: 70px;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: flex-start;
}
.iconslist__icon img {
    max-height: 100%;
    width: auto;
}
.iconslist__txt {
    display: block;
    margin-top: 20px;
    text-align: center;
    font-weight: 500;
    font-size: 1rem;
}
/* @ @ ICONSLIST END @ @ */
/* @ @ ICONSIMG START @ @ */
.iconsimg {
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: var(--bg-third);
}
.iconsimg__heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 40px;
}
.iconsimg__heading .section-heading span span {
    color: var(--color-third);
    display: inline-block;
}
.iconsimg__heading .cbtn {
    margin-left: auto;
}
.iconsimg__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 0 20px;
    margin-top: 30px;
}
.iconsimg__item>img {
    width: 120px;
    height: 120px;
    object-fit: contain;
    margin-bottom: 20px;
}
/* @ @ ICONSIMG END @ @ */
/* @ @ TXTIMG START @ @ */
.txtimg {
    overflow-x: clip;
}
.txtimg__content {
    position: relative;
}
.txtimg__content--center {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
.txtimg__content>svg {
    position: absolute;
    right: 0;
    top: -20px;
    height: calc(100% + 40px);
    width: auto;
    z-index: 1;
    opacity: .07;
}
.txtimg__content--dots {
    padding-right: 0;
    padding-left: 60px;
}
.txtimg__title-nomarg {
    margin-bottom: 0 !important;
}
.txtimg__subtitle {
    display: block;
    color: var(--color-third);
    font-weight: 700;
    font-size: 1.1rem;
}
.txtimg__txt {
    font-size: 1.1rem;
    line-height: 160%;
    padding-right: 120px;
}
.txtimg__content--dots .txtimg__txt {
    padding-right: 0;
}
.txtimg__txt strong {
    color: var(--color-main);
}
.txtimg__links a {
    margin: 10px 10px 0 0;
}
.txtimg__img {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}
.txtimg__img figure {
    aspect-ratio: 1/1;
    position: relative;
}
.txtimg__img figure:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background-repeat: no-repeat;
    background-position: top;
    background-image: url(../assets/blob.svg);
    background-size: 90%;
    z-index: 1;
    left: -120px;
    bottom: -110px;
}
.txtimg figure>svg {
    position: absolute;
    z-index: 3;
    bottom: -60px;
    right: -60px;
    height: 240px;
    width: auto;
}
.txtimg__img figure img {
    position: relative;
    z-index: 2;
    width: 100%;
    border-radius: 50%;
    aspect-ratio: 1/1;
    object-fit: cover;
}
.txtimg__img--dots figure>svg {
    right: initial;
    left: -20px;
    bottom: -20px;
    height: 80px;
}
.txtimg__img-square {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}
.txtimg__img-square figure {
    height: 100%;
    width: 100%;
}
.txtimg__img-square figure img {
    height: 100%;
    object-fit: cover;
    border-radius: 25px;
    width: 100%;
}
/* @ @ TXTIMG END @ @ */
/* @ @ IMGTXT START @ @ */
.imgtxt__img figure {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
}
.imgtxt__img img {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
}
.imgtxt__img svg {

}
/* @ @ IMGTXT END @ @ */
/* @ @ CREW START @ @ */
.crew__item {
    padding: 0 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
}
.crew__img {
    aspect-ratio: 1/1;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.crew__img img {
    width: 80%;
    aspect-ratio: 1/1;
    object-fit: cover;
    border-radius: 50%;
}
.crew__name {
    font-size: 1.4rem;
    line-height: 120%;
    font-weight: 700;
    margin-bottom: 10px;
    text-align: center;
    color: var(--color-main);
}
.crew__status {
    display: block;
    text-align: center;
    font-weight: 500;
    font-size: .9rem;
}
.crew__txt {
    display: block;
    text-align: center;
    font-size: .85rem;
}
/* @ @ CREW END @ @ */
/* @ @ CHESS START @ @ */
.chess__top {
    display: flex;
    justify-content: center;
}
.chess__item:nth-child(even) {
    flex-direction: row-reverse;
}
.chess__content {
    padding: 0 60px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
.chess__heading {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}
.chess__title {
    margin-bottom: 10px;
}
.chess__subtitle {
    font-weight: 700;
    display: block;
    color: var(--color-third);
}
.chess__short {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: var(--bg-main);
    border-radius: 25px;
    padding: 15px 20px;
    color: var(--color-main);
    font-size: 1rem;
    line-height: 110%;
    font-weight: 600;
    margin-right: 5px;
}
.chess__content .cbtn {
    margin-top: 20px;
}
.chess__content strong {
    color: var(--color-main);
}
.chess__img {
    text-align: center;
}
.chess__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 25px;
}
/* @ @ CHESS END @ @ */
/* @ @ OPINIONS START @ @ */
.ops {
    overflow-x: clip;
}
.ops__content {
    background-color: var(--color-main);
    padding: 80px 40px 40px 80px;
    position: relative;
    border-radius: 25px;
    width: 340px;
    height: calc(100% - 60px);
    position: relative;
    color: #fff;
    background-repeat: no-repeat;
    background-size: 60%;
    background-position: 15px 15px;
    background-image: url(../assets/norway.png);
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}
.ops__txt {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.ops__rate {
    font-size: 100px;
    display: block;
    font-weight: 700;
    line-height: 100%;
}
.ops__txt-item {
    font-weight: 600;
    color: #9FB3D3;
}
.ops__txt img {
    width: auto;
    height: 50px;
}

.ops__slick {
    max-width: calc(100% - 340px);
    flex: 0 0 calc(100% - 340px);
    padding: 0 10px;
}
.ops .slick-track {
    display: flex !important;
}
.ops .slick-slide {
    height: inherit !important;
}
.ops__slick-item {
    padding: 0 10px;
}
.ops__item {
    background-color: var(--bg-main);
    padding: 40px 30px;
    border-radius: 25px;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}
.ops__item-txt {
    margin-bottom: 40px;
}
.ops__name {
    display: block;
    margin-top:5px;
    color: var(--color-main);
    font-weight: 700;
}
.ops__stars {
    margin-top: auto;
}
.ops__stars span:not(.active) {
    opacity: .5;
}
/* @ @ OPINIONS END @ @ */
/* @ @ BOXES START @ @ */
.boxes__item {
    padding: 10px;
}
.boxes__item-wrapper {
    background-color: var(--bg-main);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    border-radius: 25px;
    padding: 30px;
    height: 100%;
}
.boxes__subtitle {
    display: inline-block;
    color: #fff;
    background-color: var(--color-third);
    padding: 5px 15px;
    border-radius: 25px;
    text-align: center;
    font-weight: 600;
    margin-bottom: 20px;
}
.boxes__title {
    line-height: 110%;    
}
.boxes__item--first {
    max-width: 39%;
    flex: 0 0 39%;
}
.boxes__item--first .boxes__item-wrapper {
    padding: 30px 40px;
}
.boxes__item--first img {
    width: 80%;
}
.boxes__item--second {
    max-width: 23%;
    flex: 0 0 23%;
}
.boxes__item--second .boxes__item-wrapper {
    padding: 30px 5px 0 30px;
}
.boxes__item--second .boxes__title {
    margin: 0;
}
.boxes__item--second img {
    margin-left: auto;
    margin-top: auto;
}

.boxes__side {
    max-width: 38%;
    flex: 0 0 38%;
}
.boxes__side .boxes__item {
    height: 50%;
}
.boxes__item--third .boxes__item-wrapper {
    padding: 30px 40px;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    height: 100%;
}
.boxes__item-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}
.boxes__item--third .boxes__title {
    margin: 0;
}
.boxes__txt {
    display: block;
    font-weight: 500;
    font-size: 1.1rem;
    color: var(--color-main);
    margin-top: 10px;
}
.boxes__item--third img {
    width: 140px;
}

.boxes__item--fourth .boxes__item-wrapper {
    padding: 60px 40px 20px 60px;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: 50% 5%;
    background-image: url(../assets/layer.png);
}

.boxes__item--center .boxes__item-wrapper {
    align-items: center;
    text-align: center;
}
.boxes__item--center img {
    margin-right: auto;
}
.boxes__item--imgfull .boxes__item-wrapper {
    padding: 0 !important;
}
.boxes__item--imgfull .boxes__subtitle {
    margin-left: 30px;
    margin-right: 30px;
    margin-top: 30px;
}
.boxes__item--imgfull .boxes__title {
    margin-left: 30px;
    margin-right: 30px;
}
.boxes__item--imgfull img {
    width: 100% !important;
    margin-left: 0 !important;
}
/* @ @ BOXES END @ @ */
/* @ @ BOXESLIST START @ @ */
.boxeslist__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}
.boxeslist__item>img {
    aspect-ratio: 1/1;
    object-fit: cover;
    border-radius: 50%;
    margin-bottom: 30px;
}
.boxeslist__subtitle {
    display: block;
    color: var(--color-main);
    font-weight: 600;
    font-size: 1.1rem;
    margin-top: 5px;
}
.boxeslist__txt {
    padding: 0 clamp(0px, 2vw, 20px);
    font-size: .9rem;
}
/* @ @ BOXESLIST END @ @ */
/* @ @ VID START @ @ */
.vid__box-title {
    display: block;
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--color-main);
    margin-bottom: 20px;
}
.vid__img {
    color: var(--color-main);
}
.vid__video {
    width: 100%;
}
.vid__video img {
    width: 100%;
    border-radius: 20px;
    margin-bottom: 20px;
}
.vid__content {
    padding-left: 80px;
    color: var(--color-main);
}


.vidframe__video {
    position: relative;
}
.vidframe__video>div {
    max-width: 100%;
    width: 1100px;
    margin: 0 auto;
}
.vidframe__video img {
    width: 100%;
    border-radius: 25px;
    object-fit: cover;
    aspect-ratio: 16/8;
    filter: brightness(80%);
}
/* @ @ VID END @ @ */
/* @ @ FAQLIST START @ @ */
.faqlist {
    padding-top: 60px;
    padding-bottom: 80px;
    background-color: var(--bg-main);
}
.faqlist__box {
    padding: 0;
    margin-top: 20px;
}
.faqlist__box-title {
    border: none;
    padding: 20px 60px 20px 15px;
    margin: 0;
    background-color: transparent;
    font-family: var(--font-sz);
    font-size: 1.1rem;
    line-height: 120%;
    font-weight: 700;
    color: var(--txt-color);
    transition: .3s;
    position: relative;
    width: 100%;
    text-align: left;
    cursor: pointer;
    border-bottom: 1px solid #BBCBE5;
}
.faqlist__box-title:hover {
    color: var(--color-second);
}
.faqlist__box-title svg {
    position: absolute;
    right: 20px;
    width: 35px;
    height: 35px;
    padding: 10px;
    border-radius: 50%;
    background-color: var(--txt-color);
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
    transition: .3s;
}
.faqlist__box-title.active svg {
    transform: translateY(-50%) rotate(-90deg);
}
.faqlist__box-title svg path {
    fill: #fff;
}
.faqlist__box-title.active svg {
    background-color: var(--color-third);
}
.faqlist__box-txt {
    font-size: .9rem;
    line-height: 150%;
    display: none;
    padding-left: 20px;
    padding-right: 40px;
}
/* @ @ FAQLIST END @ @ */
/* @ @ SOCS START @ @ */
.socs {
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: var(--bg-main);
}
.socs__content {
    color: var(--color-main);
}
.socs__media {
    margin-top: 40px;
    gap: 30px 60px;
}
.socs__qr {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    font-weight: 700;
    font-size: 1.1rem;
}
.socs__qr-txt {
    display: block;
    margin-top: 20px;
}
.socs__links {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}
.socs__link {
    margin: 15px 0;
    font-weight: 700;
}
.socs__link:hover {
    color: var(--color-third);
}
.socs__link img {
    width: 24px;
    height: 24px;
    object-fit: contain;
    margin-right: 10px;
}
.socs__img {
    display: flex;
    align-items: center;
    justify-content: center;
}
/* @ @ SOCS END @ @ */
/* @ @ IMGLIST START @ @ */
.imglist {
    padding-top: 60px;
    background-color: var(--bg-main);
    align-items: flex-end;
}
.imglist__content {
    padding-bottom: 80px;
}
.imglist__content strong {
    color: var(--color-main);
}
/* @ @ IMGLIST END @ @ */
/* @ @ LISTIMGS START @ @ */
.listimgs {
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: var(--bg-main);
}
.listimgs__top-txt {
    width: 600px;
    max-width: 100%;
    margin: 0 auto;
}

.listimgs__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
}
.listimgs__item>img {
    width: 100px;
    height: 100px;
    object-fit: contain;
    margin-bottom: 20px;
}
.listimgs__title {
    display: block;
    text-align: center;
    font-size: 1.1rem;
    color: var(--color-main);
    font-weight: 700;
}
.listimgs__txt {
    font-size: .95rem;
}
/* @ @ LISTIMGS END @ @ */
/* @ @  START @ @ */

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

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

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

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

/* @ @  END @ @ */

/* CHECKOUT START */
.woocommerce-checkout #customer_details {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}
.woocommerce-checkout #customer_details h3 {
    font-size: 1.5rem;
    line-height: 110%;
    font-weight: 700;
    color: var(--color-main);
}
.woocommerce-additional-fields>h3 {
    display: none;
}
.woocommerce-checkout #order_review_heading {
    margin-top: 40px;
    font-size: 1.5rem;
    line-height: 110%;
    font-weight: 700;
    color: var(--color-main);
}
.woocommerce-checkout table.shop_table {
    border: none !important;
    color: var(--color-main);
}
.woocommerce-checkout table.shop_table th,
.woocommerce-checkout table.shop_table td {
    padding: 20px !important;
}
.woocommerce-checkout table.shop_table tfoot td,
.woocommerce-checkout table.shop_table .product-total {
    text-align: right;
}
.woocommerce-checkout #payment {
    background-color: transparent !important;
    border: none !important;
}
.woocommerce-checkout #payment .woocommerce-privacy-policy-text {
    color: var(--color-main);
}

.wc_payment_methods li {
    padding: 30px !important;
    border: 1px solid rgba(36, 58, 148, .1);
    margin-top: 25px !important;
    display: flex !important;
    align-items: center;
    transition: .3s;
    position: relative;
    cursor: pointer;
    flex-wrap: wrap;
}
.wc_payment_methods li:first-child {
    margin-top: 0 !important;
}
.wc_payment_methods li.active {
    border-color: var(--color-third);
}
.wc_payment_methods li:before {
    content: '';
    width: 25px;
    height: 25px;
    background-image: url(../assets/check-red-square.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    transition: .3s;
}
.wc_payment_methods li.active:before {
    opacity: 1;
}
.wc_payment_methods li label {
    max-width: 300px;
    flex: 0 0 300px;
}
.wc_payment_methods li input {
    visibility: hidden;
    position: absolute;
}
.wc_payment_methods li>div {
    max-width: calc(100% - 300px);
    flex: 0 0 calc(100% - 300px);
    padding: 0 0 0 60px !important;
    margin: 0 !important;
    display: block !important;
}
.wc_payment_methods li div.payment_box {
    background-color: transparent !important;
}
.wc_payment_methods li div.payment_box:before {
    display: none !important;
}
@media(max-width:992px) {
    .woocommerce-checkout .thecontent {
        margin-top: 0 !important;
    }
    .woocommerce form .form-row .input-text, .woocommerce form .form-row select {
        padding: 10px !important;
    }
    .wc_payment_methods {
        padding: 0 !important;
    }
    .woocommerce-checkout table.shop_table th, .woocommerce-checkout table.shop_table td {
        padding: 10px !important;
    }
    .wc_payment_methods li {
        padding: 30px 20px;
    }
    .wc_payment_methods li>div {
        max-width: 100%;
        padding-left: 0 !important;
        flex: 0 0 100%;
    }
    .wc_payment_methods li label {
        max-width: 100%;
        flex: 0 0 100%;
    }
}
/* CHECKOUT END */
/* THANK YOU PAGE START */
.woocommerce-order-received .wc-bacs-bank-details-account-name {
    font-size: 1.1rem;
    color: var(--color-main);
}
.woocommerce-order-received h2 {
    font-size: 1.5rem;
    line-height: 110%;
    font-weight: 700;
    color: var(--color-main);
}
/* THANK YOU PAGE END */

/* WOO OTHER START */
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.woocommerce .wc-forward,
.woocommerce .add_to_cart_button,
.woocommerce .checkout-button,
.woocommerce .single_add_to_cart_button {
    background-color: var(--color-main) !important;
    border-radius: 10px !important;
    padding: 10px 30px !important;
    font-family: var(--font-main) !important;
    text-align: center;
    text-transform: uppercase !important;
    font-weight: 600 !important;
    font-size: .9rem !important;
    line-height: 130% !important;
    color: #fff !important;
    border: 1px solid var(--color-main) !important;
    transition: .3s !important;
}
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover,
.woocommerce .wc-forward:hover,
.woocommerce .add_to_cart_button:hover,
.woocommerce .checkout-button:hover,
.woocommerce .single_add_to_cart_button:hover {
    background-color: var(--color-second) !important;
    color: #fff !important;
    border-color: var(--color-second) !important;
}
.woocommerce input, 
.woocommerce textarea, 
.woocommerce select {
    font-family: var(--font-main) !important;
    border: 1px solid rgba(36, 58, 148, .5) !important;
    padding: 14px !important;
    border-radius: 8px !important;
}
.woocommerce label {
    font-weight: 600;
    color: var(--color-main);
}

.woocommerce-error, .woocommerce-info, .woocommerce-message {
    border-top-color: var(--color-main) !important;
}
.woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before {
    color: var(--color-main) !important;
}


@media(max-width: 767px) {
    .woocommerce-MyAccount-navigation ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
        margin-bottom: 40px;
    }
    .woocommerce-MyAccount-navigation ul li {
        margin: 5px 10px;
    }

    .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit, .woocommerce .wc-forward, .woocommerce .add_to_cart_button, .woocommerce .checkout-button, .woocommerce .single_add_to_cart_button {
        font-size: .85rem !important;
        line-height: 110% !important;
        padding: 10px 15px !important;
    }
}


/* WOO OTHER END */
/* @ @ CONTACT START @ @ */
.cont {
    overflow-x: clip;
}
.cont__txt {
    position: relative;
}
.cont__txt>div {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    position: relative;
}
.cont__txt>svg {
    width: 440px;
    height: auto;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
    max-width: 50%;
    opacity: .2;
}
.cont__txt .section-small span {
    color: var(--color-third);
}
.cont__links {
    background-color: var(--bg-main);
    padding: 40px 80px 50px 50px;
    border-radius: 25px;
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
    z-index: 4;
}
.cont__links-item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-weight: 600;
    color: var(--color-main);
    margin: 15px 0;
}
.cont__links-item:hover {
    color: var(--color-third);
}
.cont__links-item svg {
    margin-right: 20px;
}
.cont__links-item svg path {
    fill: var(--color-main);
}
.cont__socials {
    align-items: center;
    justify-content: center;
    margin-top: 30px;
    position: relative;
    padding-left: 30px;
    z-index: 4;
}
.cont__socials-title {
    display: inline-block;
    width: 100px;
    margin-right: 15px;
    font-size: .9rem;
    line-height: 110%;
}
.cont__socials-items {
    display: flex;
    flex-wrap: wrap;
    flex: 1;
}
.cont__socials-items a {
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--color-third);
    margin: 5px;
    border-radius: 50%;
}
.cont__socials-items a:hover {
    background-color: var(--color-main);
}
.cont__socials-items a img {
    width: 16px;
    height: 16px;
}

.cont__form {
    display: flex;
    justify-content: center;
}
.cont__form>div {
    max-width: 100%;
    width: 420px;  
}
.cont__form h3 {
    margin: 0 0 10px 0;
}
.cf form * {
    font-family: var(--font-main);
    font-size: 1rem;
}
.cf form>p {
    margin: 0;
}
.cf input:not([type='file']):not([type='submit']):not([type='checkbox']),
.cf textarea {
    font-size: .9rem;
    width: 100%;
    color: var(--txt-color);
    padding: 15px 20px;
    border: 2px solid rgba(36, 58, 148, .5);
    background-color: transparent;
    font-weight: 500;
    margin-top: 20px;
    border-radius: 12px;
    resize: none;
}
.cf input:not([type='file']):not([type='submit']):not([type='checkbox']):focus,
.cf textarea:focus {
    border-color: var(--color-main);
}
.cf input:not([type='file']):not([type='submit']):not([type='checkbox'])::placeholder,
.cf textarea::placeholder {
    font-family: var(--font-main);
    font-size: .9rem;
    color: var(--txt-color);
    font-weight: 400;
}
.cf button[type="submit"] {
    display: block;
    margin-left: auto;
    width: 250px;
    max-width: 100%;
}

.cf .wpcf7-acceptance .wpcf7-list-item {
    margin: 10px auto 0 auto;
    max-width: 100%;
    display: block;
    line-height: 120%;
    color: var(--txt-color);
    font-weight: 300;
}
.cf .wpcf7-acceptance .wpcf7-list-item * {
    font-size: 12px !important;
}
.cf .wpcf7-acceptance label {
    padding-left: 35px !important;
    position: relative;
    display: block;
}
.cf .wpcf7-acceptance a {
    font-weight: 500;
}
.cf .wpcf7-acceptance label:before {
    content: '';
    width: 20px;
    height: 20px;
    background-color: transparent;
    display: inline-block;
    position: absolute;
    left: 0;
    border-radius: 0;
    top: 0;
    border: 1px solid var(--color-main);
    border-radius: 5px;
}
.cf .wpcf7-acceptance label.active:before {
    border-color: transparent;
}
.cf .wpcf7-acceptance label.active:after {
    content: '';
    width: 20px;
    height: 20px;
    border: 1px solid var(--color-main);
    display: inline-block;
    position: absolute;
    border-radius: 5px;
    left: 0;
    top: 0;
    background-image: url(../assets/check.svg);
    background-size: 24px;
    background-repeat: no-repeat;
    background-position: center;
}
.cf 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: 0 !important;
}
.wpcf7 form.sent .wpcf7-response-output {
    border-color: var(--txt-color);
    font-size: 14px;
    line-height: 130%;
    text-align: center;
    margin-top: 0 !important;
}

.cf-cols {
    display: flex;
    flex-wrap: wrap;
}
.cf-col {
    max-width: 48%;
    flex: 0 0 48%;
}
.cf-col:nth-child(odd) {
    margin-right: 2%;
}
.cf-col:nth-child(even) {
    margin-left: 2%;
}

.cform__item {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}
.cform__item .cf {
    max-width: 100%;
    width: 1100px;
}


.cf-file input[type=file] {
    visibility: hidden;
}
.cf-file {
    position: relative;
    border: 1px solid rgba(36, 58, 148, .5);
    border-radius: 12px;
    height: 50px;
    display: block;
    border-right: none;
    height: 60px;
}
.cf-file-txt {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: 'Poppins',sans-serif;
    padding-left: 15px;
    width: 100%;
    font-size: .8rem;
}
.cf-file-txt button {
    font-size: .8rem;
    font-weight: 400;
    border-radius: 0 12px 12px 0;
    height: 60px;
    text-transform: initial;
}

/* @ @ CONTACT END @ @ */
/* @ @ FOOTER START @ @ */
.footer {
    margin-top: 120px;
}
body.home .footer {
    /* margin-top: 0; */
}
.footer__top {
    padding-top: 80px;
    padding-bottom: 60px;
    background-color: var(--bg-main);
    position: relative;
}
.footer__top>svg {
    position: absolute;
    height: 80%;
    width: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    opacity: .3;
}

.footer__contact {
    margin-top: 60px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}
.footer__contact-link {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: var(--color-main);
    font-weight: 600;
    margin-bottom: 20px;
}
.footer__contact-link:hover {
    color: var(--color-third);
}
.footer__contact-link svg {
    width: 20px;
    height: 20px;
    margin-right: 15px;
}

.footer__socials  {
    margin-top: 30px;
}
.footer__socials a {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 10px 10px 0 0;
    background-color: var(--color-main);
    border-radius: 50%;
}
.footer__socials a:hover {
    background-color: var(--color-third);
}
.footer__socials a img {
    filter: brightness(0) invert(1);
    width: 20px;
    height: 20px;
}

.footer__logo {
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer__logo img {
    width: 170px;
}

.footer__menu {
    display: flex;
    justify-content: flex-end;
}
.footer__menu-wrapper {
    display: flex;
    width: 100%;
}
.footer__menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer__menu-item {
    max-width: 50%;
    flex: 0 0 50%;
    padding: 0 15px;
}
.footer__menu-item li  {
    margin: 10px 0;
}
.footer__menu-item--main li a {
    font-weight: 600;
    color: var(--color-main);
    display: inline-block;
}
.footer__menu-item--main li svg {
    display: none !important;
}
.footer__menu-item li a:hover {
    color: var(--color-third);
}
.footer__title {
    display: block;
    font-weight: 600;
    color: var(--color-main);
    margin: 10px 0;
}

.footer__bottom {
    padding-top: 30px;
    padding-bottom: 30px;
    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;
}
.footer__built p {
    margin: 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.footer__built p a {
    display: inline-block;
    margin-left: 15px;
}
.footer__built p a img {
    margin-left: 20px;
}
/* @ @ 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: 1680px) {
    .offerbox__icons-item>svg {
        top: 40%;
    }
}
@media(max-width: 1440px) {
    body, html {
        font-size: 16px;
    }
    .wrapper {
        padding-left: 4vw;
        padding-right: 4vw;
    }
    .wrapper-big {
        padding-right: 6vw;
        padding-left: 6vw;
    }
    
    .baner {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    
    .offerlist__icon img {
        width: 60%;
    }

    .crew__item {
        padding: 0 40px;
    }

}
@media(max-width: 1380px) {
  
}
@media(max-width: 1280px) {
    body {
        padding-top: 100px;
    }
    .header__wrapper {
        padding-left: 60px;
    }
    .header__wrapper>svg {
        width: 120px;
        left: -55px;
    }
    .header__logo img {
        width: 130px;
    }

    .offerbox__icons-item>svg {
        top: 30%;
    }

    .desc__content {
        padding: 40px;
    }

    .chess__img,
    .chess__content {
        max-width: 50%;
        flex: 0 0 50%;
    }

    .boxes__item--first,
    .boxes__item--second {
        max-width: 50%;
        flex: 0 0 50%;
    }
    .boxes__side {
        max-width: 100%;
        flex: 0 0 100%;
        display: flex;
        flex-wrap: wrap;
        padding: 0;
    }
    .boxes__side .boxes__item {
        max-width: 50%;
        flex: 0 0 50%;
        height: auto;
    }
}
@media(max-width: 1200px) {
    .footer__top {
        padding-top: 60px;
    }
    .footer__logo,
    .footer__contact {
        max-width: 50%;
        flex: 0 0 50%;
        justify-content: flex-start;
    }
    .footer__menu {
        max-width: 100%;
        flex: 0 0 100%;
    }
    .footer__menu-item {
        padding: 0;
        margin-top: 40px;
    }

}
@media(max-width: 1150px) {
    .iconsimg__img {
        display: none !important;
    }
    .iconsimg__content {
        max-width: 100%;
        flex: 0 0 100%;
    }
}
@media(min-width: 993px) {
}
@media(max-width: 992px) {
    body {
        padding-top: 80px;
    }
    body, html {
        font-size: 15px;
    }
    .wrap,
    .wrapper-big,
    .wrapper-small,
    .wrapper {
        padding-left: 10px;
        padding-right: 10px;
    }
    .video-close {
        top: 10px;
        right: 10px;
    }

    .page-heading__wrapper>svg,
    .section-heading--line svg {
        width: 40px;
        margin-right: 10px;
    }
    .slick-dots li {
        margin: 3px;
    }
    .slick-dots li button {
        width: 20px;
        height: 4px;
    }
    .clist ul li {
        margin: 10px 0;
    }
    .clist ul li::before {
        top: 1px;
    }

    .nav-icon {
        display: block;
    }
    .header__wrapper {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .scrolled .header__wrapper {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .header__wrapper>svg {
        display: none;
    }
    .header__logo {
        max-width: 100%;
        flex: 0 0 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .header__menu {
        position: fixed;
        top: 0;
        right: -450px;
        width: 400px;
        max-width: 100%;
        box-shadow: 0px 0px 6px rgba(144,144,144, .3);
        padding: 30px 30px 30px 30px;
        transition: .3s;
        background-color: var(--bg-main);
        transition: .8s;
        height: 100%;
        overflow: auto;
    }
    .menuopened .header__menu {
        right: 0;
    }
    .header__menu>div>ul {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }
    .header__menu>div>ul>li {
        margin: 10px 0;
    }
    .header__menu>div>ul>li>a {
        padding: 3px 0;
        font-size: 17px;
    }
    .header__menu>div>ul>li>a:after {
        display: none !important;
    }


    .offerbox__links {
        flex-direction: column;
        padding-top: 15px;
    }
    .offerbox__links-title {
        margin: 0 0 10px 0;
    }
    .offerbox__icons-item>svg {
        top: 50%;
    }
    .offerbox__icons-txt {
        margin-top: 20px;
    }

    .desc--bg {
        padding-right: 10px !important;
    }
    .desc__content {
        border-radius: 25px;
        margin-bottom: 20px;
    }
    .desc__content .section-heading--left {
        justify-content: center;
        margin-bottom: 20px;
    }
    .desc__txt {
        font-size: 1rem;
    }
    .desc__links {
        margin-top: 15px;
    }
    .desc--bg .desc__img {
        padding: 0 !important;
    }
    .desc__img img {
        border-radius: 25px;
    }


    .txtimg {
        margin-top: 0 !important;
    }
    .txtimg__content--dots {
        padding-left: 15px;
    }
    .txtimg__txt {
        padding-right: 0;
    }
    .txtimg__img {
        margin-top: 20px;
    }
    .txtimg__img figure>svg {
        right: 0;
        width: 120px;
    }
    .txtimg__img-square {
        margin-top: 20px;
    }
    .txtimg__img-square figure {
        height: initial;
    }
    .txtimg__img-square figure>svg {
        right: 0;
        height: auto;
        width: 120px;
        bottom: -30px;
    }
    .txtimg__img-square figure img {
        height: initial;
    }
    .txtimg__img--dots {
        margin-top: 40px !important;
        margin-bottom: 20px !important;
    }
    .txtimg__img--dots figure>svg {
        height: 40px;
        bottom: -10px;
        left: -5px;
        width: auto;
    }

    .ops__content {
        margin-bottom: 30px;
        height: auto;
        margin-left: auto;
        margin-right: auto;
    }
    .ops__rate {
        font-size: 60px;
    }
    .ops__slick {
        max-width: 100%;
        flex: 0 0 100%;
        padding: 0;
    }
    .ops__txt-item {
        margin-bottom: 0;
    }

    .vid__content {
        padding-left: 15px;
        margin-top: 30px;
    }

    .imglist__content {
        margin-top: 30px;
        padding-bottom: 40px;
    }

    .cont {
        margin-top: 0 !important;
    }
    .cont__txt>div>svg {
        width: 100px;
        order: 1;
        margin: 20px 0 0 0;
    }
    .cont__links {
        order: 0;
        margin: 0 0 0 0;
        padding: 40px;
    }
    .cont__links h2 {
        margin-bottom: 10px !important;
    }
    .cont__links header {
        text-align: center;
        width: 100%;
    }
    .cont__socials {
        margin-top: 20px;
    }
    .cont__form {
        margin-top: 30px;
    }
    .cont__form h3 {
        text-align: center;
    }


    .chess__item {
        margin-top: 40px !important;
    }
    .chess__img,
    .chess__content {
        max-width: 100%;
        flex: 0 0 100%;
        padding: 0 15px;
    }
    .chess__img {
        margin-top: 30px;
    }
    

    .footer__policy {
        justify-content: center;
        text-align: center;
    }
    .footer__built {
        display: flex;
        justify-content: center;
    }
    .footer__built p {
        justify-content: center;
    }
}
@media(max-width: 767px) {
    body, html {
        font-size: 14px;
    }
    .padd-top {
        padding-top: 30px;
    }
    .marg-top-biggest {
        margin-top: 100px;
    }
    .marg-top {
        margin-top: 40px;
    }
    .marg-top-big {
        margin-top: 60px;
    }
    .padd-top-big {
        padding-top: 60px;
    }
    .hero__txt {
        font-size: 1rem;
        line-height: 150%;
    }
    .page-heading:not(.page-heading--start) {
        flex-direction: column;
    }
    .page-heading__side {
        margin-top: 10px;
    }
    .herobaner__content {
        padding-left: 15px;
    }
    .herobaner__img svg {
        width: 200px;
        margin-top: 20px;
    }

    .baner>svg {
        opacity: .1;
    }
    .baner__title {
        margin-bottom: 10px;
    }
    .baner__content {
        flex-direction: column;
    }
    .baner__content>img {
        margin-top: 30px;
        width: 100px;
        height: auto;
    }


    .desc__content {
        padding: 20px 15px;
    }

    .icons__icon {
        height: 80px;
        align-items: flex-end;
    }
    .icons__title {
        font-size: 55px;
    }
    .icons__txt {
        margin-top: 20px;
    }

    .iconsimg {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .iconsimg__heading {
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        padding: 0;
    }
    .iconsimg__heading .cbtn {
        margin: 20px 0 0 0;
    }
    .iconsimg__item>img {
        width: 60px;
        height: 60px;
        margin-bottom: 10px;
    }

    .txtimg__txt {
        font-size: 1rem;
        line-height: 150%;
    }

    .offerlist__icon {
        width: 50%;
        min-width: 230px;
    }
    .offerlist__icon img {
        width: 55%;
    }
    .offerlist__icon>svg {
        height: 80px;
    }
    .offerlist__name {
        margin-top: 30px;
    }
    .offerlist__item .cbtn {
        margin-top: 20px;
    }

    .faqlist__box-title svg {
        width: 20px;
        height: 20px;
        padding: 5px;
    }

    .socs__img {
        margin-top: 30px;
    }

    .cf-col {
        max-width: 100%;
        flex: 0 0 100%;
        margin: 0 !important;
    }
    .cf-col>p {
        margin: 0;
    }
    .cf-col textarea {
        margin-top: 5px;
    }

    .boxes__item--first,
    .boxes__item--second {
        max-width: 100%;
        flex: 0 0 100%;
    }
    .boxes__side .boxes__item {
        max-width: 100%;
        flex: 0 0 100%;
    }
    .boxes__item-wrapper {
        padding: 30px !important;
    }
    .boxes__item--second .boxes__item-wrapper {
        padding-bottom: 0 !important;
    }
    .boxes__item--third img {
        width: 70px;
    }
    .boxes__item--fourth .boxes__title {
        margin: 0;
    }

    .footer__top>svg {
        opacity: .1;
        height: auto;
        width: 90%;
    }

    .footer__logo,
    .footer__contact {
        max-width: 100%;
        flex: 0 0 100%;
        justify-content: center;
        text-align: center;
    }
    .footer__logo {
        order: 0;
    }
    .footer__logo img {
        width: 130px;
    }
    .footer__contact {
        order: 1;
        flex-direction: column;
        align-items: center;
        margin-top: 20px;
    }
    .footer__contact-link {
        margin: 5px 0;
    }
    .footer__socials {
        margin-top: 20px;
        justify-content: center;
    }
    .footer__socials a {
        margin: 5px;
    }
    .footer__menu {
        order: 2;
        margin-top: 10px;
    }
    .footer__menu-wrapper {
        flex-wrap: wrap;
    }
    .footer__menu-item {
        max-width: 100%;
        flex: 0 0 100%;
        text-align: center;
        margin-top: 10px;
    }
    .footer__menu-item li {
        margin: 5px 0;
    }

    .footer__built p a,
    .footer__built p {
        display: flex;
        align-items: center;
        flex-direction: column;

    }
    .footer__built p a  {
        margin-left: 0;
    }
    .footer__built p a img {
        margin-left: 0;
        margin-top: 10px;
    }
    
}
@media(max-width: 500px) {
    .offerbox__icons-item>svg {
        top: 60%;
        height: 90px;
    }
}
/* @ @ MEDIA END @ @  */