#hero-4 {
    background-image: url(../images/expfon.jpg);
}

.hero-4-txt {
    padding: 8px 0px;
}

.title-service {
    font-size: 28px !important;
}

.title-service i {
    padding-right: 12px;
    color: #febf02;
}

.register-form h5.h5-lg {
    margin-bottom: 12px;
}

.hero-form .form-control {
    text-align: left;
}

.section-title p {
    padding: 0 4%;
}

.ico-80 [class*="flaticon-"]:before,
.ico-80 [class*="flaticon-"]:after {
    color: #3b5679;
}

.title-phone-form {
    font-size: 34px !important;
}

.5-shagov {
    background: #54529fc4;
    padding: 20px;
}

.list-box-txt b {
    font-weight: 600;
    font-size: 18px;
}

.footer h6 {
    padding-top: 12px;
    text-align: center;
}

@media (max-width: 989.95px) {
    #hero-form {
        margin-bottom: 120px;
    }

    .srv-block {
        margin-bottom: 30px;
    }

    .srv-block:last-child {
        margin-bottom: 0px;
    }

    .top-zz-btn {
        display: none;
    }
}

@media (max-width: 474.95px) {
    #hero-4 {
        padding-top: 40px;
    }

    #content-2 {
        padding-top: 20px;
    }

    .footer-info,
    .footer-links,
    .footer-slinks,
    .footer-form,
    .footer-store-badges,
    .bottom-footer {
        text-align: center;
    }

    .footer-copyright p {
        text-align: center;
    }
}

/* модальные окна */
.modal__input {
    display: none;
}

.modal__head {
    display: flex;
    padding-bottom: 14px;
    margin-bottom: 14px;
    justify-content: space-between;
}

.modal__footer {
    display: flex;
    padding-top: 14px;
    justify-content: flex-end;
}

.modal__content {
    display: flex;
    justify-content: center;
    font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.modal__title {
    display: flex;
    font-size: 20px;
    flex-grow: 1;
    justify-content: center;
    padding-right: 4px;
    font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    padding-top: 20px;
    color: #000;
    font-family: Oswald, sans-serif;
}

.modal__close-in-button {
    display: flex;
    cursor: pointer;
    background: #c4c9ce;
    padding: 10px 30px;
    border-radius: 4px;
    transition: 0.6s;
}

.modal__close-in-button:hover {
    background: #93a4b5;
}

.modal__label-button:hover:before,
.modal__label-button:active:before,
.modal__label-button:focus:before {
    transform: translateX(0);
}

/* Контейнер, который затемняет страницу */
.modal__input+.modal__body {
    display: none;
}

.modal__input:checked+.modal__body {
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 4;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    animation: bg 0.5s ease;
    background: rgba(0, 0, 0, 0.8);
    z-index: 1000;
}

_:-ms-fullscreen,
:root .modal__input:checked+.modal__body .modal__body {
    box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.8), 0px 16px 20px rgba(0, 0, 0, 0.8);
}

/* Модальное окно */
.modal__input:checked+.modal__body .modal__body {
    font-size: 16px;
    padding: 30px;
    width: 80%;
    max-width: 440px;
    max-height: 80%;
    transition: 0.5s;
    background: #F4F4F4;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2), 0 16px 20px rgba(0, 0, 0, 0.2);
    text-align: center;
    overflow-x: hidden;
    animation: scale 0.5s ease;
    font-family: Oswald, sans-serif;
}

/* Кнопка с крестиком закрывающая окно */
.modal__close {
    width: 30px;
    height: 30px;
    border: 2px solid #cccccc;
    border-radius: 12px;
    position: absolute;
    z-index: 10;
    top: 20px;
    right: 20px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2), 0 16px 20px rgba(0, 0, 0, 0.2);
    background-color: #FFF;
    background-size: cover;
    animation: move 0.5s ease;
    cursor: pointer;
    padding: 2px;
    line-height: 24px;
}

.modal__close-in {
    display: flex;
    width: 15px;
    height: 15px;
    background-color: #febf02;
    background-size: cover;
    animation: move 0.5s ease;
    cursor: pointer;
    padding: 18px;
    margin-top: -30px;
    margin-right: -30px;
    transition: 0.6s;
    justify-content: center;
    align-items: center;
}

.modal__close-in:hover {
    background-color: #c7460a;
}

.modal__close-in img {
    display: flex;
    width: 100%;
    height: 100%;
    width: 14px;
    height: 14px;
}

.j-form-info.form-5-info {
    margin-top: 10px;
}

/* форма обратной связи */
.modal__form {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 90%;
}

.modal__form textarea {
    max-width: 100%;
    min-width: 100%;
}

.modal__form-input {
    width: 100%;
    margin-bottom: 8px;
    border: 1px solid #D7D7D7;
    padding: 16px 28px;
    box-sizing: border-box;
    font-size: 16px;
    font-family: 'SF UI Display';
    border-radius: 2px;
    color: #000;
    font-family: Oswald, sans-serif;
}

.modal__form-input:focus,
.modal__form-texarea:focus,
.modal__form-select:focus {
    outline: none;
    border: 1px solid #febf02;
}

.modal__form-texarea {
    width: 100%;
    height: auto;
    margin-bottom: 8px;
    border: 1px solid #d6d6d6;
    padding: 5px 10px;
    box-sizing: border-box;
    border-radius: 4px;
    max-width: 100%;
    min-width: 100%;
}

.modal__form-select {
    width: 100%;
    height: auto;
    margin-bottom: 8px;
    border: 1px solid #d6d6d6;
    padding: 5px 10px;
    box-sizing: border-box;
    border-radius: 4px;
    color: #757575;
}

