/* breadcrumb */
/* .breadcrumbs-wrapper {
    background: #F1F1F1;
    font-family: Literal;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 35px;
}

.breadcrumbs>span {
    padding: 11px 0;
    display: inline-block;
}

.breadcrumbs,
.breadcrumbs span {
    color: #B2B2B2;
}

.breadcrumbs .current-item {
    color: #EA761A !important;
} */

/* Possibility form */
.possibility-form .wpcf7-response-output {
    border: 1px solid #644091 !important;
}
.possibility-form-wrapper {
    background-color: #f1f1f1;
    padding: 30px 0 40px 0;
}

.possibility-form__title {
    font-family: Literal;
    font-size: 24px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
}

.possibility-form-wrapper input {
    border: 2px solid #542F84;
    width: 100%;
    padding: 12px 16px;
    border-radius: 5px;
    height: 48px;
}
input.wpcf7-form-control {
    /* border: 2px solid transparent; */
}
input.wpcf7-not-valid {
    border: 2px solid rgb(247 128 128) !important;
}

.wpcf7-not-valid-tip {
    display: none;
}

.possibility-form {
    display: flex;
    margin: 0 -3px;
    align-items: start;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 15px;
}

.possibility-form-field {
    width: 20%;
    padding: 0 6px;
    position: relative;
}

.possibility-form-submit {
    padding-top: 19px;
}

.possibility-form-submit input {
    background-color: #644091;
    color: white;
    font-family: Literal;
    font-size: 20px;
    font-weight: 600;
    padding: 9px 16px;
}

.possibility-form-field label {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 500;
}

.possibility-form-field .wpcf7-spinner {
    position: absolute;
    right: 0;
    margin-right: 15px;
    bottom: 11px;
    background: #5d188f;
}

.wpcf7-not-valid-tip {
    font-size: 12px !important;
    position: absolute;
    bottom: -14px;
    left: 5px;
}

.wpcf7 form.sent .wpcf7-response-output {
    border: 1px solid #644091;
}

.possibility-form__modal-btn {
    background-color: #644091;
    color: white;
    font-family: Literal;
    font-size: 20px;
    font-weight: 600;
    padding: 9px 16px;
    margin: 15px auto 0;
    display: none;
}

/* hero block */
.hero-block-wrapper {
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    /* margin-bottom: 35px; */
    background-color: white;
}
.hero-business {
    padding-bottom: 35px;
    background-color: white;
}
.hero-block-img-wrapper {
    display: flex;
    align-items: center;
    position: absolute;
    width: 100%;
    height: 100%;
}
.hero-block-img-part {
    width: 50%;
}

.hero-block-txt-right {
    overflow: hidden;
    position: relative;

    display: flex;
    justify-content: end;
}

.hero-block-img-txt {
    display: flex;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #644091;
    padding: 40px 50px 30px 25px;
    color: white;
    border-top-right-radius: 100px;
    align-items: center;
}
.hero-block-img-right img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
}
.hero-block-txt-wrapper {
    display: flex;
    
}
.hero-block-txt-left {
    padding: 30px 15px 30px 0;
}
.hero-block-txt__title {
    font-family: Literal;
    font-size: 50px;
    font-weight: 700;
    text-transform: uppercase;
    color: #644091;
    line-height: 1.2;
}
.hero-block-txt__subtitle {
    font-family: Literal;
    font-size: 34px;
    font-weight: 400;
    color: #644091;
}
.hero-block-txt__thesis {
    font-family: Literal;
    font-size: 18px;
    font-weight: 400;
    color: #000;
    position: relative;
    padding-left: 20px;
    margin: 30px 0 25px 0;
}
.hero-block-txt__thesis p {
    line-height: 1.7;
}
.hero-block-txt-part {
    width: 50%;
}

.hero-block-txt__thesis-decor {
    height: 100%;
    position: absolute;
    padding: 8px 0;
    left: 0;
}
.hero-block-txt__thesis-decor-inner {
    height: 100%;
    border-left: 3px solid #644091; 
}
.hero-block-txt__description {
    font-family: Literal;
    font-size: 18px;
    font-weight: 700;
    color: #000;
    line-height: 1.6;
}
.hero-block-img-label__ico svg {
    fill: white;
    width: 58px;
    height: 82px;
}
.hero-block-img-label__txt {
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 700;
    padding-left: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.hero-block-txt-right img {
    height: 100%;
}

/*  */
.business-advantage {
    width: 33.33%;
}

/* Order form */
form .order-form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

form .order-form .order-form-field {
    width: 32%;
}

form .order-form .order-form-field span input {
    width: 100%;
}

.order-form-wrapper {
    background: linear-gradient(180deg, #77589f 0%, #562B8B 100%);
    padding: 60px 0 60px 0;
    /* margin-top: 35px; */
}

.main-page-order-form .order-form-wrapper {
    margin-top: 0 !important;
}

.order-form__title {
    font-family: Literal;
    font-size: 36px;
    font-weight: 400;
    color: white;
    text-transform: uppercase;
    text-align: center;
    padding: 0 0 20px 0;
    position: relative;
}

.order-form__title:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -175px;
    width: 350px;
    height: 3px;
    background-color: white;
}

.order-form__subtitle {
    font-family: Literal;
    font-size: 20px;
    font-weight: 400;
    color: white;
    text-align: center;
    padding: 20px 17px 35px;
}

.order-form input,
.order-form select {
    background-color: white;
    padding: 12px 24px;
    border-radius: 5px;
    font-family: Literal;
    font-size: 20px;
    font-weight: 400;
}

.order-form select {
    padding-left: 21px;
    outline: none;
}

.jq-selectbox {
    width: 100%;
}

.jq-selectbox__select {
    background-color: white;
    padding: 12px 40px 12px 24px;
    border-radius: 5px;
    margin-bottom: 15px;
    font-family: Literal;
    font-size: 20px;
    font-weight: 400;
    position: relative;
    cursor: pointer;
    /* color: #313737 !important; */
}

.jq-selectbox__select-text {
    /* color: red; */
}

.jq-selectbox__trigger {
    position: absolute;
    top: 50%;
    right: 12px;
    margin-top: -4px;
}

.jq-selectbox .jq-selectbox__trigger-arrow {
    border: 9px solid transparent;
    border-top: 13px solid #444;
}

.jq-selectbox.opened .jq-selectbox__trigger-arrow {
    transform: rotate(180deg);
}

.jq-selectbox.opened .jq-selectbox__trigger {
    margin-top: -13px;
}

.jq-selectbox__dropdown {
    background-color: white;
    width: 100%;
    top: 53px;
    border-radius: 5px;
    padding: 10px 0;
    box-shadow: 0px 4px 5px 0px rgb(101, 101, 101);
}

.jq-selectbox__dropdown li {
    padding: 15px 25px;
    cursor: pointer;
}

.jq-selectbox__dropdown li:nth-child(1) {
    display: none;
}

.jq-selectbox__dropdown li:hover {
    background-color: #f1f1f1;
}

.order-form-submit input {
    background-color: #EA761A;
    color: white;
    width: 100%;
}
.order-form-submit {
    position: relative;
}
.order-form-submit .wpcf7-spinner {
    position: absolute;
    right: 0;
    top: 13px;
}
.order-form-inner .wpcf7-response-output {
    border-color: white !important;
    color: white !important;
}
form .order-form .wpcf7-not-valid-tip {
    bottom: -1px;
}
.order-form-inner .order-form-field input::placeholder {
    color: #313737;
}
.order-form-inner .order-form-field .jq-selectbox__dropdown {
    color: #313737;
    font-size: 20px;
}

/* feedback-form */
.feedback-form__checkbox {
    cursor: default;
}
.feedback-form-submit {
    position: relative;
}
.feedback-form-submit .wpcf7-spinner {
    position: absolute;
    right: 0;
    top: 24px;
}
.feedback-form-inner .feedback-form__checkbox {
    background-color: transparent;
}
.feedback-form-inner .wpcf7-list-item {
    margin-left: 0;
}

.feedback-form-field-wrapper span {
    padding-left: 0;
}
.feedback-form textarea, .feedback-form input.feedback-form__field {
    width: 100%;
}

.feedback-form-submit input {
    background: var(--bg-color-purple-10) !important;
    width: 100%;
}
#feedback-form__agree.wpcf7-not-valid .wpcf7-list-item-label {
    color: red;
}

