* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

/*@font-face {
	font-family: SolomonSans-SemiBold;
	src: url(../font/SolomonSans-SemiBold.otf);
}

.white-button {
	font-family: SolomonSans-Semibold;
}*/

body {
    font-family: Calibri, Tahoma, sans-serif;
}

.cols {
    float: left;
}

h1 {
    font-size: 33px;
    line-height: 1em;
    margin-bottom: 8px;
    font-weight: bold;
}

h2 {
    font-size: 18px;
    line-height: 1em;
    margin-bottom: 15px;
    font-weight: bold;
}

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

.img-x1,
.img-x2 {
    display: none !important;
}

.mobile {
    display: none;
}

.container {
    /* width: 1280px; */
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
}

.header-bottom.desktop .container,
.header-top .container {
    padding: 0;
}

.header-top .container > div {
    float: left;
}

.flex-header {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    margin-left: 20px;
}

.header-top .region {
    width: 220px;
    margin-top: 11px;
    position: relative;
}

.regison > span,
.region .wrap {
    width: 100%;
}

.region .wrap {
    margin-bottom: 4px;
}

.region span,
.region a {
    color: #fff;
    font-size: 14px;
    line-height: 14px;
}

.region a {
    text-decoration: none;
    border-bottom: 1px dashed #fff;
}

.region a:hover {
    border-bottom: 1px dashed transparent;
}

.header-top .search {
    margin-left: 10px;
    width: 215px;
    height: 41px;
    background: #FAFAFA;
    /* border-radius: 20px;*/
    margin-top: 25px;
    border: 1px solid #ECECEC;
    position: relative;
    top: 1px;
}

.search input {
    width: 100%;
    height: 100%;
    outline: none;
    background: url(/local/templates/main/images/search-icon.png) no-repeat 93% 11px;
    border: none;
    padding-left: 15px;
    padding-right: 10px;
}


.search input::placeholder {
    font-size: 13px;
    line-height: 15px;
    color: #B8B8B8;
}
.search input::-webkit-input-placeholder {
    font-size: 13px;
    line-height: 15px;
    color: #B8B8B8;
}
.search input::-moz-placeholder {
    font-size: 13px;
    line-height: 15px;
    color: #B8B8B8;
}
.search input:-moz-placeholder {
    font-size: 13px;
    line-height: 15px;
    color: #B8B8B8;
}
.search input:-ms-input-placeholder {
    font-size: 13px;
    line-height: 15px;
    color: #B8B8B8;
}

.search form {
    height: 100%;
}

.logo {
    margin-left: 18px;
    width: 191px;
    height: 34px;
    background: url(/local/templates/main/images/new_logo.jpg);
}

.header-top .registration {
    height: 60px;
    width: 180px;
    padding-top: 22px;
    margin-left: 68px;
    position: relative;
    padding-left: 20px;
    background: url(/local/templates/main/images/registration-icon.png) no-repeat 154px 19px;
}

.registration a {
    text-decoration: none;
    color: #EBEBEB;
}


.header-top .cart {
    width: 120px;
    background: url(/local/templates/main/images/cart-icon.png) no-repeat 85px 19px;
}

/*.header-top .cart.active {*/
/*	background: url(/local/templates/main/images/cart-icon-hover.png) no-repeat 85px 19px;*/
/*}*/

.cart .count {
    top: 20px;
    right: 0;
}

.header-bottom {
    height: 40px;
    background: #2C3E6F;
}

.header-bottom .menu {
    text-align: center;
    height: 40px;
}

.menu a,
.menu div {
    display: inline-block;
    text-decoration: none;
    color: #ebebeb;
    padding: 9px 16px;
}

.menu div {
    cursor:pointer
}

.menu a:first-child {
    border: none;
}

.black-button {
    color: #201e1e;
    border: 2px solid black;
    font-size: 18px;
    padding-top: 10px;
}

.advant {
    margin-top: 35px;
}

.advant .element {
}

.container .head-container span {
    font-size: 18px;
}

.categories,
.view {
}

.categories .wrapper {
    float: left;
    width: 954px;
}

.categories .element {
    display: block;
    width: 292px;
    height: 259px;
    margin-right: 0;
    margin-bottom: 20px;
    float: left;
    text-decoration: none;
}

.categories .slider-container {
    float: right;
    width: 292px;
}

.view .wrapper {
    margin: 36px 0 48px 0;
}

.view .cols {
    padding-right: 20px;
}

.view .cols:last-child {
    padding-right: 0;
}

.view .element {
    /*width: 292px;*/
}

.view .element .img-container {
    height: 295px;
    overflow: hidden;
}

.view .element .name {
    font-size: 16px;
}

.view .element div,
.element .retail .price {
    font-size: 16px;
}

.news span {
    font-size: 18px;
}

.news input {
    width: 340px;
    margin: 21px 30px 0 28px;
}

.white-button {
    margin-right: 10px;
    margin-top: 20px;
}

.news-catalog {
    padding-bottom: 10px;
}

.news-catalog .column {
    width: 396px;
    float: left;
}

.news-catalog .column.column-center {
    margin: 0 29px;
}

.news-catalog .element:last-child {
    border-bottom: none;
}

.news-catalog .element p {
}

.name-column {
    margin-right: 15px;
}

.container .news-catalog .head-container {
    margin: 25px 0 35px 0;
}

.mobile-tabs.tabs.disable {
    display: block;
}

.video-container {
    width: 292px;
    /*height: 231px;*/
    margin-top: -10px;
    margin-bottom: 20px;
    height: 200px;
    overflow: hidden;
}

.static-text .column {
    float: left;
    width: 604px;
    margin-right: 20px;
}

.static-text .column:last-child {
    margin-right: 0;
}

.static-text p {
    color: #888888;
    font-size: 14px;
    line-height: 1.3em;
    padding-top: 25px;
}

.achive {
    margin-bottom: 70px;
}

.achive .element {
    width: 292px;
    float: left;
    margin-left: 20px;
}

.achive .element:first-child {
    margin-left: 0;
}

.achive > .h1 {
    margin-bottom: 45px;
}

.footer-top {
    /* height: 365px; */
    padding: 25px;
}

.footer-top ul:last-child {
    margin-right: 0;
    position: relative;
}

.footer-top ul:last-child li:last-child {
    margin-top: 10px;
}

.footer-top ul:last-child li:last-child a {
    text-decoration: underline;
}

.footer-bottom {
    padding-top: 18px;
}

.next,
.prev {
    display: none;
}

/*.footer-bottom span {
    display: none;
}*/

.mobile-slider {
    display: none;
}

.catalog .cols {
    position: relative;
    min-height: 390px;
    padding: 0;
    width: 290px;
    margin: 20px 15px 20px 0px;
}

.catalog .cols:nth-child(3n) {
    /* margin-right: 0;*/
}

.hover-element {
    width: 100%;
}

.hover-element:hover {
    position: absolute;
    top: 0;
    width: 400px;
    height: 474px;
    box-shadow: 0 0 35px black;
    left: -100px;
    top: -20px;
    background: white;
    z-index: 99;
}

.hover-element:hover .element {
    margin-left: 100px;
    margin-top: 20px;
}

.gallery .img-container:first-child {
    margin-top: 20px;
}

.gallery .img-container,
.product-gallery .img-container {
    width: 72px;
    height: 70px;
    overflow: hidden;
    border: 1px solid #c4c4c4;
    position: relative;
    cursor: pointer;
}

.gallery .img-container {
    margin: 10px;
}

.gallery .img-container.active,
.product-gallery .img-container.active {
    border: 2px solid #2c3e6f;
}

.gallery .img-container img,
.product-gallery .img-container img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.hover-element:hover .gallery {
    display: block;
}

.hover-element:hover .button-container {
    display: block;
}

.hover-element .button-container .button {
    display: inline-block;
    width: 140px;
    height: 40px;
    font-size: 16px;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    padding-top: 10px;
    float: left;
}

.hover-element .button-container .button.white {
    color: #2c3e6f;
    border: 2px solid #2c3e6f;
    margin-right: 10px;
    margin-left: 54px;
}

.hover-element .button-container .button.blue {
    color: white;
    background: #2c3e6f;
}

.hover-element .button-container .button.gray {
    color: white;
    background: darkgray;
}

.hover-element:hover .element .img-container {
    border: none;
}

.catalog .filter .select-container {
    width: 150px;
}

.filter .select-container {
    margin-left: 20px;
}

.filter .select-container:first-child {
    margin-left: 0;
}

.filter .select-container:last-child {
    margin-left: 107px
}

.catalog {
    width: 917px;
    float: left;
}

.filter-mobile {
    display: none;
}

.gallery-control {
    display: none;
}

.product-slider {
    width: 608px;
}

.price-wrapper,
.link-wrap {
    width: 292px;
}

.link-wrap {
    float: right;
    margin-right: 14px;
    margin-top: 50px;
}

.main-container {
    /* min-width: 1228px; */
    /*max-width: 1920px;*/
    width: 100%;
    margin: 0 auto;
}

.product-slider .main-img {
    width: 500px;
    min-height: 300px;
}

.description {
    width: 314px;
    padding-right: 15px;
}

.product-column {
    width: 124px;
    margin-right: 10px;
}

.name-column {
    width: 100px;
}

.size-column {
    width: 130px;
}

.quantity-column {
    width: 132px;
}

.vol-column {
    width: 108px;
}

.weight-column {
    width: 88px;
}

.cost-column {
    width: 148px;
    position: relative;
}

.cart .result {
    width: 255px;
    padding-left: 30px;
}

.cart .economie .name:first-child {
    margin-left: 10px;
    margin-right: 40px;
}

.cart .economie .name {
    margin-right: 3px;
    float: left;
    display: inline-block;
}

.cart .economie {
    padding: 14px 0;
}

.cart .delete {
    right: 0;
    top: 0;
    border: 1px solid #c4c4c4;
}

.cart .continue {
    width: 248px;
}

.cart .view .cols:hover .element {
    top: -20px;
}

.cart .view .cols:hover .add-to-cart {
    display: block;
}

.add-to-cart .button-cart {
    position: absolute;
    bottom: 20px;
}

.add-to-cart .button-cart {
    display: block;
    width: 290px;
    height: 40px;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    color: white;
    background: #2c3e6f;
    padding-top: 12px;
}

.pop-up div.popup-window.add-to-cart {
    width: 654px;
    padding: 14px 20px 28px 20px;
    border-top: 4px solid #2c3e6f;
}

.popup-window.add-cart.open .items-imeage .left-icon.detail-left-icon-1 {
    display: none;
}

.pop-up div.popup-window.add-to-cart .h1 {
    padding: 0;
    border: none;
}

.slider-cart-container {
    position: relative;
    width: 292px;
    float: left;
    /*height: 334px;*/
    border: 1px solid #e5e5e5;
    padding: 10px 0;
}

.slider-cart-container .bx-wrapper img {
    margin: 0 auto;
}

.add-to-cart .wrapper {
    padding-left: 30px;
    width: 322px;
    float: left;
}

.pop-up .add-to-cart .name,
.pop-up .add-to-cart .code,
.pop-up .add-to-cart .price,
.pop-up .add-to-cart .price-whol {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.2em;
}

.pop-up .add-to-cart .name,
.pop-up .add-to-cart .price-whol {
    color: #232323;
}

.pop-up .add-to-cart .code,
.pop-up .add-to-cart .price {
    color: #2c3e6f;
}

.pop-up .add-to-cart .code {
    margin-bottom: 20px;
}

div.popup-window.add-to-cart .price span,
div.popup-window.add-to-cart .price-whol span {
    font-weight: normal;
    display: inline-block;
    color: #888888;
}

div.popup-window.add-to-cart .total-cost {
    font-size: 14px;
    color: #323232;
    line-height: 18px;
    vertical-align: bottom;
    text-align: center;
    margin-top: 24px;
    margin-bottom: 20px;
}

div.popup-window.add-to-cart .total-cost span {
    display: inline-block;
    font-weight: bold;
    font-size: 18px;
    color: #2c3e6f;
}

div.popup-window.add-to-cart .button-cart {
    position: static;
}

div.popup-window.add-to-cart .text-wrap {
    text-align: center;
    margin-top: 20px;
}

div.popup-window.add-to-cart .text-wrap div {
    font-size: 14px;
    color: #323232;
}

div.popup-window.add-to-cart .text-wrap span {
    font-weight: bold;
}

.add-to-cart .cart-back-wrap {
    width: 292px;
    float: left;
    margin-top: -70px;
}

.add-to-cart .cart-back-wrap a {
    font-size: 14px;
    color: #232323;
    font-weight: bold;
    display: inline-block;
    padding-left: 24px;
    background: url(/local/templates/main/images/cart-back-icon.png) no-repeat;
    height: 17px;
}

.add-to-cart .cart-back-wrap span {
    color: #c4c4c4;
    padding-top: 4px;
    padding-left: 24px;
}

.not-found .left,
.not-found .right {
    width: 50%;
    margin-top: 156px;
    height: 338px;
}

.not-found .search {
    width: 172px;
}

.not-found .left img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.not-found .right {
    padding-top: 74px;
    padding-left: 50px;
    padding-right: 30px;
}

/* .content.info-page {
	display: none;
} */

.info-page .sidebar-info {
    width: 294px;
}

.info-page .info-content {
    width: 914px !important;
    margin-right: 0 !important;
}

.info-slider-container {
    width: 292px;
}

.info-page .sidebar-info li {
    padding-right: 26px;
}

.info-page .sidebar-info li.active a,
.info-page .sidebar-info li.active span {
    cursor: default;
}

.info-page .sidebar-info li a,
.info-page .sidebar-info li span {
    padding: 14px 14px 14px 0px;
    position: relative;
    font-size: 16px;
    color: #282828;
    display: block;
}

.info-page .sidebar-info li a:hover,
.info-page .sidebar-info li span:hover {
    text-decoration: none;
    font-weight: bold;
    background: url(/local/templates/main/images/sidebar-info-bg.png) no-repeat;
    background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
}

.info-page .info-drop {
    display: none;
}

.cart-wrapper.thanks-cart {
    width: 894px;
}

.thanks-wrap {
    width: 560px;
}

.result.thanks-res {
    width: 294px;
    padding: 0;
}

.res-container {
    background: url(/local/templates/main/images/thanks-wrap-bg.png) no-repeat center;
}

.checkout-page .cart .result {
    width: 290px;
}

.step-checkout {
    width: 938px;
}

.step-wrapper .step-right {
    width: 286px;
}

.transport-company .company-element {
    width: 174px;
    margin-left: 24px;
}

.checkout-radio-wrapper {
    width: 292px;
}

.checkout-submit {
    width: 288px;
}

.step-element .step-wrapper {
    width: 624px;
}

.step-element .step-name {
    width: 314px;
}

.extra {
    float: left;
}

.comment:before {
    left: -30px;
}

.step-element .step-name {
    padding-right: 82px;
}

.header-top {
    height: 82px;
    position: relative;
}

.header-top .container {
    height: 100%;
    display: flex;
}

.header-top .wrap {
    height: 100%;
}

/*.header-top .region .wrap {*/
/*	margin-left: 24px;*/
/*}*/

.header-top .phone-one {
    padding-top: 6px;
    display: block;
}

.header-top .wrap > div {
    float: left;
}

.header-top .sec {
    padding: 5px 0;
    color: #2c3e6f;
    font-size: 14px;
    font-weight: bold;
    display: block;
    float: left;
    width: 100%;
    display: block;
    margin-top: 0px;
    color: #2c3e6f;
    font-size: 18px;
    font-weight: 700;
}

.logo {
    margin-top: 12px;
}

.logo a {
    width: 100%;
    height: 100%;
    display: block;
}

.header-top .cart {
    height: 100%;
    position: relative;
    margin-right: 20px;
}

.cart .count {
    position: absolute;
    display: none;
    color: white;
    font-size: 12px;
    width: 20px;
    height: 20px;
    text-align: center;
    background: #2c3e6f;
    border-radius: 30px;
    box-shadow: 0 0 1px #8a94af;
    padding-top: 4px;
    padding-left: 1px;
    margin-top: -7px;
}

.cart.active .count {
    display: block;
}

.cart > a {
    text-decoration: none;
    color: #848484;
    display: block;
    height: 100%;
    width: 100%;
    padding-top: 22px;
    padding-left: 12px;
}

.cart.active > a {
    color: #2c3e6f;
    font-weight: bold;
}

.header-top .search {
    cursor: pointer;
}

.menu-mobile {
    height: 100%;
    float: left;
    background: url(/local/templates/main/images/menu-mobile-icon.png) no-repeat center;
    cursor: pointer;
}

.main-slider .head-container {
    position: absolute;
    z-index: 999;
    text-align: center;
}

.main-slider .head-container .h1,
.main-slider .head-container .h2 {
    text-transform: uppercase;
    font-weight: bolder;
}

.button {
    display: block;
    width: 200px;
    height: 42px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    text-decoration: none;
}

.main-slider-container,
.mobile-slider {
    position: relative;
    overflow: hidden;
    min-height: 330px;
}

.mobile-slider {
    padding: 0 10%;
    margin: 20px 0;
}

.prev,
.prev-mobile {
    left: 3%;
}

.next,
.next-mobile {
    right: 3%;
}

.prev {
    background: url(/local/templates/main/images/arrow-left.png) no-repeat;
}

.next {
    background: url(/local/templates/main/images/arrow-right.png) no-repeat;
}

.prev-mobile {
    background: url(/local/templates/main/images/arrow-left-mobile.png) no-repeat;
}

.next-mobile {
    background: url(/local/templates/main/images/arrow-right-mobile.png) no-repeat;
}

.prev,
.next,
.prev-mobile,
.next-mobile {
    width: 23px;
    height: 23px;
    position: absolute;
    top: 50%;
    z-index: 999;
}

.prev a,
.next a,
.prev-mobile a,
.next-mobile a {
    display: block;
    height: 100%;
}

.advant .cols {
    width: 396px;
}


.advant .cols.col-center {
    margin: 0 29px;
    padding: 0;
}

.advant .element .h1 {
    font-size: 18px;
    font-weight: bold;
    color: #2c3e6f;
    padding-bottom: 4px;
}

.advant .element p {
    font-size: 14px;
    color: #323232;
    line-height: 1.1em;
}

.container .head-container {
    width: 100%;
    margin-bottom: 20px;
}

.container .head-container span {
    font-weight: bold;
    color: #2c3e6f;
}

.page-content .container-catalog {
    min-height: 200px;
}

.ajax_products_loading {
    color: #2c3e6f;
    font-size: 16px;
}

.page-content h1 {
    font-weight: bold;
    color: #2c3e6f;
    font-size: 18px;
}

.container .head-container.bold {
    font-size: 18px;
}

.container .head-container a {
    color: #323232;
    font-size: 14px;
    text-decoration: none;
    border-bottom: 1px dashed #323232;
    font-weight:bold
}

.categories .element img {
    width: 100%;
}

.view .img-container img {
    /*width: 69%;*/
}

.view .element {
    display: block;
    text-decoration: none;
    /*float: left;*/
}

.view .element .img-container {
    position: relative;
    border-bottom: 1px solid #c4c4c4;
    width: 100%;
    margin-bottom: 8px;
    text-align: center;
}

.view .img-container img {
    display: inline-block;
}

.view .element .name {
    font-weight: bold;
    color: #282828;
}

.view .element div {
    line-height: 1.1em;
}

.view .element div,
.element .retail .price {
    font-weight: bold;
    color: #888888;
}

.view .whol .price {
    color: #2c3e6f;
}

.view .whol .sale-price {
    color: #cc2229;
}

.sale .price {
    text-decoration: line-through;
}

/*
.view .sale {
	background: url(/local/templates/main/images/sale-icon.png) no-repeat 10px 1px;
}
.view .new {
	background: url(/local/templates/main/images/new-icon.png) no-repeat 10px 1px;
}
*/
.news {
    margin-bottom: 30px;
    height: 82px;
    margin-left: 20px;
}

.news span,
.news input,
.news a {
    float: left;
}

.news span {
    font-size: 22px;
    display: inline-block;
    color: #323234;
    font-weight: bold;
    padding-top: 32px;
    text-transform: uppercase;
}

.news input {
    outline: none;
    background: white;
    font-size: 14px;
    color: #323232;
    height: 40px;
    padding: 0 12px;
    border: 1px solid #2F3F6E;
}

.white-button {
    color: white;
    font-size: 16px;
    padding-top: 10px;
    border: 2px solid white;
}

.news .white-button {
    color: #2F3F6E;
    font-size: 16px;
    padding-top: 10px;
    border: 2px solid #2F3F6E;
}

.news-catalog .date {
    color: #888888;
    font-size: 14px;
    display: block;
    line-height: 1.2em;
}

.news-catalog .element .h1 {
    display: inline-block;
    text-decoration: none;
    color: #232323;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.2em;
    min-height: 32px;
}

.news-catalog .element p {
    display: block;
    color: #232323;
    font-size: 14px;
    line-height: 1.2em;
    padding-bottom: 30px;
    min-height: 80px;
}

.news-catalog .element {
}

.tabs.disable {
    display: none;
}

.static-text .element .h1,
.achive .h1 {
    color: #2c3e6f;
    font-size: 18px;
    font-weight: bold;
    padding-top: 30px;
}

.achive .element {
    position: relative;
    text-align: center;
}

.achive .element img {
    display: inline-block;
}

.achive .element .h1 {
    text-align: center;
}

.achive .element p {
    text-align: center;
    font-size: 14px;
    color: #232323;
    padding: 4px 25px 0 25px;
}

.footer-top li,
.footer-top li a {
    font-size: 14px;
    color: white;
    text-decoration: none;
}

.footer-top li {
    padding-bottom: 10px;
}

.footer-top {
    background: #2c3e6f;
}

.social-container a {
    float: left;
    margin-top: 10px;
    margin-right: 10px;
}

#footer .social-container a {
    width: 42px;
    height: 42px;
    display: block;
}

.instagram {
    background: url(/local/templates/main/images/instagram-icon.png) no-repeat;
}

.facebook {
    background: url(/local/templates/main/images/facebook-icon.png) no-repeat;
}

.vk {
    background: url(/local/templates/main/images/vk-icon.png) no-repeat;
}

.twitter {
    background: url(/local/templates/main/images/twitter-icon.png) no-repeat;
}

.ok {
    background: url(/local/templates/main/images/ok-icon.png) no-repeat;
}

.footer-bottom {
    background: #252f4b;
}

