html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

* {
    box-sizing: border-box
}

body {
    margin: 0
}
.limit {
    max-width: 1030px;
    width: 100%;
    margin: 0 auto;
}
header {
    background-color: #000000;
    font-size: 0px;
    margin-top: 40px;
}
header .logo {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 200px;
    text-decoration: none;
}
header .logo .menu {
    width: 30px;
}
header .logo img {
    display: inline-block;
    vertical-align: middle;
}
header .logo_img {
    position: absolute;
    top: -37px;
    left: 48px;
}
header nav {
    display: inline-block;
    vertical-align: middle;
}
header nav ul li {
    display: inline-block;
}
header nav ul li a {
    font-size: 18px;
    padding: 14px 10px;
    color: white;
    text-decoration: none;
}
header .soc_bl {
    display: inline-block;
    vertical-align: middle;
    width: 29%;
    text-align: right;
}
header .soc_bl .soc_item {
    display: inline-block;
    vertical-align: middle;
    padding: 25px 15px;
    background-color: #373737;
    margin: 2px 2px 2px 0px;
    text-decoration: none;
}
header .soc_bl .soc_item span {
    font-size: 18px;
    color: white;
    font-weight: bold;
    font-family: 'Noto Sans', sans-serif;
}
header .soc_bl .bg_red {
    background-color: #d70101;
      padding: 21px 15px;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden], template {
    display: none
}

a {
    background-color: transparent
}

a:active, a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b, strong {
    font-weight: bold
}

dfn {
    font-style: italic
}

h1 {
    font-size: 30px;
    margin: 0.67em 0;
    text-align: center;
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

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

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

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

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button, select {
    text-transform: none
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled], html input[disabled] {
    cursor: default
}

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

input {
    line-height: normal
}

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

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

input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: border-box
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: bold
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td, th {
    padding: 0
}

*:focus {
    outline: 0 none
}

*:invalid {
    box-shadow: none
}

textarea {
    resize: vertical
}

fieldset {
    margin: 0;
    padding: 0;
    border: none
}

a {
    color: inherit
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    display: block;
    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);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

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

.slick-track:before, .slick-track:after {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

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

@font-face {
    font-family: "MyriadProRegular";
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/MyriadProRegular/MyriadProRegular.eot-#iefix") format("embedded-opentype")
}

@font-face {
    font-family: "MyriadProBold";
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/MyriadProBold/MyriadProBold.eot-#iefix") format("embedded-opentype")
}

@font-face {
    font-family: "MyriadProBoldCondensed";
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/MyriadProBoldCondensed/MyriadProBoldCondensed.eot-#iefix") format("embedded-opentype")
}

.content h1, .content h2, .content h3, .content h4, .content h5, .content h6 {
    font-weight: 400
}

.content p {
    font-size: 17px;
    line-height: 26px;
    margin-bottom: 30px;
    text-align: justify
}

.content p > a {
    color: red;
    text-decoration: none
}

.content p > a:hover {
    text-decoration: underline
}

.content cite, .content blockquote {
    display: block;
    margin-bottom: 35px;
    border-left: 10px solid #e2e2e2;
    padding-left: 40px
}

.content .cite-img {
    position: relative
}

.content .cite-img::after {
    content: '';
    position: absolute;
    top: 0;
    width: 15px;
    height: 220px;
    left: -10px;
    background: #fff
}

.content .cite-img__wrapper {
    position: relative;
    display: table;
    margin: 0 auto 20px
}

.content .cite-img__wrapper::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: no-repeat 0 0/100% 100%
}

.content .cite-img__wrapper img {
    margin: 0
}

.content .cite-img img {
    height: 200px;
    width: 200px;
    margin: 0
}

.content .cite-img p {
    font-size: 17px;
    line-height: 26px;
    margin: 0 0 37px
}

.content img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 20px auto
}

.content img.content__img-round {
    border-radius: 50%;
    margin-bottom: 25px
}

.content img.content__img-full {
    width: 1000px;
    max-width: 1000px;
    margin-left: -80px
}

.content img.content__img-full + .image_description {
    max-width: 800px
}

.content img.slide-img {
    max-width: inherit
}

.content video {
    width: 100%
}

.content iframe {
    display: block;
    width: 100%;
    margin: 0 auto 40px
}

.content__text-name {
    position: relative;
    padding-left: 70px;
    padding-top: 10px;
    width: 850px
}

.content__text-name::after {
    content: attr(data-name);
    position: absolute;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    font-size: 24px;
    line-height: 53px;
    text-align: center;
    background: #efefef
}

.content__text-name b {
    font-weight: 700
}

.content__text-name_red::after {
    color: #fff;
    font-weight: 700;
    background: #d31900
}

.content__text-number {
    position: relative;
    margin-top: 40px;
    padding-top: 85px;
    counter-increment: p-count
}

.content__text-number::after {
    content: counter(p-count);
    position: absolute;
    top: 0;
    right: 0;
    bottom: auto;
    left: 0;
    height: 70px;
    width: 70px;
    margin: auto;
    border-radius: 50%;
    border: 2px solid #e2e2e2;
    font-size: 48px;
    line-height: 70px;
    font-family: "MyriadProBoldCondensed", sans-serif;
    color: #e2e2e2;
    text-align: center
}

.content__img-caption, .content .image_description {
    display: block;
    max-width: 450px;
    font-size: 14px;
    line-height: 20px;
    color: #000;
    margin: -15px auto 30px;
    text-align: center
}

.content__img-header {
    font-size: 30px;
    font-weight: 400;
    text-align: center;
    margin: 0
}

.content__gallery {
    position: relative;
    margin: 10px auto;
    text-align: center;
    width: auto
}

.content__gallery-link {
    color: #fff;
    display: block;
    font-size: 16px;
    letter-spacing: 0.9px;
    line-height: 37px;
    padding: 3px 10px 0;
    text-decoration: none;
    text-transform: uppercase
}

.content__gallery-caption {
    background: #d31900;
    height: 40px;
    left: 50%;
    margin: 0 -37%;
    position: absolute;
    top: -10px;
    transition: all 0.2s ease 0s;
    width: 74%
}

.content__gallery-caption:hover {
    background: red
}

.content__gallery-caption_top {
    bottom: auto;
    top: -10px
}

.content__gallery_full {
    width: 100%
}

.content__img-resize {
    position: relative;
    margin-bottom: 40px
}

.content__img-resize img {
    margin: 0;
    height: 100%;
    max-width: none
}

.content__img-resize-line {
    z-index: 11;
    position: absolute;
    top: 0;
    right: auto;
    bottom: 0;
    left: 290px;
    width: 4px;
    background: #fff
}

.content__img-resize-line-img {
    position: absolute;
    top: 40px;
    right: auto;
    bottom: auto;
    left: auto;
    margin-left: -48px;
    height: 40px;
    width: 100px;
    background: url("//viposidn.com/content/rv5M4efsy7I8cFS/img/img-mouse.jpg") no-repeat 0 0;
    cursor: pointer
}

.content__img-resize-wrap {
    z-index: 10;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden
}

.content__quiz {
    margin-bottom: 40px
}

.content__quiz-header {
    position: relative;
    padding-left: 17px;
    margin: 15px 0 35px;
    font-weight: 400;
    font-size: 26px;
    line-height: 30px;
    text-align: left
}

.content__quiz-header-mini {
    margin: 0;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: .3px
}

.content__quiz-header::after {
    content: '';
    position: absolute;
    top: 0;
    right: auto;
    bottom: 0;
    left: 0;
    width: 4px;
    background: red
}

.content__quiz-start {
    padding-left: 20px
}

.content__quiz-final .content__quiz-start {
    display: none
}

.content__quiz-finish {
    display: none;
    padding-left: 20px;
    font-size: 17px;
    line-height: 20px
}

.content__quiz-final .content__quiz-finish {
    display: block
}

.content__quiz-field {
    margin-bottom: 20px
}

.content__quiz-name {
    display: inline-block;
    vertical-align: top;
    width: 270px
}

.content__quiz-line {
    position: relative;
    display: inline-block;
    vertical-align: top;
    height: 20px;
    width: 230px;
    margin-right: 20px;
    background: #f6f6f6
}

.content__quiz-line-inner {
    position: absolute;
    top: 0;
    right: auto;
    bottom: 0;
    left: 0;
    width: 30%;
    background: #d8d8d8
}

.content__quiz-line-inner_red {
    background: #d31900
}

.content__quiz-number {
    display: inline-block
}

.content_inst {
    padding-left: 20px;
    margin-bottom: 40px
}

.content_pad-l_20 {
    padding-left: 20px
}

.content_social {
    position: relative;
    padding-left: 60px
}

.content_counter {
    counter-reset: p-count
}

.content_margin-t_0 {
    margin-top: 0
}

.content_margin-l_20 {
    margin-left: 20px
}

.content .heart {
    position: relative;
    z-index: 10;
    height: 79px;
    width: 90px;
    margin: 0 auto -71px;
    text-align: center;
    font-size: 14px;
    line-height: 26px;
    color: #fff;
    padding-top: 17px;
    background: no-repeat 0 0/100% 100%;
    cursor: pointer;
    overflow: hidden;
    transition: all .3s
}

.content .heart::after {
    content: '+1';
    position: absolute;
    top: 33px;
    right: 0;
    bottom: auto;
    left: 0;
    font-size: 30px;
    font-family: "MyriadProBold", sans-serif;
    line-height: 30px;
    opacity: 0
}

.content .heart .vote {
    display: none
}

