html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0;
    width: 100%;
}
main {
    display: block
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent;
    outline: none;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none;
    outline: none;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],
[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

*,
:after,
:before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

body {
    font-family: "Montserrat", sans-serif;
    background-color: #fff;
    font-weight: 500;
    font-size: 13px;
    line-height: 1.5;
    position: relative;
    color: #151515
}

body.withFixedHeader {
    padding-top: 140px
}

p {
    margin: 1em 0;
    line-height: 1.5em
}
p:first-child{
    margin-top: 0;
}

img {
    max-width: 100%;
    height: auto
}

a {
    color: #0c359c;
    text-decoration: none
}

a:hover {
    color: #151515
}
h1{
    font-weight: 600;
    font-size: 34px;
    line-height: 1.22em;
    margin: 0 0 1.176em;
}
h2 {
    color: #16254b;
    font-weight: 700;
    font-size: 32px;
    line-height: 1.12em;
    margin: 1em 0;
}
h3{
    font-size: 1.2em;
    font-weight: bold;
}
h3:first-child{
  margin-top: 0;
}
svg:not(:root) {
    overflow: hidden;
    vertical-align: middle
}

a,
button,
input,
textarea {
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s
}
.h3{
    font-weight: bold;
}
.col-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%
}

.mt-0 {
    margin-top: 0 !important
}
.mb-0{
    margin-bottom: 0!important;
}
.mt-60{
    margin-top: 60px;
}
.mt-35{
    margin-top: 35px;
}
.mb-35{
    margin-bottom: 35px!important;
}
.pb-0 {
    padding-bottom: 0 !important
}
.pb-35 {
    padding-bottom: 35px !important
}
.pb-60 {
    padding-bottom: 60px !important
}
.pt-0{
    padding-top: 0!important;
}
.wrapper {
    max-width: 1548px;
    margin: 0 auto
}
.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -16px;
    margin-right: -16px
}

.align-items-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
    align-items: center !important
}
.align-items-left {
    -ms-flex-align: left !important;
    -webkit-box-align: left !important;
    align-items: left !important
}
[class^=col-] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    padding: 0 16px;
    position: relative;
    min-height: 1px
}

.col-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    max-width: none
}

.col-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
}
.col-2 {
    -ms-flex: 0 0 16.666666%;
    -webkit-box-flex: 0;
    flex: 0 0 16.666666%;
    max-width: 16.666666%
}
.col-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
}

.d-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important
}

.flex-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    flex-direction: row-reverse !important
}

.flex-nowrap {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.js-collapsed-text {
    height:auto;
}
.js-collapsed-text>:not(:first-child) {
    display:none
}
.js-collapsed-text>p:nth-child(2), .js-collapsed-text>ul:nth-child(2) {
    display:block!important
}
.js-collapsed-text.active {
    height:auto!important
}
.js-collapsed-text.active>* {
    display:block!important
}
.jcont-spacebtw {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}
.jcont-end {
    -webkit-box-pack: flex-end;
    -ms-flex-pack: flex-end;
    justify-content: flex-end
}
.d-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important
}

.icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    fill: currentColor;
    transition: color 0.1s;
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.header {
    background: #fff;
    padding: 12px 0 24px;
    position: relative;
    z-index: 26
}
.header > .wrapper > .row{
    align-items: center;
    justify-content: flex-end;
}
.header_fixed {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    padding-bottom: 12px;
    -webkit-box-shadow: 0 4px 40px 0 rgba(20, 26, 178, 0.1);
    box-shadow: 0 4px 40px 0 rgba(20, 26, 178, 0.1);
}
.header_fixed div.top_right{
    flex-wrap: nowrap;
}
.header_fixed .logo img,
.header_withMenuOpened .logo img{
    width: 212px;
    height: auto;
}
.header_withMenuOpened .login_container,
.header_withMenuOpened .fav_container,
.header_withMenuOpened .menu-toggler_container{
    visibility: hidden;
}
.header .col-auto.logo{
    flex-shrink: 1;
}
.login_container{
    height: 56px;
    position: relative;
}
.login_container.user-authorized{
    width: 170px;
}
.header_fixed .cat_btn{
    max-width: 254px;
    font-size: 12px;
    padding: 0 16px;
}
.header_fixed .login_container{
    height: 48px;
}
.header_fixed .menu_top ul{
    gap: 32px;
}
.header_fixed .menu_top{
    order: 2;
    width: auto;
}
.header_fixed .login-link{
    order: 3;
}
.header_withMenuOpened .menu_top,
.header_withMenuOpened .top_right,
.header_withMenuOpened .cat_btn__cont,
.header_fixed .top_right{
    display: none
}
.header_fixed .menu_top__toggler{
    width: 32px;
    height: 32px;
    display: block;
    cursor: pointer;
}
.menu_top__toggler > span{
    display: block;
    width: 29px;
    height: 3px;
    border-radius: 3px;
    background: #0C359C;
    margin: 7px auto;
    transition: all 0.3s;
}
.menu_top__toggler.active > span:nth-child(1) {
    -webkit-transform: translateY(12px) rotate(45deg);
    -ms-transform: translateY(12px) rotate(45deg);
    transform: translateY(12px) rotate(45deg);
}
.menu_top__toggler.active > span:nth-child(2) {
    opacity: 0;
}
.menu_top__toggler.active > span:nth-child(3) {
    -webkit-transform: translateY(-8px) rotate(-45deg);
    -ms-transform: translateY(-8px) rotate(-45deg);
    transform: translateY(-8px) rotate(-45deg);
}
.header.header_withMenuOpened{
    padding-top: 24px;
    box-shadow: none;
    z-index: 13;
}
.header_fixed+.menu_overlay {
    position: absolute
}
.logout-link .icon.icon-toggle-usermenu{
    font-size: 10px;
    stroke: #151515;
    width: 12px;
    transition: all 0.3s;
    will-change: transform;
}
.logout-link.active .icon.icon-toggle-usermenu{
    transform: rotate(180deg);
}
.logout-link.active{
    min-width: 375px;
    position: absolute;
    right: 16px;
    top: 0;
    padding-top: 20px;
    height: auto!important;
    z-index: 1;
}
.logout-link.active .user-info-container{
    display: flex;
    flex-direction: row;
    column-gap: 24px;
}
.logout-link.active .profile-name{
    max-width: none;
    flex-grow: 1;
}
.fav_btn{
    font-size: 32px;
    color: #9AA0B1;
}
.fav_btn:hover{
    color: inherit;
}
#bx-panel+.header+.menu_overlay{
    top: 238px;
}
#bx-panel.bx-panel-folded+.header+.menu_overlay{
    top: 125px;
}
.hidden_item {
    display: none !important;
}
.header .wrapper,
.footer .wrapper {
    position: relative;
    max-width: 1760px;
    margin-left: 16px;
    margin-right: 16px;
}
.footer .footer-link{
    background: #252525;
    padding: 18px 20px;
    border-radius: 8px;
    color: #fff;
    gap: 7px;
}
.header .logo{
    max-width: 356px;
}
.logo img {
    height: auto;
    display: block;
}

.logo-dark {
    max-width: 260px;
    margin-bottom: 16px;
}

.nav_desktop.nav .nav_top__item:first-child{
    margin-left: 0;
}
.nav_desktop.nav .nav_top__item:last-child{
    margin-right: 0;
}

.nav-btn{
    width: 40px;
    height: 40px;
    line-height: 40px;
    position: absolute;
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, .3);
    box-shadow: 0 0 6px rgba(0, 0, 0, .3);
    text-align: center;
    cursor: pointer;
    z-index: 1;
    transition: all 0.2s;
    background: #fff;
    border-radius: 50%;
    top: 50%;
    margin-top: -42px;
    opacity: 0.5;
}
.nav-btn:hover{
    opacity: 1;
}
.nav-btn:hover .icon {
    fill: #c32420
}
.nav-btn .icon {
    fill: #000;
    height: 16px;
}
.slider .nav-btn--prev {
    left: -3px;
    margin-top: -26px;
}

.slider .nav-btn--next {
    right: -3px;
    margin-top: -26px;
}
.nav-btn--prev {
    left: 6px
}
.nav-btn--next {
    right: 6px
}
.menu_top{
    width: 100%;
    align-items: end;
    display: flex;
    justify-content: flex-end;
    margin-bottom: 8px;
}
.menu_top ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.menu_top ul > li > a {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    gap: 8px;
    color: #151515;
    font-weight: 600;
    white-space: nowrap;
    line-height: 1.22;
    padding: 12px 0;
    outline: none;
}
.menu_top ul li:hover a{
    color: #0c359c;
}
.menu_top ul li a .icon{
    font-size: 10px;
    transition: all 0.3s;
}
.menu_top ul li:hover a .icon{
    transform: rotate(180deg);
}
.menu_top ul {
    gap: 40px;
    position: relative;
}
.menu_top ul > li:hover .menu_top__submenu{
    display: block;
}
.menu_top__submenu{
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 20px 0;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 40px 0 rgba(20, 26, 178, 0.1);
    z-index: 1;
}
.menu_top__submenu a{
    display: block;
    padding: 20px 40px;
    color: #151515;
    line-height: 1.21;
}
.btn.btn--qmark{
    font-size: 13px;
    row-gap: 13px;
    height: auto;
    font-weight: 600;
    text-transform: none;
    background: #DE3F3B;
    flex-wrap: wrap;
    padding: 24px 20px;
    border-radius: 12px;
    margin-top: 29px;
}
.btn.btn--qmark .icon{
    font-size: 64px;
}
.btn--qmark span{
    width: 100%;
}
.close_menu_overlay{
    color: #80889B;
    position: absolute;
    top: -54px;
    right: 80px;
    font-size: 48px;
    width: 48px;
    height: 48px;
    cursor: pointer;
    transition: all 0.3s;
    will-change: color;
    text-indent: 99999px;
    overflow: hidden;
    background: #80889B;
    -webkit-mask: url(/local/templates/main_new/icons/close-modal.svg) no-repeat 50% 50%/24px;
    mask: url(/local/templates/main_new/icons/close-modal.svg) no-repeat 50% 50%/24px;
    -webkit-mask-size: 40px;
    mask-size: 40px;
}
.close_menu_overlay:hover{
    color: #0C359C;
    background: #0C359C;
}

div.top_right{
    flex-grow: 1;
    gap: 8px 20px;
    flex-direction: row;
    flex-wrap: wrap;
    flex-basis: 100%;
    justify-content: end;
    align-items: center;
}
.cat_btn {
    max-width: 292px;
    color: #fff;
    background: #0c359c;
    height: 56px;
    line-height: 56px;
    padding: 0 20px;
    text-transform: uppercase;
    border-radius: 8px;
    font-size: 14px;
    white-space: nowrap;
    font-weight: 700;
}
.cat_btn:hover{
    color: #fff;
    background-color: #0B276C;
}

.cat_btn .line {
    width: 18px;
    height: 3px;
    background-color: #fff;
    border-radius: 2px;
    display: block;
    margin: 5px 0 5px 8px;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    position: relative;
}
.cat_btn .line:before{
    content: "";
    position: absolute;
    left: -8px;
    top: 0;
    width: 5px;
    height: 3px;
    background: #fff;
    border-radius: 2px;
}

.menu_toggler {
    width: 25px;
    margin-right: 15px
}
#menu_btn__toggle.is-active{
    visibility: hidden;
}
.menu_overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, .8);
    top: 82px;
    z-index: 13;
    text-align: left;
}

.menu_ratings {
    position: absolute;
    left: 0;
    top: 0;
    padding-top: 64px;
    background: #fff;
    width: 100%;
    min-height: 960px;
    z-index: 27;
}
.menu_item > a > .icon.icon-regions{
    font-size: 24px;
    transform: translateX(5px);
    stroke: none;
}
.menu_item > a > .icon.icon-category-1504{
    stroke: none;
}

.menu_ratings .menu_subtitle {
    text-transform: none;
    font-weight: 400;
    background: #fff
}

.menu_ratings .menu_subtitle:hover {
    color: inherit
}
.menu_item.menu_item__level-3 a{
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    column-gap: 8px;
}
.year-label{
    background: #DE3F3B;
    color: #fff;
    font-size: 10px;
    border-radius: 12px;
    padding: 6px 8px 5px;
    line-height: 7px;
    font-weight: 600;
}
.year-label.year-label--alt{
    background: #E7EBF1;
    color: #626873;
}
@media screen and (min-width:993px) {
    .menu_ratings .menu_subtitle {
        display: none
    }
    .menu_item__level-1.active > span > .icon,
    .menu_item__level-1:hover > span > .icon{
        color: #DE3F3B
    }
}

.menu_ratings ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    font-size: 13px
}

.menu_ratings>ul {
    width: 20%;
    min-height: 576px;
}
.menu_ratings > .h2{
    width: 20%;
    margin: 0 0 29px;
    font-size: 26px;
    font-weight: 600;
    line-height: 1.21;
}
.menu_item__level-1>span{
    transition: all 0.2s;
    user-select: none;
}
.menu_ratings>ul>li:hover {
    cursor: pointer;
}

.menu_ratings>ul>li:not(.active)>ul,
.menu_ratings>ul>li:not(.active) .menu_ratings__inner {
    display: none
}
.menu_ratings>ul>li.active>span,
.menu_ratings>ul>li:hover>span{
    background: #F5F6F9
}

.menu_ratings>ul>li.active>ul,
.menu_ratings li.active .menu_ratings__inner {
    width: 80%;
    position: absolute;
    left: 20%;
    top: 0;
    padding: 57px 48px 48px 190px;
    cursor: default;
}
.menu_ratings__inner>ul{
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
    column-gap: 40px;
}
.menu_ratings__inner>ul>li{
    break-inside: avoid;
    margin-bottom: 56px;
}
.category_header{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: stretch;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 48px;
    gap: 24px;
}
.category_header__item{
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #80889B;
    border-radius: 80px;
    overflow: hidden;
    color: #80889B;
}
.category_header__item:hover,
.category_header__item.active{
    color: #DE3F3B;
    border-color: #DE3F3B;
    cursor: pointer;
}
.category_header__item .icon{
    font-size: 40px;
}
.category_header__item > a > span{

}
.menu_ratings__banner img{
    display: block;
    width: 40px;
}
.menu_ratings__banner span{
    display: block;
    overflow: hidden;
}
.menu_ratings__all{
    background: url(../img/q-label.svg) no-repeat 0 0;
    background-size: contain;
    display: block;
    width: 40px;
    height: 40px;
}
.menu_ratings__all:hover,
.menu_ratings__banner span:hover{
    color: #0c359c;
}
.menu_item__level-1>span,
.menu_item__level-1>a{
    padding: 20px 12px;
    cursor: pointer;
    display: block;
    color: #151515;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 12px;
    align-items: center;
}
.menu_item__level-2{
    max-width: 860px;
}
.menu_item__level-2 .category_header__item{
    display: none;
}
.menu_item__level-2 > a > .icon{
    margin-right: 8px;
    color: #DE3F3B;
}
.menu_item .menu_item__level-3 > a:hover{
    color: #0C359C;
}
.menu_item > span > .icon{
    font-size: 24px;
}
.menu_item > a > .icon{
    font-size: 32px;
    stroke: #de3f38;
    stroke-width: 0.4px;
}
.menu_ratings>ul>li.active>ul>li,
.menu_ratings li.active .menu_ratings__inner>ul>li{
    width: 100%
}

.menu_ratings>ul>li.active>ul>li>a:hover,
.menu_ratings li.active .menu_ratings__inner>ul>li>a:hover {
    color: #0c359c;
    cursor: pointer
}

.menu_ratings>ul>li.active>ul>li ul li,
.menu_ratings li.active .menu_ratings__inner li ul li {
    line-height: 1.21em;
    margin-bottom: 20px
}
.menu_ratings__inner a{
    color: #151515;
}
.category_list{
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%;
}
.category_list__item{
    padding-left: 52px;
}
.login-link{
    display: flex;
    max-width: 112px;
    gap: 8px;
    background: #E7EBF1;
    font-size: 13px;
    color: #151515;
    border-radius: 6px;
    padding: 0 16px;
    align-items: center;
    height: 56px;
    line-height: 56px;
    justify-content: space-between;
}
.logout-link{
    font-size: 13px;
    color: #151515;
    position: relative;
    background: #F5F6F9;
    border-radius: 8px;
    height: 56px;
    line-height: 56px;
    padding: 0 16px;
    width: 138px;
    transition: all 0.3s;
}
.logout-link:not(.active) .profile-link,
.logout-link:not(.active) .profile-info img{
    display: none;
}
.login-link:hover{
    background-color: #CFD7E5;
    color: #151515;
}
.login-link > span,
.header .profile-name{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 92px;
}
.profile-info{
    gap: 8px;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.logout-link.active .profile-name:hover{
    color: #0c359c;
}
.profile-info img{
    width: 48px;
    height: 48px;
    object-fit: cover;
    border-radius: 50%;
}
.profile-links{
    position: relative;
    right: 16px;
    flex-direction: column;
    gap: 24px;
    width: calc(100% + 32px);
    border-radius: 0 0 8px 8px;
    line-height: 1.5;
    height: 0;
    overflow: hidden;
}
.profile-links a{
    color: #151515;
    display: flex;
    flex-direction: row;
    column-gap: 8px;
    align-items: center;
}
.profile-links a:hover,
.logout-link .profile-links a:hover .icon{
    color: #0c359c;
}
.logout-link .profile-links .icon{
    color: #9AA0B1;
}
.logout-link.active .profile-links{
    height: auto;
    padding: 24px;
}
.profile-name{
    font-weight: 600;
    color: #151515;
}
.login-link .icon,
.logout-link .icon {
    color: #151515;
    font-size: 24px
}
.header .search_form{
    flex-grow: 1;
}
.header .search_form .formgroup{
    position: relative;
}
.textinput{
    border: none;
    height: 56px;
    line-height: 56px;
    border-radius: 8px;
    width: 100%;
    padding-left: 24px;
    box-shadow: none;
    outline: none;
    background: #F5F6F9;
    font-family: "Montserrat", sans-serif;
}
.textinput::placeholder{
    font-family: "Montserrat", sans-serif;
}
.inputcont{
    position: relative;
}
.inputcont .btn{
    width: 56px;
    height: 56px;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 0 8px 8px 0;
    line-height: 47px;
    padding: 0;
}
.inputcont .btn .icon{
    font-size: 24px;
}
.form-box{
    background: #F5F6F9;
    border-radius: 12px;
    padding: 24px 16px;
}
.search_form .textinput {
    height: 56px;
    line-height: 56px;
    width: 100%;
    padding-right: 56px;
    background: #F5F6F9;
    font-size: 13px;
}
.form_btn_icon{
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    width: 56px;
    height: 56px;
    text-align: center;
    border: none;
    background: none;
    display: block;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.form_btn_icon .icon-search{
    color: #80889B;
}
.filter_search{
    padding-right: 90px;
}
.textinput:focus,
.textinput:focus-visible,
.content_bg .textinput:focus,
.content_bg .textinput:focus-visible{
    border-color: #0c359c
}

.content {
    padding: 35px 0;
}

.content_bg {
    padding: 35px 0;
    background: #edf0f5;
    width: 100%;
}
#top-tab.content_bg{
    padding-top: 0;
    padding-bottom: 40px;
}
#top-tab #tab-list{
    background: #fff;
}
#top-tab #tab-list .tabs_item{
    margin: 0;
    padding: 16px 24px;
}
#top-tab #tab-list .tabs_item.active{
    background: #edf0f5;
}
#top-tab #tab-list .tabs_item a,
#top-tab #tab-list .tabs_item.active a{
    padding: 0;
    border: none;
}
.banner_top {
    position: relative;
    max-height: 492px;
}