.footer-bottom p {
    text-align: center;
    color: #6172a2;
    padding: 0 36px;
    font-size: 14px;
    line-height: 1.7em;
}

.vopros-button-mpb {
    display: none;
}

div.popup-window {
    width: 410px;
}

div.popup-window .center {
    width: 70%;
    margin: 0 auto;
}

.pop-up {
    position: absolute;
    width: 100%;
    top: 120px;
}

div.popup-window {
    background: white;
    margin: 0 auto;
    position: relative;
    z-index: 9999999999;
}

div.popup-window .tabs-container .tabs-link {
    float: left;
    width: 50%;
    font-size: 18px;
    color: #323232;
    padding: 11px 0;
    cursor: pointer;
    text-align: center;
}

div.popup-window .tabs-link.active {
    border-top: 4px solid #2c3e6f;
    color: #2c3e6f;
    font-weight: bold;
    padding-top: 7px;
}

div.popup-window .tabs-link.disable {
    background: #e0e0e0;
    border-left: 1px solid #cbcbcb;
}

div.popup-window .tabs {
    padding: 30px 20px 20px 20px;
}

div.popup-window input {
    width: 100%;
    height: 40px;
}

div.popup-window .popup-input-text {
    border: 1px solid #c4c4c4;
    padding: 0 10px;
    outline: none;
    margin: 10px 0 20px 0;
}

div.popup-window .popup-input-text:focus {
    border-color: #232323;
}

div.popup-window input[type="submit"] {
    color: white;
    background: #2c3e6f;
    border: none;
    cursor: pointer;
    text-transform: uppercase;
}

div.popup-window span {
    font-size: 14px;
    color: #470007;
    display: block;
}

#letter-manager span {
    float: left;
}

div.popup-window .center a {
    border-bottom: 1px solid;
}

div.popup-window.sity a,
div.popup-window.registration-popup a,
div.popup-window.for-got a {
    font-size: 14px;
    text-decoration: none;
    border-bottom: 1px dashed;
}

div.popup-window .link-container {
    text-align: center;
}

div.popup-window .link-container a {
    color: #999999;
}

div.popup-window .popup-link {
    color: #232323;
    margin: 0 auto;
    display: inline-block;
}

div.popup-window .close {
    position: absolute;
    bottom: 20px;
    right: 20px;
    color: #888888;
}

div.popup-window .check-in.error .popup-input-text {
    border: 2px solid #cc2229;
    margin: 9px 0 19px 0;
    color: #cc2229;
}

div.popup-window.disable {
    display: none;
}

div.popup-window.open {
    display: block;
}

div.popup-window .error-text {
    color: #cc2229;
}

.tabs .error-text {
    display: none;
}

.tabs.error .error-text {
    display: block !important;
}

.tabs.error .normal-text {
    display: none;
}

.overlay {
    width: 100%;
    background: rgba(145, 145, 145, 0.5);
    position: absolute;
    top: 0;
    z-index: 99999;
}

.overlay.disable {
    display: none;
}

div.popup-window .close-icon {
    width: 17px;
    height: 17px;
    background: url(/local/templates/main/images/close-icon.png) no-repeat;
    cursor: pointer;
    position: absolute;
    top: 20px;
    right: 10px;
}

/* @media (min-width: 749px) {
	div.popup-window.sity {
		width: 730px;
	}

	div.popup-window.sity ul {
		width: 25%;
	}
} */

div.popup-window.sity {
    /* border-top: 4px solid #2c3e6f; */
    max-width: 800px;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
}

div.popup-window.sity::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    z-index: -1;
}

div.popup-window.sity a {
    border-bottom: none;
}

div.popup-window.sity .region-button span {
    font-size: 18px;
    line-height: 36px;
    text-align: center;
    color: #45547c;
    border-bottom: 1px solid #c3c3c3;
    padding-top: 10px;
    padding-bottom: 10px;
}

div.popup-window.sity .region-country {
    margin-top: 10px;
}

div.popup-window.sity .country-link {
    font-size: 18px;
    font-weight: bold;
    line-height: 36px;
    color: #45547c;
}

div.popup-window.sity .country-inner {
    display: flex;
    flex-wrap: wrap;
}

div.popup-window.sity .country-inner a {
    width: 25%;
    font-size: 14px;
    line-height: 36px;
    color: #45547c;
}

div.popup-window .h1 {
    color: #2c3e6f;
    font-size: 18px;
    font-weight: bold;
    padding: 20px;
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 30px;
}

div.popup-window.for-got .h1 {
    margin: 0;
    border: none;
    padding-top: 0;
    text-align: center;
}

div.popup-window.for-got span.error-text {
    display: none;
}

div.popup-window.for-got span {
    width: 190px;
    text-align: center;
    display: block;
    margin: 0 auto;
}

div.popup-window.sity .wrapper {
    display: block;
    width: 100%;
    background: url(/local/templates/main/images/rus-bg.png) no-repeat center;
}

div.popup-window.sity ul {
    float: left;
}

div.popup-window.sity li {
    padding-bottom: 30px;
}

div.popup-window.sity li a {
    color: #2c3e6f;
    position: relative;
}

div.popup-window.sity .active {
    border: none;
    font-weight: bold;
}

div.popup-window.sity .active:before {
    content: url(/local/templates/main/images/sity-icon.png);
    position: absolute;
    left: -17px;
}

.checkbox-container {
    margin-bottom: 20px;
    height: 20px;
}

.checkbox-container span {
    display: inline-block;
    margin-left: 20px;
    padding-top: 5px;
}

.checkbox-container input {
    width: 20px;
    height: 20px;
}

.checkbox-container label {
    display: inline !important;
}

.checkbox {
    vertical-align: top;
    width: 17px;
    height: 17px;
}

.checkbox + label {
    cursor: pointer;
}

.checkbox:not(checked) {
    position: absolute;
    opacity: 0;
}

.checkbox:not(checked) + label {
    position: relative;
    padding: 0 0 0 15px;
}

.checkbox:not(checked) + label:before {
    content: '';
    position: absolute;
    top: -3px;
    left: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #c4c4c4;
}

.checkbox:not(checked) + label:after {
    content: url(/local/templates/main/images/sity-icon.png);
    position: absolute;
    top: 2px;
    left: 5px;
    display: none;
}

.checkbox:checked + label:after {
    display: block;
}

.step .wrap input {
    font-size: 16px;
    cursor: pointer;
}

.step .wrap > div {
    float: left;
    margin-right: 5.6%;
    position: relative;
}

.step .wrap > div:last-child {
    margin-right: 0;
}

.select-container:before {
    content: url(/local/templates/main/images/arrow-disable.png);
    position: absolute;
    cursor: pointer;
}

div.popup-window .select-container:before {
    top: 20px;
    right: 6px;
}

.step .wrap .date,
.step .wrap .year {
    width: 19.6%;
}

.step .wrap .month {
    width: 49.5%;
}

.drop-list {
    position: absolute;
    z-index: 10;
    top: 10px;
    max-height: 188px;
    width: 100%;
    padding-left: 10px;
    display: block;
    border: 1px solid #c4c4c4;
    background: white;
    pointer-events: none;
}

.drop-list:before {
    content: url(/local/templates/main/images/arrow-enable.png);
    position: absolute;
    pointer-events: all;

}

div.popup-window .drop-list:before {
    top: 10px;
    right: 6px;
}

.drop-list li {
    font-size: 16px;
    color: #232323;
    padding: 13px 0;
    display: block;
    cursor: pointer;
    pointer-events: all;
}

.drop-list li.price-desc:after {
    content: "";
    width: 32px;
    height: 14px;
    background: url(./../images/price_filter.png) no-repeat bottom center transparent;
    position: relative;
    display: inline-block;
    top: 2px;
    left: 10px;
}

.drop-list li.price-asc:after {
    content: "";
    width: 32px;
    height: 14px;
    background: url(./../images/price_filter.png) no-repeat top center transparent;
    position: relative;
    display: inline-block;
    top: 2px;
    left: 10px;
}

.js-disable {
    display: none;
}

.step.disable {
    display: none;
}

.drop-window {
    padding: 20px;
    background: white;
    position: absolute;
    z-index: 9999;
    box-shadow: 0px 0px 35px black;
}

.drop-window .submit-drop,
.drop-window span,
.drop-window .h1 {
    display: block;
    width: 100%;
    text-decoration: none;
}

.drop-window .h1 {
    font-size: 18px;
    color: #2c3e6f;
    font-weight: bold;
    padding-bottom: 6px;
}

.drop-window span {
    font-size: 14px;
}

.drop-window .submit-drop {
    height: 42px;
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
    padding-top: 13px;
    margin-top: 10px;
    font-weight: bold;
}

.drop-window .blue-bg,
.result .result-submit {
    color: white;
    background: #2c3e6f;
}

.drop-window .white-bg,
.select-container .white-bg {
    color: #2c3e6f;
    border: 2px solid #2c3e6f;
    background: none;
}

.region-window {
    width: 284px;
    left: 64px;
}

.region-window:before {
    content: url(/local/templates/main/images/triangle.png);
    position: absolute;
    top: -14px;
}

.region-window.disable {
    display: none;
}

.registration-window,
.login-window {
    width: 282px;
    right: 0;
    top: 33px;
    box-shadow: 0 35px 85px gray;
    display: none;
}

.registration-window::before,
.login-window::before {
    content: '';
    display: block;
    width: 100%;
    height: 13px;
    background: transparent;
    position: absolute;
    top: -12px;
    left: 0;
    right: 0;
}

.registration-window .margin,
.login-window .margin {
    margin-top: 20px;
}

/*.registration.disable:hover {
    box-shadow: 0 0 35px gray;
    background: url(/local/templates/main/images/registration-icon-hover.png) no-repeat 154px 19px;
    padding-right: 30px;
}*/

.registration.disable:hover .registration-window {
    display: block;
}

.registration.active:hover .login-window {
    display: block;
}

.registration > span {
    color: #EBEBEB;
    word-wrap: break-word;
    font-size: 14px;
    line-height: 16px;
}

.registration.disable > span {
    display: none;
}

.registration {
    /*background: url(/local/templates/main/images/registration-icon-hover.png) no-repeat 154px 19px;*/
    cursor: pointer;
    display: flex;
    align-items: center;
    position:relative
}

.registration.active .new-disable {
    display: none;
}

.cart-window {
    right: 0;
    width: 284px;
    display: none;
    box-shadow: 0 35px 85px gray;
}

#header .cart.active:hover {
    box-shadow: 0 0 35px gray;
}

#header .cart.active:hover .cart-window {
    display: block;
}

.cart-window .cart-list {
    max-height: 272px;
}

.cart-window li {
    display: block;
    height: 136px;
    border-bottom: 1px solid #dfdfdf;
    padding-top: 10px;
}

.cart-window li a {
    text-decoration: none;
}

.cart-window img {
    float: left;
}

.cart-window .text-container {
    width: 130px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.cart-window .text-container div {
    font-size: 14px;
    font-weight: bold;
    line-height: 18px;
    float: none;
}

.cart-window .text-container .name {
    /* color: #282828; */
    color: #525252;
}

.cart-window .text-container .price {
    color: #2c3e6f;
}

.cart-window .result-text {
    font-size: 18px;
    text-align: center;
    padding-top: 16px;
}

.cart-window .result-text div {
    display: inline-block;
    font-weight: bold;
    color: #2c3e6f;
}

.cart-window .total {
    text-align: center;
    font-size: 16px;
}

.menu-mobile-wrapper {
    width: 270px;
    background: #14305e;
    position: absolute;
    top: 0;
    z-index: 999999;
}

.menu-mobile-wrapper.disable {
    display: none;
}

.menu-mobile-wrapper .head {
    height: 60px;
    padding: 0 14px 0 14px;
    background: #1c3c71;
}

.menu-mobile-wrapper .head .user {
    padding-top: 14px;
    padding-left: 32px;
}

.menu-mobile-wrapper .head .user:before {
    content: url(/local/templates/main/images/user-icon.png);
    position: absolute;
    left: 14px;
    top: 20px;
    width: 18px;
    height: 19px;
}

.menu-mobile-wrapper .head .user a {
    font-size: 14px;
    color: white;
    text-decoration: none;
    border-bottom: 1px solid white;
}

.menu-mobile-wrapper .head .user span {
    color: #4771b6;
    font-size: 14px;
    display: block;
    width: 100%;
    padding-top: 4px;
}

.menu-mobile-wrapper .head .aut a {
    font-size: 14px;
    text-decoration: none;
    text-transform: uppercase;
    color: white;
    margin-top: 24px;
    display: inline-block;
}

.menu-mobile-wrapper .head.active .aut {
    display: none;
}

.menu-mobile-wrapper .head.disable .user {
    display: none;
}

.menu-mobile-wrapper .search {
    height: 56px;
    padding: 12px 14px 0 14px;
}

.menu-mobile-wrapper .search input {
    width: 100%;
    height: 30px;
    border: none;
    background: #43597e;
    border-radius: 5px;
    padding: 0 10px;
    outline: none;
    color: white;
}

.menu-mobile-wrapper .menu-list li {
    border-bottom: 1px solid #14305e;
    background: #1c3c71;
}

.menu-mobile-wrapper .menu-list li a,
.menu-mobile-wrapper .menu-list li span {
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
    color: white;
    padding: 14px 0 14px 14px;
    display: block;
    /*width: 100%;*/
}

.menu-mobile-wrapper .menu-list .sity {
    border-bottom: 1px solid white;
    padding-left: 20px;
    display: inline-block;
    padding: 0;
    margin: 14px 0 14px 34px;
    position: relative;
}

.menu-mobile-wrapper .menu-list .sity:before {
    content: url(/local/templates/main/images/sity-menu-icon.png);
    position: absolute;
    left: -20px;
    top: -2px;
}

.menu-mobile-wrapper .cart.disable .not-empty {
    display: none;
}

.menu-mobile-wrapper .cart.active .empty {
    display: none;
}

.menu-mobile-wrapper .cart span {
    color: #4771b6;
    font-size: 14px;
}

.menu-mobile-wrapper .cart .empty {
    display: block;
    width: 100%;
    text-align: center;
}

.menu-mobile-wrapper .cart.disable {
    background: url(/local/templates/main/images/cart-menu-icon.png) no-repeat 14px 20px;
    padding: 24px 0;
}

.menu-mobile-wrapper .cart.active {
    position: relative;
    padding-top: 20px;
    background: url(/local/templates/main/images/cart-menu-icon.png) no-repeat 14px 26px;
}

.menu-mobile-wrapper .cart span.not-empty {
    margin-left: 56px;
    display: block;
}

.menu-mobile-wrapper .cart .white {
    display: inline-block;
    font-size: 16px;
    color: white;
}

.menu-mobile-wrapper .cart a {
    display: block;
    text-align: center;
    color: white;
    border: 2px solid white;
    text-transform: uppercase;
    height: 36px;
    width: 240px;
    margin: 0 auto;
    padding: 9px 0;
    margin-top: 20px;
}

.menu-mobile-wrapper .cart .counter {
    height: 25px;
    width: 25px;
    text-align: center;
    background: url(/local/templates/main/images/counter-bg.png) no-repeat center;
    color: #14305e;
    font-size: 12px;
    font-weight: bold;
    padding-top: 6px;
    position: absolute;
    top: 14px;
    left: 25px;
}

.bread-crumbs {
    padding: 20px 0;
    height: 60px;
    display: block;
}

.bread-crumbs > div {
    float: left;
    padding-right: 3px;
}

.bread-crumbs a,
.bread-crumbs span {
    color: #323232;
    font-size: 14px;
    display: inline-block;
}

.bread-crumbs a {
    border-bottom: 1px dashed #323232;
    text-decoration: none;
}

.sidebar {
    width: 294px;
    float: left;
}

.menu-sidebar {
    display: block;
    width: 100%;
    padding-right: 20px;
}

.menu-sidebar > li {
    width: 100%;
    padding: 12px 0;
    border-top: 1px solid #c4c4c4;
    position: relative;
    padding-right: 20px;
}

.menu-sidebar > li:last-child {
    border-bottom: 1px solid #c4c4c4;
    margin-bottom: 18px;
}

.menu-sidebar a {
    text-decoration: none;
}

.menu-sidebar > li > a {
    color: #282828;
    font-size: 16px;
    font-weight: bold;
}

.sidebar .menu-sidebar li.disable .sub-menu {
    display: none;
}
.sidebar .menu-sidebar li.disable,
.sidebar .menu-sidebar .sub-menu li {
    position: relative;
}
.menu-sidebar > li .cross {
    height: 11px;
    width: 11px;
    position: absolute;
    right: 8px;
    top: 13px;
    cursor: pointer;
}
.menu-sidebar.catalog-list .sub-menu li.active > a,
.sidebar .menu-sidebar.catalog-list .sub-menu li.active a {
    font-weight: normal;
}

.menu-sidebar li.disable>.cross {
    background: url(/local/templates/main/images/cross-icon.png) no-repeat center;
}

.menu-sidebar  li.active>.cross {
    background: url(/local/templates/main/images/line-icon.png) no-repeat center;
}

.menu-sidebar > li > a,
.sidebar .menu-sidebar .sub-menu li > a {
    margin-bottom: 5px;
    display: inline-block;
}

.sidebar .sub-menu li {
    margin-bottom: 2px;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.sidebar .sub-menu li.active {
    background: transparent !important;
}

.sidebar .sub-menu li.active::before,
.sidebar .sub-menu li.active::after {
    display: none;
}

.sidebar .sub-menu li.active a {
    text-decoration: none;
    font-weight: bold;
    background: url(/local/templates/main/css/../images/sidebar-info-bg.png) no-repeat;
    background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
}

.sidebar .sub-menu li.active a,
.sidebar .sub-menu li.active span {
    cursor: default;
}

.sidebar .sub-menu li a,
.sidebar .sub-menu li span {
    padding: 6px 35px 6px 8px;
    position: relative;
    font-size: 16px;
    color: #929292;
    display: block;
}

.sidebar .sub-menu li a:hover,
.sidebar .sub-menu li span:hover {
    text-decoration: none;
    font-weight: bold;
    background: url(/local/templates/main/images/sidebar-info-bg.png) no-repeat;
    background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
}

.catalog .banner img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.banner .text-wrap {
    width: 474px;
    padding-left: 20px;
    padding-top: 10px;
}

.banner .text-wrap .h1 {
    color: #323232;
    font-size: 32px;
    font-weight: bold;
    text-transform: uppercase;
    padding-bottom: 10px;
}

.banner .text-wrap p {
    color: #727272;
    font-size: 14px;
    line-height: 1.2em;
}

.filter .select-container,
.filter-mobile .select-container {
    position: relative;
}

.catalog .filter {
    padding: 10px 0;
}

.filter .select-container .element,
.filter-mobile .select-container .element {
    width: 100%;
    height: 30px;
    padding: 0 10px;
    cursor: pointer;
}

.filter .select-container:before,
.filter-mobile .select-container:before {
    top: 4px;
    right: 6px;
    cursor: pointer;
}

.filter .select-container .drop-list:before,
.filter-mobile .select-container .drop-list:before {
    top: 4px;
    right: 6px;
    cursor: pointer;
}

.filter .select-container .drop-list,
.filter-mobile .select-container .drop-list {
    top: 0;
}

.filter .select-container .drop-list li,
.filter-mobile .drop-list li {
    padding: 12px 10px 12px 10px;
    font-size: 14px;
}

.filter .select-container .drop-list li:hover,
.filter-mobile .select-container .drop-list li:hover {
    background-color: #e5e5e5;
}

.filter .select-container .drop-list,
.filter-mobile .select-container .drop-list {
    padding: 0;
}

.filter .select-container .price-slider {
    width: 284px;
    height: 150px;
    background: white;
    border: 1px solid #c2c2c2;
    position: absolute;
    right: 0;
    top: 29px;
    z-index: 99999;
}

#price-slider {
    margin-top: 20px;
}

.price-slider .wrap {
    float: left;
    width: 50%;
    padding: 0 0 20px 18px;
}

.price-slider .wrap span {
    font-size: 14px;
    color: #323232;
}

.price-slider .submit-drop {
    font-size: 16px;
    font-weight: bold;
    height: 42px;
    width: 140px;
    margin: 0 auto;
    display: block;
    cursor: pointer;
}

.radio {
    vertical-align: top;
    width: 10px;
    height: 10px;
}

.radio + label {
    cursor: pointer;
    /*position: relative;*/
}

.radio:not(checked) {
    position: absolute;
    opacity: 0;
}

.radio:not(checked) + label {
    position: absolute;
}

.radio:not(checked) + label:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 16px;
    height: 16px;
    background: #c3c3c3;
    border-radius: 10px;
}

.radio:not(checked) + label:after {
    content: url(/local/templates/main/images/radio-icon.png);
    position: absolute;
    top: 0px;
    left: 3px;
    display: none;
}

.radio:checked + label:after {
    display: block;
}

.price-input.disable .price-slider {
    display: none;
}

.price-input.active:before {
    content: url(/local/templates/main/images/arrow-enable.png);
    position: absolute;
    top: 4px;
    right: 6px;
}

.price-slider-container {
    width: 250px;
    height: 50px;
    margin: 0 auto;
    padding-top: 22px;
}

.slider-line {
    width: 100%;
    height: 6px;
    background: #c4c4c4;
    position: relative;
}

.slider-line .gap-line {
    position: absolute;
    top: 0;
    background: #2c3e6e;
    height: 100%;
}

.slider-line .left-button,
.slider-line .right-button {
    width: 56px;
    height: 22px;
    background: #878787;
    position: absolute;
    top: -7px;
    cursor: pointer;
    display: block;
    border: none;
    z-index: 99;
    text-align: center;
}

.slider-line .left-ch {
    width: 56px;
    height: 22px;
    position: absolute;
    top: -7px;
    cursor: pointer;
    z-index: 9999;
}

.slider-line .right-ch {
    width: 56px;
    height: 22px;
    position: absolute;
    top: -7px;
    cursor: pointer;
    z-index: 9999;
}

.slider-line .left-button,
.slider-line .left-ch {
    left: 0;
}

.slider-line .right-button,
.slider-line .right-ch {
    right: 0;
}

.gallery {
    width: 80px;
    position: absolute;
    left: 0;
    display: none;
}

.hover-element .button-container {
    padding-top: 20px;
    display: none;
    text-align: center;
}

.view.catalog {
    padding: 0;
    margin: 10px 0 16px 0;
}

