a, abbr, acronym, address, applet, b, blockquote, body, caption, center, cite, code, dd, del, dfn, div, dl, dt, em, fieldset, font, form, h1, h2, h3, h4, h5, h6, html, i, iframe, img, ins, kbd, label, legend, li, object, ol, p, pre, q, s, samp, small, span, strike, strong, t big, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, var {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    font-weight: unset;
    color: unset;
    text-decoration: unset;
    vertical-align: baseline;
    background: 0 0;
}

* {
    box-sizing: border-box;
}

/* автокомплит */
ul.ui-widget-content {
    display: block;
    position: absolute;
    max-width: 50%;
    width: 100%;
    max-height: 200px;
    font-size: 16px;
    opacity: 0.99;
    color: #666666;
    border-radius: 0 0 5px 5px;
    cursor: pointer;
    overflow-y: scroll;
    z-index: 100;
    background: #FFFFFF;
}

div.ui-menu-item-wrapper {
    margin: 2px 0;
}

div.ui-menu-item-wrapper:hover {
    color: #FFFFFF;
    background: #2B55A7;
    font-size: 16px;
}

div.ui-helper-hidden-accessible {
    visibility: hidden;
    opacity: 0;
    display: none;
}

body {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: "Inter", sans-serif;
    font-size: 12px;
}

.container {
    max-width: 1420px;
    width: calc(100% - 40px);
}

.header {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 21px 23px 21px 45px;
    margin: 15px 0 16px;
    background: #E9F5FF;
    border-radius: 20px;
}

.header__logo img {
    height: 50px;
    width: 220px;
}

.header__button {
    padding: 13px 24px;
}

.header__button,
.hero__button {
    letter-spacing: -0.045em;

    width: fit-content;
    font-weight: 500;
    font-size: 28px;
    line-height: 34px;
    color: #FFFFFF;
    background: #F6003C;
    border-radius: 12px;
}

.mobile_hero__button_section {
    padding-top: 33px;
}

.mobile_hero__button {
    display: none;
}

