body {
    margin-bottom: 0;
}
.cta {
    background: #ea8a17;
    background: -moz-linear-gradient(left,  #ea8a17 0%, #f6a932 33%, #f6a932 100%);
    background: -webkit-linear-gradient(left,  #ea8a17 0%,#f6a932 33%,#f6a932 100%);
    background: linear-gradient(to right,  #ea8a17 0%,#f6a932 33%,#f6a932 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ea8a17', endColorstr='#f6a932',GradientType=1 );
    color: #fff;
    border-radius: 10px;
    border: none;
    box-shadow: 1px 1px 10px #00000036;
    color: #fff;
    display: inline-block;
    font-size: 1.1em;
    font-weight: 600;
    padding: 15px 35px;
    text-decoration: none;
    text-transform: capitalize;
}
.cta:hover{
    color: #fff;
    text-decoration: none;
    opacity: 0.9;
}
.cta[disabled]:hover{
    opacity: 0.65;
    cursor: default;
}
.cta:visited {
    color: #fff;
}
#submitDiv{
    z-index: 1050;
    background-color: rgba(0, 0, 0, 0.6);
    opacity: 1;
}
#submitDiv svg {
    width: 48px;
    height: 48px;
    position: fixed;
    left: 50%;
    top: 50vh;
    transform: translate(-50%, -50%);
    fill: #ffffff;
}
@media (min-width: 1400px) {
    .container,
    .container-fluid {
        max-width: 1320px;
    }
}

/* check list START */
.check-list {
    margin-top: 0;
    padding-left: 0;
    list-style: none;
}
.check-list__item {
    margin-bottom: 12px;
    font-size: 16px;
    line-height: 140%;
    font-weight: 600;
    color: #3F4754;
}
.check-list__item::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    margin-right: 12px;
    background-image: url("../images/exclusive-free-service/svgs/icon--check.svg");
    background-position: center;
    background-repeat: no-repeat;
}
/* check list END */

/* inhereted styles START */
label.error{
    display: block;
}
.grecaptcha-badge{
    display: none;
}
.email-error{
    font-size: 12px;
    margin-top: 5px;
}
.email-error a{
    text-decoration: underline;
    color: #406fe0;
}
.check-error{
    color: #ff0000;
}
.email-fail{
    color: red;
    font-size: 10px;
    margin-top: 10px;
    display: block;
}
.checkbox-section{
    position: relative;
    cursor: pointer;
    padding-left: 26px;
}
.checkbox-section:before {
    content: '';
    position: absolute;
    width: 18px;
    height: 18px;
    left: 0;
    top: 0;
    background-color: #fff;
    border: 1px solid #c3c3c3;
    padding: 0;
}
.checkbox-terms:checked + .checkbox-section:after {
    font-family: "Font Awesome 5 Free";
    content: '\f00c';
    font-weight: 900;
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    font-size: 12px;
    background-color: #314EBC;
    color: #fff;
}
.checkbox-terms{
    visibility: hidden;
    position: absolute;
}
.agreement{
    font-size: 14px;
    text-align: left;
}
.agreement a{
    color: #314EBC;
    text-decoration: underline;
}
/* inhereted styles END */

/* hero START */
.hero {
    padding-top: 169px;
    background-color: #f2f5fc;
    background-image: url("../images/exclusive-free-service/pic--hero.png");
    background-repeat: no-repeat;
    overflow: hidden;
}
.hero__title {
    max-width: 900px;
    margin-top: 0;
    margin-bottom: 24px;
    font-size: 56px;
    line-height: 120%;
    font-weight: 600;
    color: #3F4754;
    letter-spacing: -0.02em;
}
.hero__check-list {
    margin-bottom: 30px;
}
.hero__image-wrapper {
    /*position: relative; TODO: remove after QA */ 
}
.hero__image {
    position: absolute;
    /*top: -105px; TODO: remove after QA */
    bottom: 0;
    left: 48px;
    pointer-events: none;
}
.hero__form {
    margin-bottom: 32px;
}
.hero__form input[type=submit] {
    margin-top: 5px;
    padding: 22px 62px;
    font-size: 20px;
    letter-spacing: 0.01em;
}
.hero__field {
    display: block;
    width: 100%;
    max-width: 550px;
    margin-bottom: 16px;
    padding: 12px;
    font-size: 16px;
    line-height: 24px;
    color: #576273;
    border: 4px solid rgba(60, 108, 222, .3);
    border-radius: 8px;
}
.hero__devices {
    margin-top: 32px;
    margin-bottom: 80px;
}
.hero__devices-label {
    margin-right: 16px;
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    color: #3F4754;
}
.hero__devices-icons {
    display: flex;
    align-items: center;
}
.hero__devices-icon {
    width: 24px;
    height: 24px;
    font-size: 24px;
    color: #3F4754;
}
.hero__devices-icon:not(:last-child) {
    margin-right: 12px;
}

