.green_suit {
    font-weight: bold;
    cursor: pointer;
    min-height: 68px;
    width: 100%;
    text-align: center;
    background: #f59d35;
    padding: 14px 0 !important;
    color: #ffffff !important;
    text-decoration: none;
    display: flex;
    justify-content: center;

}

.green_suit.move {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;
    animation: moveIt .5s ease-in forwards;
    animation-delay: 1s;
    transform: translateY(-68px);
}
@keyframes moveIt {
    0% {transform: translateY(-68px);     }
    100% {transform: translateY(0);
    }
}

.green_suit span {
    display: block;
    position: relative;
}

.green_suit img {
    margin-right: 10px;
    width: 38px;
    height: 38px;
    top: 0;
    left: 25px;
}

.mainHeader__left_crutch {
    justify-content: flex-end;
    padding-top: 0;
    align-items: flex-start;
}

.mainHeader__navList_crutch {
    position: relative;
    padding: 0!important;
    width: 100%;
}

.mainHeader__navItem_crutch {
    width: 13%;
    position: relative;

}

.mainHeader__navItem_crutch:nth-child(3) {
    width: 9%;
}

.mainHeader__navItem_crutch:nth-child(5) {
    width: 9%;
}

.mainHeader__navItem_crutch:nth-child(6) {
    width: 9%;
    text-align: left;
}

.mainHeader__navItem_crutch:nth-child(7) {
    width: 16%;
    text-align: left;
    margin-left: 25px;
}
.mainHeader__navItem_crutch:last-child {
    width: 16%;
}

.mainHeader__navItem_crutch .ourPhones {
    letter-spacing: 1px;
    font-size: 1.2rem;
    font-family: RobotoBold, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-weight: bold;
    color: #000;
    text-decoration: none;
    position: relative;
    top: 10px;
    left: 0;
}

.mainHeader__navItem_crutch:last-child .ourPhones {
    left: -4px;
}

.posReg {
    position: absolute;
    top: 30px;
    font-size: 10px;
    font-weight: bold;
}

@media screen and (max-width: 1000px) {
    .green_suit span {
        width: 80vw;
        margin: 0 auto;
        font-size: 14px;
    }

    .green_suit span img {
        left: -40px;
    }
}

@media screen and (max-width: 1365px) {
    .mainHeader__navItem_crutch .ourPhones {
        letter-spacing: 0;
    }
}

@media screen and (max-width: 1215px) {
    .mainHeader__navItem_crutch:nth-child(3),
    .mainHeader__navItem_crutch:nth-child(4),
    .mainHeader__navItem_crutch:nth-child(5) {
        display: none;
    }

    .mainHeader__navItem_crutch:nth-child(2),
    .mainHeader__navItem_crutch:nth-child(6),
    .mainHeader__navItem_crutch:nth-child(7) {
        width: 30%;
    }
}

.mobile__logo {
    display: none;
}

@media (max-width: 767px){
    .mobile__logo {
        display: block;
        position: relative !important;
        bottom: -50px;
        left: 60px;
    }

    .mainHeader .container {
        justify-content: space-between;
    }

    .mainHeader__navItem_crutch:first-child {
        display: none !important;
    }

    .mainHeader__navItem_crutch:nth-child(6),
    .mainHeader__navItem_crutch:nth-child(7){
        margin-top: 40px;
        text-align: center;
    }

    .mainHeader__navItem_crutch {
        width: 100% !important;
        display: block !important;

    }

    .modal__container {
        background: #ffffff;
    }

    .posReg {
        position: static;
    }

    .mainHeader__navItem_crutch .ourPhones {
        top:0;
    }

    .modal .mainHeader-popup__footer {
        border: none;
    }

    .modal__close {
        top: -7px;
        right: 8px;
    }
}

.modal__close {
    color: #fff !important;
}

body .sht-block {
    border: 1px solid rgba(0, 0, 0, 0.15) !important;
    border-radius: 4px;
    background: #FFF;
    width: 100%;
    height: 80px;
    padding: 10px 15px !important;
    display: block;
    text-decoration: none;
    cursor: auto;
}

body .sht-block:hover {
    border: 1px solid rgba(0, 0, 0, 0.15) !important;
    border-radius: 4px;
    background: #FFF;
    width: 100%;
    height: 80px;
    cursor: pointer;
}

.header__bottom_left {
    display: flex;
}

.header__bottom_right {
    margin-left: 84px;
    text-align: center;
}

.header__bottom_right p {
    margin: 0;
    color: #000;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    position: relative;
    top: -28px;
}

.flex-block-header {
    display: flex;
}

.links {
    color: #198CFF;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 19.2px */
    text-transform: uppercase;
    position: relative;
    top: -28px;
    border-bottom: 1px dashed #198cFF;
    text-decoration: none;
}

body .sht-block-number {
    color: #474747;
    font-family: 'Roboto', sans-serif;
    font-size: 37px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%; /* 39.6px */
    letter-spacing: 2.16px;
    margin: 0;
}

.sht-block-blk {
    margin-bottom: 3px;
}

body .sht-block-stat {
    display: flex;
    margin-bottom: 4px;
}

body .sht-block-oc {
    margin-left: 8px;
    margin-top: 3px;
}

body .sht-block .star-link {
    display: flex;
}
body .sht-block .star-link img {
    margin-right: 2px;
    cursor: pointer;
}

.sht-reviews p {
    margin: 4px 0;
    color: #474747;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    opacity: 0.6000000238418579;

}

.sht-button-read {
    width: 252px;
    height: 30px;
    border-radius: 10px;
    background: #F5F7FA;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}

.sht-button-read p {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%; /* 15.4px */
    letter-spacing: -0.28px;
    color: #198CFF;
    margin: 0;
    cursor: pointer;
}

.sht-button-read:hover {
    background: #e9eef3;
}


@media (min-width: 1366px) {

}

@media (min-width: 768px) {

}
