#promo-banner .banners__description {
    padding-left: 15px;
    max-width: clamp(200px, 50vw, 400px);
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
@media (max-width: 1023px) {
    #promo-banner .banners__description-wrapper {
        top: 0;
        -webkit-transform: translateY(clamp(15px, 4vw, 25px));
        transform: translateY(clamp(15px, 4vw, 25px));
    }
}
@media (min-width: 768px) {
    #promo-banner .banners__description-wrapper {
        padding-left: clamp(32px, 4vw, 100px);
    }
}
@media (min-width: 1024px) {
    #promo-banner .banners__description-wrapper {
        padding-left: clamp(32px, 6vw, 100px);
    }
}
#promo-banner .banners__title {
    font-size: clamp(20px, 5.4vw, 42px);
    line-height: 120%;
    text-align: left;
    text-transform: uppercase;
    margin: 0 0 clamp(5px, 1vw, 15px);
color: #fff;
}
@media (min-width: 768px) {
    #promo-banner .banners__title  {
        line-height: 110%;
        margin: 0 0 clamp(5px, 2vw, 15px);
    }
}
#promo-banner .banners__text {
    text-align: left;
    font-size: clamp(14px, 3.7vw, 24px);
    line-height: 1.3;
color: #fff;
padding: 0;
}

#promo-step .step-widget__grid {
    display: grid;
    gap: clamp(10px, 2.5vw, 20px) 20px;
    -webkit-box-pack: revert;
    -ms-flex-pack: revert;
    justify-content: revert;
}
#promo-step .step-widget__grid[data-columns-count-mobile="1"] {
    grid-template-columns: 100%;
}
@media (min-width: 768px) {
    #promo-step .step-widget__grid[data-columns-count-tablet="2"] {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (min-width: 1024px) {
    #promo-step .step-widget__grid[data-columns-count-desktop="4"] {
        grid-template-columns: repeat(4, 1fr);
    }
}
#promo-step .step-widget__card {
    width: 100%;
    height: 100%;
    border-radius: 5px;
    border: 1px solid #ECECEC;
    padding: clamp(15px, 3vw, 20px);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
#promo-step .step-widget__header {
    padding: 0;
    background: none;
    color: #000;
    display: block;
    text-align: left;
    min-height: revert;
}
#promo-step .step-widget__header::before {
    width: 26px;
    height: 26px;
    margin: 0 0 5px;
    font-size: 18px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    line-height: 1;
    background: linear-gradient(72.64deg, #015DA0 39.44%, #50BBE9 90.6%);
}
#promo-step .step-widget__name {
    font-size: clamp(16px, 3vw, 18px);
    line-height: 1.3;
}
#promo-step .step-widget__text {
    color: #9D9D9D;
    font-size: clamp(14px, 2vw, 16px);
    line-height: 140%;
    text-align: left;
    margin: 0 0 6px;
}
#promo-heading .heading-widget {
    margin: 0;
}
#promo-map {
    position: relative;
}
#promo-map iframe {
    display: block;
    width: 100%;
    border: 0;
    height: 740px;
}
@media (min-width: 1024px) {
    #promo-map iframe {
        height: 400px;
    }
}
#promo-map .promo-map {
    position: absolute;
    inset: auto 15px 15px;
    z-index: 1;
    background-color: #fff;
    padding: 20px clamp(15px, 4vw, 30px) clamp(20px, 4vw, 30px);
    display: grid;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    gap: clamp(15px, 2vw, 15px);
    grid-template-columns: 100%;
    -webkit-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
}
@media (min-width: 768px) {
    #promo-map .promo-map {
        inset: auto 30px 30px;
    }
}
@media (min-width: 1024px) {
    #promo-map .promo-map {
        max-width: clamp(310px, 30vw, 460px);
        inset: clamp(20px, 2vw, 30px);
    }
}
#promo-map .promo-map__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
}
#promo-map .promo-map__img {
    width: 70px;
    min-width: 70px;
}
#promo-map .promo-map__title {
    color: #000;
    font-weight: 700;
    font-size: clamp(20px, 3vw, 22px);
    line-height: 1.2;
}
#promo-map .promo-map__label {
    font-size: 12px;
    line-height: 1.4;
    color: #9D9D9D;
    margin: 0 0 5px;
}
#promo-map .promo-map__elem {
    font-size: clamp(14px, 3vw, 16px);
    line-height: 1.4;
    margin: 0;
}
#promo-map .promo-map__elem a {
    text-decoration: none;
    color: inherit;
}

