
















.entry-content blockquote p, .home-text blockquote p, .taxonomy-description blockquote p {

    margin: 12px 0;

    color: black;

}

.table-of-contents {

    margin-left: -30px;

    color: black;

}

.entry-content blockquote p, .home-text blockquote p, .taxonomy-description blockquote p {

    margin: 12px 0;

    color: black;

}

.table-of-contents {

    margin-left: -30px;

    color: black;

}





  #head__main{

    display: flex;

    justify-content: space-between;

    padding: 15px 0;

    position: relative;

}

.head__block{

    display: flex;

    align-items: center;

}

.head__control{

    display: flex;

    align-items: center;

    gap: 8px;

}







}

.head__cnt:after {

    background-color: #fff;

    content: "";

    height: 15px;

    margin: 0 10px;

    opacity: .2;

    width: 1px;

}

.head__para{

    display: flex;

    align-items: center;

    font-size: 10px;

}

.head-para__block{

    display: inline-block;

    line-height: 14px;

    margin-right: 10px;

}

.head-para__block span{

    display: block;

    font-size: 10px;

    font-weight: 600;

}

.head-para__block small{

    display: block;

    color: hsla(0,0%,100%,.5);

    font-weight: 600;

}

.head__para a{

    width: 24px;

}

.head__para:after {

    background-color: #fff;

    content: "";

    height: 15px;

    margin: 0 10px;

    opacity: .2;

    width: 1px;

}







.v-abs{

    position: absolute;

    left: 24%;

    transform: translateX(-50%);

    top: 38px;

    display: none;

    z-index: 22;

    width: 270px;

    height: 265px;

    background: #ffffff;

    border-radius: 8px;

    padding: 8px 10px;

}

.v-abs:before{

    content: "";

    position: absolute;

    top: -40px;

    left: 0;

    width: 100%;

    height: 40px;



}



.v-image-sizing{

    background-image: url(../img/tooltip-arrow.svg);

    background-repeat: no-repeat;

    background-size: 100%;

    width: 15px;

    height: 15px;

    position: absolute;

    top: -5px;

    left: 51%;

    transform: translateX(-50%);

}



.head-leng{

    position: relative;

    display: flex;

    z-index: 99;

}

.head-leng__block {

    cursor: pointer;

    align-items: center;

    background-color: rgba(78,93,134,.3);

    border-radius: 6px;

    display: flex;

    height: 24px;

    justify-content: space-between;

    padding: 0 8px;

    transition: .3s;

    width: 64px;

    position: relative;

}

.head-leng__block:after{

    content: "";

    position: absolute;

    top: 9px;

    right: 31px;

    border-top: 1px solid #ffffff;

    border-right: 1px solid #ffffff;

    width: 3px;

    height: 3px;

    transform: rotate(135deg);

    transition: 0.3s;

    opacity: 0.8;

}

.head-leng__block span{

    font-size: 12px;

    text-transform: uppercase;

color: #ffffff;

}

.head-leng__block img{

    max-width: 16px;

    border-radius: 50%;

    height: 16px;

    object-fit: cover;

}

.head-leng-droup{

    align-items: center;

    background-color: #192033;

    border-radius: 8px;

    display: none;

    flex-direction: column;

    overflow: hidden;

    padding: 10px 10px;

    position: absolute;

    width: 64px;

    transition: 0.3s;

    z-index: 99;

    top: 27px;

    gap: 12px;

}

.head-leng-droup li a{

    display: flex;

    align-items: center;

    cursor: pointer;

}

.head-leng-droup li a span {

    color: #fff;

    display: inline-block;

    font-size: 12px;

    margin-right: 2px;

    text-transform: uppercase;

    width: 20px;

}

.head-leng-droup li a img{

    width: 16px;

    height: 16px;

    border-radius: 50%;

    object-fit: cover;

}

.click-open-leng.head-leng-droup{

    display: flex;

}

.click-open-leng.head-leng__block:after{

    transform: rotate(-45deg);

    top: 11px;

}

.level-item{

    display: flex;

    align-items: center;



}

.header__logo{

    display: flex;

    width: 68px;

}

.header__locale{

    display: flex;

    margin-left: 6px;

}

.header__locale img{

    width: 15px;

    height: 15px;

    border-radius: 50%;

    object-fit: cover;



}



.search_input{

    display: none;

}

#header{

    align-items: center;

    background: linear-gradient(90deg,#1d273e,#11182a);

    border-radius: 10px;

    box-shadow: 0 0 10px rgba(0,0,0,.5);

    display: flex;

    height: 47px;

    padding: 0 10px;

    position: sticky;

    top: 0;

    z-index: 5;

}