/*  */
.top-menu__item-wrapper--business {
    margin-right: auto;
}
.top-menu__phone-wrapper {
    /* margin-left: 14px; */
}

/*  */
.menu-horizon.nav ul li a {
    position: relative;
}

.menu-horizon.menu1>li:hover>a:before, .menu-horizon.menu1>li:not(:first-child):hover>button:before {
    content: '';
    position: absolute;
    width: 100%;
    border-bottom: 2px solid #644091;
    left: 0;
    bottom: -8px;
}

.popup-location {
    /* width: 475px;
    margin-left: -237px;
    padding: 22px 30px; */
}
.popup-modal-close {
    /* top: 28px;
    right: 31px; */
}
.popup-modal-close svg {
    /* width: 20px;
    height: 20px; */
}
ul.select2-results__options {
    /* padding-right: 13px; */
}

.simplebar-track.simplebar-vertical {
    /* background: #f7f7f7;
    width: 6px;
    border-radius: 10px; */
}
.simplebar-scrollbar:before {
    /* left: 0;
    background: #644091;
    opacity: 1;
    width: 6px; */
}

.tv__card img {
    width: 100%;
}
.tv-item:nth-child(2n) .tv__info {
    text-align: right;
}



/* details-layer-img */
.details-wrapper {
    background-color: #f1f1f1;
    position: relative;
    margin-bottom: 135px;
}
.details-layer-img {
    display: flex;
}
.details-layer-img-part {
    width: 50%;
}
.details-layer-img-part-left {
    min-height: 422px;
    padding-right: 70px;
}
.details-layer-img-part-left img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
    max-width: 630px;
    margin-left: auto;
    position: relative;
    top: 70px;
}
.details-layer-txt {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}
.details-layer-txt-inner {
    display: flex;
    height: 100%;
}
.details-layer-txt-part {
    width: 50%;
}
.details-layer-txt-right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 50px;
}
.details-layer-txt-title {
    position: relative;
    padding-left: 18px;
    font-family: Literal;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 40px;
    color: #000;
    line-height: 1.4;
}
.details-layer-txt-title-decor {
    position: absolute;
    height: 100%;
    padding: 7px 0 4px 0;
    left: 0;
}
.details-layer-txt-title-decor-inner {
    border-left: 4px solid #644091;
    height: 100%;
}
.details-layer-txt-subtitle {
    font-family: Literal;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    line-height: 1.4;
}




/*  */
.business-advantage {
    width: 48%;
}

/*  */
.consultation-wrapper {
    padding-top: 50px;
    padding-bottom: 60px;
    background-color: white;
}
.consultation-items {
    display: flex;
}
.consultation__action {
    margin-top: 20px;
}
.consultation__button {
    background-color: #EA761A;
    color: white;
    font-family: Literal;
    font-size: 20px;
    font-weight: 400;
    text-wrap: nowrap;
    padding: 10px 50px;
}
.consultation__title {
    color: #644091;
    font-family: Literal;
    font-size: 30px;
    font-weight: 700;
    display: inline-block;
    border-bottom: 3px solid #644091;
    padding-bottom: 15px;
    margin-bottom: 23px;
}
.consultation__text {
    font-family: Literal;
    font-size: 20px;
    font-weight: 400;
}
.consultation__time {
    font-family: Literal;
    font-size: 20px;
    font-weight: 400;
    margin-top: 15px;
}
.consultation-items {
    margin-top: 40px;
}
.consultation-items li {
    padding: 0 50px;
    width: 50%;
}
.consultation__action .jq-selectbox__select {
    background-color: #644091;
    color: white;
    width: 300px;
}

.consultation__action .jq-selectbox__trigger-arrow {
    border-top: 13px solid #fff;
}
.consultation__action .jq-selectbox__dropdown ul li {
    width: 100%;
}
.consultation__action .jq-selectbox {
    width: auto;
}



/*  */
.questions__items li {

}


/*  */
.benefits__items {
    display: flex;
}
.benefits__items li {
    width: 33.33%;
    padding: 0 25px;
    border-right: 1px solid #644091;
}
.benefits__number {
    color: #644091;
    opacity: 0.5;
    font-size: 150px;
    font-family: 'Literal';
    font-weight: 700;
    line-height: 1;
}
.benefits__title {
    color: #644091;
    font-size: 24px;
    font-family: 'Literal';
    font-weight: 700;
    margin-bottom: 30px;
}
.benefits__description {
    color: #000;
    font-size: 16px;
    font-family: 'Literal';
    font-weight: 400;
}
.benefits-wrapper {
    margin-bottom: 80px;
}

/*  */
.additional-wrapper {
    padding: 60px 0;
    background: linear-gradient(180deg, rgb(100, 64, 145) 0%, rgb(83, 40, 136) 100%);
    padding: 60px 0 20px 0;
}
.section-title--additional {
    color: white;
    line-height: 0.8;
    padding-bottom: 30px;
    position: relative;
    margin-bottom: 50px;
}
.section-title--additional::before {
    content: '';
    position: absolute;
    width: 350px;
    border-top: 3px solid #fff;
    bottom: 0;
    left: 50%;
    margin-left: -175px;
}
.additional__items {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin: auto;
    height: 260px;
    flex-wrap: wrap;
    max-width: 832px;
}
.additional__items li {
    width: 50%;
    font-family: Literal;
    font-size: 24px;
    font-weight: 400;
    color: #fff;
    padding-left: 64px;
    position: relative;
    margin-bottom: 30px;
}
.additional__item-ico {
    display: block;
    width: 38px;
    height: 34px;
    position: absolute;
    top: 0;
    left: 0;
}
.additional__item-ico svg {
    fill: white;
    height: 100%;
    width: 100%;
}

/*  */
.questions-wrapper {
    padding: 40px 0 50px 0;
    background-color: white;
}
.questions-inner .ui-accordion-header {
    color: #000;
    border: 1px solid #B6B6B6;
    border-radius: 5px;
    font-family: Literal;
    font-size: 24;
    font-weight: 700;
    padding: 18px 76px 18px 26px;
    margin: 20px 0 0 0;
    position: relative;
    cursor: pointer;
    box-sizing: border-box;
    background-color: transparent;
}
.questions-inner .ui-accordion-header-active {
    color: #644091;
    border: 2px solid #644091;
    background-color: transparent;
}
.questions-inner .ui-accordion-header .ui-accordion-header-icon {
    content: '';
    position: absolute;
    width: 18px;
    height: 26px;
    border-top: 13px solid #000;
    border-bottom: 13px solid transparent;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    right: 50px;
    top: 50%;
    margin-top: -5px;
}
.questions-inner .ui-accordion-header-active .ui-accordion-header-icon {
    transform: rotate(180deg);
    border-top-color: #644091;
    margin-top: -18px;
}
.ui-accordion-content {
    font-family: Literal;
    font-size: 20px;
    font-weight: 400;
    padding: 15px 30px;
    /* height: fit-content !important; */
}


/* info page */
.hero-banner-wrapper {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 55px;
    display: flex;
    justify-content: flex-end;
}
.hero-info-wrapper .hero-banner__title {
    padding-bottom: 0;
}
.hero-banner__txt {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 95px 0 60px;
}
.hero-banner__txt::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width: 866px;
    height: 822px;
    background-image: linear-gradient(to right, rgba(91,51,140, 1), rgba(91,51,140, 1), rgba(91,51,140, 1), rgba(91,51,140, 0.9));
    margin-top: -411px;
    border-radius: 450px;
}
.hero-banner__title {
    position: relative;
    z-index: 9;
    font-family: Literal;
    font-size: 50px;
    font-weight: 700;
    color: white;
    text-transform: uppercase;
    line-height: 1.2;
    padding-bottom: 20px;
}
.hero-banner__subtitle {
    position: relative;
    z-index: 9;
    font-family: Literal;
    font-size: 40px;
    font-weight: 400;
    color: white;
    line-height: 1.2;
}

/*  */
.title-line {
    position: relative;
    padding-bottom: 26px;
    line-height: 1;
}
.title-line::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -197px;
    width: 394px;
    border-bottom: 2px solid #644091;
    
}


/* forms */
textarea {
    resize: none;
}

