@font-face {
    font-family: 'Roboto-Thin';
    src: url('/css/fonts/Roboto-Thin.ttf');
}

@font-face {
    font-family: 'Raleway-Black';
  src: url('/css/fonts/Raleway-Black.ttf');
}

@font-face {
    font-family: 'ProximaNova-Light';
  src: url('/css/fonts/proximanova/ProximaNova-Light.ttf');
}

@font-face {
    font-family: 'ProximaNova-Regular';
  src: url('/css/fonts/proximanova/ProximaNova-Regular.ttf');
}

@font-face {
    font-family: 'ProximaNova-Semibold';
  src: url('/css/fonts/proximanova/ProximaNova-Semibold.ttf');
}

@font-face {
    font-family: 'ProximaNova-Bold';
  src: url('/css/fonts/proximanova/ProximaNova-Bold.ttf');
}

.webforms_error_text {
	background-color: #F99;
}

.contacts_hint {
	padding-bottom: 30px;
	font-size: 17px;
}

.contacts_hint a {
	color: #005580;
	text-decoration: underline;
}

.contacts_hint a:hover {
	color: #005580;
}

.contacts_hint .contacts_hint_table {
	margin-bottom: 15px;
}

.contacts_hint .contacts_hint_table td {
	padding: 0 10px;
}

.contacts_hint .contacts_hint_table tr {
	border: 1px solid #ebebeb;
	line-height: 1.8em;
}

.catalog_inline_page .item_btn {
    padding: 0;
}

.container.mobile_all_width.basket_table_wrapper.basket_items_not_available > h3 {
    margin-bottom: 35px;
}

.slick-initialized .slick-slide {
    display: block;
    background: #fff;
}

.main_slider {
    margin-bottom: 50px;
}

.main_slider .slick-prev {
    left: 30px;
    height: 30px;
    width: 30px;
    border: 4px solid #f05242;
    border-top: none;
    border-right: none;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 10;
}

.main_slider .slick-prev:before {
    content: "";
}

.main_slider .slick-next {
    right: 30px;
    height: 30px;
    width: 30px;
    border: 4px solid #f05242;
    border-bottom: none;
    border-left: none;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 10;
}

.main_slider .slick-next:before {
    content: "";
}

.main_slider .slick-slide {
    position: relative;
}

.main_slider .slider_text {
    position: absolute;
    top: 19%;
    font-family: 'Arial', sans-serif;
    font-weight: bold;
    font-size: 30px;
    max-width: 400px;
    left: 200px;
    z-index: 10;
    background: #fff;
    padding: 0;
}

.main_slider .slider_text p {
    padding: 15px 20px 5px 20px;
}

.main_slider .slider_text a {
    font-family: 'Arial', sans-serif;
    font-weight: bold;
    font-size: 30px;
    display: inline-block;
    text-decoration: underline;
}

.main_slider .slick-dots {
    bottom: -50px;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.main_slider .slick-dots li {
    width: 5px;
    height: 5px;
}

.main_slider .slick-dots li.slick-active {
    width: 10px;
    height: 10px;
}

.main_slider .slick-dots li.slick-active button {
    width: 10px;
    height: 10px;
    background: transparent;
}

.main_slider .slick-dots li.slick-active button:before {
    content: "";
    width: 10px;
    height: 10px;
}

.main_slider .slick-dots li button {
    width: 6px;
    height: 6px;
    border: 1px solid #818181;
    background: #818181;
    border-radius: 50%;
    padding: 0;
}

.main_slider .slick-dots li button:before {
    content: "";
    width: 5px;
    height: 5px;
}

.main_slider > div img {
    width: 100%;
    height: auto;
}

.text_content {
    font-size: 16px;
    line-height: 1.7;
    margin-top: 30px;
}

.text_content2 {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 40px;
}

.text_content3 {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 40px;
}

.adventage .adventage_item {
    margin-top: 0;
}

.special_items .block_capt h2 {
    margin-top: 20px;
}

.item .item_img img {
    max-width: 100%;
}

.item .item_text {
    font-size: 16px;
    line-height: 1.7;
    margin: 20px 0;
}

.item {
    height: auto;
}

.filters > ul > li:last-child {
    float: none;
}

form.filters > ul > li:last-of-type a {
    color: #ef5733;
}


form.filters {
    padding: 20px;
}

form.filters button {
    width: auto;
    border: 2px solid #858585;
    background: none;
    color: #676767;
    padding: 10px 20px;
}

form.filters button:hover {
    color: #676767 !important;
}

form.filters ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

form.filters ul li {
    float: none;
    padding: 0;
}

form.filters ul li.apply {
    margin-left: auto;
}

.card_product_container {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.card_product_container .card_product {
    display: flex;
    flex-direction: column;
    margin: 15px 30px 15px 0;
    width: calc( ( 100% - 90px ) / 3 );
    padding: 30px;
    box-sizing: border-box;
    border: 1px solid #ebebeb;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.card_product_container .card_product:hover {
    -webkit-box-shadow: 0 0 5px 4px #dcdcdc;
    box-shadow: 0 0 5px 4px #dcdcdc;
}

.card_product_container .card_product .card_product_title {
    font-size: 18px;
    color: #ef5733;
    display: inline-block;
    margin-bottom: 20px;
    line-height: 1.4em;
    min-height: 2.8em;
}

.card_product_container .card_product .card_product_title, .card_product_container .card_product .card_product_title:active, .card_product_container .card_product .card_product_title:hover, .card_product_container .card_product .card_product_title:focus, .card_product_container .card_product .card_product_title:visited {
    text-decoration: none;
}

.card_product_container .card_product .card_product_img {
    display: block;
    position: relative;
    margin: 0 auto;
    width: 280px;
    height: 177px;
    max-width: 100%;
}

.card_product_container .card_product .card_product_img img.img-responsive {
    max-width: 100% !important;
    max-height: 100% !important;
    position: absolute;
    overflow: hidden;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.card_product_container .card_product .card_product_text {
    font-size: 16px;
    line-height: 1.7;
    margin: 20px 0;
}

.card_product_container .card_product .card_product_price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: auto;
}

.card_product_container .card_product .card_product_price span {
    font-size: 20px;
    font-family: 'ProximaNova-Bold';
    color: #000;
}

.card_product_container .card_product .card_product_price a {
    width: 150px;
    text-align: center;
    background-color: #94c835;
    color: #ffffff;
    border-radius: 6px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    background-image: url(/img/cart_white.png);
    background-repeat: no-repeat;
    background-position: 20% 50%;
    font-size: 18px;
    box-sizing: border-box;
    padding: 5px 15px 5px 50px;
    cursor: pointer;
}

.card_product_container .card_product .card_product_price a:hover {
    -webkit-filter: brightness(110%);
    filter: brightness(110%);
}

.date_news {
    font-size: 13px;
}

form#promocode {
    margin-top: 20px;
}

form#promocode input[type='submit'] {
    display: inline-block;
    width: 94px;
    height: 24px;
    font-size: 13px;
    padding: 0;
}

form#promocode .wrong_promocode {
    display: none;
    margin-top: 5px;
    font-size: 13px;
}

@media (max-width: 1500px) {
    .card_product_container .card_product {
        width: calc( ( 100% - 60px ) / 2 );
    }
}

@media (max-width: 992px) {
    .sort_row {
        margin-bottom: 20px;
    }

    .text_content {
        margin-bottom: 30px;
    }

    .card_product_container .card_product {
        width: 100%;
        margin-right: 0;
    }

    .block_capt {
        height: auto;
    }

    .main_slider > div {
        height: 400px;
    }

    .main_slider > div img {
        width: auto;
        height: 100%;
    }

    .text_content,
    .text_content2,
    .text_content3 {
        padding: 0 15px;
    }

    .main_slider .slider_text {
        top: 20px;
        font-size: 20px;
        left: 20px;
    }

    .main_slider .slider_text a {
        font-size: 20px;
    }

    .main_slider .slick-dots {
        padding: 10px;
        height: 47px;
        bottom: 0;
        left: 0;
    }

    .item .item_img img {
        width: auto;
    }
}

@font-face {
    font-family: centros-intro;
    src: url('fonts/PFCENTROSERIFPRO-MEDIUM.OTF');
}

.red_link {
    color: #ef5633;
}

html {
    height: 100%;
    min-height: 100%;
}

body {
    font-family: 'ProximaNova-Regular';
    font-size: 13px;
    color: #3b3b3b;
    min-height: 100%;
}

footer {
    bottom: 0;
    height: 300px;
    width: 100%;
    background: #2e2038;
}

.pre_footer {
    padding-bottom: 300px;
}

h1 {
    font-family: 'ProximaNova-Semibold';
    font-weight: 700;
    text-shadow: none;
}

h2 {
    font-family: 'ProximaNova-Semibold';
    font-size: 26px;
    text-shadow: none;
}

h3 {
    font-family: 'ProximaNova-Semibold';
    font-size: 22px;
    text-shadow: none;
}

h5 {
    font-size: 20px;
}

span,
p,
li,
del,
pre {
    text-shadow: none;
}

.white_text {
    color: #ffffff;
}

.red_text {
    color: #f05242;
}

.gray_text {
    color: #666666;
}

.bold {
    font-family: 'ProximaNova-Bold';
    font-weight: 100;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

div[id*="content"] ul {
    list-style: unset;
}

.align_center {
    text-align: center;
}

.align_left {
    text-align: left;
}

.align_right {
    text-align: right;
}

a {
    color: #3b3b3b;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

a:hover {
    color: #ef5733;
    text-decoration: none !important;
}

a:active,
a:visited,
a:focus {
    outline: none;
    text-decoration: none;
}

button,
.btn_orange {
    width: 210px;
    text-align: center;
    background: #ef5733;
    color: #ffffff;
    font-family: 'ProximaNova-Regular';
    padding: 20px;
    border: none;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    display: block;
}

button:hover,
.btn_orange:hover {
    filter: brightness(110%);
    -moz-filter: brightness(110%);
    -webkit-filter: brightness(110%);
}

button:hover,
.btn_orange:hover {
    text-decoration: none !important;
    color: #ffffff !important;
}

button:visited,
.btn_orange:visited,
button:focus,
.btn_orange:focus {
    color: #ffffff !important;
    text-decoration: none !important;
}

.cart_btn {
    display: block;
    width: 100%;
    text-align: center;
    background-color: #94c835;
    font-family: 'ProximaNova-Regular';
    border: none;
    transition: all 0.4s;
    background-image: url(/img/cart_white.png);
    background-repeat: no-repeat;
    background-position: 36% 50%;
    font-size: 18px;
    color: #ffffff !important;
    margin-bottom: 100px;
    padding: 12px 15px 12px 50px;
    border-radius: 6px;
}

.cart_btn:hover {
    filter: brightness(110%);
    -moz-filter: brightness(110%);
    -webkit-filter: brightness(110%);
}

.cart_btn a.btn_base {
    height: 70px;
    padding: 20px;
}

.base_form {
    background: #ef5733;
    padding: 90px 0;
    text-align: center;
}

.base_form form h3 {
    font-family: 'ProximaNova-Regular';
    font-size: 22px;
    padding: 0 0 35px 0;
}

.base_form form input {
    width: 450px;
    padding-left: 20px;
    background: url('http://s300.white.img.system.umi.ru/blue_arrow.png') no-repeat 95% 50% #ffffff;
}

.translate_y_300 {
    transform: translateY(-300px);
    -ms-transform: translateY(-300px);
    -o-transform: translateY(-300px);
    -webkit-transform: translateY(-300px);
    -moz-transform: translateY(-300px);
}

@media screen and (max-width: 991px) {
    .item .item_title {
        height: auto;
    }

    .translate_y_300 {
        transform: none;
        -ms-transform: none;
        -o-transform: none;
        -webkit-transform: none;
        -moz-transform: none;
    }
}

.separate_20 {
    border-top: 1px solid #ebebeb;
    height: 1px;
    margin: 10px 0;
}

.no_margin {
    margin: 0;
}

.blue_link {
    color: #ef5733;
}

.nav-tabs {
    border: none;
}

.nav-tabs li {
    padding: 10px 30px;
}

.nav-tabs li.active {
    color: #3b3b3b;
}

.nav-tabs li.active a::after {
    transform: scaleX(1);
}

.nav-tabs li a {
    padding: 0;
    color: #ef5733;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    border: none !important;
    background: transparent !important;
    position: relative;
    font-family: 'ProximaNova-Bold';
    font-size: 19px;
}

.nav-tabs li a::after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    right: auto;
    background: #ef5733;
    transform: scaleX(0);
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.transparent_btn {
    cursor: pointer;
    width: 170px;
    text-align: center;
    border: 2px solid #ffffff;
    font-size: 15px;
    font-family: 'ProximaNova-Bold';
    padding: 13px 0;
    color: #ffffff;
    display: block;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.transparent_btn:hover {
    color: #ef5733;
    background: #ffffff;
    text-decoration: none !important;
}

.float_left {
    float: left;
}

.float_right {
    float: right;
}

.up {
    text-transform: uppercase;
}

.absolute {
    position: absolute;
    z-index: 100;
}

.background_gray {
    background: #f8f8f8;
}

.background_light_gray {
    background: #fcfcfc;
}

.background_black {
    background: #242424;
}

.background_white {
    background: #ffffff;
}

.background_red {
    background: #f05242;
}

.list_inline {
    list-style: none;
}

.list_inline li {
    display: inline-flex;
    flex-wrap: nowrap;
    align-items: center;
    padding: 7px 0;
}

.list_inline li:not(:last-of-type) {
    margin-right: 30px;
}

.clearfix::after {
    content: '';
    display: table;
    clear: both;
}

.gray {
    color: #454545;
}

.medium_size {
    font-size: 22px;
}

.bold {
    font-family: 'ProximaNova-Bold';
}

.media-left {
    text-decoration: none !important;
    color: #3b3b3b;
}

.media-left:hover {
    text-decoration: none !important;
}

.page_caption {
    padding: 0;
    margin: 0;
    padding: 50px 0;
}

.page_caption h1 {
    font-family: 'Arial', sans-serif;
    font-weight: bold;
    font-size: 59px;
    text-align: left;
}

.block_capt a {
    color: #ef5733;
    font-size: 16px;
}

@media screen and (max-width: 991px) {
    .photoalbum_page .block_capt {
        background: #f8f8f8;
        border-bottom: 1px solid #ebebeb;
        padding: 20px 0 40px 0;
        margin-bottom: 30px;
    }

    .container.mobile_all_width + .block_capt + .container.mobile_all_width {
        padding: 0 20px;
    }

    .container.mobile_all_width + .block_capt {
        background: #f8f8f8;
        border-bottom: 1px solid #ebebeb;
        padding: 20px 0 40px 0;
        margin-bottom: 30px;
    }

    .news_page .block_capt {
        background: #f8f8f8;
        border-bottom: 1px solid #ebebeb;
        padding: 20px 0 40px 0;
    }

    .block_capt > .text_content {
        background: #f8f8f8;
        border-bottom: 1px solid #ebebeb;
        margin-top: 0;
        padding-top: 30px;
    }

    .block_capt {
        text-align: center;
        border-top: 1px solid #ebebeb;
        display: flex;
        flex-direction: column;
    }

    .block_capt h2 {
        margin-top: 25px;
    }
}

.breadcrumbs {
    margin: 30px 0 30px 0;
}

.breadcrumbs li:not(:last-of-type) {
    margin-right: 5px;
}

.breadcrumbs li:not(:last-of-type) span:last-of-type {
    margin-left: 5px;
}

.pagination {
    margin-bottom: 50px;
}

.pagination li a {
    border-radius: 0 !important;
    color: #3b3b3b;
    font-family: 'ProximaNova-Regular';
    font-size: 13px;
}

.pagination li a:hover {
    border-color: #ef5733 !important;
    background: transparent;
    color: #3b3b3b;
}

.inline {
    display: inline-block;
}

.modal .modal-header {
    display: block;
    margin: 0 auto;
    border: none;
    position: relative;
}

.modal .modal-header .modal-title {
    text-align: center;
    font-family: 'ProximaNova-Regular';
}

.modal .modal-header .close {
    width: auto;
    position: absolute;
}

.modal .modal-content {
    padding: 45px 0;
    margin: auto;
    border: none;
    border-radius: 6px;
}

.section_capt {
    position: relative;
    margin: 25px 0;
}

.section_capt h5 {
    font-size: 11px;
}

.section_capt h1 {
    font-family: 'ProximaNova-Semibold';
    font-size: 27px;
    text-transform: uppercase;
}

.section_capt .back_mobile {
    left: 5%;
    top: 40%;
}

.section_capt .sort_mobile {
    right: 5%;
    top: 40%;
}

.section_capt .rate_star {
    margin-left: 30px;
}

.section_capt .rate_star li i {
    font-size: 16px;
    cursor: pointer;
}

.circle_form input:not([type="submit"]) {
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border: 1px solid #ebebeb;
    height: 40px;
    padding-left: 20px;
}

.img_center {
    display: block;
    margin: 0 auto;
}

.no_border {
    border: none !important;
}

pre {
    border: none;
    background: transparent;
    padding: 0;
    margin: 0;
}

@media screen and (max-width: 991px) {
    .section_capt {
        text-align: center;
        border-top: 1px solid #ebebeb;
        width: 100%;
        padding: 10px 0;
        background: #f8f8f8;
        margin-bottom: 0;
        margin-top: 0;
    }
    .section_capt h1 {
        text-align: center;
        font-size: 28px;
        padding: 0;
        margin: 0;
    }

    .section_capt h3 {
        text-align: center;
        margin: 0 0 10px;
    }

    .mobile_all_width {
        width: 100%;
    }
}

.hide_section {
    opacity: 0;
    height: 0;
    overflow: hidden;
}

.mobile_item .delete_item {
    z-index: 1000;
}

.header_cart_block .cart_items {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: -5px;
    margin-left: 20px;
    background: #f05242;
    color: #ffffff;
    padding: 2.38px 0;
    font-family: 'ProximaNova-Semibold';
    font-size: 13px;
    text-align: center;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
}

.sticker_cart {
    position: relative;
}

.sticker_cart .cart_items {
    content: '2';
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: -18px;
    left: 33px;
    background: #f05242;
    color: #ffffff;
    padding: 2.38px 0;
    font-family: 'ProximaNova-Semibold';
    font-size: 13px;
    text-align: center;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
}

.sticker_item {
    position: relative;
    overflow: hidden;
}

.sticker_item::before {
    content: 'Новинка';
    display: block;
    width: 145px;
    position: absolute;
    top: 20px;
    left: -35px;
    background: #f05242;
    font-family: 'ProximaNova-Bold';
    font-size: 10px;
    color: #ffffff;
    padding: 10px;
    text-transform: uppercase;
    text-align: center;
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

#sortCatalog-button {
    width: 80px;
    height: 30px;
    margin-left: 10px;
    border: 1px solid #ebebeb;
    font-size: 11px;
    text-transform: capitalize;
    padding: 7px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    background: url('http://s300.white.img.system.umi.ru/sort_arrow.png') no-repeat 90% 50% #ffffff;
}

#sortCatalog-button .ui-selectmenu-text {
    margin-right: 0;
}

.ui-menu-item {
    width: 90px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    padding: 0;
    margin: 0;
}

.ui-menu-item:hover {
    background: #ef5733;
}

.ui-menu-item div {
    height: 30px;
    line-height: 30px;
    padding: 0 15px;
    margin: 0;
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -ms-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
    border: none !important;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ui-menu-item div:hover {
    background: #ef5733;
    border-color: #ef5733;
}

.ui-menu-item div.ui-state-active {
    background: #ef5733;
    border-color: #ef5733;
    margin: 0;
}

header .header_brand .media-body h2 {
    font-family: 'Arial', sans-serif;
    font-weight: bold;
    letter-spacing: -2px;
    overflow-wrap: normal;
    word-wrap: break-word;
    word-break: normal;
    line-break: auto;
    hyphens: manual;
    width: 235px;
}

header .header_brand .media-body h2 a {
    letter-spacing: -2px;
    font-size: inherit;
    font-family: arial;
    font-weight: 600;
    text-transform: none;
}

header .header_brand .media-body h2 a:hover {
    color: inherit;
}

@media screen and (max-width: 1500px) {
    header .header_brand .media-left {
        padding-right: 0;
    }

    header .header_brand h2 {
        font-size: 21px;
    }
}

header .header_top_nav {
    border-bottom: 1px solid #ebebeb;
}

header .header_top_nav ul {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    padding: 17px 0 12px 0;
}

header .header_top_nav ul li a {
    color: #666666;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    cursor: pointer;
    font-size: 14px;
}

header .header_top_nav ul li a:hover,
header .header_top_nav ul li.active > a {
    color: #ef5733;
    text-decoration: none !important;
}

header .header_top_nav ul.right_nav li:first-of-type img {
    margin-right: 20px;
}

header .header_top_nav ul.right_nav li a {
    color: #818181;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    text-transform: capitalize;
    vertical-align: bottom;
}

header .header_top_nav ul.right_nav li a:hover {
    color: #ef5733;
    text-decoration: none !important;
}

header .header_top_nav ul.right_nav .media .media-body {
    vertical-align: middle;
    text-align: center;
}

@media screen and (max-width: 991px) {
    header .header_top_nav {
        margin-top: -1060px;
        height: 0;
        -webkit-transition: all 0.4s;
        -moz-transition: all 0.4s;
        -ms-transition: all 0.4s;
        -o-transition: all 0.4s;
        transition: all 0.4s;
        background: #ef5733;
    }

    header .header_top_nav ul#headerMobileMenu {
        display: block;
        padding: 15px 30px;
    }

    header .header_top_nav ul#headerMobileMenu li {
        display: block;
        margin: 15px 0;
        padding: 0;
    }

    header .header_top_nav ul li a {
        color: #ffffff;
        font-size: 22.1px;
    }

    header .header_top_nav ul li.active > a {
        color: #3b3b3b;
    }

    header .header_top_nav ul li a:hover {
        color: #ffffff;
    }

    header .header_top_nav.active {
        margin-top: 0;
        height: auto;
    }
    header .header_top_nav .login {
        position: relative;
        width: 100%;
        padding: 15px 30px;
    }
    header .header_top_nav .login:before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        width: calc(100% - 60px);
        height: 1px;
        background: rgba(255,255,255,.3);
    }
    header .header_top_nav .login ul {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        padding: 0;
    }
    header .header_top_nav .login ul li {
        margin-bottom: 15px;
        padding: 0;
    }
    header .header_top_nav .login ul .media-body {
        width: auto;
    }
    header .header_top_nav .login ul.right_nav li a,
    header .header_top_nav .login ul.right_nav li a:hover  {
        color: #fff;
    }
    header .header_top_nav .login ul li .media {
        display: flex;
        flex-direction: column;
    }
    header .header_top_nav .login ul li .media .media-body,
    header .header_top_nav .login ul li .media .media-left,
    header .header_top_nav .login ul li .media .media-right {
        padding: 15px 0 0;
    }
}

header .header_middle_nav .header_brand .media .media-body {
    vertical-align: bottom;
}

header .header_middle_nav .row > div:not(.header_contact) {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
}

header .header_middle_nav .row > div:not(.header_contact).header_work_time {
    justify-content: flex-start;
}

header .header_middle_nav .row .header_cart .header_search {
    width: 75px;
    height: 60px;
    background: #fcfcfc;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 4px;
}

header .header_middle_nav .row .header_cart .header_cart_block {
    width: 300px;
    height: 60px;
    background: #fcfcfc;
    padding-left: 25px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header .header_middle_nav .row .header_cart .header_cart_block a {
    color: #666666;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    padding-right: 18px;
}

header .header_middle_nav .row .header_cart .header_cart_block a:hover {
    color: #ef5733;
    text-decoration: none !important;
}

header .header_middle_nav .row .header_cart .header_cart_block a.media-left {
    position: relative;
}

header .header_middle_nav .row .header_cart .header_cart_block #header_basket {
    overflow: inherit;
}

@media screen and (max-width: 1500px) {
    header .header_middle_nav .row .header_cart .header_cart_block {
        width: 250px;
    }
}

header .header_middle_nav .media .media-body {
    vertical-align: middle;
}