.catalog .filter .select-container {
    float: left;
}

.container.catalog-wrap .news {
    margin: 0;
}

.cols .element .img-container img {
    max-width: 100%;
}

.catalog .cols{
    margin-bottom: 55px;
}
.catalog-wrap .cols,
.product .view .cols {
    margin-bottom: 24px;
}

.product-container {
    margin-bottom: 60px;
}

.description .h1,
.description .h2,
.description .name {
    color: #232323;
    font-weight: bold;
}

.description .h1,
.description .code {
    font-size: 24px;
}

.description .h2,
.description .name {
    font-size: 16px;
}

.description .code {
    color: #2c3e6f;
}

.description .code {
    padding-bottom: 12px;
    display: block;
}

.description .name span,
.description .materials span,
.description p,
.price-wrapper .price-whol span,
.price-wrapper .price span {
    color: #888888;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.2em;
}

.description .materials span {
    display: block;
}

.description .h2,
.description .name {
    padding-top: 14px;
}

.description .description-box {
    display: block;
    position: relative;
}

.description-box.nofull:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    height: 4em;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, #fff));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 100%);
    background: linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 100%);
}

.description-box-container {
    overflow: hidden;
    max-height: 55px;
}

.product-gallery .img-container {
    margin-bottom: 10px;
}

.product-gallery {
    width: 86px;
    float: left;
}

.product-slider .main-img {
    border: 1px solid #e5e5e5;
    float: left;
    position: relative;
    text-align: center;
}

.product-slider .main-img .main {
    display: inline-block;
    margin: 20px 0;
}

.product-slider .discount {
    width: 42px;
    height: 16px;
    background: #cc2229;
    color: white;
    text-align: center;
    font-size: 12px;
    padding-top: 2px;
    position: absolute;
    top: 10px;
    left: 10px;
}

.price-wrapper .price-whol {
    color: #2c3e6f;
    font-size: 36px;
    font-weight: bold;
}

.price-wrapper .price {
    color: #232323;
    font-weight: bold;
    font-size: 16px;
    padding-top: 8px;
}

.price-wrapper .table-size {
    color: #323232;
    font-size: 14px;
    border-bottom: 1px dashed #323232;
    text-decoration: none;
}

.price-wrapper .table {
    margin-top: 16px;
}

.product-add-count .input-wrap {
    display: inline-block;
    margin-left: 184px;
}

.product-add-count li {
    height: 30px;
    display: block;
    margin-top: 8px;
    position: relative;
}

.product-add-count span {
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    vertical-align: middle;
    position: absolute;
    top: 0;
    max-width: 180px;
}

.counter-input {
    text-align: center;
}

.input-wrap .minus,
.input-wrap .counter-input,
.input-wrap .plus {
    width: 30px;
    height: 30px;
    border: 1px solid #e5e5e5;
    float: left;
    margin-left: 6px;
}

.input-wrap .minus {
    background: url(/local/templates/main/images/line-icon.png) no-repeat center;
    cursor: pointer;
}

.input-wrap .plus {
    background: url(/local/templates/main/images/cross-icon.png) no-repeat center;
    cursor: pointer;
}

.product-add-count .subscribe {
    width: 102px;
    margin-left: 190px;
}

.product-add-count .subscribe,
.link-wrap a {
    display: inline-block;
    height: 30px;
    text-decoration: none;
    text-align: center;
    color: #282828;
    padding-top: 5px;
    font-size: 16px;
    border: 1px solid #e5e5e5;
}

.link-wrap a {
    padding-left: 10px;
    padding-right: 10px;
    margin-right: 8px;
    margin-bottom: 10px;
}

.product-add-count li.active .subscribe {
    display: none;
}

.product-add-count li.disable .input-wrap {
    display: none;
}

.product-add-count li.disable span {
    color: #888888;
    text-decoration: line-through;
}

.price-wrapper .cart-add,
.price-wrapper .checkout {
    font-size: 16px;
    text-decoration: none;
    text-align: center;
    width: 100%;
    text-transform: uppercase;
    display: block;
    font-weight: bold;
    height: 38px;
    padding-top: 10px;
}

.price-wrapper .cart-add {
    color: white;
    background: #2c3e6f;
    margin-top: 20px;
}

.price-wrapper .checkout {
    margin-top: 10px;
    height: 38px;
    border: 2px solid #2c3e6f;
    color: #2c3e6f;
}

.gallery-control {
    cursor: pointer;
}

.slider-link {
    display: block;
    max-width: 100%;
}

.main-slider-container .bx-wrapper img {
    width: 100% !important;
}

.video-container img {
    width: 100%;
}

.cart .table-container {
    float: left;
    max-width: 1025px;
    overflow: hidden;
}

.table-container .head-table {
    padding-bottom: 12px;
    font-size: 16px;
    color: #323232;
    height: 30px;
}

.table-container .head-table div {
    height: 16px;
    float: left;
}

.table-container li {
    border-bottom: 1px solid #c4c4c4;
    text-align: left;
    position: relative;
}

.table-container li:last-child {
    border-bottom: none;
}

.table-container .row-table {
    height: 136px;
    display: flex;
    align-items: center;
}

.cart .input-wrap div:first-child {
    margin-left: 0;
}

.cart .name-column .h1 {
    font-size: 16px;
    font-weight: bold;
    color: #323232;
}

.cart .name-column span,
.cart .cost-column span {
    color: #888888;
    display: block;
}

.cart .cost-column span {
    font-size: 14px;
}

.cart .size-column span,
.cart .vol-column span,
.cart .weight-column span {
    color: #323232;
}

.cart .delete {
    width: 30px;
    height: 30px;
    position: absolute;
    background: url(/local/templates/main/images/delete-icon.png) no-repeat center;
    cursor: pointer;
}

.cart .result {
    float: left;
}

.cart .result span {
    font-size: 16px;
    display: block;
    float: left;
}

.cart .result .left {
    color: #323232;
    text-align: left;
    width: 40%;
}

.cart .result .right {
    color: #2c3e6f;
    text-align: right;
    width: 60%;
}

.cart .result li {
    border-bottom: 1px solid #dfdfdf;
    padding: 4px 0;
}

.cart .result li.last-line {
    border-bottom: none;
    margin-bottom: 28px;
}

.cart .result li.result-line {
    border-bottom: none;
    margin-top: 10px;
}

.cart .result li.result-line span {
    font-size: 24px;
    font-weight: bold;
}

.result .result-submit {
    border: none;
    width: 248px;
    height: 40px;
    text-transform: uppercase;
    font-weight: bold;
    margin: 20px;
    cursor: pointer;
    display: inline-block;
    line-height: 40px;
    text-align: center;
    text-decoration: none;
}

.result .link-container {
    text-align: center;
    width: 100%;
    padding-top: 20px;
}

.result .link-container a {
    color: #323232;
    border-bottom: 1px dashed #323232;
    text-decoration: none;
}

.cart .economie {
    background: #efefef;
    width: 100%;
}

.cart .economie .name {
    color: #323232;
    font-size: 14px;
}

.cart .economie .name:first-child {
    font-weight: bold;
}

.cart .economie .name span {
    color: #2c3e6f;
    font-weight: bold;
}

.cart .continue {
    height: 40px;
    color: #2c3e6f;
    font-size: 16px;
    border: 2px solid #2c3e6f;
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    padding-top: 10px;
    margin: 30px 0;
}

.cart .cost-column .price {
    color: #2c3e6f;
}

.cart .view .add-to-cart {
    display: none;
    width: 332px;
    height: 472px;
    position: absolute;
    background: white;
    top: -40px;
    left: -20px;
    box-shadow: 0px 0px 35px black;
    z-index: 0;
    padding: 0 20px;
}

.cart .view .cols {
    position: relative;
}

.cart .view .element {
    position: relative;
    z-index: 99;
}

.not-found {
    height: 704px;
    background: url(/local/templates/main/images/404-bg.png) no-repeat center;
    position: relative;
}

.not-found .left,
.not-found .right {
    float: left;
    position: relative;
}

.not-found .right .help {
    color: #323232;
    font-size: 14px;
    width: 100%;
}

.not-found .search {
    background: #dbdbdb;
    height: 28px;
    border-radius: 20px;
    margin: 18px 0 30px 0;
}

.not-found .search input {
    width: 100%;
    height: 100%;
    outline: none;
    background: url(/local/templates/main/images/search-icon.png) no-repeat 8px 5px;
    border: none;
    padding-left: 28px;
    padding-right: 10px;
}

.not-found .right a {
    color: #2c3e6f;
    display: inline-block;
    margin-bottom: 30px;
}

.info-page .sidebar-info,
.info-page .info-content,
.info-slider-container {
    float: left;
}

.info-page .info-content p,
.info-page .info-list {
    color: #323232;
    font-size: 16px;
    line-height: 1.3em;
}

.info-page .sidebar-info li a {
    font-size: 16px;
    color: #282828;
    display: block;
}

.info-page .info-content .banner-container {
    margin: 14px 0;
}

.info-page .info-content .h1 {
    color: #323232;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
}

.info-page .info-list {
    margin-top: 4px;
    display: block;
}

.info-page .info-drop input {
    width: 100%;
    height: 40px;
    outline: none;
    padding-left: 10px;
    border: 1px solid #c5c5c5;
    cursor: pointer;
    color: #282828;
}

.info-page .info-drop {
    position: relative;
}

.info-page .info-drop:before {
    content: url(/local/templates/main/images/arrow-info.png);
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 9;
}

.thanks-wrap {
    height: 532px;
    background: #f4f4f4;
    margin: 20px auto 0 auto;
    padding-top: 50px;

}

.thanks-wrap .res-container {
    width: 100%;
    height: 100%;
    text-align: center;
}

.result.thanks-res {
    display: inline-block;
    float: none;
    margin-top: 70px;
}

.res-container > span {
    color: #323232;
    display: block;
    line-height: 1.4em;
}

.res-container .link a {
    color: #2c3e6f;
    display: inline-block;
    margin-top: 4px;
}

.cart-wrapper.thanks-cart {
    margin: 30px auto 40px auto;
}

.cart-wrapper.thanks-cart .math {
    display: none;
}

.cart-wrapper.thanks-cart .delete {
    display: none;
}

.res-container .invoice .name,
.invoice .invoice-link a {
    font-size: 16px;
    color: #323232;
    margin-left: 20px;
}

.res-container .invoice .date {
    color: #888888;
    font-size: 16px;
}

.res-container .invoice .invoce-link a {
    text-decoration: underline;
}

.invoice {
    padding-top: 40px;
}

.invoice .invoice-link .before-link {
    padding-left: 24px;
    display: inline-block;
    height: 17px;
    background: url(/local/templates/main/images/cart-back-icon.png) no-repeat;
}

.result.thanks-res.ur {
    margin: 40px;
}

.step-element.active {
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.step-one .cart {
    float: left;
}

.step-element.disable {
    height: 60px;
}

.step-four .step-count:before {
    display: none;
}

.step-element .step-name {
    float: left;
}

.step-element .step-wrapper {
    float: left;
}

.step-element.step-one .step-wrapper {
    padding-right: 50px;
}

.step-element .step-wrapper input[type="text"] {
    width: 100%;
    height: 40px;
    padding-left: 10px;
    font-size: 16px;
    color: #323232;
    border: 1px solid #c4c4c4;
    outline: none;
}

.step-element .step-wrapper span {
    font-size: 14px;
    color: #232323;
}

.step-element.step-one .step-wrapper span {
    padding: 20px 0 10px 0;
    display: inline-block;
}

.step-element .step-name .step-count {
    width: 40px;
    height: 40px;
    border: 2px solid;
    border-radius: 50px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    padding-top: 8px;
    float: left;
    margin-right: 10px;
}

.step-element.active .step-name .step-count {
    border-color: #2c3e6f;
    color: #2c3e6f;
}

.step-element .step-name .name {
    font-size: 24px;
}

.step-element.active .step-name .name {
    color: #2c3e6f;
}

.step-element .step-name span {
    font-size: 14px;
    color: #2c3e6f;
    display: block;
    padding-left: 50px;
    padding-top: 16px;
}

.step-element.disable .step-wrapper {
    display: none;
}

.step-element.disable .step-name span {
    display: none;
}

.step-element.disable .step-name .step-count {
    color: #888888;
    border-color: #888888;
    position: relative;
}

.step-element.disable .step-name .name {
    color: #888888;
}

.step-element.disable .step-name .step-count:before {
    content: "";
    width: 2px;
    background: #888888;
    height: 20px;
    position: absolute;
    bottom: -22px;
    left: 17px;
}

.checkout-submit {
    height: 40px;
    color: white;
    background: #2c3e6f;
    border: none;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    float: right;
    margin-top: 20px;
    cursor: pointer;
}

.checkout-radio-wrapper {
    float: left;
}

.checkout-radio-wrapper .radio-element {
    padding-bottom: 24px;
}

.radio-element .wrap {
    float: left;
    margin-right: 6px;
    width: 20px;
    height: 20px;
}

.radio-element .radio-text {
    font-size: 12px;
    color: #888888;
    background: #f5f5f5;
    padding: 6px 8px;
    border-radius: 4px;
    display: inline-block;
    margin-left: 24px;
    margin-top: 8px;
}

.step-element .transport-company {
    width: 100%;
    float: left;
}

.transport-company .company-element {
    float: left;
    height: 64px;
    position: relative;
}

.company-element .wrap {
    float: left;
    /*padding-top: 24px;*/
    margin-top: 24px;
    margin-right: 10px;
    width: 20px;
    height: 20px;
    position: relative;
}

.company-element img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 30px;
    margin: auto;
}

.comment {
    width: 100%;
    float: left;
    padding-right: 50px;
    position: relative;
}

.comment:before {
    content: url(/local/templates/main/images/comment-icon.png);
    position: absolute;
    top: 0;
}

.comment textarea {
    width: 100%;
    height: 80px;
    resize: none;
    outline: none;
    padding: 5px 10px;
    margin-top: 10px;
}

.step-wrapper .step-right {
    float: left;
}

.step-right p {
    font-size: 14px;
    color: #323232;
    padding-top: 20px;
    line-height: 1.2em;
}

.step-right .extra {
    color: #888888;
    font-size: 14px;
    padding-top: 20px;
}

.checkout-page .cart {
    padding-top: 20px;
    float: left;
}

.checkout-page .cart .delete {
    display: none;
}

.radio-element.pad {
    padding-left: 24px;
}

.radio-element.check {
    line-height: 20px;
}

.step-checkout {
    float: left;
}

.checkout-page .cart .result {
    padding: 0;
}

.step-five {
    height: auto !important;
}

.close-mobile-menu {
    position: absolute;
    top: 18px;
    right: 12px;
    width: 20px;
    height: 20px;
    background: url(/local/templates/main/images/close-icon-mobile.png) no-repeat center;
}

.label {
    padding-top: 10px;
    position: relative;
}

.label span {
    position: absolute;
    /*top: -40px;*/
    left: 0;
    background: #FFF;
    display: none;
    border: 2px solid black;
    width: 100%;
    /*line-height: 40px;*/
    /*padding: 0 10px;*/
    padding: 5px 10px;
    line-height: 1.3;
    bottom: 100%;
    z-index: 1;
}

.label .wrap {
    position: relative;
    width: 40px;
    height: 39px;
    overflow: hidden;
    margin-right: 9px;
    margin-bottom: 10px;
}

.label .wrap img {
    position: absolute;
    top: 0;
    right: 0;
}

.label .element:hover {
    cursor: pointer;
}

.label .element:hover img {
    top: -39px;
}

.label .element:hover span {
    display: block;
}

.price-wrapper .table li.js-disable {
    /*display: none;*/
}

.price-wrapper .table li.active-size {
    display: block;
    cursor: pointer;
}

.price-wrapper .table li.active-size span:before {
    content: url(/local/templates/main/images/arrow-disable.png);
    position: absolute;
    top: -2px;
    right: 4px;
    display: none;
}

.price-wrapper .table li.active-size span {
    border: 0px solid #e5e5e5;
    float: left;
    display: block;
}

.price-wrapper .table li span {
    padding: 0 20px;
    line-height: 16px;
}

.select-size {
    font-weight: bold;
}

.hide {
    display: none;
}

.container .top-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap:20px
}

.office-link:hover {
    text-decoration: none;
    opacity: 0.8
}

/* Index page */
@media (min-width: 1200px) {
    .news-catalog .column {
        /* width: 396px; */
    }

    .news-catalog .column:last-child {
        margin-top: 0px;
    }

    .video-container {
        width: 100%;
    }
}

div.popup-window textarea {
    width: 100%;
    height: 100px;
    font-family: Arial;
    padding: 10px;
    resize: none;
}

div.popup-window textarea.popup-input-text {
    padding: 10px;
}

.info-page.column_1 .info-content {
    float: none;
}

@media (min-width: 1200px) {
    .info-page.column_1 .info-content {
        width: 100%;
        margin-right: 0;
    }
}

/******************
* Заголовки
******************/

.info-content h1 {
    font-weight: bold;
    color: #2c3e6f;
    font-size: 20px;
    margin: 30px 0 20px;
}

.info-content h1:first-of-type {
    margin-top: 0;
}

.info-content h2 {
    font-weight: bold;
    font-size: 18px;
    text-transform: uppercase;
    margin: 20px 0 10px;
}

.info-content h3 {
    font-weight: bold;
    font-size: 16px;
    margin: 15px 0 10px;
}

.info-content h4 {
    font-weight: bold;
    font-size: 14px;
    margin: 10px 0;
}

/******************
* Тексты
******************/

.info-content {
    color: #323232;
    font-size: 16px;
    line-height: 1.3em;
}

.info-content b {
    font-weight: bold;
}

.info-content p {
    margin: 10px 0;
}

@media (min-width: 1200px) {
    .info-page .info-content {
        width: 614px;
        margin-right: 10px;
    }
}

/******************
* Картинки
******************/

.info-content img {
    max-width: 100% !important;
    height: 100%;
}

.info-content img.left-icon {
    position: absolute;
}

/******************
* Списки
******************/

.info-content ul {
    margin: 10px 0;
}

.info-content ul > li:before {
    content: "- ";
}

/******************
* Таблицы
******************/

.info-content table {
    width: 100%;
    margin: 20px 0;
}

.info-content table th {
    padding: 5px;
    text-align: center;
    vertical-align: middle;
    font-weight: bold;
    color: #2c3e6f;
    border-bottom: 3px double;
}

.info-content table td {
    padding: 5px;
    border-bottom: 1px solid;
    text-align: center;
    vertical-align: middle;
}

.info-content table tr.color-bg td {
    background-color: #E0E0E0;
}

/******************
* Боковое меню
******************/

.info-page .sidebar-info li {
    margin-bottom: 2px;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.info-page .sidebar-info li.active {
    background: transparent !important;
}

.info-page .sidebar-info li.active::before,
.info-page .sidebar-info li.active::after {
    display: none;
}

.info-page .sidebar-info li.active a {
    text-decoration: none;
    font-weight: bold;
    background: url(../images/sidebar-info-bg.png) no-repeat;
    background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
}

/******************************************************************************************/
/******************************************************************************************/
/******************************************************************************************/

/**/
.xs {
    display: none
}

.md {
    float: left;
    width: 100%
}

div.popup-window.for-got {
    border-top: 3px solid #2c3e6f
}

.account-container .h2 {
    font-size: 18px;
    color: #232323;
    font-weight: bold;
    padding: 0 0 0px 0;
}

.account-container .h22 {
    padding: 15px 0 0px 0;
}

.account-container .form-group {
    padding: 15px 0 0;
}

.account-container .form-group.width-left {
    width: 335px;
}

.account-container .form-group span {
    font-size: 14px;
    color: #888888;

}

.account-container .form-group span.warning {
    font-size: 18px;
    color: #2c3e6f;
    font-weight: bold;
    text-align: center;
    padding: 10px;
    display: block;
}

.account-container .form-group.forgot-continer {
    padding: 20px 0 20px 0;
    text-align: center;
}

.account-container .form-group a {
    color: #000;
    text-decoration: underline;
}

.account-container .form-group a:hover {
    text-decoration: none;
}

.account-container .control-label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-size: 14px;
    color: #232323;
    font-weight: normal;
}

.account-container .form-control {
    display: block;
    width: 100%;
    height: 39px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #323232;
    background-color: #fff;
    background-image: none;
    border: 1px solid #c4c4c4;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.account-container input[type="checkbox"] {
    display: none;
}

.account-container input[type="checkbox"] + label {
    position: relative;
    padding-left: 25px;
    font-size: 14px;
    color: #232323;
    font-weight: 100;
    margin: 6px 0px;
    line-height: 24px;
}

.account-container input[type="checkbox"] + label:hover {
    cursor: pointer;
}

.account-container input[type="checkbox"] + label::before {
    content: "";
    display: inline-block;
    height: 18px;
    width: 18px;
    margin: 0px 10px 0 0;
    background-image: url(../images/sity-icon.png);
    background-position: -18px -18px;
    border: 1px solid #c4c4c4;
    background-repeat: no-repeat;
    position: absolute;
    top: 3px;
    left: 0px;
}

.account-container input[type="checkbox"]:checked + label::before {
    background-position: 3px 3px;
}

.account-container input:disabled + label {
    opacity: 0.5 !important;
}

.account-container .result-submit,
.account-container input[type="submit"] {
    border: none;
    width: 100%;
    height: 40px;
    text-transform: uppercase;
    font-weight: normal;
    margin-top: 0px;
    cursor: pointer;
    color: white;
    background: #2c3e6f;
    font-size: 15px;
    transition: all 0.1s ease 0s;
}

.account-container input[type="submit"]:hover {
    opacity: .95;
}

.bt-1,
a.bt-1 {
    color: #c61524 !important;
    text-decoration: none;
    border: 2px solid #c61524;
    background: none;
    height: 40px;
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
    line-height: 39px;
    margin-top: 10px;
    font-weight: normal;
    display: block;
    width: 100%;
}

.bt-1:hover,
a.bt-1:hover {
    background: #c61524;
    color: #FFF !important;
    border: 2px solid #c61524;
    transition: all 0.3s ease 0s;
}

.bt-2,
a.bt-2 {
    color: #2c3e6f !important;
    text-decoration: none;
    border: 2px solid #2c3e6f;
    background: none;
    height: 38px;
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
    line-height: 37px;
    font-weight: normal;
    display: block;
    width: 100%;
}

