@font-face {
    font-family: "Proxima";
    src: url("../fonts/ProximaNova-Bold.woff2") format("woff2"), url("../fonts/ProximaNova-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Proxima";
    src: url("../fonts/ProximaNova-Regular.woff2") format("woff2"), url("../fonts/ProximaNova-Regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Proxima";
    src: url("../fonts/ProximaNova-Extrabld.woff2") format("woff2"), url("../fonts/ProximaNova-Extrabld.woff") format("woff");
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

a:hover,
a {
    text-decoration: none;
}

:focus {
    outline: 0;
}

ul {
    list-style-type: none;
}

* {
    margin: 0;
    padding: 0;
    outline: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    height: 100%;
}

body {
    font-family: "Proxima", sans-serif;
    width: 100%;
    height: 100%;
    -webkit-overflow-scrolling: touch;
    color: #fff;
    -webkit-text-size-adjust: 100%;
    background: #1A2027;
    font-weight: 400;
}

.wrapper {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
}

.container {
    width: 100%;
    max-width: 1240px;
    padding: 0 30px;
    margin: 0 auto;
}

@media (max-width: 374px) {
    .container {
        padding: 0 15px;
    }
}

header {
    position: absolute;
    top: 0;
    width: 100%;
    padding-top: 80px;
}

@media (max-width: 768px) {
    header {
        padding-top: 30px;
    }
}

.header-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo-bg {
    position: relative;
}

.logo-bg:before {
    content: "";
    width: 84px;
    height: 102px;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)), #30B46A;
    filter: blur(35px);
    position: absolute;
    top: 20px;
    left: -24px;
    z-index: 0;
}

@media (max-width: 768px) {
    .logo-bg:before {
        width: 95px;
        height: 57px;
        left: -50px;
        top: 20PX;
    }
}

.logo-bg:after {
    content: "";
    width: 155px;
    height: 94px;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)), #30B46A;
    filter: blur(80px);
    transform: rotate(-42.4deg);
    position: absolute;
    top: 24px;
    left: -80px;
}

@media (max-width: 768px) {
    .logo-bg:after {
        width: 95px;
        height: 57px;
        left: -50px;
        top: 0;
    }
}

.logo {
    position: relative;
    z-index: 9;
}

.logo img {
    width: 220px;
}

@media (max-width: 768px) {
    .logo img {
        width: 135px;
    }
}

.header-phone {
    font-weight: 700;
    font-size: 32px;
    color: #fff;
    transition: 0.5s;
}

@media (max-width: 767px) {
    .header-phone {
        font-size: 15px;
    }
}

.header-phone:hover {
    color: #30B46A;
}

.section {
    padding: 90px 0;
}

@media (max-width: 768px) {
    .section {
        padding: 50px 0;
    }
}

.section--first {
    padding-top: 280px;
    padding-bottom: 100px;
    background: url(../images/main-bg.png) 50% 100% no-repeat;
    background-size: cover;
}

.section--first h1 {
    font-size: 35px;
}

@media (max-width: 768px) {
    .section--first {
        padding-top: 130px;
        padding-bottom: 50px;
        background: url(../images/main-bg-mobile.png) 100% 100% no-repeat;
        background-size: cover;
    }
}

.section--benefits {
    background: url(../images/benefits-bg.png) 50% 100% no-repeat;
    background-size: cover;
}

.section--why {
    background: url(../images/why-bg.png) 50% 100% no-repeat;
    background-size: cover;
}

.section--tech {
    background: url(../images/tech-bg.png) 50% 100% no-repeat;
    background-size: cover;
}

@media (max-width: 768px) {
    .section--why {
        padding-bottom: 30px;
    }
}

.section--vector {
    background: linear-gradient(180deg, rgba(69, 188, 121, 0.05) 0%, rgba(69, 188, 121, 0) 61.22%), linear-gradient(0deg, rgba(68, 255, 150, 0.03), rgba(68, 255, 150, 0.03)), #2F3640;
    mix-blend-mode: normal;
    position: relative;
}

.section--vector:before {
    content: "";
    width: 400px;
    height: 230px;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)), #30B46A;
    filter: blur(75px);
    transform: matrix(-0.96, -0.29, -0.29, 0.96, 0, 0);
    top: 268px;
    position: absolute;
    right: -30px;
    z-index: 0;
    opacity: 0.3;
}

