.header-section {
    position: fixed;
    top: 0;
    background-color: #1C1D22;
    /*width: 100%;*/
    width: 100vw;
    height: 74px;
    z-index: 100;
}

.header-container {
    display: flex;
    justify-content: space-between;
    max-width: 1300px;
    margin: 0 auto;
}

.main-mobile-head {
    display: none;
}

.menu-icon {
    display: none;
    margin: 26px 20px;
}

.menu-icon-item {
    background-color: #1370FC;
    height: 3px;
    width: 25px;
}

.menu-icon-item-middle {
    margin: 5px 0;
}

.header-logo-img {
    display: block;
    margin-top: 26px;
    margin-bottom: 24px;
}

.header-nav {
    width: 69%;
}

.header-nav-list {
    display: flex;
    color: #fff;
    list-style-type: none;
}

.nav-list-item {
    display: inline-block;
    margin: 26px 15px 34px;
    font-style: normal;
    font-weight: 300;
    line-height: 14px;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.nav-list-item a {
    color: #fff;
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.nav-list-item a:active {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.nav-list-item a:hover {
    text-decoration: underline;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mini-menu-icon {
    display: none;
}

.nav-list-item-main {
    display: none;
    color: #1370FC;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.nav-list-item-main a {
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

#about:target {
    padding-top: 90px;
}

#business:target,
#reasons:target,
#prices:target,
#partners:target {
    padding-top: 20px;
}

.header-actions {
    display: flex;
    align-items: center;
    /*justify-content: space-between;*/
}

.header-social {
    width: 70px;
}

.header-social-img {
    display: block;
    width: 56px;
    height: 48px;
    margin: 13px 7px;
    cursor: pointer;
}

.header-account-enter-item {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 13px 7px;
    padding-left: 8%;
    width: 228px;
    height: 48px;
    border-radius: 16px;
    font-weight: 700;
    font-size: 18px;
    line-height: 14px;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    background: 7% url("../images/enter.svg") no-repeat #1370FC;
}

.section-main {
    padding-top: 74px;
}

.main-container {
    display: flex;
    justify-content: flex-start;
}

.main-info-block {
    /*width: 550px;*/
    width: 40%;
}

.main-logo {
    display: block;
    margin-top: 81px;
    margin-bottom: 30px;
}

.main-title {
    font-size: 32px;
    line-height: 40px;
}

.main-info-inner {
    display: flex;
    flex-wrap: wrap;
    row-gap: 45px;
    justify-content: center;
    margin-top: 50px;
    margin-bottom: 50px;
}

.main-info-inner-item {
    width: 160px;
}

.main-info-inner-item-img {
    display: block;
    text-align: center;
    margin: 0 auto;
}

.main-info-inner-item-amount {
    margin: 20px 0;
    font-weight: 800;
    font-size: 32px;
    line-height: 30px;
    text-align: center;
}

.main-info-inner-item-info {
    text-align: center;
    font-weight: 500;
    line-height: 23px;
    color: #556981;
}

.main-buttons {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 20px 0;
    width: 100%;
    background-color: #ECF2FF;
    border-radius: 20px;
}

.main-section-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    padding-left: 30px;
    /*width: 217px;*/
    width: 45%;
    height: 60px;
    font-size: 20px;
    text-decoration: none;
    background: 30px url("../images/lightning.svg") no-repeat #1370FC;

}

.main-section-link {
    display: block;
    margin-left: 20px;
    padding: 19px 20px 19px 70px;
    width: 217px;
    height: 60px;
    font-size: 20px;
    background: 27px url("../images/prod.png") no-repeat rgba(19, 112, 252, 0.08);
    border-radius: 24px;
    border: none;
    color: #1370FC;
    font-weight: 600;
    text-decoration: none;
}

.main-partnership {
    display: none;
    margin: 50px 0 30px;
    padding: 15px;
    /*display: flex;*/
    /*justify-content: space-between;*/
    /*align-items: center;*/
    width: 100%;
    background-color: #ECF2FF;
    border-radius: 20px;
}

.main-partnership-suggestion {
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    width: 58%;
}

/*.main-partnership-suggestion-btn {*/
/*    display: block;*/
/*    width: 40%;*/
/*    padding-left: 25px;*/
/*    height: 60px;*/
/*    border-radius: 24px;*/
/*    font-size: 84%;*/
/*    background: 15px url("../images/plane.png") no-repeat #1370FC;*/
/*}*/

.infinity-slider-wrap {
    width: 471px;
    height: 600px;
    margin: 55px auto;
    position: relative;
    top: 50px;
}

.infinity-slider {
    width: 460px;
    height: 600px;
    overflow: hidden;
    position: relative;
}

.slide-wrap {
    position: absolute;
    height: 600px;
    width: 460px;
    opacity: 1;
    transition: all ease .5s;
}

.slide-wrap.opacity0 {
    opacity: 0;
}

.discount-message {
    position: absolute;
    padding: 12px 25px;
    width: 221px;
    height: 54px;
    /*left: 80px;*/
    /*bottom: 100px; */
    left: 20%;
    bottom: 15%;
    background: #F14534;
    box-shadow: 0 4px 16px rgba(241, 69, 52, 0.37);
    border-radius: 24px;
    font-weight: 700;
    font-size: 26px;
    color: #FFFFFF;
}

.slide {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 100%;
    background: #F8FAFF;
}

.slide-img {
    display: block;
    width: 87%;
    height: auto;
    margin: 0 auto;
}

.slide-info {
    margin: 20px 0;
    font-weight: 500;
    font-size: 20px;
    text-align: center;
}

.slide-discount {
    margin: 0 auto;
    text-align: center;
}

.slide-amount {
    font-weight: 800;
    font-size: 32px;
    text-align: center;
}

.discount {
    font-weight: 800;
    font-size: 30px;
    color: #F14534;
    text-align: center;
}

.ex-amount {
    font-weight: 500;
    font-size: 24px;
    text-decoration-line: line-through;
    text-align: center;
    color: #1E2732;
}

.slider-controls {
    /*display: flex;*/
    /*justify-content: space-between;*/
    /*align-items: center;*/
    margin: 20px 0;
    width: 460px;
}

.btn-left {
    width: 20px;
    height: 20px;
    border-bottom: 3px solid #AAB7D2;
    border-left: 3px solid #AAB7D2;
    background-color: transparent;
    left: 35px;
    position: absolute;
    bottom: 40px;
    transform: rotate(45deg);
    cursor: pointer;
    pointer-events: all;
    -webkit-tap-highlight-color: transparent;
}

.btn-right {
    width: 20px;
    height: 20px;
    border-bottom: 3px solid #AAB7D2;
    border-left: 3px solid #AAB7D2;
    background-color: transparent;
    right: 40px;
    position: absolute;
    bottom: 40px;
    transform: rotate(225deg);
    cursor: pointer;

    /*pointer-events: all;*/

    /*-webkit-user-select: none;*/
    /*-moz-user-select: none;*/
    /*-ms-user-select: none;*/

    /*-webkit-appearance: none;*/

    /*-webkit-backface-visibility:  hidden;*/
    -webkit-tap-highlight-color: transparent;
}

.btn-left:active,
.btn-right:active {
    border-bottom: 3px solid #1370FC;
    border-left: 3px solid #1370FC;
    background-color: transparent;
}

.slider-control-points {
    display: flex;
    justify-content: center;
}

.slider-control-point {
    background-color: #AAB7D2;
    margin: 5px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
}

.slider-control-point.active {
    background-color: #1370FC;
}

.section-products-inner {
    display: flex;
    /*justify-content: space-between;*/
    gap: 5%;
}

.section-products-inner-pic {
    width: 45%;
}

.section-products-inner-pic img {
    width: 100%;
    display: block;
}

.section-products-inner-info-items {
    width: 39%;
}

.section-products-inner-info-item {
    margin-bottom: 30px;
}

.section-products-inner-info-item-title {
    margin: 15px 0 10px;
    color: #1E2732;
}

.section-products-inner-info-item-list {
    padding-left: 24px;
}

.section-products-inner-info-item-list-item {
    margin: 5px 0;
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
    color: #556981;
}

.section-products-inner-info-item-list-item-strong {
    font-weight: 800;
}

.section-products-inner-payments-title {
    font-weight: 700;
    line-height: 23px;
    color: #556981;
}

.section-products-inner-payment-methods {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 15px 0 30px;
}

.section-products-inner-payment-method {
    width: auto;
    height: 100%;
    display: block;
}

.section-products-inner-btn {
    width: 381px;
    height: 60px;
    padding: 10px 24px 10px 30px;
    font-weight: 500;
    font-size: 19px;
    line-height: 40px;
    /*background: 35px url("../images/tech-dots.png") no-repeat #1370FC;*/
}

.section-technical-modal {
    display: none;
}

.section-technical-modal.active {
    /*position: absolute;*/
    /*z-index: 10;*/
    /*background-color: rgba(190, 190, 190, .9);*/
    /*left: 0;*/
    /*right: 0;*/
    /*top: 0;*/
    /*bottom: 0;*/
    /*width: 100vw;*/
    /*height: 100vh;*/

    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    background-color: rgba(190, 190, 190, .9);
    display: flex;
    justify-content: center;
    align-items: flex-start;
    overflow-y: scroll;
    /*padding: 60px 15px;*/
}

.section-technical-modal-content {
    width: 100%;
    max-width: 800px;
    padding: 32px;
    background: #f9f9f9;
    border-radius: 15px;
    position: relative;
    top: 3%;
    /*box-shadow: 0 5px 15px black;*/
}

.section-technical-modal-content-header {
    display: flex;
    justify-content: space-between;
    gap: 15px;
}

.section-technical-modal-content-header-item {
    margin: 20px 0 10px;
    padding: 10px 0 10px 16px;
    width: 48%;
    height: 45px;
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
    color: #FFFFFF;
    background-color: #2073EF;
    border-radius: 8px;
}

.section-technical-modal-content-inner {
    display: flex;
    justify-content: space-between;
    gap: 15px;
}

.section-technical-modal-content-inner-item {
    width: 48%;
}

.section-technical-modal-content-inner-item-content {
    border-bottom: 2px dashed #E1E3F5;
}

.section-technical-modal-content-inner-item-title {
    margin: 12px 0 8px;
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    color: #1E2732;
}

.section-technical-modal-content-inner-item-info {
    margin: 8px 0 12px;
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
    color: #556981;
}

.section-technical-modal-content-inner-item-info-list {
    margin-bottom: 12px;
    padding-left: 20px;
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
    color: #556981;
}

.section-technical-modal-close-btn {
    height: 30px;
    width: 30px;
    margin: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    position: absolute;
    right: 0;
    top: 0;
    /*background: none;*/
    cursor: pointer;
    transition: .3s;
    outline: none;
}

.section-technical-modal-close-btn:hover {
    transition: .3s;
    transform: rotate(180deg);
}

.section-for-business-general-information {
    margin: 20px 0;
    padding: 20px 65px;
    width: 100%;
    height: 65px;
    background-color: #ECF2FF;
    border-radius: 20px;
    background-position: 22px;
}

.section-for-business-items {
    width: 92%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10%;
    align-content: space-between;
    margin: 60px 0;
}

.section-for-business-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 15%;
    margin-bottom: 20px;
    border-radius: 10px;
}

.section-for-business-item:active {
    box-shadow: 0 5px 15px black
}

.section-for-business-item-pic {
    display: block;
    width: 100%;
}

.section-for-business-item-name {
    margin: 18px auto;
    text-align: center;
    line-height: 25px;
    font-weight: 500;
    font-size: 20px;
    color: #1E2732;
}

.slider-for-business-controls {
    display: none;
    position: relative;
    width: 100%;
}

.for-business-controls-btn-left {
    width: 20px;
    height: 20px;
    border-bottom: 3px solid #AAB7D2;
    border-left: 3px solid #AAB7D2;
    background-color: transparent;
    left: 40px;
    position: absolute;
    bottom: 5px;
    transform: rotate(45deg);
    cursor: pointer;
    pointer-events: all;
    -webkit-tap-highlight-color: transparent;
}

.for-business-controls-btn-right {
    width: 20px;
    height: 20px;
    border-bottom: 3px solid #AAB7D2;
    border-left: 3px solid #AAB7D2;
    background-color: transparent;
    right: 40px;
    position: absolute;
    bottom: 5px;
    transform: rotate(225deg);
    cursor: pointer;
    pointer-events: all;
    -webkit-tap-highlight-color: transparent;
}

.for-business-controls-btn-left:active,
.for-business-controls-btn-right:active {
    border-bottom: 3px solid #1370FC;
    border-left: 3px solid #1370FC;
}

.slider-for-business-control-points {
    display: flex;
    justify-content: center;
}

.slider-for-business-control-point {
    background-color: #AAB7D2;
    margin: 5px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
}

.slider-for-business-control-point.active {
    background-color: #1370FC;
}

.section-for-business-show-btn {
    display: none;
    margin: 32px auto;
    width: 328px;
    height: 48px;
    color: #E6EFFF;
    border-radius: 24px;
    background-color: #2073EF;
    border: none;
    font-weight: 600;
    font-size: 16px;
    line-height: 40px;
}

.section-for-business-items-modal {
    display: none;
}

.reasons-slide-wrap {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}

.reasons-slide {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    width: 48%;
    margin: 30px 0;
}

.reasons-slide-img {
    width: 18%;
}

.reasons-slide-item {
    width: 70%;
    margin-left: 20px;
}

.reasons-slide-item-title {
    margin-bottom: 20px;
}

.reasons-slide-item-title {
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    color: #1E2732;
}

.reasons-slide-item-list {
    padding-left: 25px;
}

.reasons-slide-list-item {
    font-weight: 500;
    font-size: 18px;
    line-height: 23px;
    color: #556981;
}

.reasons-slider-controls {
    display: none;
}

.reasons-btn {
    -webkit-tap-highlight-color: transparent;
}

.suggestions-content {
    display: flex;
    justify-content: flex-start;
    width: 100%;
}

.suggestions-options {
    width: 100%;
}

.suggestions-content-main {
    width: 67%;
}

.suggestions-option-slides {
    display: flex;
}

.option-slide {
    width: 50%;
    margin: 30px 0;
    padding: 30px;
    background-color: #E7EEFC;
}

.payments-slide {
    position: relative;
}

.payments-slide.active {
    width: 50%;
    background-color: #1370FC;
}

.payments-slide-left {
    border-top-left-radius: 16px;
    border-bottom-left-radius: 16px;
}

.payments-slide-right {
    border-top-right-radius: 16px;
    border-bottom-right-radius: 16px;
}

.payments-btn-right,
.payments-btn-left {
    -webkit-tap-highlight-color: transparent;
}

.options-checked {
    display: none;
    width: 9%;
    position: absolute;
    top: 15px;
    right: 15px;
}

.payments-slide.active .options-checked {
    display: block;
    /*position: absolute;*/
    /*top: 6%;*/
    /*right: 6%;*/
}

.option-slide.active .options-checked {
    display: block;
}

.payments-slide-title {
    margin: 20px 0;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: #1E2732;
}

.payments-slide.active .payments-slide-title {
    color: #fff;
}

.payments-slide-amount {
    font-weight: 800;
    font-size: 30px;
    line-height: 38px;
    color: #1E2732;
}

.payments-slide.active .payments-slide-amount {
    color: #fff;
}

.payments-slide-description-list {
    margin-top: 20px;
    padding-left: 20px;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #556981;
}

.payments-slide.active .payments-slide-description-list {
    color: #fff;
}

.payments-slide-left.active .payments-slide-pic.active {
    display: block;
}

.payments-slide-left.active .payments-slide-pic {
    display: none;
}

.payments-slide-left .payments-slide-pic.active {
    display: none;
}

.payments-slide-right.active .payments-slide-pic.active {
    display: block;
}

.payments-slide-right.active .payments-slide-pic {
    display: none;
}

.payments-slide-right .payments-slide-pic.active {
    display: none;
}

.payments-slide-pic-big {
    display: none;
    margin: 0 auto;
}

.suggestions-modal {
    width: 33%;
}

.suggestions-modal-content-tariff-options {
    padding: 30px 25px;
}

.tariff-option {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
    padding: 15px 0;
}

.tariff-option-pic {
    display: block;
    width: 32px;
    height: 32px;
}

.tariff-option-on {
    display: block;
}

.tariff-option-off {
    display: none;
}

.tariff-options-item {
    font-weight: 500;
    font-size: 18px;
    line-height: 23px;
    color: #1E2732;
}

.payments-slider-controls {
    display: none;
}

.machine-slide {
    position: relative;
}

.machine-slide.active {
    /*width: 48%;*/
    background-color: #1370FC;
}

.machine-slide-left {
    border-top-left-radius: 16px;
    border-bottom-left-radius: 16px;
}

.machine-slide-right {
    border-top-right-radius: 16px;
    border-bottom-right-radius: 16px;
}

.machine-slide.active .machine-checked {
    display: block;
}

.machine-slide .options-checked {
    display: none;
}

.self-checkbox {
    display: none;
    position: absolute;
    width: 26px;
    height: 26px;
    border: 1px solid #AAB7D2;
    border-radius: 50%;
}

.self-checkbox-inner {
    position: absolute;
    top: 3px;
    left: 3px;
    width: 18px;
    height: 18px;
    background-color: #2073EF;
    border-radius: 50%;
}

.machine-slide-inner {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 4%;
}

.machine-slides-pic {
    width: 25px;
    height: 44px;
    display: block;
}

.machine-slide-title {
    width: 80%;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #1E2732;
}

.machine-slide-title-hidden {
    display: none;
}

.machine-slide.active .machine-slide-title {
    color: #fff
}


.tariff-water-no-cashier {
    display: none;
}

.tariff-water-with-cashier {
    display: none;
}

.tariff-vending-no-cashier {
    display: none;
}

.tariff-vending-with-cashier {
    display: block;
}

.tariff-water {
    display: none;
}

.tariff-vending {
    display: block;
}

.tariff-slide {
    position: relative;
}

.tariff-slide.active {
    /*width: 48%;*/
    background-color: #1370FC;
}

.tariff-slide-left {
    position: relative;
    border-top-left-radius: 16px;
    border-bottom-left-radius: 16px;
}

.tariff-slide-right {
    position: relative;
    border-top-right-radius: 16px;
    border-bottom-right-radius: 16px;
}

.tariff-slide.active .machine-checked {
    display: block;
}

.tariff-slide .options-checked {
    display: none;
}

.tariff-slide-title {
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    color: #1E2732;
}

.tariff-slide.active .tariff-slide-title {
    color: #fff;
}

.tariff-type {
    margin: 15px 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #556981;
}

.tariff-slide.active .tariff-type {
    color: #B5CFEE;
}

.tariff-type-popular {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 31%;
    left: 221px;
    padding-right: 3%;
    width: 40%;
    height: 31px;
    text-align: center;
    color: #fff;
    border-radius: 16px;
    background: 90% url(../images/fire.png) no-repeat #F14534;
    background-size: 22px;
}

.tariff-slide-visual-ckeckbox {
    display: none;
}

.tariff-cashier-strong {
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
}

.tariff-slide.active .tariff-cashier-strong {
    color: #fff;
}

.tariff-cashier-light {
    font-weight: 500;
    font-size: 16px;
}

.tariff-slide.active .tariff-cashier-light {
    color: #fff;
}

.tariff-all {
    margin-top: 15px;
}

.tariff-for-month {
    font-weight: 800;
    font-size: 24px;
    line-height: 30px;
}

.tariff-for-year {
    font-weight: 800;
    font-size: 16px;
    line-height: 24px;
}

.tariff-modal-open {
    display: none;
}

.general-information-for-tariff {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    margin: 20px 0;
    padding: 5px 10px 5px 80px;
    /*width: 67%;*/
    height: 130px;
    /*background-color: #ECF2FF;*/
    border-radius: 20px;
    background: 4% 29% url(../images/partnership.svg) no-repeat #ECF2FF;
    background-size: 20px;
}

.general-information-for-tariff-title {
    width: 60%;
    font-weight: 500;
    font-size: 18px;
    line-height: 23px;
    color: #556981;
}

.make-order-btn {
    width: 30%;
    height: 60px;
    background: 26% url(../images/lightning.svg) no-repeat #1370FC;
}


.partners-slides-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 2%;
}

