body .global-wrap .tag_green {
    background: #009A44;
}

.history-text-container ul li,
.service-s-text ol li, .service-s-text p,
.service-s-text ul li {
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 160%;
    color: #000000;
    margin-bottom: 6px;
}

.seo-title {
    font-size: 12px;
}

.sub_menu {
    display: none;
    position: absolute;
    background: #ffffff;
    padding: 25px;
    line-height: 2;

    box-shadow: 2px 2px 5px rgb(0 0 0 / 25%);
    border-radius: 10px;


}

.sub_menu a {
    text-decoration: none;
}

.sub_menu li:hover {
    color: #00B9ED;
}

.header-bottom__menu ul li:hover .sub_menu {
    display: block;

}

.service-page h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 125%;
    text-align: center;
    color: #000000;
    width: 100%;
    margin-bottom: 15px;
}

.cina {
    font-size: 20px;
    /* border: 1px; */
    /* border-color: black; */
    padding: 10px;
    box-shadow: 0px 4px 22px rgb(0 0 0 / 10%);
    border-radius: 10px;
}

.header-bottom__menu ul li:hover .sub_menu {
    display: block;
    max-height: 60vh;
    overflow-y: auto;
}

.header-top__lang a {
    text-transform: uppercase;
}

@media screen and (max-width: 767px) {
    .mobile-phone {
        margin-left: 38px;
    }
}

@media screen and (max-width: 1023px) {
    .header-top__socials .ht-soc--vb, .header-top__socials .ht-soc--ms {
        margin-left: 18px;
    }
}

@media screen and (max-width: 600px) {
    .news__other > .btn {
        width: 100%;
        margin-top: 15px;
        height: 26px;
        line-height: 19px;
    }
}

/*.btn.btn--blue {*/
/*    width: 100%;*/
/*}*/

.btn.btn--blue img {
    display: none;
}

.btn.btn--blue span {
    display: inline-block;
}

.btn.btn--blue.submin_btn img {
    display: inline-block;
    position: relative;
    top: -4px;
}

.btn.btn--blue.submin_btn span {
    display: none;
}

.btn.btn--blue.submin_btn {
    background-color: #00B9ED;
    border-color: #00B9ED;
    color: #ffffff;
}

.btn.btn--blue.submin_btn:hover {
    background-color: #00B9ED;
    border-color: #00B9ED;
    color: #ffffff;
}

body h2.poshta-service {
    margin-bottom: 0;
    margin-top: 35px;
    font-size: 14px;
    color: #00B9ED;
    text-decoration: none;
}

body h2.poshta-service a {
    text-decoration: none;
}

.news__other-cont .single-card .img {
    height: 240px;
}

.news__other-cont .single-card .video.img {
    height: 160px;
}

.form-button {
    border: 1px solid #00B9ED;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 3px;
    padding: 6px 11px;
    text-align: center;
    width: 100%;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 150%;
    min-height: 32px;
    color: #FFFFFF;
    background: #00B9ED;
    -webkit-transition: background-color 0.3s ease, color 0.3s ease;
    -o-transition: background-color 0.3s ease, color 0.3s ease;
    transition: background-color 0.3s ease, color 0.3s ease;
    cursor: pointer;
}

.form-button.button-wait:before {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    background-image: url('/img/preloader_btn.gif');
    margin: 0 auto;
}

.form-button.button-wait {
    padding: 3px 11px;
    cursor: default;
}


.form-button.button-wait span {
    display: none;
}

.form-button:not(.button-wait):hover {
    background: #fff;
    color: #00B9ED;
    -webkit-transition: background-color 0.3s ease, color 0.3s ease;
    -o-transition: background-color 0.3s ease, color 0.3s ease;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.form-price__result form .input input {
    margin-bottom: 0;
}

.error-message {
    font-size: 12px;
    color: orangered;
    text-align: right;
    padding: 2px 11px;
    min-height: 20px;
}

.inp-error {
    border-color: orangered !important;
}

.alert, .info {
    position: fixed;
    z-index: 1000;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px;
    background-color: rgba(255, 255, 255, 0.4);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}

.alert.open {
    visibility: visible;
    opacity: 1;
}

.alert__window, .info__window {
    background-color: #94cdfa;
    padding: 20px;
    position: relative;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.allert__close, .info__close {
    font-size: 28px;
    color: #ffffff;
    width: 20px;
    height: 20px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: rotate(45deg);
    position: absolute;
    right: 5px;
    top: 5px;
    cursor: pointer;
}

.alert__message, .info__message {
    text-align: center;
    color: #ffffff;
    font-size: 18px;
    margin-bottom: 20px;
    padding: 0 20px;
}

.alert__button {
    width: 80px;
    margin: 0 auto;
    display: block;
}

.price-list .table_prise .check_block .content_col .square_check {
    background: rgba(0, 185, 237, 0.3);
}

.price-list .table_prise .check_block .content_col .square_check.active {
    background: rgba(0, 185, 237, 1);
}

.info {
    background-color: transparent;
}

.info.open {
    visibility: visible;
    opacity: 1;
}

.info.error .info__window {
    background-color: #ff6c35;
}

.info.warning .info__window {
    background-color: #ff9035;
}

.info.success .info__window {
    background-color: #36ddba;
}

.info__message {
    margin-bottom: 0;
    text-align: left;
    padding: 0 10px;
}

.fran-form .container_form .input, .fran-form .container_form textarea, .select-wrap, .styled-form input{
    margin-bottom: 0!important;
}

@media screen and (max-width: 600px) {
    .services-sub_menu {
        display: none!important;
    }
}