.content .heart .score {
    max-width: 70px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.content .heart.checked {
    cursor: auto;
    background: no-repeat 0 0/100% 100%
}

.content .heart.animated::after {
    -webkit-animation: heartVote 0.5s ease-in;
    animation: heartVote 0.5s ease-in;
    -webkit-animation-fill-mode: backwards;
    animation-fill-mode: backwards
}

.content .heart_link {
    display: block;
    text-decoration: none;
    position: absolute;
    top: 0;
    height: 78px;
    width: 90px;
    z-index: 999
}

@-webkit-keyframes heartVote {
    0% {
        opacity: .6
    }
    50% {
        top: 16px;
        font-size: 40px;
        opacity: 1
    }
    100% {
        top: 33px;
        display: none;
        font-size: 30px
    }
}

@keyframes heartVote {
    0% {
        opacity: .6
    }
    50% {
        top: 16px;
        font-size: 40px;
        opacity: 1
    }
    100% {
        top: 33px;
        display: none;
        font-size: 30px
    }
}

html {
    font-family: "MyriadProRegular", sans-serif;
    overflow-x: hidden
}

* {
    box-sizing: border-box
}

.html_overflow_hidden {
    overflow: hidden
}

.header {
    position: relative;
    height: 50px;
    background: url('//viposidn.com/content/rv5M4efsy7I8cFS/img/header_hallo.jpg') #efefef
}

.header::after {
    clear: both;
    content: "";
    display: table
}

.header__search {
    z-index: 502;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #d31900;
    transition: all .3s
}

.header__search-field {
    position: relative;
    width: 420px;
    margin-left: 20px;
    margin-top: 5px
}

.header__search-field .social__item_search {
    color: #fff;
    position: absolute;
    top: 11px;
    right: 15px
}

.header__search_removed {
    display: none;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%)
}

.header__logo {
    display: none;
    height: 34px;
    width: 104px;
    position: absolute;
    top: 8px;
    right: 0;
    bottom: auto;
    left: 0;
    margin: auto;
    background: no-repeat 0 50%/104px 34px;
    outline: none
}

.header_gallery .header__logo {
    display: block
}

.menu__link {
    padding: 0 10px;
    font-size: 11px;
    letter-spacing: 0.28px;
    text-decoration: none;
    line-height: 40px;
    text-transform: uppercase;
    transition: all .2s
}

.menu__link-item {
    position: relative;
    display: inline-block;
    width: 100%;
    text-align: center;
    color: #fff;
    line-height: 18px;
    padding: 0 16px;
    white-space: nowrap
}

.menu__link-item::after {
    content: '';
    position: absolute;
    top: 0;
    right: -1px;
    bottom: 0;
    left: auto;
    width: 1px;
    border-right: 1px dotted #ea8884
}

.menu__link_active {
    background: #aa1300
}

.menu__link_menu-footer {
    line-height: 43px
}

.menu__link_menu-footer:hover {
    background: #dbdbdb
}

.menu__link_top-menu {
    position: relative;
    display: inline-block;
    list-style-type: none;
    padding: 0
}

.menu__link_top-menu:not(:first-of-type) {
    margin-left: 1px
}

.menu__link_top-menu:last-of-type .menu__link-item::after {
    border-right: none
}

.menu__link_top-menu:hover {
    background: #efefef
}

.menu__link_top-menu:hover .menu__link-item {
    color: #d31900
}

.menu__link_top-menu:hover .menu__dropdown {
    display: block
}

.menu__link_hot-menu {
    color: #000;
    font-size: 13px
}

.menu__dropdown {
    z-index: 100;
    position: absolute;
    top: 100%;
    right: auto;
    bottom: auto;
    left: 0;
    display: none;
    min-width: 213px;
    margin: 0;
    padding: 0;
    background: #efefef;
    box-shadow: 1px 1px 1px 0 #d1d1d1
}

.menu__dropdown-item {
    list-style-type: none;
    padding: 0 10px 0 18px;
    line-height: 39px;
    border-bottom: 1px solid #dbdbdb;
    color: #d31900;
    transition: all .2s;
    text-transform: none
}

.menu__dropdown-item:hover {
    background: #fff
}

.menu__hot {
    display: inline-block;
    vertical-align: top;
    white-space: nowrap;
    overflow: hidden
}

.menu__hot-wrapper {
    height: 45px;
    white-space: nowrap;
    padding: 0 10px 0 20px;
    border-bottom: 2px solid #000
}

.menu__hot-link {
    display: inline-block;
    vertical-align: top;
    font-size: 13px;
    text-decoration: none;
    margin-left: 20px;
    line-height: 43px
}

.menu__hot-link:hover {
    text-decoration: underline
}

.menu__hot-link_grey {
    margin-left: 0;
    color: #999;
    font-style: italic
}

.menu__hot-link_grey:hover {
    text-decoration: none
}

.menu_menu-footer {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    height: 40px;
    color: #666;
    text-align: center;
    background: #efefef
}

.menu_top-menu {
    display: block;
    width: 100%;
    background: #d31900;
    margin: 0;
    padding: 0;
    border-bottom: 3px solid #aa1300
}

.menu_top-menu a {
    display: inline-block;
    width: 100%;
    text-decoration: none;
    padding-top: 3px
}

.menu-toggle {
    position: absolute;
    top: 0;
    left: 100%;
    display: inline-block;
    vertical-align: middle;
    height: 50px;
    width: 100px;
    color: #fff;
    background: #d31900;
    cursor: pointer
}

.menu-toggle:hover {
    color: #000
}

.menu-toggle:hover .menu-toggle__item {
    background: #000
}

.menu-toggle__wrapper {
    display: inline-block;
    vertical-align: middle;
    width: 25px;
    margin-left: 10px;
    margin-right: 13px;
    margin-top: 17px
}

.menu-toggle__wrapper_cross {
    width: 20px;
    margin-right: 18px;
    vertical-align: top
}

.menu-toggle__wrapper_cross .menu-toggle__item:nth-of-type(1) {
    -webkit-transform: rotate(45deg) translate(6px, 3px);
    -ms-transform: rotate(45deg) translate(6px, 3px);
    transform: rotate(45deg) translate(6px, 3px)
}

.menu-toggle__wrapper_cross .menu-toggle__item:nth-of-type(2) {
    display: none
}

.menu-toggle__wrapper_cross .menu-toggle__item:nth-of-type(3) {
    -webkit-transform: rotate(-45deg) translate(2px, 1px);
    -ms-transform: rotate(-45deg) translate(2px, 1px);
    transform: rotate(-45deg) translate(2px, 1px)
}

.menu-toggle__wrapper_cross + .menu-toggle__text {
    display: inline-block;
    margin-top: 18px
}

.menu-toggle__item {
    display: block;
    height: 2px;
    background: #fff
}

.menu-toggle__item:not(:last-of-type) {
    margin-bottom: 5px
}

.menu-toggle__text {
    text-transform: uppercase;
    font-size: 13px;
    line-height: 15px;
    letter-spacing: .65px;
    vertical-align: bottom
}

.full-menu {
    z-index: 501;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 367px;
    transition: all .3s;
    background: #fff
}

.full-menu__scroll {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow-y: scroll
}

.full-menu__top {
    background: #efefef
}

.full-menu__top-nick {
    display: inline-block;
    vertical-align: top;
    height: 50px;
    width: 260px;
    background: #fff
}

.full-menu__top-earth {
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
    color: #d31900;
    font-size: 15px;
    cursor: pointer;
    transition: all .2s;
    line-height: 50px
}

.full-menu__top-earth:hover {
    color: #000
}

.full-menu__top-earth::before {
    font-size: 16px;
    margin-right: 11px;
    line-height: 50px;
    vertical-align: middle
}

.full-menu__top-earth .social__item_world {
    font-size: 20px;
    vertical-align: middle;
    margin-right: 10px
}

.full-menu__top_open {
    background: #dbdbdb
}

.full-menu__country {
    display: none;
    margin: 0;
    padding: 20px 40px;
    background: #dbdbdb
}

.full-menu__country-li {
    list-style-type: none
}

.full-menu__country-item {
    height: 45px;
    border-bottom: 1px solid #d31900
}

.full-menu__country-item_logo_1 {
    background: no-repeat 0 50%/100px 20px
}

.full-menu__country-item_logo_2 {
    background: no-repeat 0 50%/70px 22px
}

.full-menu__country-item_logo_3 {
    padding-left: 73px;
    font-size: 32px;
    font-weight: 600;
    letter-spacing: -1.6px;
    line-height: 24px;
    color: #d31900;
    background: no-repeat 0 50%/112px 22px
}

.full-menu__country-item_logo_3 span {
    font-weight: 700;
    line-height: 44px;
    text-decoration: none
}

.full-menu__country-sub {
    margin: 0;
    padding: 10px 0 20px
}

.full-menu__country-subitem {
    list-style-type: none;
    margin-bottom: 2px;
    font-size: 16px;
    line-height: 24px
}

.full-menu__country-subitem em {
    font-style: normal;
    font-weight: bold;
    float: right;
    pointer-events: none
}

.full-menu__country-subitem a {
    text-decoration: none;
    color: inherit
}

.full-menu__country-subitem a:hover {
    text-decoration: underline
}

.full-menu__logo {
    display: block;
    height: 130px;
    padding-top: 1px;
    background: #efefef
}

.full-menu__menu {
    padding: 40px 30px;
    margin: 0;
    background: #fff
}

.full-menu__menu-item {
    display: table;
    padding-left: 18px;
    font-size: 16px;
    text-decoration: none;
    letter-spacing: .32px;
    line-height: 40px;
    text-transform: uppercase;
    transition: all .2s
}

.full-menu__menu-item > a {
    text-decoration: none
}

.full-menu__menu-item > a:hover {
    color: #d31900
}

.full-menu__menu-item_arrow {
    position: relative
}

.full-menu__menu-item_arrow-open {
    display: block;
    position: absolute;
    top: 14px;
    left: -5px;
    height: 10px;
    width: 10px;
    border-bottom: 1px solid #d31900;
    border-right: 1px solid #d31900;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    transition: all .2s;
    cursor: pointer
}

.full-menu__menu-item_arrow-open::after {
    content: '';
    position: absolute;
    top: -5px;
    right: -5px;
    bottom: -5px;
    left: -5px;
    cursor: pointer
}