.partners-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4%;
    flex-wrap: wrap;
    width: 48%;
    margin: 0;
    padding: 0;
    background-color: #F8FAFF;
}

.partners-slide-icons {
    display: block;
    width: 48%;
    margin: 10px 0;
}

.partners-btn {
    -webkit-tap-highlight-color: transparent;
}

.general-information-partnership {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5%;
    margin: 20px 0;
    padding: 5px 10px 5px 80px;
    width: 100%;
    height: 100px;
    /* background-color: #ECF2FF; */
    border-radius: 20px;
    background: 23% 29% url(../images/partnership.svg) no-repeat #ECF2FF;
    background-size: 20px;
}

.general-information-partnership-title {
    width: 31%;
    /*padding-left: 10%;*/
    font-weight: 500;
    font-size: 18px;
    line-height: 23px;
}


.partnership-btn {
    width: 22%;
    margin: 0;
    background: 8% url(../images/plane.svg) no-repeat #1370FC;
    background-size: 21px;
}

.footer {
    position: relative;
    height: 890px;
    background: bottom url(../images/footer-dark.png) no-repeat,
    bottom url(../images/footer-light.png) no-repeat;
    /*background-size: auto 100%, auto 109%;*/
}

.footer-background {
    display: block;
    position: absolute;
}

