html,
body {
    font-family: 'ralewayregular', Arial, sans-serif;
    background: #fff;
}

a {
    cursor: pointer;
}

.icon {
    background-image: url(../img/iconsprite.png);
    background-repeat: no-repeat;
}

.wrapper {
    width: 1242px;
    height: 100%;
    position: relative;
    margin: 0 auto;
    padding: 0 21px;
    box-sizing: border-box;
}

.sidemenu {
    width: 0;
    height: 100%;
    position: fixed;
    z-index: 9999;
    transition: all .6s;
}

.sidemenu_content {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    margin-top: 145px;
    padding-bottom: 145px;
    background: #e9e9e9;
    position: relative;
    overflow: auto;
}

.sidemenu_content .top_rubrics {
    border-bottom: 1px solid #d8d7d7;
    padding-bottom: 20px;
    display: none;
}

.sidemenu_content .social_block {
    padding-top: 20px;
    padding-bottom: 30px;
    padding-left: 45px;
    margin-top: 20px;
    border-top: 1px solid #d8d7d7;
    display: none;
}

.sidemenu_content .social_buttons {
    position: static;
}

.sidemenu_content .social_buttons li {
    border: 1px solid #000;
}

.sidemenu_content .social_buttons li.vk .icon {
    background-position: -88px -187px;
}

.sidemenu_content .social_buttons li.fb .icon {
    background-position: -188px -187px;
}

.sidemenu_content .social_buttons li.tw .icon {
    background-position: -288px -187px;
}

.sidemenu_content .social_buttons li:hover {
    border: 1px solid #9c0000;
}

.sidemenu_content .social_buttons li.vk:hover .icon {
    background-position: -88px -187px;
}

.sidemenu_content .social_buttons li.fb:hover .icon {
    background-position: -188px -187px;
}

.sidemenu_content .social_buttons li.tw:hover .icon {
    background-position: -288px -187px;
}

.sidemenu_content .rubric_item:first-child {
    padding-top: 30px;
}

.sidemenu_content .rubric_item {
    font-family: 'ralewaybold', Arial, sans-serif;
    font-size: 15.24px;
    padding: 10px;
    padding-left: 45px;
    color: #221f1f;
    text-transform: uppercase;
}

.sidemenu_content .rubric_item a {
    color: #221f1f;
    text-decoration: none;
}

.sidemenu_content .rubric_item a:hover {
    color: #9c0000;
}

.sidemenu .button_sidemenu {
    width: 66px;
    height: 55px;
    background: #fff;
}

.sidemenu .button_sidemenu .icon {
    width: 100%;
    height: 100%;
}

.sidemenu .button_sidemenu {
    position: absolute;
    top: 145px;
    right: 15px;
    border: 1px solid #858383;
}

.sidemenu .button_sidemenu a {
    cursor: pointer;
}

.sidemenu .button_sidemenu .icon {
    background-position: -768px -173px;
}

.header,
.menu {
    margin-bottom: 21px;
}

.header {
    height: 124px;
    padding-top: 17px;
    box-sizing: border-box;
}

.header_left,
.header_logo {
    float: left;
}

.header_left {
    left: 0;
    margin-left: 21px;
}

.header_right {
    right: 0;
    margin-right: 21px;
}

.header_left,
.header_right {
    width: 380px;
    height: 100%;
    position: absolute;
    z-index: 2;
}

.header_logo {
    width: 96.5%;
    position: absolute;
    text-align: center;
    z-index: 1;
}

.header_logo img {
    height: 100px;
}

.header_items p {
    font-family: 'ralewaymedium', Arial, sans-serif;
    font-size: 15.24px;
    margin: 0;
    position: relative;
    top: 39px;
}

.swpm_mini_login {
    font-family: 'ralewaymedium', Arial, sans-serif;
    font-size: 15.24px;
    margin: 0;
    position: relative;
    top: 39px;
}

.header_items p.socbtns {
    top: 22px;
}

.header_items p.archive a:before {
    content: '';
    padding: 13px;
    margin-right: 5px;
    background-image: url(../img/iconsprite.png);
    background-repeat: no-repeat;
    background-position: -386px -178px;
}

.header_items p.enter a:before {
    content: '';
    padding: 13px;
    margin-right: 5px;
    background-image: url(../img/iconsprite.png);
    background-repeat: no-repeat;
    background-position: -486px -178px;
}

.header_items p.subscribe a:before {
    content: '';
    padding: 13px;
    margin-right: 5px;
    background-image: url(../img/iconsprite.png);
    background-repeat: no-repeat;
    background-position: -586px -178px;
}