/* join-form */
.join-to-form-fields {
    padding-top: 25px;
    max-width: 920px;
    margin: auto;
}
.join-to-form-fields .wpcf7-response-output {
    margin: 15px !important;
}
.join-form-fields {
    display: flex;
    flex-wrap: wrap;
}
.join-form-field {
    padding: 12px 15px;
}
.join-form-field .wpcf7-form-control-wrap {
    width: 100%;
    display: block;
}
.join-form-field .wpcf7-form-control-wrap input {
    width: 100%;
    background-color: white;
}
.join-form-field input, .join-form-field textarea {
    border: 2px solid #644191;
    border-radius: 5px;
    padding: 15px;
    font-family: Literal;
    font-size: 20px;
    font-weight: 400;
    color: #575757;
}
.join-form-input-wrapper {
    width: 50%;
}
.join-form-textarea-wrapper, .join-form-textarea-wrapper textarea {
    width: 100%;

}
.join-form-textarea-wrapper textarea {
    background-color: white;
}
.join-form-checkbox-wrapper {
    margin-top: 11px;
}
.join-form-submit {
    margin-top: 11px;
    text-align: center;
}
.join-form-submit input {
    padding-left: 15%;
    padding-right: 15%;
    background-color: #644191;
    color: white;
}

/* form checkbox */
.join-form-checkbox-wrapper input {
    display: none;
}
.join-form-checkbox-wrapper .wpcf7-list-item-label {
    font-family: Literal;
    font-size: 20px;
    font-weight: 400;
    color: #575757;
    position: relative;
    padding: 4px 0 4px 50px;
    margin-top: 0;
    display: block;
}
.join-form-checkbox-wrapper .wpcf7-list-item-label:before {
    position: absolute;
    border: 2px solid #644191;
    border-radius: 5px;
    width: 35px;
    height: 35px;
    display: block;
    top: 50%;
    margin-top: -17px;
    left: 0;
    background-color: white;
}
.join-form-checkbox-wrapper .wpcf7-not-valid .wpcf7-list-item-label:before {
    border: 2px solid rgb(247 128 128) !important;
}
.join-form-checkbox-wrapper input:checked + .wpcf7-list-item-label:after {
    position: absolute;
    border-bottom: 3px solid #644191;
    border-left: 3px solid #644191;
    width: 20px;
    height: 15px;
    display: block;
    top: 5px;
    left: 8px;
    transform: rotate(-45deg);
}
.wpcf7-response-output {
    border: 2px solid rgb(247 128 128) !important;
    border-radius: 5px;
}

.form__checkbox:after {
    content: '';
}
.wpcf7-not-valid input[type="checkbox"] {
    /* display: none; */
}


/*  */
.info-contacts-wrapper {
    margin-bottom: 50px;
}
.section-title--info-contacts {
    margin-bottom: 40px;
}
.info-contacts__data-wrapper {
    position: relative;
}
.info-contacts__data-wrapper::after {
    content: '';
    position: absolute;
    height: 100%;
    width: 20%;
    background-color: #F1F1F1;
    top: 0;
    z-index: 1;
}
.info-contacts__data-inner {
    position: relative;
    z-index: 9;
    display: flex;
    justify-content: space-between;
    gap: 30px;
}
.info-contacts__data-item {
    width: 33.33%;
    background-color: #F1F1F1;
}
.info-contacts__description-top {
    font-family: Literal;
    font-size: 25px;
    font-weight: 700;
    color: #644091;
    padding-bottom: 12px;
}
.info-contacts__description-top span {
    font-weight: 400;
}
.info-contacts__description {
    padding: 50px 48px 50px 0;
    border-radius: 5px;
}
.info-contacts__description-bottom {
    font-family: Literal;
    font-size: 18px;
    font-weight: 400;
    color: #000;
}
.info-contacts__single-lines-wrapper, .info-contacts__multi-lines-wrapper {
    border-radius: 5px;
    border: 1px solid #F1F1F1;
    overflow: hidden;
}
.info-contacts__lines-title {
    font-family: Literal;
    font-size: 24px;
    font-weight: 700;
    color: #644091;
    padding: 15px 22px;
}
.info-contacts__email-wrapper {
    margin-top: 9px;
}
.info-contacts__email-titled {
    margin-top: 18px;
}
.info-contacts__email__title {
    font-family: Literal;
    font-size: 16px;
    font-weight: 600;
    color: black;
    padding-bottom: 7px;
}
.info-contacts__email {
    font-family: Literal;
    font-size: 24px;
    font-weight: 400;
    color: #000;
    padding: 5px 22px;
    display: flex;
    align-items: center;
    border-radius: 10px;
    border: 2px solid #F1F1F1;
}
.info-contacts__email .info-contacts__line-ico {
    height: 24px;
    padding-top: 4px;
}
.info-contacts__single-lines li, .info-contacts__multi-lines li {
    font-family: Literal;
    font-size: 24px;
    font-weight: 400;
    color: #000;
    padding: 16px 22px;
    min-height: 65px;
    display: flex;
    align-items: center;
}
.info-contacts__single-lines li:nth-child(2n+1), .info-contacts__multi-lines li:nth-child(2n+1) {
    background-color: white;
}

.info-contacts__line-ico {
    width: 19px;
    height: 19px;
    display: block;
    margin-right: 10px;
}
.info-contacts__line-ico svg {
    width: 100%;
    height: 100%;
}
.info-contacts__line-ico--lifecell svg {
    fill: #FFC40C;
}
.info-contacts__line-ico--kyivstar svg {
    fill: #0087E6;
}
.info-contacts__line-ico--vodafone svg {
    fill: #E60000;
}
.info-contacts__line-ico--phone svg {
    fill: #644091;
}

/* info page, form1 */
.info-form-order__title {
    font-family: Literal;
    font-size: 20px;
    font-weight: 400;
    color: #000;
    text-align: center;
    margin-bottom: 20px;
}
.info-form-order__title span {
    font-weight: 700;
}
.info-form-order__form-type-wrapper {
    display: flex;
    gap: 20px;
    justify-content: center;
}
.info-form-order__form-type-btn {
    font-family: Literal;
    font-size: 20px;
    font-weight: 400;
    color: #644091;
    border: 2px solid #644091;
    border-radius: 5px;
    padding: 8px 20px 10px;
    min-width: 392px;
}
.info-form-order__form-type-btn:hover {
    background-color: #644091;
    color: #fff;
}
.info-form-order__form-type-btn.active {
    background-color: #644091;
    color: #fff;
    border: 2px solid #E87B25;
}
.info-form-order__other-wrapper {
    background-color: #684595;
    border-radius: 10px;
    padding: 15px 60px 60px;
    text-align: center;
    margin-top: 20px;
}
.info-form-order {
    margin-bottom: 80px;
}
.info-form-order__other-inner {
    max-width: 850px;
    margin: auto;
    position: relative;
}
.info-form-order__personal-data-inner {
    display: flex;
    flex-wrap: wrap;
    font-family: Literal;
    font-size: 20;
    font-weight: 200;
    color: #313737;
    gap: 17px;
}
.info-form-order__personal-data-inner .wpcf7-form-control-wrap {
    width: 49%;
}
.info-form-order__personal-data-inner [data-name="comment"] {
    width: 100%;
}
.info-form-order__personal-data-inner [data-name="comment"] textarea {
    width: 100%;
    height: 100px;
    background-color: white;
    border-radius: 5px;
    padding: 10px 30px;
    outline: none;
    resize: none;
}
.info-form-order__other-inner .wpcf7-submit {
    background-color: #EA761A;
    color: white;
    font-family: Literal;
    font-size: 20;
    font-weight: 700;
    padding: 11px 90px 14px;
    border-radius: 5px;
    margin-top: 20px;
}
.info-form-order__personal-data-inner input.wpcf7-text {
    background-color: white;
    width: 100%;
    border-radius: 5px;
    padding: 11px 30px 14px;
}
.info-form-order__other-wrapper .wpcf7-spinner {
    position: absolute;
    bottom: 15px;
}
.info-form-order__place-title, .info-form-order__personal-data-title {
    color: white;
    font-family: Literal;
    font-size: 24;
    font-weight: 700;
    margin: 40px 0 20px;
}
.info-form-order__place-inner .wpcf7-list-item-label {
    color: white;
    font-family: Literal;
    font-size: 20;
    font-weight: 400;
}
.info-form-order__place-inner input[type="radio"] {
    background-color: white;
    accent-color: #E87B25;
    transform: scale(1.9);
    background: transparent;
    border-color: transparent;
    margin-right: 10px;
}
.info-form-order__place-inner .wpcf7-radio {
    display: flex;
    justify-content: space-between;
}
.info-form-order__place-inner .wpcf7-radio .wpcf7-list-item.first {
    margin-left: 0;
}