.footer-main-header {
    padding-top: 200px;
    margin: 8% 0 3%;
}

.footer-header {
    color: #fff;
}

.footer-main-inner {
    display: flex;
    gap: 13%;
    width: 90%;
    margin-bottom: 2%;
}

.footer-inner-form {
    position: relative;
}

#amoforms_iframe_1431854 {
    position: absolute !important;
    font-family: 'Inter', sans-serif;
    opacity: 1 !important;
    /*position: unset !important;*/
    top: 20%;
    z-index: 95 !important;
    /*height: 327px !important;*/
}

/*#amoforms_iframe_1056702 {*/
/*    position: absolute !important;*/
/*    font-family: 'Inter', sans-serif;*/
/*    opacity: 1 !important;*/
/*    !*position: unset !important;*!*/
/*    top: 30%;*/
/*    z-index: 95 !important;*/
/*    height: 327px !important;*/
/*}*/

.amoforms-footer-copyright {
    display: none !important;
}

#amo_brand {
    display: none !important;
}

.footer-inner-item-description {
    margin: 4% 0;
    font-weight: 500;
    font-size: 18px;
    line-height: 23px;
    letter-spacing: -0.4px;
    color: #C6CBE8;
}

.footer-form-input {
    display: block;
    width: 408px;
    height: 63px;
    margin: 4% 0;
    padding-left: 20px;
    left: 0;
    top: 47px;
    background: #13378F;
    border: none;
    border-radius: 16px;
    color: #8E95BF;
    font-weight: 500;
    font-size: 18px;
    line-height: 23px;
}