@media (max-width: 992px) {
    .section--vector:before {
        top: auto;
        bottom: 60px;
        opacity: 0.1;
    }
}

h1 {
    font-weight: 800;
    font-size: 36px;
    max-width: 1062px;
    width: 80%;
}

@media (max-width: 767px) {
    h1 {
        font-size: 18px;
        width: 100%;
    }
}

h1 span {
    color: #30B46A;
}

h2 {
    font-weight: 800;
    font-size: 64px;
    line-height: 110%;
    letter-spacing: -0.01em;
    color: #FFFFFF;
    margin-bottom: 30px;
}

@media (max-width: 768px) {
    h2 {
        font-size: 32px;
        margin-bottom: 15px;
    }
}

h2.center {
    text-align: center;
}

@media (max-width: 768px) {
    h2.center {
        text-align: left;
    }
}

.vector-block {
    position: relative;
    z-index: 9;
}

.vector-block__title a {
    display: block;
    text-decoration: none;
    font-weight: 700;
    font-size: 36px;
    white-space: nowrap;
    transition: 0.5s;
    line-height: 130%;
    text-align: center;
    margin-bottom: 70px;
    color: #30B46A;
}

@media (max-width: 767px) {
    .vector-block__title a {
        text-align: left;
        font-size: 18px;
        margin-bottom: 30px;
    }
}

.vector-block__content {
    display: flex;
    justify-content: space-between;
}

@media (max-width: 992px) {
    .vector-block__content {
        flex-direction: column;
    }
}

.vector-block__list {
    width: 100%;
    margin-right: 60px;
}

@media (max-width: 992px) {
    .vector-block__list {
        margin-right: 0;
        margin-bottom: 30px;
    }
}

.vector-block__list.vector-block-text {
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    color: #FFFFFF;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.vector-block__list.vector-block-text p:last-child {
    margin-top: 40px;
}

.vector-block__list.vector-block-text p a {
    color: #30B46A;
}

.vector-block-benefits {
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    color: #FFFFFF;
    margin: 40px 0 130px 0;
}

.vector-block-benefits ul {
    display: flex;
}

@media (max-width: 992px) {
    .vector-block-benefits ul {
        display: flex;
        flex-direction: column;
    }
}

.vector-block-benefits li {
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    color: #FFFFFF;
    margin-bottom: 40px;
    padding-left: 20px;
    border-left: 2px solid #30B46A;
}

.vector-block-benefits li:first-child {
    margin-right: 100px;
}

@media (max-width: 767px) {
    .vector-block-benefits li {
        font-size: 15px;
    }

}

@media (max-width: 992px) {
    .vector-block-benefits li:first-child {
        margin-right: 0;
    }
}

.benefits-title {
    margin-top: 130px;
}

.vector-block__image {
    max-width: 650px;
    position: relative;
}

@media (max-width: 992px) {
    .vector-block__image {
        margin: 0 auto;
    }
}

.vector-block__image::before {
    content: "";
    width: 160px;
    height: 124px;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)), #30B46A;
    filter: blur(90px);
    transform: rotate(-159.96deg);
    position: absolute;
    bottom: 10px;
    left: -40px;
    z-index: 0;
    opacity: 0.3;
}

.vector-block__image img {
    width: 100%;
    position: relative;
    z-index: 9;
}

.tech-block__list ul {
    display: flex;
}

.tech-block__list ul li {
    display: flex;
    flex-basis: 25%;
    justify-content: center;
}

.tech-block__list ul li img {
    max-width: 100%;
    padding: 18px;
}

@media (max-width: 992px) {
    .tech-block__list ul li img {
        max-width: 100%;
        padding: 0;
    }
}

@media (max-width: 767px) {
    .tech-block__list ul {
        flex-direction: column;
    }

    .tech-block__list ul li img {
        max-width: 100%;
        padding: 0px;
        margin-bottom: 20px;
    }

    .tech-block__list ul li {
        display: flex;
        flex-basis: 100%;
        justify-content: center;
    }
}

.why-block {
    display: flex;
    justify-content: space-between;
}

@media (max-width: 992px) {
    .why-block {
        flex-direction: column;
    }
}

.why-block__content {
    width: 100%;
    max-width: 440px;
}

@media (max-width: 992px) {
    .why-block__content {
        max-width: 100% !important;
        margin-bottom: 50px;
    }
}

.why-block__content p {
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: 0.02em;
    color: #FFFFFF;
}

