

/* Start:/local/templates/main_new/css/main.min.css?1712312441116143*/
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
}

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 {
    background-color: #fff;
    font-family: Raleway, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    position: relative;
    color: #000
}

body.withFixedHeader {
    padding-top: 142px
}

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: #000
}
h1{
    color: #16254b;
    font-weight: 700;
    font-size: 36px;
    line-height: 1.36em;
    margin: 0.67em 0;
}
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
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.header {
    background: #fff;
    padding: 21px 0;
    -webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, .2);
    position: relative;
    z-index: 26
}

.header_fixed {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    padding-bottom: 12px
}

.header_fixed .nav_top,
.header_withMenuOpened .nav_top{
    display: none
}
.header.header_withMenuOpened{
	padding-bottom: 10px;
	box-shadow: none;
	z-index: 13;
	border-bottom: 1px solid #dce0ea;
}
.header_fixed+.menu_overlay {
    position: absolute
}
#bx-panel+.header+.menu_overlay{
    top: 238px;
}
#bx-panel.bx-panel-folded+.header+.menu_overlay{
    top: 130px;
}
.hidden_item {
    display: none !important;
}
.header .wrapper {
    position: relative
}

.logo {
    position: relative;
    top: -3px;
}

.logo a {
    max-width: 283px;
}

.logo img {
    width: 283px;
    height: 54px
}

.logo-dark {
    margin-bottom: 36px;
    max-width: 230px;
}

.nav_top {
    position: relative;
}

.nav_top .nav {
    list-style: none;
    margin: 20px 0 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    overflow: hidden;
    white-space: nowrap
}
.nav_top .nav .slick-slide:first-child .nav_top__item{
	margin-left: 0;
}
.nav_top .nav .slick-slide:last-child .nav_top__item{
	margin-right: 0;
}
.nav_top .nav .nav_top__item{
    margin: 0 16px;
}
.nav_desktop.nav .nav_top__item:first-child{
    margin-left: 0;
}
.nav_desktop.nav .nav_top__item:last-child{
    margin-right: 0;
}
.nav_top .nav .nav_top__item a {
    color: #000;
    display: block;
    line-height: 22px
}

.nav_top .nav .nav_top__item a:hover {
    color: #979797
}
.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;
}

.nav_top .nav-btn {
    top: 9px;
    width: 22px;
    height: 22px;
    line-height: 22px;
    margin-top: 0;
}
.nav_top .nav-btn .icon{
    height: 10px;
}
.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 ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.menu_top ul li a {
    display: block;
    line-height: 47px;
    color: #16254b;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.12px;
    white-space: nowrap;
}

.menu_top ul li a:hover {
    color: #979797
}

.menu_top ul li+li {
    margin-left: 30px
}

.cat_btn {
    max-width: 330px;
    color: #fff;
    background: #0c359c;
    height: 47px;
    line-height: 47px;
    padding: 0 16px;
    text-transform: uppercase;
    border-radius: 6px;
    letter-spacing: 1.12px;
    white-space: nowrap
}

.cat_btn:hover {
    color: #fff;
    opacity: .7
}

.cat_btn .line {
    width: 18px;
    height: 2px;
    background-color: #fff;
    border-radius: 2px;
    display: block;
    margin: 3px auto;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.menu_toggler {
    margin-right: 10px
}

.menu_toggler.is-active .line:nth-child(1) {
    -webkit-transform: translateY(5px) rotate(45deg);
    -ms-transform: translateY(5px) rotate(45deg);
    transform: translateY(5px) rotate(45deg)
}

.menu_toggler.is-active .line:nth-child(2) {
    opacity: 0
}

.menu_toggler.is-active .line:nth-child(3) {
    -webkit-transform: translateY(-5px) rotate(-45deg);
    -ms-transform: translateY(-5px) rotate(-45deg);
    transform: translateY(-5px) rotate(-45deg)
}

.menu_overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, .8);
    top: 90px;
    z-index: 13
}

.menu_ratings {
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    width: 100%;
}

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

.menu_ratings .menu_subtitle:hover {
    color: inherit
}

@media screen and (min-width:993px) {
    .menu_ratings .menu_subtitle {
        display: none
    }
    .nav_top .nav.nav_mob{
        opacity: 0;
        height: 0;
        margin: 0;
        padding: 0
    }
}

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

.menu_ratings>ul {
    width: 20%;
    background: #edf0f5;
    padding-top: 1em;
    min-height: 590px;
}

.menu_ratings>ul>li {
    text-transform: uppercase;
    font-weight: 700;
}

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

.menu_ratings>ul>li a {
    color: #000
}

.menu_ratings>ul>li+li {
    border-top: 1px solid #dce0ea
}

.menu_ratings>ul>li:not(.active)>ul,
.menu_ratings>ul>li:not(.active) .menu_ratings__inner {
    display: none
}

.menu_ratings>ul>li.active {
    color: #0c359c;
    background: #fff
}

