@font-face {
    font-family: 'ALSRubl';
    src: url('../fonts/ALSRubl.eot?#iefix') format('embedded-opentype'),
	url('../fonts/ALSRubl.otf')  format('opentype'),
	url('../fonts/ALSRubl.woff') format('woff'),
	url('../fonts/ALSRubl.ttf')  format('truetype'),
	url('../fonts/ALSRubl.svg#ALSRubl') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "Myriad";
    src: url("../fonts/MyriadPro/MyriadProRegular/MyriadProRegular.eot");
    src: url("../fonts/MyriadPro/MyriadProRegular/MyriadProRegular.eot?#iefix")format("embedded-opentype"),
    url("../fonts/MyriadPro/MyriadProRegular/MyriadProRegular.woff") format("woff"),
    url("../fonts/MyriadPro/MyriadProRegular/MyriadProRegular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: "MyriadPro Bold";
    src: url("../fonts/MyriadPro/MyriadProBold/MyriadProBold.eot");
    src: url("../fonts/MyriadPro/MyriadProBold/MyriadProBold.eot?#iefix")format("embedded-opentype"),
    url("../fonts/MyriadPro/MyriadProBold/MyriadProBold.woff") format("woff"),
    url("../fonts/MyriadPro/MyriadProBold/MyriadProBold.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: "PragmaticaExtraLight";
    src: url("../fonts/PragmaticaExtraLight/PragmaticaExtraLight.eot");
    src: url("../fonts/PragmaticaExtraLight/PragmaticaExtraLight.eot?#iefix")format("embedded-opentype"),
    url("../fonts/PragmaticaExtraLight/PragmaticaExtraLight.woff") format("woff"),
    url("../fonts/PragmaticaExtraLight/PragmaticaExtraLight.ttf") format("truetype");
    font-style: normal;
    font-style: normal;
}
/*
    General
*/
html, body{
    position: relative;
    min-height: 100vh;
}
body {
    font-family: "Myriad", sans-serif;
    font-size: 14px;
    color: #1c50a6;
    position: relative;
    height: 100%;
    -webkit-tap-highlight-color: transparent;
    line-height: 1;   
}
div, section, footer {
    box-sizing: border-box;
}
a {
    color: #000;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
    text-decoration: none;
}
a:hover {
    color: #8b8b8b;
}
a:focus, input:focus, select, button:focus {
    outline: none;
}
p {
    font-size: 18px;
    line-height: 25px;
    margin: 0 0 6px 0;
}
h1, .title {
    color: #1c50a6;
	font-family: "PragmaticaExtraLight", sans-serif;
	font-size: 50px;
	line-height: 60px;
	margin: 0 0 11px -4px;
}
h2, .subtitle {
    color: #1c50a6;
	font-family: "PragmaticaExtraLight", sans-serif;
	font-size: 50px;
	line-height: 60px;
	margin: 0 0 11px;
}
h3 {
    color: #1c50a6;
	font-family: "PragmaticaExtraLight", sans-serif;
	font-size: 50px;
	line-height: 60px;
	margin: 0 0 11px;
}
h4 {
    color: #000;
    font-weight: 400;
	font-family: "PragmaticaExtraLight", sans-serif;
	font-size: 30px;
	line-height: 40px;
	margin: 0 0 11px -4px;
}
.desc {
    color: #010101;
    font-size: 18px;
    line-height: 25px;
    margin: 0 0 10px 0;
}
img {
    max-width: 100%;
    max-height: 100%;
    display: block;
}
.clearfix:after{
    content:'';
    display:table;
    clear:both;
}
.center {
    text-align: center;
}
.wrapper{
    padding-bottom: 368.2px;
}
.hidden{
    display: none;
}
.vissible{
    display: block;
}
.wrapper, .mobile_overflow {
    overflow: hidden;
}
.container {
    max-width: 1196px;
    padding: 0 10px;
    margin: 0 auto;
    position: relative;
}
.slick-arrow {
    position: absolute;
    cursor: pointer;
    border: none;
    outline: none;
    text-indent: -9999px;
    z-index: 1;
}
.body_overflow {
    overflow-y: hidden;
}
.rouble {
    font-family: 'ALSRubl';
    font-weight: 400;
    text-transform: none;
}
.btn, .header_logo, .city, .phone, .top_menu ul, .top_menu li, .advantages_item,
.tabs_item, .tabs_items, .selection_wrap .title, .selection_submit span, .filter_item,
.product_price, .cart_btn span, .products_btn span, .feature_image, .feature_info,
.search_btn span, .copyright a, .search_top span, .pages_nav li, .image_item,
.card_top .fast_btn span, .fast_btn-empty span, .area_row, .cart_number, .cart_price, .area_row, .cart_total,
.cart_quantity, .total_info, .delivery_image, .group_item, .popup .phone, .popup .address,
.cart_image, .cart_desc {
    display: inline-block;
    vertical-align: top;
}

.fixed {
  top: 0;
  position: fixed !important;
  width: 100%;
  z-index: 1000;
}

/*
    Buttons
*/
.btn {
    text-align: center;
    padding: 13px 0;
    border-radius: 5px;
    width: 100%;
    color: #fff;
    font-size: 18px;
	line-height: 24px;
    background: #1c50a6;
    border: none;
    cursor: pointer;
    outline: none;
}
.selection_submit,
.about_btn {
	margin-top: 37px;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
}
.selection_submit span {
	width: 20px;
    height: 24px;
    font-size: 0;
    background: url(../img/btn-arrow.png) no-repeat center;
    margin-left: 10px;
}
.selection_submit:hover {
	background-color: #e3008d;
}
.selection_submit:active,
.about_btn:active {
	box-shadow: inset 0 5px 0 rgba(7, 7, 7, 0.31);
	padding: 16px 0 10px;
}
.top_title a,
.top_desc a{
    color: #fff;
}
.about_btn{
    float: right;
    width: 50%;
    margin-top: 7px;
}
.about_btn:hover{
    color: #fff;
    background-color: #1c50a6;
}
.about_btn span{
    display: inline-block;
    width: 20px;
    height: 13px;
    font-size: 0;
    background: url(../img/btn-arrow.png) no-repeat center;
    margin-left: 5px;
}
/*
    Header
*/
.header {
    position: relative;
    background: #1c50a6;
    min-height: 90px;
}
.header_logo {
    /*width: 292px;*/
    min-width: 300px;
	width: 30%;
    height: 49px;
    margin-top: 26px;
}
.header_logo img {
	max-width: 292px;
}
.city {
	/*margin: 24px 0 0 65px;*/
	margin: 24px 0 0 4px;
    width: 23%;
}
.select_city {
	width: 226px;
	height: 45px;
	background-color: #1e478e;
	border: 1px solid #5179bb;
	border-radius: 3px;
	box-shadow: inset 0 -3px 0 #133570;
	color: #fff;
	font-size: 16px;
	line-height: 43px;
	box-sizing: border-box;
	cursor: pointer;
	-webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}
.select_city .selectBox-label {
    padding: 0 0 0 34px;
    background: url(../img/address-icon.png) no-repeat 13px 13px;
}
.select_city .selectBox-arrow {
    width: 43px;
    background: url(../img/top-select.png) no-repeat 17px 20px;
    border-left: solid 1px #5179bb;
}
.select_city:hover, .select_city:active, .select_city:focus {
	color: #fff;
	border-color: #fff;
	background-color: #e3008d;
	box-shadow: inset 0 -3px 0 #9e0062;
}
.select_city:hover .selectBox-arrow, .select_city.selectBox-menuShowing .selectBox-arrow {
	background-image: url(../img/top-select-hov.png);
	    border-left-color: #fff;
}
.phone {
    width: 210px;
    background: url(../img/phone-icon.png) no-repeat 0 2px;
    padding-left: 25px;
    /*margin: 27px 0 0 55px;*/
    margin: 25px 0 0 10px;
    color: #fff;
}
.phone_voronesh{
    margin: 11px 0 0;
}
.phone a, .top_menu .phone a {
    display: block;
    font-size: 24px;
    font-weight: bold;
    line-height: 18px;
    color: #fff;
    padding-bottom: 5px;
}
.phone span {
    display: block;
    font-size: 12px;
	line-height: 12px;
    margin-top: 3px;
}
.сart {
	max-width: 279px;
    width: 24%;
	height: 90px;
	float: right;
	color: #fff;
	font-size: 16px;
	line-height: 18px;
	padding: 25px 10px 10px 110px;
    background: #e3008d url(../img/cart-icon.png) no-repeat 59px 24px;
    box-sizing: border-box;
    position: relative;
}
.сart_full {
	padding: 9px 10px 10px 110px;
	background-position: 59px 8px;
}
.сart .full .rouble {
	line-height: 13px;
}
/*.сart .full, .сart_full .empty, .сart .number {
	display: none;
}*/
.сart_full .full, .сart_full .number, .сart_full .sale_btn {
	display: block;
}
.sale_btn {
    display: none;
	background: transparent;
    border: 2px solid #fff;
    padding: 1px 0;
    margin-top: 7px;
    margin-left: -49px;
    max-width: 156px;
    min-width: 124px;
    font-size: 16px;
    line-height: 24px;
}
.empty{
    margin-bottom: 20px;
}
.sale_btn:hover {
    color: #fff;
    background-color: #1c50a6;
    border-color: #fff;
}
.сart_full .number {
	position: absolute;
    top: 12px;
    left: 23px;
    min-width: 27px;
    height: 27px;
    border-radius: 5px;
    color: #fff;
    font-size: 17px;
    line-height: 27px;
    text-align: center;
    padding: 0 5px;
    background-color: rgba(0, 0, 0, 0.23);
}
/*
    Menu
*/
.top_menu {
	background: #193e7d;
	height: 69px;
}
.top_menu ul {
    margin: 0;
    list-style: none;
    font-size: 0;
    padding: 0;
}
.top_menu > ul {
	max-width: 897px;
}
.top_menu li {
	position: relative;
	margin-right: 28px;
}
li.city_drop{
    display: none;
}
.hover_submenu:after, .top_menu li:first-child:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	background: url(../img/menu-decor.png) no-repeat center;
	width: 13px;
	height: 7px;
}
.top_menu li > ul {
	position: absolute;
    z-index: 999;
    left: 0;
    top: 69px;
    height: 50px;
    background: #fff;
    width: 1176px;
    padding: 0;
}
.top_menu li > ul:before {
	content: '';
    position: absolute;
    z-index: -1;
    left: -10000px;
    right: -10000px;
    background: #fff;
    height: 100%;
    top: 0;
}
.top_menu li:last-child {
	margin-right: 0;
}
.top_menu li > ul li a {
	padding: 16px 0;
    line-height: 18px;
    color: #1c50a6;
}
.top_menu a {
    display: block;
    font-size: 14px;
    padding: 25px 0;
    line-height: 19px;
    color: #99bdfa;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}
.top_menu a:hover, .top_menu li.active a {
    color: #fff;
}
.top_menu li > ul a:hover, .top_menu li > ul li.active a {
    color: #e3008d;
}
.top_menu li:hover > ul {
    display: block;
}
.search_top {
	/*float: right;
	width: 88px;
	height: 69px;
	background: url(../img/search-icon.png) no-repeat 0 22px;
	color: #99bdfa;
	font-size: 14px;
	line-height: 20px;
	text-transform: uppercase;
	letter-spacing: 0.04em;
    padding: 25px 0 0 35px;
   	cursor: pointer;*/
   	float: right;
    width: 88px;
    height: 69px;
    color: #99bdfa;
    font-size: 14px;
    line-height: 25px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    padding: 22px 0 0;
    cursor: pointer;
}
.search_top:hover {
	color: #fff;
}
.search_top:hover span {
	background-image: url(../img/search-icon-hov.png);
}
/*
    Top-wrap
*/
.top_wrap {
    height: 450px;
    /*padding: 120px 0 0;*/
    /*background: url(../img/bg.png) no-repeat center;*/
    background-size: cover;
    position: relative;
}
.slider .slick-slide .slider_item {
    display: block !important;
    width: auto !important;
}
.slider_item figure {
	height: 450px;
	display: block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    margin: 0;
}
.slick-slide:focus {
	outline: none;
}
/*.slider .slider_item {
	opacity: 0;
	-webkit-transition: all 900ms cubic-bezier(0.77, 0, 0.175, 1);
    -moz-transition: all 900ms cubic-bezier(0.77, 0, 0.175, 1);
    -ms-transition: all 900ms cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: all 900ms cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 900ms cubic-bezier(0.77, 0, 0.175, 1);
}
.slick-active.slider_item {
	opacity: 1;
}*/
.slider_overlay {
	position: absolute;
    z-index: 9;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.sliders_box {
	width: 822px;
	float: right;
	z-index: 2;
}
.top_slider {
	width: 613px;
	min-height: 260px;
	padding: 32px 34px;
	background-color: #e3008d;
	border-radius: 5px;
	float: right;
	box-shadow: 0 65px 140px -40px rgba(227, 0, 141, 0.9);
}
.top_brand {
	float: left;
	width: 199px;
	height: 137px;
	background-color: #1c50a6;
	border-radius: 5px;
	position: relative;
}
.top_brand img {
	display: block;
	position: absolute;
    bottom: 0;
    top: 0;
    right: 0;
    left: 0;
    max-width: 100%;
    height: auto;
    max-height: 100%;
    margin: auto;
}
.top_slide {
    outline: none;
}
.top_title {
    color: #fff;
    position: relative;
    width: 460px;
    font-family: "PragmaticaExtraLight", sans-serif;
    font-size: 50px;
    line-height: 60px;
    margin: 0 0 3px -2px;
}
.top_desc {
	color: #fff;
	font-size: 19px;
	line-height: 30px;
	/*height: 90px;*/
    height: auto;
    overflow: hidden;
}
.top_slider .slick-arrow {
    bottom: 63px;
    left: -120px;
    width: 50px;
	height: 50px;
	border-radius: 5px;
	background: #1c50a6 no-repeat center;
}
.top_slider .slick-prev {
    background-image: url(../img/prev-icon.png);
}
.top_slider .slick-next {
    background-image: url(../img/next-icon.png);
    left: -60px;
}
.top_slider .slick-arrow:hover {
    background-color: #e3008d;
}
.slick-dots {
    list-style: none;
    margin: 20px 0 0 0;
    padding: 0;
    font-size: 0;
}
.slick-dots li {
    display: inline-block;
    width: 14px;
    height: 14px;
    background: transparent;
    border-radius: 50%;
    border: 2px solid #fff;
    box-sizing: border-box;
    margin-right: 8px;
}
.slick-dots li.slick-active {
    background: #fff;
}
.slick-dots button {
	margin: -2px 0 0 -2px;
    width: 14px;
    height: 14px;
    background: transparent;
    padding: 0;
    border: 0;
    cursor: pointer;
    outline: none;
}

.cart-empty {
        width: 100%;
    display: block;
    text-align: center;
}
/*
    Advantages-wrap
*/
.advantages_wrap {
	background: #fff;
	padding: 39px 0 40px;
}
.advantages_items {
	font-size: 0;
}
.advantages_item {
	height: 75px;
	font-size: 18px;
	line-height: 22px;
	background: no-repeat center left;
	padding: 17px 0 0 96px;
	width: 25%;
}
.advantages_item:nth-child(1){
	background-image: url(../img/advantage-1.png);
}
.advantages_item:nth-child(2){
	background-image: url(../img/advantage-2.png);
}
.advantages_item:nth-child(3){
	background-image: url(../img/advantage-3.png);
}
.advantages_item:nth-child(4){
	background-image: url(../img/advantage-4.png);
}
/*
    Selection-wrap
*/
.selection_wrap {
	background: #d4e4ff;
	min-height: 429px;
	padding: 61px 0 43px;
}
.selection_wrap .title {
	margin-right: 10px;
}
.tabs_items {
	font-size: 0;
	border: 2px solid #1c50a6;
	border-radius: 6px;
}
.tabs_item {
	background: #fff;
	height: 63px;
	font-size: 50px;
	line-height: 59px;
	border-right: 2px solid #1c50a6;
    padding: 0 15px;
	font-family: "PragmaticaExtraLight", sans-serif;
	position: relative;
	cursor: pointer;
}
.tabs_item:before {
	content: '';
    position: absolute;
    background: url(../img/tab-decor.png) no-repeat center;
    width: 23px;
    height: 12px;
    bottom: -12px;
    margin: 0 auto;
    left: 0;
    right: 0;
    display: none;
}
.tabs_item:first-child {
	border-radius: 4px 0 0 4px;
}
.tabs_item:last-child {
	border-right: none;
	border-radius: 0 4px 4px 0;
}
.tabs_item.active {
	background: #1c50a6;
	color: #fff;
	box-shadow: inset 0 4px 0 rgba(5, 5, 5, 0.25);
}
.tabs_item.active:before {
	display: block;
}
.selection_form {
	padding-top: 56px;
}
.selection_form label {
	color: #1c50a6;
	font-size: 18px;
	line-height: 22px;
	display: block;
	margin-bottom: 15px;
}
.selection_form label sup, .product_price .small sup {
	font-size: 10px;
    top: -6px;
}
.select_standart {
	width: 100% !important;
	height: 50px;
	background-color: #fff;
	border: 2px solid #1c50a6;
	border-radius: 5px;
	box-shadow: inset 0 -2px 0 rgba(28, 80, 166, 0.2);
	box-sizing: border-box;
	cursor: pointer;
	color: #1c50a6;
	font-size: 18px;
	line-height: 46px;
	margin-bottom: 12px;
	-webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}
.select_standart .selectBox-label {
    padding: 0 0 0 12px;
    width: auto !important;
}
.select_standart .selectBox-arrow {
    width: 34px;
	height: 34px;
	border-radius: 5px;
    background: #1c50a6 url(../img/select.png) no-repeat 11px 14px;
    border: none;
    top: 6px;
    right: 6px;
}
.select_standart-selectBox-dropdown-menu {
    border: solid 2px #BBB;
}
.select_standart:hover, .select_standart:active, .select_standart:focus {
	color: #1c50a6;
	border-color: #1c50a6;
}
.select_standart:hover .selectBox-arrow, .select_standart.selectBox-menuShowing .selectBox-arrow {
	background-color: #e3008d;
}
/*
    Products-wrap
*/
.products_wrap {
    padding: 60px 0 40px;
}
.products_wrap .title {
	color: #000;
	margin-bottom: 25px;
	margin-left: 0;
}
.filter_items {
	font-size: 0;
}
.filter_item {
	padding: 0 18px;
	border: 2px solid #1c50a6;
	border-radius: 5px;
	color: #1c50a6;
	font-size: 18px;
	line-height: 36px;
	margin: 0 10px 10px 0;
	cursor: pointer;
}
.filter_item.active {
	color: #fff;
	background-color: #1c50a6;
	box-shadow: inset 0 4px 0 rgba(5, 5, 5, 0.25);
}
.filter_item:hover {
	color: #fff;
	border-color: #e3008d;
	background-color: #e3008d;
	box-shadow: none;
}
.products_items {
    padding-top: 20px;
}
.products_item {
	height: 503px;
	border: 2px solid #bcd5ff;
	border-radius: 5px;
	padding: 13px;
	background: #fff;
}
.product_image {
	/*height: 249px;*/
	width: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	margin-bottom: 12px;
	position: relative;
	padding-top: 100%;
}
.hit .product_image:before, .card_top .hit.product_image:before {
	content: 'Хит';
    position: absolute;
    top: -5px;
    width: 45px;
    background-color: #e3008d;
    border-radius: 5px;
    color: #fff;
    line-height: 17px;
    padding: 5px 9px;
    box-sizing: border-box;
    text-align: center;
}
.hit .product_image:before{
    right: -5px;
}
.card_top .hit.product_image:before{
    right: -25px;
    z-index: 20;
}

.new .product_image:after, .card_top .new.product_image:after {
	content: 'Новинка';
    position: absolute;
    top: -5px;
    width: 85px;
    background-color: #1c50a6;
    border-radius: 5px;
    color: #fff;
    line-height: 17px;
    padding: 5px 9px;
    box-sizing: border-box;
    text-align: center;
}
.new .product_image:after{
    left: -5px;
}
.card_top .new.product_image:after{
    right: -25px;
    z-index: 20;
}
.product_title {
	color: #000;
	font-size: 16px;
	line-height: 22px;
    margin-bottom: 15px;
    height: 66px;
    overflow: hidden;
    position: relative;
}
.product_title:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 22px;
    background-image: -webkit-linear-gradient(left, rgba(255,255,255,0), rgba(255,255,255,1));
    background-image: -o-linear-gradient(left, rgba(255,255,255,0), rgba(255,255,255,1));
    background-image: linear-gradient(to right, rgba(255,255,255,0), rgba(255,255,255,1));
}
.product_info {
    margin-bottom: 14px;
}
.product_price {
	font-size: 23px;
	font-weight: 800;
    line-height: 22px;
}
.product_price .discount {
    color: #769bd9;
    font-size: 21px;
    font-weight: 400;
    line-height: 29px;
    text-decoration: line-through;
    vertical-align: top;
}
.product_price .rouble {
    font-size: 21px;
}
.product_price .small {
	font-size: 16px;
	font-weight: 400;
    margin-left: 5px;
}
.product_status {
	float: right;
	background: url(../img/status-ok.png) no-repeat left center;
	font-size: 16px;
	line-height: 22px;
	padding-left: 24px;
    margin-top: 4px;
}
.fast_btn,
.fast_btn-empty {
	border: 2px solid #1c50a6;
	background: #fff;
	color: #1c50a6;
	box-sizing: border-box;
	font-size: 16px;
	padding: 6px 0;
	margin-bottom: 10px;
}
.fast_btn:hover, .fast_btn:active,
.fast_btn-empty:hover, .fast_btn-empty:active {
    background-color: #1c50a6;
    color: #fff;
}
.fast_btn:active,
.fast_btn-empty:active {
    padding: 11px 0 1px;
    box-shadow: inset 0 4px 0 rgba(5, 5, 5, 0.25);
}
.cart_btn {
	font-size: 16px;
	padding: 8px 0;
}
.cart_btn span {
	font-size: 0;
	background: url(../img/small-cart-icon.png) no-repeat left center;
	height: 14px;
	width: 16px;
	margin: 5px 10px 0 0;
}
.cart_btn:hover, .cart_btn:active {
    background-color: #1c50a6;
    color: #fff;
}
.cart_btn:active {
    padding: 13px 0 3px;
    box-shadow: inset 0 5px 0 rgba(5, 5, 5, 0.25);
}
.product_wrap {
	position: relative;
	height: 503px;
	margin-bottom: 20px;
}
/*.product_wrap .products_item {
	height: auto;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}
.product_wrap .products_item:hover {
	z-index: 9;
	box-shadow: 0 16px 35px #b5caec;
}
.product_wrap .products_item:hover .product_title {
	height: auto;
}
.product_wrap .products_item:hover .product_title:after {
	display: none;
}*/
.products_btn {
	max-width: 445px;
	border: 2px solid #1c50a6;
	background: #fff;
    padding: 21px 0;
	color: #1c50a6;
	box-sizing: border-box;
    margin-top: 20px;
}
.products_btn span {
    width: 20px;
    height: 24px;
    font-size: 0;
    background: url(../img/btn-arrow-hov.png) no-repeat center 10px;
    margin-left: 10px;
}
.products_btn:hover, .products_btn:active {
	background-color: #1c50a6;
	color: #fff;
}
.products_btn:hover span, .products_btn:active span {
	background-image: url(../img/btn-arrow.png)
}
.products_btn:active {
    padding: 26px 0 16px;
	box-shadow: inset 0 5px 0 rgba(5, 5, 5, 0.25);
}
.categories_items {
	margin-top: 80px;
}
.categories_item {
	margin-bottom: 40px;
}
.category_image {
	/*height: 378px;*/
	padding-top: 100%;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	margin-bottom: 14px;
	position: relative;
	border-radius: 5px;
}
.category_info {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 112px;
	background-color: #e3008d;
	border-radius: 5px;
	color: #fff;
	line-height: 17px;
	padding: 4px 9px;
}
.category_title {
    margin-bottom: 16px;
	font-size: 22px;
	line-height: 22px;
	text-align: center;
}
.categories_item .btn {
 	padding: 11px 0;
 	margin-bottom: 0;
}
.categories_item .btn:active {
    padding: 16px 0 6px;
}
/*
    Features-wrap
*/
.features_wrap {
	background: #d4e4ff;
    min-height: 450px;
   	padding: 60px 0 64px;
}
.features_items {
	margin-top: 37px;
}
.feature_image {
	position: absolute;
    top: 0;
    left: 10px;
}
.feature_info {
	padding: 5px 0 10px 95px;
}
.feature_title {
	font-size: 27px;
	line-height: 34px;
	margin-bottom: 14px;
    height: 67.2px;
}
.feature_text {
	font-size: 16px;
	line-height: 22px;
}
/*
    About-wrap
*/
.about_wrap {
    padding: 60px 0 53px;
}
.about_wrap .title {
	color: #000;
}
.about_text {
	margin-top: 3px;
}
.about_text p,
.about_text li{
	font-size: 20px;
    line-height: 29px;
    margin: 0 0 11px 0;
    padding-right: 25px;
}
.contact_photo a{
    box-sizing: border-box;
    margin: 0 0 20px;
    border-radius: 5px;
    height: 250px;
}

.big_phone {
	background: url(../img/big-phone-icon.png) no-repeat top 24px left;
	font-family: "PragmaticaExtraLight", sans-serif;
	font-size: 90px;
	font-weight: 400;
	padding: 15px 0 0 54px;
}
.big_phone span {
	display: block;
	font-family: "MyriadPro", sans-serif;
	font-size: 20px;
	line-height: 29px;
	margin: 10px 0 0 7px;
}
.about_contacts {
	margin-top: 10px;
}
.about_contacts>img{
    display: none;
}
.map_wrap {
	width: 100%;
	height: 184px;
	border: 3px solid #d4c6ab;
	border-radius: 5px;
	margin-top: 20px;
}
.map_wrap img{
    width: 100%;
    height: 100%;
}
.about_address {
	background: url(../img/address-icon-hov.png) no-repeat top 3px left;
	font-size: 18px;
	line-height: 25px;
	margin: 20px 0 21px;
	padding-left: 25px;
}
/*
    Footer
*/ 
.footer {
    padding: 54px 0 70px;
    background: #1c50a6;
    color: #99bdfa;
    border-bottom: 25px solid #12336c;
    position: absolute;
    bottom: 0;
    width: 100%;            
}
.footer_logo {
    width: 205px;
    height: 69px;
    margin-top: 8px;
    margin-left: 21px;
    display: block;
}
.footer .address, .popup .address {
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
	background: url(../img/address-icon.png) no-repeat 1px 2px;
    padding-left: 25px;
    margin: 26px 0 0 21px;
}
.footer .phone {
    margin: 0 0 0 21px;
}
.footer .menu {
    margin: 0;
    list-style: none;
}
.footer .menu li {

}
.footer .menu a {
	font-size: 18px;
	line-height: 37px;
	color: #99bdfa;
}
.footer .menu a:hover, .footer .menu a:active, .footer .menu li.active {
	color: #fff;
}
.menu_one {
	padding: 0 0 0 58px;
}
.menu_two {
	padding: 0 0 0 23px;
}
.footer .search_wrap {
	padding: 10px 0 0 15px;
}
.search_btn {
	max-width: 264px;
	background-color: #12336c;
	color: #99bdfa;
	font-size: 18px;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
}
.search_btn span, .search_top span {
	font-size: 0;
    background: url(../img/search-icon.png) no-repeat center;
    height: 23px;
    width: 24px;
    margin-right: 10px;
}
.search_btn:hover, .search_btn:active {
	background-color: #e3008d;
    color: #fff;
}
.search_btn:hover span {
	background-image: url(../img/search-icon-hov.png);
}
.search_btn:active span {
	background-image: url(../img/search-icon-hov.png);
}
.search_btn:active {
    padding: 18px 0 8px;
    box-shadow: inset 0 5px 0 rgba(5, 5, 5, 0.25);
}
.soc_icons {
	margin: 19px 0 0 17px;
}
.soc_icon {
	display: block;
	background: url(../img/soc-1.png) no-repeat left top 8px;
	font-size: 16px;
	line-height: 32px;
	padding-left: 23px;
	color: #99bdfa;
}
.soc_icon:nth-child(2) {
	background-image: url(../img/soc-2.png);
}
.soc_icon:nth-child(3) {
	background-image: url(../img/soc-3.png);
}
.soc_icon:nth-child(4) {
	background-image: url(../img/soc-4.png);
}
.soc_icon:hover {
    color: #fff;
    background-image: url(../img/soc-1-hov.png);
}
.soc_icon:hover:nth-child(2) {
    background-image: url(../img/soc-2-hov.png);
}
.soc_icon:hover:nth-child(3) {
    background-image: url(../img/soc-3-hov.png);
}
.soc_icon:hover:nth-child(4) {
    background-image: url(../img/soc-4-hov.png);
}
.copyright {
	font-size: 16px;
    line-height: 37px;
    margin: 11px 0 0 15px;
    max-width: 264px;
}
.copyright a {
	font-size: 0;
	background: url(../img/promo01.ru.png) no-repeat center;
	width: 110px;
	height: 24px;
	vertical-align: middle;
	/*margin-left: 30px;*/
	margin-top: 7px;
    float: right;
}
.copyright a:hover {
    background-image: url(../img/promo01.ru-hov.png);
}
.copyright span {
	margin-right: 10px;
}
.header, .footer {
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.header_none {
    top: -90px !important;
}
.footer_visible {
	/*margin-top: -46px;
	padding-top: 100px;*/
	/*position: fixed;
    top: 0;
    height: 100%;
    overflow: auto;*/
}
/*
    Search-wrap
*/
.search_input {
	border: 0;
	background: transparent;
	border-radius: 0;
	-webkit-appearance: none;
}
.search_input:focus {
	outline: none;
}
.hidden {
	position: absolute;
	overflow: hidden;
	width: 0;
	height: 0;
	pointer-events: none;
}
.search_info {
	font-size: 90%;
	font-weight: bold;
	display: block;
	width: 75%;
	margin: 0 auto;
	padding: 0.85em 0;
	text-align: right;
	color: white;
}
.search {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	background: rgba(25, 62, 125, 0.85);
}
.search {
	position: fixed;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	pointer-events: none;
	opacity: 0;
	transition: opacity 0.5s;
}
.search::before, .search::after {
	content: '';
	position: absolute;
	width: calc(100% + 15px);
	height: calc(100% + 15px);
	pointer-events: none;
	border: 1.5em solid #193e7d;
}
.search::before {
	top: 0;
	left: 0;
	border-right-width: 0;
	border-bottom-width: 0;
}
.search::after {
	right: 0;
	bottom: 0;
	border-top-width: 0;
	border-left-width: 0;
}
.search_close {
	font-size: 2em;
	position: absolute;
	top: 1.25em;
	right: 1.25em;
	display: none;
	width: 46px;
	height: 46px;
	background: url(../img/close.png) no-repeat center;
}
.search_close {
	display: block;
}
.search_form {
	margin: 5em 0;
	opacity: 0;
	transform: scale3d(0.8, 0.8, 1);
	transition: opacity 0.5s, transform 0.5s;
}
.search .search_input {
	font-family: inherit;
	font-size: 7vw;
	line-height: 1;
	display: inline-block;
	box-sizing: border-box;
	width: 75%;
	padding: 0.05em 0;
	border:0;
	border-bottom: 2px solid white;
	background: none;
	color: white;
}
.search_input::-webkit-input-placeholder{ color: rgba(255, 255, 255, 0.2);}
.search_input:-moz-placeholder{ color: rgba(255, 255, 255, 0.2);}
.search_input::-moz-placeholder{ color: rgba(255, 255, 255, 0.2);}
.search_input:-ms-input-placeholder{ color: rgba(255, 255, 255, 0.2);}
.open_search {
    z-index: 1000;
	pointer-events: auto;
	opacity: 1;
}
.search::before, .search::after {
	transition: transform 0.5s;
}
.search::before {
	transform: translate3d(-15px, -15px, 0);
}
.search::after {
	transform: translate3d(15px, 15px, 0);
}
.open_search::before, .open_search::after {
	transform: translate3d(0, 0, 0);
}
.search .search_close {
	opacity: 0;
	transform: scale3d(0.8, 0.8, 1);
	transition: opacity 0.5s, transform 0.5s;
	z-index: 1;
}
.open_search .search_close {
	opacity: 1;
	transform: scale3d(1, 1, 1);
	background-color: transparent;
	color: white;
}
.open_search .search_close:hover {
	opacity: .5;
	background-color: transparent;
}
.open_search .search_form {
	opacity: 1;
	transform: scale3d(1, 1, 1);
}
/*
    Page-wrap
*/
.page_wrap {
    padding: 89px 0 160px;
}
.page .top_menu li > ul:before {
    border-bottom: 1px solid #99bdfa;
}
.selection_page {
    background-color: #d4e4ff;
    border-radius: 5px;
    padding: 10px 20px;
    margin-bottom: 30px;
}
.selection_page .title {
    font-family: "Myriad", sans-serif;
    font-size: 30px;
    line-height: 38px;
    margin: 0 0 9px -4px;
}
.selection_page .title .mobile_icon{
    display: none;
    
}
.page_wrap .selection_page_show {
    height: auto!important;
}
.selection_page .tabs_items {
    font-size: 0;
    border: none;
    border-radius: 0;
}
.selection_page .tabs_item, .selection_page .tabs_item:last-child {
    background-color: white;
    border: 2px solid #1c50a6;
    border-radius: 5px;
    height: auto;
    color: #1c50a6;
    font-family: "Myriad", sans-serif;
    font-size: 18px;
    line-height: 22px;
    padding: 12px 0;
    margin: 0 10px 10px 0;
    text-align: center;
}

.selection_page .tabs_item a, .selection_page .tabs_item:last-child a{
    /*padding: 12px 18px;*/    
}

.selection_page .tabs_item:nth-child(2), .selection_page .tabs_item:last-child {
    margin-right: 0;
}
.selection_page .tabs_item:first-child {
    width: 107px;
}
.selection_page .tabs_item:nth-child(2) {
    width: 122px;
}
.selection_page .tabs_item:nth-child(3) {
    width: 100%;
}
.selection_page .tabs_item:nth-child(4) {
    width: 107px;
}
.selection_page .tabs_item:last-child {
    width: 122px;
}
.selection_page .tabs_item:before {
    display: none;
}
.selection_page .tabs_item.active {
    background-color: #1c50a6;
    color: #fff;
}
.selection_page .tabs_item.active a{
    color: #fff;
}
.selection_page .tabs_item.active a:hover{
    color: #fff;
}
.selection_page .tabs_item a:hover{
    color: #000;
}
.selection_page .selection_form {
    padding-top: 12px;
}
.selection_page .irs {
    margin-bottom: 36px;
}
.selection_page .select_standart {
    margin-bottom: 22px;
}
.selection_page .selection_submit {
    margin-top: 8px;
}
.breadcrumbs {
    margin-bottom: 10px;
}
.breadcrumbs .fast_btn,
.breadcrumbs .fast_btn-empty {
    width: auto;
    padding: 6px 18px;
    margin-right: 7px;
    font-size: 18px;
    /*text-transform: capitalize;*/
}
.breadcrumbs span{
    cursor: default;
}

.breadcrumbs span:hover, .breadcrumbs span:active, .breadcrumbs span:hover, .breadcrumbs span:active{
    border: 2px solid #1c50a6;
    background: #fff;
    color: #1c50a6;
    box-shadow: none;
}
.page_wrap .advantages_item {
    width: 100%;
    margin-bottom: 30px;
}
.page_wrap .advantages_items {
    padding: 0 10px;
}
.page_wrap h1 {
    color: #000;
    font-weight: 400;
    margin: 0 0 17px -4px;
    line-height: 55px;
    padding-top: 3px;
    /*text-transform: capitalize;*/
}
.pages_nav {
    font-size: 0;
    list-style: none;
    padding: 0;
    margin: 9px 0;
    text-align: center;
    margin-bottom: 20px;
}
.pages_nav li {
    width: 70px;
    height: 70px;
    border: 2px solid #1c50a6;
    border-radius: 5px;
    text-align: center;
    margin: 0 5px;
    box-sizing: border-box;
}
.pages_nav a {
    display: block;
    color: #1c50a6;
    font-size: 16px;
    line-height: 64px;
}
.pages_nav li:hover, .pages_nav li.active {
    background-color: #1c50a6;
}
.pages_nav li:hover a{
    color:  #fff;
}
.pages_nav li.active {
    box-shadow: inset 0 4px 0 rgba(5, 5, 5, 0.25);
}
.pages_nav li.active span{
    font-size: 16px;
    line-height: 64px;
}
.pages_nav li:hover span, .pages_nav li.active span {
    color: #fff;
}
.page .products_wrap {
    padding: 35px 0 40px;
}
.page .categories_items {
    margin-top: 0;
}
.page .similar_products {
    padding: 31px 0 40px;
}
.similar_products .products_items {
    padding-top: 0;
}
.similar_products .categories_items {
    margin-top: 60px;
}
.product_card {
    border: 2px solid #bcd5ff;
    border-radius: 5px;
}
.card_top {
    padding: 23px 23px 32px;
    border-bottom: 2px solid #bcd5ff;
}
.card_bottom {
    padding: 27px 23px 88px;
}
.product_card .row {
    margin-left: -20px;
    margin-right: -20px;
}
.product_card .col-md-6, .product_card .col-md-8, .product_card .col-md-4 {
    padding-left: 20px;
    padding-right: 20px;
}
.product_images {
    font-size: 0;
    margin-bottom: 31px;
}
.image_item {
    width: 100px;
    height: 100px;
    position: relative;
    margin: 0 10px 10px 0;
}
.image_item:last-child {
    margin-right: 0;
}
.image_item:before {
    display: none;
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    box-shadow: inset 0px 0px 0px 3px #1c50a6;
    z-index: 1;
}
.image_item:hover:before {
    box-shadow: inset 0px 0px 0px 3px #e3008d;
}
.image_item:hover:before, .image_item.active:before {
    display: block;
}
.image_item img {
    max-width: 100%;
    height: auto;
    max-height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
}
.area_row {
    position: relative;
    margin: 0 5px 10px 0;
}
.area_label {
    background: #d4e4ff;
    height: 46px;
    width: 44px;
    position: absolute;
    top: 2px;
    right: 2px;
    text-align: center;
    z-index: -1;
    font-size: 20px;
    line-height: 45px;
}
.area_label sup {
    font-size: 10px;
    top: -6px;
}
.input {
    height: 50px;
    font-size: 18px;
    box-sizing: border-box;
    padding: 0 12px;
    border-radius: 5px;
    box-shadow: inset 0px 3px 0px 0px rgba(0, 1, 0, 0.1);
    border: 2px solid #1c50a6;
    color: #1c50a6;
    outline: none;
    font-weight: 700;
    background: #fff;
    margin-bottom: 22px;
    width: 100%;
}
.inputError{
    border-color: #e3008d;
}
.error-message{
    color: #e3008d;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
}
.input:focus {
    border-color: #e3008d;
}
.input_area {
    width: 136px;
    padding: 0 47px 0 12px;
    font-weight: 700;
    background: transparent;
    margin-bottom: 0;
}
.characteristics_item {
    font-size: 16px;
    line-height: 26px;
    color: #000;
}
.characteristics_item span {
    color: #1c50a6;
}
.card_bottom .title {
    color: #1c50a6;
    font-family: "MyriadPro", sans-serif;
    font-size: 27px;
    line-height: 34px;
    margin: 0 0 14px 0;
}
.card_bottom p {
    font-size: 16px;
    line-height: 22px;
    margin: 0 0 11px 0;
}
.card_bottom .phone {
    background-image: url(../img/phone-icon-hov.png);
    margin: 52px 0 0 0;
}
.card_bottom .phone, .card_bottom .phone a {
    color: #1c50a6;
}
.card_top .cart_btn, .card_top .fast_btn {
    max-width: 249px;
    font-size: 18px;
    line-height: 22px;
}
.card_top .sm-btns .fast_btn{
    max-width: 195px;
}
.card_top .cart_btn {
    margin-bottom: 10px;
    padding: 14px 0;
}
.card_top .cart_btn:active {
    padding: 19px 0 9px;
}
.card_top .fast_btn {
    padding: 12px 0;
}
.card_top .cart_btn, .card_top .fast_btn {
    height: 50px;
    box-sizing: border-box;
}
.card_top .fast_btn span {
    font-size: 0;
    background: url(../img/click-icon.png) no-repeat left center;
    height: 17px;
    width: 11px;
    margin: 2px 10px 0 0;
}
.card_top .fast_btn:active {
    padding: 17px 0 7px;
}
.card_top .fast_btn:hover span, .card_top .fast_btn:active span {
    background-image: url(../img/click-icon-hov.png);
}
.card_top .product_info {
    padding-top: 3px;
    margin-bottom: 12px;
}
.card_top .product_price {
    line-height: 29px;
    font-size: 30px;
}
.card_top .product_price .rouble {
    font-size: 29px;
}
.card_top .product_price .small {
    font-size: 20px;
    font-weight: 400;
}
.card_top .product_price .small sup {
    margin-left: 2px;
}
.card_top .product_status {
    font-size: 20px;
    margin-top: 10px;
}
.cart_sidebar .tabs_items {
    display: block;
    padding-top: 10px;
}
.cart_sidebar .tabs_item:last-child {
    max-width: 137px;
}
/*discount_box*/
.discount_box{
    display: block;
    width: 100%;
    background: #e3008d;
    padding: 20px 0;
    border-radius: 5px;
    margin: 0 0 20px;
}
.discount_percent{
    display: inline-block;
    font-family: "MyriadPro Bold";
    color: #fff;
    font-size: 78px;
    width: 50%;
    text-align: right;
}
.discount_info{
    display: inline-block;
    font-family: "Myriad";
    color: #fff;
    font-size: 28px;
    line-height: 34px;
    width: 25%;
    padding-left: 20px;
}
/*.cart_box*/
.cart_box, .delivery_box {
    border: 2px solid #bcd5ff;
    border-radius: 5px;
    margin-bottom: 20px;
}
.cart_top {
    height: 50px;
    border-bottom: 2px solid #bcd5ff;
    background: #d4e4ff;
}
.cart_image {
    width: 85px;
    height: 85px;

    max-width: 85px;
    max-height: 85px;
    width: 21%;
}
.cart_image img{
    cursor: pointer;
}
.list_item {
    font-size: 16px;
    line-height: 22px;
    padding: 16px 0 20px;
    border-bottom: 2px solid #bcd5ff;
    position: relative;
}
.list_item .input_area {
    width: 104px;
    font-weight: 400;
}
.cart_desc {
    max-width: 234px;
    /*margin-left: 11px;*/
    margin-top: 10px;

    max-width: 245px;
    padding-left: 11px;
    width: 60%;
    cursor: pointer;
}
.cart_price .cart_old{
    font-size: 14px;
    color: #74a8ff;
    text-decoration: line-through;
}
.cart_price, .cart_total {
    margin-top: 10px;
    font-size: 20px;
    line-height: 22px;
}
.cart_price {
    width: 92px;
    //margin-top: 0;
}
.cart_price .rouble, .cart_total .rouble {
    font-size: 18px;
}
.cart_total {
    font-weight: 700;
    width: 120px;
    float: right;
    margin-right: 15px;
}
.cart_total .total_about{
    text-align: left;    
}
/*.cart_total .total_about:last-child{
    font-family: "MyriadPro Bold";
    color: #e3008d;
    font-size: 23px;
    line-height: 22px;
    padding-top: 5px;
}*/
.cart_total .cart_label {
    font-weight: 400;
}
.cart_left {
    width: 53.5%;
}
.cart_right {
    width: 46.5%;
    margin-left: -5px;
    min-width: 345px;
    min-height: 50px;
}
.cart_left, .cart_right {
    display: inline-block;
    vertical-align: middle;
}
.cart_number {
    width: 30px;
    padding-top: 9px;
    margin-left: 16px;

    max-width: 30px;
    width: 8%;

}
.cart_quantity {
    margin-right: 10px;
}
.cart_right .area_row {
    margin: 0;
}
.cart_bottom {
    background: #d4e4ff;
    padding: 12px 0 18px;
}
.cart_label {
    color: #1c50a6;
    font-size: 16px;
    line-height: 22px;
    display: none;
}
.top_table {
    position: absolute;
    top: -35px;
    display: block;
}
.cart_remove {
    font-size: 0;
    display: block;
    position: absolute;
    right: 12px;
    top: 50%;
    background: url(../img/remove-item.png) no-repeat left center;
    height: 11px;
    width: 11px;
    margin-top: -10px;
}
.total_block {
    float: right;
}
/*.total_info {
    font-size: 16px;
    line-height: 22px;
    margin-right: 15px;
}*/
.total_info {
    font-size: 16px;
    line-height: 22px;
    margin-right: 33px;
}
.total_info .total_about{
    padding-top: 4px;
}
.total_info .total_about:last-child{
    font-family: "MyriadPro Bold";
    color: #e3008d;
    font-size: 16px;
    line-height: 22px;
}
/*.total_about{
    display: block;
    text-align: right;
    font-size: 16px;
    line-height: 22px;
}*/
.total_about{
    font-weight: 700;
    width: 120px;
    float: right;
    margin-right: 15px;
}
.total_block .cart_total {
    margin-top: 2px;
}
.delivery_box {
    font-size: 30px;
    line-height: 38px;
    padding-bottom: 38px;
}
.delivery_image {
    max-width: 444px;
    margin: 16px 0 0 21px;
}
.delivery_text {
    float: right;
    margin: 52px 17px 0 0;
    /*width: 250px;*/
    width: 270px;
}
.delivery_text .rouble {
    font-size: 28px;
    line-height: 32px;
}
.delivery_small{
    display: block;
    font-size: 16px;
    line-height: 20px;
}
.delivery_btn {
    margin-top: 10px;
    padding: 8px 0;
    max-width: 140px;
}
.delivery_btn:hover, .delivery_btn:active {
    background-color: #e3008d;
    color: #fff;
}
.delivery_btn:active {
    padding: 13px 0 3px;
    box-shadow: inset 0 5px 0 rgba(5, 5, 5, 0.25);
}
.payments {
    margin: 3px 0 33px;
}
.input_textarea {
    height: 134px;
    outline: none;
    resize: none;
    padding: 12px;
}
.form_decor {
    height: 2px;
    background: #9cb7e4;
    margin: 7px -20px 19px;
}
.form_group {
    font-size: 0;
}
.group_item {
    width: 76px;
    margin-right: 11.5px;
}
.group_item:nth-child(4) {
    //margin-right: 0;
}
.group_item:last-child {
    width: 124px;
}
/*
    Popup
*/
.popup_wrap {
    background-color: rgba(28, 80, 166, 0.8);
    display: block;
    opacity: 0;
    -webkit-transition: opacity .5s, top .5s;
    -moz-transition: opacity .5s, top .5s;
    -ms-transition: opacity .5s, top .5s;
    -o-transition: opacity .5s, top .5s;
    transition: opacity .5s,top .5s;
    overflow: auto;
    position: fixed;
    z-index: 999999;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    visibility: hidden;
    padding: 0 25px;
    margin-right: -30px;
}
.popup {
    background: #fff;
    display: block;
    position: relative;
    max-width: 877px;
    margin: 100px auto 100px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .5s, top .5s;
    -moz-transition: opacity .5s, top .5s;
    -ms-transition: opacity .5s, top .5s;
    -o-transition: opacity .5s, top .5s;
    transition: opacity .5s, top .5s;
    z-index: 999;
    border-radius: 5px;
}
.popup_active {
    visibility: visible;
    opacity: 1;
    outline: none;
}
.popup .close_icon {
    position: absolute;
    top: -20px;
    right: -20px;
    display: block;
    z-index: 999;
    width: 40px;
    height: 40px;
    background-color: #e3008d;
    border-radius: 5px;
    cursor: pointer;
}
.popup .close_icon span {
    display: block;
    height: 2px;
    background: #fff;
    width: 24px;
}
.popup .close_icon:hover, .popup .close_icon:active {
    background-color: #1c50a6;
}
.popup .close_icon .line_one {
    transform: rotate(45deg);
    margin: 18px auto 0;
}
.popup .close_icon .line_two {
    transform: rotate(-45deg);
    margin: -2px auto 0;
}
.popup .title {
    font-size: 27px;
    line-height: 34px;
    font-family: "MyriadPro", sans-serif;
    margin: -8px 0 11px -4px;
}
.popup .card_top {
    border-bottom: 0px;
}
.product__characteristics {
    margin-top: 20px;
}
.product__description{
    margin-top: 20px;
    font-size: 16px;
    line-height: 22px;
    color: #000;
}
.popup .phone {
    max-width: 195px;
    margin: 13px 0 0 0;
    background-image: url(../img/phone-icon-hov.png);
}
.popup .address {
    max-width: 185px;
    margin: 11px 0 0 1px;
    background-image: url(../img/address-icon-hov.png);
    float: right;
}
.popup .phone, .popup .phone a, .popup .address {
    color: #1c50a6;
}

.form__submit {
    border: 2px solid #e3008d;
}
.form__submit:hover {
    background-color: #e3008d;
}
.fancybox-button--close {
    background-color: #e3008d;
}
.fancybox-close-small {
    background-color: #e3008d;
}
.fancybox-bg {
    background-color: rgba(28, 80, 166, 0.8);
}
.fancybox-slide--iframe .fancybox-content {
	max-width: 800px;
    max-height: 500px;
    border: 10px solid #fff;
}
/*
    Mobile-menu
*/
.menu_ticker {
    display: none;
}
.btn_menu {
    cursor: pointer;
	-webkit-transition: right .33s
	-moz-transition: right .33s
	-ms-transition: right .33s
	-o-transition: right .33s
    transition: right .33s;
    -webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
    -webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden;
    display: none;
    padding: 10px;
    position: absolute;
    top: 26px;
    right: 15px;
    z-index: 999;
}
.btn_menu span {
    display: block;
    height: 2px;
    background-color: #fff;
    margin: 6px 0 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    position: relative;
    width: 30px;
    opacity: 1;
    top: 0px;
}
.btn_menu span.first {
    margin-top: 0;
}
.menu_ticker:checked ~ .btn_menu span.first {
	-webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 8px;
}
.menu_ticker:checked ~ .btn_menu span.second {
    opacity: 0;
}
.menu_ticker:checked ~ .btn_menu span.third {
    -webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
    top: -8px;
}
.mobile_icon {
	display: none;
    width: 9px;
    height: 5px;
    background: url(../img/arrow-down.png) no-repeat center;
    margin: -5px 0 0 12px;
    font-size: 0;
    vertical-align: middle;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
}

.icon-basket-wait{
    background: url("../img/loading.gif") no-repeat left center !important;
}
.icon-basket-success{
    background: url("../img/correct-mark.png") no-repeat left center !important;
}

/* banner*/
.disc_banner{
    position: fixed;
    //position: relative;
    bottom: 0;
    left: 10%;
    border-radius: 4px;
    background-color: #e3008d;
    box-shadow: 0 26px 35px #9e0062;
    background: #e3008d;
    display: inline-block;
    padding: 15px 20px;
}
.disc_close{
    position: absolute;
    top: -10px;
    right: -10px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #1c50a6 url(../img/close_img.png) center center no-repeat;    
}
.disc_percent,
.disc_info{
    display: inline-block;
    color: #fff;
    font-family: "MyriadPro Bold";
    text-decoration: none;
}
.disc_percent{
    font-size: 41px;
}
.disc_info{
    font-size: 19px;
    line-height: 19px;
    padding-left: 10px;
}
.hidden-s{
    display: none;
}


label.checkbox{
  display: block;
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  -moz-user-select: -moz-none;
  -o-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
      user-select: none;
  vertical-align: middle;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  /*width: 100%;*/
}
label.checkbox span {
  position: absolute;
  top: -2px;
  left: 0;
  width: 20px;
  height: 20px;
}
label.checkbox input{
  visibility: hidden;
  margin-left: -13px;
  display: none;
}
label.checkbox a {
  color: #fff;
  text-decoration: underline;
  padding: 3px 1px;
  display: inline-block;
}
label.checkbox a:hover {
  color: #fff;
}
label.checkbox:before{
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 7px;
  width: 20px;
  height: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  border: 2px solid #101010;
  background: #fff;
  -webkit-box-shadow: inset 0 5px 0 rgba(12, 12, 13, 0.2);
          box-shadow: inset 0 5px 0 rgba(12, 12, 13, 0.2); 
  margin-top: -2px;
}
label.checkbox:hover:before{
  background: #fff;
}
label.checked:before{
  background: #fff url("../img/checkbox.png") no-repeat center center;
  -webkit-animation-name: checked;
  -webkit-animation-duration: 0.1s;
  animation-name: checked;
  animation-duration: 0.1s;
}
@-webkit-keyframes checked {
  0% { background-position: center 3px; }
  100% { background-position: center center; }
}
@keyframes checked {
  0% { background-position: center 3px; }
  100% { background-position: center center; }
}
label.checked:hover:before{
  background: #fff url("../img/checkbox.png") no-repeat center center;
}
label.checkbox-error:before{
    border: 2px solid #d47c7c !important;
    background: #ffe8e8 !important;
}

.information{
    margin-bottom: 30px;    
}

.information h2{
    color: #000;
    font-weight: 400;
    margin: 0 0 17px -4px;
    line-height: 55px;
    font-size: 35px;
    padding-top: 3px;
}
.select_pad {
    padding-left: 20px;
}
.popup_sale {
    max-width: 500px;
    padding-top: 85px;
    margin: auto;
    display: none;
    left: 0;
    right: 0;
    font-size: 14px;
    top: 0;
    z-index: 30;
    text-align: center;
    color: #fff;
    background-color: #1b4b9a;
    width: 40%;
}
.popup_sale label {
    font-size: 22px;
    margin-bottom: 10px;
    display: block;
}

/*
    Mobile
*/
@media screen and (max-width: 1196px) {
	html, body{
        min-width: 320px;
        width: 100%;
    }
    body {
        overflow-x: hidden;
    }
    a:focus {
        outline: none;
    }
    .container {
    	padding: 0 20px;
    }
}
@media screen and (max-width: 1170px) {
    .cart_left {
        width: 50%;
    }
    .discount_info{
        width: 30%;
    }
/*     .cart_desc {
    width: 190px;
} */
}
@media screen and (max-width: 1120px) {
    .cart_left {
        width: 44%;
    }
}
@media screen and (max-width: 1070px) {
    .advantages_item {
    	width: 50%;
    	margin-bottom: 20px;
    }
}
@media screen and (max-width: 1039px) {
    .header .phone {
    	display: none;
    }
    .empty{
        margin-bottom: 7px;
    }
}
@media screen and (max-width: 1000px) {
    .сart {
    	width: 40px;
	    font-size: 0;
	    background-position: center 24px;
	}
	.сart_full .sale_btn {
		display: none;
	}
	.сart_full .number {
	    top: 8px;
	    left: 8px;
	}
}
@media screen and (max-width: 991px) {
	.search_top {
		float: none;
		width: 100%;
	    background: #12336c;
	    font-size: 18px;
	    text-align: center;
	    padding: 13px 0;
	    border-radius: 5px;
	    line-height: 24px;
	    cursor: pointer;
	    margin-top: 18px;
	    height: initial;
	    text-transform: none;
	}
	.search_top span {
		display: inline-block;
    	vertical-align: top;
	}
    .product_wrap {
	    margin-bottom: 60px;
	}
	.footer_hidden {
		display: none;
	}
    .header {
        /*position: static;*/
    }
    .top_wrap {
        /*margin-top: 0!important;*/
    }
	.top_wrap {
		margin-top: 90px;
	}
    .header {
	    position: fixed;
	    top: 0;
	    left: 0;
	    right: 0;
	    z-index: 99;
	}
	.mobile_icon {
		display: inline-block;
	}
    .btn_menu {
		display: block;
    }
    .discount_info{
        width: 25%;
    }
    .сart {
    	margin-right: 60px;
    }
	.top_menu {
		display: none;
	    height: 100%;
    	max-height: 100%;
	    opacity: 1;
	    overflow-y: scroll;
	    position: fixed;
        z-index: 99;
	    top: 90px;
	    right: 0;
	    left: 0;
	    background: rgba(25, 62, 125, 0.9);
	    padding-bottom: 90px;
	}
	.top_menu ul {
		width: 100%;
		margin: 20px 0;
	}
	.top_menu li {
	    display: block;
	    margin-right: 0;
	}
	.top_menu li > ul {
	    position: relative;
	    height: auto;
	    background: #fff;
	    width: auto;
	    top: inherit;
	    padding: 0 20px;
	    margin: 0;
	}
	.top_menu li > ul:before, .top_menu li:hover > ul {
		display: none;
	}
	.top_menu a {
	    padding: 15px 0;
   	}
	.search {
	    background: rgba(25, 62, 125, 1);
	}
	.search::before, .search::after {
	    border: 1.5em solid #1c50a6;
	}
	.tabs_item {
		font-size: 40px;
	}
	.mobile_box .phone {
	    display: block;
	    margin: 10px 0 60px;
	    width: 100%;
	}
	.top_menu .phone a {
		padding: 0;
		text-transform: none;
    	letter-spacing: normal;
	}
    .page_wrap {
        margin-top: 90px;
    }
    .selection_page .tabs_item:last-child {
        width: auto;
        max-width: 175px;
    }
    .selection_page .tabs_item:nth-child(2) {
        margin-right: 10px;
    }
    .page_wrap .advantages_items {
        margin-bottom: 30px;
    }
    .page_wrap .advantages_item {
        width: 50%;
    }
    .cart_left {
        width: 53.5%;
    }
    .top_menu li:first-child:after {
        display: none;
    }
    .top_menu li > ul {
        display: none;
    }
    .menu_open span.mobile_icon {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    .popup_wrap {
        margin-right: 0;
    }
}
@media screen and (max-width: 920px) {
    .popup .address {
        display: block;
        float: none;
        margin: 11px 0 20px 0px;
    }
}
@media screen and (max-width: 862px) {
	.top_brand {
		display: none;
	}
	.top_slider .slick-arrow {
		top: 0;
	}
    .popup .card_top .product_price {
        margin-right: 10px;
    }
}
@media screen and (max-width: 782px) {
    .cart_left, .cart_right {
        width: 100%;
    }
    .cart_left {
        margin-bottom: 20px;
    }
    .cart_right {
        padding-left: 50px;
        margin-left: 0;
    }
    .cart_price {
        width: 32%;
    }
    .cart_price, .cart_total {
        margin-top: 0;
    }
    .cart_price .cart_label, .cart_total .cart_label {
        margin-bottom: 20px;
    }
    .cart_label, .list_item:first-child .cart_label {
        display: block;
        position: static;
        margin-bottom: 10px;
    }
    .cart_number {
        padding-top: 0;
    }
    .cart_desc {
        margin-top: 30px;
    }
    .cart_image {
        height: auto;
        max-height: none;
    }
    .delivery_text {
        float: none;
        margin: 0;
        padding: 20px 35px 0;
        font-size: 22px;
        line-height: 30px;
        width: auto;
    }
    .delivery_text .rouble {
        font-size: 21px;
    }
    .delivery_btn {
        display: block;
    }
}
@media screen and (max-width: 773px) {
	.top_slider .slick-arrow {
		top: -60px;
	    left: 0;
	}
	.top_slider .slick-next {
	    left: 60px;
	}
	.top_slider {
	    max-width: 613px;
	    width: 100%;
	}
	.slider_overlay {

	}
	.sliders_box {
	    width: auto;
	    float: none;
	}
	.top_desc {
		position: relative;
	}
	.top_desc:after {
	    content: '';
	    position: absolute;
	    right: 0;
	    bottom: 0;
	    width: 100%;
	    height: 30px;
	    background-image: -webkit-linear-gradient(left, rgba(255,255,255,0), rgb(227, 0, 141));
	    background-image: -o-linear-gradient(left, rgba(255,255,255,0), rgb(227, 0, 141));
	    background-image: linear-gradient(to right, rgba(255,255,255,0), rgb(227, 0, 141));
	}
}
@media screen and (max-width: 768px) {
    .disc_banner{
        left: 0;
        bottom: 10%;
    }
	.product_wrap {
	    height: auto;
	    margin-bottom: 20px;
	}
    .page_wrap {
        padding: 89px 0 30px;
    }
	.product_wrap .products_item {
		height: auto;
	    position: relative;
	}
	.product_wrap .products_item:hover {
		box-shadow: none;
	}
	.product_title {
	    height: 88px;
	}
	.tabs_item {
	    font-size: 30px;
	    line-height: 52px;
	    height: 56px;
	}
	.city {
	    position: fixed;
        top: 39px;
        left: 34px;
	}
    .select_city .selectBox-arrow {
        width: 25px;
        background: url(../img/top-select.png) no-repeat 8px 4px;
        border-left: solid 1px #fff;
    }
    .select_city {
        max-width: 149px;
        width: 100%;
        height: 16px;
        background-color: transparent;
        border: 1px solid #ffffff;
        border-radius: 3px;
        box-shadow: none;
        color: #ffffff;
        font-size: 13px;
        line-height: 16px;
        box-sizing: border-box;
        cursor: pointer;
        -webkit-transition: none;
        -moz-transition: none;
        -ms-transition: none;
        -o-transition: none;
        transition: none;
    }
    .select_city .selectBox-label {
        background: none;
    }
    .pages_nav li {
        width: 50px;
        height: 50px;
        margin-bottom: 10px;
    }
    .pages_nav a {
        line-height: 46px;
    }
    .top_slider .slick-arrow:hover {
    	background-color: #1c50a6;
    }
    .wrapper{
        padding: 0;
    }
    .footer{
        position: static;
    }
    .fast_btn{
        display: none;
    }
    .discount_percent{
        width: 100%;
        text-align: center;
    }
    .discount_info{
        width: 100%;
        text-align: center;
        padding-left: 0;
    }
    .cart_price .cart_old{
        display: block;
    }
    .top_wrap {
        height: auto;
    }
    .slider, .slider_overlay, .advantages_wrap {
        display: none;
    }
}
@media screen and (max-width: 750px) {
    .big_phone {
	    font-size: 60px;
	}
	.big_phone span {
	    margin: 10px 0 0 4px;
	}
    .popup .title {
        font-size: 23px;
        line-height: 30px;
    }
    .popup .card_top .product_status {
        float: none;
        display: block;
    }
}
@media screen and (max-width: 639px) {
    .irs {
	    margin: 15px 0 30px;
	}
	.tabs_items {
	    width: 100%;
	}
	.tabs_item, .tabs_item:last-child {
		display: block;
		border: none;
	}
	.tabs_item:first-child {
	    border-radius: 4px 4px 0 0;
	}
	.tabs_item:last-child {
	    border-radius: 0 0 4px 4px;
	}
	.footer .address {
		margin-bottom: 20px;
	}
	.product_wrap .products_item:hover {
		z-index: 9;
	}
	.product_title {
		height: auto;
	}
	.product_title:after {
		display: none;
	}
    .page_wrap .advantages_item {
        width: 100%;
    }
    .product_images {
        margin-top: 20px;
    }
    .select_pad {
        padding-left: 10px;
        padding-right: 10px;
    }
}
@media screen and (max-width: 580px) {
    .top_title {
	    font-size: 40px;
	    line-height: 50px;
	    width: auto;
	}
	.top_desc {
	    font-size: 16px;
	    line-height: 26px;
	    height: 105px;
	}
	.advantages_item {
		width: 100%;
	}
    .products_wrap, .features_wrap {
        display: none;
    }
}
@media screen and (max-width: 535px) {
    .big_phone {
	    font-size: 50px;
	}
	.сart {
		padding: 0;
		width: 60px;
		background-position: 9px 18px;
	}
	.сart_full .number {
	    top: 58px;
	    left: 50%;
		-webkit-transition: translateX(-50%);
		-moz-transition: translateX(-50%);
		-ms--transition: translateX(-50%);
		-o-transition: translateX(-50%);
	    transform: translateX(-50%);
	}
    
    .cart_desc {
        display: block;
        width: 100%;
        padding: 0 40px 0 50px;
        max-width: none;
    }
    .cart_number {
        min-width: 30px;
    }
    .cart_image {
        width: 100%;
    }
    .cart_image img {
        max-width: 85px;
        max-height: 85px;
    }
    .popup .title {
        font-size: 20px;
        line-height: 26px;
    }
    .total_block{
        float: none;
        display: inline-block;
        padding-left: 20px;
    }
    .cart_total {
        float: none;
        display: inline-block;
    }
}
@media screen and (max-width: 470px) {
	.header_logo img {
		display: none;
	}
    .page_wrap{
        margin-bottom: 100px;
    }
    .footer{
        //padding: 0;
    }
	/*.header_logo {
		background: url(../img/logo-mobile-one.png) no-repeat center;
		width: 223px;
		min-width: inherit;
	}*/
	.header_logo {
		background: url(../img/logo-new.png) no-repeat center;
		max-width: 223px;
		width: 65%;
		background-size: 100%;
		min-width: inherit;
		margin-top: 18px;
	}
	.city {
	    top: 39px;
        left: 34px;
    }
	}
	.top_title {
	    font-size: 35px;
	    line-height: 45px;
	}
    .page_wrap .js_parent{
        height: 55px;
        overflow: hidden;
    }
    .tabs_item:first-child {
        -webkit-border-radius: 5px;
                border-radius: 5px;
    }
    .selection_page .tabs_item:last-child {
        padding: 5px 0; 
        max-width: 155px;
        width: 100%;
    }
    .selection_page .title .mobile_icon{
        display: inline-block;
            
    } 
    .selection_page .tabs_item {
        display: inline-block;
        vertical-align: top;
        max-width: 155px;
        padding: 5px 0;
    }
}
@media screen and (max-width: 450px) {
    h1, .title {
	    font-size: 40px;
	    line-height: 50px;
	}
	.big_phone {
	    font-size: 40px;
	}
	.big_phone span {
	    margin: 10px 0 0 2px;
	}
    .delivery_text {
        padding: 20px 30px 0;
    }
}
@media screen and (max-width: 425px) {
    .feature_image {
    	position: relative;
    	left: 0;
    }
    .feature_info {
	    padding: 5px 0 25px;
	}
	.open_search .search_form {
	    min-width: 275px;
	}
	.search .search_input {
		width: 85%;
		border-bottom: 1px solid white;
	}
	.search_info {
		width: 85%;
	    font-size: 77%;
	    text-align: center;
	    font-weight: normal;
	}
}
@media screen and (max-width: 400px) {
	/*.header_logo {
		background: url(../img/logo-mobile-two.png) no-repeat center;
	    width: 58px;
	    min-width: inherit;
	    margin-top: 20px;
	}*/
	.header_logo {
		background: url(../img/logo-new.png) no-repeat center left;
		width: 55%;
		height: 52px;
	}
	.big_phone {
	    font-size: 30px;
	}
	.big_phone span {
	    font-size: 18px;
	    line-height: 26px;
	}
}
@media screen and (max-width: 375px) {
	.header_logo {
	    width: 50%;
	    background-size: contain;
	}
    .top_title {
	    font-size: 30px;
	    line-height: 40px;
	}
	.about_text p {
	    font-size: 16px;
	    line-height: 24px;
	}
    .cart_quantity {
        margin: 20px 0;
        display: block;
    }
}

.pagination{
    
}

.pagination li{
    display: inline-block;
    width: 40px;
    height: 40px;
    border: 1px #ccc solid;
}

.help-type{
    display: inline-block;
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0.23);
    border-radius: 5px;
    padding: 0 5px;
    color: #fff;
    min-width: 20px;
    height: 20px;
    box-sizing: border-box;
    line-height: 20px;
    text-align: center;
}
.help-type::after {
	background: rgba(0, 0, 0, 0.8);
	border-radius: 8px 8px 8px 0px;
	box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
	color: #FFF;
	content: attr(data-tooltip); /* Главная часть кода, определяющая содержимое всплывающей подсказки */
	margin-top: -24px;
	opacity: 0; /* Наш элемент прозрачен... */
	padding: 3px 7px;
	position: absolute;
	visibility: hidden; /* ...и скрыт. */
	z-index: 9999999;
	transition: all 0.4s ease-in-out; /* Добавить плавности по вкусу */
}
.help-type:hover{
    color: #fff;
}
.help-type:hover::after {
	opacity: 1; /* Показываем его */
	visibility: visible;
}

.manufacturer-a{
    margin: 5px 0;
}

.manufacturer-a a{
    font-size: 18px;
}

.sortby{
    margin-bottom: 15px;
    background: #d4e4ff;
    height: 70px;
    padding: 10px 10px;
    border-radius: 5px;
}
.sortby_txt{
    font-size: 18px;
    line-height: 50px;
    text-align: right;
}

.product__comment{
    font-size: 16px;
    margin-top: 15px;
}

.agree a{
    color: #1c50a6 !important;
}
.agree a:hover, .agree a:active{
    color: #252b35 !important;
}

.sbrf{
    font-size: 13px;
    color: #fff;
    padding-top: 30px;
}

.reating {
    margin: 15px 0 0 45px;
}