header .header_middle_nav .info_nav {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header .header_middle_nav .header_work_time {
    word-wrap: break-word;
    word-break: normal;
}

@media screen and (max-width: 1500px) {
    header .header_middle_nav .header_work_time span {
        font-size: 11px;
    }
}

header .category_nav {
    height: 62px;
    margin-top: 15px;
    text-align: center;
}

header .category_nav li {
    margin: 0 12px;
    display: inline-block;
    position: relative;
    z-index: 20;
}

header .category_nav li.active {
    border: 2px solid #ef5733;
}

header .category_nav li .sub_menu {
    position: absolute;
    top: -2px;
    background: #fff;
    border: 2px solid #ef5733;
    padding-top: 41px;
    display: none;
    z-index: 1;
    min-width: 102%;
    text-align: left;
    border-radius: 0px;
}

header .category_nav li .sub_menu li {
    display: block;
}

header .category_nav li .sub_menu li:last-child a {
    padding-bottom: 15px;
}

header .category_nav li .sub_menu a {
    text-transform: uppercase;
    font-size: 14px;
    padding: 7px 15px 7px 4px;
    white-space: nowrap;
}

header .category_nav li.more .more_menu {
    top: -2px;
    right: -40%;
    z-index: 1;
    min-width: 102%;
    text-align: left;
}

header .category_nav li.more .more_menu ul.dropdown-menu {
    left: -60%;
}

header .category_nav li.more .more_menu ul li {
    position: relative;
    margin: 0;
    padding: 0 12px;
    background: none;
}

header .category_nav li.more .more_menu ul li:last-child a {
    padding-bottom: 15px;
    padding-right: 30px;
}

header .category_nav li.more .more_menu ul li a {
    text-transform: uppercase;
    font-size: 14px;
    padding: 7px 15px 7px 4px;
    width: max-content;
}

header .category_nav li.more .more_menu ul li a:hover {
    color: #ef5733;
    text-decoration: none !important;
}

header .category_nav li.more .more_menu ul li .more_sub_menu {
    position: absolute;
    top: 0;
    right: 100%;
    background: #fff;
    border: 2px solid #ef5733;
    display: none;
    z-index: 9999;
    min-width: 102%;
    text-align: left;
}

header .category_nav li.more .more_menu ul li .more_sub_menu a {
    padding: 7px 15px 7px 4px;
    white-space: nowrap;
}

header .category_nav li.more .more_menu ul li:hover .more_sub_menu {
    display: block;
}

header .category_nav li.more:hover .more_menu {
    display: block;
}

header .category_nav li a {
    font-family: 'ProximaNova-Bold';
    font-size: 16px;
    color: #3b3b3b;
    cursor: pointer;
    padding: 10px 15px 10px 15px;
    display: block;
    position: relative;
    z-index: 900;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

header .category_nav li a:hover {
    color: #ef5733;
    text-decoration: none !important;
}

header .category_nav li.active:hover {
    border: 2px solid transparent;
}

header .category_nav li:hover {
    z-index: 550;
}

header .category_nav li:hover .sub_menu {
    display: block;
}

.header_mobile {
    padding: 15px;
}

.header_mobile .row {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-end;
    position: relative;
    padding: 0;
}

.header_mobile .mobile_top_logo {
    width: auto;
    display: block;
    margin: 0 auto;
    flex-grow: 1;
}

.header_mobile .mobile_top_logo .media-left {
    padding-right: 5px;
}

.header_mobile .mobile_top_logo .media-body {
    vertical-align: bottom;
}

.header_mobile .mobile_top_logo .media-body h3 {
    font-size: 30px;
    font-family: 'Arial', sans-serif;
    font-weight: bold;
    padding: 0;
    margin: 0;
}

.header_mobile .mobile_top_logo .media-body h3 a {
    font-size: 26px;
}

.header_mobile .mobile_top_logo .media-body h3 a:hover,
.header_mobile .mobile_top_logo .media-body h3 a:focus {
    color: inherit;
}

@media (max-width: 576px) {
    .header_mobile .mobile_top_logo .media-body h3 a {
        font-size: 22px;
    }
}

@media (max-width: 480px) {
    .header_mobile .mobile_top_logo .media-body h3 a {
        font-size: 20px;
    }
}

.header_mobile .mobile_top_logo span {
    font-size: 7px;
    text-transform: uppercase;
}

.header_mobile .mobile_top_logo.no_logotype .media-heading {
    text-align: right;
    line-height: 0;
}

.header_mobile .mobile_top_logo.no_logotype .media-heading > a {
    width: 26px;
    height: 26px;
    background: url(/img/homeButton.svg);
    display: inline-block;
    margin-right: 3px;
}

.header_mobile .mobile_top_cart {
    display: flex;
    flex-wrap: nowrap;
    margin-left: 15px;
}

.header_mobile .mobile_top_cart .header_cart_block {
    margin-right: 5px;
}

.header_mobile .mobile_top_cart .sprite-icon_cart,
.header_mobile .mobile_top_cart .sprite-icon_search {
   width: 26px;
   height: 26px;
}

.header_mobile .mobile_top_cart .header_cart_block .cart_items {
    width: 16px;
    height: 16px;
}

.header_mobile .mobile_top_cart .header_search {
    margin-right: 15px;
}

.header_mobile .mobile_top_cart .header_cart_block .media-left {
    position: relative;
    padding-right: 0;
}

.header_mobile .mobile_top_cart .header_cart_block .cart_items {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    top: -5px;
    right: -5px;
    left: auto;
    bottom: auto;
}

.header_mobile .mobile_menu_toggle {
    cursor: pointer;
    margin-right: 15px;
}

.header_mobile .mobile_menu_toggle > span {
    background: #ef5733;
    width: 25px;
    height: 3px;
    margin-bottom: 6px;
    display: block;
}

.header_mobile .mobile_menu_toggle > span:last-of-type {
    margin-bottom: 4px;
}

.header_mobile .mobile_menu_toggle span {
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    width: 35px;
    height: 4px;
}

@media screen and (max-width: 441px) {
    .header_mobile .mobile_top_logo {
        width: 250px;
    }

    .header_mobile .mobile_top_logo .media-body h3 {
        font-size: 20px;
    }
}

@media screen and (max-width: 360px) {
    .header_mobile .media .media-left img {
        width: 50px;
    }
}

.full_photoalbum_page .photo {
    text-align: center;
    margin-bottom: 45px;
}

.full_photoalbum_page .photo img {
    display: inline-block;
}

main .main_carousel_block #mainCarousel .carousel-indicators {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 135px;
    height: 100px;
    background: #ef5733;
    margin-bottom: 0;
}

main .main_carousel_block #mainCarousel .carousel-indicators li {
    width: 5px;
    height: 5px;
    background: #ffffff;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

main .main_carousel_block #mainCarousel .carousel-indicators li.active {
    background: transparent;
    width: 10px;
    height: 10px;
}

main .main_carousel_block #mainCarousel .carousel-indicators li:nth-of-type(2) {
    margin: 0 15px;
}

@media screen and (max-width: 991px) {
    main .main_carousel_block #mainCarousel .carousel-indicators {
        bottom: 0;
    }
}

main .main_carousel_block #mainCarousel .carousel-inner .item {
    width: 110%;
    height: 770px;
    list-style: none;
}

@media (max-width: 991px) {
    main .main_carousel_block #mainCarousel .carousel-inner .item {
        width: 100%;
        height: 300px;
        list-style: none;
    }

    main .main_carousel_block #mainCarousel .carousel-indicators {
        width: 100px;
        height: 25px;
    }
}

main .main_carousel_block #mainCarousel .carousel-inner img {
    padding: 0;
}

@media screen and (max-width: 991px) {
    main .main_carousel_block #mainCarousel .carousel-indicators {
        right: 0;
        left: auto;
    }

    main .main_carousel_block #mainCarousel .carousel-inner img {
        margin-bottom: 0;
    }
}

main .main_carousel_block .right_block .red_block {
    background: #ef5733;
    height: 460px;
    display: flex;
    justify-content: center;
    align-items: center;
}

main .main_carousel_block .right_block .red_block .absolute_block {
    min-width: 306px;
    min-height: 320px;
    border: 3px solid #ffffff;
    padding: 50px;
    position: relative;
    z-index: 100;
    text-align: center;
}

main .main_carousel_block .right_block .red_block .absolute_block h1,
main .main_carousel_block .right_block .red_block .absolute_block span {
    color: #ffffff;
}

main .main_carousel_block .right_block .red_block .absolute_block h1 {
    font-size: 115px;
    font-family: 'Myriad Pro';
}

main .main_carousel_block .right_block .red_block .absolute_block span {
    font-size: 32px;
}

main .main_carousel_block .right_block .gray_block {
    height: 600px;
    background: #4e4e4e;
    z-index: 100;
    display: flex;
    justify-content: center;
    align-items: center;
}

main .main_carousel_block .right_block .gray_block .gray_block-text {
    width: 306px;
}

main .main_carousel_block .right_block .gray_block p {
    font-size: 19px;
    color: #ffffff;
    margin-bottom: 30px;
    font-weight: 100;
}

main .main_carousel_block .right_block .gray_block span {
    display: block;
    font-size: 16px;
    color: #b5b5b5;
    margin-bottom: 50px;
    line-height: 1.7;
}

@media screen and (max-width: 1500px) {
    main .main_carousel_block .right_block .gray_block {
        padding: 90px 10% 70px 10px;
    }

    main .main_carousel_block .right_block .gray_block p {
        width: 302px;
    }
}

@media screen and (max-width: 991px) {
    main .main_carousel_block .right_block .gray_block {
        padding: 60px;
        height: 420px;
    }

    main .main_carousel_block .right_block .gray_block .transparent_btn {
        width: 240px;
    }

    main .main_carousel_block .right_block .gray_block p {
        width: 100%;
    }
}

@media screen and (max-width: 991px) {
    main .main_carousel_block .right_block .red_block {
        height: 175px;
        padding-top: 0;
    }

    main .main_carousel_block .right_block .red_block > .absolute_block {
        width: auto;
        height: auto;
        padding: 20px 40px;
        text-align: left;
        position: relative;
        left: auto;
        top: auto;
        border: none;
    }

    main .main_carousel_block .right_block .red_block > .absolute_block h1 {
        display: inline-block;
    }

    main .main_carousel_block .right_block .gray_block {
        height: auto;
    }
}

@media screen and (max-width: 600px) {
    main .main_carousel_block .right_block .red_block {
        height: auto;
    }
}

.items .review_item {
    margin-top: 205px;
    height: 309px;
    padding: 12px 12px 0 0;
}

.items .review_item .main_review {
    position: relative;
    height: 100%;
}

.items .review_item .main_review .right_banner {
    position: absolute;
    z-index: 900;
    top: -1099px;
    left: 0;
    right: 0;
}

.items .review_item .main_review .right_banner .right_banner_block1 {
    background: #ef5733;
    height: 460px;
}

.items .review_item .main_review .right_banner .right_banner_block2 {
    padding: 90px 40% 70px 10%;
    height: 600px;
    background: #4e4e4e;
    z-index: 100;
}

.items .review_item .main_review a {
    font-size: 32px;
}

.items .review_item .review_wrapper {
    border: 2px solid #ef5733;
    height: 100%;
    padding: 75px;
    text-align: center;
}

.items .review_item .review_wrapper p {
    font-family: 'ProximaNova-Bold';
    font-size: 32px;
}

@media screen and (max-width: 1500px) {
    .items .review_item .review_wrapper {
        padding: 53px;
    }
}

.item.gray_item .item_wrapper {
    background: #f9f9f9;
}

.item.gray_item .hide_btn {
    background: #f9f9f9 !important;
}

.item .item_wrapper {
    padding: 50px 35px;
    border: 1px solid #ebebeb;
    position: relative;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.item .item_wrapper:hover {
    box-shadow: 0 0 5px 4px #dcdcdc;
    -webkit-box-shadow: 0 0 5px 4px #dcdcdc;
    -moz-box-shadow: 0 0 5px 4px #dcdcdc;
    -o-box-shadow: 0 0 5px 4px #dcdcdc;
}

.item .item_wrapper .hide_btn {
    width: 100%;
    height: 95px;
    padding: 20px 35px;
    bottom: -100px;
    left: 0;
    display: none;
    position: absolute;
    background: #ffffff;
    box-shadow: 0 0 5px 4px #dcdcdc;
    -webkit-box-shadow: 0 0 5px 4px #dcdcdc;
    -moz-box-shadow: 0 0 5px 4px #dcdcdc;
    -o-box-shadow: 0 0 5px 4px #dcdcdc;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.item .item_wrapper .hide_btn a {
    display: block;
    width: 170px;
    text-align: center;
    background: #ef5733;
    color: #ffffff;
    font-family: 'ProximaNova-Regular';
    padding: 13px;
    border: none;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    background-image: url('http://s300.white.img.system.umi.ru/btn_icon.png');
    background-repeat: no-repeat;
    background-position: 22% 50%;
    font-size: 18px;
    color: #ffffff !important;
    padding-left: 50px !important;
    margin-bottom: 100px;
    padding: 13px 5%;
}

.item .item_wrapper .hide_btn a:hover {
    filter: brightness(110%);
    -moz-filter: brightness(110%);
    -webkit-filter: brightness(110%);
}

.item .item_wrapper .hide_btn a a.btn_base {
    height: 70px;
    padding: 20px;
}

.item .item_wrapper .hide_btn a.btn_purchase {
    display: block;
    width: 170px;
    text-align: center;
    background: #ef5733;
    color: #ffffff;
    font-family: 'ProximaNova-Regular';
    padding: 13px;
    border: none;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    background-image: url('http://s300.white.img.system.umi.ru/btn_icon.png');
    background-repeat: no-repeat;
    font-size: 18px;
    color: #ffffff !important;
    padding-left: 50px !important;
    background-position: 13% 50%;
}

.item .item_wrapper .hide_btn a.btn_purchase:hover {
    filter: brightness(110%);
    -moz-filter: brightness(110%);
    -webkit-filter: brightness(110%);
}

.item .item_wrapper .hide_btn::before {
    content: '';
    display: block;
    width: 100%;
    height: 10px;
    position: absolute;
    top: -10px;
    left: 0;
    background: #ffffff;
    z-index: 1000;
}

.item .item_wrapper:hover .hide_btn {
    display: block;
    z-index: 100;
}

.item_title.flex_centered {
    padding-left: 15px;
    align-items: flex-start;
}

.item .item_title > span {
    font-size: 21px;
    color: #ef5733;
}

.item .item_title > span a {
    font-size: 21px;
    color: #ef5733;
}

.item .item_title > span a:after {
    content: " ";
    display: inline-block;
}

.item .item_title .item_option {
    margin-top: 25px;
}

@media screen and (max-width: 1500px) {
    .item .item_title .item_option {
        margin-top: 0;
    }
}

@media screen and (max-width: 991px) {
    .item .item_title .item_option span {
        font-size: 18px;
    }
}

@media screen and (max-width: 991px) {
    .item {
        padding: 0;
    }

    .item .item_price span {
        font-size: 36px !important;
    }

    .item .item_wrapper {
        padding: 45px 35px;
    }
}

.item .item_img {
    height: 245px;
}

.item .item_img img {
    margin: 0 auto;
    display: block;
    max-height: 100%;
}

.item .item_price span {
    font-size: 26px;
}

.item .item_price span i {
    font-size: 22.1px;
}

.item .item_price i.fa-rub {
    font-size: 22.1px;
}
.photoalbum_page {
    margin-bottom: 40px;
}
.photoalbum_page  .item .item_img {
    overflow: hidden;
    margin-top: 20px;
}

.photoalbum_page  .item .item_img > a {
    max-height: 100%;
}

@media screen and (max-width: 991px) {
    .item .item_price {
        text-align: center;
    }
}

.item.gray_item .item_wrapper .hide_btn::before {
    background: #f9f9f9;
}

@media screen and (max-width: 991px) {
    .item .item_wrapper {
        text-align: center;
    }
}

.special_items {
    margin-bottom: 80px;
}

.special_items .block_capt h2 {
    padding: 10px 0;
    margin-top: 30px;
}

.u-eip .extra_goods .title {
    margin-top: 0;
    padding-top: 0;
}

@media screen and (max-width: 991px) {
    .special_items .block_capt {
        height: 145px;
    }

    .special_items .block_capt h2 {
        margin-top: 10px;
    }
}

@media screen and (max-width: 991px) {
    .special_items {
        transform: none;
        -ms-transform: none;
        -o-transform: none;
        -webkit-transform: none;
        -moz-transform: none;
    }

    .special_items .item {
        height: auto;
        padding: 0;
        margin-bottom: -1px;
    }

    .special_items .block_capt {
        background: transparent;
        height: 125px;
        padding: 25px;
    }
}

.numpages {
    width: 100%;
}

.numpages ul li {
    display: inline-block;
}

.numpages ul li a {
    margin-bottom: 70px;
    margin-right: 10px;
    border: 2px solid #ef5733;
    min-width: 33px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    text-align: center;
    padding: 3px;
    font-family: 'ProximaNova-Regular';
    font-size: 18px;
    color: #ef5733;
    display: block;
}

.numpages ul li a:hover {
    color: #ffffff;
    background: #ef5733;
    text-decoration: none !important;
}

.numpages ul li.active > a {
    background: #ef5733;
    color: #ffffff;
}

.special_items_edit {
    margin-top: 30px;
}

.catalog_page .more {
    margin-bottom: 70px;
}

.catalog_page .more a {
    font-family: 'ProximaNova-Regular';
    color: #ef5733;
    border-color: #ef5733;
    width: 230px;
    font-size: 18px;
    display: block;
    margin: 0 auto;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.catalog_page .more a:hover {
    color: #ffffff;
    background: #ef5733;
    text-decoration: none !important;
}

.ui-autocomplete {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    display: none;
    min-width: 160px;
    padding: 4px 0;
    margin: 0 0 10px 25px;
    list-style: none;
    background-color: #ffffff;
    border-color: #ccc;
    border-color: rgba(0, 0, 0, 0.2);
    border-style: solid;
    border-width: 1px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    *border-right-width: 2px;
    *border-bottom-width: 2px;
}

.ui-autocomplete .ui-menu-item {
    width: 100%;
}

.ui-autocomplete .ui-menu-item :hover {
    color: #ffffff;
}

.ui-autocomplete .ui-menu-item {
    color: #000000;
}

.ui-autocomplete .ui-menu-item > a.ui-corner-all {
    display: block;
    padding: 3px 15px;
    clear: both;
    font-weight: normal;
    line-height: 18px;
    white-space: nowrap;
    text-decoration: none;
}

.ui-autocomplete .ui-menu-item :hover {
    color: #ffffff;
}

.ui-autocomplete .ui-state-hover,
.ui-autocomplete .ui-state-active {
    text-decoration: none;
    border-radius: 0px;
    display: block;
    color: #ffffff;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    background: #ef5733 none !important;
}

.catalog_inline_page,
.cart_page {
    margin: 0 0 100px 0;
}

#cdek_form {
    position: relative;
}

.address.ui-autocomplete-input {
    position: inherit;
    z-index: 1;
}

.dest_city_label {
    position: absolute;
    user-select: none;
    top: 125px;
    transform: translateY(-50%);
    width: 100%;
    font-size: 16px;
    font-weight: 100;
    color: #b5b5b5;
    z-index: 0;
    opacity: 1;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .dest_city_label {
        top: 120px;
    }
}
#cdek_form input:not(:placeholder-shown) + label,
#cdek_form input:focus~label {
    opacity: 0;
}
@supports (-ms-ime-align:auto) {
    #cdek_form input:focus+label {
        opacity: 0;
    }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    #cdek_form input:focus+label {
        opacity: 0;
    }
}
.catalog_inline_page #cdek_block,
.cart_page #cdek_block {
    display: none;
}

.catalog_inline_page #cdek_block #basket_to_checkout,
.cart_page #cdek_block #basket_to_checkout {
    display: block;
    text-align: center;
    background: #ef5733;
    color: #ffffff;
    font-family: 'ProximaNova-Regular';
    padding: 13px;
    border: none;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    font-size: 18px;
    color: #ffffff !important;
    padding: 13px 5%;
    background-image: none;
    width: 230px;
    padding: 15px;
    margin-bottom: 50px;
    border-radius: 6px;
}

.catalog_inline_page #cdek_block #basket_to_checkout:hover,
.cart_page #cdek_block #basket_to_checkout:hover {
    filter: brightness(110%);
    -moz-filter: brightness(110%);
    -webkit-filter: brightness(110%);
}

.catalog_inline_page #cdek_block #basket_to_checkout a.btn_base,
.cart_page #cdek_block #basket_to_checkout a.btn_base {
    height: 70px;
    padding: 20px;
}

.catalog_inline_page .pvz-errors,
.cart_page .pvz-errors {
    display: none;
    margin-top: 20px;
}

.catalog_inline_page .pvz,
.cart_page .pvz {
    display: none;
}

.catalog_inline_page fieldset.cdek-delivery-options div label,
.cart_page fieldset.cdek-delivery-options div label {
    margin-bottom: 0;
    font-size: 20px;
    font-family: 'ProximaNova-Regular';
    font-weight: 100;
}

.catalog_inline_page fieldset.cdek-delivery-options div label input,
.cart_page fieldset.cdek-delivery-options div label input {
    margin-bottom: 0 !important;
    margin-right: 5px;
    position: relative;
    bottom: -1px;
}

.catalog_inline_page fieldset.cdek-delivery-options .cdek-delivery-options :last-child,
.cart_page fieldset.cdek-delivery-options .cdek-delivery-options :last-child {
    margin-bottom: 20px;
}

.catalog_inline_page .form-group > legend {
    padding-bottom: 13px;
    border-bottom-color: #b5b5b5;
}

.catalog_inline_page .item,
.cart_page .item {
    padding: 0 2.5%;
    border: 1px solid #ebebeb;
    margin-bottom: 0;
    margin-top: -1px;
    height: 230px;
}

.catalog_inline_page .item .item_img img,
.cart_page .item .item_img img {
    max-height: 190px;
    vertical-align: middle;
}

.catalog_inline_page .item .item_title h5,
.cart_page .item .item_title h5 {
    color: #ef5733;
}

.catalog_inline_page .item .item_price,
.cart_page .item .item_price {
    text-align: left;
}

.catalog_inline_page .item .item_price span,
.cart_page .item .item_price span {
    font-size: 28px;
}

.catalog_inline_page .item .price_sect .item_btn a,
.cart_page .item .price_sect .item_btn a {
    display: block;
    width: auto;
    text-align: center;
    background: #ef5733;
    color: #ffffff;
    font-family: 'ProximaNova-Regular';
    padding: 13px;
    border: none;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    background-image: url('/img/btn_icon.png');
    background-repeat: no-repeat;
    background-position: 10% 50%;
    font-size: 18px;
    color: #ffffff !important;
    padding-left: 50px !important;
    padding: 13px 5%;
}

.item_description {
    margin-left: 15px;
}

.catalog_inline_page .item .price_sect .item_btn a:hover,
.cart_page .item .price_sect .item_btn a:hover {
    filter: brightness(110%);
    -moz-filter: brightness(110%);
    -webkit-filter: brightness(110%);
}

.catalog_inline_page .item .price_sect .item_btn a a.btn_base,
.cart_page .item .price_sect .item_btn a a.btn_base {
    height: 70px;
    padding: 20px;
}

.catalog_inline_page .item > .row > div,
.cart_page .item > .row > div {
    height: auto;
    display: table;
}

.catalog_inline_page .item > .row > div div,
.cart_page .item > .row > div div {
    vertical-align: middle;
    font-size: 21px;
}

.catalog_inline_page .item > .row > div div span a,
.cart_page .item > .row > div div span a {
    font-size: 21px;
    color: #ef5733;
}

.catalog_inline_page .more,
.cart_page .more {
    margin: 50px 0;
}