.menu_ratings>ul>li.active>ul,
.menu_ratings li.active .menu_ratings__inner {
    width: 80%;
    position: absolute;
    left: 20%;
    top: 0;
    padding: 32px 24px 32px 0;
    background: #fff;
    cursor: default;
}
.menu_ratings__inner>ul{
    -moz-column-count: 4;
    -webkit-column-count: 4;
    column-count: 4;
}
.menu_ratings__inner>ul.cat-28{
    column-count: 1;
}
div.menu_ratings li .menu_ratings__inner>ul.cat-28>li{
    vertical-align: top;
    width: 25%;
}
.category_footer{
    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-bottom: 3em;
}
.category_footer__item{
    padding-left: 52px;
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
}
.category_footer__item span{
    display: block;
    overflow: hidden;
    font-size: 0.9em;
}
.menu-vgr-logo{
    margin-left: -1px;
}
.menu_ratings__banner img{
    display: block;
    float: left;
    margin-right: 12px;

}
.menu_ratings__banner span{
    display: block;
    overflow: hidden;
}
.menu_ratings__all{
    padding-left: 44px;
    background: url(/local/templates/main_new/css/../img/q-label.svg) no-repeat 0 0;
    background-size: auto 100%;
    line-height: 32px;
    display: block;
    white-space: nowrap;
}
.menu_ratings__all:hover,
.menu_ratings__banner span:hover{
    color: #0c359c;
}
.menu_ratings>ul>li>span:first-child,
.menu_item__if,
.menu_ratings>ul>li:not(.menu_item__if)>a{
    padding: 24px 20px 20px 40px;
    cursor: pointer;
    display: block;
}
.menu_ratings>ul>li.active>ul>li,
.menu_ratings li.active .menu_ratings__inner>ul>li{
    padding-left: 52px;
    margin-bottom: 2em;
    display: inline-block;
    width: 100%
}
.menu_ratings>ul>li.active>ul>li>a,
.menu_ratings li.active .menu_ratings__inner>ul>li>a {
    display: block;
    margin-bottom: 1em
}

.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,
.menu_ratings li.active .menu_ratings__inner>ul li ul {
    font-weight: 400
}

.menu_ratings>ul>li.active>ul>li ul li,
.menu_ratings li.active .menu_ratings__inner li ul li {
    text-transform: none;
    line-height: 1.5em;
    margin-bottom: .5em
}
.category_list{
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%;
}
.category_list__item{
    padding-left: 52px;
}
.serv_top {
    text-align: center;
    -webkit-box-flex: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    position: relative
}

.serv_top a {
    font-size: 14px;
    letter-spacing: 1.12px;
    color: #000
}
.serv_top a:hover{
    color: #000
}

.serv_top .icon {
    display: block;
    color: #c32420;
    margin: 0 auto 5px;
    font-size: 18px
}
.serv_top .search_form.opened .icon{
    color: #fff;
}
.serv_top .search_form .inputtext{
    padding-left: 16px;
}
.serv_top__search {
    margin-right: 34px;
    stroke: #c32420
}

.search_form {
    position: absolute;
    width: 0;
    right: 0;
    top: 0;
    overflow: hidden;
    -webkit-transform: all .4s;
    -ms-transform: all .4s;
    transform: all .4s;

}

.search_form .formgroup {
    position: relative;
    margin-right: 50px;
    background: #fff
}

.search_form.opened {
    width: calc(100% - 16px);
    overflow: visible;
}
.textinput{
    border: 1px solid #dce0ea;
    height: 50px;
    line-height: 50px;
    border-radius: 6px;
    width: 100%;
    padding-left: 24px;
    box-shadow: none;
    outline: none;
}
.inputcont{
    position: relative;
}
.inputcont .btn{
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 0 6px 6px 0;
    line-height: 47px;
}
.search_form .textinput {
    height: 47px;
    line-height: 47px;
    width: 100%;
    padding-right: 60px;
}
.filter_search{
    padding-right: 90px;
}
.textinput:focus,
.textinput:focus-visible,
.content_bg .textinput:focus,
.content_bg .textinput:focus-visible{
    border-color: #0c359c
}

.search_form .btn {
    border-radius: 0 6px 6px 0;
    background-color: #0c359c;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    width: 55px;
    height: 47px;
    line-height: 47px
}

.search_form .btn .icon {
    stroke: #fff;
    margin: 0 auto
}

.search_toggler {
    width: 50px;
    height: 47px;
    position: absolute;
    right: 0;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    background: #fff;
}

.search_toggler .search_toggler__icon {
    width: 14px;
    height: 14px;
    margin: 3px auto 0
}

.search_toggler .line {
    width: 14px;
    height: 2px;
    background-color: #0c359c;
    border-radius: 1px;
    display: block;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.search_toggler .line:nth-child(1) {
    -webkit-transform: translateY(5px) rotate(45deg);
    -ms-transform: translateY(5px) rotate(45deg);
    transform: translateY(5px) rotate(45deg)
}

.search_toggler .line:nth-child(2) {
    -webkit-transform: translateY(-5px) rotate(-45deg);
    -ms-transform: translateY(-5px) rotate(-45deg);
    transform: translateY(-5px) rotate(-45deg);
    margin-top: 8px
}

.content {
    padding: 35px 0;
}

.content_bg {
    padding: 35px 0;
    background: #edf0f5;
    width: 100%;
}
#top-tab.content_bg{
    padding-top: 0;
}
#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-family: "Open Sans", sans-serif;
    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;
}
.menu_ratings__vgr{
    line-height: 1.3em;
}

@media screen and (max-width:1600px) {
    .news_slider__item .hide-on-lg{
        display: none
    }
}

.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:1600px) {
    .news_slider__img {
        height: 180px
    }
}

.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
    }

    ul.footer_menu--about {
        display: flex;
        margin-left: -16px;
        margin-right: -16px;
        flex-direction: row;
        padding-top: 1em;
        margin-top: 1em;
        flex-wrap: wrap;
    }

    ul.footer_menu--about li {
        -ms-flex: 0 0 33.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
        padding-left: 16px;
        padding-right: 16px;
        margin-top: 0
    }

    .footer .text-right {
        text-align: left;
    }

    .footer_bottom {
        margin-top: 25px;
        padding-top: 35px;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        flex-flow: row-reverse;
        flex-wrap: wrap
    }

    .footer_bottom .h4 br {
        display: none;
    }

    div.rsk-logo {
        margin-top: 0;
    }

    .roubrics {
        margin-bottom: 35px
    }
}