@media (max-width: 767px) {
    .why-block__content p {
        font-size: 15px;
    }
}

.why-block__links {
    width: 100%;
    max-width: 280px;
    display: flex;
    flex-direction: column;
    padding-top: 102px;
}

.why-block__links a {
    display: block;
    color: #30B46A;
    font-size: 18px;
    line-height: 140%;
}

.why-block__links a:hover {
    text-decoration: underline;
}

.why-block__contacts {
    position: relative;
    max-width: 350px;
}

@media (max-width: 1116px) {
    .why-block__contacts {
        margin-left: 0;
    }

    .why-block__content {
        max-width: 410px;
    }

    .why-block__links {
        max-width: 250px;
        margin-left: 10px;
    }
}

@media (max-width: 992px) {
    .why-block__contacts {
        margin-left: 0;
    }

    .why-block__links {
        margin-bottom: 50px;
        padding-top: 0;
        margin-top: 0;
        margin-left: 0;
    }

    .why-block__contacts:before {
        width: 120px;
        height: 120px;
        background-size: 120px 120px;
    }
}

.why-block__adress {
    display: block;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: 0.02em;
    color: #FFFFFF;
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    .why-block__adress {
        font-size: 15px;
    }
}

.why-block__email {
    margin-bottom: 20px;
    display: block;
}

.why-block__req {
    margin-bottom: 46px;
    display: block;
}

@media (max-width: 992px) {
    .why-block__email {
        margin-bottom: 75px;
    }
}

.why-block__email a {
    font-weight: 700;
    font-size: 18px;
    color: #30B46A;
    text-decoration: underline;
}

@media (max-width: 767px) {
    .why-block__email a {
        font-size: 15px;
    }
}

.why-block__email a:hover {
    text-decoration: none;
}

.why-block__create {
    font-size: 13px;
    color: #82959E;
}

.why-block__create a {
    color: #30B46A;
}

.why-block__create a:hover {
    text-decoration: underline;
}

.footer-phone {
    display: block;
    margin-bottom: 35px;
    margin-top: 14px;
}

@media (max-width: 992px) {
    .footer-phone {
        margin-top: 0;
        margin-bottom: 20px;
    }
}

.footer-phone a {
    font-weight: 800;
    font-size: 44px;
    color: #fff;
    transition: 0.5s;
}

@media (max-width: 1220px) {
    .footer-phone {
        margin-bottom: 50px;
    }

    .footer-phone a {
        font-size: 30px;
    }
}

@media (max-width: 992px) {
    .footer-phone a {
        font-size: 25px;
    }
}

.footer-phone a:hover {
    color: #30B46A;
}

.benefits-tabs .tabs {
    display: flex;
    justify-content: center;
    margin-bottom: 55px;
}

@media (max-width: 768px) {
    .benefits-tabs .tabs {
        margin-bottom: 40px;
    }
}

.benefits-tabs .tabs li {
    margin: 0 20px;
}

.benefits-tabs .tabs li:first-child {
    margin-left: 0;
}

.benefits-tabs .tabs li:last-child {
    margin-right: 0;
}

@media (max-width: 768px) {
    .benefits-tabs .tabs li {
        margin: 0 12px;
    }
}

.benefits-tabs .tabs a {
    display: block;
    text-align: center;
    text-decoration: none;
    font-weight: 700;
    font-size: 36px;
    color: #82959E;
    border-bottom: 2px dashed #82959E;
    white-space: nowrap;
    transition: 0.5s;
}

@media (max-width: 768px) {
    .benefits-tabs .tabs a {
        font-size: 18px;
        border-bottom: 1px dashed #82959E;
    }
}

.benefits-tabs .tabs a:hover {
    color: #30B46A;
    border-color: #30B46A;
}

.benefits-tabs .tabs a.active {
    color: #30B46A;
    border-color: transparent;
}

.benefits-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

@media (max-width: 992px) {
    .benefits-content {
        flex-direction: column;
    }
}

.benefits-content__list {
    width: 510px;
    min-width: 510px;
    margin-right: 35px;
}

@media (max-width: 992px) {
    .benefits-content__list {
        width: 100%;
        min-width: 100%;
        margin-right: 0;
        margin-bottom: 30px;
    }
}

.benefits-content__list ul li {
    display: flex;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: 0.01em;
    color: #FFFFFF;
    margin-bottom: 28px;
}