.header__button:hover,
.hero__button:hover,
.mobile_hero__button:hover,
.banner:hover,
.form__row_frame-submit:hover {
    background: linear-gradient(180deg, #F6003C 0%, #D50034 100%);
}

.form__row_frame-submit:active {
    margin: 0 0 2% 2%;
    background: linear-gradient(180deg, #cd113f 0%, #D50034 100%);
    color: #999999;
}

.er_msg {
    margin-top: 20px;
    padding: 10px 0px;
    font-size: 20px;
    color: red;
}

.main {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
}

.hero {
    display: flex;
    position: relative;
    flex-direction: column;
    padding: 95px 0 80px 69px;
    color: #FFFFFF;
    background: linear-gradient(269.83deg, #1E98FE 0.15%, #1E98FE 0.16%, #1E5EFF 99.85%);
    border-radius: 48px;
    overflow: hidden;
}

.hero__title {
    width: 796px;
    height: 183px;
    left: 126px;
    top: 258px;

    font-weight: 700;
    font-size: 68px;
    line-height: 90%;
    color: #FFFFFF;
}

.hero__description {
    font-weight: 500;
    font-size: 28px;
    line-height: 34px;
    letter-spacing: -0.045em;

    margin-right: 643px;
    color: #FFFFFF;
}

.hero__description_bold {
    font-weight: 700;
}

.hero__button {
    margin-top: 122px;
    padding: 13px 50px;
}

.hero__image {
    height: auto;
    display: flex;
    position: absolute;
    right: -7%;
    bottom: 3%;
}

.hero__image > img {
    width: 90%;
    height: 90%;
}

.banner {
    display: flex;
    justify-content: center;
    margin: 33px 0;
    padding: 25px 50px;
    background: #F6003C;
    border-radius: 35px;
}

.banner__text {
    max-width: 890px;
    font-weight: 700;
    font-size: 50px;
    line-height: 48px;
    text-align: center;
    color: #FFFFFF;
}

.form__wrapper {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

.w1-3 {
    width: 31.65%
}

.w2-3 {
    width: 66.1%
}

.form__row {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 33px;
}

.form__row_frame {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 51px 54px;
    background: #E9F5FF;
    border-radius: 48px;
    color: #000000;
}

.form__row_frame-num {
    margin-bottom: 15px;
    font-weight: 700;
    font-size: 67px;
    line-height: 107.02%;
}

.form__row_frame-title {
    max-width: 341px;
    font-weight: 700;
    font-size: 28px;
    line-height: 107.02%;
}

.form__row_frame-input {
    width: 100%;
    margin-top: 37px;
    padding: 22px 24px;
    font-weight: 500;
    font-size: 20px;
    line-height: 107.02%;
    background: #FFFFFF;
    border: none;
    border-radius: 18px;
    box-sizing: border-box;
}

.form__row_frame-input:active {
    border: inherit;
}

.form__row_frame-inputs {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.form__address {
    width: 60%;
}

.form__date {
    width: 38%;
}

.form__row_frame .form-checkbox__row {
    font-weight: 400;
    font-size: 21px;
    line-height: 25px;
    color: #000000;
}

.form__row_frame .form-checkbox__row .polagonew{
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
    color: #000000;
    text-decoration: underline;
}


.form__row_frame .form-checkbox__row .polagonew{
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
    color: #000000;
    text-decoration: underline;
}

.form__row_frame .form-checkbox input {
    width: 28px !important;
    height: 28px !important;
    border-color: #1E5FFF;
}

.form__row_frame .form-checkbox input:checked {
    background-color: #1E5FFF;
}

.form__row_second {
    min-height: 420px;
}

.button__frame {
    padding: 0;
}

.form__row_frame-submit {
    width: 100%;
    height: 100%;
    font-weight: 700;
    font-size: 62px;
    line-height: 107.02%;
    color: #FFFFFF;
    border: none;
    border-radius: 48px;
    background: #F6003C;
}

.info__row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.info__row_item {
    display: flex;
    position: relative;
    width: calc(100% / 2 - 16px);
    padding: 50px 50px 0;
    margin-bottom: 27px;
    background: linear-gradient(309.92deg, #1E98FE 4.22%, #1E5EFF 96.94%);
    border-radius: 48px;
    min-height: 370px;
}

.info__row_item-text {
    top: 57px;
    left: 54px;
    z-index: 1;
}

.info__row_item-title {
    width: 110%;
    font-weight: 700;
    font-size: 52px;
    line-height: 107.02%;
    color: #FFFFFF;
}

.info__row_item-description {
    width: 67%;
    margin-top: 24px;
    font-weight: 400;
    font-size: 27px;
    line-height: 107.02%;
    color: #FFFFFF;
    padding-bottom: 50px;
}

.info__row_item-picture {
    height: auto;
    display: flex;
    position: absolute;
}

.info__row_item-picture > img {
    height: 100%;
}

.picture__button {
    width: 49%;
    height: 336px;
    right: -3%;
    bottom: -25.5%;
    z-index: 1;
}

.show_for_tablet {
    display: none;
}

.hide_for_tablet {
    display: block;
}

.picture__calendar {
    height: 256px;
    right: 6%;
    bottom: -6%;
}

.picture__gift {
    width: 75%;
    top: -10%;
}

.info__row_item-gift {
    display: flex;
    justify-content: center;
}

.info__row_item-subtitle {
    display: flex;
    align-self: flex-end;
    font-weight: 700;
    font-size: 32px;
    color: #FFFFFF;
    z-index: 1;
}

.info__row:last-of-type {
    position: relative;
    padding-top: 35%;
}

.info__row:last-of-type .info__row_item:first-of-type {
    width: 36%;
    height: 100%;
    display: flex;
    position: absolute;
    left: 0;
    top: 0;
    padding: 60px 14px;
    text-align: center;
}

.info__row_item-table {
    width: 62%;
    height: 100%;
    display: flex;
    position: absolute;
    top: 0;
    right: 0;
    padding-top: 0px;
    flex-direction: column;
    align-items: center;
    font-weight: 700;
    font-size: 52px;
    background: #E9F5FF;
}

.info__row_item-table .info__row_item-title {
    width: 100%;
    padding: 24px 0;
    text-align: center;
    background: linear-gradient(309.92deg, #1E98FE 4.22%, #1E5EFF 96.94%);
    border-radius: 48px 48px 0 0;
}

.info__row_item-list {
    width: 100%;
    height: 66%;
    padding: 53px 53px 0px;
    box-sizing: border-box;
    z-index: 1;
}

.info__item {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding-right: 22px;
    margin-bottom: 40px;
    font-weight: 400;
    font-size: 37px;
    line-height: 107.02%;
}

.info__item_friends {
    color: #1E5EFF;
}

.footer {
    flex-direction: row;
    justify-content: space-between;
    margin-top: 0px;
    margin-bottom: 88px;
}

.footer__item {
    display: flex;
    padding: 45px 56px;
    box-sizing: border-box;
    background: #E9F5FF;
    border-radius: 48px;
}

.footer__socials {
    width: auto;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.footer__socials_text {
    font-weight: 400;
    font-size: 46px;
    line-height: 107.02%;
    width: 50%;
}

.footer__socials_icon {
    padding-right: 67px;
}

.footer__socials_link-img > img {
    max-width: 113px;
    width: 100%;
    height: 100%;
}

.footer__phone {
    width: 56%;
    flex-direction: column;
    justify-content: center;
}

.footer__phone_text {
    font-weight: 500;
    font-size: 44px;
    color: #000000;
}

.footer__phone_number {
    font-weight: 700;
    font-size: 87px;
    line-height: 107.02%;
    white-space: nowrap;
    color: #1E5EFF;
}

.mfp-wrap .mfp-inline-holder .mfp-content {
    width: auto;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
    opacity: 0;
    -webkit-backface-visibility: hidden;
    transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
    opacity: 0;
}

.mfp-close:active {
    top: 25px;
}

.mfp-close {
    width: 44px;
    height: 44px;
    top: 25px;
    right: 34px;
    padding: unset;
    background: url("/landing/invite_friends/assets/images/closeModal.svg") center no-repeat;
    background-size: contain;
    cursor: pointer;
}

.mfp-content {
    max-width: 90%;
}

.modal-card {
    min-height: 473px;
    min-width: 748px;
    padding: 89px 90px 20px;
    letter-spacing: unset;
    background: #E9F5FF;
    box-shadow: 7px 8px 31px rgba(0, 0, 0, 0.06);
    border-radius: 69px;
}

.modal-card__content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.modal-card__title {
    margin: 18px 0;
    text-align: center;
    font-weight: 700;
    font-size: 48px;
    line-height: 107.02%;
    color: #1E5EFF;
}

.modal-card__title_error {
    color: #F6003C;
}

.modal-card__description {
    max-width: 560px;
    text-align: center;
    font-weight: 400;
    font-size: 28px;
    line-height: 107.02%;
    color: #000000;
}

.modal-card__success,
.modal-card__error {
    display: none;
}

.agreement {
    display: inline-grid;
}

.hide_add_text {
    display: none;
}

@media screen and (max-width: 1400px) {
    .info__row_item-text {
        top: 35px;
    }

    .info__row_item-title {
        width: 100%;
    }

    .info__row_item-description {
        width: 60%;
    }

    .hero__description {
        padding-right: 6%;
    }

    .form__row_frame .form-checkbox__row {
        font-size: 16px;
        line-height: 16px;
    }

    .picture__button {
        bottom: -12%;
        right: 0%;
    }
}

@media screen and (max-width: 1250px) {
    .hero__title {
        font-size: 37px;
        width: 375px;
    }

    .hero__description {
        font-size: 16px;
        line-height: 19px;
    }

    .hero__image {
        right: -14%;
        bottom: -7%;
    }

    .hero__button {
        margin-top: 50px;
    }

    .form__row_frame {
        padding: 51px 35px;
    }

    .form__row_frame-input {
        padding: 22px 10px;
    }

    .form__row_frame-submit {
        font-size: 45px;
    }

    .button__frame {
        padding: 0;
    }

    .info__row_item-title {
        width: 65%;
        font-weight: 700;
        font-size: 37px;
        line-height: 107.02%;
    }

    .info__row_item-description {
        font-weight: 400;
        font-size: 25px;
        line-height: 107.02%;
    }

    .info__row_item-subtitle {
        font-size: 25px;
        line-height: 107.02%;
    }

    .info__row_item .info__row_item-calendar .w1-2 {
        max-height: 293px;
    }

    .info__row .picture__calendar {
        width: auto;
        height: 255px;
    }

    .info__item {
        font-size: 25px;
    }

    .footer__phone_text {
        font-size: 24px;
    }

    .footer__phone_number {
        font-size: 60px;
    }

    .footer__socials_link {
        width: 80px;
        height: 80px;
    }

    .footer__socials_icon {
        padding-right: 30px;
    }
}

@media screen and (max-width: 1025px) {
    .header__logo img {
        width: 123px;
        height: 28px;
    }

    .header__button {
        padding: 16px 18px;
        font-size: 18px;
        line-height: 22px;
    }

    .hero {
        padding: 53px 0 25px 38px;
        border-radius: 20px;
    }

    .hero__title {
        width: 66%;
        margin-bottom: 14px;
    }

    .hero__description {
        max-width: 55%;
        font-size: 16px;
        line-height: 19px;
        width: 80%;
        padding-right: 6%;
    }

    .hero__image {
        width: 516px;
        right: -101px;
        bottom: 0%;
    }

    .hero__button {
        padding: 15px 20px;
        font-size: 18px;
        line-height: 22px;
        border-radius: 7px;
    }

    .mobile_hero__button_section {
        padding-top: 23px;
    }

    .banner {
        padding: 15px 95px;
        border-radius: 20px;
    }

    .banner__text {
        font-size: 31px;
        line-height: 102.02%;
    }

    .form__row_frame {
        padding: 28px 30px;
        border-radius: 20px;
    }

    .form__row_frame-num {
        font-size: 30px;
    }

    .form__row_frame-title {
        margin-top: 15px;
        font-size: 15px;
    }

    .form__row_frame-input {
        padding: 12px 14px;
        font-size: 11px;
        border-radius: 7px;
    }

    .form__address {
        width: 58%;
    }

    .form__date {
        width: 40%;
    }

    .form__step_1 .form__row_frame-title {
        width: 150px;
    }

    .form__step_2 .form__row_frame-title {
        width: 180px;
    }

    .form__row_frame .form-checkbox input {
        width: 14px !important;
        height: 14px !important;
    }

    .form__row_frame .form-checkbox__row {
        font-size: 13px;
        line-height: 16px;
    }

    .button__frame {
        padding: 0;
    }

    .form__row_second {
        min-height: 233px;
    }

    .form__row_frame-submit {
        font-size: 35px;
        border-radius: 20px;
    }

    .info__row_first {
        flex-wrap: wrap;
    }

    .info__row_first .info__row_item {
        width: 100%;
        min-height: 370px;
        flex-direction: row;
    }

    info__row_item info__row_item-calendar w1-2 {
        max-height: 293px;
    }

    .info__row_first .info__row_item-picture,
    .info__row_item-text {
        position: relative;
        inset: unset;
    }

    .info__row_item-title,
    .info__row_item-description {
        width: unset;
    }

    .info__row_item {
        align-items: center;
        padding-top: unset;
        padding-left: 52px;
        border-radius: 20px;
    }

    .info__row:last-of-type .info__row_item:first-of-type {
        padding: 27px 15px;
    }

    .info__row_item-subtitle {
        font-size: 15px;
    }

    .picture__button {
        width: 50%;
    }

    .picture__calendar {
        padding: 35px 43px 35px 0;
    }

    .info__row_item-table {
        padding-left: unset;
    }

    .info__row_item-list {
        height: 74%;
        padding: 29px;
    }

    .info__row_item-table .info__row_item-title {
        font-size: 29px;
        border-radius: 20px 20px 0 0;
    }

    .info__item {
        margin-bottom: 22px;
        font-size: 21px;
    }

    .footer__item {
        padding: 33px 30px;
        border-radius: 20px;
    }

    .footer__socials_text {
        width: 50%;
        font-size: 31px;
    }

    .footer__socials_icon {
        padding-right: 30px;
    }

    .footer__socials_link {
        width: 62px;
        height: 62px;
    }

    .footer__socials_link-img > img {
        max-width: 82px;
    }

    .footer__phone_number {
        font-size: 47px;
        line-height: 107.02%;
    }

    .modal-card {
        min-width: unset;
        border-radius: 20px;
    }
}

@media screen and (max-width: 900px) {
    .header {
        padding: 10px 10px 10px 25px;
        margin: 20px 0 23px;
    }

    .hero__title {
        margin-bottom: -90px;
    }

    .form__row {
        margin-bottom: 19px;
    }

    .form__row_frame .form-checkbox__row {
        font-size: 13px;
        line-height: 16px;
    }

    .info__row {
        margin-top: 4px;
    }

    .info__row_item {
        margin-bottom: 23px;
        padding-top: 30px;
    }

    .info__row_item-title {
        width: 133%;
    }

    .info__row_item-description {
        width: 100%;
    }

    .picture__button {
        margin-right: -5%;
    }

    .show_for_tablet {
        display: block;
    }

    .hide_for_tablet {
        display: none;
    }

    .info__row .picture__calendar {
        width: 100%;
        height: 297px;
        left: 12%;
    }

    .footer {
        margin-top: -2px;
    }

    .footer__socials_text span {
        font-size: 31px;
    }

    /*стили для перехода с 3х блоков в 1 */
    .form__row {
        flex-direction: column;
        margin-bottom: 20px;
    }

    .w1-3 {
        width: 100%;
        margin-bottom: 20px;
    }

    .w2-3 {
        width: 100%;
    }

    .form__row_frame_text .form__row_frame-title {
        width: 100%;
        font-size: 18px;
        letter-spacing: normal;
    }

    .form__step_3 .form__row_frame-title {
        font-size: 18px;
        letter-spacing: normal;
    }

    .form__row_frame-inputs {
        flex-direction: column;
    }

    .form__row_frame-submit {
        font-size: 35px;
        border-radius: 20px;
        padding: 61px 0;
    }

    .form__row_frame-input {
        width: 100%;
    }

    .picture__button {
        margin-right: 0%;
    }

    .info__row .picture__calendar {
        left: 12%;
    }
}

@media screen and (max-width: 768px) {
    .hero {
        padding: 24px 0 25px 38px;
    }

    .hero__title {
        margin-bottom: -90px;
    }

    .hero__description {
        max-width: 55%;
        width: 80%;
        margin-top: 20px;
    }

    .hero__image {
        width: 467px;
        right: -67px;
    }

    .footer__socials_text {
        width: 50%;
        font-size: 25px;
    }

    .footer__socials_link-img > img {
        max-width: 67px;
    }

    .footer__socials_icon {
        padding-right: 10px;
    }
}

@media screen and (max-width: 700px) {
    .hero__title {
        margin-bottom: -50px;
    }

    .hero__image {
        right: -100px;
    }
}

@media screen and (max-width: 600px) {
    .mobile_hero__button_section {
        padding-top: 15px;
    }

    .container {
        width: calc(100% - 20px);
    }

    .header {
        justify-content: center;
        margin: 12px 0 7px;
    }

    .header__button {
        display: none;
    }

    .hero {
        align-items: center;
        padding: 37px 0 0;
        text-align: center;
    }

    .hero__image {
        width: 115%;
        position: relative;
        right: -5%;
    }

    .hero__title {
        width: 100%;
        margin-bottom: -90px;
    }

    .hero__description {
        max-width: 100%;
        margin-right: 0;

        width: 100%;
        padding: 0 12px;
    }

    .hero__button {
        position: absolute;
        bottom: 58px;
        z-index: 2;
    }

    .banner {
        padding: 22px 28px;
    }

    .banner__text {
        font-size: 24px;
    }

    .form__row {
        flex-direction: column;
        margin-bottom: 0;
    }

    .info__row_first {
        margin-top: 122px;
    }

    .form__row_frame {
        width: 100%;
        margin-bottom: 15px;
        padding: 34px 42px;
    }

    .form__row_frame_text .form__row_frame-title {
        width: 100%;
        font-size: 18px;
        letter-spacing: normal;
    }

    .form__step_3 .form__row_frame-title {
        font-size: 18px;
        letter-spacing: normal;
    }

    .form__row_frame-input {
        width: 100%;
        margin-top: 28px;
        padding: 13px 17px;
    }

    .form__row_frame-inputs {
        flex-direction: column;
    }

    .form__date {
        margin-top: 8px;
    }

    .button__frame {
        padding: 0;
    }

    .info__row .picture__button {
        max-height: 223px;
        width: 95%;
        position: absolute;
        top: -27%;
        left: 15%;
        margin-left: 9%;
    }

    .info__row_item-calendar {
        margin-top: 95px;
    }

    .info__row_item-picture.picture__calendar {
        width: 65%;
        height: 225px;
        position: absolute;
        top: -36%;
        padding: unset;
        margin-left: 5%;
    }

    .form__row_frame-submit {
        padding: 61px 0;
    }

    .info__row:last-of-type {
        flex-direction: column;
        padding-top: unset;
    }

    .info__row_item-text {
        width: 100%;
        margin-bottom: 37px;
        text-align: center;
        align-self: flex-end;
    }

    .info__row:last-of-type .info__row_item:first-of-type {
        width: 100%;
        height: 350px;
        position: relative;
    }

    .info__row_item,
    .info__row_item-table {
        min-height: unset;
        height: 350px;
        width: 100%;
        position: relative;
    }

    .info__row_item.info__row_item-table {
        height: 200px;
    }

    .info__row_item-title {
        font-size: 31px;
        padding: 0 8px;
        width: 100%;
    }

    .info__row_item-description {
        width: 100%;
        margin-top: 19px;
        padding: 0 28px;
        font-size: 16px;
    }

    .info__row_item-subtitle {
        font-size: 21px;
    }

    .info__row_item-gift {
        margin: 38px 0 53px;
    }

    .info__row:last-of-type .info__row_item:first-of-type {
        padding: 0 15px 37px;
    }

    .picture__gift {
        top: -20%;
    }

    .info__row_item-table {
        margin-bottom: 8px;
    }

    .info__row_item-table .info__row_item-title {
        font-size: 20px;
        padding: 13px;
    }

    .info__item {
        font-size: 15px;
        padding-right: 8px;
        margin-bottom: 15px;
    }

    .info__row_item-list {
        padding: 20px;
    }

    .info__row_item {
        justify-content: center;
        letter-spacing: normal;
    }

    .footer {
        flex-direction: column;
        margin: 0 12px 8px;
    }

    .footer__item {
        width: 100%;
        margin-bottom: 8px;
        padding: 20px 25px;

        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .footer__socials_link {
        width: 67px;
        height: 67px;

        max-width: 100%;
    }

    .footer__phone_text {
        font-size: 18px;
    }

    .footer__phone_number {
        font-size: 37px;
    }

    .modal-card {
        padding: 44px 24px 20px;
        border-radius: 20px;
    }

    .mfp-close {
        height: 30px;
        width: 30px;
        top: 15px;
        right: 15px;
    }

    .modal-card__title {
        font-size: 32px
    }

    .footer__socials_text {
        min-width: 320px;
        margin-bottom: 14px;
        text-align: center;
    }

    .footer__socials_icon {
        padding-right: 40px;
    }
}

@media screen and (max-width: 425px) {
    .hero__title {
        height: 100%;
        width: 100%;
        font-size: 27px;
        text-align: center;
        padding: 0px 14px 0;
        margin-bottom: 0px;
    }

    .hero__description {
        font-size: 13px;
        line-height: 16px;
        text-align: center;
        padding: 0 14px;
    }

    .hero__button {
        display: none;
    }

    .mobile_hero__button_section {
        padding-top: 10px;
    }

    .mobile_hero__button {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        min-width: 100%;
        max-width: 100%;
        background: #F6003C;
        border-radius: 20px;
        padding: 37px 0;
        margin: 10px 0px;
        font-style: normal;
        font-weight: 500;
        font-size: 40px;
        line-height: 48px;
        text-align: center;
        letter-spacing: -0.045em;
        color: #FFFFFF;
    }

    .hero__image {
        width: 467px;
        right: -4%;
    }

    .form__row_frame .form-checkbox__row {
        font-weight: 400;
        font-size: 11px;
        line-height: 13px;
    }

    .form__row_frame-submit {
        padding: 26px 50px;
    }

    .info__row_first .info__row_item {
        min-height: 350px;
    }

    .info__row_item, .info__row_item-table {
        height: 293px;
    }

    .info__row_item .w1-2 {
        height: 350px;
    }

    .info__row_first {
        margin-top: 25px;
    }

    .info__row_item {
        padding-right: 0px;
    }

    .info__row_item-text {
        width: 100%;
        min-width: 320px;
        margin-right: 40px;
    }

    .info__row_item-calendar {
        margin: 18px 0 25px;
        min-height: 293px !important;
    }

    .info__row_item .info__row_item-calendar {
        max-height: 293px;
        height: 0;
    }

    .show_for_tablet {
        display: none;
    }

    .hide_for_tablet {
        display: block;
    }

    .info__row .picture__calendar {
        width: auto;
        height: 160px;
        margin-left: 0%;
    }

    .info__row_item-calendar .info__row_item-text {
        width: 100%;
        margin-block: inherit;
        min-width: 293px;
    }

    .info__row_item-title {
        width: 100%;
        font-size: 24px;
        text-align: center;
    }

    .info__row_item-description {
        font-size: 16px;
        text-align: center;
        padding-left: 27px;
    }

    .info__row .picture__button {
        max-height: 223px;
        width: 100%;
        top: -10%;
        left: 18%;
        margin-left: 0%;
    }

    .info__row .picture__calendar {
        max-height: 160px;
        width: 100%;
        top: -11%;
        left: 26%;
    }

    .footer__socials_text span {
        font-size: 19px;
    }
}

@media screen and (max-width: 357px) {
    .footer__socials_icon {
        padding-right: 20px;
    }
}

@media screen and (max-width: 330px) {
    .mobile_hero__button {
        padding: 37px 37px;
    }

    .info__row_item-text {
        min-width: 300px;
    }

    .info__row_item-list {
        padding: 20px 10px;
    }

    .footer__socials_icon {
        padding-right: 20px;
    }
}