.banner_top__item {
    color: #fff;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    align-items: center;
    height: 436px;
    overflow: hidden;
    position: relative;
    border-radius: 10px
}
.banner_top__item+.banner_top__item{
    visibility: hidden;
}
.slick-slide .banner_top__item+.banner_top__item{
    display: block;
}
.banner_top__item:hover {
    color: #fff
}

.banner_top__item span {
    display: block;
    align-self: flex-start;
}

.banner_top img {
    position: absolute;
    border-radius: 10px;
    z-index: 0;
    min-width: 100%;
    min-height: 100%;
    max-width: none;
    width: auto;
    height: 100%;
}

.banner_overlay {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(.28%, rgba(0, 0, 0, .2)), to(rgba(0, 0, 0, .5)));
    background: -o-linear-gradient(top, rgba(0, 0, 0, .2) .28%, rgba(0, 0, 0, .5) 100%);
    background: linear-gradient(180deg, rgba(0, 0, 0, .2) .28%, rgba(0, 0, 0, .5) 100%);
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    border-radius: 10px
}

.banner_title {
    font-size: 48px;
    font-weight: 700;
    position: relative;
    z-index: 2;
    padding-left: 107px;
    padding-right: 16px;
    max-width: 840px;
    line-height: 1em;
    text-shadow: 0 0 30px rgba(0, 0, 0, .6)
}

.banner_subtitle {
    font-weight: 700;
    z-index: 2;
    padding-left: 107px;
    max-width: 740px;
    margin: 16px 0 40px;
    text-shadow: 0 0 30px rgba(0, 0, 0, .6);
    line-height: 1.5em;
    padding-right: 16px
}

.banner_roubric {
    position: absolute;
    top: 10%;
    color: #fff;
    padding: 0 30px 0 107px;
    background: #c32420;
    height: 32px;
    line-height: 32px;
    border-radius: 0 6px 6px 0;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .3);
    box-shadow: 0 0 10px rgba(0, 0, 0, .3)
}

.slider {
    height: 100%;
}

.slider-item {
    height: 100%;
    background: #fff;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .1);
    box-shadow: 0 0 20px rgba(0, 0, 0, .1);
    border-radius: 10px;
    margin: 16px;
}
.slider .slider-item.no-footer{
    padding-bottom: 24px;
}
.slider-item_content {
    padding: 24px 36px 33px;
    position: relative;
    z-index: 1;
}
.slider-item+.slider-item{
    visibility: hidden;
}
.slick-slide .slider-item + .slider-item{
    visibility: visible;
}
.slick-slide .slider-item{
    margin: 0;
}
.slider-item_content h6 {
    font-weight: 700;
    font-size: 16px;
    margin: 0 0 1em
}
.slider-item_content .stars-decor{
    margin: 0 auto
}
.slider-item_count{
    font-size: 36px;
    font-weight: 800;
    color: #16254B;
    margin-right: 10px;
    line-height: 45px;
    margin-left: 12px;
}
.slider-item_title{
    color: #16254B;
    font-weight: 500;
}
.slider-item_title.large{
    font-size: 18px;
    margin: 10px auto 0;
    line-height: 21px;
}
.slider-item_count.large{
    font-size: 48px;
    margin: 20px 0 4px;
}
.slider-item.slider-item--image{
    border-radius: 10px;
}
.slider-item.slider-item--image a{
    display: block;
    overflow: hidden;
    height: 436px;
    border-radius: 10px;
    position: relative;
}
.slider .pagenav {
    margin-top: 8px
}
.slider_divider{
    height: 0;
    width: 88px;
    border-top: 1px solid #c4c4c4;
    margin: 5px auto 42px;
}
.icons-list_item{
    align-items: center;
}
.icons-list_item + .icons-list_item{
    margin-top: 36px;
}
.small_text {
    font-size: 14px
}
.slider-vdk-top{
    display: block;
    position: relative;
}
.slider-vdk-top img{
    position: absolute;
    left: 0;
    max-width: 100%;
    width: 100%;
}
.slider-vdk-top .slider-vdk-top_bg{
    left: 0;
    top: 0;
    object-fit: cover;
}
.slider-vdk-top .slider-vdk-top_main{
    top: 0;
    right: 0;
    left: auto;
}
.slider-vdk-top .slider-vdk-top_head{
    bottom: 78px;
    padding: 5%;
    max-width: 290px;
}
.slider-vdk-top .slider-vdk-top_footer{
    display: block;
    position: absolute;
    bottom: 0;
    padding: 14px;
    background: #fff;
    right: 0;
    left: 0;
    width: 100%;
}
.slider-vdk-top .slider-vdk-top_footer img{
    max-width: 320px;
    max-height: 70px;
    position: relative;
}
@media screen and (min-width: 391px) and (max-width: 767px){
    .slider-vdk-top .slider-vdk-top_main{
        max-width: 90%;
    }
    .slider-vdk-top .slider-vdk-top_head{
        bottom: 90px;
    }
}
@media screen and (min-width: 520px) and (max-width: 767px){
    .slider-vdk-top .slider-vdk-top_main{
        max-width: 80%;
        top: -50px;
    }
}
.quality_title {
    background: #0c9c57;
    padding: 15px 0 0 36px;
    position: relative;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.18;
    height: 60px;
    border-radius: 10px 10px 0 0;
}
.quality_title.blue{
    background: #3d5db0;
}
.quality_title.light-blue{
    background: #859acd;
}
.quality_title.dark-gray{
    background: #a7a7a7;
}
.quality_title.notext{
    height: 94px;
    padding: 8px 0 0;
    margin-bottom: 40px;
}
.quality_title img{
    margin: 0 auto;
}
.quality_title.red{
    background: #C32420;
}
.quality_title.one-line{
    padding-top: 0;
    line-height: 60px;
    height: 60px;
}
.q-count {
    font-size: 38px;
    line-height: 26px;
    margin-right: 10px
}

.q-label {
    position: absolute;
    right: -1px;
    top: -1px
}

.view_all {
    letter-spacing: 1px;
    font-weight: 700;
    cursor: pointer;
}
#page-text{
    line-height: 1.5em;
}
#page-text + .view_all{
    margin-top: 1em;
}
.view_all .icon {
    margin-left: 10px;
    width: 20px;
    margin-top: -3px;
}
.view_all .icon.narrow{
    width: 8px;
}
.block_header {
    margin-top: .6em;
    margin-bottom: 32px
}

.block_header>.row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.block_header h2 {
    margin: 0
}
.block_header h2 a{
    color: #16254b
}
.text_red {
    color: #c32420
}

.goods-list {
    margin-bottom: 2em
}

.goods-list_item {
    padding: 12px 0
}

.goods-list_item a {
    color: #000
}

.goods-list_item+.goods-list_item {
    border-top: 1px solid #e5e5e5
}

.goods-list_item span {
    font-size: 14px;
    color: #999
}

.goods-list_item span.green {
    color: #0c9c57
}

.goods-list_item__stars {
    width: 120px;
    padding-left: 20px;
}

.starrating.readonly {
    pointer-events: none
}

.starrating>input {
    display: none
}

.starrating>input:checked~label .icon-star {
    fill: #ffc803;
}

.starrating label {
    margin-bottom: 0;
    line-height: 19px;
    margin-left: 2px;
    margin-right: 2px
}

.starrating>label .icon-star,
.starrating>label .icon-star-stroke {
    color: #e5e5e5;
    font-size: 16px;
    width: 1em;
    height: 1em
}

.slider-ratings {
    margin-left: -6px;
    margin-right: -6px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-height: 230px;
}

.slider-ratings .nav-btn {
    top: 40%;
    margin-top: -42px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    opacity: 0.5;
}
.slider-ratings .nav-btn:hover{
    opacity: 1;
}

.slider-ratings .nav-btn--prev {
    left: -12px;
}

.slider-ratings .nav-btn--next{
    right: -12px;
}
.slider-ratings .nav-btn .icon{
    height: 16px;
}
.slider_readmore .nav-btn--prev{
    left: -20px;
}
.slider_readmore .nav-btn--next{
    right: -20px;
}
.compare-slider .card{
    padding-top: 25px;
}
.compare-popup .compare-list-wrapper{
    padding-top: 45px;
}

@media screen and (max-width:1599px) {
    .slider-ratings {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

.slider-ratings_item {
    padding: 0 6px;
    display: inline-block;
}

.slider-ratings_item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    overflow: hidden;
    position: relative;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    align-items: center;
}

.slider-ratings_item__overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(80, 80, 80, 0.65);
    display: block;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s
}

.slider-ratings_item:hover .slider-ratings_item__overlay {
    background: rgba(80, 80, 80, 0.8)
}

.slider-ratings_item:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.slider-ratings_item_img {
    display: block;
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f5f5f5
}

.slider-ratings_item img {
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    border-radius: 6px;
    height: auto;
    display: block;
    padding: 10px;
}

.slider-ratings_item__name {
    width: 100%;
    color: #000;
    font-weight: 600;
    margin-top: 1em;
    text-align: center;
    display: block;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    z-index: 9;
    padding-left: 3px;
    padding-right: 3px;
    position: relative
}
.pagenav {
    margin: 24px auto;
    list-style-type: none;
    padding: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.pagenav li {
    height: 3px
}

.pagenav button {
    border: none;
    color: transparent;
    font-size: 0;
    margin: 0 4px;
    background: #dce0ea;
    width: 64px;
    height: 3px;
    border-radius: 3px;
    display: block
}

.pagenav li.slick-active button {
    background: #96a2c0
}

.news_slider {
    margin-left: -16px;
    margin-right: -16px
}

.news_slider__item {
    display: block;
    padding-left: 16px;
    padding-right: 16px
}

.news_slider .nav-btn {
    top: 29%;
}
.news_slider .nav-btn--prev{
    left: -3px;
}
.news_slider .nav-btn--next{
    right: -3px;
}
.news_slider__img {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 137px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 8px;
    margin-bottom: .5em
}
@media screen and (max-width:1919px) {
    .menu_ratings>ul>li.active>ul,
    .menu_ratings li.active .menu_ratings__inner{
        padding-left: 150px;
    }
    .category_header{
        gap: 20px;
    }
}
@media screen and (max-width:1600px) {
    .news_slider__item .hide-on-lg{
        display: none
    }
    .news_slider__img {
        height: 180px
    }
    .header_fixed .menu_top ul{
        gap: 24px;
    }
    .header_fixed .cat_btn,
    .header_fixed .search_form .textinput,
    .header_fixed .login-link,
    .header_fixed .logout-link{
        height: 48px;
    }
    .header_fixed .logout-link{
        line-height: 48px;
        height: auto;
    }
    .header_fixed .form_btn_icon{
        width: 48px;
        height: 48px;
    }
    .header_fixed .search_form .textinput{
        padding-left: 16px;
    }
}

.news_slider__img img {
    max-width: 200%;
    min-width: 100%;
    min-height: 100%;
    visibility: hidden;
    height: 0;
    object-fit: cover;
}
.slick-slide .news_slider__img img {
    height: auto;
    visibility: visible;
}
.news_slider__roubric {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 12px;
    font-weight: 500;
    color: #c32420;
    border: 1px solid #c32420;
    border-radius: 3px;
    padding: 2px 5px;
    margin: 1em 0;
    line-height: 1em;
    letter-spacing: 1px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.news_slider__roubric:hover {
    color: #fff;
    background: #c32420
}

.news_slider__roubric:hover .icon {
    fill: #fff
}

.news_slider__roubric .icon {
    margin-left: 5px;
    fill: #c32420;
    height: 6px
}

.news_slider__name {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-weight: 500;
    line-height: 1.5em;
    color: #000;
    margin-bottom: 35px
}

.news_slider__name:hover {
    color: #979797
}

.news_slider__date {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 12px;
    color: #979797
}

.roubrics {
    margin: 35px 0 30px
}

@media screen and (max-width:1199px) {
    #details, #page-text{
        overflow-x: hidden;
    }
    .slider-ratings_item__name {
        font-size: 14px;
        line-height: 1.3em
    }
    div.rsk-logo {
        margin-top: 0;
    }
    .roubrics {
        margin-bottom: 35px
    }

}
@media screen and (min-width: 1025px) and (max-width:1199px) {
    .header .logo{
        max-width: 230px;
    }
    .header .logo img{
        max-width: 100%;
    }
    .cat_btn{
        font-size: 13px;
    }
}
.roubrics_header {
    margin-top: 50px
}

.roubrics_name {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1px
}

@media screen and (max-width:1199px) {
    .roubrics_name {
        margin-bottom: 35px
    }
    .menu_ratings{
        padding-bottom: 64px;
    }
}

.roubrics_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    color: #0c359c
}

.roubrics_item img {
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s
}

.roubrics_item:hover {
    color: #0c359c
}

.roubrics_item:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.roubrics_item .roubric_icon {
    margin: 1em 0
}

input[type=checkbox],
input[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

.banner_bottom {
    height: 100%;
    padding: 55px 50px;
    color: #fff;
    background: url(../img/banner_bottom.jpg) no-repeat 50% 50%;
    background-size: cover;
    border-radius: 10px;
    height: 100%
}
.filter_column-toggler{
    display: none;
}
@media screen and (max-width:1023px) {
    .noscroll .back-to-top{
        display: none;
    }
    .noscroll body{
        overflow: hidden;
    }
    .banner_bottom {
        padding: 35px
    }
    div.quality_title.notext{
        height: 60px;
        margin-bottom: 57px;
    }
    .quality_title.light-blue.notext img {
        width: 110px;
        margin: 5px auto;
    }
    .filter_column{
        display: none;
    }
    .filter_column-toggler{
        display: flex;
    }
    .filter_column.opened{
        display: block;
        position: fixed;
        top: 54px;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        background: #fff;
        z-index: 27;
        padding: 24px 20px 24px 16px;
        overflow-y: scroll;
    }
    .rate .mfp-close{
        right: 6px;
        left: auto;
        background: #9aa0b1;
    }
    .content_bg{
        padding-top: 21px;
    }
}
.banner_bottom h3 {
    margin-top: 0;
    font-size: 32px;
    line-height: 1.3em
}

@media screen and (max-width:1024px) {
    .banner_bottom h3 {
        font-size: 24px
    }
    .slider-ratings .pagenav button{
        width: 22px;
    }
    .footer_menu,
    .tablet-hide{
        display: none;
    }
    .footer .footer_apps{
        max-width: none;
        margin: 32px 0;
    }
    .footer .footer-link{
        flex: 1 0 auto;
    }
    .f-divider{
        margin-top: 16px;
    }
}

.subscr_form {
    background: #fff;
    border-radius: 10px;
    padding: 55px 50px 35px;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .1);
    box-shadow: 0 0 20px rgba(0, 0, 0, .1);
    height: 100%
}

@media screen and (max-width:1024px) {
    .subscr_form {
        padding: 35px
    }
}

.subscr_form h3 {
    margin-top: 0;
    font-size: 32px;
    line-height: 1.3em
}

@media screen and (max-width:1024px) {
    .subscr_form h3 {
        font-size: 24px
    }
}
.subscr_form__text p + p{
    margin-top: 12px;
}
.subscr_form__input {
    position: relative
}

.subscr_form__input .btn {
    border-radius: 0 6px 6px 0;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    height: 50px;
}
.subscr_form__input .btn:hover{
    background-color: #0B276C;
}
.banner_bottom .btn{
    height: 50px;
}

@media screen and (max-width:1024px) {
    .subscr_form__input .btn {
        position: static;
        border-radius: 6px;
        margin-top: 1em
    }
}

.subscr_form__input .textinput {
    width: 100%;
    padding: 0 10px 0 80px;
    background: url(../img/letter.svg) no-repeat 18px 50%;
    max-width: 310px;
    border-radius: 6px 0 0 6px;
}
.subscr_form__input .textinput:-internal-autofill-selected{
    padding-left: 24px;
}
.subscr_form__input .textinput:focus,
.subscr_form__input .textinput:focus-visible{
    border-color: #0c359c;
    box-shadow: none;
}
.btn {
    align-items: center;
    color: #fff;
    border-radius: 8px;
    background: #0c359c;
    border: none;
    cursor: pointer;
    display: inline-flex;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 700;
    height: 56px;
    justify-content: center;
    outline: 0;
    padding: 0 20px;
    text-transform: uppercase;
    text-align: center;
}