.bt-2-new {
    color: #2c3e60 !important;
    text-decoration: none !important;
    border: 2px solid #2c3e6f !important;
    background: none !important;
    height: 38px !important;
    font-size: 16px !important;
    text-transform: uppercase !important;
    text-align: center !important;
    line-height: 37px !important;
    font-weight: normal !important;
    display: block !important;
    width: 100% !important;
}

.bt-2:hover,
a.bt-2:hover {
    background: #2c3e6f;
    color: #FFF !important;
    border: 2px solid #2c3e6f;
    transition: all 0.3s ease 0s;
}

.bt-2-new:hover {
    background: #2c3e6f !important;
    color: #FFF !important;
    border: 2px solid #2c3e6f !important;
    transition: all 0.3s ease 0s !important;
}

.account .col-right .info-text {
    padding: 15px 0 5px 0;

}

/*adress*/
.account-container .row-table {
    height: inherit;
    display: flex;
    padding: 20px 0px;
    align-items: center;
}

.account-container .row-form {
    float: left;
    width: 100%;
    padding: 20px 0px;
}

.account-container ul li.row-table:first-child {
    border-top: 1px solid #c4c4c4;

}

.adress-column {
    float: left;
    width: 80%;
    font-size: 16px;
    color: #232323;
    font-weight: bold;
}

/*adress add*/
.adress-column-oblast {
    float: left;
    padding: 0px 20px 0 0;
}

.adress-column-adress {
    float: left;
    padding: 0px 20px 0 0;
}

.account-container .adress-column-oblast .form-control {
    float: left;
    width: 90%;
}

.account-container .adress-column-oblast .number {
    float: left;
    display: block;
    width: 10%;
    line-height: 37px;
}

.delete-column,
.form-group.delete-column {
    float: right;
    width: 20%;
    text-align: right;
    padding: 0;
    margin: 0;
}

.delete-column a {
    color: #232323;
    text-decoration: underline;
}

.delete-column a:hover {
    text-decoration: none;
}

/*order-list*/
.account-container .order-list .row-table {
    padding: 25px 0px;
}

.icon-shipped {
    padding: 0 0 0 40px;
    min-height: 34px;
}

.icon-shipped2 {
    padding: 0 0 0 40px;
    min-height: 34px;
}

.icon-payed {
    padding: 0 0 0 40px;
    min-height: 34px;
}

.text-grey {
    color: #898989
}

.text-red {
    color: #ff0000
}

.text-blue {
    color: #2c3e6f
}

.fontsize-14 {
    font-size: 14px;
}

.order-list .cols span {
    color: #888888;
    font-size: 14px
}

.order-list .cols span.text-red {
    color: #ff0000
}

.order-list .cols span.text-blue {
    color: #2c3e6f
}

.order-list .cols strong {
    font-weight: bold;
}

.order-list .cols a {
    color: #2c3e6f;
}

.order-list .cols a:hover {
    text-decoration: none;
}

/*order-one*/
.order-one .head-table span.text-grey {
    font-weight: normal;
}

.head-table {
    border-bottom: 1px solid #dfdfdf;
    margin-bottom: 12px;
    padding: 0 0 5px 0;
}

.head-table span {
    color: #888888;
    font-size: 14px;
}

.account-container .head-table .head-container {
    padding: 0 0 0 25px;
    width: 260px;
    background: url(../images/arrow-oredr-left.png) 0 5px no-repeat;
}

.account-container .head-container a {
    border-bottom: 0;
    text-decoration: underline;
}

.account-container .head-container a:hover {
    text-decoration: none;
}

.account-container .head-table .head-container {
    float: left;
    width: 280px;
}

.account-container .head-table .head-qty {
    float: left;
    width: 320px;
}

.account-container .head-table .head-payed {
    float: left;
    width: 115px;
}

.account-container .head-table .head-shipped {
    float: left;
    width: 170px;
}

.order-one .cols strong,
.head-table strong {
    font-weight: bold;
}

.order-one .cols a,
.account a {
    color: #2c3e6f;
}

.order-one .cols a:hover,
.account a:hover {
    text-decoration: none;
}

.table-container .bottom-table li {
    border-bottom: 0px solid #c4c4c4;
    padding: 2px 0;
}

.left-slider-container {
    position: relative;

}

#left-slider-next {
    display: none;
}

#left-slider-prev {
    display: none;
}

.order-one .cols span,
.order-one .head-table span.text-grey {
    color: #888888;
    font-size: 14px
}

.order-one .cols span.text-red {
    color: #ff0000
}

.order-one .cols span.text-blue {
    color: #2c3e6f
}

.order-one .cols span.fontsize-14,
.order-one .head-table span.fontsize-14 {
    font-size: 14px;
}

.order-one .cols strong {
    font-weight: bold;
}

.order-one .cols a {
    color: #2c3e6f;
}

.order-one .cols a:hover {
    text-decoration: none;
}

.order-one .cost-column {
    text-align: right;
}

/* order-one*/

.bottom-table {
    border-top: 1px solid #c4c4c4;
    padding: 20px 0;

}

.table-container .bottom-table a {
    color: #2c3e6f
}

.table-container .bottom-table a:hover {
    text-decoration: none;
}

.table-container .bottom-table li {
    border-bottom: 0px solid #c4c4c4;
    padding: 2px 0
}

.table-container .bottom-table li.full-tootal {
    font-size: 18px;
    font-weight: bold;
    padding: 24px 0 0 0;
}

.table-container .bottom-table li.full-tootal span {
    color: #2c3e6f
}

.container-totals {
    float: left;
    width: 600px;
}

.container-order-payed {
    float: left;
    width: 160px;
}

.container-order-shipped {
    float: right;
    width: 140px;
}

@media (min-width: 1200px) {

    .sidebar-account .navbar-header {
        display: none;
    }

    .sidebar-account li {
        min-height: 40px;
        line-height: 39px;
        text-align: left;
        padding: 0 20px;
    }

    .sidebar-account li.active {
        background: #e0e0e0;
    }

    .sidebar-account li.active:hover {
        opacity: .8
    }

    .sidebar-account li.active {
        position: relative;
    }

    .sidebar-account li.active::before,
    .sidebar-account li.active::after {
        content: '';
        position: absolute;
        right: -20px;
        bottom: 0;
        border: 20px solid white;
        border-left: 15px solid #e0e0e0;
    }

    .sidebar-account li.active::after {
        border-left: 15px solid #e0e0e0;
        bottom: 0px;
    }

    .sidebar-account li a {
        font-size: 16px;
        color: #282828;
        text-decoration: underline;
    }

    .sidebar-account li.active a {
        text-decoration: none;
        font-weight: bold;
        display: block;
    }

    .sidebar-account li a:hover {
        text-decoration: none;
    }

    .account-container {
        min-height: 700px;
    }

    .account {
        width: 934px;
        float: left;
    }

    .account .col-left {
        width: 332px;
        float: left;
        padding: 0 20px;
    }

    .account .col-right {
        width: 417px;
        float: left;
        padding: 0 20px 0 104px;
    }

    .col-center {
        width: 100%;
        float: left;
        padding: 0 0px 0 20px;

    }

    .account.personal-data .col-left {
        width: 400px
    }

    .account.personal-data .col-right {
        width: 410px;
        float: left;
        padding: 0 20px 0 60px;
    }

    .account-container .head-container {
        padding: 0 20px;
    }

    .account-container .col-left .head-container,
    .account-container .col-right .head-container {
        padding: 0 0px;
        margin: 0;
    }

    /*adress add*/
    .adress-column-oblast {
        width: 254px;

    }

    .adress-column-adress {
        width: 445px
    }

    /*subscribe*/
    .account.subscribe .col-left {
        width: 630px;
        float: left;
        padding: 0 290px 0 20px;
    }

    .account.subscribe .col-right {
        width: 290px;
        float: right;
        padding: 0 0px 0 0px;
    }

    /* order-list*/
    .order-list .colum-ordernumber {
        width: 180px;
    }

    .order-list .colum-qty {
        width: 160px;
    }

    .order-list .colum-suma {
        width: 215px;
    }

    .order-list .colum-status1 {
        width: 196px;
    }

    .order-list .colum-status2 {
        width: 160px;
    }
}

.select-size {
    margin-top: 10px;
    height: 38px;
    border: 2px solid #2c3e6f;
    color: #2c3e6f;
    font-weight: normal;
    font-size: 16px;
    text-decoration: none;
    text-align: center;
    width: 100%;
    text-transform: uppercase;
    display: block;
    font-weight: bold;
    height: 38px;
    cursor: pointer;
    padding-top: 10px;

}

.select-size.open {
    background: #2c3e6f;
    color: #FFF;

}

.description .clicking {
    cursor: pointer;
    padding-bottom: 5px;
}

.clicking span {
    color: #2c3e6f;
    border-bottom: 1px dashed #2c3e6f
}

.bt-curier {
    width: 100%;
    text-align: center
}

.col-50 {
    width: 50%;
    display: inline-block;
    padding-right: 15px;
}

.bt-curier .col-50:last-child {
    padding-right: 0;

}

.items-imeage {
    width: 100%;
    padding: 0 25%;

}

.items-imeage img {
    max-width: 100%;
    height: auto;

}

.items-name-price {
    width: 100%;
    text-align: center;
}

div.popup-window .bt-close {
    color: white;
    background: #2c3e6f;
    border: none;
    cursor: pointer;
    margin-bottom: 20px;
    text-transform: uppercase;
    width: 100%;
    text-decoration: none;
    line-height: 40px;
    font-size: 14px;
    display: block;
    height: 40px;
}

.clear.poehali-fon {
    background: url('/local/templates/main/images/Poehali_bckgr.jpg');
    height: 169px;
    text-align: center;
}

.clear.poehali-fon .butt-p img {
    padding-top: 35px;
}

.subscribe_success {
    display: inline;
    width: 100%;
    text-align: center;
}

.section_top_description {
    margin: 15px 0;
    line-height: 1.2em;
}

.section_bottom_description {
    margin-bottom: 30px;
    line-height: 1.2em;
}

.js-video {
    cursor: pointer;
    transition: all 0.3s ease;
}

.js-video:hover {
}

.section_bottom_description p,
.section_top_description p {
    margin-bottom: 10px;
}

.section_bottom_description ul,
.section_top_description ul {
    margin-bottom: 20px;
}

.section_bottom_description ol,
.section_top_description ol {
    margin-bottom: 20px;
}

.section_bottom_description ol li,
.section_top_description ol li {
    list-style-type: decimal;
    margin: 0 0 0 40px;
}

.section_bottom_description ul li,
.section_top_description ul li {
    list-style-type: disc;
    margin: 0 0 0 20px;
}

.section_bottom_description h3,
.section_top_description h3 {
    font-size: 14px;
    line-height: 1em;
    margin-bottom: 15px;
    font-weight: bold;
}

.bx-filter.bx-blue .bx-filter-section {
    background: none;
}

.bx-filter .checkbox {
    opacity: 1;
    position: inherit;
    width: 100%;
    height: auto;
}

.bx-filter .bx-filter-parameters-box-title span {
    color: #282828;
    font-size: 16px;
    font-weight: bold;
}

.compare-with-href {
    text-decoration: none;
    display: block;
    font-weight: normal;
}

.compare-with-href:hover {
    text-decoration: underline;
}

.ftr_cprgth {
    width: 100%;
    text-align: center;
    float: left;
    padding-top: 5px;
    border-top: 1px solid white;
    margin-top: 20px;
}

.ftr_cprgth a {
    font-size: 14px;
    color: white;
    text-decoration: none;
    font-weight: bold;
    margin-left: -100px;
}

.popup-window .price {
    font-size: 18px;
    margin: 10px 0;
}

.popup-window .name h1,
.popup-window .name span {
    font-size: 18px;
    font-weight: bold;
}

.content {
    margin-top: 10px;
}

#catalog_sections .cols {
    width: 318px;
}

#catalog_sections_buttons {
    margin-top: 10px;
    margin-bottom: 27px;
    display: flex;
    justify-content: center;
}

#catalog_sections_buttons .cols {
    width: 228px;
    margin-right: 26px;
}

#catalog_sections_buttons .cols:last-child {
    margin-right: 0;
}

.container-main-page-tight {
    padding: 0 17px;
}

.btn-main-block {
    width: 100%;
    background-color: #fff;
    border: 2px solid #2c3e6f;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
    transition: .5s;
    color: #2c3e6f;
    padding: 10px;
    cursor: pointer;
    outline: none;
}

.btn-main-block:hover {
    background: #2c3e6f;
    color: #fff;
}

.advant .head-container {
    margin-bottom: 20px;
}

.advant .description {
    margin: 10px 0;
    font-size: 20px;
    font-weight: normal;
    color: #4A4A4A;
}

li.sity {
    /* font-size: 13px; */
    /* font-size: 14px; */
}

/* #footer {
	display: none;
} */

#footer > div.footer-top.clear > div > ul:nth-child(3) {
    width: 160px;
}

.container .cols.sities {
    /* width: 250px; */
    width: 210px;
}

.container .cols.last {
    margin-right: 0;
    width: 280px;
    vertical-align: top;
    padding: 0;
}

#letter-manager .error-text {
    margin-bottom: 10px;
}

.text-link {
    background: none !important;
    color: #31548d !important;
    font-size: inherit !important;
    text-transform: none !important;
    font-weight: normal !important;
    display: inherit !important;
    padding: 0 !important;
    margin: 0 !important;
    text-align: inherit !important;
    text-decoration: underline !important;
}

/* MPB */
.footer-bottom-block-one {
    display: flex;
    justify-content: space-between;
}

.message-director {
    display: block;
}

.footer-bottom-block-two {
    position: relative;
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.footer-bottom-block-two ul {
    display: none;
}

.footer-bottom-block-two ul.message-director,
.footer-bottom-block-two ul.police-mobile-sitemap {
    display: block;
}

.footer-bottom-block-two ul.police-mobile-sitemap {
    position: absolute;
    width: 210px !important;
    right: 4.5%;
}

.footer-top .footer-bottom-block-two .police-mobile-sitemap a {
    text-decoration: none !important;
    line-height: 1.7;
}

.footer-top .footer-bottom-block-two .police-mobile-sitemap li {
    margin-top: 0px !important;
}

.button-manager {
    margin-top: 7px;
}

.footer-top .message-director li {
    padding-bottom: 0px;
}

.footer-top .cols {
    /* max-width: 320px; */
    width: 25%;;
}

#header.header-box {
    display: none;
}

.nav-drop {
    display: none;
}

.left-catalog-menu-button {
    display: none;
}

.close-left-menu {
    display: none;
    float: right;
}


/* media */

/* max-width 1350 */
@media (max-width: 1349px) {

    .bread-crumbs {
        padding-left: 15px;
        padding-left: 15px;
    }

    .categories .wrapper {
        width: calc(100% - 292px);
    }

    .categories .slider-container {
        float: left;
    }

    #catalog_sections_buttons .cols {
        width: 23.3%;
    }

    .news-catalog .column {
        width: 31.5%;
    }

    .news input {
        width: 315px;
    }

    .static-text .column {
        width: 49%;
    }

    .sidebar.desktop {
        margin-left: 10px;
    }

    .page-content {
        width: calc(100% - 324px) !important;
    }

    .catalog-nav-item {
        width: 31.5% !important;
    }

    .container.catalog-wrap {
        padding: 0 15px;
    }

    .catalog {
        width: calc(100% - 304px);
    }

    .banner.desktop {
        width: 100% !important;
    }

    .view.catalog {
        width: 100%;
    }

    .catalog .cols {
        width: 31.5%;
    }

    .cart-wrapper {
        padding: 0 15px;
    }

    .info-page-wrap .info-content {
        width: calc(100% - 315px) !important;
    }

    .services-nav-item {
        width: 31% !important;
    }

    .product-container {
        padding: 0 15px;
    }

    .product-slider {
        width: 564px;
    }

    .product-slider .main-img {
        width: 450px;
    }

    .order-checkout {
        padding: 0 15px;
    }

    .step-element .step-name {
        width: 235px;
        padding-right: 0;
        margin-right: 4.7%;
    }

    .step-checkout {
        width: calc(98% - 290px);
    }

    .step-element .step-wrapper {
        width: 48%;
        padding-right: 0 !important;
    }

    .header-top .region {
        margin-left: 15px;
    }

    .info-page-wrap {
        padding: 0 15px;
    }

}

/* max-width 1300 */
@media (max-width: 1299px) {

    .categories .wrapper {
        width: 100%;
    }

    #banners-tile {
        margin: 0 auto;
    }

    #slider-right {
        display: none;
    }

}


/* max-width 1200 */
@media (max-width: 1199px) {

    #catalog_sections_buttons .cols {
        width: 22.9%;
    }

    .news {
        margin-left: 0;
    }

    .news-catalog .column {
        width: 31.3%;
    }

    .news input {
        width: 250px;
        margin-left: 15px;
        margin-right: 15px;
    }

    .news .button.white-button {
        width: 160px;
    }

    .news .button.white-button:last-of-type {
        margin-right: 0;
    }

    .static-text .column {
        width: 48%;
    }

    .catalog .cols {
        width: 31%;
    }

    .name-column {
        width: 210px;
    }

    /*.product-container {*/
    /*    overflow-x: hidden;*/
    /*}*/

    .product-slider {
        width: 46%;
    }

    .product-slider .main-img {
        width: 75%;
        min-height: 440px;
    }

    .price-wrapper {
        width: 200px;
    }

    .name-column {
        width: 165px;
    }

    .description {
        width: 268px;
    }

    .price-wrapper {
        width: 250px;
    }

    .price-wrapper .table li span {
        padding: 0 20px 0 0;
    }

    .product-add-count .input-wrap {
        margin-left: 140px;
    }

    .footer-bottom-block-two ul.police-mobile-sitemap {
        right: 3%;
    }

}


/* max-width 992 */
@media (max-width: 991px) {

    .product-add-count .input-wrap {
        margin-left: 155px;
    }

    .description.desktop .description-box-mpb {
        width: 48% !important;
        margin-right: 2%;
    }

    .header-top .search {
        margin-left: 30px;
    }

    .logo {
        margin-left: 25px;
    }

    .header-top .registration {
        width: 50px;
        background-position: 15px 19px;
        margin: 6px 15px 0 7%;
    }

    .header-top .registration a.desktop.popup-link {
        display: none;
    }

    .header-top .registration.disable {
        padding-right: 30px;
    }

    .header-top .registration.disable:hover {
        background-position: 15px 19px;
    }

    /* .header-top .registration-window {
		top: 120px;
	} */
    .header-top .cart {
        width: 50px;
        background-position: 0 25px;
    }

    .header-top .cart span {
        display: none;
    }

    .main-slider-container {
        min-height: unset;
    }

    #catalog_sections_buttons .cols {
        width: 22.3%;
    }

    #catalog_sections_buttons .cols a.btn-main-block {
        font-size: 12px;
        padding: 10px 0;
    }

    .news-catalog .column {
        width: 30%;
    }

    .video-container {
        width: 100%;
        height: auto;
    }

    .news span {
        font-size: 14px;
    }

    .news input {
        width: 210px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .news .button.white-button {
        font-size: 14px;
        width: 130px;
    }

    .catalog-nav-item {
        width: 47% !important;
    }

    .catalog-nav-item:nth-of-type(3n) {
        margin-right: 14px !important;
    }

    .catalog-nav-item:nth-of-type(2n) {
        margin-right: 0 !important;
    }

    .catalog .cols {
        width: 46%;
    }

    .button-container.png {
        width: 100%;
    }

    .product-column {
        width: 50px;
        margin-right: 8px;
    }

    .cart .name-column .h1 {
        font-size: 14px;
    }

    .name-column {
        width: 130px;
    }

    .size-column {
        width: 110px;
        font-size: 14px;
    }

    .vol-column {
        width: 95px;
    }

    .weight-column {
        width: 70px;
    }

    .cost-column {
        width: 140px;
    }

    .services-nav-item {
        width: 47% !important;
    }

    .services-nav-item:nth-of-type(3n) {
        margin-right: 14px !important;
    }

    .services-nav-item:nth-of-type(2n) {
        margin-right: 0 !important;
    }

    .product-container {
        position: relative;
    }

    .product-slider {
        width: calc(95% - 290px);
        margin-right: 20px;
    }

    .description.desktop {
        width: 100%;
    }

    .description.desktop .description-box-mpb,
    .description.desktop .description-bottom-mpb {
        width: 50%;
        float: left;
    }

    .price-wrapper {
        position: absolute;
        width: 290px;
        top: 50px;
        right: 2%;
    }

    .comment::before {
        left: 0;
    }

    .comment span {
        margin-left: 25px;
    }

    .name-column {
        width: 100px;
        margin-right: 10px;
    }

    #banners-tile {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .price-wrapper {
        background-color: #ffffff;
    }

    .price-wrapper .table li span {
        padding: 0 20px;
    }

    .footer-top li {
        font-size: 12px;
        line-height: 14px;
    }

    .footer-top li a {
        font-size: 12px;
    }

    /* .footer-top .police-mobile-sitemap {
		margin-right: 3vw !important;
	} */
    .footer-bottom-block-two ul.police-mobile-sitemap {
        width: 27%;
        right: 0;
    }

    .step-element .step-wrapper {
        width: 82%;
    }

}


/* max-width 768 */
/* @media (max-width: 576px) {

	.hover-element .button-container{
		display: block;
	}

} */