.catalog_inline_page .more a,
.cart_page .more a {
    border-color: #ef5733;
    color: #ef5733;
    width: 230px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.catalog_inline_page .more a:hover,
.cart_page .more a:hover {
    color: #ffffff;
    background: #ef5733;
    text-decoration: none !important;
}

.catalog_inline_page .quantity_count span,
.cart_page .quantity_count span {
    display: block;
    float: left;
    height: 50px;
    border: 1px solid #ebebeb;
    padding: 13px;
    text-align: center;
}

.catalog_inline_page .quantity_count span.char,
.cart_page .quantity_count span.char {
    width: 50px;
}

.cart_page .quantity_count span.char img {
    vertical-align: super;
}

.catalog_inline_page .quantity_count span.int,
.cart_page .quantity_count span.int {
    width: 70px;
    border-right: none;
    border-left: none;
    font-size: 17px;
}

.catalog_inline_page .item_delete,
.cart_page .item_delete {
    text-align: right;
    margin-left: 20px;
}

.catalog_inline_page .result_sum,
.cart_page .result_sum {
    margin-top: -1px;
    padding: 40px 2.5%;
    background: #f8f8f8;
    height: auto;
    border: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
}

.catalog_inline_page .result_sum p,
.cart_page .result_sum p {
    font-size: 40px;
}

.catalog_inline_page .result_sum a,
.cart_page .result_sum a {
    display: block;
    text-align: center;
    background: #94c835;
    font-family: 'ProximaNova-Regular';
    padding: 13px;
    border: none;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    background-image: url('http://s300.white.img.system.umi.ru/btn_icon.png');
    background-repeat: no-repeat;
    background-position: 22% 50%;
    font-size: 18px;
    color: #ffffff !important;
    padding-left: 50px !important;
    padding: 13px 5%;
    background-image: none;
    width: 230px;
    padding: 15px 20px !important;
    border-radius: 6px;
}

.catalog_inline_page .result_sum a:hover,
.cart_page .result_sum a:hover {
    filter: brightness(110%);
    -moz-filter: brightness(110%);
    -webkit-filter: brightness(110%);
}

.catalog_inline_page .result_sum a a.btn_base,
.cart_page .result_sum a a.btn_base {
    height: 70px;
    padding: 20px;
}

@media screen and (max-width: 991px) {
    .catalog_inline_page .result_sum,
    .cart_page .result_sum {
        padding: 60px 0;
        height: auto;
        text-align: center;
    }

    .catalog_inline_page .result_sum span,
    .cart_page .result_sum span {
        font-size: 22px;
        color: #3b3b3b;
        display: block;
    }

    .catalog_inline_page .result_sum p,
    .cart_page .result_sum p {
        margin: 20px auto 30px auto;
        font-family: 'ProximaNova-Bold';
    }

    .catalog_inline_page .result_sum a,
    .cart_page .result_sum a {
        display: inline-block;
        width: 80%;
        padding: 17px;
        font-size: 32px;
    }
}

@media screen and (max-width: 480px) {
    .catalog_inline_page .result_sum a,
    .cart_page .result_sum a {
        font-size: 18px;
    }
}

@media screen and (max-width: 991px) {
    .catalog_inline_page,
    .cart_page {
        margin-bottom: 0;
    }
}

.catalog_inline_page input[type="submit"],
.cart_page input[type="submit"],
.catalog_inline_page a.paysystem_button,
.cart_page button.paysystem_button {
    display: block;
    width: 270px;
    background-color: #94c835;
    font-size: 20px;
    color: #ffffff;
    padding: 8px;
    border: none;
    text-align: center;
    border-radius: 6px;
    font-family: 'ProximaNova-Regular';
}

.cart_page button.paysystem_button[disabled] {
	cursor: not-allowed;
	opacity: .65;
}

.catalog_inline_page .paysystem_buttons,
.cart_page .paysystem_buttons {
    padding: 5px;
}

.cart_page .block_capt {
    margin-bottom: 30px;
}

.mobile_item .item_title {
    text-align: center;
}

.mobile_item .item_title h3 {
    font-family: 'ProximaNova-Regular';
    color: #ef5733;
}

.mobile_item .item_img {
    margin-bottom: 50px;
}

.mobile_item .item_img img {
    display: block;
    margin: 0 auto;
}

.mobile_item .quantity_count {
    text-align: center;
}

.mobile_item .quantity_count span.char {
    width: 90px;
}

.mobile_item .quantity_count span.int {
    width: 150px;
}

@media screen and (max-width: 335px) {
    .mobile_item .quantity_count span.char {
        width: 70px;
    }

    .mobile_item .quantity_count span.int {
        width: 130px;
    }
}

.mobile_item .item_price {
    text-align: center;
    margin: 40px 0;
}

.mobile_item .item_price h2 {
    font-family: 'ProximaNova-Regular';
}

.optioned_sorting h4 {
    color: #000;
    font-weight: 600;
}

.sort_row > .container > .row {
    background: #f8f8f8;
    height: auto;
    padding: 15px 20px 15px 20px;
}

.sort_row > .container > .optioned_sorting {
    height: auto;
}

.sort_row > .container > .optioned_sorting a {
    text-decoration: underline;
}

.sort_row .sort ul li,
.sort_row .sort ul a {
    color: #8f8f8f;
}

.sort_row .list_inline li {
    padding: 0;
}

.sort_row .sort ul li {
    margin-right: 25px;
}

.sort_row .sort ul li a {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.sort_row .sort ul li a:hover {
    color: #ef5733;
    text-decoration: none !important;
}

.sort_row .sort ul li a.active {
    position: relative;
}

.sort_row .sort ul li a.active::after {
    content: '';
    display: block;
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 110%;
    height: 2px;
    background: #ef5733;
}

.sort_row .sort table tbody tr td {
    white-space: nowrap;
}

.sort_row .view ul > li {
    margin-right: 10px;
    vertical-align: middle;
}

.sort_row .view ul > li i {
    margin-left: 10px;
}

.sort_row .view ul li a {
    color: #8f8f8f;
    text-decoration: underline;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.sort_row .view ul li a:hover {
    color: #ef5733;
    text-decoration: none !important;
}

.sort_row table > tbody > tr > td {
    border: 0;
    padding: 1px;
}

aside .menu {
    min-height: 330px;
}

aside .adventage {
    margin-bottom: 70px;
}

.adventage > .container > .row .adventage_item {
    background: #f8f8f8;
    border-top: 2px solid #3b3b3b;
    padding: 70px 100px 70px 70px;
}

.adventage > .container > .row .back {
    background: none;
}

.adventage > .container > .row .adventage_item .item_icon {
    height: 65px;
}

.adventage > .container > .row .adventage_item .item_title {
    margin-bottom: 20px;
}

.adventage > .container > .row .adventage_item .item_title span {
    font-size: 21px;
}

.adventage > .container > .row .adventage_item .item_content {
    line-height: 1.7;
}

@media screen and (min-width: 991px) and (max-width: 1500px) {
    .adventage > .container > .row .adventage_item {
        padding: 60px;
        height: 300px;
    }
}

@media screen and (min-width: 991px) {
    .adventage .adventage_item {
        margin-top: 0;
    }
}

@media screen and (max-width: 991px) {
    .adventage {
        margin: 0;
    }

    .adventage > .container > .row {
        border-top: 1px solid #3b3b3b;
        height: auto;
    }

    .adventage > .container > .row .adventage_item {
        padding: 50px;
        border: none;
    }

    .adventage > .container > .row .adventage_item .item_icon {
        height: 0;
    }

    .adventage > .container > .row .adventage_item .item_content span {
        font-size: 18px;
    }
}

@media screen and (max-width: 500px) {
    .adventage .adventage_item {
        padding: 30px 15px !important;
    }
}

.news .block_capt > .container {
    padding-left: 70px;
}

.news .news_item .item_title {
    margin-bottom: 10px;
    margin-top: 15px;
    min-height: 42px;
}

.news .news_item .item_title p {
    color: #ef5733;
    font-size: 15px;
    font-family: 'ProximaNova-Semibold';
    line-height: 1.6em;
}

.news .news_item .item_content {
    font-family: 'ProximaNova-Regular';
    color: #282828;
    font-size: 15px;
    line-height: 1.6em;
}

.news .news_item h3 {
    font-family: 'ProximaNova-Semibold';
    color: #cacaca;
}

@media screen and (max-width: 991px) {
    .news .container {
        padding-left: 0 !important;
    }

    .news .block_capt {
        background: transparent;
        border: none;
        flex-direction: row;
    }

    .news .news_item .item_title p {
        font-size: 22px;
    }

    .news .news_item .item_content span {
        font-size: 18px;
    }
}

@media screen and (max-width: 500px) {
    .news .news_item {
        padding: 15px 0;
    }
}

main .search_page input[type="submit"] {
    display: block;
    width: 270px;
    background: #ef5733;
    font-size: 20px;
    color: #ffffff;
    padding: 8px;
    border: none;
    text-align: center;
}

main .webform_posted_page input[type="submit"] {
    display: block;
    width: 195px;
    background: #ef5733;
    font-size: 20px;
    color: #ffffff;
    padding: 15px;
    border: none;
    text-align: center;
    margin: 50px 0;
    border-radius: 6px;
}

main .order_page {
    margin-bottom: 150px;
}

main .order_page .order_caption {
    height: 140px;
    padding: 50px 0;
    background: #4e4e4e;
    text-align: center;
}

main .order_page .order_caption h5 {
    color: #ffffff;
}

main .order_page .order_caption h5 span {
    font-size: 26px;
}

main .order_page .form_wrapper {
    border: 1px solid #e0e0e0;
    border-top: none;
}

main .order_page .order_form {
    padding: 40px 0;
}

main .order_page .order_form form {
    width: 80%;
    display: block;
    margin: 0 auto;
}

.site_form.placeholder {
	display: none;
}

main .change_contacts {
	border: 1px solid #ebebeb;
	padding: 0 20px;
	margin-bottom: 20px;
}

main .change_contacts .webform_ajax_preloader {
	position: relative;
	display: none;
}

main .change_contacts .webform_ajax_preloader .webform_ajax_preloader_img {
	position: absolute;
	margin-top: 50%;
	height: 24px;
	left: 50%;
	transform: translateX(-25%) translateY(-50%);
}

main .change_contacts input[type="submit"] {
	margin-top: 50px;
}

main .order_page .order_form form > input,
main .order_page .order_form form textarea,
main .change_contacts input {
    display: block;
    max-width: 100%;
    background: transparent;
    border-bottom: 1px solid #b5b5b5;
    border-top: none;
    border-right: none;
    border-left: none;
    padding: 15px 0;
    width: 100%;
    color: #3b3b3b;
}

main .change_contacts input[disabled] {
	cursor: not-allowed;
	background-color: #eee;
}

main .change_contacts .alt_btn {
	margin-left: 50%;
	transform: translateX(-50%);
}

main .change_contacts .error-text {
	background-color: #F99;
	display: inline-block;
	width: 100%;
	padding-left: 5px;
}

main .order_page .order_form form > input:focus,
main .order_page .order_form form textarea:focus {
    padding-left: 10px;
}

main .order_page .order_form form > input[type="submit"] {
    background: #94c835;
    font-family: 'ProximaNova-Regular';
    padding: 15px;
    width: 250px;
    display: block;
    color: #ffffff;
    font-size: 18px;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
    margin-top: 40px;
    border-radius: 6px;
}

main .order_page .order_form form > input[type="submit"]:hover {
    filter: brightness(110%);
}

main .order_page .order_form form .inline {
    width: 45%;
}

main .order_page .order_form form .inline:first-of-type {
    float: left;
}

main .order_page .order_form form .inline:nth-of-type(2) {
    float: right;
}

main .order_page .order_form form input,
main .order_page .order_form form textarea,
main .change_contacts input {
    margin-bottom: 20px;
}

main .order_page .order_form form input::-webkit-input-placeholder,
main .order_page .order_form form textarea::-webkit-input-placeholder {
    color: #3b3b3b;
}

main .order_page .order_form form input::-moz-placeholder,
main .order_page .order_form form textarea::-moz-placeholder {
    color: #3b3b3b;
}

main .order_page .order_form form input:-moz-placeholder,
main .order_page .order_form form textarea:-moz-placeholder {
    color: #3b3b3b;
}

main .order_page .order_form form input[type="submit"],
main .order_page .order_form form textarea[type="submit"] {
    margin-top: 50px;
}

main .order_page .order_form input:not([type="submit"])::-webkit-input-placeholder,
main .order_page .order_form textarea::-webkit-input-placeholder,
main .change_contacts input:not([type="submit"]) {
    color: #3b3b3b;
    font-size: 22px;
}

main .order_page .order_form input:not([type="submit"])::-moz-placeholder,
main .order_page .order_form textarea::-moz-placeholder {
    color: #3b3b3b;
    font-size: 22px;
}

main .order_page .order_form input:not([type="submit"]):-moz-placeholder,
main .order_page .order_form textarea:-moz-placeholder {
    color: #3b3b3b;
    font-size: 22px;
}

main .order_page .form_img {
    padding: 200px 0 40px 0;
}

main .order_page .form_img img {
    display: block;
    margin: 0 auto;
}

@media screen and (max-width: 991px) {
    main .order_page .order_caption {
        height: auto;
    }
}

main .login_page .login_form {
    padding: 40px 0;
}

main .login_page .login_form form {
    width: 80%;
    display: block;
    margin: 0 auto;
}

main .login_page .login_form form > input,
main .login_page .login_form form textarea {
    display: block;
    background: transparent;
    border-bottom: 1px solid #b5b5b5;
    border-top: none;
    border-right: none;
    border-left: none;
    padding: 15px 0;
    width: 100%;
    color: #3b3b3b;
}

main .login_page .login_form form > input[type="submit"] {
    background: #94c835;
    font-family: 'ProximaNova-Regular';
    border-radius: 6px;
    padding: 15px;
    width: 250px;
    display: block;
    color: #ffffff;
    font-size: 18px;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
    margin-top: 40px;
}

main .login_page .login_form form > input[type="submit"]:hover {
    filter: brightness(110%);
}

main .login_page .login_form form .inline {
    width: 45%;
}

main .login_page .login_form form .inline:first-of-type {
    float: left;
}

main .login_page .login_form form .inline:nth-of-type(2) {
    float: right;
}

main .login_page .login_form form input,
main .login_page .login_form form textarea {
    margin-bottom: 20px;
}

main .login_page .login_form form input::-webkit-input-placeholder,
main .login_page .login_form form textarea::-webkit-input-placeholder {
    color: #3b3b3b;
}

main .login_page .login_form form input::-moz-placeholder,
main .login_page .login_form form textarea::-moz-placeholder {
    color: #3b3b3b;
}

main .login_page .login_form form input:-moz-placeholder,
main .login_page .login_form form textarea:-moz-placeholder {
    color: #3b3b3b;
}

main .login_page .login_form form input[type="submit"],
main .login_page .login_form form textarea[type="submit"] {
    margin-top: 50px;
}

main .login_page .login_form input:not([type="submit"])::-webkit-input-placeholder,
main .login_page .login_form textarea::-webkit-input-placeholder {
    color: #3b3b3b;
    font-size: 22px;
}

main .login_page .login_form input:not([type="submit"])::-moz-placeholder,
main .login_page .login_form textarea::-moz-placeholder {
    color: #3b3b3b;
    font-size: 22px;
}

main .login_page .login_form input:not([type="submit"]):-moz-placeholder,
main .login_page .login_form textarea:-moz-placeholder {
    color: #3b3b3b;
    font-size: 22px;
}

main .user_settings .user_form {
    padding: 40px 0;
}

main .user_settings .user_form form {
    width: 80%;
    display: block;
    margin: 0 auto;
}

main .user_settings .user_form form > input,
main .user_settings .user_form form textarea {
    display: block;
    background: transparent;
    border-bottom: 1px solid #b5b5b5;
    border-top: none;
    border-right: none;
    border-left: none;
    padding: 15px 0;
    width: 100%;
    color: #3b3b3b;
}

main .user_settings .user_form form > input[type="submit"] {
    background: #94c835;
    font-family: 'ProximaNova-Regular';
    border-radius: 6px;
    padding: 15px;
    width: 250px;
    display: block;
    color: #ffffff;
    font-size: 18px;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
    margin-top: 40px;
}

main .user_settings .user_form form > input[type="submit"]:hover {
    filter: brightness(110%);
}

main .user_settings .user_form form .inline {
    width: 45%;
}

main .user_settings .user_form form .inline:first-of-type {
    float: left;
}

main .user_settings .user_form form .inline:nth-of-type(2) {
    float: right;
}

main .user_settings .user_form form input,
main .user_settings .user_form form textarea {
    margin-bottom: 20px;
}

main .user_settings .user_form form input::-webkit-input-placeholder,
main .user_settings .user_form form textarea::-webkit-input-placeholder {
    color: #3b3b3b;
}

main .user_settings .user_form form input::-moz-placeholder,
main .user_settings .user_form form textarea::-moz-placeholder {
    color: #3b3b3b;
}

main .user_settings .user_form form input:-moz-placeholder,
main .user_settings .user_form form textarea:-moz-placeholder {
    color: #3b3b3b;
}

main .user_settings .user_form form input[type="submit"],
main .user_settings .user_form form textarea[type="submit"] {
    margin-top: 50px;
}

main .user_settings .user_form input:not([type="submit"])::-webkit-input-placeholder,
main .user_settings .user_form textarea::-webkit-input-placeholder {
    color: #3b3b3b;
    font-size: 22px;
}

main .user_settings .user_form input:not([type="submit"])::-moz-placeholder,
main .user_settings .user_form textarea::-moz-placeholder {
    color: #3b3b3b;
    font-size: 22px;
}

main .user_settings .user_form input:not([type="submit"]):-moz-placeholder,
main .user_settings .user_form textarea:-moz-placeholder {
    color: #3b3b3b;
    font-size: 22px;
}

main .reg_page .reg_form {
    padding: 40px 0;
}

main .reg_page .reg_form form {
    width: 80%;
    display: block;
    margin: 0 auto;
}

main .reg_page .reg_form form > input,
main .reg_page .reg_form form textarea {
    display: block;
    background: transparent;
    border-bottom: 1px solid #b5b5b5;
    border-top: none;
    border-right: none;
    border-left: none;
    padding: 15px 0;
    width: 100%;
    color: #3b3b3b;
}

main .reg_page .reg_form form > input[type="submit"] {
    background: #94c835;
    font-family: 'ProximaNova-Regular';
    border-radius: 6px;
    padding: 15px;
    width: 250px;
    display: block;
    color: #ffffff;
    font-size: 18px;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
    margin-top: 40px;
}

main .reg_page .reg_form form > input[type="submit"]:hover {
    filter: brightness(110%);
}

main .reg_page .reg_form form .inline {
    width: 45%;
}

main .reg_page .reg_form form .inline:first-of-type {
    float: left;
}

main .reg_page .reg_form form .inline:nth-of-type(2) {
    float: right;
}

main .reg_page .reg_form form input,
main .reg_page .reg_form form textarea {
    margin-bottom: 20px;
}

main .reg_page .reg_form form input::-webkit-input-placeholder,
main .reg_page .reg_form form textarea::-webkit-input-placeholder {
    color: #3b3b3b;
}

main .reg_page .reg_form form input::-moz-placeholder,
main .reg_page .reg_form form textarea::-moz-placeholder {
    color: #3b3b3b;
}

main .reg_page .reg_form form input:-moz-placeholder,
main .reg_page .reg_form form textarea:-moz-placeholder {
    color: #3b3b3b;
}

main .reg_page .reg_form form input[type="submit"],
main .reg_page .reg_form form textarea[type="submit"] {
    margin-top: 50px;
}

main .reg_page .reg_form input:not([type="submit"])::-webkit-input-placeholder,
main .reg_page .reg_form textarea::-webkit-input-placeholder {
    color: #3b3b3b;
    font-size: 22px;
}

main .reg_page .reg_form input:not([type="submit"])::-moz-placeholder,
main .reg_page .reg_form textarea::-moz-placeholder {
    color: #3b3b3b;
    font-size: 22px;
}

main .reg_page .reg_form input:not([type="submit"]):-moz-placeholder,
main .reg_page .reg_form textarea:-moz-placeholder {
    color: #3b3b3b;
    font-size: 22px;
}

main .reg_page .reg_form .password_with_descr {
    margin-bottom: 5px;
}

main .reg_page .reg_form .description {
    margin-bottom: 15px;
}

main .forget_page .forget_form {
    padding: 40px 0;
}

main .forget_page .forget_form form {
    width: 80%;
    display: block;
    margin: 0 auto;
}

main .forget_page .forget_form form > input,
main .forget_page .forget_form form textarea {
    display: block;
    background: transparent;
    border-bottom: 1px solid #b5b5b5;
    border-top: none;
    border-right: none;
    border-left: none;
    padding: 15px 0;
    width: 100%;
    color: #3b3b3b;
}

main .forget_page .forget_form form > input[type="submit"] {
    background: #94c835;
    font-family: 'ProximaNova-Regular';
    border-radius: 6px;
    padding: 15px;
    width: 250px;
    display: block;
    color: #ffffff;
    font-size: 18px;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
    margin-top: 40px;
}

main .forget_page .forget_form form > input[type="submit"]:hover {
    filter: brightness(110%);
}

main .forget_page .forget_form form .inline {
    width: 45%;
}

main .forget_page .forget_form form .inline:first-of-type {
    float: left;
}

main .forget_page .forget_form form .inline:nth-of-type(2) {
    float: right;
}

main .forget_page .forget_form form input,
main .forget_page .forget_form form textarea {
    margin-bottom: 20px;
}

main .forget_page .forget_form form input::-webkit-input-placeholder,
main .forget_page .forget_form form textarea::-webkit-input-placeholder {
    color: #3b3b3b;
}

main .forget_page .forget_form form input::-moz-placeholder,
main .forget_page .forget_form form textarea::-moz-placeholder {
    color: #3b3b3b;
}

main .forget_page .forget_form form input:-moz-placeholder,
main .forget_page .forget_form form textarea:-moz-placeholder {
    color: #3b3b3b;
}

main .forget_page .forget_form form input[type="submit"],
main .forget_page .forget_form form textarea[type="submit"] {
    margin-top: 50px;
}

main .forget_page .forget_form input:not([type="submit"])::-webkit-input-placeholder,
main .forget_page .forget_form textarea::-webkit-input-placeholder {
    color: #3b3b3b;
    font-size: 22px;
}

main .forget_page .forget_form input:not([type="submit"])::-moz-placeholder,
main .forget_page .forget_form textarea::-moz-placeholder {
    color: #3b3b3b;
    font-size: 22px;
}

main .forget_page .forget_form input:not([type="submit"]):-moz-placeholder,
main .forget_page .forget_form textarea:-moz-placeholder {
    color: #3b3b3b;
    font-size: 22px;
}

main .contact_page .breadcrumbs {
    margin-top: 0;
}

main .contact_page .contact_info .info_item {
    height: 330px;
    padding-top: 50px;
    border: 10px solid #ffffff;
    background: #f8f8f8;
    border-bottom: 20px solid #ffffff;
    text-align: center;
}

main .contact_page .contact_info .info_item:first-of-type {
    border-left: 20px solid #ffffff;
}

main .contact_page .contact_info .info_item:last-of-type {
    border-right: 20px solid #ffffff;
}

main .contact_page .contact_info .info_item i {
    display: inline-block;
}

main .contact_page .contact_info .info_item span {
    font-size: 17px;
    font-family: 'ProximaNova-Semibold';
}

main .contact_page .contact_info .info_item:nth-of-type(2) span {
    font-size: 30px;
}

@media screen and (max-width: 991px) {
    main .contact_page .contact_info .info_item {
        height: 200px;
        border-right: 0 !important;
        border-left: 0 !important;
        padding: 35px 0 35px 0;
        text-align: center;
    }

    main .contact_page .contact_info .info_item:not(:last-of-type) {
        border-bottom: none;
    }

    main .contact_page .contact_info .info_item:last-of-type {
        border-bottom: 10px solid #ffffff;
    }

    main .contact_page .contact_info .info_item .info_icon,
    main .contact_page .contact_info .info_item .info_text {
        display: inline-block;
    }

    main .contact_page .contact_info .info_item .info_icon {
        vertical-align: middle;
        padding-right: 15px;
    }

    main .contact_page .contact_info .info_item .info_text {
        width: 50%;
    }
}

@media screen and (max-width: 991px) {
    main .contact_page .contact_info {
        position: relative;
        top: auto;
        left: auto;
    }
}

main .contact_page #map > * {
    height: 730px !important;
    width: 100% !important;
}

main .contact_page .info_container {
    position: relative;
}

@media screen and (max-width: 991px) {
    main .contact_page .info_container {
        height: auto;
    }
}

main .contact_page .contact_form {
    margin: 40px 0;
}

main .contact_page .contact_form form {
    width: auto;
    display: block;
    margin: 0 auto;
    background: #f8f8f8;
    padding: 40px 45px;
}

main .contact_page .contact_form form > input,
main .contact_page .contact_form form textarea {
    display: block;
    background: transparent;
    border-bottom: 1px solid #b5b5b5;
    border-top: none;
    border-right: none;
    border-left: none;
    padding: 15px 0;
    width: 100%;
    color: #3b3b3b;
}

main .contact_page .contact_form form > input[type="submit"] {
    background: #94c835;
    font-family: 'ProximaNova-Regular';
    padding: 15px;
    width: 250px;
    display: block;
    color: #ffffff;
    font-size: 18px;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
    margin-top: 40px;
    border-radius: 6px;
}

main .contact_page .contact_form form > input[type="submit"]:hover {
    filter: brightness(110%);
}

main .contact_page .contact_form form .inline {
    width: 45%;
}

main .contact_page .contact_form form .inline:first-of-type {
    float: left;
}

main .contact_page .contact_form form .inline:nth-of-type(2) {
    float: right;
}

main .contact_page .contact_form form input,
main .contact_page .contact_form form textarea {
    margin-bottom: 20px;
}

main .contact_page .contact_form form input::-webkit-input-placeholder,
main .contact_page .contact_form form textarea::-webkit-input-placeholder {
    color: #3b3b3b;
}

main .contact_page .contact_form form input::-moz-placeholder,
main .contact_page .contact_form form textarea::-moz-placeholder {
    color: #3b3b3b;
}

main .contact_page .contact_form form input:-moz-placeholder,
main .contact_page .contact_form form textarea:-moz-placeholder {
    color: #3b3b3b;
}

main .contact_page .contact_form form input[type="submit"],
main .contact_page .contact_form form textarea[type="submit"] {
    margin-top: 50px;
}

@media screen and (max-width: 991px) {
    main .contact_page .contact_form form input::-webkit-input-placeholder {
        color: #3b3b3b;
    }

    main .contact_page .contact_form form input::-moz-placeholder {
        color: #3b3b3b;
    }

    main .contact_page .contact_form form input:-moz-placeholder {
        color: #3b3b3b;
    }

    main .contact_page .contact_form form input.inline {
        display: block;
        float: none !important;
        width: 100%;
    }

    main .contact_page .contact_form form input[type="submit"] {
        width: 100%;
        font-size: 32px;
    }
}

@media screen and (max-width: 480px) {
    main .contact_page .contact_form form input[type="submit"] {
        font-size: 18px;
    }
}

#itemCarousel .item {
    height: 440px;
}

#itemCarousel .item.active {
    display: flex;
    align-items: center;
}