.btn:hover {
    background: #0B276C;
    color: #fff
}
.btn.btn-nobg{
    background: transparent;
    color: #0c359c;
    border: 2px solid #0c359c;
}
.btn.btn-nobg:hover{
    color: #c32420;
    border-color: #c32420;
}
.btn.disabled{
    background: #CFD7E5;
    cursor: default;
}
.slider .btn{
    font-size: 14px;
    padding-left: 12px;
    padding-right: 12px;
    width: auto;
    white-space: nowrap;
    font-weight: 600;
    height: 46px;
    line-height: 46px;
}
.footer {
    color: #626873;
    font-size: 12px;
}
.footer .wrapper{
    padding: 80px 0;
    border-top: 1px solid #CFD7E5;
}
.footer a {
    color: #0C359C;
    text-decoration: none
}
.footer a:hover {
    color: #979797
}
.f-contacts{
    font-size: 13px;
    display: flex;
    gap: 12px;
    flex-direction: column;
    margin-bottom: 24px;
}
.box .f-contacts{
    margin-bottom: 0;
}
.f-contacts .icon{
    font-size: 40px;
    flex-shrink: 0;
}
.f-contacts > .d-flex{
    gap: 12px;
}
.f-divider{
    border-top: 1px solid #CFD7E5;
    margin: 40px 0;
}
.f-menu-special a{
    border: 1px solid #626873;
    border-radius: 100px;
    padding: 8px 12px;
    display: inline-block;
}
.f-menu-special a:hover{
    border-color: #979797
}
.footer p {
    color: #9AA0B1;
    margin: 0 0 16px 0;
}
.footer_menu {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.footer_menu li {
    margin: 0 0 16px 0;
}
.footer_menu a{
    color: #626873;
}
.footer .h5{
    color: #626873;
    margin-bottom: 24px;
}
.footer .social,
.b-contacts .social {
    padding: 0;
    list-style: none;
    margin: 0;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
}
.footer .social li,
.b-contacts .social li{
    margin: 0;
    flex-shrink: 0;
}
.footer .social li a,
.b-contacts .social li a{
    display: inline-flex;
    color: #626873;
    align-items: center;
    justify-content: center;
}
.footer .social li .icon,
.b-contacts .social li .icon {
    font-size: 40px;
    width: 1em;
    height: 1em;
}
.footer .h4 {
    font-size: 13px;
    margin-bottom: 1em;
    font-weight: 600;
    text-transform: none;
    letter-spacing: 0;
}
.footer_images{
    display: flex;
    flex-direction: row;
    align-items: start;
    justify-content: space-between;
    gap: 12px;
}
.footer .h5 {
    font-size: 13px;
    font-weight: 600;
}
.footer_apps{
    max-width: 500px;
    margin: 0 0 0 auto;
}
.footer-subscr{
    gap: 10px;
    margin-bottom: 24px;
}
.footer-subscr .form-control{
    height: 47px;
    font-size: 12px;
}
.footer-subscr .btn{
    height: 47px;
    font-size: 12px;
}
.footer .control{
    font-size: 12px;
    line-height: 1.3;
    cursor: default;
}
.footer__subscr-checkbox:checked + .control__indicator{
    background: url(/local/templates/main_new/img/check-icon.svg) no-repeat 50% 50% #0C359C;
}
.rsk-logo {
    margin: 65px 0 0
}
.soc-icon {
    margin-left: 21px;
    display: inline-block;
    vertical-align: middle;
    width: 66px;
    height: 66px;
    line-height: 60px;
    text-align: center;
    border-radius: 50%;
    border: 3px solid #fff
}
.soc-icon:hover {
    border-color: #00b8cf
}
.soc-icon:hover svg {
    fill: #00b8cf
}
.soc-icon svg {
    width: 38px;
    height: 38px;
    vertical-align: middle;
    fill: #fff
}
div.login-popup {
    max-width: 530px;
    width: auto;
    background-color: #fff;
    margin-left: auto;
    margin-right: auto;
    padding: 40px;
    position: relative;
    border-radius: 12px;
}
div.login-popup h2{
    font-size: 20px;
    margin: 0;
    font-weight: 600;
}
div.login-popup .login-popup__msg{
    font-size: 13px;
    line-height: 150%;
    margin-top: 32px;
}
.tabs {
    padding: 0;
    margin-bottom: 40px;
    border-bottom: 1px solid #e1e1e1;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    list-style-type: none
}
.content_bg .tabs{
    border: none;
}
div.login-popup .navigation-tabs{
    padding: 0;
    margin-bottom: 24px;
}
div.login-popup .navigation-tabs li{
    width: 50%;
}
div.login-popup .navigation-tabs li{
    list-style-type: none;
    padding: 0 32px 16px;
    cursor: pointer;
}
.tabs{
    column-gap: 40px;
}
.tabs li{
   list-style-type: none;
    padding: 0 0 12px;
    cursor: pointer;
}
.tabs li.active{
    border-bottom: 2px solid #0c359c;
    padding-bottom: 10px;
}
.login-popup .navigation-tabs li.active{
    border-bottom: 3px solid #0c359c;
    padding-bottom: 13px;
}

.login-popup .navigation-tabs li.active a,
.tabs li a{
    color: #000
}

.login-popup .navigation-tabs li a {
    color: #000;
}

.login-popup .navigation-tabs li a:hover {
    color: #0c359c
}

.login-popup .social {
    padding: 0;
    margin: 0;
    flex-direction: row;
    align-items: center;
    gap: 24px;
}

.login-popup .social li {
    list-style-type: none;
    text-align: center;
    margin: 0;
}

.login-popup .social li a {
    width: 40px;
    height: 40px;
    border-radius: 40px;
    background: #9AA0B1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}
.login-popup .social li a:hover{
    background: #0c359c;
    color: #fff;
}
.login-popup .social li a .icon {
    font-size: 24px
}
.login-popup .btn{
    min-width: 120px;
}
.social-login {
    margin-top: 24px;
    display: flex;
    flex-direction: row;
    gap: 24px;
}
.social-login > span:first-child{
    display: none;
}
.form-group {
    margin-bottom: 2em;
    position: relative;
}

.form-group label {
    margin-bottom: .5em;
    display: block;
    color: #80889B;
    font-size: 12px;
}

.form-control {
    display: block;
    width: 100%;
    padding: 18px 20px;
    font-size: 1rem;
    line-height: 1.5;
    color: #151515;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #CFD7E5;
    -webkit-transition: border-color .2s ease-in-out, -webkit-box-shadow .2s ease-in-out;
    transition: border-color .2s ease-in-out, -webkit-box-shadow .2s ease-in-out;
    -o-transition: border-color .2s ease-in-out, box-shadow .2s ease-in-out;
    transition: border-color .2s ease-in-out, box-shadow .2s ease-in-out;
    transition: border-color .2s ease-in-out, box-shadow .2s ease-in-out, -webkit-box-shadow .2s ease-in-out;
    border-radius: 8px
}

.form-control:focus,
.form-control:focus-visible {
    outline-color: #0c359c
}

.login-popup .accordion-item:not(.active) {
    display: none
}

.col-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}

.col-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%
}

.col-8 {
    -ms-flex: 0 0 66.666666%;
    -webkit-box-flex: 0;
    flex: 0 0 66.666666%;
    max-width: 66.666666%
}
.col-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%
}
.table-of-contents{
    margin-bottom: 40px;
}
.table-of-contents .title{
    margin-top: 0;
    font-size: 16px;
    cursor: pointer;
    font-weight: 600;
    color: #151515;
    margin-bottom: 20px;
}
.table-of-contents.automatic .list{
    height: 0;
    overflow: hidden;
    transition: all 0.3s;
}
.table-of-contents.automatic.expand .list{
    overflow: visible;
    height: auto;
}
.table-of-contents.automatic .icon{
    transform: rotate(90deg);
    transition: all 0.3s;
    margin-left: 8px;
    font-size: 22px;
}
.table-of-contents.automatic.expand .icon{
    transform: rotate(-90deg);
}
#details ul,
#page-text ul,
#details ol{
    padding: 0;
    margin: 0 0 1em;
    line-height: 1.5em;
    list-style-type: none;
}
#details ul,
#page-text ul{
    padding-left: 20px;
}
#details .table-of-contents ul,
.table-of-contents ul{
    padding-left: 0;
}
#details ol{
    counter-reset: numbered-counter;
    margin-left: 0;
    padding-left: 34px;
}
#details ol li{
    counter-increment: numbered-counter;
    position: relative;
    padding: 0;
    font-size: 13px;
    line-height: 150%;
}
#details ol > li:before{
    content: counter(numbered-counter);
    color: #fff;
    background: #0C359C;
    border-radius: 50%;
    font-size: 1em;
    line-height: 30px;
    font-weight: 600;
    text-transform: none;
    margin-bottom: 0.5em;
    margin-right: 10px;
    display: inline-block;
    min-width: 30px;
    margin-bottom: 0;
    vertical-align: baseline;
    text-align: center;
    margin-left: -34px;
    aspect-ratio: 1/1;
}
#details ul li + li{
    margin-top: 8px;
}
#details ol li + li{
    margin-top: 12px;
}
#details ul li,
#page-text ul li{
    list-style-type: none;
    font-size: 13px;
    line-height: 150%;
}
#details ul li:before,
#page-text ul li:before{
    content: "•";
    display: inline-block;
    font-size: 1em;
    line-height: 24px;
    text-transform: none;
    margin-bottom: 0.5em;
    display: inline-block;
    min-width: 12px;
    margin-bottom: 0;
    vertical-align: baseline;
    margin-left: -12px;
}
#details ol ul{
    margin-top: 12px;
}
.table-of-contents .list li:before,
#details .table-of-contents .list li:before{
    position: absolute;
    content: "";
    left: 0;
    top: 0.5em;
    width: 7px;
    height: 7px;
    min-width: 7px;
    margin: 0;
    background: #c32420;
}
#details > :first-child{
    margin-top: 0;
}
.table-of-contents ul li,
#details .table-of-contents ul li,
#details .table-of-contents ol li{
    cursor: pointer;
    position: relative;
    padding-left: 24px;
}
#details p,
#details ul,
#details ol{
    margin-bottom: 24px;
}
#details .section__title{
    font-size: 26px;
    margin: 0 0 58px 0;
}
#details h2{
    font-size: 20px;
    line-height: 150%;
    margin: 0 0 32px  0;
}
#details ul + h2,
#details ol + h2,
#details p + h2,
#details table + h2,
#details .big-quote h2{
    margin-top: 64px;
}
#details h3{
    font-size: 1.2em;
    line-height: 1.5em;
    letter-spacing: 1.12px;
    font-weight: bold;
    color: #000;
    margin: 1em 0 0;
}
.table-of-contents .list li:hover{
    color: #0c359c;
}
#details li a{
    color: #000;
}
#details li a:hover{
    color: #0c359c
}
#details li p:first-child,
#page-text li p:first-child{
    display: inline;
}
#details .subsection:not(:last-child){
    margin-bottom: 64px;
}
#details .subsection *:last-child{
    margin-bottom: 0;
}
@media screen and (max-width: 767px){
    #details .subsection{
        border-bottom: 1px solid #CFD7E5;
    }
    #details .subsection:not(:last-child),
    #details .subsection *:last-child,
    #details .subsection__title{
        margin-bottom: 24px;
    }
    #details .subsection__title p:last-child{
        margin: 0;
    }
}
.subsection__title{
    display: flex;
    column-gap: 20px;
    cursor: pointer;
}
.subsection__title,
#details .subsection__title{
    font-size: 20px;
    font-weight: 600;
}
.subsection__title p,
#details .subsection__title p{
    margin: 0;
}
.subsection__title:before{
    content: '';
    display: block;
    width: 32px;
    height: 32px;
    aspect-ratio: 1/1;
    border: 2px solid #151515;
    border-radius: 50%;
    background: url(../icons/select.svg) no-repeat center center / 13px 8px;
    transform: rotate(180deg);
    transition: all .2s;
}
@media screen and (max-width: 767px){
    .subsection__title{
        justify-content: space-between;
    }
    .subsection__title,
    #details .subsection__title{
        font-size: 16px;
    }
    .subsection__title:before{
        order: 1;
    }
}
.subsection__title.subsection__title--collapsed:before{
    transform: rotate(0);
}
.subsection__text div:has(ul),
.subsection__text div:has(ol){
    margin: 24px 0;
}
.table-rating{
    width: 100%;
    max-width: 100%;
    background-color: transparent;
    font-size: 12px;
    border-spacing: 0;
    border-collapse: collapse;
    margin: 32px 0;
}
.table-rating th,
.table-data th,
.table-rating td,
.table-data td{
    font-size: 1em;
    line-height: 160%;
    padding: 1.231rem 0.769rem;
    vertical-align: top;
}
.table-rating.table-vitamins td{
    padding: 0.4rem;
}
.table-rating.text-left td,
.table-rating.text-left th,
.table-data.text-left td{
    text-align: left;
}
.table-rating thead,
.table-data thead{
    text-transform: uppercase;
    font-weight: bold;
}
.table-rating thead th,
.table-data thead th{
    text-align: left;
    font-size: 20px;
    padding: 8px 0 8px 56px;
    background: url(/local/templates/main/img/rsk-emblem.svg) no-repeat 0 50%;
    min-height: 42px;
}
.table-rating thead th p{
    margin: 0;
}
.table-data tr > th:first-child{
    text-align: left;
}
.table-data th.pb-18,
.table-rating th.pb-18{
    padding-top: 18px;
    padding-bottom: 18px;
}
.table-rating td,
.table-data td{
    border-bottom: 1px solid #CFD7E5;
    border-top: 1px solid #CFD7E5;
}
.password-strength {
    position: relative;
}
#password-strength {
    display: block;
    position: relative;
    font-size: 0;
    top: 2px;
    margin-top: -24px;
    margin-bottom: 50px;
    margin-left: 4px;
    margin-right: 4px;
}
.password-strength .box div.bar-text {
    position: absolute;
    width: auto;
    height: auto;
    color: #333;
    text-align: center;
    font-size: 11px;
    letter-spacing: 1px;
    bottom: -20px;
    z-index: 3;
    line-height: 13px;
    white-space: nowrap;
}
.password-strength .box{
    border: none;
    padding: 0;
    border-radius: 0;
    gap: 0;
}
.box.box1, .password-strength .box.box1 div.bar {
    -webkit-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;
}
.password-strength .normal .box.box1 div.bar-text {
    color: #c32420;
}
.password-strength .strong .box.box1 div.bar-text {
    color: #2d98f3;
}
.password-strength .vstrong .box.box1 div.bar-text {
    color: #249d1e;
}
.password-strength .medium .box.box1 div.bar-text {
    color: #e66c2c;
}
.password-strength .normal .box.box1 div.bar {
    background: red;
    width: 100%;
}
.password-strength .medium .box.box1 div.bar,
.password-strength .medium .box.box2 div.bar {
    background: #e66c2c;
    width: 100%;
}
.password-strength .strong .box.box1 div.bar,
.password-strength .strong .box.box2 div.bar,
.password-strength .strong .box.box3 div.bar {
    background: #2d98f3;
    width: 100%;
}
.password-strength .vstrong .box.box1 div.bar,
.password-strength .vstrong .box.box2 div.bar,
.password-strength .vstrong .box.box3 div.bar,
.password-strength .vstrong .box.box4 div.bar {
    background: #249d1e;
    width: 100%;
}
.password-strength .box {
    position: relative;
    width: 25%;
    height: 4px;
    display: inline-block;
    background-color: #e4e4e4;
    text-align: center;
}
.password-strength .box div.bar {
    position: absolute;
    width: 0%;
    height: 100%;
    z-index: 2;
    -o-transition: 1s;
    -webkit-transition: 1s;
    transition: 1s;
}
@media (max-width: 1199px){
    .table-rating.table-responsive{
        display: block;
    }
}
.content_bg .table-rating td,
.content_bg.table-data td{
    border-color: #efefef;
}
.table_footnote{
    margin-bottom: 40px;
    font-size: 12px;
    border-top: 3px solid #0c339f;
    position: relative;
    padding: .25rem 0 0 0;
}
.table_footnote:before{
    content: "";
    position: absolute;
    left: 0;
    top: -3px;
    width: 10%;
    height: 3px;
    background: #c32420
}
#details .table_footnote li::before{
    margin-left: 0;
}
.table-rating caption {
    text-align: left;
    font-size: 20px;
    padding: 8px 0 8px 56px;
    background: url(/local/templates/main/img/rsk-emblem.svg) no-repeat 0 50%;
    min-height: 42px;
    line-height: 1.3em;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 2.462rem;
    caption-side: top;
    color: #000;
    max-width: 100vw;
}
td.val_verybad {
    background: #E82E46!important;
}
td.val_bad {
    background: #FFA3AF!important;
}
td.val_medium {
    background: #fff799!important;
}
td.val_good {
    background: #a4d49d!important;
}
.table-rating + ul .val_verybad:before, ul.table_footnote .val_verybad:before {
    background: #E82E46!important;
}
.table-rating + ul .val_bad:before, ul.table_footnote .val_bad:before {
    background: #FFA3AF!important;
}
.table-rating + ul .val_medium:before, ul.table_footnote .val_medium:before {
    background: #fff799!important;
}
.table-rating + ul .val_good:before, ul.table_footnote .val_good:before {
    background: #a4d49d!important;
}
.table-rating + ul, ul.table_footnote {
    margin-bottom: 40px!important;
    border-top: 3px solid #0c339f!important;
    position: relative!important;
    padding: 10px 0 0 0!important;
    list-style-type: none!important;
    color: #222!important;
}
.table-rating + ul li, ul.table_footnote li {
    position: relative!important;
    padding-left: 30px!important;
    line-height: 1.3em!important;
    margin-bottom: 10px!important;
    font-size: 14px!important;
}
.table-rating + ul span:before, ul.table_footnote li:before {
    content: ''!important;
    position: absolute!important;
    left: 0!important;
    top: 0!important;
    width: 1.3em!important;
    height: 1.3em!important;
    background: none!important;
}
.ask_form{
    padding: 24px 16px;
    border-radius: 12px;
}
.ask_form--filled{
    background: #F5F6F9;
    border: none;
}
.ask_form--filled .form-control{
    border: none;
}
#helpForm .row{
    row-gap: 40px;
}
.ask_form .input-label{
    display: block;
    font-size: 12px;
    color: #80889B;
    margin-bottom: 4px;
}
.ask_form p{
    color: #80889B;
    margin: 0 0 40px;
}
.ask_form .control {
    color: #80889B;
    font-style: italic;
    font-size: 13px;
    margin-bottom: 12px;
}
.ask_form .section__title{
    line-height: 1.22;
    margin: 0 0 24px;
}
.ask_form .form-left {
  gap: 24px;
}
.ask_form .form-right textarea {
  flex-grow: 1;
}
.ask_form .form-right > div{
    height: 100%;
    display: flex;
    flex-direction: column;
}
.ask_form .btn.question___button{
      width: 226px;
    align-self: end;
}

