@import url(lib/swiper.min.css);
@import url(lib/jquery.fancybox.min.css);
@font-face {
    font-family: 'SF UI Display';
    font-weight: 100;
    font-style: normal;
    font-display: swap;
    src: url("../fonts/SFUIDisplay-Ultralight.eot");
    src: url("../fonts/SFUIDisplay-Ultralight.eot?#iefix") format("embedded-opentype"), url("../fonts/SFUIDisplay-Ultralight.woff2") format("woff2"), url("../fonts/SFUIDisplay-Ultralight.woff") format("woff"), url("../fonts/SFUIDisplay-Ultralight.ttf") format("truetype"); }

@font-face {
    font-family: 'SF UI Display';
    font-weight: 300;
    font-style: normal;
    font-display: swap;
    src: url("../fonts/SFUIDisplay-Thin.eot");
    src: url("../fonts/SFUIDisplay-Thin.eot?#iefix") format("embedded-opentype"), url("../fonts/SFUIDisplay-Thin.woff2") format("woff2"), url("../fonts/SFUIDisplay-Thin.woff") format("woff"), url("../fonts/SFUIDisplay-Thin.ttf") format("truetype"); }

@font-face {
    font-family: 'SF UI Display';
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    src: url("../fonts/SFUIDisplay-Regular.eot");
    src: url("../fonts/SFUIDisplay-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/SFUIDisplay-Regular.woff2") format("woff2"), url("../fonts/SFUIDisplay-Regular.woff") format("woff"), url("../fonts/SFUIDisplay-Regular.ttf") format("truetype"); }

@font-face {
    font-family: 'SF UI Display';
    font-weight: 500;
    font-style: normal;
    font-display: swap;
    src: url("../fonts/SFUIDisplay-Medium.eot");
    src: url("../fonts/SFUIDisplay-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/SFUIDisplay-Medium.woff2") format("woff2"), url("../fonts/SFUIDisplay-Medium.woff") format("woff"), url("../fonts/SFUIDisplay-Medium.ttf") format("truetype"); }

@font-face {
    font-family: 'SF UI Display';
    font-weight: 600;
    font-style: normal;
    font-display: swap;
    src: url("../fonts/SFUIDisplay-Semibold.eot");
    src: url("../fonts/SFUIDisplay-Semibold.eot?#iefix") format("embedded-opentype"), url("../fonts/SFUIDisplay-Semibold.woff2") format("woff2"), url("../fonts/SFUIDisplay-Semibold.woff") format("woff"), url("../fonts/SFUIDisplay-Semibold.ttf") format("truetype"); }

@font-face {
    font-family: 'SF UI Display';
    font-weight: 700;
    font-style: normal;
    font-display: swap;
    src: url("../fonts/SFUIDisplay-Bold.eot");
    src: url("../fonts/SFUIDisplay-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/SFUIDisplay-Bold.woff2") format("woff2"), url("../fonts/SFUIDisplay-Bold.woff") format("woff"), url("../fonts/SFUIDisplay-Bold.ttf") format("truetype"); }

@font-face {
    font-family: 'SF UI Display';
    font-weight: 800;
    font-style: normal;
    font-display: swap;
    src: url("../fonts/SFUIDisplay-Heavy.eot");
    src: url("../fonts/SFUIDisplay-Heavy.eot?#iefix") format("embedded-opentype"), url("../fonts/SFUIDisplay-Heavy.woff2") format("woff2"), url("../fonts/SFUIDisplay-Heavy.woff") format("woff"), url("../fonts/SFUIDisplay-Heavy.ttf") format("truetype"); }

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none; }
*:focus {
    outline: none; }