#promo-form .form-widget {
    border-radius: 5px;
    background: #F2F2F2;
    padding: clamp(30px, 8vw, 60px) 15px clamp(10px, 4vw, 40px) 15px;
}
#promo-form .form-widget__form {
    margin: 0 auto;
    max-width: clamp(600px, 75vw, 940px);
}
#promo-form .form-widget__header {
    margin: 0px 0 clamp(28px, 6vw, 40px);
}
#promo-form .form-widget__title {
    text-align: center;
}
#promo-form .form-widget__subtitle {
    font-size: 18px;
    line-height: 1.4;
    margin: 15px 0 0;
}
#promo-form .form-widget__fieldset {
    grid-template-columns: 100%;
}
@media (min-width: 768px) {
    #promo-form .form-widget__fieldset {
        gap: 2px 20px;
    }
}
@media (min-width: 1024px) {
    #promo-form .form-widget__fieldset {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media (max-width: 767px) {
    #promo-form .form-widget__field {
        padding: 0 0 16px;
    }
}
#promo-form .form-widget__field_filename {
    grid-column: span 1;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
@media (min-width: 1024px) {
    #promo-form .form-widget__field_filename {
        grid-column: span 3;
    }
}
#promo-form .form-widget__field_deps {
    grid-column: span 1;
}
@media (min-width: 1024px) {
    #promo-form .form-widget__field_deps {
        grid-column: span 3;
    }
}
#promo-form .form-widget__field_comment {
    grid-column: span 1;
}
@media (min-width: 1024px) {
    #promo-form .form-widget__field_comment {
        grid-column: span 3;
    }
}
#promo-form .form-widget__field_policy {
    grid-column: span 1;
    margin-top: -5px;
}
@media (min-width: 1024px) {
    #promo-form .form-widget__field_policy {
        grid-column: span 2;
        margin-top: 0;
    }
}
#promo-form .form-widget__field_submit {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-top: 12px;
    grid-column: span 1;
}
@media (min-width: 768px) {
    #promo-form .form-widget__field_submit {
        margin-top: 0;
        margin-bottom: 25px;
    }
}
@media (min-width: 1024px) {
    #promo-form .form-widget__field_submit {
        margin-top: -5px;
        margin-bottom: 0;
    }
}
#promo-form .form-widget__label {
    font-size: 13px;
    line-height: 15px;
}
#promo-form .form-widget__input:not(.form-widget__input_textarea) {
    max-height: 44px;
    min-height: 44px;
}
#promo-form .form-widget__input_select {
    background-size: 20px auto;
    padding-right: 40px;
}
#promo-form .form-widget .custom-file-container {
    width: 100%;
}
#promo-form .form-widget .custom-file-container .add {
    cursor: pointer;
}
#promo-form .form-widget .custom-file-container .file-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: clamp(15px, 3vw, 20px);
}
#promo-form .form-widget .custom-file-container .file-item__main {
    background: #fff;
}
#promo-form .form-widget .custom-file-container .file-item__remove {
    -webkit-filter: invert(92%) sepia(1%) saturate(0%) hue-rotate(176deg) brightness(86%) contrast(88%);
    filter: invert(92%) sepia(1%) saturate(0%) hue-rotate(176deg) brightness(86%) contrast(88%);
    background-size: 16px auto;
}
#promo-form .form-widget .custom-file-container .file-item__remove:hover {
    -webkit-filter: invert(0%) sepia(0%) saturate(7500%) hue-rotate(312deg) brightness(100%) contrast(107%);
    filter: invert(0%) sepia(0%) saturate(7500%) hue-rotate(312deg) brightness(100%) contrast(107%);
}
#promo-form .form-widget__submit {
    background: #000;
    border-color: #000;
}
#promo-form .form-widget__submit:hover {
    background: #DE7C00;
    border-color: #DE7C00;
}
@media (min-width: 768px) {
    #promo-form .form-widget__policy a {
        display: block;
    }
}
#promo-features .features-widget {
    padding: 0;
}
#promo-features .features-widget__desc {
    margin: 0 0 clamp(30px, 8vw, 40px);
}
#promo-features .features-widget__grid {
    display: grid;
    gap: clamp(10px, 3vw, 20px);
    grid-template-columns: 100%;
}
@media (min-width: 1024px) {
    #promo-features .features-widget__grid {
        grid-template-columns: repeat(3, 1fr);
    }
}
#promo-features .features-widget__card {
    border: 1px solid #ECECEC;
    border-radius: 2px;
    width: revert;
    height: auto;
    padding: clamp(10px, 3vw, 15px) clamp(10px, 3vw, 20px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: clamp(10px, 2vw, 20px);
}
@media (min-width: 768px) and (max-width: 1023px) {
    #promo-features .features-widget__card {
        padding: clamp(10px, 3vw, 19px) clamp(10px, 3vw, 20px);
    }
}
#promo-features .features-widget__img {
    margin: 0;
    min-width: 80px;
}
#promo-features .features-widget__text {
    margin: 0;
    text-align: left;
    color: #9D9D9D;
    font-size: clamp(14px, 3vw, 16px);
    line-height: 1.4;
}