.header_items p a {
    color: #000;
    text-decoration: none;
}

.header_items p a:hover {
    color: #9c0000;
}

.header_items {
    margin: 0;
    padding: 0;
    height: 100%;
}

.header_left .header_items li {
    display: inline-block;
    list-style-type: none;
    margin-right: 70px;
    height: 107px;
    position: relative;
}

.header_right .header_items li {
    display: inline-block;
    list-style-type: none;
    margin-left: 70px;
    height: 107px;
    position: relative;
    float: right;
}

.header_items .social_buttons {
    margin: 0;
    padding: 0;
    position: absolute;
    width: 120px;
    top: 45px;
}

.header_items .social_buttons li {
    display: inline-block;
    margin-right: 4px;
    width: 26px;
    height: 26px;
    border: 1px solid #000;
    position: relative;
}

.header_items .header_items .social_buttons li .icon {
    width: 100%;
    height: 100%;
}

.header_items .social_buttons li.vk .icon {
    background-position: -88px -187px;
}

.header_items .social_buttons li.fb .icon {
    background-position: -188px -187px;
}

.header_items .social_buttons li.tw .icon {
    background-position: -288px -187px;
}

.header_items .social_buttons li:hover {
    border: 1px solid #9c0000;
}

.header_items .social_buttons li.vk:hover .icon {
    background-position: -88px -187px;
}

.header_items .social_buttons li.fb:hover .icon {
    background-position: -188px -187px;
}

.header_items .social_buttons li.tw:hover .icon {
    background-position: -288px -187px;
}

.menu {
    height: 55px;
}

.menu_field {
    height: 100%;
    border: 1px solid #858383;
    position: relative;
}

.menu_field .button_sidemenu,
.menu_field .searchbox-icon {
    width: 66px;
    height: 100%;
}

.menu_field .button_sidemenu .icon,
.menu_field .searchbox-icon .icon {
    width: 100%;
    height: 100%;
}

.menu_field .button_sidemenu {
    float: left;
    position: absolute;
}

.menu_field .button_sidemenu a {
    cursor: pointer;
}

.menu_field .searchbox-icon {
    float: right;
}

.menu_field .button_sidemenu .icon {
    background-position: -668px -173px;
}

.menu_field .searchbox-icon .icon {
    background-position: -867px -173px;
}

.menu_field ul {
    width: 100%;
    height: 100%;
    text-align: center;
    margin: 0;
    padding: 0;
}

.menu_field ul li {
    display: inline-block;
    margin: 0 9px;
    line-height: 55px;
}

.menu_field ul li a {
    font-family: 'ralewaybold', Arial, sans-serif;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    color: #000;
    cursor: pointer;
}

.menu_field ul li a:hover {
    color: #9c0000;
}

.searchbox {
    position: absolute;
    right: 0;
    min-width: 66px;
    width: 0%;
    height: 100%;
    float: right;
    overflow: hidden;
    -webkit-transition: width 0.6s;
    -moz-transition: width 0.6s;
    -ms-transition: width 0.6s;
    -o-transition: width 0.6s;
    transition: width 0.6s;
}

.searchbox-input {
    top: 0;
    right: 0;
    border: 0;
    outline: 0;
    background: #fff;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0px 66px 0px 22px;
    font-family: 'ralewaylight', Arial, sans-serif;
    font-size: 15.24px;
    text-transform: uppercase;
    color: #000;
}

.searchbox-input::-webkit-input-placeholder {
    color: #ababab;
}

.searchbox-input:-moz-placeholder {
    color: #ababab;
}

.searchbox-input::-moz-placeholder {
    color: #ababab;
}

.searchbox-input:-ms-input-placeholder {
    color: #ababab;
}

.searchbox-icon {
    width: 66px;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
    margin: 0;
    border: 0;
    outline: 0;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
    background: #fff;
}

.searchbox-open {
    width: 100%;
}

.main_content {
    overflow: hidden;
}

.last_news {
    width: 32.33%;
    height: 857px;
    padding-left: 26px;
    padding-right: 10px;
    position: relative;
    box-sizing: border-box;
    float: left;
    background: #ffffff;
}

.main_news {
    width: 67.66%;
    float: right;
    box-sizing: border-box;
    padding-left: 20px;
    position: relative;
	
}

.last_news_items {
    position: relative;
    max-height: 731.52px;
    overflow: auto;
	background-color: #0000000a;
    border-radius: 25px;
    padding-top: 12px;
    padding-left: 19px;
    padding-right: 12px;
}