.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
    }
}

.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(/local/templates/main_new/css/../img/banner_bottom.jpg) no-repeat 50% 50%;
    background-size: cover;
    border-radius: 10px;
    height: 100%
}

@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.opened{
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        background: #edf0f5;
        z-index: 27;
        padding-top: 48px;
        min-height: 100%;
        max-height: 100%;
        overflow-y: scroll;
    }
    .filter_column .antirating-btn{
        display: none;
    }
    .filters_list{
        position: sticky;
        top: 103px;
        z-index: 11;
        background: #edf0f5;
        padding: 16px 0 5px;
    }
    .content_bg{
        padding-top: 21px;
    }
}
@media screen and (min-width: 789px) and (max-width:1023px) {

}
.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;
    }
}

.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__input {
    position: relative
}

.subscr_form__input .btn {
    border-radius: 0 6px 6px 0;
    background-color: #0c9c57;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    height: 50px;
}
.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(/local/templates/main_new/css/../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{
	border-color: #4eb589;
}
.subscr_form__input .btn:hover {
    background: #4eb589;
}

.subscr_form__input .textinput:focus,
.subscr_form__input .textinput:focus-visible{
    border-color: #0c359c;
    box-shadow: none;
}
.btn {
    display: inline-block;
    font-size: 18px;
    color: #fff;
    border-radius: 6px;
    width: 206px;
    line-height: 50px;
    text-align: center;
    background: #0c359c;
    border: none;
    outline: 0;
    font-weight: 500;
    cursor: pointer;
    letter-spacing: 1px;
}

.btn:hover {
    background: #5572ba;
    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: #c4c4c4;
    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 {
    background: #18233d;
    color: #c4c4c4;
    padding: 50px 0;
}

.footer a {
    color: #fff;
    text-decoration: none
}

.footer a:hover {
    color: #979797
}

.footer p {
    font-size: 12px;
    color: #c4c4c4
}

.footer_menu {
    padding: 0;
    margin: 0;
    font-size: 14px;
    list-style-type: none
}

.footer_menu li {
    margin: 1em 0
}

.footer_menu a {
    color: #fff
}

.footer-link img {
    border-radius: 6px;
    margin-bottom: .5em
}

.footer .social {
    padding: 0;
    list-style: none;
    margin: 0
}

.footer .social li {
    margin-bottom: 1.5em
}

.footer .social li+li {
    margin-left: 12px
}

.footer .social .icon {
    font-size: 30px
}

.footer .social .icon.icon-dzen{
    font-size: 26px;
    margin-left: 3px;
}

.footer .h4 {
    font-size: 14px;
    margin-bottom: 1em
}

.footer .h5 {
    font-size: 12px;
    text-transform: uppercase;
    color: #c4c4c4
}

.footer .text-small {
    color: #979797;
    font-size: 12px;
    line-height: 1.3em
}

.footer-subscr {
    margin-bottom: 1em;
    position: relative;
    overflow: hidden;
    border-radius: 6px
}

.footer-subscr .inputtext {
    width: 100%;
    background: 0 0;
    height: 38px;
    line-height: 38px;
    color: #979797;
    border: 1px solid #979797;
    border-radius: 6px;
    font-size: 12px;
    padding: 0 10px;
    max-width: 128px;
    border-radius: 6px 0 0 6px;
}

.footer-subscr .inputtext:focus,
.footer-subscr .inputtext:focus-visible {
    outline: 0;
    border-color: #0c9c57
}

.footer-subscr .btn {
    height: 38px;
    width: 57px;
    position: absolute;
    right: 0;
    top: 0;
    background: url(/local/templates/main_new/css/../img/letter-white.svg) no-repeat 50% 50% #0c9c57;
    border-radius: 0 6px 6px 0
}

.footer-text {
    margin-top: 35px
}

.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: 580px;
    width: auto;
    background-color: #fff;
    margin-left: auto;
    margin-right: auto;
    padding: 40px;
    position: relative;
}

div.login-popup .navigation-tabs,
.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 li,
.tabs li {
    list-style-type: none;
    font-weight: 700;
    padding: 0 32px 16px;
    cursor: pointer;
}

.login-popup .navigation-tabs li.active,
.tabs li.active {
    border-bottom: 3px solid #0c359c;
    padding-bottom: 13px;
}{
    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: 1em 0
}

.login-popup .social li {
    list-style-type: none;
    width: 18%;
    text-align: center
}

.login-popup .social li a {
    border-radius: 6px;
    background: #edf0f5;
    display: block;
    height: 100%;
    line-height: 45px;
    padding-bottom: 2px
}

.login-popup.submited .social li a{
    margin-right: 10px;
}

.login-popup .social li a .icon {
    font-size: 26px
}

.login-popup .social li a .icon.icon-google {
    font-size: 18px;
}

.login-popup .social li a .icon.icon-vk {
    font-size: 23px;
}

.login-popup .social li a .icon.icon-apple {
    font-size: 21px;
}
.login-popup .btn{
    height: 50px;
}

.social-login {
    margin-top: 1em
}

.form-group {
    margin-bottom: 2em;
    position: relative;
}

.form-group label {
    margin-bottom: .5em;
    display: block
}

.form-control {
    display: block;
    width: 100%;
    padding: .5rem .85rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #979797;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #c4c4c4;
    -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: 6px
}

.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%
}
.menu_ratings .is-new{
    position: relative;
}
.menu_ratings .is-new::before {
    content: "";
    vertical-align: middle;
    font-weight: 500;
    letter-spacing: 0.2px;
    background: rgb(195, 36, 32);
    border-radius: 8px;
    width: 8px;
    height: 8px;
    display: block;
    margin: 14px 0 -14px -14px;
}
.table-of-contents{
    margin-bottom: 1em;
}
.table-of-contents .title{
    margin-top: 0;
    font-size: 16px;
    cursor: pointer;
}
.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: 16px;
    color: #c32420;
}
.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 li,
#page-text ul li{
    position: relative;
    padding-left: 50px;
}
#details ol{
    counter-reset: numbered-counter;
}
#details ol li{
    counter-increment: numbered-counter;
    position: relative;
    padding: 0;
}
#details ol li:before{
    content: counter(numbered-counter) ". ";
    color: #c32420;
    font-size: 30px;
    line-height: 30px;
    font-weight: 600;
    text-transform: none;
    margin-bottom: 0.5em;
    margin-right: 12px;
    display: inline-block;
    min-width: 32px;
    margin-bottom: 0;
    vertical-align: baseline;
}
#details li + li{
    margin-top: 0.5em;
}
#details ul li:before,
#page-text ul li:before{
    content: "";
    position: absolute;
    left: 32px;
    top: 0.5em;
    width: 7px;
    height: 7px;
    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;
    padding-left: 32px;
}
#details h2{
    font-size: 26px;
}
#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;
}
.table-of-contents .list li:before,
#details .table-of-contents .list li:before{
    left: 0;
}
#details li a{
    color: #000;
}
#details li a:hover{
    color: #0c359c
}
.table-rating{
    width: 100%;
    max-width: 100%;
    background-color: transparent;
}
.table-rating th,
.table-data th{
    font-size: 12px;
    line-height: 1.3em;
    padding: .75rem .75rem 10px;
    text-align: center;
    vertical-align: middle;
}
.table-rating td,
.table-data td{
    padding: .75rem;
    text-align: center;
    vertical-align: middle;
}
.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 tr td+td,
.table-data tr td+td{
    border-left: 10px solid #fff;
}
.table-rating td,
.table-data td{
    background-color: rgba(0,0,0,.05);
    border-bottom: 10px solid #fff;
}
@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
}
.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: 0;
    caption-side: top;
    color: #000;
}
td.val_verybad {
    background: #E82E46!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_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;
}