#itemCarousel .item img {
    display: block;
    margin: 0 auto;
}

#prevCarousel {
    width: 100%;
    margin-bottom: 50px;
}

#prevCarousel .item_prev {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    height: 100px;
    border: 1px solid #ebebeb;
    width: 15%;
    float: left;
    margin-right: 10px;
}

#prevCarousel .item_prev.active {
    border: 1px solid #ef5733;
}

.item_page {
    margin-bottom: 50px;
}

.item_page h2 {
    margin: 0;
    line-height: 1.4;
}

.item_page .item_about p {
    font-size: 17px;
    line-height: 2;
}

.item_page .item_btn {
    border: 2px solid #ffffff;
    font-size: 15px;
    font-family: 'ProximaNova-Bold';
    padding: 13px 0;
    color: #ffffff;
    display: block;
}

@media screen and (max-width: 991px) {

    .item_page .price h2 {
        font-size: 40px;
        font-family: 'ProximaNova-Regular';
    }

    .item_page .price h2 i {
        font-size: 35px;
    }
}

.main_page_news {
    margin-bottom: 50px;
    border-top: 2px solid #000;
}

.main_page_news .block_capt {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.main_page_news_edit {
    margin-bottom: 20px;
}

.main_page_news h2 {
    margin: 40px 0 5px 0;
}

footer {
    padding: 100px 0;
}

footer a {
    color: #ffffff;
}

footer p,
footer h3 {
    color: #ffffff;
}

footer p {
    line-height: 1;
}

footer p img:not(:last-of-type) {
    margin-right: 20px;
}

footer .footer_payment {
    margin-bottom: 20px;
}

footer .footer_contact h3 {
    padding: 0;
    margin: 28px 0 0 0;
}

footer .footer_social {
    margin: 21px -8px 0 0;
}

footer .footer_copy {
    margin-bottom: 35px;
}

footer .footer_social ul li {
    display: inline-block;
    margin-right: 10%;
}

footer .footer_social ul li:last-of-type {
    margin-right: 0;
}

footer .footer_social ul li a {
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

footer .footer_social ul li a:hover {
    filter: brightness(110%);
    -moz-filter: brightness(110%);
    -webkit-filter: brightness(110%);
}

footer .row > div {
    padding-left: 70px;
}

footer .row > div:last-of-type {
    padding-right: 100px;
    text-align: right;
}

@media screen and (max-width: 1500px) {
    footer .row > div {
        padding-left: 30px;
    }

    footer .row > div:last-of-type {
        padding-right: 30px;
        text-align: right;
    }
}

@media screen and (max-width: 991px) {
    footer {
        padding: 60px 0;
    }

    footer .row > div {
        padding: 0 5%;
    }

    footer .row > div p {
        font-size: 15px;
    }

    footer .row > div:first-of-type h3 {
        color: #ffffff;
    }

    footer .row > div span {
        color: #8e8e8e;
    }

    footer .social_mobile {
        margin-top: 75px;
    }

    footer .social_mobile ul {
        display: -webkit-box;
        display: -moz-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
}

@media screen and (max-width: 1500px) {
    header .header_brand h2 {
        font-size: 21px;
    }

    header .header_brand h2 a {
        font-size: inherit;
    }

    header .header_contact a {
        font-size: 13px;
    }

    header .header_contact h3 {
        word-wrap: break-word;
        word-break: normal;
        width: 160px;
        font-size: 18px;
        font-family: 'Arial', sans-serif;
        font-weight: bold;
    }
}

.item_block #catalogItem .item {
    height: 380px;
}

.item_block #catalogItem .item img {
    margin: 0 auto;
}

.item_block #itemControl .catalog_control {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 50px;
}

.item_block #itemControl .catalog_control .control_item {
    width: 100px;
    height: 100px;
    border: 1px solid #ebebeb;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
}

.item_block #itemControl .catalog_control .control_item.red_bord,
.item_block #itemControl .catalog_control .control_item.active {
    border-color: #ef5733;
}

.item_block .carousel-control {
    top: 10%;
    opacity: 1;
}

.item_block .carousel-control i {
    font-size: 30px;
    color: #666666;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -ms-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
}

.item_block .carousel-control i:hover {
    transform: scale(2);
}

.item_block .carousel-control.left {
    left: -25px;
}

.item_block .carousel-control.right {
    right: -25px;
}

.item_page .item_cover {
    padding-top: 25px;
    height: auto;
}

.item_page .item_cover #itemCarousel .item img {
    margin: 0 auto;
    display: block;
    max-height: 100%;
}

@media screen and (max-width: 991px) {
    .item_page .item_cover {
        padding-top: 0;
    }
}

.item_page .item_preview {
    margin-bottom: 50px;
}

.item_page .item_preview #previewCarousel {
    position: relative;
}

.item_page .item_preview #previewCarousel .item {
    height: auto;
    padding: 0 50px;
    list-style: none;
}

.item_page .item_preview #previewCarousel .item .item-prev {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    padding: 5px;
    border: 1px solid #ebebeb;
    height: 77px;
    width: 77px;
    float: left;
    margin-right: 1%;
    margin-top: 1%;
}

@media screen and (max-width: 1500px) {
    .item_page .item_preview #previewCarousel .item .item-prev {
        height: 50px;
        padding: 5px;
    }
}

.item_page .item_preview #previewCarousel .item .item-prev img {
    display: block;
    margin: 0 auto;
    max-height: 100%;
    flex-shrink: 0;
}

.item_page .item_preview #previewCarousel .carousel-control {
    box-shadow: none;
    text-shadow: none;
    background-image: none;
    opacity: 1;
    top: auto;
    bottom: auto;
    width: 11px !important;
    height: 17px !important;
    z-index: 999;
}

.item_page .item_preview #previewCarousel .carousel-control.left {
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.item_page .item_preview #previewCarousel .carousel-control.right {
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.item_page .item_preview #previewCarousel .carousel-control img {
    height: auto;
    max-width: 100%;
    display: block;
}

@media screen and (max-width: 991px) {
    .item_page .item_preview {
        margin-bottom: 0;
    }
}

.item_page .about_item {
    margin-top: 40px;
    padding-top: 40px;
    padding-right: 20px;
    border-top: 1px solid #EEEEEE;
}

.item_page .about_item p {
    font-size: 16px;
    line-height: 1.7;
}

.u-eip .item_page .about_item {
    padding: 20px;
}

.item_page .item_option_block {
    padding: 40px 50px 50px 50px;
    margin-top: 25px;
    min-height: 440px;
    overflow: hidden;
}

@media screen and (min-width: 1500px) {
    .u-eip .item_page .item_option_block {
        padding: 20px;
    }
    .u-eip select.eip-ui-element, .u-eip input.eip-ui-element {
        width: 136px;
        max-width: 136px;
    }
}

.relationAddButton:focus, .relationAddButton:active {
    outline: none;
}

.item_page .item_option_block .item_characteristics.editting .opt_prop_edit,
.item_page .item_option_block .item_characteristics.editting .opt_props_add_row {
    display: flex;
    flex-direction: column;
}

.item_page .item_option_block > .option_head:first-of-type {
    position: relative;
}

.item_page .item_option_block > .option_head:first-of-type:after {
    content: '';
    display: block;
    width: 500px;
    height: 1px;
    background: #fff;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}

.item_page .item_option_block .catalog-info .hidden-text {
    display: block;
}

.item_page .item_option_block .cart_btn {
    margin-bottom: 15px;
}

.item_page .item_option_block .price h2 {
    font-size: 26px;
    margin-top: 0;
    font-family: 'ProximaNova-Bold';
}

.item_page .item_option_block .price h2 i {
    font-size: 23.4px;
}

.item_page .item_option_block .item_btn a.btn_base {
    height: 60px;
    padding: 22px;
    width: 215px;
}

.item_page .item_option_block .option > div {
    margin-bottom: 10px;
}

.item_page .item_option_block .option > div.col-xs-8 > span {
    padding-right: 5px;
    white-space: break-spaces;
}

.item_page .item_option_block .option span,
.item_page .item_option_block .option p {
    font-size: 15px;
    color: #3e3e3e;
    word-break: break-word;
}

.item_page .item_option_block .option .hidden-text > span {
    color: rgba(255, 255, 255, 0.8);
}

.item_page .item_option_block .option p {
    padding-right: 30%;
    padding-top: 20px;
}

.item_page .item_option_block .social_count_row {
    margin-top: 200px;
}

.item_page .item_option_block .social_count_row .social_count {
    display: block;
    width: 85px;
    height: 40px;
    float: left;
    margin-right: 10px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.item_page .item_option_block .social_count_row .social_count:hover {
    filter: brightness(110%);
    -moz-filter: brightness(110%);
    -webkit-filter: brightness(110%);
}

.item_page .item_option_block .social_count_row .social_count.fb {
    background: #3b5998;
}

.item_page .item_option_block .social_count_row .social_count.fb span {
    border-right: 1px solid #839ccf;
}

.item_page .item_option_block .social_count_row .social_count.vk {
    background: #6386ab;
}

.item_page .item_option_block .social_count_row .social_count.vk span {
    border-right: 1px solid #b6c6d8;
}

.item_page .item_option_block .social_count_row .social_count.tw {
    background: #57ccff;
}

.item_page .item_option_block .social_count_row .social_count.tw span {
    border-right: 1px solid #d7f3ff;
}

.item_page .item_option_block .social_count_row .social_count span {
    display: block;
    width: 50%;
    height: 40px;
    float: left;
    color: #ffffff;
    text-align: center;
}

.item_page .item_option_block .social_count_row .social_count span:first-of-type {
    padding: 12px 0;
}

.item_page .item_option_block .social_count_row .social_count span:first-of-type i {
    display: block;
    margin: 0 auto;
}

.item_page .item_option_block .social_count_row .social_count span:last-of-type {
    padding: 10px 0;
}

.item_page .opt_props_edit_block {
    width: 100%;
}

.radio_form .opt_props_edit_block input.prop_float {
    width: 100%;
    text-align: left;
}

.opt_props_edit_block td:first-of-type {
    padding-top: 8px;
}

.opt_props_edit_block td:last-of-type {
    padding-bottom: 8px;
}

.opt_props_edit_block .opt_prop_add .opt_prop_rel_select {
    width: 100%;
}

.opt_props_edit_block .opt_prop_add .add_item_to_guide_field {
    width: calc(100% - 24px);
    height: 20px;
    margin-right: 10px;
    margin-top: 4px;
}

.opt_props_edit_block .opt_prop_add .add_item_to_guide_button {
    background: #2D3645 url(/images/cms/eip/add_button.svg) center center no-repeat;
    background-size: 8px;
    position: relative;
    top: 3px;
    cursor: pointer;
}

.opt_props_edit_block .opt_prop_add .add_item_to_guide_button img {
    display: none;
}

.item_option_block .item_characteristics .opt_prop, .item_option_block .item_characteristics .u-eip-empty-field {
    padding: 4px;
}

.item_option_block .item_characteristics .opt_prop .opt_prop_rel,
.item_option_block .radio_form .opt_prop_rel.with_val .opt_prop_rel_val {
    padding-left: 0;
}

@media screen and (max-width: 420px) {
    .item_page .item_option_block .social_count_row .social_count {
        width: 65px;
    }
}

@media screen and (max-width: 991px) {
    .item_page .item_option_block .social_count_row {
        margin-top: 50px;
    }
}

@media screen and (max-width: 1500px) {
    .item_page .item_option_block {
        padding: 40px 20px;
    }
    .item_page .item_option_block .option_head > .row {
        display: flex;
        justify-content: space-around;
    }
    .item_page .item_option_block .option_head > .row .col-md-6 {
        width: auto;
    }
}

@media screen and (max-width: 991px) {
    .item_page .item_option_block {
        margin-top: 0;
        min-height: 0;
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 991px) {
    .item_page #itemCarousel .item {
        height: 500px !important;
    }

    .item_page #itemCarousel .carousel-indicators {
        bottom: 0;
    }

    .item_page #itemCarousel .carousel-indicators li {
        background: transparent;
        border-color: #ef5733;
        width: 10px;
        height: 10px;
        margin: 0;
        margin-right: 10px;
    }

    .item_page #itemCarousel .carousel-indicators li.active {
        width: 10px;
        height: 10px;
        margin: 0;
        margin-right: 10px;
        background: #ef5733;
    }

    .item_page .item_option .price {
        background: #f8f8f8;
        border: 1px solid #ebebeb;
        padding: 20px;
        margin-bottom: 50px;
    }

    .item_page .item_option .price h2 {
        text-align: center;
    }

    .item_page .option {
        padding-left: 30px;
    }
}

@media screen and (max-width: 991px) {
    .item_page .option {
        padding-left: 0;
    }
}

.item_btn {
    padding: 13px 5%;
}

.item_btn a.btn_base {
    height: 70px;
    padding: 20px;
}

.news_page {
    margin-bottom: 70px;
}

.news_page .red_text {
    color: #ef5633;
}

.news_page .news_item {
    border-bottom: 1px solid #f3f3f3;
    margin-bottom: 45px;
}

.news_page .news_item h5 {
    font-family: 'ProximaNova-Bold';
}

.news_page .news_item .date {
    margin-bottom: 25px;
}

.news_page .news_item .title {
    margin-bottom: 30px;
}

.news_page .news_item .title h5 {
    color: #ef5633;
}

.news_page .news_item .content {
    margin-bottom: 25px;
}

.news_page .news_item .content p {
    font-size: 19px;
    line-height: 1.5;
}

@media screen and (max-width: 991px) {
    .news_page .container:last-of-type {
        padding: 0 30px;
        margin-top: 20px;
    }
}

.blog_page {
    margin-bottom: 70px;
}

.blog_page .red_text {
    color: #ef5633;
}

.blog_page .blog_item {
    border-bottom: 1px solid #f3f3f3;
    margin-bottom: 45px;
}

.blog_page .blog_item h5 {
    font-family: 'ProximaNova-Bold';
}

.blog_page .blog_item .date {
    margin-bottom: 25px;
}

.blog_page .blog_item .title {
    margin-bottom: 30px;
}

.blog_page .blog_item .title h5 {
    color: #ef5633;
}

.blog_page .blog_item .content {
    margin-bottom: 25px;
}

.blog_page .blog_item .content p {
    font-size: 19px;
    line-height: 1.5;
}

.blog_page .blog_item .tags {
    margin-bottom: 20px;
}

.blog_page .blog_item .comments_block {
    padding-bottom: 45px;
}

.blog_page .blog_item .comments_block a {
    padding-right: 80px;
    font-size: 19px;
    color: #ef5633;
}

@media screen and (max-width: 991px) {
    .blog_page {
        padding-left: 30px;
    }
}

.more_btn {
    display: block;
    font-size: 19px;
    color: #ef5733;
    border: 2px solid #ef5733;
    width: 230px;
    padding: 12px;
    text-align: center;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.more_btn:hover {
    color: #ffffff;
    background: #ef5733;
    text-decoration: none !important;
}

@media screen and (max-width: 767px) {
    .more_btn {
        display: block;
        margin: 0 auto;
        width: auto;
        max-width: 75%;
    }
}

.notfound_page {
    margin: 90px 0;
}

.notfound_page .biggest_title {
    font-size: 263px;
    color: #010101;
    line-height: 0.7;
    margin: 0;
}

@media screen and (max-width: 1501px) {
    .notfound_page .biggest_title {
        font-size: 240px;
    }
}

.notfound_page .img_block img {
    width: 70%;
    display: block;
    margin: 0 auto;
}

.notfound_page .desc p {
    margin-top: 20px;
    font-size: 20px;
}

.notfound_page .site_map {
    background: #f3f3f3;
    padding: 30px 55px;
}

.notfound_page .site_map .title {
    margin-bottom: 30px;
}

.notfound_page .site_map h2 {
    color: #010101;
}

.notfound_page .site_map h6 {
    font-family: 'ProximaNova-Bold';
    color: #010101;
    font-size: 16px;
}

.notfound_page .site_map h6.no_margin {
    margin: 0;
}

.notfound_page .site_map .row {
    margin-bottom: 15px;
}

@media screen and (max-width: 991px) {
    .notfound_page .biggest_title {
        font-size: 160px;
        text-align: center;
    }

    .notfound_page .desc {
        padding: 20px;
    }

    .notfound_page .site_map {
        padding: 20px 20px;
    }
}

.modal .modal-content {
    padding: 35px 30px;
}

.modal .modal-content .modal-header {
    padding: 0;
}

.modal .close {
    position: absolute;
    top: -44px;
    right: 0;
    opacity: 1;
    outline: none;
}

.modal .modal-dialog.md_modal {
    width: 550px;
    margin: 0;
}

.modal .modal-dialog.lg_modal {
    width: 920px;
}

.modal .modal-dialog.lg_modal form input:not(.floating_input),
.modal .modal-dialog.lg_modal form textarea:not(.floating_input) {
    width: 80%;
}

.modal form {
    position: relative;
    height: auto;
    display: flex;
    flex-flow: column;
}

.modal form input[name="login"] {
    order: 0;
}

.modal form input[name="password"] {
    order: 1;
}

.modal form div.captcha {
    order: 2;
    width: 65%;
    margin: 20px auto 10px;
    text-align: left;
}

.modal form input[name="captcha"] {
    order: 3;
    padding: 10px 0;
}

.modal form input[type="submit"] {
    order: 3;
}

.modal form input,
.modal form textarea {
    font-size: 18px;
    border: none;
    border-bottom: 1px solid #f3f3f3;
    width: 65%;
    outline: none;
    padding: 10px;
    display: block;
    margin: 15px auto;
}

.modal form input::-webkit-input-placeholder,
.modal form textarea::-webkit-input-placeholder {
    color: #3b3b3b;
    font-size: 20px;
}

.modal form input::-moz-placeholder,
.modal form textarea::-moz-placeholder {
    color: #3b3b3b;
    font-size: 20px;
}

.modal form input:-moz-placeholder,
.modal form textarea:-moz-placeholder {
    color: #3b3b3b;
    font-size: 20px;
}

.modal form input[type="submit"],
.modal form textarea[type="submit"] {
    background: #ef5733;
    font-size: 22px;
    padding: 8px;
    color: #ffffff;
    font-family: 'ProximaNova-Regular';
    border-radius: 6px;
}

.modal form input[type="submit"].md_submit,
.modal form textarea[type="submit"].md_submit {
    width: 320px !important;
    padding: 10px;
}

.modal form input.floating_input,
.modal form textarea.floating_input {
    width: 37.5%;
    display: inline-block;
}

.modal form input.floating_input:first-child,
.modal form textarea.floating_input:first-child {
    margin-right: 5%;
}

html body .modal .modal-body form .more_link {
    position: absolute;
    right: 43px;
    bottom: -100px;
}

.modal form .field_wrapper {
    text-align: center;
}

.modal form .capth {
    width: 37.5%;
    display: inline-block;
    text-align: left;
}

.modal .modal-body.with_footer {
    padding-bottom: 70px;
}

.modal .modal-body.with_footer > span {
    margin: 20px 0;
}

.modal .modal-body.with_footer > span div {
    margin-left: 10px;
}

.modal .modal-footer {
    text-align: center;
}

.modal .modal-footer .social_auth {
    width: 65%;
    display: block;
    margin: 0 auto;
    margin-top: -45px;
    margin-bottom: 40px;
}

.modal .modal-footer .social_auth a {
    background: #ffffff;
    float: left;
    width: 25%;
    height: 60px;
    border: 1px solid #f3f3f3;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.modal .modal-footer .social_auth a img {
    display: block;
    margin: 0 auto;
}

.modal .modal-footer .reg {
    font-size: 20px;
}

.modal .modal-footer .reg a {
    color: #ef5733;
    font-size: 20px;
}

.modal .one_click_ajax_message {
    display: none;
    background-color: #FF9999;
}

.modal #form_one_click .recaptcha_use_info {
    text-align: center;
}

@media screen and (min-width: 768px) {
    .modal .modal-dialog {
        margin: 200px auto;
    }
}

.block_capt.no_margin {
    margin-bottom: 0;
}

.check {
    position: relative;
    padding-left: 25px;
}

.check::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    width: 15px;
    height: 13px;
    background: url('http://s300.white.img.system.umi.ru/check.png') no-repeat;
    top: 3px;
}

.reviews_page {
    margin-bottom: 100px;
}

.reviews_page .rewiew_item {
    padding: 40px 0;
    border-bottom: 1px solid #f3f3f3;
}

.reviews_page .rewiew_item .info {
    margin-bottom: 30px;
}

.reviews_page .rewiew_item .info li {
    display: inline-block;
    font-size: 20px;
    padding-right: 40px;
}

.reviews_page .rewiew_item .info li.author {
    font-family: 'ProximaNova-Bold';
}

.reviews_page .rewiew_item .info li.rate i {
    color: #f3f3f3;
}

.reviews_page .rewiew_item .info li.rate i.selected {
    color: #ef5733;
}

.reviews_page .rewiew_item .content {
    font-size: 20px;
    line-height: 1.6;
}

@media screen and (max-width: 991px) {
    .reviews_page .rewiew_item {
        padding-left: 30px;
    }
}

.review_form form {
    background: #f8f8f8;
}

.review_form .form_title h2 {
    margin: 0;
}

.review_form form {
    margin-bottom: 50px;
    max-width: 640px;
    padding: 40px 45px;
}

.review_form form .title_input {
    margin: 50px 0 30px 0;
}

.review_form form input:not([type="submit"]):not([type="checkbox"]),
.review_form form textarea {
    display: block;
    background: transparent;
    border: none;
    border-bottom: 1px solid #666666;
    outline: none;
    width: 100%;
    margin-bottom: 30px;
    padding-bottom: 10px;
}

.review_form form input:not([type="submit"])::-webkit-input-placeholder,
.review_form form textarea::-webkit-input-placeholder {
    color: #3b3b3b;
    font-size: 18px;
}

.review_form form input:not([type="submit"])::-moz-placeholder,
.review_form form textarea::-moz-placeholder {
    color: #3b3b3b;
    font-size: 18px;
}

.review_form form input:not([type="submit"]):-moz-placeholder,
.review_form form textarea:-moz-placeholder {
    color: #3b3b3b;
    font-size: 18px;
}

@media screen and (max-width: 400px) {
    .review_form form input:not([type="submit"])::-webkit-input-placeholder,
    .review_form form textarea::-webkit-input-placeholder {
        color: #3b3b3b;
        font-size: 14px;
    }

    .review_form form input:not([type="submit"])::-moz-placeholder,
    .review_form form textarea::-moz-placeholder {
        color: #3b3b3b;
        font-size: 14px;
    }

    .review_form form input:not([type="submit"]):-moz-placeholder,
    .review_form form textarea:-moz-placeholder {
        color: #3b3b3b;
        font-size: 14px;
    }
}

@media screen and (max-width: 991px) {
    .review_form form .captch_field .capth {
        margin-bottom: 35px;
    }

    .review_form form input:not([type="submit"]):not([type="checkbox"]),
    .review_form form .accept_pdn .webforms_error_text,
    .review_form form textarea {
        width: 100% !important;
    }
}