.full-menu__menu-item_arrow_rotate .full-menu__menu-item_arrow-open {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.full-menu__menu-sub {
    display: none;
    margin: 0;
    padding: 0 0 0 15px;
    overflow: hidden;
    transition: all .3s
}

.full-menu__menu-subitem {
    list-style-type: none;
    text-transform: none;
    color: #d31900
}

.full-menu__menu-subitem a {
    text-decoration: none;
    color: #d31900;
    transition: all .2s
}

.full-menu__menu-subitem a:hover {
    text-decoration: underline
}

.full-menu__menu-sub_open {
    height: auto
}

.full-menu__footer {
    height: 210px;
    padding: 35px 50px;
    background: #fff
}

.full-menu__footer-text {
    display: table;
    text-decoration: none;
    font-size: 16px;
    line-height: 20px
}

.full-menu__footer-text:not(:last-of-type) {
    margin-bottom: 20px
}

.full-menu__footer-text:hover {
    color: #d31900
}

.full-menu_removed {
    left: -367px
}

.top-menu__ads {
    position: relative
}

.top-menu__redactor {
    display: block;
    position: absolute;
    right: 0;
    bottom: 0
}


.logo_full-menu {
    height: 55px;
    width: 120px;
    margin: 40px auto auto 50px;
    background-size: 120px 55px
}

.logo_footer {
    display: inline-block;
    height: 60px;
    width: 130px;
    background-size: 130px 60px
}

.logo_top-menu {
    display: inline-block;
    height: 83px;
    width: 180px;
    background-size: 180px 82px;
    margin: 23px 0 20px 20px
}

.page__header {
    display: block;
    font-size: 36px;
    line-height: 2.5rem;
    font-weight: 400;
    margin: 20px 0;
    text-decoration: none
}

.page__header a {
    text-decoration: none
}

.page__header-mini {
    display: block;
    margin-bottom: 13px;
    font-size: 22px;
    line-height: 22px;
    letter-spacing: 1.1px;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: none
}

.page__header-mini span {
    color: red
}

.page__header-mini a {
    text-decoration: none
}

.page__header-mini-inner {
    float: right;
    padding-left: 21px;
    background: no-repeat 0 50%/15px 11px
}

.subscribe .page__header-mini {
    font-size: 18px
}

.page__header-mini_padding-l_20 {
    padding-left: 20px
}

.page__header-mini_aside {
    font-size: 18px;
    text-align: center
}

.page__header-error {
    display: inline-block;
    font-family: "MyriadProBold", sans-serif;
    font-size: 72px;
    line-height: 78px;
    text-align: center;
    margin: 60px auto 30px;
    text-transform: uppercase
}

.page__header-micro {
    display: block;
    font-size: 13px;
    letter-spacing: .26px;
    color: #999;
    line-height: 30px;
    margin: 0;
    font-weight: 400;
    text-decoration: none;
    text-transform: uppercase
}

.page__header-micro span {
    font-size: 12px;
    float: right
}

.page__header-micro > a {
    text-decoration: none
}

.page__header-micro > a:hover {
    text-decoration: underline
}

.page__header-sm {
    display: block;
    font-size: 24px;
    line-height: 26px;
    font-weight: 400;
    margin: 20px 0
}

.page__header-uppercase {
    font-size: 15px;
    font-weight: 400;
    letter-spacing: .5px;
    text-transform: uppercase;
    margin-bottom: 20px
}

.page__header_red-sm, .page__header-red-content {
    font-size: 13px;
    font-weight: 400;
    color: red;
    margin: 0
}

.page__header_red-sm a, .page__header-red-content a {
    text-decoration: none
}

.page__header-red-content {
    text-transform: uppercase;
    margin: 5px 0
}

.page__header_margin-t_sm {
    margin-top: 5px
}

.page__header_margin-t_40 {
    margin-top: 40px
}

.page__header_margin-b_30 {
    margin-bottom: 30px
}

.page__header_pad-l_20 {
    padding-left: 20px
}

.page__header_center {
    text-align: center
}

.page__header_inst {
    padding-left: 20px;
    margin-top: 40px;
    font-size: 15px
}

.page__header_content {
    text-align: center;
    margin: 10px 0 0
}

.page__text {
    font-size: 17px;
    line-height: 26px
}

.page__text a {
    color: #d31900;
    text-decoration: none
}

.page__text a:hover {
    text-decoration: underline
}

.page__text-search {
    font-size: 20px;
    line-height: 26px;
    margin: 40px 0;
    padding: 0 20px
}

.page__text-caption {
    color: #999;
    font-size: 14px;
    line-height: 26px;
    text-transform: none
}

.page__text-caption_wedding {
    float: right;
    width: 500px;
    margin-bottom: 30px;
    margin-top: 5px
}

.page__text-content {
    font-size: 22px;
    line-height: 32px;
    text-align: center;
    margin-bottom: 25px;
    padding: 0 80px
}

.page__text_center {
    text-align: center
}

.page__text_margin-b_45 {
    margin-bottom: 45px
}

.page__text_margin-b_25 {
    margin-bottom: 25px
}

.page__text_grey {
    color: #999
}

.page__text_red {
    color: #ff2626;
    text-decoration: none
}

.article_search .page__text {
    margin: 0 0 40px
}

.article_inst .page__text {
    padding-left: 240px
}

.page__close {
    position: absolute;
    cursor: pointer
}

.page__close::before, .page__close::after {
    display: block;
    content: '';
    height: 3px;
    width: 19px;
    background: #fff
}

.page__close::before {
    -webkit-transform: rotate(45deg) translate(3px, 5px);
    -ms-transform: rotate(45deg) translate(3px, 5px);
    transform: rotate(45deg) translate(3px, 5px)
}

.page__close::after {
    -webkit-transform: rotate(-45deg) translate(-3px, 1px);
    -ms-transform: rotate(-45deg) translate(-3px, 1px);
    transform: rotate(-45deg) translate(-3px, 1px)
}

.page__close_search-header {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 50px;
    padding: 17px;
    background: #aa1300;
    transition: all .2s
}

.page__close_search-header:hover {
    background: #911000
}

.page__pagination {
    display: table;
    margin: 35px auto
}

.page__pagination-item {
    display: inline-block;
    text-decoration: none;
    color: #b8b8b8;
    font-size: 18px;
    line-height: 18px;
    margin: 0 10px
}

.page__pagination-item_current {
    color: #000
}

.page__pagination-arrow {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    height: 100%;
    width: 6px;
    font-size: 9px;
    line-height: 18px !important;
    transition: all .2s
}

.page__pagination-arrow:hover {
    color: #d31900
}

.page__pagination-arrow::after {
    content: '';
    position: absolute;
    top: -10px;
    right: -10px;
    bottom: -10px;
    left: -10px
}

.page__pagination-arrow_left {
    margin-right: 30px
}

.page__pagination-arrow_right {
    margin-left: 30px
}

.page__pagination_search {
    display: block;
    margin-left: 20px
}

.page__alphabet {
    padding: 20px;
    color: #8c8c8c;
    background: #f6f6f6;
    white-space: nowrap
}

.page__alphabet-item {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 1px
}

.page__alphabet-item a {
    display: inline-block;
    text-decoration: none;
    pointer-events: none
}

.page__alphabet-item .active {
    color: #1a1a1a;
    pointer-events: auto
}

.page__arrow-mini {
    position: absolute;
    top: 10px;
    right: 11px !important;
    font-size: 9px;
    font-weight: bold;
    height: 9px;
    width: 6px
}

.page__aside-top5 {
    margin: 35px 0 20px;
    text-align: center
}

.page__aside-horoscope {
    margin-top: 40px;
    text-align: center
}

.page__aside-magazine {
    margin: 40px 0 20px;
    text-align: center
}

.page__403 {
    text-align: center
}

.page__403::after {
    clear: both;
    content: "";
    display: table
}

.page__link {
    font-size: 15px;
    color: #d31900
}

.page__link:hover {
    text-decoration: none
}

.page__link-error {
    display: table;
    margin: 20px auto 70px;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 26px;
    text-decoration: none;
    letter-spacing: 0.3px
}

.page__link-error span {
    color: #d31900
}

.page__link-download {
    display: table;
    margin-bottom: 17px;
    padding-left: 40px;
    font-size: 17px;
    line-height: 30px;
    color: #d31900;
    background: no-repeat 0 50%/24px 30px;
    text-decoration: none
}

.page__link-download:hover {
    color: #000
}

.page__link_lh_40 {
    line-height: 40px
}

.page__horo-inner {
    width: calc(100% + 20px);
    background: #f6f6f6;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
    margin: 0 0 40px
}

.page__horo-switcher {
    margin-top: 4px;
    margin-left: 20px
}

.page__horo-switcher-item {
    display: inline-block;
    margin-right: 40px;
    font-size: 12px;
    line-height: 50px;
    font-weight: 700;
    letter-spacing: .6px;
    color: #191919;
    text-transform: uppercase;
    border-bottom: 3px solid transparent;
    text-decoration: none
}

.page__horo-switcher-item_active {
    border-color: #d31900
}

.page__magazine-wrapper {
    margin-bottom: 25px
}

.page__magazine-item {
    display: inline-block;
    width: 148px;
    margin-bottom: 25px;
    text-decoration: none
}

.page__magazine-item:not(:nth-of-type(5n+5)) {
    margin-right: 55px
}

.page__magazine-caption {
    display: inline-block;
    margin-top: 5px;
    color: #d31900;
    font-size: 17px;
    line-height: 24px;
    text-transform: uppercase
}

.page__line {
    display: block;
    height: 1px;
    background: #ededed
}

.page__line_search {
    width: calc(100% + 59px);
    margin: 10px auto 30px -19px;
    background: #ededed
}

.page__line_margin-b_20 {
    margin-bottom: 20px
}

.page__arrow-line {
    border-bottom: 2px solid #000
}

.page__arrow-line::before {
    position: absolute;
    top: auto;
    right: 8px;
    bottom: -18px;
    left: auto;
    display: inline-block;
    content: '';
    height: 19px;
    width: 19px;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMTAwJScgaGVpZ2h0PScxMDAlJyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnICB2aWV3Qm94PScwIDAgMTAwIDEwMCc+Cgk8bGluZWFyR3JhZGllbnQgaWQ9J2cxJyB4MT0nMCUnIHkxPScwJScgeDI9JzEwMCUnIHkyPScwJSc+CgkJPHN0b3Agb2Zmc2V0PScwJScgc3R5bGU9J3N0b3AtY29sb3I6IzAwMDAwMDtzdG9wLW9wYWNpdHk6MScgLz4KCQk8c3RvcCBvZmZzZXQ9JzEwMCUnIHN0eWxlPSdzdG9wLWNvbG9yOiNmZmZmZmY7c3RvcC1vcGFjaXR5OjAnIC8+Cgk8L2xpbmVhckdyYWRpZW50PgoJPGxpbmVhckdyYWRpZW50IGlkPSdnMicgeDE9JzAlJyB5MT0nMCUnIHgyPScwJScgeTI9JzEwMCUnPgoJCTxzdG9wIG9mZnNldD0nMCUnIHN0eWxlPSdzdG9wLWNvbG9yOiMwMDAwMDA7c3RvcC1vcGFjaXR5OjEnIC8+CgkJPHN0b3Agb2Zmc2V0PScxMDAlJyBzdHlsZT0nc3RvcC1jb2xvcjojZmZmZmZmO3N0b3Atb3BhY2l0eTowJyAvPgoJPC9saW5lYXJHcmFkaWVudD4KCTxyYWRpYWxHcmFkaWVudCBpZD0nZzMnIGN4PScwJScgY3k9JzAlJyByPScxMDAlJz4KCQk8c3RvcCBvZmZzZXQ9JzAlJyBzdHlsZT0nc3RvcC1jb2xvcjojMDAwMDAwO3N0b3Atb3BhY2l0eToxJyAvPgoJCTxzdG9wIG9mZnNldD0nMTAwJScgc3R5bGU9J3N0b3AtY29sb3I6I2ZmZmZmZjtzdG9wLW9wYWNpdHk6MCcgLz4KCTwvcmFkaWFsR3JhZGllbnQ+Cgk8ZyB0cmFuc2Zvcm09J3JvdGF0ZSg0NSkgdHJhbnNsYXRlKDIxLjIgLTQ5LjUpJz4KCQk8cmVjdCB4PSctNTAlJyB5PSctNTAlJyB3aWR0aD0nMTAwJScgaGVpZ2h0PScxMDAlJyBmaWxsPScjZmZmZmZmJyAvPgoJCTxyZWN0IHg9JzUwJScgeT0nLTUwJScgd2lkdGg9JzIlJyBoZWlnaHQ9JzEwMCUnIGZpbGw9J3VybCgjZzEpJyAvPgoJCTxyZWN0IHg9Jy01MCUnIHk9JzUwJScgd2lkdGg9JzEwMCUnIGhlaWdodD0nMiUnIGZpbGw9J3VybCgjZzIpJyAvPgoJPHJlY3QgeD0nNTAlJyB5PSc1MCUnIHdpZHRoPScyJScgaGVpZ2h0PScyJScgZmlsbD0ndXJsKCNnMyknIC8+Cgk8L2c+Cjwvc3ZnPg==) no-repeat 0 0/19px 19px
}

