@font-face {
  font-family: Oswald;
  src: url("fonts/Oswald/Oswald-Regular.ttf");
  src:  url("fonts/Oswald/Oswald-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: Oswald;
  src: url("fonts/Oswald/Oswald-Medium.ttf");
  src:  url("fonts/Oswald/Oswald-Medium.ttf") format("truetype");
  font-style: normal;
  font-weight: 500;
}

@font-face {
  font-family: Oswald;
  src: url("fonts/Oswald/Oswald-Bold.ttf");
  src:  url("fonts/Oswald/Oswald-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
}

@font-face {
    font-family: Roboto Medium;
    src: url("fonts/roboto_medium.ttf");
    src:  url("fonts/roboto_medium.ttf") format("truetype");
    font-style: normal;
    font-weight: 500;
}

@font-face {
    font-family: Roboto Regular;
    src: url("fonts/roboto_regular.ttf.ttf");
    src:  url("fonts/roboto_regular.ttf") format("truetype");
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: Roboto Light Italic;
    src: url("fonts/roboto_light_italic.ttf");
    src:  url("fonts/roboto_light_italic.ttf") format("truetype");
    font-style: normal;
    font-weight: 300;
}

@font-face {
    font-family: Myriad Pro;
    src: url("fonts/MyriadPro-Regular.ttf");
    font-style: normal;
}



@font-face {
  font-family: OpenSans;
  src: url("fonts/OpenSansRegular/OpenSansRegular.eot");
  src: url("fonts/OpenSansRegular/OpenSansRegular.eot?#iefix") format("embedded-opentype"), url("fonts/OpenSansRegular/OpenSansRegular.woff") format("woff"), url("fonts/OpenSansRegular/OpenSansRegular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
}

/* font-family: "OpenSansLigFht"; */
@font-face {
  font-family: OpenSans;
  src: url("fonts/OpenSansLight/OpenSansLight.eot");
  src: url("fonts/OpenSansLight/OpenSansLight.eot?#iefix") format("embedded-opentype"), url("fonts/OpenSansLight/OpenSansLight.woff") format("woff"), url("fonts/OpenSansLight/OpenSansLight.ttf") format("truetype");
  font-style: normal;
  font-weight: 200;
}

/* font-family: "OpenSansBold"; */
@font-face {
  font-family: OpenSans;
  src: url("fonts/OpenSansBold/OpenSansBold.eot");
  src: url("fonts/OpenSansBold/OpenSansBold.eot?#iefix") format("embedded-opentype"), url("fonts/OpenSansBold/OpenSansBold.woff") format("woff"), url("fonts/OpenSansBold/OpenSansBold.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
}

/* font-family: "OpenSansSemiBold"; */
@font-face {
  font-family: OpenSans;
  src: url("fonts/OpenSansSemiBold/OpenSansSemiBold.eot");
  src: url("fonts/OpenSansSemiBold/OpenSansSemiBold.eot?#iefix") format("embedded-opentype"), url("fonts/OpenSansSemiBold/OpenSansSemiBold.woff") format("woff"), url("fonts/OpenSansSemiBold/OpenSansSemiBold.ttf") format("truetype");
  font-style: normal;
  font-weight: 600;
}

.button, .smart-filter .flt-preview__wrapper {
  border: 0;
}

/*-----filter_group---------------*/
.smart-filter {
  margin-bottom: 25px;
}

.smart-filter .button, .smart-filter .flt-preview__wrapper {
  width: 100%;
  padding: 10px 0;
}

#filter-form {
  display: block !important;
  border: solid 1px #dddddd; 
}

.filter_group {
  display: block;
  border-bottom: 1px solid #dedede;
  padding: 0px 15px;
}

.filter_group .filter_group_body {
  display: none;
}

.filter_group_active .filter_group_body {
  display: block;
}

.filter_group .filter_group_title {
  color: #000;
  font-size: 14px;
  font-weight: 700;
  padding: 10px 15px;
  position: relative;
  cursor: pointer;
  margin-left: -15px;
  margin-right: -15px;
}

.filter_group .filter_group_title:hover {
  background-color: #ddd;
}

.filter_group .filter_group_title:after {
  position: absolute;
  top: -webkit-calc(50% - 4.5px);
  top: calc(50% - 4.5px);
  right: 10px;
  display: block;
  width: 7px;
  height: 9px;
  background: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNyA5IiB3aWR0aD0iNyIgaGVpZ2h0PSI5IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Ik0uNyAxLjFsMy44IDMuNEwuNyA3LjkgMS45IDlsNC44LTQuNUwxLjkgMCAuNyAxLjF6IiBmaWxsPSIjQUNBRTlFIi8+PC9zdmc+") no-repeat;
  -webkit-transition: -webkit-transform 0.15s;
  transition: -webkit-transform 0.15s;
  -o-transition: transform 0.15s;
  transition: transform 0.15s;
  transition: transform 0.15s, -webkit-transform 0.15s;
  content: '';
}

.filter_group_active .filter_group_title:after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.check_box_simple {
  clear: both;
}

.check_box_simple label {
  text-align: left;
  float: none;
  display: block;
  width: auto;
  margin: 0 10px 5px 0;
  font-weight: normal;
}

.check_box_simple input[type="checkbox"] {
  margin: 0 5px 0 0;
}
.check_box_simple .check_box_simple_text i {
  font-style:normal;
}
.check_box_simple label input[disabled]~.check_box_simple_text {
 color:#b3b3b3;
 cursor:context-menu
}

#flt-submit {
  margin-top: 20px;
  padding: 0px 15px;
}

.filter_buttons {
  margin: 10px 0;
  text-align: center;
}

.filter_buttons::before {
  display: block;
  clear: both;
  content: '';
}

.filter_buttons span {
  cursor: pointer;
  color: #999;
  text-decoration: underline;
}

/*-----END - filter_group---------------*/
/*--viki-tabs--*/
ul.viki-tabs-buttons {
  list-style: none outside none;
  margin: 0;
  outline: 0 none;
  padding: 0;
  text-decoration: none;
  border-bottom: 1px solid #e0e0e1;
}

ul.viki-tabs-buttons:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}

ul.viki-tabs-buttons li {
  border-bottom: 0 none !important;
  float: left;
  list-style: none outside none;
  margin: 0 0 1px 0;
  padding: 0;
  position: relative;
  top: 1px;
  white-space: nowrap;
  border: 1px solid #e0e0e1;
  border-width: 1px 0 1px 1px;
  font-weight: normal;
  background-repeat: repeat-x;
}

ul.viki-tabs-buttons li:last-child {
  border-width: 1px 1px 1px 1px;
  -webkit-border-radius: 0 4px 0 0;
          border-radius: 0 4px 0 0;
}

ul.viki-tabs-buttons li:first-child {
  -webkit-border-radius: 4px 0 0 0;
          border-radius: 4px 0 0 0;
}

ul.viki-tabs-buttons li:hover {
  background: #e0e0e1;
}

ul.viki-tabs-buttons li a {
  float: left;
  padding: 0.5em 1em;
  text-decoration: none;
  cursor: pointer;
  color: #000000;
}

ul.viki-tabs-buttons li a.big {
  padding: 0.5em 3em;
}

ul.viki-tabs-buttons li.act {
  margin-bottom: 0;
  padding-bottom: 1px;
  background: #23366e;
}

ul.viki-tabs-buttons li.act a, ul.viki-tabs-buttons li.act a:hover {
  cursor: text;
  color: #fff;
}

.viki-tabs-frames {
  clear: both;
  margin: 10px 0 0 0;
}

.viki-tabs-frames .viki-tab {
  display: none;
  padding: 15px;
}

.viki-tabs-frames .act {
  display: block;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.clearfix:after {
  content: '';
  display: table;
  clear: both;
}

a {
  color: inherit;
  outline: none !important;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  overflow-x: hidden;
  color: #000;
  font-family: "OpenSans", sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow-x: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 320px;
}

body, html {
  min-height: 100vh;
}

main {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

footer {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

html.fancybox-lock {
  overflow: visible !important;
}

.main-header, .main-footer {
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}

.main-content {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin: 20px auto;
}

.button, .smart-filter .flt-preview__wrapper {
  text-decoration: none;
  outline: none;
  color: #fff;
  display: inline-block;
  position: relative;
  padding: 5px;
  overflow: hidden;
  white-space: nowrap;
  background-color: #23366e;
  cursor: pointer;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  font-weight: 700;
  -webkit-transition: background-color 0.1s ease-in;
  -o-transition: background-color 0.1s ease-in;
  transition: background-color 0.1s ease-in;
}

.button:hover, .smart-filter .flt-preview__wrapper:hover {
  background-color: #0e3270;
  -webkit-transition: background-color 0.1s ease-in;
  -o-transition: background-color 0.1s ease-in;
  transition: background-color 0.1s ease-in;
}
.main-header__top .button:hover {background-color: #ffffff !important; }
.main-header__top .cart-box .cart-box__descr-price, .main-header__top .cart-box .cart-box__title{
    display: none;
} 
.main-header__top .box-cart__image {
    filter: grayscale(1) invert(1)!important;
}
.main-header__top .cart-box__item-count {
    filter: grayscale(1) invert(1)!important;
}
.main-header__slogan {
    text-align: center;
}
.main-header__top .cart-box__data {
    margin-left: 10px;
}
.main-header__top .cart-box__item-count {
    top: 25%;
    left: -69%;
}
.main-header__top .cart-box__total-price {
    color: #fff;
    font-family: Roboto Light Italic;
    font-size: 13px;
}
.main-header__search {
    line-height: 1;
    width: 60%;
}
.button_lg {
  padding: 10px 20px;
  font-weight: 700;
  font-size: 16px;
}


.button_border-accent {
  color: #3F6CB8;
  background: none;
  border: solid 1px #3F6CB8;
}

.button_white {
  color: #000;
  background-color: #fff;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

.mt20 {
  margin-top: 20px;
}

.mb20 {
  margin-bottom: 20px;
}

.m10 {
  margin-right: 10px;
}

.container {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.account {
  width: auto;
  margin-left: auto;
  margin-right: auto;
}

.fa-p {
  padding-left: 5px;
  padding-right: 5px;
}

.f-right {
  float: right;
}

.tright {
  text-align: right;
}

.tcenter {
  text-align: center;
}

input[type="text"], input[type="number"], input[type="password"], select, textarea {
  border: solid 1px #e0e0e1;
  background: none;
  height: 38px;
  padding: 0 10px;
  outline: none;
  /*float: left;*/
  -webkit-border-radius: 4px;
          border-radius: 4px;
}

input[type="text"]:focus, input[type="number"]:focus, input[type="password"]:focus, select:focus, textarea:focus {
  border-color: #3F6CB8;
}

select {
  cursor: pointer;
}

.page-top {
  position: fixed;
  position: relative;
  top: 0;
  z-index: 111;
}

.panel {
  padding: 5px 0;
  background-color: #fff;
  color: #000;
}

.panel a {
  text-decoration: none;
}

.panel__city {
  font-weight: 700;
  margin: 0 20px;
}
.product-item__img{
    min-height:210px;
}
.main-header__slogan {
    color: #fff;
}  
.search-form__button{
  background-color: #fff;
}
.fa-search{
  color: #24366e;
}
.fix-footer__contacts{
  display: flex;
  align-items: center;
}
.fix-footer__contacts .product-item__name{
  color: #fff;
}
.fix-footer .box-cart__image{
  background-image: url(../UISite/images/white_box.png);
}
.fix-footer .fav_goods{
}
.fix-footer .cart-box__item-count{
  left: 60%;
}
.product-top__desc .prop__value{
    text-align: right;
}
.good_price .current_price {
    font-size: 14px;
    margin-top: 10px;
}
.good_price .current_price span{
    font-size: 18px;
}
.good_price .product-item__icon_text {
    display: block;
    font-family: Roboto Regular;
    margin-left: 5px;
    font-size:14px;
    color:#000;
}
.good_price .product-item__icon_star{
  font-size:16px;  
}
.good_price .cart-box__price-delivery {
    color: #e30613;
}
.good_price .cart-box {
    margin: 35px 0 35px 0;
    margin-left:auto;
}
.good_price .product-top__price {
    font-size: 22px;
}
.good_price .product-item__icon_star {
    margin-left: auto;
}
.product-top__desc .prop {
    border-bottom: 1px solid rgba(0,0,0,.7);
    display: flex;
    margin-bottom: 5px;
    justify-content: space-between;
}
.product-top .cart-box__wrap {
    display: none;
}
.product-top > div {
    margin: 0 10px;
}
@media screen and (max-width: 768px) {
  .panel__city {
    margin: 0;
  }

}

.panel__account {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
     width: -webkit-fill-available;     
    justify-content: flex-end;
}

#box.viki-partial-loader {
    
}

#select2-region-select-container
{
    color: #fff;
    background-color: #000;
}

#select2-region-select-results
{
    color: #fff;
    background-color: #000;
}

@media screen and (max-width: 768px) {
  .panel__account {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  
}



.panel__account #box p {
  margin: 0;
  padding: 0 10px;
  border-right: 1px solid #555;
}

@media screen and (max-width: 500px) {
  .panel__account #box p {
    border: 0;
  }
    .main-header__top .cart-box {
        display: inline-block;
        margin: 0 60px 0 auto;
		z-index: 2;
    }

}

.panel__account #box p:first-child {
  padding-left: 0;
}

@media screen and (max-width: 500px) {
  .panel__account #box p:first-child {
    padding-left: 10px;
  }

}

.panel__account #box p:last-child {
  border: 0;
  padding-right: 0;
}

@media screen and (max-width: 500px) {
  .panel__account #box p:last-child {
    padding-right: 10px;
  }
}

.panel__account #box .account {
  width: 100%;
}