.header__main{

    display: flex;

    align-items: center;

    height: 100%;

    width: 100%;

    justify-content: space-between;

}

.header__main>.header__logo{

    display: none;

}

.menu-cnt{

    height: 100%;

}

.header__wrap{

    height: 100%;

    display: flex;

}

.header__wrap ul{

    display: flex;

    align-items: center;

    height: 100%;

    margin-left: 20px;

    position: relative;

}

.header__wrap ul li{

    position: relative;

    margin: 0 11px;

    align-items: center;

    display: flex;

    height: 100%;

    transition: 0.3s;

}

.header__wrap ul li:after {

    background-color: #0095ff;

    bottom: 0;

    content: "";

    display: inline-block;

    height: 3px;

    left: 0;

    opacity: 0;

    position: absolute;

    transition: 0.3s;

    width: 100%;

}



.header__wrap ul .current-menu-item:after {

    opacity: 1;

}

.header__wrap ul .current-menu-item a {

    font-weight: 700;



}

.header__wrap ul li a{

    align-items: center;

    display: flex;

    height: 100%;

    color: #fff;

    font-size: 13px;

    font-weight: 600;

    transition: 0.3s;

    white-space: nowrap;

}





.header__wrap ul li a img {

    width: 60px;

}

.navigat-new{

    background: linear-gradient(-260deg,#7f66d2,#5484f2);

    border-radius: 10px;

    color: #fff;

    display: inline-block;

    font-size: 10px;

    font-weight: 600;

    padding: 1px 5px;

    text-transform: uppercase;

    margin-left: 5px;

}



.header__buttons{

    display: flex;

    align-items: center;

    margin-left: 60px;

}

.btn_login{

    background-color: rgba(78,93,134,.3);

    border-radius: 6px;

    font-size: 14px;

    transition: 0.3s;

    font-weight: 700;

    height: 32px;

    padding: 0 12px;

    align-items: center;

    color: #fff;

    display: flex;

    justify-content: center;

}



.btn_login:hover{

    background-color: #1f2747;

    color: #fff;

}

.btn_registration{

    align-items: center;

    background-image: linear-gradient(70deg,#31bc69 -8%,#089e4e 96%);

    border-radius: 6px;

    color: #fff;

    display: flex;

    font-size: 14px;

    font-weight: 700;

    height: 32px;

    margin-left: 15px;

    padding: 0 10px;

    transition: 0.3s;

}

.btn_registration:hover{

    background-image: linear-gradient(70deg,#2ba35b -8%,#0a8543 96%);

}

.btn_registration__add{

    align-items: center;

    background-image: linear-gradient(210deg,hsla(0,0%,100%,0) 25%,hsla(0,0%,100%,.06) 48%,#fff 133%);

    border-radius: 100%;

    display: flex;

    font-size: 16px;

    height: 20px;

    justify-content: center;

    margin-right: 6px;

    padding: 3px;

    width: 20px;

}









.open-menu {

    display: none;

    height: 20px;

    width: 30px;

    position: relative;

}

.open-menu span {

    position: absolute;

    width: 100%;

    height: 2px;

    background: #ffffff;

    -webkit-transition: 0.3s;

    -o-transition: 0.3s;

    transition: 0.3s;

}

.close-menu {

    display: none;

}

.body_fix {

    width: 100%;

    overflow: hidden;

    position: fixed;

    top: 0;

    left: 0;

}

.body_fix .open-menu.close-menu {

    z-index: 9996;

}



.logotype{

    display: none;

}

@media (max-width: 1600px){

    .header__buttons {

        margin-left: 10px;

    }

    .header__wrap ul {

        margin-left: 5px;

    }



}

@media (max-width: 1320px){

    .header__wrap ul li {

        margin: 0 5px;

    }

    .header__wrap ul li a {

        font-size: 13px;

    }

}

@media (max-width: 1200px){

    .header__main>.header__logo{

        display: flex;

    }

    .level-item{

        display: none;

    }

    body {

        padding-top: 56px;

    }



    .header__buttons {

        margin-left: auto;

        margin-right: 20px;

    }

    .head__block .header-button{

        display: none;

    }

    .head__block .head__control:after {

        margin: 0 12px 0 0;

    }

    #header {

        border-radius: 0;

        display: flex;

        justify-content: space-between;

        left: 0;

        padding: 0 20px 0 15px;

        position: fixed;

        top: 0;

        width: 100%;

        z-index: 100;

    }

    .menu-width {

        width: 0 !important;

        -webkit-transition: all 0.5s ease 0s !important;

        -o-transition: all 0.5s ease 0s !important;

        transition: all 0.5s ease 0s !important;

    }

    .transition-menu {

        width: 290px !important;

        -webkit-transition: all 0.5s ease 0s !important;

        -o-transition: all 0.5s ease 0s !important;

        transition: all 0.5s ease 0s !important;

    }

    .open-menu span:nth-child(2), .open-menu span:nth-child(3) {

        top: 10px;

    }

    .open-menu span:last-child {

        top: 20px;

    }

    .open-menu {

        display: -webkit-box;

        display: -ms-flexbox;

        display: flex;

        flex-direction: column;

        align-items: center;

        z-index: 999;

    }

    .close-menu span {

        top: 50%;

        -webkit-transform: translateY(-50%);

        -ms-transform: translateY(-50%);

        transform: translateY(-50%);

    }

    .close-menu span:first-child, .close-menu span:last-child {

        display: none;

    }

    .close-menu span:nth-child(2) {

        -webkit-transform: rotate(45deg);

        -ms-transform: rotate(45deg);

        transform: rotate(45deg);

        right: auto;

    }

    .close-menu span:nth-child(3) {

        -webkit-transform: rotate(-45deg);

        -ms-transform: rotate(-45deg);

        transform: rotate(-45deg);

        right: auto;

    }

    .menu-cnt  {

        margin: 0;

        height: 100vh;

        width: 0;

        position: fixed;

        z-index: 9996;

        top: 55px;

        right: 0;

        overflow-x: hidden;

        -webkit-box-orient: vertical;

        -webkit-box-direction: normal;

        -ms-flex-direction: column;

        flex-direction: column;

        -webkit-box-align: end;

        -ms-flex-align: end;

        align-items: flex-end;

        -webkit-box-pack: start;

        -ms-flex-pack: start;

        justify-content: flex-start;

        background: linear-gradient(173deg,rgba(37,46,76,.98) 2%,rgba(25,32,51,.98));

    }



    .header__wrap ul {

        margin-left: 0;

        position: relative;

        flex-direction: column;

        align-items: flex-start;

    }

    .header__wrap{

        padding: 45px 15px 0;

        flex-direction: column;

    }

    .search_input {

        align-items: center;

        border: 1px solid #304066;

        border-radius: 6px;

        display: flex;

        margin-bottom: 20px;

    }

    .search_input input {

        background: #1d273e;

        border: none;

        border-bottom-left-radius: 6px;

        border-top-left-radius: 6px;

        color: #fff;

        display: inline-block;

        height: 40px;

        padding: 0 10px;

        width: 100%;

    }

    .search_input label{

        width: 100%;

        display: flex;

    }

    .search_input button {

        background: #1d273e;

        border: none;

        border-bottom-right-radius: 6px;

        border-left: 1px solid #304066;

        border-top-right-radius: 6px;

        height: 100%;

        outline: none;

        width: 15%;

    }



    .header__wrap ul li {

        margin: 0;

        border-bottom: 1px solid rgba(97,97,97,.253);

        width: 100%;

    }

    .header__wrap ul li a{

        width: 100%;

        padding: 18px 10px;

        font-size: 14px;

    }

    .header__wrap ul li:after{

        background-color: unset;

    }

    .header__wrap ul .active:after {

        background: linear-gradient(90deg,rgba(0,149,255,.424),transparent);

        border-radius: 4px;

        height: 100%;

        left: 0;

        top: 0;

        width: 100%;

        z-index: -1;

    }

    .header__wrap ul {

        align-items: center;

        flex-direction: column;

        max-height: 85%;

        overflow-x: hidden;

        overflow-y: scroll;

        padding-bottom: 50px;

        width: 100%;

    }

}

@media (max-width: 760px){

    .head__promo{

        display: none;

    }

    .head__cnt{

        display: none;

    }

    .v-abs {

        width: 220px;

        height: 235px;

    }

}

@media (max-width: 430px){

    .head__money{

        display: none;

    }

    .head__control:after{

        display: none;

    }

}

@media (max-width: 370px){

    #header {

        flex-direction: column;

        padding: 15px;

        height: auto;

    }

    .header__main {

        justify-content: space-between;

        margin-top: 15px;

    }

    .logotype {

        align-items: center;

        display: flex;

        justify-content: space-between;

        text-align: center;

        width: 100%;

    }

    #header .logotype__mob_separator {

        background: linear-gradient(90deg,hsla(0,0%,100%,.2) 9.92%,transparent);

        display: inline-block;

        height: 1px;

        width: 100%;

    }

    .logotype img {

        display: inline-block;

        margin: 0 20px;

        max-width: 70px;

    }



    .header__main>.header__logo {

        display: none;

    }

}

.header-html-1 {

	display:flex;

	flex-direction: row-reverse;

}