.review_form form input[type="submit"] {
    display: block;
    width: 270px;
    background: #94c835;
    font-family: 'ProximaNova-Regular';
    border-radius: 6px;
    font-size: 20px;
    color: #ffffff;
    padding: 8px;
    border: none;
    text-align: center;
    transition: all 0.4s;
}

.review_form form input[type="submit"]:hover {
    filter: brightness(110%);
}

@media screen and (max-width: 400px) {
    .review_form form input[type="submit"] {
        width: 90%;
    }
}

.review_form form .captch_field {
    margin-top: 55px;
}

.review_form form .captch_field .capth {
    width: auto;
    float: left;
    margin-right: 20px;
}

.review_form form .captch_field input {
    width: 120px !important;
    float: left;
    display: block;
    padding-left: 5px;
}

@media screen and (max-width: 991px) {
    .review_form form {
        background: transparent;
        padding: 20px;
    }

    .review_form form textarea {
        height: 200px;
    }
}

.review_form .rate {
    margin: 30px 0 45px 0;
}

.review_form .rate .label {
    color: #3b3b3b;
    font-size: 20px;
    font-weight: normal;
}

.review_form .rate .stars i {
    color: #ef5733;
    font-size: 16px;
}

.opt_prop {
    margin-top: 12px;
    line-height: 1;
}

.emarket_compare>tbody {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.emarket_compare .opt_prop {
    display: flex;
    align-items: flex-start;
}

.emarket_compare .opt_prop input[type="radio"] {
    display: none;
}

.emarket_compare .opt_prop input[type="radio"]:checked + label::before {
    content: '';
    display: block;
    width: 9px;
    height: 9px;
    position: absolute;
    top: 1px;
    right: 1px;
    background: #94c835;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}

.emarket_compare .opt_prop input[type="radio"] + label {
    width: 15px;
    height: 15px;
    border: 2px solid #ebebeb;
    background: #ffffff;
    position: relative;
    vertical-align: bottom;
    padding: 0;
    margin: 2px 3px 0 0;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.radio_form {
    background: #f8f8f8;
}

.radio_form div:not(.opt_prop_rel):not(.opt_prop_add):not('.opt_props .u-eip-empty-field') {
    margin-top: 20px;
}

.radio_form:not(:last-child) {
    margin-bottom: 25px;
}

.radio_form input[type="radio"] {
    display: none;
}

.radio_form input[type="radio"] + label {
    width: 20px;
    height: 20px;
    border: 2px solid #ebebeb;
    background: #ffffff;
    position: relative;
    vertical-align: bottom;
    padding: 0;
    margin: 0;
    border-radius: 50%;
    box-sizing: border-box;
    cursor: pointer;
}

.radio_form input[type="radio"]:checked + label::before {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 3px;
    right: 3px;
    background: #94c835;
    border-radius: 50%;
}

.radio_form span {
    padding-left: 35px;
    font-size: 16px;
}

.radio_form .opt_props_edit_block .prop_qty {
	text-align: left;
}

.item_page .option_head {
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.item_page .option_head .qauntity {
    font-size: 16px;
}

.item_page .option_head .old_price .gray_text {
    color: #cccccc;
}

.one_click_btn {
    display: block;
    padding: 12px;
    font-size: 18px;
    border: 2px solid #94c835;
    border-radius: 6px;
    width: 100%;
    margin: 0 auto;
    color: #94c835;
    margin-bottom: 20px;
    text-align: center;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    box-sizing: border-box;
}

.one_click_btn:hover {
    color: #ffffff;
    background: #94c835;
    text-decoration: none !important;
}

.reg_font {
    font-family: 'ProximaNova-Regular';
}

.order_info_page {
    margin-bottom: 100px;
}

.order_info_page .option_name {
    background: #f8f8f8;
    padding: 20px 0 20px 30px;
}

.order_info_page .order_info {
    padding: 30px 0 30px 30px;
    border-bottom: 1px solid #ebebeb;
}

.order_info_page .order_info .title a {
    color: #ef5733;
}

.order_info_page .order_info div * {
    font-size: 20px;
}

@media screen and (max-width: 991px) {
    .order_info_page .order_info div * {
        font-size: 13px;
    }
}

.order_info_page .result_sum {
    background: #f8f8f8;
    padding: 30px;
}

.order_info_page .result_sum h2 {
    font-family: 'ProximaNova-Regular';
    font-size: 35px;
    margin-top: 10px;
}

.order_info_page .result_sum h2 i {
    font-size: 25px;
}

@media screen and (max-width: 991px) {
    .order_info_page .result_sum h2 {
        font-size: 20px;
    }

    .order_info_page .result_sum h2 i {
        font-size: 15px;
    }
}

@media screen and (max-width: 991px) {
    .order_info_page .section_capt {
        background: none;
        border: none;
    }
}

.category_page .items {
    margin-bottom: 100px;
}

.category_page .items .item {
    height: auto;
    margin-bottom: 0;
}

.category_page .items .item .item_wrapper {
    height: 420px;
}

.category_page .items .item .item_title {
    height: 50px;
}

.category_page .items .item .item_img {
    height: auto;
}

.comment_item {
    margin-bottom: 50px;
}

.comment_item .top {
    margin-bottom: 30px;
}

.comment_item .top .author_name,
.comment_item .top .author_email {
    font-family: 'ProximaNova-Semibold';
    font-size: 20px;
}

.comment_item .top .author_name {
    margin-right: 20px;
}

.comment_item .top .author_email {
    color: #ef5733;
    font-size: 16px;
    margin-right: 35px;
}

.comment_item .top .date {
    font-size: 18px;
}

.comment_item .heading {
    margin-bottom: 20px;
}

.comment_item .heading span {
    font-size: 20px;
    font-family: 'ProximaNova-Semibold';
}

.comment_item .content p {
    font-size: 20px;
}

.order_form_success {
    display: none;
}

.order_form_error {
    color: red;
}

.captcha.captcha_error:after {
    content: 'Вы ввели неверный код с картинки';
    display: block;
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
    padding: 10px;
    margin-top: 10px;
    border: 1px solid transparent;
}

.header_contact h3 {
    font-family: 'Arial', sans-serif;
    font-weight: bold;
}

.breadcrumbs {
    margin: 15px 0 15px 0;
}

.breadcrumbs img {
    vertical-align: baseline;
}

.contact_form input,
.contact_form textarea,
.site_form input,
.site_form textarea,
.order_form input,
.order_form textarea {
    font-size: 20px;
    font-family: 'ProximaNova-Regular';
    color: #b5b5b5;
}

.contact_form ::placeholder {
    font-size: 20px;
    font-family: 'ProximaNova-Regular';
    color: #303030 !important;
}

.contact_form input[type="submit"] {
    width: 195px !important;
}

.modal .modal-body.with_footer {
    padding-bottom: 0;
}

.modal form input {
    border-bottom: 1px solid #b5b5b5;
}

.modal_soc {
    letter-spacing: -3px;
    text-align: center;
    width: 65%;
    margin: 20px auto;
}

.modal_soc li {
    background: #fff;
    height: 60px;
    display: inline-block;
    border-left: 1px solid #dddddd;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
}

.modal_soc li a {
    display: block;
    padding: 20px 25px;
}

.modal_soc li:last-child {
    border-right: 1px solid #dddddd;
}

.filters {
    margin: 20px 0;
    border: 1px solid #ebebeb;
    padding: 20px 20px 10px;
}

.filters input[type="reset"] {
    border: none;
    background: none;
}

.filters > ul > li {
    position: relative;
    display: inline-flex;
    align-items: center;
    flex-wrap: nowrap;
    float: left;
    margin-right: 40px;
    padding-bottom: 10px;
}

.filters > ul > li span,
.filters > ul > li a {
    color: #676767;
    cursor: pointer;
    font-size: inherit;
}

.filters > ul > li img {
    margin-left: 10px;
}

.filters > ul > li:last-child {
    float: right;
    margin-right: 0;
    margin-left: auto;
}

.filters > ul > li .filters_dropdown {
    display: none;
    padding: 20px 30px;
    color: #676767;
    position: absolute;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.75);
    background: #fff;
    z-index: 1111;
    top: 26px;
    left: 50%;
    margin-left: -93px;
}

.filters > ul > li .filters_dropdown li {
    margin-bottom: 8px;
}

.filters > ul > li .filters_dropdown li:not(.arr) {
    display: inline-flex;
    align-items: center;
    flex-wrap: nowrap;
    margin-bottom: 8px;
}

.filters > ul > li .filters_dropdown label {
    position: relative;
}

.filters > ul > li .filters_dropdown label input {
    width: 19px;
    height: 19px;
    margin: 0;
    padding: 0;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -9px;
    cursor: pointer;
    z-index: 10;
    opacity: 0;
}

.filters > ul > li .filters_dropdown label input:checked + span {
    background: url(http://s300.white.img.system.umi.ru/filter-icon-checked.png) no-repeat;
}

.filters > ul > li .filters_dropdown span {
    padding-top: 0;
    padding-left: 35px;
    position: relative;
    z-index: 1;
    white-space: nowrap;
}

.filters > ul > li .filters_dropdown span::before {
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    background: url(http://s300.white.img.system.umi.ru/filter-icon.png) no-repeat;
    z-index: 5;
    content: '';
}

.filters > ul > li .filters_dropdown button {
    width: auto;
    background: none;
    color: #94c835;
    border: 2px solid #94c835;
    padding: 10px 20px;
    border-radius: 6px;
}

.filters > ul > li .filters_dropdown button:hover {
    color: #ffffff!important;
    background: #94c835;
    text-decoration: none;
}

.filters > ul > li .filters_dropdown .arr {
    position: relative;
}

.filters > ul > li .filters_dropdown .arr:before {
    content: "";
    position: absolute;
    border: 10px solid transparent;
    border-bottom: 10px solid #d2d2d2;
    left: 48px;
    top: -40px;
}

.filters > ul > li .filters_dropdown .arr:after {
    content: "";
    position: absolute;
    border: 10px solid transparent;
    border-bottom: 10px solid #fff;
    left: 48px;
    top: -39px;
}

.filters > ul > li:hover .filters_dropdown {
    display: block;
}

.sitemap ul {
    margin: 0 0 0 20px;
    list-style: circle inside;
}

.delivery_options select {
    font-size: initial;
}

.basket_items_not_available .result_sum {
    height: auto;
}

.basket_items_not_available #basket_to_form {
    margin-bottom: 0;
}

.right_block .main_review {
    position: absolute;
    left: 0;
    top: 1100px;
    z-index: 1000;
    border: 2px solid #ef5733;
    height: 296px;
    width: 80%;
}

.right_block .main_review a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.right_block .main_review a .review_wrapper {
    text-align: center;
}

.right_block .main_review a .review_wrapper p {
    font-family: 'ProximaNova-Bold';
    font-size: 32px;
}

.g-recaptcha {
    margin-top: 10px;
}

.grecaptcha-badge {
    display: none;
}

form.site_form .g-recaptcha {
    margin-bottom: 20px;
}

.modal-body .grecaptcha-badge {
    margin: 0 auto;
}

.accept_pdn .webforms_error_text {
    display: none;
    padding: 5px;
    background-color: #FF9999;
}

.accept_pdn {
    margin-top: 20px;
}

.accept_pdn a {
    text-decoration: underline;
}

.review_form form .accept_pdn {
    margin-bottom: 20px;
}

.review_form form .accept_pdn input {
    width: 20px;
}

.review_form form .accept_pdn .webforms_error_text {
    width: 63.5%;
}

.modal form .accept_pdn label {
    line-height: 22px;
}

.modal form .accept_pdn input {
    width: 20px;
    height: 14px;
    position: relative;
    display: inline-block;
}

.modal form .accept_pdn label span {
    vertical-align: text-bottom;
}

.sprite-icon_search {
    background-image: url(/base-img/search_icon.svg);
    background-position: 0;
    background-size: cover;
    width: 30px;
    height: 30px;
}

.sprite-icon_cart {
    background-image: url(/base-img/cart_icon.svg);
    background-position: 0;
    background-size: cover;
    width: 30px;
    height: 30px;
}

.sprite-icon_user {
    width: 30px;
    height: 30px;
    background-position: 0 0;
}

.sprite-adventage {
    background-image: url('http://s300.white.img.system.umi.ru/sprite-adventage.png');
    background-repeat: no-repeat;
    display: block;
}

.sprite-adventage_1 {
    width: 62px;
    height: 42px;
    background-position: -5px -5px;
}

.sprite-adventage_2 {
    width: 47px;
    height: 47px;
    background-position: -77px -5px;
}

.sprite-adventage_3 {
    width: 55px;
    height: 53px;
    background-position: -5px -62px;
}

.sprite-social {
    background-image: url('http://s300.white.img.system.umi.ru/sprite-social.png');
    background-repeat: no-repeat;
    display: block;
}

.sprite-social_inst {
    width: 14px;
    height: 14px;
    background-position: -34px -5px;
}

.sprite-social_odn {
    width: 11px;
    height: 19px;
    background-position: -34px -29px;
}

.sprite-social_vk {
    width: 23px;
    height: 13px;
    background-position: -55px -30px;
}

.sprite-contact {
    background-image: url('http://s300.white.img.system.umi.ru/sprite-contact.png');
    background-repeat: no-repeat;
    display: block;
}

.sprite-contact_mail {
    width: 65px;
    height: 75px;
    background-position: -5px -5px;
}

.sprite-contact_marker {
    width: 65px;
    height: 75px;
    background-position: -80px -5px;
}

.sprite-contact_phone {
    width: 65px;
    height: 75px;
    background-position: -5px -90px;
}

.sprite-count {
    background-image: url('http://s300.white.img.system.umi.ru/sprite_count.png');
    background-repeat: no-repeat;
    display: block;
}

.sprite-count-count_vk {
    width: 23px;
    height: 13px;
    background-position: -34px -30px;
}

.blank_item {
    display: none !important;
}

.hidden, .gotobasket_hidden {
    display: none !important;
}

.u-panel-holder {
    box-sizing: initial;
    height: 25px;
    width: 100%;
    display: block;
}

.opt_props_add_row {
    border-top: none !important;
}

.add_item_to_guide_field {
    width: auto;
    height: auto;
}

@media screen and (max-width: 991px) {
    .item .item_title {
        height: auto;
        margin-bottom: 20px;
    }

    .block_capt a {
        margin-left: 0;
    }

    .item .item_img {
        height: auto;
    }

    .item {
        height: auto;
    }

    .item .item_wrapper {
        padding: 45px 35px 61px 35px;
    }
}

header .category_nav .sub_menu li.active {
    border: none;
}

header .category_nav .sub_menu li.active a {
    color: #ef5733;
}

.news.main_page_news .block_capt a {
    margin-left: 20px;
    font-weight: 700;
}

@media (max-width: 991px) {
    .item_preview h2 {
        text-align: center;
    }

    .item_page #itemCarousel .item {
        height: auto !important;
    }

    .item_page .item_cover {
        height: auto;
    }

    .separate_20 {
        border: none;
    }

    .item_page .about_item {
        margin: 0;
        padding: 20px 0;
    }

    .radio_form .option_head > span {
        padding-left: 50px;
    }

    .item_page .item_option_block .option > div {
        margin-bottom: 0;
    }

    .item_page {
        margin-bottom: 60px;
    }

    .news .news_item {
        height: auto;
    }

    main .contact_page .contact_info .info_item:nth-of-type(2) span {
        font-size: 20px;
    }

    .container.mobile_all_width.basket_table_wrapper.basket_items_not_available > h3 {
        margin-bottom: 8px;
        margin-left: 30px;
    }

    .mobile_item .item_price {
        display: flex;
        -ms-align-items: center;
        align-items: center;
        justify-content: center;
        margin: 0 0 30px 0;
    }

    .mobile_item .item_price h2:first-of-type {
        margin-right: 10px;
    }

    .cart_page .result_sum p {
        display: flex;
        -ms-align-items: center;
        align-items: center;
        justify-content: center;
    }

    .cart_page .result_sum p span:first-of-type {
        margin: 0 10px 0 0;
    }

    .cart_page .result_sum p span:last-of-type {
        margin: 0;
    }

    main .order_page {
        margin-bottom: 50px;
    }

    footer .row > div p {
        line-height: 22px;
    }

    .mobile_item .item_title h3 {
        margin-bottom: 25px;
    }
}

header .category_nav_sub li.more .more_menu ul li .sub_menu {
    position: absolute;
    top: 0;
    right: 100%;
    background: #fff;
    border: 2px solid #ef5733;
    display: none;
    z-index: 9999;
    min-width: 102%;
    text-align: left;
}

header .category_nav_sub li.more .more_menu ul li .sub_menu a {
    padding: 7px 15px 7px 4px;
    white-space: nowrap;
}

header .category_nav_sub li.more .more_menu ul li:hover .sub_menu {
    display: block;
}

header .category_nav_sub li .sub_menu {
    position: relative;
    top: -2px;
    right: -2px;
    background: #fff;
    border: 2px solid #ef5733;
    padding-top: 1px;
    display: none;
    z-index: 1;
    min-width: 102%;
    text-align: left;
}
/* Goods stickers - start */
.object .object_image a.object_image_a,
.object .object_image a.object_image_a:hover,
.object .object_image a.object_image_a:visited,
.object .object_image a.object_image_a:link,
.emarket_table_catalog td a.object_item,
.emarket_table_catalog td a.object_item:hover,
.emarket_table_catalog td a.object_item:visited,
.emarket_table_catalog td a.object_item:link,
.items_catalog li.objectlist a.object_item,
.items_catalog li.objectlist a.object_item:hover,
.items_catalog li.objectlist a.object_item:visited,
.items_catalog li.objectlist a.object_item:link {
    position: relative;
 /* for sticker position */
    display: inline-block;
 /* for sticker position */;
}

body img.umi_sticker.umi_goods_stickers_position_right_bottom {
    right: -40px;
    bottom: 0px;
}

body img.umi_sticker.umi_goods_stickers_position_left_bottom {
    left: -40px;
    bottom: 0px;
}

body img.umi_sticker.umi_goods_stickers_position_right_top {
    right: -40px;
    top: 0px;
}

body img.umi_sticker.umi_goods_stickers_position_left_top {
    left: -40px;
    top: 0px;
}
/* Goods stickers - end */
.price_sect, .item_img, .item_title {
    display: flex!important;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
}

.catalog_inline_page .item .price_sect .item_btn a {
    position: relative;
}

.filters > ul > li .filters_dropdown input[type="radio"] + span::before {
    background: none;
    border: 2px solid #ebebeb;
    border-radius: 50%;
}

.filters > ul > li .filters_dropdown input[type="radio"]:checked + span {
    background: none;
}

.filters > ul > li .filters_dropdown input[type="radio"]:checked + span::after {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 5px;
    left: 5px;
    background: #94c835;
    border-radius: 50%;
}

.sort_row .view ul > li img {
    height: 17px;
}

@media screen and (max-width: 768px) {
    .modal .modal-dialog.md_modal {
        width: auto;
    }

    .modal form input, .modal form textarea {
        width: 100%;
    }

    .modal .close {
        top: -19px;
    }
}

/* всплывающее окно */
#fancybox-wrap, #fancybox-wrap * {
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    font-family: 'Trebuchet MS',Verdana,Arial,Helvetica,sans-serif;
    ;
}

.order_popup {
    padding: 20px;
    background: #fff;
}

.order_popup_title {
    font-size: 20px;
    line-height: 1.3em;
    margin-bottom: 8px;
}

.order_popup .price {
    font-size: 18px;
    line-height: 1.3em;
    margin-right: 20px;
    min-width: 150px;
    display: inline-block;
}

.order_popup .price_value {
    font-size: 22px;
    line-height: 1.3em;
    padding: 0 5px;
}

.order_popup .buy_button {
    text-align: right;
}

.order_popup img {
    display: block;
    margin: 0 auto;
    padding: 10px;
}

.order_popup .product_amount {
    display: block;
    margin: 20px auto;
    padding-left: 10px;
}

.order_popup span.product_amount_value {
    margin: 0px 7px;
}

.order_popup input.product_amount_value {
    width: 30px;
    margin: 0px 6px;
    text-align: center;
}

.order_popup input.product_amount_button {
    background-color: #757575;
    border: 0px;
    padding: 3px 7px;
    cursor: pointer;
}

.order_popup input.product_amount_button {
    color: #fff;
}

.order_popup .buy_button a {
    position: relative;
    display: inline-block;
    padding: 5px 25px 6px;
    width: auto;
    border: medium none !important;
    border-radius: 0;
    background: none repeat scroll 0 0 #ef5733;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    color: #fff !important;
    text-align: center;
    text-decoration: none;
    text-indent: 0;
    text-transform: none;
    text-shadow: none;
    letter-spacing: 0;
    font: 16px / 28px Arial, Helvetica, sans-serif;
    line-height: 23px;
    cursor: pointer;
}

.order_popup .opt_prop input[type="radio"] {
    margin: 3px 0 0 0;
    height: 16px;
}

.order_popup .opt_prop .opt_prop_rel {
    margin: 0 0 0 10px;
    height: 16px;
    line-height: 16px;
}

.order_popup .opt_props {
    font: 13px/1.3em 'Trebuchet MS',Verdana,Arial,Helvetica,sans-serif;
}

.order_popup .opt_props {
    margin: 10px 0;
    text-align: left;
}

.order_popup .opt_prop_block {
    display: inline-block;
    vertical-align: top;
    margin-right: 30px;
    margin-bottom: 10px;
    padding: 5px;
}

.order_popup .opt_props_title {
    font-weight: bold;
}

.order_popup .opt_prop {
    margin-top: 3px;
}

.order_popup .opt_prop input, .order_popup .opt_prop span {
    vertical-align: middle;
}

.order_popup .opt_prop input {
    margin: 0 2px 0 0;
}

.discountMessage {
    position: fixed;
    top: 10px;
    left: 50%;
    padding: 10px;
    font-size: 15px;
    border-radius: 5px;
    z-index: 100000000;
    background: rgba(255, 255, 255, 0.8);
    transform: translate(-50%, 0px);
    line-height: 25px;
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 5px 5px;
    opacity: 0;
    transition: opacity 2s;
}

.discountMessage.active {
    opacity: 1;
}

.discountMessage span {
    color: blue;
    text-decoration: underline;
    cursor: pointer;
}

html body .hidden-text {
    text-align: center;
    color: #888;
    font-style: italic;
    background-color: LightYellow;
    border: none;
    outline: 1px dotted darkblue;
    outline-offset: -1px;
    padding: 5px;
}

html.u-eip body .item_page .hidden-text span {
    color: rgba(255,255,255,0.8);
}

.card_product_activity {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.card_product_activity .amount {
    font-size: 13px;
}

.card_product.item-inactive,
.item.object.item-inactive {
    background: #EFEFEF !important;
}

.switch_checkbox_container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-around;
    -ms-flex-pack: justify;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.switch_checkbox_container .switch_checkbox_text {
    font-size: 13px !important;
    color: #4c4f5b;
}

.switch_checkbox_container .switch_checkbox {
    width: 40px;
    position: relative;
    margin-right: 10px;
}

.switch_checkbox_container .switch_checkbox input[type="checkbox"] {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    border: none;
    outline: none;
    z-index: 1000;
    cursor: pointer;
}

.switch_checkbox_container .switch_checkbox input[type="checkbox"]:checked + label:before {
    left: calc(100% - 18px);
}

.switch_checkbox_container .switch_checkbox input[type="checkbox"]:checked + label {
    background: #4f5b6b;
}

.switch_checkbox_container .switch_checkbox label {
    display: block;
    position: relative;
    width: 100%;
    height: 20px;
    -webkit-border-radius: 18px;
    border-radius: 18px;
    background: #e2e8ee;
    cursor: pointer;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.switch_checkbox_container .switch_checkbox label:before {
    content: '';
    display: block;
    position: absolute;
    z-index: 1;
    height: 15px;
    width: 15px;
    -webkit-border-radius: 18px;
    border-radius: 18px;
    top: 2px;
    left: 3px;
    right: auto;
    background: #fff;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

#carousel-example-generic,
#carousel-example-generic .carousel-item {
    overflow: hidden;
}

#carousel-example-generic .carousel-item img {
    position: absolute;
    overflow: hidden;
    min-height: 100%;
    min-width: 100%;
    max-width: none;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#carousel-example-generic .caption-header {
    font-size: 40px;
}

#carousel-example-generic .caption-text {
    font-size: 28px;
}

#carousel-example-generic .caption-text span {
    vertical-align: sub;
}

#carousel-example-generic .carousel-caption {
    position: absolute;
    font-family: 'Arial', sans-serif;
    font-weight: bold;
    font-size: 30px;
    max-width: 400px;
    z-index: 10;
    background: #fff;
    left: 8%;
    bottom: auto;
    color: #3b3b3b;
    padding: 15px 20px;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 0;
}