.last_news_items::-webkit-scrollbar {
  width: 0;
}

.last_news_item {
    margin-bottom: 22.86px;
}

.last_news_item p {
    display: inline;
}

.last_news_rubric {
    font-family: 'ralewayregular', Arial, sans-serif;
    font-size: 12.7px;
    text-transform: uppercase;
    line-height: 24px;
    color: #9c0000;
}

.last_news_rubric a {
    color: #9c0000;
    text-decoration: none;
}

.last_news_header {
    font-family: 'loraregular', Arial, sans-serif;
    font-size: 15.24px;
    line-height: 22.86px;
    color: #000;
}

.last_news_header a {
    color: #000;
    text-decoration: none;
}

.last_news_header a:hover {
    text-decoration: underline;
}

.last_news_more {
    height: 52px;
    line-height: 52px;
    position: absolute;
    bottom: 0;
	padding-left: 6px;
}

.last_news_more a {
    font-family: 'ralewaybold', Arial, sans-serif;
    font-size: 15.24px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    color: #000;
}

.last_news_more a:after {
    content: '';
    padding: 13px;
    background-image: url(../img/iconsprite.png);
    background-repeat: no-repeat;
    background-position: -86px -378px;
}

.last_news_more a:hover {
    color: #9c0000;
}

.last_news_more a:hover:after {
    background-position: -86px -478px;
}
.commerce_news {
    background: #221f1f;
}

.slider {
    background: #221f1f;
}

.slider .slider_header {
    font-family: 'ralewaymedium', Arial, sans-serif;
    font-size: 23px;
    line-height: 76px;
    color: #fff;
}

.slider .slick-slide {
    height: 317px;
    margin: 0 10.5px;
}

.slider *:focus {
    outline: none !important;
}

.slider .slick-list {
    margin: 0 -10.5px;
}

.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    color: transparent;
    outline: none;
    background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: .25;
}

.slick-prev:before,
.slick-next:before {
    font-family: 'slick';
    font-size: 2rem;
    line-height: 1;
    opacity: .75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    left: -25px;
}

[dir='rtl'] .slick-prev {
    right: -25px;
    left: auto;
}

.slick-prev:before {
    content: '';
}

[dir='rtl'] .slick-prev:before {
    content: '';
}

.slick-next {
    right: -25px;
}

[dir='rtl'] .slick-next {
    right: auto;
    left: -25px;
}

.slick-next:before {
    content: '';
}

[dir='rtl'] .slick-next:before {
    content: '';
}

.slick-prev,
.slick-next,
.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
    width: 20px;
    height: 40px;
    top: 76px;
    background-image: url(../img/iconsprite.png);
    background-repeat: no-repeat;
}

.slick-prev,
.slick-prev:focus {
    background-position: -687px -580px;
    left: -40px;
}

.slick-next,
.slick-next:focus {
    background-position: -590px -580px;
    right: -40px;
}

.slick-prev:hover {
    background-position: -687px -480px;
}

.slick-next:hover {
    background-position: -590px -480px;
}

.slider .slider_item .slider_item_header {
    position: relative;
}

.slider .slider_item .slider_item_header a>div {
    height: 100%;
    width: 100%;
    top: 0;
    position: absolute;
    background: transparent;
    background: rgba(0, 0, 0, 0.2);
}

.slider .slider_item .slider_item_header .top_news_block_image {
    position: relative;
    height: 153px;
}

.slider .slider_item .slider_item_header h3 {
    margin: 20px 15px;
    bottom: 0;
    position: absolute;
    font-family: 'lorabold', Arial, sans-serif;
    font-size: 18px;
    color: #fff;
}

.slider .slider_item .slider_item_description {
    font-size: 15.4px;
    color: #fff;
    padding-top: 22px;
    padding-right: 14px;
    max-height: 69px;
    line-height: 23px;
    overflow: hidden;
}

.slider .slider_item .slider_item_more {
    height: 72px;
    line-height: 72px;
    position: absolute;
    bottom: 0;
}

.slider .slider_item .slider_item_more a {
    font-family: 'ralewaybold', Arial, sans-serif;
    font-size: 15.24px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
}

.slider .slider_item .slider_item_more a:after {
    content: '';
    padding: 13px;
    background-image: url(../img/iconsprite.png);
    background-repeat: no-repeat;
    background-position: -87px -578px;
}

.slider .slider_item .slider_item_more a:hover {
    color: #9c0000;
}

.slider .slider_item .slider_item_more a:hover:after {
    content: '';
    padding: 13px;
    background-image: url(../img/iconsprite.png);
    background-repeat: no-repeat;
    background-position: -87px -478px;
}