@media (max-width: 991px) {
    .hero__image {
        position: initial;
    }
    .hero__devices {
        margin-bottom: 24px;
    }
}

@media (max-width: 575px) {
    .hero__title {
        font-size: 38px;
    }
    .hero__form input[type=submit],
    .hero__form .submit {
        width: 100%;
        max-width: 320px;
        padding-left: 15px;
        padding-right: 15px;
        font-size: 1em;
    }
}
/* hero END */

/* rated banners START */
.rated-banners {
    padding-top: 32px;
    padding-bottom: 32px;
}
.rated-banners__grid {
    display: flex;
    align-items: center;
}
.rated-banners__title {
    margin-right: 31px;
    font-size: 16px;
    line-height: 160%;
    font-weight: 600;
    white-space: nowrap;
}
.rated-banners__list {
    display: flex;
    align-items: center;
    flex-grow: 1;
    justify-content: space-between;
    gap: 16px 6px;
}
.section-decor {
    position: relative;
}
.section-decor::after {
    content: "";
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    height: 2px;
    background-image: radial-gradient(#D4D9E0, rgba(212, 217, 224, 0));
}

@media (max-width: 1199px) {
    .rated-banners__grid {
        flex-direction: column;
    }
    .rated-banners__title {
        margin-right: 0;
        margin-bottom: 24px;
    }
    .rated-banners__list {
        justify-content: center;
        flex-wrap: wrap;
    } 
}

@media (max-width: 575px) {
    .rated-banners {
        padding-top: 24px;
        padding-bottom: 24px;
    }   
}
/* rated banners END */

/* trustpilot START */
.trustpilot {
    padding-top: 64px;
    padding-bottom: 70px;
}
.trustpilot__grid {
    display: flex;
    align-items: center;
    max-width: 1096px;
}
.trustpilot-main {
    margin-right: 24px;
    text-align: center;
}
.trustpilot-main__title {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 28px;
    line-height: 32px;
    font-weight: 700;
    color: #3F4754;
}
.trustpilot-main__trustpilot-rating {
    display: inline-block;
}
.trustpilot-main__description {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 140%;
    color: #3F4754;
}
.trustpilot-main__description span {
    color: inherit;
    text-decoration: underline;
}
.trustpilot-list {
    display: flex;
    flex-grow: 1;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}
.trustpilot-item {
    width: calc((100% - 80px) / 3);
}
.trustpilot-item:not(:last-child) {
    margin-right: 40px;
}
.trustpilot-item__title {
    margin-top: 16px;
    margin-bottom: 8px;
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    color: #3F4754;
}
.trustpilot-item__content {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 12px;
    line-height: 160%;
    color: #3F4754;
}
.trustpilot-item__author {
    display: flex;
    align-items: center;
    margin-top: 8px;
    font-size: 12px;
    line-height: 18px;
    color: #3F4754;
}
.trustpilot-item__author-avatar {
    display: block;
    width: 32px;
    height: 32px;
    margin-right: 8px;
    border-radius: 100%;
}

@media (max-width: 991px) {
    .trustpilot__grid {
        flex-direction: column;
    }
    .trustpilot-main {
        margin-right: 0;
        margin-bottom: 24px;
    }
    .trustpilot-list {
        flex-wrap: wrap;
    }
    .trustpilot-item {
        width: 100%;
    }
    .trustpilot-item:not(:last-child) {
        margin-right: 0;
        margin-bottom: 24px;
    }
}

@media (max-width: 575px) {
    .trustpilot {
        padding-top: 24px;
        padding-bottom: 24px;
    }
}
/* trustpilot END */

/* features START */
.features {
    padding-top: 52px;
    padding-bottom: 64px;
}
.features__title {
    margin-top: 0;
    margin-bottom: 64px;
    font-size: 44px;
    line-height: 140%;
    font-weight: 600;
    color: #3F4754;
    text-align: center;
}
.features__list {
    display: flex;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    width: calc(100% + 24px);
    margin-left: -24px;
    list-style: none;
}
.features__item {
    width: calc(20% - 24px);
    padding: 24px 16px;
    margin-left: 24px;
    text-align: center;
    border-radius: 24px;
    background-color: #F3F6FD;
}
.features__label {
    margin-top: 16px;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 160%;
    font-weight: 600;
}

@media (max-width: 1199px) {
    .features__list {
        flex-wrap: wrap;
        justify-content: center;
    }
    .features__item {
        width: calc(50% - 24px);
        margin-bottom: 24px;
    }
}

@media (max-width: 767px) {
    .features__title {
        margin-bottom: 24px;
    }
}

@media (max-width: 575px) {
    .features {
        padding-top: 24px;
        padding-bottom: 24px;
    }
    .features__title {
        font-size: 28px;
    }
    .features__list {
        display: block;
        width: 100%;
        margin-left: 0;
    }
    .features__item {
        width: 100%;
        margin-left: 0;
    }
}
/* features END */

/* risk-free START */
.risk-free {
    padding-top: 46px;
    padding-bottom: 46px;
    overflow: hidden;
}
.risk-free__row {
    display: flex;
    justify-content: space-between;
}
.risk-free__banner-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 55%;
    background-color: #F3F6FD;
}
.risk-free__banner-wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -50vw;
    width: 50vw;
    background-color: #F3F6FD;
}
.risk-free__content-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    width: 50%;
    padding-left: 20px;
    padding-top: 35px;
    padding-bottom: 35px;
}
.risk-free__content-wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    width: 50%;
    border-top-right-radius: 72px;
    border-bottom-right-radius: 72px;
    background-color: #F3F6FD;
}
.risk-free__content {
    max-width: 512px;
    margin-left: auto;
}
.risk-free__content h3 {
    margin-top: -13px;
}
.risk-free__content .check-list__item {
    font-weight: 400;
}
.risk-free__content.section-content .cta {
    margin-top: 20px;
    text-transform: none;
    padding-left: 43px;
    letter-spacing: -0.03em;
    padding-right: 43px;
    text-align: center;
}
.risk-free__banner-wrapper .info-banner {
    max-width: 680px;
    width: 100%;
}
.risk-free__banner-wrapper .info-banner__content {
    left: 0;
    top: 25%;
    bottom: initial;
    padding-top: 10px;
}
.risk-free__banner-wrapper .info-banner__content-description:not(:last-child) {
    margin-bottom: 12px;
}
.risk-free__banner-wrapper .info-banner__content-description a {
    font-weight: 700;
    color: #406FE0;
}

