@font-face {
    font-family: 'Coolvetica';
    src: url('../fonts/CoolveticaRg-Italic.woff2') format('woff2');
    font-weight: 400;
    font-style: italic;
}
@font-face {
    font-family: 'Coolvetica';
    src: url('../fonts/CoolveticaRg-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Coolvetica';
    src: url('../fonts/CoolveticaRg-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Coolvetica';
    src: url('../fonts/CoolveticaRg-BoldItalic.woff2') format('woff2');
    font-weight: 700;
    font-style: italic;
}
@font-face {
    font-family: 'Coolvetica';
    src: url('../fonts/CoolveticaBk-Italic.woff2') format('woff2');
    font-weight: 400;
    font-style: italic;
}
@font-face {
    font-family: 'Coolvetica';
    src: url('../fonts/CoolveticaBk-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Coolvetica';
    src: url('../fonts/CoolveticaBk-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Coolvetica';
    src: url('../fonts/CoolveticaBk-BoldItalic.woff2') format('woff2');
    font-weight: 700;
    font-style: italic;
}

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: 230px;
    background-color: #fff;
    --txt-color: #3C3C3B;
    --color-main: #E8385F;
    --color-second: #43A4DC;
    --bg-main: #F9F9F9;
    --bg-second: #C8C8C8;
    --font-main: "Manrope", sans-serif;
    --font-second: "Coolvetica", sans-serif;
}
* {
    outline: none;
}
@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
h1,h2,h3,h4,h5,h6 {
    font-family: var(--font-second);
    font-weight: 700;
}
.font-regular {
    font-weight: 400 !important;
}
main {
    position: relative;
}
.wrapper-small {
    padding-left: 5vw;
    padding-right: 5vw;
}
.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;
}
.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%;
    max-width: 100%;
}
.color-main {
    color: #E8385F !important;
}
.bottom-links {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.bottom-links a {
    margin: 10px;
    /* min-width: 160px; */
}

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

.slick-lightbox .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    font-size: 0;
    color: transparent;
    background-color: #fff;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-size: 10px;
    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;
}

.breadcrumbs {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    text-align: center;
}
#breadcrumbs {
    margin: 0 0 10px 0;
    font-size: .85rem;
    line-height: 100%;
    text-transform: uppercase;
}
#breadcrumbs .sep {
    display: inline-block;
    margin: 0 5px;
}
.hero {
    position: relative;
    z-index: 3;
    overflow-x: clip;
}
.hero--img {
    padding: 0 !important;
}
.hero>svg {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100px;
    height: auto;
    z-index: 1;
}
.hero--txt {
    position: relative;
}
.hero--txt>svg {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100px;
    height: auto;
    z-index: 1;
    left: 6vw;
}
.hero__heading {
    display: flex;
    justify-content: center;
    align-items: center;
}
.hero__heading>svg {
    margin-right: 20px;
}
.hero__txt {
    padding: 0 15px;
    max-width: 100%;
    width: 1070px;
    margin-left: auto;
    margin-right: auto;
    font-size: clamp(1rem, 1.8vw, 35px);
    line-height: 120%;
    font-family: var(--font-second);
    color: var(--txt-color);
    font-weight: 400;
}
.hero__link {
    display: flex;
    align-items: center;
    justify-content: center;
}
.hero__link a {
    border: 1px solid var(--bg-second);
    background-color: var(--bg-main);
    border-radius: 8px;
    padding: 8px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-main);
    font-size: .9rem;
    font-weight: 600;
}
.hero__link a svg {
    margin-right: 15px;
    width: 18px;
    height: auto;
    position: relative;
    top: -1px;
    transition: .3s;
}
.hero__link a:hover {
    background-color: var(--color-main);
    border-color: var(--color-main);
    color: #fff;
}
.hero__link a:hover svg {
    filter: brightness(0) invert(1);
}
.hero__img img {
    width: 100%;
}

ul.clist,
.clist ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
ul.clist li,
.clist ul li {
    position: relative;
    padding-left: 40px;
    margin: 15px 0;
}
ul.clist li:before,
.clist ul li:before {
    content: '';
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    background-image: url(../assets/icon-correct.svg);
    width: 25px;
    height: 25px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 2px;
}

.plist {
    list-style: none;
    padding: 0;
    margin: 0;
}
.plist li {
    position: relative;
    padding-left: 50px;
    color: var(--color-main);
    font-size: 1.05rem;
    font-weight: 600;
    margin: 40px 0;
}
.plist__counter {
    border-radius: 50%;
    background-color: var(--color-main);
    font-weight: 600;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 1.1rem;
    position: absolute;
    left: 0;
    top: -5px;
}

.posrel {
    position: relative;
    z-index: 4;
}
.section-heading {
    display: block;
    font-size: clamp(28px, 3.5vw, 70px);
    line-height: 90%;
    font-family: var(--font-second);
    color: var(--txt-color);
    margin-bottom: 0;
    font-weight: 700;
}
.section-medium {
    display: block;
    font-size: clamp(24px, 2.5vw, 55px);
    line-height: 90%;
    font-family: var(--font-second);
    color: var(--txt-color);
    margin-bottom: 0;
    font-weight: 700;
}
.section-small {
    display: block;
    font-size: clamp(22px, 2vw, 45px);
    line-height: 90%;
    font-family: var(--font-second);
    color: var(--txt-color);
    margin-bottom: 0;
    font-weight: 700;
}

.page-heading {
    display: block;
    font-size: clamp(30px, 4.2vw, 80px);
    line-height: 130%;
    font-family: var(--font-second);
    color: var(--txt-color);
    margin-bottom: 0;
    font-weight: 700;
}

.shorttxt {
    padding: 0 15px;
    max-width: 100%;
    width: 1070px;
    margin-left: auto;
    margin-right: auto;
    font-size: clamp(1rem, 1.8vw, 35px);
    line-height: 120%;
    font-family: var(--font-second);
    color: var(--txt-color);
    font-weight: 400;
}
.shorttxt p {
    margin: 0;
}

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

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

.btncheck {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: max-content;
    position: relative;
    padding-bottom: 1px;
    color: var(--txt-color);
}
.btncheck:before {
    content: '';
    width: 0;
    height: 1px;
    background-color: var(--txt-color);
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
    transition: .3s;
}
.btncheck:hover:before {
    width: 85%;
}
.btncheck--white {
    color: #fff;
}
.btncheck--white:before {
    background-color: #fff;
}
.btncheck--white svg {
    filter: brightness(0) invert(1);
}
.btncheck svg {
    width: 6px;
    height: auto;
    margin-left: 10px;
    transition: .3s;
    position: relative;
    top: 1px;
}
.btncheck:hover svg {
    transform: rotate(360deg);
}

.readmore {
    border-radius: 50px;
    background-color: var(--bg-main);
    border: 1px solid var(--bg-second);
    padding: 15px 30px;
    text-align: center;
    font-weight: 600;
    font-size: .9rem;
    line-height: 130%;
    font-family: var(--font-main);
    transition: .3s;
}
.readmore:hover {
    color: #fff;
    background-color: var(--color-main);
    box-shadow: 0px 0px 12px rgba(144,144,144, .5);
    border-color: var(--color-main);
}

