@keyframes tremor {
    0% {
        -webkit-transform: rotate(4deg);
        transform: rotate(4deg);
    }
    25% {
        -webkit-transform: rotate(-4deg);
        transform: rotate(-4deg);
    }
    50% {
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg);
    }
    75% {
        -webkit-transform: rotate(-1deg);
        transform: rotate(-1deg);
    }
}

.tremor {
    animation: tremor 1s ease-in-out;
}

ul li {
    margin: 10px 0;
}

input:not([type="checkbox"]), textarea {
    width: calc(100% - 20px);
    border-radius: 6px;
    border: 1px solid #d0d5db;
    font-size: 19px;
    outline: none;
    padding: 20px 10px;
}

input[type="checkbox"] {
    display: inline-block;
    accent-color: var(--main-color, #23D6A0);
    width: 1.5em;
    height: 1.5em;
    border: 5px;
}

/* Support Form */

.support_form {
    width: calc(100% - 60px);
    margin: 0 auto;
    margin-bottom: 40px;
}

.support_form .info-box {
    margin-bottom: 20px;
}

/* End Support Form */

.checkbox-container {
    padding-left: 20px;
    display: block;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: auto;
}

.checkbox-container .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #eee;
    border-radius: 5px;
}

.checkbox-container .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.checkbox-container input:checked ~ .checkmark {
    background: var(--gradient, linear-gradient(268deg, #09DAA1 1.48%, #97DB6C 98.33%));
}

.checkbox-container input:checked ~ .checkmark:after {
    display: block;
}

.checkbox-container .checkmark:after {
    left: 7px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.checkbox-container input {
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

body {
    font-family: "Inter";
    margin: 0;
}

.container {
    max-width: 990px;
    width: 100%;
}

.logo {
    display: flex;
    align-items: center;
    color: #000;
    font-weight: bold;
    font-size: 1.4em;
    text-decoration: unset;
}

.logo span {
    display: inline-block;
    margin-left: 10px;
}

.logo img {
    max-height: 42px;
}

header {
    display: flex;
    justify-content: center;
    height: 88px;
}

header .container-header {
    max-width: 1240px;
    width: 100%;
    display: flex;
    align-items: center;
    padding: 0 15px;
    justify-content: space-between;
}

header .container-header .header_logo {
    display: flex;
}

header .container-header .header_logo .lang-flag {
    margin-left: 50px;
    padding-top: 5px;
}

header .container-header .account {
    display: flex;
}

.tariffs-section {
    display: flex;
    justify-content: center;
    background: #fafafa;
}

.tariffs-section .container {
    margin: 0 auto;
}

.tariffs-section h1 {
    color: #444444;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    font-weight: 700;
    font-size: 34.98px;
    line-height: 42px;
    text-align: center;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.tariffs-section h1::after {
    content: "";
    display: block;
    width: 50px;
    height: 2px;
    background: #444444;
    margin-top: 20px;
}

.tariffs-section .subtitle {
    font-weight: 700;
    font-size: 16.2px;
    text-align: center;
    color: #444444;
    margin-top: -5px;
    padding: 0 20px;
}

.tariffs-section .tariffs-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 55px;
}

.tariffs-section .tariffs-list .tariff {
    width: 315px;
    background: #ffffff;
    box-shadow: 3px 3px 30px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    padding-bottom: 50px;
    height: max-content;
    margin-bottom: 50px;
}

.tariffs-section .tariffs-list .tariff .tariff-size {
    font-weight: 700;
    font-size: 15.2px;
    text-align: center;
    color: #444444;
    padding-top: 30px;
}

.tariffs-section .tariffs-list .tariff .tariff-prices {
    margin-top: 10px;
    display: none;
}

.tariffs-section .tariffs-list .tariff .tariff-prices.active {
    display: block;
}

.tariffs-section .tariffs-list .tariff .tariff-prices .tariff-sale {
    border-radius: 6px;
    font-weight: 700;
    font-size: 12px;
    text-align: center;
    color: #ffffff;
    width: 196px;
    padding: 10px 0;
}

.tariffs-section .tariffs-list .tariff .tariff-prices .tariff-sale strike {
    padding-right: 5px;
}

.tariffs-section .tariffs-list .tariff .tariff-prices .tariff-price {
    display: flex;
    align-items: center;
    padding-top: 15px;
}

.tariffs-section .tariffs-list .tariff .tariff-prices .tariff-price .price {
    font-weight: 700;
    font-size: 45.6px;
    text-align: center;
}

.tariffs-section .tariffs-list .tariff .tariff-prices .tariff-price .price span.price-remainder {
    font-weight: 700;
    font-size: 16.6px;
    position: absolute;
    top: 3px;
}

.tariffs-section .tariffs-list .tariff .tariff-prices .tariff-price .price-period {
    font-style: italic;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    padding-left: 35px;
}

.tariffs-section .tariffs-list .tariff .tariff-period {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 196px;
    padding-top: 15px;
}

.tariffs-section .tariffs-list .tariff .tariff-period .tariff-period-item {
    font-weight: 700;
    font-size: 12px;
    text-align: center;
    cursor: pointer;
}

.tariffs-section .tariffs-list .tariff .tariff-period .tariff-period-item.active {
    border-radius: 6px;
    font-weight: 700;
    font-size: 12px;
    padding: 6px 12px;
}

.tariffs-section .tariffs-list .tariff .tariff-options {
    padding-top: 15px;
    width: 100%;
}

.tariffs-section .tariffs-list .tariff .tariff-options .tariff-options-item {
    font-weight: 700;
    font-size: 12px;
    text-align: center;
    color: #444444;
    padding: 10px 0;
    width: 100%;
    border-bottom: 1px solid #eeeeee;
}

.tariffs-section .tariffs-list .tariff .tariff-options .tariff-options-item:first-child {
    border-top: 1px solid #eeeeee;
}

.tariffs-section .tariffs-list .tariff .tariff-order {
    padding-top: 30px;
    position: absolute;
    bottom: 0;
}

.tariffs-section .tariffs-list .tariff .tariff-order .order-btn, .btn {
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    color: #ffffff;
    text-decoration: none;
    background: var(--gradient, linear-gradient(268deg, #09DAA1 1.48%, #97DB6C 98.33%));
    box-shadow: 3px 3px 30px rgba(0, 0, 0, 0.2);
    border-radius: 40px;
    padding: 13px 50px;
    margin-bottom: -20px;
    display: block;
    width: max-content;
}

.tariffs-section .tariffs-list .tariff.active {
    background: var(--main-color, #23d6a0);
    margin-top: -25px;
    padding-bottom: 70px;
}

.tariffs-section .tariffs-list .tariff.active .tariff-size {
    color: #fff;
}

.tariffs-section .tariffs-list .tariff.active .tariff-sale {
    margin: 0 auto;
    background: #fff;
    color: var(--main-color, #23d6a0);
    font-size: 12px;
}

.tariffs-section .tariffs-list .tariff.active .tariff-price {
    padding-top: 25px;
}

.tariffs-section .tariffs-list .tariff.active .tariff-price .price {
    -webkit-text-fill-color: #fff;
    color: #fff;
    font-size: 60.1px;
}

.tariffs-section .tariffs-list .tariff.active .tariff-price .price span.price-remainder {
    -webkit-text-fill-color: #fff;
    color: #fff;
}

.tariffs-section .tariffs-list .tariff.active .tariff-price .price-period {
    -webkit-text-fill-color: #fff;
    color: #fff;
}

.tariffs-section .tariffs-list .tariff.active .tariff-period .tariff-period-item {
    -webkit-text-fill-color: #fff;
    color: #fff;
}

.tariffs-section .tariffs-list .tariff.active .tariff-period .tariff-period-item.active {
    -webkit-text-fill-color: var(--main-color, #23d6a0);
    color: var(--main-color, #23d6a0);
    background: #fff;
}

.tariffs-section .tariffs-list .tariff.active .tariff-options {
    padding-top: 25px;
}

.tariffs-section .tariffs-list .tariff.active .tariff-options .tariff-options-item {
    color: #fff;
}

.tariffs-section .tariffs-list .tariff.active .tariff-order .order-btn {
    color: #452503;
    background: #fff;
}

.configurator .default-block__btn {
    min-width: 100px;
    text-align: center;
}

.payments-section {
    padding-top: 50px;
    display: flex;
    justify-content: center;
    background: #fafafa;
}

.payments-section .container {
    max-width: 900px;
}

.payments-section p {
    text-align: center;
    font-size: 14px;
}

.payments-section .payments-list {
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.payments-section .payments-list li {
    display: inline-block;
    list-style: none;
    margin-right: 23px;
    padding-top: 25px;
    padding-bottom: 25px;
}

.payments-section .payments-list li a img {
    height: 28px;
    filter: grayscale(100%);
    opacity: 0.8;
}

.payments-section .payments-list li a:hover img {
    filter: grayscale(0%);
    opacity: 1;
}

.features-section {
    background: #fafafa;
    display: flex;
    justify-content: center;
    padding-top: 50px;
    padding-bottom: 50px;
}

.features-section h2 {
    font-weight: 700;
    font-size: 26.1px;
    text-align: center;
    color: #444444;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.features-section h2::after {
    content: "";
    display: block;
    width: 50px;
    height: 3px;
    background: #444444;
    margin-top: 20px;
    background: var(--gradient, linear-gradient(268deg, #09DAA1 1.48%, #97DB6C 98.33%));
}

.features-section .features-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 20px;
}

.features-section .features-list .features-item {
    width: 320px;
    height: 280px;
    background: #ffffff;
    box-shadow: 0px 4px 75px 6px rgba(0, 0, 0, 0.04);
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 40px;
}

.features-section .features-list .features-item .features-item-icon {
    padding-top: 20px;
    height: 80px;
    width: 100%;
    display: flex;
    background-color: var(--main-color, #23d6a0);
}

.features-section .features-list .features-item .features-item-icon_time {
    -webkit-mask: url(/assets/themes/simple/img/features_icons/time.svg) no-repeat center;
    mask: url(/assets/themes/simple/img/features_icons/time.svg) no-repeat center;
}

.features-section .features-list .features-item .features-item-icon_cloud {
    -webkit-mask: url(/assets/themes/simple/img/features_icons/cloud.svg) no-repeat center;
    mask: url(/assets/themes/simple/img/features_icons/cloud.svg) no-repeat center;
}

.features-section .features-list .features-item .features-item-icon_support {
    -webkit-mask: url(/assets/themes/simple/img/features_icons/support.svg) no-repeat center;
    mask: url(/assets/themes/simple/img/features_icons/support.svg) no-repeat center;
}

.features-section .features-list .features-item .features-item-icon_stable {
    -webkit-mask: url(/assets/themes/simple/img/features_icons/stable.svg) no-repeat center;
    mask: url(/assets/themes/simple/img/features_icons/stable.svg) no-repeat center;
}

.features-section .features-list .features-item .features-item-icon_flexibility {
    -webkit-mask: url(/assets/themes/simple/img/features_icons/flexibility.svg) no-repeat center;
    mask: url(/assets/themes/simple/img/features_icons/flexibility.svg) no-repeat center;
}

.features-section .features-list .features-item .features-item-icon_templates {
    -webkit-mask: url(/assets/themes/simple/img/features_icons/templates.svg) no-repeat center;
    mask: url(/assets/themes/simple/img/features_icons/templates.svg) no-repeat center;
}

.features-section .features-list .features-item .features-item-title {
    padding: 15px 20px 0 20px;
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
    color: #000000;
}

.features-section .features-list .features-item .features-item-desc {
    padding: 20px 20px 0 20px;
    font-size: 14px;
    line-height: 26px;
    text-align: center;
    color: #636363;
}

.steps-section {
    background: #fafafa;
    display: flex;
    justify-content: center;
    padding-bottom: 50px;
}

.steps-section h2 {
    font-weight: 700;
    font-size: 26.1px;
    text-align: center;
    color: #444444;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.steps-section h2::after {
    content: "";
    display: block;
    width: 50px;
    height: 3px;
    background: #444444;
    margin-top: 20px;
    background: var(--gradient, linear-gradient(268deg, #09DAA1 1.48%, #97DB6C 98.33%));
}

.steps-section .steps-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 20px;
}

.steps-section .steps-list .steps-item {
    width: 320px;
    height: 200px;
    background: #ffffff;
    box-shadow: 0px 4px 75px 6px rgba(0, 0, 0, 0.04);
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 40px;
    position: relative;
    overflow: hidden;
}

.steps-section .steps-list .steps-item::before {
    content: '';
    position: absolute;
    right: -20px;
    top: 0;
    width: 100%;
    height: 100%;
    background: var(--gradient, linear-gradient(268deg, #09DAA1 1.48%, #97DB6C 98.33%));
    -webkit-mask: url(/assets/themes/simple/img/steps/Topology-1.svg) no-repeat center;
    mask: url(/assets/themes/simple/img/steps/Topology-1.svg) no-repeat center;
}

.steps-section .steps-list .steps-item .steps-item-title {
    font-weight: 700;
    font-size: 32px;
    text-transform: uppercase;
    background: var(--gradient, linear-gradient(268deg, #09DAA1 1.48%, #97DB6C 98.33%));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    margin: 110px 0 0 37px;
}

.steps-section .steps-list .steps-item .steps-item-desc {
    font-size: 16px;
    color: #000000;
    margin-left: 37px;
}

.faq-section {
    background: #fafafa;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    background: var(--gradient, linear-gradient(268deg, #09DAA1 1.48%, #97DB6C 98.33%));
    padding-bottom: 130px;
}

.faq-section .faq-decor {
    height: 40px;
    width: 100%;
    background: var(--gradient, linear-gradient(268deg, #09DAA1 1.48%, #97DB6C 98.33%));
    position: relative;
}

.faq-section .faq-decor::after {
    content: "";
    position: absolute;
    margin: 0 auto;
    top: -32px;
    width: 100%;
    height: 70px;
    border-radius: 0% 0% 100% 100%;
    background-color: #fafafa;
}

.faq-section h2 {
    font-weight: 700;
    font-size: 28.1px;
    line-height: 34px;
    text-align: center;
    color: #ffffff;
    padding: 55px 180px 0 180px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.faq-section h2::after {
    content: "";
    display: block;
    width: 50px;
    height: 2px;
    background: #fff;
    margin-top: 20px;
}

.faq-section .faq-list {
    padding-top: 10px;
}

.faq-section .faq-list .faq-item {
    background: #ffffff;
    border-radius: 8px;
    padding: 25px 30px 15px 30px;
    margin-bottom: 30px;
}

.faq-section .faq-list .faq-item .faq-item-question {
    font-weight: 700;
    font-size: 14px;
    color: #444444;
    padding-bottom: 30px;
}

.faq-section .faq-list .faq-item .faq-item-answer {
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    color: #000000;
}

.faq-section .faq-list .faq-item .faq-item-answer a {
    color: #09daa1;
    overflow-wrap: anywhere;
}

.faq-section .faq-list .faq-item .faq-item-answer p {
    padding-bottom: 10px;
    margin: 0;
}

.faq-section .faq-add .faq-add-title {
    font-size: 21px;
    text-align: center;
    color: #ffffff;
}

.faq-section .faq-add .faq-add-subtitle {
    font-size: 20px;
    text-align: center;
    color: #ffffff;
    padding-top: 15px;
}

.faq-section .faq-add .faq-add-btn {
    padding-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.faq-section .faq-add .faq-add-btn a {
    display: block;
    text-decoration: none;
    background: #ffffff;
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.15);
    border-radius: 40px;
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    color: #452503;
    padding: 17px 60px;
    width: max-content;
}

.included-section {
    background: #fafafa;
    display: flex;
    justify-content: center;
    padding-top: 90px;
    padding-bottom: 100px;
}

.included-section h2 {
    font-weight: 700;
    font-size: 26.1px;
    text-align: center;
    color: #444444;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.included-section h2::after {
    content: "";
    display: block;
    width: 50px;
    height: 3px;
    background: #444444;
    margin-top: 20px;
    background: var(--gradient, linear-gradient(268deg, #09DAA1 1.48%, #97DB6C 98.33%));
}

.included-section .included-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 20px;
}

.included-section .included-list .included-item {
    width: 320px;
    height: 250px;
    background: #ffffff;
    box-shadow: 0px 4px 75px 6px rgba(0, 0, 0, 0.04);
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 40px;
    position: relative;
    overflow: hidden;
}

.included-section .included-list .included-item::before {
    content: '';
    position: absolute;
    right: -20px;
    top: 0;
    width: 100%;
    height: 100%;
    background: var(--gradient, linear-gradient(268deg, #09DAA1 1.48%, #97DB6C 98.33%));
    -webkit-mask: url(/assets/themes/simple/img/steps/Topology-1.svg) no-repeat center;
    mask: url(/assets/themes/simple/img/steps/Topology-1.svg) no-repeat center;
}

.included-section .included-list .included-item .included-item-title {
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    background: var(--gradient, linear-gradient(268deg, #09DAA1 1.48%, #97DB6C 98.33%));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    margin: 65px 30px 0 30px;
}

.included-section .included-list .included-item .included-item-desc {
    font-size: 14px;
    color: #000000;
    margin-left: 30px;
    margin-right: 30px;
    padding-top: 7px;
    line-height: 26px;
}

footer {
    display: flex;
    justify-content: center;
    background: #363636;
    padding: 25px 0;
}

footer .logo {
    filter: brightness(0) invert(1);
}

footer .container-footer {
    max-width: 1240px;
    padding: 0 15px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

footer .container-footer .footer-info {
    font-size: 12px;
    text-align: right;
    color: #EEEEEE;
}

footer .container-footer .footer-info div {
    padding-bottom: 5px;
}

footer .container-footer .footer-menu a {
    font-size: 12px;
    text-decoration: none;
    color: #EEEEEE;
}

footer .container-footer .footer-menu ul {
    padding: 0;
}

footer .container-footer .footer-menu ul li {
    list-style: none;
}


.popup .popup__inner {
    border-radius: 10px;
}

.popup .popup__inner .popup__close-btn:before, .popup .popup__inner .popup__close-btn:after {
    background: var(--gradient, linear-gradient(268deg, #09DAA1 1.48%, #97DB6C 98.33%));
}

.notifications button.close {
    right: 5px;
}

.notifications .notification__title {
    max-width: 90%;
}

.auth-form__top .auth-form__label {
    color: var(--main-color, #2cdb94);
}

.auth-form .form-component {
    border: 1px solid #fff;
}

.auth-form .form-component input {
    padding: 12px 15px;
    border: 1px solid #E5E5E5;
    border-radius: 5px;
    font-size: 12px;
    color: #444444;
    width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    background: #fff;
}

.auth-form .form-component input:focus {
    outline: none;
    border: 1px solid #97db6c;
}

.auth-form .form-component:hover:not(.has-error) {
    background: none;
    border: 1px solid #fff;
}

.auth-form .form-component.error, .auth-form .form-component .help-block.with-errors {
    background-color: #FFDFE0;
    border: 1px solid #EFC2C4;
    margin: 5px;
    padding: 5px;
}

.auth-form .form-component.error label:before {
    content: '';
    position: relative;
    top: 3px;
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 5px;
}

.auth-form .form-component .choice-wrapper {
    display: flex;
}

.auth-form .form-component .choice-wrapper label {
    font-weight: normal;
    padding-left: 5px;
}

.auth-form .btn {
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    color: #ffffff;
    text-decoration: none;
    background: var(--gradient, linear-gradient(268deg, #09DAA1 1.48%, #97DB6C 98.33%));
    box-shadow: 3px 3px 30px rgba(0, 0, 0, 0.2);
    border-radius: 40px;
    padding: 13px 50px;
    display: block;
    width: max-content;
    cursor: pointer;
}

.auth-form .password-wrapper .auth-form__recover {
    top: 11px;
}

.auth-form .help-block.with-errors {
    display: none;
}

@media (max-width: 980px) {
    .tariffs-section h1 {
        font-size: 24px;
        line-height: 32px;
    }

    .tariffs-section .tariffs-list {
        justify-content: space-around;
    }

    .tariffs-section .tariffs-list .tariff {
        margin-bottom: 75px;
    }

    .tariffs-section .tariffs-list .tariff.active {
        margin-bottom: 55px;
    }

    .payments-section {
        padding-top: 10px;
    }

    .features-section .features-list {
        display: flex;
        justify-content: center;
    }

    .features-section .features-list .features-item {
        margin: 15px 15px;
    }

    .steps-section .steps-list {
        display: flex;
        justify-content: center;
    }

    .steps-section .steps-list .steps-item {
        margin: 15px 15px;
    }

    .faq-section .faq-decor {
        background: var(--gradient, linear-gradient(268deg, #09DAA1 1.48%, #97DB6C 98.33%));
    }

    .faq-section .container {
        padding: 0;
    }

    .faq-section .container h2 {
        font-size: 24px;
        padding: 35px 10px 0 10px;
    }

    .faq-section .container .faq-list {
        padding: 10px 10px 0 10px;
    }

    .included-section .included-list {
        justify-content: space-around;
    }

    footer .container-footer {
        display: block;
        padding: 20px;
    }
    footer .container-footer > * {
        display: inline-block;
        width: 100%;
        text-align: center !important;
        margin-bottom: 20px;
    }
}

@media (max-width: 424px) {
    .included-section .included-list {
        justify-content: center;
    }
}

#promocode-wrapper input {
    padding-right: 55px;
}

#promocode-wrapper .close {
    left: calc(100% - 171px);
    bottom: 0;
    top: unset;
}

.header-banner {
    max-width: 1240px;
}

.speedtest__btn-go, .speedtest__btn-stop, .speedtest__btn-retry, .speedtest__btn-to-list {
    cursor: pointer;
    color: white;
    border-radius: 9px;
    font-size: 13px;
    font-weight: 500;
    text-align: center;
    padding: 10px 0;
    background: var(--gradient, linear-gradient(268deg, #09DAA1 1.48%, #97DB6C 98.33%));
    transition: all 1s ease;
    width: 150px;
}
.speed__test {
    display: flex;
    margin-bottom: 30px;
    justify-content: space-between;
    flex-wrap: wrap;
}

.speed__test > * {
    margin-bottom: 10px;
}