@media (max-width: 767px) {
    .benefits-content__list ul li {
        font-size: 15px;
        margin-bottom: 15px;
    }
}

.benefits-content__list ul li:last-child {
    margin-bottom: 0;
}

.benefits-content__list ul li span {
    color: #82959E;
    width: 22px;
    min-width: 22px;
    display: block;
    margin-right: 22px;
}

.benefits-content__image {
    width: 100%;
    max-width: 640px;
    margin: 0 auto;
}

.benefits-content__image img {
    width: 100%;
}

.rate-group {
    display: -ms-grid;
    display: grid;
    grid-row-gap: 1.25rem;
    grid-column-gap: 1.25rem;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
}

@media (min-width: 992px) {
    .rate-group {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    }
}

.rate {
    color: rgba(0, 0, 0, 0.6);
    padding: 1.25rem;
    border-radius: 20px;
    -webkit-box-shadow: 0px 0px 40px rgba(11, 38, 136, 0.05);
    box-shadow: 0px 0px 40px rgba(11, 38, 136, 0.05);
    background-color: #FFFFFF;
}

.rate {
    grid-row: 1 / 2;
    grid-column: 1 / 2;
}

.rate._two {
    grid-row: 1 / 2;
    grid-column: 2 / 2;
}

.rate-block__price {
    grid-row: 2 / 2;
    grid-column: 1 / -1;
    text-align: center;
    text-decoration: none;
    font-weight: 700;
    font-size: 36px;
    color: #30B46A;
    transition: 0.5s;
    margin-top: 30px;
}

.rate__media {
    font-size: 0;
    line-height: 0;
    width: 4.5rem;
    height: 4.5rem;
    margin: 0 auto 1.25rem auto;
    border-radius: 20px;
    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;
}

.rate__icon {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 2.5rem;
    display: inline-block;
    width: 40px;
    height: 40px;
}

.rate__icon.cloud {
    background: url("../svg/cloud-download.svg") 50% 50% no-repeat;
    background-size: contain;
}

.rate__icon.hosting {
    background: url("../svg/hosting-servers.svg") 50% 50% no-repeat;
    background-size: contain;
}

.rate__title {
    color: rgba(0, 0, 0, 0.8);
    font-weight: 600;
    line-height: 130%;
    font-size: 1.25rem;
    text-align: center;
    margin-bottom: 1.25rem;
}

.rate__text {
    text-align: center;
    margin-bottom: 1.25rem;
}

.rate__price {
    text-align: center;
    margin-bottom: 1.25rem;
    padding-bottom: 1.25rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    font-weight: 800;
}

.rate__info {
    margin: 0;
    padding: 0;
    list-style: none;
    font-weight: 500;
    line-height: 150%;
    font-size: 1rem;
}

.rate__info li {
    position: relative;
    padding-left: 2.1875rem;
}

.rate__info li:before {
    top: 1px;
    left: 0;
    content: '';
    width: 1.25rem;
    height: 1.25rem;
    position: absolute;
    background: url("../svg/check-mark.svg") 50% 50% no-repeat;
    background-size: cover;
}

.rate__info li.uncheck:before {
    background: url("../svg/close.svg") 50% 50% no-repeat;
    background-size: contain;
}

.rate__info li:not(:last-child) {
    margin-bottom: 1.25rem;
}

@media (max-width: 992px) {
    .rate._one {
        grid-row: 1 / 1;
        grid-column: 1 / 1;
    }

    .rate._two {
        grid-row: 2 / 2;
        grid-column: 1 / 1;
    }
    
    .rate-block__price {
        grid-row: 3 / 3;
        grid-column: 1 / 1;
        margin-top: 0;
    }
}

@media (min-width: 992px) {
    .rate {
        padding: 1.875rem;
    }
    
    .rate__title {
        margin-bottom: 0.75rem;
    }

    .rate__text {
        margin-bottom: 1.875rem;
    }

    .rate__price {
        margin-bottom: 1.875rem;
        padding-bottom: 1.875rem;
    }
}

@media (min-width: 1230px) {
    .rate {
        padding: 2.5rem;
        line-height: 150%;
        font-size: 1.25rem;
    }

    .rate__title {
        font-size: 1.5rem;
        margin-bottom: 0.75rem;
    }

    .rate__info {
        line-height: 150%;
        font-size: 1.25rem;
    }

    .rate__info li:before {
        top: 6px;
    }

    .rate__text {
        padding: 0 1.25rem;
    }
}