@media (max-width: 767px) {
    .risk-free__row {
        flex-direction: column-reverse;
    }
    .risk-free__banner-wrapper {
        width: 100%;
        padding-top: 24px;
        padding-bottom: 24px;
        background-color: transparent;
    }
    .risk-free__banner-wrapper::before {
        display: none;
    }
    .risk-free__content-wrapper {
        width: 100%;
        padding-left: 0;
        margin-bottom: 24px;
    }
    .risk-free__content-wrapper::before {
        display: none;
    }
    .risk-free__content {
        max-width: 100%;
    }
}
/* risk-free END */

/* section content START */
.section-content h2 {
    margin-top: 0;
    margin-bottom: 18px;
    font-size: 44px;
    line-height: 140%;
    font-weight: 600;
    color: #3F4754;
}
.section-content h3 {
    margin-bottom: 12px;
    font-size: 24px;
    line-height: 160%;
    color: #3F4754;
}
.section-content p {
    margin-top: 0;
    margin-bottom: 28px;
    font-size: 16px;
    line-height: 160%;
    color: #3F4754;
}
.section-content p:last-child {
    margin-bottom: 0;
}
.section-content .cta {
    margin-top: 8px;
}

@media (max-width: 575px) {
    .section-content h2 {
        font-size: 28px;
    }
}
/* section content END */