.cbtn {
    display: inline-block;
    padding: 15px 25px;
    background: rgb(67,164,220);
    background: linear-gradient(90deg, rgba(67,164,220,1) 0%, rgba(102,182,228, .7) 100%);
    border: none;
    color: #fff;
    transition: .3s;
    font-family: var(--font-main);
    font-weight: 800;
    transition: .3s;
    font-size: .85rem;
    line-height: 150%;
    cursor: pointer;
    text-align: center;
    border-radius: 50px;
}
.cbtn--second {
    background: var(--bg-main);
    border: 1px solid var(--bg-second);
    color: var(--txt-color);
}
.cbtn--third {
    background: rgb(232,56,95);
    background: linear-gradient(90deg, rgba(232,56,95,1) 0%, rgba(249,131,157, .7) 100%);
}
.cbtn--fourth {
    background: #2cad77;
    color: #fff;
    background: linear-gradient(82deg, rgba(44, 173, 119, 1) 0%, rgba(73, 208, 151, 1) 100%);
}
.cbtn--fifth {
    background: rgb(208,73,196);
    background: linear-gradient(82deg, rgba(143,73,208,1) 0%, rgba(208,73,196,1) 100%);
}
.cbtn--icon {
    display: flex;
    align-items: center;
    justify-content: center;
}
.cbtn--icon svg {
    filter: brightness(0) invert(1);
    margin-right: 10px;
    width: 14px;
    height: auto;
    position: relative;
    top: -2px;
}
.cbtn:hover {
    color: #fff;
    background-color: var(--txt-color);
    box-shadow: 0px 0px 9px rgba(80,80,80, .7);
}