@media (min-width:480px){
    .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%
    }
}
@media (min-width: 481px) {
    .xs-only {
        display: none
    }
}

@media (min-width: 768px) {
    .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-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%;
    }
}
@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
    }
    .filters_list .filters_btn,
    .filter_column .mfp-close,
    .filters_list .antirating-btn,
    .reset_btn_cont .hide-on-lg{
        display: none;
    }
    .content-top-banner{
        max-height: 537px;
        overflow: hidden;
    }
}

@media (min-width:1025px) {
    .menu_item__if {
        display: none
    }
}

@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-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%
    }
}

@media screen and (max-width:1300px) {
    .wrapper {
        margin-left: 24px;
        margin-right: 24px
    }
}

@media screen and (max-width:1400px) {
    .q-title {
        font-size: 12px;
        padding-top: 1px
    }
}

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

    .cat_btn,
    .menu_top ul li a {
        font-size: 14px
    }
    .category_footer__item .menu_ratings__vgr span{
        font-size: 0.7em;
        line-height: 1.28em;
    }
    .menu_overlay {
        top: 77px;
    }
    .menu_ratings__banner img{
        width: 40px;
        height: 40px;
    }

    .logo {
        width: calc(20% + 16px)
    }

    .serv_top {
        position: static
    }

    .serv_top .search_form.opened {
        width: 100%
    }
}

@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
    }
    .menu_ratings>ul>li>span:first-child,
    .menu_item__if,
    .menu_ratings>ul>li:not(.menu_item__if)>a{
        padding: 16px
    }
    .menu_ratings>ul>li.active>ul,
    .menu_ratings li.active .menu_ratings__inner {
        padding-top: 30px;
    }
    .menu_ratings li.active .menu_ratings__inner>ul{
        -moz-column-count: 3;
        -webkit-column-count: 3;
        column-count: 3
    }
    .category_footer__item{
        -ms-flex: 0 0 33%;
        -webkit-box-flex: 0;
        flex: 0 0 33%;
        max-width: 33%;
    }
    div.menu_ratings li .menu_ratings__inner>ul.cat-28{
        column-count: 1;
    }
    div.menu_ratings li .menu_ratings__inner>ul.cat-28>li{
        width: 33.33%;
    }
    .category_footer{
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1
    }
    .menu_top {
        display: none
    }

    .cat_btn {
        height: 36px;
        line-height: 36px
    }

    .logo img {
        height: 46px
    }
}

