@font-face {
    font-family: 'Bicubik';
    src: url('../fonts/Bicubik.eot');
    src: url('../fonts/Bicubik.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Bicubik.woff2') format('woff2'),
        url('../fonts/Bicubik.woff') format('woff'),
        url('../fonts/Bicubik.ttf') format('truetype'),
        url('../fonts/Bicubik.svg#Bicubik') format('svg');
}

*,
::after,
::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    outline: 0 !important;
}

body,
html {
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    line-height: 1.5em;
    color: #000000;
    font-weight: 400;
}

button {
    cursor: pointer;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    font-weight: 800;
}

ol,
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

main {
    overflow: hidden;
}

section {
    position: relative;
    z-index: 1;
}

a {
    text-decoration: none;
}

.container {
    width: 84.44445%;
    max-width: 1220px;
    margin: 0 auto;
}

.d-none {
    display: none;
}

.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.flex-align-center {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.flex-between {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.flex-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.flex-end {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.flex-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.flex-column-align-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.flex-column-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.flex-column-between {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.img-cover {
    -o-object-fit: cover;
    object-fit: cover;
}

.img-contain {
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
       object-position: center;
}

.p-absolute {
    position: absolute;
}

.p-relative {
    position: relative;
}

.o-hidden {
    overflow: hidden;
}

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

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

.img-full-absolute {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.uppercase {
    text-transform: uppercase;
}

/* header */

.header {
    padding: 36px 0 37px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 999;
}

.menu__item {
    padding: 0 28px;
}

.menu__link {
    font-size: 1rem;
    line-height: 1.222em;
    color: #F3F5FC;
    -webkit-transition: color .4s ease;
    -o-transition: color .4s ease;
    transition: color .4s ease;
}

.menu__link:hover {
    color: #F3F5FC;
}

.btn-primary {
    height: 46px;
    padding: 0 19px;
    background-color: #1B1817;
    border-radius: 8px;
    line-height: 46px;
    font-weight: 500;
    border: none;
    color: #F0F2FA;
    letter-spacing: -0.3px;
    font-size: 1rem;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    position: relative;
    z-index: 1;
}

a.btn-primary {
    display: inline-block;
}

.btn-primary svg {
    margin-bottom: -1px;
}

.btn-primary:hover {
    background-color: #1B1817;
}

.btn-primary:active {
    background-color: #1B1817;
}

.btn-primary:disabled,
.btn-primary.disabled {
    background-color: #B9C2F2;
    pointer-events: none;
}

/* hero section */

.hero-section {
    /*padding: 206px 0 195px;*/
    padding: calc(37vh - 100px) 0 195px;
    background: -o-linear-gradient(343.85deg, #3351EC 37.51%, #2B45D0 72.53%);
    background: linear-gradient(106.15deg, #3351EC 37.51%, #2B45D0 72.53%);
}

.hero-section .container {
    width: 70.6944%;
}

.hero-offer {
    color: #D7D8E0;
}

.hero-offer__title {
    font-size: 4.11111rem;
    line-height: 1.216em;
    letter-spacing: -0.3px;
    color: #F3F5FC;
    margin-bottom: 32px;
    max-width: 570px;
}

.hero-offer__message {
    font-size: 1.333rem;
    line-height: 1.5em;
    letter-spacing: -0.3px;
    max-width: 460px;
    margin-bottom: 75px;
}

figure, figcaption {
	display: block;
}

.transition {
    -webkit-transition: top 400ms linear;
    -o-transition: top 400ms linear;
    transition: top 400ms linear;
}

.timeTo {
    font-family: 'Bicubik', 'Inter', sans-serif !important; 
	font-size: 32px;
	line-height: 108%;
    letter-spacing: -0.3px;
}

.timeTo span {
	vertical-align: top;
    margin: 0 5px;
}

.timeTo.timeTo-white div {
	color: #F3F5FC;
    background: transparent;
}

.timeTo figure {
	display: inline-block;
	margin: 0;
	padding: 0;
}

.timeTo figcaption {
	text-align: center;
    font-family: 'Inter', sans-serif !important;
	font-size: 14px;
	line-height: 1.5em;
	font-weight: normal;
	color: #D7D8E0;
    text-transform: capitalize;
}

.timeTo div {
	position: relative;
	display: inline-block;
	width: 25px;
	height: 30px;
	overflow: hidden;
}

.timeTo ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 3px;
}

.timeTo ul li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.hero-offer__timer {
    margin-bottom: 65px;
}

.hero-offer .btn-primary {
    height: 58px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    font-size: 1.111rem;
    line-height: 1.3em;
    padding: 0 43px;
}

.hero-offer .btn-primary svg {
    margin-left: 10px;
}

.hero-lines {
    position: absolute;
    width: 78.68%;
    /* max-width: 1400px; */
    right: -15%;
    bottom: -55%;
    z-index: -1;
    -webkit-transform: rotate(19deg);
        -ms-transform: rotate(19deg);
            transform: rotate(19deg);
}

.hero-slider-wrapper {
    position: absolute;
    top: 50%;
    right: 16.4583vw;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}

.hero-slider__item {
    position: relative;
    width: 400px;
}

.hero-slider__item::before {
    content: '';
    padding-bottom: 148.764%;
    display: block;
}

.hero-slider__item img {
    display: none;
}

.hero-slider__item img.active {
    display: block;
}

/* gallery-section */

.gallery-section {
    padding: 100px 0;
    background-color: #fff;
}

.gallery-section__head {
    margin-bottom: 56px;
    text-align: center;
}

.gallery-section__pretitle {
    font-size: 5.556rem;
    line-height: 1.2em;
    color: #3351EC;
    letter-spacing: -0.36px;
    font-family: 'Bicubik', 'Inter', sans-serif;
    margin-bottom: 8px;
    font-weight: normal;    
}

.gallery-section__title {
    font-size: 2.556rem;
    line-height: 1.304em;
    letter-spacing: -0.36px;
    color: #303757;
}

.gallery {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.gallery__item-img {
    width: 100%;
    position: relative;
}

.gallery__item-img::before {
    content: '';
    padding-bottom: 180.2857%;
    display: block;
}

.gallery__item-content_head {
    margin-bottom: 17px;
}

.gallery__item-title {
    font-size: 1.333rem;
    line-height: 1.292em;
    letter-spacing: -0.36px;
    color: #3351EC;
    margin-right: 10px;
}

.gallery__item-extra {
    font-weight: 500;
    font-size: 1.111rem;
    line-height: 1.3em;
    letter-spacing: -0.36px;
    color: #495362;
    margin-top: 1px;
    margin-right: 2px;
}

.gallery__item-price {
    color: #303757;
    letter-spacing: -0.3px;
}

.gallery__item-price img {
    width: 38px;
    height: 38px;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
    margin-right: 10px;
}

.gallery__item-price_value {
    font-weight: 600;
    font-size: 1.778rem;
    line-height: 1.313em;
}

.gallery__item-price small {
    font-size: 1rem;
    line-height: 1.278em;
    letter-spacing: -0.3px;
    color: #303757;
    font-weight: 400;
    margin-left: 7px;
    margin-top: 11px;
}

/* advantages section */

.advantages-section {
    padding: 236px 0 234px;
    background: -o-linear-gradient(343.85deg, #3351EC 37.51%, #2B45D0 72.53%);
    background: linear-gradient(106.15deg, #3351EC 37.51%, #2B45D0 72.53%);
    overflow: hidden;
}

.advantages__title {
    font-size: 3.556rem;
    line-height: 1.297em;
    letter-spacing: -0.36px;
    color: #F3F5FC;
    max-width: 700px;
    margin-bottom: 56px;
}

.advantages-list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.advantages-list__item {
    padding: 14px;
    border: 2px solid #4D65E2;
}

.advantages-list__item-count {
    font-family: 'Bicubik', 'Inter', sans-serif;
    font-weight: 400;
    font-size: 2.667rem;
    line-height: 1.292em;
    letter-spacing: -0.3px;
    color: #FBFDFF;
    margin-bottom: 16px;
}

.advantages-list__item-message {
    letter-spacing: 0.33px;
    color: #D7D8E0;
    font-size: 1.111rem;
    line-height: 1.5em;
    max-width: 300px;
}

.adv-lines-1 {
    position: absolute;
    top: -36%;
    right: -22.9861vw;
    z-index: -1;
    -webkit-transform: rotate(338deg);
        -ms-transform: rotate(338deg);
            transform: rotate(338deg);
    max-width: 1098px;
    width: 100%;
    pointer-events: none;
}

.adv-lines-2 {
    position: absolute;
    z-index: -1;
    -webkit-transform: rotateX(44deg) rotateY(0deg);
            transform: rotateX(44deg) rotateY(0deg);
    max-width: 1000px;
    width: 100%;
    bottom: -57%;
    left: -26.4444vw;
}

/* join section */

.join-section {
    padding: 100px 0;
}

.join-wrapper {

}

.join-img,
.join-content {
    width: calc(50% - 15px);
}

.join-img img {
    width: 100%;
    height: auto;
}

.join__title {
    letter-spacing: -0.36px;
    font-size: 3.111rem;
    line-height: 1.304em;
    margin-bottom: 24px;
    font-weight: 800;
    color: #3351EC;
}

.join-message {
    font-size: 1.778rem;
    line-height: 1.5em;
    margin-bottom: 56px;
    letter-spacing: -0.3px;
    color: #495362;
}

.join-btn-wrapper .btn-primary {
    height: 68px;
    width: 300px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 1.333rem;
    margin-right: 24px;
}

.join-btn-wrapper .btn-primary svg {
    margin-left: 12px;
}

/* footer */

.footer {
    padding: 33px 0;
}

.footer-wrapper {
    background: #3351EC;
    border-radius: 36px;
    padding: 62px 0;
}

.footer-wrapper .container {
    width: 80.2955%;
}

.footer-social__item {
    margin-left: 40px;
}

.footer-social__link {
    display: block;
}

.footer-row:not(:last-child) {
    margin-bottom: 24px;
}

.policy,
.footer-email {
    font-size: 0.889rem;
    line-height: 1.5em;
    color: #F3F5FC;
    letter-spacing: -0.3px;
}

.copy,
.extra {
    font-size: 0.778rem;
    line-height: 1.5em;
    letter-spacing: -0.003em;
    color: #F3F5FC;
    font-weight: 300;
}

.extra {
    text-align: right;
    max-width: 270px;
}

.burger,
.backdrop,
.mobile-menu,
.system-wrapper-mobile,
.m-footer-top_mobile {
    display: none;
}

#countdown figure .first ul {
    min-width: 25px;
}

#countdown figure .first ul li {
    text-align: center;
}