@media (max-width: 767px) {
    .info-page .info-page-wrap .sidebar-info li a:hover,
    .info-page .info-page-wrap .sidebar-info li span:hover,
    .info-page .info-page-wrap .sidebar-info li.active span,
    .sidebar-info #about-left-menu li.active span {
        background: none;
    }
    .sidebar .menu-sidebar.catalog-list .sub-menu li.active > a {
        font-weight: bold;
    }
    .sidebar .menu-sidebar.catalog-list .sub-menu li a:hover,
    .sidebar .menu-sidebar.catalog-list .sub-menu li span:hover {
        background: none;
        font-weight: bold;
    }
    .menu-sidebar.catalog-list .sub-menu li .cross {
        top: 7px;
    }
    .sidebar .menu-sidebar.catalog-list .sub-menu li.active a {
        background: none;
    }
    .sidebar .menu-sidebar .sub-menu.level3 {
        padding: 0 0 0 10px;
    }
    .news-list .news-list-item {
        margin-right: 0px;
    }
    .catalog-container .sidebar input[type="checkbox"] {
        clip: auto;
    }
    .content .container.catalog-container .bread-crumbs{
        display:block;
    }
    .vopros-button-mpb {
        display: block;
        max-width: 322px;
        margin: 0 auto;
    }

    .vopros-button-mpb a {
        color: white;
        background: #2C3E6F;
    }

    .left-catalog-menu-button {
        display: block;
        position: fixed;
        top: 30%;
        left: -14px;
        z-index: 9999999;
    }

    .header-top,
    .header-bottom {
        display: none;
    }

    html,
    body {
        height: 100%;
        min-height: 100%;
        overflow: visible;
    }

    body {
        margin: 0 auto;
        width: 100%;
        min-width: 320px;
        padding: 56px 0 0 0;
        /*max-width: 767px;*/
        max-width: 100%;
        font-size: 16px;
        color: #505050;
        position: relative;
        font-family: 'Tahoma';
    }

    img {
        border-style: none;
    }

    .clearfix {
        *zoom: 1;
    }

    select:focus {
        outline: none;
    }

    .clearfix:before,
    .clearfix:after {
        content: " ";
        display: table;
    }

    .clearfix:after {
        clear: both;
    }

    a {
        text-decoration: none;
    }

    a:active {
        text-decoration: none;
    }

    a:focus {
        outline: none;
    }

    ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    input:focus::-webkit-input-placeholder,
    textarea:focus::-webkit-input-placeholder {
        color: transparent !important;
    }

    input:focus::-moz-placeholder,
    textarea:focus::-moz-placeholder {
        color: transparent !important;
    }

    input:focus:-moz-placeholder,
    textarea:focus:-moz-placeholder {
        color: transparent !important;
    }

    input::-webkit-input-placeholder,
    textarea::-webkit-input-placeholder {
        color: #9a9a9a;
    }

    input::-moz-placeholder,
    textarea::-moz-placeholder {
        color: #9a9a9a;
    }

    input:-moz-placeholder,
    textarea:-moz-placeholder {
        color: #9a9a9a;
    }

    input:focus,
    textarea:focus {
        outline: none;
    }

    .holder {
        overflow: hidden;
    }

    #wrapper {
        min-height: 100%;
        width: 100%;
        max-width: 767px;
        position: relative;
        margin: 0 auto;
    }

    .header-top {
        padding: 28px 0 25px 0;
    }

    a:active {
        text-decoration: underline;
    }

    /* mobile */
    .mobile-header {
        display: block;
    }

    #header.header-box {
        display: block;
    }

    .header-box {
        background: #fff;
        padding: 10px 15px 10px 15px;
        position: fixed;
        border-bottom: 1px solid #888888;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 10;
    }

    .header-box:after {
        clear: both;
        display: block;
        content: '';
    }

    .nav-holder {
        margin: 8px 0 0 0;
        float: left;
    }

    .header-nav {
        float: right;
        height: 35px;
        display: flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        align-items: center;
        align-content: center;
    }

    .header-nav li {
        float: left;
        margin: 0 7px 0;
        position: relative;
        width: 17px;
    }

    .header-nav li:nth-child(3) {
        width: 24px;
    }

    .header-nav li a {
        display: block;
    }

    .header-nav li a:hover,
    .header-nav li a:active {
        opacity: 0.8;
    }

    .header-nav li a img {
        display: block;
        width: 100%;
    }

   .header-nav .mobile_login {
        margin-left: 13px;
    }

    .nav-drop {
        display: none;
        top: 61px;
        left: 0;
        max-width: 442px;
        width: 100%;
        overflow-y: scroll;
        /* height: 100%; */
        position: fixed;
        padding: 14px 0 25px;
        z-index: 10;
        /* background: #1c3c71; */
        background: #2e2e2e;
        /* border-radius: 0 0 8px 8px; */
        /* -moz-border-radius: 0 0 8px 8px;
		-webkit-border-radius: 0 0 8px 8px; */
    }

    .nav-drop.acc-drop {
        background: #e11320;
    }

    .nav li {
        font-size: 14px;
        position: relative;
        overflow: hidden;
        /* border-top: 1px solid #15305e; */
        text-transform: uppercase;
    }

    .nav li span {
        display: inline-block;
        font-size: 14px;
        color: #fff;
    }

    .nav li .city {
        padding-left: 20px;
        display: block;
        margin: 0 10px 0 0;
        position: relative;
        background: url(../images/sity-menu-icon.png) no-repeat 0 50%;
        color: #fff;
    }

    .nav li.city-item a:last-child {
        padding: 0;
    }

    .nav li span.sum {
        float: left;
        color: #4771b4;
    }

    .nav > li:last-child {
        padding: 18px 30px 18px;
        background: #15305e;
        display: none;
    }

    .acc-drop .nav > li {
        border-top: 1px solid #888;
    }

    .acc-drop .nav > li:last-child {
        padding: 0;
        background: none;
    }

    .nav li.city-item {
        padding: 0 0 8px 20px;
    }

    .nav li a.order-bt {
        background: none;
        border: 1px solid #fff;
        width: 315px;
        display: block;
        text-align: center;
        padding: 0;
        margin: 10px auto 0;
        height: 40px;
        line-height: 40px;
    }

    .nav li .city:active {
        background: url(../images/sity-menu-icon.png) no-repeat 0 50%;
        text-decoration: underline;
    }

    .nav li .cart {
        text-align: left;
        height: 40px;
        display: flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        align-items: center;
        align-content: center;
        -webkit-box-pack: justify;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }

    .cart-basket {
        width: 24px;
        float: left;
        position: relative;
    }

    .counter {
        width: 20px;
        height: 20px;
        border-radius: 50px;
        -moz-border-radius: 50px;
        -webkit-border-radius: 50px;
        background: #e11320;
        text-align: center;
        line-height: 20px;
        font-size: 12px;
        color: #fff;
        position: absolute;
        top: -10px;
        right: -10px;
    }

    .nav li .cart span {
        font-size: 18px;
    }

    .nav li .cart.active {
        position: relative;
    }

    .checkout-page .cart.res {
        display: flex;
        justify-content: center;
        width: 100%;
    }

    .checkout-page .cart {
        max-width: 100%;
    }

    .nav > li:first-child span {
        display: inline-block;
        color: #ffffff;
        padding: 8px 10px;
    }

    .nav-inner {
        position: relative;
        /* padding: 40px 0 0 0; */
        padding: 30px 0 0 0;
    }

    /* } */
    .close-form {
        position: absolute;
        display: block;
        background: url(../images/close-bt.png) no-repeat;
        background-size: 20px 20px;
        width: 20px;
        height: 20px;
        position: absolute;
        top: 5px;
        right: 20px;
    }

    .nav li > a {
        color: #ffffff;
        /* padding: 10px 0 10px 20px; */
        padding: 14px 0 14px 20px;
        display: block;
    }

    .nav li > a.registration {
        padding: 8px 0;
        display: inline-block;
    }

    .nav li > a.login {
        display: inline-block;
    }

    .nav li.search-item {
        padding: 7px 0;
    }

    .container.catalog-container .bread-crumbs,
    .container.catalog-container .sidebar.desktop,
    .container.catalog-container .page-content {
        display: none;
    }

    .container.catalog-container .sidebar.desktop,
    .info-page-wrap .sidebar {
        background-color: #ffffff;
        left: 0 !important;
        right: auto;
        margin: auto;
        z-index: 99999 !important;
        top: 0;
    }
    .info-page-wrap .sidebar {
        box-sizing: content-box;
        padding: 0 20px;
    }
    .info-page-wrap .sidebar.sidebar-info li.dl-1:not(:first-child) {
        border-top: 1px solid rgb(252 253 253);
    }
    .catalog-menu {
        position: relative !important;
        display: block !important;
        max-width: 322px;
        width: 100%;
        margin-bottom: 20px !important;
    }

    .catalog {
        width: 100%;
        overflow-x: hidden;
    }

    .catalog .cols {
        width: 47%;
    }

    .js-popup.button-order-catalog.button.blue.various {
        left: 0;
        right: 0;
        margin: auto;
    }

    .container.container-main-page-tight .flex-container>.categories,
    .container.container-main-page-tight .flex-container>.wrapper {
        display: none;
    }

    .container .head-container {
        padding: 0 15px;
    }

    .news {
        height: unset;
    }

    .news span {
        width: 100%;
        text-align: center;
        padding-top: 20px;
    }

    .static-text .column {
        width: 100%;
    }

    .container.catalog-wrap {
        background-color: #ebeaef;
    }

    .container.catalog-wrap:first-of-type {
        padding-top: 15px;
    }

    .news.disable {
        padding-bottom: 20px;
    }

    .table-container {
        width: 100%;
        overflow-y: scroll;
    }

    .table-container ul {
        width: 727px;
    }

    .catalog-drop-list li {
        /*height: 60px;*/
    }

    .price-wrapper .table li span {
        padding: 0 10px 0 0;
    }

    .services-drop-list > li > a,
    .catalog-drop-list > li > a {
        padding: 0 20px 0 20px;
        display: flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        align-items: center;
        align-content: center;
        -webkit-box-pack: left;
        -moz-box-pack: left;
        -ms-flex-pack: left;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
        height: 60px;
    }

    .catalog-drop-list > li > a img {
        display: block;
        max-width: 25px;
    }

    .catalog-drop-list li a span,
    .services-drop-list li a span {
        padding: 0 0 0 15px;
    }

    .catalog-inner-list {
        display: none;
        background: #274d8a;
    }

    .catalog-inner-list li {
        margin: 0 33px 0 52px;
        font-size: 14px;
    }

    .catalog-inner-list {
        border-top: 1px solid #15305e;
    }

    .catalog-inner-list li:first-child {
        border: none;
    }

    .catalog-inner-list li a {
        padding-left: 0;
    }

    .nav-bt {
        width: 20px;
        float: left;
    }

    .nav-bt:active {
        opacity: 0.7;
    }

    .nav-bt span {
        width: 100%;
        height: 2px;
        display: block;
        background: #2C3E6F;
        margin: 0 0 4px 0;
    }

    .header-mob-search {
        display: inline-block;
        float: left;
        margin-top: 10px;
        margin-left: 15px;
    }

    .header-box .phone {
        color: #fff;
    }

    .header-nav li.header-basket {
        position: relative;
    }

    .basket-amount {
        position: absolute;
        width: 14px;
        height: 14px;
        background: #e11320;
        border-radius: 50px;
        -moz-border-radius: 50px;
        -webkit-border-radius: 50px;
        top: -4px;
        right: -6px;
    }

    .info-page .sidebar-info {
        display: none;
        width: 215px;
    }

    .info-page-wrap .info-content {
        width: 100% !important;
    }

    .services-nav-item {
        width: 48.5% !important;
    }

    .product-container {
        min-height: 470px;
    }

    .product-slider {
        width: calc(95% - 210px);
    }

    /*.description.desktop {*/
    /*    display: none;*/
    /*}*/

    .price-wrapper {
        width: 220px;
    }

    .step-checkout {
        width: 100%;
    }

    .step-element .step-wrapper {
        float: unset;
        width: 64%;
        left: 0;
        right: 0;
        margin: auto;
    }

    .step-element .step-wrapper .section:nth-of-type(2) {
        display: none;
    }

    .step-element .step-wrapper .section h4 {
        margin: 25px 0 10px;
    }

    .section {
        border-bottom: none !important;
    }

    .product-slider .main-img {
        width: 72%;
        min-height: 300px;
    }

    .main-slider, .content-slider {
        overflow: hidden;
        margin: 8px auto;
        width: 95%;
        max-width: 450px;
        border-radius: 8px;
        -moz-border-radius: 8px;
        -webkit-border-radius: 8px;
    }

    .product .content-slider {
        max-width: 725px;
    }

    .main-slider img,
    .content-slider img {
        display: block;
        width: 100%;
        border-radius: 8px;
        -moz-border-radius: 8px;
        -webkit-border-radius: 8px;
    }

    .main-slider .slick-slide,
    .content-slider .slick-slide {
        position: relative
    }

    .main-slider .slider-caption {
        height: 100px;
        background: rgba(0, 0, 0, 0.5);
        width: 100%;
        position: absolute;
        left: 0;
        bottom: 0;
        border-radius: 0 0 8px 8px;
        -moz-border-radius: 0 0 8px 8px;
        -webkit-border-radius: 0 0 8px 8px;
    }

    .content-slider .slick-arrow {
        display: none !important;
    }

    .main-slider .slick-arrow {
        position: absolute;
        top: 50%;
        margin: -18px 0 0 0;
        width: 36px;
        height: 37px;
        padding: 0;
        border: none;
        z-index: 8;
        text-indent: -9999px;
    }

    .main-slider .slick-arrow:hover {
        cursor: pointer;
    }

    .main-slider .slick-arrow:active,
    .main-slider .slick-arrow:hover {
        opacity: 0.8;
    }

    .main-slider .slick-arrow:focus {
        outline: none;
    }

    .slide-more {
        width: 55%;
        text-align: center;
        color: #fefeff;
        border: 3px solid #fefeff;
        display: block;
        margin: 30px auto 0;
        text-transform: uppercase;
        max-width: 320px;
        height: 40px;
        line-height: 34px;
        z-index: 10;
        font-size: 14px;
    }

    .slide-more:hover,
    .slide-more:active {
        background: rgba(255, 255, 255, 0.7);
        color: #000;
        border: 3px solid #000;
    }

    .main-slider .slick-prev {
        left: 5%;
        background: url(../images/prev-bt.png) no-repeat;
    }

    .main-slider .slick-next {
        right: 5%;
        background: url(../images/next-bt.png) no-repeat;
    }

    /* catalog-menu */
    .catalog-menu {
        width: 70%;
        margin: 0 auto;
    }

    .catalog-menu li {
        border-top: 1px solid #888888;
        font-size: 21px;
    }

    .catalog-menu li:first-child {
        border: none;
    }

    .catalog-menu li a {
        height: 60px;
        color: #888888;
        display: flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        align-items: center;
        align-content: flex-start;
    }

    .catalog-menu li a img {
        min-width: 25px;
        max-width: 30px;
    }

    .catalog-menu li a span {
        display: block;
        width: 100%;
    }

    .search-form {
        width: 70%;
        margin: 0 auto;
        position: relative;
        height: 30px;
        /* background: #43597e; */
        background: #e5e5e5;
        border: 1px solid #2e2e2e;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
    }

    .search-form input {
        height: 30px;
        width: 100%;
        padding: 0 35px 0 10px;
        font-size: 14px;
        line-height: 30px;
        background: none;
        border: none;
        outline: none;
        color: black;
    }

    .search-form button {
        position: absolute;
        background: url(../images/search-ico.png) no-repeat;
        background-size: 20px 20px;
        width: 20px;
        height: 20px;
        top: 50%;
        margin: -10px 0 0 0;
        right: 10px;
        border: none;
        cursor: pointer;
        text-indent: -9999px;
    }

    .search-form button:focus {
        outline: none;
    }

    /* site nav */
    .catalog-menu.site-nav li a {
        color: #000000;
    }

    /* expert question box */
    .question-box {
        height: 55px;
        border-top: 1px solid #888888;
        border-bottom: 1px solid #888888;
        text-align: center;
    }

    .question-box a {
        line-height: 53px;
        font-size: 21px;
        padding: 0 30px 0 0;
        color: #2d3f6e;
        display: inline-block;
        background: url(../images/left-arrow.png) no-repeat 100% 54%;
        background-size: 6%;
    }

    /* products */
    .product-stick {
        display: block;
        position: absolute;
        top: 26px;
        left: 30px;
        width: 43px;
        height: 16px;
    }

    .popular-products {
        overflow: hidden;
    }

    .popular-products .product-item {
        float: left;
        width: 50%;
        padding: 26px 10px 8px;
        position: relative;
        border-right: 1px solid #888888;
        border-bottom: 1px solid #888888;
    }

    .popular-products .product-item .img-container img {
        width: 100%;
        max-width: 203px;
        margin: 0 auto 10px;
        display: block;
    }

    .product-name {
        display: block;
        font-size: 15px;
        line-height: 24px;
        color: #000;
    }

    .price-wholesale {
        display: block;
        font-size: 15px;
        line-height: 24px;
        color: #e11320;
        text-align: right;
    }

    .price-retail {
        display: block;
        font-size: 14px;
        line-height: 24px;
        color: #1d3c8d;
        text-align: right;
    }

    .products-title {
        display: block;
        text-align: center;
        margin: 15px 0;
        font-size: 21px;
        color: #000;
    }

    /* footer */
    #footer {
        background: #2d3f6e;
    }

    .footer-top {
        padding-top: 5px;
        padding-bottom: 10px;
    }

    .footer-top .footer-bottom-block-one {
        display: none;
    }

    .footer-top .footer-bottom-block-two ul {
        display: none;
    }

    .footer-bottom-block-two ul.message-director .button-manager {
        margin-left: 0;
    }

    .footer-top .message-director {
        display: block !important;
        width: 100% !important;
    }

    .footer-top .message-director li {
        display: flex;
        justify-content: center;
    }

    .instagram {
        background: url(../images/instagram-icon.png) no-repeat;
    }

    .facebook {
        background: url(../images/facebook-icon.png) no-repeat;
    }

    .vk {
        background: url(../images/vk-icon.png) no-repeat;
    }

    .google {
        background: url(../images/google-icon.png) no-repeat;
    }

    .ok {
        background: url(../images/ok-icon.png) no-repeat;
    }

    #footer .social-container {
        text-align: center;
        /* padding: 25px 0; */
        padding: 10px 0;
    }

    #footer .social-container a {
        width: 42px;
        height: 42px;
        /* margin: 0 5px; */
        margin: 0 3px;
        display: inline-block;
    }

    #footer .social-container a:hover,
    #footer .social-container a:active {
        opacity: 0.7;
    }

    .ftr_cprgth a {
        margin-left: 0;
    }

    .copy {
        background: #25304a;
        padding: 0 10px;
    }

    .copy span {
        padding: 23px 0;
        color: #627194;
        font-size: 14px;
        display: block;
        text-align: center;
    }

    .full-vers {
        display: block;
        height: 50px;
        line-height: 50px;
        color: #e11320;
        text-align: center;
        font-size: 24px;
    }

    .full-vers:active,
    .full-vers:hover {
        color: #fff;
        background: #e11320;
    }

    .filter-button,
    .region-button {
        display: block;
        font-size: 20px;
        line-height: 60px;
        text-align: center;
        color: #888888;
        height: 60px;
    }

    .region-button span {
        color: #000;
        padding: 0 0 0 50px;
        background: url(../images/marker-ico.png) no-repeat 0 50%;
        background-size: 24px 36px;
        display: inline-block;
    }

    .filter-button span {
        padding: 0 50px 0 0;
        background: url(../images/arrow-down.png) no-repeat 93% 56%;
        display: inline-block;
        background-size: 6%;
    }

    .filter {
        display: none;
    }

    .filter-row {
        font-size: 16px;
        padding: 0 3%;
        /*line-height: 50px;*/
        overflow: hidden;
        /*height: 80px;*/
        border-bottom: 1px solid #888888;
    }

    .filter-row > .holder span {
        float: left;
        color: #000;
    }

    .filter-row > .holder a {
        float: right;
        color: #888888;
    }

    .filter-buttons {
        overflow: hidden;
        text-align: center;
        border-bottom: 1px solid #888888;
        padding: 17px 0;
    }

    .filter-buttons a {
        height: 46px;
        width: 35%;
        margin: 0 5%;
        color: #fff;
        font-size: 16px;
        text-transform: uppercase;
        line-height: 42px;
        display: inline-block;
        border-radius: 10px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
    }

    .filter-buttons a:hover,
    .filter-buttons a:active {
        opacity: 0.8;
    }

    .filter-buttons a.filter-clear {
        color: #888888;
        background: rgba(255, 255, 255, 1);
        background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(252, 253, 253, 1) 25%, rgba(251, 251, 251, 1) 51%, rgba(240, 241, 241, 1) 74%, rgba(227, 227, 227, 1) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(25%, rgba(252, 253, 253, 1)), color-stop(51%, rgba(251, 251, 251, 1)), color-stop(74%, rgba(240, 241, 241, 1)), color-stop(100%, rgba(227, 227, 227, 1)));
        background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(252, 253, 253, 1) 25%, rgba(251, 251, 251, 1) 51%, rgba(240, 241, 241, 1) 74%, rgba(227, 227, 227, 1) 100%);
        background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(252, 253, 253, 1) 25%, rgba(251, 251, 251, 1) 51%, rgba(240, 241, 241, 1) 74%, rgba(227, 227, 227, 1) 100%);
        background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(252, 253, 253, 1) 25%, rgba(251, 251, 251, 1) 51%, rgba(240, 241, 241, 1) 74%, rgba(227, 227, 227, 1) 100%);
        background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(252, 253, 253, 1) 25%, rgba(251, 251, 251, 1) 51%, rgba(240, 241, 241, 1) 74%, rgba(227, 227, 227, 1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e3e3e3', GradientType=0);
        border: 2px solid #e3e3e3;
    }

    .filter-buttons a.filter-apply {
        border: 2px solid #666666;
        background: rgba(134, 134, 134, 1);
        background: -moz-linear-gradient(top, rgba(134, 134, 134, 1) 0%, rgba(136, 136, 136, 1) 25%, rgba(135, 135, 135, 1) 51%, rgba(131, 132, 132, 1) 74%, rgba(122, 123, 123, 1) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(134, 134, 134, 1)), color-stop(25%, rgba(136, 136, 136, 1)), color-stop(51%, rgba(135, 135, 135, 1)), color-stop(74%, rgba(131, 132, 132, 1)), color-stop(100%, rgba(122, 123, 123, 1)));
        background: -webkit-linear-gradient(top, rgba(134, 134, 134, 1) 0%, rgba(136, 136, 136, 1) 25%, rgba(135, 135, 135, 1) 51%, rgba(131, 132, 132, 1) 74%, rgba(122, 123, 123, 1) 100%);
        background: -o-linear-gradient(top, rgba(134, 134, 134, 1) 0%, rgba(136, 136, 136, 1) 25%, rgba(135, 135, 135, 1) 51%, rgba(131, 132, 132, 1) 74%, rgba(122, 123, 123, 1) 100%);
        background: -ms-linear-gradient(top, rgba(134, 134, 134, 1) 0%, rgba(136, 136, 136, 1) 25%, rgba(135, 135, 135, 1) 51%, rgba(131, 132, 132, 1) 74%, rgba(122, 123, 123, 1) 100%);
        background: linear-gradient(to bottom, rgba(134, 134, 134, 1) 0%, rgba(136, 136, 136, 1) 25%, rgba(135, 135, 135, 1) 51%, rgba(131, 132, 132, 1) 74%, rgba(122, 123, 123, 1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#868686', endColorstr='#7a7b7b', GradientType=0);
    }

    .region-holder,
    .size-holder {
        display: none;
        position: fixed;
        background: #fff;
        z-index: 15;
        top: 56px;
        width: 100%;
        max-width: 700px;
        max-height: 100%;
        overflow-y: scroll;
    }

    .region-country {
        border-bottom: 1px solid #888888;
    }

    .region-country a {
        display: block;
        color: #000;
        padding: 0 0 0 5%;
        height: 40px;
        font-size: 18px;
        line-height: 40px;
    }

    .region-country .country-inner {
        width: 100%;
        display: none;
        margin: 0 auto;
    }

    .region-country .country-inner a {
        border-top: 1px solid #888888;
        color: #888888;
    }

    .shadow {
        position: fixed;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.6);
        top: 0;
        left: 0;
        z-index: 8;
    }

    .select-region {
        position: relative;
    }

    .filter-buttons a.close-bt {
        position: relative;
        top: auto;
        right: auto;
        width: 30%;
    }

    .close-bt {
        background: url(../images/close-icon.png) no-repeat;
        width: 17px;
        height: 17px;
        display: block;
        position: absolute;
        top: 20px;
        right: 20px;
    }

    input[type=checkbox] {
        position: absolute;
        clip: rect(0, 0, 0, 0);
    }

    .filter-select-holder label.color {
        cursor: pointer;

        color: #888888;
        width: 100%;
        height: 60px;

        position: relative;

        top: 18px;
        display: inline-block;
        vertical-align: middle;

    }

    .filter-select-holder label.color span {
        vertical-align: top;
    }

    .filter-select-holder label.color div, .filter-select-holder label.color span {

        display: inline-block;
    }

    .filter-select-holder label {
        cursor: pointer;
        font-size: 21px;
        line-height: 30px;
        color: #888888;
        width: 100%;
        height: 60px;
        display: flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        align-items: center;
        align-content: center;
        -webkit-box-pack: justify;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;

    }

    .filter-select-holder label span {
        display: block;
        max-width: 50%;
    }

    .filter-select-holder label:after {
        content: " ";
        float: right;
        width: 24px;
        height: 24px;
        background: url(../images/check-ico.png) no-repeat;
        background-size: 24px 48px;
        position: relative;
    }

    .filter-select-holder input[type=checkbox]:checked + label:after {
        background-position: 0 -24px;
    }

    .filter-select-holder > .holder {
        border-bottom: 1px solid #888888;
        width: 90%;
        margin: 0 auto;
        padding: 0 3%;
    }

    .filter-up-title {
        display: block;
        line-height: 22px;
        border-bottom: 1px solid #888888;
        height: 60px;
        text-align: center;
        font-size: 20px;
        color: #000;

        display: flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        align-items: center;
        align-content: center;
        text-align: center;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
    }

    .filter-inner .filter-buttons a {
        width: 30%;
    }

    .filter-inner {
        position: fixed;
        top: 56px;
        z-index: 10;
        background: #fff;
        left: 0;
        max-height: 400px;
        overflow-y: scroll;
        width: 100%;
        display: none;
    }

    .filter-inner-holder {
        position: relative;
    }

    /* about.html */
    .about-holder {
        display: flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        align-items: center;
        align-content: center;
        -webkit-box-pack: justify;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 15px 0;
    }

    .about-holder a {
        width: 30%;
        margin: 0 0 20px 0;
        position: relative;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        overflow: hidden;

    }

    .about-holder a > img {
        display: block;
        width: 100%;
    }

    .title-page {
        display: block;
        margin: 0;
        text-transform: uppercase;
        font-size: 21px;
        line-height: 60px;
        text-align: center;
        color: #000;
        height: 60px;
        border-bottom: 1px solid #888888;
    }

    .about-caption {
        display: flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        align-items: center;
        align-content: center;
        position: absolute;
        width: 100%;
        background: rgba(0, 0, 0, 0.5);
        left: 0;
        bottom: 0;
        height: 60px;
        color: #fff;
        padding: 0 0 0 5%;
    }

    .about-holder a:hover,
    .about-holder a:active {
        opacity: 0.8;
    }

    .center {
        padding: 0 30px 0;
    }

    .center p {
        margin: 16px 0 0 0;
    }

    /* achievement.html */
    .achievements-list {
        margin: 15px 0;
    }

    .achievements-list li {
        background: url(../images/check-gray.png) no-repeat 0 2px;
        background-size: 20px 20px;
        padding: 0 0 0 30px;
        font-size: 16px;
        display: block;
        min-height: 30px;
        margin: 0 0 10px 0;
    }

    /* order.html */
    .order-box {
        border-bottom: 1px solid #888888;
    }

    .order-title {
        display: block;
        margin: 10px 0 16px 0;
        color: #1c3c71;
        font-size: 21px;
    }

    .order-title.blue {
        margin: 0;
        line-height: 50px;
        padding: 0 30px;
    }

    .order-info-box .holder span {
        font-size: 18px;
        color: #000;
        line-height: 25px;
        float: left;
    }

    .order-info-box .holder span:last-child,
    .order-fin-price span:last-child {
        float: right;
    }

    .order-fin-price {
        padding: 15px 0;
        overflow: hidden;
    }

    .order-fin-price span {
        color: #e11320;
        float: left;
        font-size: 20px;
    }

    .form-input {
        display: block;
        width: 100%;
        height: 40px;
        line-height: 40px;
        font-size: 16px;
        color: #bfbfbf;
        margin: 0 0 12px 0;
        border: 1px solid #e3e3e3;
        padding: 0 0 0 12px;
    }

    .order-button {
        display: block;
        margin: 12px 0 3px 0;
        color: #000;
        font-size: 21px;
    }

    .order-button span {
        display: block;
        background: url(../images/arrow-down.png) no-repeat 100% 60%;
        background-size: 4%;
    }

    input[type=radio] {
        vertical-align: top;
        width: 10px;
        height: 10px;
    }

    input[type=radio] + label {
        cursor: pointer;
        position: relative;
        padding: 0 0 0 25px;
        color: #232323;
        display: block;
        font-size: 14px;
    }

    .order-drop a {
        color: #542189;
        text-decoration: underline;
    }

    .about .order-drop, .about p {
        text-align: justify;
    }

    .order-drop a:hover,
    .order-drop a:active {
        text-decoration: none;
    }

    input[type=radio]:not(checked) {
        position: absolute;
        opacity: 0;
    }

    input[type=radio]:not(checked) + label:before {
        content: '';
        position: absolute;
        top: 50%;
        left: 0;
        margin: 0;
        width: 16px;
        height: 16px;
        background: #c3c3c3;
        border-radius: 10px;
    }

    .registration-popup input[type=radio]:not(checked) + label:after {
        margin: -1px 0 0 0;
    }

    input[type=radio]:not(checked) + label:after {
        content: url(../images/radio-icon.png);
        position: absolute;
        top: 50%;
        margin: 2px 0 0 0;
        left: 3px;
        width: 10px;
        height: 10px;
        display: none;
        background: none;
    }

    input[type=radio]:checked + label:after {
        display: block;
    }

    .format-box input[type=radio]:not(checked) + label:before {
        content: '';
        width: 36px;
        height: 36px;
        background: url(../images/radio.png) no-repeat;
        background-size: 35px 35px;
        position: absolute;
        top: 50%;
        left: auto;
        right: 0;
        margin: -18px 0 0 0;
    }

    .format-box input[type=radio]:not(checked) + label:after {
        background: url(../images/radio-checked.png) no-repeat;
        background-size: 35px 35px;
        width: 36px;
        height: 36px;
        display: none;
        position: absolute;
        top: 50%;
        right: 0;
        left: auto;
        margin: -18px 0 0 0;
        content: '';
    }

    .format-box input[type=radio]:checked + label:after {
        display: block;
    }

    .order-drop .holder {
        padding: 8px 0;
    }

    .order-drop span {
        padding: 0 0 0 30px;
        display: block;
        color: #232323;
    }

    .order-drop span.delivery-date {
        background: #f5f5f5;
        padding: 7px 10px;
        display: inline-block;
        font-size: 16px;
        color: #888888;
        line-height: 16px;
        margin: 5px 0 0 60px;
        border-radius: 8px;
        -moz-border-radius: 8px;
        -webkit-border-radius: 8px;
    }

    .delivery-company,
    .add-service {
        display: flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        align-items: center;
        align-content: center;
        -webkit-box-pack: justify;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .company-box,
    .add-service-box {
        width: 45%;
        margin: 5px 0;
    }

    .company-box img {
        max-width: 100%;
        display: block;
    }

    .delivery-company-hidden {
        display: none;
    }

    .order-drop {
        display: none;
        font-size: 16px;
        color: #000;
    }

    .form-area {
        height: 80px;
        padding: 10px 10px 10px 15px;
        width: 100%;
        font-family: 'Tahoma';
        font-size: 16px;
        color: #bfbfbf;
        border: 1px solid #e3e3e3;
        resize: none;
    }

    .check-label {
        cursor: pointer;
        font-size: 16px;
        color: #000;
        width: 100%;
        display: flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        align-items: center;
        align-content: center;
        -webkit-box-pack: left;
        -moz-box-pack: left;
        -ms-flex-pack: left;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
    }

    .check-label span {
        display: block;
        max-width: 100%;
        padding: 0;
    }

    .check-label:before {
        content: " ";
        margin: 0 5px 0 0;
        float: left;
        width: 25px;
        height: 25px;
        background: url(../images/checkbox.jpg) no-repeat;
        position: relative;
    }

    .check-holder input[type=checkbox]:checked + label:before {
        background-position: 0 -25px;
    }

    .order-apply {
        display: block;
        margin: 12px auto;
        width: 50%;
    }

    .order-apply {
        background: #e11320;
        border: none;
        cursor: pointer;
        color: #fff;
    }

    .order-apply:hover,
    .order-apply:active {
        background: #aa151e;
    }

    .continue:active,
    .continue:hover {
        background: #1c3c71;
        color: #fff;
    }

    .continue {
        color: #1c3c71;
        border: 2px solid #1c3c71;
        background: rgba(255, 255, 255, 1);
        background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(252, 253, 253, 1) 25%, rgba(251, 251, 251, 1) 51%, rgba(240, 241, 241, 1) 74%, rgba(227, 227, 227, 1) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(25%, rgba(252, 253, 253, 1)), color-stop(51%, rgba(251, 251, 251, 1)), color-stop(74%, rgba(240, 241, 241, 1)), color-stop(100%, rgba(227, 227, 227, 1)));
        background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(252, 253, 253, 1) 25%, rgba(251, 251, 251, 1) 51%, rgba(240, 241, 241, 1) 74%, rgba(227, 227, 227, 1) 100%);
        background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(252, 253, 253, 1) 25%, rgba(251, 251, 251, 1) 51%, rgba(240, 241, 241, 1) 74%, rgba(227, 227, 227, 1) 100%);
        background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(252, 253, 253, 1) 25%, rgba(251, 251, 251, 1) 51%, rgba(240, 241, 241, 1) 74%, rgba(227, 227, 227, 1) 100%);
        background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(252, 253, 253, 1) 25%, rgba(251, 251, 251, 1) 51%, rgba(240, 241, 241, 1) 74%, rgba(227, 227, 227, 1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e3e3e3', GradientType=0);
    }

    .order-apply,
    .continue {
        font-size: 21px;
        padding: 10px 0;
        display: block;
        text-transform: uppercase;
        text-align: center;
        margin: 12px auto;
        width: 50%;
        border-radius: 8px;
        -moz-border-radius: 8px;
        -webkit-border-radius: 8px;
    }

    button:focus {
        outline: none;
    }

    .order-buttons {
        margin: 30px 0;
    }

    .order-holder {
        margin: 0 0 20px 0;
    }

    /* basket.html */
    .basket-box {
        display: flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        align-items: center;
        align-content: center;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        padding: 0 30px;
        border-bottom: 1px solid #888888;
    }

    .basket-box img {
        display: block;
        max-width: 32%;
        margin: 0 3% 0 0;
    }

    .item-name {
        display: block;
        font-size: 21px;
        color: #000;
        margin: 0 0 6px 0;
    }

    .item-vendor,
    .item-size {
        display: block;
        font-size: 19px;
        color: #1c3c71;
        margin: 0 0 6px 0;
        width: 100%;
    }

    .item-price span,
    .amount-text {
        font-size: 18px;
        color: #1c3c71;
        float: left;
        line-height: 30px;
    }

    .item-price span:last-child {
        float: right;
        font-weight: bold;
        font-size: 21px;
        line-height: 30px;
    }

    .item-fin-price span {
        font-size: 20px;
        line-height: 30px;
        color: #e11320;
        float: left;
    }

    .item-fin-price span:last-child {
        float: right;
        font-weight: bold;
        font-size: 22px;
        line-height: 30px;
    }

    .amount-input {
        border: none;
        width: 34px !important;
        height: 24px;
        outline: none;
        font: 16px/22px Tahoma, sans-serif;
        text-align: center;
        color: #000000;
        margin: 0 auto !important;
        display: block;
        /*border: 1px solid #e3e3e3;*/
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    .amount {
        position: relative;
        float: right;
        width: 92px;
    }

    .ui-spinner {
        position: absolute;
        height: 24px;
        width: 100% !important;
        top: 0;
        left: 0;
    }

    .ui-spinner-buttons {
        position: absolute;
        width: 100% !important;
        left: 0 !important;
    }

    .ui-spinner-button {
        overflow: hidden
    }

    .ui-spinner-buttons div {
        width: 24px;
        height: 24px;
        display: block;
        position: absolute;
        z-index: 8;
    }

    .ui-spinner-buttons div span {
        width: 24px;
        height: 24px;
        display: block;
    }

    .ui-spinner-up {
        background: transparent url(../images/spinner-plus.jpg) no-repeat 50% 50%;
        width: 24px;
        height: 24px;
        background-size: 24px 24px;
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        margin: 0 0 1px 0;
        border: none;
        text-indent: -9999px;
        cursor: pointer;
    }

    .ui-spinner-down {
        background: transparent url(../images/spinner-minus.jpg) no-repeat 50% 50%;
        background-size: 24px 24px;
        width: 24px;
        height: 24px;
        top: 0;
        display: block;
        position: absolute;
        left: 0;
        border: none;
        text-indent: -9999px;
        cursor: pointer;
    }

    .basket-item > .holder {
        margin: 0 0 6px 0;
    }

    .basket-info {
        color: #000;
        border-bottom: 1px solid #888888;
        padding: 15px 0;
        font-size: 18px;
    }

    .basket-info p {
        margin: 0;
    }

    .basket-info a {
        color: #1c3c71;
    }

    .basket-order-box {
        padding: 15px 0;
        border-bottom: 1px solid #888888;
    }

    .order-buttons.basket-buttons {
        margin: 0;
        border-bottom: 1px solid #888888;
        padding: 0 0 15px 0;
    }

    .basket-delivery {
        padding: 25px 0;
    }

    .delivery-title {
        display: block;
        font-size: 18px;
        color: #707070;
        margin: 0 0 15px 0;
    }

    .basket-delivery p {
        margin: 0;
        font-size: 15px;
        color: #707070;
    }

    /* cart.html */
    .cart-head {
        padding: 12px 15px 15px;
        border-bottom: 1px solid #888888;
    }

    .cart-head .cart-info {
        display: flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        align-items: center;
        align-content: center;
        -webkit-box-pack: justify;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }

    .cart-head .cart-info div:last-child {
        text-align: right;
    }

    .cart-head .cart-info div span {
        margin: 0;
    }

    .cart-head .cart-info div span.old-price {
        text-decoration: line-through;
        color: #707070;
    }

    .cart-head .cart-info div:first-child span {
        font-size: 18px;
    }

    .cart-head .cart-info div:last-child span {
        font-size: 16px;
    }

    .cart-head .cart-info .price-wholesale .price {
        font-size: 20px;
    }

    .cart-head .cart-info .price-retail .price {
        font-size: 18px;
    }

    .cart-buttons {
        overflow: hidden;
        text-align: center;
        padding: 17px 0 0 0;
    }

    .cart-buttons a {
        height: 46px;
        width: 45%;
        color: #fff;
        font-size: 18px;
        text-transform: uppercase;
        line-height: 42px;
        border-radius: 10px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        float: left;
        margin-left: 12px;
    }

    .cart-buttons a:last-child {

    }

    .cart-buttons a:hover,
    .cart-buttons a:active {
        opacity: 0.8;
    }

    .cart-buttons a.chose-size {
        color: #888888;
        background: rgba(255, 255, 255, 1);
        background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(252, 253, 253, 1) 25%, rgba(251, 251, 251, 1) 51%, rgba(240, 241, 241, 1) 74%, rgba(227, 227, 227, 1) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(25%, rgba(252, 253, 253, 1)), color-stop(51%, rgba(251, 251, 251, 1)), color-stop(74%, rgba(240, 241, 241, 1)), color-stop(100%, rgba(227, 227, 227, 1)));
        background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(252, 253, 253, 1) 25%, rgba(251, 251, 251, 1) 51%, rgba(240, 241, 241, 1) 74%, rgba(227, 227, 227, 1) 100%);
        background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(252, 253, 253, 1) 25%, rgba(251, 251, 251, 1) 51%, rgba(240, 241, 241, 1) 74%, rgba(227, 227, 227, 1) 100%);
        background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(252, 253, 253, 1) 25%, rgba(251, 251, 251, 1) 51%, rgba(240, 241, 241, 1) 74%, rgba(227, 227, 227, 1) 100%);
        background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(252, 253, 253, 1) 25%, rgba(251, 251, 251, 1) 51%, rgba(240, 241, 241, 1) 74%, rgba(227, 227, 227, 1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e3e3e3', GradientType=0);
        border: 2px solid #e3e3e3;
    }

    .cart-buttons a.add-basket {
        background: #707071;
    }

    .cart-buttons a.add-basket.active {
        background: #1c3c71;
    }

    .item-description {
        font-size: 16px;
    }

    .item-description p {
        margin: 0 0 0 45px;
        color: #707070;
    }

    .item-description .order-drop {
        padding: 15px 0;
    }

    .item-info-img {
        position: relative;
        float: left;
        margin: 10px 0 0 0;
    }

    .item-info-box > div:after {
        clear: both;
        display: block;
        content: '';
    }

    .item-info-img div {
        position: relative;
        width: 40px;
        height: 39px;
        margin-right: 9px;
        margin-bottom: 10px;
        overflow: hidden;
    }

    .item-info-img div img {
        position: absolute;
        top: 0;
        right: 0;
    }

    .item-info-img span {
        position: absolute;
        left: 0;
        background: #fff;
        display: none;
        border: 1px solid #000;
        width: 150px;
        padding: 3px 5px;
        line-height: 1.3;
        font-size: 12px;
        bottom: 100%;
        z-index: 1;
    }

    .item-info-img:active span,
    .item-info-img:hover span {
        display: block;
    }

    .item-info,
    .sertificate-bt,
    .item-question-box {
        color: #000;
    }

    .item-info .center > div {
        margin: 0 0 14px 0;
    }

    .item-info-title {
        display: block;
        margin: 0 0 2px 0;
        font-weight: bold;
    }

    .sertificate-bt a {
        color: #1c3c71;
        border-bottom: 1px dashed #1c3c71;
        padding: 0 0 2px 0;
        font-size: 20px;
    }

    .sertificate-bt a:hover,
    .sertificate-bt a:active {
        border: none;
        text-decoration: none;
    }

    .item-question-box a {
        color: #000;
        font-size: 21px;
        display: block;
        background: url(../images/left-arrow.png) no-repeat 100% 60%;
        background-size: 4%;
    }

    .section {
        padding: 12px 0;
        border-bottom: 1px solid #888888;
    }

    .item-category .center > span {
        font-size: 22px;
        color: #000;
        margin: 0 0 10px 0;
        display: block;
    }

    .order-box .slider img {
        width: auto;
        margin: 0 auto;
    }

    .product-slider .price-wholesale {
        color: #2d3f90;
    }

    .product-slider span {
        font-weight: bold;
    }

    .product-slider .price-wholesale span,
    .product-slider .price-retail {
        color: #888888;
    }

    .product-slider .text-container {
        border-top: 1px solid #c4c4c4;
        padding: 5px 0;
        margin: 5px 0 0 0;
    }

    .product-slider img {
        display: block;
        margin: 0 auto;
        max-width: 100%;
    }

    .product-slider .slick-slide {
        margin: 0 10px;
    }

    .size-holder {
        border: 2px solid #1c3c71;
        border-radius: 10px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
    }

    .size-inner {
        position: relative;
        padding: 0 20px;
    }

    .size-inner > span {
        display: block;
        padding: 12px 0;
        color: #1c3c71;
        font-size: 18px;
    }

    .size-inner .item-amount {
        margin: 10px 0 3px;
    }

    .size-inner .item-amount span {
        color: #000;
        line-height: 24px;
        font-size: 14px;
    }

    .product-popup {
        border: 2px solid #1c3c71;
        border-radius: 10px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        padding: 15px 15px 5px 15px;
        display: none;
        top: 56px;
        z-index: 12;
        position: fixed;
        width: 100%;
        max-width: 700px;
        background: #fff;
        right: 0;
    }

    .popup-title {
        display: block;
        font-size: 24px;
        color: #1c3c71;
        margin: 0 0 10px 0;
    }

    .product-popup .order-buttons.basket-buttons {
        border: none;
        padding: 0;
        overflow: hidden;
    }

    /* shops.html */
    #map {
        width: 100%;


        height: 300px;
        margin: 15px 0;
    }

    .tab-menu {
        overflow: hidden;
    }

    .tab-menu li.selected {
        background: #fff;
        color: #505050;
        border: 1px solid #ccc;
        border-bottom: none;
    }

    .tab-menu li {
        height: 40px;
        line-height: 40px;
        font-size: 16px;
        text-align: center;
        width: 100px;
        margin: 0 10px 0 0;
        float: left;
        text-align: center;
        padding: 0;
        color: #fff;
        cursor: pointer;
        background: #3B4A90;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;


        -webkit-border-top-left-radius: 5px;
        -webkit-border-top-right-radius: 5px;
        -webkit-border-bottom-right-radius: 0px;
        -webkit-border-bottom-left-radius: 0px;

        -moz-border-radius-topleft: 5px;
        -moz-border-radius-topright: 5px;
        -moz-border-radius-bottomright: 0px;
        -moz-border-radius-bottomleft: 0px;
    }

    .office-holder {
        margin: 10px -10px;
        overflow: hidden;
        display: flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        align-items: center;
        align-content: center;
        -webkit-box-pack: justify;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .office-item {
        padding: 0px 10px 20px 10px;
        width: 50%;
        min-height: 150px;
        color: #000;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
    }

    .office-item .block {
        position: relative;
        display: inline-block;
        width: 100%;
        height: 100%;
        box-sizing: border-box;
        padding: 10px 5px 10px 15px;
        border-width: 1px;
        border-style: solid;
        border-color: rgb(204, 204, 204);
        border-image: initial;
        transition: border 0.2s linear, box-shadow 0.2s linear;
        border-radius: 5px;
    }

    .select-city {
        height: auto;
        padding: 10px;
        overflow: hidden;
        position: relative;
    }

    .select-city a {
        margin: 0px 10px 0px 0px;
        display: inline-block;
        border-bottom: 1px dashed #367DE2;
        color: #367DE2;
    }

    .parent {
        display: none;
    }

    .show-box {
        display: block;
    }

    .office-title {
        display: block;
        font-size: 24px;
        color: #000;
        margin: 5px 0;
    }

    .show-onmap {
        line-height: 12px;
        font-size: 10px;
        color: rgb(145, 145, 145);
        text-decoration: none;
        cursor: pointer;
        margin: 10px 10px 0px 0px;
        padding: 0px;
        border-bottom: 1px dashed rgb(145, 145, 145);
    }

    .catalog-drop-list, .services-drop-list {
        background: #1f437d;
        display: none;
    }

    .services-drop-list {
        background: #2e2e2e;
    }

    /* account */
    .acc-header {
        background: #e11320;
        border-bottom: 1px solid #888888;
    }

    .acc-header .nav-bt span {
        background: #fff;
    }

    .logo {
        display: block;
        margin: 0 auto;
        width: 41px;
        background: none;
    }

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

    .order-title.acc-title {
        font-size: 32px;
    }

    a.acc-title:before {
        content: '<';
        display: inline-block;
        margin: 0 6px 0 0;
    }

    a.acc-title {
        border-bottom: 1px solid #888;
        padding: 0 0 10px 0;
    }

    .form-text {
        padding: 0 0 0 25px;
        display: block;
        margin: 0 0 10px 0;
    }

    .edit-bt,
    .apply-bt {
        background: #1c3c71;
        width: 60%;
        margin: 0 auto;
        height: 40px;
        line-height: 40px;
        text-align: center;
        font-size: 18px;
        text-transform: uppercase;
        color: #fff;
        border: none;
        display: block;
        border-radius: 6px;
    }

    .submit-bt {
        background: #e11320;
        width: 60%;
        margin: 0 auto;
        height: 50px;
        line-height: 50px;
        text-align: center;
        font-size: 18px;
        text-transform: uppercase;
        color: #fff;
        border: none;
        display: block;
        border-radius: 6px;
    }

    .acc-edit-form {
        margin: 0 0 20px 0;
        padding: 0 15px;
    }

    .pass-form {
        padding: 30px 0;
    }

    .pass-form p {
        margin: 15px;
    }

    button:hover {
        cursor: pointer;
    }

    button:focus {
        outline: none;
    }

    .mail-format .holder .format-box {
        float: left;
        height: 35px;
    }

    .mail-format .holder .format-box:last-child {
        float: right;
    }

    .format-box input[type=radio] + label {
        line-height: 36px;
        padding: 0 40px 0 0;
        font-size: 18px;
        color: #888888;
    }

    .acc-sub {
        display: block;
        margin: 0 0 15px 0;
        font-size: 20px;
        color: #888888;
    }

    .filter-select-holder > .holder.acc-box,
    .acc-box {
        border-bottom: 1px solid #888888;
        padding: 15px 0;
        width: 100%;
        margin: 0 auto;
    }

    .filter-select-holder > .holder.acc-box label {
        line-height: 24px;
        font-size: 18px;
        height: 24px;
    }

    .control-form {
        padding: 0 0 35px 0;
    }

    .control-form .edit-bt {
        margin: 30px auto 0;
    }

    .acc-orders {
        padding: 0 0 10px;
    }

    .acc-orders > .holder,
    .acc-order-info .holder {
        display: flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        align-items: center;
        align-content: center;
        -webkit-box-pack: justify;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        padding: 10px 0;
        border-bottom: 1px solid #888888;
    }

    .acc-order-info .holder {
        border: none;
        padding: 3px 0;
    }

    .acc-orders > .holder:last-child {
        border: none;
    }

    .acc-orders > .holder div:last-child {
        text-align: right;
        width: 45%;
    }

    .acc-orders span {
        display: block;
    }

    .order-status {
        margin: 6px 0 0 0;
    }

    .order-status.accept {
        color: #1d3c8d;
    }

    .order-status.closed {
        color: #000000;
    }

    .order-price-box span {
        font-size: 16px;
    }

    .order-price-box span.order-price {
        font-size: 22px;
        margin: 3px 0 0 0;
    }

    .acc-orders > .holder .order-status {
        width: 45%;
    }

    .acc-orders > .holder > a {
        width: 10%;
    }

    .acc-order.basket-box {
        padding: 0 0 10px 0;
    }

    .acc-order .basket-order-box {
        padding: 5px 0;
        border: none;
    }

    .order-fin {
        padding: 10px 0;
    }

    .order-fin div {
        padding: 4px 0;
    }

    /* sign form */
    .sign-form-holder {
        background: #e3e3e3;
        border-bottom: 1px solid #888888;
        padding: 15px 15px 10px 15px;
    }

    .sign-title {
        display: block;
        font-size: 24px;
        color: #888888;
        margin: 0 0 10px 29px;
    }

    .sign-input {
        width: 100%;
        height: 40px;
        line-height: 40px;
        border: none;
        font-size: 18px;
        color: #bfbfbf;
        margin: 0 0 10px 0;
        padding: 0 0 0 29px;
    }

    .sign-type {
        overflow: hidden;
    }

    .sign-type a {
        float: left;
        text-align: center;
        width: 50%;
        color: #2d3f6e;
        font-size: 21px;
        line-height: 40px;
    }

    .sign-type a:first-child {
        border-right: 1px solid #888;
    }

    .product-popup .basket-box {
        position: relative;
        border: none;
        border-top: 1px solid #888;
        padding: 5px 0;
    }

    .product-popup > span {
        display: block;
        font-size: 20px;
    }

    .product-popup .basket-box img {
        float: left;
        max-width: 15%;
    }

    .product-popup .basket-item {
        float: left;
        width: 82%;
    }

    .product-popup .amount {
        float: left;
        width: auto;
        margin: 0 0 0 10px;
        font-size: 16px;
        color: #000;
        line-height: 16px;
    }

    .product-popup .item-fin-price span:last-child {
        float: left;
        margin: 0 0 0 10px;
        font-size: 18px;
        line-height: 18px;
    }

    .product-popup .item-price span,
    .product-popup .amount-text {
        line-height: 16px;
        font-size: 16px;
    }

    .product-popup .item-vendor,
    .product-popup .item-size {
        line-height: 16px;
        font-size: 16px;
    }

    .product-popup .item-name {
        font-size: 18px;
        margin: 0 0 5px 0;
    }

    .product-popup .item-fin-price span {
        font-size: 18px;
        line-height: 18px;
    }

    .product-popup .continue {
        float: left;
    }

    .product-popup .order-apply {
        float: right;
    }

    .product-popup .continue,
    .product-popup .order-apply {
        height: 40px;
        line-height: 40px;
        padding: 0;
        font-size: 18px;
        width: 48%;
    }

    .delete-item {
        background: url(../images/close-icon.png) no-repeat;
        width: 17px;
        height: 17px;
        display: block;
        position: absolute;
        top: 15px;
        right: 15px;
    }

    .item-info-img div::after {
        display: block;
        content: " ";
        border: 1px solid #fff;
        position: absolute;
        width: 38px;
        height: 37px;
        z-index: 1;
        background: transparent;

    }

    .item-info-img div::before {
        display: block;
        content: " ";
        border: 1px solid #ccc;
        position: absolute;
        width: 38px;
        height: 37px;
        z-index: 2;
        background: transparent;
        border-radius: 5px
    }


    /*
    select {
    width: 50px;
        height: 26px;
        border-radius: 5px;
        -webkit-appearance: none;
        background-image: url('../images/arrow-down.png');
        background-position: 31px center;
        background-repeat: no-repeat;
        line-height: 1em;
        -moz-appearance: none;
        text-indent: 0.01px;
        text-overflow: '';
        -ms-appearance: none;
        appearance: none!important;
        background-color: transparent;
        background-size: 32%;
        padding: 5px;
        border: 1px solid #ccc;
        position: relative;
        top: 0;
    }

    select::-ms-expand {
      display: none;
    }
    .amount-input {
        display:none;
    }
    .item-amount.holder {
        position:relative;
    }
    .item-amount.holder select {
        position:absolute;
        top:0;
        right:0
    }*/
    .overflow {
        height: 100px;
        overflow: hidden
    }

    .item-amount.holder {
        width: 100%;
        position: relative;
        display: inline-block;
    }

    .item-amount.holder .selectbox-box {
        position: absolute !important;
        right: 0
    }

    /*******************************SELECT*********************/
    .selectbox {
        vertical-align: middle;
        cursor: pointer;
    }

    .selectbox .select {
        width: 70px;
        height: 24px;
        padding: 0 5px 0 10px;

        color: #333;

        background: #fff;
        border: 1px solid #ccc;

        border-radius: 5px;

    }

    .selectbox .select:hover {
        background-color: #E6E6E6;
        background-position: 0 -10px;
    }

    .selectbox .select:active {
        background: #f5f5f5;
        box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.15);
    }

    .selectbox.focused .select {
        border: 1px solid #5794BF;
    }

    .selectbox .select .text {
        display: block;
        width: 100%;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        line-height: 24px;
    }

    .selectbox .trigger {
        position: absolute;
        top: -5px;
        right: -6px;
        width: 15px;
        height: 100%;

    }

    .selectbox .trigger .arrow {
        position: absolute;
        top: 14px;
        right: 12px;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 5px solid #000;
        width: 0;
        height: 0;
        overflow: hidden;
        opacity: 0.3;
        filter: alpha(opacity=30);
    }

    .selectbox:hover .arrow {
        opacity: 1;
        filter: alpha(opacity=100);
    }

    .selectbox .dropdown {
        top: 33px;
        width: 70px;
        margin: 0;
        padding: 1px 0;
        background: #FFF;
        border: 1px solid #000;
        border-radius: 5px;
        height: 100px !important;
        font-size: 14px;

    }

    .selectbox li {
        padding: 2px 5px;
        color: #333;
    }

    .selectbox li.selected {
        background: #A3ABB1;
        color: #FFF;
    }

    .selectbox li:hover {
        background: #08C;
        color: #FFF;
    }

    .selectbox li.disabled {
        color: #AAA;
    }

    .selectbox li.disabled:hover {
        background: none;
    }

    .item-amount.holder {
        overflow: visible;
    }

    .full-vers {
        color: #3B4A90;
    }

    .ui-spinner-up {
        background: url(../images/right.png) no-repeat;
        background-size: 49%;
        background-position: left center;

    }

    /*.ui-spinner-up span::after {
            content: "&gt;";
        position: absolute;
        width: 20px;
        height: 23px;
        display: inline-block;
        left: 0;
        top: 0;
        z-index: 9;
        color: #000;
        font-size: 14px;
    }*/
    .ui-spinner-down {
        background: url(../images/left.png) no-repeat;
        background-size: 49%;
        background-position: right center;
    }

    /*.ui-spinner-down::before {
        content: " < "
    }
    */
    .amount-input {
        background: transparent;
        outline: none;
    }

    div.popup-window.open {
        position: fixed;
        top: 57px;
        z-index: 10;
        background: #fff;
    }

    span.old-price {
        text-decoration: line-through;
        color: #707070;
    }

    .site-nav.main-page .toggle-box {
        font-size: 14px;
    }

    .site-nav.main-page .toggle-box li {
        border: none;
        list-style: disc
    }

    .twitter {
        background: url(/local/templates/main/images/twitter-icon.png) no-repeat;
    }

    .filter-select-holder input[type=radio] + label {
        padding-top: 4px;
    }

    input[type=radio] + label, .filter-select-holder label {
        font-size: 14px;
    }

    .filter-select-holder label {
        min-height: 30px;
        height: auto;
    }

    .button-container.png .slide-more {
        border-radius: 7px;
    }

    .news-list img, .news-detail img {
        max-width: 100% !important;
        width: auto !important;
        height: auto !important;
    }

    .news-filter ul {
        width: 100%;
        text-align: center;
        list-style: none;
    }

    .news-filter li {
        display: inline-block;
        margin: 0px 5px 15px 5px;
    }

    .news-list-item {
        border-bottom: 1px solid silver;
        margin-bottom: 20px;
        padding-bottom: 10px;
        margin-right: 18px;
    }

    .section_bottom_description h2 {
        font-size: 18px;
        line-height: 1em;
        margin-bottom: 15px;
        font-weight: bold;
    }

    .section_bottom_description {
        margin-bottom: 30px;
        line-height: 1.2em;
    }

    .spoiler a {
        border-bottom: #2300ec dotted 1px;
        margin: 20px 0;
        display: inline-block;
    }

    .spoiler:hover {
        cursor: pointer;
    }

    .spoiler-text {
        margin: 10px 0;
    }

    .static-text p {
        color: #888888;
        font-size: 14px;
        line-height: 1.3em;
        margin: 2px 0;
    }

    .static-text .element .h1 {
        color: #2c3e6f;
        font-size: 18px;
        font-weight: bold;
        padding-top: 30px;
    }

    .catalog-nav-item a img {
        width: 100%;
    }

    div.popup-window .close-icon {
        width: 17px;
        height: 17px;
        background: url(/local/templates/main/images/close-icon.png) no-repeat;
        cursor: pointer;
        position: absolute;
        top: 15px;
        right: 39px;
        z-index: 1000;
    }

    .product-add-count .input-wrap {
        display: inline-block;
        margin-left: 184px;
    }

    .product-add-count li {
        height: 30px;
        display: block;
        margin-top: 8px;
        position: relative;
    }

    .product-add-count span {
        display: inline-block;
        font-size: 16px;
        line-height: 30px;
        vertical-align: middle;
        position: absolute;
        top: 0;
        max-width: 180px;
    }

    .counter-input {
        text-align: center;
    }

    .input-wrap .minus, .input-wrap .counter-input, .input-wrap .plus {
        width: 25px;
        height: 25px;
        border: 1px solid #e5e5e5;
        float: left;
        margin-left: 4px;
    }

    .input-wrap .minus {
        background: url(/local/templates/main/images/line-icon.png) no-repeat center;
        cursor: pointer;
    }

    .input-wrap .plus {
        background: url(/local/templates/main/images/cross-icon.png) no-repeat center;
        cursor: pointer;
    }

    .product-add-count .subscribe {
        width: 102px;
        margin-left: 190px;
    }

    .product-add-count .subscribe, .link-wrap a {
        display: inline-block;
        height: 30px;
        text-decoration: none;
        text-align: center;
        color: #282828;
        padding-top: 5px;
        font-size: 16px;
        border: 1px solid #e5e5e5;
    }

    .link-wrap a {
        padding-left: 10px;
        padding-right: 10px;
        margin-right: 8px;
        margin-bottom: 10px;
    }

    .product-add-count li.active .subscribe {
        display: none;
    }

    .product-add-count li.disable .input-wrap {
        display: none;
    }

    .product-add-count li.disable span {
        color: #888888;
        text-decoration: line-through;
    }

    .fancybox-inner .size-inner {
        background: #fff;
        padding: 5px !important;
        min-width: 249px !important;
        width: 100%;
    }

    .fancybox-inner .size-inner .select-size.h2 {
        color: #2c3e6f;
        font-size: 18px;
        font-weight: bold;
        padding: 20px;
        border-bottom: 1px solid #e8e8e8;
        margin-bottom: 30px;
    }

    .fancybox-inner .size-inner .cart-add {
        display: inline-block;
        height: 40px;
        font-size: 16px;
        text-decoration: none;
        text-align: center;
        text-transform: uppercase;
        font-weight: bold;
        padding-top: 10px;
        float: left;
        color: #FFF;
        background: #2c3e6f;
        white-space: nowrap;
        width: 100%;
        margin: 20px 0;
    }

    .fancybox-inner .product-add-count .input-wrap {
        margin: 0;
        float: right;
    }

    .product .size-inner {
        background: #fff;
        padding: 6px;
        min-width: 249px;
        width: 100%;
    }

    .product .size-inner .select-size.h2 {
        color: #2c3e6f;
        font-size: 18px;
        font-weight: bold;
        padding: 20px;
        border-bottom: 1px solid #e8e8e8;
        margin-bottom: 30px;
    }

    .product .size-inner .cart-add {
        display: inline-block;
        height: 40px;
        font-size: 16px;
        text-decoration: none;
        text-align: center;
        text-transform: uppercase;
        font-weight: bold;
        padding-top: 10px;
        float: left;
        color: #FFF;
        background: #2c3e6f;
        white-space: nowrap;
        width: 100%;
        margin: 20px 0;
    }

    .product .product-add-count .input-wrap {
        margin: 0;
        float: right;
    }

    #content {
        padding: 7px;
    }

    /*Slick*/
    /* Slider */
    .slick-slider {
        position: relative;

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

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

        -webkit-touch-callout: none;
        -khtml-user-select: none;
        -ms-touch-action: pan-y;
        touch-action: pan-y;
        -webkit-tap-highlight-color: transparent;
    }

    .slick-list {
        position: relative;

        display: block;
        overflow: hidden;

        margin: 0;
        padding: 0;
    }

    .slick-list:focus {
        outline: none;
    }

    .slick-list.dragging {
        cursor: pointer;
        cursor: hand;
    }

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

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

        display: block;
    }

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

        content: '';
    }

    .slick-track:after {
        clear: both;
    }

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

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

    [dir='rtl'] .slick-slide {
        float: right;
    }

    .slick-slide img {
        display: block;
    }

    .slick-slide.slick-loading img {
        display: none;
    }

    .slick-slide.dragging img {
        pointer-events: none;
    }

    .slick-initialized .slick-slide {
        display: block;
    }

    .slick-loading .slick-slide {
        visibility: hidden;
    }

    .slick-vertical .slick-slide {
        display: block;

        height: auto;

        border: 1px solid transparent;
    }

    .slick-arrow.slick-hidden {
        display: none;
    }


    /*!!!!!!!!!!!!!*/
    div.popup-window .h1 {
        color: #2c3e6f;
        font-size: 18px;
        font-weight: bold;
        padding: 20px;
        border-bottom: 1px solid #e8e8e8;
        margin-bottom: 30px;
    }

    div.popup-window.for-got .h1 {
        margin: 0;
        border: none;
        padding-top: 0;
        text-align: center;
    }

    div.popup-window.for-got span.error-text {
        display: none;
    }

    div.popup-window.for-got span {
        width: 190px;
        text-align: center;
        display: block;
        margin: 0 auto;
    }

    div.popup-window.sity .wrapper {
        display: block;
        width: 100%;
        background: url(/local/templates/main/images/rus-bg.png) no-repeat center;
    }

    /*div.popup-window.sity ul {
        float: left;
    }

    div.popup-window.sity li {
        padding-bottom: 30px;
    }

    div.popup-window.sity li a {
        color: #2c3e6f;
        position: relative;
    }

    div.popup-window.sity .active {
        border: none;
        font-weight: bold;
    }

    div.popup-window.sity .active:before {
        content: url(/local/templates/main/images/sity-icon.png);
        position: absolute;
        left: -17px;
    }
    */
    .checkbox-container {
        margin-bottom: 20px;
        height: 20px;
    }

    .checkbox-container span {
        display: inline-block;
        margin-left: 20px;
        padding-top: 5px;
    }

    .checkbox-container input {
        width: 20px;
        height: 20px;
    }

    .checkbox {
        vertical-align: top;
        width: 17px;
        height: 17px;
    }

    .checkbox + label {
        cursor: pointer;
    }

    .checkbox:not(checked) {
        position: absolute;
        opacity: 0;
    }

    .checkbox:not(checked) + label {
        position: relative;
        padding: 0 0 0 20px;
    }

    .checkbox:not(checked) + label:before {
        content: '';
        position: absolute;
        /*top: -4px;*/
        left: 0;
        width: 20px;
        height: 20px;
        border: 1px solid #c4c4c4;
    }

    .checkbox:not(checked) + label:after {
        content: url(/local/templates/main/images/sity-icon.png);
        position: absolute;
        top: 2px;
        left: 5px;
        display: none;
    }

    .checkbox:checked + label:after {
        display: block;
    }

    .step .wrap input {
        font-size: 16px;
        cursor: pointer;
    }

    .step .wrap > div {
        float: left;
        margin-right: 5.6%;
        position: relative;
    }

    .step .wrap > div:last-child {
        margin-right: 0;
    }

    .select-container:before {
        content: url(/local/templates/main/images/arrow-disable.png);
        position: absolute;
        cursor: pointer;
    }

    div.popup-window .select-container:before {
        top: 20px;
        right: 6px;
    }

    .step .wrap .date, .step .wrap .year {
        width: 19.6%;
    }

    .step .wrap .month {
        width: 49.5%;
    }

    .tabs.disable {
        display: none;
    }


    .step .wrap input {
        font-size: 16px;
        cursor: pointer;
    }

    .step .wrap > div {
        float: left;
        margin-right: 5.6%;
        position: relative;
    }

    .step .wrap > div:last-child {
        margin-right: 0;
    }

    .step .wrap .date, .step .wrap .year {
        width: 19.6%;
    }

    .step .wrap .month {
        width: 49.5%;
    }

    .drop-list {
        position: absolute;
        z-index: 10;
        top: 10px;
        max-height: 188px;
        width: 100%;
        padding-left: 10px;
        display: block;
        border: 1px solid #c4c4c4;
        background: white;
        pointer-events: none;
    }

    .drop-list:before {
        content: url(/local/templates/main/images/arrow-enable.png);
        position: absolute;
        pointer-events: all;

    }

    div.popup-window .drop-list:before {
        top: 10px;
        right: 6px;
    }


    /*!!!*/
    div.popup-window .tabs-container .tabs-link {
        float: left;
        width: 50%;
        font-size: 18px;
        color: #323232;
        padding: 11px 0;
        cursor: pointer;
        text-align: center;
    }

    div.popup-window .tabs-link.active {
        border-top: 4px solid #2c3e6f;
        color: #2c3e6f;
        font-weight: bold;
        padding-top: 7px;
    }

    div.popup-window .tabs-link.disable {
        background: #e0e0e0;
        border-left: 1px solid #cbcbcb;
    }

    div.popup-window .tabs {
        padding: 30px 20px 20px 20px;
    }

    div.popup-window input {
        width: 100%;
        height: 40px;
    }

    div.popup-window .popup-input-text {
        border: 1px solid #c4c4c4;
        padding: 0 10px;
        outline: none;
        margin: 10px 0 20px 0;
    }

    div.popup-window .popup-input-text:focus {
        border-color: #232323;
    }

    div.popup-window input[type="submit"] {
        color: white;
        background: #2c3e6f;
        border: none;
        cursor: pointer;
        margin-bottom: 20px;
        text-transform: uppercase;
    }

    /*div.popup-window span {
        font-size: 14px;
        color: #232323;
        display: block;
    }
    */
    div.popup-window .center a {
        border-bottom: 1px solid;
    }

    div.popup-window.registration-popup a, div.popup-window.for-got a {
        font-size: 14px;
        text-decoration: none;
        border-bottom: 1px dashed;
    }

    div.popup-window .link-container {
        text-align: center;
    }

    div.popup-window .link-container a {
        color: #999999;
    }

    div.popup-window .popup-link {
        color: #232323;
        margin: 0 auto;
        display: inline-block;
    }

    div.popup-window .close {
        position: relative;
        bottom: 20px;
        right: -84%;
        color: #888888;
        float: none;
        opacity: 1;
        font-weight: normal;
        line-height: normal;
        text-shadow: none;
    }

    div.popup-window .check-in.error .popup-input-text {
        border: 2px solid #cc2229;
        margin: 9px 0 19px 0;
        color: #cc2229;
    }

    div.popup-window.disable {
        display: none;
    }

    div.popup-window.open {
        display: block;
    }

    div.popup-window .error-text {
        color: #cc2229;
    }

    .tabs .error-text {
        display: none;
    }

    .tabs.error .error-text {
        display: block !important;
    }

    .tabs.error .normal-text {
        display: none;
    }


    /*div.popup-window .close-icon {
        width: 17px;
        height: 17px;
        background: url(/local/templates/main/images/close-icon.png) no-repeat;
        cursor: pointer;
        position: absolute;
        top: 20px;
        right: 10px;
    }
    */
    div.popup-window .tabs-link.active {
        border-top: 4px solid #2c3e6f;
        color: #2c3e6f;
        font-weight: bold;
        padding-top: 7px;
    }

    div.popup-window .tabs-link.disable {
        background: #e0e0e0;
        border-left: 1px solid #cbcbcb;
    }

    div.popup-window .tabs {
        padding: 30px 20px 20px 20px;
    }

    div.popup-window form {
        padding-top: 20px;
        display: inline-block;
    }

    .step.disable {
        display: none;
    }

    step .wrap > div {
        float: left;
        margin-right: 5.6%;
        position: relative;
    }

    .step .wrap .date, .step .wrap .year {
        width: 19.6%;
    }

    div.popup-window input {
        width: 100%;
        height: 40px;
    }

    div.popup-window .popup-input-text {
        border: 1px solid #c4c4c4;
        padding: 0 10px;
        outline: none;
        margin: 10px 0 20px 0;
    }

    .step .wrap input {
        font-size: 16px;
        cursor: pointer;
    }

    .drop-list {
        position: absolute;
        z-index: 10;
        top: 10px;
        max-height: 188px;
        width: 100%;
        padding-left: 10px;
        display: block;
        border: 1px solid #c4c4c4;
        background: white;
        pointer-events: none;
    }

    .js-disable {
        display: none;
    }

    .drop-list li {
        font-size: 16px;
        color: #232323;
        padding: 13px 0;
        display: block;
        cursor: pointer;
        pointer-events: all;
    }

    .disable {

    }

    .registration-window, .login-window {
        right: 0;
        box-shadow: 1px 5px 8px gray;
        display: none;
        position: fixed;
        background: #fff;
        top: 62px;
        text-align: center;
        width: 100%;
        padding-bottom: 1px;
        padding: 10px 20px 20px 20px;
    }

    .registration.disable:hover .registration-window {
        display: block;
    }

    .drop-window .submit-drop, .drop-window span, .drop-window .h1 {
        display: block;
        width: 100%;
        text-decoration: none;
    }

    .drop-window .submit-drop {
        height: 42px;
        font-size: 16px;
        text-transform: uppercase;
        text-align: center;
        padding-top: 13px;
        margin-top: 10px;
        font-weight: bold;
    }

    .drop-window .blue-bg, .result .result-submit {
        color: white;
        background: #2c3e6f;
    }

    .drop-window .white-bg, .select-container .white-bg {
        color: #2c3e6f;
        border: 2px solid #2c3e6f;
        background: none;
    }

    .drop-window.search {
        display: none;
        position: fixed;
        width: 100%;
        padding: 20px;
        background: #fff;
        width: 100%;
        top: 62px;
        left: 0;
        /* box-shadow: 1px 5px 8px gray; */
        box-shadow: none;
    }

    .registration-window .margin, .login-window .margin {
        margin-top: 20px;
    }

    .nav li > a.in-personal {
        display: inline-block;
    }

    .nav li > a.in-personal:last-child {
        padding-left: 0px;
        padding-right: 0px;
    }

    .region-holder {
        left: 0 !important;
    }

    /*#rh-snippet {
        display:none !important
    }
    */
    .filter-buttons input[type="submit"] {
        height: 42px;
        /*width: 35%;
        margin: 0 5%;
        */
        width: 32%;
        margin: 0 3%;
        color: #fff;
        font-size: 15px;
        text-transform: uppercase;

        display: inline-block;
        border-radius: 10px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
    }

    .filter-buttons input[type="submit"].filter-clear {
        color: #888888;
        background: rgba(255, 255, 255, 1);
        background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(252, 253, 253, 1) 25%, rgba(251, 251, 251, 1) 51%, rgba(240, 241, 241, 1) 74%, rgba(227, 227, 227, 1) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(25%, rgba(252, 253, 253, 1)), color-stop(51%, rgba(251, 251, 251, 1)), color-stop(74%, rgba(240, 241, 241, 1)), color-stop(100%, rgba(227, 227, 227, 1)));
        background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(252, 253, 253, 1) 25%, rgba(251, 251, 251, 1) 51%, rgba(240, 241, 241, 1) 74%, rgba(227, 227, 227, 1) 100%);
        background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(252, 253, 253, 1) 25%, rgba(251, 251, 251, 1) 51%, rgba(240, 241, 241, 1) 74%, rgba(227, 227, 227, 1) 100%);
        background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(252, 253, 253, 1) 25%, rgba(251, 251, 251, 1) 51%, rgba(240, 241, 241, 1) 74%, rgba(227, 227, 227, 1) 100%);
        background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(252, 253, 253, 1) 25%, rgba(251, 251, 251, 1) 51%, rgba(240, 241, 241, 1) 74%, rgba(227, 227, 227, 1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e3e3e3', GradientType=0);
        border: 2px solid #e3e3e3;
    }

    .filter-buttons input[type="submit"].filter-apply {
        border: 2px solid #666666;
        background: rgba(134, 134, 134, 1);
        background: -moz-linear-gradient(top, rgba(134, 134, 134, 1) 0%, rgba(136, 136, 136, 1) 25%, rgba(135, 135, 135, 1) 51%, rgba(131, 132, 132, 1) 74%, rgba(122, 123, 123, 1) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(134, 134, 134, 1)), color-stop(25%, rgba(136, 136, 136, 1)), color-stop(51%, rgba(135, 135, 135, 1)), color-stop(74%, rgba(131, 132, 132, 1)), color-stop(100%, rgba(122, 123, 123, 1)));
        background: -webkit-linear-gradient(top, rgba(134, 134, 134, 1) 0%, rgba(136, 136, 136, 1) 25%, rgba(135, 135, 135, 1) 51%, rgba(131, 132, 132, 1) 74%, rgba(122, 123, 123, 1) 100%);
        background: -o-linear-gradient(top, rgba(134, 134, 134, 1) 0%, rgba(136, 136, 136, 1) 25%, rgba(135, 135, 135, 1) 51%, rgba(131, 132, 132, 1) 74%, rgba(122, 123, 123, 1) 100%);
        background: -ms-linear-gradient(top, rgba(134, 134, 134, 1) 0%, rgba(136, 136, 136, 1) 25%, rgba(135, 135, 135, 1) 51%, rgba(131, 132, 132, 1) 74%, rgba(122, 123, 123, 1) 100%);
        background: linear-gradient(to bottom, rgba(134, 134, 134, 1) 0%, rgba(136, 136, 136, 1) 25%, rgba(135, 135, 135, 1) 51%, rgba(131, 132, 132, 1) 74%, rgba(122, 123, 123, 1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#868686', endColorstr='#7a7b7b', GradientType=0);
    }

    .basket-amount {
        text-align: center;
        color: #fff;
        font-size: 11px;
        padding-top: 0px;

    }

    .toggle-box {
        display: none;
    }

    .overlay {
        display: none;
    }

    .overlay.disable {
        display: none;
    }

    .filter-inner-holder .filter-up-title {
        /*line-height: 22px;
        vertical-align: middle;
        display: table-cell;*/
    }

    .question-box {
        background: #2d3f6e;
        min-height: 55px;
        height: auto;
    }

    .question-box a {
        color: #fff;
        background: none;
        padding: 0;
    }

    .question-box form {
        padding: 10px;
    }

    .question-box textarea {
        min-height: 150px;
    }

    .question-box input[type="submit"] {
        background: #2d3f6e;
        color: #fff;
    }

    .question-box .slide-more {
        margin: 0px auto 0;
    }

    .question-box .form {
        display: none;
    }

    .filter-inner-holder .filter-up-title {
        width: 87% !important;
    }

    .toggle-box {
        text-align: justify;
    }

    .about ul li {
        list-style-type: disc;
        margin-left: 20px;
    }

    .product-added.product-popup {
        max-height: 350px;
        overflow: hidden;
        overflow-y: auto;
    }

    .shadow {
        display: none;
    }

    body div.title-search-result {
        z-index: 205 !important;
        width: 370px !important;
        max-width: 370px;
    }

    div.title-search-result .title-search-result, div.title-search-result tr {
        width: 100%;
        background: #fff

    }

    div.title-search-result .title-search-item {
        display: inline-block;
        max-width: 370px;
    }

    .no-ofers > div {
        float: none;
    }

    .catalog-menu li a img {
        margin-right: 5px;
    }

    div.popup-window.registration-popup .tabs-wrapper a.close {
        font-size: 17px;
    }

    #wrapper .hidden {
        display: none;
    }

    .registration-popup .tabs-link {
        font-size: 14px;
        padding: 5px 0;
    }

    #reg-form {
        padding: 10px 20px 10px 20px
    }

    #reg-form .popup-input-text {
        margin: 10px 0 10px 0;
    }

    #reg-form .input {
        height: 25px;
    }

    #reg-form #two > .wrap.clear span {
        width: 100%;
        display: inline-block;
        text-align: center;

    }

    #reg-form #two .drop-list {
        overflow-y: scroll;

        pointer-events: auto;
    }

    #reg-form #two .drop-list li {
        position: relative;
        z-index: 9999;
        padding: 5px 0;
    }

    #reg-form .wrap .month {
        width: 44.5%;
    }

    #reg-form .wrap .year {
        width: 23.6%;
    }

    #reg-form .link-container.center {
        margin-bottom: 20px;
    }

    #reg-form .link-container.center a {
        font-size: 16px;
    }

    .close-bt {
        right: 7px;
    }

    /*.filter > .filter-row > .holder {
        line-height:18px;
        min-height:50px;
    }
    */
    #reg-form a.skip {
        font-size: 17px;
        text-decoration: none;
        border-bottom: 1px dashed;
        position: relative;
        bottom: 0px;
        float: right;
        color: #888888;
    }

    #modal {
        text-decoration: underline;
    }

    .contacts-block p {
        margin-top: 6px;
    }

    pre {
        width: 100%;
        display: inline-block;
        white-space: normal;
    }

    div.popup-window.open {
        height: 97%;
        overflow-y: auto;
        width: 100%;
    }

    div.popup-window.sity.open {
        overflow: inherit;
    }

    #reg-form .link-container.center {
        min-height: 58px;
    }

    #reg .step-one-link a.skip {
        display: block;
        float: none;
        text-align: center;
        width: 53px;
        margin: 0 auto 5px auto;
    }

    .popular-products .product-item:nth-child(even) {
        border-left: 1px solid #888888;
    }
}