@media screen and (max-width:1023px) {
    .slider {
        margin-top: 1em
    }
    .filters_list .filters_list__item{
        height: 42px;
        line-height: 42px;
        padding-right: 39px;
    }
    .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;
    }
    div.filters_list__item .icon{
        top: 13px;
        right: 13px;
    }
    .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) {
    body.withFixedHeader {
        padding-top: 123px
    }
    div.menu_ratings>ul>li>ul>li ul li .is-new:before,
    .menu_ratings__inner>ul li ul li .is-new:before{
        margin: 14px 0 -12px -10px;
        width: 6px;
        height: 6px;
    }
    .header_fixed {
        padding-top: 14px;
        padding-bottom: 5px
    }
    .logo img {
        width: 220px;
        height: 42px
    }

    .menu_ratings>ul {
        padding-top: 0;
    }

    .menu_ratings>ul>li.active {
        background: 0 0;
        color: inherit
    }

    .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__banner img,
    .menu_ratings__banner span{
        height: 42px;
    }
     .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>ul>li.active ul,
    .menu_ratings__inner>ul>li.active ul {
        display: block;
    }

    .menu_ratings>ul>li.active_mob>ul,
    .menu_ratings li.active_mob .menu_ratings__inner  {
        display: block;
        padding: 0 16px
    }

    .menu_ratings>ul>li>ul>li.active ul,
    .menu_ratings__inner>ul>li.active ul {
        display: block;
        margin-top: 1em;
    }

    .menu_ratings>ul>li>ul>li ul a,
    .menu_ratings__inner>ul li ul a {
        text-transform: none;
        font-weight: normal;
    }

    .menu_ratings>ul>li.active_mob {
        color: #0c359c;
        background: #fff
    }
    .menu_ratings li.active>span>.nav_mob_toggler{
        transform: none;
    }
    .menu_ratings li.active_mob>span>.nav_mob_toggler{
        transform: rotate(90deg);
    }
    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 {
        padding: 12px 0;
        margin: 0;
        border-top: 1px solid #eee;
        break-inside: avoid-column;
    }

    .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;
        font-size: 0.9em
    }

    .menu_ratings>ul {
        width: auto;
        height: auto !important
    }
    .menu_ratings__all{
        padding-top: 16px;
        padding-bottom: 12px;
        border-top: 1px solid #eee;
        background-size: auto 32px;
        background-position: 0 50%;
        padding-left: 46px;
        font-size: inherit;
    }
    .menu_ratings__vgr{
        padding-top: 16px;
        padding-bottom: 12px;
        border-top: 1px solid #eee;
        min-height: 42px;
        display: block;
    }
    .category_footer__item .menu_ratings__vgr span{
        font-size: inherit;
        max-width: 270px;
        padding-top: 6px;
    }
    div.menu_ratings li .menu_ratings__inner>ul.cat-28>li{
        width: 100%;
    }
    .category_footer{
        margin-bottom: 0;
    }
    .category_footer__item{
        font-size: 0.9em;
    }
    .cat_btn__title,
    .serv_top a span{
        display: none
    }
    .nav_top .nav.nav_desktop{
        display: none!important
    }

    .cat_btn__cont {
        padding: 0
    }

    .cat_btn {
        background: 0 0;
        width: 55px;
        height: 40px;
        padding: 0;
        text-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .menu_toggler {
        margin-right: 0
    }

    .logo {
        width: auto;
        -webkit-box-flex: 2;
        -ms-flex-positive: 2;
        flex-grow: 2
    }

    .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;
    }

    .cat_btn .line {
        background: #000
    }

    .serv_top {
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        padding-left: 0
    }

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

    .serv_top .search_form .icon-search {
        display: block
    }

    .serv_top .icon-search {
        stroke: #000
    }

    .serv_top a {
        height: 40px;
        line-height: 40px;
        width: 55px;
        margin: 0;
        border-left: 1px solid #e0e2e7
    }

    .serv_top .search_form {
        top: -4px
    }
    .category_footer__item{
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%;
        padding-left: 0;
    }
    .nav_top .nav{
        padding: 10px 30px;
        height: 48px;
        flex-wrap: nowrap;
    }
}
@media screen and (min-width:993px){
    .nav_mob_toggler{
        display: none;
    }
}
@media screen and (min-width:993px) and (max-width:1023px) {
    .header_fixed {
        padding-bottom: 6px
    }

    body.withFixedHeader {
        padding-top: 134px
    }

    .menu_overlay {
        top: 80px;
    }
}

@media screen and (max-width:768px) {
    .menu_overlay {
        top: 228px
    }
    div.content_headline h1{
        padding-bottom: 1.5em;
    }
    .footer .text-right {
        text-align: left;
    }
    .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;
    }
    .logo img {
        width: 160px;
    }
    .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) {
    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;
    }
    .footer_top {
        flex-flow: row-reverse;
        margin-bottom: 25px;
    }
    div.slider-item.slider-item--image{
        height: auto;
        padding-bottom: 0;
    }
    ul.footer_menu--about li {
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .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%;
    }

    .footer_images {
        margin-top: 35px;
    }

    .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) {
    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 {
        padding-top: 14px;
        padding-bottom: 14px;
    }
    .header.header_fixed{
        padding-bottom: 6px;
    }

    .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_list .filters_list__item .icon{
        right: 13px;
        top: 12px;
    }
    .filters_btn span{
        display: none;
    }
    .nav_top .nav {
        margin-top: 10px;
    }
    .goods_list-btn{
        font-size: 0.9em;
    }
    .nav_top .nav{
        margin-top: 4px;
    }
    .menu_overlay{
        top: 67px;
    }
    .header.header_withMenuOpened{
        padding-bottom: 6px;
    }
    .reset_btn_cont .btn{
        font-size: 12px;
        letter-spacing: 0;
    }
    div#rateWithStars .rating-item{
        margin-left: 0;
        display: block;
        margin-top: 1em;
    }
}

@media screen and (max-width:479px) {
    .view_all {
        font-size: 14px
    }
    #page-text + .view_all{
        font-size: 16px;
    }

    .hide-on-xs {
        display: none
    }

    .serv_top 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;
    }
    .footer_images .rsk-logo{
        margin-top: 1em;
    }
    .roubrics{
        margin-bottom: 0;
    }
}
@media screen and (max-width: 360px) {
    .roubrics_name{
        font-size: inherit;
    }
    .roubrics{
        margin-left: -15px;
        margin-right: -15px;
    }
}
.view-password {
    position: absolute;
    right: 15px;
    bottom: 9px;
    cursor: pointer;
}