.block_header {
    font-family: 'ralewaymedium', Arial, sans-serif;
    font-size: 22.86px;
    color: #000;
    height: 60px;
    line-height: 60px;
}

.main_news_block {
    position: relative;
    float: left;
    height: 297px;
    width: 387px;
    background: #fff;
    margin-bottom: 21px;
    box-sizing: border-box;
}

.main_news_block:first-child {
    height: 479px;
    width: 793px;
}

.main_news_block.long {
    height: 617px;
}

.main_news_block.other {
    background: #b2b2b2;
}

.main_news_block_rubric {
    position: absolute;
    top: 0;
    left: 0;
    padding: 9px 10px;
    font-size: 12px;
    text-transform: uppercase;
    background: #9c0000;
    color: #fff;
}

.main_news_block.fill_image .main_news_block_image {
    position: absolute;
    height: 100%;
}

.main_news_block.fill_image a>div {
    position: absolute;
    height: 100%;
    width: 100%;
    background: transparent;
    background: rgba(0, 0, 0, 0.25);
}

.main_news_block.fill_image h3 {
    margin: 20px 15px;
    bottom: 50px;
    line-height: 26px;
    max-height: 104px;
    position: absolute;
    font-family: 'lorabold', Arial, sans-serif;
    font-size: 18px;
    color: #fff;
    overflow: hidden;
}

.main_news_block p {
    display: none;
    margin: 20px 15px;
    padding-right: 100px;
    top: 276px;
    line-height: 27.94px;
    max-height: 111.76px;
    position: absolute;
    font-family: 'ralewayregular', Arial, sans-serif;
    color: #fff;
    font-size: 20.32px;
    overflow: hidden;
}

.main_news_block:first-child h3 {
    padding-right: 70px;
    bottom: 178px;
    line-height: 33.02px;
    max-height: 99.06px;
    font-size: 25.4px;
}

.main_news_block:first-child p {
    display: block;
}

.main_news_block.fill_image .main_news_block_more {
    height: 52px;
    line-height: 52px;
    position: absolute;
    bottom: 0;
    padding-left: 17px;
}

.main_news_block.fill_image .main_news_block_more a {
    font-family: 'ralewaybold', Arial, sans-serif;
    font-size: 15.24px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
}

.main_news_block.fill_image .main_news_block_more a:after {
    content: '';
    padding: 13px;
    background-image: url(../img/iconsprite.png);
    background-repeat: no-repeat;
    background-position: -86px -578px;
}

.main_news_block.fill_image .main_news_block_more a:hover {
    color: #9c0000;
}

.main_news_block.fill_image .main_news_block_more a:hover:after {
    background-position: -86px -478px;
}

.top_news {
    padding-bottom: 5px;
    background: #ffffff;
}

.top_news_block {
    position: relative;
    float: left;
    height: 297px;
    width: 387px;
    background: #fff;
    margin-bottom: 21px;
    box-sizing: border-box;
}

.top_news_block.long {
    height: 617px;
}

.top_news_block.other {
    background: #b2b2b2;
}

.top_news_block_rubric {
    position: absolute;
    top: 0;
    left: 0;
    padding: 9px 10px;
    font-size: 12px;
    text-transform: uppercase;
    background: #9c0000;
    color: #fff;
}

.top_news_block.default .top_news_block_image {
    position: absolute;
    height: 159px;
}

.top_news_block.default a>div {
    position: absolute;
    height: 100%;
    width: 100%;
}

.top_news_block.default h3 {
    margin: 20px 15px;
    top: 153px;
    line-height: 26px;
    max-height: 78px;
    position: absolute;
    font-family: 'lorabold', Arial, sans-serif;
    font-size: 18px;
    color: #000;
    overflow: hidden;
}

.top_news_block.default .top_news_block_more {
    height: 52px;
    line-height: 52px;
    position: absolute;
    bottom: 0;
    padding-left: 17px;
}

.top_news_block.default .top_news_block_more a {
    font-family: 'ralewaybold', Arial, sans-serif;
    font-size: 15.24px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    color: #000;
}

.top_news_block.default .top_news_block_more a:after {
    content: '';
    padding: 13px;
    background-image: url(../img/iconsprite.png);
    background-repeat: no-repeat;
    background-position: -86px -378px;
}

.top_news_block.default .top_news_block_more a:hover {
    color: #9c0000;
}

.top_news_block.default .top_news_block_more a:hover:after {
    background-position: -86px -478px;
}