@media (min-width:641px) {
  .ask_form{
    padding: 24px
  }
}
@media (min-width:1441px) {
  .ask_form{
    padding: 40px
  }
}

@media (min-width:769px) and (max-width:843px){
    .header_fixed .logo img,
    .header_withMenuOpened .logo img{
        width: 180px;
    }
    .header .search_form{
        max-width: 210px;
    }
}
@media (min-width:480px){
    .col-sm-2 {
        -ms-flex: 0 0 16.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }
    .col-sm-3 {
        -ms-flex: 0 0 25%;
        -webkit-box-flex: 0;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-sm-4 {
        -ms-flex: 0 0 33.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
    .col-sm-6 {
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-sm-8 {
        -ms-flex: 0 0 66.666666%;
        -webkit-box-flex: 0;
        flex: 0 0 66.666666%;
        max-width: 66.666666%
    }
    .col-sm-10{
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
}
@media (min-width: 481px) {
    .xs-only {
        display: none
    }
}
@media (max-width: 640px) {
    .header div.top_right{
        padding-left: 20px;
    }
    .header div.login_container{
        padding: 16px;
        left: 0;
    }
}
@media (min-width: 641px) {
    .header .wrapper{
        margin-left: 40px;
        margin-right: 40px;
    }
    .rating-id .wrapper{
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media (min-width: 641px) and (max-width: 767px){
    div.top_right{
        left: -40px;
        padding-left: 40px;
    }
}
@media (width: 768px) {
    div.logo img{
        width: 290px;
    }
    .header .search_form{
        max-width: 190px;
    }
    .header_fixed .login_container.user-authorized{
        width: auto;
    }
    .header_fixed .logout-link{
        width: 112px;
    }
}
@media (min-width: 768px) {
    .menu-toggler_container{
        display: none;
    }
    .header:not(.header_fixed) div.top_right{
        display: flex!important;
    }
    .header.header_fixed .menu-toggler_container{
        display: block;
    }
    .logout-link.active .user-info-container{
        padding-left: 8px;
    }
    .logout-link__toggle{
        width: 40px;
        margin: 0 -16px 0 0;
        text-align: right;
        padding-right: 16px
    }
    .logout-link.active .icon.icon-toggle-usermenu{
        margin-top: -40px;
    }
    .col-md-2 {
        -ms-flex: 0 0 16.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }
    .col-md-3 {
        -ms-flex: 0 0 25%;
        -webkit-box-flex: 0;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-md-6 {
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-md-8 {
        -ms-flex: 0 0 66.666666%;
        -webkit-box-flex: 0;
        flex: 0 0 66.666666%;
        max-width: 66.666666%
    }
    .col-md-9 {
        -ms-flex: 0 0 75%;
        -webkit-box-flex: 0;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-md-10 {
        -ms-flex: 0 0 83.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }
    .col-md-12 {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%
    }

    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        -webkit-box-flex: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-md-auto {
        -ms-flex: 0 0 auto;
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }
}
@media (min-width: 768px) and (max-width: 1199px){
    div.small_banner .pagenav{
        margin-top: 32px;
    }
    .news_slider .nav-btn{
        top: 32%;
    }
    .menu_overlay{
        top: 94px;
    }
    .menu_ratings .close_menu_overlay {
        top: -56px;
    }
     .header.header_withMenuOpened .search_form{
        max-width: none;
    }
}
@media (min-width:1024px) and (max-width: 1200px){
    .header_fixed .logo,
    .header_fixed .cat_btn__cont,
    .header_fixed .search_form{
        padding-right: 0;
    }
}
@media (min-width:1024px) {
    .col-lg-12 {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%
    }
    .col-lg-9 {
        -ms-flex: 0 0 75%;
        -webkit-box-flex: 0;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-lg-8 {
        -ms-flex: 0 0 66.666666%;
        -webkit-box-flex: 0;
        flex: 0 0 66.666666%;
        max-width: 66.666666%
    }

    .col-lg-6 {
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
    .col-lg-3 {
        -ms-flex: 0 0 25%;
        -webkit-box-flex: 0;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-lg-2 {
        -ms-flex: 0 0 16.666666%;
        -webkit-box-flex: 0;
        flex: 0 0 16.666666%;
        max-width: 16.666666%
    }
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        -webkit-box-flex: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-lg-auto {
        -ms-flex: 0 0 auto;
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }
    .filter_column .mfp-close,
    .reset_btn_cont .hide-on-lg{
        display: none;
    }
    .content-top-banner{
        max-height: 537px;
        overflow: hidden;
    }
    .contents.contents--sticky{
        position: sticky;
        top: 174px;
    }
}

@media (min-width:1025px) {
    .menu_item__if {
        display: none
    }
    .desktop-hide{
        display: none;
    }
    .cat_btn__cont{
        min-width: 270px;
    }
}

@media (min-width:1200px) {
    .col-xl-12 {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%
    }

    .col-xl-2 {
        -ms-flex: 0 0 16.66%;
        -webkit-box-flex: 0;
        flex: 0 0 16.66%;
        max-width: 16.66%
    }

    .col-xl-3 {
        -ms-flex: 0 0 25%;
        -webkit-box-flex: 0;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xl-4 {
        -ms-flex: 0 0 33.33%;
        -webkit-box-flex: 0;
        flex: 0 0 33.33%;
        max-width: 33.33%
    }

    .col-xl-6 {
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-xl-7 {
        -ms-flex: 0 0 58.33%;
        -webkit-box-flex: 0;
        flex: 0 0 58.33%;
        max-width: 58.33%
    }
    .col-xl-8 {
        -ms-flex: 0 0 66.66%;
        -webkit-box-flex: 0;
        flex: 0 0 66.66%;
        max-width: 66.66%
    }
    .col-xl-9 {
        -ms-flex: 0 0 75%;
        -webkit-box-flex: 0;
        flex: 0 0 75%;
        max-width: 75%
    }
    .content.product .rating-line__title,
    .content.product .product__title{
        font-size: 20px;
    }
    .form-box{
        padding: 40px;
    }
}
@media screen and (max-width:1440px){
    .rating-id + .content{
        margin-top: 20px;
    }
    .content>.wrapper{
        margin-left: 0;
        margin-right: 0;
    }
}
@media screen and (min-width: 1025px) and (max-width:1440px) {
    .f-social-media{
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%;
        margin-top: 40px;
    }
    .f-menus{
        -ms-flex: 0 0 75%;
        -webkit-box-flex: 0;
        flex: 0 0 75%;
        max-width: 75%
    }
    .footer .social,
    .b-contacts .social{
        justify-content: unset;
        gap: 8px;
    }
    .f-divider{
        margin-top: 0;
    }
    .f-copyright{
        -ms-flex: 0 0 25%;
        -webkit-box-flex: 0;
        flex: 0 0 25%;
        max-width: 25%;
        padding-right: 100px;
    }
    .f-social-left{
        -ms-flex: 0 0 25%;
        -webkit-box-flex: 0;
        flex: 0 0 25%;
        max-width: 25%;        
    }
    .f-social-right{
        -ms-flex: 0 0 75%;
        -webkit-box-flex: 0;
        flex: 0 0 75%;
        max-width: 75%;        
    }
    .f-subscribe,
    .f-apps{
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%;
    }
}
@media screen and (max-width:1439px) {
    .wrapper {
        margin-left: 24px;
        margin-right: 24px
    }
    .menu_ratings{
        padding-left: 24px;
        padding-right: 24px;
    }
    .header .fav_container{
        display: none;
    }
}

@media screen and (max-width:1400px) {
    .q-title {
        font-size: 12px;
        padding-top: 1px
    }
    .table-rating{
        display: block;
        overflow-x: scroll;
    }
}

@media screen and (max-width:1200px) {
    .footer-subscr .inputtext{
        max-width: none;
    }
    .banner_roubric,
    .banner_subtitle,
    .banner_title {
        padding-left: 55px
    }
}

@media screen and (max-width:1024px) {
    .hide-on-md {
        display: none
    }
    .goods-list_item {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

@media screen and (max-width:1023px) {
    .slider {
        margin-top: 1em
    }
    .filters_list__item:not(.filters_btn, .filters_list__item--sort, .filters_list__item--dir),
    .filters_list__item--sort span,
    .filters_list__item--dir span{
        display: none!important;
    }
    .filters_list__item.filters_list__item--sort,
    .filters_list__item.filters_list__item--dir{
        padding-left: 0;
    }
    .filters_list .filter_options{
        width: 250px;
        top: 44px;
    }
    .filters_list__item--sort .filter_options:before{
        content: "Сортировать по критерию:";
        display: block;
        margin: 0 0 1em;
        color: #000;
        font-size: 12px;
        line-height: 1em;
    }
    .filters_list__item--dir .filter_options:before{
        content: "Направление сортировки:";
        display: block;
        margin: 0 0 1em;
        color: #000;
        font-size: 12px;
        line-height: 1em;
    }
    div.filters_list .antirating-btn.btn{
        line-height: 42px;
        height: 42px;
    }
    .banner_top{
        height: 410px;
    }
    .banner_top__item{
        height: 340px;
    }
}

@media screen and (min-width:900px) and (max-width:1023px) {
    .q-title {
        font-size: 16px;
        line-height: 32px
    }

    .q-title br {
        display: none
    }
}

@media screen and (max-width:992px) {
    .menu_item__level-2{
        max-width: 100%;
    }
    .btn.btn--qmark{
        margin-left: 24px;
    }
    .close_menu_overlay{
        font-size: 32px;
        line-height: 32px;
        top: -60px;
    }
    .nav_mob_toggler{
        display: inline-flex;
    }
    body.withFixedHeader {
        padding-top: 151px
    }
    .header > .wrapper > .row{
        justify-content: space-between;
        row-gap: 12px;
    }
    .close_menu_overlay{
        right: 24px;
    }
    .menu_ratings>ul>li.active>span,
    .menu_ratings>ul>li:hover>span{
        background: none;
    }
    .menu_ratings>ul>li.active_mob>span{
        background: #F5F6F9;
    }
    .menu_item__level-1>span,
    .menu_item__level-1>a{
        font-size: 16px;
        font-weight: 600;
        padding-left: 24px;
        padding-right: 24px;
    }
    .menu_ratings{
        padding: 20px 0 0;
    }
    .menu_ratings > .h2{
        display: none;
    }
    .menu_ratings .menu_item.menu_item.menu_item__level-3{
        margin-bottom: 0;
    }
    .menu_item.menu_item__level-3 > a{
        padding-top: 12px;
        padding-bottom: 12px;
        margin-bottom: 0;
        line-height: 1.5;
        justify-content: space-between;
    }
    .menu_ratings__inner>ul>li{
        margin-bottom: 0;
    }
    .menu_ratings>ul {
        padding-top: 0;
        padding-bottom: 32px;
    }

    .menu_ratings>ul>li.active {
        color: inherit
    }
    .menu_item > a > .icon{
        font-size: 24px;
    }
    .menu_ratings>ul>li.active>ul,
    .menu_ratings>ul>li>ul,
    .menu_ratings li.active .menu_ratings__inner {
        position: static;
        width: auto;
        display: none
    }
    .menu_ratings>ul>li.active>ul>li,
    .menu_ratings .menu_ratings__inner>ul>li,
    .menu_ratings__banner {
        padding: 0
    }
    .menu_ratings__banner{
        margin-bottom: 0;
    }
     .menu_ratings li.active .menu_ratings__banner + ul > li:first-child{
        border-top: none;
    }
    .menu_ratings li.active .menu_ratings__inner ul{
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }

    .menu_ratings>ul>li>ul>li ul,
    .menu_ratings__inner>ul li ul {
        display: none
    }

    .menu_ratings>ul>li.active_mob>ul,
    .menu_ratings li.active_mob .menu_ratings__inner  {
        display: block;
        padding: 0;
    }
    .menu_item.menu_item__level-2{
        background: #F5F6F9;
    }
    .menu_item.menu_item__level-2.active_mob{
        background: #fff;
    }
    .menu_item.menu_item__level-2 > a{
        padding-left: 24px;
        padding-right: 24px;
    }
    .menu_ratings__inner .nav_mob_toggler.active+ul{
        padding-left: 24px;
        padding-right: 24px;
        margin-top: 0;
    }
    .menu_ratings__inner a{
        font-size: 16px;
        padding: 19px 0;
    }
    li.active_mob .menu_ratings__inner{
        display: block;
    }

    .menu_ratings>ul>li.active>ul>li,
    .menu_ratings>ul>li>ul>li,
    .menu_ratings .menu_ratings__inner>ul>li,
    .menu_ratings li.active .menu_ratings__inner>ul>li {
        break-inside: avoid-column;
        font-size: 16px;
    }

    .menu_ratings>ul>li.active>ul>li>a,
    .menu_ratings>ul>li>ul>li>a,
    .menu_ratings__inner>ul>li>a,
    .menu_ratings li.active .menu_ratings__inner>ul>li>a {
        margin: 0;
        display: inline-block;
    }

    .menu_ratings>ul {
        width: auto;
        height: auto !important
    }
    div.menu_ratings li .menu_ratings__inner>ul.cat-28>li{
        width: 100%;
    }
    .header .menu-toggler_container{
        padding-left: 0;
    }

    div.logo {
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
    }
    .logo img{
        width: 100%;
        height: auto;
    }

    .menu_item__if {
        display: inline-block;
        padding-top: 0;
        padding-bottom: 0;
        margin-top: 16px;
        margin-bottom: 16px;
    }

    li.menu_item__if+li.menu_item__if {
        border-left: 1px solid #c3c4c9;
        border-top: none;
    }

    .login-link .icon {
        display: inline-block;
        color: #000;
        vertical-align: middle;
    }

    .login-link a {
        height: 40px;
        line-height: 40px;
        width: 55px;
        margin: 0;
        border-left: 1px solid #e0e2e7
    }
    .menu_ratings__banner img{
        width: auto;
        height: 50px;
    }
    .category_header{
        margin-bottom: 0;
        background: #F5F6F9;
        padding: 0;
        gap: 0;
    }
    .category_header .menu_ratings__all{
        width: 24px;
        height: 24px;
    }
    .category_header__item:not(.menu_ratings__header, .menu_ratings__banner){
        display: none;
    }
    .category_header__item.menu_ratings__header,
    .category_header__item.menu_ratings__banner{
        border-radius: 0;
        border: none;
        width: 100%;
        height: auto;
    }
    .category_header__item.menu_ratings__header a,
    .category_header__item.menu_ratings__banner a{
        padding: 19px 24px;
        display: flex;
        align-items: center;
        gap: 12px;
        flex-direction: row;
        flex-wrap: nowrap;
        width: 100%;
    }
    .menu_item__level-1.active_mob > span > .icon{
        color: #DE3F3B
    }
}
@media screen and (min-width:993px){
    .nav_mob_toggler{
        display: none;
    }
    .menu_item.menu_item__level-2 > a{
        font-weight: 600;
        font-size: 18px;
        margin-bottom: 29px;
        display: flex;
        align-items: center;
    }
    .menu_item.menu_item__level-2 > a .icon{
        flex-shrink: 0;
    }
    .menu_ratings__title{
        display: none;
    }
    .menu_ratings__banner img{
        margin: 0 auto;
        max-width: 94%;
    }
}
@media screen and (max-width:1024px) {
    .pswp__preloader {
        position: relative;
        left: auto;
        top: auto;
        margin: 0;
        float: right
    }
    .cat_btn {
        width: 56px;
        height: 48px;
        padding: 0;
        text-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .menu_toggler {
        margin-right: auto;
        margin-left: auto;
    }
    .cat_btn__title{
        display: none
    }
}

@media screen and (min-width:993px) and (max-width:1023px) {
    .header_fixed {
        padding-bottom: 6px
    }
}
@media screen and (min-width: 768px) and (max-width: 810px) {
    .cat_btn__cont{
        padding: 0;
    }
    .login_container{
        padding-left: 0;
    }
}
@media screen and (max-width:768px) {
    .login-popup .social{
        gap: 18px;
    }
    .login-popup .social li a{
        width: 32px;
        height: 32px;
    }
    .login-popup .social li a .icon{
        font-size: 18px;
    }
    .logo img{
        max-width: 290px;
    }
    .header_fixed .logo img,
    .header_withMenuOpened .logo img{
        max-width: 180px;
    }
    div.content_headline h1{
        padding-bottom: 1.5em;
    }
    .slider-ratings .pagenav li.slick-active button{
        width: 14px;
    }
    .news_data {
        flex-wrap: wrap;
    }
    .news_slider__roubric {
        margin-right: 10px
    }
    h1{
        font-size: 28px;
    }
    h2, #details h2 {
        font-size: 24px
    }
    #slider-category-outer h2{
        font-size: 20px;
        margin-top: 0;
    }
    #slider-category-outer > .btn:first-child{
        margin-bottom: 21px;
    }
    .antirating-btn.btn{
        width: auto;
    }

    .banner_title {
        font-size: 36px;
        padding-left: 32px
    }
    .banner_roubric{
        padding-left: 32px;
    }

    .banner_subtitle {
        padding-left: 32px
    }
    .banner_top div.nav-btn--prev{
        left: -21px;
    }
    .banner_top div.nav-btn--next{
        right: -21px;
    }

}

@media screen and (max-width:767px) {
    .header .logout-link .profile-link,
    .header .logout-link .profile-info img{
        display: inline-flex;
    }
    .user-info-container{
        display: flex;
        flex-direction: row;
        column-gap: 24px;
        align-items: center;
    }
    .profile-info{
        justify-content: start;
    }
    .logout-link.active{
        position: static;
        width: auto;
        background: none;
    }
    .login_container{
        height: auto;
    }
    .logout-link{
        border-radius: 0;
        background: none;
        height: auto;
        width: auto;
    }
    .logout-link.active .profile-links{
        padding: 24px 16px;
    }
    .header_fixed .login_container{
        height: auto;
    }
    body.withFixedHeader{
        padding-top: 113px;
    }
    .header{
        max-height: 113px;
        overflow: visible;
    }
    .header .row{
        background: #fff;
    }
    .header_fixed .logo img,
    .header_withMenuOpened .logo img{
        max-width: 166px;
    }
    div.main-popup.login-popup .mfp-close{
        top: -62px;
        right: -11px;
    }
    .logout-link{
        border-bottom: 1px solid #CFD7E5;
        border-top: 1px solid #CFD7E5;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    div.logo{
        flex-basis: 50%;
        top: auto;
    }
    .header.header_fixed .logo{
        display: none;
    }
    .header.header_fixed .menu-toggler_container{
        order: 3;
        flex-basis: auto;
    }
    .header .cat_btn{
        height: 32px;
        width: 32px;
        border-radius: 4px;
    }
    .cat_btn .line{
        width: 11px;
        margin-left: 5px;
        height: 2px;
        margin: 4px auto;
        right: -2px;
    }
    .cat_btn .line:before{
        width: 3px;
        left: -5px;
        height: 2px;
    }
    .header .search_form .form_btn_icon{
        width: 32px;
        height: 32px;
        font-size: 16px;
    }
    .header .search_form .textinput{
        height: 34px;
        line-height: 34px;
        border-radius: 4px;
        padding-left: 16px;
    }
    .header .menu-toggler_container{
        flex: 0 0 50%;
        order: 2;
        align-items: end;
    }
    .menu_top li .with-submenu:not(.with-submenu--active) + .menu_top__submenu{
        display: none;
    }
    .menu_top li .with-submenu.with-submenu--active + .menu_top__submenu{
        display: block;
    }
    .with-submenu.with-submenu--active .icon{
        transform: rotate(180deg);
    }
    .menu_top li .with-submenu:not(.with-submenu--active) .icon{
        transform: none;
    }
    .menu_top__toggler > span{
        width: 25px;
        margin: 5px auto;
    }
    .menu_top__toggler.active > span:nth-child(1){
        -webkit-transform: translateY(8px) rotate(45deg);
        -ms-transform: translateY(8px) rotate(45deg);
        transform: translateY(8px) rotate(45deg);
    }
    .header .search_form{
        order: 3;
    }
    div.cat_btn__cont{
        order: 3;
        padding-right: 0;
    }
    .top_right,
    .login_container{
        display: none;
    }
    div.top_right{
        width: 100vw;
        z-index: 2;
        padding-bottom: 24px;
        order: 5;
        background: #fff;
        padding-left: 54px;
    }
    .menu_top ul.menu_top__list{
        flex-direction: column;
        gap: 16px;
    }
    .menu_top{
        justify-content: flex-start;
    }
    .header .menu_top__submenu{
        box-shadow: none;
        padding: 0;
        border-radius: 0;
        position: static;
    }
    .header .login_container{
        width: 100vw;
        padding: 16px 40px;
        z-index: 2;
        order: 4;
        background: #fff;
        left: -24px;
    }
    .login-link{
        max-width: none;
        justify-content: space-between;
        height: 48px;
    }
    .logout-link{
        padding-left: 0;
        padding-right: 0;
    }
    .header .menu_top__submenu a{
        padding: 14px 0;
        color: #151515;
    }
    div.bordered-block{
        margin-left: 0;
        padding-left: 22px;
        padding-right: 22px;
    }
    div.single-slider{
        margin-left: 0;
    }
    div.quote{
        margin-left: 0;
        padding-left: 22px;
        padding-right: 22px;
    }
    div.slider-item.slider-item--image{
        height: auto;
        padding-bottom: 0;
    }
    .col-xs-1{
        -ms-flex: 0 0 8.33%;
        -webkit-box-flex: 0;
        flex: 0 0 8.33%;
        max-width: 8.33%;
    }
    .col-xs-2{
        -ms-flex: 0 0 16.66%;
        -webkit-box-flex: 0;
        flex: 0 0 16.66%;
        max-width: 16.66%;
    }
    .col-xs-3{
        -ms-flex: 0 0 25%;
        -webkit-box-flex: 0;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-xs-4{
        -ms-flex: 0 0 33.33%;
        -webkit-box-flex: 0;
        flex: 0 0 33.33%;
        max-width: 33.33%;
    }
    .col-xs-8 {
        -ms-flex: 0 0 66.66%;
        -webkit-box-flex: 0;
        flex: 0 0 66.66%;
        max-width: 66.66%;
    }
    .col-xs-6 {
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-xs-7 {
        -ms-flex: 0 0 58%;
        -webkit-box-flex: 0;
        flex: 0 0 58%;
        max-width: 58%;
    }
    .col-xs-12 {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .banner_bottom {
        margin-bottom: 1em
    }

    div.item_recommend{
        font-size: 10px;
    }
    .item_char .item_rate{
        margin: 0 5px;
        font-size: 1.3em;
    }
    div.item_img img:not(.item_q-sign){
        height: auto;
        width: 100%;
    }
    .compare-popup .compare-list-wrapper{
        min-width: 156px;
        width: 156px;
    }
    div.compare-popup .compare-slider{
        width: -webkit-calc(100% - 156px);
        width: calc(100% - 156px);
    }
    .card-body{
        padding-top: 1.4rem;
    }
    .compare-popup .compare-wrapper{
        padding-left: 15px;
        padding-right: 15px;
    }
    .compare-popup .compare-list-wrapper{
        margin-right: 15px;
    }
    .compare-slider .card{
        padding: 25px 15px 0 15px;
    }
    .compare-popup .compare-slider .card .card-title{
        text-indent: 18px;
        letter-spacing: 0;
    }
    .goods_list__item .item_char{
        flex-wrap: wrap;
        align-items: flex-start;
        flex-direction: column;
    }
    .goods_list__item .item_year{
        margin: 10px 0 0;
    }
    .goods_list__item .item_name{
        margin-bottom: 0.5em
    }
    .goods_list__item .item_label{
        margin: 10px 0 0;
    }
    .goods_list__item .item_rate{
        margin-left: 0;
    }
    .table-responsive-sm{
        display: block;
        overflow-x: scroll;
    }
    .policy_criteria [class^=col-]:first-child .marked-list+.view_all{
        margin-bottom: 35px;
    }
    div.share_bottom{
        margin-top: 35px!important;
    }
}
@media screen and (max-width:480px) {
    .menu_ratings{
        padding-bottom: 0;
    }
    div.logo{
        flex-basis: calc(100% - 48px);
    }
    .header .menu-toggler_container{
        flex-basis: 48px
    }
    .header .search_form{
        max-width: calc(100% - 48px);
    }
    div.logo img{
        max-width: 222px;
    }
    body.withFixedHeader{
        padding-top: 105px;
    }
    .footer .footer-link{
        font-size: 9px;
        padding: 8px;
    }
    .footer-link img{
        width: 20px;
    }
    div.big-quote .quote-body .h4{
        font-size: 20px;
    }
    div.big-quote .quote-body .h5{
        font-size: 11px;
    }
    div.big-quote .quote-body .h5 + p{
        overflow: unset;
    }
    div.big-quote .quote-avatar{
        min-width: 80px;
        margin-right: 28px;
    }
    div.big-quote .quote-avatar img{
        width: 80px;
        height: auto;
    }
    div.quote{
        margin-left: 0;
        padding-left: 32px;
    }
    div.content_bg blockquote, div.content blockquote{
        margin-left: 0;
        margin-right: 0;
        padding: 55px 32px 32px;
        background-position: 12px 10px;
    }
    .banner_top__item {
        height: 290px;
    }
    .banner_top__item .banner_roubric{
        font-size: 14px;
    }

    .banner_top__item .banner_subtitle {
        line-height: 1.23em;
        font-weight: normal;
        font-size: 14px;
    }
    .banner_title{
        font-size: 24px;
    }

    .slider-ratings .nav-btn {
        top: 35%;
    }

    .app-link img {
        margin: 0 20px;
        border-radius: 3px;
    }

    .header, .header.header_withMenuOpened {
        padding-top: 14px;
        padding-bottom: 14px;
    }

    .header_fixed .app-link{
        display: none
    }
    .filters_list__item.filters_btn{
        padding-left: 0;
    }
    .filters_list .filters_list__item{
        width: 42px;
        height: 42px;
        border-radius: 6px;
        margin-right: 3px;
    }
    .filters_btn span{
        display: none;
    }
    .goods_list-btn{
        font-size: 0.9em;
    }
    .menu_overlay{
        top: 92px;
    }
    .menu_ratings .close_menu_overlay{
        top: -88px;
        right: 16px;
    }
    .reset_btn_cont .btn{
        font-size: 12px;
        letter-spacing: 0;
    }
    div#rateWithStars .rating-item{
        margin-left: 0;
        display: block;
        margin-top: 1em;
    }
    .f-copyright{
        font-size: 9px;
        margin-bottom: 16px;
    }
    .footer .h4{
        border-top: 1px solid #CFD7E5;
        padding-top: 16px;
    }
    .footer .social,
    .b-contacts .social{
        margin-bottom: 16px;
    }
    .f-divider{
        display: none;
    }
    .logout-link.active{
        min-width: 100%;
    }
    .ask_form .btn.question___button{
        font-size: 12px;
        width: 100%;
    }
}

@media screen and (max-width:479px) {
    .view_all {
        font-size: 14px
    }
    #page-text + .view_all{
        font-size: 16px;
    }
    .options_list--scrollable + .view_all{
        margin-top: 12px;
        display: inline-block;
    }
    .hide-on-xs {
        display: none
    }

    .login-link a {
        width: 48px
    }

    .pagenav button {
        width: 62px;
    }
    .slider-ratings .pagenav button{
        width: 14px;
    }
    .news_slider__roubric {
        margin-right: 0;
        font-size: 10px;
        white-space: nowrap;
    }

    .news_slider__name {
        font-size: 14px;
        line-height: 1.5em;
    }

    .news_slider__img {
        height: 110px
    }

    .news_slider .pagenav button {
        width: 42px;
    }
    .roubrics{
        margin-bottom: 0;
    }
}
@media screen and (max-width: 389px) {
    .roubrics_name{
        font-size: inherit;
    }
    .roubrics{
        margin-left: -15px;
        margin-right: -15px;
    }
    .header_fixed .search_form{
        max-width: calc(100% - 32px - 32px - 32px); /* minus buttons width and side gaps*/
    }
    .social-login{
        flex-wrap: wrap;
    }
}
.view-password {
    position: absolute;
    right: 20px;
    bottom: 18px;
    cursor: pointer;
    width: 24px;
    height: 24px;
}
.view-password img{
    width: 24px;
    height: 24px;
}
.lost-password {
    text-align: right
}
.login-popup #register .btn{
    margin-bottom: 24px;
}
.login-popup .control.control--checkbox {
    margin-bottom: 8px;
    position: relative;
    color: #80889B;
    font-size: 11px;
    line-height: 1.5;
    font-style: italic;
    padding-top: 4px;
}
.control.control--radio .control__indicator{
    border-radius: 50%;
}
.control--checkbox {
    padding-left: 33px;
}

.control {
    display: block;
    position: relative;
    padding-left: 33px;
    margin-bottom: 15px;
    cursor: pointer;
    line-height: 18px;
    width: auto !important;
    font-size: 16px;
    color: #000;
    line-height: 24px;
    letter-spacing: -.2px;
    font-weight: 400;
}
.control__indicator {
    position: absolute;
    top: 2px;
    left: 0;
    height: 20px;
    width: 20px;
    background: 0 0;
    border: 1px solid #CFD7E5;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px;
}
.content_bg .control__indicator,
.content_bg .textinput{
    border: 1px solid #c3c3c3
}

.control input {
    position: absolute;
    z-index: -1;
    opacity: 0;
    left: 0
}

.control__indicator:after {
    content: '';
    position: absolute;
    display: none;
}

.control--checkbox .control__indicator:after {
    left: -0.5px;
    top: -0.5px;
    width: 20px;
    height: 20px;
    border-radius: 4px;
    background: url(/local/templates/main_new/img/check-icon1.svg) no-repeat center;
    border-color: #0c359c;
}

.control input:checked~.control__indicator:after {
    display: block;
}
.control.control--radio .control__indicator:after{
    width: 8px;
    height: 8px;
    left: 5px;
    top: 5px;
    border-radius: 50%;
}
.control--radio-square .control__indicator{
    border-radius: 0;
}
label.control--radio-square .control__indicator:after{
    left: 1.5px;
}
.control.control--radio input:checked~.control__indicator{
    background: #0c359c;
    border-color: #0c359c;;
}
.control.control--radio input:checked~.control__indicator:after{
    background: #F5F6F9;
}
.control--checkbox input:checked ~ .control__indicator{
    background: #0c359c;
}
.easy-autocomplete {
    width: auto !important;
}

.nav_mob_toggler {
    font-size: 12px;
    transition: all 0.2s;
    float: right;
    transform: rotate(-90deg);
    width: 32px;
    height: 32px;
    align-items: center;
    justify-content: center;
    margin: 16px 24px 0 0;
}
.menu_item .nav_mob_toggler .icon{
    font-size: 14px;
}

li.active>span>.nav_mob_toggler,
.nav_mob_toggler.active {
    transform: rotate(180deg);
}
.nav_mob_toggler.active+ul{
    display: block;
    margin-top: 16px;
}
.banner_top .nav-btn {
    width: 40px;
    height: 40px;
    line-height: 40px;
    top: 50%;
    margin-top: -42px;
    opacity: 0.5;
}

.banner_top .nav-btn:hover {
    opacity: 1;
}

.banner_top .nav-btn .icon {
    height: 16px;
}

.banner_top .nav-btn--prev {
    left: 12px;
}

.banner_top .nav-btn--next {
    right: 12px;
}

@media screen and (max-width:415px) {
    .block_header-ratings .view_all {
        margin-top: 1em;
    }
}
.easy-autocomplete-container{
    position: absolute;
    max-width: calc(100% - 32px);
    overflow-y: scroll;
    scrollbar-width: thin;
    max-height: calc(100vh - 245px - env(safe-area-inset-top) - env(safe-area-inset-bottom));
}
.easy-autocomplete-container:has(ul:not(:empty)){
    margin-top: 24px;
}
.search-close{
    display: none;
}
.search_form .easy-autocomplete-container{
    width: 100%;
}
div.easy-autocomplete-container ul {
    list-style-type: none;
    text-align: left;
    padding: 0;
    margin: 0;
    position: relative;
    z-index: 9;
    border: none;
}
/*.easy-autocomplete-container ul:empty{
    padding: 0
}*/

.easy-autocomplete-container ul li {
    cursor: pointer;
}
.eac-category{
    display: flex;
    gap: 8px;
    flex-wrap: nowrap;
    align-items: center;
    padding: 24px 0 8px 0;
}
.eac-category a{
    color: #151515;
}
.eac-category a:hover{
    color: #0C359C;
}
ul > .eac-category:first-child{
    padding-top: 16px;
}
.eac-category > span{
    font-weight: 600;
    font-size: 18px;
}
.eac-category > em{
    font-style: normal;
    font-weight: 500;
    color: #626873;
    font-size: 13px;
    background: #E7EBF1;
    line-height: 1.5;
    padding: 2px 12px;
    border-radius: 24px;
}
.eac-item a{
    display: block;
    padding: 5px 0;
    border: none;
    line-height: inherit;
    height: auto;
    width: auto;
    color: #151515;
}
.eac-item a:hover{
    color: #0C359C;
}
@media (min-width: 768px){
    .easy-autocomplete-container{
        max-height: calc(100vh - 166px);
        margin-top: -8px;
        scrollbar-width: none;

    }
    .easy-autocomplete-container:has(ul:not(:empty)){
        padding-bottom: 24px;
        margin-top: -8px;
        background: #F5F6F9;
    }
    body.withFixedHeader .easy-autocomplete-container{
        max-height: calc(100vh - 66px);
    }
    div.easy-autocomplete-container ul {
        padding: 0 28px;
        border-radius: 0 0 8px 8px;
    }
}
@media (max-width: 767px){
    .search-block--active{
      position: fixed;
      inset: 0;
      z-index: 10;
      padding: 56px 24px 112px 24px;
    }
    .search-block--active:after{
        display: block;
        content: '';
        position: absolute;
        inset: 0;
        background: #CFD7E5F5;
        z-index: -1;
    }
    .header #searchBlock.search-block--active .textinput{
        height: 48px;
        border-radius: 8px;
    }
    .header #searchBlock.search-block--active .form_btn_icon{
        height: 48px;
        width: 48px;
        font-size: 24px;
    }
    .search-block--active .search-close{
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        bottom: 36px;
        left: 50%;
        height: 56px;
        width: 56px;
        margin-left: -28px;
        box-shadow: 0px 4px 40px rgba(20, 26, 178, 0.1);
        border-radius: 50%;
    }
    .easy-autocomplete-container{
        display: none;
    }
    .search-block--active .easy-autocomplete-container{
        display: block;
    }
}
.nowrap{
    white-space: nowrap;
}
.slider-item_icons-list{
    margin-top: 20px;
}
.slider_footer{
    position: absolute;
    bottom: 0;
    left: 0;
    border-top: 1px solid #c4c4c4;
    padding: 22px 0;
    width: 100%;
}
.vgr-infgraphics img{
    margin: 0 auto 10px;
}
.vgr-infgraphics small{
    font-size: 12px;
}
.vgr-infgraphics .slider-item_count{
    margin: 0;
    line-height: 1em;
}
.vgr-infgraphics .bordered{
    border-right: 1px solid #edf0f5;
}
.vgr-infgraphics .bordered-top{
    border-top: 1px solid #edf0f5;
    padding-top: 16px;
}
.vgr-infgraphics .slider-item_title{
    margin-bottom: 16px;
}
.vgr-infgraphics .slider-item_count span,
.vgr-infgraphics .slider-item_count small{
    display: inline-block;
    line-height: 20px;
}

/**var 3 - narrow wrapper**/

.wrapper{
    max-width: 1260px;
}
.slider .pagenav{
    margin-left: 20px;
    margin-right: 20px;
}
.slider-item_count.large{
    font-size: 36px;
    line-height: 36px;
}
.quality_title.light-blue.notext img{
    width: 130px;
    margin: 20px auto;
}
.quality_title.notext{
    margin-bottom: 26px;
}
.slider-item_content{
    padding-bottom: 26px;
}
.slider_divider{
    margin-bottom: 36px;
}
.slider-item_count{
    font-size: 30px;
}
.slider-item_icons-list img{
    width: 32px;
}
.slider-item_icons-list{
    margin-top: 10px;
    margin-bottom: 20px;
}
.icons-list_item + .icons-list_item{
    margin-top: 30px;
}
.slider-item_title{
    font-size: 14px;
    line-height: 1em;
}
.slider-item_count{
    margin-left: 10px;
}
.single-slider {
    position: relative;
    margin: 32px 0 32px 100px;
    max-width: 750px;
}
.js-mediator-article .single-slider{
    margin: 24px 0;
    max-width: 100%;
}
@media (min-width:641px) {
    .js-mediator-article .single-slider{
        margin: 40px 0;
        padding-top: 72px;
    }
}
.quality_title{
    padding-left: 32px;
}
.view_all--spec{
    letter-spacing: 0
}
.vgr-infgraphics > .row{
    justify-content: space-between;
    flex-wrap: nowrap;
    margin: 0 0 1.5em 0;
}
.vgr-infgraphics > .row > .row{
    margin-left: 0;
}
.vgr-infgraphics .slider-item_title{
    margin-bottom: 0;
}
.vgr-infgraphics .slider-item_count{
    font-size: 26px;
}
.vgr-infgraphics img{
    margin: 0 6px 0 0;
    width: 32px;
}
.slider_divider+.slider_footer{
    border-top: none;
    padding-top: 0;
}
.slider-item_icons-list{
    margin-bottom: 0;
}
.slider_footer.pl-32{
    padding-left: 32px;
}
.rsk-logo{
    margin-top: 30px;
}
.h4.mt-36{
    margin-top: 36px;
}
.mt-16{
    margin-top: 16px;
}
.content_headline{
    padding: 1.2em 0 0;
    background: #f0f0f0;
    margin-bottom: 32px;
}
.content_headline h1{
    padding: 0 0 1em 0;
    margin-bottom: 0;
}
.content_headline h1:last-child{
    margin-bottom: 0;
}
.rating-date{
    position: absolute;
    margin: -32px 0 0;
}
.sticky{
    position: sticky;
    bottom: 0;
}
.bradcrumbs{
    margin-bottom: 38px;
}
.bradcrumbs .icon{
    height: 6px;
}
.goods_list{
/*    margin-bottom: 32px;*/
    min-height: 180px;
}
.goods_list__item{
    background: #fff;
    margin-top: 0.8em;
    padding: 16px;
    transition: all 0.2s;
    border: 1px solid #fff;
}
.goods_list__item:hover{
    cursor: pointer;
    border: 1px solid #0c359c;
}
.goods_list__item:hover .item_name{
    color: #0c359c;
}
.goods_list__item:hover .item_img{
    transition: all 0.2s;
}
.goods_list__item>.row{
    flex-wrap: nowrap;
}
.good_pos{
    font-weight: bold;
    font-size: 1.2em;
}
.item_name{
    margin-bottom: 1.4em;
    color: #000;
}
.item_img{
    width: 100px;
    text-align: center;
    position: relative;
}
.item_img img:not(.item_q-sign){
    height: 100px;
    width: auto;
    display: block;
    margin: auto;
    -o-object-fit: contain;
    object-fit: contain;
}
.item_char img{
    vertical-align: middle;
}
.item_q-sign{
    position: absolute;
    left: -5px;
    top: -5px;
    width: 30px;
    height: 30px;
}
.item_recommend{
    font-size: 0.9em;
    color: #999;
    margin-top: 1em;
    line-height: 1em;
}
.item_rate{
    font-size: 1.8em;
    font-weight: bold;
}
.item_label{
    font-size: 10px;
    color: #fff;
    background: #C32420;
    padding: 1px 5px;
    line-height: 15px;
    text-transform: uppercase;
    font-weight: bold;
    margin-left: 12px;
}
.item_char{
    display: flex;
    align-items: center;
}
.item_char .icon-star{
    font-size: 18px;
    vertical-align: baseline;
    color: #ffc803;
}
.item_rate{
    white-space: nowrap;
}
.item_rate + .item_rate{
    margin-top: 6px;
    display: inline-block;
}
.item_rate small{
    font-weight: normal;
    font-size: 14.4px;
    color: #82807e;
    white-space: normal;
}
.item_rate strong{
    color: #16254B;
}
.item_year{
    background: #0c9c57;
    color: #fff;
    padding: 0 3px;
    display: inline-block;
    line-height: 17px;
    margin-left: 12px;
}
.item_year-yellow{
    background: #e5b70f
}
.reset_btn_cont{
    padding: 16px 0 0 0;
    background: #f5f6f9;
    margin: 0;
    z-index: 9;
}
.reset_btn_cont .btn{
    width: 100%;
}
.reset_btn_cont .btn.btn-nobg{
    color: #0c359c;
    border-color: #0c359c;
    background: #f5f6f9;
}
.reset_btn_cont .btn.btn-nobg.btn--disabled{
    color: #CFD7E5;
    border-color: #CFD7E5;
    cursor: not-allowed;
}
.filter_column__block{
    margin: 32px 0;
}
.filter_column__head-title{
    font-size: 24px;
    font-weight: 600;
    line-height: 100%;
    margin-bottom: 2px;
}
.filter_column__title{
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
    line-height: 100%;
    cursor: pointer;
}
@media (min-width: 1024px) {
    .filter_column__title{
        font-size: 13px;
        margin-bottom: 16px;
        line-height: 150%;
        text-transform: uppercase;
    }
}
.filter_column .inputcont{
    margin-bottom: 1em;
}
.filter_column.opened .mfp-close{
    color: #000;
}
.filter_toggler{
    float: right;
    transition: all 0.2s;
    margin-top: 4px;
}
.filter_toggler.active,
.filter_select .filter_select__title.active .filter_toggler,
.rate .filter_select .filter_select__title.active .filter_toggler{
    transform: rotate(-180deg);
}
.filter_select .filter_toggler,
.rate .filter_select .filter_toggler{
    float: none;
    position: absolute;
    right: 28px;
    top: 16px;
    font-size: 13px;
}
@media (max-width: 1023px) {
    .filter_column__block .option{
        padding: 0;
    }
    .filter_column__block .control{
        padding: 16px 0 16px 32px;
        border-bottom: 1px solid #CFD7E5;
    }
    .filter_column__block .control:has(input:checked){
        border-bottom-color: #0C359C;
    }
    .filter_column__block .options_list .control__indicator{
        top: 50%;
        margin-top: -10px;
    }
}
.antirating-btn.btn{
    background: #C32420;
    font-size: 0.9em;
    height: 42px;
    line-height: 42px;
    width: 220px;
}
.antirating-btn.btn.btn-blue{
   background: #0c359c
}
.filter_column .antirating-btn.btn{
    margin-bottom: 1em;
}
.filters_list .antirating-btn.btn{
    height: 34px;
    line-height: 34px;
    float: right;
}
.btn_share-rating.btn{
    font-size: 0.9em;
    height: 42px;
    line-height: 38px;
    width: auto;
    color: #16254b;
    border-color: #16254b;
    padding-left: 16px;
    padding-right: 16px;
    margin-bottom: 32px;
}
.btn_share-rating.btn+.btn_share-rating.btn{
    margin-left: 30px;
}
.btn_share-rating .icon{
    width: 18px;
    height: 18px;
    margin-right: 8px;
    margin-top: -3px;
}
.btn_share-rating .icon.icon-letter{
    width: 24px;
    stroke: #000;
}
.btn.btn_share-rating:hover .icon.icon-letter{
    stroke: #c32420;
    color: #c32420;
}


.filters_list__item.filters_list__item--sort span{
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
}
.filters_list__item.filters_list__item--sort,
.filters_list__item.filters_list__item--dir{
    overflow: visible;
    cursor: pointer;
    margin-right: 0;
}
.filters_list__item.filters_list__item--rate-type{
    padding-right: 16px;
}
.filters_list__item:hover span,
.filter_options-item:hover{
    color: #000;
}
.filters_list__item .search_toggler{
    width: 14px;
    height: 14px;
    right: 10px;
    top: 6px;
}
.filters_list__item .search_toggler .line{
    background: #0C359C;
}
.filter_select{
    position: relative;
    margin-bottom: 1em;
}
.filter_select__title{
    line-height: 32px;
    height: 32px;
    border: 1px solid #c3c3c3;
    padding: 0 16px;
    border-radius: 6px;
    background: #fff;
    cursor: pointer;
}
@media (max-width: 1023px) {
    .filter_select__title{
        background: #F5F6F9;
    }
}
.filter_select .filter_options{
    max-height: 340px;
    width: 100%;
    overflow-y: auto;
    top: 100%;
    padding: 0;
    display: none;
}
.filter_select__title.active + .filter_options{
    display: block
}
.filter_select .filter_options-item{
    cursor: pointer;
    padding: 8px 16px;
}
.filter_select .filter_options-item.filter_options-item--selected{
    font-weight: 600;
    background-color: #edf0f5;
}
.filter_select .filter_options-item:hover,
.filter_options .filter_options-item:hover{
    background: #edf0f5
}
.filter_options .filter_options-item{
    line-height: 1em;
    white-space: nowrap;
    padding: 16px 24px;
}
.add-to-compare,
.icon.add-to-compare{
    display: block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    border: none;
    background: none;
    cursor: pointer;
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 30%);
    border-radius: 4px;
    text-align: center;
    padding: 0 0 0 3px;
}
.add-to-compare .icon{
    font-size: 28px;
}
.add-to-compare svg rect{
    fill: #333;
}
.add-to-compare:hover svg rect{
    fill: #999;
}
.top_btns{
    margin-top: 32px;
    position: relative;
}
.top_btns .share-icons{
    position: absolute;
    top: 46px;
    left: 0;
    background: #fff;
    -webkit-box-shadow: 0 0 20px rgb(0 0 0 / 20%);
    box-shadow: 0 0 20px rgb(0 0 0 / 20%);
    border-radius: 10px;
    padding: 1em;
    z-index: 2;
}
.top_btns .share-icons .icon{
    width: 24px;
    height: 24px;
    margin: 0 8px;
    color: #000;
}
.top_btns .share-icons .icon:hover{
    color: #c32420;
}
.top_btns .share-icons .icon.icon-letter{
    stroke: #000;
    width: 25px;
}
.share_bottom{
    background: #f9f9f9;
    padding: 35px 50px;
    font-size: 18px;
    line-height: 1.3em;
    box-shadow: 0 0 20px rgb(0 0 0 / 10%);
    border-radius: 10px;
}
.share_bottom--dark{
    background: #f0f0f0;
    box-shadow: none;
}
.share_bottom .share-icons {
    display: inline-block;
}
.top_btns .share-icons .icon.icon-letter:hover,
.share_bottom .icon:hover{
    color: #c32420;
}
.share_bottom .icon {
    width: 24px;
    height: 24px;
    margin: 0 8px;
    color: #000;
}
.col-compare{
    align-items: end;
}
.col-name{
    flex-grow: 1;
    flex-shrink: 1;
}
.items_q{
    color: #999;
}

.small_banner{
    text-align: center;
    display: block;
    max-height: 145px;
    overflow: hidden;
    margin-bottom: 32px;
}
.small_banner .slick-list{
    max-height: 98px;
}
.small_banner__title{
    letter-spacing: 1px;
    font-size: 1.2em;
    line-height: 1.28em;
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
    margin-left: 1em;
    max-width: 210px;
    text-align: left;
}
.small_banner .pagenav{
    margin: 12px 0 32px;
}
.small_banner .pagenav button{
    width: 28px;
}
.small_banner__item{
    border-radius: 10px;
    height: 98px;
    line-height: 98px;
    color: #ffff;
    background: url(../img/banner_bottom.jpg) no-repeat 50% 50% #859acd;
    background-size: 100% auto;
    position: relative;
    display: block;
}
.small_banner .nav-btn{
    background: none;
    box-shadow: none;
}
.small_banner .nav-btn .icon{
    fill: #fff;
}
.small_banner__item:hover{
    color: #fff;
}
.small_banner .small_banner__item img {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    z-index: 1;
}
.bradcrumbs_item{
    font-size: 0.74em;
}
.statistics{
    text-align: center;
    border: 1px solid #96a2c0;
    border-radius: 10px;
    margin-left: 0;
    margin-right: 0;
}
.statistics_item{
    padding-top: 1.5em;
    padding-bottom: 1.5em;
}
.statistics_item span{
    font-size: 14px;
    line-height: 1.25em;
}
.statistics_item .large{
    font-size: 36px;
    line-height: 36px;
    font-weight: bold;
    display: block;
    margin-bottom: 8px;
    color: #c32420;
}
#rateWithStars .starrating label {
    margin-bottom: 0;
    line-height: 24px;
    margin-left: 3px;
    margin-right: 3px;
}
#rateWithStars .rating-item .starrating>label .icon-star {
    font-size: 24px;
    cursor: pointer;
    color: transparent;
    stroke: #9AA0B1;
}
#rateWithStars .starrating > input:checked ~ label .icon-star{
    stroke: #ffc803;
}
#rateWithStars .starrating>input {
    display: none;
}
#rateWithStars .rating-item {
    display: inline-flex;
    margin-left: 12px;
}
#ratingQuizComment{
    margin-top: 32px;
}
.like-btn,
.dislike-btn{
    background: none;
    border: none;
    width: 32px;
    height: 32px;
    cursor: pointer;
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 30%);
    border-radius: 4px;
    display: inline-block;
    text-align: center;
    padding: 0;
    line-height: 32px;
}
.thumb-btns svg{
    width: 1em;
    height: 1em;
    font-size: 20px;
    fill: none;
}
.thumb-btns button:hover svg path{
    stroke: #999;
}
.dislike-btn{
    margin-left: 8px;
}
.thumb-btns{
    margin-top: 22px;
    min-width: 78px;
}
.filter_options{
    position: absolute;
    top: 40px;
    left: 0;
    z-index: 1;
    background: #fff;
    padding: 0;
    box-shadow: 0 1px 3px 0 rgb(12 53 156 / 20%);
    width: auto;
    border-radius: 0 0 6px 6px;
    min-width: 200px;
    overflow: hidden;
}
@media (max-width: 600px){
    .goods_list__item .col-name{
        padding-right: 0
    }
    .goods_list__item .col-img{
        padding: 0;
    }
    .goods_list__item > .row > .col-auto:first-child{
        padding: 0;
    }
    .goods_list__item .col-compare{
        padding-right: 0;
    }
    .goods_list__item>.row{
        flex-wrap: wrap;
        margin-left: 0;
        margin-right: 0;
    }
    .filters_list .antirating-btn.btn{
        width: auto;
        letter-spacing: 0;
        padding-left: 10px;
        padding-right: 10px;
    }
    .item_img{
        width: 100%;
    }
}
@media (max-width: 540px){
    .top_btns .btn_share-rating.btn{
        display: block;
        margin-left: 0;
        margin-bottom: 1em;
    }
    .top_btns .btn_share-rating.btn+.btn_share-rating.btn{
        display: block;
        margin-left: 0;
        margin-bottom: 32px;
    }
    .goods_list{
        margin-left: -16px;
        margin-right: -16px;
    }
    .goods_list__item{
        padding-left: 16px;
        padding-right: 16px;
    }
    div.item_position{
        padding: 0 16px;
    }
    .p-photo--rating-list div.item_position{
        padding: 0;
    }
    .filters_list{
        padding-left: 16px;
        padding-right: 16px;
        margin-left: -16px;
        margin-right: -16px;
        margin-bottom: 0;
    }
    .share_bottom{
        padding: 28px;
    }
    .share_bottom .share-icons{
        display: block;
        margin-top: 1em;
    }
}

#registerForm .btn{
    width: 240px;
}
.item_position{
    position: relative;
    margin-top: 20px;
    cursor: help;
}
.item_position:after{
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    height: 1px;
    left: 8px;
    background: #0c359c;
}
.item_position span{
    background: #0c359c;
    display: inline-block;
    padding: 12px;
    border-radius: 8px;
    font-size: 13px;
    text-transform: uppercase;
    color: #fff;
}
.login-popup .form-group{
    margin-bottom: 24px;
    position: relative;
}

.login-popup.submited{
  background-size: 160px;
  background-position: right 20px bottom 20px;
  background-repeat: no-repeat;
}
div.login-popup.submited p{
  padding-right: 140px;
}
.tab-content>.tab-pane{
    display: none;
}
.tab-content>.tab-pane.active{
    display: block;
}
.green-text{
    color: #0c9c57;
}
.green-text svg{
    fill: #0c9c57;
}
.yellow-text{
    color: #e9b806;
}
.yellow-text svg{
    fill: #e9b806;
}
.policy_card h3+p{
    margin-top: 0;
}
.policy_card__h3{
    font-size: 12px;
}
.policy_card__h3 span{
    overflow: hidden;
    width: 80%;
    vertical-align: middle;
    display: inline-block;
}
.policy_card .starrating .icon-star,
.policy_card .starrating span{
    font-size: 12px;
}
.policy_card .share-icons{
    padding: 35px 0;
    font-size: 12px;
    border-top: 1px solid #c4c4c4;
    margin-top: 35px;
}
.policy_card .share-icons a{
    color: #000;
    font-size: 18px;
}
.policy_card .share-icons a+a{
    margin-left: 10px;
}
.policy_card .starrating .icon-star{
    color: #e5e5e5;
    margin-right: 2px;
    vertical-align: middle;
}
.policy_card .starrating .icon-star.full{
    color: #ffc803;
}
.policy_card__logo{
    margin-bottom: 1em;
}
.app_link{
    margin-bottom: 1em;
}
.app_link img{
    border-radius: 8px;
    max-width: 124px;
}
.app_heading{
    font-size: 12px;
}
.policy_criteria .marked-list{
    margin-left: 18px;
}
.policy_card .starrating{
    justify-content: start;
    margin-bottom: 35px;
    align-items: center;
}
.policy_card h3 svg{
    margin-right: 6px;
    vertical-align: middle;
    display: inline-block;
    width: 32px;
    height: 32px;
}
.starrating_rate{
    margin-left: 5px;
}
.article_img{
    float: right;
    margin: 0 0 35px 35px;
    border-radius: 10px;
    max-width: 50%;
}
.rating_tags{
    margin: 32px 0 0;
}
.rating_tags__list{
    display: inline-block;
    max-width: 85%;
    vertical-align: top;
}
.rating_tags__list a{
    letter-spacing: 1px;
    font-weight: 700;
    display: inline-block;
    margin: 0 0 10px 1em;
    font-size: 0.9em;
}
.compare-short-popup{
    max-width: 580px;
    width: auto;
    background-color: #fff;
    margin-left: auto;
    margin-right: auto;
    padding: 40px;
    position: relative;
}
.compare-added-btn{
    text-align: center;
}
.compare-added-info .h2{
    font-weight: bold;
}
.compare-qty{
    display: block;
    margin-top: 1em;
}
.compare-added-btn{
    margin-top: 32px;
}
.option{
    padding-right: 12px;
}
.option .control.disabled{
    opacity: 0.5;
    cursor: default;
}
.options_list--scrollable{
    overflow-y: scroll;
}
.scroll-wrapper{
    overflow: hidden;
    max-height: 320px;
}
.main-popup.newsletter-banner{
    max-width: 460px;
    width: auto;
    background-color: #fff;
    margin-left: auto;
    margin-right: auto;
    padding: 40px;
    position: relative;
}
.main-popup h3{
    margin-bottom: 2em;
}
.main-popup.newsletter-banner .btn{
    margin: 1em 0;
}
.main-popup.newsletter-banner .btn.mfp-close,
div.login-popup .btn.mfp-close{
    background: none;
}
.main-popup.login-popup .mfp-close{
    color: #626873;
    top: -14px;
    right: -72px;
    width: 48px;
    height: 48px;
    font-size: 30px;
    opacity: 1;
}
.content_bg blockquote,
.content blockquote {
    padding: 76px 32px 32px;
    margin: 32px 0;
    font-size: 12px;
    line-height: 1.6;
    background-image: url(../img/icons/quotes.svg);
    background-color: #F5F6F9;
    background-repeat: no-repeat;
    background-position: 32px 22px;
    position: relative;
    border-radius: 12px;
}
.big-red{
    font-weight: bold;
    color: #c32420;
    font-size: 20px;
    line-height: 1.3em;
    margin-bottom: 1em;
}
.quote{
  border-left: 2px solid #DE3F3B;
  margin: 24px 40px;
  padding: 0 0 0 32px;
}
.quote .h4{
  color: #DE3F3B;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 600;
  margin-bottom: 1em;
}
.bordered-block {
    border: 1px solid #c32420;
    margin: 32px 0 32px 100px;
    padding: 32px 55px;
    max-width: 750px;
}
.bordered-block .h4 {
    font-weight: 700;
    color: #16254B;
    margin-bottom: 1em;
    letter-spacing: 1.12px;
    font-size: 20px;
}
.h4 > br:only-child,
.h4:empty,
.h5:empty{
    display: none;
}
div.big-quote {
    margin: 32px 0;
    padding: 32px;
    background: #F5F6F9;
    border-radius: 12px;
}
div.big-quote:after{
    content: "";
    display: block;
    clear: both;
}
.big-quote + p{
    margin-top: 35px;
}
.big-quote .quote-avatar {
    min-width: 165px;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    margin-right: 32px;
    float: left;
}
.big-quote .quote-avatar img {
    display: block;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    aspect-ratio: 1;
    object-fit: cover;
    width: 100%;
}
.big-quote .quote-body {
    width: 100%;
}
.big-quote .quote-body .h4{
    font-weight: 600;
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 2px;
    color: #151515;
}
.big-quote .quote-body .h5 {
    font-size: 12px;
    line-height: 1.6em;
    color: #80889B;
    margin-bottom: 16px;
    overflow: hidden;
}
.big-quote .quote-body .h5 + p{
    overflow: hidden;
}
.big-quote .quote-body p:last-child{
    margin-bottom: 0;
}

@media screen and (max-width: 390px){
    .item_label{
        font-size: 8px;
    }
    .header_fixed .search_form{
        padding-left: 12px;
        padding-right: 12px;
        flex-grow: 0;
    }
    div.login-popup{
        padding: 40px 24px;
    }
    .footer-subscr .form-control,
    .footer-subscr .btn{
        width: 100%;
    }
    body.withFixedHeader .easy-autocomplete-container{
        max-width: calc(100% - 24px);
        max-height: calc(100% - 40px);
    }
}

/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
.pswp {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    overflow: hidden;
    -ms-touch-action: none;
    touch-action: none;
    z-index: 1500;
    -webkit-text-size-adjust: 100%;
    -webkit-backface-visibility: hidden;
    outline: 0
}

.pswp * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.pswp img {
    max-width: none
}

.pswp--animate_opacity {
    opacity: .001;
    will-change: opacity;
    -webkit-transition: opacity 333ms cubic-bezier(.4, 0, .22, 1);
    -o-transition: opacity 333ms cubic-bezier(.4, 0, .22, 1);
    transition: opacity 333ms cubic-bezier(.4, 0, .22, 1)
}

.pswp--open {
    display: block
}

.pswp--zoom-allowed .pswp__img {
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in
}

.pswp--zoomed-in .pswp__img {
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: grab
}

.pswp--dragging .pswp__img {
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: grabbing
}

.pswp__bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    will-change: opacity
}

.pswp__scroll-wrap {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.pswp__container,
.pswp__zoom-wrap {
    -ms-touch-action: none;
    touch-action: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

.pswp__container,
.pswp__img {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none
}

.pswp__zoom-wrap {
    position: absolute;
    width: 100%;
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    -webkit-transition: -webkit-transform 333ms cubic-bezier(.4, 0, .22, 1);
    transition: -webkit-transform 333ms cubic-bezier(.4, 0, .22, 1);
    -o-transition: transform 333ms cubic-bezier(.4, 0, .22, 1);
    transition: transform 333ms cubic-bezier(.4, 0, .22, 1);
    transition: transform 333ms cubic-bezier(.4, 0, .22, 1), -webkit-transform 333ms cubic-bezier(.4, 0, .22, 1)
}

.pswp__bg {
    will-change: opacity;
    -webkit-transition: opacity 333ms cubic-bezier(.4, 0, .22, 1);
    -o-transition: opacity 333ms cubic-bezier(.4, 0, .22, 1);
    transition: opacity 333ms cubic-bezier(.4, 0, .22, 1)
}

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
    -webkit-transition: none;
    -o-transition: none;
    transition: none
}

.pswp__container,
.pswp__zoom-wrap {
    -webkit-backface-visibility: hidden
}

.pswp__item {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: hidden
}

.pswp__img {
    position: absolute;
    width: auto;
    height: auto;
    top: 0;
    left: 0
}

.pswp__img--placeholder {
    -webkit-backface-visibility: hidden
}

.pswp__img--placeholder--blank {
    background: #222
}

.pswp--ie .pswp__img {
    width: 100% !important;
    height: auto !important;
    left: 0;
    top: 0
}

.pswp__error-msg {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    text-align: center;
    font-size: 14px;
    line-height: 16px;
    margin-top: -8px;
    color: #ccc
}

.pswp__error-msg a {
    color: #ccc;
    text-decoration: underline
}

/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */
.pswp__button {
    width: 44px;
    height: 44px;
    position: relative;
    background: 0 0;
    cursor: pointer;
    overflow: visible;
    -webkit-appearance: none;
    display: block;
    border: 0;
    padding: 0;
    margin: 0;
    float: right;
    opacity: .75;
    -webkit-transition: opacity .2s;
    -o-transition: opacity .2s;
    transition: opacity .2s;
    -webkit-box-shadow: none;
    box-shadow: none
}

.pswp__button:focus,
.pswp__button:hover {
    opacity: 1
}

.pswp__button:active {
    outline: 0;
    opacity: .9
}

.pswp__button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.pswp__ui--over-close .pswp__button--close {
    opacity: 1
}

.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
    background: url(../img/default-skin.png) 0 0 no-repeat;
    -webkit-background-size: 264px 88px;
    background-size: 264px 88px;
    width: 44px;
    height: 44px
}

@media (-webkit-min-device-pixel-ratio:1.1),
(-webkit-min-device-pixel-ratio:1.09375),
(-o-min-device-pixel-ratio:35/32),
(min-resolution:105dpi),
(-o-min-device-pixel-ratio:11/10),
(min-resolution:1.1dppx) {

    .pswp--svg .pswp__button,
    .pswp--svg .pswp__button--arrow--left:before,
    .pswp--svg .pswp__button--arrow--right:before {
        background-image: url(../img/default-skin.svg)
    }

    .pswp--svg .pswp__button--arrow--left,
    .pswp--svg .pswp__button--arrow--right {
        background: 0 0
    }
}
@media (min-width: 1201px) {
    .header .wrapper,
    .footer .wrapper{
        margin-left: 80px;
        margin-right: 80px;
    }
    .menu_ratings{
        padding-left: 80px;
        padding-right: 80px;
    }
    .rating-id .wrapper{
        padding-left: 60px;
        padding-right: 60px;
    }
}
@media screen and (min-width: 1920px){
    .header .wrapper,
    .footer .wrapper{
        margin-left: auto;
        margin-right: auto;
    }
    .footer_middle{
        margin-left: 64px;
        margin-right: 64px;
    }
}
@media screen and (min-width: 1441px){
    .rating-id .wrapper{
        padding-left: 0;
    }
    .content.product .rating-line__title,
    .content.product .product__title{
        font-size: 24px;
    }
}
.pswp__button--close {
    background-position: 0 -44px
}

.pswp__button--share {
    background-position: -44px -44px
}

.pswp__button--fs {
    display: none
}

.pswp--supports-fs .pswp__button--fs {
    display: block
}

.pswp--fs .pswp__button--fs {
    background-position: -44px 0
}

.pswp__button--zoom {
    display: none;
    background-position: -88px 0
}

.pswp--zoom-allowed .pswp__button--zoom {
    display: block
}

.pswp--zoomed-in .pswp__button--zoom {
    background-position: -132px 0
}

.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
    visibility: hidden
}

.pswp__button--arrow--left,
.pswp__button--arrow--right {
    background: 0 0;
    top: 50%;
    margin-top: -50px;
    width: 70px;
    height: 100px;
    position: absolute
}

.pswp__button--arrow--left {
    left: 0
}

.pswp__button--arrow--right {
    right: 0
}

.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
    content: '';
    top: 35px;
    background-color: rgba(0, 0, 0, .3);
    height: 30px;
    width: 32px;
    position: absolute
}