.lost-password {
    text-align: right
}

.login-popup .control.control--checkbox {
    margin-top: 25px;
    margin-bottom: 20px;
    position: relative;
}
.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 #d9d9d9;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 3px;
}
.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: -1px;
    top: -1px;
    width: 20px;
    height: 20px;
    background-image: url(https://rskrf.ru/local/templates/main/img/check-blue.svg);
    background-repeat: no-repeat;
    background-position: center;
}

.control input:checked~.control__indicator:after {
    display: block;
}
.control.control--radio .control__indicator:after{
    width: 12px;
    height: 12px;
    left: 3px;
    top: 3px;
    border-radius: 50%;
}
.control.control--radio input:checked~.control__indicator:after{
    background: #81c1ff;
}
.easy-autocomplete {
    width: auto !important;
}

.nav_mob_toggler {
    font-size: 12px;
    transition: all 0.2s;
    float: right;
}

li.active>span>.nav_mob_toggler,
.nav_mob_toggler.active {
    transform: rotate(90deg);
}
.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;
    }
}
div.easy-autocomplete-container ul {
    list-style-type: none;
    text-align: left;
    padding: 0.5em 0;
    margin: 0;
    box-shadow: 0 0 20px rgb(0 0 0 / 10%);
    background: #fff;
    position: relative;
    z-index: 9;
    top: 0;
    border: none;
}
.easy-autocomplete-container ul:empty{
    padding: 0
}

.easy-autocomplete-container ul li {
    cursor: pointer;
}
.easy-autocomplete-container ul li:hover {
    background: #f5f5f5;
}
.eac-item a{
    display: block;
    padding: 0.5em 16px 0.5em 24px;
    border: none;
    line-height: inherit;
    height: auto;
    width: auto;
}
.eac-item a:hover{
    color: #333;
}
.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;
}
.cat_btn, .menu_top ul li a{
    text-transform: none;
}
.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;
}
.footer-link img{
    margin-bottom: 0;
}
.content_headline{
    padding: 1.2em 0 0;
    background: #f0f0f0;
}
.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 .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;
}
.goods_list-btn{
    display: block;
}
.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: top;
    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;
    background: #edf0f5;
    margin-top: 1em;
    z-index: 11;
}
.reset_btn_cont .btn{
    width: 100%;
}
.reset_btn_cont .btn.btn-nobg{
    color: #000;
    border-color: #000;
}
.filter_column__block{
    margin: 32px 0;
}
.filter_column__title{
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 1em;
    cursor: pointer;
}
.filter_column .inputcont{
    margin-bottom: 1em;
}
.filter_column.opened .mfp-close{
    color: #000;
}
.filter_toggler{
    float: right;
    transition: all 0.2s;
}
.filter_toggler.active{
    transform: rotate(90deg);
}
.filter_select .filter_select__title.active .filter_toggler{
    transform: rotate(-90deg);
}
.filter_select .filter_toggler{
    float: none;
    position: absolute;
    right: 18px;
    top: 8px;
    transform: rotate(90deg);
}
.goods_list-btn{
    display: block;
    width: 100%;
}
.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{
    margin-bottom: 16px;
}
.filters_list__item{
    display: inline-block;
   	border: 1px solid #fff;
    font-size: 0.9em;
    padding: 0 32px 0 16px;
    line-height: 2em;
    border-radius: 20px;
    position: relative;
    color: #0C359C;
    background: #fff;
    box-shadow: 0 1px 3px 0 rgb(12 53 156 / 20%);
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 300px;
    overflow: hidden;
    vertical-align: top;
    height: 30px;
    margin-bottom: 10px;
    margin-right: 4px;
}
.filters_list__item .icon{
    position: absolute;
    right: 10px;
    top: 6px;
    color: #0c359c;
}
.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: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;
}
.filter_select .filter_options{
    max-height: 340px;
    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:hover{
    background: #edf0f5
}
.filter_options .filter_options-item{
    line-height: 1em;
    white-space: normal;
}
.filters_list .filter_options-item + .filter_options-item{
    margin-top: 1em;
}
.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(/local/templates/main_new/css/../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: 19px;
    margin-left: 2px;
    margin-right: 2px;
}
#rateWithStars .rating-item .starrating>label .icon-star {
    font-size: 28px;
    cursor: pointer;
    color: #d9d9d9;
}
#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: 36px;
    left: 0;
    z-index: 1;
    background: #fff;
    padding: 16px;
    box-shadow: 0 1px 3px 0 rgb(12 53 156 / 20%);
    width: 100%;
    border-radius: 6px;
    min-width: 200px;
}
@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;
    }
    .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: -24px;
        margin-right: -24px;
    }
    .goods_list__item{
        padding-left: 24px;
        padding-right: 24px;
    }
    div.item_position{
        padding: 0 24px;
    }
    .filters_list{
        padding-left: 24px;
        padding-right: 24px;
        margin-left: -24px;
        margin-right: -24px;
        margin-bottom: 0;
    }
    .share_bottom{
        padding: 28px;
    }
    .share_bottom .share-icons{
        display: block;
        margin-top: 1em;
    }
}