.modal__form-file {
    width: 100%;
    height: auto;
    margin-bottom: 8px;
    color: #757575;
}

.modal__form-buttons {
    display: flex;
    width: 100%;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: none;
    margin: 14px 0px;
    justify-content: center;
}

.modal__form-send {
    border: none;
    padding: 12px 50px;
    background-color: #febf02;
    border-color: 1px solid #febf02;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    transition: 0.6s;
    border-radius: 2px;
    width: 100%;
}

.modal__form-send[disabled] {
    background-color: #617d8d;
    border: 1px solid #617d8d;
}

.modal__form-send:hover {
    background-color: #212129;
}

.modal__form-send[disabled]:hover {
    background-color: #617d8d;
    border: 1px solid #617d8d;
    cursor: unset;
}

.modal__form-policy {
    display: flex;
    border: none;
    margin: 0;
    padding: 0;
    width: 100%;
    justify-content: center;
    margin: 14px 0px 0px 0px;
}

.modal__form-policy input {
    display: none;
}

.modal__form-chek-policy {
    width: 12px;
    height: 12px;
    border-radius: 2px;
    margin-right: 8px;
    margin-top: 6px;
    border: 1px solid #716c6b;
    border-radius: 2px;
    background-color: #fff;
    margin-right: 8px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1px;
    transition: 0.5s;
}

.modal__form-chek-policy:before {
    content: '';
}

.modal__form-policy input:checked+.modal__form-chek-policy {
    background-color: #febf02;
    border-color: #febf02;
}

.modal__form-policy input:checked+.modal__form-chek-policy:before {
    content: '\2713';
    color: #fff;
    font-size: 12px;
    font-weight: 600;
}

.modal__form-label-policy {
    color: #444141;
    font-size: 14px;
    cursor: pointer;
    -ms-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
}

.modal__link-policy {
    display: flex;
    width: 100%;
    justify-content: center;
    text-align: center;
    font-size: 14px;
}

.modal__link-policy a {
    text-decoration: none;
    color: #DD3F45;
    font-style: italic;
}

.modal__link-policy a:hover {
    color: #c34b50;
}

.j-form-info {
    background: #fff;
    width: 100%;
    padding: 16px;
    border: 1px solid #D7D7D7;
    border-radius: 2px;
    box-sizing: border-box;
    color: #fff;
    display: none;
}

/* Анимации */
@keyframes scale {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes move {
    0% {
        right: -80px;
    }

    100% {
        right: 20px;
    }
}

@keyframes bg {
    0% {
        background: rgba(51, 122, 183, 0);
    }

    100% {
        background: rgba(0, 0, 0, 0.8);
    }
}

@media (max-width: 575.98px) {
    .modal__form-send {
        width: 100%;
    }

    .modal__input:checked+.modal__body .modal__body {
        padding: 18px;
    }

    .modal__close-in {
        margin-top: -19px;
        margin-right: -19px;
    }
}

/* модальные окна */

.top-zz-btn {
    margin-top: 12px;
}

button:focus {
    outline: none !important;
}

.st-form {
    width: 100%;
}

.st-form-2 {
    width: 100%;
}

.st-form-2 .form-control {
    display: block !important;
    height: 56px !important;
    padding: .375rem .75rem !important;
    font-size: 1rem !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
    color: #495057 !important;
    background-color: #fff !important;
    background-clip: padding-box !important;
    border: 1px solid #ced4da !important;
    border-radius: 6px 0px 0px 6px !important;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out !important;
}

.st-form-2 .btn {
    width: 100% !important;
    height: 56px !important;
    font-size: 17px !important;
    border: 2px solid #fff !important;
    padding: 13px 38px !important;
    margin-left: 0 !important;
    border-left: none !important;
    border-left-color: currentcolor !important;
    -webkit-border-radius: 0 6px 6px 0 !important;
    -moz-border-radius: 0 6px 6px 0 !important;
    -o-border-radius: 0 6px 6px 0 !important;
    border-radius: 0 6px 6px 0 !important;
}

.st-form-2 .tra-white-hover:hover,
.white-color .tra-white-hover:hover {
color: #212129 !important;
background-color: #febf02 !important;
border-color: #fff !important;
}

.bg-fixed, .bg-scroll {
    background-size: contain;
    background-position: top;
}

.desktoplogo img {
    height: 102px;
    width: 102px;
}

.logof {
        height: 102px;
    width: 102px;
}



@media (max-width: 1279.98px) {
    #hero-1 h2, #hero-4 h2, #hero-8 h2, #hero-9 h3 {
        font-size: 36px;
    }
    
    #hero-4 {
        padding-top: 110px;
        padding-bottom: 90px;
    }
}

@media (max-width: 992.98px) {
    #hero-4 {
        padding-top: 8px;
        padding-bottom: 0px;
    }
    
    .bg-fixed, .bg-scroll {
        background-size: cover;
    }
    
.smllogo img {
    width: 80px;
}

.wsmobileheader .smllogo {
    margin-top: 0;
}    
}


@media (max-width: 575.98px) {
    .st-form-2 .form-control {
        width: 100% !important;
        border-radius: 6px !important;
    }

    .st-form-2 .form-btn {
        width: 100% !important;
        margin-top: 12px !important;
    }

    .st-form-2 .btn {
        border-radius: 6px !important;
        border-left: 2px solid #febf02 !important;
    }
}

@media (min-width: 480px) and (max-width: 767.95px) {
    .hero-form {}
}