/* info-banner START */
.info-banner {
    text-align: center;
}
.info-banner__inner {
    position: relative;
    display: block;
}
.info-banner__inner::before {
    content: "";
    position: absolute;
    top: 40px;
    bottom: 40px;
    left: 6%;
    right: 6%;
    background-color: #1ED794;
    opacity: 0.2;
    border-radius: 32px;
}
.info-banner__pic {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 424px;
    border-radius: 32px;
}
.info-banner__content {
    position: absolute;
    z-index: 2;
    bottom: 80px;
    padding: 24px;
    min-width: 190px;
    text-align: center;
    border-radius: 12px;
    background-color: #E8FFF7;
    box-shadow: -1px 3px 7px 0px rgba(0,0,0,0.1),
    -4px 12px 12px 0px rgba(0,0,0,0.09),
    -9px 26px 17px 0px rgba(0,0,0,0.05),
    -17px 47px 20px 0px rgba(0,0,0,0.01),
    -26px 73px 22px 0px rgba(0,0,0,0);
}
.info-banner__content-icon {
    display: inline-block;
    margin-bottom: 16px;
}
.info-banner__content-title {
    margin-top: 0;
    margin-bottom: 12px;
    font-size: 14px;
    line-height: 16px;
    font-weight: 700;
    color: #3F4754;
}
.info-banner__content-description {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 16px;
    color: #3F4754;
}

@media (max-width: 1199px) {
    .info-banner__content {
        left: 50%;
        bottom: 20px;
    }
}

@media (max-width: 991px) {
    .info-banner__inner::before {
        display: none;
    }
    .info-banner__pic {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }
    .info-banner__content {
        position: initial;
        max-width: 424px;
        margin-left: auto;
        margin-right: auto;
        transform: initial;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }
}
/* info-banner END */

/* discover START */
.discover__search-wrapper {
    padding-top: 64px;
    padding-bottom: 13px;
    align-items: center;
}
.discover__content {
    max-width: 524px;
}
.discover__search {
    text-align: right;
}
.discover__search-inner {
    position: relative;
    padding-top: 30px;
    padding-right: 18px;
    padding-bottom: 27px;
}
.discover__search-inner::before {
    content: "";
    position: absolute;
    top: 0;
    right: 26%;
    bottom: 0;
    left: 42px;
    background-color: #F3F6FD;
    border-radius: 32px;
}
.discover__search-pic {
    position: relative;
    z-index: 1;
    width: 100%;
    filter: drop-shadow(-1px 3px 7px rgba(0,0,0,0.1));
}
.discover__search-content {
    position: absolute;
    z-index: 2;
    top: 42%;
    left: 25px;
    padding: 24px;
    width: 240px;
    text-align: center;
    border-radius: 12px;
    background-color: #576273;
    transform: translateX(-20%);
    box-shadow: -1px 3px 7px 0px rgba(0,0,0,0.1), -4px 12px 12px 0px rgba(0,0,0,0.09), -9px 26px 17px 0px rgba(0,0,0,0.05), -17px 47px 20px 0px rgba(0,0,0,0.01), -26px 73px 22px 0px rgba(0,0,0,0);
}
.discover__search-content-icon {
    display: inline-block;
    margin-bottom: 16px;
}
.discover__search-content-title {
    margin-top: 0;
    margin-bottom: 12px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    color: #ffffff;
}
.discover__search-content-description {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
    color: #ffffff;
}
.discover__title {
    margin-top: 0;
    margin-bottom: 64px;
    font-size: 44px;
    line-height: 140%;
    font-weight: 600;
    text-align: center;
}
.discover__usenet {
    text-align: left;
}
.discover__usenet-inner {
    position: relative;
    padding-bottom: 45px;
}
.discover__usenet-inner::before {
    content: "";
    position: absolute;
    top: 80px;
    right: -94px;
    bottom: 0;
    left: 40px;
    background-color: #F3F6FD;
    border-radius: 32px;
}
.discover__usenet-pic {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 546px;
    filter: drop-shadow(-1px 3px 7px rgba(0,0,0,0.1));
}
.discover__usenet-content {
    position: absolute;
    z-index: 2;
    bottom: 66px;
    right: 0;
    padding: 24px;
    width: 240px;
    text-align: center;
    border-radius: 12px;
    background-color: #576273;
    /*transform: translateX(50%);*/
    box-shadow: -1px 3px 7px 0px rgba(0,0,0,0.1), -4px 12px 12px 0px rgba(0,0,0,0.09), -9px 26px 17px 0px rgba(0,0,0,0.05), -17px 47px 20px 0px rgba(0,0,0,0.01), -26px 73px 22px 0px rgba(0,0,0,0);
}
.discover__usenet-content-icon {
    display: inline-block;
    margin-bottom: 16px;
}
.discover__usenet-content-title {
    margin-top: 0;
    margin-bottom: 12px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    color: #ffffff;
}
.discover__usenet-content-description {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
    color: #ffffff;
}
.discover__content.section-content h2 {
    margin-bottom: 24px;
}
.discover__content.section-content .cta {
    margin-top: 2px;
    text-transform: none;
    letter-spacing: -0.02em;
    text-align: center;
}