.page__table {
    width: 100%;
}

.page__table-td:first-of-type {
    padding-left: 20px;
    width: 80px;
    line-height: 35px;
    font-weight: 600
}

.page__table-td_red {
    color: red
}

.page__table-td_red a {
    color: inherit;
    text-decoration: none
}

.page__table-td_top {
    vertical-align: top
}

.page__table_grey {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 40px;
    border: 10px solid transparent;
    border-left-width: 0;
    border-spacing: 0 10px;
    border-collapse: separate;
    background: #f6f6f6
}

.page__table_normal {
    width: 100%;
    margin-right: 0
}

.page__figure {
    position: relative;
    margin: 0 0 70px
}

.page__figure-caption {
    position: absolute;
    bottom: -42px;
    left: 0;
    right: 0;
    width: 660px;
    margin: auto;
    padding: 15px 50px 35px;
    text-align: center;
    background: #fff
}

.page__figure-caption::after {
    content: '';
    position: absolute;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    height: 3px;
    width: 120px;
    background: red
}

.page__wrap-content-left {
    width: 260px;
    vertical-align: top
}

.page__wrap-content p {
    margin: 0 0 30px
}

.page_full-screen {
    min-height: calc(100vh - 397px)
}

.page_padding-horiz_20 {
    padding-left: 20px;
    padding-right: 20px
}

.page_padding_20 {
    padding: 20px
}

.page_padding-b_20 {
    padding-bottom: 20px
}

.page_margin-b_30 {
    margin-bottom: 30px
}

.page_margin-b_40 {
    margin-bottom: 40px
}

.page_margin-t_70 {
    margin-top: 4.375rem
}

.page_gallery {
    padding: 50px 0 0
}

.column {
    float: left
}

.column__container {
    width: 1000px;
    margin: 0 auto
}

.column__wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.column__wrapper::after {
    clear: both;
    content: "";
    display: table
}

.column__wrapper_border_bottom {
    border-bottom: 1px solid #ededed
}

.column__wrapper_border_top {
    border-top: 1px solid #ededed
}

.column__wrapper_pad-t_20 {
    padding-top: 20px;
    background: #fff;
}

.column_200 {
    width: 200px;
    margin-left: 20px
}

.column_240 {
    width: 240px;
    padding-left: 20px;
    padding-right: 20px;
    background: #f4f4f4
}

.column_300 {
    width: 300px
}

.column_300.column_border_left {
    width: 301px
}

.column_460 {
    width: 460px;
    padding-right: 20px
}

.column_460.column_border_right {
    padding-right: 19px
}

.column_440 {
    width: 440px;
    padding-right: 20px
}

.column_440.column_border_right {
    padding-right: 19px
}

.column_680 {
    width: 680px;
}

.column_border_right {
    border-right: 1px solid #ededed
}

.column_border_left {
    border-left: 1px solid #ededed
}

.column_padding-top_20 {
    padding-top: 20px
}

.column_padding-horiz_20 {
    padding: 0 20px 0 19px
}

.column_pad-l_20 {
    padding-left: 20px
}

.column_pad-b_20 {
    padding-bottom: 40px
}

.column_pad-v {
    padding-top: 70px;
    padding-bottom: 40px
}

.column_margin-t_-70 {
    margin-top: -70px
}

.column_partners {
    position: relative
}

.column_partners .column > section:first-of-type {
    margin: 0
}

.column_partners .column > section:first-of-type .page__header-uppercase {
    position: absolute;
    top: 0
}

.article {
    margin-bottom: 20px
}

.article__date {
    display: block;
    margin-top: 10px;
    font-size: 12px;
    color: #999999;
    letter-spacing: .02em
}

.article_gallery-main, .article_search-inst {
    display: inline-block;
    width: 320px;
    text-align: center
}

.article_gallery-main:not(:last-of-type), .article_search-inst:not(:last-of-type) {
    margin-right: 16px
}

.article_search-inst {
    position: relative;
    text-align: left
}

.article_search-inst img {
    display: block;
    height: 320px
}

.article_search-inst:hover .article__text-inst {
    opacity: 1
}

.article_search-article::after, .article_search::after, .article_search-inst::after {
    clear: both;
    content: "";
    display: table
}

.article_search-article:not(:last-of-type), .article_search:not(:last-of-type), .article_search-inst:not(:last-of-type) {
    margin-bottom: 30px
}

.article_search-article:not(:nth-of-type(2n+2)), .article_search:not(:nth-of-type(2n+2)), .article_search-inst:not(:nth-of-type(2n+2)) {
    margin-right: 16px
}

.article_search-article:nth-of-type(2n+2), .article_search:nth-of-type(2n+2), .article_search-inst:nth-of-type(2n+2) {
    margin-right: 0
}

.article_inst {
    margin-left: 20px;
    margin-bottom: 40px
}

.article_inst::after {
    clear: both;
    content: "";
    display: table
}

.article_materials {
    float: left;
    width: 200px
}

.article_materials:not(:nth-of-type(3n+3)) {
    margin-right: 19px
}

.article_materials:nth-of-type(3n+4) {
    clear: left
}

.article__header {
    font-size: 20px;
    line-height: 26px;
    font-weight: normal;
    margin: 0;
    transition: all .2s
}

.article__header:hover {
    color: red
}

.article__header a {
    color: inherit;
    text-decoration: none
}

.article_pad-left_20 .article__header {
    margin-left: 20px
}

.article_t2 .article__header, .article_materials .article__header {
    font-size: 17px;
    line-height: 22px
}

.article_materials .article__header {
    margin-top: 5px
}

.article_gallery-main .article__header {
    padding: 5px 20px;
    font-size: 17px
}

.article_top5-aside .article__header {
    padding: 0 20px
}

.article_search-article .article__header {
    float: left;
    width: calc(100% - 350px)
}

.article_search-inst .article__header {
    margin-left: 20px
}

.article__category {
    display: inline-block;
    margin-top: 10px;
    padding-right: 10px;
    text-decoration: none;
    color: red;
    font-size: 13px;
    transition: all .2s
}

.article__category:hover {
    color: #000
}

.article_pad-left_20 .article__category {
    margin-left: 20px
}

.article_t2 .article__category {
    margin-top: 11px
}

.article_search-article .article__category {
    max-width: calc(100% - 350px);
    margin-top: 20px
}

.article_search-inst .article__category {
    margin-left: 20px
}