.top_news_block.fill_image .top_news_block_image {
    position: absolute;
    height: 100%;
}

.top_news_block.fill_image a>div {
    position: absolute;
    height: 100%;
    width: 100%;
    background: transparent;
    background: rgba(0, 0, 0, 0.4);
}

.top_news_block.fill_image h3 {
    margin: 20px 15px;
    bottom: 50px;
    line-height: 26px;
    max-height: 104px;
    position: absolute;
    font-family: 'lorabold', Arial, sans-serif;
    font-size: 18px;
    color: #fff;
    overflow: hidden;
}

.top_news_block.fill_image .top_news_block_more {
    height: 52px;
    line-height: 52px;
    position: absolute;
    bottom: 0;
    padding-left: 17px;
}

.top_news_block.fill_image .top_news_block_more a {
    font-family: 'ralewaybold', Arial, sans-serif;
    font-size: 15.24px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
}

.top_news_block.fill_image .top_news_block_more a:after {
    content: '';
    padding: 13px;
    background-image: url(../img/iconsprite.png);
    background-repeat: no-repeat;
    background-position: -86px -578px;
}

.top_news_block.fill_image .top_news_block_more a:hover {
    color: #9c0000;
}

.top_news_block.fill_image .top_news_block_more a:hover:after {
    background-position: -86px -478px;
}

.top_news_block.qoute {
    background: transparent;
    border: 2px solid #9c0000;
}

.top_news_block.qoute a>div {
    position: absolute;
    height: 100%;
    width: 100%;
}

.top_news_block.qoute h3 {
    margin: 20px 15px;
    top: 153px;
    line-height: 26px;
    max-height: 78px;
    position: absolute;
    font-family: 'lorabold', Arial, sans-serif;
    font-size: 18px;
    color: #000;
    overflow: hidden;
}

.top_news_block.qoute .top_news_block_more {
    height: 52px;
    line-height: 52px;
    position: absolute;
    bottom: 0;
    padding-left: 17px;
}

.top_news_block.qoute .top_news_block_more a {
    font-family: 'ralewaybold', Arial, sans-serif;
    font-size: 15.24px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    color: #000;
}

.top_news_block.qoute .top_news_block_more a:after {
    content: '';
    padding: 13px;
    background-image: url(../img/iconsprite.png);
    background-repeat: no-repeat;
    background-position: -86px -378px;
}

.top_news_block.qoute .top_news_block_more a:hover {
    color: #9c0000;
}

.top_news_block.qoute .top_news_block_more a:hover:after {
    background-position: -86px -478px;
}

.top_news_block.qoute .quote_text {
    position: absolute;
    font-family: 'loraitalic', Arial, sans-serif;
    font-size: 18px;
    width: 232px;
    top: 86px;
    left: 52px;
    line-height: 26px;
}

.top_news_block.qoute .quote_text div {
    position: absolute;
    width: 29px;
    height: 21px;
    background-image: url(../img/quote.png);
    background-size: cover;
    top: -21px;
    left: -33px;
    max-height: 104px;
    overflow: hidden;
}

.top_news_block.qoute .quote_image {
    width: 96px;
    height: 96px;
    border-radius: 50%;
    background-image: url(../img/avas/1.png);
    position: absolute;
    bottom: 65px;
    right: 35px;
}

.quote_image div {
    position: absolute;
    bottom: -23px;
    text-align: center;
    width: 120px;
    margin-left: -12px;
}

.main_news>p {
    font-family: 'ralewaymedium', Arial, sans-serif;
    font-size: 15.24px;
    margin: 0;
    position: absolute;
    top: 20px;
    right: 0;
    display: none;
}

.main_news>p.enter a:before {
    content: '';
    padding: 13px;
    margin-right: 5px;
    background-image: url(../img/iconsprite.png);
    background-repeat: no-repeat;
    background-position: -486px -178px;
}

.main_news>p a {
    color: #000;
    text-decoration: none;
}

.main_news>p a:hover {
    color: #9c0000;
}

.footer {
    height: 140px;
    background: #131313;
}

.footer_menu {
    height: 74px;
    line-height: 74px;
    margin: 0;
    padding: 0;
    float: left;
	padding-left: 120px;
}

.footer_menu li {
    display: inline-block;
    margin-right: 26px;
}


/*.footer_menu li:last-child {
  display: none;
}*/

.footer_top li a {
    font-family: 'ralewaybold', Arial, sans-serif;
    font-size: 15.24px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
}

.footer_top li a:hover {
    color: #9c0000;
}