#ratingQuizSubmit{
    margin-top: 32px;
}
#registerForm .btn{
    width: 240px;
}
.item_position{
    background: #0c359c;
    line-height: 2em;
    padding: 0 16px;
    color: #fff;
    margin-top: 1.5em;
}
.login-popup .accordion-item-inner .form-group{
    margin-bottom: 30px;
    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_criteria [data-content][data-toggle~="popover"]{
    color: #96a2c0;
}
.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;
}
.content_bg blockquote,
.content blockquote {
    padding: 55px 50px 32px 100px;
    margin: 35px 0 35px 100px;
    font-size: 20px;
    line-height: 1.3em;
    background-image: url(/local/templates/main_new/css/../img/quote.svg);
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: 30px 10px;
    color: #333;
    position: relative;
}
.content_bg blockquote:before,
.content blockquote:before{
	position: absolute;
	content: "";

}
.big-red{
    font-weight: bold;
    color: #c32420;
    font-size: 20px;
    line-height: 1.3em;
    margin-bottom: 1em;
}
.quote {
    margin: 32px 0 32px 100px;
    border-left: 4px solid #c32420;
    padding: 25px 55px;
}
.quote .h4{
    font-weight: bold;
    letter-spacing: 1.12px;
    font-size: 20px;
    margin-bottom: 1em;
    color: #16254B;
}
.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: #fff;
    -webkit-box-shadow: 0 0 20px rgb(0 0 0 / 10%);
    box-shadow: 0 0 20px rgb(0 0 0 / 10%);
    border-radius: 10px;
}
.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;
    margin-bottom: 30px;
}
.big-quote .quote-avatar img {
    display: block;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}
.big-quote .quote-body {
    width: 100%;
}
.big-quote .quote-body .h4{
    font-weight: bold;
    font-size: 24px;
    line-height: 1.18em;
    letter-spacing: 1px;
    color: #16254B;
    margin-bottom: 0.1em;
}
.big-quote .quote-body .h5 {
    font-size: 12px;
    line-height: 1.5em;
    letter-spacing: 1.12px;
    font-weight: bold;
    color: #606060;
    margin-bottom: 1em;
    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;
    }
}

/*! 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(/local/templates/main_new/css/../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(/local/templates/main_new/css/../img/default-skin.svg)
    }

    .pswp--svg .pswp__button--arrow--left,
    .pswp--svg .pswp__button--arrow--right {
        background: 0 0
    }
}

.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(/local/templates/main_new/css/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
}

@media screen and (max-width:1024px) {
    .pswp__preloader {
        position: relative;
        left: auto;
        top: auto;
        margin: 0;
        float: right
    }
}

@-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
-------------------------------------------------*/
.popover{
    background: #fff;
    color: #000;
    font-size:  13px;
    line-height: 1.3em;
    padding: .5em 1em;
    width: 360px;
    box-shadow: 0 0 10px rgb(0 0 0 / 20%);
    border: 1px solid #e1e1e1;
    z-index: 8;
    position: absolute;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    will-change: transform;
    opacity: 0;
    transform-origin: top;
    pointer-events: none;
    transition: all .2s ease-in-out 0s;
    margin-left: -180px;
}
@media screen and (max-width: 375px){
    .popover{
        max-width: 340px;
        width: auto;
    }
}
.popover .arrow {
    position: absolute;
    left: 50%;
    margin-left: -9px;
    display: block;
    height: 8px;
    width: 18px;
}
.popover-bottom .arrow, .popover-top .arrow {
    left: 50%!important;
    right: auto!important;
}
.popover.popover-top .arrow,.popover.popover-top-right .arrow,.popover.popover-top-left .arrow{
    background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjwhLS0gQ3JlYXRlZCB3aXRoIElua3NjYXBlIChodHRwOi8vd3d3Lmlua3NjYXBlLm9yZy8pIC0tPgoKPHN2ZyB4bWxuczpkYz0iaHR0cDovL3B1cmwub3JnL2RjL2VsZW1lbnRzLzEuMS8iIHhtbG5zOmNjPSJodHRwOi8vY3JlYXRpdmVjb21tb25zLm9yZy9ucyMiIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyIgeG1sbnM6c3ZnPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2ZXJzaW9uPSIxLjEiIHdpZHRoPSIxOS4yNzk3MiIgaGVpZ2h0PSI4IiBpZD0ic3ZnMiI+PGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTE2Mi44NTcxNCwtNDYwLjc5MDc1KSIgaWQ9ImxheWVyMSI+PHBhdGggZD0ibSAxNjIuODU3MTQsNDYwLjc5MDc1IDkuNjM5ODYsOCA5LjYzOTg2LC04IC0xOS4yNzk3MiwwIiBpZD0icGF0aDMwMDkiIHN0eWxlPSJmaWxsOiNmZmY7ZmlsbC1vcGFjaXR5OjE7c3Ryb2tlOm5vbmUiIC8+PC9nPjwvc3ZnPg==') no-repeat;
    margin-bottom: 5px;
    position: absolute;
    content: "";
    top: 100%;
}
.popover.popover-bottom .arrow,.popover.popover-bottom-right .arrow,.popover.popover-bottom-left .arrow{
    background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjwhLS0gQ3JlYXRlZCB3aXRoIElua3NjYXBlIChodHRwOi8vd3d3Lmlua3NjYXBlLm9yZy8pIC0tPgoKPHN2ZyB4bWxuczpkYz0iaHR0cDovL3B1cmwub3JnL2RjL2VsZW1lbnRzLzEuMS8iIHhtbG5zOmNjPSJodHRwOi8vY3JlYXRpdmVjb21tb25zLm9yZy9ucyMiIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyIgeG1sbnM6c3ZnPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczppbmtzY2FwZT0iaHR0cDovL3d3dy5pbmtzY2FwZS5vcmcvbmFtZXNwYWNlcy9pbmtzY2FwZSIgdmVyc2lvbj0iMS4xIiB3aWR0aD0iMTkuMjc5NzIiIGhlaWdodD0iOCIgaWQ9InN2ZzIiPiA8ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTYyLjg1NzE0LC00NjAuNzkwNzUpIiBpZD0ibGF5ZXIxIj4gPHBhdGggZD0ibSAxNjIuODU3MTQsNDY4Ljc5MDc1IDkuNjM5ODYsLTggOS42Mzk4Niw4IC0xOS4yNzk3MiwwIiBpZD0icGF0aDMwMDkiIHN0eWxlPSJmaWxsOiNmZmY7ZmlsbC1vcGFjaXR5OjE7c3Ryb2tlOm5vbmU7IiAvPiA8L2c+IDwvc3ZnPg==") no-repeat;
    margin-top: 5px;
    margin-bottom: 0;
    position: absolute;
    content: "";
    bottom: 100%;
}
.popover-bottom-left{
    right: 16px!important;
    left: auto!important;
    margin-left: 0!important;
    margin-bottom: -8px;
}
.popover-top-left{
    right: 16px!important;
    left: auto!important;
    margin-left: 0!important;
    margin-top: -8px;
}
.popover-bottom-left .arrow, .popover-top-left .arrow{
    left: auto!important;
    margin-left: 0;
    margin-right: -34px;
}
.popover-top-right{
    left: 16px!important;
    right: auto!important;
    margin-left: 0!important;
}
.popover-bottom-right{
    left: 16px!important;
    right: auto!important;
    margin-left: 0!important;
}
.popover-bottom-right .arrow, .popover-top-right .arrow{
    right: auto!important;
    margin-left: -25px;
}
[data-content][data-toggle~="popover"]{
  position: relative;
  display: inline-block;
  margin: 0 3px;
  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){
    .sidebar .share-icons_title{
        display: block;
    }
}
.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(90deg);
}
.view_all .filter_toggler.active{
    transform: rotate(-90deg);
}
.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: 42px;
    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;
}
/* End */