.pswp__button--arrow--left:before {
    left: 6px;
    background-position: -138px -44px
}

.pswp__button--arrow--right:before {
    right: 6px;
    background-position: -94px -44px
}

.pswp__counter,
.pswp__share-modal {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.pswp__share-modal {
    display: block;
    background: rgba(0, 0, 0, .5);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 10px;
    position: absolute;
    z-index: 1600;
    opacity: 0;
    -webkit-transition: opacity .25s ease-out;
    -o-transition: opacity .25s ease-out;
    transition: opacity .25s ease-out;
    -webkit-backface-visibility: hidden;
    will-change: opacity
}

.pswp__share-modal--hidden {
    display: none
}

.pswp__share-tooltip {
    z-index: 1620;
    position: absolute;
    background: #fff;
    top: 56px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    display: block;
    width: auto;
    right: 44px;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .25);
    box-shadow: 0 2px 5px rgba(0, 0, 0, .25);
    -webkit-transform: translateY(6px);
    -ms-transform: translateY(6px);
    transform: translateY(6px);
    -webkit-transition: -webkit-transform .25s;
    transition: -webkit-transform .25s;
    -o-transition: transform .25s;
    transition: transform .25s;
    transition: transform .25s, -webkit-transform .25s;
    -webkit-backface-visibility: hidden;
    will-change: transform
}