/* contacts */
.contacts-wrapper {
    display: flex;
    justify-content: space-between;
    gap: 6%;
}
.contacts-title {
    font-family: Literal;
    font-size: 20;
    font-weight: 400;
    color: #644091;
    text-wrap: initial;
    text-align: center;
}
.contacts-block-wrapper {
    padding: 30px;
    border: 2px solid #F7F7F7;
    border-radius: 10px;
}
.contacts-socials-wrapper {
    width: 57%;
}
.contacts-phones-wrapper {
    width: 37%;
}
.contacts-phones-wrapper .contacts-title {
    text-align: left;
}
.contacts-title__accent {
    font-weight: 600;
}
.contacts-social-messengers-wrapper, .contacts-social-networks-wrapper {
    border: 2px solid #F7F7F7;
    border-radius: 5px;
    margin-top: 30px;
}
.contacts-social-messengers-title, .contacts-social-networks-title {
    padding: 15px 30px;
    text-align: left;
}
.contacts-items-wrapper {
    background-color: #F7F7F7;
    padding: 27px 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px;
}
.contacts-phone-items-wrapper {
    margin-top: 25px;
}
.info-contacts__lines-title {
    background-color: #f1f1f1;
}



/*  */
.online-wrapper {
    margin-bottom: 80px;
}
.online {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 40px;
}
.online-group {
    width: 49%;
    
}
.online-group__items {
    background-color: #F7F7F7;
    border-radius: 5px;
    padding: 25px;
    flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
    gap: 10px;
}
.online-group__title {
    color: #644091;
    font-family: Literal;
    font-size: 20;
    font-weight: 700;
    padding: 0 30px 15px;
}
.online-group__item-wrapper {
    width: 50%;
    padding: 5px;
}
.online-group__item {
    display: flex;
    color: white;
    width: 250px;
    padding: 10px 20px;
    border-radius: 5px;
    font-family: 'Roboto';
    font-size: 18px;
    font-weight: 400;
    align-items: center;
    cursor: pointer;
}
.online-group__item-name {
    padding-left: 15px;
}
.online-group__item-ico {
    width: 18px;
    min-width: 18px;
    height: 18px;
}
.online-group__item-ico svg {
    width: 100%;
    height: 100%;
    fill: white;
}
.online-group__item--viber {
    background: linear-gradient(90deg, rgb(83,61,163) 0%, rgb(131,94,246) 100%);
}
.online-group__item--facebook {
    background: linear-gradient(90deg, rgb(7,104,225) 0%, rgb(0,129,251) 100%);
}
.online-group__item--telegram {
    background: linear-gradient(90deg, rgb(29,148,210) 0%, rgb(55,175,226) 100%);
}
.online-group__item--instagram {
    background: linear-gradient(90deg, rgb(206,38,77) 0%, rgb(184,3,179) 100%);
}

/* info page - office */
.office-wrapper {
    /* margin-bottom: 80px; */
}
.office-info {
    padding-top: 30px;
    display: flex;
    flex-wrap: wrap;
}
.office-info__item {
    width: 50%;
    display: flex;
    padding-right: 10px;
}
.office-info__ico {
    width: 50px;
    height: 58px;
}
.office-info__ico svg {
    width: 50px;
    height: 58px;
    fill: #542F84;
}
.office-info__data {
    padding-left: 25px;
}
.office-info__item-title {
    color: #644091;
    font-family: Literal;
    font-size: 24;
    font-weight: 700;
}
.office-info__item-desc {
    color: #000;
    font-family: Literal;
    font-size: 24;
    font-weight: 400;
}
.office-info__time-desc {
    display: flex;
    flex-wrap: wrap;
}
.office-info__time-hours {
    padding-right: 30px;
}
.office-info__time-hours, .office-info__time-days-desc {
    color: #000;
    font-family: Literal;
    font-size: 24;
    font-weight: 400;
}
.office-info__time-hours span {
    font-weight: 700;
}
.office-info__time-hours li {
    text-wrap: nowrap;
}
.office-info__item-desc span {
    text-wrap: nowrap;
}

/*  */
.office-map {
    padding-top: 30px;
}
.office-map iframe {
    width: 100%;
}