/* @ @ 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: 15px;
    border: none;
    background-color: transparent;
    font-size: 0;
    color: transparent;
}
.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 {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 40px;
    padding-right: 40px;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    transition: .3s;
    z-index: 999;
}
.scrolled .header {
    padding-top: 10px;
    padding-bottom: 10px;
}
.header__wrapper {
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 60px;
    padding-right: 60px;
    align-items: center;
    background-color: var(--bg-main);
    border: 1px solid var(--bg-second);
    border-radius: 20px;
    transition: .3s;
}
.scrolled .header__wrapper {
    padding-top: 15px;
    padding-bottom: 15px;
}

.header__logo {
    transition: .3s;
    width: 190px;
    display: inline-block;
}
.scrolled .header__logo {
    width: 140px;
}
.header__btns {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-left: 20px;
}
.header__lang {
    display: inline-block;
    font-weight: 600;
}
.header__lang .gt_switcher {
    width: 110px !important;
    font-size: 13px !important;
    border: 1px solid var(--bg-second) !important;
}
.header__lang .gt_option {
    width: 100% !important;
    border: none !important;
}
.header__lang .gt_switcher a {
    font-size: 13px !important;
    display: flex !important;
    align-items: center !important;
    width: 100% !important;
    border: none !important;
}
.header__lang .gt_switcher a img {
    margin-right: 10px !important;
}
.header__lang img {
    width: 20px;
    margin: 0 5px;
    border: 1px solid #eaeaea !important;
}
.header__cart {
    margin-right: 20px;
    position: relative;
}
.header__cart svg {
    width: 25px;
    height: auto;
}
.header__counter {
    position: absolute;
    top: -15px;
    right: -5px;
    font-size: 14px;
    font-weight: 600;
}
/* menu start */
.header__menu {
    flex: 1;
    margin-left: auto;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.header__menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.header__menu ul ul {
    display: none;
}
.header__menu>div>ul {
    display: flex;
    justify-items: flex-end;
    align-items: center;
}
.header__menu>div>ul>li {
    margin: 0 clamp(7px, 1vw, 25px);
    position: relative;
}
.header__menu>div>ul>li>a {
    text-transform: uppercase;
    font-weight: 700;
}
.header__menu li.current_page_parent>a,
.header__menu li.current_page_item>a,
.header__menu li.current_page_ancestor>a {
    color: var(--color-main);
}
.header__menu>div>ul>li>a:hover {
    color: var(--color-main);
}
.header__menu li.menu-icon>a {
    padding-left: 35px;
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.header__menu li.menu-icon>a:before {
    content: '';
    position: absolute;
    top: calc(50% - 2px);
    transform: translateY(-50%);
    left: 15px;
    width: 14px;
    height: 14px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    background-image: url(../assets/icon-link.svg);
    filter: brightness(0);
    transition: .3s;
}

.header__link {
    margin-left: 20px;
}
/* menu end */
/* @ @ HEADER END @ @ */

/* @ @ BANER START @ @ */
.baner {
    position: relative;
    overflow-x: clip;
}
.baner__icon-top {
    width: 120px;
    height: auto;
    position: absolute;
    top: -20px;
    left: 0;
    z-index: 1;
}
.baner__icon-bottom {
    width: 40px;
    height: auto;
    position: absolute;
    top: 50%;
    right: 4vw;
    z-index: 1;
}
.baner__content {
    padding-right: clamp(15px, 7vw, 140px);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}
.baner__txt {
    font-size: 1.05rem;
    padding: 10px 0;
}
.baner__link {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 25px;
    color: var(--color-main);
    font-weight: 600;
    border: 1px solid var(--bg-second);
    margin-top: 40px;
    border-radius: 12px;
    font-size: .95rem;
}
.baner__link svg {
    margin-right: 10px;
    position: relative;
    top: -2px;
    transition: .3s;
    height: auto;
}
.baner__link:hover {
    color: #fff;
    background-color: var(--color-main);
    border-color: var(--color-main);
}
.baner__link:hover svg {
    filter: brightness(0) invert(1);
}

.baner__img {
    text-align: center;
    position: relative;
}
.baner__img img {
    position: relative;
    border-radius: 50%;
    aspect-ratio: 1/1;
    object-fit: cover;
    z-index: 2;
}
.baner__img svg {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 240px;
    height: auto;
    z-index: 3;
}
/* @ @ BANER END @ @ */
/* @ @  START @ @ */

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

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

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

/* @ @  END @ @ */
/* @ @ TILES START @ @ */
.tiles {
    position: relative;
    overflow-x: clip;
}
.tiles__icon-left {
    position: absolute;
    z-index: 1;
    width: 40px;
    height: auto;
    top: 85%;
    left: 4vw;
}
.tiles__icon-right {
    position: absolute;
    z-index: 1;
    width: 90px;
    height: auto;
    top: 0;
    right: 0;
}
.tiles__icon-bottom {
    position: absolute;
    z-index: 1;
    width: 60px;
    height: auto;
    top: 100%;
    right: 0;
}
.tiles__item {
    padding: 10px;
}
.tiles__item-wrapper {
    border-radius: 25px;
    background-color: var(--bg-main);
    border: 1px solid var(--bg-second);
    width: 100%;
    overflow: hidden;
    position: relative;
    height: 100%;
}
.tiles__top>div {
    height: 50%;
    position: relative;
}
.tiles__subtitle {
    font-weight: 400;
    font-family: var(--font-second);
    color: var(--color-main);
    font-size: 1.5rem;
}
.tiles__item--first {
    padding: 10px 0;
}
.tiles__item--first .tiles__item-wrapper {
    padding: 40px;
}
.tiles__item--first img {
    margin-top: 20px;
    height: 40px;
    width: auto;
}
.tiles__item--first .tiles__title-small {
    margin-top: 10px;
}

.tiles__item--second {
    padding: 10px 0;
}
.tiles__item--second .tiles__item-wrapper {
    padding: 30px 40px 40px 120px;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
}
.tiles__item--second img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.tiles__item--second .tiles__title {
    color: var(--color-second);
    position: relative;
    z-index: 4;
    font-weight: 400;
    width: 50%;
    text-align: right;
}

.tiles__item--mid .tiles__item-wrapper {
    padding: 40px 0 0 40px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}
.tiles__mid-content {
    padding-right: 90px;
}
.tiles__item--mid .tiles__txt {
    max-width: 60%;
    color: #909090;
    font-weight: 500;
    font-size: 1.2rem;
}
.tiles__item--mid img {
    position: relative;
    top: -80px;
    margin-bottom: -80px;
    margin-left: auto;
}

.tiles__item--last .tiles__item-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: center;
    padding: 40px 90px;
}
.tiles__item--last img {
    width: 140px;
    margin-bottom: 30px;
}
.tiles__item--last .tiles__subtitle {
    color: var(--color-second) !important;
}
.tiles__item--last .tiles__title {
    color: var(--color-main);
}
.tiles__item--last .tiles__txt {
    color: #909090;
    font-weight: 500;
    font-size: 1.2rem;
}
/* @ @ TILES END @ @ */
/* @ @ BANERTXT START @ @ */
.banertxt {
    position: relative;
    overflow-x: clip;
    padding-top: 80px;
    padding-bottom: 80px;
}
.banertxt>img:first-of-type {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    max-height: 100%;
    width: auto;
}
.banertxt>img:nth-of-type(2) {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    max-height: 100%;
    width: auto;
}
.banertxt__content {
    padding-left: 220px;
    padding-right: 220px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}
.banertxt__content svg {
    margin-right: 30px;
    width: 150px;
    height: auto;
    position: relative;
    top: 15px;
}
.banertxt__title {
    font-size: clamp(40px, 10vw, 180px);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    line-height: 100%;
}
.banertxt__bottom {
    display: inline-block;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 2px;
}
/* @ @ BANERTXT END @ @ */
/* @ @ STEPSTXT START @ @ */
.stepstxt {
    position: relative;
    overflow-x: clip;
}
.stepstxt__items {
    background-color: var(--bg-main);
    border: 1px solid var(--bg-second);
    padding: 10px 5px;
    border-radius: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.stepstxt__item {
    padding: 25px 55px;
    border-right: 1px solid var(--bg-second);
}
.stepstxt__item-wrapper {
    padding-left: 50px;
    position: relative;
}
.stepstxt__counter {
    border-radius: 50%;
    background-color: var(--color-main);
    font-weight: 600;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 1.1rem;
    position: absolute;
    left: 0;
    top: -5px;
}
.stepstxt__txt {
    font-size: 1.05rem;
    color: var(--color-main); 
    font-weight: 500;
}
.stepstxt__content-txt {
    align-items: center;
    font-size: 1.05rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
.stepstxt__content .cbtn {
    margin-top: 30px;
}
.stepstxt__img {
    text-align: center;
}
/* @ @ STEPSTXT END @ @ */
/* @ @ BOXESLINKS START @ @ */
.boxeslinks {
    position: relative;
    overflow-x: clip;
}
.boxeslinks>svg {
    position: absolute;
    top: 45%;
    left: 2vw;
    width: 60px;
    height: auto;
    z-index: 1;
}
.boxeslinks__item {
    padding: 0 25px;
    margin-top: 30px;
}
.boxeslinks__item-wrapper {
    border-radius: 20px;
    padding: 50px 30px 40px 50px;
    color: #fff;
    background: rgb(67,164,220);
    background: linear-gradient(110deg, rgba(67,164,220,1) 0%, rgba(102,182,228,1) 100%);
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}
.boxeslinks__itemv:nth-child(3n + 1) .boxeslinks__item-wrapper {
    background: rgb(67,164,220);
    background: linear-gradient(110deg, rgba(67,164,220,1) 0%, rgba(102,182,228,1) 100%);
}
.boxeslinks__item:nth-child(2n + 2) .boxeslinks__item-wrapper {
    background: rgb(232,56,95);
    background: linear-gradient(90deg, rgba(232,56,95,1) 0%, rgba(249,131,157,1) 100%);
}
.boxeslinks__item:nth-child(4n + 3) .boxeslinks__item-wrapper {
    background: rgb(44,173,119);
    background: linear-gradient(82deg, rgba(44,173,119,1) 0%, rgba(73,208,151,1) 100%);
}
.boxeslinks__subtitle {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: .9rem;
}
.boxeslinks__subtitle svg {
    margin-right: 10px;
}
.boxeslinks__title {
    font-size: clamp(30px, 3vw, 60px);
    line-height: 120%;
    letter-spacing: 1px;
}
.boxeslinks__title a {
    position: relative;
    display: inline-block;
    opacity: .8;
}
.boxeslinks__title a:before {
    content: '';
    width: 0;
    height: 1px;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 100%;
    transition: .3s;
}   
.boxeslinks__title a:hover {
    opacity: 1;
}
.boxeslinks__title a:hover:before {
    width: 50%;
}
.boxeslinks__txt {
    margin-bottom: 30px;
    font-size: 1.3rem;
    padding-right: 60px;
    margin-top: 0;
}
.boxeslinks__link {
    margin-left: auto;
    margin-top: auto;
}
/* @ @ BOXESLINKS END @ @ */
/* @ @ TXTIMG START @ @ */
.txtimg {
    position: relative;
    overflow-x: clip;
}
.txtimg__icon {
    position: absolute;
    width: 40px;
    height: auto;
    bottom: 1%;
    left: 0;
    z-index: 1;
}
.txtimg__img {
    text-align: center;
}
.txtimg__content {
    padding-right: clamp(15px, 14vw, 160px);
}
.txtimg__txt {
    margin-top: 30px;
    font-size: 1.05rem;
}
.txtimg__btns a {
    margin: 15px 15px 0 0;
}
/* @ @ TXTIMG END @ @ */
/* @ @ BTNBOXES START @ @ */
.btnboxes {
    position: relative;
    overflow-x: clip;
}
.btnboxes__icon-left {
    position: absolute;
    width: 40px;
    height: auto;
    top: 55%;
    left: 3vw;
    z-index: 1;
}
.btnboxes__icon-top {
    position: absolute;
    width: 60px;
    right: 2vw;
    top: 15%;
    z-index: 1;
}
.btnboxes__icon-bottom {
    position: absolute;
    width: 90px;
    bottom: -15%;
    right: 0;
    z-index: 1;
}
.btnboxes__items {
    max-width: 100%;
    width: 900px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
}
.btnboxes__item {
    padding: 0 20px;
    margin-top: 60px;
}
.btnboxes__item-wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    background-color: #fff;
    border: 1px solid var(--bg-second);
    border-radius: 25px;
}
.btnboxes__title {
    text-align: center;
    margin-bottom: 35px;
    width: 100%;
    padding: 30px 15px 0 15px;
}
.btnboxes__list {
    padding: 0 30px 30px 20px !important;
}
.btnboxes__list li {
    color: var(--color-main);
    filter: brightness(0);
    opacity: .3;
    transition: .3s;
}
.btnboxes__item-wrapper:hover .btnboxes__list li {
    opacity: 1;
    filter: brightness(100%);
}
.btnboxes__btn {
    position: relative;
    padding: 20px;
    border-radius: 0 0 25px 25px;
    color: #fff;
    font-weight: 500;
    border: none;
    background-color: transparent;
    width: 100%;
    margin-top: auto;
    font-family: var(--font-main);
    font-size: .95rem;
    border-top: 1px solid var(--bg-second);
    filter: brightness(0);
    opacity: .2;
    cursor: pointer;
}
.btnboxes__item-wrapper:hover .btnboxes__btn {
    opacity: 1;
    filter: brightness(100%);
}
.btnboxes__btn:before {
    content: '';
    display: inline-block;
    background: rgb(232,56,95);
    background: linear-gradient(90deg, rgba(232,56,95,1) 0%, rgba(249,131,157, .7) 100%);
    transition: .3s;
    cursor: pointer;
    border-radius: 0 0 25px 25px;
    z-index: 1;
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.btnboxes__item-wrapper:hover .btnboxes__btn:before {
    opacity: 1;
}
.btnboxes__btn>span {
    display: inline-block;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
}
.btnboxes__btn>span>svg {
    margin-left: 10px;
    width: 13px;
    height: auto;
}
/* @ @ BTNBOXES END @ @ */
/* @ @ ICONS START @ @ */
.icons {
    position: relative;
    overflow-x: clip;
    padding-bottom: 20px;
}
.icons__icon {
    position: absolute;
    width: 60px;
    height: auto;
    right: 0;
    top: 60%;
    z-index: 1;
}
.icons__item {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 0 40px;
}
.icons__heading {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.icons__heading img {
    width: 40px;
    margin-right: 15px;
}
.icons__title {
    display: block;
    font-size: clamp(22px, 2vw, 45px);
    line-height: 90%;
    font-family: var(--font-second);
    color: var(--color-main);
    margin-bottom: 0;
    font-weight: 400;
}
.icons__txt {
    font-size: 1.3rem;
    font-weight: 500;
    margin: 15px 0 0 0;
}
/* @ @ ICONS END @ @ */
/* @ @ EXMPL START @ @ */
.exmpl {
    position: relative;
    overflow-x: clip;
}
.exmpl__icon-top {
    position: absolute;
    width: 90px;
    height: auto;
    left: 0;
    top: -60px;
    z-index: 1;
}
.exmpl__icon-bottom {
    position: absolute;
    width: 40px;
    height: auto;
    right: 6vw;
    top: 85%;
    z-index: 1;
}
.exmpl__item a {
    display: block;
    overflow: hidden;
}
.exmpl__item:first-child a {
    border-top-left-radius: 10px;
}
.exmpl__item:last-child a {
    border-top-right-radius: 10px;
}
.exmpl__item a img {
    width: 100%;
    object-fit: cover;
    aspect-ratio: 3/4;
    transition: .3s;
}
.exmpl__item a:hover img {
    filter: brightness(65%);
    transform: scale(1.05);
}
/* @ @ EXMPL END @ @ */
/* @ @  START @ @ */

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

/* @ @  END @ @ */
/* @ @ STEPSVIDEO START @ @ */
.stepsvideo__movie {
    width: 1000px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.stepsvideo__movie iframe {
    max-width: 100%;
    object-fit: cover;
}

.stepsvideo__items {
    background-color: var(--bg-main);
    border: 1px solid var(--bg-second);
    padding: 10px 5px;
    border-radius: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.stepsvideo__item {
    padding: 25px 55px;
    border-right: 1px solid var(--bg-second);
}
.stepsvideo__item-wrapper {
    padding-left: 50px;
    position: relative;
}
.stepsvideo__counter {
    border-radius: 50%;
    background-color: var(--color-main);
    font-weight: 600;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 1.1rem;
    position: absolute;
    left: 0;
    top: -5px;
}
.stepsvideo__txt {
    font-size: 1.05rem;
    color: var(--color-main); 
    font-weight: 500;
}
/* @ @ STEPSVIDEO END @ @ */
/* @ @ CTA START @ @ */
.cta {
    position: relative;
    overflow-x: clip;
}
.cta__icon {
    position: absolute;
    left: 3vw;
    bottom: -15px;
    width: 50px;
}
.cat__icon-top {
    top: -60px;
}
.cta__wrapper {
    border: 1px solid var(--bg-second);
    background-color: var(--bg-main);
    border-radius: 25px;
    padding: 0 50px;
    align-items: center;
}
.cta__img {
    height: calc(100% + 15px);
}
.cta__img img {
    position: relative;
    top: -15px;
    width: auto;
    height: 100%;
}
.cta__content {
    padding: 60px 15px;
    flex: 1;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.cta__items {
    padding: 0 40px;
    max-width: calc(100% - 280px);
    flex: 0 0 calc(100% - 280px);
}
.cta__title {
    font-weight: 400 !important;
}
.cta__txt {
    color: #909090;
    font-size: 1.4rem;
}
.cta__link {
    padding: 0 15px;
    max-width: 280px;
    flex: 0 0 280px;
    text-align: center;
}
/* @ @ CTA END @ @ */
/* @ @ STEPS START @ @ */
.steps {
    position: relative;
    overflow-x: clip;
}
.steps__icon-top {
    position: absolute;
    width: 50px;
    top: -30px;
    right: 0;
    z-index: 1;
    height: auto;
}
.steps__icon-bottom {
    position: absolute;
    width: 60px;
    top: 50%;
    left: 0;
    z-index: 1;
    height: auto;
}
.steps__img {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.steps__img .cbtn {
    margin-top: 30px;
}

.steps__content {
    align-items: center;
}
.steps__item {
    padding: 10px 0;
}
.steps__heading {
    position: relative;
    padding-left: 50px;
    color: var(--color-main);
    font-size: 1.1rem;
    font-weight: 600;
    margin: 0;
}
.steps__counter {
    border-radius: 50%;
    background-color: var(--color-main);
    font-weight: 600;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 1.1rem;
    position: absolute;
    left: 0;
    top: -5px;
}
.steps__txt {
    font-size: 1.05rem;
    padding-left: 50px;    
}
/* @ @ STEPS END @ @ */
/* @ @ FAQ START @ @ */
.faq {
    position: relative;
    overflow-x: clip;
}
.faq__icon-top {
    position: absolute;
    width: 30px;
    height: auto;
    left: 4vw;
    top: -60px;
    z-index: 1;
}
.faq__icon-top--right {
    left: initial;
    right: 4vw;
}
.faq__icon-bottom {
    position: absolute;
    width: 80px;
    height: auto;
    right: 0;
    top: 120px;
    z-index: 1;
}
.faq__item {
    padding: 0 0 20px 20px;
    position: relative;
    margin-top: 20px;
}
.faq__item--hidden {
    display: none;
}
.faq__btn {
    position: absolute;
    right: 25px;
    top: 0;
    width: 35px;
    height: 35px;
    border: none;
    padding: 0;
    background-color: transparent;
    cursor: pointer;
    transition: .3s;
    color: transparent;
    font-size: 0;
}
.faq__btn svg {
    width: 100%;
    height: auto;
    transition: .3s;
}
.faq__item.active .faq__btn svg {
    transform: rotate(-90deg);
}
.faq__title {
    font-size: 1.5rem;
    line-height: 120%;
    margin: 0;
    border-bottom: 1px solid #B8B8B8;
    padding-bottom: 25px;
    padding-left: 20px;
    cursor: pointer;
    padding-right: 20px;
    transition: .3s;
    font-weight: 400;
    font-family: var(--font-second);
}
.faq__title:hover {
    color: var(--txt-color);
}
.faq__txt {
    font-weight: 500;
    line-height: 170%;
    font-size: .9rem;
    padding-left: 20px;
    display: none;
    padding-right: 40px;
}
/* @ @ FAQ END @ @ */
/* @ @ INSTA START @ @ */
.insta {
    padding-right: 0 !important;
    position: relative;
    align-items: center;
    overflow-x: clip;
}
.insta__icon-top {
    position: absolute;
    width: 30px;
    height: auto;
    left: 4vw;
    top: -60px;
    z-index: 1;
}
.insta__heading {
    max-width: 340px;
    flex: 0 0 340px;
    padding: 0 15px;
}
.insta__items {
    max-width: calc(100% - 340px);
    flex: 0 0 calc(100% - 340px);
    padding-left: 60px;
}
.insta__items img {
    padding: 0 10px;
    max-width: 33.333%;
    flex: 0 0 33.333%;
    aspect-ratio: 1/1;
    object-fit: cover;
}
.insta__items img:last-child {
    padding-right: 0;
}
/* @ @ INSTA END @ @ */
/* @ @ DESC START @ @ */
.desc {
    position: relative;
    overflow-x: clip;
}
.desc>svg {
    position: absolute;
    right: 2vw;
    top: 45%;
    right: 2vw;
    z-index: 1;
    width: 60px;
    height: auto;
}
.desc__content {
    padding-right: 80px;
}
.desc__txt {
    font-size: 1.1rem;
}
.desc__txt>*:first-child strong {
    font-size: 1.3rem;
}
.desc__btns {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
}
.desc__btns a {
    margin: 10px 15px 0 0;
}
.desc__items {
    padding-left: 80px;
    margin-top: 20px;
}
.desc__items .clist ul li {
    margin: 30px 0;
}
/* @ @ DESC END @ @ */
/* @ @ ITEMSLIDER START @ @ */
.itemslider {
    position: relative;
    overflow-x: clip;
}
.itemslider__icon-top {
    position: absolute;
    width: 60px;
    height: auto;
    left: 2vw;
    top: 40%;
    z-index: 1;
}
.itemslider__icon-bottom {
    position: absolute;
    width: 70px;
    height: auto;
    right: 0;
    bottom: -15%;
    z-index: 1;
}
.itemslider__heading {
    display: flex;
    /* flex-wrap: wrap; */
    align-items: center;
    justify-content: flex-start;
}
.itemslider__title {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    padding-right: 15px;
}
.itemslider__title>h2 {
    margin-right: 20px;
}
.itemslider__title .section-heading {
    margin-bottom: 0;
}
.itemslider__box {
    padding: 0 15px;
}
.itemslider__img {
    display: block;
    border-radius: 10px;
    overflow: hidden;
}
.itemslider__img img {
    transition: .3s;
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
    border-radius: 10px;
}
.itemslider__img:hover img {
    filter: brightness(60%);
    transform: scale(1.05);
}
.itemslider__name {
    font-size: 1.2rem;
    margin: 20px 0 0 0;
    color: var(--txt-second);
    text-transform: lowercase;
    font-weight: 600;
}
.itemslider__name a:hover {
    color: var(--color-main);
}

.itemslider__nav {
    display: flex;
    align-items: center;
}
.slider-btn {
    border: none;
    padding: 0;
    margin: 0;
    width: 50px;
    height: 50px;
    cursor: pointer;
    transition: .3s;
    background-color: transparent;
    margin-left: 15px;
}
.slider-btn.slick-disabled {
    opacity: .5;
}
.slider-btn svg {
    width: 100%;
    height: auto;
}
.slider-btn svg path {
    transition: .3s;
}
.slider-btn:not(.slick-disabled):hover svg path {
    stroke: var(--color-main);
}
.slider-prev svg {
    transform: rotate(-180deg);
}
/* @ @ ITEMSLIDER END @ @ */
/* @ @ TXTIMGLIST START @ @ */
.txtimglist {
    position: relative;
    overflow-x: clip;
}
.txtimglist__icon-top {
    position: absolute;
    width: 50px;
    height: auto;
    right: calc(9vw - 10px);
    top: 20%;
    z-index: 1;
}
.txtimglist__icon-bottom {
    position: absolute;
    width: 90px;
    height: auto;
    left: 0;
    top: 50%;
    z-index: 1;
}
.txtimglist__content {
    padding-right: 160px;
}
.txtimglist__txt {
    font-size: 1.1rem;
    padding-top: 30px;
}
.txtimglist__txt.clist ul li {
    margin: 30px 0;
}
.txtimglist__img-wrapper {
    background-color: var(--bg-main);
    border: 1px solid var(--bg-second);
    padding: 0 0 30px 0;
    border-radius: 25px;
}
.txtimglist__img figure {
    border-bottom: 1px solid var(--bg-second);
    width: 100%;
    position: relative;
    top: -40px;
    padding: 0 60px;
    margin-bottom: -40px;
}
.txtimglist__img figure img {
    width: 100%;
}
.txtimglist__list {
    padding: 0 80px;
}
/* @ @ TXTIMGLIST END @ @ */
/* @ @ IMGTXT START @ @ */
.imgtxt {
    position: relative;
    overflow-x: clip;
}
.imgtxt__icon-top {
    position: absolute;
    width: 70px;
    height: auto;
    right: 3vw;
    top: 20%;
    z-index: 1;
}
.imgtxt__icon-bottom {
    position: absolute;
    width: 70px;
    height: auto;
    right: 0;
    bottom: -15%;
    z-index: 1;
}
.imgtxt__img {
    text-align: center;
}
.imgtxt__content {
    font-weight: 500;
    padding: 0 120px 0 60px;
}
/* @ @ IMGTXT END @ @ */
/* @ @ BOXES START @ @ */
.boxes {
    position: relative;
    overflow-x: clip;
}
.boxes>svg {
    position: absolute;
    top: 35%;
    left: 2vw;
    width: 60px;
    height: auto;
    z-index: 1;
}
.boxes__item {
    padding: 0 25px;
    margin-top: 30px;
}
.boxes__item-wrapper {
    border-radius: 20px;
    padding: 50px 30px 40px 50px;
    color: #fff;
    background: rgb(232,56,95);
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}
.boxes__item:nth-child(even) .boxes__item-wrapper {
    background: linear-gradient(180deg, rgba(249,131,157,1) 0%, rgba(232,56,95,1) 100%);
}
.boxes__item:nth-child(odd) .boxes__item-wrapper {
    background: linear-gradient(45deg, rgba(249,131,157,1) 0%, rgba(232,56,95,1) 100%);
}
.boxes__title {
    font-size: clamp(30px, 3vw, 60px);
    line-height: 120%;
}
.boxes__title a {
    position: relative;
    display: inline-block;
}
.boxes__title a:before {
    content: '';
    width: 0;
    height: 1px;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 100%;
    transition: .3s;
}   
.boxes__title a:hover:before {
    width: 50%;
}
.boxes__txt {
    margin-bottom: 30px;
    font-size: 1.3rem;
    padding-right: 60px;
    margin-top: 0;
}
.boxes__link {
    margin-left: auto;
    margin-top: auto;
}
/* @ @ BOXES END @ @ */
/* @ @ BLOG START @ @ */
.blognav {
    display: flex;
    align-items: center;
    justify-content: center;
}
.blognav>span {
    text-align: center;
    display: inline-block;
    line-height: 110%;
    color: var(--color-main);
    width: 140px;
    font-size: 1.2rem;
    font-weight: 700;
}
.blognav ul {
    list-style: none;
    padding: 0;
    margin: 10px 0 10px 10px;
    display: flex;
    flex-wrap: wrap;
}
.blognav ul li {
    margin: 7px;
}
.blognav ul li a {
    cursor: pointer;
    font-family: var(--font-main);
    font-size: 1rem;
    color: var(--color-main);
    background-color: #fff;
    transition: .3s;
    border: none;
    padding: 5px 12px;
    text-align: center;
    text-transform: lowercase;
    font-weight: 500;
    border: 1px solid var(--color-main);
    position: relative;
    display: block;
    border-radius: 50px;
}
.blognav ul li.active a {
    background-color: var(--color-main);
    color: #fff;
}

.blogposts__item {
    padding: 20px 15px;
}
.blogposts__item-wrapper {
    border-radius: 25px;
    border: 1px solid var(--bg-second);
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 30px;
}
.blogposts__img {
    overflow: hidden;
    margin-bottom: 20px;
    position: relative;
    width: 100%;
    border-radius: 25px 25px 0 0;
}
.blogposts__img a {
    display: block;
    overflow: hidden;
    border-radius: 15px 15px 0 0;
}
.blogposts__img img {
    aspect-ratio: 16/11;
    width: 100%;
    object-fit: cover;
    transition: .3s;
    border-radius: 15px 15px 0 0;
}
.blogposts__img a:hover img {
    transform: scale(1.05);
    filter: brightness(65%);
}
.blogposts__content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    flex: 1;
}
.blogposts__title {
    font-size: 1.3rem;
    margin-bottom: 0;
    font-family: var(--font-second);
    font-weight: 700;
    color: var(--txt-color);
    text-transform: uppercase;
}
.blogposts__title:hover a {
    color: var(--color-main);
}
.blogposts__date {
    display: block;
    font-size: .8rem;
    text-transform: uppercase;
    color: var(--color-main);
    font-weight: 500;
    margin-bottom: 10px;
}
.blogposts__link {
    margin-top: auto;
}


.pagination-wrap>div {
    align-items: center;
    display: flex;
    justify-content: center;
}
.pagination-wrap .page-numbers {
    margin: 0 5px;
    padding: 1px 3px;
    line-height: 100%;
    font-weight: 700;
    font-size: 1.1rem;
    color: #aaa;
}
.pagination-wrap .page-numbers.current {
    font-weight: 900;
    color: var(--color-main);
}
.pagination-wrap .next,
.pagination-wrap .prev {
    font-size: .85rem;
    margin: 0;
}


.singlepost__img {
    text-align: center;
}
.singlepost__img img {
    border-radius: 20px;
    aspect-ratio: 16/9;
    width: 100%;
    object-fit: cover;
}
.singlepost__date {
    display: block;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-size: .9rem;
    color: var(--color-main);
    font-weight: 500;
}
.singlepost__title {
    font-size: clamp(26px, 2vw, 35px);
    line-height: 140%;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.singlepost__bottom {
    justify-content: space-between;
}
.singlepost__bottom>span {
    display: block;
    font-size: .9rem;
    line-height: 150%;
    font-weight: 400;
    max-width: 100%;
    width: 400px;
}
.singlepost__bottom div {
    max-width: 50%;
    flex: 0 0 50%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}
.singlepost__bottom div:last-child {
    text-align: right;
    align-items: flex-end;
    margin-left: auto;
}
.singlepost__bottom a {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    font-size: 1.2rem;
    font-weight: 600;
    max-width: 100%;
    width: max-content;
    color: var(--color-main);
}
.singlepost__bottom div:last-child a {
    align-items: flex-end;
}
.singlepost__bottom div a svg {
    margin-bottom: 10px;
    opacity: .7;
    border: 1px solid var(--bg-second);
    border-radius: 50px;
    width: 90px;
    transition: .3s;
    height: 55px;
}
.singlepost__bottom div a:hover svg {
    border-color: var(--color-main);
}
.singlepost__bottom div:first-child a svg {
    transform: rotate(180deg);
}
.singlepost__bottom div>span {
    display: inline-block;
    margin-top: 5px;
    font-weight: 500;
    font-size: .85rem;
}
/* @ @ BLOG END @ @ */
/* @ @ FOOTER START @ @ */
.footer {
    margin-top: 120px;
}

.footer__top {
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: var(--bg-main);
}
.footer__logo {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.footer__logo img {
    width: 340px;
}
.footer__link {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 25px;
    color: var(--color-main);
    font-weight: 600;
    border: 1px solid var(--bg-second);
    margin-top: 40px;
    border-radius: 12px;
    font-size: 1.1rem;
}
.footer__link svg {
    margin-right: 15px;
    position: relative;
    top: -2px;
    transition: .3s;
    height: auto;
}
.footer__link:hover {
    color: #fff;
    background-color: var(--color-main);
    border-color: var(--color-main);
}
.footer__link:hover svg {
    filter: brightness(0) invert(1);
}
.footer__socials {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}
.footer__socials a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    margin: 10px 10px 0 0;
    background-color: var(--color-main);
    border-radius: 50%;
}
.footer__socials a:hover {
    background-color: var(--txt-color);
}
.footer__socials a img {
    width: 15px;
    height: 15px;
    object-fit: contain;
}

.footer__title {
    display: block;
    font-weight: 700;
    font-family: var(--font-second);
    margin-bottom: 40px;
    font-size: 1.4rem;
}

.footer__cont {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    font-weight: 500;
}
.footer__cont svg {
    margin-right: 15px;
    width: 20px;
    height: 20px;
}
.footer__address {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
.footer__address * {
    margin: 0;
}
.footer__cont-link {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 30px 0 0 0;
}
.footer__cont a:hover {
    color: var(--color-main);
}

.footer__menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.footer__menu>div>ul>li:not(:last-child) {
    margin-bottom: 25px;
}
.footer__menu>div>ul>li.menu-icon {
    padding-left: 20px;
    position: relative;
}
.footer__menu>div>ul>li.menu-icon:before {
    content: '';
    position: absolute;
    top: 2px;
    left: 0;
    width: 14px;
    height: 14px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    background-image: url(../assets/icon-link.svg);
}
.footer__menu>div>ul>li>a {
    font-weight: 500;
    text-transform: uppercase;
    display: inline-block;
}
.footer__menu>div>ul>li>a:hover {
    color: var(--color-main);
}
.footer__menu ul ul {
    display: none;
}

.footer__bottom {
    padding-top: 20px;
    padding-bottom: 20px;
    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 {
    text-decoration: underline;
    display: inline-block;
    margin-left: 15px;
}
.footer__built p a img {
    margin-left: 20px;
}
/* @ @ FOOTER END @ @ */

/* @ @ MEDIA START @ @  */
@media(min-width: 3200px) {
    main {
        max-width: 3200px;
        margin-left: auto;
        margin-right: auto;
    }
    .wrap {
        max-width: 3200px;
        margin-left: auto;
        margin-right: auto;
    }
    .wrapper {
        padding-left: 120px;
        padding-right: 120px;
        max-width: 3200px;
        margin-left: auto;
        margin-right: auto;
    }
    .wrapper-big {
        padding-left: 220px;
        padding-right: 220px;
        max-width: 3200px;
        margin-left: auto;
        margin-right: auto;
    }
    .wrapper-small {
        padding-left: 60px;
        padding-right: 60px;
        max-width: 3200px;
        margin-left: auto;
        margin-right: auto;
    }
}
@media(max-width: 1900px) {
    .banertxt__title {
        font-size: clamp(40px, 8vw, 160px);
    }
}
@media(max-width: 1780px) {
    body, html {
        font-size: 17px;
    }

    .boxeslinks__item {
        padding: 0 15px;
    }

    .boxes__item {
        padding: 0 15px;
    }
}
@media(max-width: 1580px) {
    .banertxt__title {
        font-size: clamp(40px, 7vw, 120px);
    }
}
@media(max-width: 1440px) {
    body {
        padding-top: 200px;
    }
    body,html {
        font-size: 16px;
    }
    .wrapper {
        padding-left: 4vw;
        padding-right: 4vw;
    }
    .wrapper-big {
        padding-right: 6vw;
        padding-left: 6vw;
    }


    .tiles__item--mid .tiles__txt {
        max-width: 80%;
    }
    .tiles__item--last .tiles__item-wrapper {
        padding: 40px 60px;
    }


    .icons__txt {
        font-size: 1.1rem;
    }


    .cta__txt {
        font-size: 1.2rem;
    }
    
    .txtimglist__content {
        padding-right: 50px;
    }


    .imgtxt__content {
        padding: 0 60px;
    }
}
@media(max-width: 1380px) {
  
}
@media(max-width: 1280px) {
    body {
        padding-top: 180px;
    }
    .hero>svg {
        width: 60px;
    }

    .header {
        padding-left: 15px;
        padding-right: 15px;
    }
    .header__wrapper {
        padding-left: 30px;
        padding-right: 30px;
    }
    .header__logo {
        width: 100px;
    }
    .scrolled .header__logo {
        width: 100px;
    }
    .header__menu>div>ul>li>a {
        font-size: .9rem;
    }


    .baner__icon-top {
        width: 60px;
        opacity: .6;
    }
    .baner__img svg {
        width: 140px;
    }


    .banertxt>img {
        width: 200px !important;
    }


    .txtimg__content {
        padding-right: 40px;
    }

    .cta__wrapper {
        padding: 0 30px;
    }
    .cta__content {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .cta__items {
        max-width: 100%;
        flex: 0 0 100%;
    }
    .cta__link {
        max-width: 100%;
        flex: 0 0 100%;
        margin-top: 20px;
        text-align: center;
    }
    .cta__img {
        display: flex;
        align-items: flex-end;
        justify-content: center;
        max-width: 40%;
        flex: 0 0 40%;
    }


    .desc__items {
        padding-left: 30px;
    }
    .desc__content {
        padding-right: 30px;
    }
    .txtimglist__content {
        padding-right: 30px;
    }
}
@media(max-width: 1200px) {
    .insta__items {
        padding-left: 30px;
    }


    .imgtxt__content {
        padding: 0 15px;
    }
}
@media(max-width: 1070px) {
    
}
@media(min-width: 993px) {
    .header__menu>div>ul>li.menu-item-has-children {
        padding-right: 15px;
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .header__menu>div>ul>li.menu-item-has-children:after {
        content: '';
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: center;
        background-image: url(../assets/chevron.svg);
        width: 8px;
        height: 8px;
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
    }
    .header__menu>div>ul>li>a {
        text-transform: uppercase;
    }
    .header__menu>div>ul>li>a:hover {
        color: var(--color-main);
    }
    .header__menu>div>ul>li.menu-item-has-children:hover>ul {
        display: flex;
    }
    .header__menu>div>ul>li>ul {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        border: 1px solid var(--bg-second);
        border-radius: 20px;
        position: absolute;
        top: 99%;
        left: 0;
        width: 220px;
        background-color: #fff;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .header__menu>div>ul>li>ul>li>a {
        padding: 10px 15px;
        font-size: .85rem;
        line-height: 130%;
        font-weight: 600;
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        text-transform: uppercase;
    }
    .header__menu>div>ul>li>ul>li>a:hover {
        color: var(--color-main);
    }


}
@media(max-width: 992px) {
    body {
        padding-top: 120px;
    }
    body,html {
        font-size: 15px;
    }
    .wrap,
    .wrapper-big,
    .wrapper-small,
    .wrapper {
        padding-left: 10px;
        padding-right: 10px;
    }
    .hero>svg {
        width: 30px;
        height: auto;
    }
    .cbtn {
        padding: 10px 20px;
    }
    .hero--txt>svg {
        width: 30px;
        opacity: .3;
    }
    .hero__txt {
    }
    .hero__img {
        margin-top: 20px;
    }
    .shorttxt {
    }


    .nav-icon {
        display: block;
    }
    .header {
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 15px;
        padding-right: 15px;
        background-color: var(--bg-main);
        box-shadow: 0px 0px 6px rgba(144,144,144, .3);
    }
    .scrolled .header {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .header__wrapper {
        justify-content: space-between;
        padding: 0 !important;
        background-color: transparent;
        border: none;
    }
    .header__menu {
        position: fixed;
        top: 0;
        height: 100%;
        overflow: auto;
        width: 400px;
        right: -450px;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        padding: 20px 40px 40px 20px;
        transition: .8s;
        background-color: var(--bg-main);
        box-shadow: 0px 0px 6px rgba(144,144,144, .3);
    }
    .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: 8px 0;
    }
    .header__menu>div>ul>li>a {
        font-size: 20px;
    }
    .header__menu>div>ul>li>ul {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        padding-left: 20px;
        margin-top: 5px;
    }
    .header__menu>div>ul>li>ul>li {
        margin: 4px 0;
    }
    .header__menu>div>ul>li>ul>li>a {
        font-size: 1rem;
    }
    .header__menu>div>ul>li>ul>li>a:hover {
        color: var(--color-main);
    }
    .header__menu li.menu-icon>a {
        padding-left: 15px;
    }
    .header__menu li.menu-icon>a::before {
        left: 0;
    }
    .header__link {
        margin: 15px 0 0 0;
    }


    .baner__link {
        padding: 10px 20px;
    }
    .baner__link svg {
        width: 14px;
        height: auto;
    }
    .baner__img {
        margin-top: 30px;
    }


    .tiles__icon-right,
    .tiles__icon-bottom,
    .tiles__icon-left {
        opacity: .3;
    }
    .tiles__top>div {
        height: initial;
        max-width: 50%;
        flex: 0 0 50%;
        padding: 10px;
    }
    .tiles__item--mid img {
        max-width: 50%;
    }


    .banertxt {
        padding-top: 550px;
        padding-bottom: 0;
    }
    .banertxt>img {
        top: 0 !important;
        transform: initial !important;
        width: 400px !important;
    }
    .banertxt__content {
        padding: 0 15px;
        justify-content: center;
    }
    .banertxt__content svg {
        width: 100px;
        top: 0;
    }


    .txtimg__icon {
        bottom: initial;
        top: 25%;
        opacity: .3;
    }
    .txtimg__content {
        padding-right: 15px;
    }
    .txtimg__btns a {
        margin: 10px 10px 0 0;
    }
    .txtimg__img {
        margin-top: 20px;
    }


    .steps__items {
        margin-top: 0 !important;
    }
    .steps__img {
        order: 1;
        margin-top: 20px !important;
    }
    .steps__items {
        order: 0;
        margin-top: 0 !important;
    }
    .steps__item {
        padding: 10px 0;
    }


    .icons__item {
        padding: 0 15px;
        margin: 20px 0;
    }
    .icons__heading>img {
        width: 30px;
    }
    .icons__txt {
        font-size: 1rem;
    }


    .exmpl__icon-top {
        opacity: .3;
        width: 40px;
        top: -50px;
    }
    .exmpl__icon-bottom {
        opacity: .4;
        top: 90%;
        right: 1vw;
        width: 30px;
    }
    .exmpl__item {
        padding: 0 5px;
    }

    
    .faq__icon-top {
        opacity: .3;
        left: 1vw;
        width: 20px;
        top: -30px;
    }
    .faq__icon-top--right {
        left: initial;
        right: 1vw;
    }
    .faq__icon-bottom {
        width: 40px;
        opacity: .4;
        top: 10px;
    }
    .faq__btn {
        width: 25px;
        height: 25px;
        right: 15px;
        top: -4px;
    }
    .faq__title {
        padding-right: 60px;
        padding-left: 15px;
        padding-bottom: 15px;
        font-size: 1.1rem;
    }
    .faq__item {
        padding: 0;
    }
    .faq__txt {
        padding-left: 15px;
        padding-right: 30px;
    }
    
    
    .insta__icon-top {
        opacity: .3;
        left: 1vw;
        width: 20px;
        top: -40px;
    }
    .insta__heading {
        max-width: 260px;
        flex: 0 0 260px;
    }
    .insta__items {
        max-width: calc(100% - 260px);
        flex: 0 0 calc(100% - 260px);
        padding-left: 15px;
    }


    .cta__wrapper {
        padding: 0 10px;
    }
    .cta__items {
        padding: 0 15px;
    }
    

    .desc>svg {
        opacity: .2;
    }
    .desc__items {
        padding-left: 15px;
        margin-top: 30px;
    }
    .desc__content {
        padding-right: 15px;
    }
    .desc__btns {
        margin-top: 0;
    }


    .itemslider__icon-top {
        opacity: .3;
        top: 30px;
        left: initial;
        right: 14vw;
    }
    .slider-btn {
        width: 30px;
        height: 30px;
    }


    .txtimglist__icon-top {
        opacity: .3;
        top: 5%;
    }
    .txtimglist__icon-bottom {
        width: 60px;
        opacity: .3;
        top: 15%;
    }
    .txtimglist__content {
        padding-right: 15px;
    }
    .txtimglist__txt {
        padding-top: 0;
    }
    .txtimglist__img {
        padding-left: 15px;
        margin-top: 40px;
    }


    .imgtxt__content {
        margin-top: 20px;
    }


    .footer {
        margin-top: 60px;
    }
    .footer__top {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .footer__logo img {
        width: 200px;
    }
    .footer__items {
        padding: 0;
    }
    .footer__cont {
        margin-top: 40px;
    }
    .footer__menu {
        margin-top: 40px;
    }
    .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 {
        padding-top: 100px;
    }
    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;
    }
    #breadcrumbs {
        font-size: .65rem;
    }
    .hero>svg {
        width: 20px;
    }
    .hero__heading>svg {
        width: 30px;
        height: auto;
        margin-right: 10px;
    }
    .plist li {
        padding-left: 35px;
        margin: 25px 0;
    }
    .plist__counter {
        width: 26px;
        height: 26px;
        font-size: 1rem;
        top: -2px;
    }


    .tiles__top>div {
        max-width: 100%;
        flex: 0 0 100%;
    }
    .tiles__item--first .tiles__item-wrapper {
        padding: 30px;
    }
    .tiles__item--first img {
        height: 30px;
    }
    .tiles__item--second .tiles__item-wrapper {
        padding: 30px 40px 60px 60px;
    }
    .tiles__item--mid .tiles__item-wrapper {
        padding: 30px 0 0 30px;
    }
    .tiles__item--last .tiles__item-wrapper {
        padding: 30px 30px 20px 30px;
    }
    .tiles__item--last img {
        width: 60px;
        margin-bottom: 15px;
    }


    .banertxt {
        padding-top: 240px;
    }
    .banertxt>img {
        width: 150px !important;
    }
    .banertxt__content svg {
        width: 50px;
        margin-right: 15px;
    }


    .stepstxt__items {
        padding: 10px 15px;
    }
    .stepstxt__item {
        border-right: none !important;
        max-width: 100%;
        flex: 0 0 100%;
        margin: 5px 0;
        padding: 20px 10px;
    }
    .stepstxt__item:not(:last-child) {
        border-bottom: 1px solid var(--bg-second);
    }
    .stepstxt__item-wrapper {
        padding-left: 35px;
    }
    .stepstxt__txt {
        font-size: 1rem;
    }
    .stepstxt__counter {
        width: 26px;
        height: 26px;
        font-size: 1rem;
        top: -3px;
    }


    .stepsvideo__items {
        padding: 10px 15px;
    }
    .stepsvideo__item {
        border-right: none !important;
        max-width: 100%;
        flex: 0 0 100%;
        margin: 5px 0;
        padding: 20px 10px;
    }
    .stepsvideo__item:not(:last-child) {
        border-bottom: 1px solid var(--bg-second);
    }
    .stepsvideo__item-wrapper {
        padding-left: 35px;
    }
    .stepsvideo__txt {
        font-size: 1rem;
    }
    .stepsvideo__counter {
        width: 26px;
        height: 26px;
        font-size: 1rem;
        top: -3px;
    }


    .exmpl__item {
        padding: 0 2px;
    }


    .steps__icon-top {
        width: 20px;
        opacity: .4;
        top: -10px;
    }
    .steps__icon-bottom {
        width: 30px;
        opacity: .4;
        top: 40%;
    }
    .steps__items {
        padding: 0;
    }
    .steps__heading {
        padding-left: 35px;
    }
    .steps__txt {
        padding-left: 35px;
    }
    .steps__counter {
        width: 26px;
        height: 26px;
        font-size: 1rem;
        top: -2px;
    }
    

    .insta {
        padding: 0 10px !important;
    }
    .insta__heading {
        max-width: 100%;
        flex: 0 0 100%;
        text-align: center;
    }
    .insta__items {
        max-width: 100%;
        flex: 0 0 100%;
        margin-top: 20px;
    }


    .cta__icon {
        width: 35px;
    }
    .cta__wrapper {
        padding-top: 40px;
    }
    .cta__content {
        max-width: 100%;
        flex: 0 0 100%;
        padding: 0 15px;
        order: 0;
        text-align: center;
    }
    .cta__img {
        height: initial;
        max-width: 100%;
        flex: 0 0 100%;
        padding: 0 15px;
        margin-top: 30px;
        text-align: center;
        order: 1;
    }
    .cta__img img {
        height: initial;
        top: initial;
    }


    .itemslider__heading {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }
    .itemslider__nav {
        margin-top: 20px;
    }
    .itemslider__items {
        margin-top: 20px !important;
    }
    .itemslider__box {
        padding: 0 5px;
    }
    .slider-btn {
        margin: 0 10px 0 0;
    }



    .txtimglist__img-wrapper {
        padding: 0;
    }
    .txtimglist__img figure {
        padding: 0 20px;
    }
    .txtimglist__list {
        padding: 0 30px;
    }


    .singlepost__bottom div a svg {
        height: 30px;
        width: 60px;
    }


    .footer__title {
        margin-bottom: 20px;
        font-size: 1.25rem;
    }
    .footer__logo img {
        width: 140px;
    }
    .footer__link {
        font-size: 1rem;
        padding: 10px 15px;
        margin-top: 20px;
    }
    .footer__link svg {
        width: 14px;
        top: 0;
        margin-right: 10px;
    }
    .footer__cont svg {
        margin-right: 10px;
    }
    .footer__cont-link {
        margin-top: 15px;
    }
    .footer__menu>div>ul>li:not(:last-child) {
        margin-bottom: 10px;
    }
    .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) {
    ul.clist li,
    .clist ul li {
        padding-left: 25px;
        margin: 10px 0;
    }
    ul.clist li:before,
    .clist ul li:before {
        width: 15px;
        height: 15px;
    }

    
    .baner__icon-bottom {
        top: 40%;
        width: 30px;
        opacity: .5;
    }
    .baner__img svg {
        width: 80px;
    }


    .desc__items .clist ul li,
    .txtimglist__txt.clist ul li {
        margin: 10px 0;
    }


    .boxeslinks__item-wrapper {
        padding: 30px;
    }


    .boxes__item-wrapper {
        padding: 30px;
    }


    .singlepost__bottom {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }
    .singlepost__bottom>div {
        max-width: 100%;
        flex: 1;
    }
    .singlepost__bottom>div:last-child {
        margin-top: 30px;
    }
    .blogposts__item {
        margin-bottom: 30px;
        padding: 0;
    }
    .blogposts__item-wrapper {
        padding: 20px;
    }
}
/* @ @ MEDIA END @ @  */