.footer_top .footer_copyright {
    float: right;
    font-size: 15.24px;
    color: #fff;
    top: 2px;
    position: relative;
    line-height: 24px;
}

.other_buttons {
    margin: 0;
    padding: 0;
    text-align: center;
    display: none;
    z-index: 10;
}

.other_buttons li {
    list-style-type: none;
    margin-top: 14px;
    display: inline-block;
}

.other_buttons li .social_btn {
    border: 1px solid #fff;
    width: 184px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    font-family: 'ralewaymedium', Arial, sans-serif;
    font-size: 12.7px;
    color: #fff;
}

.other_buttons li a {
    width: 100%;
    height: 100%;
    position: relative;
    text-decoration: none;
}

.other_buttons li .icon {
    width: 26px;
    height: 26px;
    position: absolute;
    margin-left: 5px;
}

.other_buttons li.archive_btn .icon {
    background-position: -388px -287px;
}

.other_buttons li.sub_btn .icon {
    background-position: -588px -287px;
}

.social_buttons {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 90px;
	padding-left: 80px;
}

.social_buttons li {
    display: inline-block;
    margin-right: 4px;
    width: 26px;
    height: 26px;
    border: 1px solid #fff;
}

.social_buttons li .icon {
    width: 100%;
    height: 100%;
}

.social_buttons li.vk .icon {
    background-position: -88px -287px;
}

.social_buttons li.fb .icon {
    background-position: -188px -287px;
}

.social_buttons li.tw .icon {
    background-position: -288px -287px;
}

.social_buttons li:hover {
    border: 1px solid #9c0000;
}

.social_buttons li.vk:hover .icon {
    background-position: -88px -187px;
}

.social_buttons li.fb:hover .icon {
    background-position: -188px -187px;
}

.social_buttons li.tw:hover .icon {
    background-position: -288px -187px;
}

#modal1 {
    width: 630px;
    height: 310px;
    background: #f3f3f3;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -155px;
    margin-left: -315px;
    display: none;
    opacity: 0;
    z-index: 5;
}

#modal1 #modal_close {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    display: block;
    background-image: url(../img/iconsprite.png);
    background-repeat: no-repeat;
    background-position: -775px -173px;
}

#modal2 {
    width: 855px;
    height: 325px;
    background: #f3f3f3;
    position: fixed;
    top: 60%;
    left: 50%;
    margin-top: -160.25px;
    margin-left: -425.25px;
    display: none;
    opacity: 0;
    z-index: 5;
}

#modal2 #modal_close {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    display: block;
    background-image: url(../img/iconsprite.png);
    background-repeat: no-repeat;
    background-position: -775px -173px;
}

#overlay {
    z-index: 3;
    position: fixed;
    background-color: #000;
    opacity: 0.5;
    -moz-opacity: 0.5;
    filter: alpha(opacity=50);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
    display: none;
}

.modal_menu {
    margin: 0;
    padding: 0;
    position: absolute;
    top: -60px;
}

.modal_menu li {
    display: inline-block;
    background: #e9e9e9;
    padding: 21px;
}

.modal_menu li.active {
    background: #f3f3f3;
}

.modal_menu li a {
    font-family: 'ralewaymedium', Arial, sans-serif;
    font-size: 15.24px;
    color: #000;
    text-decoration: none;
}

.modal_content {
    width: 49.6%;
    float: left;
    padding-left: 80px;
    padding-top: 40px;
    box-sizing: border-box;
}

.modal_content p {
    font-family: 'ralewaylight', Arial, sans-serif;
    font-size: 15.24px;
    color: #000;
}

.modal_content .social {
    margin: 0;
    padding: 0;
}

.modal_content .social li {
    list-style-type: none;
    margin-top: 14px;
}

.modal_content .social li .social_btn {
    border: 1px solid #858383;
    width: 184px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    font-family: 'ralewaymedium', Arial, sans-serif;
    font-size: 12.7px;
    color: #000;
}

.modal_content .social li a {
    text-decoration: none;
}

.modal_content .social li .icon {
    width: 26px;
    height: 26px;
    position: absolute;
    margin-left: 5px;
}

.modal_content .social li.vk .icon {
    background-position: -88px -187px;
}

.modal_content .social li.fb .icon {
    background-position: -188px -187px;
}

.modal_content .social li.tw .icon {
    background-position: -288px -187px;
}

.modal_content form {
    position: relative;
}

.modal_content .form_item {
    width: 49%;
    display: inline-block;
}