body {
    font-family: 'SF UI Display', sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    line-height: 17px;
    color: #000; }

a {
    color: #000; }

button {
    cursor: pointer;
    background: transparent;
    border: 0; }

h1,
.h1 {
    font-size: 50px;
    font-weight: 200;
    line-height: 120%; }
@media (max-width: 959px) {
    h1,
    .h1 {
        font-size: 36px; } }
@media (max-width: 767px) {
    h1,
    .h1 {
        font-size: 30px; } }

h2,
.h2 {
    font-size: 45px;
    font-weight: 100;
    line-height: 54px;
    text-align: center; }
@media (max-width: 959px) {
    h2,
    .h2 {
        font-size: 24px;
        line-height: 29px; } }

.link {
    font-family: 'SF UI Display', sans-serif;
    font-size: 18px;
    line-height: 21px;
    color: #373434;
    border-bottom: 1px dashed #000;
    -webkit-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out; }
@media (max-width: 959px) {
    .link {
        font-size: 12px;
        line-height: 14px; } }
.link:hover {
    color: #FC6E62; }
.link--small {
    font-size: 12px;
    line-height: 14px; }
.link--password {
    margin-left: 20px;
    display: inline-block;
    border-bottom: 0; }
@media (max-width: 767px) {
    .link--password {
        margin-top: 10px;
        margin-left: 0; } }
.link--password span {
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.02em; }
.link--login, .link--registration {
    margin-left: -70px;
    font-size: 32px;
    font-weight: 200;
    line-height: 120%;
    color: #316A7B;
    border-bottom: 1px dashed #316A7B; }
@media (max-width: 959px) {
    .link--login, .link--registration {
        font-size: 22px; } }
@media (max-width: 767px) {
    .link--login, .link--registration {
        margin-top: 10px;
        margin-left: 0;
        font-size: 16px; } }

.btn {
    padding: 8px 15px;
    min-width: 86px;
    font-family: 'SF UI Display', sans-serif;
    font-size: 12px;
    font-weight: bold;
    line-height: 14px;
    letter-spacing: 0.02em;
    color: #FFF;
    background: #316A7B;
    border-radius: 50px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out; }
.btn:hover {
    background: #FC6E62; }
.btn__icon {
    position: relative;
    top: 2px;
    margin-right: 5px;
    width: 12px;
    height: 12px;
    fill: #FFF; }
.btn--big {
    padding: 10px 25px;
    font-size: 14px;
    font-weight: normal; }
@media (max-width: 959px) {
    .btn--big {
        padding: 10px;
        font-size: 12px; } }
.btn--small {
    padding: 5px 15px;
    font-weight: 600; }
.btn--disabled {
    padding: 5px 15px;
    font-weight: 600;
    opacity: .3; }
.btn--disabled:hover {
    background: #316A7B; }
.btn--coral {
    padding: 11px 36px;
    max-width: 137px;
    width: 100%;
    color: #FFF;
    background: #FC6E62; }
.btn--coral:hover {
    background: #316A7B; }
.btn-filters {
    margin-left: 10px;
    font-size: 12px;
    font-weight: bold;
    line-height: 14px;
    letter-spacing: 0.02em;
    color: #316A7B;
    -webkit-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out; }
@media (max-width: 1199px) {
    .btn-filters {
        position: absolute;
        top: 80px;
        right: 0; } }
@media (max-width: 767px) {
    .btn-filters {
        position: relative;
        top: 0;
        margin: 20px auto;
        display: block; } }
.btn-filters:hover {
    color: #FC6E62; }
.btn-filters.active {
    color: #FC6E62; }
.btn-category {
    display: none; }
@media (max-width: 959px) {
    .btn-category {
        position: absolute;
        top: -25px;
        right: 0;
        display: block; } }

.list {
    list-style-type: none; }
.list__item {
    margin-bottom: 25px;
    font-size: 16px;
    font-weight: 600;
    line-height: 19px;
    letter-spacing: 0.02em; }
.list__icon {
    margin-right: 20px;
    width: 11px;
    height: 8px; }

.tooltips {
    position: absolute;
    top: -30px;
    right: 0;
    padding: 5px 10px;
    display: none;
    font-size: 10px;
    line-height: 12px;
    color: #FFF;
    background: rgba(0, 0, 0, 0.7);
    border-radius: 3px; }
.tooltips:after {
    position: absolute;
    bottom: -10px;
    left: 20px;
    content: '';
    border: 5px solid transparent;
    border-top: 5px solid rgba(0, 0, 0, 0.7); }
.tooltips:before {
    content: '';
    position: absolute;
    top: 10px;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent; }
.tooltips__icon {
    margin-left: 5px;
    width: 8px;
    height: 8px; }

.social {
    margin-top: 22px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center; }
.social__link {
    padding: 0 5px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out; }
.social__link:hover {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
.social__icon {
    width: 15px;
    height: 15px; }

.container {
    margin-right: auto;
    margin-left: auto;
    max-width: 1140px;
    width: 100%; }
@media (max-width: 1199px) {
    .container {
        padding-right: 6px;
        padding-left: 6px;
        max-width: 100%; } }
@media (max-width: 959px) {
    .container {
        padding-right: 20px;
        padding-left: 20px;
        max-width: 690px; } }
@media (max-width: 767px) {
    .container {
        padding-right: 0;
        padding-left: 0;
        max-width: 270px; } }
.container--min {
    max-width: 950px; }
@media (max-width: 959px) {
    .container--min {
        max-width: 690px; } }
@media (max-width: 767px) {
    .container--min {
        max-width: 270px; } }
.container--flex {
    position: relative;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: start;
    align-items: flex-start; }
@media (max-width: 959px) {
    .container--flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column; } }

.burger {
    display: none; }
@media (max-width: 959px) {
    .burger {
        position: relative;
        z-index: 6;
        padding: 10px;
        display: block; } }
@media (max-width: 767px) {
    .burger {
        padding-left: 0; } }
.burger__line {
    margin-bottom: 3px;
    width: 15px;
    height: 3px;
    background: #FC6E62;
    border-radius: 1px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out; }
.burger__line:last-child {
    margin-bottom: 0; }
.burger.active .burger__line:nth-child(1) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }
.burger.active .burger__line:nth-child(2) {
    display: none; }
.burger.active .burger__line:nth-child(3) {
    -webkit-transform: translate(0px, -6px) rotate(-45deg);
    transform: translate(0px, -6px) rotate(-45deg); }

.logo {
    width: 196px;
    height: 31px; }
@media (max-width: 959px) {
    .logo {
        width: 128px;
      height: 30px; } }
@media (max-width: 767px) {
    .logo {
        height: 30px;
      width: 128px; } }

.hide-desktop {
    display: none;
}
@media (max-width: 959px) {
    .hide-desktop {
        display: block;
    }
    .menu__link.hide-desktop {
        display: inline-block;
    }
}

.menu {
    margin-top: 5px; }
.menu__link {
    padding: 0 10px;
    font-weight: 500;
    -webkit-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out; }
@media (max-width: 959px) {
    .menu__link {
        margin-bottom: 20px;
        display: inline-block; } }
.menu__link.active {
    color: #31697a; }
.menu__link:first-child {
    padding-left: 0; }
@media (max-width: 959px) {
    .menu__link:first-child {
        padding-left: 10px; } }
.menu__link:hover {
    color: #316a7b; }
.menu.active {
    display: -webkit-box;
    display: flex; }

.header {
    background: #F8F8F8; }
.header__container {
    max-width: 1246px; }
@media (max-width: 959px) {
    .header__container {
        padding-right: 20px;
        padding-left: 20px;
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        flex-direction: row-reverse;
        -webkit-box-pack: justify;
        justify-content: space-between;
        max-width: 100%; } }
.header__logo {
    margin-right: 100px; }
@media (max-width: 1199px) {
    .header__logo {
        margin-right: 40px; } }
@media (max-width: 959px) {
    .header__logo {
        margin-right: 0; } }
@media (max-width: 959px) {
    .header__menu {
        position: absolute;
        z-index: 5;
        top: 65px;
        right: 0;
        bottom: 0;
        left: 0;
        margin-top: 0;
        padding-top: 70px;
        padding-left: 70px;
        display: none;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -webkit-box-align: start;
        align-items: flex-start;
        background: #FFF;
        pointer-events: none; } }
@media screen and (max-height: 500px) and (min-width: 768px) and (max-width: 959px) {
    .header__menu {
        padding-top: 20px;
        height: 100vh; } }
@media (max-width: 959px) {
    .header__menu .menu__link {
        pointer-events: all; } }
@media screen and (max-height: 500px) and (min-width: 768px) and (max-width: 959px) {
    .header__menu .menu__link {
        margin-bottom: 5px;
        font-size: 12px; } }
.header__btn {
    margin-left: auto; }
@media (max-width: 959px) {
    .header__btn {
        display: none; } }
.header .panel {
    padding: 18px 50px 19px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center; }
@media (max-width: 1199px) {
    .header .panel {
        padding-left: 0;
        padding-right: 0; } }
@media (max-width: 959px) {
    .header .panel {
        padding-right: 0px; } }
@media (max-width: 767px) {
    .header .panel {
        padding-left: 0; } }
.header .version {
    margin-right: 110px; }
@media (max-width: 1199px) {
    .header .version {
        margin-right: 50px; } }
@media (max-width: 959px) {
    .header .version {
        display: none; } }
.header .version__icon {
    width: 185px;
    height: 18px;
    fill: #316a7b; }
.header .version__icon:hover {
    fill: #FC6E62; }
.header .phone {
    font-weight: 800;
    -webkit-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out; }
@media (max-width: 959px) {
    .header .phone {
        display: none; } }
.header .phone:hover {
    color: #316a7b; }
.header .password {
    margin-left: 164px;
    padding-right: 12px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    font-weight: 600;
    letter-spacing: 0.02em;
    color: #363636; }
.header .cart + .password {
    margin-left: 40px;
}
@media (max-width: 959px) {
    .header .password {
        display: none; } }
.header .password__icon {
    margin-right: 5px;
    width: 14px;
    height: 12px; }
.header .password + .registry {
    border-left: 1px dashed #C4C4C4; }
.header .registry {
    padding-left: 11px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    font-weight: 600;
    letter-spacing: 0.02em;
    color: #363636; }
@media (max-width: 959px) {
    .header .registry {
        display: none; } }
.header .registry__icon {
    margin-right: 7px;
    width: 18px;
    height: 16px; }
.header .cart {
    position: relative;
    margin-left: 460px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    font-size: 16px;
    font-weight: 600;
    line-height: 19px;
    letter-spacing: 0.02em;
    cursor: pointer;
    color: #373434;
    -webkit-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out; }
.header .cart.offline {
    margin-left: 50px;
}
@media (max-width: 1199px) {
    .header .cart {
        margin-left: 180px;
        } }
@media (max-width: 959px) {
    .header .cart {
        display: none; } }
.header .cart:hover {
    color: #316a7b; }
.header .cart__count {
    position: absolute;
    top: -10px;
    right: -15px;
    padding: 1px 8px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    height: 23px;
    font-size: 12px;
    font-weight: bold;
    line-height: 14px;
    color: #FFF;
    background: #FC6E62;
    border-radius: 10px; }
.header .cart__icon {
    margin-left: 10px;
    width: 30px;
    height: 30px; }
.header .login {
    margin-left: auto;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    font-weight: 600;
    letter-spacing: 0.02em;
    color: #363636;
    -webkit-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out; }
.header .login:hover {
    color: #316a7b; }
.header .login__icon {
    margin-left: 16px;
    width: 30px;
    height: 30px; }
@media (max-width: 959px) {
    .header .login__icon {
        margin-left: 10px; } }
.header .logout {
    position: relative;
    margin-left: auto;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    font-weight: 600;
    letter-spacing: 0.02em;
    color: #363636;
    -webkit-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out; }
.header .logout:hover {
    color: #FFF; }
.header .logout:hover .logout-btn {
    display: -webkit-box;
    display: flex;
    -webkit-transform: translateX(0);
    transform: translateX(0); }
.header .logout__icon {
    margin-left: 16px;
    width: 30px;
    height: 30px; }
@media (max-width: 959px) {
    .header .logout__icon {
        margin-left: 10px; } }
.header .logout-btn {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 0 0 10px;
    display: none;
    -webkit-box-align: center;
    align-items: center;
    font-family: 'SF UI Display', sans-serif;
    font-size: 14px;
    color: #FFF;
    background: #fc6e62;
    border-radius: 20px;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    -webkit-transform: translateX(100%);
    transform: translateX(100%); }
.header .nav {
    padding: 25px 50px 30px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    background: #FFF;
    border-radius: 20px; }
@media (max-width: 1199px) {
    .header .nav {
        padding-left: 6px;
        margin-left: -6px;
        margin-right: -6px;
        border-radius: 0; } }
@media (max-width: 959px) {
    .header .nav {
        padding-left: 0;
        background: transparent; } }
@media (max-width: 767px) {
    .header .nav {
        padding-right: 0; } }
.header.authorized {
    background: #FFF; }
.header.authorized .header__container {
    background: #FFF;
    border-radius: 20px; }
.header.authorized .panel {
    padding-bottom: 0; }
@media (max-width: 767px) {
    .header.authorized .panel {
        padding-bottom: 15px; } }
.header.authorized .nav {
    padding-top: 15px;
    padding-bottom: 25px; }
@media (max-width: 767px) {
    .header.authorized .nav {
        padding-bottom: 15px; } }
.header.authorized + main h1 {
    margin-top: 0 !important; }
.header + main h1 {
    margin-top: 20px; }

.profile {
    padding: 11px 0 11px calc((100% - 1140px) / 2);
    background: rgba(148, 200, 207, 0.2); }
@media (max-width: 1199px) {
    .profile {
        padding: 11px 0 11px 6px; } }
@media (max-width: 959px) {
    .profile {
        padding: 21px 0 21px 20px; } }
.profile__name {
    display: inline-block;
    font-weight: bold;
    line-height: 120%;
    color: #316A7B; }
@media (max-width: 959px) {
    .profile__name {
        display: block;
        font-size: 8px; } }
.profile__ip {
    margin-left: 10px;
    display: inline-block;
    font-size: 12px;
    line-height: 14px;
    color: #316A7B; }
@media (max-width: 959px) {
    .profile__ip {
        margin-left: 0;
        display: block;
        font-size: 8px; } }

.breadcrumbs {
    margin-bottom: 30px;
    padding: 10px 0;
    background: rgba(49, 106, 123, 0.05); }
@media (max-width: 959px) {
    .breadcrumbs {
        display: none; } }
.breadcrumbs__link {
    position: relative;
    font-size: 12px;
    font-weight: 500;
    line-height: 14px;
    color: #316A7B;
    opacity: 0.5; }
.breadcrumbs__link:after {
    padding: 0 2px 0 4px;
    content: '/'; }
.breadcrumbs__link:hover {
    opacity: 1; }
.breadcrumbs__name {
    font-size: 12px;
    font-weight: 500;
    line-height: 14px;
    color: #316A7B; }

.main {
    overflow: hidden; }
.main__block {
    position: relative;
    padding: 90px 0 180px;
    background: #F8F8F8; }
@media (max-width: 959px) {
    .main__block {
        padding: 40px 0 80px; } }
@media (max-width: 767px) {
    .main__block {
        padding: 60px 0 40px; } }
.main__title {
    font-size: 50px;
    font-weight: 300;
    line-height: 120%;
    text-align: center; }
@media (max-width: 959px) {
    .main__title {
        max-width: 270px;
        font-size: 22px;
        font-weight: 200; } }
.main__title b {
    display: block; }
@media (max-width: 959px) {
    .main__title b {
        display: initial; } }
.main__subtitle {
    margin-top: 60px;
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    color: #B1B1B1; }
@media (max-width: 959px) {
    .main__subtitle {
        display: none; } }
.main__search {
    text-align: center; }
@media (max-width: 959px) {
    .main__search {
        margin-top: 60px;
        max-width: 270px; } }
@media (max-width: 767px) {
    .main__search {
        margin-top: 80px; } }
.main__bg {
    position: absolute;
    top: auto;
    right: 0;
    bottom: 0;
    left: calc(100% - 406px);
    width: 658px;
    height: 561px;
    opacity: .8; }
@media (max-width: 959px) {
    .main__bg {
        left: calc(100% - 475px);
        width: 276px;
        height: 255px; } }
@media (max-width: 767px) {
    .main__bg {
        bottom: 0;
        left: calc(100% - 160px); } }

.search {
    position: relative;
    z-index: 1;
    padding: 17px 30px 17px 60px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    background: #FFF;
    border-radius: 20px;
    box-shadow: 0px 0px 30px rgba(49, 106, 123, 0.15); }
@media (max-width: 1199px) {
    .search {
        padding: 4px 5px 6px 27px; } }
.search__input {
    width: 100%;
    font-family: 'SF UI Display', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    text-transform: uppercase;
    color: #373434;
    border: 0; }
@media (max-width: 959px) {
    .search__input {
        padding: 4px;
        margin-right: 4px;
        font-size: 14px;
        font-weight: 200;
        line-height: 17px; } }
.search__extended {
    margin-top: 40px;
    display: inline-block; }
@media (max-width: 959px) {
    .search__extended {
        margin-top: 20px; } }
@media (max-width: 959px) {
    .search-btn {
        padding: 8px 10px;
        display: -webkit-box;
        display: flex;
        -webkit-box-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        align-items: center;
        min-width: 30px;
        font-size: 0; } }
.search-btn__icon {
    display: none;
    width: 11px;
    height: 11px; }
@media (max-width: 959px) {
    .search-btn__icon {
        display: block; } }
.search-drop {
    margin-left: 10px;
    padding: 8px;
    min-width: 30px;
    text-align: center; }
@media (max-width: 767px) {
    .search-drop {
        margin-left: 5px; } }
.search-drop__icon {
    width: 8px;
    height: 8px;
    fill: #FFF; }
.search--main {
    padding: 32px 30px 25px 60px; }
@media (max-width: 959px) {
    .search--main {
        padding: 4px 5px 6px 27px; } }
.search--main .search__input {
    font-size: 25px; }
@media (max-width: 959px) {
    .search--main .search__input {
        font-size: 14px;
        font-weight: 200;
        line-height: 17px; } }

.category .swiper-container {
    top: -60px;
    overflow: visible;
    max-width: 1140px; }
@media (max-width: 959px) {
    .category .swiper-container {
        top: -43px;
        padding-left: 20px;
        overflow: hidden; } }
@media (max-width: 767px) {
    .category .swiper-container {
        padding-left: 20px; } }

.category .swiper-slide-next {
    position: relative;
    z-index: 1; }

.category .swiper-pagination {
    bottom: 0; }
.category .swiper-pagination-bullet {
    margin: 0 7px !important;
    width: 10px;
    height: 10px;
    background: #316A7B;
    opacity: 1;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out; }
.category .swiper-pagination-bullet-active {
    background: #FC6E62; }

.category__list {
    margin: 0 -10px;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    width: auto; }
@media (max-width: 1199px) {
    .category__list {
        margin: 0;
        padding-top: 30px;
        padding-bottom: 40px;
        flex-wrap: nowrap;
        width: 100%; } }

.category__item {
    margin: 0 10px 20px;
    padding: 35px 25px;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: justify;
    justify-content: space-between;
    width: 270px;
    min-height: 175px;
    background: #FFF;
    border-radius: 20px;
    box-shadow: 0px 0px 30px rgba(49, 106, 123, 0.15); }
@media (max-width: 1199px) {
    .category__item {
        margin: 0;
        padding: 27px 25px;
        min-height: 138px; } }

.category__name {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 120%;
    color: #373434; }
@media (max-width: 1199px) {
    .category__name {
        font-size: 14px; } }
.category__name:hover {
    cursor: pointer;
    color: #FC6E62; }

.category__age {
    margin-bottom: 20px;
    font-size: 12px;
    line-height: 120%;
    color: #373434; }
@media (max-width: 1199px) {
    .category__age {
        margin-bottom: 10px; } }

.category__elements {
    font-size: 16px;
    line-height: 140%;
    color: #5D5D5D; }

.category--noslider {
    margin-top: 50px; }
.category--noslider .category__list {
    flex-wrap: wrap; }
.category--noslider .category__item {
    -webkit-box-pack: center;
    justify-content: center;
    min-height: 100px; }
@media (max-width: 767px) {
    .category--noslider .category__item {
        margin-bottom: 20px; } }
.category--noslider .category__name {
    margin-bottom: 0; }

.category--col {
    margin-top: 30px;
    margin-right: 20px;
    max-width: 360px;
    width: 100%; }
@media (max-width: 1199px) {
    .category--col {
        margin-top: 30px;
        margin-right: 20px;
        max-width: 260px;
        width: 100%; } }
@media (max-width: 959px) {
    .category--col {
        position: fixed;
        z-index: 6;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: 0;
        padding: 70px 20px 20px 20px;
        display: none;
        /* overflow-x: scroll; */
        max-width: 100%;
        width: 100%;
        background: #E5E5E5; } }
.category--col .category__title {
    display: none; }
@media (max-width: 959px) {
    .category--col .category__title {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        padding: 10px 15px;
        display: block;
        font-size: 22px;
        font-weight: 200;
        line-height: 120%;
        background: #CBD3D5; } }
.category--col .category__parent {
    margin: 0 0 30px 0;
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: justify;
    justify-content: space-between;
    width: 100%;
    min-height: 100%;
    cursor: pointer;
    border-radius: 0;
    box-shadow: none; }
@media (max-width: 1199px) {
    .category--col .category__parent {
        margin-bottom: 15px;
        min-height: auto; } }
.category--col .category__parent .category__wrap {
    bottom: 40px; }
.category--col .category__parent .category__max-scroll {
    height: calc(100% - 20px); }
.category--col .category__name {
    position: relative;
    margin-bottom: -2px;
    padding: 0 0 0 25px;
    font-size: 14px;
    font-weight: bold;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out; }
@media (max-width: 1199px) {
    .category--col .category__name {
        font-size: 12px; } }
.category--col .category__name:hover {
    color: #FC6E62; }
.category--col .category__icon {
    position: absolute;
    top: 2px;
    left: 0;
    width: 10px;
    height: 10px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    fill: #B7CBD1; }
.category--col .category__icon--close {
    top: 50%;
    right: 20px;
    left: auto;
    width: 15px;
    height: 15px;
    cursor: pointer;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    fill: #FC6E62; }
.category--col .category__icon-back {
    margin-right: 7px;
    margin-left: auto;
    display: block;
    width: 10px;
    height: 15px;
    fill: #FC6E62; }
.category--col .category__age {
    margin-bottom: 0;
    font-weight: normal; }
.category--col .category__elements {
    font-size: 12px;
    font-weight: normal;
    line-height: 120%; }
.category--col .category__back {
    display: none; }
.category--col .category__wrap {
    padding-left: 10px;
    display: none; }
@media (max-width: 959px) {
    .category--col .category__wrap {
        position: absolute;
        z-index: 1;
        top: 0;
        right: 0;
        bottom: 50px;
        left: 0;
        margin-top: 95px;
        padding: 0px 20px 0 20px;
        /* overflow-y: scroll; */
        font-size: 12px;
        background: #e5e5e5; } }
.category--col .category__child {
    margin-top: 20px;
    cursor: pointer; }
.category--col .category__child .category__name {
    font-size: 12px; }
.category--col .category__child.active .category__back {
    top: -48px; }
.category--col .category__child.active .category__wrap {
    top: 0;
    bottom: 0;
    margin-top: 0; }
.category--col .category__subchild {
    /* position: relative;
        margin-top: 15px;
        margin-left: 15px;
        display: none; */ }
@media (max-width: 959px) {
    .category--col .category__subchild {
        margin-left: 0; } }
.category--col .category__subchild .category__name {
    font-weight: 500; }
@media (max-width: 959px) {
    .category--col .category__subchild .category__name {
        font-weight: bold; } }
.category--col .category__subitem {
    /*position: relative;
        margin-top: 12px;
        margin-left: 15px;
        display: none;*/ }
.category--col .category__subitem .category__name {
    font-size: 10px;
    font-weight: normal;
    line-height: 12px; }
@media (max-width: 959px) {
    .category--col .category__subitem .category__name {
        font-size: 12px;
        font-weight: bold; } }
.category--col .category__childitem {
    position: relative;
    margin-top: 12px;
    margin-left: 10px; }
@media (max-width: 959px) {
    .category--col .category__max-scroll {
        overflow-y: scroll;
        height: calc(100% - 30px); } }
.category--col.active {
    display: block; }

.category .active > .category__name {
    color: #FC6E62; }
.category .active > .category__name .category__icon {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    fill: #FC6E62; }

.category .active > .category__wrap {
    display: block; }

.category .active > .category__back {
    position: absolute;
    z-index: 1;
    top: 47px;
    right: 0;
    bottom: auto;
    left: 0;
    padding: 15px;
    display: none;
    font-size: 12px;
    line-height: 120%;
    color: #373434;
    background: #CBD3D5; }
@media (max-width: 959px) {
    .category .active > .category__back {
        display: -webkit-box;
        display: flex;
        -webkit-box-align: center;
        align-items: center; } }

.category .active > .category__subchild {
    display: block; }

.category .active > .category__subitem {
    display: block; }

.category .active > .category__childitem {
    display: block; }

.try {
    padding: 40px 0 155px; }
@media (max-width: 959px) {
    .try {
        padding: 90px 0 60px; } }
@media (max-width: 767px) {
    .try {
        padding: 0px 0 150px; } }
.try .container {
    position: relative; }
.try__block {
    margin-left: auto;
    padding: 60px 98px;
    max-width: 495px;
    background: #FFF;
    border-radius: 20px;
    box-shadow: 0px 0px 30px rgba(49, 106, 123, 0.15); }
@media (max-width: 959px) {
    .try__block {
        margin-right: 70px;
        padding: 25px;
        max-width: 225px; } }
@media (max-width: 767px) {
    .try__block {
        margin-right: 0; } }
.try__title {
    margin-bottom: 25px;
    font-size: 25px;
    font-weight: bold;
    line-height: 140%; }
@media (max-width: 959px) {
    .try__title {
        margin-bottom: 15px;
        font-size: 16px; } }
.try__text {
    margin-bottom: 30px;
    line-height: 140%; }
@media (max-width: 959px) {
    .try__text {
        font-size: 12px; } }
.try__bg {
    position: absolute;
    z-index: -1;
    top: -120px;
    left: 0;
    width: 1025px;
    height: 536px; }
@media (max-width: 959px) {
    .try__bg {
        top: -60px;
        left: 20px;
        width: 562px;
        height: 353px; } }
@media (max-width: 767px) {
    .try__bg {
        top: auto;
        bottom: -127px;
        left: calc(100% - 465px); } }




.mobile {
    padding: 0px; 
}
.mobile h2 {
    text-align: left;
}
@media (max-width: 959px) {
    .mobile {
        padding: 90px 0 60px; } }
@media (max-width: 767px) {
    .mobile {
        padding: 0px 0 150px; } }
.mobile .container {
    position: relative;
    overflow: hidden; }
.mobile__block {
    margin-left: auto;
    padding: 70px 30px;
    max-width: 565px;}
@media (max-width: 959px) {
    .mobile__block {
        margin-right: 0px;
        padding: 25px;
        max-width: 225px; } }
@media (max-width: 767px) {
    .mobile__block {
        margin-right: 0; } }
.mobile__title {
    margin-bottom: 25px;
    font-size: 25px;
    font-weight: bold;
    line-height: 140%; }
@media (max-width: 959px) {
    .mobile__title {
        margin-bottom: 15px;
        font-size: 16px; } }
.mobile__text {
    margin: 30px 0;
    line-height: 140%; }
@media (max-width: 959px) {
    .mobile__text {
        font-size: 12px; } }
.mobile__bg {
    position: absolute;
    z-index: -1;
    top: 0px;
    left: 0px;
    width: 404px;
    height: 777px; }
@media (max-width: 959px) {
    .mobile__bg {
        top: 0px;
        left: 20px;} }
@media (max-width: 767px) {
    .mobile__bg {
        top: auto;
        bottom: -127px;
        left: -345px; } }


.partners {
    padding-bottom: 120px; }
@media (max-width: 599px) {
    .partners {
        padding-bottom: 45px; } }
@media (max-width: 959px) {
    .partners__title {
        text-align: left; } }
.partners__list {
    margin: 60px -10px 0;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap; }
@media (max-width: 959px) {
    .partners__list {
        margin-top: 25px;
        -webkit-box-pack: justify;
        justify-content: space-between; } }
.partners__item {
    margin: 0 10px 65px;
    width: 465px; }
@media (max-width: 1199px) {
    .partners__item {
        width: 456px; } }
@media (max-width: 959px) {
    .partners__item {
        margin: 0 10px 50px;
        width: 290px; } }
@media (max-width: 767px) {
    .partners__item {
        margin-bottom: 30px; } }
.partners__item:nth-child(3) {
    margin-bottom: 0; }
@media (max-width: 767px) {
    .partners__item:nth-child(3) {
        margin-bottom: 30px; } }
.partners__item:nth-child(4) {
    margin-bottom: 0; }
@media (max-width: 767px) {
    .partners__item:nth-child(4) {
        margin-bottom: 30px; } }
.partners__item:nth-child(5) {
    margin-bottom: 0; }
@media (max-width: 767px) {
    .partners__item:nth-child(5) {
        margin-bottom: 30px; } }
.partners__name {
    margin-bottom: 20px;
    font-size: 22px;
    font-weight: 600;
    line-height: 120%; }
@media (max-width: 959px) {
    .partners__name {
        font-size: 16px; } }
@media (max-width: 767px) {
    .partners__name {
        margin-bottom: 15px; } }
.partners__text {
    font-size: 14px;
    line-height: 140%; }
@media (max-width: 959px) {
    .partners__text {
        font-size: 12px; } }
.partners__logo {
    margin-right: 20px;
    background: #655C7B;
    border-radius: 20px;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1); }
@media (max-width: 959px) {
    .partners__logo {
        width: 100px; } }
.partners__logo:last-child {
    margin-right: 0; }

.special {
    position: relative;
    padding: 85px 0 90px;
    overflow: hidden;
    background: #F8F8F8; }
@media (max-width: 959px) {
    .special {
        padding: 50px 0 10px; } }
@media (max-width: 767px) {
    .special {
        padding: 50px 0 0px; } }
.special__list {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap; }
@media (max-width: 959px) {
    .special__list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column; } }
.special__title {
    padding-right: 122px;
    width: 488px;
    font-weight: 200;
    text-align: left; }
@media (max-width: 959px) {
    .special__title {
        margin-bottom: 15px;
        max-width: 420px; } }
.special__title b {
    font-weight: 800; }
.special__text {
    margin-top: 10px;
    margin-bottom: 33px;
    max-width: 357px;
    line-height: 150%; }
@media (max-width: 959px) {
    .special__text {
        max-width: 267px;
        font-size: 12px;
        line-height: 140%; } }
@media (max-width: 767px) {
    .special__text {
        margin-bottom: 20px; } }
.special__bg {
    position: absolute;
    top: auto;
    right: 0;
    bottom: 0;
    left: calc(100% - 1585px);
    width: 1920px;
    height: 365px; }
@media (max-width: 1199px) {
    .special__bg {
        left: calc(100% - 1485px); } }
@media (max-width: 959px) {
    .special__bg {
        bottom: -10px;
        left: -220px;
        width: 1210px; } }
@media (max-width: 767px) {
    .special__bg {
        position: relative;
        right: 800px;
        bottom: 0;
        left: auto;
        margin-top: -70px;
        height: 335px; } }

.news {
    padding: 85px 0 280px; }
@media (max-width: 959px) {
    .news {
        padding: 50px 0 50px; } }
@media (max-width: 959px) {
    .news .container {
        padding-right: 0;
        padding-left: 0; } }
.news__date {
    font-size: 10px;
    /*font-weight: 100;*/
    line-height: 150%; }
@media (max-width: 959px) {
    .news__date {
        margin-bottom: 5px; } }
.news__name {
    max-width: 196px;
    font-size: 12px;
    line-height: 140%;
    letter-spacing: 0.02em;
    opacity: .6; }
.news__all {
    position: absolute;
    top: 0;
    right: 0;
    padding: 36px 43px;
    color: #FFF;
    background: #316A7B;
    border-radius: 3px; }
@media (max-width: 959px) {
    .news__all {
        display: none; } }
.news__all:hover {
    color: #FC6E62; }
.news-slider {
    margin: 0 auto;
    width: 950px; }
@media (max-width: 959px) {
    .news-slider {
        width: 690px; } }
@media (max-width: 767px) {
    .news-slider {
        width: 100%; } }
.news-slider__slide {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: start;
    align-items: flex-start; }
@media (max-width: 767px) {
    .news-slider__slide {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column; } }
.news-slider__descr {
    padding-left: 50px;
    width: calc(100% - 460px); }
@media (max-width: 959px) {
    .news-slider__descr {
        width: calc(100% - 370px); } }
@media (max-width: 767px) {
    .news-slider__descr {
        margin-top: 35px;
        padding-left: 20px;
        width: calc(100% - 20px); } }
.news-slider__name {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 600;
    line-height: 19px;
    letter-spacing: 0.02em;
    color: #606060; }
@media (max-width: 959px) {
    .news-slider__name {
        font-size: 14px;
        line-height: 17px; } }
.news-slider__date {
    margin-bottom: 30px;
    /*font-weight: 100;*/
    line-height: 150%; }
.news-slider__text {
    margin-bottom: 40px;
    line-height: 150%; }
.news-slider__text a {
    color: #31697a;
}
@media (max-width: 959px) {
    .news-slider__text {
        margin-bottom: 20px;
        font-size: 12px;
        line-height: 140%; } }
.news-slider__img {
    border-radius: 10px; }
@media (max-width: 959px) {
    .news-slider__img {
        width: 330px;
        height: 207px;
        -o-object-fit: cover;
        object-fit: cover; } }
@media (max-width: 767px) {
    .news-slider__img {
        width: 100%;
        height: 200px;
        -o-object-position: center;
        object-position: center; } }
.news-slider__next {
    position: absolute;
    z-index: 1;
    top: 50%;
    right: 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    width: 30px;
    height: 30px;
    cursor: pointer;
    border-radius: 20px;
    box-shadow: 0px 0px 30px rgba(49, 106, 123, 0.15);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
@media (max-width: 767px) {
    .news-slider__next {
        display: none; } }
.news-slider__next:hover {
    opacity: .5; }
.news-slider__prev {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    width: 30px;
    height: 30px;
    cursor: pointer;
    border-radius: 20px;
    box-shadow: 0px 0px 30px rgba(49, 106, 123, 0.15);
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg); }
@media (max-width: 767px) {
    .news-slider__prev {
        display: none; } }
.news-slider__prev:hover {
    opacity: .5; }
.news-slider__icon {
    width: 7px;
    height: 11px; }
.news__btns {
    position: relative;
    margin-top: 70px;
    padding: 0 99px;
    display: -webkit-box;
    display: flex;
    background: rgba(49, 106, 123, 0.1);
    border-radius: 3px; }
@media (max-width: 959px) {
    .news__btns {
        margin-top: 25px;
        padding: 0 20px; } }
@media (max-width: 767px) {
    .news__btns {
        overflow-x: scroll; } }
.news__btn {
    margin-right: 34px;
    padding: 22px 0 20px;
    width: 264px;
    cursor: pointer; }
@media (max-width: 959px) {
    .news__btn {
        margin-right: 10px;
        width: 200px; } }
@media (max-width: 767px) {
    .news__btn {
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 200px; } }
.news__btn.active {
    position: relative; }
.news__btn.active:after {
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 5px;
    content: '';
    background: #FC6E62; }
.news__btn.active .news__name {
    opacity: 1; }
.news__btn:not(.active):hover {
    color: #FC6E62; }
.news__content {
    position: relative;
    margin-top: 45px; }
@media (max-width: 767px) {
    .news__content {
        margin-top: 0; } }

@media (max-width: 1199px) {
    .collection {
        padding-bottom: 30px; } }

.collection__wrap {
    position: relative;
    margin-top: -160px;
    padding: 80px 100px;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
    background: #FFF;
    border-radius: 20px;
    box-shadow: 0px 0px 30px rgba(49, 106, 123, 0.15); }
@media (max-width: 959px) {
    .collection__wrap {
        margin: 0 10px 0 auto;
        padding: 25px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        max-width: 280px; } }
@media (max-width: 767px) {
    .collection__wrap {
        margin-right: 0;
        padding: 25px 20px; } }

.collection__descr {
    width: calc(100% - 352px); }
@media (max-width: 959px) {
    .collection__descr {
        width: 100%; } }

.collection__title {
    width: 192px;
    font-size: 25px;
    font-weight: 600;
    line-height: 150%; }
@media (max-width: 959px) {
    .collection__title {
        margin-bottom: 15px;
        width: 100%;
        font-size: 16px;
        line-height: 140%; } }

.collection__text {
    margin-bottom: 35px;
    max-width: 508px;
    line-height: 150%; }
@media (max-width: 959px) {
    .collection__text {
        margin-bottom: 25px;
        font-size: 12px; } }
.collection__text + a {
    display: inline-block; }

.collection__bg {
    position: absolute;
    top: 0;
    right: 0;
    width: 1146px;
    height: 334px;
    pointer-events: none; }
@media (max-width: 1199px) {
    .collection__bg {
        top: auto;
        bottom: -30px;
        left: -130px; } }
@media (max-width: 959px) {
    .collection__bg {
        top: auto;
        bottom: -30px;
        left: -430px; } }
@media (max-width: 767px) {
    .collection__bg {
        z-index: -1;
        left: -150px; } }

.questions {
    margin-top: -182px;
    padding-top: 305px;
    background: #F8F8F8; }
@media (max-width: 959px) {
    .questions {
        margin-top: 0;
        padding-top: 50px; } }
.questions--page {
    margin-top: 60px;
    padding-top: 60px; }
@media (max-width: 959px) {
    .questions .container {
        padding-right: 0;
        padding-left: 0; } }
.questions__title {
    margin-bottom: 70px; }
@media (max-width: 959px) {
    .questions__title {
        margin-bottom: 25px; } }
.questions__item {
    margin-bottom: 30px; }
.questions__item:last-child {
    margin-bottom: 0; }
.questions__name {
    position: relative;
    padding: 15px 98px;
    font-size: 16px;
    font-weight: 600;
    line-height: 19px;
    letter-spacing: 0.02em;
    cursor: pointer;
    background: #FFF;
    border-radius: 3px; }
@media (max-width: 959px) {
    .questions__name {
        padding: 15px 38px; } }
@media (max-width: 767px) {
    .questions__name {
        padding: 15px;
        font-size: 13px; } }
.questions__name:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 100%;
    content: '';
    background: #C4C4C4;
    border-radius: 3px;
    box-shadow: 0px 0px 30px rgba(49, 106, 123, 0.15);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out; }
.questions__name:hover .questions__icon {
    fill: #fc6e62; }
.questions__name:hover:before {
    background: #fc6e62; }
.questions__icon {
    position: absolute;
    top: 50%;
    right: 20px;
    width: 10px;
    height: 10px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-transform: translateY(-50%) rotate(0deg);
    transform: translateY(-50%) rotate(0deg);
    fill: #316A7B; }
@media (max-width: 767px) {
    .questions__icon {
        right: 10px; } }
.questions__content {
    position: relative;
    margin-top: 5px;
    padding: 35px 280px 35px 98px;
    display: none;
    line-height: 150%;
    background: #FFF;
    border-radius: 3px; }
@media (max-width: 959px) {
    .questions__content {
        padding: 35px 70px 35px 38px; } }
@media (max-width: 767px) {
    .questions__content {
        padding: 15px;
        font-size: 12px; } }
.questions__content:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 100%;
    content: '';
    background: #C4C4C4;
    border-radius: 3px;
    box-shadow: 0px 0px 30px rgba(49, 106, 123, 0.15);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out; }
.questions__subtitle {
    margin-bottom: 15px;
    font-weight: 200; }
.questions .active .questions__name:before {
    background: #316A7B; }
.questions .active .questions__icon {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg); }
.questions .active .questions__content {
    display: block; }
.questions .active .questions__content:before {
    background: #316A7B; }

.contacts {
    padding: 120px 0 80px;
    background: #F8F8F8; }
@media (max-width: 1199px) {
    .contacts {
        padding: 50px 0 60px; } }
@media (max-width: 959px) {
    .contacts .container {
        padding-right: 0;
        padding-left: 0; } }
.contacts__wrap {
    margin-top: 70px;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    background: #FFF;
    border-radius: 20px;
    box-shadow: 0px 0px 30px rgba(49, 106, 123, 0.15); }
@media (max-width: 1199px) {
    .contacts__wrap {
        margin-left: -6px;
        margin-right: -6px;
        border-radius: 0; } }
@media (max-width: 959px) {
    .contacts__wrap {
        margin-top: 30px; } }
.contacts__map {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px; }
@media (max-width: 959px) {
    .contacts__map {
        width: 330px;
        height: 238px; } }
@media (max-width: 767px) {
    .contacts__map {
        width: 270px;
        border-radius: 20px; } }
.contacts__descr {
    padding: 90px 70px 90px 98px;
    width: calc(100% - 588px); }
@media (max-width: 959px) {
    .contacts__descr {
        padding: 40px 80px;
        width: calc(100% - 330px); } }
@media (max-width: 767px) {
    .contacts__descr {
        padding: 30px;
        width: 100%; } }
.contacts__label {
    margin-bottom: 20px;
    font-weight: 300;
    line-height: 17px;
    letter-spacing: 0.02em; }
@media (max-width: 959px) {
    .contacts__label {
        margin-bottom: 10px; } }
.contacts__address {
    margin-bottom: 100px;
    font-size: 16px;
    line-height: 19px; }
@media (max-width: 959px) {
    .contacts__address {
        margin-bottom: 30px;
        font-size: 14px;
        line-height: 17px; } }
.contacts__address b {
    font-weight: 600; }
.contacts__phone {
    font-size: 24px;
    font-weight: bold;
    line-height: 29px; }
@media (max-width: 959px) {
    .contacts__phone {
        font-size: 18px;
        line-height: 21px; } }
.contacts__phone:hover {
    color: #316a7b; }
.contacts--support {
    margin-top: -120px;
    padding-top: 170px; }
.contacts--page {
    padding-top: 50px; }
.contacts--page h2 {
    display: none; }
.contacts--page .contacts__wrap {
    margin-top: 0; }

.location {
    margin-top: 20px;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap; }
.location__item {
    margin-right: 30px;
    margin-bottom: 45px;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: start;
    align-items: flex-start;
    width: 455px; }
@media (max-width: 959px) {
    .location__item {
        width: 295px; } }
@media (max-width: 767px) {
    .location__item {
        margin-right: 0;
        width: 100%; } }
.location__name {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 600;
    line-height: 120%; }
.location__person {
    margin-bottom: 20px;
    font-size: 12px;
    line-height: 140%; }
.location__phone {
    margin-bottom: 10px;
    display: block;
    font-size: 12px;
    font-weight: bold;
    line-height: 120%;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out; }
.location__phone:hover {
    color: #FC6E62; }
.location__phone span {
    font-weight: normal;
    color: #5D5D5D; }
.location__tg {
    margin-bottom: 10px;
    display: block;
    font-size: 12px;
    font-weight: bold;
    line-height: 120%;
    color: #316A7B;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out; }
.location__tg:hover {
    color: #FC6E62; }
.location__tg span {
    font-weight: normal;
    color: #5D5D5D; }
.location__email {
    font-size: 12px;
    line-height: 120%;
    color: #373434;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out; }
.location__email:hover {
    color: #FC6E62; }
.location__email span {
    border-bottom: 1px dashed #316A7B; }
.location__icon {
    position: relative;
    top: 2px;
    margin-right: 5px;
    width: 10px;
    height: 10px; }
.location__bg {
    position: absolute;
    top: 110px;
    right: -270px;
    width: 531px;
    height: 624px; }
@media (max-width: 959px) {
    .location__bg {
        right: -110px;
        width: 275px;
        height: 324px; } }
@media (max-width: 767px) {
    .location__bg {
        display: none; } }

.products {
    position: relative;
    width: calc(100% - 380px); }
@media (max-width: 1199px) {
    .products {
        width: calc(100% - 280px);  } }
@media (max-width: 959px) {
    .products {
        width: 100%; } }
@media (max-width: 1199px) {
    .products .search {
        margin-top: 15px; } }
.products .product {
    margin: 0 15px 45px;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    width: 355px; }
@media (max-width: 1199px) {
    .products .product {
        margin: 0 0 45px;
        width: 325px; } }
@media (min-width: 500px) and (max-width: 767px) {
    .products .product {
        width: 230px; } }
.products .product:hover .product__name {
    cursor: pointer;
    color: #FC6E62; }
.products .product__img {
    width: 100px;
    height: 147px;
    border: 3px solid #DEE6E8;
    border-radius: 3px; }
@media (max-width: 1199px) {
    .products .product__img {
        width: 67px;
        height: 94px; } }
.products .product__descr {
    padding-left: 15px;
    width: calc(100% - 100px); }
.products .product__name {
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: 600;
    line-height: 120%; }
@media (max-width: 1199px) {
    .products .product__name {
        font-size: 12px; } }
.products .product__article {
    margin-bottom: 10px;
    font-size: 11px;
    font-weight: bold;
    line-height: 120%;
    color: #5D5D5D; }
.products .product__authors {
    margin-bottom: 20px;
    font-size: 11px;
    line-height: 120%; }
.products .product__authors span {
    color: #5D5D5D; }
.products .product__text {
    margin-bottom: 15px;
    font-size: 11px;
    line-height: 120%; }
.products .product__fulltext {
    position: relative;
    margin-bottom: 10px;
    display: none;
    font-size: 11px;
    line-height: 120%;
    cursor: pointer;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out; }
.products .product__fulltext:hover {
    color: #316A7B; }
.products .product__fulltext:hover .tooltips {
    display: inline-block; }
.products .product__price {
    margin-bottom: 15px;
    display: -webkit-box;
    display: flex;
    font-size: 12px;
    line-height: 120%; }
@media (max-width: 767px) {
    .products .product__price {
        flex-wrap: wrap; } }
.products .product__resale {
    margin-left: 30px;
    font-size: 11px;
    font-weight: bold;
    line-height: 120%; }
@media (max-width: 767px) {
    .products .product__resale {
        margin-top: 10px;
        margin-left: 0; } }
.products__list {
    margin: 0 -15px;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap; }
@media (max-width: 1199px) {
    .products__list {
        margin: 0; } }
@media (min-width: 500px) and (max-width: 767px) {
    .products__list {
        width: 480px;
        margin-left: -105px; } }
.products__list--strong .product {
    width: 100%; }
.products__list--strong .product__image, .products__list--strong .product__name, .products__list--strong .product__article, .products__list--strong .product__authors, .products__list--strong .product__text {
    display: none; }
.products__list--strong .product__fulltext {
    display: block; }
@media (max-width: 767px) {
    .products__list--strong .product__descr {
        width: 100%; } }
@media (max-width: 767px) {
    .products__list--strong .product__price {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column; } }

.product-collection {
    margin-bottom: 20px; }
.product-collection__title {
    margin-bottom: 6px;
    font-size: 12px;
    font-weight: bold;
    line-height: 120%;
    cursor: pointer;
    color: #000;
    -webkit-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out; }
@media (max-width: 1199px) {
    .product-collection__title {
        font-size: 9px; } }
.product-collection__title:hover {
    color: #FC6E62; }
.product-collection__item {
    margin-bottom: 15px;
    padding-left: 25px;
    display: none; }
.product-collection__item:last-child {
    margin-bottom: 0; }
.product-collection__icon {
    margin-right: 10px;
    width: 10px;
    height: 10px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    fill: #B7CBD1; }
@media (max-width: 1199px) {
    .product-collection__icon {
        position: relative;
        top: 2px;
        margin-right: 0; } }
.product-collection__name {
    font-size: 12px;
    line-height: 120%;
    cursor: pointer;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(75%, #316A7B), color-stop(75%, transparent));
    background-image: linear-gradient(to right, #316A7B 75%, transparent 75%);
    background-repeat: repeat-x;
    background-position: 0 13px;
    background-size: 8px 1px;
    -webkit-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out; }
.product-collection__name:hover {
    color: #316A7B; }
.product-collection__price {
    margin-top: 4px;
    font-size: 10px;
    line-height: 120%;
    color: #373434; }
.product-collection .checkbox {
    margin-top: 10px; }
.product-collection.active .product-collection__item {
    display: block; }
.product-collection.active .product-collection__title {
    color: #FC6E62; }
.product-collection.active .product-collection__icon {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    fill: #FC6E62; }

.card {
    width: calc(100% - 380px); }
@media (max-width: 1199px) {
    .card {
        width: calc(100% - 280px); } }
@media (max-width: 959px) {
    .card {
        width: 100%; } }
.card__img {
    width: 165px;
    height: 243px;
    -o-object-fit: cover;
    object-fit: cover;
    border: 3px solid #DEE6E8;
    border-radius: 3px; }
@media (max-width: 767px) {
    .card__img {
        margin-bottom: 30px; } }
.card__image {
    display: inline-block;
    width: 165px;
    height: 243px; }
@media (max-width: 767px) {
    .card__image {
        margin-bottom: 30px; } }
.card__name {
    margin: 20px 0;
    font-size: 22px;
    font-weight: 600;
    line-height: 120%;
    color: #316A7B; }
@media (max-width: 767px) {
    .card__name {
        font-size: 16px; } }
.card__descr {
    padding-left: 30px;
    display: inline-block;
    width: calc(100% - 170px);
    vertical-align: top; }
@media (max-width: 767px) {
    .card__descr {
        padding-left: 0;
        display: block;
        width: 100%; } }
.card__article {
    margin-bottom: 10px;
    font-size: 11px;
    font-weight: bold;
    line-height: 120%;
    color: #5D5D5D; }
.card__authors {
    margin-bottom: 10px;
    display: -webkit-box;
    display: flex;
    font-size: 11px;
    line-height: 120%; }
.card__authors div {
    color: #5D5D5D; }
.card__publishing {
    margin-bottom: 10px;
    display: -webkit-box;
    display: flex;
    font-size: 11px;
    line-height: 120%; }
.card__publishing div {
    color: #5D5D5D; }
.card__year {
    margin-bottom: 10px;
    display: -webkit-box;
    display: flex;
    font-size: 11px;
    line-height: 120%; }
.card__year div {
    color: #5D5D5D; }
.card__page {
    margin-bottom: 10px;
    display: -webkit-box;
    display: flex;
    font-size: 11px;
    line-height: 120%; }
.card__page div {
    color: #5D5D5D; }
.card__link {
    padding-left: 35px;
    font-size: 11px;
    font-weight: bold;
    line-height: 120%;
    color: #316A7B; }
@media (max-width: 767px) {
    .card__link {
        margin-top: 20px;
        padding-left: 0;
        display: block; } }
.card__price {
    margin: 10px 0;
    display: -webkit-box;
    display: flex;
    font-size: 11px;
    line-height: 120%; }
.card__title {
    position: relative;
    margin: 50px 0 10px;
    display: inline-block;
    font-size: 22px;
    font-weight: 600;
    line-height: 120%;
    cursor: pointer; }
@media (max-width: 767px) {
    .card__title {
        margin: 20px 0 10px;
        font-size: 18px; } }
.card__title:hover {
    color: #316A7B; }
.card__title:hover .tooltips {
    display: block; }
.card__text {
    font-size: 14px;
    line-height: 140%; }
@media (max-width: 767px) {
    .card__text {
        font-size: 12px;
        line-height: 120%; } }
.card__collection {
    margin-top: 20px; }

.sort {
    margin-top: 22px;
    display: -webkit-inline-box;
    display: inline-flex; }
@media (max-width: 1199px) {
    .sort {
        flex-wrap: wrap;
        max-width: 550px; } }
.sort .checkbox {
    margin-right: 30px; }
@media (max-width: 1199px) {
    .sort .checkbox {
        margin-right: 10px; } }
@media (max-width: 767px) {
    .sort .checkbox {
        margin-right: 0;
        margin-bottom: 10px;
        width: 50%; } }

.filters {
    position: absolute;
    z-index: 1;
  /*top: 80px;*/
    right: -30px;
  margin-top: 10px;
    padding: 25px;
    display: none;
    flex-wrap: wrap;
    -webkit-box-align: start;
    align-items: flex-start;
    width: 810px;
    background: #FFF;
    border-radius: 20px;
    box-shadow: 0px -10px 30px rgba(49, 106, 123, 0.05); }
@media (max-width: 1199px) {
    .filters {
        width: 750px; } }
@media (max-width: 959px) {
    .filters {
        top: 70px;
        right: 0;
        left: -50px;
        width: 750px; } }
@media (max-width: 767px) {
    .filters {
        top: 200px;
        left: 0;
        margin-top: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        width: 100%; } }
.filters__date, .filters__input {
    margin-right: 33px;
    margin-bottom: 15px;
    padding: 13px;
    width: 165px;
    font-size: 12px;
    background: rgba(49, 106, 123, 0.1) no-repeat right center;
    border: 0;
    border-radius: 3px; }

.filters__date {
    background: rgba(49, 106, 123, 0.1) url(../img/date.svg) no-repeat right 15px center;
}


@media (max-width: 767px) {
    .filters__date, .filters__input {
        width: 100%; } }

.filters-price {
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    font-size: 12px;
    font-weight: bold;
    line-height: 14px; }
@media (max-width: 767px) {
    .filters-price {
        margin: 10px 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -webkit-box-align: start;
        align-items: flex-start; } }
.filters-price__title {
    padding-right: 15px; }
@media (max-width: 767px) {
    .filters-price__title {
        padding-right: 0;
        padding-bottom: 15px; } }
.filters-types {
    margin-bottom: 25px;
    display: -webkit-box;
    display: flex;
    width: 100%; }
@media (max-width: 767px) {
    .filters-types {
        flex-wrap: wrap; } }
.filters-types .checkbox {
    margin-right: 30px; }
@media (max-width: 767px) {
    .filters-types .checkbox {
        margin-bottom: 10px; } }
.filters__select {
    margin-top: 25px;
    padding: 20px;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    background: #FFF;
    border-radius: 20px;
    box-shadow: 0px -10px 30px rgba(49, 106, 123, 0.05); }
@media (max-width: 1199px) {
    .filters__select {
        padding: 0;
        border-radius: 0;
        box-shadow: none; } }
.filters__item {
    margin-right: 20px;
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 14px;
    border-bottom: 1px dashed #000; }
@media (max-width: 767px) {
    .filters__item {
        margin-right: 10px;
        font-size: 10px; } }
.filters__close {
    width: 8px;
    height: 8px;
    fill: #FC6E62; }
.filters__actions {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    align-items: center; }
@media (max-width: 959px) {
    .filters__actions {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -webkit-box-align: start;
        align-items: flex-start; } }
.filters__actions .btn {
    margin-top: 20px;
    margin-left: 15px; }
@media (max-width: 959px) {
    .filters__actions .btn {
        margin-left: 0; } }
.filters__actions .btn:first-child {
    margin-left: 0; }
.filters__group b {
    margin-right: 15px;
    font-size: 12px;
    font-weight: bold;
    line-height: 14px; }
.filters.active {
    display: -webkit-box;
    display: flex; }
.filters--stat {
    position: relative;
    top: 0;
    right: 0;
    margin-top: 0;
    padding: 0;
    display: -webkit-box;
    display: flex;
    width: 100%;
    border-radius: 0;
    box-shadow: none;
    -webkit-box-align: center;
    align-items: center; }
@media (max-width: 1199px) {
    .filters--stat {
        -webkit-box-align: start;
        align-items: flex-start;
        left: 0; } }
@media (max-width: 767px) {
    .filters--stat {
        left: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        width: 270px; } }

.filters--stat .select2-container--publishing:last-child,
.filters--stat .select2-container--year:last-child  {
    margin-right: 33px !important;
    margin-bottom: 15px !important;
}

.filters--stat .filters__date, .filters--stat .filters__input {
    margin-bottom: 15px; }
@media (max-width: 1199px) {
    .filters--stat .filters__date, .filters--stat .filters__input {
        margin-bottom: 15px; } }
@media (max-width: 767px) {
    .filters--stat .filters__date, .filters--stat .filters__input {
        width: 100%; } }
@media (max-width: 1199px) {
    .filters--stat .search-btn {
        margin-top: 6px; } }
@media (max-width: 767px) {
    .filters--stat .search-btn {
        margin-top: 0;
        position: absolute;
        top: 20px;
        right: 0; } }

.select2-container--year {
    margin-right: 30px;
    padding: 5px;
    font-size: 12px;
    line-height: 14px;
    color: #8B8B8B;
    background: url(../img/triangle1.svg) no-repeat right 15px center;
    background-color: #eaf0f1;
    border: 1px solid #eaf0f1;
    border-radius: 3px; }
@media (max-width: 1199px) {
    .select2-container--year {
        margin-right: 10px; } }
@media (max-width: 767px) {
    .select2-container--year {
        margin-bottom: 15px;
        width: 220px !important; } }
.select2-container--year .select2-search {
    display: none; }

.select2-container--status {
    margin-bottom: 15px;
    padding: 5px 5px 5px 35px;
    font-family: 'SF UI Display', sans-serif;
    font-size: 12px;
    font-weight: 300;
    line-height: 14px;
    color: #8B8B8B;
    background: url(../img/form-status.svg) no-repeat left 15px center, url(../img/triangle1.svg) no-repeat right 15px center;
    background-color: #eaf0f1;
    border: 1px solid #eaf0f1;
    border-radius: 3px; }
@media (max-width: 767px) {
    .select2-container--status {
        margin-bottom: 15px; } }
.select2-container--status .select2-search {
    display: none; }

.select2-container--publishing,
.select2-container--type-public {
    margin-right: 10px !important;
    margin-bottom: 15px;
    padding: 5px;
    background: url(../img/triangle1.svg) no-repeat right 15px center;
    background-color: #eaf0f1;
    border: 1px solid #eaf0f1;
    border-radius: 3px; }
@media (max-width: 1199px) {
    .select2-container--publishing,
    .select2-container--type-public {
        width: 345px !important; } }
@media (max-width: 767px) {
    .select2-container--publishing,
    .select2-container--type-public {
        width: 220px !important; } }
.select2-container--publishing:last-child,
.select2-container--type-public:last-child {
    margin-right: 0 !important; }

.select2-selection__choice {
    font-size: 12px; }

.select2-selection__rendered {
    padding-top: 7px;
    padding-left: 8px;
    display: -webkit-box !important;
    display: flex !important;
    flex-wrap: wrap;
    overflow: hidden;
    list-style: none;
    white-space: nowrap;
    text-overflow: ellipsis; }

.select2-selection__choice {
    position: relative;
    margin-right: 10px;
    padding-right: 20px;
    overflow: hidden;
    max-width: 310px;
    white-space: nowrap;
    text-overflow: ellipsis; }
.select2-selection__choice__remove {
    position: absolute;
    top: 0;
    right: 0;
    margin-left: 1px;
    font-size: 22px;
    font-weight: 500;
    line-height: 15px;
    color: #FC6E62; }

.select2-dropdown {
    top: -1px; }

.select2-search__field {
    margin-top: 0 !important;
    width: 100% !important;
    font-family: 'SF UI Display', sans-serif;
    font-size: 12px !important;
    line-height: 14px;
    color: #8B8B8B;
    background: #eaf0f1; }

.select2-dropdown {
    background-color: whitesmoke;
    border: 1px solid #f4f7f8; }

.select2-results__option {
    padding: 6px 15px;
    font-size: 12px;
    font-weight: bold;
    line-height: 14px;
    color: #5D5D5D;
    -webkit-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out; }
.select2-results__option:hover {
    color: #316A7B;
    background: rgba(49, 106, 123, 0.1); }

.select2-results__options {
    padding: 15px 0;
    overflow-y: scroll;
    max-height: 200px; }

.ui-datepicker {
    background: #eef3f5;
    border: 0;
    border-radius: 3px; }
.ui-datepicker-header {
    background: transparent;
    border: 0; }
.ui-datepicker-title {
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    text-align: center;
    letter-spacing: 0.1px;
    color: rgba(0, 0, 0, 0.6); }
.ui-datepicker .ui-state-default {
    font-size: 12px;
    font-weight: normal;
    line-height: 15px;
    text-align: center;
    letter-spacing: 0.4px;
    color: rgba(0, 0, 0, 0.87);
    background: transparent;
    border: none; }
.ui-datepicker .ui-datepicker-current-day {
    width: 10px;
    background: #FC6E62;
    border-radius: 33px; }
.ui-datepicker .ui-datepicker-current-day .ui-state-default {
    color: #FFF; }
.ui-datepicker .ui-datepicker-today {
    width: 10px;
    background: #316A7B;
    border-radius: 33px; }
.ui-datepicker .ui-datepicker-today .ui-state-default {
    color: #FFF; }
.ui-datepicker .ui-icon.ui-icon-circle-triangle-w {
    background: url(../img/arrow1.svg) no-repeat center; }
.ui-datepicker .ui-icon.ui-icon-circle-triangle-e {
    background: url(../img/arrow1.svg) no-repeat center;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
.ui-datepicker .ui-state-hover {
    background: transparent;
    border: 0; }
.ui-datepicker table thead th span {
    font-size: 12px;
    font-weight: normal;
    line-height: 15px;
    letter-spacing: 0.4px;
    color: rgba(0, 0, 0, 0.6); }
.ui-datepicker table tbody td {
    padding: 5px; }

.displays {
    margin: 25px 0 40px;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    width: 100%; }
@media (max-width: 767px) {
    .displays {
        margin: 25px 0; } }
.displays .display {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center; }
@media (max-width: 767px) {
    .displays .display {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column; } }
.displays .display__title {
    margin-right: 10px;
    font-size: 12px;
    line-height: 14px; }
@media (max-width: 767px) {
    .displays .display__title {
        position: absolute;
        top: 0;
        left: 0; } }
@media (max-width: 767px) {
    .displays .display--page {
        margin-top: 2px;
        position: relative;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row;
        -webkit-box-align: start;
        align-items: flex-start; } }
.displays .display--page .display__item {
    margin-right: 10px;
    padding: 3px;
    border: 0.5px solid rgba(196, 196, 196, 0.05);
    border-radius: 5px; }
@media (max-width: 767px) {
    .displays .display--page .display__item {
        margin-top: 20px; } }
.displays .display--page .display__item:hover {
    cursor: pointer;
    color: #FC6E62; }
.displays .display--page .display__item.active {
    color: #FFF;
    background: #316A7B; }
.displays--stat {
    margin: 0;
    width: initial; }

.cart-list {
    position: relative;
    width: calc(100% - 380px); }
@media (max-width: 1199px) {
    .cart-list {
        width: calc(100% - 280px); } }
@media (max-width: 959px) {
    .cart-list {
        width: 100%; } }
@media (max-width: 959px) {
    .cart-list .search {
        margin-top: 15px; } }
.cart-list__table {
    border-collapse: collapse; }
.cart-list__head {
    background: #F8F8F8; }
.cart-list__title {
    padding: 15px;
    font-size: 14px;
    font-weight: bold;
    line-height: 120%;
    color: #5D5D5D; }
@media (max-width: 767px) {
    .cart-list__title {
        padding: 10px 5px; } }
.cart-list__title--price {
    width: 190px; }
@media (max-width: 959px) {
    .cart-list__title--price {
        width: 120px; } }
@media (max-width: 767px) {
    .cart-list__title--price {
        width: 80px; } }
.cart-list__name {
    padding: 20px 15px;
    font-size: 11px;
    line-height: 120%; }
@media (max-width: 767px) {
    .cart-list__name {
        padding: 5px; } }
.cart-list__price {
    padding: 20px 15px;
    font-size: 14px;
    font-weight: bold;
    line-height: 17px;
    color: #316A7B; }
@media (max-width: 767px) {
    .cart-list__price {
        padding: 5px;
        font-size: 12px; } }
.cart-list__price b {
    margin-top: 15px;
    display: block;
    font-size: 11px;
    font-weight: 600;
    line-height: 120%;
    color: #000; }
.cart-list__collection {
    margin-top: 15px;
    font-size: 11px;
    line-height: 120%; }
.cart-list__collection a {
    color: #316A7B;
    border-bottom: 1px dashed #316A7B; }
.cart-list .cart-actions {
    position: relative;
    top: -30px;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center; }
@media (max-width: 959px) {
    .cart-list .cart-actions {
        top: 0; } }
@media (max-width: 767px) {
    .cart-list .cart-actions {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -webkit-box-align: start;
        align-items: flex-start;
        margin: 10px 0; } }
.cart-list .cart__count {
    margin-right: 50px;
    font-weight: bold; }
@media (max-width: 767px) {
    .cart-list .cart__count {
        margin-right: 0;
        margin-bottom: 10px; } }
.cart-list .cart__count span {
    color: #316A7B; }
.cart-list .cart__cost {
    margin-right: 50px;
    font-weight: bold; }
@media (max-width: 767px) {
    .cart-list .cart__cost {
        margin-right: 0;
        margin-bottom: 10px; } }
.cart-list .cart__cost span {
    color: #316A7B; }
@media (max-width: 1199px) {
    .cart-list .btn-filters {
        top: 89px;
    }
}

.pagination {
    margin-top: 60px;
    padding-bottom: 20px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center; }
@media (max-width: 1199px) {
    .pagination {
        margin-top: 10px; } }
.pagination__title {
    margin-right: 30px;
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
    color: #373434; }
@media (max-width: 767px) {
    .pagination__title {
        margin-right: 10px; } }
.pagination__prev {
    margin-right: 20px;
    padding: 7px 12px;
    width: 30px;
    height: 30px;
    background: #FFF;
    border-radius: 100%;
    box-shadow: 0px 0px 30px rgba(49, 106, 123, 0.15);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out; }
.pagination__prev:hover {
    opacity: .5; }
.pagination__next {
    margin-left: 20px;
    padding: 7px 12px;
    width: 30px;
    height: 30px;
    background: #FFF;
    border-radius: 100%;
    box-shadow: 0px 0px 30px rgba(49, 106, 123, 0.15);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out; }
.pagination__next:hover {
    opacity: .5; }
.pagination__link {
    padding: 0 5px;
    font-size: 16px;
    font-weight: 500;
    line-height: 19px; }
.pagination__link:hover {
    color: #FC6E62; }
.pagination__link.active {
    color: #316A7B; }

.page {
    margin-top: 20px; }
.page__descr {
    margin-top: 20px;
    display: inline-block;
    max-width: 636px;
    line-height: 140%;
    vertical-align: top; }
@media (max-width: 959px) {
    .page__descr {
        -webkit-box-ordinal-group: 3;
        order: 2; } }
.page__descr--full {
    max-width: 920px; }
@media (max-width: 959px) {
    .page__descr--full {
        -webkit-box-ordinal-group: 4;
        order: 3; } }
.page__text {
    margin-bottom: 40px;
    line-height: 140%; }
@media (max-width: 959px) {
    .page__text {
        font-size: 12px; } }
.page__picture {
    padding-left: 20px;
    width: calc(100% - 650px);
    height: 463px; }
@media (max-width: 959px) {
    .page__picture {
        width: 100%;
        height: 360px;
        -webkit-box-ordinal-group: 2;
        order: 1; } }
@media (max-width: 767px) {
    .page__picture {
        width: 232px;
        height: 236px; } }
.page__picture--support {
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    width: 952px;
    height: 697px; }
@media (max-width: 1199px) {
    .page__picture--support {
        top: 30px;
        right: -150px; } }
@media (max-width: 959px) {
    .page__picture--support {
        position: relative;
        width: 490px;
        height: 360px; } }
@media (max-width: 959px) {
    .page__picture--support {
        width: 250px;
        height: 185px; } }
.page__img {
    margin-right: 22px;
    border-radius: 20px;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1); }
@media (max-width: 767px) {
    .page__img {
        margin-right: 5px;
        width: 80px; } }
.page__quote {
    margin: 40px 0;
    font-size: 18px;
    font-weight: 200;
    line-height: 140%; }
.page__quote b {
    font-weight: bold; }
.page__link {
    margin-bottom: 10px;
    display: block;
    font-size: 12px;
    font-weight: bold;
    line-height: 140%;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out; }
.page__link:hover {
    color: #FC6E62; }
.page__icon {
    margin-right: 5px;
    width: 10px;
    height: 10px;
    fill: #316A7B; }

.cert {
    display: -webkit-box;
    display: flex; }
@media (max-width: 767px) {
    .cert {
        flex-wrap: wrap; } }
.cert__item {
    margin-right: 30px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center; }
@media (max-width: 767px) {
    .cert__item {
        margin-right: 0;
        margin-bottom: 20px; } }
.cert__image {
    margin-right: 30px;
    padding: 14px 57px;
    background: #FFF;
    border-radius: 5px;
    box-shadow: 0px 0px 30px rgba(49, 106, 123, 0.15); }
@media (max-width: 959px) {
    .cert__image {
        padding: 15px; } }
@media (max-width: 767px) {
    .cert__image {
        margin-right: 10px; } }
.cert__img {
    width: 63px;
    height: 92px;
    -o-object-fit: cover;
    object-fit: cover; }
.cert__name {
    font-size: 12px;
    font-weight: bold;
    line-height: 140%; }

.form {
    max-width: 370px;
    width: 100%; }
@media (max-width: 1199px) {
    .form {
        max-width: 300px; } }
@media (max-width: 767px) {
    .form {
        border-radius: 10px; } }
.form__title {
    padding: 35px 45px 20px;
    font-size: 16px;
    font-weight: bold;
    line-height: 120%;
    color: #373434; }
@media (max-width: 767px) {
    .form__title {
        padding: 20px;
        text-align: center; } }
.form__wrap {
    padding: 20px 44px 35px;
    border-top: 1px solid #F0F4F3; }
@media (max-width: 767px) {
    .form__wrap {
        padding: 20px; } }
.form__group {
    position: relative;
    margin-bottom: 15px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center; }
@media (max-width: 767px) {
    .form__group {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column; } }
.form__group--login:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    padding-left: 45px;
    background-image: url(../img/form-login.svg) !important;
    background-repeat: no-repeat;
    background-position: 20px;
    width: 16px;
    height: 16px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
.form__group--email:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    padding-left: 45px;
    background-image: url(../img/form-email.svg) !important;
    background-repeat: no-repeat;
    background-position: 20px;
    width: 16px;
    height: 16px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
.form__group--status:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    padding-left: 45px;
    background-image: url(../img/form-status.svg) !important;
    background-repeat: no-repeat;
    background-position: 20px;
    width: 16px;
    height: 16px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
.form__group--password:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    padding-left: 45px;
    background-image: url(../img/form-password.svg) !important;
    background-repeat: no-repeat;
    background-position: 20px;
    width: 16px;
    height: 16px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
.form__input {
    padding: 14px 23px 12px 43px;
    width: 100%;
    font-family: 'SF UI Display', sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 14px;
    letter-spacing: 0.02em;
    color: #595C61;
    background: #EAF0F2;
    border: 0;
    border-radius: 3px; }
.form__input:-webkit-autofill, .form__input:-webkit-autofill:hover, .form__input:-webkit-autofill:focus, .form__input:-webkit-autofill:active {
    -webkit-transition: background-color 5000s ease-in-out 0s;
    transition: background-color 5000s ease-in-out 0s;
    -webkit-text-fill-color: #373434 !important; }
.form__legal {
    margin-left: 30px;
    font-size: 8px;
    font-weight: 300;
    line-height: 140%; }
@media (max-width: 767px) {
    .form__legal {
        margin-top: 10px;
        margin-left: 0;
        text-align: center; } }
.form__legal a {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out; }
.form__legal a:hover {
    color: #FC6E62; }
.form--contacts {
    margin-top: 50px;
    max-width: 460px;
    width: 100%;
    background: #FFF;
    border-radius: 20px;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1); }
.form .password {
    position: relative; }
.form .password-control {
    position: absolute;
    top: 11px;
    right: 6px;
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../img/view.svg) 0 0 no-repeat; }
.form .password-control.view {
    background: url(../img/no-view.svg) 0 0 no-repeat; }

.stat {
    position: relative;
    margin-top: 15px; }
.stat__actions {
    margin-top: 50px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center; }
@media (max-width: 1199px) {
    .stat__actions {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -webkit-box-align: start;
        align-items: flex-start; } }
.stat__title {
    margin-bottom: 10px;
    font-size: 12px;
    font-weight: bold;
    line-height: 14px; }
.stat__tabs {
    padding: 9px 25px;
    display: -webkit-box;
    display: flex;
    overflow-x: scroll;
    background: rgba(49, 106, 123, 0.1); }
.stat__tab {
    position: relative;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 260px;
    width: 260px;
    font-size: 12px;
    line-height: 120%;
    cursor: pointer;
    color: rgba(0, 0, 0, 0.5); }
@media (max-width: 1199px) {
    .stat__tab {
        margin-right: 20px; } }
.stat__tab.active {
    color: black; }
.stat__tab.active:before {
    position: absolute;
    top: auto;
    bottom: -8px;
    left: 0;
    width: calc(100% - 20px);
    height: 2px;
    content: '';
    background: #FC6E62; }
.stat-btn__icon {
    width: 6px;
    height: 11px; }
.stat-btn__next {
    position: absolute;
    top: 32px;
    right: 5px;
    width: 6px;
    height: 11px; }
.stat-btn__prev {
    position: absolute;
    top: 36px;
    left: 5px;
    width: 6px;
    height: 11px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
.stat table {
    width: 100%;
    border-spacing: 0; }
.stat__head {
    background: #F8F8F8; }
.stat__head td {
    padding: 14px 25px;
    font-size: 14px;
    font-weight: bold;
    line-height: 120%;
    color: #5D5D5D; }
@media (max-width: 1199px) {
    .stat__head td {
        padding: 10px 5px;
        font-size: 12px; } }
.stat__body td {
    padding: 20px 0px 20px 25px;
    font-size: 12px;
    line-height: 14px;
    vertical-align: top;
    border-bottom: 1px solid #F8F8F8; }
@media (max-width: 1199px) {
    .stat__body td {
        padding: 10px 0px 10px 5px; } }
.stat__body td a {
    text-decoration: underline;
}
.stat__sort {
    width: 70px; }
.stat__name {
    width: 300px; }
.stat__isbn {
    width: 195px; }
.stat__author {
    width: 195px; }
.stat__publishing {
    width: 195px; }
@media (max-width: 1199px) {
    .stat-link {
        margin-bottom: 20px;
        display: block; } }
.stat-link__icon {
    margin-right: 5px;
    width: 10px;
    height: 10px;
    fill: #316A7B; }
.stat .table-wrap {
    overflow-x: scroll;
    max-width: 1140px; }
@media (max-width: 1199px) {
    .stat .table-wrap {
        max-width: 690px; } }
@media (max-width: 767px) {
    .stat .table-wrap {
        max-width: 270px; } }

.not-found {
    position: relative; }
.not-found__wrap {
    position: absolute;
    top: 170px;
    left: 60px; }
@media (max-width: 959px) {
    .not-found__wrap {
        top: 60px;
        left: 60px; } }
@media (max-width: 767px) {
    .not-found__wrap {
        position: relative;
        top: 0;
        left: 0; } }
.not-found__icon {
    padding: 30px 0;
    width: 1174px;
    height: 717px; }
@media (max-width: 959px) {
    .not-found__icon {
        width: 995px;
        height: 415px; } }
@media (max-width: 767px) {
    .not-found__icon {
        width: 270px;
        height: 225px; } }
.not-found__title {
    margin-bottom: 20px;
    font-size: 32px;
    font-weight: 200;
    line-height: 120%;
    color: #000000; }
@media (max-width: 767px) {
    .not-found__title {
        margin-bottom: 10px;
        font-size: 22px; } }
.not-found__text {
    margin-bottom: 40px;
    font-size: 24px;
    font-weight: bold;
    line-height: 120%;
    color: #000000; }
@media (max-width: 767px) {
    .not-found__text {
        margin-bottom: 20px;
        font-size: 18px; } }

.modal {
    position: fixed;
    z-index: 10;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%; }
.modal__overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.95); }
.modal__wrap {
    position: fixed;
    top: 50%;
    right: 0;
    left: 0;
    margin: 0 auto;
    padding: 80px 0 180px;
    display: -webkit-box;
    display: flex;
    width: 1140px;
    background: #FFFFFF;
    border-radius: 20px;
    box-shadow: 0px 0px 30px rgba(49, 106, 123, 0.15);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
@media (max-width: 1199px) {
    .modal__wrap {
        padding: 40px 0 90px;
        width: 720px; } }
@media (max-width: 767px) {
    .modal__wrap {
        padding: 20px 20px 70px;
        display: block;
        width: 270px; } }
.modal-close {
    position: absolute;
    top: 40px;
    right: 40px;
    display: block;
    cursor: pointer;
    background: transparent;
    border: 0; }
@media (max-width: 1199px) {
    .modal-close {
        top: 20px; } }
@media (max-width: 767px) {
    .modal-close {
        top: 10px;
        right: 10px; } }
.modal-close__icon {
    width: 15px;
    height: 15px;
    fill: #FC6E62; }
.modal__item {
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    width: 50%; }
@media (max-width: 767px) {
    .modal__item {
        width: 100%; } }
.modal__item--border:before {
    position: absolute;
    top: 0;
    left: 19px;
    width: 1px;
    height: 157px;
    content: '';
    background: #B7CBD1; }
@media (max-width: 1199px) {
    .modal__item--border:before {
        height: 120px; } }
@media (max-width: 767px) {
    .modal__item--border:before {
        display: none; } }
.modal__item--border:after {
    position: absolute;
    top: auto;
    bottom: 0;
    left: 19px;
    width: 1px;
    height: 157px;
    content: '';
    background: #B7CBD1; }
@media (max-width: 1199px) {
    .modal__item--border:after {
        height: 120px; } }
@media (max-width: 767px) {
    .modal__item--border:after {
        display: none; } }
.modal__item--border .or {
    position: absolute;
    top: 50%;
    left: 0;
    font-size: 24px;
    font-weight: 200;
    line-height: 120%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
@media (max-width: 1199px) {
    .modal__item--border .or {
        font-size: 22px; } }
@media (max-width: 767px) {
    .modal__item--border .or {
        display: none; } }
.modal__title {
    margin-bottom: 30px;
    max-width: 367px;
    font-size: 32px;
    font-weight: 200;
    line-height: 120%; }
@media (max-width: 1199px) {
    .modal__title {
        max-width: 300px;
        font-size: 24px; } }
@media (max-width: 767px) {
    .modal__title {
        font-size: 16px;
        text-align: center; } }
.modal__subtitle {
    margin-bottom: 15px;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.02em;
    color: #316A7B; }
@media (max-width: 767px) {
    .modal__subtitle {
        text-align: center; } }
.modal__bottom {
    position: absolute;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 25px 0;
    width: 100%;
    font-size: 17px;
    font-weight: 600;
    line-height: 20px;
    text-align: center;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #FFF;
    background: #316A7B;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px; }
@media (max-width: 1199px) {
    .modal__bottom {
        padding: 15px 0;
        font-size: 14px; } }
@media (max-width: 767px) {
    .modal__bottom {
        padding: 9px 0;
        font-size: 12px;
        line-height: 12px; } }
.modal__bg {
    position: absolute;
    z-index: -1;
    top: auto;
    right: 0;
    bottom: 0;
    width: 600px;
    height: 490px;
    pointer-events: none;
    background: url(../img/auth-bg.svg) no-repeat;
    border-bottom-right-radius: 20px; }
@media (max-width: 1199px) {
    .modal__bg {
        width: 380px;
        height: 350px;
        background-size: contain; } }
@media (max-width: 767px) {
    .modal__bg {
        display: none; } }
.modal--min .modal__wrap {
    padding: 40px;
    display: block;
    width: 450px; }
@media (max-width: 767px) {
    .modal--min .modal__wrap {
        padding: 20px;
        width: 270px; } }
.modal--register .modal__wrap {
    padding-bottom: 110px; }
@media (max-width: 1199px) {
    .modal--register .modal__wrap {
        padding-bottom: 70px; } }
.modal--login .modal__item:before {
    top: -50px; }
@media (max-width: 1199px) {
    .modal--login .modal__item:before {
        top: -20px; } }
.modal--login .modal__item:after {
    bottom: -50px; }
@media (max-width: 1199px) {
    .modal--login .modal__item:after {
        bottom: -20px; } }
.modal .checkbox {
    margin-bottom: 10px; }
@media (max-width: 767px) {
    .modal .btn-group {
        text-align: center; } }
.modal.open {
    display: block; }

.footer {
    padding: 50px 0 44px;
    background: #FFF; }
.footer__container {
    position: relative;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: start;
    align-items: flex-start; }
@media (max-width: 959px) {
    .footer__container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -webkit-box-align: center;
        align-items: center; } }
.footer__logo {
    margin-right: 122px;
    width: 168px;
    height: 26px; }
@media (max-width: 1199px) {
    .footer__logo {
        margin-right: 60px; } }
@media (max-width: 959px) {
    .footer__logo {
        margin-right: 0;
        margin-bottom: 38px; } }
.footer__menu {
    margin-top: 13px; }
@media (max-width: 959px) {
    .footer__menu {
        display: none; } }
.footer__legal {
    margin-top: 15px;
    margin-left: auto;
    display: block;
    font-size: 12px;
    line-height: 14px; }
@media (max-width: 1199px) {
    .footer__legal {
         } }
@media (max-width: 959px) {
    .footer__legal {
        margin-top: 0;
        margin-left: 0; } }
.footer__reserved {
    margin-top: 35px;
    margin-left: 295px;
    font-size: 12px;
    line-height: 14px;
    opacity: 0.6; }

@media (max-width: 1199px) {
    .footer__reserved {
        margin-left: 227px; } }

@media (max-width: 959px) {
    .footer__reserved {
        margin-top: 25px;
        margin-left: 0; } }
.footer__ip {
    margin-top: 35px;
    margin-left: 27px;
    font-size: 12px;
    line-height: 14px;
    color: rgba(0, 0, 0, 0.5); }
@media (max-width: 959px) {
    .footer__ip {
        margin-top: 25px;
        margin-left: 0; } }
.footer__develop {
    margin-top: 30px;
    margin-left: auto;
    display: block; }
@media (max-width: 959px) {
    .footer__develop {
        margin-left: 0; } }
.footer__develop svg {
    width: 180px;
    height: 22px;
    opacity: .3; }
.footer__develop svg:hover {
    opacity: 1; }
.footer__social {
    position: absolute;
    top: 65px;
    left: 0; }
@media (max-width: 1199px) {
    .footer__social {
        left: 6px; } }
@media (max-width: 959px) {
    .footer__social {
        position: relative;
        top: 0;
        margin-top: 30px; } }
.footer__social a {
    margin-right: 10px; }
.footer__social a:last-child {
    margin-right: 0; }
.footer__social svg {
    width: 13px;
    height: 13px;
    opacity: .5;
    -webkit-transition: all .3s;
    transition: all .3s; }
.footer__social svg:hover {
    opacity: 1; }

.hide {
    display: none !important; }

.no-scroll {
    overflow: hidden; }

.checkbox__input {
    display: none; }

.checkbox__input + .checkbox__label {
    font-size: 12px;
    line-height: 14px;
    cursor: pointer;
    color: #5D5D5D;
    -webkit-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out; }
.checkbox__input + .checkbox__label:hover {
    color: #FC6E62; }
.checkbox__input + .checkbox__label:before {
    margin: -3px 5px 0 0;
    display: inline-block;
    width: 15px;
    height: 15px;
    font-size: 16px;
    font-weight: bold;
    line-height: 16px;
    text-align: center;
    vertical-align: middle;
    content: "\2713";
    color: transparent;
    border-radius: 2px;
    box-shadow: 0px 0px 5px rgba(49, 106, 123, 0.4);
    -webkit-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out; }

.checkbox__input:checked + .checkbox__label {
    color: #000; }
.checkbox__input:checked + .checkbox__label:before {
    color: #FC6E62; }

.checkbox--small .checkbox__label {
    font-size: 11px;
    line-height: 13px; }

.radio {
    margin-right: 20px;
    cursor: pointer; }
@media (max-width: 1199px) {
    .radio {
        font-size: 12px; } }
@media (max-width: 767px) {
    .radio {
        margin-right: 10px;
        margin-bottom: 10px; } }
.radio__input {
    display: none; }
.radio__input + .radio__label {
    font-weight: 500;
    cursor: pointer; }
@media (max-width: 1199px) {
    .radio__input + .radio__label {
        font-size: 10px; } }
.radio__input + .radio__label:before {
    margin: -1px 5px 0 0;
    display: inline-block;
    width: 12px;
    height: 12px;
    font-size: 0;
    line-height: 12px;
    text-align: center;
    vertical-align: middle;
    content: "\26AB";
    border-radius: 50%;
    box-shadow: 0px 0px 5px rgba(49, 106, 123, 0.4);
    -webkit-transition: font-size ease .3s;
    transition: font-size ease .3s; }
.radio__input + .radio__label:hover {
    color: #FC6E62; }
.radio__input:checked + .radio__label {
    color: #316A7B; }
.radio__input:checked + .radio__label:before {
    font-size: 4px;
    color: #FC6E62; }

.error {
    margin-bottom: 10px;
    font-size: 12px;
    color: red; }

.select-category {
    display: none; }
@media (max-width: 959px) {
    .select-category {
        margin: 10px auto 0;
        display: block;
        max-width: 250px;
        text-align: center; } }


.add-to-favorites {
    color: #31697a;
    float: right; 
    font-size: 20px; 
    cursor: pointer;
}
.favorited {
    color: #FC6E62;
}
.add-to-favorites:hover,.favorited:hover {
    color: red;
}


.search-favorites {
    margin-left: 10px;
    padding: 8px;
    min-width: 30px;
    text-align: center; }
@media (max-width: 767px) {
    .search-favorites {
        margin-left: 5px; } }
.search-favorites__icon {
    width: 11px;
    height: 11px;
    font-size: 11px;
    line-height: 11px;}


.text-page h2 {
    text-align: left;
}

.text-page * + p, .text-page * + h2, .text-page * + ul {
    margin-top: 1rem;
}

.text-page a {
    text-decoration: underline;
}

.text-page ul {
    margin-left: 2em;
}