.panel__account #box .account__autorize-reg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.panel__account .arrow {
  display: none;
  position: relative;
}

@media screen and (max-width: 500px) {
  .panel__account .arrow {
    display: block;
    margin: 0 auto;
  }
}

.panel__account-box {
  display: inline-block;
}

.panel__phone {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
 width: max-content;
}

@media screen and (max-width: 768px) {
  .panel__phone {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.panel__rate {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 768px) {
  .panel__rate {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.panel__cities {
  color: #000;
}

@media screen and (max-width: 768px) {
  .panel__cities {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.panel__time {
  margin-left: 10px;
}

.panel__wrap-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

@media screen and (max-width: 1200px) {
  .panel__wrap-items {
    width: 100%;
    border-bottom: 1px solid #fff;
    padding-bottom: 5px;
  }
}

@media screen and (max-width: 768px) {
  .panel__wrap-items {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    text-align: center;
  }
}

.panel .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.panel .container:before, .panel .container:after {
  content: none;
}
.fix-footer:before, .fix-footer:after {
  content: none;
}

.panel .container:after {
  clear: none;
}

@media screen and (max-width: 1200px) {
  .panel .container {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.arrow {
  display: none;
  width: 20px;
  height: 20px;
  cursor: pointer;
  position: absolute;
  top: 0px;
  right: 0px;
}

@media screen and (max-width: 1200px) {
  .arrow {
    display: block;
  }
}

.arrow span {
  background-color: #fff0;
  height: 20px;
  display: block;
  position: absolute;
  width: 4px;
  left: 8px;
}

.arrow span:after {
  left: -4px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.arrow span:before {
  right: -4px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.arrow span:after, .arrow span:before {
  top: 3px;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  position: absolute;
  content: "";
  display: block;
  background-color: #fff;
  height: 15px;
  width: 4px;
}

.arrow_active span {
  height: 0;
}

.arrow_active span:after {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.arrow_active span:before {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.arrow_active span:after, .arrow_active span:before {
  top: 0;
}

.arrow_black span:after, .arrow_black span:before {
  background-color: #000;
}

.account__box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media screen and (max-width: 500px) {
  .account__box {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    display: none;
  }
  .account__box-active {
    display: block;
    text-align: center;
  }
}

@media screen and (max-width: 500px) {
  .account__box p {
    width: 100%;
  }
}

.account__favorite-goods-text {
  display: none;
  font-family: "OpenSans", sans-serif;
}

@media screen and (max-width: 500px) {
  .account__favorite-goods-text {
    display: inline-block;
  }
}

.account__icon-star a {
  cursor: pointer;
}

@media screen and (max-width: 500px) {
  .account__icon-star a:before {
    margin-right: 5px;
  }
}

.main-header {
  background-color: rgba(36, 54, 110, 1);
  filter: drop-shadow(0px 6px 16px rgba(36, 54, 110, 1));
  z-index: 100;
  padding-top: 10px;
}

.main-header_fixed {
  position: fixed;
  width: 100%;
  z-index: 50;
}

.main-header a {
  text-decoration: none;
  color: #fff;
}

.main-header__top {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 500px) {
  .main-header__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.main-header__logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 650px) {
  .main-header__logo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
}

.main-header__bottom {
  position: relative;
}

.main-header__rate {
  margin-right: 5px;
}

.main-header__rate:last-child {
  margin-right: 0;
}

@media screen and (max-width: 992px) {
  .main-header__nav {
    width: 100%;
    min-height: 40px;
    position: relative;
  }
}

.main-header__cart {
  text-align: right;
  color: #0e3270;
}

.main-header__slogan {
  text-transform: uppercase;
  margin-left: 20px;
}

@media screen and (max-width: 650px) {
  .main-header__slogan {
    margin-top: 10px;
    margin-left: 0;
    font-size: .8em;
  }
}

.main-header__search {
  line-height: 1;
}

@media screen and (max-width: 500px) {
  .main-header__search {
    margin: 10px 0;
  }
}

.main-header__top, .main-header__bottom 
{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
          justify-content: space-between;
}

.main-header__city {
  font-weight: 700;
  margin-right: 0;
  text-align: right;
  float: right;
}

.main-header__city, .main-header__cur {
  color: #5b5b5b;
}

.main-header-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.main-header-logo__logo {
  display: block;
  float: left;
  margin-right: 10px;
  max-width: 200px;
}

.main-header-logo img {
  max-width: 200px;
  width:100%;
}

.main-header-logo__caption {
  text-transform: uppercase;
  width: 100px;
  display: block;
  float: left;
}

.phone {
  text-decoration: none;
  white-space: nowrap;
}

#region-select {
  height: 25px;
}


.region-select {
  position: relative;
  display: inline-block;
  min-width: 150px;
}


.region-select option, .region-select button {
  color: #000;
}

.region-select-modal {
  display: block;
  background: #fff;
  position: absolute;
  padding: 10px;
  border: solid 1px #cccccc;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  top: 100%;
  z-index: 60;
  min-width: 310px;
  font-size: 14px;
  font-weight: 400;
  display: none;
  top: 30px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.067);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.067);
}

@media screen and (max-width: 1200px) {
  .region-select-modal {
    right: 0;
  }
  
}

@media screen and (max-width: 768px) {
  .region-select-modal {
    right: -77.5px;
  }
}

.region-select-modal-visible {
  display: block;
}

.region-select-modal a, .region-select-modal button {
  white-space: nowrap;
}

.region-select-modal button {
  color: #fff;
  font-weight: normal;
}

.region-select-city {
  color: #6f6f6f;
  font-size: 16px;
  margin-bottom: 10px;
}

.region-select-change {
  margin-left: 10px;
  color: #428bca;
}

.region-select-inner {
  float: right;
}

.phone-region-up {
  width: 100%;
}

.hamburger {
  display: none;
  width: 30px;
  height: 30px;
  cursor: pointer;
  position: absolute;
  top: 5px;
  right: 0px;
}

@media screen and (max-width: 992px) {
  .hamburger {
    
  }
}

.hamburger span {
  background-color: #3F6CB8;
  height: 4px;
  display: block;
  position: absolute;
  width: 30px;
  top: 13px;
}

.hamburger span:after {
  top: 10px;
}

.hamburger span:before {
  top: -10px;
}

.hamburger span:after, .hamburger span:before {
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  position: absolute;
  content: "";
  display: block;
  background-color: #3F6CB8;
  height: 4px;
  width: 30px;
}

.hamburger_active span {
  height: 0;
}

.hamburger_active span:after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.hamburger_active span:before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.hamburger_active span:after, .hamburger_active span:before {
  top: 0;
}

.dropdown {
  list-style: none;
  padding: 0;
  margin: 0;
  padding: 0 10px 10px 10px;
  line-height: 1.2;
  -webkit-box-shadow: 0px 6px 10px -6px rgba(0, 0, 0, 0.75);
          box-shadow: 0px 6px 10px -6px rgba(0, 0, 0, 0.75);
  display: none;
  z-index: 50;
  text-align: left;
  font-size: 14px;
}

.dropdown__link {
  padding: 5px 0;
  display: inline-block;
}

.dropdown__link:hover {
  color: #0e3270;
}

.main-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-family: "Myriad Pro", Myriad, "Liberation Sans", "Nimbus Sans L", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
}

@media screen and (max-width: 992px) {
  .main-menu {
    display: none;
    padding-right: 38px;
  }
}

.main-menu__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 15px 0;
  margin: 0 12px;
  text-decoration: none;
  line-height: 1;
  position: relative;
  text-transform: uppercase;
  height: 100%;
  text-align: center;
}

.main-menu__link:after {
  display: block;
  content: "";
  background-color: #fff;
  width: 0;
  height: 3px;
  position: absolute;
  bottom: -1px;
  left: 0px;
  -webkit-transition: width 0.3s ease-in-out 0s;
  -o-transition: width 0.3s ease-in-out 0s;
  transition: width 0.3s ease-in-out 0s;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .main-menu__link:after {
    bottom: -4px;
  }
}

.main-menu__link:hover:after {
  -webkit-transition: width 0.3s ease-in-out 0s;
  -o-transition: width 0.3s ease-in-out 0s;
  transition: width 0.3s ease-in-out 0s;
  width: 100%;
}

.main-menu__link_active:after {
  content: '';
  display: block;
  width: 100%;
  height: 3px;
  background-color: #0e3270;
  position: absolute;
  left: 0;
  bottom: -1px;
}

.main-menu__item {
  display: inline-block;
  position: relative;
}

.main-menu__item:first-child .main-menu__link {
  margin-left: 0;
}

@media screen and (max-width: 992px) {
  .main-menu__item:first-child .main-menu__link {
    margin-left: 12px;
  }
}

.main-menu__item:last-child .main-menu__link {
  margin-right: 0;
}

.main-menu__dropdown {
  position: absolute;
  top: 100%;
  background-color: #fff;
  min-width: 150px;
  left: 10px;
  margin-top: 1px;
  padding-top: 10px;
}

.main-menu_active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

@media screen and (max-width: 600px) {
  .main-menu_active {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.search-form {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.search-form__input {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.search-form input {
  width: 100%;
  color:#fff;
  -webkit-border-radius: 4px 0 0 4px;
          border-radius: 4px 0 0 4px;
}

.search-form__button {
  z-index: 0;
  height: 38px;
  width: 38px;
  line-height: 38px;
  padding: 0;
  text-align: center;
  position: relative;
  -webkit-border-bottom-left-radius: 0;
          border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
          border-top-left-radius: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
}

.search-form__button input {
  height: 38px;
  width: 38px;
  z-index: 2;
  opacity: 0;
}


.search-form__button .fa-search {
  position: absolute;
  z-index: 1;
}

.error-message__search {
  margin-top: 10px;
}

h1, h2, h3, h4, h5 {
  line-height: 1.1;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  padding-bottom: 1px;
}

.h1, .h2 {
  font-size: 44px;
  text-transform: uppercase;
  line-height: 1.2;
}

.h2 {
  font-size: 36px;
}

.slider {
  position: relative;
}

.slider__button {
  display: block;
  position: absolute;
  top: -webkit-calc(50% - 27px);
  top: calc(50% - 27px);
  z-index: 20;
  cursor: pointer;
  font-size: 24px;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  color: #fff;
}

.slider__button_left {
  left: 0;
}

.slider__button_right {
  right: 0;
}

.slider:hover .slider__button {
  opacity: 1;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.main-slider {
  /*.owl-dot, .owl-nav.disabled+.owl-dots{
		margin-top: -40px;
		margin-bottom: 40px;
		z-index: 30;
		position: relative;
	}*/
}

.main-slider .owl-item .slider-img:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 10;
}



.main-slider .owl-item .item 
{
  position:relative;
  min-height: 500px;
  background-repeat: no-repeat;
  -webkit-background-size: 100%;
          background-size: 100%;
  overflow: auto;
}
.main-slider .owl-item .item a { position:absolute; width:100%; height:100%;}

@media screen and (max-width: 900px) {
  .main-slider .owl-item .item {
    min-height: 400px;
  }
}

@media screen and (max-width: 400px) {
  .main-slider .owl-item .item {
    min-height: 300px;
  }
}

.main-slider .slider__button {
  font-size: 40px;
}

.main-slider .slider__button_left {
  left: 20px;
}

.main-slider .slider__button_right {
  right: 20px;
}




@media screen and (max-width: 400px) {

}





@media screen and (max-width: 900px) {

  
}

@media screen and (max-width: 400px) {

}

.owl-dot, .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}

.owl-nav {
  display: none;
}

.owl-theme .owl-dots .owl-dot span {
  background-color: #e0e0e1;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background-color: #0e3270;
}

.company-slider .owl-item img {
  width: auto;
  max-width: 100%;
  margin: 0 auto;
}

.company-slider .owl-stage {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.section {
  background-color: #fff;
  border-bottom: solid 1px #e0e0e1;
  padding: 40px 0;
}
.flex-col{
  display:flex;
  flex-direction: column;
}
.flex-row{
  display:flex;
}
.flex-center {
    align-items: center;
    
}
.flex-right {
    justify-content:flex-end;
    
}
.good_price .product-item__icon_star{
   flex-direction:row-reverse;
}
.margin-top-10 { margin-top:10px;}
.margin-top-10 div:nth-child(2), .margin-top-10 div:nth-child(3) { font-weight:bold;}

.section__header {
  margin-bottom: 40px;
  text-align: center;
}
.fix-footer-wrap{
    position: fixed;
	bottom: 0;
	left: 50%;
	transform: translate(-50%);
	width: 100%;
	transition: .3s all ease;
	opacity:0;
	 z-index:9999;
}
.fix-footer .panel__account{
    margin:0 20px;
}    
.fix-footer{
  position:relative;	
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: center;	
	text-align: center;
	background-color: rgba(36, 54, 110, 1);
  filter: drop-shadow(0px -13px 10px rgba(36, 54, 110, .5));	
	margin: auto;	
	color: #fff;
	padding:10px 0;
}
.fix-footer .main-footer__item{
   width:auto;
   display:flex;
}
.fix-footer .main-footer__item .price{
   color: #fff;
   margin: 0 10px 0 0;
}
.box-cart__image{
  background-image: url(../UISite/images/blue_box.png);
  width: 55px;
  height: 55px;
  -webkit-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.fav_goods{
  background-image: url(../UISite/images/favorite.png);
  width: 55px;
  height: 55px;
  -webkit-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.fix-footer .box_and_favorite{
  display: flex;
  align-items: center;
}
.fix-footer .main-footer__item a{
  margin: 0 5px;
  color: #fff;
}
.fix-footer .cart-box__data{
    display:none;
}
.fix-footer .cart-box__wrap{
    width:auto;
}
.fix-footer .cart-box__data {
    position: relative;
    right: 0;
    bottom: 0;
}
.fix-footer .cart-box__wrap div{
    margin:0  5px;
}
.fix-footer .cart-box .fa-shopping-cart {
    font-size: 35px;
    color: #276BB6;
}
.fix-footer .cart-box__descr-price{
    display:none;
}
	
.main-footer {
  background-color: #24366e;
  color: #fff;
  padding: 20px 0;
  text-transform: uppercase;
  max-width: 100vw;
  width: 100%;
  z-index: 2;
}
.main-footer__button{
  background-color: #08213e;
  margin-top: 10px;
}
.main-footer__button:hover{
  background-color: yellow;
  color:  #08213e;
}
.distribution input{
  margin-bottom: 10px;
}
.main-footer__about-text{
  padding:0 20px;
  height: 100%;
  justify-content: start;
  font-size:12px;
}
.main-footer__about-text.flex-col>a {
    padding-bottom: 0.3em;
}
.main-footer .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.main-footer__social img{
  max-width: 100px;
}
.main-footer__about{
  margin: 0 20px;
}
.main-footer__about-title{
  border-bottom: 3px solid #fff;
  padding:5px 10px;
  margin-bottom: 10px;
  text-align: center;
  min-width: 224px;
  font-weight: bold;
  font-size: 14px;
}
.small-text{
  font-size: 12px;
  text-transform: initial;
  margin: 0 0 10px 0;
  padding:0 20px;
}
.main-footer__about-title p{
  margin-bottom: 0;
}
.main-footer__categories{
  justify-content: center;
  align-items: center ;
  max-width: 90vw;
  margin: auto;
  /*flex-wrap: wrap;*/
}

.main-footer-logo__logo{
  max-width: 300px;
}
img{
  max-width: 100%;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  text-align: center;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #fff;
  text-align: center;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 1800px){
    .main-footer__social img {
        max-width: 60px;
    }
    .main-footer__about-title {
        min-width: 170px;
        font-size: 11px;
    }
    .main-footer__about-text {
        font-size: 12px;
    }
    .small-text {
        font-size: 10px;
    }
}

@media screen and (max-width: 1300px){
  .main-footer__categories{
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px){
		.fix-footer{
			display:none;
		}
		.main-footer__social img {
    max-width: 60px;
}
		    
	}
@media screen and (max-width: 580px) {
  .main-footer .container {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .main-footer .container:before, .main-footer .container:after {
    content: none;
  }
}

@media screen and (max-width: 460px) {
  .main-footer .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.main-footer__logo img {
  max-width: 100px;
}

.main-footer__contacts a {
  display: block;
}

.main-footer__item {
  width: 33.33%;
}

@media screen and (max-width: 580px) {
  .main-footer__item {
    width: auto;
  }
}

@media screen and (max-width: 460px) {
  .main-footer__item {
    margin-top: 10px;
  }
}

.main-footer__item:first-child {
  margin-top: 0;
}

.main-footer__item:nth-child(2) {
  text-align: center;
}

.main-footer__item:nth-child(3) {
  text-align: right;
}

.breadcrumbs {
  list-style: none;
  padding: 0;
  margin: 0;
  margin: 10px 0;
}

.breadcrumbs li {
  display: inline-block;
  font-weight: bold;
}

.breadcrumbs li:before {
  content: "|";
  display: inline-block;
}

.breadcrumbs a {
  color: #000;
  text-decoration: underline;

}

.breadcrumbs a:hover {
  text-decoration: none;
}

.breadcrumbs span {
  padding: 0px 10px;
}

.breadcrumbs li:first-child:before {
  display: none;
}

.breadcrumbs li:first-child span {
  padding-left: 0;
}

.page-header {
  margin: 0;
}

.page-header.h1, .page-header.h2 {
  font-size: 26px;
}

.title-page {}

@media screen and (max-width: 768px) {
  .title-page {
    max-width: 100%;
  }
}

.title-page__text {
  margin: 0;
}

.title-page__text.h1, .title-page__text.h2 {
  font-size: 20px;
}

.toggle-btn {
  display: none;
}

.sidebar-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  margin: 10px 0 40px 0;
  line-height: 1.2;
}

.sidebar-menu a:hover {
  color: #0e3270;
}

.sidebar-menu__item {
  margin-bottom: 20px;
  color: #0e3270;
}

.sidebar-menu__item_cur {
  color: #0e3270;
  position: relative;
}

.sidebar-menu__item_cur .fa {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.sidebar-menu__link {
  text-transform: uppercase;
  font-weight: 700;
}

.sidebar-menu__sub-item {
  margin-top: 10px;
  font-size: 15px;
}

.sidebar-menu__sub-item a {
  padding-left: 10px;
  display: inline-block;
  text-decoration: underline;
}

.sidebar-menu__sub-item_cur a {
  display: block;
  padding: 5px;
  text-decoration: none;
  background-color: #5F80B8;
  color: #fff;
  position: relative;
  padding: 10px 20px 10px 10px;
  -webkit-clip-path: polygon(0% 0%, 95% 0, 100% 50%, 95% 100%, 0% 100%);
          clip-path: polygon(0% 0%, 95% 0, 100% 50%, 95% 100%, 0% 100%);
}

.sidebar-menu__sub-item_cur a:hover {
  color: #fff;
}

.sidebar-menu__sub {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #5b5b5b;
}

.sidebar-menu__sub a.active {
  color: #0e3270;
}

.catalog {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 800px) {
  .catalog {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

.catalog__sidebar {
  width: 25%;
  padding: 0 15px;
  z-index: 110;
}

.catalog__sidebar .smart-filter {
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
}

.catalog__sidebar .smart-filter__arrow {
  display: none;
  border: 1px solid #dedede;
  color: #000;
  font-size: 14px;
  font-weight: 700;
  padding: 10px 15px;
}

@media screen and (max-width: 800px) {
  .catalog__sidebar .smart-filter__arrow {
    display: block;
  }
}

.catalog__sidebar .smart-filter__arrow .arrow_active span:after {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.catalog__sidebar .smart-filter__arrow .arrow_active span:before {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

@media screen and (max-width: 800px) {
  .catalog__sidebar .smart-filter #filter-form {
    border-top: 0px solid #dedede;
  }
}

@media screen and (max-width: 800px) {
  .catalog__sidebar {
    width: 100%;
  }
  .catalog__sidebar .arrow {
    top: 7px;
    right: 7px;
  }
  .catalog__sidebar .arrow span:after, .catalog__sidebar .arrow span:before {
    height: 10px;
    width: 2px;
    top: 10px;
  }
  .catalog__sidebar .arrow span:after {
    left: -2px;
  }
  .catalog__sidebar .arrow span:before {
    right: -2px;
  }
}

.catalog__content {
  width: 75%;
  padding: 0 15px;
}

@media screen and (max-width: 800px) {
  .catalog__content {
    width: 100%;
  }
}

@media screen and (max-width: 800px) {
  .catalog .in_filter {
    display: none;
  }
}

.pgngwr {
  clear: both;
  text-align: center;
}

@media screen and (max-width: 800px) {
  .pgngwr {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
}

.pgng {
  margin: 20px 0;
  text-align: center;
}

@media screen and (max-width: 420px) {
  .pgng {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin: 10px 0 0;
  }
}

.pgng a, .pgng .on {
  display: inline-block;
  min-width: 56px;
  color: #3F6CB8;
  border: solid 1px #3F6CB8;
  margin: 0 2.5px;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  text-decoration: none;
  text-align: center;
}

@media screen and (max-width: 490px) {
  .pgng a, .pgng .on {
    margin: 4px 2.5px;
  }
}

.pgng a {
  background: #fff;
  -webkit-transition: background-color 0.1s ease-in;
  -o-transition: background-color 0.1s ease-in;
  transition: background-color 0.1s ease-in;
}

.pgng a:hover {
  color: #fff;
  background: #3F6CB8;
  -webkit-transition: background-color 0.1s ease-in;
  -o-transition: background-color 0.1s ease-in;
  transition: background-color 0.1s ease-in;
  border-color: #3F6CB8;
}

.pgng .on {
  background: #3F6CB8;
  border-color: #3F6CB8;
  color: #fff;
}

.pgng .viki-pg-prev, .pgng .viki-pg-next {
  background: #3F6CB8;
  border-color: #3F6CB8;
  color: #fff;
}

.cats {
  margin: 20px 0 5px;
  font-size: 11px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.cats__button {
  color: #fff;
  display: inline-block;
  position: relative;
  padding: 5px 10px;
  background-color: #24366e;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  font-weight: 700;
  margin-right: 5px;
  margin-bottom: 5px;
}

.cats__button:last-child {
  margin-right: 0;
}

@media screen and (max-width: 350px) {
  .cats__button {
    width: 100%;
    margin-right: 0px;
  }
}

.sub-cats {
  margin-bottom: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: solid 1px #e0e0e1;
}

.sub-cats__item {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 10px;
  display: inline-block;
  text-decoration: none;
  color: #3F6CB8;
}

.sub-cats__item_cur {
  background-color: #e0e0e1;
}

.sub-cats__item:hover {
  text-decoration: underline;
}

.cat-blocks {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  list-style: none;
  padding: 0;
  margin: 0;
}



@media screen and (max-width: 650px) {
  .cat-blocks.level-2 .cat-block__img {
    display: none;
  }
}

@media screen and (max-width: 650px) {
  .cat-blocks.level-2 .cat-block .h3 {
    margin: 0;
  }
}

.cat-blocks.level-2 .cat-block__sub-cats {
  margin-top: 1em;
}

@media screen and (max-width: 992px) {
  .cat-blocks.level-1 {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }
}

@media screen and (max-width: 992px) {
  .cat-blocks.level-1 .cat-block__icon {
    height: 80px;
    width: 80px;
    margin: 0 0 10px;
  }
  .main-footer__links{
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 480px) {
  .cat-blocks.level-1 .cat-block__icon {
    height: 45px;
    width: 45px;
  }
}

@media screen and (max-width: 992px) {
  .cat-blocks.level-1 .cat-block__sub-cats {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

.cat-block__img>img 
{
    max-width:inherit;
    }

@media screen and (max-width: 992px) {
  .cat-blocks.level-1 .cat-block__sub-cats li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: -webkit-calc(50% - 20px);
    width: calc(50% - 20px);
    margin: 0 10px 20px;
    text-align: center;
  }
}

.cat-blocks.level-1 .h3 {
  margin-top: 0;
}

.cat-block {
  padding: 20px;
  background-color: #ebebec;
  border: solid 1px #e0e0e1;
  margin-bottom: 14px;
  display: inline-flex;
  width: 100%;
}

.cat-block__cat {
  text-decoration: none;
  color: #3F6CB8;
}

.cat-block__cat:hover {
  text-decoration: underline;
}

.cat-block__sub-cats {
  list-style: none;
  padding: 0;
  margin: 0;
}

.cat-block__sub-cat {
  text-decoration: none;
}

.cat-block__sub-cat:hover {
  text-decoration: underline;
  color: #3F6CB8;
}

.cat-block__img {
  float: left;
}

.cat-block__img .cat-block__icon {
  height: 80px;
  width: 80px;
}

.cat-block__list {
  float: left;
}

.cat-block__icon {
  height: 45px;
  width: 45px;
  display: inline-block;
  margin: 5px 15px 5px 0;
}

.products {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.products .col {
  margin-bottom: 20px;
}

.products .col:nth-child(4n+1) {
  clear: both;
}

.product-item__props {
  margin-top: auto;
}
.grid_block .product-item__props{
    display:none;
    position:absolute;
    top:98%;
    width:100%;
    left:0;
    background-color:#fff;
    padding:7px;
    z-index:101;
    border-bottom-left-radius:7px;
    border-bottom-right-radius:7px;
    -webkit-box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.4);
    
 }
.product-item{
    position:relative;
    transition:.1s all ease;
    border-top-left-radius:7px;
    border-top-right-radius:7px;
}
.grid_block .product-item:hover{  
    background-color:#fff;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
    z-index:100;
    border: 1px solid rgba(0, 0, 0, 0);
 }
 
 .grid_block .product-item:hover .product-item__name {
  overflow-x: hidden;
  text-overflow: ellipsis;
  max-height:100%;
}
 .product-item__img {
    padding-top:10px;    
 }
.grid_block .product-item:hover .product-item__props {
    display:block;    

}
.product-item__prop {  
  position: relative;
}
.grid_block .product-item__prop {
  margin-bottom: 10px;  
}

.grid_block  .price_col{
  display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
    
.product-item__name {
  text-transform: uppercase;
  font-weight: 700;
  min-height: 40px;
  display: block;
  margin-bottom: 10px;
  -webkit-transition: color 0.1s ease-in;
  -o-transition: color 0.1s ease-in;
  transition: color 0.1s ease-in;
  text-decoration: none;
  font-size:12px;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height:50px;
  color: #000;
}

.product-item__name:hover {
  -webkit-transition: color 0.1s ease-in;
  -o-transition: color 0.1s ease-in;
  transition: color 0.1s ease-in;
  color: #3F6CB8;
  text-decoration: underline;
}

.product-item__price, .product-item__button {
  width: 50%;
  float: left;
}

.product-item__price {
  font-size: 16px;
  font-weight: 700;
  color: #0e3270;
  text-align: right;
}

.product-item__img {
  display: block;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  min-height:240px;
}

.grid_list .product-item__bot {
    margin: 10px 0 10px auto;
    display: flex;
    align-items: flex-end;
    flex-direction: column;
}

.product-item__icon_new1 {
    position: relative;
    right: -1.8em;
    bottom: 1em;
    font-size: 2.5em;
    color: #3f6cb8;
    display: inline-block;
    line-height: 10px;
}

.product-item__icon_new {
    font-size: 2em;
    color: #3f6cb8;
    line-height: 10px;
    display: flex;
    flex-direction: row-reverse;
    justify-content: right;
    bottom: 1em;
    position: relative;
}

.product-item__img>.product-item__icon_new
{
    bottom: -2em;
    left: 7em;
}

.product-item__icon_star {
    cursor: pointer;
    font-size: 21px;
  color: #3f6cb8;
  display: flex;
    align-items: center;
    justify-content: flex-end;
  line-height: 10px;
}

.product-item__icon_star:hover .i-star-empty:before {
  content: "\e90a";
}
.product-item__icon_star .flex-row{
  align-items:center;
  
}

.product-item__icon_star:hover .i-star-full:before {
  content: "\e909";
}
.product-item__icon_text {
    display: none;
}
.grid_block .product-item__rewiews {
    display: none;
}
.grid_list .product-item__icon_text {
    display:block;
    font-size: 12px;
    margin-left: 5px;
    font-family:Roboto Regular;
}
.grid_list .product-item__rewiews {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.grid_list .product-item__rewiews img {
    max-width: 15px;
}
.grid_list .product-item__rewiew_count {
    margin-left: 5px;
}
.grid_list .product-item__props{
	margin-top: 0;
}
.product-top {
  margin-bottom: 40px;
    justify-content: space-between;
}

.product-top__img {
  margin-bottom: 20px;
  clear: both;
  position: relative;
}

.product-top__img img {
    margin: 0 auto;
    max-width: 100%;
}

.product-top__img .photo {
  display: block;
    border: 1px solid rgba(0,0,0,.5);
    border-radius: 5px;
}

.product-top__icon_new {
  position: absolute;
  right: 10px;
  bottom: 10px;
  font-size: 49px;
  color: #3f6cb8;
  display: inline-block;
  line-height: 10px;
}

.product-top__wrap {
  display: inline-block;
  position: relative;
}

.product-top__thumb {
  width: 33.33333%;
  float: left;
  text-align: center;
  margin-bottom: 10px;
  height: 120px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
    border: 1px solid rgba(0,0,0,.5);
    border-radius: 5px;
    margin-top: 10px;
}

.product-top__thumb img {
  display: inline-block;
}

.product-top__socials {
  margin-bottom: 20px;
  clear: both;
}

.product-top__socials span {
  margin-right: 5px;
}

.product-top__count {
  margin-top: 20px;
  display: flex;
}
.product-top__count span{
    margin-right: 10px;
}

.product-top__price, .product-top__count {
  margin-bottom: 10px;
  font-size: 16px;
}

.product-bot .advantages .i-checkmark {
  margin-right: 5px;
}

.product-bot .props .p-key, .product-bot .props .p-value {
  border: 1px solid #e0e0e1;
}

.product-bot .equipment .e-key {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.product-bot .equipment .e-key .i-dot-single {
  font-size: 28px;
}

.prop {
  display: table-row;
  width: 100%;
  font-size: 16px;
}

.prop__label, .prop__value {
  display: table-cell;
  padding-bottom: 10px;
  text-align: left ;
}

.prop__label {
  color: #5b5b5b;
  padding-right: 10px;
}

.prop__value {
  font-weight: 700;
    display: block;
    text-align: center;
    font-family: Roboto Regular;
    box-sizing: content-box;
}

.product-top .prop__label 
{
    font-weight: 500;
    font-family: Roboto Medium;
    color: #000;
}

.product-top .prop__value 
{
    font-weight: 400;
    font-family: Roboto Regular;
}

.prop__value_link {
  font-weight: 500;
  color: #3F6CB8;
  border-bottom: 1px solid #3F6CB8;
}

.prop__value_link:hover {
  border-bottom: 1px solid #fff;
}

.prop__change {
  color: #3F6CB8;
  font-size: 12px;
  font-weight: 400;
  margin-left: 5px;
}

.prop__change:hover {
  text-decoration: none;
}

.contractor-select {
  font-size: 14px;
  float: none;
  clear: both;
}

.contractor-select p:first-child {
  margin-top: 0;
}

.product-top__price {
  margin-top: 20px;
}

.product-top__price .product-item__icon_star {
  position: relative;
  right: -50px;
}

.num-box input {
  -webkit-border-radius: 0;
  border-radius: 0;
  width: 45px;
  height: 30px;
  float: left;
  line-height: 26px;
  text-align: center;
  -webkit-transition: background-color 0.1s ease-in;
  -o-transition: background-color 0.1s ease-in;
  transition: background-color 0.1s ease-in;
  padding: 0;
}

.num-box input:hover {
  background-color: #3F6CB8;
  border: 1px solid #3F6CB8;
  color: #fff;
  -webkit-transition: background-color 0.1s ease-in;
  -o-transition: background-color 0.1s ease-in;
  transition: background-color 0.1s ease-in;
}

.num-box input:focus {
  background-color: #fff;
  border: 1px solid #fff;
  -webkit-transition: background-color 0.1s ease-in;
  -o-transition: background-color 0.1s ease-in;
  transition: background-color 0.1s ease-in;
  color: #000;
  border: 1px solid #3F6CB8;
}

.num-box__btn {
  float: left;
}

@media screen and (max-width: 1250px) 
{
    .product-item__icon_new1 {

        right: -0.9em;
    }
}
@media screen and (max-width: 1200px) 
{
    .product-item__icon_new1 {

        right: -2.2em;
    }
}
@media screen and (max-width: 1050px) 
{
    
  ul.viki-tabs-buttons {
    border-bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  ul.viki-tabs-buttons li {
    border: 1px solid #e0e0e1 !important;
    border-width: 1px;
    margin: 0;
  }
}


@media screen and (max-width: 1050px) and (max-width: 450px) 
{

  ul.viki-tabs-buttons li {
    width: 100%;
  }
}

.arrow_down {
  -webkit-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}

.arrow_up {
  -webkit-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}

.num-box_cart {
  float: left;
}

.add-cart { float: left; margin-left:3px; }

.del-cart {
  position: static;
  margin-left: 2px;
}
.price {
  color: #24366e;
  font-size: 16px;
  font-weight: 700;
}
.grid_list .price {
 /*   margin-top: 20px;*/
}
.current_price, .current_price_currency {
    color: #000;
    font-size: 22px;
    font-weight: 700;
}
.price span {
  font-weight: 400;
  font-size: 13px;
}
.price span:nth-child(1) {
    color: #000;
}
.price span:nth-child(2) {
    color: #000;
    font-weight: 600;
    font-size: 15px;
    white-space:nowrap;
}

.cart-box {
  display: inline-block;
  width: 175px;
}

.cart-box .fa-shopping-cart {
  font-size: 63px;
  color: #24366e;
}

.cart-box a {
  display: block;
  position: relative;
}

.cart-box__item-count {
    position: absolute;
    top: -30%;
    left: 10%;
    color: rgba(36, 54, 110, 1);
    background-color: #fff;
    /*border: 2px solid #24366e;*/
    filter: drop-shadow(0 0 5px rgba(36, 54, 110, .5));
    padding: 2px 8px;
    border-radius: 50%;
    display: block;
}

.cart-box__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 175px;
  position: relative;
  justify-content: flex-end;
  align-items: center;
}

.cart-box__title {
  text-align: right;
}

.cart-box__data {
  
}

.cart-box__total-price {
  font-size: 20px;
  color: #24366e;
}

.cart-box__total-price_tar {
  text-align: right;
}

.cart-box__price-delivery {
  font-size: 16px;
  color: #24366e;
  margin-left: 4px;
}

.product-top__desc .cart-box__wrap { display:none;}

@media screen and (max-width:600px) 
{
                .product-item__icon_new1 
    {
        right:-0.2em;
        top:0em;
        font-size:1.2em;
        }
    }
@media screen and (max-width: 450px) 
{
    .product-item__icon_new1 
    {
        right:0em;
        top:0.5em;
        font-size:1em;
        }
  .cart-box__text {
    max-width: 170px;
    display: inline-block;
  }
}

.content-page {
  position: relative;
  margin: 30px 0 0;
}

@media screen and (max-width: 960px)  
{
        .product-item__icon_new1 
    {
        right:-1.5em;
        }
}
@media screen and (max-width: 800px)  
{
        .product-item__icon_new1 
    {
        right:-2em;
        top:-0.5em;
        font-size:1.2em;
        }
}

@media screen and (max-width: 768px) 
{

  .content-page {
    margin-top: 20px;
  }
  .main-footer__social{
    flex-wrap: wrap;
    justify-content: center;
  }
  .main-footer__about{
    margin: 10px 0;  
  }
  .main-footer__about-title {
    min-width: 230px;
    font-size: 16px;
  }
}


.content-page .cart-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.loader-wrap {
  min-height: 50px;
  min-width: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;  
  right: 0;
  top: -80px;
}

@media screen and (max-width: 768px) {
  .loader-wrap {
    position: relative;
    top: 0;
    left: 0;
  }
}
@media screen and (max-width: 700px) {
.product-item__icon_new1 
    {
        right:-1.2em;
        }
}
@media screen and (max-width: 600px) {
.product-item__icon_new1 
    {
        right:0em;
        top:0em;
        }
}
/*------------------------*/
/*ShoppingCart*/
.cart__name-product 
{
    display: flex;
    align-items: center;
    }
a.del {
    display: block;
    background: url(images/trush.png) 50% 50% no-repeat;
    background-size: cover;
    width: 12px;
    height: 20px;
    float: left;
    margin: 8px;
}

a.del:hover 
{
    background: url(images/trush_red.png);
    background-size: cover;
    }

#ShoppingCart .ShoppingCartHead {
  text-transform: uppercase;
  background-color: #15609F;
  background-image: url("images/header_bottom_bg.png");
  color: #fff;
  font: 12px Verdana, Arial;
  text-align: left;
  padding: 1px 5px 1px 5px;
  -webkit-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}

#ShoppingCart .ShoppingCartInner {
  padding: 5px;
}

#ShoppingCart center {
  position: fixed;
  right: 10px;
  bottom: 5px;
  z-index: 1000;
  background: url("images/hedr-bg.png") repeat-x scroll 0 0 transparent;
  border-color: #fff;
  border-style: solid;
  border-width: 1px;
  -webkit-box-shadow: 5px 10px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 5px 10px 10px rgba(0, 0, 0, 0.2);
  color: #000;
  font-size: 11px;
  font-weight: bold;
  -webkit-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
}

#ShoppingCart center button {
  margin-top: 5px;
}

table.cart {
  margin-bottom: 20px;
  width: 100%;
  border-collapse: collapse;
}

table.cart img {
  max-width: 75px;
  max-height: 75px;
}

table.cart td {
  border: 1px solid #e0e0e0;
  padding: 5px;
}

table.cart th {
    background-color:rgb(205,205,205);
    padding: 5px;
}
table.cart th:nth-child(1) {
   border-top-left-radius: 5px;
   border-bottom-left-radius: 5px;
}
table.cart th:nth-last-child(1) {
   border-top-right-radius: 5px;
   border-bottom-right-radius: 5px;
}

table.cart input {
  width: 50px;
  padding: 2px;
}

.ShoppingCartItem {
  float: left;
  padding-left: 13px;
}

.ShoppingCartItem button {
  margin-right: 5px;
  -webkit-border-radius: 0;
  border-radius: 0;
  height: 25px;
  padding: 0 5px 0 5px;
}

#CartForm form {
  margin-top: 20px;
}

#CartForm img {
  max-width: 75px;
  max-height: 75px;
}

#CartForm .wrap-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media screen and (max-width: 450px) {
  #CartForm .wrap-btn {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#CartForm .wrap-btn .button, #CartForm .wrap-btn .smart-filter .flt-preview__wrapper, .smart-filter #CartForm .wrap-btn .flt-preview__wrapper {
  margin: 10px;
}

@media screen and (max-width: 500px) {
  #form-new-order .section-form .Account__Email {
    width: 100%;
  }
  #form-new-order .section-form .Account__Phone {
    width: 100%;
    margin-left: 0;
  }
  #form-new-order .section-form .cart-box {
    position: relative;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
    width: 100%;
  }
    .main-slider .owl-item .item {
        min-height: 150px;
    }
}

.box {
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);
  padding: 10px;
  color: Black;
  text-align: left;
  margin-bottom: 20px;
}

.field {
  padding: 10px 10px 0 0;
}

.field label {
  display: inline-block;
  margin-right: 10px;
  vertical-align: top;
  width: 180px;
}

.field label span {
  margin-left: 5px;
}

.field input {
  width: 200px;
}

/* Validator */
.required {
  color: Red;
  padding-right: 5px;
}

.text-error {
  color: #dc3545;
}

.text-success {
  color: #28a745;
}

.error {
  color: #dc3545;
  padding: 10px 0 10px 0;
  margin: 0;
  width: 70%;
}

.error li {
  background: url(../UI/Viki/images/warning.png) 0 0 no-repeat;
  margin: 0;
  padding: 2px 0 0 20px;
  height: 20px;
}

.error_upload-order {
  list-style: none;
  margin: 20px 0px;
}

.err-field label {
  color: #dc3545;
}

.err-field input, .err-field select, .err-field textarea {
  border: solid 1px Red !important;
}

a.viki-ajax-worked {
  color: Gray;
}

.viki-ajax-wait {
  z-index: 30;
  display: none;
  background: url(../UI/Viki/images/icon_wait.gif) 0 0 no-repeat;
  position: absolute;
  overflow: hidden;
  height: 24px;
  width: 24px;
}

.in_filter {
  position: relative;
}

@media screen and (min-width: 801px) {
  .in_filter {
    display: block !important;
  }
}

.in_filter label, .in_filter .filter_group {
  position: relative;
}

.custom-required label:after {
  content: "*";
  display: inline;
  color: #ff0000;
  padding: 0 5px;
}

.smart-filter .flt-preview__wrapper {
  cursor: auto;
  width: auto;
  padding: 10px;
  position: absolute;
  left: 100%;
  padding: 0 10px;
  z-index: 9999;
  overflow: visible;
  margin-top: -6px;
  margin-top: -40px;
  width: auto;
  padding: 10px;
}

.smart-filter .flt-preview__wrapper .flt-preview {
  display: inline;
}

.smart-filter .flt-preview__wrapper:hover {
  background: #24366e;
}

.smart-filter .flt-preview__wrapper:before {
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-right-color: #24366e;
  border-width: 6px;
  margin-top: -6px;
  left: -10px;
}

.smart-filter .flt-preview__wrapper .button, .smart-filter .flt-preview__wrapper .flt-preview__wrapper {
  background: none;
  padding: 0;
  display: inline-block;
  width: auto;
}

.smart-filter .flt-preview__wrapper .button:hover, .smart-filter .flt-preview__wrapper .flt-preview__wrapper:hover {
  text-decoration: underline;
}

@media screen and (max-width: 800px) {
  .smart-filter .flt-preview__wrapper {
    display: none;
  }
}

.smart-filter .flt-preview__remove {
  cursor: pointer;
  margin-right: 5px;
}

.wrap-progressbar__road .count-box_sm {
  margin-left: 28px;
}

.count-box span {
  display: inline-block;
  width: 30px;
  height: 15px;
  background-color: #3F6CB8;
  margin-right: 2px;
}

.count-box span.empty {
  background-color: #e0e0e1;
}

.count-box_sm {
  display: inline-block;
}

.count-box_sm span {
  width: 15px;
  height: 7.5px;
}

.count-box_none span {
  background-color: #dc3545;
}

.count-box_low span {
  background-color: #ffc107;
}

.account-form__actions {
  margin-top: 20px;
}

@media screen and (max-width: 460px) {
  .account-form__actions {
    margin-top: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    min-width: 200px;
    max-width: 300px;
  }
}

.account-form__button {
  margin-right: 10px;
  min-width: 150px;
}

@media screen and (max-width: 460px) {
  .account-form__button {
    margin: 0 0 10px;
  }
}

@media screen and (max-width: 460px) {
  .account-form .field {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    padding: 0 0 10px;
  }
}

@media screen and (max-width: 460px) {
  .account-form form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (max-width: 460px) {
  .account-form form .error {
    display: inline-block;
    padding: 0px 0 10px;
  }
}

@media screen and (max-width: 460px) {
  .login-cont form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .login-cont form .account-form__actions {
    margin: 10px auto 0;
  }
  .login-cont form .error {
    padding-top: 0;
    display: inline-block;
    text-align: left;
  }
}

@media screen and (max-width: 460px) {
  .login-cont .radio-field {
    padding-right: 0;
    text-align: center;
  }
}

@media screen and (max-width: 460px) {
  .login-cont .field {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 0 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .login-cont .field label {
    margin-right: 0;
  }
}

#CurrentCustomerId {
  max-width: 500px;
  width: 100%;
}

.profile__name {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
    color: #24366e;
    text-align: center;
}

@media screen and (max-width: 768px) {
  .profile__name {
    margin-bottom: 10px;
  }
}

.profile__links {
  margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}
.profile__links a{
    margin: 5px;
    min-width: 220px;
    text-align: center;
}

.profile__links .button, .profile__links .smart-filter .flt-preview__wrapper, .smart-filter .profile__links .flt-preview__wrapper {
  margin-right: 5px;
}

.profile__contractor-select {
  float: none;
  clear: both;
}

.profile__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height:100%;
}
.content-block 
    {
        height:100%;}
.profile 
{
    height:100%
    }
@media screen and (max-width: 992px) 
{
    .content-block 
    {
        height:auto;}
    .profile 
{
    height:auto;
    }
  .profile__wrap {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

.profile__wrap_left, .profile__wrap_right {
  
}.profile__links a
.profile__wrap {
    justify-content: space-around;
    
}
.profile__wrap_left 
{
    height:100%;
    background-color: #7396c1;
    color: #fff;
    padding: 10px 20px;

    box-shadow: 0 0 20px rgba(115, 150, 193, 1);
}
.account-logo {
    border: 3px solid #fff;
    border-radius: 25px;
    padding: 5px;
    margin: 20px auto;
    text-align: center;
    max-width: 250px;
}
#data-client .prop {
    display: flex;
    font-size: 16px;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 0 auto;
    min-width:150px;
}
#data-client .prop__label {
    color: #24366e;
    font-weight: bold;
    margin: 10px;
    min-width:150px;
}
#data-client .prop__value {
    color: #fff!important;
    background-color: #7396c1;
    padding: 5px 5px;
    text-align: center;
    margin: 5px;
    min-width: 210px;
    max-width: 210px;
    border-radius: 4px;
    font-size:14px;
    font-family: "OpenSans", sans-serif;
}
#data-client .prop__value_link {
    color: #fff;
    border: none;
}
.profile__wrap_left .prop {
    display: block;
}
.prop__email, .prop__phone {
    background-color: #6274b4;
    padding: 10px;
    color: #fff;
    border-radius: 10px;
    border: 2px solid #fff;
    margin: 20px auto;
    display: block;
    text-align: right;
    width: 80%;
    position: relative;
    padding-left: 25px;
}
.prop__email:before, .prop__phone:before {
    position: absolute;
    top: -10px;
    left: -20px;
    width: 40px;
    height: 40px;
    background-color: #6274b4;
    border-radius: 10px;
    border: 2px solid #fff;
    max-width: 100%;
    padding: 5px;
}
.prop__email:before {
    content: url(../UISite/images/at.svg);
} 
.prop__phone:before {
    content: url(../UISite/images/phone.svg);
}

@media screen and (max-width: 992px) {
  .profile__wrap_left, .profile__wrap_right {
    width: 100%;
  }
}

@media screen and (max-width: 992px) {
  .profile__wrap_left {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 992px) 
{
  #data-client .prop__value
  {
      min-width:80px;
  }
  .profile__wrap_right .prop {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .profile__wrap_right .prop:last-child .prop__label, .profile__wrap_right .prop:last-child .prop__value {
    border-bottom: 1px solid #fff;
  }
  .profile__wrap_right .prop__label, .profile__wrap_right .prop__value {
    border-bottom: 1px solid #D1D4D8;
    padding: 0;
    width: 50%;
    display: inline-block;
    padding-left: 10px;
  }
  .profile__wrap_right .prop__label {
    border-right: 1px solid #D1D4D8;
  }
  .profile__wrap_right .prop__value {
    border-left: 1px solid #D1D4D8;
  }
}

.additional-properties table td {
  padding: 5px;
}

.grid-top {
  border-bottom: solid 1px #e0e0e1;
  padding-bottom: 10px;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 800px) {
  .grid-top {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

@media screen and (max-width: 450px) {
  .grid-top {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

.grid-order {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media screen and (max-width: 450px) {
  .grid-order {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.grid-order__order-type {
  margin-left: 10px;
}

@media screen and (max-width: 450px) {
  .grid-order__order-type {
    margin-left: 0;
  }
}

.grid-type__button {
  margin-left: 5px;
  border: none;
  background-color: transparent;
  color: #3F6CB8;
  border: solid 1px #fff;
}

.grid-type__button_active, .grid-type__button:hover {
  background: none;
  border: solid 1px #24366e;
}

.grid-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.grid_list .col {
  width: 100%;
}

.grid_list .product-item {
  width: 100%;
  padding: 10px;
  margin-bottom: 10px;
  border: 1px solid rgba(0, 0, 0, .5);
  border-radius: 10px;
}
.grid_list .product-item__props {
    display: flex;
    flex-direction: column-reverse;
}



.grid_list .product-item__img {
  min-width: 240px!important;
  max-width: 240px!important;
  min-height: 180px!important;
  max-height: 180px!important;
  display: flex;
  justify-content: right;
}
.grid_list .product-item__img img {
    max-width: 100%;
    position: absolute;
}
.grid_list .price_col {
    padding: 10px 0;
    min-width: 260px;
    max-width: 260px;
    margin: 0 auto;
}

@media screen and (max-width: 490px) {
  .grid_list .product-item__img {
    float: none;
      margin: auto;
  }
}

.grid_list .grid-item {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
    justify-content: space-between;
}
.grid_list .container_4_price {
    padding-right: 20px;
    min-width: 200px;
    text-align: right;
}
.price_favorite {
    display: flex;
    justify-content: space-between;
}
.grid_list .price_favorite {
    flex-direction: column-reverse;
}
.grid_block .product-item {
    width: 24%;
    padding: 0 10px;
    margin-bottom: 20px;
    margin: 0 3px 20px 3px;
    border: 1px solid rgba(0,0,0,.5);
    border-radius: 5px;
}
.grid_block .current_price, 
.grid_block .current_price_currency {
    display: none;    
}

.light {
    font-family: Roboto Light Italic;
}
.grid_block .product-item .light {
    padding: 5px 0;
}
.grid_block .num-box input {width: 30px; }
.grid_block .add-cart {margin-left: 2px; padding: 5px 5px;}

@media screen and (max-width: 1060px) {
  .grid_block .product-item {
    width: 33.33%;
  }
}

@media screen and (max-width: 768px) {
  .grid_block .product-item {
    width: 48%;
  }
  
}

@media screen and (max-width: 400px) {
  .grid_block .product-item {
    width: 95%;
    margin:0 auto 10px auto;
  }
}
@media screen and (max-width: 490px) {
    .grid_list .product-item {
        width: 100%;
        max-width: 90vw;
        margin: 0 auto 20px auto;
    }
    .grid_list .grid-item {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: space-between;
    }
    .grid_list .price_col {
        padding: 10px;
    }
    .grid_list .container_4_price {
        padding-right: 20px;
        min-width: 200px;
        text-align: left;
        margin: auto;
        /* display: flex; */
    }
    .product-item__icon_star {
        cursor: pointer;
        font-size: 21px;
        color: #3f6cb8;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        line-height: 10px;
    }
    .product-item__bot {
        margin: 10px auto 10px 0;
    }
}

.upload-order__file {
  margin-bottom: 40px;
}

.accordeon {
  margin-bottom: 20px;
  border: 1px solid #e0e0e1;
}

.accordeon__title {
  padding: 15px 50px 15px 30px;
  display: block;
  margin: 0;
  position: relative;
  font-size: 100%;
  background: #e0e0e1;
  border-bottom: 1px solid #e0e0e1;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  cursor: pointer;
}

.accordeon__title h2 {
  margin: 0;
}

.accordeon__title .svg {
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  margin: auto;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.accordeon__title_is-open {
  background-color: transparent;
  border-color: #dcdcdc;
}

.accordeon__title_is-open .svg {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.accordeon__content {
  padding: 15px 30px;
}

.accordeon__content img {
  max-width: 100%;
  height: auto;
}

.delivery {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.delivery__price {
  font-size: 20px;
  color: #4077a9;
  margin-left: 5px;
  font-weight: 600;
}

.delivery__currency {
  font-size: 20px;
  color: #4077a9;
}

.cart .input_lg {
  width: 100%;
}

@media screen and (max-width: 1100px) {
  .cart thead {
    display: none;
  }
    #data-client .prop {
        display: flex;
        width: 100%;
        font-size: 16px;
        justify-content: space-between;
        align-items: center;
        margin: auto;
        min-width:150px;
    }
    .profile__links {
        justify-content: flex-end;
    }
  .cart td {
    display: block;
    text-align: right;
    font-size: 13px;
    border: 0;
    border-bottom: 1px dotted #fff !important;
    width: 100%;
    min-height: 30px;
  }
  .cart td:before {
    content: attr(data-label);
    float: left;
    text-transform: uppercase;
    font-weight: bold;
    display: block;
    padding: 0 8px;
  }
  .cart__name-product {
    display: inline-block;
  }
  .cart__img .img-responsive {
    margin: 0 0 0 auto;
  }
  .cart__item {
    margin-bottom: 10px;
    display: block;
    border: 3px solid #e0e0e0;
  }
  .cart .total-price__text {
    display: none;
  }
  .cart .total-price__value:before {
    content: attr(data-label);
  }
}

.check-list {
    width: auto;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);
    border-radius: 5px;
    background-color: #ccc;
}

.check-list__field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  padding: 10px;
}

.check-list__field {
  font-weight: bold;
}

.check-list__field:last-child:after {
  border: 0;
}

.check-list__field:after {
  content: '';
  border-bottom: 1px solid #000;
  height: 1px;
  width: 98%;
  position: absolute;
  bottom: 0;
  left: 1%;
}

.check-list__field .numbers__number {
  margin-right: 5px;
}

.check-list__field .numbers__name {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.radio-field {
  padding: 10px 10px 0 0;
}

.radio-field__radio {
  display: inline-block;
  margin-right: 15px;
}

.radio-field input[type="checkbox"],
.radio-field input[type="checkbox"] + label {
  display: none;
}

.documentation-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #3F6CB8;
  font-size: 16px;
}

.documentation-list a:hover {
  text-decoration: none;
}

.table-orders {
  margin: 20px 0 40px;
}

.table-orders thead th {
  text-align: center;
}

.table-orders tbody td, .table-orders tbody th {
  vertical-align: middle;
}

.table-orders .ta-c {
  text-align: center;
  font-size: 29px;
}

.wrapp__button {
  margin-top: 10px;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.wrapp__button .button, .wrapp__button .smart-filter .flt-preview__wrapper, .smart-filter .wrapp__button .flt-preview__wrapper {
  margin-left: 5px;
}

.section-form {
  margin-bottom: 20px;
}

.section-form__title {
  margin-bottom: 30px;
}

.section-form__number {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  background: #2c2c2c;
  float: left;
  margin-right: 20px;
}

.section-form__sub-title {
  font-size: 20px;
  color: #24366e;
  line-height: 22px;
}

.section-form__description {
  font-size: 13px;
  color: #000;
  font-weight: 600;
}

.section-form__options {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  position: relative;
}

.section-form__options .Account__Name {
  width: 100%;
  margin-bottom: 10px;
}

.section-form__options .Account__Name label {
  display: block;
}

.section-form__options .Account__Name input {
  width: 100%;
  background: #24366e;
  color: #fff;
}

.section-form__options .Account__Email, .section-form__options .Account__Phone {
  width: 49%;
}

.section-form__options .Account__Email label, .section-form__options .Account__Phone label {
  display: block;
}

.section-form__options .Account__Email input, .section-form__options .Account__Phone input {
  width: 100%;
}



.section-form__options .Account__Phone {
  margin-left: 2%;
}

.section-form__options .Account__Address {
  width: 100%;
}

.section-form__options .Account__Address label {
  display: block;
}

.section-form__options .Account__Address input {
  width: 100%;
}

.section-form__options .cart-box {
  position: absolute;
  right: 0;
}

.section-form__options #AddressFordelivery {
  width: 100%;
}

.section-form .wrap-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.section-form .readonly {
  background: #E8E8E8;
}

.wrap-form {
  max-width: 800px;
  margin: 40px auto;
}

.radio-wrap__item {
  margin: 20px 0;
}

.radio-wrap__item input[type="radio"] {
  display: none;
}

.radio-wrap__item label > span {
  content: " ";
  display: inline-block;
  background: #fff;
  border: 2px solid #c3c0c0;
  -webkit-border-radius: 100%;
          border-radius: 100%;
  width: 19px;
  min-width: 19px;
  height: 19px;
  margin: 0px 20px 0 0;
  vertical-align: middle;
  cursor: pointer;
}

.radio-wrap__item input[type="radio"]:checked + span {
  background: #4567B1;
}

.radio-wrap__item label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.radio-wrap__item label:hover {
  cursor: pointer;
}

.section-form__options .cart-box {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.order .fa {
  color: #4567B1;
  font-size: 2em;
  margin-right: 5px;
}

.order__info-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
}

.order__info-item span {
  margin-right: 30px;
}

.order__info-item input {
  min-width: 300px;
}

.order__info-item-list {
  width: 100%;
}

.order__info-item-list li {
  color: #4567b1;
}

.table-order {
  display: none;
}

.page__current-orders table td, .page__current-orders table th, .page__pending-orders table td, .page__pending-orders table th, .page__history-orders table td, .page__history-orders table th {
  vertical-align: middle !important;
}

#prop-contractor { max-width:180px; display:block; margin: auto;}

.count-num.count-num-hide { display:none}
@media screen and (max-width: 1200px) {
    .panel__account {
        padding-top: 5px;
    }
    .product-top {
        flex-wrap: wrap;
        justify-content: center;
    }
}
@media screen and (max-width: 1000px) {
  .page__current-orders table, .page__pending-orders table, .page__history-orders table {
    border: 0;
  }
  .page__current-orders table thead, .page__pending-orders table thead, .page__history-orders table thead {
    display: none;
  }
  .page__current-orders table td, .page__current-orders table th, .page__pending-orders table td, .page__pending-orders table th, .page__history-orders table td, .page__history-orders table th {
    display: block;
    text-align: right;
    font-size: 13px;
    border: 0;
    border-bottom: 1px dotted #a0a0a0;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .page__current-orders table td:before, .page__current-orders table th:before, .page__pending-orders table td:before, .page__pending-orders table th:before, .page__history-orders table td:before, .page__history-orders table th:before {
    content: attr(data-label);
    float: left;
    text-transform: uppercase;
    font-weight: bold;
    display: block;
    padding: 0 8px;
    font-size: 14px;
  }
}
@media screen and (max-width: 1200px) {
    .cat-blocks.level-2 {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }
    .grid_list .price_col {
        padding: 10px 0;
        min-width: 220px;
        max-width: 220px;
        margin: 0 auto;
    }
}
@media screen and (max-width: 1000px) {
  .page__current-orders .table-orders__item, .page__pending-orders .table-orders__item, .page__history-orders .table-orders__item {
    margin-bottom: 10px;
    display: block;
    border: 3px solid #ddd;
  }
    .product-item__bot form {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}

.page__current-order-one .table-order {
  padding: 0 15px;
}

.page__current-order-one .cart__wrapepr-check {
  padding: 0 15px;
}

@media screen and (max-width: 1100px) {
  .page__current-order-one .cart .img-responsive {
    margin: 0 0 0 auto;
  }
}

@media screen and (max-width: 500px) {
  .page__current-order-one .wrapp__button {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding: 0 15px;
  }
  .page__current-order-one .wrapp__button .button, .page__current-order-one .wrapp__button .smart-filter .flt-preview__wrapper, .smart-filter .page__current-order-one .wrapp__button .flt-preview__wrapper {
    margin: 5px 0;
    width: 100%;
    text-align: center;
  }
  .check-list {
    width: 100%;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);
}
}

@media screen and (max-width: 1100px) {
  .page__pending-order-one .cart__item .img-responsive {
    margin: 0 0 0 auto;
  }
}

@media screen and (max-width: 560px) {
  .page__pending-order-one .wrapp__button {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .page__pending-order-one .wrapp__button .button, .page__pending-order-one .wrapp__button .smart-filter .flt-preview__wrapper, .smart-filter .page__pending-order-one .wrapp__button .flt-preview__wrapper {
    margin: 5px 0;
    text-align: center;
  }
}

.cancel-order__title {
  margin-bottom: 10px;
}

.cancel-order__title .fa {
  color: #ff0000;
  font-size: 2em;
  margin-right: 5;
}

.cancel-order__content {
  -webkit-border-radius: 10px;
          border-radius: 10px;
  padding: 20px;
  -webkit-box-shadow: 0px 0px 10px -6px rgba(0, 0, 0, 0.75);
          box-shadow: 0px 0px 10px -6px rgba(0, 0, 0, 0.75);
}

.cancel-order__content .button, .cancel-order__content .smart-filter .flt-preview__wrapper, .smart-filter .cancel-order__content .flt-preview__wrapper {
  margin: 5px;
}

.cancel-order__content .button__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.cancel-order__documents .fa {
  color: #4567B1;
  margin-right: 5px;
  font-size: 1.4em;
}

.cancel-order__documents-list {
  margin-top: 0;
}

.cancel-order__documents-list a {
  color: #4567B1;
}

.cancel-order__text {
  color: #ff0000;
  margin-bottom: 15px;
}

.cancel-order__text span {
  font-weight: bold;
}

.cancel-order__comment .textarea {
  width: 100%;
  height: 150px;
  margin: 10px 0;
}
@media screen and (max-width: 767px) 
{
    .profile__links {
        justify-content: center;
    }
    .content-page {
        margin-top: 20px;
    }
    .main-footer__social{
        flex-wrap: wrap;
        justify-content: center;
        transform: translateX(3vw);
    }
    .main-footer__categories{
        flex-direction: column;
    }
    .product-item__bot form {
        display: flex;
        flex-direction: row;
        align-items: center;
    }
    .product-item__bot {
        margin: 10px 0 10px auto;
        display: flex;
        align-items: flex-start;
        flex-direction: column;
    }
}

.btn-aktsii {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid lightgray;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.btn-aktsii  btn-default:hover {
    rgba(230,230,230,1);
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

.sk-mb-input-group-addCart {
    min-width: 180px;
}

.input-group-addon:first-child {
    border-right: 0;
}

.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child>.btn, .input-group-btn:first-child>.dropdown-toggle, .input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group-addon {
    padding: 2px!important;
    font-size: 12px!important;
}

.input-group-addon, .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}

.input-group-addon, .input-group-btn, .input-group .form-control {
    display: table-cell;
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.add-cart 
{
    font-size: 1.6em;
    }
    
.input-group-btn
    {
        background-color:#23366e;
        border-top-right-radius:4px;
        border-bottom-right-radius:4px
   }
   
 /* Для тестовой задачи */
.production-icon {
    background-image: url(../UISite/images/production-icon2.png);
    width: 40px;
    height: 30px;
    background-color: #23366e;
    background-repeat: no-repeat;
    margin-left: 2px;
    border-radius: 5px;
	border: none;
}

/* Стиль для модальной окны */
.test-modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 223; /* Sit on top */
  width: 60%; /* Full width */
  /*height: 30%;  Full height */
  background-color: #23366e; /* Fallback color */
  border-radius: 20px;
  opacity: 0.9;
  top: 40%;
  /*left: 20%;*/
  /*-right: auto;
  margin-left: auto;*/
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%)
}

.test-modal-fade 
{
    display: none;
	content: '';
	background: white;
	position: fixed; 
	left: 0;
	top: 0;
	width: 100%; 
	height: 100%;
	opacity: 0.7;
	z-index: 222;
}

.test-modal-text
{
    font-size: 14px;
    text-align: center;
    color: white;
    padding: 30px;
    font-family: Roboto Medium;
 
 }

/* Modal Content */
.test-modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
}
.test-modal-close {
    float: right;
    font-family: sans-serif;
    font-size: 24px;
    line-height: 1;
    color: white;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
    text-decoration: none;
    padding:10px;
}
.test-modal-close:focus, .test-modal-close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .75;
}
.test-span
{
 color: #24366e;
 font-size: 14px;
 font-weight: 900;
 margin-left: 60px;
 font-family: 'ROBOTO LIGHT ITALIC'
}
.grid_list div#Div2 { margin-left: 115px }
.test-css-dost
{
display:inline-grid;
}
@media screen and (max-width: 650px) 
{
    .main-header__slogan 
    {
        margin-top: 0 !important;     
        margin-left: 0.5px;
        margin-right: 0.5px;
        }
    .main-header__search {margin:0 !important}
    .cart-box { margin: 0px 5% 0 auto !important }
    .main-header__bottom {margin-top: -54px; height: 55px;}
    
    .flex-row .main-footer__links {flex-direction: row; justify-content: space-around; margin-bottom: 0} 
    .flex-row .main-footer__links .flex-col {width: 40%; }
    .main-footer__about {margin: 0px 0; }
    .main-footer__about .flex-col {width: 100% !important }
    .main-footer__about-title {font-size: 11px !important; min-width: 139px; }
    .main-footer__links .main-footer__button {padding-left: 1em !important;  padding-right: 1em !important}
    .main-header-logo__logo {max-width: 150px !important; margin: 0 !important;}
    .flex-row .main-header-logo__logo {max-width: 100px !important}
    .main-footer__social.flex-row {margin-bottom: -30px;}
    .main-footer__about-title {padding: 5px 0px !important; min-width: 150px !important;}
    .footer.main-footer.clearfix {padding: 10px 0}
    .grid_list div#Div2 { margin-left: 50px }
    .ext-main-menu .ext-main-menu__item .burger_text {
    padding-left: 1em !important;
    font-size: 1em !important;
    }
}