* {
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    -ms-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
}
html {
    scroll-behavior: smooth;
}
body {
    margin: 0px;
    padding: 0px;
    background: url(images/body.png) no-repeat center 900px, #04080D;
    font-family: "Cera Pro";
    color: #BDCBDB;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
}
a {
    color: #BDCBDB;
    transition: .5s;
}
a:hover {
    color: #5247FD;
    text-decoration: none;
}
.btn,
.feedback,
button,
.order {
    transition: .5s;
    cursor: pointer;
    border: 0px;
}
* {
    box-sizing: border-box;
}
input,
button,
textarea,
select {
    font-size: 16px;
    outline: none;
    font-family: "Cera Pro";
}
img {
    max-width: 100%;
}
p {
    margin: 0 0 20px 0;
}
p:last-child {
    margin: 0px !important;
}
b {
    font-weight: 600;
}
.container {
    width: 100%;
    max-width: 1384px;
    margin: 0 auto;
    padding: 0 20px;
}
.section-1 {
    position: relative;
    min-height: 975px;
    overflow: hidden;
    margin: 0 0 105px 0;
    padding: 337px 0 273px 0;
}
.section-1 .video {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 1;
}
.section-1 .video video {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
}
.section-1 .container {
    position: relative;
    z-index: 3;
}
.header {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 9;
    border-bottom: 1px solid rgba(255, 255, 255, 0.20);
    padding: 27px 0;
    transition: .5s;
}
.header.active {
    background: #000;
}
.header .container {
    display: flex;
    align-items: center;
    gap: 50px;
    max-width: 1920px;
    padding: 0 60px;
}
.header .logo a {
    display: block;
    text-decoration: none;
    width: 255px;
    height: 55px;
    background: url(images/logo.png) no-repeat;
    background-size: contain;
}
.header .menu {
    flex: 1;
}
.header .menu ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    display: flex;
    justify-content: center;
    gap: 50px;
}
.header .menu a {
    text-decoration: none;
    color: #FFF;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.51px;
}
.header .menu a:hover {
    color: #5247FD;
}
.header .lang {
    display: flex;
    align-items: center;
    gap: 41px;
    position: relative;
    color: #5247FD;
    font-size: 19px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.header .lang:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1px;
    height: 26px;
    background: #5E5E5E;
    margin: -13px 0 0 0;
}
.header .lang a {
    text-decoration: none;
    color: #FFF;
}
.header .lang a:hover {
    color: #5247FD;
}
.header .link {
    text-decoration: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 12px 20px;
    border-radius: 500px;
    border: 2px solid #50525F;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(15px);
    color: #FFF;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.header .link:after {
    content: "";
    width: 18px;
    height: 18px;
    background: url(images/link.svg) no-repeat;
    flex-shrink: 0;
}
.header .link:hover {
    opacity: .7;
}
.rbtn {
    right: 0;
    position: fixed;
    top: 124px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    z-index: 10;
}
.rblink {
    position: relative;
    right: -240px;
    border: 1px solid #3b3a41;
    border-right: none;
    border-radius: 8px 0 0 8px;
    background-color: #04030d;
    width: 300px;
    height: 60px;
    color: #fff;
    display: flex;
    align-items: center;
    text-decoration: none;
    text-transform: uppercase;
    padding: 10px;
    gap: 15px;
}
.rblink:hover {
    right: 0;
    background-color: #122e8e;
    color: #fff;
}
.rblink span {
    color: #b0aaff;
    text-transform: none;
}
.rblink img {
    width: 40px;
    height: 40px;
}
.rblink::after {
    content: "";
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    background: url(images/link.svg) no-repeat;
}
.rblinks {
    display: flex;
    flex-direction: column;
    gap: 2px;
    line-height: 1;
}
.section-1 .name {
    color: #5247FD;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: 31px;
    /* 110.714% */
    letter-spacing: 2.8px;
    margin: 0 0 20px 0;
}
.section-1 h1 {
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    /* 66px */
    margin: 0 0 20px 0;
    background: linear-gradient(90deg, #FFF 19%, #726AFB 82.5%, #5247FD 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.section-1 .desc {
    color: #BDCBDB;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.6;
    /* 182.353% */
    margin: 0 0 50px 0;
    width:100%;
    max-width: 850px;
}
.section-1 .bottom {
    display: flex;
    align-items: center;
    gap: 24px;
}
.section-1 .bottom a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    text-decoration: none;
    cursor: pointer;
    padding: 12px 20px;
    border-radius: 500px;
    min-width: 217px;
    color: #FFF;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.section-1 .bottom a:after {
    content: "";
    width: 18px;
    height: 18px;
    background: url(images/link.svg) no-repeat;
}
.section-1 .buy {
    background: linear-gradient(174deg, #584EFC 4.98%, #2C22C8 95.85%);
}
.section-1 .btn {
    border: 2px solid #50525F;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(15px);
}
.section-1 .bottom a:hover {
    opacity: .7;
}
.section {
    margin: 0 0 120px 0;
}
.title-section {
    text-align: center;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    display: table;
    margin: 0 auto 40px auto;
    color: #fff;
}
.section-2 .flex {
    display: flex;
    gap: 24px;
}
.section-2 .col {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.section-2 .item {
    min-height: 229px;
    position: relative;
    padding: 32px 36px;
    color: #BDCBDB;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    border-radius: 12px;
    border: 1px solid #111F33;
    background: #060E16;
}
.section-2 .item:before {
    content: "";
    position: absolute;
    top: 36px;
    left: 0px;
    width: 4px;
    height: 35px;
    border-radius: 50px;
    background: #5247FD;
}
.section-2 .head {
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 0 0 20px 0;
}
.section-2 .icon {
    font-size: 0px;
    line-height: 0px;
}
.section-2 .name {
    flex: 1;
    color: #FFF;
    font-size: 23px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%;
}
.section-2 .col:nth-child(2) .item {
    height: 100%;
    background: url(images/section2-bg.png) no-repeat center bottom, #060E16;
}
.section-3 .flex {
    display: flex;
    align-items: center;
    gap: 72px;
    margin: 0 0 30px 0;
    background: url(images/section3-bg.jpg) no-repeat center bottom;
    filter: drop-shadow(0 0 60px rgba(0, 0, 0, 0.60));
    border-radius: 16px;
    border: 1px solid #111F33;
    overflow: hidden;
}
.section-3 strong {
    font-weight: 600;
}
.section-3 .images {
    font-size: 0px;
    line-height: 0px;
    padding: 0 0 0 45px;
    align-self: flex-end;
}
.section-3 .col-right {
    flex: 1;
    color: #BDCBDB;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    padding: 20px 71px 20px 0;
}
.section-3 .col-right p {
    margin: 0 0 12px 0;
}
.section-3 .icon {
    font-size: 0px;
    line-height: 0px;
    display: table;
    margin: 10px 0 0 auto;
}
.section-3 .bottom {
    display: flex;
    gap: 24px;
}
.section-3 .link {
    flex: 1;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 24px;
    padding: 20px 50px 20px 20px;
    position: relative;
    border-radius: 12px;
    border: 1px solid #111F33;
    background: url(images/section3-link.svg) no-repeat right 20px center, #060E16;
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.section-3 .link:hover {
    border: 1px solid rgba(77, 84, 250, 0.70);
    box-shadow: 0 0 31.1px 0 rgba(88, 97, 252, 0.20) inset;
}
.section-4 .title {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    color: #FFF;
    text-align: center;
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    padding: 0 0 12px 0;
    margin: 0 0 24px 0;
    background: url(images/section4-title.png) no-repeat center bottom 0px;
}
.section-4 .title:before {
    content: "";
    width: 30px;
    height: 30px;
    background: url(images/section4-title.svg) no-repeat;
}
.section-4 .description {
    width: 100%;
    max-width: 731px;
    display: table;
    margin: 0 auto 40px auto;
    color: #BDCBDB;
    text-align: center;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
}
.s4wallet {
    margin: 0 auto 120px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    width: 850px;
    max-width: 100%;
}
.ru .s4wallet {
	width: 950px;
}
.s4wallet > div {
    border-radius: 36px;
    background: #0E1C2A;
    padding: 19px 30px;
    text-align: center;
}
.s4wallet span {
    color: #eff2f6;
}
.section-4 .flex {
    display: flex;
    gap: 137px;
}
.section-4 .images {
    font-size: 0px;
    line-height: 0px;
}
.section-4 .images img {
    position: sticky;
    top: 10px;
}
.section-4 .col-right {
    flex: 1;
}
.section-4 .title-section {
    text-align: left;
    margin: 0 0 24px 0;
}
.section-4 .name {
    color: #FFF;
    font-size: 26px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    /* 41.6px */
    margin: 0 0 24px 0;
    padding: 0 0 24px 0;
    border-bottom: 1px rgba(255, 255, 255, .14) solid;
}
.section-4 ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    color: #BDCBDB;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    /* 27.2px */
}
.section-4 li {
    padding: 0 0 24px 32px;
    border-bottom: 1px rgba(255, 255, 255, .14) solid;
    position: relative;
}
.section-4 li:before {
    content: "";
    position: absolute;
    top: 6px;
    left: 5px;
    z-index: 1;
    width: 16.138px;
    height: 16.138px;
}
.section-4 li:nth-child(1):before {
    border-radius: 1.793px;
    background: linear-gradient(90deg, #5247FD 0%, #312A97 113.89%);
}
.section-4 li:nth-child(2):before {
    border-radius: 1.793px;
    background: linear-gradient(57deg, #312B97 23.28%, #130E69 72.7%);
}
.section-4 li:nth-child(3):before {
    border-radius: 1.793px;
    background: linear-gradient(57deg, #D8E5E2 23.28%, #B9CCC7 72.7%);
}
.section-4 li:nth-child(4):before {
    border-radius: 1.793px;
    background: linear-gradient(273deg, #09A478 2.61%, #0EEAAC 97.64%);
}
.section-4 li:nth-child(5):before {
    border-radius: 1.793px;
    background: linear-gradient(87deg, #08B4E4 8.44%, #0883A6 97.9%);
}
.section-4 li:nth-child(6):before {
    border-radius: 1.793px;
    background: linear-gradient(93deg, #369CFB 1.95%, #095AA6 97.88%);
}
.section-5 {
    text-align: center;
}
.section-5 .block-buy {
    border-radius: 16px;
    border: 1px solid rgba(17, 31, 51, 0.80);
    background: #060E16;
    backdrop-filter: blur(16px);
    display: inline-flex;
    align-items: center;
    gap: 24px;
    padding: 30px;
    width: 100%;
    max-width: 769px;
}
.section-5 .form {
    display: flex;
    align-items: center;
    gap: 24px;
    border-radius: 36px;
    background: #0E1C2A;
    padding: 19px 30px;
    flex: 1;
}
.section-5 .form input {
    width: 100%;
    flex: 1;
    background: none;
    border: 0px;
    color: #FFF;
    font-size: 19px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.57px;
}
.section-5 .copy {
    cursor: pointer;
    width: 24px;
    height: 24px;
    background: url(images/copy.svg) no-repeat;
    transition: .5s;
}
.section-5 .buy,
.s4wallet .buy {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    text-decoration: none;
    border-radius: 500px;
    background: linear-gradient(174deg, #584EFC 4.98%, #2C22C8 95.85%);
    padding: 21px 41px;
    color: #FFF;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.section-5 .buy:after,
.s4wallet .buy:after {
    content: "";
    width: 18px;
    height: 18px;
    background: url(images/link.svg) no-repeat;
}
.section-5 .buy:hover,
.section-5 .copy:hover.
.s4wallet .buy:hover {
    opacity: .7;
}
.section-6 .head {
    display: flex;
    align-items: center;
    gap: 24px;
    margin: 0 0 40px 0;
}
.section-6 .title-section {
    flex: 1;
    margin: 0px;
    text-align: left;
}
.section-6 .tabs {
    display: flex;
    gap: 63px;
}
.section-6 .tabs__caption {
    list-style: none;
    margin: 0px;
    padding: 0px;
    display: flex;
    flex-direction: column;
    gap: 48px;
    width: 100%;
    max-width: 475px;
}
.section-6 .tabs__caption li {
    cursor: pointer;
    padding: 0 0 0 40px;
    position: relative;
    font-size: 26px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    color: #FFF;
}
.section-6 .tabs__caption li.active {
    cursor: default;
    color: #4D54FA;
}
.section-6 .tabs__caption li.active:before {
    content: "";
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    z-index: 3;
    width: 3px;
    background: #5247FD;
}
.section-6 .tabs__caption span {
    display: none;
    margin: 8px 0 0 0;
    color: #92A0B1;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
}
.section-6 .tabs__caption li.active span {
    display: block;
}
.section-6 .col-right {
    flex: 1;
}
.section-6 .tabs__content {
    font-size: 0px;
    line-height: 0px;
    height: 0px;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    transition: .9s;
}
.section-6 .tabs__content.active {
    height: auto;
    visibility: visible;
    opacity: 1;
}
.section-6 .navigator {
    display: flex;
    align-items: center;
    gap: 30px;
    width: 100%;
    max-width: 340px;
}
.section-6 .prev {
    cursor: pointer;
    width: 40px;
    height: 40px;
    background: url(images/section6-arrow.svg) no-repeat;
    transform: rotate(180deg);
}
.section-6 .next {
    cursor: pointer;
    width: 40px;
    height: 40px;
    background: url(images/section6-arrow.svg) no-repeat;
}
.section-6 .prev.disabled,
.section-6 .next.disabled {
    opacity: 0.3;
}
.section-6 .status {
    flex: 1;
    height: 2px;
    background: #333335;
    position: relative;
}
.section-6 .status span {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    z-index: 3;
    background: #5247FD;
}
.section-7 .description {
    margin: -24px 0 40px 0;
    color: #BDCBDB;
    text-align: center;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
}
.section-7 .flex {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.section-7 .item {
    width: calc(33.333% - 14px);
    padding: 30px;
    border-radius: 16px;
    border: 1.5px solid #111F33;
    background: #060E16;
    display: flex;
    align-items: center;
    gap: 28px;
    transition: .5s;
}
.section-7 .item:hover {
    border: 1px solid rgba(77, 84, 250, 0.70);
    background: #060E16;
    box-shadow: 0 0 31.1px 0 rgba(88, 97, 252, 0.20) inset;
}
.section-7 .icon {
    font-size: 0px;
    line-height: 0px;
}
.section-7 .name {
    flex: 1;
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.section-7 .link {
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    padding: 12px 30px;
    border-radius: 500px;
    border: 2px solid #50525F;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(15px);
    color: #FFF;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.section-7 .link:after {
    content: "";
    width: 7px;
    height: 13px;
    background: url(images/section7-link.svg) no-repeat;
}
.footer {
    border-top: 1px solid #202127;
    background: #020309;
    padding: 91px 0 72px 0;
    position: relative;
    overflow: hidden;
}
.footer:before {
    content: "";
    position: absolute;
    bottom: -296px;
    right: -336px;
    width: 585px;
    height: 585px;
    border-radius: 585px;
    opacity: 0.33;
    background: #0072F8;
    filter: blur(150px);
    z-index: 1;
}
.footer .head {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    margin: 0 0 84px 0;
    position: relative;
    z-index: 3;
}
.footer .col {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 34px;
}
.footer .col:nth-child(2) {
    gap: 15px;
}
.footer .logo {
    display: block;
    text-decoration: none;
    width: 255px;
    height: 55px;
    background: url(images/logo.png) no-repeat;
    background-size: contain;
}
.footer .social {
    display: flex;
    gap: 16px;
}
.footer .social a {
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0px;
    line-height: 0px;
    width: 42px;
    height: 42px;
    background: linear-gradient(174deg, #584EFC 4.98%, #2C22C8 95.85%);
    border-radius: 555px;
}
.footer .social img {
    width: 20px;
    height: 20px;
}
.footer .social a:hover {
    opacity: .7;
}
.footer .name {
    color: #FFF;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.66px;
}
.footer ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    columns: 2;
    column-gap: 60px;
}
.footer ul li {
    padding: 19px 0 0 0;
    page-break-inside: avoid;
    break-inside: avoid;
}
.footer ul a {
    text-decoration: none;
    color: #9A9DB4;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.51px;
}
.footer ul a:hover {
    color: #fff;
}
.footer .mail {
    display: block;
    text-decoration: none;
    color: #5247FD;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.96px;
}
.footer .mail:hover {
    color: #fff;
}
.footer .phone {
    display: block;
    text-decoration: none;
    color: #9A9DB4;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.51px;
}
#top {
    display: flex;
    align-items: center;
    gap: 9px;
    cursor: pointer;
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding: 0 0 16px 0;
    border-bottom: 2px solid #5247FD;
    transition: .5s;
    position: relative;
    top: 0px;
}
#top:after {
    content: "";
    width: 22px;
    height: 22px;
    background: url(images/top.svg) no-repeat;
}
#top:hover {
    top: -10px;
}
.footer .bottom {
    display: flex;
    gap: 20px;
    position: relative;
    z-index: 3;
}
.footer .copyright {
    flex: 1;
    color: #9A9DB4;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 0.42px;
}
.footer .links {
    display: flex;
    align-items: center;
    gap: 44px;
}
.footer .links a,
.footer .links label {
    color: #9A9DB4;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 0.42px;
}
.footer .links label {
    text-decoration: underline;
    cursor: pointer;
}
.footer .links label:hover {
    text-decoration: none;
}
.mobile-menu {
    display: none;
}
/* Popup */
.popup-container .popup-button {
    background: #333;
    line-height: 34px;
    color: #fff;
    padding: 0 20px;
    border-radius: 3px;
    display: block;
    cursor: pointer;
}
.popup-inner .grid {
    grid-column-gap: 15px;
    grid-row-gap: 15px; 
}
.popup-container .popup-button:hover {
    background: #444;
}
.popup-container .popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    transition: 250ms all;
}
.popup-inner {
    width: 95%;
    max-width: 400px;
    box-sizing: border-box;
    padding: 20px;
    border-radius:20px;
    background-color: #223752;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 150%;
    transition: 250ms all;
    max-height: 90%;
    overflow-y: auto;
}
.popup-title {
    font-size: 18px;
    font-weight: 500;
    color: #5247FD;
    margin-bottom: 15px;
    font-weight: 700;
}
.popup-content p {
    margin-bottom: 15px;
    line-height: 1.3;
}
.popup-container>input {
    display: none;
}
.popup-container>input:checked+.popup {
    opacity: 1;
    visibility: visible;
}
.popup-container>input:checked+.popup .popup-inner {
    position: relative;
    top: 50%;
}
.popup-close-btn {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    display: block;
    padding: 10px;
    font-size: 22px;
    color: #f4f4f4;
}
.popup-close-btn:hover {
    color: #dd3d53;
}
@media screen and (max-width:1850px) {
    .header .container {
        gap: 20px;
        padding: 0 20px;
    }
    .header .menu ul {
        gap: 20px;
    }
    .header .lang {
        gap: 20px;
    }
}
@media screen and (max-width:1500px) {
    .header .link {
        font-size: 0px;
        line-height: 0px;
        gap: 0px;
    }
    .header .menu a {
        font-size: 15px;
    }
}
@media screen and (max-width:1240px) {
    .header .logo {
        flex: 1;
    }
    .mobile-menu {
        display: block;
        cursor: pointer;
        width: 44px;
        height: 44px;
        background: url(images/mobile-menu.svg) no-repeat;
    }
    .header .menu {
        position: absolute;
        top: 100%;
        right: 0px;
        z-index: 9;
        padding: 10px 20px;
        display: none;
        background: #000;
    }
    .section-3 .images {
        padding: 0px;
        max-width: 50%;
    }
    .section-7 .item {
        width: calc(50% - 10px);
    }
    .section-7 .name {
        font-size: 16px;
    }
    .footer .mail {
        font-size: 20px;
    }
}
@media screen and (max-width:1000px) {
    .section-3 .images {
        display: none;
    }
    .section-3 .col-right {
        padding: 20px;
        font-size: 16px;
    }
    .section-3 .bottom {
        flex-wrap: wrap;
    }
    .section-3 .link {
        flex: none;
        width: calc(50% - 12px);
    }
    .section-4 .flex {
        gap: 30px;
    }
    .section-4 .images {
        max-width: 50%;
    }
    .section-6 .tabs {
        gap: 40px;
    }
    .section-6 .tabs__caption {
        max-width: 50%;
        gap: 20px;
    }
    .section-6 .tabs__caption li {
        padding: 0 0 0 20px;
        font-size: 16px;
    }
    .section-6 .tabs__caption span {
        font-size: 14px;
        margin: 0px;
    }
    .footer {
        padding: 50px 0;
    }
    .footer .head {
        flex-direction: column;
        gap: 30px;
        text-align: center;
        margin: 0 0 50px 0;
    }
    .footer .col {
        align-items: center;
        gap: 24px;
    }
}
@media screen and (max-width:780px) {
    .header {
        padding: 20px 0;
    }
    .header .logo a {
        width: 150px;
        height: 37px;
    }
    .header .link {
        display: none;
    }
    .header .menu ul {
        flex-direction: column;
        gap: 10px;
    }
    .section-1 {
        min-height: inherit;
        margin: 0 0 50px 0;
        padding: 150px 0 50px 0;
    }
    .section-1 .name {
        font-size: 22px;
    }
    .section-1 h1 {
        font-size: 30px;
    }
    .section-1 .desc {
        font-size: 16px;
        margin: 0 0 30px 0;
    }
    .section-1 .bottom {
        flex-direction: column;
    }
    .section-1 .bottom a {
        width: 100%;
    }
    .section {
        margin: 0 0 50px 0;
    }
    .title-section {
        font-size: 30px;
    }
    .section-2 .flex {
        flex-direction: column;
    }
    .section-2 .col:nth-child(2) .item {
        background: #060E16;
    }
    .section-2 .name {
        font-size: 20px;
    }
    .section-2 .item {
        min-height: inherit;
        padding: 20px;
        font-size: 16px;
    }
    .section-3 .link {
        width: 100%;
    }
    .section-4 .description {
        font-size: 16px;
        margin: 0 auto 50px auto;
    }
    .section-4 .flex {
        flex-direction: column;
    }
    .section-4 .images {
        max-width: none;
        text-align: center;
    }
    .section-4 .name {
        font-size: 22px;
        margin: 0 0 30px 0;
    }
    .s4wallet {
        flex-direction: column;
    }
    .s4wallet > div {
        overflow-wrap: anywhere;
    }
    .section-4 ul {
        font-size: 16px;
    }
    .section-5 .block-buy {
        padding: 20px;
        flex-direction: column;
    }
    .section-5 .form {
        width: 100%;
        padding: 19px;
    }
    .section-5 .form input {
        font-size: 16px;
    }
    .section-5 .buy {
        width: 100%;
    }
    .section-6 .head {
        flex-direction: column;
        margin: 0 0 30px 0;
    }
    .section-6 .tabs {
        flex-direction: column;
    }
    .section-6 .tabs__caption {
        max-width: none;
    }
    .section-6 .navigator {
        max-width: 280px;
    }
    .section-7 .description {
        font-size: 16px;
    }
    .section-7 .item {
        width: 100%;
        padding: 20px;
    }
    .section-7 .icon {
        width: 20px;
    }
    .section-7 .link {
        padding: 12px 20px;
        font-size: 14px;
    }
    .footer .bottom {
        flex-direction: column-reverse;
        text-align: center;
    }
    .footer .links {
        flex-direction: column;
        gap: 10px;
    }
    .footer .logo {
        background-position: center;
    }
}