.modal_content form p {
    font-family: 'ralewaymedium', Arial, sans-serif;
    font-size: 12.7px;
    color: #000;
    margin-top: 12px;
    margin-bottom: 6px;
}

.modal_content form input[type=text] {
    width: 202px;
    height: 24px;
}

.modal_content form input[type=submit] {
    border: 1px solid #858383;
    padding: 6px 12px !important;
    background-color: transparent;
    font-family: 'ralewaybold', Arial, sans-serif;
    font-size: 12.7px !important;
    color: #a42626;
    text-transform: uppercase;
    cursor: pointer;
    margin-top: 28px;
}

.modal_content form a {
    font-family: 'ralewaylight', Arial, sans-serif;
    font-size: 12.7px;
    color: #9c0000;
    text-decoration: none;
    margin-left: 37px;
}

@media only screen and (max-width: 1830px) {
    .sidemenu .button_sidemenu {
        display: block !important;
    }
}

@media only screen and (max-width: 1300px) and (min-width: 1250px) {
    .slick-next,
    .slick-next:focus {
        right: -20px;
    }
    .slick-prev,
    .slick-prev:focus {
        left: -20px;
    }
}

@media only screen and (max-width: 1250px) {
    .wrapper {
        width: 835px;
    }
    .header_right{
       width:270px;
       top:-10px
    }
    .header_left .header_items>li {
        display: block;
        height: 20px;
    }
    .header_right .header_items>li {
        display: block;
        height: 50px;
        float: none;
        text-align: right;
    }
    .header_items p {
        top: 27px;
    }
    .header_items p.archive {
        top: 70px;
    }
    .header_items p.socbtns {
        top: 22px;
    }
    .header_items .social_buttons {
        top: 48px;
    }
	 .menu_field ul li:nth-child(7) {
        display: none;
	}
    .menu_field ul li a{
        font-size: 14px
    }
    .menu_field ul li {
        margin: 0 4px;
    }
    .main_news_block:first-child {
        height: 297px;
        width: 387px;
    }
    .main_news_block:first-child h3 {
        margin: 20px 15px;
        padding: 0;
        bottom: 50px;
        line-height: 26px;
        max-height: 104px;
        font-size: 18px;
    }
    .last_news {
        width: 48.5%;
        height: 993px;
    }
    .last_news_items {
        max-height: 864.68px;
    }
    .main_news {
        width: 51.5%;
    }
    .footer_menu {
        text-align: center;
		padding-left: 18px;
        line-height: 55px;
        margin-bottom: 45px;
    }
    .footer_menu li {
        margin-right: 20px;
    }
    .footer_top .footer_copyright {
        top: 0;
    }
}

@media only screen and (max-width: 890px) {
    .wrapper {
        width: 100%;
    }
    .menu {
        margin-bottom: 3px;
    }
    .main_content {
        margin-bottom: 21px;
    }
    .menu_field ul li:last-child {
        display: none;
    }
    .menu_field ul li a {
        font-size: 14.5px;
    }
    .slick-next,
    .slick-prev {
        display: none !important;
    }
    .last_news {
        width: 100%;
    }
    .main_news {
        width: 100%;
        padding-left: 0;
    }
    .main_news_block,
    .main_news_block:first-child,
    .top_news_block {
        width: 100%;
    }
    .footer .social_buttons {
        left: 40%;
        margin-left: -52.8px;
        top: 150px;
    }
    .footer_top .footer_copyright {
        float: none;
        text-align: center;
        top: 120px;
    }
    .footer {
        height: 300px;
    }
    .footer_menu li {
        margin-right: 10px;
        margin-left: 10px;
    }
    .footer_menu li:last-child {
        display: inline-block;
    }
    #modal1,
    #modal2 {
        width: 100%;
        left: 0;
        margin-left: 0;
        top: 10%;
        margin-top: 0;
    }
    .modal_content {
        width: 100% !important;
        padding: 21px !important;
    }
    .modal_content .form_item {
        width: 100%;
    }
    .modal_content .social li .social_btn {
        width: 100%;
    }
    .modal_content form input[type=text] {
        width: 100%;
    }
    #modal1 {
        height: 480px;
    }
    #modal2 {
        height: 690px;
    }
}

@media only screen and (max-width: 640px) {
    .header_left,
    .header_right {
        display: none;
    }
    .menu_field ul {
        display: none;
    }
    .sidemenu_content .top_rubrics,
    .sidemenu_content .social_block {
        display: block;
    }
    .footer .social_buttons {
        top: 170px;
    }
    .footer .other_buttons {
        display: block;
    }
    .footer_menu {
        line-height: 60px;
    }
    .main_news>p {
        display: block;
    }
    #modal2 {
        height: 100%;
        top: 0;
        overflow: auto;
    }
}