/* max-width 576 */
@media (max-width: 575px) {
    .info-page-wrap .sidebar {
        box-sizing: border-box;
    }

    .hover-element .button-container {
        display: block;
    }

    .catalog-menu li {
        padding: 0 15px;
    }

    .news {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        height: unset;
        margin-bottom: 0;
    }

    .news input {
        width: 90%;
    }

    .static-text.desktop {
        display: none;
    }

    .banner.desktop {
        background-size: contain !important;
        background-position: 0 15px !important;
    }

    .section_top_description h1 {
        font-size: 24px;
    }

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

    .hover-element:hover {
        width: 100%;
        left: 0;
    }

    .hover-element .button-container .button.white {
        margin-left: 0;
    }

    .cart .result {
        padding-left: 0;
    }

    .result .desktop.result-submit {
        margin: 0;
        margin-top: 20px;
    }

    .step-element .step-wrapper {
        width: 100%;
    }

    .footer-bottom-block-two ul.message-director .button-manager {
        display: none;
    }

    .services-nav-item {
        width: 100% !important;
        margin-right: 0 !important;
        filter: unset !important;
        -webkit-filter: unset !important;
    }

    .product-container {
        min-height: 800px;
    }

    .product-slider {
        width: 100%;
        margin: 20px 0;
    }

    .product-gallery.desktop {
        display: none;
    }

    .product-slider .main-img {
        width: 100%;
    }

    .price-wrapper {
        position: relative;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        width: 100%;
    }

    .price-whol,
    .price-wrapper .price {
        width: 50%;
    }

    .price-whol p {
        font-size: 28px !important;
    }

    .container.catalog-container .sidebar.desktop,
    .info-page-wrap .sidebar {
        width: 100%;
    }

}