#carousel-example-generic .carousel-item {
    height: 450px;
}

#carousel-example-generic .icon-prev:before,
#carousel-example-generic .icon-next:before {
    content: '';
    height: 12px;
    width: 12px;
    border-bottom: 2px solid #3B3B3B;
    border-left: 2px solid #3B3B3B;
    z-index: 10;
    display: block;
    box-sizing: border-box;
    position: absolute;
}

#carousel-example-generic .icon-prev:before {
    transform: rotate(45deg);
    left: 16px;
    top: 14px;
}

#carousel-example-generic .icon-next:before {
    transform: rotate(-135deg);
    left: 13px;
    top: 14px;
}

#carousel-example-generic .icon-prev,
#carousel-example-generic .icon-next {
    display: block;
    background: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    opacity: 1;
    box-shadow: 0 0 12px 1px rgba(64, 64, 64, 0.06);
    top: 50%;
    transform: translateY(-50%);
    margin-top: 0;
}

#carousel-example-generic .icon-prev {
    left: 30px;
    border-top: none;
    border-right: none;
}

#carousel-example-generic .icon-next {
    right: 30px;
    border-bottom: none;
    border-left: none;
}

#carousel-example-generic .carousel-indicators .active {
    background-color: #fff;
    border: 1px solid #818181;
}

#carousel-example-generic .carousel-indicators li {
    border: 1px solid #818181;
    border-radius: 50%;
    background: #818181;
}

.contact_form .webforms_error_text,
.contact_form .email_error_text {
    display: none;
}

.flex_centered {
    display: flex!important;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.flex-basis-100 {
    flex-basis: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .flex-basis-100 {
        flex-basis: auto;
    }
    .catalog_inline_page .item > .row > div div, .cart_page .item > .row > div div {
        width: 100%;
    }
    .catalog_inline_page .item .item_title h5, .cart_page .item .item_title h5 {
        display: block;
        width: 100%;
    }
}
.flex_centered_space-around {
    display: flex!important;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.flex-direction_row {
    flex-direction: row;
}

.flex-direction_column {
    flex-direction: column;
}

body {
    display: flex;
    flex-direction: column;
}

main {
    flex-grow: 1;
}

.cart_page .item .item_title h5 a,
.cart_page .mobile_item .item_title h3 a {
    font-size: 20px;
    color: #ef5733;
}

.flex-grow-1 {
    flex-grow: 1;
}

.flex-grow-3 {
    flex-grow: 3;
}

.cart_page .mobile_item .quantity_count span.char img {
    vertical-align: middle;
}

.info_container .contact_info .info_item .info_icon,
.info_container .contact_info .info_item .info_text {
    padding: 15px;
}

@media screen and (max-width: 991px) {
    .info_container .contact_info .info_item {
        flex-direction: row;
        padding-top: 0;
    }

    .info_container .contact_info .info_item .info_icon {
        flex-grow: 1;
        text-align: right;
    }

    .info_container .contact_info .info_item .info_text {
        text-align: left;
    }
}

.item_page .item_cover .item img {
    max-height: 100% !important;
    max-width: 100% !important;
    width: auto;
}

footer * {
    color: #fff;
}
/** APPOINTMENTS **/
.appointments #wrapper .online-entry__wrapper * {
    box-sizing: border-box;
}

.appointments #wrapper .online-entry__wrapper input {
    margin: 0;
    border: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.appointments #wrapper .online-entry__wrapper ::-ms-clear {
    display: none;
}

.appointments #wrapper .online-entry__wrapper input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    opacity: 1;
    font-size: 18px;
    color: #666;
}

.appointments #wrapper .online-entry__wrapper input::-moz-placeholder, textarea:-moz-placeholder {
    opacity: 1;
    font-size: 18px;
    color: #666;
}

.appointments #wrapper .online-entry__wrapper input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    opacity: 1;
    font-size: 18px;
    color: #666;
}

.appointments #wrapper .online-entry__wrapper {
    padding: 10px;
    background: #eee;
    border: 1px solid #bbb;
    font-size: 14px;
    min-width: 888px;
}

.appointments #wrapper .online-entry__step + .online-entry__step {
    margin-top: 10px;
}

.appointments #wrapper .online-entry__title {
    padding: 10px;
    background: #fff;
    border: 1px solid #cfcfcf;
    font-size: 18px;
    color: #d23c3c;
    border-radius: 25px 0 0 25px;
    position: relative;
}

.appointments #wrapper .online-entry__title:before {
    display: inline-block;
    width: 25px;
    height: 25px;
    margin-right: 10px;
    vertical-align: middle;
    background: #d23c3c;
    text-align: center;
    line-height: 26px;
    color: #fff;
    border-radius: 25px;
}

.appointments #wrapper .online-entry__step.selected .online-entry__title {
    border: 1px solid #3976ca;
    color: #3976ca;
}

.appointments #wrapper .online-entry__step.selected .online-entry__title:before {
    background: #3976ca;
}

.appointments #wrapper .online-entry__step:nth-child(1) .online-entry__title:before {
    content: '1';
}

.appointments #wrapper .online-entry__step:nth-child(2) .online-entry__title:before {
    content: '2';
}

.appointments #wrapper .online-entry__step:nth-child(3) .online-entry__title:before {
    content: '3';
}

.appointments #wrapper .online-entry__step:nth-child(4) .online-entry__title:before {
    content: '4';
}

.appointments #wrapper .online-entry__content {
    padding-left: 60px;
    position: relative;
    top: -1px;
    display: none;
}

.appointments #wrapper .online-entry__step.selected .online-entry__content {
    display: block;
}

.appointments #wrapper .online-entry__content div[class^=column-] {
    background: #fff;
    float: left;
}

.appointments #wrapper .online-entry__content div[class^=column-]:first-child {
    border-left: 1px solid #3976ca;
    border-bottom: 1px solid #3976ca;
    border-top: 1px solid #ccc;
}

.appointments #wrapper .online-entry__content div[class^=column-]:last-child {
    border-right: 1px solid #3976ca;
    border-bottom: 1px solid #3976ca;
    border-top: 1px solid #ccc;
    position: relative;
}

.appointments #wrapper .final-registration__error {
    position: absolute;
    bottom: 20px;
    color: red;
    font-weight: bold;
}

.appointments #wrapper .online-entry__content:after {
    content: '';
    display: block;
    clear: both;
}

.appointments #wrapper .column-30pct {
    width: 30%;
}

.appointments #wrapper .column-40pct {
    width: 40%;
}

.appointments #wrapper .column-50pct {
    width: 50%;
}

.appointments #wrapper .column-60pct {
    width: 60%;
}

.appointments #wrapper .column-70pct {
    width: 70%;
}

.appointments #wrapper .service-choose {
    height: 340px;
    padding-top: 10px;
    overflow-y: auto;
    border-right: 1px solid #ccc;
}

.appointments #wrapper .service-type {
    padding-left: 15px;
    margin-bottom: 5px;
    font-size: 18px;
}

.appointments #wrapper .service-choose ul {
    margin: 0 0 10px 0;
    padding: 0;
    list-style: none;
    font-size: 16px;
}

.appointments #wrapper .service-choose li {
    padding: 3px 15px 3px 35px;
    background-image: url(/base-img/appointments/list_marker.png);
    background-repeat: no-repeat;
    background-position: 16px 50%;
    overflow: hidden;
    cursor: pointer;
}

.appointments #wrapper .service-choose li:hover {
    background-color: #e0edff;
}

.appointments #wrapper .service-choose .service-item {
    display: block;
    width: 85%;
    float: left;
    overflow: hidden;
    color: #333;
}

.appointments #wrapper .service-choose li .service-item span {
    cursor: pointer;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.appointments #wrapper .service-choose .service-price {
    display: block;
    width: 15%;
    float: left;
    text-align: right;
}

.appointments #wrapper .service-choose li.selected {
    background-image: url(/base-img/appointments/list_marker_selected.png);
    background-color: #3976ca;
    color: #fff;
}

.appointments #wrapper .service-choose li.selected .service-item {
    color: #fff;
}

.appointments #wrapper .hint-step {
    height: 340px;
    padding: 130px 15px 0 50px;
    background: url(/base-img/appointments/arrow_prev.png) no-repeat 15px 50%;
    line-height: 20px;
    color: #333;
}

.appointments #wrapper .recording-time {
    height: 340px;
    padding-top: 15px;
}

.appointments #wrapper .recording-time__title {
    font-size: 16px;
    margin-bottom: 10px;
    padding: 0 10px;
    position: relative;
}

.appointments #wrapper .recording-time__selection {
    display: table;
    width: 100%;
    margin-bottom: 5px;
    border: 1px solid #cdcdcd;
    border-radius: 5px;
}

.appointments #wrapper .recording-time__item {
    display: table-cell;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    color: #333;
}

.appointments #wrapper .recording-time__item:first-child {
    width: 140px;
    padding: 0 10px;
}

.appointments #wrapper .recording-time__item + .recording-time__item {
    text-align: center;
    border-left: 1px solid #cdcdcd;
}

.appointments #wrapper .recording-time__item span {
    float: right;
    text-transform: uppercase;
}

.appointments #wrapper .recording-time__item.passed {
    background: #cdcdcd;
}

.appointments #wrapper .recording-time__item.closed {
    background: #f47d85;
    color: white;
}

.appointments #wrapper .recording-time__item.free {
    background: #89e6a3;
    cursor: pointer;
}

.appointments #wrapper .free-days {
    border-bottom: 1px solid #ccc;
    text-align: center;
    color: #333;
    padding-bottom: 8px;
    margin-bottom: 8px;
}

.appointments #wrapper .recording-time ul {
    margin: 0 0 0 10px;
    padding: 0;
    list-style: none;
    font-size: 16px;
    color: #333;
}

.appointments #wrapper .recording-time li {
    padding: 1px 0 1px 15px;
    background-image: url(/base-img/appointments/list_marker.png);
    background-repeat: no-repeat;
    background-position: 0 50%;
}

.appointments #wrapper .recording-time-selection__wrapper {
    padding: 0 10px;
}

.appointments #wrapper .recording-time__note {
    position: absolute;
    bottom: 0;
    right: 10px;
    font-size: 12px;
    color: #333;
}

.appointments #wrapper .recording-time__note:before {
    content: '';
    display: block;
    float: left;
    width: 12px;
    height: 12px;
    margin-right: 5px;
    background: #89e6a3;
    border-radius: 3px;
}

.appointments #wrapper .selection-specialist {
    position: relative;
    background: #fff;
    border-width: 1px;
    border-style: solid;
    border-color: #ccc #3976ca #3976ca #3976ca;
}

.appointments #wrapper .online-entry__btn {
    display: inline-block;
    height: 30px;
    padding: 0 25px;
    border: 1px solid #3b77ca;
    border-radius: 6px;
    background: #fff;
    line-height: 30px;
    font-size: 16px;
    color: #3b77ca;
    cursor: pointer;
}

.appointments #wrapper .online-entry__btn:hover {
    background: #3b77ca;
    color: #fff;
}

.appointments #wrapper .selection-specialis_hint {
    position: absolute;
    top: -38px;
    right: 15px;
}

.appointments #wrapper .operator-prompt {
    padding-left: 30px;
    background: url(/base-img/appointments/arrow_prev.png) no-repeat 5px 50%;
    color: #333;
}

.appointments #wrapper .master-list {
    height: 340px;
    overflow-y: auto;
}

.appointments #wrapper .master-item {
    width: 46%;
    float: left;
    padding: 20px 0;
    margin: 0 2%;
    border-top: 1px solid #ccc;
}

.appointments #wrapper .master-item.selected,
.appointments #wrapper .master-item:hover {
    border-bottom: 5px solid #3b77ca;
    padding-bottom: 15px;
}

.appointments #wrapper .master-item:nth-child(1), .master-item:nth-child(2) {
    border-top: 0;
}

.appointments #wrapper .master-photo {
    width: 115px;
    height: 120px;
    overflow: hidden;
    float: left;
}

.appointments #wrapper .master-photo img {
    width: 115px;
}

.appointments #wrapper .master-info {
    width: 100%;
    height: 120px;
    position: relative;
    float: left;
    margin-left: -115px;
    padding: 0 15px 0 130px;
}

.appointments #wrapper .master-name {
    font-size: 18px;
    margin-bottom: 5px;
}

.appointments #wrapper .master-description {
    height: 55px;
    overflow: hidden;
    line-height: 18px;
    color: #333;
}

.appointments #wrapper .master-info .online-entry__btn {
    position: absolute;
    bottom: 0;
    left: 130px;
}

.appointments #wrapper .online-entry__step.step-passed .online-entry__title {
    border: 1px solid #d2d2d2;
    color: #666;
}

.appointments #wrapper .online-entry__step.step-passed .online-entry__title:before {
    background: #999;
}

.appointments #wrapper .online-entry__title .online-entry__btn {
    position: absolute;
    top: 7px;
    right: 10px;
}

.appointments #wrapper .step-done__wrapper {
    display: inline-block;
}

.appointments #wrapper .step-done {
    height: 12px;
    display: inline-block;
    padding-left: 20px;
    margin-left: 15px;
    background: url(/base-img/appointments/step-done.png) no-repeat 0 50%;
    line-height: 12px;
    text-transform: uppercase;
    font-size: 12px;
    color: #238c00;
}

.appointments #wrapper .online-entry__wrapper input[type='text'] {
    width: 100%;
    height: 36px;
    display: block;
    margin-bottom: 8px;
    padding: 0 15px;
    border: 1px solid #797979;
    border-radius: 4px;
    font-size: 18px;
    color: #666;
}

.appointments #wrapper .online-entry__wrapper input[type='checkbox'] {
    width: 15px;
    height: 18px;
    -webkit-appearance: checkbox;
    -moz-appearance: checkbox;
    appearance: checkbox;
    float: left;
    margin-right: 5px;
    margin-bottom: 6px;
}

.appointments #wrapper .online-entry__wrapper span.pdnText {
    line-height: 17px;
}

.appointments #wrapper .online-entry__wrapper .webforms_error_text {
    display: none;
}

.appointments #wrapper .online-entry__wrapper textarea {
    width: 100%;
    display: block;
    margin-bottom: 8px;
    padding: 0 15px;
    border: 1px solid #797979;
    border-radius: 4px;
    font-size: 18px;
    color: #666;
}

.appointments #wrapper .online-entry__wrapper textarea {
    padding-top: 7px;
}

.appointments #wrapper .online-entry__wrapper input[type='submit'],
.appointments #wrapper .online-entry__ordering button {
    width: 100%;
    height: 36px;
    display: block;
    margin-bottom: 8px;
    padding: 0 15px;
    border: 1px solid #3976ca;
    border-radius: 4px;
    background: #3976ca;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
}

.appointments #wrapper .online-entry__ordering {
    height: auto;
    padding: 20px 35px;
}

.appointments #wrapper .final-registration {
    position: relative;
    display: flex;
    flex-wrap: wrap;
}

.appointments #wrapper .online-entry__content .final-registration div.column-50pct {
    border: none;
}
.appointments #wrapper .online-entry__content .final-registration {
    border: 1px solid #3976ca;
}
.appointments #wrapper .final-registration ul {
    margin: 0 0 15px 10px;
    padding: 0;
    list-style: none;
    font-size: 16px;
}

.appointments #wrapper .final-registration li {
    padding: 3px 0 3px 15px;
    background-image: url(/base-img/appointments/list_marker.png);
    background-repeat: no-repeat;
    background-position: 0 50%;
}

.appointments #wrapper .final-registration__title {
    font-size: 16px;
    margin-bottom: 10px;
}

.appointments #wrapper .final-registration__hint {
    text-align: left;
    color: #333;
}

.appointments #wrapper .communication-admin {
    width: 100%;
    //padding-left: 60px;
    //position: absolute;
    bottom: 0;
    left: 0;
    color: #333;
    clear: both;
}

.appointments #wrapper .communication-admin__content {
    padding: 20px 35px;
    line-height: 24px;
    background: #fff;
    border: 1px solid #3976ca;
}

.appointments #wrapper .ui-datepicker-group {
    float: left;
    width: auto;
    max-width: 48%;
}

.appointments #wrapper .ui-state-default {
    position: relative;
    display: block;
    width: 32px;
    height: 32px;
    font-size: 18px;
    line-height: 32px;
    text-align: center;
    color: #000;
    text-decoration: none;
    background: #89e6a3;
    border-radius: 4px;
    border: 0;
    padding: 0;
}

.appointments #wrapper .ui-weekend .ui-state-default {
    background: #ccc;
    color: rgba(0,0,0,0.2);
}

.appointments #wrapper .ui-disabled .ui-state-default {
    background: #eee;
    color: rgba(0,0,0,0.2);
}

.appointments #wrapper .ui-datepicker-calendar th span {
    font-size: 14px;
    color: #a2a2a2;
    font-weight: normal;
}

.appointments #wrapper .ui-datepicker-calendar td {
    padding: 1px;
}

.appointments #wrapper .ui-datepicker-title {
    color: #555;
    text-align: center;
}

.appointments #wrapper .ui-datepicker-inline {
    width: auto !important;
}

.appointments #wrapper .ui-state-active {
    background: #709bec;
    color: #000;
    border: 1px solid #709bec;
    box-shadow: inset 0 0 2px #fff;
}

.appointments #wrapper .date-visit__wrapper {
    height: 290px;
    padding: 15px;
    overflow: hidden;
}

.appointments #wrapper .ui-datepicker-group-first {
    margin-right: 15px;
}

.appointments #wrapper .ui-datepicker-group-last {
    float: right;
}

.appointments #wrapper .description-step {
    height: 290px;
    padding: 110px 0 0 50px;
    border-left: 1px solid #ccc;
    color: #333;
}

.appointments #wrapper .online-entry__wrapper div[class^=status-] {
    margin-bottom: 3px;
}

.appointments #wrapper .online-entry__wrapper div[class^=status-]:before {
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-right: 10px;
    border-radius: 3px;
}

.appointments #wrapper .online-entry__wrapper .status-busy:before {
    background: #f47d85;
}

.appointments #wrapper .online-entry__wrapper .status-free:before {
    background: #89e6a3;
}

.appointments #wrapper .online-entry__wrapper .status-output:before {
    background: #ccc;
}

.appointments #wrapper .ui-datepicker-header {
    position: relative;
    margin-bottom: 10px;
    background: transparent;
    border: none;
}

.appointments #wrapper .ui-icon-circle-triangle-w {
    background: url(/base-img/appointments/arrow_prev.png) no-repeat 0 50%;
    color: transparent;
    cursor: pointer;
    position: absolute;
    bottom: 0;
}

.appointments #wrapper .ui-icon-circle-triangle-e {
    background: url(/base-img/appointments/arrow_next.png) no-repeat 100% 50%;
    color: transparent;
    cursor: pointer;
    position: absolute;
    bottom: 0;
    right: 0;
}

.appointments #wrapper .choose-time {
    position: relative;
    height: 290px;
    padding: 15px;
    border-left: 1px solid #ccc;
}

.appointments #wrapper .choose-time .description-step__status {
    position: absolute;
    bottom: 12px;
    left: 15px;
    color: #333;
}

.appointments #wrapper .choose-time__title {
    font-size: 18px;
    color: #3976ca;
    margin-bottom: 13px;
}

.appointments #wrapper .choose-time_selection {
    overflow-y: auto;
    max-height: 160px;
}

.appointments #wrapper .choose-time_item {
    width: 48px;
    height: 30px;
    float: left;
    margin: 0 6px 6px 0;
    text-align: center;
    line-height: 30px;
    font-size: 16px;
    color: #333;
    border-radius: 5px;
}

.appointments #wrapper .choose-time_item.selected {
    background: #709bec;
    color: #000;
    border: 1px solid #709bec;
    box-shadow: inset 0 0 2px #fff;
}

.appointments #wrapper .time-busy {
    background: #e2e6e3;
}

.appointments #wrapper .time-free {
    background: #89e6a3;
    cursor: pointer;
}

.appointments #wrapper .time-output {
    background: #f47d85;
}

.appointments #wrapper .calendar-availability__busy {
    background: #f47d85;
    color: #000;
}

.appointments #wrapper .calendar-availability__free-75pct {
    background: url('/base-img/appointments/calendar_availability.png') repeat-y;
    color: #000;
}

.appointments #wrapper .calendar-availability__free-50pct {
    background: url('/base-img/appointments/calendar_availability.png') repeat-y -32px 0;
    color: #000;
}

.appointments #wrapper .calendar-availability__free-25pct {
    background: url('/base-img/appointments/calendar_availability.png') repeat-y -64px 0;
    color: #000;
}

.appointments #wrapper .online-entry__current {
    display: none;
}

.appointments #wrapper .online-entry__step .online-entry__nonactive {
    display: inline-block;
}

.appointments #wrapper .online-entry__step.selected .online-entry__nonactive,
.appointments #wrapper .online-entry__step.step-passed .online-entry__nonactive {
    display: none;
}

.appointments #wrapper .online-entry__step.selected .online-entry__current,
.appointments #wrapper .online-entry__step.step-passed .online-entry__current {
    display: inline-block;
}

.appointments #wrapper .online-entry__step.selected .online-entry__choise {
    display: none;
}

.adaptive .appointments #wrapper * {
    text-shadow: none;
}

.appointments #wrapper table,
.appointments #wrapper table td,
.appointments #wrapper table th {
    border: 0;
}

.appointments.small #wrapper .online-entry__wrapper {
    min-width: auto;
    font-size: 12px;
}

.appointments.small #wrapper .hint-step,
.appointments.small #wrapper .recording-time__title,
.appointments.small #wrapper .recording-time__item,
.appointments.small #wrapper .online-entry__btn {
    font-size: 12px;
}

.appointments.small #wrapper .online-entry__title,
.appointments.small #wrapper .final-registration__title,
.appointments.small #wrapper .final-registration ul {
    font-size: 14px;
}

.appointments.small #wrapper .choose-time__title {
    font-size: 16px;
}

.appointments.small #wrapper .ui-state-default {
    width: 26px;
    height: 26px;
    line-height: 26px;
    font-size: 14px;
}

.appointments.small #wrapper .choose-time_item {
    width: 42px;
    height: 26px;
    line-height: 26px;
    font-size: 14px;
}

.appointments.small table.ui-datepicker-calendar {
    table-layout: fixed;
    width: 100%;
}

.appointments.small #wrapper .master-name {
    font-size: 15px;
    font-weight: bold;
}

.appointments.small #wrapper .choose-time_selection {
    max-height: 130px;
}