@media only screen and (max-width: 600px) {
    .footer_menu {
        line-height: 35px;
    }
    .header_logo {
        width: 90%;
    }
}

@media only screen and (max-width: 450px) {
    .header {
        height: 90px;
    }
    .header_logo img {
        height: 70px;
    }
    .header_logo {
        width: 87%;
    }
    .footer {
        height: 335px;
    }
    .footer .other_buttons {
        display: block;
        top: 0px;
        position: relative;
    }
    .footer .social_buttons {
        top: 265px;
		padding-left: 45px;
    }
    .footer_top .footer_copyright {
        top: 195px;
    }
    .footer {
        padding-top: 15px;
    }
}

@media only screen and (max-width: 362px) and (min-width: 327px) {
    .footer .other_buttons {
        top: -10px;
    }
}

@media only screen and (max-width: 330px) {
    .footer {
        height: 400px;
    }
    .footer .other_buttons {
        top: 20px;
    }
    .footer .social_buttons {
        top: 265px;
    }
    .footer_top .footer_copyright {
        top: 235px;
    }
}


/* add oppo  */

.post-content h1.red-wbprg,
.post-content h2.red-wbprg,
.post-content h3.red-wbprg,
h2.red-wbprg,
.red-wbprg {
    color: #C61F28;
}

.briz-wbprg {
    color: #008094;
}

.block-wbprg {
    margin: 0;
}


/* .paypal-button:not(.paypal-button-card) */

.swpm-payment-button .swpm-button-wrapper input.swpm-subscription-button-submit {
    background-color: #ffc439;
    color: #111;
    border: 1px solid #ebaf23 !important;
    border-radius: 3px;
    position: relative;
    /* width: 100%; */
    box-sizing: border-box;
    /* border: none; */
    vertical-align: top;
    cursor: pointer;
    outline: none;
    overflow: hidden;
    min-width: 23em;
    border: 1px solid #FF9933 !important;
    background-image: linear-gradient(#fff0a8, #f9b421);
}

input.swpm-subscription-button-submit:hover {
    border: 1px solid rgb(228, 130, 50) !important;
    background-image: linear-gradient(#ebdb8c, #f98921) !important;
}

.paypal-logo {
    font-family: Verdana, Tahoma;
    font-weight: bold;
    font-size: 26px;
}

.paypal-logo i:first-child {
    color: #253b80;
}

.paypal-logo i:last-child {
    color: #179bd7;
}

.center {
	display:flex;
	justify-content: left;
}

.main_btn {
	height: 4vh;
}

.box_btn {
	flex-direction: row;
	height: 50px;
}

.box_btn a {
	width: 35px;
	height: 35px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	border-radius: 50%;
	color: rgb(51, 51, 51);
	margin: 0.3em;
	background: rgb(248, 248, 248);
	position: relative;
	transition: all 0.4s;
}

.box_btn a:hover {
	transform: scale(0.9); 
}

.box_btn a:hover::before {
	display: flex;
}
.box_btn a::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 50px;
	width: 35px;
	height: 35px;
	background: #9c0000;
	transform: scale(0);
	transition: all 0.5s;
	opacity: 0.3;
}

.box_btn a:hover::after {
	transform: scale(1);
}


.box_btn a:hover i {
	color: white;
}

.payment_body {
	margin: 0; padding: 0;
    box-sizing: border-box;
    display: flex; 
    justify-content: center;
    align-items: center; height: 18vh;

}
.payment_box {
	margin-top: 40px;
    width: 300px; height: 210px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    display: flex; justify-content: center;
    align-items: center;
    flex-direction: column;
}
.payment_box h4{
	margin: 5px;
}
.payment_box p {
    margin: 0px 20px; 
    text-align: center;
    font-size: 15px;
	margin-bottom: 0px;
}
.payment_btn {
    background-color: #FF416C;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.253);
    background: linear-gradient(to right, #b93434, #b93434);
    border: none; color: white;
    padding: 5px 20px;
    margin-top: 0px; border-radius: 20px;
    position: relative; cursor: pointer;
}
.payment_btn::before {
    content: ; position: absolute;
    width: 100%; height: 100%;
    z-index: -1; border-radius: 20px;
    filter: blur(@px);
    top: 0; left: 0;
    background: linear-gradient(to right, #FF4B2B,#FF416C);
    transition: filter .4s;
}
.payment_btn:hover::before {
    filter: blur(10px);
}