.pswp__share-tooltip a {
    display: block;
    padding: 8px 12px;
    color: #000;
    text-decoration: none;
    font-size: 14px;
    line-height: 18px
}

.pswp__share-tooltip a:hover {
    text-decoration: none;
    color: #000
}

.pswp__share-tooltip a:first-child {
    -webkit-border-radius: 2px 2px 0 0;
    border-radius: 2px 2px 0 0
}

.pswp__share-tooltip a:last-child {
    -webkit-border-radius: 0 0 2px 2px;
    border-radius: 0 0 2px 2px
}

.pswp__share-modal--fade-in {
    opacity: 1
}

.pswp__share-modal--fade-in .pswp__share-tooltip {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.pswp--touch .pswp__share-tooltip a {
    padding: 16px 12px
}

a.pswp__share--facebook:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: -12px;
    right: 15px;
    border: 6px solid transparent;
    border-bottom-color: #fff;
    -webkit-pointer-events: none;
    -moz-pointer-events: none;
    pointer-events: none
}

a.pswp__share--facebook:hover {
    background: #3e5c9a;
    color: #fff
}

a.pswp__share--facebook:hover:before {
    border-bottom-color: #3e5c9a
}

a.pswp__share--twitter:hover {
    background: #55acee;
    color: #fff
}