.footer-form-btn {
    padding-left: 28px;
    width: 191px;
    height: 60px;
    font-weight: 600;
    font-size: 20px;
    line-height: 40px;
    background: 14% url(../images/plane.svg) no-repeat #1370FC;
    background-size: 27px;
}

.footer-main-inner-items {
    width: 48%;
}

.footer-main-inner-item-whatsapp-number,
.footer-main-inner-item-working-time-title,
.footer-main-inner-item-location-title {
    margin: 20px 0;
    font-weight: 500;
    font-size: 18px;
    line-height: 23px;
    color: #C6CBE8;
}

.footer-main-inner-item-call {
    display: block;
    margin-bottom: 35px;
    padding-left: 50px;
    font-weight: 700;
    font-size: 30px;
    line-height: 40px;
    color: #FFFFFF;
    text-decoration: none;
    background: left url(../images/call.png) no-repeat;
    background-size: 40px;
}

.footer-main-inner-item-whatsapp-chat {
    display: block;
    margin-bottom: 35px;
    padding-left: 50px;
    font-weight: 700;
    font-size: 30px;
    line-height: 40px;
    color: #FFFFFF;
    text-decoration: none;
    background: left url(../images/whatsapp.png) no-repeat;
}

.footer-main-inner-item-working-time-time {
    margin-bottom: 35px;
    padding-left: 50px;
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    color: #FFFFFF;
    text-decoration: none;
    background: left url(../images/clock.png) no-repeat;
}