.article_inst .article__category {
    display: block;
    padding-left: 240px
}

.article__img-wrapper {
    display: block;
    position: relative;
    transition: all .2s
}

.article__img-wrapper img {
    display: block;
    width: 100%
}

.article__img-wrapper_cover::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: all .3s;
    background: transparent
}

.article__img-wrapper_cover:hover::before {
    background: rgba(255, 255, 255, 0.3)
}

.article_gallery-main .article__img-wrapper {
    padding: 9px;
    border: 1px solid #e9e9e9
}

.article_search-article .article__img-wrapper {
    float: left;
    width: 330px;
    margin-right: 20px
}

.article_inst .article__img-wrapper {
    position: relative;
    float: left;
    margin-right: 40px
}

.article_inst .article__img-wrapper::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: no-repeat 0 0/100% 100%;
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1)
}

.article__text-inst {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 320px;
    background: rgba(0, 0, 0, 0.5);
    margin: 0;
    opacity: 0;
    transition: all .2s;
    text-decoration: none
}

.article__text-inst-inner {
    position: absolute;
    top: 50%;
    right: 20px;
    bottom: auto;
    left: 20px;
    font-size: 15px;
    line-height: 22px;
    text-align: center;
    color: #fff;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    max-height: 280px;
    overflow: hidden
}

.footer {
    padding-bottom: 20px;
    background: #e4e4e4
}

.footer__inner {
    width: 800px;
    margin: 0 auto;
    text-align: center
}

.footer__logo {
    padding: 30px 0;
    border-bottom: 1px solid #d2d2d2
}

.footer__about {
    border-bottom: 1px solid #d2d2d2
}

.footer__about-link {
    font-size: 14px;
    line-height: 34px;
    margin: 0 17px;
    color: #666;
    text-decoration: none
}

.footer__about-link:hover {
    text-decoration: underline
}

.footer__copyright {
    margin: 15px auto 25px;
    font-size: 12px;
    color: #919191;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    letter-spacing: -0.1px
}

.footer__rambler-text {
    display: block;
    font-size: 12px;
    color: #919191;
    margin-bottom: 7px
}

.footer__gotop {
    position: fixed;
    bottom: 0;
    right: 60px;
    height: 47px;
    width: 50px;
    background: #f4f4f4;
    border-top: 2px solid #dfdfdf;
    cursor: pointer;
    transition: all .2s
}

.footer__gotop:hover {
    background: #e7e7e7
}

.footer__gotop::after {
    content: '';
    height: 11px;
    width: 11px;
    color: #e05e4c;
    border-top: 1px solid #e05e4c;
    border-left: 1px solid #e05e4c;
    position: absolute;
    top: 50%;
    right: 0;
    bottom: auto;
    left: 0;
    -webkit-transform: translateY(-34%) rotate(45deg);
    -ms-transform: translateY(-34%) rotate(45deg);
    transform: translateY(-34%) rotate(45deg);
    margin: auto
}

.main-spot {
    position: relative;
    white-space: nowrap;
    margin-bottom: 20px;
    overflow: hidden
}

.main-spot__img {
    display: block;
    max-width: 100%
}

.main-spot_star .main-spot__img {
    width: auto;
    margin: 0 auto
}

.main-spot_content .main-spot__img {
    margin: 0 auto
}

.main-spot__item {
    padding: 0;
    margin: 0;
    position: relative;
    display: inline-block;
    vertical-align: top
}

.main-spot__item::after {
    clear: both;
    content: "";
    display: table
}

.main-inst__slider .main-spot__item {
    width: 184px;
    margin: 0 10px
}

.main-spot__item a {
    text-decoration: none
}

.main-spot__subitem {
    position: relative;
    width: 50%;
    float: left;
    margin: 0
}

.main-spot__caption {
    position: absolute;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    width: 680px;
    margin: auto;
    padding: 20px 40px 0;
    font-size: 28px;
    line-height: 36px;
    background: #fff;
    white-space: normal;
    text-align: center;
    transition: all .2s
}

.main-spot__caption:hover {
    color: #aa1300
}

.main-spot__caption_spot2 {
    width: auto;
    left: 40px;
    right: 40px;
    padding-bottom: 10px;
    font-size: 20px;
    line-height: 26px
}

.main-spot_section .main-spot__caption {
    position: relative;
    font-size: 22px;
    line-height: 26px;
    padding: 15px 20px 25px
}

.main-spot_section .main-spot__caption::after {
    position: absolute;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: '';
    height: 3px;
    width: 90px;
    background: #d31900
}

.main-spot_star .main-spot__caption {
    position: relative;
    padding: 0 20px;
    font-size: 14px;
    color: #999
}

.main-spot__caption2 {
    font-size: 14px;
    padding: 5px 20px;
    margin-bottom: 40px;
    color: #000;
    text-align: center;
    white-space: normal
}

.main-spot__arrow {
    z-index: 10;
    height: 40px;
    width: 40px;
    position: absolute;
    top: 50%;
    right: auto;
    bottom: auto;
    left: auto;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #fff;
    cursor: pointer;
    transition: all .2s;
    text-decoration: none
}

