.tippy-popper {
    top: 140px !important;
    left: -154px !important;
}
.tippy-popper .tippy-tooltip {
    max-width: 574px !important;
}
.tippy-popper .tippy-tooltip .tippy-arrow {
    top: -12px !important;
    left: 128px !important;
}
.tippy-popper .tippy-tooltip .tippy-content ul {
    margin-top: 20px;
}
.tippy-popper .tippy-tooltip .tippy-content ul li {
    position: relative;
    padding-left: 28px;
}
.tippy-popper .tippy-tooltip .tippy-content ul li + li {
    margin-top: 16px;
}
.tippy-popper .tippy-tooltip .tippy-content ul li:before {
    content: "";
    position: absolute;
    top: 8px;
    left: 14px;
    display: block;
    width: 6px;
    height: 6px;
    background: #fff;
}
.easyway {
    padding-top: 38px;
    color: #2b2b2b;
}
.easyway-container {
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    max-width: 1280px;
}
.easyway-topic {
    position: relative;
}
.easyway-topic:before {
    content: "";
    position: absolute;
    width: calc(50vw - 676px);
    height: 31px;
    border-bottom: 1px solid #2b2b2b;
}
.easyway-topic h2 {
    font-weight: 600;
    font-size: 48px;
    line-height: 60px;
}
.easyway-topic__descr {
    margin-top: 25px;
    font-weight: 300;
    font-size: 22px;
    line-height: 34px;
}
.easyway-topic__descr a {
    display: inline-block;
    margin: 0;
    font-weight: 300;
    font-size: 22px;
    line-height: 34px;
    color: #48538b;
}
.easyway-topic__descr a:before {
    display: none;
}
.easyway-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 24px;
}
.easyway-buttons div {
    margin-left: 24px;
    font-size: 16px;
    line-height: 20px;
}
.easyway-buttons div a {
    font-weight: 600;
}
.easyway-btn,
a.easyway-btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 0 36px;
    height: 64px;
    background: #e4003c;
    border-radius: 3px;
    font-weight: 600;
    font-size: 20px;
    color: #fff;
}
.easyway-btn:hover,
a.easyway-btn:hover {
    color: #fff;
}
.easyway-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.easyway-head h1 {
    margin-top: 28px;
    font-weight: 600;
    font-size: 48px;
    line-height: 60px;
}
.easyway-head__logo {
    padding-right: 20px;
}
.easyway-head__logo img {
    max-width: 100%;
    height: auto;
}
.easyway-head-help {
    padding-left: 20px;
}
.easyway-head-help__title {
    margin-bottom: 8px;
    font-weight: 300;
    font-size: 18px;
    line-height: 28px;
}
.easyway-head-help__phone {
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
    color: inherit;
}
.easyway-head__note {
    display: none;
    padding-right: 60px;
    font-size: 24px;
    line-height: 36px;
}
.easyway-calc-wrap {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
}
.easyway-calc-left {
    flex: 1;
}
.easyway-calc__title {
    margin-bottom: 74px;
    padding-right: 60px;
    font-size: 24px;
    line-height: 36px;
}
.easyway-calc__note {
    margin-bottom: 32px;
    font-size: 16px;
    line-height: 26px;
}
.easyway-calc fieldset {
    margin: 0;
    padding: 0;
}
.easyway-calc-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
    padding-right: 80px;
}
.easyway-calc-row fieldset {
    position: relative;
    flex: 0 0 calc(50% - 24px);
    padding: 0;
}
.easyway-calc-row fieldset label {
    font-weight: 400;
}
.easyway-calc-input {
    position: relative;
    width: 100%;
}
.easyway-calc-input input {
    padding: 1rem 1rem 0;
    width: 100%;
    height: 56px;
    background: #fff;
    border: 1px solid #e4e6e7;
    border-radius: 3px;
    font-size: 16px;
}
.easyway-calc-input input::-webkit-input-placeholder {
    color: transparent;
}
.easyway-calc-input input::-moz-placeholder {
    color: transparent;
}
.easyway-calc-input input:-ms-input-placeholder {
    color: transparent;
}
.easyway-calc-input input::-ms-input-placeholder {
    color: transparent;
}
.easyway-calc-input input::placeholder {
    color: transparent;
}
.easyway-calc-input.focused input::-moz-placeholder {
    color: transparent;
}
.easyway-calc-input input:not(:-moz-placeholder-shown) + label {
    top: 30%;
    font-style: normal;
    font-weight: 400;
    font-size: 11px;
    line-height: 14px;
    color: #aaa;
}
.easyway-calc-input input:not(:-ms-input-placeholder) + label {
    top: 30%;
    font-style: normal;
    font-weight: 400;
    font-size: 11px;
    line-height: 14px;
    color: #aaa;
}
.easyway-calc-input input:not(:placeholder-shown) + label,
.easyway-calc-input input:focus + label {
    top: 30%;
    font-style: normal;
    font-weight: 400;
    font-size: 11px;
    line-height: 14px;
    color: #aaa;
}
.easyway-calc-input label {
    position: absolute;
    top: 50%;
    left: 1rem;
    margin-top: -0.5rem;
    pointer-events: none;
    transition-property: all;
    transition-timing-function: ease;
    font-style: normal;
    font-weight: 400 !important;
    font-size: 16px;
    line-height: 20px;
    color: #aaa;
    transition-duration: 0.2s;
}
.easyway-calc .easyway-feedback-input,
.easyway-calc .easyway-feedback-textarea {
    margin-bottom: 0;
    border: 0;
}
.easyway-calc-hint {
    margin-top: 64px;
}
.easyway-calc-hint--mobile {
    display: none;
}
.easyway-calc-hint a {
    font-size: 14px;
    line-height: 20px;
    color: #48538b;
}
.easyway-calc-hint i {
    top: -12px;
    left: 4px;
}
.easyway-calc-right {
    flex: 0 0 397px;
    padding: 32px;
    min-height: 100%;
    background: #fff;
    border: 1px solid #e4e6e7;
    border-radius: 6px;
    box-shadow: 0 4px 16px rgb(209 209 209 / 25%);
}
.easyway-calc-right__title {
    margin-bottom: 8px;
    font-size: 18px;
    line-height: 26px;
}
.easyway-calc-prices-item {
    position: relative;
    padding: 16px 0 16px 58px;
}
.easyway-calc-prices-item + .easyway-calc-prices-item {
    border-top: 1px solid #e4e6e7;
}
.easyway-calc-prices-item input {
    display: none;
}
.easyway-calc-prices-item label {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    width: 100%;
    cursor: pointer;
}
.easyway-calc-prices-item__check {
    position: absolute;
    top: 16px;
    left: 0;
    display: block;
    width: 36px;
    height: 36px;
    background-image: url(/local/assets/img/easyway/easyway-check-icon.svg);
    background-position: 0 0;
    background-repeat: no-repeat;
}
.easyway-calc-prices-item input:checked + label .easyway-calc-prices-item__check {
    background-image: url(/local/assets/img/easyway/easyway-check-active-icon.svg);
}
.easyway-calc-prices-item .fa-spinner {
    display: inline-block;
    margin: 0 auto;
    width: 24px;
    height: 24px;
    font-weight: 500;
    font-size: 24px;
    line-height: 24px;
    color: rgb(43, 43, 43);
    text-transform: uppercase;
}
.easyway-calc-prices-item__name {
    display: block;
    flex: 1;
    padding-right: 15px;
    font-size: 16px;
    line-height: 24px;
}
.easyway-calc-prices-item__days {
    display: block;
    font-size: 16px;
    line-height: 24px;
    color: #757575;
}
.easyway-calc-prices-item__price {
    display: block;
    flex: 0 0 100%;
    margin-top: 6px;
    min-height: 34px;
    font-weight: 500;
    font-size: 22px;
    line-height: 34px;
}
.btn.easyway-calc-button {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 8px 0 0;
    width: 100%;
    height: 56px;
    background: #e4003c;
    border: 0;
    border-radius: 3px;
    outline: none;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    cursor: pointer;
}
.btn.easyway-calc-button:disabled {
    background: #dbdbdb;
    color: #aaa;
}
.btn.easyway-calc-button:hover,
.btn.easyway-calc-button:active {
    background: #ff465c;
}
.easyway-counters {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 78px;
    margin-top: 35px;
}
.easyway-counters-item {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 24px;
    padding-top: 24px;
    min-width: 334px;
    border-top: 1px solid #ddd;
}
.easyway-counters-item__number {
    font-weight: 400;
    font-size: 48px;
    line-height: 1;
    color: #e4003c;
    white-space: nowrap;
}
.easyway-counters-item__number sup {
    font-weight: 600;
    font-size: 28px;
}
.easyway-counters-item__descr {
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
}
.easyway-extras {
    margin-top: 128px;
}
.easyway-extras .easyway-buttons {
    justify-content: flex-start;
    margin-top: 38px;
}
.easyway-extras-wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-right: -61px;
}
.easyway-extras-nav {
    flex: 0 0 calc(50% - 40px);
    padding-top: 53px;
}
.easyway-extras-nav ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.easyway-extras-nav li {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex: 0 0 calc(50% - 12px);
    margin-bottom: 16px;
    padding: 16px 19px;
    height: 72px;
    border: 1px solid #e4e6e7;
    border-radius: 6px;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #48538b;
    transition: all 0.15s ease-out;
    cursor: pointer;
}
.easyway-extras-nav li img {
    margin-right: 20px;
}
.easyway-extras-nav li img.img-hide {
    display: none;
}
.easyway-extras-nav li.active {
    background: #45af5d;
    border-color: #45af5d;
    box-shadow: 0 4px 16px 0 rgb(72 83 139 / 25%);
    color: #fff;
    cursor: default;
}
.easyway-extras-nav li.active img.img-show {
    display: none;
}
.easyway-extras-nav li.active img.img-hide {
    display: block;
}
.easyway-extras-content img {
    max-width: 100%;
    height: auto;
}
.easyway-extras-content__descr {
    margin: 33px 0 0 48px;
    padding: 16px 0 16px 12px;
    max-width: 506px;
    border-left: 4px solid #90bc58;
    font-size: 16px;
    line-height: 26px;
}
.easyway-orders {
    margin-top: 100px;
}
.easyway .swiper-container {
    overflow: visible;
}
.easyway .swiper-wrapper {
    left: calc((100% - 1470px) / 2);
    margin-top: 40px;
}
.easyway .swiper-wrapper .swiper-slide {
    animation: fadeInFromNone 0.9s ease-out;
    opacity: 0.5;
}
.easyway .swiper-wrapper .swiper-slide.swiper-slide-active {
    opacity: 1;
}
.easyway .swiper-pagination {
    bottom: -68px;
}
.easyway .swiper-pagination-bullet {
    width: 16px;
    height: 8px;
    background: #e4e6e7;
    border-radius: 4px;
    opacity: 1;
    transition: all 0.2s ease-out;
}
.easyway .swiper-pagination-bullet-active {
    width: 42px;
    height: 8px;
    border-radius: 4px;
    background: #48538b;
    opacity: 1;
}
.easyway .swiper-button-next,
.easyway .swiper-button-prev {
    top: initial;
    bottom: -76px;
    left: auto;
    right: 190px;
    width: 36px;
    height: 36px;
    background: url("/local/assets/img/easyway/arrow.svg") 0 0 no-repeat;
}
.easyway .swiper-button-next:after,
.easyway .swiper-button-prev:after {
    content: "";
}
.easyway .swiper-button-prev {
    left: 190px;
    right: auto;
    transform: scaleX(-1);
}
.easyway .easyway-swiper-item {
    position: relative;
    padding: 31px 170px 31px 31px;
    width: 708px;
    height: 306px;
    background: #fff;
    border: 1px solid #fafafa;
    border-radius: 12px 12px 0 12px;
    box-shadow: 0px 4px 16px 0px rgb(72 83 139 / 25%);
}
.easyway-swiper-item > img {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 0;
}
.easyway-swiper-item > div {
    position: relative;
    z-index: 2;
    height: 100%;
}
.easyway-swiper-item__title {
    margin-bottom: 26px;
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
}
.easyway-swiper-item__descr {
    margin-bottom: 16px;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
}
.easyway-swiper-item__descr p {
    margin-bottom: 16px;
}
.easyway-swiper-item__descr ul li {
    position: relative;
    padding-left: 28px;
    font-size: 16px;
    line-height: 26px;
}
.easyway-swiper-item__descr ul li + li {
    margin-top: 16px;
}
.easyway-swiper-item__descr ul li:before {
    content: "";
    position: absolute;
    top: 12px;
    left: 0;
    display: block;
    width: 20px;
    height: 1px;
    background: #ababab;
}
.easyway-swiper-item__link {
    font-size: 16px;
    line-height: 20px;
}
.easyway-swiper-item__link img {
    margin-left: 5px;
}
.easyway-info {
    margin: 140px 0 32px;
}
.easyway-info-wrap {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
}
.easyway-info-item {
    flex: 0 0 calc(25% - 10px);
}
.easyway-info-item-wrap a {
    display: block;
    margin: 0;
    padding: 31px 23px 27px;
    height: 100%;
    background: #fff;
    border: 1px solid #fafafa;
    border-radius: 6px;
    box-shadow: 0 4px 16px 0 rgb(209 209 209 / 25%);
    transition: all 0.2s ease-out;
}
.easyway-info-item-wrap a:before {
    display: none;
}
.easyway-info-item-wrap a:hover {
    box-shadow: 0 4px 16px 0 rgb(72 83 139 / 25%);
}
.easyway-info-item-top {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    height: 84px;
}
.easyway-info-item-top__icon {
    width: 60px;
}
.easyway-info-item-top__title {
    flex: 1;
    padding-left: 24px;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    color: #2b2b2b;
}
.easyway-info-item__link {
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 24px;
    padding-bottom: 2px;
    font-size: 16px;
    line-height: 20px;
    color: #48538b;
}
.easyway-info-item__link img {
    margin-right: 8px;
}
.easyway-info-item:hover .easyway-info-item__link {
    border-bottom: 1px solid #48538b;
}
.easyway-support {
    margin-top: 120px;
}
.easyway-support-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding-top: 37px;
}
.easyway-support-img {
    width: 100%;
    max-width: 679px;
}
.easyway-support-img img {
    max-width: 100%;
    height: auto;
}
.easyway-support-nav {
    flex: 1;
    padding-left: 90px;
}
.easyway-support-nav-item {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 24px;
    border-radius: 6px;
}
.easyway-support-nav-item + .easyway-support-nav-item {
    margin-top: 19px;
}
.easyway-support-nav-item.active,
.easyway-support-nav-item:hover {
    background: #f7f9fb;
}
.easyway-support-nav-item__icon {
    flex: 0 0 75px;
    margin: 12px 28px 0 12px;
}
.easyway-support-nav-item__icon img {
    max-width: 100%;
    height: auto;
}
.easyway-support-nav-item-detail {
    flex: 1;
}
.easyway-support-nav-item-detail__title {
    margin-bottom: 12px;
    font-size: 24px;
    line-height: 32px;
    color: #48538b;
}
.easyway-support-nav-item-detail__descr {
    font-size: 16px;
    line-height: 26px;
}
.easyway-support-nav-item-detail__descr ul li {
    position: relative;
    padding-left: 28px;
}
.easyway-support-nav-item-detail__descr ul li + li {
    margin-top: 16px;
}
.easyway-support-nav-item-detail__descr ul li:before {
    content: "";
    position: absolute;
    top: 12px;
    left: 0;
    display: block;
    width: 20px;
    height: 1px;
    background: #ababab;
}
.easyway-steps {
    margin-top: 120px;
}
.easyway-steps-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding-top: 25px;
}
.easyway-steps-nav {
    flex: 0 0 522px;
}
.easyway-steps-nav-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px;
}
.easyway-steps-nav-item.active {
    background: #f7f9fb;
}
.easyway-steps-nav-item__icon {
    flex: 0 0 100px;
    margin-right: 16px;
}
.easyway-steps-nav-item__icon img {
    max-width: 100%;
    height: auto;
}
.easyway-steps-nav-item__descr {
    flex: 1;
    font-size: 16px;
    line-height: 26px;
}
.easyway-steps__img {
    flex: 1;
    padding-left: 80px;
    text-align: center;
}
.easyway-steps__img img {
    max-width: 100%;
    height: auto;
}
.easyway-plus {
    margin: 120px 0 196px;
}
.easyway-plus .easyway-swiper-item__title {
    margin-bottom: 16px;
}
.easyway-clients-wrap {
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
    margin-top: 36px;
}
.easyway-clients-item {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 0 0 25%;
    min-height: 100%;
    margin-bottom: 60px;
    padding: 0 14px;
}
.easyway-clients-item--three {
    flex: 0 0 calc(100% / 3);
}
.easyway-clients-item img {
    max-width: 100%;
    height: auto;
    opacity: 0.5;
    filter: grayscale(1);
    transition: all 0.15s ease-out;
}
.easyway-clients-item img:hover {
    opacity: 1;
    filter: grayscale(0);
}
.easyway-faq {
    margin: 120px 0 100px;
}
.easyway-faq .easyway-buttons {
    margin-top: 60px;
}
.easyway-faq-nav {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    margin: 29px 0 12px;
}
.easyway-faq-nav li {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 20px 20px 0;
    padding: 0 19px;
    height: 44px;
    background: #fff;
    border: 1px solid #e4e6e7;
    border-radius: 3px;
    font-size: 16px;
    line-height: 20px;
    color: #757575;
    cursor: pointer;
}
.easyway-faq-nav li.active {
    background: #48538b;
    border-color: #48538b;
    color: #fff;
    cursor: default;
}
.easyway-faq-wrap {
    display: none;
}
.easyway-faq-wrap.active {
    display: block;
}
.easyway-faq-item {
    margin-bottom: 20px;
    border: 1px solid #e4e6e7;
    border-radius: 6px;
    cursor: pointer;
}
.easyway-faq-item--hide {
    display: none;
}
.easyway-faq-item:hover {
    border-color: #48538b;
    box-shadow: 0 4px 16px 0 rgb(72 83 139 / 25%);
}
.easyway-faq-item__q {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 23px 32px;
    font-size: 20px;
    line-height: 28px;
    color: #48538b;
}
.easyway-faq-item__q img {
    margin-left: 12px;
    transition: all 0.15s ease-out;
}
.easyway-faq-item__q.active img {
    transform: rotate(180deg);
}
.easyway-faq-item__a {
    display: none;
    padding: 0 32px 23px;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
}
.easyway-faq-item__a.active {
    display: block;
}
.easyway-faq-item__a p:not(:last-child) {
    margin-bottom: 24px;
}
.easyway-faq-item__a ul {
    padding-left: 24px;
}
.easyway-faq-item__a ul li {
    list-style-type: disc;
}
.easyway-faq-item__a ol {
    counter-reset: item;
}
.easyway-faq-item__a ol li {
    position: relative;
    padding-left: 24px;
}
.easyway-faq-item__a ol li:before {
    content: counter(item) ". ";
    counter-increment: item;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    font-size: 16px;
    line-height: 26px;
}
.easyway-faq-more {
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 10px;
    font-size: 14px;
    line-height: 20px;
    color: #48538b;
    cursor: pointer;
}
.easyway-faq-more img {
    margin-left: 10px;
    transition: all 0.15s ease-out;
}
.easyway-faq-more.active img {
    transform: rotate(-180deg);
}
.easyway-feedback {
    position: relative;
    margin-top: 100px;
    background: #9295a0;
}
.easyway-feedback-question {
    position: absolute;
    top: -44px;
    left: -209px;
    display: block;
    width: 144px;
}
.easyway-feedback-form {
    position: relative;
    margin: 0 auto;
    padding: 60px 16px;
    width: 801px;
}
.easyway-feedback-form h2 {
    margin-bottom: 20px;
    text-align: center;
    font-weight: 600;
    font-size: 48px;
    line-height: 60px;
    color: #fff;
}
.easyway-feedback__note {
    margin-bottom: 47px;
    text-align: center;
    font-weight: 400;
    font-size: 22px;
    line-height: 34px;
    color: #fff;
}
.easyway-feedback fieldset {
    padding: 0;
}
.easyway-feedback-row {
    display: flex;
    justify-content: space-between;
}
.easyway-feedback-row fieldset {
    position: relative;
    flex: 0 0 calc(50% - 11px);
}
.easyway-feedback-input,
.easyway-feedback-textarea {
    position: relative;
    margin-bottom: 8px;
    width: 100%;
    height: 56px;
    background: #fff;
    border: 1px solid #9295a0;
    border-radius: 3px;
}
.easyway-feedback-textarea {
    height: 116px;
}
.easyway-feedback-input input,
.easyway-feedback-textarea textarea {
    padding: 1rem 1rem 0;
    width: 100%;
    height: 54px;
    background: #fff;
    border: transparent;
    border-radius: 3px;
    font-size: 16px;
    outline: none;
}
.easyway-feedback-input input:focus,
.easyway-feedback-textarea textarea:focus {
    box-shadow: none;
}
.easyway-feedback-textarea textarea.form-control {
    padding: 1.7rem 1rem 0;
    height: 116px;
}
.easyway-feedback-input input::-webkit-input-placeholder,
.easyway-feedback-textarea textarea::-webkit-input-placeholder {
    color: transparent;
}
.easyway-feedback-input input::-moz-placeholder,
.easyway-feedback-textarea textarea::-moz-placeholder {
    color: transparent;
}
.easyway-feedback-input input:-ms-input-placeholder,
.easyway-feedback-textarea textarea:-ms-input-placeholder {
    color: transparent;
}
.easyway-feedback-input input::-ms-input-placeholder,
.easyway-feedback-textarea textarea::-ms-input-placeholder {
    color: transparent;
}
.easyway-feedback-input input::placeholder,
.easyway-feedback-textarea textarea::placeholder {
    color: transparent;
}
.easyway-feedback-input.focused input::-moz-placeholder,
.easyway-feedback-textarea.focused textarea::-moz-placeholder {
    color: transparent;
}
.easyway-feedback-input input:not(:-moz-placeholder-shown) + label,
.easyway-feedback-textarea textarea:not(:-moz-placeholder-shown) + label {
    top: 30%;
    font-style: normal;
    font-weight: 400;
    font-size: 11px;
    line-height: 14px;
    color: #aaa;
}
.easyway-feedback-input input:not(:-ms-input-placeholder) + label,
.easyway-feedback-textarea textarea:not(:-ms-input-placeholder) + label {
    top: 30%;
    font-style: normal;
    font-weight: 400;
    font-size: 11px;
    line-height: 14px;
    color: #aaa;
}
.easyway-feedback-input input:not(:placeholder-shown) + label,
.easyway-feedback-textarea textarea:not(:placeholder-shown) + label,
.easyway-feedback-input input:focus + label,
.easyway-feedback-textarea textarea:focus + label {
    top: 30%;
    font-style: normal;
    font-weight: 400;
    font-size: 11px;
    line-height: 14px;
    color: #aaa;
}
.easyway-feedback-textarea textarea:not(:-moz-placeholder-shown) + label {
    top: 15%;
}
.easyway-feedback-textarea textarea:not(:-ms-input-placeholder) + label {
    top: 15%;
}
.easyway-feedback-textarea textarea:not(:placeholder-shown) + label,
.easyway-feedback-textarea textarea:focus + label {
    top: 15%;
}
.easyway-feedback-input label,
.easyway-feedback-textarea label {
    position: absolute;
    top: 50%;
    left: 1rem;
    margin-top: -0.5rem;
    pointer-events: none;
    transition-property: all;
    transition-timing-function: ease;
    font-style: normal;
    font-weight: 400 !important;
    font-size: 16px;
    line-height: 20px;
    color: #aaa;
    transition-duration: 0.2s;
}
.easyway-feedback-textarea label {
    top: 22%;
}
.easyway-feedback-row fieldset.is-invalid .easyway-feedback-input,
.easyway-feedback-row fieldset.is-invalid .easyway-feedback-textarea {
    border-color: #dc3545 !important;
}
.easyway-feedback-checkbox {
    display: flex;
    margin: 22px 0;
    gap: 12px;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
}
.easyway-feedback-checkbox fieldset.form-group.form-group {
    margin-bottom: 0;
}
.easyway-feedback-checkbox .custom-checkbox {
    padding-left: 32px;
    min-height: unset;
}
.easyway-feedback-checkbox .custom-checkbox .custom-control-label {
    padding: 0px;
    color: #fff;
    font-size: 14px;
    font-weight: 400 !important;
    line-height: 20px;
}
.easyway-modal-form .easyway-feedback-checkbox .custom-checkbox .custom-control-label {
    color: #2b2b2b;
}
.easyway-feedback-checkbox .custom-checkbox .custom-control-label:before {
    border-radius: 6px;
    width: 20px;
    height: 20px;
    left: -32px;
    background: transparent;
}
.easyway-feedback-checkbox .custom-checkbox .custom-control-input:checked ~ .custom-control-label:before {
    background: #fff;
}
.easyway-feedback-checkbox .custom-checkbox .custom-control-label:after {
    top: 0px;
    left: -32px;
    width: 20px;
    height: 20px;
}
.easyway-feedback-checkbox .custom-checkbox .custom-control-input:checked ~ .custom-control-label:after {
    background-image: url(/local/assets/img/icons/check.svg);
    background-size: 100%;
}
.easyway-feedback-checkbox .wrapper-checkbox {
    position: relative;
}
.easyway-feedback-checkbox .wrapper-checkbox .checkbox {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.easyway-feedback-checkbox .wrapper-checkbox label {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    border: 1px solid #aaa;
    border-radius: 6px;
}
.easyway-feedback-checkbox .wrapper-checkbox input:checked + label {
    background: #fff;
    border-color: #fff;
}
.easyway-feedback-checkbox a {
    font-weight: 700;
    border-bottom: 0;
    text-decoration: unset !important;
    color: #ffb400 !important;
}
.easyway-feedback-buttons {
    display: flex;
    justify-content: center;
}
.easyway-feedback-button {
    padding: 20px 36px;
    width: auto;
    height: 64px;
    background: #fff;
    border-radius: 3px;
    border: none;
    text-align: center;
    cursor: pointer;
    color: #2b2b2b;
}
.easyway-feedback-error {
    display: flex;
    align-items: center;
    margin-bottom: 24px;
    padding: 12px;
    width: 100%;
    background: #f5f5f5;
    color: #dc3545;
}
.easyway-feedback-error:before {
    content: "";
    background: url("/local/assets/img/icons/i.png") no-repeat;
    background-size: contain;
    width: 24px;
    height: 24px;
    display: inline-block;
    margin-right: 12px;
}
.easyway-select-list {
    position: absolute;
    top: 56px;
    left: 0;
    z-index: 99;
    padding: 12px;
    width: 100%;
    overflow: hidden;
    background: #fff;
    border-radius: 3px;
    box-shadow: 0 8px 24px 0 rgb(149 157 165 / 20%),
    0 0 12px 0 rgb(189 189 189 / 25%);
}
.easyway-select-list ul {
    padding-right: 8px;
    width: 100%;
    max-height: 200px;
    overflow-y: auto;
}
.easyway-select-list ul::-webkit-scrollbar {
    width: 16px;
    height: 16px;
}
.easyway-select-list ul::-webkit-scrollbar-track {
    border-radius: 8px;
    width: 24px;
    left: 10px;
    background-color: #f7f9fb;
}
.easyway-select-list ul::-webkit-scrollbar-track:hover {
    background-color: #f7f9fb;
}
.easyway-select-list ul::-webkit-scrollbar-thumb {
    background-color: #e4e6e7;
    border: 1px solid #e4e6e7;
    border-radius: 8px;
    cursor: pointer;
}
.easyway-select-list ul::-webkit-scrollbar-thumb:hover {
    border-color: #e4e6e7;
}
.easyway-select-list ul li {
    display: block;
    font-size: 14px;
    line-height: 24px;
    color: #2b2b2b;
    cursor: pointer;
}
.easyway-select-list ul li + li {
    margin-top: 6px;
}
.easyway-modal .modal-dialog {
    margin: 40px auto;
}
.easyway-modal .modal-dialog:not(.modal-lg) {
    max-width: 1280px;
}
.easyway-modal-wrapper {
    display: flex;
    gap: 45px;
}
.easyway-modal-bg {
    position: relative;
    width: 408px;
}
.easyway-modal-bg:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 325px;
    height: 405px;
    background: url("/local/assets/img/easyway/form-bg.jpg") no-repeat center center;
    transform: translateY(-50%);
}
.easyway-modal .modal-body {
    padding: 0px;
}
.easyway-modal-form {
    max-width: 768px;
    padding: 60px 60px 60px 0px;
}
.easyway-modal-form-error {
    display: flex;
    align-items: center;
    padding: 12px;
    width: 100%;
    background: #f5f5f5;
    color: #dc3545;
}
.easyway-modal-form-error:before {
    content: "";
    display: inline-block;
    margin-right: 12px;
    width: 24px;
    height: 24px;
    background: url("/local/assets/img/icons/i.png") no-repeat;
    background-size: contain;
}
.easyway-modal-form__title {
    font-size: 48px;
    font-weight: 600;
    line-height: 60px;
    margin-bottom: 20px;
}
.easyway-modal-form__img {
    margin-bottom: 40px;
    max-width: 100%;
    height: auto;
}
.easyway-modal-form__text {
    font-size: 24px;
    font-weight: 400;
    line-height: 36px;
    margin-bottom: 40px;
}
.easyway-modal-form fieldset {
    padding: 0;
}
.easyway-modal-form .easyway-feedback-input,
.easyway-modal-form .easyway-feedback-textarea {
    margin-bottom: 0;
    border: 0;
}
.easyway-modal-form .easyway-feedback-input input,
.easyway-modal-form .easyway-feedback-textarea textarea {
    border: 1px solid #e4e6e7;
}
.easyway-modal-form .easyway-feedback-checkbox {
    color: #2b2b2b;
    cursor: pointer;
}
.easyway-modal-form .easyway-feedback-checkbox a {
    font-weight: 700;
    text-decoration: unset !important;
    color: #48538b !important;
}
.easyway-modal-form .easyway-feedback-checkbox .wrapper-checkbox input:checked + label {
    border-color: #aaa;
}
.easyway-modal-form .easyway-feedback-buttons {
    justify-content: flex-start;
}
.easyway-modal-form .easyway-feedback-button {
    background: #e4003c;
    border-radius: 3px;
    border: none;
    text-align: center;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #fff;
    cursor: pointer;
}
.easyway-modal-form .easyway-feedback-button:disabled {
    cursor: default;
    color: #aaa;
    background: #dbdbdb;
}
.easyway-modal-form .easyway-feedback-checkbox .wrapper-checkbox label {
    padding: 0;
}
.easyway-modal .modal-content {
    border: 0;
    border-radius: 3px;
}
.easyway-modal .modal-content .modal-header {
    width: 100%;
    display: flex;
    align-items: center;
}
.easyway-modal .modal-content .modal-header .modal-title {
    display: flex;
    align-items: center;
}
.easyway-modal .form-v24 .row-form .form-group {
    width: 100%;
}
.easyway-modal .form-v24 .form-group .form-control.big-comment {
    height: 116px;
}
.easyway-modal .select-search-new {
    background: #fff;
    border-radius: 4px;
}
.easyway-modal .select-search-new .vs__open-indicator {
    display: none;
}
.easyway-modal-error {
    display: flex;
    align-items: center;
    padding: 12px;
    width: 100%;
    background: #f5f5f5;
    color: #dc3545;
}
.easyway-modal-error:before {
    content: "";
    display: inline-block;
    margin-right: 12px;
    width: 24px;
    height: 24px;
    background: url("/local/assets/img/icons/i.png") no-repeat;
    background-size: contain;
}
.easyway-modal-docs {
    padding: 32px;
}
.easyway-modal-docs__title {
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
}
.easyway-modal-docs-wrap {
    column-count: 2;
    column-gap: 46px;
}
.easyway-modal-docs__item a {
    position: relative;
    display: block;
    margin: 0;
    padding: 20px 0 20px 32px;
    height: auto;
    border-bottom: 1px solid #e4e6e7;
    page-break-inside: avoid;
    break-inside: avoid;
    font-family: Currency, Tahoma, Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #48538b;
    text-decoration: none;
    text-decoration-color: unset;
}
.easyway-modal-docs__item a:before {
    display: none;
}
.easyway-modal-docs__item a span {
    font-size: 11px;
    line-height: 14px;
    color: #aaa;
}
.easyway-modal-docs__item a img {
    position: absolute;
    top: 18px;
    left: 0;
}
@media (max-width: 1340px) {
    .easyway-container {
        padding-left: 16px;
        padding-right: 16px;
        max-width: 100%;
    }
    .easyway .swiper-wrapper {
        left: calc((100% - 1438px) / 2);
    }
}
@media (max-width: 1280px) {
    .easyway-head h1 {
        font-size: 36px;
        line-height: 46px;
    }
    .easyway-topic {
        padding-left: 64px;
    }
    .easyway-topic:before {
        left: 0;
        width: 52px;
        height: 18px;
    }
    .easyway-topic h2 {
        font-size: 30px;
        line-height: 38px;
    }
    .easyway-counters {
        gap: 46px;
    }
    .easyway-counters-item {
        flex-wrap: wrap;
        width: 100%;
        min-width: auto;
    }
    .easyway-counters-item > div {
        flex: 0 0 100%;
    }
    .easyway-extras-wrap {
        margin-right: 0;
    }
    .easyway-extras-nav {
        flex: 0 0 calc(60% - 40px);
    }
    .easyway-extras-content {
        max-width: 40%;
    }
    .easyway-extras-content__descr {
        margin-left: 0;
    }
    .easyway-extras .easyway-buttons {
        margin-top: 24px;
    }
    .easyway-info-item {
        flex: 0 0 calc(50% - 10px);
        padding-bottom: 20px;
    }
    .easyway-support-img {
        max-width: 50%;
    }
    .easyway-support-nav {
        padding-left: 40px;
    }
    .easyway-steps-nav {
        flex: 0 0 454px;
    }
    .easyway-steps__img {
        padding-left: 40px;
    }
    .easyway-feedback-form h2 {
        font-size: 30px;
        line-height: 38px;
    }
    .easyway-feedback__note {
        margin-bottom: 31px;
        font-size: 18px;
        line-height: 26px;
    }
    .easyway-feedback-question {
        top: -36px;
        left: 44px;
        width: 112px;
    }
}
@media (max-width: 1230px) {
    .easyway-modal-bg {
        display: none;
    }
    .easyway-modal-form {
        width: 100%;
        max-width: none;
        padding: 40px 60px;
    }
}
@media (max-width: 1080px) {
    .easyway-support-nav-item {
        position: relative;
    }
    .easyway-support-nav-item__icon {
        position: absolute;
        top: 24px;
        left: 24px;
        margin: 0;
        width: 56px;
    }
    .easyway-support-nav-item-detail__title {
        display: flex;
        align-items: center;
        padding-left: 76px;
        height: auto;
        min-height: 56px;
        font-size: 22px;
        line-height: 28px;
    }
    .easyway-steps-wrap {
        align-items: flex-start;
        padding-top: 12px;
    }
    .easyway-steps-nav {
        flex: 0 0 398px;
        order: 1;
    }
    .easyway-steps__img {
        order: 0;
        padding: 12px 30px 0 0;
    }
    .easyway-steps-nav-item {
        margin-bottom: 16px;
        padding: 0 16px 0 0;
    }
    .easyway-steps-nav-item__icon {
        flex: 0 0 75px;
    }
    .easyway-calc-row {
        padding-right: 40px;
    }
    .easyway-calc-row fieldset {
        flex: 0 0 calc(50% - 10px);
    }
}
@media (max-width: 992px) {
    .easyway-head__logo {
        max-width: 418px;
    }
    .easyway-head h1 {
        margin-bottom: 16px;
    }
    .easyway-head__note {
        display: block;
    }
    .easyway-calc__title {
        display: none;
    }
    .easyway-extras-nav {
        order: 1;
        flex: 0 0 100%;
        padding-top: 40px;
    }
    .easyway-extras-content {
        order: 0;
        margin: 0 auto;
        padding-top: 40px;
        max-width: 100%;
    }
    .easyway-extras-content__descr {
        margin-left: 48px;
    }
    .easyway-extras .easyway-buttons {
        justify-content: center;
    }
    .easyway .swiper-button-next {
        right: 16px;
    }
    .easyway .swiper-button-prev {
        left: 16px;
    }
    .easyway-support-wrap {
        padding-top: 24px;
    }
    .easyway-support-img {
        max-width: 100%;
        text-align: center;
    }
    .easyway-support-nav {
        display: flex;
        justify-content: space-between;
        align-items: stretch;
        padding: 32px 0 0;
    }
    .easyway-support-nav-item {
        flex: 0 0 calc(50% - 10px);
        min-height: 100%;
    }
    .easyway-support-nav-item + .easyway-support-nav-item {
        margin-top: 0;
    }
    .easyway-support-nav-item-detail__title {
        margin-bottom: 24px;
    }
    .easyway .swiper-wrapper {
        left: calc((100% - 1157px) / 2);
        margin-top: 30px;
    }
    .easyway .easyway-swiper-item {
        padding: 31px 70px 31px 31px;
        width: 600px;
    }
    .easyway-clients-item {
        margin-bottom: 24px;
    }
    .easyway-clients-item img {
        max-width: 124px;
        height: auto;
    }
    .easyway-feedback-form {
        width: 100%;
        max-width: 760px;
    }
    .easyway-feedback-question {
        left: 22px;
    }
    .easyway-modal-form__title {
        font-size: 30px;
        font-weight: 700;
        line-height: 38px;
    }
    .easyway-modal-form__text {
        font-size: 18px;
        line-height: 26px;
    }
    .easyway-head__note {
        padding-right: 0;
    }
    .easyway-calc-wrap {
        padding: 32px;
        border-radius: 6px;
        box-shadow: 0 4px 16px 0 rgb(209 209 209 / 25%);
    }
    .easyway-calc-row {
        padding-right: 0;
    }
    .easyway-calc-row fieldset {
        flex: 0 0 calc(50% - 24px);
    }
    .easyway-calc-right {
        flex: 0 0 100%;
        padding: 16px 0 8px;
        border: 0;
        box-shadow: none;
    }
    .easyway-calc-hint {
        display: none;
        margin-top: 24px;
    }
    .easyway-calc-hint--mobile {
        display: block;
    }
    .easyway-counters {
        margin-top: 59px;
    }
}
@media (max-width: 768px) {
    .easyway-extras {
        margin-top: 80px;
    }
    .easyway-orders {
        margin-top: 80px;
    }
    .easyway-info {
        margin: 105px 0 32px;
    }
    .easyway-support {
        margin-top: 80px;
    }
    .easyway-steps {
        margin-top: 80px;
    }
    .easyway-plus {
        margin: 80px 0 156px;
    }
    .easyway-faq {
        margin: 80px 0 40px;
    }
}
@media (max-width: 767px) {
    .easyway .swiper-pagination {
        bottom: -46px;
    }
    .easyway-show-desktop {
        display: none;
    }
    .easyway-head {
        margin-bottom: 8px;
    }
    .easyway-head__logo {
        max-width: 360px;
    }
    .easyway-topic__descr {
        margin-top: 16px;
    }
    .easyway .swiper-button-next,
    .easyway .swiper-button-prev {
        display: none;
    }
    .easyway-info {
        margin: 80px 0 32px;
    }
    .easyway-steps__img {
        display: none;
    }
    .easyway-steps-nav {
        flex: 0 0 100%;
    }
    .easyway-steps-nav-item {
        padding: 0;
    }
    .easyway-steps-nav-item.active {
        background: transparent;
    }
    .easyway-plus {
        margin: 80px 0 110px;
    }
    .easyway-clients-item {
        padding: 0 12px;
    }
    .easyway-clients-item--three {
        flex: 0 0 25%;
    }
    .easyway-clients-item img {
        max-width: 84px;
        height: auto;
    }
    .easyway-feedback-question {
        display: none;
    }
    .easyway-head__note {
        margin-bottom: 12px;
    }
    .easyway-calc-prices-item label {
        align-items: center;
    }
    .easyway-calc-prices-item__name {
        flex: 0 0 calc(100% / 3);
        order: 0;
        padding-right: 15px;
    }
    .easyway-calc-prices-item__days {
        flex: 0 0 calc(100% / 3);
        order: 2;
        text-align: right;
    }
    .easyway-calc-prices-item__price {
        flex: 0 0 calc(100% / 3);
        margin-top: 0;
        order: 1;
        padding-right: 15px;
        text-align: center;
    }
}
@media (max-width: 650px) {
    .tippy-popper {
        left: 0 !important;
    }
    .tippy-popper .tippy-tooltip {
        max-width: 100% !important;
    }
    .tippy-popper .tippy-tooltip .tippy-arrow {
        display: none !important;
    }
    .easyway-calc-wrap {
        padding: 0;
        box-shadow: none;
    }
    .easyway-head__note {
        order: 3;
        margin-bottom: 32px;
        font-size: 16px;
        line-height: 28px;
    }
    .easyway-calc__note {
        margin-bottom: 20px;
    }
    .easyway-calc-row {
        flex-wrap: wrap;
        margin-bottom: 12px;
    }
    .easyway-calc-row fieldset {
        flex: 0 0 100%;
    }
    .easyway-calc-row fieldset + fieldset {
        margin-top: 12px;
    }
    .easyway-calc-right {
        padding: 12px 0 0;
    }
    .easyway-calc-right__title {
        margin-bottom: 0;
    }
    .easyway-calc-prices-item__name {
        flex: 0 0 100%;
        margin-bottom: 7px;
        padding-right: 0;
    }
    .easyway-calc-prices-item__price {
        flex: 0 0 50%;
        text-align: left;
    }
    .easyway-calc-prices-item__days {
        flex: 0 0 50%;
    }
    .easyway-calc-hint {
        margin-top: 32px;
    }
    .easyway-topic {
        padding-left: 0;
    }
    .easyway-topic:before {
        display: none;
    }
    .easyway-topic h2 {
        position: relative;
    }
    .easyway-topic h2:before {
        content: "";
        position: absolute;
        left: -16px;
        width: 4px;
        height: 100%;
        background: #2b2b2b;
        border: 0;
    }
    .easyway-topic h2 {
        margin-bottom: 10px;
        font-weight: 500;
        font-size: 22px;
        line-height: 28px;
    }
    .easyway-topic__descr,
    .easyway-topic__descr a {
        font-size: 18px;
        line-height: 28px;
    }
    .easyway-buttons {
        flex-wrap: wrap;
    }
    .easyway-buttons .easyway-btn {
        flex: 0 0 100%;
        margin-bottom: 24px;
    }
    .easyway-buttons div {
        margin-left: 0;
    }
    .easyway-head__logo {
        order: 1;
        padding-right: 0;
        max-width: 100%;
    }
    .easyway-head-help {
        order: 0;
        margin-bottom: 40px;
        padding-left: 0;
    }
    .easyway-head h1 {
        order: 2;
        margin-top: 42px;
        font-weight: 500;
        font-size: 22px;
        line-height: 28px;
    }
    .easyway-counters {
        flex-wrap: wrap;
        margin-top: 39px;
        gap: 0;
    }
    .easyway-counters-item {
        flex: 0 0 100%;
        gap: 12px;
        padding-bottom: 20px;
        border-top: 0;
        border-bottom: 1px solid #ddd;
    }
    .easyway-counters-item:last-child {
        border-bottom: 0;
    }
    .easyway-counters-item__number {
        font-weight: 400;
        font-size: 36px;
        line-height: 52px;
    }
    .easyway-extras {
        margin-top: 38px;
    }
    .easyway-extras-content {
        display: none !important;
    }
    .easyway-extras-nav {
        padding-top: 8px;
    }
    .easyway-extras-nav li,
    .easyway-extras-nav li.active {
        flex: 0 0 calc(50% - 10px);
        margin-bottom: 0;
        padding: 0 0 16px;
        height: auto;
        background: transparent;
        border: 0;
        box-shadow: none;
        font-weight: 400;
        color: #2b2b2b;
        word-break: break-word;
        cursor: default;
    }
    .easyway-extras-nav li img {
        margin-right: 10px;
    }
    .easyway-extras-nav li img.img-show,
    .easyway-extras-nav li.active img.img-show {
        display: block;
    }
    .easyway-extras-nav li img.img-hide,
    .easyway-extras-nav li.active img.img-hide {
        display: none;
    }
    .easyway .swiper-wrapper {
        left: calc((100% - 668px) / 2);
    }
    .easyway .easyway-swiper-item {
        padding: 31px 35px 31px 31px;
        height: 384px;
        border-radius: 12px 0 12px 12px;
    }
    .easyway-plus .easyway-swiper-item__descr {
        max-width: 236px;
    }
    .easyway-swiper-item__title {
        max-width: 196px;
    }
    .easyway-swiper-item > img {
        top: 0;
        bottom: auto;
        max-width: 100px;
    }
    .easyway-info-item {
        flex: 0 0 100%;
    }
    .easyway-info-item-top {
        height: auto;
    }
    .easyway-support-nav {
        flex-wrap: wrap;
    }
    .easyway-support-nav-item {
        flex: 0 0 100%;
        margin-bottom: 20px;
        min-height: auto;
    }
    .easyway-support-nav-item + .easyway-support-nav-item {
        margin-bottom: 0;
    }
    .easyway-faq-nav li {
        margin: 0 8px 8px 0;
        padding: 0 14px;
        height: 44px;
        font-size: 14px;
    }
    .easyway-feedback {
        margin-top: 60px;
    }
    .easyway-feedback-form {
        padding-top: 40px;
    }
    .easyway-feedback-form h2 {
        font-weight: 500;
        font-size: 22px;
        line-height: 28px;
    }
    .easyway-feedback__note {
        margin-bottom: 31px;
        font-size: 16px;
        line-height: 24px;
    }
    .easyway-feedback-row {
        flex-wrap: wrap;
    }
    .easyway-feedback-row fieldset {
        flex: 0 0 100%;
    }
    .easyway-feedback-input,
    .easyway-feedback-textarea {
        margin-bottom: 4px;
    }
    .easyway-modal-form {
        padding: 32px 16px;
    }
    .easyway-modal-form .easyway-feedback-buttons {
        display: block;
    }
    .easyway-modal-form .easyway-feedback-button {
        width: 100%;
    }
}
@media (max-width: 450px) {
    .easyway .swiper-wrapper {
        left: calc((100% - 630px) / 2);
    }
    .easyway .easyway-swiper-item {
        padding: 31px;
    }
    .easyway-feedback-button {
        width: 100%;
    }
    .easyway-feedback-buttons > div {
        width: 100%;
    }
}