.footer-main-inner-item-email {
    margin-bottom: 35px;
    padding-left: 50px;
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    color: #FFFFFF;
    text-decoration: none;
    background: left url(../images/mail01.png) no-repeat;
}

.footer-main-inner-item-location-address {
    margin-bottom: 35px;
    padding-left: 50px;
    font-weight: 500;
    font-size: 20px;
    line-height: 25px;
    color: #FFFFFF;
    text-decoration: none;
    background: left url(../images/location.png) no-repeat;
}

.footer-sub-inner {
    /*display: flex;*/
    /*gap: 5%;*/
    width: 90%;
    margin: 0 0 4px;
}

.footer-sub-inner-register {
    width: 48%;
    padding-left: 3%;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #80B2FF;
    background: top left url(../images/info01.png) no-repeat;
    background-size: 20px;
}

.footer-sub-inner-docs {
    display: flex;
    justify-content: space-between;
    width: 100%;
    /*width: 48%;*/
}

.footer-sub-inner-docs a {
    display: block;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #B9D5FF;
    cursor: pointer;
    margin-bottom: 10px;
}

.presentation-link {
    /*margin-bottom: 30px;*/
    padding-left: 30px;
    background: left url(../images/download.png) no-repeat;
}

.presentation-link,
.treatment-link,
.writing-link,
.policy-link {
    width: 100%;
}