a.pswp__share--pinterest:hover {
    background: #ccc;
    color: #ce272d
}

a.pswp__share--download:hover {
    background: #ddd
}

.pswp__counter {
    position: absolute;
    left: 0;
    top: 0;
    height: 44px;
    font-size: 13px;
    line-height: 44px;
    color: #fff;
    opacity: .75;
    padding: 0 10px
}

.pswp__caption {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    min-height: 44px
}

.pswp__caption small {
    font-size: 11px;
    color: #bbb
}

.pswp__caption__center {
    text-align: left;
    max-width: 420px;
    margin: 0 auto;
    font-size: 13px;
    padding: 10px;
    line-height: 20px;
    color: #ccc
}

.pswp__caption--empty {
    display: none
}

.pswp__caption--fake {
    visibility: hidden
}

.pswp__preloader {
    width: 44px;
    height: 44px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -22px;
    opacity: 0;
    -webkit-transition: opacity .25s ease-out;
    -o-transition: opacity .25s ease-out;
    transition: opacity .25s ease-out;
    will-change: opacity;
    direction: ltr
}

.pswp__preloader__icn {
    width: 20px;
    height: 20px;
    margin: 12px
}

.pswp__preloader--active {
    opacity: 1
}

.pswp__preloader--active .pswp__preloader__icn {
    background: url(preloader.gif) 0 0 no-repeat
}

.pswp--css_animation .pswp__preloader--active {
    opacity: 1
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
    -webkit-animation: clockwise .5s linear infinite;
    animation: clockwise .5s linear infinite
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
    -webkit-animation: donut-rotate 1s cubic-bezier(.4, 0, .22, 1) infinite;
    animation: donut-rotate 1s cubic-bezier(.4, 0, .22, 1) infinite
}

.pswp--css_animation .pswp__preloader__icn {
    background: 0 0;
    opacity: .75;
    width: 14px;
    height: 14px;
    position: absolute;
    left: 15px;
    top: 15px;
    margin: 0
}

.pswp--css_animation .pswp__preloader__cut {
    position: relative;
    width: 7px;
    height: 14px;
    overflow: hidden
}

.pswp--css_animation .pswp__preloader__donut {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 14px;
    height: 14px;
    border: 2px solid #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border-left-color: transparent;
    border-bottom-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
    background: 0 0;
    margin: 0
}


@-webkit-keyframes clockwise {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes clockwise {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes donut-rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    50% {
        -webkit-transform: rotate(-140deg);
        transform: rotate(-140deg)
    }

    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

@keyframes donut-rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    50% {
        -webkit-transform: rotate(-140deg);
        transform: rotate(-140deg)
    }

    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

.pswp__ui {
    -webkit-font-smoothing: auto;
    visibility: visible;
    opacity: 1;
    z-index: 1550
}

.pswp__top-bar {
    position: absolute;
    left: 0;
    top: 0;
    height: 44px;
    width: 100%
}

.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right,
.pswp__caption,
.pswp__top-bar {
    -webkit-backface-visibility: hidden;
    will-change: opacity;
    -webkit-transition: opacity 333ms cubic-bezier(.4, 0, .22, 1);
    -o-transition: opacity 333ms cubic-bezier(.4, 0, .22, 1);
    transition: opacity 333ms cubic-bezier(.4, 0, .22, 1)
}

.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
    visibility: visible
}

.pswp__caption,
.pswp__top-bar {
    background-color: rgba(0, 0, 0, .5)
}

.pswp__ui--fit .pswp__caption,
.pswp__ui--fit .pswp__top-bar {
    background-color: rgba(0, 0, 0, .3)
}

.pswp__ui--idle .pswp__top-bar {
    opacity: 0
}

.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
    opacity: 0
}

