
@font-face {
    font-family: 'MinionRegular';
          src: url('/css/fonts/Minion/Minion-Regular.otf');
          src: url('/css/fonts/Minion/Minion-Regular.woff') format('woff'),
               url('/css/fonts/Minion/Minion-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    }

@font-face {
    font-family: 'MinionSemiBoldItalic';
          src: url('/css/fonts/Minion/Minion-SemiboldIt.eot');
          src: url('/css/fonts/Minion/Minion-SemiboldIt.woff') format('woff'),
                url('/css/fonts/Minion/Minion-Semibolddlt.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    }

@font-face {
    font-family: 'MinionSemiBold';
            src: url('/css/fonts/Minion/MinionPro-Semibold.eot');
            src: url('/css/fonts/Minion/MinionPro-Semibold.woff') format('woff'),
                url('/css/fonts/Minion/MinionPro-Semibold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    }

.mobile__menu.open__menu {
    z-index: 90;
}


.page.log{
    background: #F0F0F0;

}
.logo{
    /* width: 142px; */
    /* display: flex; */
}
.logo img{
    width: 100%;
    max-width: 100%;
}
.header .header__nav__item {
    margin-right: 10px;
}
@media (max-width: 1170px){
    .logo{
        /*width: 82px;*/
    }
    .logo img{
        max-width: 100%;
        height: auto;
    }
    .header .logo img{
        height: auto;
    }
}
.page.log .page__wrapper{
    display: flex;
    flex-direction: column;
    min-height: 100%;
}
.page.log .main{
    flex: 1 1 auto;
}
.right__side{
    align-items: center;
}
.lang_barr {
    padding-left: 30px;
    padding-right: 30px;
    text-decoration: none;
    margin-top: 1px;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    color: #7C7C7E;
    display: flex;
    align-items: center;
    column-gap: 5px;
    position: relative;
    cursor: pointer;
}
.lang_barr .lang_on{
    color: #DE3241;
    text-decoration: none;
    font-weight: normal;
}
.lang_barr .lang_off {
    color: #7C7C7E;
    text-decoration: none;
    font-weight: normal;
}
.lang_selected {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 5px;
}
.lang_selected svg{
    width: 20px;
}
.select_lang {
    position: absolute;
    top: 21px;
    z-index: 9;
    background: #ffffff;
    padding: 10px;
    display: none;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
    left: 20px;
}
.select_lang.active {
    display: flex;
}
.top__panel__social{
    display: flex;
    align-items: center;
    column-gap: 8px;
}
.social__link{
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.login-top-panel {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 10px;
    width: 122px;
    height: 41px;
    background: #DE3241;
    font-weight: bold;
    font-size: 16px;
    line-height: 21px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #FFFFFF;
    text-decoration: none;
}
.login-top-panel__icon {
    display: flex;
    align-items: center;
}
.login-top-panel__text {
}



/* mobile-menu */

.mobile-menu__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 34px 10px 24px;
}
.head-mobile-menu {
}
.head-mobile-menu__login {
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 10px;
    font-weight: bold;
    font-size: 16px;
    line-height: 21px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #FFFFFF;


    text-decoration: none!important;
}
.login-top-panel__icon {
}
.login-top-panel__text {
}
.head-mobile-menu__lang {
    display: flex;
    align-items: center;
    column-gap: 20px;
    font-size: 14px;
    line-height: 18px;
    color: #FFFFFF;

}
.head-mobile-menu__lang .lang_on {
    font-weight: 700;
    color: #fff!important;
    text-decoration: none;
}
.head-mobile-menu__lang .lang_off {
    font-weight: normal;
    color: #fff!important;
    text-decoration: none;
}


/* register */
.single-page{
    padding: 50px 0px 40px;
    flex: 1 1 auto;
    display: flex;
    align-items: center;
}
.single-page._registration .registration-page__container{
    /*max-width: 1030px;*/
    max-width: 1088px;
    width: 100%;
    padding: 0px 20px;
    margin: 0px auto;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.registration-page {
}
.registration-page__container {

}
.registration-page__logo {
}
.registration-page__content {
    margin-top: 30px;
    background: #FFFFFF;
    box-shadow: 0px 8px 28px -6px rgba(24, 39, 75, 0.12), 0px 18px 88px -4px rgba(24, 39, 75, 0.14);
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 50px 60px;
}
.registration-page__title {
    font-weight: normal;
    font-size: 34px;
    line-height: 47px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #121212;
    /*font-family: "Playfair Display";*/
    font-family: "PlayfairDisplayRegular";
    text-align: center;
    align-self: center;
    margin: 0;
}
.registration-page__body {
    margin-top: 30px;
}
.registration-page__main {
    display: flex;
    column-gap: 25px;
    row-gap: 40px;
    flex-wrap: wrap;
    justify-content: center;
}
.registration-page__column {
    flex: 0 0 calc((100% - 25px) / 2);
    display: flex;
    flex-direction: column;
    row-gap: 25px;
}
.registration-page__row {
    display: flex;
    width: 100%;
    position: relative;
    column-gap: 10px;
}
.registration-page__input {
    width: 100%;
    background: #F5F5F4;
    height: 52px;
    font-weight: normal;
    font-size: 18px;
    line-height: 23px;
    display: flex;
    align-items: center;
    color: #797979;
    padding: 0px 20px;
    display: flex;
    align-items: center;
    border: none;
}
.registration-page__label {
    position: absolute;
    bottom: 100%;
    left: 20px;
    font-weight: normal;
    font-size: 16px;
    line-height: 21px;
    display: flex;
    align-items: center;
    color: #797979;
}
.registration-page__item {
    flex: 0 0 calc((100% - 20px) / 3);
    font-size: 18px;
    line-height: 23px;
}
.registration-page__row select{
    width: 100%;
    border: none;
    padding: 0px 20px;
    display: flex;
    align-items: center;
    height: 52px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    cursor: pointer;
    background: url(../img/new-icon/select-arrow.svg) calc(100% - 20px) center / auto no-repeat, #F5F5F4;
    font-size: 18px;
}
.registration-page__row select option:disabled{
    background: #C8C8C8;
    color: #fff;
}
.registration-page__look,
.login-page__look {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    cursor: pointer;
}
.registration-page__look .image-defoult,
.login-page__look .image-defoult {
    display: block;
}
.registration-page__look .image-active,
.login-page__look .image-active {
    display: none;
}
.registration-page__look._active .image-defoult,
.login-page__look._active .image-defoult {
    display: none;
}
.registration-page__look._active .image-active,
.login-page__look._active .image-active {
    display: block;
}
.registration-page__more {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    row-gap: 15px;
}
.registration-page__chek .checkbox__text span {
    text-align: justify;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
}
.checkbox {
}
.checkbox__input {
    display: none;
}
.checkbox__input:checked + .checkbox__text::before{
    background: url(../img/new-icon/checkbox.svg)center center / auto no-repeat, #DE3241;
    border-color: #DE3241;
}
.checkbox__text {
    display: flex;
    align-items: flex-start;
    column-gap: 10px;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    color: #797979;
    cursor: default;
}
.checkbox__text a{
    color: #DE3241;
    text-decoration: none;
    cursor: pointer;
}
.checkbox__text a:hover{
    text-decoration: underline;
}
.checkbox__text::before{
    content: "";
    width: 20px;
    flex: 0 0 20px;
    height: 20px;
    border: 1px solid #797979;
    background: #fff;
    cursor: pointer;
    box-sizing: border-box;
}
.registration-page__btn {
    font-weight: bold;
    font-size: 17px;
    line-height: 22px;
    text-transform: uppercase;
    color: #FFFFFF;
    width: 100%;
    height: 52px;
    background: #DE3241;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
}


.registration-page__back {
    margin-top: 20px;
    align-self: flex-start;
}
.back-registration-page {
}
.back-registration-page__content {
    display: flex;
    align-items: center;
    column-gap: 15px;
    text-decoration: none;
    color: #333333;
}
.back-registration-page__content:hover{
    text-decoration: underline;
}
.back-registration-page__icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 38px;
    height: 38px;
    flex: 0 0 38px;
    background: #fff;
    border-radius: 50%;
}
.back-registration-page__text {
    font-weight: normal;
    font-size: 20px;
    line-height: 26px;
    color: #333333;

}


.log-footer {
    padding: 20px 0px;
    border-top: 1px solid #DBDBDB;
    flex: 0 0 auto;
}
.log-footer__container {
    max-width: 1030px;
    width: 100%;
    padding: 0px 20px;
    margin: 0px auto;
    text-align: center;
}
.log-footer p{
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    color: #797979;
}

.log-footer p a{
    color: inherit;
    text-decoration: underline;
}



.single-page._login .login-page__container{
    max-width: 600px;
    width: 100%;
    padding: 0px 20px;
    margin: 0px auto;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.login-page {
}
.login-page__container {
}
.login-page__logo {
}
.login-page__content {
    margin-top: 30px;
    background: #FFFFFF;
    box-shadow: 0px 8px 28px -6px rgba(24, 39, 75, 0.12), 0px 18px 88px -4px rgba(24, 39, 75, 0.14);
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 50px 60px;
}
.login-page__title {
    font-weight: normal;
    font-size: 34px;
    line-height: 47px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #121212;
    /*font-family: "Playfair Display";*/
    font-family: "PlayfairDisplayRegular";
    text-align: center;
    align-self: center;
    margin: 0;
}
.login-page__body {
    margin-top: 30px;
}
.login-page__main {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}
.login-page__row {
    position: relative;
}
.login-page__input {
    width: 100%;
    border: none;
    height: 52px;
    font-weight: normal;
    font-size: 18px;
    line-height: 23px;
    display: flex;
    align-items: center;
    color: #797979;
    padding: 0px 20px;
    display: flex;
    align-items: center;
    background: #F5F5F4;
}
.login-page__look {
}
.image-defoult {
}
.image-active {
}
.login-page__other {
}
.login-page__forget {
    padding-top: 4px;
    display: flex;
    justify-content: flex-end;
}
.login-page__forget-link {
    font-weight: bold;
    font-size: 15px;
    line-height: 19px;
    display: flex;
    align-items: center;
    text-decoration-line: underline;
    color: #333333;

}
.login-page__forget-link:hover{
    text-decoration: none;
}
.login-page__save {
    margin: 30px 0px 10px;
}
.login-page__save .checkbox__text{
    display: flex;
    align-items: center;
    font-weight: normal;
    font-size: 15px;
    line-height: 19px;
    display: flex;
    align-items: center;
    color: #797979;
}
.save-login-page {
}
.login-page__btn {
    width: 100%;
    background: #DE3241;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 17px;
    line-height: 22px;
    text-transform: uppercase;
    color: #FFFFFF;
    border: none;
}
.login-page__create {
    margin-top: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 10px;
}
.create-login-page p{
    margin: 0px;
}
.create-login-page__text {
    font-weight: normal;
    font-size: 15px;
    line-height: 19px;
    display: flex;
    align-items: center;
    color: #797979;
}
.create-login-page__link {
    font-weight: bold;
    font-size: 15px;
    line-height: 19px;
    display: flex;
    align-items: center;
    text-decoration-line: underline;
    color: #333333;
}
.create-login-page__link:hover{
    text-decoration: none;
}


/* welcome */
body._lock{
    overflow: hidden;
}
body._lock::after{
    content: "";
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #333333;
    opacity: 0.5;

}
.header {
    padding: 10px 0px;
    background: #FFFFFF;
    z-index: 5;
}
.header__container {
    max-width: 1760px;
    padding: 0px 20px;
    display: flex;
    align-items: flex-end;
    column-gap: 60px;
    margin: 0px auto;
}
.header__logo {
    width: 112px;
    flex: 0 0 112px;
}
.header__logo img{
    width: 100%;
    max-width: 100%;
}
.header__main{
    display: flex;
    align-items: flex-end;
    flex: 1 1 auto;
    column-gap: 50px;
    padding-bottom: 5px;
}
.header__navigation {
}
.nav-header {
    flex: 1 1 auto;
}
.nav-header__list {
    list-style: none;
    display: flex;
    column-gap: 30px;
    margin: 0px;
    padding-left: 0;
}
.nav-header__item {
}
.nav-header__link {
    font-weight: normal;
    font-size: 17px;
    line-height: 22px;
    text-transform: uppercase;
    color: #333333;
    text-decoration: none;
    transition: all 0.3s ease 0s;
    position: relative;
}
@media (any-hover:hover){
    .nav-header__link:hover{
        color: #DE3241;
    }
}

.header__log {
}
.log-header {
}
.log-header__body {
    display: flex;
    align-items: center;
    column-gap: 10px;
    text-decoration: none;
    color: #333333;
}
.log-header__body:hover{
    text-decoration: underline;
}
.log-header__icon {
    display: flex;
    align-items: center;
}
.log-header__text {
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
    color: #333333;
}
.log-header__icon-desktop{
    display: block;
}
.log-header__icon-mob{
    display: none;
}
.icon-menu{
    display: none;
}

.icon-menu {
	display: none;

}

.titled {
    padding-top: 30px;
}
.titled__container {
}
._container {
    max-width: 1760px;
    padding: 0px 20px;
    margin: 0px auto;
}
.titled__title {
    /*font-family: "Playfair Display";*/
    font-family: "PlayfairDisplayRegular";
    font-weight: normal;
    font-size: 34px;
    line-height: 138.49%;
    color: #121212;
    margin: 0px;
}
.titled__subtitle {
    font-weight: normal;
    font-size: 18px;
    line-height: 23px;
    color: #797979;
    margin: 5px 0px 0px 0px;
}

.menus {
    margin-top: 110px;
    padding-bottom: 60px;
}
.menus__content {
    display: flex;
    column-gap: 35px;
}
.menus__item {
    flex: 0 0 calc((100% - 35px * 3) / 4);
    background: #FFFFFF;
    box-shadow: 0px 2px 4px -2px rgba(24, 39, 75, 0.12), 0px 4px 4px -2px rgba(24, 39, 75, 0.08);
    transition: all 0.3s ease 0s;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    row-gap: 30px;
    height: 322px;
    text-decoration: none;
}
.menus__item:hover{
    box-shadow: 0px 8px 28px -6px rgba(24, 39, 75, 0.12), 0px 18px 88px -4px rgba(24, 39, 75, 0.14);
}


.menus__item._red .menus__icon{
    background: rgba(222, 50, 65, 0.1);
}
.menus__item._red:hover .menus__icon{
    background: rgba(222, 50, 65, 1);
}

.menus__item._blue .menus__icon{
    background: rgba(50, 139, 222, 0.1);
}
.menus__item._blue:hover .menus__icon{
    background: rgba(50, 139, 222, 1);
}

.menus__item._green .menus__icon{
    background: rgba(50, 222, 160, 0.1);
}
.menus__item._green:hover .menus__icon{
    background: rgba(50, 222, 160, 1);
}

.menus__item._grey .menus__icon{
    background: rgba(178, 178, 178, 0.1);
}
.menus__item._grey:hover .menus__icon{
    background: rgba(178, 178, 178, 1);
}


.menus__item:hover .menus__icon svg path{
    fill: #fff;
    transition: all 0.5s ease 0s;
}
.menus__icon {
    height: 100px;
    width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.5s ease 0s;

}
.menus__name {
    font-weight: normal;
    font-size: 18px;
    line-height: 23px;
    text-transform: uppercase;
    color: #333333;
    margin: 0px;
    text-align: center;
}




.projects {
    margin-top: 50px;
    margin-bottom: 60px;
}
.projects._royalty .projects__row{
    background: #FFFFFF;
    box-shadow: 0px 2px 4px -2px rgba(24, 39, 75, 0.12), 0px 4px 4px -2px rgba(24, 39, 75, 0.08);
}
.projects__container {
}
._container {
}
.projects__button {
    display: flex;
    justify-content: flex-end;
    padding-bottom: 10px;
}
.body-projects__item:first-child{
    padding-left: 0;
    padding-right: 10px;
}
.body-projects__item:last-child{
    padding-left: 20px;
    padding-right: 0px;
}
.body-projects__item._edit{
    flex: 0 0 auto;
    padding-left: 20px;
    justify-content: center;

}
.body-projects__item:not(:last-child){
    border-right: 1px solid #E6E6E6;
}
.projects__btn {
    background: #DE3241;
    flex: 0 0 205px;
    font-weight: bold;
    font-size: 17px;
    line-height: 22px;
    text-transform: uppercase;
    color: #FFFFFF;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}
.projects__content {
    padding-top: 20px;
    border-top: 1px solid #CFCFCF;
}
.projects__head {
    margin-bottom: 10px;
}
.head-projects {
    display: flex;
    align-items: center;
    padding: 0px 20px;
    justify-content: space-between;
}
.head-projects__item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    /* justify-content: center; */
    flex: 1 1 auto;
    padding: 0px 10px;
}
.head-projects__item._title{
    flex: 0 0 33.3%;
}
.head-projects__item._author{
    flex: 0 0 25.7%;
}
.head-projects__item._code{
    flex: 0 0 22%;
}
.head-projects__item._edit{
    flex: 0 0 auto;
}
.head-projects__item._edit .head-projects__text{
    width: 38px;
}
.head-projects__item:first-child{
    padding-left: 0;
    padding-right: 10px;
}
.head-projects__item:last-child{
    padding-left: 20px;
    padding-right: 0px;
}
.head-projects__item._num{
    flex: 0 0 55px;
    padding-right: 10px;
}
.head-projects__item._name{
    flex: 0 0 20%;
}
.head-projects__item._book{
    flex: 1 1 auto;
}
.head-projects__item._isbn{
    flex: 0 0 145px;
}
.head-projects__item._year{
    flex: 0 0 10%;
    min-width: 90px;
}
.head-projects__item._download{
    flex: 0 0 220px;
}
.body-projects__item._download{
    flex: 0 0 220px;
}
.body-projects__item._num{
    flex: 0 0 55px;
    padding-right: 10px;
}
.body-projects__item._name{
    flex: 0 0 20%;
}
.body-projects__item._book{
    flex: 1 1 auto;
}
.body-projects__item._isbn{
    flex: 0 0 145px;
}
.body-projects__item._year{
    flex: 0 0 10%;
    min-width: 90px;
    border-right: none;
}
.body-projects__download{
    width: 200px;
    height: 44px;
    font-weight: 700;
    font-size: 15px;
    line-height: 19px;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    color: #FFFFFF;
    background: #326CDE;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}
.projects__select{

}
.select {
    position: relative;
}
.select__item {
    position: relative;
}
.select__title {
    color: #fff;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
    color: #FFFFFF;
    background: #DE3241;
    cursor: pointer;
    width: 138px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.select__value {
    display: flex;
    font-size: 14px;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
    column-gap: 3px;
}
.select__value span {
    height: auto;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.select__value:before {
    content: "";
    display: inline-block;
    transition: all 0.3s ease 0s;
    width: 8px;
    height: 6px;
    background: url("../img/new-icon/white-select.svg") center / 100% no-repeat;
    transform: rotate(-180deg);
}
.select__input {
    width: 100%;
    background-color: transparent;
    height: 100%;
}
.select__options {
    color: #000;
    display: none;
    position: absolute;
    max-height: 190px;
    overflow-y: auto;
    top: calc(100% + 5px);
    min-width: 100%;
    left: 0;
    background-color: #fff;
    border-top: 0;
    border: 1px solid #d9d9d9;
    border-top: 0;
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 22px;
    color: #333333;
}
.select__options::-webkit-scrollbar{
    width: 11px;
}
.select__options::-webkit-scrollbar-thumb{
    background: #CDCDCD;
    color:#CDCDCD;
}
.select__option {
    cursor: pointer;
    padding: 8px 15px;
    margin: 0px 0px 0px 0px;
}
.select__option:not(:last-child){
    border-bottom: 1px solid #E8E8E8;
}
.select__option[data-value="disabled"]{
    display: none;
    height: 0;
    opacity: 0;
    position: absolute;
    top: -999px;
    left: -999px;
}
@media (min-width: 992px) {
    .select__option:hover {
        background: #E8E8E8;
   }
}
.select._active {
    z-index: 5;
}
.select._active .select__value:before {
    transform: rotate(0deg);
}
.select._active .select__options {
    display: block;
}
.head-projects__text {
    font-weight: normal;
    font-size: 15px;
    line-height: 19px;
    color: #797979;
}
.projects__body {
}
.body-projects {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}
.projects__row{
    background: #F7F7F7;
    box-shadow: 0px 2px 4px -2px rgba(24, 39, 75, 0.12), 0px 4px 4px -2px rgba(24, 39, 75, 0.08);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 20px;
    transition: all 0.3s ease 0s;
}
.projects__row:hover{
    background: #FFFFFF;
}
.body-projects__item {
    min-height: 70px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex: 1 1 auto;
    padding: 0px 10px;
}
.body-projects__item._title{
    flex: 0 0 33.3%;
}
.body-projects__item._author{
    flex: 0 0 25.7%;
}
.body-projects__item._code{
    flex: 0 0 22%;
    white-space: nowrap;
}

.body-projects__name {
    display: none;
}
.body-projects__text {
    font-weight: normal;
    font-size: 16px;
    line-height: 21px;
    display: flex;
    align-items: center;
    color: #333333;
}
.body-projects__edit {
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(159, 159, 159, 0.1);
}
.body-projects__edit:hover{
    background: rgba(50, 222, 160, 0.1);
}
.body-projects__edit:hover svg path{
    fill: #32DEA0;
}

.post-nav {
    padding-top: 30px;
}
.post-nav__container {
    max-width: 1360px;
}
.post-nav__content {
    display: flex;
    column-gap: 20px;
}
.post-nav__item {
    flex: 0 0 calc((100% - 20px * 3) / 4);
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding:25px 15px 35px;
    row-gap: 15px;
    background: #FFFFFF;
    text-decoration: none;
    box-shadow: 0px 2px 4px -2px rgba(24, 39, 75, 0.12), 0px 4px 4px -2px rgba(24, 39, 75, 0.08);
}
.post-nav__item._active {
    border-bottom: 3px solid #DE3241;
}
.post-nav__item._active .post-nav__step{
    opacity: 1;
}
.post-nav__item._active .post-nav__text{
    opacity: 1;
}
.post-nav__item._complite .post-nav__step{
    opacity: 1;
}
.post-nav__item._complite .post-nav__text{
    opacity: 1;
}
.post-nav__step {
    font-weight: bold;
    font-size: 20px;
    line-height: 26px;
    text-transform: uppercase;
    color: #DE3241;
    opacity: 0.5;
    position: relative;
    display: flex;
    align-items: center;
    column-gap: 14px;
}
.post-nav__step::before{
    content: "";
    flex: 0 0 23px;
    width: 23px;
    height: 2px;
    background: #DE3241;
}
.post-nav__step::after{
    content: "";
    flex: 0 0 23px;
    width: 23px;
    height: 2px;
    background: #DE3241;
}
.post-nav__step p{
    margin: 0;
    display: flex;
    column-gap: 10px;
}
.post-nav__text {
    /*font-family: 'Playfair Display';*/
    font-family: 'PlayfairDisplayRegular';
    font-weight: normal;
    font-size: 24px;
    line-height: 33px;
    text-align: center;
    color: #121212;
    margin: 0px;
    opacity: 0.5;
}
.post-nav__item{
    position: relative;
}
.post-nav__item._complite .post-nav__complite{
    display: flex;
}
.post-nav__complite {
    display: none;
    align-items: center;
    column-gap: 10px;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
}
.comlite-post-nav {
}
.comlite-post-nav__icon {
    display: flex;
    align-items: center;
}
.comlite-post-nav__text {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #32DEA0;
}
.info-add-book__big-select{
    width: 100%;
    height: 46px;
    padding: 0px 20px 0px 20px;
    border: 1px solid #D6D6D6;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    cursor: pointer;
    font-size: 15px;
    line-height: 19px;
    background: url(../img/new-icon/select-arrow.svg) calc(100% - 10px) center / auto no-repeat;
}
.select-info-add-book{
    display: flex;
    align-items: center;
    column-gap: 30px;
    padding-top: 12px;
}
.select-info-add-book__item{
    display: flex;
    align-items: center;
}
.checkbox._circle{
    min-width: 0px;
    flex: 0 0 auto;
}
.checkbox._circle .checkbox__text::before{
    border-radius: 50%;
}
.checkbox._circle .checkbox__text{
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 19px;
    color: #333333;
    cursor: pointer;
}
.save-change .popup__body{
    padding: 40px 30px;
    max-width: 790px;
}
.save-change__body {
    display: flex;
    margin-top: 40px;
    column-gap: 20px;
}
.save-change__btn {
    flex: 0 0 calc((100% - 20px * 2) / 3);
    font-style: normal;
    font-weight: 700;
    font-size: 17px;
    line-height: 22px;
    color: #797979;
    border-radius: 6px;
    height: 46px;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #D6D6D6;
    transition: all 0.3s ease 0s;
}
.save-change__btn:hover{
    background: #797979;
    color: #fff;
}
.save-change__btn._fill {
    color: #FFFFFF;
    background: #DE3241;
    border-color: #DE3241;
}
.save-change__btn._fill:hover{
    background: #691b21;
    border-color: #691b21;
}


.add-book {
    margin-top: 20px;
    margin-bottom: 60px;
}

.add-book p{
    margin: 0px;
}
.add-book__container {
    max-width: 1030px;
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}
.add-book__content {
    padding: 40px 60px;
    background: #fff;
    box-shadow: 0px 2px 4px -2px rgba(24, 39, 75, 0.12), 0px 4px 4px -2px rgba(24, 39, 75, 0.08);
}
.add-book__content._back .add-book__body{
    margin-top: 0;
}
.add-book__title {
    /*font-family: 'Playfair Display';*/
    font-family: 'PlayfairDisplayRegular';
    font-style: normal;
    font-weight: 400;
    font-size: 34px;
    line-height: 138.49%;
    text-align: center;
    color: #121212;
    margin: 0px;
}
.add-book__body {
    margin-top: 40px;
    display: flex;
    column-gap: 70px;
}
.add-book__info {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    padding-top: 10px;
}
.info-add-book {
}
.info-add-book__row {

}
.info-add-book__head {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}
.info-add-book__label {
    flex: 1 1 auto;
    font-weight: 400;
    font-size: 17px;
    line-height: 22px;
    color: #333333;
}
.info-add-book__label._req::after{
    content:"*";
    color: #DE3241;
}
.info-add-book__length {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 19px;
    color: #333333;
    display: flex;
    column-gap: 3px;
}

.info-add-book__body {
}
.info-add-book__input {
    height: 46px;
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #D6D6D6;
    display: flex;
    align-items: center;
    padding: 0px 20px;
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 19px;
    /* color: #797979; */
    color: #4a4a4a;
}
.info-add-book__input::placeholder{
    font-size: 15px;
}
.info-add-book__textarea{
    width: 100%;
    resize: none;
    padding: 14px 20px;
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 19px;
    color: #797979;
    border: 1px solid #D6D6D6;
}
.info-add-book__textarea::placeholder{
    font-size: 15px;
}
.info-add-book__textarea._blumb{
    height: 180px;
}
.info-add-book__textarea._bio{
    height: 100px;
}
.info-add-book__author-name {
}
.author-info-add-book .info-add-book__head{
    margin-bottom: 12px;
}
.author-info-add-book__option {
    display: flex;
    column-gap: 20px;
}
.author-info-add-book__row:first-child{
    flex: 0 0 auto;
}
.author-info-add-book__row {
    flex: 1 1 auto;
}
.author-info-add-book__name {
    margin-bottom: 5px;
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 22px;
    color: #333333;
}
.author-info-add-book__input {
    font-size: 17px;
    line-height: 19px;
}
.author-info-add-book__input::placeholder{
    font-size: 15px;
}
.author-info-add-book__select {
    width: 100px;
    height: 46px;
    border: 1px solid #D6D6D6;
    padding: 0px 10px 0px 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    cursor: pointer;
    background: url(../img/new-icon/select-arrow.svg) calc(100% - 10px) center / auto no-repeat;
}
.author-info-add-book__inpute {
    height: 46px;
    display: flex;
    padding: 0px 20px;
    align-items: center;
    border: 1px solid #D6D6D6;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    font-size: 17px;
    line-height: 19px;
}
.author-info-add-book__inpute::placeholder{
    font-size: 15px;
}
.author-info-add-book__add {
}
.add-author-info-add-book {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    column-gap: 5px;
    margin-top: 10px;
}
.add-author-info-add-book__icon {
    display: flex;
    align-items: center;

}
.add-author-info-add-book__text {
    font-weight: 400;
    font-size: 15px;
    line-height: 19px;
    color: #797979;
}
.info-add-book__row._image {
}
.load-info-add-book {
}
.load-info-add-book__content {
    display: flex;
}
.load-info-add-book__text {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 19px;
    color: #797979;
    padding: 0px 20px;
    height: 46px;
    border: 1px solid #D6D6D6;
    display: flex;
    align-items: center;
    flex: 1 1 auto;
}
.load-info-add-book__btn {
    background: #326CDE;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 19px;
    color: #FFFFFF;
    height: 46px;
    /* flex: 0 0 152px; */
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;

    padding: 0 10px;
}
.load-info-add-book__input {
    position: absolute;
    opacity: 0;
    height: 100%;
    width: 100%;
    max-width: 100%;
    font-size: 0;
    top: 0;
    left: 0;
    cursor: pointer;
}
.load-info-add-book__undertext {
    margin-top: 5px;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 17px;
    color: #797979;
}
.add-book__images {
}
.images-add-book {
    flex: 0 0 300px;
    /* flex: 0 0 400px; */

}
.images-add-book__title {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 31px;
    color: #333333;
    margin: 0px auto;
    text-align: center;
    margin-bottom: 5px;
}
.images-add-book__image {
    background: linear-gradient(298.33deg, #F3F3F3 13.91%, #E8E8E8 89.44%);
    box-shadow: 0px 8px 25px rgba(0, 0, 0, 0.18);
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}
.images-add-book__image::after{
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
}
.images-add-book__contnet {
    position: relative;
}
.images-add-book__contnet::before{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;

    background: linear-gradient(330.51deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 33.6%, rgba(255, 255, 255, 0) 62.55%, rgba(255, 255, 255, 0.15) 99.25%);
}
.images-add-book__image._back .images-add-book__shadow-center{
    left: auto;
    right: 15px;
}
.images-add-book__image._back{

}
.images-add-book__top{
    min-height: 200px;
    background: #DE3241;
    padding: 27px 35px 25px 15px;
    font-style: normal;
    font-weight: 400;
    font-size: 8px;
    line-height: 10px;
    color: #FFFFFF;
}
.images-add-book__middle{
    min-height: 180px;
    font-style: normal;
    font-weight: 400;
    font-size: 8px;
    line-height: 10px;
    color: #333333;
    padding: 50px 35px 10px 15px;
}
.footer-images-add-book{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 35px 10px 15px;
}
.footer-images-add-book__logo{
    flex: 0 0 51px;
}
.footer-images-add-book__logo img{
    width: 100%;
    max-width: 100%;
}
.images-add-book__shadow-left {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 4px;
    background: linear-gradient(270deg, rgba(193, 193, 193, 0) 0%, #626262 61.46%);
    opacity: 0.4;
    filter: blur(0.25393px);
    z-index: 1;
}
.images-add-book__shadow-right {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 4px;
    background: linear-gradient(270deg, rgba(207, 207, 207, 0) 0%, #606060 61.46%);
    opacity: 0.4;
    filter: blur(0.25393px);
    z-index: 1;
}
.images-add-book__shadow-center {
    position: absolute;
    left: 14px;
    top: 0;
    height: 100%;
    width: 15px;
    background: linear-gradient(270deg, rgba(201, 201, 201, 0) 0%, rgba(132, 132, 132, 0.6) 35.42%, rgba(123, 123, 123, 0.6) 64.06%, rgba(213, 213, 213, 0) 100%);
    opacity: 0.4;
    filter: blur(0.25393px);
    z-index: 1;
}
.images-add-book__images{
    width: 100%;
}
.images-add-book__images img{
    width: 100%;
    max-width: 100%;
}
.images-add-book__main {
}
.images-add-book__info {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;
    text-align: right;
    padding: 20px 15px 95px 30px;
    /* row-gap: 7px; */
}
.images-add-book__author {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 14px;
    /*display: flex;*/
    align-items: center;
    text-align: right;
    color: rgba(68, 68, 68, 0.9);
    text-shadow: 0.50786px 0.50786px 0px rgba(255, 255, 255, 0.1), -0.50786px -0.50786px 0px rgba(0, 0, 0, 0.1);
}
.images-add-book__titles{
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    text-align: right;
    color: rgba(51, 51, 51, 0.9);
    text-shadow: 0.50786px 0.50786px 0px rgba(255, 255, 255, 0.2), -0.50786px -0.50786px 0px rgba(0, 0, 0, 0.2);
}
.images-add-book__description {
    font-style: normal;
    font-weight: 400;
    font-size: 11px;
    line-height: 14px;
    text-align: right;
    color: #333333;
}
.images-add-book__footer {
}
.footer-add-book {
    display: flex;
    align-items: center;
}
.footer-add-book__square {
    flex: 1 1 auto;
    background: #DE3241;
    border-radius: 0px 0px 0px 10px;
    height: 36px;
}
.footer-add-book__logo {
    flex: 0 0 auto;
    padding: 0px 15px;
}
.footer-add-book__logo img{
    width: 51px;
}
.images-add-book__turn {
    margin-top: 30px;
}
.turn-images-add-book {
    display: inline-flex;
    align-items: center;
    padding: 4px 10px;
    background: #FFFFFF;
    border: 1px solid #EBEBEB;
    border-radius: 4px;
    column-gap: 10px;
    cursor: pointer;
}
.turn-images-add-book__icon {
}
.turn-images-add-book__text {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 19px;
    color: #333333;
}
.add-book__buttons {
}
.buttons-add-book {
    display: flex;
    justify-content: center;
    column-gap: 20px;
    margin-top: 30px;
}
.buttons-add-book__btn {
    font-style: normal;
    text-decoration: none;
    height: 46px;
    /* flex: 0 0 171px; */
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    transition: all 0.3s ease 0s;

    padding: 0 20px;
}
.buttons-add-book__btn._gray {
    border: 1px solid #D6D6D6;
    color: #797979;
    font-weight: 700;
    font-size: 15px;
    line-height: 19px;
    text-transform: uppercase;
}
.buttons-add-book__btn._gray:hover{
    background: #797979;
    color: #fff;
}
.buttons-add-book__btn._red {
    background: #DE3241;
    font-style: normal;
    font-weight: 700;
    font-size: 17px;
    line-height: 22px;
    text-transform: uppercase;
    color: #FFFFFF;
}
.buttons-add-book__btn._red:hover{
    background: #8a242d;
}
/* popups */
.popup {
    -webkit-overflow-scrolling: touch;
    z-index: 100;
    padding: 30px 15px;
    position: fixed;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    transition: visibility 0.8s ease 0s;
    visibility: hidden;
}
.popup::before {
    content: "";
    background-color: rgba(0, 0, 0, 0.6);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.8s ease 0s;
}
.popup.show {
    visibility: visible;
    overflow: auto;
}
.popup.show::before {
    opacity: 1;
}
.popup.show .popup__body {
    transform: scale(1);
}
.popup._active {
    overflow: auto;
    visibility: visible;
}
.popup._active::before {
    opacity: 1;
}
.popup._active .popup__body {
    transition: all 0.3s ease 0.2s;
    transform: scale(1);
}
.popup__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 100%;
    flex: 1 1 auto;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.popup__body {
    transform: scale(0);
    transition: all 0.3s ease 0s;
    background-color: #fff;
    padding-top: 30px;
    width: 100%;
    max-width: 810px;
}
.popup__close {
    width: 15px;
    height: 15px;
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
    z-index: 30;
    background: url("../img/new-icon/close.svg") center center / auto no-repeat;
}

.search-image__title {
    /*font-family: 'Playfair Display';*/
    font-family: 'PlayfairDisplayRegular';
    font-style: normal;
    font-weight: 400;
    font-size: 28px;
    line-height: 138.49%;
    text-align: center;
    color: #121212;
    margin: 0px;
}
.search-image__search {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    max-width: 550px;
    width: 100%;
    padding: 0px 15px;
    margin-left: auto;
    margin-right: auto;
}
.search-search-image {
}
.search-search-image__input {
    flex: 1 1 auto;
    border: 1px solid #D6D6D6;
    height: 46px;
    padding: 0px 20px;
    display: flex;
    align-items: center;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 19px;
    color: #333333;
}
.search-search-image__btn {
    background: #DE3241;
    height: 46px;
    flex: 0 0 100px;
    column-gap: 5px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
}
.search-search-image__btn::before{
    content: "";
    flex: 0 0 13px;
    height: 13px;
    width: 13px;
    background: url(../img/new-icon/search.svg) center center / auto no-repeat;
}
.search-image__body {
    padding: 30px 40px;
    /* min-height: 180px; */
    display: flex;
    margin-left: auto;
    margin-right: auto;
    column-gap: 20px;
    row-gap: 20px;
    align-items: flex-start;
    flex-wrap: wrap;
}
.body-search-image {
}
.body-search-image__item {
    flex: 0 0 calc((100% - 20px * 3 ) / 4);
    position: relative;
    padding-bottom: 15%;
}
.body-search-image__item img{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
}
.body-search-image__item::after{
    content: "";
    width: calc(100% - 6px);
    height: calc(100% - 6px);
    position: absolute;
    top: 0;
    left: 0;
    border: 3px solid transparent;
}
.body-search-image__item:hover::after{
    border-color: #DE3241;
}
.body-search-image__item:hover{

}
.search-image__footer {
    display: none;
    padding: 10px 40px;
    /* display: flex; */
    align-items: center;
    justify-content: space-between;

}
.footer-search-image {
    border-top: 1px solid #E6E6E6;
}
.footer-search-image__list {
    display: flex;
    column-gap: 10px;
    list-style: none;
    padding: 0px;
    margin: 0;
}
.footer-search-image__item {
}
.footer-search-image__item._prev .footer-search-image__link img{
}
.footer-search-image__link {
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    border: 1px solid #BCBCBC;
    border-radius: 4px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    color: #BCBCBC;
    text-decoration: none;
}
.footer-search-image__item._active .footer-search-image__link{
    background: #DE3241;
    color: #fff;
    border-color: #DE3241;
}
.footer-search-image__item._next .footer-search-image__link{
    transform: rotate(180deg);
}
.footer-search-image__btn {
    background: #CFCFCF;
    border-radius: 6px;
    font-style: normal;
    font-weight: 700;
    font-size: 17px;
    line-height: 22px;
    color: #FFFFFF;
    height: 46px;
    flex: 0 0 191px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: all 0.3s ease 0s;
}
.popup_search-no-image .footer-search-image__btn{
    margin-left: auto;
}
.footer-search-image__btn:not(._active){
    margin-left: auto;
}
.footer-search-image__btn:not(._active):hover{
    background: #7a7a7a;
}
.footer-search-image__btn._active{
    background: #DE3241;
}
.footer-search-image__btn._active:hover{
    background: #741f26;
}

.cropp-image__body {
    column-gap: 40px;
    display: flex;
    padding: 30px 40px;
    min-height: 405px;
}
.cropp-image__main {
    flex: 1 1 auto;
}
.cropp-image__image img{
    width: 100%;
    max-width: 100%;
    display: block;
}
.cropp-image__bar {
    flex: 0 0 215px;
}
.cropp-image__bar__mini {
}
.cropp-image__bar__mini img{
    width: 100%;
    max-width: 100%;
}
.cropp-image__footer {
}
.footer-cropp-image{
    display: flex;
    justify-content: flex-end;
    column-gap: 20px;
    border-top: 1px solid #E6E6E6;
    padding: 10px 40px;
}
.footer-cropp-image__btn {
    flex: 0 0 237px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 17px;
    line-height: 22px;
    color: #DE3241;
    border: 1px solid #DE3241;
    border-radius: 6px;
    text-decoration: none;
    height: 46px;
}
.footer-cropp-image__btn._fill {
    background: #DE3241;
    font-style: normal;
    font-weight: 700;
    font-size: 17px;
    line-height: 22px;
    color: #FFFFFF;
    flex: 0 0 217px;
}

.add-book__content._plans{
    padding: 40px 30px;
}
.select-plans {
    display: flex;
    flex-direction: column;
    row-gap: 30px;
}
.select-plans__iteme {
}
.select-plans__iteme._big .select-plans__item{
    flex: 0 0 100%;
}
.select-plans__title {
    margin: 0px;
    text-align: center;
    /*font-family: 'Playfair Display';*/
    font-family: 'PlayfairDisplayRegular';
    font-style: normal;
    font-weight: 400;
    font-size: 34px;
    line-height: 138.49%;
    text-align: center;
    color: #121212;
}
.select-plans__body {
    margin-top: 30px;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    column-gap: 30px;
    row-gap: 30px;
}
.select-plans__item {
    background: #FFFFFF;
    border: 1px solid #CBCBCB;
    flex: 0 0 calc((100% - 30px * 2) / 3);
    padding: 20px 30px;
    transition: box-shadow 0.3s ease 0s;
}
.select-plans__item._active{
    border: 3px solid #32DEA0;
}
.select-plans__item:hover{
    box-shadow: 0px 8px 18px -6px rgba(24, 39, 75, 0.12), 0px 12px 42px -4px rgba(24, 39, 75, 0.12);
}
.item-select-plans {
    display: flex;
    flex-direction: column;
}
.item-select-plans__head {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 15px;
    border-bottom: 1px solid #D9D9D9;
    margin-bottom: 20px;
    flex: 0 0 auto;
}
.head-item-select-plans {
}
.head-item-select-plans__check {
}
.head-item-select-plans__check .checkbox__input:checked + .checkbox__text{
    background: #32DEA0;
}
.head-item-select-plans__check .checkbox__input:checked + .checkbox__text img{
    display: block;
}
.head-item-select-plans__check .checkbox__text::before{
    display: none;
}
.head-item-select-plans__check .checkbox__text{
    height: 24px;
    width: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ECECEC;
    border-radius: 50%;
    cursor: pointer;
}
.head-item-select-plans__check .checkbox__text img{
    display: none;
}
.checkbox__icon {
}
.head-item-select-plans__name {
    margin: 9px 0px 5px;
    font-weight: 700;
    font-size: 24px;
    line-height: 31px;
    display: flex;
    align-items: center;
    text-align: center;
    text-transform: uppercase;
    color: #333333;
}
.head-item-select-plans__price {
    display: flex;
    align-items: flex-start;
    font-style: normal;
    font-weight: 700;
    font-size: 50px;
    line-height: 65px;
    text-align: center;
    text-transform: uppercase;
    color: #333333;
    position: relative;
}
.head-item-select-plans__current {
    font-family: 'Rosarivo';
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 42px;
    text-align: center;
    text-transform: uppercase;
    color: #333333;
    position: absolute;
    top: 0;
    right: calc(100% + 5px);
}
.head-item-select-plans__value {
}
.item-select-plans__more {
    display: none;
}
.item-select-plans__more-img {
    width: 12px;
}
.item-select-plans__content {
}
.content-item-select-plans {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
}
.content-item-select-plans__list-main {
    padding-bottom: 10px;
    flex: 1 1 auto;
}
.content-item-select-plans__list{
    padding-left: 20px;
    margin: 0px;
    column-gap: 5px;
    row-gap: 5px;
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
}
.select-plans__iteme._big .content-item-select-plans__list {
    margin: 0px;
    padding: 0px;
    display: grid;
    grid-template-columns: 220px 220px 220px;
    justify-content: space-between;
    grid-template-rows: auto;
    flex-wrap: wrap;
    row-gap: 5px;
}
.select-plans__iteme._big .content-item-select-plans__item {
    margin-left: 20px;
}
.content-item-select-plans__list-sub .content-item-select-plans__list{
    padding-left: 25px;
}
.content-item-select-plans__text {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 19px;
    display: inline;
    align-items: center;
    color: #333333;
}
.content-item-select-plans__text .red{
    color: #DE3241;
    padding: 0px 4px;
}
.content-item-select-plans__list-sub {
    padding: 10px 25px;
    background: #ECECEC;
    margin: 0px -30px -20px;
}
.select-plans__subtext{
    padding-top: 30px;
    display: block;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    color: #797979;
}
.download-post {
    margin-top: 30px;
    max-width: 440px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.download-post__btn {
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 22px;
    text-transform: uppercase;
    color: #333333;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 46px;
    border: 2px solid #DE3241;
    border-radius: 6px;
    text-decoration: none;
    column-gap: 10px;
}
.download-post__check {
    margin: 20px 0px;
}
.checkbox {
}
.checkbox__input {
}
.checkbox__text {
    font-weight: 400;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 19px;
    color: #797979;
    display: flex;
}
.checkbox__text a{
    color: #DE3241;
    font-weight: 700;
}
.download-post__upload {
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 22px;
    text-decoration-line: underline;
    color: #333333;
}
.download-post__publish {
    display: flex;
    align-items: center;
    padding: 12px 52px;
    font-style: normal;
    font-weight: 700;
    font-size: 17px;
    line-height: 22px;
    text-transform: uppercase;
    color: #FFFFFF;
    background: #DE3241;
    border-radius: 6px;
    text-decoration: none;
    margin-top: 30px;
}
.submite-post{

}
.submite-post .popup__body{
    /* max-width: 615px; */
    /* max-width: 1045px; */
    max-width: 1320px;
    padding: 50px 15px;
}
.submite-post__title {
    /*font-family: 'Playfair Display';*/
    font-family: 'PlayfairDisplayRegular';
    font-weight: 400;
    font-size: 34px;
    line-height: 138.49%;
    text-align: center;
    color: #121212;
    margin: 0px;
}
.submite-post__body {
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.submite-post__text {
    font-weight: 400;
    font-size: 17px;
    line-height: 22px;
    text-align: center;
    color: #797979;
    margin: 0px;
}
.submite-post__close {
    position: static;
    background: #DE3241;
    border-radius: 6px;
    height: 46px;
    width: 133px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 17px;
    line-height: 22px;
    color: #FFFFFF;
    margin-top: 20px;
}

.documnets {
    margin-top: 70px;
    margin-bottom: 50px;
}
.documnets__container {
}
.documnets__content {
    width: 100%;
    display: flex;
    column-gap: 60px;
}
.documnets__column {
    flex: 0 0 calc((100% - 60px) / 2);
    padding: 20px 40px;
    background: #FFFFFF;
    box-shadow: 0px 2px 4px -2px rgba(24, 39, 75, 0.12), 0px 4px 4px -2px rgba(24, 39, 75, 0.08);
}
.documnets__item {
    padding: 20px 0px;
    display: flex;
    align-items: center;
    column-gap: 15px;
    text-decoration: none;
    color: #333333;
}
.documnets__item:hover{
    text-decoration: underline;
}
.documnets__item:not(:last-child){
    border-bottom: 1px solid #EBEBEB;
}
.documnets__icon {
    flex: 0 0 36px;
    height: 36px;
    width: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(222, 50, 65, 0.1);
    border-radius: 50%;
}
.documnets__name {
    font-weight: 700;
    font-size: 17px;
    line-height: 22px;
    text-transform: uppercase;
    color: #333333;
    margin: 0;

}


.account {
    margin-top: 70px;
    margin-bottom: 50px;
}
.account__container {
}
.account__content {
    display: flex;
    column-gap: 50px;
}
.account__main {
    flex: 1 1 auto;
}
.main-account {
    padding: 40px 60px;
    display: flex;
    flex-direction: column;
    background: #FFFFFF;
    box-shadow: 0px 2px 4px -2px rgba(24, 39, 75, 0.12), 0px 4px 4px -2px rgba(24, 39, 75, 0.08);
}
.main-account__title {
    /*font-family: 'Playfair Display';*/
    font-family: 'PlayfairDisplayRegular';
    font-weight: 400;
    font-size: 34px;
    line-height: 138.49%;
    color: #333333;
    margin: 0px;
}
.main-account__body {
    display: flex;
    margin-top: 30px;
    padding-bottom: 60px;
    column-gap: 50px;
    border-bottom: 1px solid #D0D0D0;
    flex: 1 1 auto;
}
.main-account__body .login-page__input{
    font-size: 17px;
    line-height: 19px;
    background: transparent;
    border: 1px solid #D6D6D6;
}
.main-account__body .login-page__input::placeholder{
    font-size: 15px;
}
.main-account__column {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    flex: 0 0 calc((100% - 50px) / 2);
}
.main-account__row {
    width: 100%;
}
.main-account__label {
    font-weight: 400;
    font-size: 17px;
    line-height: 22px;
    color: #333333;
}
.main-account__label._req::after{
    content: "*";
    color: #DE3241;
}
.main-account__item {
    position: relative;
    margin-top: 5px;
}
.main-account__input {
    width: 100%;
    height: 46px;
    padding: 0px 20px;
    background: #FFFFFF;
    border: 1px solid #D6D6D6;
    font-size: 17px;
    line-height: 19px;
}
.main-account__input::placeholder{
    font-size: 15px;
}
.main-account__item._selects {
    column-gap: 10px;
    width: 100%;
    display: flex;
}
.main-account__item .main-account__select{
    flex: 0 0 100%;
    width: 100%;
}
.main-account__item._selects .main-account__select{
    flex: 0 0 calc((100% - 10px * 2) /3);
}
.main-account__select {
    height: 46px;
    padding: 0px 20px;
    display: flex;
    align-items: center;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 19px;
    color: #797979;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    cursor: pointer;
    background: url(../img/new-icon/select-arrow.svg) calc(100% - 20px) center / auto no-repeat;
    border: 1px solid #D6D6D6;

}
.main-account__button {
    padding-top: 40px;
    display: flex;
    justify-content: center;
}
.main-account__btn {
    background: #DE3241;
    border-radius: 6px;
    /* width: 200px; */
    height: 52px;
    font-weight: 700;
    font-size: 17px;
    line-height: 22px;
    text-transform: uppercase;
    color: #FFFFFF;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 1px;


    padding: 0 10px;
}
.account__data {

}
.data-account {
    flex: 0 0 540px;
    display: flex;
    flex-direction: column;
    padding: 40px 60px;
    background: #FFFFFF;
    box-shadow: 0px 2px 4px -2px rgba(24, 39, 75, 0.12), 0px 4px 4px -2px rgba(24, 39, 75, 0.08);
}
.data-account__column {
    flex: 0 0 100%;
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}

.info-add-book__body label{
    margin-bottom: 0;
}

.lang_barr_mob {
    display: none;
}

.header .header__nav__link {
    font-size: 14px;
}
@media only screen and (max-width: 480px){
    .mobile__menu {
        padding-top: 10px;
    }
}
@media (min-width: 767px){
    .nav-header__link._active{
        color: #DE3241;
    }
    .nav-header__link._active::before{
        content: "";
        width: 100%;
        height: 4px;
        background: #DE3241;
        position: absolute;
        bottom: -16px;
        left: 0;
        pointer-events: none;
    }

}
@media (max-width: 1400px){
    .main-account,
    .data-account{
        padding: 30px;
        flex: 0 0 auto;
    }
    .account__content{
        flex-direction: column;
        row-gap: 30px;
    }
    .main-account__button{
        justify-content: flex-start;
        padding-top: 30px;
    }
    .main-account__body {
        column-gap: 30px;
        padding-bottom: 30px;
    }
    .main-account__column {
        flex: 0 0 calc((100% - 30px) / 2);
    }
    .data-account .main-account__body{
        width: calc((100% - 30px) / 2);
    }
    .main-account__title{
        font-size: 28px;
    }
    .account{
        margin-top: 30px;
        margin-bottom: 60px;
    }
}
@media (max-width: 1170px){
    .select-plans__title{
        font-size: 28px;
    }
    .nav-header__link._active::before{
        bottom: -18px;
    }
    .header__logo{
        width: 80px;
        flex: 0 0 80px;
    }
    .nav-header__link{
        font-size: 15px;
        line-height: 19px;
    }
    .titled__title{
        font-size: 28px;
    }
    .menus{
        margin-top: 60px;
    }
    .menus__content{
        column-gap: 20px;
    }
    .menus__item{
        height: 231px;
        flex: 0 0 calc((100% - 20px * 3) / 4);
    }

    .body-projects__item{
        flex: 0 0 auto;
    }
    .body-projects__item._title{
        flex: 0 1 55%;
    }
    .body-projects__item._author{
        flex: 0 1 22%;
    }
    .body-projects__item._code{
        flex: 0 1 20%;
    }
    .body-projects__item._id{
        flex: 0 0 63px;
    }

    .head-projects__item{
        flex: 0 0 auto;
    }
    .head-projects__item._id{
        flex: 0 0 63px;
    }
    .head-projects__item._title{
        flex: 0 1 55%;
    }
    .head-projects__item._author{
        flex: 0 1 22%;
    }
    .head-projects__item._code{
        flex: 0 1 20%;
    }

    .post-nav__step{
        font-size: 18px;
        line-height: 23px;
    }
    .post-nav__text{
        font-size: 20px;
        line-height: 28px;
    }

    .add-book{
        margin-bottom: 50px;
    }
    .images-add-book__title{
        font-size: 28px;
    }
    .add-book__title{
        font-size: 28px;
    }
    .submite-post__title{
        font-size: 28px;
    }
    .documnets{
        margin-top: 30px;
    }
    .documnets__content{
        column-gap: 40px;
    }
    .documnets__column{
        flex: 0 0 calc((100% - 40px) / 2);
    }

    .body-projects__download{
        width: 120px;
    }
    .head-projects__item._num{
        flex: 0 0 40px;
        padding-right: 10px;
    }
    .head-projects__item._name{
        flex: 0 0 215px;
    }
    .head-projects__item._book{
        flex: 1 1 auto;
    }
    .head-projects__item._isbn{
        flex: 0 0 145px;
    }
    .head-projects__item._year{
        flex: 0 0 10%;
        min-width: 90px;
    }
    .head-projects__item._download{
        flex: 0 0 140px;
    }
    .body-projects__item._download{
        flex: 0 0 140px;
    }
    .body-projects__item._num{
        flex: 0 0 40px;
        padding-right: 10px;
    }
    .body-projects__item._name{
        flex: 0 0 215px;
    }
    .body-projects__item._book{
        flex: 1 1 auto;
    }
    .body-projects__item._isbn{
        flex: 0 0 145px;
    }
    .body-projects__item._year{
        flex: 0 0 10%;
        min-width: 90px;
        border-right: none;
    }
}

@media (max-width: 991px){
    .content-item-select-plans__column{
        /* display: none; */
    }
    .main-plans-list{
        align-items: flex-start;
    }
    .content-item-select-plans__list-sub{
        padding: 10px 7px;
        background: #ECECEC;
        margin: 0px -10px -20px;
    }
    .select-plans__title{
        font-size: 24px;
    }
    .registration-page__content{
        padding: 30px 20px;
    }
    .registration-page__body{
        margin-top: 50px;
    }
    .registration-page__main{
        column-gap: 20px;
    }
    .registration-page__more{
        margin-top: 10px;
    }
    .registration-page__title,
    .login-page__title{
        font-size: 28px;
        line-height: 39px;
    }
    .titled__title{
        font-size: 24px;
    }
    .menus{
        margin-top: 50px;
    }
    .menus__content{
        max-width: 536px;
        column-gap: 30px;
        row-gap: 30px;
        margin: 0px auto;
        flex-wrap: wrap;
    }
    .menus__item{
        flex: 0 0 calc((100% - 30px) / 2);
        height: 253px;
    }

    .projects__btn{
        font-size: 15px;
        line-height: 19px;
    }
    .head-projects{
        padding: 0px 10px;
    }
    .head-projects__item._title{
        flex: 0 1 40%;
    }
    .head-projects__item._author{
        flex: 0 1 25%;
    }
    .head-projects__item._code{
        flex: 0 1 20%;
    }
    .head-projects__item:last-child{
        padding-left: 10px
    }

    .projects__row{
        padding: 0px 10px;
    }
    .body-projects__item._title{
        flex: 0 1 40%;
    }
    .body-projects__item._author{
        flex: 0 1 25%;
    }
    .body-projects__item._code{
        flex: 0 1 20%;
    }
    .body-projects__item:last-child{
        padding-left: 10px
    }
    .body-projects__text{
        font-size: 14px;
        line-height: 18px;
    }

    .post-nav__content{
        column-gap: 10px;
    }
    .post-nav__item{
        flex: 0 0 calc((100% - 10px * 3) / 4);
    }
    .post-nav__step{
        font-size: 16px;
        line-height: 21px;
    }
    .post-nav__text{
        font-size: 18px;
        line-height: 25px;
    }

    .add-book{
        margin-bottom: 40px;
    }
    .add-book__content{
        padding: 40px 20px;
    }
    .add-book__body{
        margin-top: 30px;
        column-gap: 50px;
    }
    .author-info-add-book__option{
        display: flex;
        flex-direction: column;
        row-gap: 12px;
    }
    .author-info-add-book__row{
        width: 100%;
        flex: 0 0 auto;
    }
    .author-info-add-book__select{
        width: 100%;
    }
    .images-add-book__title{
        font-size: 24px;
    }
    .add-book__title{
        font-size: 24px;
    }
    .submite-post__title{
        font-size: 24px;
    }

    .documnets__content{
        column-gap: 30px;
    }
    .documnets__column{
        flex: 0 0 calc((100% - 30px) / 2);
        padding: 20px 30px;
    }
    .documnets__name{
        font-size: 15px;
        line-height: 19px;
    }

    .body-projects__download{
        width: 95px;
        font-size: 13px;
        line-height: 17px;
    }
    .head-projects__item._num{
        flex: 0 0 25px;
        padding-right: 10px;
    }
    .head-projects__item._name{
        flex: 0 0 150px;
    }
    .head-projects__item._book{
        flex: 1 1 auto;
    }
    .head-projects__item._isbn{
        flex: 0 0 130px;
    }
    .head-projects__item._year{
        flex: 0 0 10%;
        min-width: 90px;
    }
    .head-projects__item._download{
        flex: 0 0 105px;
    }
    .body-projects__item._download{
        flex: 0 0 105px;
    }
    .body-projects__item._num{
        flex: 0 0 25px;
        padding-right: 10px;
    }
    .body-projects__item._name{
        flex: 0 0 150px;
    }
    .body-projects__item._book{
        flex: 1 1 auto;
    }
    .body-projects__item._isbn{
        flex: 0 0 130px;
    }
    .body-projects__item._year{
        flex: 0 0 10%;
        min-width: 90px;
        border-right: none;
    }
    .save-change__btn{
        font-size: 15px;
        line-height: 19px;
    }

    .main-account__body {
        column-gap: 20px;
    }
    .main-account__column {
        flex: 0 0 calc((100% - 20px) / 2);
    }
    .data-account .main-account__body{
        width: calc((100% - 20px) / 2);
    }
    .main-account__title{
        font-size: 24px;
    }
    .main-account,
    .data-account{
        padding: 30px 20px;
    }
    .account{
        margin-bottom: 40px;
    }

    .search-image__title{
        font-size: 24px;
    }
    .body-search-image{
        column-gap: 10px;
        row-gap: 10px;
        padding: 35px 20px 30px;
    }
    .body-search-image__item{
        flex: 0 0 calc((100% - 10px * 3) / 4);
    }
    .footer-search-image{
        padding: 10px 20px;
    }

    .select-plans__iteme._big .content-item-select-plans__list {
        grid-template-columns: 220px 220px;
        column-gap: 100px;
        justify-content: center;
    }

    .select-plans__body{
        column-gap: 20px;
    }
    .select-plans__item{
        flex: 0 0 calc((100% - 20px * 2) / 3);
        padding: 20px 10px;
    }
}
@media (max-width: 884px){
    .content-item-select-plans__column{
        display: block!important;
    }

}
@media (max-width: 767px){
    .registration-page__main{
        column-gap: 25px;
    }
    .registration-page__column{
        flex: 0 0 100%;
    }
    .registration-page__column:last-child{
        margin-top: 25px;
    }

    .icon-menu{
        display: block;
        position: relative;
        width: 22px;
        height: 15px;
        cursor: pointer;
        z-index: 5;
    }

    .icon-menu span {
        transition: all 0.3s ease 0s;
        top: calc(50% - 1px);
        left: 0px;
        position: absolute;
        width: 100%;
        height: 2px;
        background: #333333;
    }
    .icon-menu span:first-child {
        top: 0px;
    }
    .icon-menu span:last-child {
        top: auto;
        bottom: 0px;
    }
    .icon-menu._active span{
        transform: scale(0);
    }
    .icon-menu._active span:first-child{
        transform: rotate(-45deg);
        top: calc(50% - 1px);
    }
    .icon-menu._active span:last-child{
        transform: rotate(45deg);
        bottom: calc(50% - 1px);
    }

    .header__container{
        display: flex;
        justify-content: space-between;
        align-items: center;

    }
    .header__main{
        position: fixed;
        top: 56px;
        left: -100%;
        background: #DE3241;
        width: 100%;
        max-width: 243px;
        height: calc(100vh - 56px);
        flex-direction: column;
        align-items: flex-start;
        padding-bottom: 0;
        padding-left: 15px;
        transition: all 0.3s ease 0s;
    }
    .header__main._active{
        left: 0;
    }
    .nav-header{
        flex: 0 0 auto;
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
        width: 100%;
    }
    .nav-header__list{
        flex-direction: column;
        row-gap: 30px;
        padding: 30px 0px;
    }
    .nav-header__link{
        color: #fff;
    }
    .log-header{
        padding-top: 30px;
    }
    .log-header__icon-desktop{
        display: none;
    }
    .log-header__icon-mob{
        display: block;
    }
    .log-header__text{
        color: #fff;
    }
    .header{
        padding: 11px 0px;
    }
    .header__logo{
        flex: 0 0 60px;
        width: 60px;
    }


    .head-projects{
        display: none;
    }
    .projects__row{
        flex-direction: column;
        padding: 0px;
    }
    .body-projects__item._title{
        flex: 0 0 auto;
    }
    .body-projects__item._author{
        flex: 0 0 auto;
    }
    .body-projects__item._code{
        flex: 0 0 auto;
    }
    .body-projects__item{
        padding: 15px 15px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        row-gap: 5px;
        width: 100%;
    }
    .body-projects__item:first-child{
        padding-left: 15px;
        padding-right: 15px;
    }
    .body-projects__item:last-child{
        padding-left: 15px;
        padding-right: 15px;
    }
    .body-projects__item:not(:last-child){
        border-right: none;
        border-bottom: 1px solid #E6E6E6;
    }
    .body-projects__name {
        display: block;
        font-weight: normal;
        font-size: 13px;
        line-height: 17px;
        color: #797979;
    }

    .post-nav__item{
        padding: 24px 10px 21px;
    }
    .post-nav__text{
        display: none;
    }
    .post-nav__step{
        font-size: 14px;
        line-height: 18px;
    }
    .post-nav__step p{
        column-gap: 5px;
    }
    .post-nav__step::after{
        display: none;
    }
    .post-nav__step::before{
        display: none;
    }

    .add-book__content{
        padding: 30px 15px;
    }
    .add-book__body{
        flex-direction: column;
        column-gap: 0px;
        row-gap: 30px;
    }
    .info-add-book{
        padding-top: 0px;
    }

    .documnets__content{
        flex-direction: column;
        row-gap: 20px;
    }
    .documnets__column{
        flex: 0 0 auto;
    }

    .body-projects__download{
        width: 115px;
    }
    .body-projects__item._download{
        flex: 0 0 auto;
    }
    .body-projects__item._num{
        flex: 0 0 auto;
    }
    .body-projects__item._name{
        flex: 0 0 auto;
    }
    .body-projects__item._book{
        flex: 0 0 auto;
    }
    .body-projects__item._isbn{
        flex: 0 0 auto;
    }
    .body-projects__item._year{
        flex: 0 0 auto;
    }

    .save-change__body{
        margin-top: 30px;
    }
    .post-nav__complite{
        bottom: 6px;
    }
    .comlite-post-nav__text{
        display: none;
    }
    .save-change__body{
        flex-direction: column;
        row-gap: 15px;
    }
    .save-change__btn{
        flex: 0 0 auto;
        width: 100%;
    }
    .data-account .main-account__body{
        width: 100%;
    }
    .main-account__body {
        flex-direction: column;
        row-gap: 20px;
    }
    .main-account__button{
        justify-content: center;
    }

    .footer-search-image{
        display: flex;
        flex-direction: column;
        row-gap: 14px;
        align-items: flex-end;
        padding: 20px 15px 30px;
    }
    .footer-search-image__btn{
        flex: 0 0 auto;
        width: 191px;
    }
    .body-search-image{
        flex-wrap: wrap;
        padding: 0px 15px;
        margin: 30px 0px;
        max-height: 335px;
        overflow-y: auto;
    }
    .body-search-image__item{
        flex: 0 0 calc((100% - 10px) / 2);
        padding-bottom: 30%;
    }

    .cropp-image__body{
        flex-direction: column;
        row-gap: 20px;
        padding: 20px 15px 30px;
    }
    .cropp-image__main{
        flex: 0 0 auto;
    }
    .cropp-image__bar{
        flex: 0 0 auto;
    }
    .footer-cropp-image{
        flex-direction: column;
        row-gap: 10px;
        padding: 10px 15px;
    }
    .footer-cropp-image__btn{
        width: 100%;
        flex: 0 0 auto;
    }
    .footer-cropp-image__btn._fill{
        flex: 0 0 auto;
    }
    .select-plans__iteme._big .content-item-select-plans__list {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        padding: 10px;
    }
    .content-item-select-plans__list {
        padding: 10px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        padding-left: 40px;
    }
    .content-item-select-plans__list-sub{
        margin: 0px;
        padding-left: 40px;
    }
    .content-item-select-plans__list-sub .content-item-select-plans__list{
        padding:0px;
    }
    .item-select-plans__head{
        border-bottom: none;
        margin-bottom: 0;
    }
    .item-select-plans__content{
        display: none;
    }
    .item-select-plans__more{
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 41px;
        background: #ECECEC;
    }
    .item-select-plans__more._active img{
        transform: rotate(180deg);
    }
    .item-select-plans{
        padding: 15px 0px 0px;
    }
    .select-plans__body{
        margin-top: 25px;
    }
    .item-select-plans{
        flex: 0 0 100%;
    }
    .content-item-select-plans__list-main{
        padding-bottom: 0;
    }
    .add-book__content._plans{
        padding: 30px 15px;
    }
    .select-plans__subtext{
        padding-top: 20px;
        font-size: 16px;
        line-height: 21px;
    }

    .lang_barr_mob {
        display: block;
    }
    .lang_barr_mob {
        padding-left: 30px;
        padding-right: 30px;
        text-decoration: none;
        margin-top: 1px;
        font-weight: normal;
        font-size: 14px;
        line-height: 18px;
        color: #7C7C7E;
        display: flex;
        align-items: center;
        column-gap: 5px;
        position: relative;
        cursor: pointer;
    }
    .lang_barr_mob .lang_on{
        color: #DE3241;
        text-decoration: none;
        font-weight: normal;
    }
    .lang_barr_mob .lang_off {
        color: #7C7C7E;
        text-decoration: none;
        font-weight: normal;
    }
    .lang_selected_mob {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        gap: 5px;
    }
    .lang_selected_mob svg{
        width: 20px;
    }
    .select_lang_mob {
        position: absolute;
        top: 21px;
        z-index: 9;
        background: #ffffff;
        padding: 10px;
        display: none;
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
        left: 20px;
    }
    .select_lang_mob.active {
        display: flex;
    }
}
@media (max-width:478px){
    .log-footer p{
        max-width: 230px;
        margin: 0px auto;
    }
    .select-plans__title{
        font-size: 20px;
    }
    ._container{
        padding: 0px 15px;
    }
    .load-info-add-book__btn._resize{
        flex: 0 0 112px;
    }
    .login-page__content{
        padding: 30px 15px;
        margin-top: 20px;
    }
    .login-page__body{
        margin-top: 25px;
    }
    .single-page{
        padding: 40px 0px;
    }
    .registration-page__logom,
    .login-page__logo{
        width: 100px;
    }
    .registration-page__logo img,
    .login-page__logo img{
        max-width: 100%;
        width: 100%;
    }
    .registration-page__container{
        padding: 0px 15px;
    }
    .registration-page__content{
        padding: 30px 15px;
        margin-top: 20px;
    }
    .registration-page__more{
        margin-top: 5px;
    }
    .registration-page__title,
    .login-page__title{
        font-size: 24px;
        line-height: 33px;
    }
    .titled__subtitle {
        font-size: 14px;
        line-height: 18px;
    }
    .titled__title{
        font-size: 20px;
    }

    .menus{
        margin-top: 30px;
        padding-bottom: 40px;
    }
    .menus__content{
        column-gap: 20px;
        row-gap: 20px;
    }
    .menus__item{
        row-gap: 20px;
        flex: 0 0 calc((100% - 20px) /2);
        height: 154px;
    }
    .menus__icon{
        height: 60px;
        width: 60px;
        flex: 0 0 60px;
    }
    .menus__icon svg{
        transform: scale(0.6);
    }
    .menus__name{
        font-weight: normal;
        font-size: 14px;
        line-height: 18px;
        display: flex;
        align-items: center;
        text-align: center;
        text-transform: uppercase;
        color: #333333;
    }

    .projects__btn{
        font-size: 13px;
        line-height: 17px;
        flex: 0 0 184px;
    }

    .post-nav{
        padding-top: 20px;
    }

    .images-add-book__title{
        font-size: 20px;
    }
    .load-info-add-book__text{
        padding: 0px 15px;
    }
    .buttons-add-book{
        column-gap: 10px;
    }
    .buttons-add-book__btn{
        flex: 0 0 calc((100% - 10px) / 2);
    }
    .buttons-add-book__btn._gray{
        font-size: 13px;
        line-height: 17px;
    }
    .buttons-add-book__btn._red{
        font-size: 15px;
        line-height: 19px;
    }
    .add-book__title{
        font-size: 20px;
    }
    .submite-post__title{
        font-size: 20px;
    }
    .submite-post__text{
        font-size: 15px;
        line-height: 19px;
    }

    .documnets{
        margin-top: 20px;
    }
    .documnets__column{
        padding: 10px 20px;
    }
    .account__content{
        row-gap: 20px;
    }
    .main-account__title{
        font-size: 20px;
    }
    .main-account,
    .data-account{
        padding: 20px 15px 30px;
    }
    .account{
        margin-top: 20px;
        margin-bottom: 30px;
    }

    .search-image__title{
        font-size: 20px;
    }
    .search-search-image__input{
        padding: 0px 10px;
    }
    .search-search-image__btn{
        font-size: 0;
        flex: 0 0 46px;
    }
    .footer-search-image__link{
        width: 32px;
        height: 32px;
    }
    .download-post__btn{
        font-size: 14px;
        line-height: 18px;
    }
    .download-post__check{
        max-width: 220px;
    }
    .download-post{
        margin-top: 20px;
    }

    .add-book._2 .add-book__body{
        margin-top: 20px;
    }
}

.top__panel__login {
    margin-left: 30px;
}



.post-nav__item._popup-link {
    transition: all 0.5s ease;
}
.post-nav__item._popup-link:hover {

    border-bottom: 3px solid #DE3241;
}

.post-nav__item._popup-link:hover .post-nav__step {
    opacity: 1;
}