/* Start:/local/templates/main_new/css/magnific-popup.css?16496763166950*/
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
/* End */


/* Start:/local/templates/main_new/css/slick.css?16504503842680*/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slider{
    margin: -16px;
}
.slider .slick-slide>div{
    padding: 16px;
}
.slider .slider-item{
    height: 436px;
    position: relative;
}
.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.nav-btn.slick-disabled,
.slider-ratings .nav-btn.slick-disabled,
.nav-btn.slick-disabled:hover{
    opacity: 0.2;
    cursor: default;
}
.nav-btn.slick-disabled:hover .icon{
    fill: #000;
}
@media screen and (max-width: 768px){
  .slider .slider-item{
    padding-bottom: 80px;
  }
  .news_slider .nav-btn{
    top: 114px;
  }
  .nav_top .nav-btn{
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin-top: -5px;
    -webkit-box-shadow: 0 0 6px rgb(0 0 0 / 50%);
    box-shadow: 0 0 6px rgb(0 0 0 / 50%);
  }
  .nav_top .nav-btn .icon{
    height: 16px;
  }
  .nav_top{
    margin-left: -24px;
    margin-right: -24px;
  }
  .nav_top .nav{
    padding: 13px 42px;
  }
}
@media screen and (max-width: 479px){
    .news_slider .nav-btn{
        top: 78px;
    }
}

/* End */


/* Start:/local/templates/main_new/css/subscribe.css?16760217271711*/
.subscribeBlockFixed{
    position: fixed;
    top: 20px;
    right: 30px;
    padding: 20px;
    background-color: #fff;
    width: 346px;
    z-index: 999;
    box-shadow: 0 0 20px 0 rgba(0,0,0,0.15);
}
.subscribeBlockFixed:before,
.subscribeBlockFixed:after{
    content: "";
    background: url(/local/templates/main/img/frameborder.png) repeat-x -6px 0;
    height: 8px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}
.subscribeBlockFixed:after{
    top: auto;
    bottom: 0;
}
.subscribeBlockFixed .control--checkbox{
    margin-top: 20px;
}
.subscribeBlockFixed .mfp-close{
    opacity: 0.6;
    right: 9px;
    top: 5px;
    background: none;
    color: #333;
}
.subscribeBlockFixed .mfp-close:hover{
    background: none;
    opacity: 1;
    color: #333;
}
.subscribeBlockFixed .btn.big{
    height: 55px;
    display: block;
    width: 100%;
    min-width: 150px;
}
.subscribeBlockFixed .h3{
    font-size: 1.2em;
    line-height: 1.3em;
}
@media screen and (min-width: 1200px){
    .subscribeBlockFixed{
        padding: 40px 30px 35px;
    }
}
@media screen and (max-width: 992px){
    .subscribeBlockFixed{
        top: auto;
        bottom: 10px;
        left: 10px;
        width: webkit-calc(50% - 15px)!important;
        width: calc(100% - 20px);
        box-shadow: 0 0 20px 0 rgba(0,0,0,0.25);
    }
}
@media screen and (max-width: 767px){
    .subscribeBlockFixed .btn.big{
        margin-top: 20px;
        max-width: 380px;
    }
    .compare-popup .card-body{
        padding-top: 0.25rem;
    }
    .product-row > [class^=col-]{
        width: 100%;
    }
}
@media screen and (min-width: 992px){
    .subscribeBlockFixed .btn.big{
        margin-top: 20px;
    }
}

/* End */
/* /local/templates/main_new/css/main.min.css?1712312441116143 */
/* /local/templates/main_new/css/magnific-popup.css?16496763166950 */
/* /local/templates/main_new/css/slick.css?16504503842680 */
/* /local/templates/main_new/css/subscribe.css?16760217271711 */