.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__top-bar {
    opacity: .001
}

.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
    display: none
}

.pswp__element--disabled {
    display: none !important
}

.pswp--minimal--dark .pswp__top-bar {
    background: 0 0
}

/* ------------------------------------------------
  Popovers / Tooltips
-------------------------------------------------*/
.tooltip .icon-question{
    color: #0c339f;
}
.back-to-top{
    background-color: rgba(12,51,159,.8);
    color: #fff;
    position: fixed;
    right: 0;
    bottom: 0;
    width: 60px;
    height: 60px;
    text-align: center;
    padding-top: 12px;
    cursor: pointer;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    visibility: hidden;
    opacity: 0;
    z-index: -1;
    text-align: center;
}
.back-to-top.visible {
    opacity: 1;
    visibility: visible;
    z-index: 100;
}
.back-to-top span {
    display: block;
    text-transform: uppercase;
    font-size: 11px;
    line-height: 15px;
    margin-top: 5px;
    text-transform: uppercase;
}
.visible {
    visibility: visible!important;
}
.back-to-top svg {
    position: relative;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    font-size: 20px;
    display: inline-block;
}
.back-to-top:hover {
    background-color: #0c339f;
}
.for_robots{
    margin: 0;
    padding: 0;
    width: 0;
    height: 0;
    font-size: 0;
    overflow: hidden;
    visibility: hidden;
}
.sidebar_cont{
    padding: 1em;
    border: 1px solid #c4c4c4;
    border-top: none;
    border-radius: 0 0 8px 8px;
    overflow: hidden;
}
.article_share{
    margin-top: 35px;
    padding-top: 35px;
    position: relative;
}
.article_share:before{
    content: "";
    border-top: 1px solid #c4c4c4;
    position: absolute;
    top: 0;
    left: 0;
    width: 226px;
}
.article_share .icon{
    font-size: 28px;
    margin-left: 1em;
}
.share-icons_title{
    margin-right: 1em;
}
@media screen and (min-width: 768px) and (max-width: 1024px){
    .header_fixed .cat_btn{
        width: 48px;
        height: 45px;
    }
    .header_fixed .logout-link:not(.active) .profile-link{
        display: none;
    }
    .sidebar .share-icons_title{
        display: block;
    }
    .header .search_form{
        padding: 0;
    }
    .header .fav_container{
        padding-right: 0;
    }
    .close_menu_overlay{
        top: -47px;
    }
    .header_fixed .logo{
        flex-basis: auto;
    }
    .header_fixed .profile-info img{
        width: 45px;
        height: 45px;
    }
    .f-subscribe{
        max-width: 615px;
        width: 100%;
    }
}
.marked-list+.view_all{
    color: #0c339f;
    display: inline-flex;
    margin: 1em 0 1em 24px;
    font-size: 14px;
}
.view_all .filter_toggler{
    margin: 1px 0 0 3px;
    transform: rotate(-180deg);
}
.view_all .filter_toggler.active{
    transform: rotate(0);
}
.doc-list{
    list-style-type: none;
    padding: 0;
    margin-top: 1em;
    margin-bottom: 1em;
}
.doc-list a{
    display: block;
    margin: 1em 0 0 18px;
    position: relative;
    padding: 0.5em 0 1em 48px;
    background: url(/local/templates/main_new/img/doc.svg) no-repeat 0 0;
    background-size: 32px auto;
}
.marked-list+.view_all:hover{
    color: #000;
}
.marked-list_item{
    padding-left: 24px;
    background: url(/local/templates/main_new/icons/green-checkmark.svg) no-repeat 0 4px;
    background-size: 12px auto;
    margin-bottom: 0.5em;
    position: relative;
}
.marked-list_item--bad{
    background: url(/local/templates/main_new/icons/red-cross.svg) no-repeat 2px 5px;
    background-size: 9px auto;
}
.marked-list_item--medium{
    background: none;
}
.marked-list_item--medium:before{
    background: #e9b806;
    width: 8px;
    height: 8px;
    left: 2.5px;
    top: 5px;
    content: "";
    position: absolute;
    border-radius: 8px;
}
div.policy_search{
  flex-grow: 1;
}
.row.items-center{
  align-items: center;
}
.row.policy_statistics [class^="col-"]{
  flex-shrink: 1;
  flex-grow: 1;
  font-size: 14px;
  line-height: 1.25em;
}

.row.policy_statistics [class^="col-"] span{
  font-size: 36px;
  line-height: 36px;
  font-weight: bold;
  display: block;
  margin-bottom: 8px;
}
.russian-flag{
  display: inline-block;
  width: 42px;
  height: 28px;
  position: relative;
  background: #fff;
  margin: 4px auto 12px;
  box-shadow: 0 0 8px rgb(0 0 0 / 20%);
}
.russian-flag:before{
  content: "";
  position: absolute;
  background: #0c359c;
  height: 33.33%;
  width: 100%;
  bottom: 33.33%;
  left: 0;
}
.russian-flag:after{
  content: "";
  position: absolute;
  background: #c32420;
  height: 33.33%;
  width: 100%;
  bottom: 0;
  left: 0;
}
a picture .img-fluid{
    display: block;
}
.policy_search .easy-autocomplete-container ul {
    position: absolute;
    top: 100%;
    width: 100%;
}
.social-list_title{
    margin-top: 40px;
    margin-bottom: 24px;
    display: block;
}
.shop-link-container{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.news-bottom-info .simple-list{
    margin-top: 0;
}

/* .promo
**************************/
.promo{
    background: #fff;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .1);
    box-shadow: 0 0 20px rgba(0, 0, 0, .1);
    border-radius: 10px;
}
.promo.promo--mt{
    margin-top: 32px;
}
.promo:hover{
    -webkit-box-shadow: 0 0 20px rgba(85, 114, 186, .25);
    box-shadow: 0 0 20px rgba(85, 114, 186, .25);
}
.promo__body{
    position: relative;
}
.promo__head{
    margin-bottom: 26px;
    height: 94px;
    padding: 8px 0 0;
    background: #859acd;
    text-align: center;
    border-radius: 10px 10px 0 0;
}
.promo__img{
    width: 130px;
    margin: 20px auto;
    display: inline-block;
}
.promo__content{
    padding: 24px 36px 33px;
    text-align: center;
}
/*.promo__title{
    margin-bottom: 24px;
}*/
.promo__btn:before{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.promo__divider{
    height: 0;
    width: 88px;
    border-top: 1px solid #c4c4c4;
    margin: 0 auto;
}
.promo__footer{
    padding: 32px 36px 33px;
    text-align: center;
    white-space: nowrap;
}
.top_btns.top_btns--ib{
    display: inline-block;
    margin-top: 0;
}
.top_btns--ib .btn_share-rating.btn{
    margin-bottom: 0;
}
.top_btns--ib .share-icons{
    display: none;
}
.btn.btn--outline{
    background: #fff;
    border: 2px solid #0c359c;
    color: #0c359c;
}
.btn.btn--outline:hover{
    background: #5572ba;
    border-color: #5572ba;
    color: #fff;
}

/*фиксы для совмещения шапки и подвала со старым дизайном*/
body .gray-section.mb-minus-45 {
    margin-bottom: 0!important;
}
body .comment .comment-text{
    max-height: 62px;
}
.btn.blue,
.btn.btn--give,
.btn.btn--give:hover{
    color: #fff;
}
.swiper-pagination-bullet:only-child{
    display: none;
}
.b-promo .top-banner--second .top-banner__title{
    line-height: 1.218;
}
.b-promo .top-banner--second .top-banner__img img{
    width: 56%;
    top: auto;
    bottom: 0;
}
.b-promo .top-banner__roubric{
    display: block;
}
.top-banner__content .icon.icon-quality{
    font-size: 53px;
    margin-block: 3px;
}
@media screen and (min-width: 1441px) {
    .top-banner__content .icon.icon-quality {
        font-size: 130px;
    }
}
@media screen and (max-width: 1439px) {
    .b-promo .top-banner{
        height: 230px;
    }
}
@media screen and (min-width: 641px) and (max-width: 1024px){
    .b-promo .top-banner--second .top-banner__title{
        margin-top: 24px;
    }
    .b-promo .top-banner__content{
        max-width: 130px;
        font-size: 13px;
    }
    .b-promo .top-banner__content-num{
        font-size: 26px;
    }
}
@media screen and (max-width: 640px){
    .b-promo__main{
        order: 2;
    }
    .b-promo .swiper-button-next,
    .b-promo .swiper-button-prev{
        display: none!important
    }
}
.top-banner .top-banner__overlay {
  background: linear-gradient(transparent, transparent 50%, rgba(0,0,0,0.6) 100%);
}
.preloader--search{
    position: absolute;
    z-index: auto;
    right: 48px;
    top: 50%;
    transform: translateY(-50%);
    display: block;
}
@media screen and (max-width: 767px){
    .preloader--search{
        right: 32px;
        width: 1em;
        height: 1em;
    }
}
/*ASIDE NEWS*/
.sidebar .section__title{
  margin-top: 0;
}
.sidebar .box__title{
  font-size: 18px;
  margin-bottom: 24px;
}
.sidebar .control{
  font-size: 13px;
  margin-bottom: 24px;
}
.sidebar .box--filled .control__indicator{
  border: 2px solid #CFD7E5;
}
.box.box--filled{
  background: #F5F6F9;
  border: none;
}
.box.box--round{
    border-radius: 16px;
    padding: 24px;
}
.sidebar .control.control--radio .control__indicator{
  display: flex;
  align-items: center;
  justify-content: center;
}
.sidebar .control.control--radio .control__indicator:after{
  position: static;
}
.sidebar-widget .btn{
  width: 100%;
}
.sidebar .box{
  padding: 24px;
  border-radius: 12px;
}
.js-show-results .progress-item{
  margin-bottom: 20px;
}
.aside-news__item{
  padding: 24px 0;
  border-top: 1px solid #CFD7E5;
  display: flex;
  flex-direction: column;
  row-gap: 12px;
  align-items: flex-start;
}
.aside-news__item:last-child{
    padding-bottom: 0;
}
.aside-news__item a{
  color: #151515;
  transition: all .2s;
}
.aside-news__item a:hover{
    color: #0c359c;
}
.aside-news__item .article-card__tag{
  border-color: #80889B;
  color: #80889B;
}
.article-card:hover .article-card__info{
    overflow: hidden;
}
@media screen and (min-width: 1024px){
  .content .sidebar{
    padding-left: 24px;
  }
  .content .leftblock{
    padding-right: 24px;
  }
  .sidebar .btn{
    width: 100%;
  }
}
@media screen and (min-width: 1440px){
  .sidebar .box{
    padding: 32px;
  }
  .content .leftblock{
    padding-right: 40px;
  }
  .content .sidebar{
    padding-left: 40px;
  }
}

@media screen and (max-width: 767px){
  aside.sidebar{
    margin-top: 64px;
  }
  .aside-news__item{
    padding: 12px 0;
  }
  .sidebar .poll-wrapper{
    margin-top: 24px;
  }
}

/********** Preloader *********/
.news-preloader{
    width: 100%;
}
.lds-ellipsis,
.lds-ellipsis div {
  box-sizing: border-box;
}
.lds-ellipsis {
  position: relative;
  width: 70px;
  height: 100px;
  color: #0c359c;
  margin: 0 auto;
  opacity: 0.5;
}
.lds-ellipsis div {
  position: absolute;
  top: 33.33333px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: currentColor;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}
.select2-container--custom.select2-container .select2-selection--single {
  background-color: #fff;
  border: 1px solid #CFD7E5;
  border-radius: 6px;
  height: 55px;
}
.filter_column .select2-container--custom.select2-container .select2-selection--single{
    border-color: #fff;
}
.select2-container--custom.select2-container--open.select2-container--below .select2-selection--single{
  border-radius: 6px 6px 0 0;
}
.select2-container--custom.select2-container--open.select2-container--above .select2-selection--single{
    border-radius: 0 0 6px 6px;
}
.select2-container--custom.select2-container .select2-selection--single .select2-selection__rendered{
    line-height: 55px;
    color: #151515;
    font-size: 13px;
    padding: 0 40px 0 24px;
}
.select2-container--custom.select2-container .select2-selection__arrow b{
    height: 13px;
    position: absolute;
    top: 22px;
    right: 23px;
    width: 13px;
    background: url('../icons/select.svg') no-repeat 0 50% / 13px auto;
    transition: all 0.2s;
}
.select2-container--custom.select2-container--open .select2-selection__arrow b{
    transform: rotate(-180deg);
}
.select2-container--custom.select2-container .select2-dropdown{
    border: none;
    border-radius: 6px;
    max-height: 200px;
    overflow-y: auto;
    scrollbar-width: thin;
    box-shadow: 0 1px 3px 0 rgb(12 53 156 / 20%);
}
.select2-container--custom.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-radius: 0 0 6px 6px;
}
.select2-container--custom.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-radius: 6px 6px 0 0
}
.select2-container--custom.select2-container .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #edf0f5;
}
.select2-container--custom.select2-container .select2-results__option{
    padding: 12px 24px;
}
.select2-container--custom.select2-container .select2-results__option--selected{
    font-weight: 600;
    background-color: #edf0f5;
}
.star-rate-form{
    padding: 40px;
    border-radius: 12px;
    background: #F5F6F9;
}
.star-rate-form--flex{
    gap: 24px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
.star-rate-form__title{
    font-size: 20px;
    font-weight: 500;

}
.star-rate-form .starrate__star{
    stroke: #9AA0B1;
    font-size: 24px;
}
.star-rate-form .starrate__input:checked ~ .starrate__item .starrate__star{
    stroke: #ffd953;
}
.star-rate-form__header{
    display: flex;
    align-items: center;
    column-gap: 26px;
}
.star-rate-form__comment{
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.star-rate-form__comment-text{
    font-size: 16px;
}
.star-rate-form__comment-text:not(.star-rate-form__comment-text--single){
    grid-column: 1/3;
    margin-bottom: 24px;
}
.star-rate-form textarea.form-control{
    height: 100%;
    border: none;
    resize: none;
    min-height: 164px;
}
.star-rate-form:not(.star-rate-form--flex) .star-rate-form__btn{
    margin-top: 32px;
}
.star-rate-form__btn{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    row-gap: 26px;
}
.star-rate-form__comment .control:last-of-type{
    margin-bottom: 0;
}
@media (max-width:769px) {
    .star-rate-form{
        padding: 20px;
    }
    .star-rate-form__body{
        width: 100%;
    }
    .star-rate-form__header{
        flex-direction: column;
        align-items: center;
        width: 100%;
        row-gap: 26px;
    }
    .star-rate-form__btn{
        margin-left: auto;
        margin-right: auto;
        flex-direction: column;
        align-items: center;
    }
    .star-rate-form .starrate__star{
        font-size: 40px;
    }
    .star-rate-form__comment{
        grid-template-columns: 1fr;
        row-gap: 24px;
    }
    .star-rate-form__comment-text:not(.star-rate-form__comment-text--single){
        grid-column: inherit;
        margin-bottom: 0;
    }
}
.contents{
    background: #F5F6F9;
    padding: 24px;
    border-radius: 12px;
}
.contents.contents--inline{
    margin-bottom: 40px;
}
@media screen and (max-width: 767px){
    .contents{
        display: none;
    }
}
.contents.automatic .icon{
    transform: rotate(90deg);
}
.contents.automatic.expand .icon{
    transform: rotate(-90deg);
}
.page-text .contents__title{
    margin: 0;
    cursor: pointer;
    font-size: 26px;
    color: #151515;
    line-height: 1.22;
    font-weight: 600
}
.contents__title + .contents__item{
    margin-top: 32px;
}
.contents__item{
    font-size: 13px;
    line-height: 150%;
    color: #626873;
    display: block;
    transition: all .2s;
    text-decoration: none;
}
.page-text a.contents__item{
    text-decoration: none;
}
.contents--inline:not(.expand) .contents__item{
    display: none;
}
.contents__item.contents__item:hover,
.contents__item.contents__item--active{
    color: #151515;
    transform: translateX(12px);
}
.contents__item + .contents__item{
    margin-top: 24px;
}
/*
.menu-tabs*/
.menu-tabs{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 40px;
    margin: 40px 0 80px;
    padding: 0;
    list-style: none;
}
.menu-tabs.menu-tabs--vine{
    margin: 48px 0;
}
@media (max-width:640px) {
    .menu-tabs.menu-tabs--vine{
        margin: 24px 0;
    }
}
.menu-tabs > li{
    font-size: 13px;
    white-space: nowrap;
}
.menu-tabs > li > a,
.menu-tabs > li > span{
    display: flex;
    gap: 8px;
    color: #151515;
    padding: 0 0 12px;
    border-bottom: 2px solid transparent;
}
.menu-tabs > li > .current,
.menu-tabs > li > a:hover,
.menu-tabs > li > span:hover{
    border-color: #0C359C;
}
.menu-tabs > li > a > span,
.menu-tabs > li > span > span{
    color: #80889B;
}
@media screen and (min-width: 1024px){
    .menu-tabs > li{
        font-size: 16px;
    }
    .menu-tabs.menu-tabs--vine{
        margin: 32px 0;
    }
}
@media screen and (max-width:1024px){
    .menu-tabs{
        overflow-x: scroll;
        scrollbar-width: none;
        flex-wrap: nowrap;
    }
}
.h1-flex-wrap{
    display: flex;
    justify-content: space-between;
}
@media (max-width: 640px){
    .h1-flex-wrap{
        flex-direction: column;
        row-gap: 20px;
        margin-bottom: 20px;
    }
    .h1-flex-wrap .h1{
        margin-bottom: 0;
    }
}
.table-wrapper{
    max-width: 100%;
    overflow-x: hidden;
}.banners_trio{
    max-height: 90px;
}
@media screen and (max-width: 991px){
    .banners_trio{
        max-height: 120px;
    }
}