@media screen and (max-width: 1190px) {
    .appointments #wrapper .online-entry__wrapper {
        min-width: auto;
    }

    ul > li::before {
        content: '';
    }

    .appointments #wrapper .recording-time {
        height: auto;
    }

    .single-item .clearfix {
        margin: 0;
    }

    .appointments #wrapper .recording-time__note:before {
        margin-top: 8px;
    }

    .appointments #wrapper .master-info .online-entry__btn {
        bottom: auto;
    }

    .mobile_no_padd {
        padding: 0 !important;
    }

    .hidden_mobile {
        display: none !important;
    }

    .mobile_visible {
        display: block;
    }

    .mobile_no_bord {
        border: none !important;
    }

    .appointments.main-container {
        min-width: 320px;
    }

    .appointments #wrapper {
        background: #eeeeee;
    }

    .mobile_full_width {
        width: 100% !important;
        padding: 0 30px;
    }

    .appointments #wrapper .online-entry__content div[class^="column-"]:first-child {
        border-top: none;
    }

    .mobile_next_step {
        display: block;
    }

    .appointments #wrapper .online-entry__title,
    .appointments.small #wrapper .online-entry__title {
        padding: 15px;
        border-radius: 45px 0 0 45px;
        font-size: 24px;
        height: 90px;
        overflow: hidden;
    }

    .appointments #wrapper .online-entry__step.selected .online-entry__title {
        border-color: #3976ca;
        color: #3976ca;
    }

    .appointments #wrapper .online-entry__content {
        padding-left: 65px;
        border-right: 1px solid #4e86b1;
    }

    .appointments #wrapper .online-entry__title::before {
        width: 60px;
        height: 60px;
        border-radius: 60px;
        font-size: 30px;
        line-height: 55px;
        background: #d23c3c;
        margin-right: 17px;
    }

    .appointments #wrapper .online-entry__step.selected .online-entry__title::before {
        background: #3976ca;
        line-height: 65px;
    }

    .appointments #wrapper .hint-step {
        font-size: 15px;
        line-height: 25px;
        color: #a9a9a9;
        margin-bottom: 20px;
        font-weight: 100;
        height: auto;
        padding: 0;
        background: none;
    }

    .appointments #wrapper .service-choose {
        height: auto;
        padding-bottom: 20px;
    }

    .appointments #wrapper .service-type {
        padding-left: 0;
        font-size: 25px;
        color: #242424;
        font-weight: 100;
        text-transform: capitalize;
    }

    .appointments #wrapper .service-choose ul {
        font-size: 20px;
    }

    .appointments #wrapper .service-choose li {
        background-position: 0 50%;
        padding-left: 20px !important;
    }

    .appointments #wrapper .service-choose .service-price {
        color: #242424;
        font-weight: bold;
    }

    .appointments #wrapper .online-entry__btn {
        border-color: #3976ca;
        color: #3976ca;
        font-size: 20px;
        line-height: 35px;
        height: 40px;
        padding: 0 30px;
    }

    .appointments #wrapper .online-entry__step.step-passed .online-entry__title {
        color: #999999;
    }

    .appointments #wrapper .step-done {
        background-image: url(/base-img/appointments/step_done_mobile.png);
        height: 30px;
        width: 35px;
        position: absolute;
        top: 25px;
        right: 50px;
    }

    .appointments #wrapper .step-done + span {
        background: url('/base-img/appointments/step_edit.png') no-repeat 0 50%;
        border: none;
        height: 30px;
    }

    .appointments #wrapper .step-done + span:hover {
        background: transparent;
    }

    .appointments #wrapper .online-entry__title .online-entry__btn {
        width: 30px;
        padding: 0;
        top: 20px;
        right: 20px;
    }

    .appointments #wrapper .selection-specialist {
        border-top: none;
        border-right: none;
        border-color: #3976ca;
    }

    .appointments #wrapper .master-item {
        width: 95%;
        border: none;
        padding-left: 27px !important;
    }

    .appointments #wrapper .master-name {
        font-size: 20px;
        color: #242424;
        font-weight: 100;
    }

    .appointments #wrapper .master-description {
        font-size: 16px;
    }

    .appointments #wrapper .online-entry__title {
        color: #d23c3c;
    }

    .appointments #wrapper .selection-specialis_hint {
        position: relative;
        top: auto;
        right: auto;
        height: 110px;
        border-top: 1px solid #cbcbcb;
        padding: 20px;
    }

    .appointments #wrapper .selection-specialis_hint span {
        display: block;
        float: left;
    }

    .appointments #wrapper .selection-specialis_hint span:first-of-type {
        background: none;
        color: #c2c2c2;
        font-size: 16px;
        width: 45%;
    }

    .appointments #wrapper .selection-specialis_hint span:last-of-type {
        margin-top: 20px;
    }

    .appointments #wrapper .master-item:hover {
        border-bottom: none !important;
        padding-bottom: 0;
    }

    .appointments #wrapper .operator-prompt {
        padding-left: 14px;
    }

    .appointments #wrapper .master-info {
        padding-left: 200px;
    }

    .appointments #wrapper .master-info .online-entry__btn {
        left: 200px;
    }

    .appointments #wrapper .ui-datepicker-group-first {
        width: 100%;
        max-width: 100%;
    }

    .appointments #wrapper .ui-datepicker-calendar td {
        background: #f9f9f9;
    }

    .appointments #wrapper .ui-state-default {
        width: 100%;
        height: 60px;
        font-size: 16px;
        border-radius: 0;
        font-weight: normal;
        line-height: 60px;
        background: #89e6a3;
    }

    .appointments #wrapper .ui-state-active {
        background: #3976ca !important;
        border: none;
        box-shadow: none;
    }

    .appointments #wrapper .ui-weekend .ui-state-default {
        background: #dadada;
    }

    .ui-datepicker-unselectable .ui-state-disabled .ui-disabled {
        background: none;
    }

    .appointments #wrapper .ui-datepicker-title {
        color: #242424;
        font-size: 16px;
    }

    .appointments #wrapper .ui-datepicker-header {
        background: #f7f7f7;
        border-bottom: 1px solid #cfcfcf;
        margin-bottom: 0;
        padding: 15px;
    }

    .ui-datepicker .ui-datepicker-next {
        top: -385px;
        right: 20px;
    }

    .appointments #wrapper .ui-datepicker-group {
        margin-right: 0;
    }

    .ui-datepicker-calendar {
        border-bottom: 1px solid #cfcfcf !important;
    }

    .ui-datepicker .ui-datepicker-prev {
        left: 20px;
        top: 20px;
    }

    .appointments #wrapper .ui-icon-circle-triangle-e {
        background-image: url('/base-img/appointments/arr_next_mobile.png');
    }

    .appointments #wrapper .ui-icon-circle-triangle-w {
        background-image: url('/base-img/appointments/arr_prev_mobile.png');
    }

    .appointments #wrapper .date-visit__wrapper {
        height: 437px;
        padding-left: 35px;
    }

    .ui-corner-all {
        border-radius: 0;
    }

    .ui-datepicker {
        padding: 0;
    }

    .mobile_full_width.mobile_calendar {
        border-bottom: none !important;
    }

    .mobile_full_width.mobile_choose_time {
        border-top: none !important;
        padding: 0;
        border-left: 1px solid #3976ca;
    }

    .appointments #wrapper .choose-time {
        border: none !important;
        padding-left: 35px;
    }

    .appointments #wrapper .choose-time__title,
    .appointments #wrapper .choose-time__title {
        font-size: 20px;
        color: #3976ca;
    }

    .appointments #wrapper .choose-time_item {
        border-radius: 0;
        width: 25% !important;
        margin: 0 0 5px 1px;
        height: 55px !important;
        font-size: 20px !important;
        line-height: 55px !important;
        background: #dadada;
    }

    .appointments #wrapper .time-free {
        background: #89e6a3;
    }

    .appointments #wrapper .choose-time .description-step__status {
        border-top: 1px solid #cfcfcf;
        width: 100%;
        height: 70px;
        left: 0;
        padding: 20px 0 20px 35px;
    }

    .appointments #wrapper .choose-time .description-step__status div {
        float: left;
        width: 30%;
        font-size: 16px;
        color: #c2c2c2;
    }

    .appointments #wrapper .online-entry__wrapper div[class^="status-"]::before {
        width: 20px;
        height: 20px;
        border-radius: 0;
        vertical-align: top;
    }

    .appointments #wrapper .online-entry__wrapper .status-free::before {
        background: #89e6a3;
    }

    .appointments #wrapper .final-registration__title,
    .appointments #wrapper .final-registration__title {
        font-size: 16px;
        color: #999999;
    }

    .appointments #wrapper .final-registration {
        background: #ffffff;
        border-left: 1px solid #3976ca;
    }

    .appointments #wrapper .final-registration li {
        font-size: 16px;
        color: #999999;
        margin-left: 0;
    }

    .appointments #wrapper .final-registration li::before {
        content: '';
    }

    .appointments #wrapper .final-registration__hint {
        font-size: 14px;
        color: #999999;
    }

    .appointments #wrapper .online-entry__ordering {
        height: auto;
    }

    .appointments #wrapper .online-entry__ordering form {
        width: 100%;
    }

    .appointments #wrapper .online-entry__ordering form input:not([type="submit"]),
    .appointments #wrapper .online-entry__ordering form textarea {
        background: #f8f8f8;
        border: 1px solid #d0d0d0;
        border-bottom: none;
        border-right: none;
        height: 55px;
        border-radius: 12px;
    }

    .appointments #wrapper .online-entry__ordering form input[type='checkbox'] {
        height: 18px;
    }

    .appointments #wrapper .online-entry__ordering form input[type="submit"] {
        background: #3976ca;
        border-radius: 12px;
        height: 55px;
        font-size: 20px;
    }

    .appointments #wrapper .online-entry__ordering form textarea {
        height: 230px;
    }

    .appointments #wrapper .communication-admin__content {
        border-top: none;
    }

    .appointments #wrapper .communication-admin__content span {
        font-size: 14px;
        color: #a9a9a9;
    }

    #appointment_post_success {
        width: 300px !important;
    }

    .text_overflow {
        width: 70%;
        text-overflow: ellipsis;
    }
}

@media screen and (max-width: 600px) {
    .appointments #wrapper .online-entry__title,
    .appointments #wrapper .online-entry__title {
        font-size: 18px;
    }

    .appointments #wrapper .online-entry__content {
        padding-left: 40px;
    }

    .appointments #wrapper .service-type {
        font-size: 16px;
    }

    .appointments #wrapper .service-choose ul {
        font-size: 16px;
    }

    .appointments #wrapper .recording-time__note {
        top: -20px;
        left: 10px;
    }

    .appointments #wrapper .selection-specialis_hint {
        height: auto;
    }

    .appointments #wrapper .selection-specialis_hint span:first-of-type {
        width: auto;
    }
}

@media screen and (max-width: 500px) {
    .appointments.main-container {
    }

    .appointments #wrapper .online-entry__title::before {
        width: 40px;
        height: 40px;
        border-radius: 40px;
        font-size: 20px;
        line-height: 35px;
    }

    .appointments #wrapper .online-entry__step.selected .online-entry__title::before {
        line-height: 35px;
    }

    .appointments #wrapper .recording-time__item {
        font-size: 10px;
    }

    .appointments #wrapper .online-entry__title,
    .appointments #wrapper .online-entry__title {
        font-size: 14px;
        height: 75px;
    }

    .appointments #wrapper .master-info {
        padding-left: 0;
        margin-left: 0;
    }

    .appointments #wrapper .master-info .online-entry__btn {
        left: 0;
    }

    .appointments #wrapper .ui-state-default {
        height: 27px;
        line-height: 26px;
    }

    .appointments #wrapper .date-visit__wrapper {
        height: 269px;
    }

    .appointments #wrapper .master-photo {
        float: none;
    }

    .appointments #wrapper .choose-time .description-step__status div {
        font-size: 14px;
    }

    .ui-datepicker .ui-datepicker-next {
        top: -220px;
    }

    .appointments #wrapper .recording-time__item {
    }

    .appointments #wrapper .choose-time_item {
        width: 30%;
    }

    .appointments #wrapper .online-entry__ordering {
        padding: 10px;
    }
}

@media screen and (max-width: 400px) {
    .appointments.main-container {
    }

    .appointments #wrapper .ui-datepicker-group {
        overflow: scroll;
    }

    .appointments #wrapper .online-entry__step .online-entry__title::before {
        display: block;
        float: left;
        line-height: 40px;
    }

    .appointments #wrapper .online-entry__step.selected .online-entry__title::before {
        line-height: 40px;
    }

    .appointments #wrapper .online-entry__step .online-entry__title {
        padding-right: 50px;
    }

    .appointments #wrapper .service-choose ul {
        font-size: 14px;
    }

    .appointments #wrapper .online-entry__step .online-entry__nonactive {
        display: inline;
    }

    .appointments #wrapper .step-done {
        right: 30px;
    }

    .appointments #wrapper .online-entry__title .online-entry__btn {
        right: 10px;
    }

    .appointments #wrapper .online-entry__ordering {
        padding: 20px 10px;
    }

    .appointments #wrapper .online-entry__step.selected .online-entry__current,
    .appointments #wrapper .online-entry__step.step-passed .online-entry__current,
    .appointments #wrapper .online-entry__title, .appointments #wrapper .online-entry__title {
        font-size: 10px;
        line-height: 40px;
    }

    .online-entry__btn {
        font-size: 14px !important;
    }
}

@media screen and (min-width: 1191px) {
    .mobile_visible {
        display: none !important;
    }
}

.appointments_wrapper {
    padding-bottom: 20px;
}

.appointments_wrapper .single-item .clearfix {
    margin: 20px 0;
}

.appointments_wrapper .pdnText a {
    color: #337ab7;
}
/** APPOINTMENTS **/

@media screen and (max-width: 992px) {
    #carousel-example-generic .carousel-item {
        height: 400px;
    }

    #carousel-example-generic .carousel-caption {
        max-width: 330px;
        left: 15%;
        height: auto;
    }

    #carousel-example-generic .carousel-caption .caption-header {
        font-size: 38px;
        line-height: 45px;
    }

    #carousel-example-generic .carousel-caption .caption-text {
        font-size: 16px;
    }

    #carousel-example-generic .carousel-caption .caption-wrapper:after {
        bottom: 15%;
    }

}

@media screen and (max-width: 767px) {
    #carousel-example-generic .carousel-item {
        height: 250px;
    }

    #carousel-example-generic .carousel-caption {
        max-width: 230px;
    }

    #carousel-example-generic .carousel-caption .caption-header {
        font-size: 20px;
        line-height: 25px;
    }

    #carousel-example-generic .carousel-caption .caption-wrapper {
        top: 0;
    }

    #carousel-example-generic .carousel-caption .caption-wrapper:before {
        top: 0;
    }

    #carousel-example-generic .carousel-caption .caption-wrapper:after {
        bottom: 23%;
    }
}

#carousel-example-generic .carousel-inner .item img {
    min-width: auto;
    max-height: 100%;
}

.order_info_page .result_sum .repeat-order_button {
    text-align: center;
    background: #ef5733;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    font-size: 18px;
}

.order_info_page .result_sum .repeat-order_button a {
    color: #ffffff;
}

.block_capt .cart-goback-button {
    float: right;
}

.block_capt .cart-goback-button,
.order_form .cart-goback-button {
    text-align: center;
    -webkit-transition: all 0.4s;
    transition: all 0.2s;
    font-size: 18px;
    padding: 10px;
    color: #94c835;
    border: 2px solid #94c835;
    box-sizing: border-box;
    margin: 20px 0;
    border-radius: 6px;
}

.block_capt .cart-goback-button:hover,
.order_form .cart-goback-button:hover {
    color: #fff;
    background: #94c835;
}

.order_caption .cart-goback-button {
    text-align: center;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    font-size: 18px;
    padding: 10px;
    color: #ffffff;
}

#umiCallbackButtonWrapper {
    position: fixed;
    left: 50%;
    top: 80%;
    width: 65px;
    height: 65px;
    margin-left: -32.5px;
    background-color: rgba(137,238,79,0.85);
    background-color: -moz-radial-gradient(center, ellipse cover, rgba(137,238,79,0.85) 0%, rgba(65,190,19,0.85) 100%);
    background-color: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(137,238,79,0.85)), color-stop(100%, rgba(65,190,19,0.85)));
    background-color: -webkit-radial-gradient(center, ellipse cover, rgba(137,238,79,0.85) 0%, rgba(65,190,19,0.85) 100%);
    background-color: -o-radial-gradient(center, ellipse cover, rgba(137,238,79,0.85) 0%, rgba(65,190,19,0.85) 100%);
    background-color: -ms-radial-gradient(center, ellipse cover, rgba(137,238,79,0.85) 0%, rgba(65,190,19,0.85) 100%);
    background-color: radial-gradient(ellipse at center, rgba(137,238,79,0.85) 0%, rgba(65,190,19,0.85) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#89ee4f', endColorstr='#41be13', GradientType=1 );
    border-radius: 40px;
    background-size: 65px;
    -moz-transition: all 1s linear;
    -o-transition: all 1s linear;
    -webkit-transition: all 1s linear;
    z-index: 202;
}

#umiCallbackButton {
    background: url('/base-img/phone.png') no-repeat center center;
    cursor: pointer;
    height: 55px;
    width: 55px;
    display: block;
    padding: 0px;
    border-radius: 50px;
    background-size: 30px;
    margin: auto auto;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    margin-top: 5px;
}

#umiCallbackButtonOverlay {
    background-color: rgba(0,0,0,0.5);
    width: 100%;
    height: 100%;
    display: block;
    position: fixed;
    z-index: 201;
    top: 0;
}
/* delete copyright */
.copy_wrap {
    position: relative;
    z-index: 1;
}

html body .copy_wrap.opener .copy-del-button {
    width: auto;
}

html body .copy-del-button {
    background: none;
    display: inline-block;
    width: auto;
    height: auto;
    font-family: Arial, sans-serif;
    white-space: nowrap;
    padding: 0;
    background-color: #FF5050;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF5050', endColorstr='#990000');
    background-image: -webkit-gradient(linear, left top, left bottom, from(#FF5050), to(#900));
    background-image: -moz-linear-gradient(top, #FF5050, #900);
    background-image: -o-linear-gradient(270deg,#FF5050,#900);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    -moz-box-shadow: 0 0 5px #666;
    -webkit-box-shadow: 0 0 5px #666;
    box-shadow: 0 0 5px #666;
    cursor: pointer;
}

.buttonx {
    display: inline-block;
    vertical-align: middle;
    width: 23px;
    color: #FFF;
    font-weight: bold;
    font-size: 13px;
    line-height: 23px;
    text-align: center;
    text-shadow: 1px -1px #606060;
    font-family: Verdana, sans-serif;
    position: relative;
    top: -1.1px;
}

.copy-del-button .buttonx img {
    position: relative;
    top: 1px;
}

html body .copy-del-button.pr_but .buttontext, html body .copy_wrap.opener .copy-del-button .buttontext {
    display: inline-block;
    vertical-align: middle;
}

.buttontext {
    color: #FFF;
    font-size: 12px;
    line-height: 23px;
    padding: 0px 10px 0px 0px;
    text-shadow: 1px -1px #606060;
    vertical-align: middle;
}
/* delete copyright */
/** madlwrap**/
.modal-open {
    overflow: hidden;
}

.modal-open.page-overflow .page-container,
.modal-open.page-overflow .page-container .navbar-fixed-top,
.modal-open.page-overflow .page-container .navbar-fixed-bottom,
.modal-open.page-overflow .modal-scrollable {
    overflow-y: scroll;
}

@media (max-width: 979px) {
    .modal-open.page-overflow .page-container .navbar-fixed-top,
    .modal-open.page-overflow .page-container .navbar-fixed-bottom {
        overflow-y: visible;
    }
}

.modal-scrollable {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: auto;
}

html body .modal {
    outline: none;
    position: absolute;
    margin-top: 0;
    top: 50%;
    overflow: visible;
}

.modal.fade.in {
    top: 50%;
}

html body #modal_wrap .modal .modal-header h4, html body .modal .modal-header h4 {
    padding: 0 0 0 0;
    margin: 10px 0;
    color: #56595C;
    font-size: 17.5px;
    font-family: inherit;
    font-weight: bold;
    line-height: 20px;
    position: relative;
    text-shadow: none;
    display: block;
    opacity: 1;
    border: none;
    box-shadow: none;
    background: none;
    background-color: #FFF;
    text-align: left;
    overflow: inherit;
    width: auto;
    text-transform: none;
    letter-spacing: normal;
    word-spacing: normal;
    text-indent: 0;
}

html body #modal_wrap .modal .modal-body a, html body .modal .modal-body a {
    position: relative;
    color: #005580;
    text-decoration: underline;
    text-shadow: none;
    display: inline;
    opacity: 1;
    border: none;
    box-shadow: none;
    background: none;
    background-color: #FFF;
    font-family: inherit;
    font: inherit;
    font-weight: normal;
    text-align: left;
    font-size: 14px;
    overflow: inherit;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    line-height: 20px;
    text-transform: none;
    width: auto;
    letter-spacing: normal;
    word-spacing: normal;
    text-indent: 0;
}

html body #modal_wrap .modal .modal-body a:hover {
    text-decoration: none;
    text-shadow: none;
    color: #005580;
    border: none;
    box-shadow: none;
    background: none;
    background-color: #FFF;
}

html body #modal_wrap .modal .modal-body p {
    position: relative;
    color: #555;
    text-shadow: none;
    display: block;
    opacity: 1;
    border: none;
    box-shadow: none;
    background: none;
    background-color: #FFF;
    font-family: inherit;
    font: inherit;
    font-weight: normal;
    text-align: left;
    font-size: 14px;
    overflow: inherit;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    line-height: 20px;
    text-transform: none;
    width: auto;
    letter-spacing: normal;
    word-spacing: normal;
    text-indent: 0;
}

html body .modal.modal-absolute {
    position: absolute;
    z-index: 950;
}

html body .modal .loading-mask {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    border-radius: 6px;
}

.modal-backdrop.modal-absolute {
    position: absolute;
    z-index: 940;
}

.modal-backdrop,
.modal-backdrop.fade.in {
    opacity: 0.7;
    filter: alpha(opacity=70);
    background: rgba(0,0,0,0.2);
}

html body .modal.container {
    width: 940px;
    margin-left: -470px;
}
/* Modal Overflow */
.modal-overflow.modal {
    top: 1%;
}

.modal-overflow.modal.fade {
    top: -100%;
}

.modal-overflow.modal.fade.in {
    top: 1%;
}

.modal-overflow .modal-body {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

@media (min-width: 1200px) {
    .modal.container {
        width: 1170px;
        margin-left: -585px;
    }
}

@media (max-width: 979px) {
    .modal-body,
    .modal-overflow .modal-body {
        position: static;
        margin: 0;
        height: auto !important;
        max-height: none !important;
        overflow: visible !important;
    }

    .modal-footer,
    .modal-overflow .modal-footer {
        position: static;
    }
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000000;
}

.modal-backdrop.fade {
    opacity: 0;
}

.modal-backdrop,
.modal-backdrop.fade.in {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

html body .modal {
    position: fixed;
    top: 10%;
    left: 50%;
    z-index: 1050;
    width: 560px;
    background-color: #FFF;
    color: #555;
    text-shadow: none;
    border: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    outline: 0;
    -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 3px 7px rgba(0,0,0,0.3);
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
}

html body .modal.modal-lg {
    width: auto;
}

html body .modal.fade {
    top: -25%;
    transition: none;
    background: transparent;
    box-shadow: none;
}

html body .modal-open .modal {
    overflow-x: initial;
    overflow-y: initial;
}

html body .modal.fade.in {
    top: 50%;
    bottom: auto;
    transform: translate(-50%,-50%);
    width: 550px;
    max-width: 100vw;
    padding: 0 !important;
    border-radius: 6px;
    background-color: #ffffff;
}

html body .modal.fade {
    padding: 0!important;
}

html body .modal .modal-header,
html body #modal_wrap .modal .modal-header {
    padding: 9px 15px;
    border-bottom: 1px solid #eee;
}

html body .modal .modal-header h3 {
    margin: 0;
    line-height: 30px;
}

html body .modal .modal-body,
html body #modal_wrap .modal .modal-body {
    display: flex;
    flex-flow: column wrap;
    position: relative;
    padding: 15px;
    font-size: 14px;
    text-shadow: none;
}

html body .modal .modal-footer {
    padding: 14px 56px 15px;
    margin-bottom: 0;
    text-align: left;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;
    *zoom: 1;
    -webkit-box-shadow: inset 0 1px 0 #ffffff;
    -moz-box-shadow: inset 0 1px 0 #ffffff;
    box-shadow: inset 0 1px 0 #ffffff;
}

.modal-footer:before,
.modal-footer:after {
    display: table;
    line-height: 0;
    content: "";
}

.modal-footer:after {
    clear: both;
}

.modal-footer .btn + .btn {
    margin-bottom: 0;
    margin-left: 5px;
}

.modal-footer .btn-group .btn + .btn {
    margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
    margin-left: 0;
}

button.close {
    padding: 0;
    cursor: pointer;
    background: rgba(0, 0, 0, 0);
    border: 0;
    -webkit-appearance: none;
}

html body .modal .modal-header button.close,
html body #modal_wrap .modal .modal-header button.close {
    padding: 0;
    margin: 0;
    cursor: pointer;
    background: rgba(0, 0, 0, 0);
    border: 0;
    position: relative;
    z-index: 1;
    float: right;
    font-size: 13px;
    font-family: Arial, sans-serif;
    font-weight: bold;
    line-height: 20px;
    color: #000;
    text-shadow: 1px 0 0 #000;
    margin-top: 2px;
    opacity: .2;
    filter: alpha(opacity=20);
    display: inline-block;
    text-transform: none;
    letter-spacing: normal;
    word-spacing: normal;
    text-indent: 0;
    vertical-align: middle;
    text-align: center;
}

#compare_error_popup,
#copy_del_new,
#promoline_del_new,
#advertisement_del_popup {
    right: auto;
    bottom: auto;
}

#modal_wrap #copy_del_new button.close {
    top: 7px;
    right: 1px;
    font-size: 0 !important;
    color: transparent !important;
    position: relative !important;
}

#modal_wrap #copy_del_new button.close:after {
    content: url('/img/close_modal.png');
}

/** madlwrap**/
/* ------------- Promo line -------------- */