.price-wrapper .product-add-count {
    width: 100%;
}

.slider-mpb {
    position: relative;
}

.slick-next:before {
    content: url(/local/templates/main/images/next-slick.png);
    cursor: pointer;
    position: absolute;
    top: 40%;
    right: 4%;
}

.slick-prev:before {
    content: url(/local/templates/main/images/prev-slick.png);
    cursor: pointer;
    position: absolute;
    top: 40%;
    left: 4%;
}

@media (max-width: 768px) {
    .slider-mpb .hover-element {
        width: 100%;
        height: 474px;
        margin: 7px;
    }

    .slider-mpb .hover-element .button-container {
        display: block;
    }
}

#about-left-menu .active span {
    text-decoration: none;
    font-weight: bold;
    background: url(/local/templates/main/images/sidebar-info-bg.png) no-repeat;
    background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
}

.form-services-mpb {
    display: flex;
    justify-content: center;
}

.pws_tabs_container ul.pws_tabs_controll {
    margin-left: 5px;
}

.map_control {
    padding: 5px 5px;
}

.fancybox-inner .banner-form {
    width: 100%;
}

.pop-up .popup-window.select-offer .product-add-count .input-wrap {
    margin-left: 170px !important;
}

.pop-up .popup-window.select-offer {
    width: 100% !important;
    max-width: 440px;
}