.main-spot__arrow::before {
    position: absolute;
    top: 50%;
    right: auto;
    bottom: auto;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.main-spot__arrow:hover {
    color: #fff;
    background: #d31900
}

.gallery-text__slide .main-spot__arrow {
    top: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    font-size: 15px;
    transition: all .2s;
    color: #fff;
    background: #efefef
}

.gallery-text__slide .main-spot__arrow:hover {
    color: #fff;
    background: #d31900
}

.main-spot_section .main-spot__arrow {
    top: 180px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

.main-spot_star .main-spot__arrow {
    top: 205px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

.main-spot_content .main-spot__arrow {
    top: calc(50% - 27px)
}

.main-spot__arrow_left {
    left: 0
}

.main-spot__arrow_right {
    right: 0
}

.main-spot_inst {
    margin: 0 -10px 40px
}

.main-spot_inst-profile {
    margin-left: 20px
}

.main-spot_inst-profile .main-spot__img {
    height: 640px
}

.main-spot_star {
    margin-top: 35px;
    background: #f6f6f6
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    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);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

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

.slick-track:before, .slick-track:after {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

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

.slick-track {
    will-change: left;
    -webkit-transform: translateZ(0px);
    transform: translateZ(0px)
}

.slider-twin {
    position: relative;
    width: 610px;
    height: auto;
    overflow: hidden;
    margin: 25px auto 35px;
    cursor: col-resize
}

.slider-twin img {
    padding: 0;
    pointer-events: none
}

.slider-left, .slider-right {
    position: absolute;
    top: 0;
    overflow: hidden
}

.slider-left {
    z-index: 100;
    left: 0;
    width: 300px;
    border-right: 4px solid #fff
}

.slider-right {
    right: 0;
    width: 610px
}

.slide-img {
    width: 610px;
    height: 100%
}

.slide, .arrows {
    z-index: 1000;
    position: absolute;
    top: 15%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    pointer-events: none
}

.slider-twin .arrows {
    display: none;
    opacity: .3
}

.img {
    display: block;
    width: 100%;
    margin: 0 auto
}

.img-gallery {
    display: block;
    max-width: 100%;
    margin: 0 auto 10px
}

.instagram-main {
    overflow-x: hidden
}

.gallery-main {
    margin-bottom: 30px
}

.gallery-main__wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.gallery-text .page__text_gallery {
    margin-bottom: 40px
}

.gallery-text .page__text_red {
    font-size: 14px
}

.gallery-text__slide {
    position: relative;
    text-align: center;
    font-size: 36px;
    margin-bottom: 35px
}

.gallery-text__count {
    font-size: 36px;
    line-height: 40px;
    color: #cdcdcd
}

.gallery-text__count em {
    color: #d31900;
    font-style: normal
}

.gallery-credits {
    color: #999;
    font-size: 14px
}

.gallery-credits a {
    color: #ff2626;
    text-decoration: none
}

.gallery-credits a:hover {
    text-decoration: underline
}

.input {
    padding: 0 10px;
    border: none;
    background: transparent
}

.input:invalid {
    box-shadow: none
}

.input::-webkit-input-placeholder {
    font-size: 13px
}

.input::-moz-placeholder {
    font-size: 13px
}

.input:-ms-input-placeholder {
    font-size: 13px
}

.input::placeholder {
    font-size: 13px
}

.input:focus::-webkit-input-placeholder {
    color: transparent
}

.input:focus::-moz-placeholder {
    color: transparent
}

.input:focus:-ms-input-placeholder {
    color: transparent
}

.input:focus::placeholder {
    color: transparent
}

.input-checkbox {
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #d8d8d8;
    margin-right: 10px
}

.input__wrapper {
    position: relative;
    display: inline-block
}

.input_file {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    cursor: pointer
}

.input_file-disabled {
    display: table;
    margin-bottom: 25px;
    color: red;
    text-transform: none
}

.input_file-disabled span {
    color: #999
}

.input_file-disabled-basket {
    display: inline-block;
    vertical-align: middle;
    width: 11px;
    height: 12px;
    margin-left: 11px;
    background: url("//viposidn.com/content/rv5M4efsy7I8cFS/img/basket.png") no-repeat 50% 0;
    cursor: pointer
}

.input_search-header {
    width: 100%;
    height: 40px;
    padding-right: 50px;
    line-height: 40px;
    background: #aa1300;
    color: #fff
}

.input_search-submit {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 11;
    height: 40px;
    width: 40px;
    color: #fff;
    background: transparent
}

.input_subscribe-submit {
    z-index: 10;
    position: absolute;
    top: 0;
    right: 0;
    height: 30px;
    width: 30px
}

.input_subscribe {
    width: 100%;
    padding: 0 8px;
    line-height: 30px;
    height: 30px;
    font-size: 14px
}

.input_subscribe::-webkit-input-placeholder {
    color: #aaa;
    font-style: italic
}

.input_subscribe::-moz-placeholder {
    color: #aaa;
    font-style: italic
}

.input_subscribe:-ms-input-placeholder {
    color: #aaa;
    font-style: italic
}

.input_subscribe::placeholder {
    color: #aaa;
    font-style: italic
}

.input_border {
    border: 1px solid #d8d8d8
}

.input_error-page {
    float: right;
    text-align: left;
    width: 298px;
    margin-left: 20px;
    padding: 0 8px;
    border: 1px solid #d8d8d8;
    line-height: 35px;
    height: 35px;
    text-transform: none;
    font-weight: 400
}

.input_search-add {
    float: left;
    width: 520px;
    margin-right: 20px;
    font-size: 20px;
    line-height: 35px;
    height: 37px;
    border: 1px solid #d8d8d8;
    background: #fff
}

.input_wedding {
    float: right;
    width: 500px;
    margin-bottom: 20px;
    border: 1px solid #d8d8d8;
    line-height: 35px;
    height: 35px;
    font-weight: 400
}

.input_error {
    border-color: #d31900
}

.input_margin-r_10 {
    margin-right: 10px
}

.input_margin-l_140 {
    margin-left: 140px
}

.input_margin-b_5 {
    margin-bottom: 5px
}

.fieldset {
    border: none;
    margin: 0;
    padding: 0
}

.fieldset_subscribe {
    position: relative;
    background: #ededed;
    margin-top: 10px
}

.fieldset_unsubscribe {
    text-align: left;
    margin-left: 230px;
    margin-bottom: 70px
}

.form__errors {
    margin: 10px 0 0;
    padding: 0
}

.form__errors li {
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    text-transform: none;
    list-style-type: none;
    color: #d31900;
    margin-bottom: 3px
}

.form__errors_right {
    text-align: right
}

.form__errors_right::after {
    clear: both;
    content: "";
    display: table
}

.form__errors_right li {
    width: 298px;
    float: right;
    text-align: left
}

.form_error {
    display: block;
    width: 384px;
    margin: 35px auto 40px;
    -webkit-transform: translateX(-14px);
    -ms-transform: translateX(-14px);
    transform: translateX(-14px)
}

.form_error::after {
    clear: both;
    content: "";
    display: table
}

.form_wedding {
    padding-left: 20px
}

.form_wedding::after {
    clear: both;
    content: "";
    display: table
}

.label {
    display: block
}

.label_error-page {
    margin-bottom: 20px;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 32px;
    font-weight: 600;
    letter-spacing: .3px;
    text-align: right
}

.label_error-page::after {
    clear: both;
    content: "";
    display: table
}

.label_error-checkbox {
    width: 298px;
    float: right;
    text-align: left
}

.label_unsubscribe {
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 0
}

.label_wedding {
    line-height: 34px;
    font-size: 15px;
    text-transform: uppercase;
    margin-bottom: 20px;
    letter-spacing: 0.3px;
    font-weight: 600;
    clear: both
}

.label_wedding .label-caption {
    display: inline-block;
    vertical-align: top;
    width: 140px
}

.label_quiz {
    display: table;
    padding-left: 20px;
    font-size: 17px;
    line-height: 17px;
    margin-bottom: 25px;
    cursor: pointer
}

.select {
    display: inline-block;
    width: 160px;
    height: 35px;
    border: 1px solid #d8d8d8;
    margin-right: 20px;
    font-size: 17px;
    line-height: 35px;
    padding-left: 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff no-repeat top 50% right 10px/12px 8px;
    cursor: pointer
}

.select option {
    height: 25px
}

.select option:hover {
    background: #f6f6f6
}

.textarea {
    border: 1px solid #d8d8d8;
    resize: vertical;
    padding: 10px
}

.textarea_wedding {
    float: right;
    width: 500px;
    height: 190px;
    border: 1px solid #d8d8d8;
    font-weight: 400
}

.top5 {
    padding: 0 20px;
    margin: 0;
    counter-reset: li
}

.top5__item {
    position: relative;
    list-style-type: none;
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 30px;
    padding-left: 40px;
    text-align: left;
    transition: all .2s
}

.top5__item::after {
    position: absolute;
    top: 12px;
    right: auto;
    bottom: auto;
    left: 0;
    content: counter(li);
    counter-increment: li;
    font-size: 48px;
    font-weight: 700;
    color: #e2e2e2
}

.top5__item:hover {
    color: #d31900
}

.top5__item a {
    text-decoration: none
}

.partners {
    margin-bottom: 40px;
    margin-top: 50px
}

.partners__item {
    display: inline-block;
    width: 197px;
    white-space: nowrap;
    margin: 0 20px 20px 0
}

.partners__item:nth-of-type(3n+3) {
    margin-right: 0
}

.partners__item_aside {
    width: 260px;
    margin-right: 0
}

.partners__img {
    display: inline-block;
    vertical-align: top;
    height: 80px;
    width: 80px;
    margin-right: 10px
}

.partners__header {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 90px);
    margin: 0;
    font-size: 13px;
    font-weight: 400;
    white-space: normal;
    transition: all .2s
}

.partners__header:hover {
    color: #d31900
}

.partners__header a {
    text-decoration: none
}

.partners__item_aside .partners__header {
    font-size: 15px;
    line-height: 20px
}

.partners_aside {
    margin: 35px 20px 20px
}

.partners_materials {
    margin-top: 40px
}

.partners_materials::after {
    clear: both;
    content: "";
    display: table
}

.partners_margin-x {
    margin-top: -54px;
    margin-bottom: 40px
}

.banner {
    margin-bottom: 20px
}

.banner img {
    display: block;
    width: 100%
}

.bannerT2 {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 70px;
    overflow: hidden;
    white-space: nowrap;
    margin-bottom: 20px
}

.bannerT2__caption {
    height: 70px;
    width: 80px;
    padding: 17px 14px;
    color: #fff;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-size: 12px;
    line-height: 18px;
    text-transform: uppercase;
    font-family: "MyriadProBold", sans-serif;
    white-space: normal;
    background: #d31900
}

.bannerT2 a {
    display: inline-block;
    vertical-align: top
}

.banner_border {
    margin-bottom: 0;
    border: 1px solid #ededed
}

.banner_margin-t_40 {
    margin-top: 40px
}

.banner_content-right {
    float: right;
    width: 300px;
    margin: 0 0 40px 40px
}

.banner_content-right img {
    margin: 0
}

.horoscope__wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.horoscope__wrapper_sm {
    white-space: nowrap;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.horoscope__item {
    display: inline-block;
    width: 70px;
    margin-bottom: 20px;
    text-decoration: none;
    outline: none
}

.horoscope__item:hover .horoscope__item-caption {
    color: red
}

.horoscope__item:not(:nth-of-type(4n+4)) {
    margin-right: 6px
}

.horoscope__item_large {
    width: 180px;
    text-align: center
}

.horoscope__item_large:not(:nth-of-type(3n+3)) {
    margin-right: 50px
}

.horoscope__item_large:nth-of-type(3n+3) {
    margin-right: 0
}

.horoscope__item_sm {
    width: 55px
}

.horoscope__item_sm:not(:last-of-type) {
    margin-right: 2px
}

.horoscope__item_sm:last-of-type {
    margin-right: 0
}

.horoscope__item-caption {
    font-size: 12px;
    transition: all .3s
}

.horoscope__item-caption_large {
    font-size: 17px;
    letter-spacing: .34px;
    line-height: 22px;
    text-align: center;
    text-transform: uppercase
}

.horoscope__img {
    height: 70px;
    width: 70px
}

.horoscope__img_large {
    height: 180px;
    width: 180px;
    margin-bottom: 10px
}

.horoscope__img_sm {
    height: 55px;
    width: 55px
}

.horoscope__date {
    display: block;
    margin: 3px auto;
    font-size: 13px;
    color: #999;
    text-align: center
}

.social {
    position: relative
}

.social__item, .ya-share2__item {
    display: inline-block;
    text-decoration: none;
    transition: all .2s
}

.social__item_header {
    font-size: 17px;
    margin-right: 35px;
    vertical-align: middle
}

.social__item_header:last-of-type {
    margin-right: 25px
}

.social__item_header:hover {
    color: #d31900
}

.social__item_header.social__item_search2 {
    font-size: 19px
}

.social__item_header.social__item_in {
    font-size: 18px
}

.social__item_header.social__item_tw, .social__item_header.ya-share2__item_service_twitter {
    font-size: 16px
}

.social__item_header.social__item_vk, .social__item_header.ya-share2__item_service_vkontakte {
    font-size: 14px
}

.social__item_header.social__item_fb, .social__item_header.ya-share2__item_service_facebook {
    font-size: 19px
}

.social__item_search.social__item_header, .social__item_search2.social__item_header {
    color: #d31900
}

.social__item_search.social__item_header:hover, .social__item_search2.social__item_header:hover {
    color: #000
}

.social__item_search-menu, .social__item_search2-menu {
    z-index: 10
}

.social__item_full-menu {
    color: #858585;
    margin: 30px 16px;
    vertical-align: middle
}

.social__item_full-menu:hover {
    color: #000
}

.social__item_full-menu.social__item_in {
    font-size: 18px;
    margin-left: 20px
}

.social__item_full-menu.social__item_ok {
    font-size: 18px
}

.social__item_full-menu.social__item_tw, .social__item_full-menu.ya-share2__item_service_twitter {
    font-size: 16px;
    margin-left: 20px
}

.social__item_full-menu.social__item_vk, .social__item_full-menu.ya-share2__item_service_vkontakte {
    font-size: 14px;
    margin-left: 20px
}

.social__item_full-menu.social__item_fb, .social__item_full-menu.ya-share2__item_service_facebook {
    font-size: 19px
}

.social__item_color, .social__item_fixed, .ya-share2__item {
    position: relative;
    display: inline-block;
    vertical-align: top;
    height: 40px;
    min-width: 40px;
    padding: 0 12px 0 27px;
    margin: 0 5px;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    line-height: 40px !important;
    transition: all .2s
}

.social__item_color::before, .social__item_fixed::before, .ya-share2__item::before {
    position: absolute;
    left: 12px;
    top: 50%;
    font-size: 17px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.social__item_color span, .social__item_fixed span, .ya-share2__item span {
    display: inline-block;
    vertical-align: top;
    text-indent: 10px;
    font-size: 15px;
    font-family: "MyriadProRegular", sans-serif;
    line-height: 40px
}

.social__item_color.social__item_fb, .social__item_fb.social__item_fixed, .social__item_fixed.ya-share2__item_service_facebook, .social__item_fb.ya-share2__item, .ya-share2__item.ya-share2__item_service_facebook, .social__item_color.ya-share2__item_service_facebook {
    background: #3e649e
}

.social__item_color.social__item_fb:hover, .social__item_fb.social__item_fixed:hover, .social__item_fixed.ya-share2__item_service_facebook:hover, .social__item_fb.ya-share2__item:hover, .ya-share2__item.ya-share2__item_service_facebook:hover, .social__item_color.ya-share2__item_service_facebook:hover {
    background: #304d79
}

.social__item_color.social__item_fb::before, .social__item_fb.social__item_fixed::before, .social__item_fixed.ya-share2__item_service_facebook::before, .social__item_fb.ya-share2__item::before, .ya-share2__item.ya-share2__item_service_facebook::before, .social__item_color.ya-share2__item_service_facebook::before {
    font-size: 20px
}

.page__table .social__item_color.social__item_fb, .page__table .social__item_fb.social__item_fixed, .page__table .social__item_fixed.ya-share2__item_service_facebook, .page__table .social__item_fb.ya-share2__item, .page__table .ya-share2__item.ya-share2__item_service_facebook, .page__table .social__item_color.ya-share2__item_service_facebook {
    margin-left: 0
}

.social__item_color.social__item_vk, .social__item_vk.social__item_fixed, .social__item_fixed.ya-share2__item_service_vkontakte, .social__item_vk.ya-share2__item, .ya-share2__item.ya-share2__item_service_vkontakte, .social__item_color.ya-share2__item_service_vkontakte {
    background: #5985ab
}

.social__item_color.social__item_vk:hover, .social__item_vk.social__item_fixed:hover, .social__item_fixed.ya-share2__item_service_vkontakte:hover, .social__item_vk.ya-share2__item:hover, .ya-share2__item.ya-share2__item_service_vkontakte:hover, .social__item_color.ya-share2__item_service_vkontakte:hover {
    background: #466b8b
}

.social__item_color.social__item_vk::before, .social__item_vk.social__item_fixed::before, .social__item_fixed.ya-share2__item_service_vkontakte::before, .social__item_vk.ya-share2__item::before, .ya-share2__item.ya-share2__item_service_vkontakte::before, .social__item_color.ya-share2__item_service_vkontakte::before {
    font-size: 15px
}

.social__item_color.social__item_tw, .social__item_tw.social__item_fixed, .social__item_fixed.ya-share2__item_service_twitter, .social__item_tw.ya-share2__item, .ya-share2__item.ya-share2__item_service_twitter, .social__item_color.ya-share2__item_service_twitter {
    background: #40aef0
}

.social__item_color.social__item_tw:hover, .social__item_tw.social__item_fixed:hover, .social__item_fixed.ya-share2__item_service_twitter:hover, .social__item_tw.ya-share2__item:hover, .ya-share2__item.ya-share2__item_service_twitter:hover, .social__item_color.ya-share2__item_service_twitter:hover {
    background: #129aeb
}

.social__item_color.social__item_tw::before, .social__item_tw.social__item_fixed::before, .social__item_fixed.ya-share2__item_service_twitter::before, .social__item_tw.ya-share2__item::before, .ya-share2__item.ya-share2__item_service_twitter::before, .social__item_color.ya-share2__item_service_twitter::before {
    left: 10px
}

.social__item_color.social__item_gp, .social__item_gp.social__item_fixed, .social__item_fixed.ya-share2__item_service_gplus, .social__item_gp.ya-share2__item, .ya-share2__item.ya-share2__item_service_gplus, .social__item_color.ya-share2__item_service_gplus {
    background: #e14d2f
}

.social__item_color.social__item_gp:hover, .social__item_gp.social__item_fixed:hover, .social__item_fixed.ya-share2__item_service_gplus:hover, .social__item_gp.ya-share2__item:hover, .ya-share2__item.ya-share2__item_service_gplus:hover, .social__item_color.ya-share2__item_service_gplus:hover {
    background: #c1381c
}

.social__item_color.social__item_gp::before, .social__item_gp.social__item_fixed::before, .social__item_fixed.ya-share2__item_service_gplus::before, .social__item_gp.ya-share2__item::before, .ya-share2__item.ya-share2__item_service_gplus::before, .social__item_color.ya-share2__item_service_gplus::before {
    font-size: 18px
}

.social__item_fixed {
    display: table;
    margin: 0 0 10px
}

.social__item_arrow-1-right, .social__item_right-open-big {
    right: 0
}

.social__item_arrow-1-left, .social__item_left-open-big {
    left: 0
}

.main-spot_inst .social__item_arrow-1-right {
    right: 10px
}

.main-spot_inst .social__item_arrow-1-left {
    left: 10px
}

.social_header {
    float: right;
    margin-top: 15px
}

.social_full-menu {
    height: 80px;
    text-align: center;
    background: #efefef
}

.social_color {
    text-align: center;
    margin-bottom: 35px
}

.page__table .social_color {
    text-align: left;
    margin-bottom: 0
}

.social_fixed, .social_fixed .ya-share2__list {
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.social_fixed .ya-share2__list .ya-share2__item {
    margin-bottom: 10px
}

.social_fixed .social__item::before, .social_fixed .ya-share2__item::before {
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.social_scrolled {
    position: fixed;
    top: 10px;
    left: calc(50% - 481px)
}

@media all and (max-width: 1200px) {
    .social_scrolled {
        top: 60px
    }
}

.social_scrolled .social__item::before, .social_scrolled .ya-share2__item::before {
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

@font-face {
    font-family: 'icomoon';
    src: url("../fonts/icons/icomoon.svg-i8yoof#icomoon") format("svg");
    font-weight: normal;
    font-style: normal
}

[class^="social__item_"], [class*=" social__item_"], [class^="ya-share2__item"], [class*=" ya-share2__item_"] {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.social__item_vb:before {
    content: "\e907"
}

.social__item_fb:before, .ya-share2__item_service_facebook:before {
}

.social__item_in:before {
    content: "\e901"
}

.social__item_ok:before {
    content: "\e902"
}

.social__item_vkontakte1:before {
}

.social__item_search:before {
    content: "\e904"
}

.social__item_tw:before, .ya-share2__item_service_twitter:before {
}

.social__item_vk:before, .ya-share2__item_service_vkontakte:before {
}

.social__item_gusta:before {
    content: "\6b"
}

.social__item_arrow-1-down:before {
    content: "\72"
}

.social__item_arrow-1-left:before {
    content: "\73"
}

.social__item_arrow-1-right:before {
    content: "\74"
}

.social__item_arrow-1-up:before {
    content: "\75"
}

.social__item_down-open-big:before {
    content: "\77"
}

.social__item_left-open-big:before {
    content: "\43"
}

.social__item_right-open-big:before {
    content: "\47"
}

.social__item_up-open-big:before {
    content: "\4a"
}

.social__item_gp:before, .ya-share2__item_service_gplus:before {
}

.social__item_pinterst:before {
    content: "\57"
}

.social__item_search2:before {
    content: "\58";
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
    display: inline-block
}

.social__item_letter-mail-1:before {
    content: "\69"
}

.social__item_quote:before {
    content: "\79"
}

.social__item_cross:before {
    content: "\52"
}

.social__item_whatsapp:before {
    content: "\2c"
}

.social__item_bubble:before {
    content: "\2e"
}

.social__item_reorder:before {
    content: "\2d"
}

.social__item_tumblr:before {
    content: "\2f"
}

.social__item_instagram:before {
    content: "\3a"
}

.social__item_world:before {
    content: "\3e"
}

.social__item_buscar:before {
    content: "\4d"
}

.social__item_menu-2:before {
    content: "\3c"
}

.social__item_comment:before {
    content: "\3f"
}

.social__item_social-youtube:before {
    content: "\5b"
}

.social__item_youtube-1:before {
    content: "\7b"
}

.social__item_gplus-n:before {
}

.vk-aside {
    position: relative;
    height: 335px;
    border-bottom: 2px solid #000;
    margin-bottom: 40px
}

.vk-aside__top {
    height: 73px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: auto;
    left: 0;
    text-decoration: none;
    background: #fff;
    text-align: left
}

.vk-aside__top::after {
    clear: both;
    content: "";
    display: table
}

.vk-aside__text {
    display: inline-block;
    margin-top: 8px;
    padding-right: 70px;
    padding-left: 10px;
    color: #003566;
    font-size: 17px;
    line-height: 24px;
    letter-spacing: -.065px;
    text-transform: uppercase;
    font-weight: 700
}

.vk-aside__logo {
    z-index: 10;
    position: absolute;
    top: 0;
    right: 0;
    bottom: auto;
    left: auto;
    height: 64px;
    width: 64px;
    background: #fe3606
}

.vk-aside__logo::before {
    font-size: 37px;
    color: white;
    margin: 13px auto auto 18px;
    display: inline-block
}

.vk-aside__content {
    height: 335px;
    width: 300px
}

.vk-aside__link {
    position: absolute;
    bottom: 10px;
    left: 50%;
    margin: auto;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap;
    color: #003566;
    text-decoration: none
}

.vk-aside__link:hover {
    text-decoration: underline
}

.ya-share2 {
    display: inline-block
}

.ya-share2__list {
    padding: 0;
    margin: 0
}

.ya-share2__item {
    list-style-type: none;
    cursor: pointer
}

.ya-share2__title, .ya-share2__badge {
    display: none !important
}

.ya-share2__link {
    display: block;
    height: 100%;
    width: 100%
}

.subscribe {
    margin-top: 35px;
    margin-bottom: 35px;
    padding: 0 20px
}

.subscribe .page__header-mini:last-of-type {
    display: none
}

.subscribe_tnx .page__header-mini:last-of-type {
    display: block
}

.subscribe_tnx .page__header-mini:first-of-type {
    display: none
}

.subscribe_tnx #form_subscribe {
    display: none
}

.search {
    padding: 20px 20px 0;
    background: #f6f6f6
}

.search::after {
    clear: both;
    content: "";
    display: table
}

.search__wrapper {
    margin-bottom: 34px
}

.search__wrapper::after {
    clear: both;
    content: "";
    display: table
}

.search__wrapper-choose {
    display: inline-block
}

.search__label {
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 10px;
    font-size: 13px;
    cursor: pointer
}

.search__open {
    font-size: 13px;
    line-height: 21px;
    color: red;
    border-bottom: 1px dashed red;
    cursor: pointer;
    float: right
}

.search__item {
    display: inline-block;
    height: 35px;
    margin: 0 8px 10px 0;
    font-weight: 400;
    font-size: 15px;
    line-height: 35px;
    padding: 0 9px;
    border: 1px solid #d8d8d8;
    cursor: pointer;
    background: #fff;
    transition: all .2s;
    text-decoration: none
}

.search__item:hover {
    color: red
}

.search__item-wrapper {
    padding: 0 0 0 20px;
    margin: 0 0 10px
}

.search__item-tag {
    padding: 0;
    margin: 0 0 50px
}

.search__item_active {
    color: #fff;
    background: #d31900
}

.search__item_active:hover {
    color: #fff
}

.search__item_uppercase {
    text-transform: uppercase
}

.search__choose {
    background: #f6f6f6;
    clear: both
}

.search__choose_pad-h_20 {
    padding: 0 20px
}

.search__result {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 40px 0
}

.search__result_margin-t_20 {
    margin-top: 20px
}

.search__add {
    display: none
}

.search_no-choose .search__wrapper-choose {
    display: none
}

.search_no-choose .search__choose {
    float: left;
    margin-top: -36px
}

.search_full .search__add {
    display: block
}

.search_full .search__wrapper-choose {
    display: inline-block
}

.search_full .search__choose {
    float: none;
    margin-top: 0
}

.popup-layout {
    z-index: 500;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7)
}

.button {
    display: inline-block;
    padding: 0 20px;
    font-size: 15px;
    line-height: 37px;
    height: 37px;
    color: #fff;
    border-bottom: 3px solid #aa1300;
    background: #d31900;
    transition: all .2s
}

.button:hover {
    background: #a01300
}

.button_error-page {
    clear: both;
    margin: 34px auto 15px;
    float: right;
    margin-right: 218px
}

.button_file {
    position: relative;
    color: #000;
    background: #ededed;
    border-color: #e2e2e2;
    cursor: pointer;
    text-transform: none
}

.button_file:hover {
    background: #e2e2e2
}

.button_margin_40 {
    margin: 40px 40px 0 0
}

.button_right {
    float: right;
    margin-top: 20px
}

.hidden {
    display: none !important
}

.hc-link {
    display: block;
    margin-bottom: 40px
}

.magazine_archive_register_form {
    width: 480px
}

.scroll_aside_fixed {
    position: fixed;
    top: 0
}

.scroll_aside_scrolled {
    position: absolute
}

aside.column_300 {
    position: relative
}

.b_mb_0 {
    margin-bottom: 0
}

body {
 background-color: #e7e7e7;
}

p {
    text-align: justify;
}

.next-button {
    text-decoration: none;
    color: red;
    border: 2px solid #000;
    background: none;
    padding: 10px;
}

.logo_top-menu, .logo_footer {
    position: relative;
}

.logo-sign {
    position: absolute;
    bottom: -28px;
    left: -1%;
    font-size: 34px;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    letter-spacing: 23px;
}

.logo_footer .logo-sign {
    font-size: 27px;
    letter-spacing: 16px;
}

.most-intresting {
    padding: 0 15px;
    text-align: center;
}

.most-intresting a {
    text-decoration: none;
}

.most-intresting a p {
    text-align: justify;
}

.image-wrapper {
    text-align: center;
}

.image-wrapper img {
    max-width: 100%;
}

.order-box {
    text-align: center;
    margin: 40px;
}

.order-now {
    color: #fff;
    background: #D31900;
    text-transform: uppercase;
    padding: 10px 15px;
    text-decoration: none;
    font-weight: 700;
    -webkit-transition: all .9s;
    -moz-transition: all .9s;
    transition: all .9s;
}

.column_680 p,
.column_680 h1,
.image-wrapper {
    padding: 0 20px;
}

.url-product {
    color: #129aeb;
}

.big-butt-on {
    font-size: 35px;
    margin-top: 20px;
}

.order-now:hover {
    background: #AA1300;
}

.comments {
    padding: 0 20px;
}

.comment {
    border-bottom: 1px solid gray
}

.comm-avatar {
    float: left;
}

.comm-header a {
    color: #000;
    text-decoration: none;
    font-weight: 700;
}

.comm-area {
    margin-left: 60px;
}

.comm-area p {
    text-align: left;
}

.comm-body img {
    width: 280px;
    max-width: 100%;
    margin: 10px auto 0;
    display: block;
}

@media (max-width: 900px) and (min-width: 760px) {
    .top-menu__ads,
    top-menu {
        text-align: center;
    }
}

@media all and (max-width: 480px) {
    .footer__gotop {
        right: 25px;
    }
}

img {
    max-width: 100%;
}

.image-wrapper img {
    max-width: 100%;
    width: 400px;

}

@media (max-width: 1000px) {

}

@media screen and (max-width:755px){
    .mbl{
        display: none !important;
    }

}
aside {
    display: inline-block;
    width: 28%;
    vertical-align: top;
    padding: 12px;
    background: #f1f1f1 none repeat scroll 0% 0%;
    border: 1px solid #e1e1e1;
    height: 100%;
}
 aside img {
    width: 100%;
}
 aside .sb_tit {
    text-decoration: underline;
    font-weight: bold;
    margin-bottom: 10px;
}
 aside .sb_tit span {
    display: block;
}
 aside .list_sb {
    padding-left: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
}
 aside .list_sb li {
    font-weight: bold;
}
 aside .prod_sb {
    width: 200px;
    display: block;
    margin: 0 auto;
}
 aside .btn_sn {
    display: block;
    text-align: center;
    padding: 10px;
    color: white;
    border-radius: 30px;
    background-color: #1f2f85;
    text-decoration: none;
    font-weight: bold;
    font-size: 18px;
}
.comments {
    border-top: 1px solid #9a9a9a;
    padding-top: 30px;
}
.comments .comm_tit {
    color: #cc0000;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 30px;
}
.comments .comment {
    border-top: 1px solid #e7e9ed;
    padding-top: 20px;
    padding-bottom: 20px;
}
.comments .comment .ava {
    width: 50px;
    height: 50px;
    overflow: hidden;
    float: left;
}
.comments .comment .ava img {
    border-radius: 50%;
    width: 50px;
    height: 50px;
    margin: 0px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
}
.comments .comment .comm_body {
    margin-left: 65px;
}
.comments .comment .comm_body .comm_name {
    font-weight: bold;
}
.comments .comment .comm_body .comm_name .data {
    color: #8492a6;
    font-size: 14px;
}
.comments .comment .comm_body .comm_text {
    margin-top: 10px;
}
.comments .comment .comm_body .comm_like_repl {
    margin-top: 10px;
    text-align: right;
    width: 100%;
}
.comments .comment .comm_body .comm_like_repl .icon-thumbs-up-alt {
    color: #999;
    float: left;
    font-weight: bold;
    text-decoration: none;
    display: inline-block;
}
.comments .comment .comm_body .comm_like_repl .reply {
    color: #108ee9;
    text-decoration: none;
    display: inline-block;
}
.block_9-middle {
    margin-bottom: 10px;
    width: 400px;
    margin: 0 auto;
}

.block_9-middle .price {
    padding: 0;
    background: transparent;
    color: #fff;
    text-transform: uppercase;
    vertical-align: middle;
    display: inline-block;
    text-align: center;
    width: 48%;
}
.block_9-middle .old_price {
    font-size: 23px;
    color: #000000;
    margin-left: 0;
    margin-bottom: 10px;
}
.old_price span {
    text-decoration: line-through;
}
.block_9-middle .new_price {
    font-size: 36px;
    color: #000;
}
.block_9-middle .new_price div {
    color: #10334c;
    font-size: 54px;
}
.block_9-middle .prod {
    max-width: 155px;
    vertical-align: middle;
    text-align: right;
}
.form {
    width: 400px;
    margin: 0 auto;
}
select.inp {
    background: transparent url(//viposidn.com/content/rv5M4efsy7I8cFS/img/br_green.png) no-repeat 95% 50%;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    padding: 0 20px 0 10px;
}
.inp {
    width: 100%;
    border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    padding: 0 10px;
    height: 48px;
    border: 3px solid #000;
    background: transparent;
    color: #000;
    margin-bottom: 10px;
    outline: none;
    font-size: 20px;
}
.form .btn {
    width: 100%;
    padding: 10px 0px;
    margin: 10px auto;
    box-sizing: border-box;
    line-height: 1;
}
.btn {
    display: table;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    padding: 20px 80px 20px;
    text-align: center;
    background-color: #ed550a;
    font-size: 34px;
    transition: 0.5s;
    width: 100%;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    text-transform: uppercase;
    border: none;
    cursor: pointer;
}