#promo_line.promo_line {
    position: fixed;
    bottom: 0;
    left: 0;
    height: 47px;
    width: 100%;
    z-index: 999999;
    text-align: left;
    background: #008BCF;
    background: -moz-linear-gradient(top,#008BCF 0,#0079B3 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#008BCF),color-stop(100%,#0079B3));
    background: -webkit-linear-gradient(top,#008BCF 0,#0079B3 100%);
    background: -o-linear-gradient(top,#008BCF 0,#0079B3 100%);
    background: -ms-linear-gradient(top,#008BCF 0,#0079B3 100%);
    background: linear-gradient(to bottom,#008BCF 0,#0079B3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#008BCF',endColorstr='#0079B3',GradientType=0);
}

#promo_line .promo_line_wrap {
    height: 100%;
    width: 650px;
    margin: 0 auto;
    position: relative;
}

#promo_line .pr_line_l {
    display: inline-block;
    //display: inline;
    //zoom: 1;
    vertical-align: middle;
    height: 100%;
    width: 100px;
    background: url('/base-img/pr_logo.png') no-repeat center -3px;
}

#promo_line .pr_line_r {
    display: inline-block;
    //display: inline;
    //zoom: 1;
    vertical-align: middle;
    width: 540px;
    font-size: 12px;
    color: #FFF;
    height: 25px;
    line-height: 25px;
    font-family: 'Trebuchet MS',Verdana,Arial,Helvetica,sans-serif;
    font-weight: bold;
}

#promo_line .pr_line_r a#promo_line_a {
    color: #fff;
    text-decoration: underline;
}

#promo_line .pr_line_r a#promo_line_a:hover {
    text-decoration: none;
}

#promo_line .promo-close {
    position: absolute;
    top: -1px;
    right: 15px;
    font-weight: bold;
    font-size: 12px;
    cursor: pointer;
    color: #FFF;
    zoom: 1;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    text-align: left;
}

form#catalog_order_filters {
    display: flex;
    justify-content: space-between;
}

form#catalog_order_filters .sort {
    flex-grow: 1;
}

form#catalog_order_filters .sort ul li {
    flex-grow: 1;
    margin: 5px 10px 5px 0;
}

form#catalog_order_filters .view {
    min-width: 200px;
}

form#catalog_order_filters .view .list_inline {
    margin-top: 4px;
}

@media (max-width:620px) {
    #promo_line .pr_line_r {
        font-size: 11px;
    }
}

@media (max-width:570px) {
    #promo_line .promo_line_wrap {
        width: 430px;
    }

    #promo_line .pr_line_l {
        width: 90px;
    }

    #promo_line .pr_line_r {
        width: 340px;
        font-size: 11px;
    }

    #promo_line .pr_line_r span {
        display: none;
    }
}

@media (max-width:480px) {
    #promo_line .promo_line_wrap {
        width: 320px;
    }

    #promo_line .pr_line_l {
        width: 80px;
    }

    #promo_line .pr_line_r {
        width: 240px;
        font-size: 11px;
        line-height: 13px;
    }
}

html body .copy-del-button.pr_but {
    z-index: 1;
    position: absolute;
    top: -10px;
    right: 0;
    width: auto;
}
/* ------------- Promo line -------------- */


/* s303-tools */

section .container {
    width: 100%;
}

aside.side_panel {
    padding-right: 30px;
}

.side_panel .table-menu {
    border-top: 2px solid #000;
    box-shadow: 0 0 12px 1px rgba(64, 64, 64, 0.06);
    padding: 20px 0;
}

.side_panel .table-menu ul {
    display: flex;
    flex-flow: column wrap;
}

.side_panel .table-menu > ul {
    width: 100%;
}

.side_panel .table-menu > ul > li {
    padding: 0 0 0 30px;
    position: relative;
    max-width: 100%;
}

.side_panel .table-menu ul > li:hover > a,
.side_panel .table-menu > ul > li.active > a {
    background: #f06800;
    color: #fff;
}

.u-eip .side_panel .table-menu ul > li:hover > a.u-eip-edit-box {
    background: transparent;
    color: rgb(59, 59, 59);
}

.side_panel .table-menu ul li a {
    font-family: 'ProximaNova-Regular';
    font-size: 15px;
    font-weight: 700;
    text-transform: none;
    display: inline-block;
    box-sizing: border-box;
    padding: 10px 15px 10px 15px;
    white-space: normal;
    word-wrap: normal;
    text-overflow: ellipsis;
    overflow: hidden;
}

.side_panel .table-menu a, .side_panel .table-menu a:active, .side_panel .table-menu a:hover, .side_panel .table-menu a:focus, .side_panel .table-menu a:visited {
    text-decoration: none;
    color: #3b3b3b;
}

.side_panel .table-menu > ul > li > ul {
    display: none;
    position: absolute;
    top: -22px;
    left: 335px;
    background: #fff;
    z-index: 999;
    min-width: 200px;
    border-top: 2px solid #000;
    box-shadow: 0 0 12px 1px rgba(64, 64, 64, 0.06);
    box-sizing: border-box;
}

.side_panel .table-menu > ul > li > ul li {
    padding: 0 15px;
}

.side_panel .table-menu > ul > li:hover > ul {
    display: block;
    padding: 20px 0;
}

.side_panel .adventage {
    display: flex;
    flex-flow: column wrap;
    padding: 45px;
    margin-top: 120px;
    border-top: 2px solid #000;
}

.side_panel .adventage .adventage_item:not(:last-of-type) {
    margin-bottom: 30px;
}

.side_panel .adventage .item_title {
    margin: 10px 0;
}

.side_panel .adventage .item_title span {
    font-family: 'ProximaNova-Regular';
    font-size: 20px;
    color: #000;
}

.side_panel .adventage .item_content span {
    font-family: 'ProximaNova-Regular';
    font-size: 15px;
    color: #676767;
}

.carousel .carousel-control.left,.carousel .carousel-control.right {
    background-image: none;
}

.cart_page .item > .row > div.item_cost {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 50px;
}

.cart_page .item > .row > div.item_cost .price_sect {
    margin-bottom: 20px;
    flex-flow: row wrap;
    justify-content: flex-start;
}

.cart_page .item > .row > div.item_cost .item_count {
    flex-flow: row wrap;
    justify-content: flex-start;
}

.cart_page .result_sum .order_checkout {
    padding-left: 50px;
}

.news .news_item {
    padding: 0 40px 0 0;
}

.cart_page .result_sum  .delivery_options {
    display: flex;
    flex-direction: column;
}

.cart_page .result_sum .delivery_options select {
    margin-top: 20px;
    width: 348px;
    max-width: 100%;
}

.search_page .search_form {
    margin-top: 20px;
}

.order_settings .cdek-delivery-options div {
    margin-bottom: 10px;
}

.item_page .option_head .old_price .gray_text .price:first-of-type {
    position: relative;
    display: inline-block;
}

.item_page .option_head .old_price .gray_text .price:first-of-type:before {
    content: '';
    position: absolute;
    bottom: 17px;
    left: -8px;
    height: 2px;
    width: calc(100% + 16px);
    background: #cdcdcd;
    transform: rotate(-8deg);
}

@media (max-width: 1500px) {
    header .header_top_nav > .container > .row {
        display: flex;
        flex-direction: column;
    }

    header .header_top_nav > .container > .row > div:first-of-type {
        width: 100%;
        order: 1;
        padding: 10px 0;
    }

    header .header_top_nav > .container > .row > div:first-of-type ul {
        flex-wrap: wrap;
        padding: 8px 0;
    }

    header .header_top_nav > .container > .row > div:last-of-type {
        margin-left: auto;
        order: 0;
        border-bottom: 1px solid #ebebeb;
    }

    aside.side_panel {
        padding-right: 0;
    }

    .side_panel .table-menu > ul > li > ul {
        left: 235px;
    }

    .side_panel .adventage {
        padding: 30px;
    }

    main section.col-md-9 {
        padding-left: 30px;
    }

    .news .news_item {
        padding: 0 20px 0 0;
    }

    .block_capt .cart-goback-button {
        margin: 20px 0 10px 0;
    }

    .catalog_inline_page .item, .cart_page .item {
        height: auto;
    }

    .cart_page .item > .row > div.item_cost {
        padding: 15px;
        height: auto;
        flex-flow: row wrap;
    }

    .cart_page .item > .row > div.item_cost .price_sect {
        margin-bottom: 0;
        padding-top: 8px;
        justify-content: center;
    }

    .cart_page .item > .row > div.item_cost .item_count {
        padding-left: 15px;
    }

    .cart_page .item > .row > div.item_cost .price_sect .item_delete {
        padding-top: 4px;
    }

    .cart_page .result_sum .order_checkout {
        padding-left: 25px;
    }

    .card_product_container .card_product .card_product_text {
        margin: 10px 0;
    }

    .card_product_container .card_product .card_product_price {
        flex-direction: column;
    }

    .card_product_container .card_product .card_product_price span {
        margin-bottom: 10px;
    }

    #carousel-example-generic .icon-prev, #carousel-example-generic .icon-next {
        display: none;
    }
    .side_panel .table-menu > ul > li {
        padding: 0;
    }
    .side_panel .table-menu ul li a {
        display: block;
    }
    .item_page .item_option_block .price h2 {
        text-align: right;
    }
    .item_page .option_head .old_price .gray_text {
        text-align: left;
    }
    .item_page .option_head {
        margin-bottom: 0;
    }
}

@media (max-width: 1499px) {
    .cart_btn {
        padding: 12px 0;
        background-position: 39% 50%;
    }
}

@media (max-width: 991px) {
    main > .container {
        display: flex;
        flex-direction: column;
    }

    main > .container > section {
        order: 0;
        padding-left: 0;
    }

    main > .container > aside {
        order: 1;
    }

    .side_panel .adventage {
        margin-top: 0;
    }

    .main_page_news {
        margin-bottom: 0;
    }

    .cart_page .result_sum .order_checkout {
        padding-left: 0;
    }

    .cart_page .result_sum .delivery_options select {
        margin: 20px auto;
        max-width: 80%;
    }

    .block_capt .cart-goback-button {
        margin: 20px auto;
    }

    .item_page .item_cover .item img {
        max-height: 500px !important;
        width: auto;
    }

    .item_page .item_preview .item_images {
        margin: 30px 0;
    }

    footer * {
        color: #fff;
    }

    .u-eip .item_page .item_option_block {
        width: 100%;
    }

    .u-eip .item_page .item_images {
        width: 100%;
    }
    header .header_top_nav > .container > .row > div:first-of-type {
        padding: 0;
    }
    .row.order_btn {
        display: flex;
    }
    .row.order_btn > div {
        width: 80%;
        margin: 0 auto;
    }
    .header_mobile .mobile_top_logo .media-body h3 a {
        line-height: 1;
    }
    header .header_top_nav > .container > .row {
        flex-direction: column-reverse;
    }
    html body .modal.fade.in {
        width: calc(100% - 30px);
    }
}

@media (max-width: 767px) {
    .text_content, .text_content2, .text_content3 {
        padding: 0;
        margin-bottom: 0;
    }

    main > .container {
        padding: 0 15px;
    }

    .side_panel .adventage {
        padding: 30px 0;
    }

    .special_items {
        margin-bottom: 40px;
    }

    .side_panel .adventage .adventage_item:not(:last-of-type) {
        margin-bottom: 20px;
    }
}

@media (max-width: 600px) {
    .cart_btn {
        background-position: 36% 50%;
    }
    form.filters ul {
        flex-direction: column;
    }
    form.filters > ul > li {
        width: 100%;
        margin: 0;
        padding: 10px;
    }
    form.filters > ul > li .filters_dropdown {
        top: 44px;
    }
    form.filters > ul > li .filters_dropdown li {
        text-align: left;
    }
    html body .modal .modal-footer {
        padding-top: 50px;
    }
    html body .modal .modal-body form .more_link {
        left: 40px;
        right: auto;
        bottom: -120px;
        background: transparent;
    }
}

@media (max-width: 480px) {
    .cart_btn {
        background-position: 32% 50%;
    }
    .header_mobile .mobile_top_logo .media-left {
        display: none;
    }
    .header_mobile .mobile_top_logo .media-body {
        text-align: center;
    }
    .modal .modal-content {
        padding: 15px;
    }
    html body .modal .modal-footer {
        padding: 50px 25px 25px 25px;
    }
    html body .modal .modal-body form .more_link {
        left: 10px;
    }
    .sort_row > .container > .row {
        padding: 15px 10px 15px 20px;
    }
}

.u-eip .card_product .card_product_activity {
    background: #2d3645;
    padding: 5px 10px;
    border-radius: 2px;
    margin-bottom: 10px;
    min-height: 42px;
    max-height: 68px;
}

.u-eip .switch_checkbox_container .switch_checkbox_text {
    color: rgba(255,255,255,0.8);
}

.u-eip .card_product_activity .switch_checkbox_container .switch_checkbox input[type="checkbox"],
.u-eip .card_product_activity .switch_checkbox_container .switch_checkbox input[type="checkbox"] + label {
    margin: 0;
}

.u-eip .card_product_activity .amount {
    outline: none;
}

.u-eip .contact_page .map_container .u-eip-edit-box {
    overflow: auto;
}

body #fancybox-loading div {
    display: none;
}

body #fancybox-loading  {
    background-image: none;
    background: url(/js/jquery/fancybox/fancybox_loading.gif) center center no-repeat;
    background-color: #000;
    border-radius: 6px;
}

/* /s303-tools */

/** compare - start **/

table.emarket_compare {
    border: none;
    border-collapse: collapse;
    width: 100%;
}

table.emarket_compare tr {
    display: flex;
    flex-wrap: nowrap;
    position: relative;
}

table.emarket_compare tr:not(:last-of-type) {
    border-bottom: 1px solid #000;
}

table.emarket_compare tr td,
table.emarket_compare tr th {
    vertical-align: baseline;
    padding: 10px;
    border: none;
    min-width: 235px;
    max-width: 350px;
}

table.emarket_compare tr td:first-of-type,
table.emarket_compare tr th:first-of-type {
    max-width: 250px;
    width: 200px;
}

table.emarket_compare tr td,
table.emarket_compare tr th.compare-title {
    text-align: left;
}

table.emarket_compare tr.compare-images-row td,
table.emarket_compare tr th.compare-title {
    vertical-align: top;
}

table.emarket_compare tr th.compare-title {
    font-size: 14px;
    padding-right: 40px;
}

table.emarket_compare tr.compare-row-even {
    background: #f0f0f0;
}

table.emarket_compare tr th,
table.emarket_compare .char-text {
    font-weight: 300;
    line-height: 20px;
}

table.emarket_compare tr th:first-of-type {
    font-weight: 700;
}

table.emarket_compare tr.compare-buy td {
    padding: 10px;
}

.emarket_compare .compare-buy .card_product_activity {
    justify-content: flex-start;
}

.compare-price-row .compare-old-price {
    font-size: 12px;
}

.compare-price-row .compare-price {
    font-size: 18px;
}

table.emarket_compare .compare-item-image {
    position: relative;
    display: inline-block;
    display: inline;
    zoom: 1;
}

table.emarket_compare .compare-title {
    position: relative;
}

table.emarket_compare .compare-delete-item {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    text-decoration: none;
    font-family: ProximaNova-Light;
    font-size: 14px;
    color: #ef5733;
}

table.emarket_compare .compare-delete-item:hover {
    color: black;
}

.compare-wrapper .compare-no-items {
    display: none;
}

.catalog_propertys {
    margin-top: 15px;
}

.catalog_propertys thead.compare-wrapper td {
    padding-left: 0;
}

.compare-wrapper .compare_preloader {
    display: none;
    margin-left: 10px;
}

.items_catalog .compare-wrapper,
.extra_goods .compare-wrapper {
    margin-top: 10px;
}

.compare-wrapper.hide-for-mobile .compare_button span.compare_preloader img.compare_preloader_image {
    width: 16px;
    height: 16px;
}

table.catalog_propertys .compare_button {
    width: auto;
}

.compare_button {
    width: 180px;
    margin: 0 auto;
}

.caption .compare-wrapper .compare_button {
    font-size: 13px;
}

.caption .compare-wrapper .compare_preloader {
    float: right;
}

.compare-wrapper .compare_preloader .compare_preloader_image {
    border: none;
}

.adaptive .thumbnail .caption .compare-wrapper {
    margin: 5px 8px 7px 0;
}

.compare-buy .item_btn {
    padding: 0;
}

.emarket_compare .button_buy {
    width: 140px;
    text-align: center;
    background-color: #94c835;
    color: #ffffff;
    border-radius: 6px;
    transition: all 0.4s;
    background-image: url(/img/cart_white.png);
    background-repeat: no-repeat;
    background-position: 20% 50%;
    font-size: 18px;
    box-sizing: border-box;
    padding: 5px 15px 5px 40px;
    height: 35px;
    line-height: 25px;
    display: inline-block;
    font-weight: 100;
}

.emarket_compare .button_buy:hover {
    filter: brightness(110%);
    -moz-filter: brightness(110%);
    -webkit-filter: brightness(110%);
}

@media (max-width: 981px) {

    table.emarket_compare tr td,
    table.emarket_compare tr th {
        flex-grow: 1;
        max-width: auto;
    }

    table.emarket_compare tr td:first-of-type,
    table.emarket_compare tr th:first-of-type {
        position: absolute;
        top: 0;
        min-width: 100%;
        text-align: center;
    }

    table.emarket_compare tr {
        padding-top: 50px;
    }
}

@media only screen and (max-width: 500px), screen and (max-device-width: 500px) {
    .compare-wrapper.hide-for-mobile {
        display: none;
    }
}

/** compare - end **/

/** reviews **/
.reviews {
     margin-top: 40px;
     padding-top: 40px;
     padding-right: 20px;
     border-top: 1px solid #eee;
}
 .reviews_title {
     font-family: 'ProximaNova-Semibold';
     font-size: 26px;
     margin-bottom: 10px;
}
 .reviews_item {
     font-family: 'ProximaNova-Regular';
     font-size: 16px;
     line-height: 1.7;
     color: #3b3b3b;
     margin-bottom: 30px;
}
 .reviews_item-info {
     display: flex;
     flex-wrap: wrap;
}
 .reviews_item-info span {
     margin-right: 20px;
}
 .reviews_item-name {
     font-weight: bold;
}
 .reviews_item-date {
     color: #a5a5a5;
}
 .reviews_item-rating {
     position: relative;
     top: 2px;
     width: 106px;
     height: 18px;
     background: url('../img/rating.png') no-repeat;
}
 .reviews_item-rating.stars_0 {
     background-position: 0 -90px;
}
 .reviews_item-rating.stars_1 {
     background-position: 0 -72px;
}
 .reviews_item-rating.stars_2 {
     background-position: 0 -54px;
}
 .reviews_item-rating.stars_3 {
     background-position: 0 -36px;
}
 .reviews_item-rating.stars_4 {
     background-position: 0 -18px;
}
 .reviews_item-rating.stars_5 {
     background-position: 0 0;
}
 .add_review {
     background: #f7f7f7;
     padding: 40px 50px 50px 50px;
     margin-top: 50px;
}
 .add_review-title {
     font-family: 'ProximaNova-Semibold';
     font-size: 26px;
     margin-bottom: 10px;
}
 .add_review-rating {
     font-family: 'ProximaNova-Regular';
     font-size: 16px;
     line-height: 1.7;
     color: #3b3b3b;
}
 .add_review-stars {
     display: inline-flex;
     position: relative;
     top: 4px;
     margin: 0 0 0 20px;
     width: auto;
     padding: 0;
     background: transparent;
}
 .add_review form {
     display: flex;
     flex-direction: column;
     width: 790px;
}
 .add_review form input[type="text"] {
     background: transparent;
     border: none;
     border-bottom: 1px solid #101010;
     box-sizing: border-box;
     padding: 10px;
     font-family: 'ProximaNova-Regular';
     font-size: 16px;
     line-height: 1.7;
     color: #3b3b3b;
}
 .add_review form input[type="text"]:focus {
     outline: none;
}
 .add_review form input[type="text"]::placeholder {
     color: #a5a5a5;
}
 .add_review form input[type="submit"] {
     display: block;
     padding: 12px;
     font-size: 18px;
     border: 2px solid #94c835;
     border-radius: 6px;
     background: transparent;
     width: 200px;
     margin: 35px auto 0 0;
     color: #94c835;
     text-align: center;
     transition: all 0.2s;
     box-sizing: border-box;
}
 .add_review form input[type="submit"]:hover {
     color: #fff;
     background: #94c835;
     text-decoration: none;
}
 .add_review form textarea {
     height: 1.7em;
     box-sizing: content-box;
     resize: none;
     background: transparent;
     border: none;
     outline: none;
     padding: 10px;
     border-bottom: 1px solid #101010;
     font-family: 'ProximaNova-Regular';
     font-size: 16px;
     line-height: 1.7em;
     width: 100%;
     max-width: calc(100% - 20px);
     scrollbar-width: none;
}
.u-eip .add_review form textarea {
    margin-top: 30px;
}
 .add_review form textarea::-webkit-scrollbar {
     display: none;
}
 .add_review form textarea:focus {
     height: 5.1em;
     overflow: auto;
}
 .add_review form textarea::placeholder {
     color: #a5a5a5;
}
 .add_review form .combined_inputs {
     display: flex;
     justify-content: space-between;
     margin: 30px 0 60px;
}
 .add_review form .combined_inputs input {
     width: 48%;
}
 .add_review .stars_group {
     font-size: 0;
     unicode-bidi: bidi-override;
     direction: rtl;
}
 .add_review .stars_group * {
     font-size: 1rem;
}
 .add_review .stars_group > input {
     display: none;
}
 .add_review .stars_group > input + label {
     display: inline-block;
     overflow: hidden;
     text-indent: 9999px;
     width: 22px;
     height: 18px;
     white-space: nowrap;
     cursor: pointer;
     margin: 0;
     padding: 0 2px;
}
 .add_review .stars_group > input + label:before {
     display: inline-block;
     text-indent: -9999px;
     content: url('../img/gray_rating_star.png');
}
 .add_review .stars_group > input:checked ~ label:before, .add_review .stars_group > input + label:hover ~ label:before, .add_review .stars_group > input + label:hover:before {
     content: url('../img/red_rating_star.png');
}
 .add_review .stars_group > .star-cb-clear + label {
     text-indent: -9999px;
     width: 0.5em;
     margin-left: -0.5em;
}
 .add_review .stars_group > .star-cb-clear + label:before {
     width: 0.5em;
}
 .add_review .stars_group:hover > input + label:before {
     content: url('../img/gray_rating_star.png');
}
 .add_review .stars_group:hover > input + label:hover ~ label:before, .add_review .stars_group:hover > input + label:hover:before {
     content: url('../img/red_rating_star.png');
}

.add_review .captcha_block {
    width: 48%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 30px;
}

.add_review .captcha_block > input {
    width: 48%;
}

.add_review .captcha_block .captcha {
    width: 48%;
    text-align: right;
    display: flex;
    flex-direction: column-reverse;
}

.add_review .captcha_block .captcha img {
    margin-top: 10px;
}

 @media screen and (max-width: 1499px) {
     .add_review form {
         width: 100%;
    }
}
 @media screen and (max-width: 981px) {
    .add_review .captcha_block {
        width: 100%;
    }
 }
 @media screen and (max-width: 650px) {
     .reviews_item-rating {
         display: block;
         width: 100%;
         margin: 10px 0;
    }
     .add_review {
         padding: 20px;
    }
     .add_review form .combined_inputs {
         flex-wrap: wrap;
         margin: 30px 0;
    }
     .add_review form .combined_inputs input {
         width: 100%;
    }
     .add_review form .combined_inputs input:first-of-type {
         margin-bottom: 30px;
    }
    .dest_city_label {
        display: none;
    }
}
 @media screen and (max-width: 420px) {
    .add_review .captcha_block, .add_review .captcha_block > input {
        width: 100%;
    }
    .add_review .captcha_block .captcha {
        width: 100%;
        text-align: left;
        flex-direction: column;
        margin-top: 30px;
    }
    .add_review .captcha_block .captcha img {
        margin-bottom: 10px;
    }
}

/** reviews - end **/

.modal .verification_error {
    background-color: #FF9999;
}

/* recaptcha-modal */
.iframe_v2 {
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 100vw;
	height: 100vh;
	align-items: center;
	justify-content: center;
	z-index: 99999;
}
.iframe_v2_close {
	position: fixed;
	top: 40px;
	right: 50px;
	color: #fff;
	z-index: 999999999;
	cursor: pointer;
	background: transparent;
	border: 0;
	font-size: 50px;
	transform: rotate(45deg);
}
#callbackModal, #loginModal {
    overflow: visible;
}