@media (max-width: 767px) {
    .select-region {
        margin: 10px;
    }

    div.popup-window.sity .country-inner a {
        width: 33%;
    }

    div.popup-window.sity::before {
        display: none;
    }

    .nav-drop .nav-inner .nav {
        height: 600px;
    }

    .catalog-container .sidebar,
    .info-page-wrap .sidebar {
        overflow: auto;
        height: 100%;
    }

    /*.product .description {*/
    /*    display: block;*/
    /*}*/

    .description.desktop .description-box-mpb {
        width: 100% !important;
    }

    .description.desktop .description-bottom-mpb {
        width: 100%;
    }
    .information-link-mpb{
        display: block;
    }
}
@media (max-width: 650px) {
    .container-main-page-tight .news-catalog>.col-12 {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }
    .container-main-page-tight .news-catalog>.col-12>.column {
        width:272px;
        max-width: 100%;
    }
    .container-main-page-tight .news-catalog .element p {
        padding-bottom: 0;
        min-height: auto;
    }
    .container-main-page-tight .news-catalog .column.column-center {
        margin: 0;
    }
    .container-main-page-tight.container .news-catalog .head-container {
        margin: 15px 0 10px;
    }
    .container-main-page-tight .news-catalog .element .h1 {
        min-height: 22px;
    }
}
@media (max-width: 575px) {
    .static-text.desktop.index-text {
        display: block;
    }
}
@media (max-width: 480px) {
    div.popup-window.sity .country-inner a {
        width: 49%;
    }

    div.popup-window {
        width: 100%;
    }

    .checkout-radio-wrapper {
        width: 270px;
    }
}
.information-link-mpb{
    display: none;
    text-align: center;
    text-decoration: underline;
    color: blue;
}

.search-hide-desktop {
    display:none
}

@media (max-width: 575px) {
    .hover-element:hover {
        z-index: 5;
    }
    .information-link-mpb{
        display: block;
    }
    .description-box-mpb, .description-bottom-mpb{
        display: none;
    }
}

/* Pagination*/

.pagination__item:not(:last-child) {
    margin-right: 5px;
}

.pagination__item {
    display: inline-block;
    vertical-align: middle;
}

.pagination__item--prev a {
    background: #ebebeb;
}

.pagination__item a {
    display: block;
    height: 100%;
    border: 1px solid #e3e3e3;
    background: #fff;
    color: #224877;
    width: 26px;
    height: 26px;
    line-height: 24px;
    text-align: center;
    transition: .2s;
    text-decoration: none;
}

.pagination__item--next .i-icon, .pagination__item--prev .i-icon {
    fill: #224877;
    width: 10px;
    height: 10px;
}

.pagination__item--prev .i-icon {
    transform: rotate(90deg);
}

.i-icon {
    background-repeat: no-repeat;
    background-position: 50%;
    display: inline-block;
    vertical-align: middle;
    width: 1em;
    height: 1em;
}

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

.pagination {
    margin-top: 30px;
    margin-bottom: 40px;
    text-align: center;
    float: left;
    width: 100%;
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

.pagination__item--next .i-icon {
    transform: rotate(-90deg);
}

.pagination__item--current a, .pagination__item a:hover {
    background: #224877;
    color: #fff;
}

.pagination__item--next a, .pagination__item--prev a {
    background: #ebebeb;
}
.catalog-container .search-page{
    padding-left: 0;
}
@media (min-width: 768px) {
    .title-search-result{
        top: 60px;
        left: 15% !important;
    }
}


@media (max-width: 1349px) {
    .categories .slider-container {
        float: none;
        margin: 0 auto;
    }
}

.h_search_toggle {
    display:none
}
@media (max-width: 1299px) {
    #slider-right {
        display: none;
    }
}
.news-catalog .column .element img{
    width: 100%;
}

.main-container .bx_catalog-compare-list.top{
    top: 70px;
}
.compare_close_mpb{
    float: right;

}
#footer{
    margin-top: 20px;
}
.phone_hover:hover{
    text-decoration: underline !important;
}

.registration-hide-desktop {
    display:none
}

@media (min-width: 768px) and (max-width: 1280px) {
    .registration-hide-tablet,
    .region.desktop,
    .registration-hide-desktop .registration span,
    .registration-hide-desktop .hide-tablet {
        display:none
    }

    .registration-hide-desktop {
        display:block
    }

    .registration-hide-desktop .registration {
        background:none
    }


  .top-menu  #main-menu > li > a {
        font-size: 15px;
    }

    .container .top-menu {
        padding: 0 20px;
    }

    #header .header-top {
        order: -1;
        height: 68px !important;
    }

   .top-menu #main-menu {
        justify-content: space-between;
        width: 100%;
    }

    .sticky-div,
    #header {
        display: flex;
        flex-direction: column;
    }

    .header-top .container {
        padding: 0 10px;
    }

    .header-top .wrapp_search_time.hide-tablet {
        display:none
    }

    .search-hide-desktop {
        display:block
    }


    .h_search_toggle {
        display:block;
        position: relative;
    }

    .h_search_toggle::before {
        content: '';
        display: block;
        width: 20px;
        height: 20px;
        background: transparent url(/local/templates/main/images/icon/search-blue.png) no-repeat center center;
        background-size: contain;
        margin-right: 18px;
    }

    .search-hide-desktop .search {
        display: none;
        position: absolute;
        right: 20px;
        top: 30px;
        width: 290px
    }

    a.btn-main-block.header_button_request {
        display: block !important;
        height: auto;
        border: none;
        max-width: 100px;
        text-decoration: underline;
    }

    a.btn-main-block.header_button_request.mr10 {
        display:none !important
    }

    .region.mobile {
        display: block;
        margin: 0 0 5px 0;
    }

    .region.mobile span {
        color: #525252;
    }

    .contacts-header-block {
        gap: 0 !important;
    }

    .contacts-header-block a {
        font-weight: bold;
    }

    .region.mobile a {
        font-weight: normal;
        border-bottom: 1px dashed;
    }

    a.btn-main-block.header_button_request {
        height: auto;
    }

}

@media (max-width: 991px) {
    .header-top .logo {
        width: 105px;
        min-width: 105px;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        margin-left: 0;
    }

    .header-top .logo img {
        display: none;
    }
}

@media (max-width: 1280px) {
    .news-container{
        padding: 0 15px;
    }
}
