@font-face {
    font-family: PF BeauSans Pro;
    src: url('fonts/BeauSansPro/PFBeauSansPro-Reg.ttf');
}

body {
    font-family: PF BeauSans Pro;
    font-style: normal;
}

.root {
    min-height: 100vh;
    width: 100%;
}

header {
    z-index: 2;
    position: fixed;
    top: 0;
    height: 98px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    width: 100%;
    background: white;
}

header img {
    width: 272px;
    height: 52px;
    margin-right: 43px;
}

.headerLink {
    color: #00A2DD;
    font-weight: normal;
    font-size: 17px;
    line-height: 147.8%;
}

.headerLink:not(:nth-last-child(1)) {
    margin-right: 24px;
}

.headerGreenLink {
    margin-left: 20px;
    padding: 10px 14px 9px 15px;
    background: #00B976;
    border-radius: 6px;
    font-weight: normal;
    font-size: 17px;
    line-height: 147.8%;
    color: #FFFFFF;
}

.promo {
    margin-top: 98px;
    height: 719px;
    background: center/cover no-repeat url('images/contactwoman.png'), linear-gradient(0deg, #607394, #607394), #00CCD9;
    width: 100%;
    padding-top: 108px;
    box-sizing: border-box;
}

.promoContent {
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 1367px;
}
.promoTop {
    display: flex;
    flex-direction: column;
    padding: 0 43px;
    box-sizing: border-box;
}

.promoTop h1 {
    font-weight: 600;
    font-size: 64px;
    line-height: 117.8%;
    color: #FFFFFF;
    margin-bottom: 61px;
}

.promoTop p {
    font-weight: normal;
    font-size: 36px;
    line-height: 143.8%;
    color: #FFFFFF;
    margin-bottom: 37px;
}

.promoBottom {
    display: flex;
    justify-content: space-between;
    background: #00A2DD;
    border-radius: 30px;
    padding: 59px 42px 63px;
    box-sizing: border-box;
    align-items: center;
}

.promoItem {
    display: flex;
    flex: 1;
    flex-direction: column;
    align-items: center;
    outline: none !important;
}

.promoItemContent {
    width: 100%;
    height: 100%;
    display: flex;
    flex: 1;
    flex-direction: column;
    align-items: center;
}

.promoItem img {
    margin-bottom: 29px;
}

.promoItem span {
    font-weight: normal;
    font-size: 20px;
    line-height: 143.8%;
    text-align: center;
    color: #FFFFFF;
}

.promoItem .telegramImage {
    width: 95px;
    margin-top: -15px;
}

.sendingElectronicReceipts {
    display: flex;
    flex-direction: column;
    width: 1276px;
    margin: 153px auto 0;
}

.sendingElectronicReceipts h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 42px;
    line-height: 127.8%;
    text-align: center;
    color: #4A4A4A;
    margin-bottom: 20px;
}

.sendingElectronicReceiptsText {
    font-weight: normal;
    font-size: 24px;
    line-height: 155.8%;
    text-align: center;
    color: #4A4A4A;
    margin-bottom: 55px;
}

.sendingElectronicReceiptsText > a {
    color: #268BFF;
}

.advantages {
    display: flex;
    justify-content: space-between;
}