/*  */
.questions-form-wrapper {
    padding: 35px 0 70px;
}
.questions-form-inner {
    background-color: #684595;
    border-radius: 10px;
    padding: 55px;
    margin-top: 30px;
    color: white;
}
.questions-form-subtitle {
    display: block;
    text-align: center;
    margin: 0 auto;
    padding-top: 20px;
}
.section-title--questions::after {
    border-bottom: 2px solid white;
}
.questions-form-inner input.wpcf7-text {
    background-color: white;
    width: 100%;
    border-radius: 5px;
    padding: 11px 30px 14px;
    width: 100%;
}
.questions-form-fields {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.questions-form-field {
    width: 50%;
}
.questions-form-field:nth-child(3) {
    width: 100%;
}
.questions-form-field .wpcf7-form-control-wrap {
    width: 100%;
    display: block;
    padding: 10px;
}
.questions-form {
    padding-top: 20px;
}
.questions-form input, .questions-form textarea {
    border: 2px solid transparent;
    font-size: 20;
    font-weight: 200;
    color: #313737;
    outline: none;
}
.questions-form textarea {
    background-color: white;
    width: 100%;
    border-radius: 5px;
    padding: 11px 30px 14px;
}
.questions-form-submit {
    width: fit-content;
    margin: auto;
    position: relative;
}
.questions-form-submit input {
    padding-top: 20px;
    background-color: #EA761A;
    color: white;
    font-family: Literal;
    font-size: 20;
    font-weight: 700;
    padding: 11px 90px 14px;
    border-radius: 5px;
    margin-top: 20px;
    position: relative;
}
.questions-form-submit .wpcf7-spinner {
    position: absolute;
    right: 0;
    top: 34px;
}

/*  */
.business-phones {
    width: fit-content;
    margin-top: 20px;

}
.business-phones .dropdown-btn {
    padding: 12px 15px;
}

.business-phones .dropdown__list-item {
    width: 100%;
    padding: 15px;
}

/*  */
body.home .products-wrapper {
    background-color: #F1F1F1;
}
.products-wrapper--pon {
    background-color: white;
}
.recommended-wrapper--internet {
    padding-top: 0;
}
.products-wrapper--internet {
    background-color: white;
}
.container--benefits-list {
    padding-bottom: 0;
    padding-top: 40px;
}

[data-page=internet-tv] .products-wrapper {
    background-color: white;
}


/* megogo */
.tv-tariffs-options-wrapper, .tv-tariffs-wrapper {
    display: flex;
    gap: 10px;
}
.tv-tariffs-wrapper {
    flex: 1;
    display: flex;
    flex-direction: row;
}

.tv-tariffs-options-list-wrapper, .tv-tariff-wrapper {
    border: 1px solid #979797;
    border-radius: 5px;
    width: 100%;
}
.tv-tariffs-options-list-wrapper {
    max-width: 500px;
}
.tv-tariffs-options-list-header, .tv-tariff-header {
    font-family: Literal;
    font-size: 20px;
    font-weight: 600;
    color: #000;
    padding-top: 35px;
    padding-bottom: 35px;
    border-bottom: 1px solid #979797;
}
.tv-tariffs-options-list-header {
    padding-left: 20px;
}
.tv-tariff-header {
    text-align: center;
}
.tv-tariffs-options-list li {
    padding: 23px 75px 23px 15px;
    font-family: Literal;
    font-size: 20px;
    font-weight: 400;
    color: #000;
    display: flex;
}
.tv-tariffs-options-list li:nth-child(2n) {
    background-color: #EDEDED;
}
.tv-tariff-options li {
    padding: 5px 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.tv-tariff-options li.channels-line {
    padding-top: 23px;
    font-family: Literal;
    font-size: 20px;
    font-weight: 400;
    color: #000;
}
.tv-tariff-options li.price-line {
    padding-bottom: 23px;
    font-family: Literal;
    font-size: 20px;
    font-weight: 600;
    color: #644091;
}
.tv-tariff-options li img {
    display: none;
}
.tv-tariff-options li:nth-child(2n) {
    background-color: #EDEDED;
}
.tv-tariff-options {
    display: none;
}
.tv-tariff-options li.active-option img {
    display: inline-block;
}
.tv-tariff-options li.btn-line {

}
.tv-tariff-options li.btn-line button {

}
.tv-tariff-options li.single-line button {
    padding: 10px;
    border-radius: 5px;
    font-family: Literal;
    font-size: 14px;
    font-weight: 600;
    color: white;
    background: linear-gradient(180deg, rgb(119, 88, 159) 0%, rgb(86, 43, 139) 100%);
}
.tv-tariff-options li.bundle-line .tv-tariffs-view {
    padding: 10px;
    border-radius: 5px;
    font-family: Literal;
    font-size: 14px;
    font-weight: 600;
    color: white;
    background-color: #E87B25;
    text-align: center;
}

/* megogo panels */
.tv-tariffs-panels-wrapper {
    display: flex;
    flex-direction: row;
    gap: 30px;
    padding-bottom: 70px;
    flex-wrap: wrap;
    justify-content: space-between;
}
.tv-tariff-panel {
    width: 48.5%;
    padding: 15px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
}
.tv-tariff-channels {
    background-color: white;
    padding: 5px 28px;
    border-radius: 10px;
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
}
.tv-tariff-channel {
    width: 110px;
    height: 110px;
}
.tv-tariff-channel img {
    width: 100%;
}
.tv-tariff-panel-txt {
    padding: 25px 15px 115px 15px;
    position: relative;
    flex: 1;
}
.tv-tariff-panel-title {
    font-family: Literal;
    font-size: 40px;
    font-weight: 600;
    color: white;
}
.tv-tariff-panel-description {
    font-family: Literal;
    font-size: 16px;
    font-weight: 400;
    color: white;
    padding: 25px 0 25px 0;
}
.tv-tariff-panel-count {
    font-family: Literal;
    font-size: 24px;
    font-weight: 600;
    color: white;
}
.tv-tariff-panel-btns {
    display: flex;
    gap: 20px;
    position: absolute;
    bottom: 15px;
}
.tv-tariff-panel-btn {
    width: 50%;
    display: block;
    
    bottom: 29px;
    font-family: Literal;
    font-size: 16px;
    font-weight: 600;
    color: white;
    background: linear-gradient(180deg, rgb(119, 88, 159) 0%, rgb(86, 43, 139) 100%);
    padding: 20px 30px;
    border-radius: 5px;
    border: 1px solid #d3c8c8;
}
.tv-tariff-panel-btn__apply {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.tv-tariff-panel-btn__tariffs {
    background: #E87B25;
    border: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/*  */
.questions-form-container {
    padding: 15px;
    max-width: 1240px;
    margin: auto;
}

/*  */
.seo-txt-wrapper h1 {
    font-size: 26px !important;
    font-weight: 600;
    padding-bottom: 20px;
}

.seo-txt-wrapper h2 {
    font-size: 24px;
    font-weight: 600;
    padding-bottom: 20px;
}

.seo-txt-wrapper p {
    font-size: 20px;
}

.seo-txt-wrapper ul {
    padding-left: 40px;
}

.seo-txt-wrapper li {
    list-style: auto;
}



/*  */
.info-form-order-container {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 1030px;
    margin: auto;
}
.contacts-phones-wrapper .info-contacts__line-ico--phone svg, 
.contacts-phones-wrapper .info-contacts__line-ico--phone-ico svg {
    fill: #644091;
}


.info-form2-wrapper {
    display: none;
}


textarea:focus-visible {
    outline: none;
}

/* pagination */
.items-pagination {
    display: flex;
}
.paginated-pagination-arrow {
    display: flex;
}

/* Info line */
.info-line-wrapper {
    /* background: red; */
}
.info-line {
    text-align: center;
    padding: 5px 0;
    font-size: 14px;
}
@media (max-width: 500px) {
    .info-line {
        font-size: 12px;
    }
}
    


/* Media */
@media (max-width: 1240px) {
    .tv-tariffs-options-wrapper {
        display: none;
    }
    .tv-tariffs-panels-wrapper {
        padding-bottom: 0;
    }
}
@media (max-width: 1200px) {
    .online-group {
        width: 100%;
    }
    .online-group__items {
        justify-content: center;
    }
}
@media (max-width: 1200px) {
    .additional__items li {
        font-size: 2vw;
    }
}
@media (max-width: 1190px) {
    .hero-banner-wrapper img {
        position: relative;
        right: -140px;
    }
    .info-contacts__data-inner {
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .info-contacts__description {
        width: 100%;
        padding: 15px;
    }
    .info-contacts__data-wrapper::after {
        display: none;
    }
    .info-contacts__single-lines-wrapper {
        /* width: 48%; */
    }
    .info-contacts__multi-lines-wrapper {
        /* width: 48%; */
    }
}
@media (max-width: 1170px) {
    .contacts-socials-wrapper {
        width: 50%;
    }
    .contacts-phones-wrapper {
        width: 50%;
    }
}
@media (max-width: 1150px) {
    .tv-tariff-panel {
        width: 100%;
    }
}
@media (max-width: 1020px) {
    .hero-banner-wrapper img {
        position: relative;
        right: -140px;
    }
    .hero-banner__title {
        font-size: 5vw;
    }
    .hero-banner__subtitle {
        font-size: 4vw;
    }
    .hero-banner__txt::after {
        /* left: auto;
        right: -165px; */
    }
    .info-form-order__personal-data-inner .wpcf7-form-control-wrap {
        width: 100%;
    }
    .info-form-order__place-inner .wpcf7-radio label {
        display: flex;
    }
    .info-form-order__place-inner .wpcf7-radio label .wpcf7-list-item-label {
        text-align: left;
        padding-left: 10px;
    }
}
@media (max-width: 1086px) {
    .advantages {
        justify-content: space-between;
    }
    ul.advantages {
        width: fit-content;
        margin: auto;
    }
}
@media (max-width: 1080px) {
    form .order-form .order-form-field {
        width: 49%;
        padding-bottom: 10px;
    }
    form .order-form .jq-selectbox__select {
        margin-bottom: 0;
    }
}
@media (max-width: 1050px) {
    .benefits__number {
        font-size: 100px;
    }
    .benefits__title {
        font-size: 20px;
    }
}
@media (max-width: 1040px) {
    .hero-block-txt__title {
        font-size: 40px;
    }
    .details-wrapper--business {
        padding-bottom: 50px;
    }
}
@media (max-width: 940px) {
    .possibility-form-field {
        width: 50% !important;
    }
}
@media (max-width: 920px) {
    .details-wrapper--business {
        padding-bottom: 100px;
    }
    .details-layer-img-part-left {
        padding-right: 20px;
    }
}
@media (max-width: 900px) {
    .details-wrapper {
        /* margin-bottom: 50px; */
        margin-bottom: 0;
    }
    .benefits__items {
        flex-direction: column;
    }
    .benefits__items li {
        width: 100%;
    }
    .contacts-block-wrapper {
        width: 100%;
    }
    .contacts-wrapper {
        flex-wrap: wrap;
        gap: 30px
    }
    .benefits__items li {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        border: none;
        padding-bottom: 15px;
    }
    .benefits__title {
        margin-bottom: 0;
        padding-left: 40px;
    }
    .benefits__number {
        min-width: 65px;
    }
    .benefits-wrapper--business {
        padding-top: 25px;
        padding-bottom: 45px;
        background-color: white;
    }
}
@media (max-width: 890px) {
    .section-title--additional::before {
        width: 200px;
        margin-left: -100px;
    }
    .additional__items {
        max-width: 526px;
        height: 190px;
    }
    .additional__items li {
        font-size: 14px;
        padding-left: 35px;
        padding-top: 3px;
    }
    .additional__item-ico {
        width: 24px;
        height: 22px;
    }
    .additional-wrapper {
        padding: 35px 0 7px 0;
    }
    .section-title--additional, .section-title--questions, .section-title--consultation {
        margin-bottom: 30px;
        line-height: 1.4;
        padding-bottom: 15px;
        font-size: 20px;
    }
    .questions-inner .ui-accordion-header, .ui-accordion-content {
        font-size: 16px;
    }
    .consultation__title {
        font-size: 20px;
    }
    .consultation__text, .consultation__time {
        font-size: 16px;
    }
}
@media (max-width: 860px) {
    .hero-banner__txt {
        padding-left: 20px;
    }
    .hero-banner-wrapper img {
        width: 100%;
        right: -11%;
    }
    .hero-banner-wrapper {
        justify-content: flex-end;
    }
    .info-form-order__form-type-wrapper {
        flex-direction: column;
    }
}
@media (max-width: 840px) {
    .hero-block-txt__title {
        font-size: 30px;
    }
    .office-info__ico {
        width: 28px;
        height: 33px;
    }
    .office-info__ico svg {
        width: 28px;
        height: 33px;
    }
    .office-info__item-title {
        font-size: 20px;
    }
    .office-info__item-desc, .office-info__time-hours, .office-info__time-days-desc {
        font-size: 16px;
    }
}
@media (max-width: 800px) {
    .top-menu__item-link-wrapper--login {
        /* padding-left: 25px;
        padding-right: 25px; */
    }
    .info-contacts__single-lines-wrapper {
        /* width: 47%; */
    }
    .info-contacts__multi-lines-wrapper {
        /* width: 47%; */
    }
    .info-contacts__single-lines li, .info-contacts__multi-lines li {
        /* font-size: 22px; */
    }
}
@media (max-width: 770px) {
    .details-wrapper--business {
        padding-bottom: 180px;
    }
    .business-advantage {
        width: 48%;
    }    
}
@media (max-width: 750px) {
    .info-form-order__place-title, .info-form-order__personal-data-title {
        font-size: 20px;
    }
    .info-form-order__place-inner .wpcf7-radio .wpcf7-list-item-label {
        font-size: 14px;
    }
    .info-form-order__personal-data-inner input, .info-form-order__personal-data-inner [data-name="comment"] textarea {
        font-size: 14;
    }
    .info-form-order__other-inner .wpcf7-submit {
        font-size: 20px;
    }
    .consultation-items li {
        padding: 0 25px;
    }
}
@media (max-width: 700px) {
    .info-contacts__single-lines-wrapper {
        width: 100%;
    }
    .info-contacts__multi-lines-wrapper {
        width: 100%;
    }
    .info-contacts__data-inner {
        gap: 20px;
    }
    .contacts-items-wrapper li, .contacts-items-wrapper a {
        width: 100%;
    }
}
@media (max-width: 680px) {
    .consultation-items {
        flex-direction: column;
    }
    .consultation-items>li {
        width: 100%;
        margin-bottom: 30px;
        text-align: center;
    }
    .consultation-wrapper {
        padding-bottom: 20px;
    }
    .consultation-items {
        margin-top: 0;
    }
    .section-title--consultation {
        margin-bottom: 0;
    }
    .consultation-wrapper {
        padding-top: 40px;
    }
    .consultation__title {
        padding-bottom: 6px;
        margin-bottom: 14px;
    }
    .consultation__time {
        margin-top: 7px;
    }
    .consultation__action {
        margin-top: 10px;
    }
    .consultation-items li {
        padding: 0;
    }
    .business-phones {
        margin: 20px auto;
    }
}

@media (max-width: 675px) {
    .info-contacts__email__title {
        padding-left: 20px;
        padding-right: 20px;
    }
    .order-form-wrapper {
        padding: 20px 22px;
    }
    .hero-block-txt-left {
        padding: 0;
        padding-right: 25px;
        padding-left: 25px;
    }
    .hero-block-txt__title {
        font-size: 22px;
    }
    .hero-block-txt__subtitle {
        font-size: 18px;
    }

    .hero-block-txt__thesis {
        margin-bottom: 15px;
        margin-top: 15px;
        padding-left: 10px;
        font-size: 14px;
    }
    .hero-block-txt__description {
        font-size: 14px;
        line-height: 1.2;
        padding-bottom: 20px;
    }
    .hero-block-txt__thesis p {
        line-height: 1.3;
    }
    .hero-block-txt__thesis-decor {
        padding: 4px 0;
    }
    .details-layer-txt-title {
        margin-bottom: 20px;
    }
    .hero-banner-wrapper {
        margin-bottom: 30px;
    }
    .section-title--info-contacts {
        font-size: 20px;
    }
    .section-title--info-contacts {
        padding-bottom: 13px;
        margin-bottom: 25px;
    }
    .section-title--info-contacts::after {
        margin-left: -121px;
        width: 241px;
    }
    .contacts-socials-wrapper .contacts-title {
        font-size: 16px;
    }
    .contacts-social-messengers-title, .contacts-social-networks-title {
        text-align: center;
    }
    .contacts-phones-wrapper {
        padding: 0;
    }
    .contacts-phones-wrapper .contacts-title {
        padding: 15px 20px;
    }
    .section-title--office::after {
        margin-left: -35%;
        width: 70%;
    }
    .section-title--questions::after {
        margin-left: -35%;
        width: 70%;
    }
    .questions-form-container {
        padding: 0;
    }
    .questions-form-inner {
        border-radius: 0;
    }
    .hero-block-txt-right {
        /* height: 368px; */
        
    }
    .hero-block-txt-part {
        width: 100%;
        padding-bottom: 0;
    }
    .hero-block-txt-right img {
        height: auto;
        width: 100%;
    }
    .hero-block-txt-right {
        overflow: hidden;
        position: relative;
        /* padding-left: 25px;
        padding-right: 25px; */
    }
    .hero-block-txt-right img {
        display: block;
    }
    .hero-block-img-wrapper {
        display: none;
    }
    .hero-block-txt-wrapper {
        flex-direction: column;
    }

    /*  */
    .seo-txt-wrapper h1 {
        font-size: 16px !important;
        /* font-weight: 600;
        padding-bottom: 20px; */
    }
    
    .seo-txt-wrapper h2 {
        font-size: 16px;
        /* font-weight: 600;
        padding-bottom: 20px; */
    }
    
    .seo-txt-wrapper p {
        font-size: 14px;
    }
    
    .seo-txt-wrapper ul {
        /* padding-left: 40px; */
    }
    
    .seo-txt-wrapper li {
        /* list-style: auto; */
    }

    .details-layer-txt-right {
        padding-left: 25px;
        padding-right: 25px;
    }

    .benefits__description {
        font-size: 14px;
    }

    .benefits__number {
        width: 20%;
    }
    .benefits__title {
        width: 73%;
        margin-right: auto;
        padding-left: 15px;
    }
    .additional-inner {
        padding-left: 50px;
        padding-right: 50px;
    }
    .section-title--questions {
        margin-bottom: 0;
        padding-bottom: 0;
    }
    .questions-wrapper {
        padding-top: 30px;
    }
    .questions-inner .ui-accordion-header {

    }
    .questions-inner .ui-accordion-header .ui-accordion-header-icon {
        right: 25px;
    }
    .consultation-items {
        padding-left: 25px;
        padding-right: 25px;
    }
    .business-phones {
        width: auto;
        max-width: 320px;
    }
    .business-phones .top-menu__item-link--phone {
        font-size: 20px;
        margin: auto;
    }
    .business-phones .top-menu__item-link-wrapper--phone {
        padding-left: 15px;
        padding-right: 15px;
    }
    .business-phones .top-menu__item-link--phone svg {
        margin-right: 10px;
        width: 20px;
        
    }
    .business-phones .dropdown__option span {
        font-size: 20px;
    }
    .business-phones .dropdown__option svg {
        width: 20px;
        height: 20px;
        margin-top: 2px;
        margin-right: 1px;
    }
    .business-phones .dropdown__list-item {
        padding-left: 20px;
        /* padding: 20px; */
        padding-top: 14px;
    }
    .order-form input,
    .order-form select {
        font-size: 14px;
    }
    form .order-form .jq-selectbox__select {
        font-size: 14px;
    }
    .order-form-field.order-form-submit .wpcf7-form-control {
        /* font-size: 20px !important; */
        font-size: 14px !important;
    }
    .order-form-inner .order-form-field .jq-selectbox__dropdown {
        font-size: 14px;
    }
    .additional__items {
        height: 210px;
    }
    .order-form__title {
        font-size: 20px;
    }
    .order-form__subtitle {
        font-size: 14px;
    }
    .tv-tariff-panel-btns {
        position: static;
        padding-top: 15px;
        a {
            text-align: center;
        }
    }
    .tv-tariff-panel-txt {
        padding-bottom: 15px;
    }
    .tv-tariff-panel-txt {
        padding-top: 15px;
    }
    .tv-tariff-panel-title {
        font-size: 30px;
    }
    .tv-tariff-panel-description {
        padding-top: 10px;
        padding-bottom: 15px;
        font-size: 12px;
    }
    .tv-tariff-panel-count {
        font-size: 20px;
    }
    .tv-tariff-panel-btn {
        font-size: 12px;
        padding: 12px;
    }
    .tv-tariff-channel {
        width: 19%;
        height: auto;
    }
    .tv-tariff-channels {
        justify-content: center;
    }
}
@media (max-width: 650px) {
    .breadcrumbs-wrapper {
        margin-bottom: 0;
    }
}
@media (max-width: 640px) {
    .details-layer-txt-right {
        padding-top: 0;
    }
    .details-layer-img {
        display: block;
    }
    .details-layer-img-part {
        width: auto;
    }
    .details-layer-txt-inner {
        display: block;
    }
    .details-layer-txt {
        position: static;
    }
    .details-layer-img-part-left img {
        height: auto;
        position: initial;
    }
    .details-layer-img-part-left {
        padding-right: inherit;
    }
    .details-layer-img-part-left {
        min-height: auto;
    }
    .details-wrapper--business {
        padding-top: 35px;
        padding-bottom: 50px;
    }
    .details-layer-txt-part {
        width: auto;
    }
    .details-layer-txt {
        padding-top: 30px;
    }
    .details-layer-txt-title {
        font-size: 14px;
    }
    .details-layer-txt-subtitle {
        font-size: 14px;
    }
    .details-layer-txt-title-decor {
        padding: 4px 0 4px 0;
    }
}

@media (max-width: 600px) {
    form .order-form .order-form-field {
        width: 100%;
    }
    .order-form__title {
        font-size: 20px;
    }
    .order-form__subtitle {
        font-family: Literal;
        font-size: 14px;
    }
    .order-form__title:after {
        margin-left: -75px;
        width: 150px;
    }
    .hero-banner__title {
        font-size: 4vw;
    }
    .hero-banner__subtitle {
        font-size: 3vw;
    }
    .section-title--info-contacts {
        font-size: 20px;
    }
    .info-contacts__description-top {
        font-size: 20px;
    }
    .info-contacts__description-bottom {
        font-size: 16px;
    }
    .info-contacts__lines-title {
        font-size: 20px;
    }
    .info-form-order__other-inner .wpcf7-submit {
        width: 100%;
    }
    .info-form-order__place-inner .wpcf7-radio {
        flex-direction: column;
    }
    .info-form-order__place-inner .wpcf7-radio .wpcf7-list-item {
        margin-left: 0;
        margin-bottom: 20px;
    }
    .info-form-order__personal-data-title {
        margin-top: 0;
    }
    .info-form-order__other-wrapper .wpcf7-spinner {
        right: 10px;
    }
    .info-form-order__other-wrapper {
        padding: 25px;
    }
    .info-form-order__other-inner .wpcf7-submit {
        padding: 14px;
    }
    .questions-form-field {
        width: 100%;
    }
    .questions-form-submit {
        padding: 10px;
        text-align: center;
    }
    .questions-form-submit input {
        padding-left: 15px;
        padding-right: 15px;
    }
    .questions-form-inner {
        padding-left: 10px;
        padding-right: 10px;
    }
    .join-form-input-wrapper {
        width: 100%;
    }
}
@media (max-width: 580px) {
    .office-info__item {
        width: 100%;
        padding-bottom: 20px;
    }
}
@media (max-width: 500px) {
    .possibility-form__title {
        font-size: 16px;
    }
    .possibility-form-field {
        width: 100% !important;
    }
    .info-form-order__form-type-btn {
        min-width: auto;
    }
    .additional__items {
        max-width: 526px;
        height: 225px;
    }
}

@media (max-width: 440px) {
    .additional__items li {
        width: 50%;
    }
}
@media (max-width: 430px) {
    .possibility-form {
        display: none;
    }
    .possibility-form__modal-btn {
        display: block;
    }
    .hero-block-txt__title {
        font-size: 22px;
    }
    .hero-block-txt__subtitle {
        font-size: 16px;
    }
    .hero-block-txt__thesis {
        font-size: 14px;
    }
    .hero-block-txt__thesis p {
        line-height: 1.5;
    }
    .hero-block-txt__thesis-decor {
        padding: 5px 0;
    }
    .hero-block-img-label__txt {
        font-size: 16px;
        line-height: 1.1;
        padding-left: 0px;
        position: relative;
    }
    .hero-block-img-label__ico svg {
        height: 48px;
    }
    .online-group__items {
        padding-left: 10px;
        padding-right: 10px;
    }
}
@media (max-width: 429px) {
    .additional-inner {
        padding-left: 40px;
        padding-right: 40px;
    }
}
@media (max-width: 400px) {
    .info-contacts__email {
        font-size: 18px;
    }
    .info-contacts__email__title {
        font-size: 14px;
    }
}
@media (max-width: 369px) {
    .order-form-wrapper {
        padding-left: 0;
        padding-right: 0;
        padding: 20px 13px;
    }
    .order-form__title {
        font-size: 14px;
    }
    .order-form__subtitle {
        font-size: 10px;
    }
    .order-form-submit input.wpcf7-form-control.wpcf7-submit {
        font-size: 14px !important;
    }
    .order-form-field input::placeholder {
        font-size: 10px;
    }
    .order-form-field .jq-selectbox__select-text {
        font-size: 10px;
    }
    .order-form-field .jq-selectbox__dropdown ul li {
        font-size: 10px;
    }
    .benefits-wrapper {
        margin-bottom: 0;
    }
    .hero-block-txt__title {
        font-size: 16px;
    }
    .hero-block-txt__subtitle {
        font-size: 14px;
    }
    .hero-block-txt__thesis {
        font-size: 10px;
    }
    .hero-block-txt__description {
        font-size: 10px;
        padding-bottom: 14px;
    }
    .hero-block-img-label__txt {
        font-size: 12px;
    }
    .hero-block-img-label__ico svg {
        height: 35px;
        width: 25px;
    }
    .hero-block-img-txt {
        padding: 9px 23px 9px 10px;
        gap: 10px;
    }
    .hero-business {
        padding-bottom: 20px;
    }
    .details-wrapper--business {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .details-layer-txt {
        padding-top: 20px;
    }
    .details-layer-txt-title {
        font-size: 12px;
    }
    .details-layer-txt-subtitle {
        font-size: 10px;
    }
    .benefits__title {
        font-size: 14px;
        width: 74%;
        padding-left: 0;
    }
    .benefits__description {
        font-size: 10px;
    }
    .benefits__number {
        min-width: auto;
        width: 23%;
        font-size: 74px;
    }
    .benefits-wrapper--business {
        padding-bottom: 35px;
    }
    .additional-wrapper {
        padding: 25px 0 7px 0;
    }
    .section-title--additional, .section-title--questions, .section-title--consultation {
        font-size: 14px;
    }
    .section-title--additional::before {
        border-top: 2px solid #fff;
    }
    .additional__item-text {
        font-size: 10px;
    }
    .additional__item-ico {
        width: 17px;
    }
    .additional__items li {
        padding-left: 20px;
        margin-bottom: 10px;
        width: 50%;
    }
    .additional__items {
        height: 240px;
    }
    .questions-inner .ui-accordion-header, .ui-accordion-content {
        font-size: 12px;
    }
    .questions-inner .ui-accordion-header {
        padding: 18px 51px 16px 15px;
    }
    .questions-inner .ui-accordion-header .ui-accordion-header-icon {
        right: 16px;
    }
    .consultation__title {
        font-size: 14px;
    }
    .consultation__text {
        font-size: 12px;
    }
    .consultation__time {
        font-size: 14px;
    }
    .consultation__button {
        font-size: 14px;
        width: 100%;
    }
    .consultation-items>li {
        margin-bottom: 20px;
    }
    .business-phones .top-menu__item-link--phone {
        font-size: 14px;
        width: 100%;
    }
    .business-phones .top-menu__item-link--phone svg {
        width: 17px;
    }
    .top-menu__item-link {
        justify-content: space-between;
    }
    .business-phones .top-menu__item-link--phone .caret-wrapper {
        padding-top: 4px;
    }
    .business-phones .top-menu__item-link--phone .caret-ico {
        margin-right: 0;
    }
    .business-phones .dropdown__option span {
        font-size: 14px;
    }
    .business-phones .top-menu__item-link-wrapper--phone {
        padding-top: 8px;
        padding-bottom: 8px;
    }
    .business-phones .dropdown__list-item a {
        display: flex;
        align-items: center;
    }
    .business-phones .dropdown__option svg {
        margin-top: 0;
    }
    .consultation-wrapper {
        padding-bottom: 0;
    }
    .section-title--info-contacts {
        font-size: 14px;
        margin-bottom: 15px;
    }
    .section-title--info-contacts::after {
        margin-left: -89px;
        width: 176px;
    }
    .hero-info-wrapper {
        margin-bottom: 20px;
    }
    .title-line::after {
        bottom: 4px;
    }
    .contacts-block-wrapper {
        padding: 15px;
    }
    .contacts-socials-wrapper .contacts-title {
        font-size: 12px;
    }
    .contacts-socials-wrapper .contacts-title.contacts-title__accent {
        font-size: 14px;
        padding: 0;
    }
    .contacts-social-messengers-wrapper, .contacts-social-networks-wrapper {
        margin-top: 10px;
        border: none;
    }
    .contacts-items-wrapper {
        background: none;
        padding: 10px 20px;
    }
    .online-group__item {
        font-size: 14px;
    }
    .online-group__item-name {
        padding-left: 10px;
    }
    .contacts-phones-wrapper .contacts-title {
        padding: 5px 9px;
        font-size: 14px;
        text-align: center;
    }
    .contacts-wrapper {
        gap: 20px;
    }
    .info-contacts__lines-title {
        font-size: 14px;
        text-align: center;
        padding: 10px;
    }
    .contacts-phone-items-wrapper {
        margin-top: 15px;
        border-radius: 0;
    }
    .contacts-phones-wrapper {
        padding-left: 0;
        padding-right: 0;
    }
    .contacts-title {
        padding-left: 10px;
        padding-right: 10px;
    }
    .info-contacts__single-lines li, .info-contacts__multi-lines li {
        font-size: 16px;
        padding: 10px;
        min-height: auto;
        background-color: #f7f7f7;
        display: flex;
        justify-content: center;
    }
    .info-form-order__title {
        font-size: 12px;
        font-size: 12px;
        max-width: 320px;
        margin-left: auto;
        margin-right: auto;
        padding-left: 22px;
        padding-right: 22px;
        margin-bottom: 10px;
    }
    .info-form-order__title span {
        font-size: 14px;
    }
    .info-form-order__form-type-btn {
        font-size: 14px;
    }
    .info-form-order__form-type-wrapper {
        gap: 10px;
    }
    .info-form-order-container {
        padding-left: 0;
        padding-right: 0;
        max-width: none;
    }
    .info-contacts-wrapper {
        margin-bottom: 30px;
    }
    .info-form-order__form-type-wrapper {
        max-width: 320px;
        margin-left: auto;
        margin-right: auto;
        padding-left: 22px;
        padding-right: 22px;
    }
    .info-form-order__other-wrapper {
        border-radius: 0;
        padding-top: 0;
        border: 1px solid transparent;
        padding-bottom: 50px;
    }
    .info-form-order__place-title {
        margin-top: 25px;
        font-size: 14px;
    }
    .info-form-order__place-inner .wpcf7-radio .wpcf7-list-item-label {
        font-size: 10px;
    }
    .info-form-order__place-inner input[type="radio"] {
        width: 10px;
        margin-right: 3px;
    }
    .info-form-order__place-inner .wpcf7-radio .wpcf7-list-item {
        margin-bottom: 15px;
    }
    .info-form-order__other-inner {
        max-width: 320px;
        margin-left: auto;
        margin-right: auto;
        padding-left: 22px;
        padding-right: 22px;
    }
    .info-form-order__place-title, .info-form-order__personal-data-title {
        font-size: 14px;
    }
    .info-form-order__personal-data-title {
        margin-bottom: 10px;
    }
    .info-form-order__personal-data-inner input, .info-form-order__personal-data-inner [data-name="comment"] textarea {
        font-size: 10px;
        padding: 11px 10px 10px !important;
    }
    .info-form-order__personal-data-inner {
        gap: 10px;
    }
    .info-form-order__other-inner .wpcf7-submit {
        padding: 11px;
        font-size: 14px;
        margin-top: 10px;
        position: relative;
    }
    .info-form-order {
        margin-bottom: 30px;
    }
    .info-form-order-wrapper {
        position: relative;
    }
    .info-form-order-wrapper .wpcf7-response-output {
        position: absolute;
        bottom: 0;
        margin-bottom: 10px !important;
        font-size: 10px;
        color: white;
    }
    .info-form-order__other-wrapper .wpcf7-spinner {
        right: 5px;
        bottom: 8px;
        position: absolute;
    }
    .title-line {
        line-height: normal;
        padding-bottom: 14px;
    }
    .office-info__item-title {
        font-size: 14px;
    }
    .office-info {
        padding-top: 10px;
    }
    .office-info__item-desc, .office-info__time-hours, .office-info__time-days-desc {
        font-size: 12px;
    }
    .office-info__ico svg {
        height: 24px;
    }
    .office-info__data {
        padding-left: 8px;
    }
    .office-info__item {
        padding-bottom: 10px;
    }
    .office-info__time-hours {
        padding-right: 0;
    }
    .office-info__time-days-desc {
        width: 55px;
    }
    .office-info__time-desc {
        gap: 10px;
    }
    .office-info__time-days {
        position: relative;
        top: -17px;
    }
    .office-map {
        padding-top: 0;
    }
    .questions-form-wrapper {
        padding-top: 10px;
        padding-bottom: 45px;
    }
    .questions-form-container {
        background-color: #684595;
    }
    .questions-form-inner {
        padding: 25px 12px 30px;
        max-width: 320px;
        margin: auto;
    }
    .questions-form-subtitle {
        padding-top: 7px;
        font-size: 10px;
    }
    .questions-form {
        padding-top: 5px;
    }
    .questions-form-inner input.wpcf7-text, .questions-form textarea {
        font-size: 10px;
        padding-bottom: 11px;
        padding-left: 10px;
    }
    .questions-form-field .wpcf7-form-control-wrap {
        padding-bottom: 0;
    }
    .questions-form-field.questions-form-submit {
        
    }
    .questions-form-field.questions-form-submit input {
        margin-top: 0px !important;
        font-size: 14px;
        padding: 12px;
        width: 100%;
    }

    /* megogo */
    .tv-tariff-panel {
        padding: 10px;
    }
    .tv-tariff-channels {
        padding: 5px;
    }
    .tv-tariff-channel {
        width: 50px;
        height: auto;
    }
    .tv-tariff-channels {
        gap: 10px;
        justify-content: space-around;
    }
    .tv-tariff-panel-txt {
        padding: 15px 10px 10px 10px;
    }
    .tv-tariff-panel-title {
        font-size: 22px;
    }
    .tv-tariff-panel-description {
        padding-top: 7px;
        padding-bottom: 15px;
        font-size: 10px;
    }
    .tv-tariff-panel-count {
        font-size: 14px;
        /* padding-bottom: 20px; */
    }
    .tv-tariff-panel-btns {
        gap: 10px;
    }
    .tv-tariff-panel-btn {
        position: static;
        font-size: 10px;
        padding: 7px;
        width: 46%;
    }
    .tv-provider-terms {
        font-size: 10px;
        padding-bottom: 40px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .interesting-items-data {
        height: fit-content;
    }
    .business-advantage {
        width: 47%;
    }
    .info-form2-wrapper .info-form-order__other-wrapper {
        padding-top: 30px;
    }
}
@media (max-width: 320px) {
    .order-form-wrapper .container {
        width: auto;
    }
}