@media (max-width: 991px) {
    .discover__content {
        max-width: 100%;
        margin-bottom: 24px;
    }
    .discover__search-inner {
        padding-left: 30px;
        padding-right: 30px;
        padding-bottom: 0;
        background-color: #F3F6FD;
        border-radius: 12px;
    }
    .discover__search-inner::before {
        display: none;
    }
    .discover__search-pic {
        width: 100%;
    }
    .discover__search-content {
        position: initial;
        width: calc(100% + 60px);
        margin-top: 32px;
        margin-left: -30px;
        margin-right: -30px;
        transform: translateX(0);
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }
    .discover__usenet-inner {
        padding: 30px 30px 0;
        border-radius: 12px;
        background-color: #F3F6FD;
    }
    .discover__usenet-inner::before {
        display: none;
    }
    .discover__usenet-pic {
        max-width: 100%;
    }
    .discover__usenet-content {
        position: initial;
        width: calc(100% + 60px);
        margin-left: -30px;
        margin-right: -30px;
        margin-top: 30px;
        transform: translateX(0);
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }
}

@media (max-width: 767px) {
     .discover__search-wrapper {
        padding-top: 24px;
        padding-bottom: 48px;
        margin-bottom: 0;
    }
    .discover__title {
        margin-bottom: 24px;
    }
}

@media (max-width: 575px) {
    .discover__title {
        font-size: 28px;
    }
}
/* discover END */

/* security START */
.security {
    padding-top: 174px;
    padding-bottom: 64px;
    background-image: url("../images/exclusive-free-service/pic--top-decor.png");
    background-position: top center;
    background-repeat: no-repeat;
}
.security__title {
    margin-top: 0;
    margin-bottom: 64px;
    font-size: 44px;
    line-height: 140%;
    color: #3F4754;
    text-align: center;
    letter-spacing: -0.02em;
}
.security__features {
    display: flex;
    flex-wrap: wrap;
    margin-top: 0;
    margin-bottom: 18px;
    padding-left: 0;
    list-style: none;
}
.security__item:nth-child(2n + 1) {
    margin-right: 64px;
}
.security__item {
    display: flex;
    width: calc((100% - 64px) / 2);
    margin-bottom: 36px;
}
.security__item-icon {
    display: flex;
    width: 56px;
    height: 56px;
    margin-right: 24px;
}
.security__item-title {
    margin-top: 0;
    margin-bottom: 4px;
    font-size: 24px;
    line-height: 160%;
    font-weight: 600;
    color: #3F4754;
}
.security__item-description {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 160%;
    color: #3F4754;
}
.security .cta {
    text-transform: none;
    letter-spacing: -0.03em;
}

@media (max-width: 991px) {
    .security__item {
        width: 100%;
    }
    .security__item:nth-child(2n + 1) {
        margin-right: 0;
    }
}