.advantageBlock {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.advantageBlock:not(:nth-last-child(1)) {
    margin-right: 20px;
}

.advantageBlockTitle {
    font-weight: 600;
    font-size: 24px;
    line-height: 127.8%;
    text-align: center;
    color: #4A4A4A;
    margin-bottom: 16px;
}

.advantagesList {
    display: flex;
    flex-direction: column;
    background: rgba(235, 235, 235, 0.2);
    padding: 32px 53px;
    box-sizing: border-box;
    height: 360px;
}

.advantageItem {
    display: flex;
    align-items: center;
}

.advantageItem:not(:nth-last-child(1)) {
    margin-bottom: 16px;
}

.advantageItem img {
    width: 36px;
    height: 36px;
    margin-right: 20px;
}

.advantageItem span {
    font-weight: normal;
    font-size: 19px;
    line-height: 141.8%;
    display: flex;
    align-items: center;
    color: #4A4A4A;
}

.advantageSecondBlock .advantageItem:not(:nth-last-child(1)) {
    margin-bottom: 46px;
}

.debtNotification {
    display: flex;
    flex-direction: column;
    width: 1276px;
    margin: 149px auto 0;
}

.debtNotification > h2 {
    font-weight: 600;
    font-size: 42px;
    line-height: 127.8%;
    text-align: center;
    color: #4A4A4A;
    margin-bottom: 20px;
}

.debtNotificationText {
    font-weight: normal;
    font-size: 24px;
    line-height: 155.8%;
    text-align: center;
    color: #4A4A4A;
    margin-bottom: 47px;
}

.debtNotificationContent {
    display: flex;
    justify-content: space-between;
}

.example {
    width: 516px;
    height: 351px;
    position: relative;
    margin-right: 9px;
}

.exampleImage {
    width: 100%;
    height: 100%;
}

.exampleImageBlur {
    position: absolute;
    bottom: 0;
    height: 62px;
    width: 516px;
    background: linear-gradient(0deg, #FFFFFF 22.92%, rgba(255, 255, 255, 0) 100%);
}

.possibilitySms {
    margin-top: 15px;
    width: 784px;
    height: 274px;
    background: rgba(235, 235, 235, 0.2);
    display: flex;
    flex-direction: column;
    padding: 42px 0 0 51px;
    box-sizing: border-box;
}

.possibilitySmsTitle {
    font-weight: 600;
    font-size: 24px;
    line-height: 127.8%;
    color: #4A4A4A;
    margin-bottom: 20px;
}

.possibilitySmsGroup {
    display: flex;
}

.possibilitySmsList {
    display: flex;
    flex: 1;
    flex-direction: column;
}

.possibilitySmsList:not(:nth-last-child(1)) {
    margin-right: 20px;
}

.possibilitySmsItem {
    font-weight: normal;
    font-size: 19px;
    line-height: 138.8%;
    color: #4A4A4A;
}

.possibilitySmsImages {
    margin-top: 33px;
    display: flex;
}

.possibilitySmsImages > img {
    width: 66px;
    height: 86px;
}

.possibilitySmsImages > img:not(:nth-last-child(1)) {
    margin-right: 26px;
}

.automaticCalls {
    display: flex;
    flex-direction: column;
    width: 1276px;
    margin: 136px auto 0;
}

.automaticCalls > h2 {
    font-weight: 600;
    font-size: 42px;
    line-height: 127.8%;
    text-align: center;
    color: #4A4A4A;
    margin-bottom: 20px;
}

.automaticCallsText {
    font-weight: normal;
    font-size: 24px;
    line-height: 155.8%;
    text-align: center;
    color: #4A4A4A;
    margin-bottom: 70px;
}

.steps {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.step {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.step:not(:nth-last-child(1)) {
    margin-right: 38px;
}

.step > img {
    margin-bottom: 27px;
}

.stepText {
    font-size: 19px;
    line-height: 138.8%;
    text-align: center;
    color: #4A4A4A;
}

.lineImage {
    width: 160px;
    height: 11px;
    position: absolute;
    top: 38px;
}

.database > img {
    width: 105px;
    height: 105px;
}

.robotCall > img {
    width: 102px;
    height: 102px;
}

.communication > img {
    width: 98px;
    height: 105px;
}

.robotSendSms > img {
    width: 86px;
    height: 97px;
}

.lineFirst {
    left: 221px;
}

.lineSecond {
    left: 546px;
}

.lineThird {
    left: 875px;
}

.profit {
    margin: 52px auto 0;
    width: 814px;
    height: 256px;
    padding: 125px 131px 61px 102px;
    box-sizing: border-box;
    background: rgba(235, 235, 235, 0.2);
    border-radius: 20px;
    position: relative;
}

.profitImage {
    position: absolute;
    top: -26px;
    left: 332px;
    width: 128px;
    height: 128px;
}

.profitText {
    font-weight: 600;
    font-size: 24px;
    line-height: 147.8%;
    text-align: center;
    color: #4A4A4A;
}

.profitTextHighlight {
    color: #00A2DD;
}

.individualTariff {
    display: flex;
    flex-direction: column;
    width: 1276px;
    margin: 150px auto 215px;
}

.individualTariff > h2 {
    font-weight: 600;
    font-size: 44px;
    line-height: 127.8%;
    text-align: center;
    color: #4A4A4A;
    margin-bottom: 20px;
}

.individualTariffText {
    font-weight: normal;
    font-size: 24px;
    line-height: 155.8%;
    text-align: center;
    color: #4A4A4A;
    margin-bottom: 32px;
}

.footer {
    width: 100%;
    height: 452px;
    background: center/cover no-repeat url('images/contactWoman2.png'), linear-gradient(0deg, #607394, #607394), #00CCD9;
    display: flex;
    justify-content: space-between;
    padding: 54px 56px 70px 56px;
    box-sizing: border-box;
}

.submitStatus {
    position: relative;
    width: 329px;
    margin-right: 47px;
}

.thankYouWrapper, .submitErrorWrapper {
    width: 100%;
    display: none;
}

.thankYouBackground, .submitErrorBackground {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.65;
    background: #00A2DD;
    width: 329px;
    height: 328px;
    z-index: 0;
    border-radius: 6px;
}

.closeStatus {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 12px;
    height: 12px;
    cursor: pointer;
    z-index: 3;
}

.closeStatusIcon {
    cursor: pointer;
    width: 100%;
    height: 100%;
}

.submitErrorBackground {
    background: #FF1818;
}

.thankYou, .submitError {
    position: absolute;
    display: flex;
    flex-direction: column;
    width: 329px;
    padding: 30px 0 0 22px;
    z-index: 2;
}

.thankYouTitle {
    font-weight: 600;
    font-size: 24px;
    line-height: 147.8%;
    color: #FFFFFF;
    margin-bottom: 10px;
}

.thankYouText {
    font-weight: normal;
    font-size: 19px;
    line-height: 138.8%;
    color: #FFFFFF;
}

.callbackForm {
    display: flex;
    flex-direction: column;
    width: 412px;
    margin-right: 62px;
}

.field {
    width: 100%;
    display: flex;
    flex-direction: column;
    background: #FFFFFF;
    border-radius: 6px;
    padding: 11px 18px;
    box-sizing: border-box;
}

.fieldError {
    border: 2px solid #FF0000;
}

.field:not(:nth-last-child(1)) {
    margin-bottom: 16px;
}

.field label {
    font-weight: normal;
    font-size: 14px;
    line-height: 153.5%;
    color: #000000;
}

.fieldError label {
    color: #FF0000;
}

.labelRequire {
    color: #00B976;
}

.fieldError .labelRequire {
    color: #FF0000;
}

.field input {
    background: none;
    border: none;
    font-weight: normal;
    font-size: 20px;
    line-height: 27px;
    color: #4A4A4A;
    outline: none;
}

.field input::placeholder {
    color: rgba(101, 117, 138, 0.7);
}

.submit {
    width: 100%;
    background: #00B976;
    border-radius: 6px;
    border: none;
    outline: none;
    padding: 20px 0;
    box-sizing: border-box;
    font-weight: 600;
    font-size: 20px;
    line-height: 153.5%;
    text-align: center;
    color: #FFFFFF;
    cursor: pointer;
}

.contacts {
    display: flex;
    flex-direction: column;
}

.contactsTitle {
    font-weight: 600;
    font-size: 24px;
    line-height: 127.8%;
    color: #FFFFFF;
    margin-bottom: 12px;
}

.contactGroup {
    display: flex;
    flex-direction: column;
}

.contactGroup:not(:nth-last-child(1)) {
    margin-bottom: 60px;
}

.contactItem {
    display: flex;
    align-items: center;
    margin-bottom: 4px;
}

.contactItemImage {
    width: 16px;
    height: 16px;
    margin-right: 9px;
}

.contactItem a {
    font-weight: normal;
    font-size: 19px;
    line-height: 138.8%;
    color: #FFFFFF;
}

.contactLink {
    font-weight: normal;
    font-size: 19px;
    line-height: 138.8%;
    text-decoration-line: underline;
    color: #EBEBEB;
}

.contactName {
    font-weight: normal;
    font-size: 19px;
    line-height: 138.8%;
    color: #FFFFFF;
}

.contactLicense {
    font-weight: normal;
    font-size: 19px;
    line-height: 138.8%;
    color: #FFFFFF;
}

.menuOpenButton {
    display: none;
}

.mobileMenuWrapper {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    min-width: 320px;
    max-width: 350px;
    height: 100vh;
    padding: 5px 24px 0 24px;
    box-sizing: border-box;
    background: white;
    z-index: 5;
    box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.25);
}

.mobileMenu {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 266px;
}

.mobileMenuList {
    display: flex;
    flex-direction: column;
    margin-bottom: 51px;
}

.mobileMenuItem {
    display: block;
    padding: 18px 0 22px;
    border-bottom: 1px solid #C4C4C4;
    font-weight: normal;
    font-size: 16px;
    line-height: 147.8%;
    color: #333333;
}

.mobileMenuButton {
    font-weight: 600;
    font-size: 18px;
    line-height: 147.8%;
    align-items: center;
    text-align: center;
    color: #FFFFFF;
    background: #00B976;
    border-radius: 6px;
    margin-bottom: 24px;
    width: 100%;
    padding: 13px 29px 10px 29px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
}

.mobileMenu > .mobileMenuContacts > .contactItem > a {
    font-weight: normal;
    font-size: 17px;
    line-height: 152.8%;
    color: #268BFF;
}

.mobileMenuContacts div img {
    height: auto;
}

.mobileMenuCloseButton {
    position: absolute;
    top: 26px;
    right: 24px;
    background: none;
    border: none;
    outline: none;
}

.mobileMenuCloseButton > img {
    width: 22px;
}

.blackPhoneIcon, .bluePhoneIcon, .blueEmailIcon {
    display: none;
}

.slick-dots {
    position: absolute;
    bottom: 46px !important;
    left: 50% !important;
    transform: translate(-50%, 0) !important;
}

.slick-dots > li {
    width: 12px !important;
    height: 12px !important;
    border: 2px solid #FFFFFF !important;
    background: none !important;
    border-radius: 50px !important;
}

.slick-dots > li.slick-active {
    background: #fff !important;
}

.slick-dots > li > button {
    opacity: 0 !important;
}

.slick-dotted.slick-slider {
    margin-bottom: 0 !important;
}

.mobileScrollToSubmit {
    display: none;
}

.mobileContacts {
    display: none;
}

@media (max-width: 1440px) and (min-width: 768px) {
    header {
        justify-content: space-between;
        align-items: center;
        padding: 0 32px 0 40px;
    }

    .headerLink {
        display: none;
    }

    .mainLogo {
        flex: 1;
    }

    .headerGreenLink {
        display: block;
        padding: 14px 40px 10px;
    }

    .bluePhoneIcon, .defaultPhoneIcon, .defaultEmailIcon {
        display: none;
    }

    .blackPhoneIcon, .blueEmailIcon {
        display: block;
    }

    .contactGroup > .contactItem > a {
        font-weight: normal;
        font-size: 19px;
        line-height: 138.8%;
        text-align: center;
        color: #268BFF;
    }

    .contactGroup > .phoneContactItem > a {
        color: #4A4A4A;
    }

    .mobileMenu > .mobileMenuContacts > .phoneContactItem > a {
        color: #4A4A4A;
    }

    .menuOpenButton {
        display: block;
        background: none;
        border: none;
        outline: none;
        padding: 0;
        width: 22px;
        margin-left: 32px;
    }

    .menuOpenButton > img {
        width: 22px;
        height: 22px;
    }

    .mobileScrollToSubmit {
        display: block;
    }

    .promoContent {
        align-items: flex-start;
        width: 100%;
    }

    .promoTop p {
        max-width: 650px;
    }

    .promoBottom {
        background: none;
        /*flex-wrap: wrap;*/
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 20px;
        grid-template-rows: 1fr 1fr;
        align-self: center;
    }

    .promoItem {
        background: #00A2DD;
        width: 338px;
        height: 253px;
        border-radius: 30px;
    }

    .promoItem > .promoItemContent {
        justify-content: center;
    }

    .sendingElectronicReceipts {
        margin-top: 560px;
        width: 100%;
    }

    .mobileScrollToSubmit {
        padding: 0 40px;
    }

    .sendingElectronicReceipts > h2, .sendingElectronicReceiptsText, .advantages {
        padding: 0 40px;
    }

    .advantages {
        margin-bottom: 42px;
    }

    .advantageBlockTitle {
        text-align: left;
    }

    .advantagesList {
        background: none;
        padding: 0;
        height: auto;
    }

    .advantagesList > .advantageItem:not(:nth-last-child(1)) {
        margin-bottom: 12px;
    }

    .debtNotification {
        widtH: 100%;
        margin-top: 72px;
        align-items: center;
    }

    .debtNotification > h2, .debtNotificationText {
        padding: 0 40px;
    }

    .example, .example > img {
        width: 391px;
        height: 340px;
        flex: 1;
    }

    .exampleImageBlur {
        width: 391px;
    }

    .possibilitySms {
        margin-top: 29px;
        padding: 0 !important;
        width: 100%;
        background: none;
        height: auto;
    }

    .possibilitySmsTitle {
        order: 1;
        margin-bottom: 23px;
    }

    .possibilitySmsImages {
        order: 0;
        margin-top: 0;
        margin-bottom: 9px;
    }

    .possibilitySmsGroup {
        order: 2;
        flex-direction: column;
    }

    .possibilitySmsList {
        margin-right: 0;
    }

    .debtNotificationContent {
        margin-bottom: 40px;
    }

    .mobileScrollToSubmit {
        width: 100%;
        padding: 0 40px;
        box-sizing: border-box;
    }

    .mobileScrollToSubmit > .mobileMenuButton {
        padding: 18px 0 18px;
    }

    .automaticCalls {
        margin-top: 72px;
        width: 100%;
        align-items: center;
    }

    .automaticCalls > h2, .automaticCallsText {
        padding: 0 40px;
    }

    .lineImage {
        display: none;
    }

    .steps {
        display: grid;
        grid-template-rows: 1fr 1fr;
        grid-template-columns: 320px 320px;
        justify-content: flex-start;
        gap: 20px;
    }

    .steps .step {
        margin-right: 0;
    }

    .stepText {
        font-weight: normal;
        font-size: 22px;
        line-height: 138.8%;
        text-align: center;
        color: #4A4A4A;
    }

    .robotSendSms > img {
        margin-bottom: 35px;
    }


    .individualTariff {
        margin: 63px 0 65px;
        width: 100%;
    }

    .individualTariff > h2 {
        font-weight: 600;
        font-size: 36px;
        line-height: 127.8%;
        color: #4A4A4A;
        padding: 0 24px;
        box-sizing: border-box;
    }

    .individualTariffText {
        margin-top: 16px;
        font-weight: normal;
        font-size: 20px;
        line-height: 155.8%;
        color: #4A4A4A;
        padding: 0 24px;
        box-sizing: border-box;
    }

    .mobileContacts {
        display: block;
        padding: 0 24px;
        box-sizing: border-box;
    }

    .desktopContacts {
        display: none;
    }

    .footer {
        flex-direction: column-reverse;
        padding: 53px 24px 20px;
        background-position: center;
        background-size: cover;
        height: auto;
    }

    .submitStatus {
        width: 100%;
        margin: 16px 0 0;
    }

    .callbackForm {
        width: 100%;
        margin-right: 0 !important;
    }

    .submitErrorWrapper {
        height: 172px;
    }

    .thankYouWrapper {
        height: 122px;
    }

    .thankYouBackground {
        height: 122px;
        width: 100%;
    }

    .thankYou {
        width: 100%;
        height: 122px;
        padding: 15px 0 21px;
        box-sizing: border-box;
    }

    .submitError {
        width: 100%;
        height: 172px;
        padding: 15px 0 21px;
        box-sizing: border-box;
    }

    .submitErrorBackground {
        height: 172px;
        width: 100%;
    }

    .thankYouTitle {
        font-weight: 600;
        font-size: 24px;
        line-height: 147.8%;
        text-align: center;
        margin-bottom: 1px;
    }

    .thankYouText {
        font-weight: normal;
        font-size: 18px;
        line-height: 138.8%;
        text-align: center;
    }

    .mobileContacts {
        margin-top: 43px;
        display: flex;
        align-items: center;
    }

    .contactGroup {
        align-items: center;
    }

    .contactsTitle {
        font-weight: 600;
        font-size: 24px;
        line-height: 127.8%;
        color: #4A4A4A;
    }

    .mobileContacts > .contactGroup:not(:nth-last-child(1)) {
        margin-bottom: 23px;
    }

    .mobileContacts > .contactGroup > *:not(:nth-last-child(1)) {
        margin-bottom: 8px;
    }

    .mobileContacts .contactLink {
        font-weight: normal;
        font-size: 19px;
        line-height: 138.8%;
        color: #268BFF
    }

    .mobileContacts .contactName, .mobileContacts .contactLicense {
        font-weight: normal;
        font-size: 19px;
        line-height: 138.8%;
        color: #586272;
    }

    .footer {
        align-items: center;
    }

    form, .submitStatus {
        width: 395px !important;
    }
}


@media (max-width: 890px) and (min-width: 768px) {
    .sendingElectronicReceipts {
        margin-top: 660px;
        width: 100%;
    }
}

@media (max-width: 768px) {
    header {
        justify-content: space-between;
        align-items: center;
        height: 66px;
        padding: 0 24px 0 11px;
    }

    .mainLogo > img {
        width: 174px;
        height: 33px;
    }

    .headerLink, .headerGreenLink {
        display: none;
    }

    .promo {
        margin-top: 66px;
        background-size: cover;
        background-position: 70% 50%;
        padding-top: 113px;
    }

    .menuOpenButton {
        display: block;
        background: none;
        border: none;
        outline: none;
        padding: 0;
        width: 22px;
    }

    .menuOpenButton > img {
        width: 22px;
        height: 22px;
    }

    .promoContent {
        width: 100%;
    }

    .promoTop {
        padding: 0 23px 0 24px;
    }

    .promoTop > h1 {
        font-weight: 600;
        font-size: 38px;
        line-height: 117.8%;
        margin-bottom: 19px;
    }

    .promoTop > p {
        font-weight: normal;
        font-size: 22px;
        line-height: 143.8%;
    }

    .bluePhoneIcon, .blueEmailIcon {
        display: block;
    }

    .blackPhoneIcon, .defaultPhoneIcon, .defaultEmailIcon {
        display: none;
    }

    .contactGroup > .contactItem > a {
        font-weight: normal;
        font-size: 19px;
        line-height: 138.8%;
        text-align: center;
        color: #268BFF;
    }

    .mobileMenu > .mobileMenuContacts > .phoneContactItem > a {
        color: #268BFF;
    }

    .promoBottom, .promoItem {
        width: 328px;
        height: 304px;
    }

    .promoItem {
        align-items: center;
    }

    .mobileScrollToSubmit {
        display: block;
        margin-top: 23px;
        width: 100%;
        padding: 0 24px;
        box-sizing: border-box;
    }

    .telegramImage {
        margin-top: -20px !important;
    }

    .mobileScrollToSubmit > a {
        font-weight: 600;
        font-size: 20px;
        line-height: 147.8%;
        display: flex;
        align-items: center;
        text-align: center;
        color: #FFFFFF;
        padding: 17px 35px 14px 35px;
        box-sizing: border-box;
    }

    .sendingElectronicReceipts {
        margin-top: 200px;
        width: 100%;
        padding: 0 24px;
        box-sizing: border-box;
    }

    .sendingElectronicReceipts > h2 {
        text-align: left;
        font-weight: 600;
        font-size: 36px;
        line-height: 127.8%;
        color: #4A4A4A;
    }

    .sendingElectronicReceiptsText {
        font-weight: normal;
        font-size: 20px;
        line-height: 155.8%;
        color: #4A4A4A;
        text-align: left;
        margin-bottom: 38px;
    }

    .advantages {
        flex-direction: column;
        justify-content: flex-start;
    }

    .advantageBlock {
        margin-right: 0 !important;
    }

    .advantageBlock:not(:nth-last-child(1)) {
        margin-bottom: 38px;
    }

    .advantageBlockTitle {
        font-weight: 600;
        font-size: 24px;
        line-height: 127.8%;
        color: #4A4A4A;
        text-align: left;
        margin-bottom: 13px;
    }

    .advantagesList {
        padding: 10px 0px 17px 0px;
        width: 100%;
        height: auto;
    }

    .advantageItem:not(:nth-last-child(1)) {
        margin-bottom: 12px !important;
    }

    .advantageItem > span {
        font-weight: normal;
        font-size: 20px;
        line-height: 131.8%;
        display: flex;
        align-items: center;
        color: #4A4A4A;
    }

    .removeMarginMobileScroll {
        padding: 0;
    }

    .debtNotification {
        margin-top: 64px;
        width: 100%;
        padding: 0 24px;
        box-sizing: border-box;
    }

    .debtNotification > h2 {
        text-align: left;
        font-weight: 600;
        font-size: 36px;
        line-height: 127.8%;
        color: #4A4A4A;
    }

    .debtNotificationText {
        font-weight: normal;
        font-size: 20px;
        line-height: 155.8%;
        color: #4A4A4A;
        text-align: left;
        margin-bottom: 34px;
    }

    .debtNotificationContent {
        flex-direction: column;
    }

    .example {
        width: 100%;
        height: auto;
        margin-right: 0;
    }

    .exampleImageBlur {
        width: 100%;
    }

    .possibilitySms {
        margin-top: 29px;
        padding: 0 !important;
        width: 100%;
        background: none;
        height: auto;
    }

    .possibilitySmsTitle {
        order: 1;
        margin-bottom: 23px;
    }

    .possibilitySmsImages {
        order: 0;
        margin-top: 0;
        margin-bottom: 9px;
    }

    .possibilitySmsGroup {
        order: 2;
        flex-direction: column;
    }

    .possibilitySmsList {
        margin-right: 0;
    }

    .automaticCalls {
        margin-top: 63px;
        width: 100%;
        padding: 0 24px;
        box-sizing: border-box;
    }

    .automaticCalls > h2 {
        text-align: left;
        font-weight: 600;
        font-size: 36px;
        line-height: 127.8%;
        color: #4A4A4A;
    }

    .automaticCallsText {
        margin-top: 21px;
        font-weight: normal;
        font-size: 20px;
        line-height: 155.8%;
        color: #4A4A4A;
        text-align: left;
    }

    .steps {
        flex-direction: column;
    }

    .lineImage {
        transform: translate(-50%, 0) rotate(90deg) scale(0.35, 0.7);
        left: 50%;
    }

    .lineFirst {
        top: 195px;
    }

    .lineSecond {
        top: 480px;
    }

    .lineThird {
        top: 810px;
    }

    .step {
        margin-right: 0 !important;
    }

    .step:not(:nth-last-child(1)) {
        margin-bottom: 99px;
    }

    .profit {
        width: 100%;
        flex-direction: column;
        margin-top: 106px;
        padding: 75px 0 44px;
        height: auto;
    }

    .profitImage {
        left: 50%;
        top: -44px;
        transform: translate(-50%, 0);
        width: 92px;
        height: 92px;
    }

    .profitText {
        font-weight: 600;
        font-size: 24px;
        line-height: 147.8%;
    }

    .individualTariff {
        margin: 63px 0 65px;
        width: 100%;
    }

    .individualTariff > h2 {
        text-align: left;
        font-weight: 600;
        font-size: 36px;
        line-height: 127.8%;
        color: #4A4A4A;
        padding: 0 24px;
        box-sizing: border-box;
    }

    .individualTariffText {
        margin-top: 21px;
        font-weight: normal;
        font-size: 20px;
        line-height: 155.8%;
        color: #4A4A4A;
        text-align: left;
        padding: 0 24px;
        box-sizing: border-box;
    }

    .mobileContacts {
        display: block;
        padding: 0 24px;
        box-sizing: border-box;
    }

    .desktopContacts {
        display: none;
    }

    .footer {
        flex-direction: column-reverse;
        padding: 53px 24px 20px;
        background-position: center;
        background-size: cover;
        height: auto;
    }

    .submitStatus {
        width: 100%;
        margin: 16px 0 0;
    }

    .callbackForm {
        width: 100%;
        margin-right: 0 !important;
    }

    .submitErrorWrapper {
        height: 172px;
    }

    .thankYouWrapper {
        height: 122px;
    }

    .thankYouBackground {
        height: 122px;
        width: 100%;
    }

    .thankYou {
        width: 100%;
        height: 122px;
        padding: 15px 0 21px;
        box-sizing: border-box;
    }

    .submitError {
        width: 100%;
        height: 172px;
        padding: 15px 0 21px;
        box-sizing: border-box;
    }

    .submitErrorBackground {
        height: 172px;
        width: 100%;
    }

    .thankYouTitle {
        font-weight: 600;
        font-size: 24px;
        line-height: 147.8%;
        text-align: center;
        margin-bottom: 1px;
    }

    .thankYouText {
        font-weight: normal;
        font-size: 18px;
        line-height: 138.8%;
        text-align: center;
    }

    .mobileContacts {
        margin-top: 43px;
    }

    .contactsTitle {
        font-weight: 600;
        font-size: 24px;
        line-height: 127.8%;
        color: #4A4A4A;
    }

    .mobileContacts > .contactGroup:not(:nth-last-child(1)) {
        margin-bottom: 23px;
    }

    .mobileContacts > .contactGroup > *:not(:nth-last-child(1)) {
        margin-bottom: 8px;
    }

    .mobileContacts .contactLink {
        font-weight: normal;
        font-size: 19px;
        line-height: 138.8%;
        color: #268BFF
    }

    .mobileContacts .contactName, .mobileContacts .contactLicense {
        font-weight: normal;
        font-size: 19px;
        line-height: 138.8%;
        color: #586272;
    }
}

@media (max-width: 767px) and (min-width: 524px) {
    .sendingElectronicReceipts {
        margin-top: 100px !important;
    }
}

@media (max-width: 523px) and (min-width: 428px) {
    .sendingElectronicReceipts {
        margin-top: 130px !important;
    }
}

@media (max-width: 427px) and (min-width: 380px) {
    .sendingElectronicReceipts {
        margin-top: 160px !important;
    }
}

@media (max-width: 379px) and (min-width: 301px) {
    .sendingElectronicReceipts {
        margin-top: 250px !important;
    }
}

@media (max-width: 300px) {
    .sendingElectronicReceipts {
        margin-top: 300px !important;
    }
}