@media (max-width: 767px) {
    .security {
        padding-top: 48px;
        padding-bottom: 24px;
    }
    .security__title {
        margin-bottom: 24px;
    }
}

@media (max-width: 575px) {
    .security__title {
        font-size: 28px;
    }
}
/* security END */

/* platform START */
.platform {
    padding-top: 64px;
    padding-bottom: 64px;
}
.platform .discover__title {
    max-width: 1034px;
    margin-left: auto;
    margin-right: auto;
    color: #3F4754;
}
.platform .discover__usenet-inner::before {
    right: 5%;
}
.platform .discover__usenet-content {
    bottom: initial;
    top: 28%;
    right: 0;
}
.platform .discover__content.section-content .cta {
    margin-top: -15px;
    padding-left: 56px;
    padding-right: 56px;
}
/* platform END */

/* support START */
.support {
    padding-top: 64px;
    padding-bottom: 64px;
}
.support__wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.support__content {
    width: 45%;
    max-width: 552px;
    position: relative;
    z-index: 1;
}
.support__content a {
    color: #406FE0;
    text-decoration: underline;
}
.support__content-inner {
    max-width: 512px;
    transform: translateX(-110px);
}
.support__title {
    margin-top: 0;
    margin-bottom: 32px;
    font-size: 44px;
    line-height: 140%;
    font-weight: 600;
    color: #3F4754;
    letter-spacing: -0.02em;
}
.support__features {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}
.support__features-item {
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 160%;
    color: #3F4754;
}
.support__features-item:not(:last-child) {
    margin-bottom: 22px;
}
.support__features-icon {
    margin-right: 24px;
}

.support__image-wrapper {
    position: relative;
    width: 55%;
    max-width: 680px;
    text-align: center;
}
.support__image {
    position: relative;
    display: block;
    width: 100%;
    text-decoration: none;
}
.support__image:hover {
    text-decoration: none;
}
.support__image::before {
    content: "";
    display: block;
    position: absolute;
    top: 44px;
    bottom: 44px;
    left: 7%;
    right: 5%;
    background-color: #E8EEFB;
    border-radius: 24px;
}
.support__image-pic {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 424px;
    border-radius: 24px;
}
.support__info {
    position: absolute;
    z-index: 2;
    top: 51%;
    left: 0;
    width: 100%;
    padding: 22px;
    max-width: 240px;
    text-align: center;
    border-radius: 12px;
    background-color: #576273;
    box-shadow: -1px 3px 7px 0px rgba(0,0,0,0.1),
    -4px 12px 12px 0px rgba(0,0,0,0.09),
    -9px 26px 17px 0px rgba(0,0,0,0.05),
    -17px 47px 20px 0px rgba(0,0,0,0.01),
    -26px 73px 22px 0px rgba(0,0,0,0);
}
.support__info-icon {
    display: inline-block;
    margin-bottom: 16px;
}
.support__info-title {
    margin-top: 0;
    margin-bottom: 12px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    color: #ffffff;
}
.support__info-sub-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
    color: #ffffff;
}

@media (max-width: 1399px) {
    .support__content-inner {
        transform: initial;
    }   
}

@media (max-width: 1199px) {
    .support__content-inner {
        padding-right: 32px;
    }
   .support__info {
        left: 50%;
    }
}

@media (max-width: 991px) {
    .support__content {
        width: 100%;
        max-width: 100%;
        margin-bottom: 24px;
    }
    .support__image-wrapper {
        width: 100%;
        max-width: 100%;
    }
    .support__image::before {
        display: none;
    }
    .support__image-pic {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }
    .support__info {
        position: initial;
        transform: initial;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        max-width: 424px;
        margin-left: auto;
        margin-right: auto;
    }   
}

@media (max-width: 767px) {
    .support {
        padding-top: 24px;
        padding-bottom: 24px;
    }
    .support__wrapper {
        flex-direction: column;
    }
    .support__content-inner {
        padding-right: 0;
    }
    .support__image {
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 575px) {
    .support__title {
        font-size: 28px;
        text-align: center;
    }
   .support__image {
        width: 100%;
        max-width: 420px;
    }
}
/* support END */
