@charset "UTF-8";
*, *:before, *:after {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  list-style-type: none;
  font-family: 'Roboto';
}

html, body {
  width: 100%;
  height: 100%;
  line-height: 1;
}

html._lock, body._lock {
  overflow: hidden;
}

/*====================================================================================*/
a {
  text-decoration: none;
  color: inherit;
}

a:active, a:focus {
  outline: none;
}

h1,
h2,
h3,
h4 {
  margin: 0;
  font-weight: normal;
  font-size: unset;
  line-height: unset;
}

input, textarea {
  outline: none;
}

textarea {
  resize: vertical;
  padding: 10px;
  line-height: 17px;
  font-size: 15px;
  color: #727270;
}

input {
  display: block;
  background: #FFFFFF;
  padding: 0 10px;
  font-size: 15px;
  color: #727270;
}

input:active, textarea:active {
  outline: none;
}

:focus {
  outline: none;
}

textarea {
  resize: none;
}

textarea {
  resize: vertical;
}

textarea {
  resize: horizontal;
}

/*====================================================================================*/
.page_list {
  padding: 20px;
}

.page_list .page_link_group {
  margin-bottom: 50px;
}

.page_list .page_link_group .first_link {
  font-size: 25px;
  margin-bottom: 10px;
}

.page_list .page_link_group .sec_link {
  font-size: 20px;
  margin-bottom: 5px;
  margin-left: 10px;
}

.input._calend {
  position: relative;
}

.input._calend .icon_calend {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 2;
}

.input._calend:after {
  content: "";
  position: absolute;
  top: 1px;
  right: 1px;
  width: 50px;
  height: calc(100% - 2px);
  display: block;
  background: #fff;
}

.wrapper {
  max-width: 1340px;
  margin: 0 auto;
  padding: 0 20px;
}

.big_wrapper {
  overflow: hidden;
}

.black_href {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #0003;
  cursor: pointer;
  z-index: 10;
  -webkit-transition: .2s;
  transition: .2s;
  opacity: 0;
  visibility: hidden;
}

.black_href._active {
  opacity: 1;
  visibility: visible;
}

.slick-list {
  overflow: hidden;
}

.slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.slick-slide {
  z-index: 10 !important;
}

.slick-current {
  z-index: 11 !important;
}

._tab_link {
  cursor: pointer;
}

.separate_line {
  width: 1px;
  height: 16px;
  background: #EAEAEA;
  margin: 0 30px;
}

.drop_down_cont {
  position: relative;
}

.drop_down_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.drop_down_title .arrow {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 11px;
  flex: 0 0 11px;
  width: 11px;
}

.drop_down_title .arrow img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-transform: translate(0, -3px);
  transform: translate(0, -3px);
}

.drop_down_body {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 100%;
  display: none;
  z-index: 100;
}

.nav_bar_cont {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 303px;
  flex: 0 0 303px;
  margin-right: 30px;
}

@media screen and (max-width: 850px) {
  .nav_bar_cont {
    margin: 0 0 20px;
    display: none;
  }
}

@media screen and (max-width: 600px) {
  .nav_bar_cont {
    margin: 0 -20px 20px;
  }
}

.navigation_bar {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 303px;
  flex: 0 0 303px;
  padding: 33px 0px;
  background: #FAFAFA;
}

.navigation_bar .nav_item {
  margin-bottom: 14px;
  position: relative;
  padding: 0 20px;
}

.navigation_bar .nav_item .nav_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.navigation_bar .nav_item .icon {
  margin-right: 20px;
}

.navigation_bar .nav_item .text {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  font-weight: 300;
  font-size: 15px;
  line-height: 18px;
  color: #000000;
}

.navigation_bar .nav_item .arrow {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 6px;
  flex: 0 0 6px;
  height: 10px;
}

.navigation_bar .nav_item .arrow svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.navigation_bar .nav_item:last-child {
  margin-bottom: 0;
}

.navigation_bar .nav_item .nav_body {
  position: absolute;
  top: -25px;
  left: calc(100% + 0px);
  padding-left: 15px;
  width: 390px;
  z-index: 100;
  display: none;
}

.navigation_bar .nav_item .nav_body .add_cont {
  background: #FAFAFA;
  -webkit-box-shadow: 0px 5px 11px rgba(0, 0, 0, 0.11);
  box-shadow: 0px 5px 11px rgba(0, 0, 0, 0.11);
  padding: 21px 0;
}

.navigation_bar .nav_item .nav_body .add_cont .add_item {
  font-weight: 300;
  font-size: 15px;
  line-height: 18px;
  color: #000000;
  padding: 7px 30px;
  -webkit-transition: .2s;
  transition: .2s;
}

.navigation_bar .nav_item .nav_body .add_cont .add_item:hover {
  background: #FFFFFF;
  color: #00A0E3;
}

.navigation_bar .nav_item:hover .nav_body {
  display: block;
}

@media screen and (max-width: 850px) {
  .navigation_bar .nav_item:hover .nav_body {
    display: none;
  }
  .navigation_bar .nav_item .nav_body {
    position: absolute;
    top: 22px;
    left: 18px;
    padding-left: 15px;
    width: 390px;
    z-index: 100;
  }

  .navigation_bar .nav_item .nav_body .add_cont {
    box-shadow: none;
  }

  .active-sub-menu {
    display: block !important;
  }
}

.navigation_bar_2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 303px;
  flex: 0 0 303px;
  margin-right: 30px;
  padding: 30px 20px;
  background: #FAFAFA;
  margin-top: 44px;
}

.navigation_bar_2 .nav_menu_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px;
}

.navigation_bar_2 .nav_menu_item .icon {
  margin-right: 20px;
}

.navigation_bar_2 .nav_menu_item .text {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  font-weight: 300;
  font-size: 15px;
  line-height: 18px;
  color: #000000;
}

.navigation_bar_2 .nav_menu_item .arrow {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.navigation_bar_2 .nav_menu_item:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 850px) {
  .navigation_bar_2 {
    margin: 0 0 20px;
  }
}

@media screen and (max-width: 600px) {
  .navigation_bar_2 {
    margin: 0 -20px 20px;
  }
}

.navigation_bar_3 {
  background: #FAFAFA;
  padding: 30px 20px;
  margin-top: 44px;
}

.navigation_bar_3 .nav_bar_title {
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
  color: #000000;
  margin-bottom: 20px;
}

.navigation_bar_3 .nav_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px;
}

.navigation_bar_3 .nav_item .text {
  margin-right: 10px;
  font-weight: 300;
  font-size: 15px;
  line-height: 18px;
}

.navigation_bar_3 .nav_item .number {
  font-size: 15px;
  line-height: 18px;
  text-align: right;
  font-weight: 300;
  /* Вспомогательный серый */
  color: #727270;
}

.navigation_bar_3 .nav_item:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 850px) {
  .navigation_bar_3 {
    margin: 0 0 20px;
  }
}

@media screen and (max-width: 600px) {
  .navigation_bar_3 {
    margin: 0 0px 20px;
  }
}

.pagination_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 720px;
  margin: 40px auto 50px;
}

.pagination_container .pag_arrow {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 123px;
  flex: 0 0 123px;
  border: 1px solid #EAEAEA;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 15px;
  color: #727270;
  cursor: pointer;
}

@media screen and (max-width: 1050px) {
  .pagination_container .pag_arrow {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin: 10px 0 !important;
  }
}

.pagination_container .prev {
  margin-right: 10px;
}

.pagination_container .next {
  margin-left: 10px;
}

.pagination_container .numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -5px;
}

.pagination_container .numbers .number_item {
  margin: 0 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 38px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 38px;
  flex: 0 0 38px;
  height: 40px;
  background: #FFFFFF;
  border: 1px solid #EAEAEA;
  cursor: pointer;
  font-size: 15px;
  color: #727270;
}

.pagination_container .numbers .number_item._active {
  border: 1px solid #00A0E3;
  color: #00A0E3;
}

@media screen and (max-width: 430px) {
  .pagination_container .numbers .number_item:nth-child(4), .pagination_container .numbers .number_item:nth-child(5), .pagination_container .numbers .number_item:nth-child(6) {
    display: none;
  }
}

.pagination_container .numbers .dots {
  margin: 0 23px;
  color: #727270;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding-bottom: 10px;
}

@media screen and (max-width: 1050px) {
  .pagination_container .numbers {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% + 10px);
    flex: 0 0 calc(100% + 10px);
  }
}

@media screen and (max-width: 1050px) {
  .pagination_container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.main_cont {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-width: 0;
}

.bread_chumps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-bottom: 13px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.bread_chumps .href_item {
  font-size: 12px;
  line-height: 14px;
  color: #000000;
  text-decoration: underline;
}

.bread_chumps .href_item:last-child {
  text-decoration: none;
}

.bread_chumps .slash {
  margin: 0 3px;
}

.page_title {
  font-size: 30px;
  line-height: 35px;
  color: #000000;
  margin-bottom: 30px;
}

@media screen and (max-width: 500px) {
  .page_title {
    margin-bottom: 15px;
    font-size: 24px;
    line-height: 26px;
  }
}

/*=================================================================================================*/
._accordion ._acc_item {
  border: 1px solid #EAEAEA;
  margin-bottom: 10px;
}

._accordion ._acc_item ._acc_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 20px;
  cursor: pointer;
}

._accordion ._acc_item ._acc_header ._acc_title {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #02528F;
}

._accordion ._acc_item ._acc_header ._acc_icon {
  margin-left: 10px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16px;
  flex: 0 0 16px;
  width: 16px;
  height: 2px;
  background: #02528F;
  position: relative;
}

._accordion ._acc_item ._acc_header ._acc_icon:after {
  position: absolute;
  -webkit-transition: .3s;
  transition: .3s;
  display: block;
  content: '';
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 16px;
  width: 2px;
  background: #02528F;
}

._accordion ._acc_item ._acc_header._active ._acc_icon:after {
  height: 0;
}

._accordion ._acc_item ._acc_body {
  border-top: 1px solid #EAEAEA;
  padding: 20px;
  display: none;
  font-size: 14px;
  line-height: 16px;
  color: #000000;
}

._accordion ._acc_item ._acc_body p {
  max-width: 787px;
  margin-bottom: 20px;
}

/*=================================================================================================*/
._popup {
  position: fixed;
  top: 60%;
  left: calc(50% - 20px);
  opacity: 0;
  margin: 0 20px;
  visibility: hidden;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: calc(100% - 40px);
  background: #FFFFFF;
  -webkit-transition: .2s;
  transition: .2s;
  z-index: 1000;
}

._popup._active {
  top: 50%;
  opacity: 1;
  visibility: visible;
}

.autorization_form {
  max-width: 636px;
}

.autorization_form .form_header {
  padding: 40px 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #E4E3E3;
}

.autorization_form .form_header .form_title {
  margin-right: 15px;
  font-size: 30px;
  line-height: 35px;
  color: #000000;
}

@media screen and (max-width: 500px) {
  .autorization_form .form_header .form_title {
    font-size: 24px;
    line-height: 26px;
  }
}

.autorization_form .form_header .cross {
  cursor: pointer;
}

@media screen and (max-width: 500px) {
  .autorization_form .form_header {
    padding: 10px 20px;
  }
}

.autorization_form .input_item {
  max-width: 400px;
  margin: 20px auto 0;
}

.autorization_form .input_item .input input {
  background: #FFFFFF;
  border: 1px solid #E4E3E3;
  width: 100%;
  display: block;
  height: 40px;
}

.autorization_form .input_title {
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  color: #000000;
  margin-bottom: 10px;
}

.autorization_form .input_title span {
  color: #FF5656;
}

.autorization_form .button {
  padding: 11px 30px;
  height: 38px;
  background: #EF7F1B;
  margin: 0 auto;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: none;
}

.autorization_form .button .text {
  margin-right: 15px;
  font-size: 14px;
  line-height: 16px;
  color: #FFFFFF;
}

.autorization_form .non_header {
  padding: 40px 0;
}

@media screen and (max-width: 500px) {
  .autorization_form .non_header {
    padding: 20px 20px;
  }
}

.autorization_form .controls_block {
  margin: 20px auto 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  color: #02528F;
}

.autorization_form .controls_block .register {
  margin: 0 19px;
  display: block;
}

.autorization_form .controls_block .forgot_passod {
  margin: 0 19px;
  display: block;
}

@media screen and (max-width: 500px) {
  .autorization_form .controls_block {
    display: block;
    text-align: center;
    margin: 20px 0;
  }
  .autorization_form .controls_block .register {
    margin-bottom: 10px;
  }
}

.popup_act {
  max-width: 636px;
  background: #045EAA url("../img/act.png");
  background-size: contain;
  background-repeat: no-repeat;
  padding: 40px 22px 112px 51px;
}

.popup_act .cross {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}

.popup_act .cross path {
  fill: #fff;
}

.popup_act .text_1 {
  font-weight: 900;
  font-size: 106px;
  line-height: 1;
  text-transform: uppercase;
  color: #FFFFFF;
}

@media screen and (max-width: 620px) {
  .popup_act .text_1 {
    font-size: 50px;
  }
}

.popup_act .text_2 {
  font-weight: 900;
  font-size: 28px;
  line-height: 1.3;
  text-align: right;
  text-transform: uppercase;
  color: #FFFFFF;
  max-width: 275px;
  margin-left: auto;
  margin-top: -60px;
}

@media screen and (max-width: 620px) {
  .popup_act .text_2 {
    font-size: 20px;
    margin-top: -30px;
  }
}

@media screen and (max-width: 440px) {
  .popup_act .text_2 {
    margin: 20px 0 0;
    text-align: left;
  }
}

.popup_act .get_it {
  padding: 17px 56px;
  background: #EF7F1B;
  border-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  position: absolute;
  bottom: 46px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.popup_act .get_it .text {
  font-size: 16px;
  line-height: 19px;
  margin-right: 19px;
  color: #fff;
}

@media screen and (max-width: 440px) {
  .popup_act .get_it {
    bottom: 20px;
  }
}

@media screen and (max-width: 440px) {
  .popup_act {
    padding: 20px 20px 90px;
  }
}

/*=================================================================================================*/
.header {
  position: relative;
}

.header .preheader {
  border-bottom: 1px solid #EAEAEA;
}

.header .preheader .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header .preheader .wrapper .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 700px;
  flex: 0 1 700px;
  margin: 0 -14px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.header .preheader .wrapper .menu .menu_item {
  font-size: 15px;
  line-height: 18px;
  color: #727270;
  padding: 14px;
  -webkit-transition: background .2s;
  transition: background .2s;
}

.header .preheader .wrapper .menu .menu_item:hover {
  background: #FAFAFA;
}

@media screen and (max-width: 1050px) {
  .header .preheader .wrapper .menu .menu_item {
    padding: 20px;
  }
}

@media screen and (max-width: 1050px) {
  .header .preheader .wrapper .menu {
    display: block;
    position: fixed;
    top: 100vh;
    left: 0px;
    width: 100%;
    height: calc(100vh - 200px);
    background: #fff;
    -webkit-transition: .3s;
    transition: .3s;
    overflow: auto;
    z-index: 100;
    margin: 0;
  }
}

@media screen and (max-width: 600px) {
  .header .preheader .wrapper .menu {
    height: calc(100vh - 67px);
  }
}

@media screen and (min-width: 1050px) {
  .header .preheader .wrapper .menu .hot_pre, .header .preheader .wrapper .menu .more {
    display: none;
  }
}

.header .preheader .wrapper .menu .hot_pre .sale_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px;
}

.header .preheader .wrapper .menu .hot_pre .sale_item .icon {
  margin-right: 10px;
}

.header .preheader .wrapper .menu .hot_pre .sale_item .text {
  white-space: nowrap;
  font-size: 15px;
  line-height: 18px;
}

.header .preheader .wrapper .menu .hot_pre .sale_item:nth-child(1) {
  color: #EF7F1B;
}

.header .preheader .wrapper .menu .hot_pre .sale_item:nth-child(2) {
  color: #045EAA;
}

.header .preheader .wrapper .menu .hot_pre .sale_item:nth-child(3) {
  color: #00A0E3;
}

.header .preheader .wrapper .menu .lang_choose_cont {
  padding: 20px;
}

.header .preheader .wrapper .menu .shipp_choos, .header .preheader .wrapper .menu .phone_main, .header .preheader .wrapper .menu .more {
  padding: 20px;
}

.header .preheader .wrapper .menu .shipp_choos .drop_down_body, .header .preheader .wrapper .menu .phone_main .drop_down_body, .header .preheader .wrapper .menu .more .drop_down_body {
  position: unset;
  margin-top: 10px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.header .preheader .wrapper .menu._active {
  top: 200px;
}

@media screen and (max-width: 600px) {
  .header .preheader .wrapper .menu._active {
    top: 67px;
  }
}

.header .preheader .wrapper .shipp_choos {
  position: relative;
}

.header .preheader .wrapper .shipp_choos .drop_down_title .text {
  font-size: 15px;
  line-height: 18px;
  color: #727270;
  white-space: nowrap;
}

.header .preheader .wrapper .shipp_choos .drop_down_title .flag {
  margin: 0 11px 0 18px;
}

.header .preheader .wrapper .shipp_choos .drop_down_body {
  background: #fff;
  border: 1px solid #fafafa;
  top: calc(100% + 10px);
}

.header .preheader .wrapper .shipp_choos .drop_down_body .body_flag {
  margin: 10px 10px;
  cursor: pointer;
}

.header .preheader .wrapper .phone_main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 30px;
}

.header .preheader .wrapper .phone_main .icon {
  margin-right: 15px;
}

.header .preheader .wrapper .phone_main a {
  white-space: nowrap;
  font-size: 15px;
  line-height: 18px;
  color: #000000;
}

@media screen and (max-width: 1050px) {
  .header .preheader .wrapper .phone_main {
    margin: 0;
  }
}

.header .preheader .wrapper .more {
  position: relative;
}

.header .preheader .wrapper .more .drop_down_title .text {
  font-size: 15px;
  line-height: 18px;
  color: #727270;
  margin-right: 15px;
}

.header .preheader .wrapper .more .drop_down_body {
  background: #fff;
  border: 1px solid #fafafa;
  top: calc(100% + 10px);
}

.header .preheader .wrapper .more .drop_down_body .body_more {
  margin: 15px 15px;
  cursor: pointer;
}

.header .preheader .wrapper .burger, #sidebar-btn .burger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 20px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20px;
  flex: 0 0 20px;
  margin-left: 10px;
  height: 14px;
  cursor: pointer;
}

.header .preheader .wrapper .burger .burger_bef, #sidebar-btn .burger .burger_bef, .header .preheader .wrapper .burger .burger_mid, #sidebar-btn .burger .burger_mid, .header .preheader .wrapper .burger .burger_af, #sidebar-btn .burger .burger_af {
  width: 100%;
  height: 2px;
  background: #000;
  -webkit-transition: .2s;
  transition: .2s;
}

.header .preheader .wrapper .burger._active .burger_bef, #sidebar-btn.active .burger .burger_bef {
  -webkit-transform: translate(0, 6px) rotate(45deg);
  transform: translate(0, 6px) rotate(45deg);
}

.header .preheader .wrapper .burger._active .burger_af, #sidebar-btn.active .burger .burger_af {
  -webkit-transform: translate(0, -6px) rotate(-45deg);
  transform: translate(0, -6px) rotate(-45deg);
}

.header .preheader .wrapper .burger._active .burger_mid, #sidebar-btn.active .burger .burger_mid {
  opacity: 0;
}

@media screen and (min-width: 1050px) {
  .header .preheader .wrapper .burger, #sidebar-btn {
    display: none;
  }
}

@media screen and (max-width: 1050px) {
  .header .preheader .wrapper .separate_line._1 {
    display: none;
  }
}

@media screen and (min-width: 1050px) {
  .header .preheader .wrapper .separate_line._4 {
    display: none;
  }
}

@media screen and (max-width: 1050px) {
  .header .preheader .wrapper {
    height: 46px;
  }
}

@media screen and (max-width: 600px) {
  .header .preheader {
    padding: 10px 0px;
  }
  .header .preheader .separate_line {
    display: none;
  }
}

.header .main_header .separate_line {
  margin: 0 25px;
}

@media (max-width: 380px){
  .header .main_header .separate_line{
    margin: 0 15px;
  }
}

.header .main_header .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 10px 20px;
}

.header .main_header .logo {
  margin-right: 10px;
}

.header .main_header .other {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 1085px;
  flex: 0 1 1085px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header .main_header .other .hot_pre {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 396px;
  flex: 0 1 396px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header .main_header .other .hot_pre .sale_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 7px;
}

.header .main_header .other .hot_pre .sale_item .icon {
  margin-right: 10px;
}

.header .main_header .other .hot_pre .sale_item .text {
  white-space: nowrap;
  font-size: 15px;
  line-height: 18px;
}

.header .main_header .other .hot_pre .sale_item:nth-child(1) {
  color: #EF7F1B;
}

.header .main_header .other .hot_pre .sale_item:nth-child(2) {
  color: #045EAA;
}

.header .main_header .other .hot_pre .sale_item:nth-child(3) {
  color: #00A0E3;
}

@media screen and (max-width: 1040px) {
  .header .main_header .other .hot_pre {
    display: none;
  }
}

.header .main_header .other ._gray {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.header .main_header .other ._gray .icon {
  margin-right: 20px;
}

.header .main_header .other ._gray .text {
  font-size: 15px;
  line-height: 18px;
  color: #727270;
}

@media screen and (max-width: 900px) {
  /*.header .main_header .other ._gray {
    display: none;
  }*/

  .header .main_header .other .compare .text, .header .main_header .other .liked .text{
    display: none;
  }

  .header .main_header .other .compare .icon, .header .main_header .other .liked .icon{
    margin-right: 0;
  }

  .header .main_header .other .separate_line:first-child{
    display: none;
  }
}

@media (max-width: 450px){
  .header .main_header .other .autorization .text{
    display: none;
  }

  .header .main_header .other .autorization .icon{
    margin-right: 0;
  }
}

.header .main_header .other ._gray .how_much {
  width: 20px;
  height: 20px;
  right: 0;
  top: 0;
  -webkit-transform: translate(100%, -50%);
  transform: translate(100%, -50%);
  background: #EF7F1B;
  color: #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  font-size: 10px;
}

@media (max-width: 900px){
  .header .main_header .other ._gray .how_much{
    right: 10px;
  }
}

.header .main_header .other .autorization {
  cursor: pointer;
}

@media screen and (max-width: 600px) {
  .header .main_header .other .autorization {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.header .main_header .other .cart {
  position: relative;
}

.header .main_header .other .cart .cart_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header .main_header .other .cart .cart_title .text {
  white-space: nowrap;
  margin: 0 10px 0 20px;
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  color: #000000;
}

.header .main_header .other .cart .cart_inside {
  position: absolute;
  top: calc(100% + 21px);
  right: 0;
  left: unset;
  width: 636px;
  background: #FFFFFF;
  max-height: 80vh;
  overflow-y: scroll;
}

.header .main_header .other .cart .cart_inside .prod_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px;
  border-bottom: 1px solid #eaeaea;
}

.header .main_header .other .cart .cart_inside .prod_item .img {
  margin-right: 20px;
}

.header .main_header .other .cart .cart_inside .prod_item .img img {
  max-width: 62px;
}

@media screen and (max-width: 400px) {
  .header .main_header .other .cart .cart_inside .prod_item .img {
    margin-bottom: 10px;
  }
}

.header .main_header .other .cart .cart_inside .prod_item .desc {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.header .main_header .other .cart .cart_inside .prod_item .desc .upper {
  font-size: 15px;
  line-height: 18px;
  /* identical to box height */
  color: #000000;
  margin-bottom: 15px;
}

.header .main_header .other .cart .cart_inside .prod_item .desc .lower {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header .main_header .other .cart .cart_inside .prod_item .desc .lower .sale {
  padding: 2px 10px;
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  color: #fff;
  background: #00A0E3;
  margin-right: 20px;
}

.header .main_header .other .cart .cart_inside .prod_item .desc .lower .old_price {
  font-weight: 500;
  font-size: 10px;
  line-height: 12px;
  -webkit-text-decoration-line: line-through;
  text-decoration-line: line-through;
  color: #727270;
  margin-right: 10px;
}

.header .main_header .other .cart .cart_inside .prod_item .desc .lower .current_price {
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
  color: #000000;
}

@media screen and (max-width: 400px) {
  .header .main_header .other .cart .cart_inside .prod_item .desc {
    margin-bottom: 10px;
  }
}

.header .main_header .other .cart .cart_inside .prod_item .delete_icon {
  margin-right: 10px;
  cursor: pointer;
}

@media screen and (max-width: 400px) {
  .header .main_header .other .cart .cart_inside .prod_item {
    display: block;
  }
}

.header .main_header .other .cart .cart_inside .go_to_cart {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 11px 30px;
  max-width: 230.5px;
  background: #EF7F1B;
  border: none;
  margin: 25px 20px 25px auto;
}

.header .main_header .other .cart .cart_inside .go_to_cart .text {
  font-size: 14px;
  line-height: 16px;
  color: #FFFFFF;
  margin-right: 15px;
}

@media screen and (max-width: 700px) {
  .header .main_header .other .cart .cart_inside .go_to_cart {
    margin: 20px auto;
  }
}

@media screen and (max-width: 700px) {
  .header .main_header .other .cart .cart_inside {
    width: 100vw;
    right: -40px;
  }
}

@media screen and (max-width: 700px) {
  .header .main_header .other .cart .cart_inside {
    top: 100%;
  }
}

@media screen and (max-width: 900px) {
  .header .main_header .other {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
  /*.header .main_header .other .separate_line {
    display: none;
  }*/
}

@media screen and (max-width: 600px) {
  .header .main_header .other {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
}

.header .search_row {
  background: #00A0E3;
}

.header .search_row .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header .search_row .wrapper .catalog_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 20px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 303px;
  flex: 0 0 303px;
  height: 81px;
  background: #EF7F1B;
  cursor: pointer;
}

.header .search_row .wrapper .catalog_btn .icon {
  margin-right: 20px;
}

.header .search_row .wrapper .catalog_btn .text {
  font-size: 18px;
  line-height: 21px;
  color: #FFFFFF;
}

@media screen and (max-width: 600px) {
  .header .search_row .wrapper .catalog_btn {
    height: 50px;
    margin: 0 -20px 10px;
    padding: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.header .search_row .wrapper .search_row_form {
  margin-left: 30px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  position: relative;
}

.header .search_row .wrapper .search_row_form .visible_part {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header .search_row .wrapper .search_row_form .visible_part .input {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  height: 49px;
  margin-right: 34px;
}

.header .search_row .wrapper .search_row_form .visible_part .input input {
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  border: none;
  padding-left: 30px;
  font-size: 15px;
  line-height: 18px;
  color: #727270;
}

@media screen and (max-width: 600px) {
  .header .search_row .wrapper .search_row_form .visible_part .input {
    margin-right: 20px;
  }
}

.header .search_row .wrapper .search_row_form .visible_part .button {
  cursor: pointer;
  background: transparent;
  margin-right: 34px;
  border: none;
}

@media screen and (max-width: 900px) {
  .header .search_row .wrapper .search_row_form .visible_part .button {
    margin-right: 0;
  }
}

.header .search_row .wrapper .search_row_form .tips_cont {
  position: absolute;
  top: calc(100%);
  left: 0;
  z-index: 10;
  width: calc(100% - 95px);
  background: #FFFFFF;
  -webkit-transition: .2s;
  transition: .2s;
  /*visibility: hidden;
  opacity: 0;*/
}

.header .search_row .wrapper .search_row_form .tips_cont .prod_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px;
  border-top: 1px solid #eaeaea;
}

.header .search_row .wrapper .search_row_form .tips_cont .prod_item .img {
  margin-right: 20px;
}

.header .search_row .wrapper .search_row_form .tips_cont .prod_item .img img {
  max-width: 62px;
}

.header .search_row .wrapper .search_row_form .tips_cont .prod_item .desc {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.header .search_row .wrapper .search_row_form .tips_cont .prod_item .desc .stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
}

.header .search_row .wrapper .search_row_form .tips_cont .prod_item .desc .upper {
  font-size: 16px;
  line-height: 19px;
  /* identical to box height */
  color: #02528F;
  margin-bottom: 5px;
}

.header .search_row .wrapper .search_row_form .tips_cont .prod_item .desc .lower {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header .search_row .wrapper .search_row_form .tips_cont .prod_item .desc .lower .sale {
  padding: 2px 10px;
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  color: #fff;
  background: #00A0E3;
  margin-right: 20px;
}

.header .search_row .wrapper .search_row_form .tips_cont .prod_item .desc .lower .old_price {
  font-weight: 500;
  font-size: 10px;
  line-height: 12px;
  -webkit-text-decoration-line: line-through;
  text-decoration-line: line-through;
  color: #727270;
  margin-right: 10px;
}

.header .search_row .wrapper .search_row_form .tips_cont .prod_item .desc .lower .current_price {
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
  color: #000000;
}

@media screen and (max-width: 800px) {
  .header .search_row .wrapper .search_row_form .tips_cont .prod_item {
    display: block;
  }
}

.header .search_row .wrapper .search_row_form .tips_cont._active {
  opacity: 1;
  visibility: visible;
}

@media screen and (max-width: 900px) {
  .header .search_row .wrapper .search_row_form .tips_cont {
    width: calc(100% - 61px);
  }
}

@media screen and (max-width: 600px) {
  .header .search_row .wrapper .search_row_form .tips_cont {
    width: calc(100% - 47px);
  }
}

@media screen and (max-width: 600px) {
  .header .search_row .wrapper .search_row_form {
    margin: 0;
  }
}

@media screen and (max-width: 600px) {
  .header .search_row .wrapper {
    display: block;
    padding-bottom: 10px;
  }
}

.header .more .address {
  padding: 40px 45px;
  background: #FAFAFA;
  margin-bottom: 17px;
}

.header .more .address .addres_title {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #000000;
}

.header .more .address .main_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 10px;
}

.header .more .address .main_cont .icon {
  margin-right: 10px;
}

.header .more .address .main_cont a {
  font-size: 14px;
  line-height: 16px;
  color: #000000;
}

@media screen and (max-width: 1050px) {
  .header .more .address {
    padding: 20px 10px;
    background: #fff;
  }
}

.header .more .contucts .cont_title {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #000000;
  margin: 0px 0 17px;
}

.header .more .contucts .cont_cont {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10px;
}

.header .more .contucts .cont_cont .cont_item {
  margin: 0 10px 10px;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 calc(45% - 20px);
  flex: 0 1 calc(45% - 20px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header .more .contucts .cont_cont .cont_item .icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 37px;
  flex: 0 0 37px;
  text-align: right;
}

.header .more .contucts .cont_cont .cont_item .text {
  font-size: 14px;
  line-height: 16px;
  color: #000000;
  margin-left: 10px;
  white-space: nowrap;
}

@media screen and (max-width: 400px) {
  .header .more .contucts .cont_cont {
    display: block;
  }
}

.header .more .socials .socials_title {
  margin: 15px 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #000000;
}

.header .more .socials .socials_cont {
  margin: 0 -11px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.header .more .socials .socials_cont .soc_item {
  display: block;
  margin: 0 11px;
}

.header .more .feed_back {
  margin-top: 20px;
}

.header .more .feed_back .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 199.5px;
  height: 36px;
  background: #EF7F1B;
  cursor: pointer;
}

.header .more .feed_back .text {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #FFFFFF;
  margin: 0 15px;
}

.header .more .drop_down_body {
  left: unset;
  right: 0;
}

.header .lang_choose_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header .lang_choose_cont .lang_choose {
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  font-size: 15px;
  line-height: 18px;
  color: #727270;
  padding-right: 20px;
}

.header .lang_choose_cont .arrow {
  margin-left: -20px;
  position: relative;
  z-index: 10;
  pointer-events: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.footer .first_footer {
  padding: 40px 0;
  background: #FAFAFA;
}

.footer .first_footer .upper .wrapper .container {
  margin: 0 -15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 1200px) {
  .footer .first_footer .upper .wrapper .container {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.footer .first_footer .upper .wrapper .col {
  margin: 0 15px;
}

@media screen and (max-width: 1200px) {
  .footer .first_footer .upper .wrapper .col {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 600px) {
  .footer .first_footer .upper .wrapper .col {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 calc(50% - 30px);
    flex: 0 1 calc(50% - 30px);
  }
}

@media screen and (max-width: 500px) {
  .footer .first_footer .upper .wrapper .col {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
  }
}

.footer .first_footer .upper .wrapper .col_title {
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  color: #02528F;
  margin-bottom: 30px;
}

.footer .first_footer .upper .wrapper .footer_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 17px;
}

.footer .first_footer .upper .wrapper .footer_link .arrow {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  margin-right: 10px;
}

.footer .first_footer .upper .wrapper .footer_link .text {
  font-size: 14px;
  line-height: 16px;
  color: #000000;
}

.footer .first_footer .upper .wrapper .col._5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 330px;
  flex: 0 0 330px;
}

.footer .first_footer .upper .wrapper .col._5 .address {
  margin-bottom: 17px;
}

.footer .first_footer .upper .wrapper .col._5 .address .addres_title {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #000000;
}

.footer .first_footer .upper .wrapper .col._5 .address .main_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 10px;
}

.footer .first_footer .upper .wrapper .col._5 .address .main_cont .icon {
  margin-right: 10px;
}

.footer .first_footer .upper .wrapper .col._5 .address .main_cont a {
  font-size: 14px;
  line-height: 16px;
  color: #000000;
}

.footer .first_footer .upper .wrapper .col._5 .contucts .cont_title {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #000000;
  margin: 12px 0 17px;
}

.footer .first_footer .upper .wrapper .col._5 .contucts .cont_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer .first_footer .upper .wrapper .col._5 .contucts .cont_cont .cont_item {
  margin: 0 10px 10px;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 calc(45% - 20px);
  flex: 0 1 calc(45% - 20px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer .first_footer .upper .wrapper .col._5 .contucts .cont_cont .cont_item .text {
  font-size: 14px;
  line-height: 16px;
  color: #000000;
  margin-left: 10px;
  white-space: nowrap;
}

@media screen and (max-width: 400px) {
  .footer .first_footer .upper .wrapper .col._5 .contucts .cont_cont {
    display: block;
  }
}

.footer .first_footer .upper .wrapper .col._5 .socials .socials_title {
  margin: 15px 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #000000;
}

.footer .first_footer .upper .wrapper .col._5 .socials .socials_cont {
  margin: 0 -11px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.footer .first_footer .upper .wrapper .col._5 .socials .socials_cont .soc_item {
  display: block;
  margin: 0 11px;
}

.footer .first_footer .upper .wrapper .col._5 .feed_back {
  margin-top: 20px;
}

.footer .first_footer .upper .wrapper .col._5 .feed_back .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 199.5px;
  height: 36px;
  background: #EF7F1B;
  cursor: pointer;
}

.footer .first_footer .upper .wrapper .col._5 .feed_back .text {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #FFFFFF;
  margin: 0 15px;
}

@media screen and (max-width: 600px) {
  .footer .first_footer .upper .wrapper .col._5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
  }
}

.footer .first_footer .lower {
  margin-top: 40px;
}

.footer .first_footer .lower .wrapper .card_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin: 0 -15px;
}

.footer .first_footer .lower .wrapper .card_cont .card_item {
  margin: 0 15px;
  background: #fff;
  padding: 30px;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 33.333%;
  flex: 0 1 33.333%;
}

.footer .first_footer .lower .wrapper .card_cont .card_item .card_title {
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  color: #000000;
  margin-bottom: 20px;
}

.footer .first_footer .lower .wrapper .card_cont .card_item .card_desc {
  font-size: 10px;
  line-height: 12px;
  color: #727270;
}

.footer .first_footer .lower .wrapper .card_cont .card_item .time_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 5px;
  max-width: 250px;
}

.footer .first_footer .lower .wrapper .card_cont .card_item .time_cont .time_item {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
  white-space: nowrap;
  font-size: 12px;
  line-height: 14px;
  color: #727270;
  margin-bottom: 15px;
}

.footer .first_footer .lower .wrapper .card_cont .card_item .time_cont .time_item b {
  color: #000;
}

.footer .first_footer .lower .wrapper .card_cont .card_item .time_cont .time_item:nth-child(2n - 1) {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
}

.footer .first_footer .lower .wrapper .card_cont .card_item .ps {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #02528F;
}

.footer .first_footer .lower .wrapper .card_cont .card_item .logos_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -7px;
}

.footer .first_footer .lower .wrapper .card_cont .card_item .logos_cont .pay_logo {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 54px;
  flex: 0 1 54px;
  margin: 0 7px 20px;
}

@media screen and (max-width: 1000px) {
  .footer .first_footer .lower .wrapper .card_cont .card_item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 400px;
    flex: 0 1 400px;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 850px) {
  .footer .first_footer .lower .wrapper .card_cont .card_item {
    min-height: 190px;
  }
}

@media screen and (max-width: 1000px) {
  .footer .first_footer .lower .wrapper .card_cont {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 850px) {
  .footer .first_footer .lower .wrapper .card_cont {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.footer .copyright {
  padding: 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.footer .copyright .text {
  font-size: 10px;
  line-height: 12px;
}

.footer .copyright .text span {
  color: #02528F;
}

.main {
  position: relative;
}

.news_page_cont .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.news_page_cont .wrapper .news_cont .new_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 20px 0;
  border-top: 1px solid #EFEFEF;
}

.news_page_cont .wrapper .news_cont .new_item .img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 150px;
  flex: 0 0 150px;
  height: 100px;
  margin-right: 30px;
}

.news_page_cont .wrapper .news_cont .new_item .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (max-width: 430px) {
  .news_page_cont .wrapper .news_cont .new_item .img {
    margin-right: 0;
    height: 200px;
    margin-bottom: 20px;
  }
}

.news_page_cont .wrapper .news_cont .new_item .text_part {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.news_page_cont .wrapper .news_cont .new_item .text_part .date {
  margin-bottom: 5px;
  font-size: 12px;
  line-height: 14px;
  color: #727270;
}

.news_page_cont .wrapper .news_cont .new_item .text_part .name {
  font-size: 18px;
  line-height: 21px;
  color: #02528F;
  margin-bottom: 10px;
  display: block;
}

.news_page_cont .wrapper .news_cont .new_item .text_part .desc {
  font-size: 14px;
  line-height: 16px;
  color: #727270;
}

@media screen and (max-width: 430px) {
  .news_page_cont .wrapper .news_cont .new_item {
    display: block;
  }
}

@media screen and (max-width: 850px) {
  .news_page_cont .wrapper {
    display: block;
  }
}

.new_item_cont .wrapper, ._cont .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media screen and (max-width: 850px) {
  .new_item_cont .wrapper, ._cont .wrapper {
    display: block;
  }
}

.new_item_cont .new_container .desc, ._cont .new_container .desc {
  margin-top: 20px;
  margin-bottom: 30px;
  max-width: 905px;
  font-size: 14px;
  line-height: 16px;
  color: #000000;
}

.new_item_cont .new_container .warning, ._cont .new_container .warning {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 40px 30px 40px 50px;
  background: #FAFAFA;
}

.new_item_cont .new_container .warning .icon, ._cont .new_container .warning .icon {
  margin-right: 50px;
}

@media screen and (max-width: 850px) {
  .new_item_cont .new_container .warning .icon, ._cont .new_container .warning .icon {
    margin-right: 20px;
  }
}

@media screen and (max-width: 600px) {
  .new_item_cont .new_container .warning .icon, ._cont .new_container .warning .icon {
    margin: 0 auto 20px;
    text-align: center;
  }
}

.new_item_cont .new_container .warning .text, ._cont .new_container .warning .text {
  font-size: 14px;
  line-height: 16px;
  color: #000000;
}

@media screen and (max-width: 600px) {
  .new_item_cont .new_container .warning .text, ._cont .new_container .warning .text {
    text-align: center;
  }
}

@media screen and (max-width: 850px) {
  .new_item_cont .new_container .warning, ._cont .new_container .warning {
    padding: 20px;
  }
}

@media screen and (max-width: 600px) {
  .new_item_cont .new_container .warning, ._cont .new_container .warning {
    display: block;
  }
}

.new_item_cont .new_container .adv_list, ._cont .new_container .adv_list {
  margin-bottom: 30px;
}

.new_item_cont .new_container .adv_list .ul_title, ._cont .new_container .adv_list .ul_title {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #000000;
  margin-bottom: 20px;
}

.new_item_cont .new_container .adv_list .adv_cont .adv_item, ._cont .new_container .adv_list .adv_cont .adv_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}

.new_item_cont .new_container .adv_list .adv_cont .adv_item .icon, ._cont .new_container .adv_list .adv_cont .adv_item .icon {
  width: 5px;
  height: 5px;
  background: #02528F;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 5px;
  flex: 0 0 5px;
  border-radius: 50%;
  margin-right: 10px;
  -webkit-transform: translate(0, 5px);
  transform: translate(0, 5px);
}

.new_item_cont .new_container .adv_list .adv_cont .adv_item .text, ._cont .new_container .adv_list .adv_cont .adv_item .text {
  font-size: 14px;
  line-height: 16px;
  color: #000000;
}

.new_item_cont .new_container .adv_list .adv_cont .adv_item:last-child, ._cont .new_container .adv_list .adv_cont .adv_item:last-child {
  margin-bottom: 0;
}

.new_item_cont .new_container .new_item, ._cont .new_container .new_item {
  margin-bottom: 30px;
}

@media screen and (max-width: 600px) {
  .new_item_cont .new_container .new_item img, ._cont .new_container .new_item img {
    display: block;
    width: 100%;
  }
}

.new_item_cont .new_container .new_item h2, ._cont .new_container .new_item h2 {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #000000;
}

.new_item_cont .new_container .new_item span, ._cont .new_container .new_item span {
  font-size: 14px;
  line-height: 16px;
  color: #000000;
}

.new_item_cont .new_container .table, ._cont .new_container .table {
  margin-top: 30px;
}

.new_item_cont .new_container .table .row, ._cont .new_container .table .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin: 0 -1px 2px;
}

.new_item_cont .new_container .table .row .col, ._cont .new_container .table .row .col {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  margin: 0 1px;
  padding: 20px;
  font-size: 14px;
  line-height: 16px;
  color: #000000;
  text-overflow: ellipsis;
  overflow: hidden;
}

@media screen and (max-width: 850px) {
  .new_item_cont .new_container .table .row .col, ._cont .new_container .table .row .col {
    padding: 15px;
  }
}

@media screen and (max-width: 600px) {
  .new_item_cont .new_container .table .row .col, ._cont .new_container .table .row .col {
    min-width: 150px;
  }
}

.new_item_cont .new_container .table .row._title, ._cont .new_container .table .row._title {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #000000;
}

.new_item_cont .new_container .table .row._title .col, ._cont .new_container .table .row._title .col {
  background: #F9F9F9 !important;
}

.new_item_cont .new_container .table .row._light_text .col, ._cont .new_container .table .row._light_text .col {
  color: #727270;
}

.new_item_cont .new_container .table .row:nth-child(2n + 1) .col, ._cont .new_container .table .row:nth-child(2n + 1) .col {
  background: #FDFDFD;
}

.new_item_cont .new_container .table .row:nth-child(2n) .col, ._cont .new_container .table .row:nth-child(2n) .col {
  background: #FAFAFA;
}

@media screen and (max-width: 600px) {
  .new_item_cont .new_container .table, ._cont .new_container .table {
    overflow: auto;
  }
}

.new_item_cont .new_container .accordion, ._cont .new_container .accordion {
  margin-top: 30px;
  margin-bottom: 50px;
}

.register_of_custumer_page_cont .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media screen and (max-width: 850px) {
  .register_of_custumer_page_cont .wrapper {
    display: block;
  }
}

.register_of_custumer_page_cont .register_of_custumer .register_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 2px solid #EAEAEA;
}

.register_of_custumer_page_cont .register_of_custumer .register_header .register_link {
  font-size: 15px;
  line-height: 18px;
  color: #000;
  padding: 0 20px 14px;
  border-bottom: 4px solid #0000;
  -webkit-transition: .2s;
  transition: .2s;
  margin-bottom: -2px;
  text-align: center;
}

.register_of_custumer_page_cont .register_of_custumer .register_header .register_link._active {
  color: #00A0E3;
  border-bottom: 4px solid #00A0E3;
}

@media screen and (max-width: 850px) {
  .register_of_custumer_page_cont .register_of_custumer .register_header .register_link {
    margin-bottom: 0;
    white-space: nowrap;
  }
}

@media screen and (max-width: 850px) {
  .register_of_custumer_page_cont .register_of_custumer .register_header {
    overflow: auto;
  }
}

.register_of_custumer_page_cont .register_of_custumer .register_body .form_cont .form_wrapper {
  border: 1px solid #EAEAEA;
  margin: 25px 0 50px;
}

.register_of_custumer_page_cont .register_of_custumer .register_body .form_cont .form_wrapper .big_form {
  max-width: 440px;
  margin: 0 auto;
  padding: 40px 20px;
}

.register_of_custumer_page_cont .register_of_custumer .register_body .form_cont .form_wrapper .big_form .input_item {
  margin-bottom: 20px;
}

.register_of_custumer_page_cont .register_of_custumer .register_body .form_cont .form_wrapper .big_form .input_item .input_title {
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  color: #000000;
}

.register_of_custumer_page_cont .register_of_custumer .register_body .form_cont .form_wrapper .big_form .input_item .input_title span {
  color: #FF5656;
}

.register_of_custumer_page_cont .register_of_custumer .register_body .form_cont .form_wrapper .big_form .input_item .input input {
  display: block;
  width: 100%;
  height: 40px;
  background: #FFFFFF;
  border: 1px solid #E4E3E3;
  padding: 0 10px;
  font-size: 15px;
  color: #727270;
}

.register_of_custumer_page_cont .register_of_custumer .register_body .form_cont .form_wrapper .big_form .input_item .input._calend {
  position: relative;
}

.register_of_custumer_page_cont .register_of_custumer .register_body .form_cont .form_wrapper .big_form .input_item .input._calend .icon_calend {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 2;
}

.register_of_custumer_page_cont .register_of_custumer .register_body .form_cont .form_wrapper .big_form .input_item .input._calend:after {
  content: "";
  position: absolute;
  top: 1px;
  right: 1px;
  width: 50px;
  height: calc(100% - 2px);
  display: block;
  background: #fff;
}

.register_of_custumer_page_cont .register_of_custumer .register_body .form_cont .form_wrapper .big_form .input_item._error .input input {
  border: 1px solid #FF5656;
}

.register_of_custumer_page_cont .register_of_custumer .register_body .form_cont .form_wrapper .big_form .input_item._error textarea {
  border: 1px solid #FF5656;
}

.register_of_custumer_page_cont .register_of_custumer .register_body .form_cont .form_wrapper .big_form .input_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.register_of_custumer_page_cont .register_of_custumer .register_body .form_cont .form_wrapper .big_form .input_cont .radio_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.register_of_custumer_page_cont .register_of_custumer .register_body .form_cont .form_wrapper .big_form .input_cont .radio_item .icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25px;
  flex: 0 0 25px;
  width: 25px;
  height: 25px;
  background: #FFFFFF;
  border: 1px solid #EAEAEA;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  margin-right: 10px;
}

.register_of_custumer_page_cont .register_of_custumer .register_body .form_cont .form_wrapper .big_form .input_cont .radio_item .icon:after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  content: '';
  width: 13px;
  height: 13px;
  background: #00A0E3;
  opacity: 0;
  -webkit-transition: .2s;
  transition: .2s;
}

.register_of_custumer_page_cont .register_of_custumer .register_body .form_cont .form_wrapper .big_form .input_cont .radio_item .text {
  font-size: 12px;
  line-height: 14px;
  color: #000000;
}

.register_of_custumer_page_cont .register_of_custumer .register_body .form_cont .form_wrapper .big_form .input_cont .radio_item._active .icon:after {
  opacity: 1;
}

.register_of_custumer_page_cont .register_of_custumer .register_body .form_cont .form_wrapper .big_form .input_cont .radio_item:first-child {
  margin-right: 40px;
}

.register_of_custumer_page_cont .register_of_custumer .register_body .form_cont .form_wrapper .big_form .check_box .input_check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
  cursor: pointer;
}

.register_of_custumer_page_cont .register_of_custumer .register_body .form_cont .form_wrapper .big_form .check_box .input_check .icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25px;
  flex: 0 0 25px;
  width: 25px;
  height: 25px;
  background: #FFFFFF;
  border: 1px solid #EAEAEA;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  margin-right: 10px;
}

.register_of_custumer_page_cont .register_of_custumer .register_body .form_cont .form_wrapper .big_form .check_box .input_check .icon:after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  content: '';
  width: 13px;
  height: 13px;
  background: #00A0E3;
  opacity: 0;
  -webkit-transition: .2s;
  transition: .2s;
}

.register_of_custumer_page_cont .register_of_custumer .register_body .form_cont .form_wrapper .big_form .check_box .input_check .text {
  font-size: 12px;
  line-height: 14px;
  color: #000000;
  white-space: nowrap;
}

.register_of_custumer_page_cont .register_of_custumer .register_body .form_cont .form_wrapper .big_form .check_box .input_check .text a {
  color: #02528F;
}

@media screen and (max-width: 550px) {
  .register_of_custumer_page_cont .register_of_custumer .register_body .form_cont .form_wrapper .big_form .check_box .input_check .text {
    white-space: unset;
  }
}

.register_of_custumer_page_cont .register_of_custumer .register_body .form_cont .form_wrapper .big_form .check_box .input_check._active .icon:after {
  opacity: 1;
}

.register_of_custumer_page_cont .register_of_custumer .register_body .form_cont .form_wrapper .big_form textarea {
  border: 1px solid #E4E3E3;
  min-height: 40px;
  resize: vertical;
  width: 100%;
  padding: 10px;
  line-height: 17px;
  font-size: 15px;
  color: #727270;
}

.register_of_custumer_page_cont .register_of_custumer .register_body .form_cont .form_wrapper .big_form .requaries {
  margin: 20px 0;
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  color: #727270;
}

.register_of_custumer_page_cont .register_of_custumer .register_body .form_cont .form_wrapper .big_form .requaries span {
  color: #FF5656;
}

.register_of_custumer_page_cont .register_of_custumer .register_body .form_cont .form_wrapper .big_form .do_req {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 14px;
  color: #FF5656;
  display: none;
}

.register_of_custumer_page_cont .register_of_custumer .register_body .form_cont .form_wrapper .big_form .form_done {
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  color: #1B9836;
  display: none;
}

.register_of_custumer_page_cont .register_of_custumer .register_body .form_cont .form_wrapper .big_form .button {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 11px 30px;
  max-width: 230.5px;
  background: #EF7F1B;
  border: none;
  margin: 30px auto 0;
}

.register_of_custumer_page_cont .register_of_custumer .register_body .form_cont .form_wrapper .big_form .button .text {
  font-size: 14px;
  line-height: 16px;
  color: #FFFFFF;
  margin-right: 15px;
}

.catalog_cont .filter_on_parametrs, .about_brand .filter_on_parametrs {
  margin-top: 30px;
  background: #FAFAFA;
  border: 1px solid #EAEAEA;
}

.catalog_cont .filter_on_parametrs .filter_title, .about_brand .filter_on_parametrs .filter_title {
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
  color: #000000;
  padding: 30px 20px;
  border-bottom: 1px solid #EAEAEA;
}

.catalog_cont .filter_on_parametrs .drop_down_body, .about_brand .filter_on_parametrs .drop_down_body {
  position: unset;
  margin-top: 15px;
}

.catalog_cont .filter_on_parametrs .filter_drop_dowm, .about_brand .filter_on_parametrs .filter_drop_dowm {
  padding: 20px 20px 20px;
  border-bottom: 1px solid #EAEAEA;
}

.catalog_cont .filter_on_parametrs .filter_drop_dowm .price_body, .about_brand .filter_on_parametrs .filter_drop_dowm .price_body {
  width: 100%;
  height: 2px;
}

.catalog_cont .filter_on_parametrs .filter_drop_dowm .price_body .noUi-connects, .about_brand .filter_on_parametrs .filter_drop_dowm .price_body .noUi-connects {
  width: 100%;
  height: 100%;
}

.catalog_cont .filter_on_parametrs .filter_drop_dowm .price_body .noUi-connects .noUi-connect, .about_brand .filter_on_parametrs .filter_drop_dowm .price_body .noUi-connects .noUi-connect {
  background: #00A0E3;
  width: 100%;
  height: 2px;
}

.catalog_cont .filter_on_parametrs .filter_drop_dowm .price_body .noUi-base, .about_brand .filter_on_parametrs .filter_drop_dowm .price_body .noUi-base {
  position: relative;
  background: #EAEAEA;
  border-radius: 1px;
  height: 2px;
  width: 100%;
}

.catalog_cont .filter_on_parametrs .filter_drop_dowm .price_body .noUi-connect, .catalog_cont .filter_on_parametrs .filter_drop_dowm .price_body .noUi-origin, .about_brand .filter_on_parametrs .filter_drop_dowm .price_body .noUi-connect, .about_brand .filter_on_parametrs .filter_drop_dowm .price_body .noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform-style: flat;
  transform-style: flat;
  width: 10%;
  height: 10%;
}

.catalog_cont .filter_on_parametrs .filter_drop_dowm .price_body .noUi-tooltip, .about_brand .filter_on_parametrs .filter_drop_dowm .price_body .noUi-tooltip {
  font-size: 0;
}

.catalog_cont .filter_on_parametrs .filter_drop_dowm .price_body .noUi-handle, .about_brand .filter_on_parametrs .filter_drop_dowm .price_body .noUi-handle {
  border: 4px solid #00A0E3;
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 50%;
  -webkit-box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.32);
  box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.32);
  top: -9px;
  right: -9px;
  position: absolute;
  cursor: pointer;
}

.catalog_cont .filter_on_parametrs .filter_drop_dowm .price_values .values_cont, .about_brand .filter_on_parametrs .filter_drop_dowm .price_values .values_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 23px;
}

.catalog_cont .filter_on_parametrs .filter_drop_dowm .price_values .value, .about_brand .filter_on_parametrs .filter_drop_dowm .price_values .value {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 115px;
  flex: 0 1 115px;
}

.catalog_cont .filter_on_parametrs .filter_drop_dowm .price_values .value .input, .about_brand .filter_on_parametrs .filter_drop_dowm .price_values .value .input {
  background: #FFFFFF;
  border: 1px solid #EAEAEA;
  height: 37px;
}

.catalog_cont .filter_on_parametrs .filter_drop_dowm .price_values .value .input input, .about_brand .filter_on_parametrs .filter_drop_dowm .price_values .value .input input {
  display: block;
  height: 100%;
  width: 100%;
  border: none;
  font-size: 12px;
  line-height: 14px;
  color: #000000;
  padding: 0 0 0 15px;
}

.catalog_cont .filter_on_parametrs .filter_drop_dowm .price_values .ris, .about_brand .filter_on_parametrs .filter_drop_dowm .price_values .ris {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 15px;
  flex: 0 0 15px;
  height: 1px;
  background: #EAEAEA;
  margin: 0 10px;
}

.catalog_cont .filter_on_parametrs .price_title, .about_brand .filter_on_parametrs .price_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 15px;
  line-height: 18px;
  color: #000000;
}

.catalog_cont .filter_on_parametrs .price_title .arrow img, .about_brand .filter_on_parametrs .price_title .arrow img {
  -webkit-transition: .3s;
  transition: .3s;
}

.catalog_cont .filter_on_parametrs .drop_down_cont._active .arrow img, .about_brand .filter_on_parametrs .drop_down_cont._active .arrow img {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.catalog_cont .filter_on_parametrs .submit_part, .about_brand .filter_on_parametrs .submit_part {
  padding: 30px 0;
}

.catalog_cont .filter_on_parametrs .submit_part .submit_btn, .about_brand .filter_on_parametrs .submit_part .submit_btn {
  max-width: 172px;
  width: 100%;
  margin: 0 auto;
  cursor: pointer;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #fff;
  padding: 10px 5px;
  text-align: center;
  background: #00A0E3;
  margin-bottom: 15px;
  display: block;
  border: none;
}

.catalog_cont .filter_on_parametrs .submit_part .reset, .about_brand .filter_on_parametrs .submit_part .reset {
  max-width: 172px;
  margin: 0 auto;
  padding: 7px;
  font-weight: 500;
  font-size: 10px;
  line-height: 12px;
  color: #727270;
  text-align: center;
  background: #EDEDED;
  cursor: pointer;
}

.catalog_cont .filter_on_parametrs .filter_check_box, .about_brand .filter_on_parametrs .filter_check_box {
  padding: 20px;
  border-bottom: 1px solid #EAEAEA;
}

.catalog_cont .filter_on_parametrs .filter_check_box .chech_boxes, .about_brand .filter_on_parametrs .filter_check_box .chech_boxes {
  margin-top: 15px;
}

.catalog_cont .filter_on_parametrs .filter_check_box .chech_boxes .check_box .input_check, .about_brand .filter_on_parametrs .filter_check_box .chech_boxes .check_box .input_check {
  margin-bottom: 10px;
  cursor: pointer;
}

.catalog_cont .filter_on_parametrs .filter_check_box .chech_boxes .check_box .input_check input:checked + label .icon img, .about_brand .filter_on_parametrs .filter_check_box .chech_boxes .check_box .input_check input:checked + label .icon img {
  opacity: 1;
}

.catalog_cont .filter_on_parametrs .filter_check_box .chech_boxes .check_box .input_check label, .about_brand .filter_on_parametrs .filter_check_box .chech_boxes .check_box .input_check label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.catalog_cont .filter_on_parametrs .filter_check_box .chech_boxes .check_box .input_check input, .about_brand .filter_on_parametrs .filter_check_box .chech_boxes .check_box .input_check input {
  display: none;
}

.catalog_cont .filter_on_parametrs .filter_check_box .chech_boxes .check_box .input_check .icon, .about_brand .filter_on_parametrs .filter_check_box .chech_boxes .check_box .input_check .icon {
  margin-right: 15px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25px;
  flex: 0 0 25px;
  width: 25px;
  height: 25px;
  background: #FFFFFF;
  border: 1px solid #EAEAEA;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.catalog_cont .filter_on_parametrs .filter_check_box .chech_boxes .check_box .input_check .icon img, .about_brand .filter_on_parametrs .filter_check_box .chech_boxes .check_box .input_check .icon img {
  -webkit-transition: .2s;
  transition: .2s;
  opacity: 0;
}

.catalog_cont .filter_on_parametrs .filter_check_box .chech_boxes .check_box .input_check .text, .about_brand .filter_on_parametrs .filter_check_box .chech_boxes .check_box .input_check .text {
  font-size: 14px;
  line-height: 16px;
  color: #000000;
}

.catalog_cont .filter_on_parametrs .filter_check_box .chech_boxes .check_box .add_more, .about_brand .filter_on_parametrs .filter_check_box .chech_boxes .check_box .add_more {
  display: none;
}

.catalog_cont .filter_on_parametrs .filter_check_box .show_more, .about_brand .filter_on_parametrs .filter_check_box .show_more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 20px;
  cursor: pointer;
}

.catalog_cont .filter_on_parametrs .filter_check_box .show_more .text, .about_brand .filter_on_parametrs .filter_check_box .show_more .text {
  margin-right: 10px;
  font-size: 14px;
  line-height: 16px;
  color: #02528F;
}

.catalog_cont .filter_on_parametrs .color_filter, .about_brand .filter_on_parametrs .color_filter {
  padding: 20px;
  border-bottom: 1px solid #EAEAEA;
}

.catalog_cont .filter_on_parametrs .color_filter .param_cont, .about_brand .filter_on_parametrs .color_filter .param_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin: 0px -6px 0;
}

.catalog_cont .filter_on_parametrs .color_filter .param_cont .param_item, .about_brand .filter_on_parametrs .color_filter .param_cont .param_item {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 40px;
  flex: 0 1 40px;
  height: 40px;
  margin: 0 6px;
  cursor: pointer;
  cursor: pointer;
}

.catalog_cont .filter_on_parametrs .color_filter .param_cont .param_item img, .about_brand .filter_on_parametrs .color_filter .param_cont .param_item img {
  width: 100%;
}

.catalog_cont .filter_on_parametrs .color_filter .param_cont .param_item input:checked + label, .about_brand .filter_on_parametrs .color_filter .param_cont .param_item input:checked + label {
  border: 1px solid #00A0E3;
}

.catalog_cont .filter_on_parametrs .color_filter .param_cont .param_item label, .about_brand .filter_on_parametrs .color_filter .param_cont .param_item label {
  padding: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  border: 1px solid #0000;
}

.catalog_cont .filter_on_parametrs .color_filter .param_cont .param_item input, .about_brand .filter_on_parametrs .color_filter .param_cont .param_item input {
  display: none;
}

@media screen and (max-width: 850px) {
  .catalog_cont .filter_on_parametrs, .about_brand .filter_on_parametrs {
    background: #fff;
    margin-top: 0;
    border: none;
  }
}

.catalog_cont .precategories, .about_brand .precategories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.catalog_cont .cat_item, .about_brand .cat_item {
  border: 1px solid #EAEAEA;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  padding: 20px;
  margin-left: -1px;
  margin-top: -1px;
}

.catalog_cont .cat_item .img, .about_brand .cat_item .img {
  margin-bottom: 20px;
}

.catalog_cont .cat_item .img{
  height: 203px;
  display: flex;
  justify-content: center;
  align-items: center
}

.catalog_cont .cat_item .img a{
  height: 100%
}

.catalog_cont .cat_item .img img, .about_brand .cat_item .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

@media screen and (max-width: 550px) {
  .catalog_cont .cat_item .img, .about_brand .cat_item .img {
    margin-bottom: 10px;
  }
}

.catalog_cont .cat_item a, .about_brand .cat_item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.catalog_cont .cat_item a .text, .about_brand .cat_item a .text {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #02528F;
}

.catalog_cont .cat_item a .arrow, .about_brand .cat_item a .arrow {
  margin-left: 15px;
}

.catalog_cont .cat_item:last-child, .about_brand .cat_item:last-child {
  border-right: 1px solid #EAEAEA;
}

@media screen and (max-width: 1100px) {
  .catalog_cont .cat_item, .about_brand  .cat_item {
    width: 180px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 180px;
    flex: 0 0 180px;
  }
}

@media screen and (max-width: 850px) {
  .catalog_cont .cat_item, .about_brand .cat_item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 180px;
    flex: 0 0 180px;
  }
}

@media screen and (max-width: 550px) {
  .catalog_cont .cat_item, .about_brand .cat_item {
    padding: 10px;
  }
}

@media screen and (max-width: 1100px) {
  .catalog_cont .precategories, .about_brand .precategories {
    width: calc(100vw - 40px - 303px - 50px);
    overflow: auto;
  }
}

@media screen and (max-width: 850px) {
  .catalog_cont .precategories, .about_brand .precategories {
    width: calc(100%);
    overflow: auto;
  }
}

.catalog_cont .catalog_navigation, .about_brand .catalog_navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 20px 0;
}

.catalog_cont .catalog_navigation .about_brand_in_or_shop, .about_brand .catalog_navigation .about_brand_in_or_shop {
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
  color: #000000;
}

.catalog_cont .catalog_navigation .filter_caller, .about_brand .catalog_navigation .filter_caller {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  border: 1px solid #E4E3E3;
  padding: 10px 15px 10px 20px;
}

.catalog_cont .catalog_navigation .filter_caller .text, .about_brand .catalog_navigation .filter_caller .text {
  margin-right: 5px;
  font-size: 14px;
  line-height: 16px;
  color: #727270;
}

@media screen and (min-width: 1200px) {
  .catalog_cont .catalog_navigation .filter_caller, .about_brand .catalog_navigation .filter_caller {
    display: none;
  }
}

@media screen and (max-width: 470px) {
  .catalog_cont .catalog_navigation .filter_caller, .about_brand .catalog_navigation .filter_caller {
    margin-bottom: 10px;
  }
}

.catalog_cont .catalog_navigation .filters_block, .about_brand .catalog_navigation .filters_block {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 510px;
  flex: 0 1 510px;
  margin: 0 -10px;
}

.catalog_cont .catalog_navigation .filters_block .filter_pc, .about_brand .catalog_navigation .filters_block .filter_pc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.catalog_cont .catalog_navigation .filters_block .filter_pc .drop_down_body, .about_brand .catalog_navigation .filters_block .filter_pc .drop_down_body {
  border: 1px solid #eaeaea;
}

@media screen and (max-width: 1200px) {
  .catalog_cont .catalog_navigation .filters_block .filter_pc, .about_brand .catalog_navigation .filters_block .filter_pc {
    display: block;
    padding: 20px 20px 30px;
  }
}

.catalog_cont .catalog_navigation .filters_block .filter_item, .about_brand .catalog_navigation .filters_block .filter_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 10px;
  cursor: pointer;
}

.catalog_cont .catalog_navigation .filters_block .filter_item .text, .about_brand .catalog_navigation .filters_block .filter_item .text {
  margin-right: 5px;
  font-size: 14px;
  line-height: 16px;
  color: #727270;
}

@media screen and (max-width: 1200px) {
  .catalog_cont .catalog_navigation .filters_block .filter_item, .about_brand .catalog_navigation .filters_block .filter_item {
    padding: 10px 0;
  }
}

.catalog_cont .catalog_navigation .filters_block .mobile_header, .about_brand .catalog_navigation .filters_block .mobile_header {
  display: none;
}

@media screen and (max-width: 1200px) {
  .catalog_cont .catalog_navigation .filters_block .mobile_header, .about_brand .catalog_navigation .filters_block .mobile_header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px 20px;
    border-bottom: 1px solid #eaeaea;
  }
}

.catalog_cont .catalog_navigation .filters_block .mobile_header .burger_filter, .about_brand .catalog_navigation .filters_block .mobile_header .burger_filter {
  cursor: pointer;
}

.catalog_cont .catalog_navigation .filters_block .drop_down_body, .about_brand .catalog_navigation .filters_block .drop_down_body {
  top: calc(100% + 10px);
  background: #fff;
  font-size: 14px;
  line-height: 16px;
  color: #727270;
}

.catalog_cont .catalog_navigation .filters_block .drop_down_body .text, .about_brand .catalog_navigation .filters_block .drop_down_body .text {
  padding: 10px;
}

@media screen and (max-width: 1200px) {
  .catalog_cont .catalog_navigation .filters_block .drop_down_body, .about_brand .catalog_navigation .filters_block .drop_down_body {
    position: static;
  }
}

@media screen and (max-width: 1200px) {
  .catalog_cont .catalog_navigation .filters_block, .about_brand .catalog_navigation .filters_block {
    position: fixed;
    top: 0;
    left: 10px;
    width: 300px;
    height: 100vh;
    background: #fff;
    overflow: auto;
    z-index: 1000;
    -webkit-transition: .2s;
    transition: .2s;
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
  }
  .catalog_cont .catalog_navigation .filters_block._active, .about_brand .catalog_navigation .filters_block._active {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}

.catalog_cont .catalog_navigation .style_block, .about_brand .catalog_navigation .style_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 325px;
  flex: 0 1 325px;
  margin-left: 20px;
}

.catalog_cont .catalog_navigation .style_block .how_much_to_enter, .about_brand .catalog_navigation .style_block .how_much_to_enter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.catalog_cont .catalog_navigation .style_block .how_much_to_enter .enter_by_text, .about_brand .catalog_navigation .style_block .how_much_to_enter .enter_by_text {
  font-size: 14px;
  line-height: 16px;
  color: #727270;
  margin-right: 15px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 89px;
  flex: 0 0 89px;
  width: 89px;
}

.catalog_cont .catalog_navigation .style_block .how_much_to_enter .drop_down_cont, .about_brand .catalog_navigation .style_block .how_much_to_enter .drop_down_cont {
  border: 1px solid #E4E3E3;
  padding: 10px 35px 10px 20px;
  background: #fff;
  font-size: 15px;
  line-height: 18px;
  color: #727270;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}

select::-ms-expand{
  display: none;
}

.catalog_cont .catalog_navigation .style_block .how_much_to_enter .drop_down_cont .enter_by, .about_brand .catalog_navigation .style_block .how_much_to_enter .drop_down_cont .enter_by {
  border: 1px solid #E4E3E3;
  padding: 10px 15px 10px 20px;
}

.catalog_cont .catalog_navigation .style_block .how_much_to_enter .drop_down_cont .enter_by .text, .about_brand .catalog_navigation .style_block .how_much_to_enter .drop_down_cont .enter_by .text {
  font-size: 15px;
  line-height: 18px;
  color: #727270;
  margin-right: 15px;
}

@media screen and (max-width: 470px) {
  .catalog_cont .catalog_navigation .style_block .how_much_to_enter .drop_down_cont .enter_by, .about_brand .catalog_navigation .style_block .how_much_to_enter .drop_down_cont .enter_by {
    padding: 10px;
  }
}

.catalog_cont .catalog_navigation .style_block .how_much_to_enter .drop_down_cont option, .about_brand .catalog_navigation .style_block .how_much_to_enter .drop_down_cont option {
  cursor: pointer;
  font-size: 15px;
  line-height: 18px;
  color: #727270;
  font-family: 'Roboto', sans-serif;
}

.catalog_cont .catalog_navigation .style_block .how_much_to_enter .drop_down_cont .enter_drop_body, .about_brand .catalog_navigation .style_block .how_much_to_enter .drop_down_cont .enter_drop_body {
  background: #fff;
  width: 100%;
  border: 1px solid #E4E3E3;
  border-top: none;
}

.catalog_cont .catalog_navigation .style_block .how_much_to_enter .drop_down_cont .enter_drop_body .enter_drop_item, .about_brand .catalog_navigation .style_block .how_much_to_enter .drop_down_cont .enter_drop_body .enter_drop_item {
  padding: 10px 15px 10px 20px;
  font-size: 15px;
  line-height: 18px;
  color: #727270;
  cursor: pointer;
}

.catalog_cont .catalog_navigation .style_block .how_much_to_enter .icon, .about_brand .catalog_navigation .style_block .how_much_to_enter .icon {
  top: 45%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 10px;
  position: absolute;
  pointer-events: none;
  z-index: 10;
}

.catalog_cont .catalog_navigation .style_block .how_much_to_enter:-ms-expand, .about_brand .catalog_navigation .style_block .how_much_to_enter:-ms-expand {
  display: none;
}

.catalog_cont .catalog_navigation .style_block .how_much_to_enter:hover, .about_brand .catalog_navigation .style_block .how_much_to_enter:hover {
  border-color: #888;
}

.catalog_cont .catalog_navigation .style_block .how_much_to_enter:focus, .about_brand .catalog_navigation .style_block .how_much_to_enter:focus {
  border-color: #aaa;
}

.catalog_cont .catalog_navigation .style_block .how_to_enter, .about_brand .catalog_navigation .style_block .how_to_enter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin: 0 -5px 0 5px;
}

.catalog_cont .catalog_navigation .style_block .how_to_enter .type, .about_brand .catalog_navigation .style_block .how_to_enter .type {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40px;
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #EAEAEA;
  margin: 0 5px;
  cursor: pointer;
}

.catalog_cont .catalog_navigation .style_block .how_to_enter .type rect, .about_brand .catalog_navigation .style_block .how_to_enter .type rect {
  fill: #EAEAEA;
}

.catalog_cont .catalog_navigation .style_block .how_to_enter .type._active, .about_brand .catalog_navigation .style_block .how_to_enter .type._active {
  border: 1px solid #00A0E3;
}

.catalog_cont .catalog_navigation .style_block .how_to_enter .type._active rect, .about_brand .catalog_navigation .style_block .how_to_enter .type._active rect {
  fill: #00A0E3;
}

@media screen and (max-width: 470px) {
  .catalog_cont .catalog_navigation .style_block, .about_brand .catalog_navigation .style_block {
    margin-left: 0;
  }
}

@media screen and (max-width: 470px) {
  .catalog_cont .catalog_navigation, .about_brand .catalog_navigation {
    display: block;
  }
}

.catalog_cont .product_container, .about_brand .product_container {
  margin-bottom: 40px;
}

.catalog_cont .product_container .product_item, .about_brand .product_container .product_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 20px;
  border: 1px solid #EAEAEA;
  border-bottom: none;
}

.catalog_cont .product_container .product_item .left_big_part, .about_brand .product_container .product_item .left_big_part {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 550px) {
  .catalog_cont .product_container .product_item .left_big_part, .about_brand .product_container .product_item .left_big_part {
    display: block;
  }
}

.catalog_cont .product_container .product_item .img_block, .about_brand .product_container .product_item .img_block {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 163px;
  flex: 0 0 163px;
  position: relative;
  margin-right: 33px;
}

.catalog_cont .product_container .product_item .img_block .img, .about_brand .product_container .product_item .img_block .img {
  position: relative;
  z-index: 0;
}

.catalog_cont .product_container .product_item .img_block .img img, .about_brand .product_container .product_item .img_block .img img {
  width: 100%;
  max-width: 200px;
  height: 200px;
  object-fit: contain;
}

.catalog_cont .product_container .product_item .img_block .labels_cont, .about_brand .product_container .product_item .img_block .labels_cont {
  position: absolute;
  z-index: 11;
  right: 0px;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.catalog_cont .product_container .product_item .img_block .labels_cont .prod_label, .about_brand .product_container .product_item .img_block .labels_cont .prod_label {
  margin-left: 10px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 37px;
  flex: 0 0 37px;
  width: 37px;
  height: 37px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
}

.catalog_cont .product_container .product_item .img_block .labels_cont .prod_label._fire, .about_brand .product_container .product_item .img_block .labels_cont .prod_label._fire {
  background: #EF7F1B;
}

.catalog_cont .product_container .product_item .img_block .labels_cont .prod_label._new, .about_brand .product_container .product_item .img_block .labels_cont .prod_label._new {
  background: #02528F;
}

.catalog_cont .product_container .product_item .img_block .labels_cont .prod_label._star, .about_brand .product_container .product_item .img_block .labels_cont .prod_label._star {
  background: #045EAA;
}

.catalog_cont .product_container .product_item .img_block .labels_cont .prod_label._persent, .about_brand .product_container .product_item .img_block .labels_cont .prod_label._persent {
  background: #00A0E3;
}

.catalog_cont .product_container .product_item .img_block .labels_cont .prod_label._licvidation, .about_brand .product_container .product_item .img_block .labels_cont .prod_label._licvidation {
  background: #727270;
}

@media screen and (max-width: 550px) {
  .catalog_cont .product_container .product_item .img_block .labels_cont, .about_brand .product_container .product_item .img_block .labels_cont {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    right: unset;
    left: -10px;
  }
}

@media screen and (max-width: 550px) {
  .catalog_cont .product_container .product_item .img_block, .about_brand .product_container .product_item .img_block {
    margin-right: 0;
    margin-bottom: 10px;
  }
}

.catalog_cont .product_container .product_item .actions_btn, .about_brand .product_container .product_item .actions_btn {
  -webkit-transition: .2s;
  transition: .2s;
  top: 0px;
  left: 0px;
  position: absolute;
  margin-bottom: 10px;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
}

.catalog_cont .product_container .product_item .actions_btn .like_btn._active, .about_brand .product_container .product_item .actions_btn .like_btn._active {
  -webkit-box-shadow: 0 0 10px rgba(255, 0, 0, 0.842);
  box-shadow: 0 0 10px rgba(255, 0, 0, 0.842);
}

.catalog_cont .product_container .product_item .actions_btn .like_btn._active svg, .catalog_cont .product_container .product_item .actions_btn .like_btn._active path, .about_brand .product_container .product_item .actions_btn .like_btn._active svg, .about_brand .product_container .product_item .actions_btn .like_btn._active path {
  fill: #f00;
}

.catalog_cont .product_container .product_item .actions_btn .compare_btn._active, .about_brand .product_container .product_item .actions_btn .compare_btn._active {
  -webkit-box-shadow: 0 0 10px #002ae3;
  box-shadow: 0 0 10px #002ae3;
}

.catalog_cont .product_container .product_item .actions_btn .compare_btn._active svg, .catalog_cont .product_container .product_item .actions_btn .compare_btn._active path, .about_brand .product_container .product_item .actions_btn .compare_btn._active svg, .about_brand .product_container .product_item .actions_btn .compare_btn._active path {
  fill: #002ae3;
}

.catalog_cont .product_container .product_item .actions_btn ._btn, .about_brand .product_container .product_item .actions_btn ._btn {
  margin-bottom: 10px;
  background: #fff;
  width: 37px;
  height: 37px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
  -webkit-transition: .2s;
  transition: .2s;
  cursor: pointer;
}

.catalog_cont .product_container .product_item .actions_btn ._btn svg, .about_brand .product_container .product_item .actions_btn ._btn svg {
  width: 17px;
  -webkit-transition: .2s;
  transition: .2s;
}

.catalog_cont .product_container .product_item .desc_block, .about_brand .product_container .product_item .desc_block {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 432px;
  flex: 0 1 432px;
  margin: 0 10px;
}

.catalog_cont .product_container .product_item .desc_block .stat_part, .about_brand .product_container .product_item .desc_block .stat_part {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}

.catalog_cont .product_container .product_item .desc_block .stat_part ._btn, .about_brand .product_container .product_item .desc_block .stat_part ._btn {
  margin-right: 10px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 37px;
  flex: 0 0 37px;
  width: 37px;
  height: 37px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
  cursor: pointer;
}

.catalog_cont .product_container .product_item .desc_block .stat_part ._btn img, .about_brand .product_container .product_item .desc_block .stat_part ._btn img {
  width: 17px;
}

.catalog_cont .product_container .product_item .desc_block .stat_part ._btn._active, .about_brand .product_container .product_item .desc_block .stat_part ._btn._active {
  -webkit-box-shadow: 0px 0px 15px #2196f3;
  box-shadow: 0px 0px 15px #2196f3;
}

.catalog_cont .product_container .product_item .desc_block .stat_part .stars, .about_brand .product_container .product_item .desc_block .stat_part .stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 20px;
}

.catalog_cont .product_container .product_item .desc_block .name_cont .title_prod, .about_brand .product_container .product_item .desc_block .name_cont .title_prod {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #02528F;
  margin-bottom: 6px;
  display: block;
}

.catalog_cont .product_container .product_item .desc_block .name_cont .article, .about_brand .product_container .product_item .desc_block .name_cont .article {
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 10px;
  line-height: 12px;
  color: #727270;
}

.catalog_cont .product_container .product_item .desc_block .desc, .about_brand .product_container .product_item .desc_block .desc {
  font-size: 14px;
  line-height: 16px;
  color: #727270;
}

@media screen and (max-width: 550px) {
  .catalog_cont .product_container .product_item .desc_block, .about_brand .product_container .product_item .desc_block {
    margin: 0 0 10px;
  }
}

.catalog_cont .product_container .product_item .buy_block, .about_brand .product_container .product_item .buy_block {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 232px;
  flex: 0 0 232px;
}

.catalog_cont .product_container .product_item .buy_block .choode_param, .about_brand .product_container .product_item .buy_block .choode_param {
  margin-bottom: 20px;
  display: none;
}

.catalog_cont .product_container .product_item .buy_block .choode_param .color .param_item, .about_brand .product_container .product_item .buy_block .choode_param .color .param_item {
  padding: 3px !important;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 40px;
  flex: 0 1 40px;
  height: 40px;
}

.catalog_cont .product_container .product_item .buy_block .choode_param .color .param_item img, .about_brand .product_container .product_item .buy_block .choode_param .color .param_item img {
  width: 100%;
}

.catalog_cont .product_container .product_item .buy_block .choode_param .param, .about_brand .product_container .product_item .buy_block .choode_param .param {
  margin-bottom: 10px;
}

.catalog_cont .product_container .product_item .buy_block .choode_param .param .param_title, .about_brand .product_container .product_item .buy_block .choode_param .param .param_title {
  font-size: 15px;
  line-height: 18px;
  margin-bottom: 5px;
}

.catalog_cont .product_container .product_item .buy_block .choode_param .param .param_cont, .about_brand .product_container .product_item .buy_block .choode_param .param .param_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin: 0 -6px;
}

.catalog_cont .product_container .product_item .buy_block .choode_param .param .param_cont .param_item, .about_brand .product_container .product_item .buy_block .choode_param .param .param_cont .param_item {
  padding: 7px 10px;
  margin: 0 6px;
  border: 1px solid #EAEAEA;
  font-size: 14px;
  line-height: 16px;
  color: #727270;
  cursor: pointer;
}

.catalog_cont .product_container .product_item .buy_block .choode_param .param .param_cont .param_item._active, .about_brand .product_container .product_item .buy_block .choode_param .param .param_cont .param_item._active {
  border: 1px solid #00A0E3;
}

@media screen and (max-width: 991px) {
  .catalog_cont .product_container .product_item .buy_block .choode_param, .about_brand .product_container .product_item .buy_block .choode_param {
    margin-bottom: 0;
  }
}

.catalog_cont .product_container .product_item .buy_block .buy_controls .upper, .about_brand .product_container .product_item .buy_block .buy_controls .upper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.catalog_cont .product_container .product_item .buy_block .buy_controls .upper .sale, .about_brand .product_container .product_item .buy_block .buy_controls .upper .sale {
  padding: 2px 10px;
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  color: #fff;
  background: #00A0E3;
  margin-right: 10px;
}

.catalog_cont .product_container .product_item .buy_block .buy_controls .upper .price_block, .about_brand .product_container .product_item .buy_block .buy_controls .upper .price_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.catalog_cont .product_container .product_item .buy_block .buy_controls .upper .price_block .old, .about_brand .product_container .product_item .buy_block .buy_controls .upper .price_block .old {
  font-weight: 500;
  font-size: 10px;
  line-height: 12px;
  -webkit-text-decoration-line: line-through;
  text-decoration-line: line-through;
  color: #727270;
  margin-right: 10px;
}

.catalog_cont .product_container .product_item .buy_block .buy_controls .upper .price_block .current, .about_brand .product_container .product_item .buy_block .buy_controls .upper .price_block .current {
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
  color: #000000;
}

.catalog_cont .product_container .product_item .buy_block .buy_controls .lower, .about_brand .product_container .product_item .buy_block .buy_controls .lower {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin-top: 13px;
}

.catalog_cont .product_container .product_item .buy_block .buy_controls .lower .calc, .about_brand .product_container .product_item .buy_block .buy_controls .lower .calc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #EAEAEA;
  margin-right: 10px;
}

.catalog_cont .product_container .product_item .buy_block .buy_controls .lower .calc .minus, .catalog_cont .product_container .product_item .buy_block .buy_controls .lower .calc .plus, .about_brand .product_container .product_item .buy_block .buy_controls .lower .calc .minus, .about_brand .product_container .product_item .buy_block .buy_controls .lower .calc .plus {
  position: relative;
  padding: 16px;
  cursor: pointer;
}

.catalog_cont .product_container .product_item .buy_block .buy_controls .lower .calc .minus:after, .catalog_cont .product_container .product_item .buy_block .buy_controls .lower .calc .plus:after, .about_brand .product_container .product_item .buy_block .buy_controls .lower .calc .minus:after, .about_brand .product_container .product_item .buy_block .buy_controls .lower .calc .plus:after {
  content: '';
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  position: absolute;
  background: #727270;
  width: 8px;
  height: 2px;
}

.catalog_cont .product_container .product_item .buy_block .buy_controls .lower .calc .plus:before, .about_brand .product_container .product_item .buy_block .buy_controls .lower .calc .plus:before {
  content: '';
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  position: absolute;
  background: #727270;
  height: 8px;
  width: 2px;
}

.catalog_cont .product_container .product_item .buy_block .buy_controls .lower .calc .current, .about_brand .product_container .product_item .buy_block .buy_controls .lower .calc .current {
  display: block;
  width: 25px;
  background: transparent;
  padding: 0;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #727270;
  text-align: center;
  border: 0;
}

.catalog_cont .product_container .product_item .buy_block .buy_controls .lower .add_to_cart_btn, .about_brand .product_container .product_item .buy_block .buy_controls .lower .add_to_cart_btn {
  padding: 10px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #EF7F1B;
  cursor: pointer;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  white-space: nowrap;
}

.catalog_cont .product_container .product_item .buy_block .buy_controls .lower .add_to_cart_btn .icon, .about_brand .product_container .product_item .buy_block .buy_controls .lower .add_to_cart_btn .icon {
  margin-right: 15px;
}

.catalog_cont .product_container .product_item .buy_block .buy_controls .lower .add_to_cart_btn .text, .about_brand .product_container .product_item .buy_block .buy_controls .lower .add_to_cart_btn .text {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #fff;
}

@media screen and (max-width: 1100px) {
  .catalog_cont .product_container .product_item .buy_block .buy_controls .lower .add_to_cart_btn, .about_brand .product_container .product_item .buy_block .buy_controls .lower .add_to_cart_btn {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 200px;
    flex: 0 1 200px;
  }
}

@media screen and (max-width: 1100px) {
  .catalog_cont .product_container .product_item .buy_block .buy_controls .lower, .about_brand .product_container .product_item .buy_block .buy_controls .lower {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.catalog_cont .product_container .product_item:last-child, .about_brand .product_container .product_item:last-child {
  border-bottom: 1px solid #EAEAEA;
}

@media screen and (max-width: 1100px) {
  .catalog_cont .product_container .product_item, .about_brand .product_container .product_item {
    display: block;
  }
}

@media screen and (max-width: 550px) {
  .catalog_cont .product_container .product_item, .about_brand .product_container .product_item {
    padding: 10px;
  }
}

.catalog_cont .product_container._2, .about_brand .product_container._2 {
  display: block;
}

.catalog_cont .product_container._2 .product_item, .about_brand .product_container._2 .product_item {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.catalog_cont .product_container._2 .product_item .buy_block .choode_param, .about_brand .product_container._2 .product_item .buy_block .choode_param {
  display: block;
}

.catalog_cont .product_container._1, .about_brand .product_container._1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border: 1px solid #eaeaea;
  border-right: none;
  border-bottom: none;
}

.catalog_cont .product_container._1 .product_item, .about_brand .product_container._1 .product_item {
  display: block;
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  padding: 0;
  z-index: 10;
  border-right: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  border-top: none;
  border-left: none;
  -webkit-transition: .2s;
  transition: .2s;
}

.catalog_cont .product_container._1 .product_item .left_big_part, .about_brand .product_container._1 .product_item .left_big_part {
  display: block;
}

.catalog_cont .product_container._1 .product_item .left_big_part .choode_param, .about_brand .product_container._1 .product_item .left_big_part .choode_param {
  display: block;
  position: absolute;
  top: calc(100% + 20px);
  left: 50%;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
  width: calc(100% + 41px);
  background: #fff;
  z-index: 12;
  padding: 20px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .2s;
  transition: .2s;
  border: 1px solid #EAEAEA;
}

.catalog_cont .product_container._1 .product_item .left_big_part .choode_param .color .param_cont, .about_brand .product_container._1 .product_item .left_big_part .choode_param .color .param_cont {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.catalog_cont .product_container._1 .product_item .left_big_part .choode_param .color .param_item, .about_brand .product_container._1 .product_item .left_big_part .choode_param .color .param_item {
  padding: 3px !important;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 40px;
  flex: 0 1 40px;
  height: 40px;
  margin-bottom: 12px;
}

.catalog_cont .product_container._1 .product_item .left_big_part .choode_param .color .param_item img, .about_brand .product_container._1 .product_item .left_big_part .choode_param .color .param_item img {
  width: 100%;
}

.catalog_cont .product_container._1 .product_item .left_big_part .choode_param .param, .about_brand .product_container._1 .product_item .left_big_part .choode_param .param {
  margin-bottom: 10px;
}

.catalog_cont .product_container._1 .product_item .left_big_part .choode_param .param .param_title, .about_brand .product_container._1 .product_item .left_big_part .choode_param .param .param_title {
  font-size: 15px;
  line-height: 18px;
  margin-bottom: 5px;
}

.catalog_cont .product_container._1 .product_item .left_big_part .choode_param .param .param_cont, .about_brand .product_container._1 .product_item .left_big_part .choode_param .param .param_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -6px;
}

.catalog_cont .product_container._1 .product_item .left_big_part .choode_param .param .param_cont .param_item, .about_brand .product_container._1 .product_item .left_big_part .choode_param .param .param_cont .param_item {
  padding: 7px 10px;
  margin: 0 6px 12px;
  border: 1px solid #EAEAEA;
  font-size: 14px;
  line-height: 16px;
  color: #727270;
  cursor: pointer;
}

.catalog_cont .product_container._1 .product_item .left_big_part .choode_param .param .param_cont .param_item._active, .about_brand .product_container._1 .product_item .left_big_part .choode_param .param .param_cont .param_item._active {
  border: 1px solid #00A0E3;
}

.catalog_cont .product_container._1 .product_item .left_big_part .choode_param .upper, .about_brand .product_container._1 .product_item .left_big_part .choode_param .upper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.catalog_cont .product_container._1 .product_item .left_big_part .choode_param .upper .sale, .about_brand .product_container._1 .product_item .left_big_part .choode_param .upper .sale {
  padding: 2px 10px;
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  color: #fff;
  background: #00A0E3;
  margin-right: 10px;
}

.catalog_cont .product_container._1 .product_item .left_big_part .choode_param .upper .price_block, .about_brand .product_container._1 .product_item .left_big_part .choode_param .upper .price_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.catalog_cont .product_container._1 .product_item .left_big_part .choode_param .upper .price_block .old, .about_brand .product_container._1 .product_item .left_big_part .choode_param .upper .price_block .old {
  font-weight: 500;
  font-size: 10px;
  line-height: 12px;
  -webkit-text-decoration-line: line-through;
  text-decoration-line: line-through;
  color: #727270;
  margin-right: 10px;
}

.catalog_cont .product_container._1 .product_item .left_big_part .choode_param .upper .price_block .current, .about_brand .product_container._1 .product_item .left_big_part .choode_param .upper .price_block .current {
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
  color: #000000;
}

.catalog_cont .product_container._1 .product_item .left_big_part .choode_param .lower, .about_brand .product_container._1 .product_item .left_big_part .choode_param .lower {
  margin-top: 13px;
  -webkit-transition: .2s;
  transition: .2s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.catalog_cont .product_container._1 .product_item .left_big_part .choode_param .lower .calc, .about_brand .product_container._1 .product_item .left_big_part .choode_param .lower .calc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #EAEAEA;
  margin-right: 10px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.catalog_cont .product_container._1 .product_item .left_big_part .choode_param .lower .calc .minus, .catalog_cont .product_container._1 .product_item .left_big_part .choode_param .lower .calc .plus, .about_brand .product_container._1 .product_item .left_big_part .choode_param .lower .calc .minus, .about_brand .product_container._1 .product_item .left_big_part .choode_param .lower .calc .plus {
  position: relative;
  padding: 16px;
  cursor: pointer;
}

.catalog_cont .product_container._1 .product_item .left_big_part .choode_param .lower .calc .minus:after, .catalog_cont .product_container._1 .product_item .left_big_part .choode_param .lower .calc .plus:after, .about_brand .product_container._1 .product_item .left_big_part .choode_param .lower .calc .minus:after, .about_brand .product_container._1 .product_item .left_big_part .choode_param .lower .calc .plus:after {
  content: '';
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  position: absolute;
  background: #727270;
  width: 8px;
  height: 2px;
}

.catalog_cont .product_container._1 .product_item .left_big_part .choode_param .lower .calc .plus:before, .about_brand .product_container._1 .product_item .left_big_part .choode_param .lower .calc .plus:before {
  content: '';
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  position: absolute;
  background: #727270;
  height: 8px;
  width: 2px;
}

.catalog_cont .product_container._1 .product_item .left_big_part .choode_param .lower .calc .current, .about_brand .product_container._1 .product_item .left_big_part .choode_param .lower .calc .current {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: block;
  width: 20px;
  background: #0000;
  padding: 0;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #727270;
  text-align: center;
  border: 0px solid #0004;
}

.catalog_cont .product_container._1 .product_item .left_big_part .choode_param .lower .add_to_cart_btn, .about_brand .product_container._1 .product_item .left_big_part .choode_param .lower .add_to_cart_btn {
  padding: 10px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #EF7F1B;
  cursor: pointer;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.catalog_cont .product_container._1 .product_item .left_big_part .choode_param .lower .add_to_cart_btn .text, .about_brand .product_container._1 .product_item .left_big_part .choode_param .lower .add_to_cart_btn .text {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #fff;
  display: none;
}

@media screen and (max-width: 1100px) {
  .catalog_cont .product_container._1 .product_item .left_big_part .choode_param .lower .add_to_cart_btn, .about_brand .product_container._1 .product_item .left_big_part .choode_param .lower .add_to_cart_btn {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 200px;
    flex: 0 1 200px;
  }
}

@media screen and (max-width: 1100px) {
  .catalog_cont .product_container._1 .product_item .left_big_part .choode_param .lower, .about_brand .product_container._1 .product_item .left_big_part .choode_param .lower {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media screen and (max-width: 1150px) {
  .catalog_cont .product_container._1 .product_item .left_big_part .choode_param, .about_brand .product_container._1 .product_item .left_big_part .choode_param {
    top: calc(100% + 10px);
    width: calc(100% + 21px);
  }
}

.catalog_cont .product_container._1 .product_item .left_big_part:after, .about_brand .product_container._1 .product_item .left_big_part:after {
  content: "";
  position: absolute;
  left: 0;
  top: -1px;
  width: 100%;
  height: 1px;
  display: block;
  background: #02528F;
  display: block;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .2s;
  transition: .2s;
}

.catalog_cont .product_container._1 .product_item .img_block, .about_brand .product_container._1 .product_item .img_block {
  margin: 20px;
}

@media screen and (max-width: 1150px) {
  .catalog_cont .product_container._1 .product_item .img_block, .about_brand .product_container._1 .product_item .img_block {
    margin: 10px;
  }
}

.catalog_cont .product_container._1 .product_item .desc_block, .about_brand .product_container._1 .product_item .desc_block {
  border-top: 1px solid #eaeaea;
  padding: 20px 20px 0;
  margin: 0;
}

.catalog_cont .product_container._1 .product_item .desc_block .stat_part ._btn, .about_brand .product_container._1 .product_item .desc_block .stat_part ._btn {
  display: none;
}

.catalog_cont .product_container._1 .product_item .desc_block .stat_part .stars, .about_brand .product_container._1 .product_item .desc_block .stat_part .stars {
  margin: 0;
}

.catalog_cont .product_container._1 .product_item .desc_block .desc, .about_brand .product_container._1 .product_item .desc_block .desc {
  display: none;
}

@media screen and (max-width: 1150px) {
  .catalog_cont .product_container._1 .product_item .desc_block, .about_brand .product_container._1 .product_item .desc_block {
    padding: 10px 10px 0;
  }
}

.catalog_cont .product_container._1 .product_item .buy_block, .about_brand .product_container._1 .product_item .buy_block {
  padding: 0 20px 20px;
}

.catalog_cont .product_container._1 .product_item .buy_block .choode_param, .about_brand .product_container._1 .product_item .buy_block .choode_param {
  display: block;
  background: #fff;
  z-index: 10;
  -webkit-transition: .2s;
  transition: .2s;
}

.catalog_cont .product_container._1 .product_item .buy_block .choode_param .param_cont, .about_brand .product_container._1 .product_item .buy_block .choode_param .param_cont {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.catalog_cont .product_container._1 .product_item .buy_block .choode_param .param_cont .param_item, .about_brand .product_container._1 .product_item .buy_block .choode_param .param_cont .param_item {
  margin-bottom: 12px;
}

.catalog_cont .product_container._1 .product_item .buy_block .buy_controls .lower, .about_brand .product_container._1 .product_item .buy_block .buy_controls .lower {
  -webkit-transition: .2s;
  transition: .2s;
  width: 100%;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.catalog_cont .product_container._1 .product_item .buy_block .buy_controls .lower .calc, .about_brand .product_container._1 .product_item .buy_block .buy_controls .lower .calc {
  width: 65px;
  margin-right: 10px;
  margin-bottom: 0px;
}

.catalog_cont .product_container._1 .product_item .buy_block .buy_controls .lower .calc .minus, .catalog_cont .product_container._1 .product_item .buy_block .buy_controls .lower .calc .plus, .about_brand .product_container._1 .product_item .buy_block .buy_controls .lower .calc .minus, .about_brand .product_container._1 .product_item .buy_block .buy_controls .lower .calc .plus {
  padding: 12px;
}

.catalog_cont .product_container._1 .product_item .buy_block .buy_controls .lower .calc .current, .about_brand .product_container._1 .product_item .buy_block .buy_controls .lower .calc .current {
  width: 17px;
}

.catalog_cont .product_container._1 .product_item .buy_block .buy_controls .upper .price_block .old, .about_brand .product_container._1 .product_item .buy_block .buy_controls .upper .price_block .old {
  display: none;
}

@media screen and (max-width: 1150px) {
  .catalog_cont .product_container._1 .product_item .buy_block, .about_brand .product_container._1 .product_item .buy_block {
    padding: 0 10px 10px;
  }
}

.catalog_cont .product_container._1 .product_item .on_hover, .about_brand .product_container._1 .product_item .on_hover {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #fff;
  padding: 0 20px 20px;
  opacity: 0;
  -webkit-transition: .2s;
  transition: .2s;
  visibility: hidden;
  border-bottom: 1px solid #02528F;
}

.catalog_cont .product_container._1 .product_item .on_hover:after, .about_brand .product_container._1 .product_item .on_hover:after {
  content: "";
  position: absolute;
  top: 0;
  left: -1px;
  width: 1px;
  height: 100%;
  display: block;
  background: #02528F;
}

.catalog_cont .product_container._1 .product_item .on_hover:before, .about_brand .product_container._1 .product_item .on_hover:before {
  content: "";
  position: absolute;
  top: 0;
  right: -1px;
  width: 1px;
  height: 100%;
  display: block;
  background: #02528F;
}

.catalog_cont .product_container._1 .product_item:after, .about_brand .product_container._1 .product_item:after {
  content: "";
  position: absolute;
  top: 0;
  left: -1px;
  width: 1px;
  height: 100%;
  background: #02528F;
  display: block;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .2s;
  transition: .2s;
}

.catalog_cont .product_container._1 .product_item:before, .about_brand .product_container._1 .product_item:before {
  content: "";
  position: absolute;
  top: 0;
  right: -1px;
  width: 1px;
  height: 100%;
  background: #02528F;
  display: block;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .2s;
  transition: .2s;
}

.catalog_cont .product_container._1 .product_item._hover, .about_brand .product_container._1 .product_item._hover {
  z-index: 32 !important;
}

.catalog_cont .product_container._1 .product_item._hover .actions_btn, .about_brand .product_container._1 .product_item._hover .actions_btn {
  opacity: 1;
  visibility: visible;
}

.catalog_cont .product_container._1 .product_item._hover .on_hover, .about_brand .product_container._1 .product_item._hover .on_hover {
  opacity: 1;
  visibility: visible;
}

.catalog_cont .product_container._1 .product_item._hover .left_big_part:after, .catalog_cont .product_container._1 .product_item._hover .left_big_part:before, .about_brand .product_container._1 .product_item._hover .left_big_part:after, .about_brand .product_container._1 .product_item._hover .left_big_part:before {
  opacity: 1;
  visibility: visible;
}

.catalog_cont .product_container._1 .product_item._hover:after, .catalog_cont .product_container._1 .product_item._hover:before, .about_brand .product_container._1 .product_item._hover:after, .about_brand .product_container._1 .product_item._hover:before {
  opacity: 1;
  visibility: visible;
}

@media screen and (max-width: 1350px) {
  .catalog_cont .product_container._1 .product_item, .about_brand .product_container._1 .product_item,
  .catalog_cont .cat_item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333%;
    flex: 0 0 33.333%;
  }
}

@media screen and (max-width: 1100px) {
  .catalog_cont .product_container._1 .product_item, .about_brand .product_container._1 .product_item,
  .catalog_cont .cat_item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
}

@media screen and (max-width: 550px) {
  .catalog_cont .product_container._1 .product_item, .about_brand .product_container._1 .product_item{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }

  .catalog_cont .cat_item {
    width: 130px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }

  .catalog_cont .cat_item a .text {
    font-size: 13px;
  }
}

@media screen and (max-width: 340px) {
  .catalog_cont .cat_item a .text {
    font-size: 11px;
  }
}

.catalog_cont .page_desc, .about_brand .page_desc {
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 60px;
}

.catalog_cont .page_desc p, .about_brand .page_desc p {
  margin-bottom: 20px;
}

.about_brand .brand_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 30px;
  border-bottom: 1px solid #eaeaea;
}

.about_brand .brand_header .img {
  padding: 20px;
  border: 1px solid #eaeaea;
  margin-right: 30px;
}

.about_brand .brand_header .img img {
  width: 100%;
}

@media screen and (max-width: 550px) {
  .about_brand .brand_header .img {
    max-width: 350px;
    margin: 0 auto 20px;
  }
}

.about_brand .brand_header .desc {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 663px;
  flex: 0 1 663px;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #000000;
}

@media screen and (max-width: 550px) {
  .about_brand .brand_header {
    display: block;
  }
}

@media screen and (max-width: 550px) {
  .about_brand .catalog_navigation {
    display: block;
  }
  .about_brand .catalog_navigation .about_brand_in_or_shop {
    margin-bottom: 20px;
  }
  .about_brand .catalog_navigation .style_block {
    margin-left: 0;
  }
}

/*=================================================================================================*/
.pre_catalog .pre_catalog_table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-top: 1px solid #eaeaea;
  border-left: 1px solid #eaeaea;
  margin-bottom: 50px;
}

.pre_catalog .pre_catalog_table .pre_catalog_item {
  -webkit-box-flex: 0;
  flex: 0 0 33.333%;
  border-right: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  padding: 30px;
}

.pre_catalog .pre_catalog_table .pre_catalog_item .title {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  color: #000000;
  margin-bottom: 40px;
}

@media screen and (max-width: 400px) {
  .pre_catalog .pre_catalog_table .pre_catalog_item .title {
    margin-bottom: 20px;
  }
}

.pre_catalog .pre_catalog_table .pre_catalog_item .links_cont .cat_link {
  font-size: 14px;
  line-height: 16px;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  color: #02528F;
  margin-bottom: 15px;
}

.pre_catalog .pre_catalog_table .pre_catalog_item .links_cont .cat_link:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 400px) {
  .pre_catalog .pre_catalog_table .pre_catalog_item .links_cont .cat_link {
    margin-bottom: 7px;
  }
}

@media screen and (max-width: 1150px) {
  .pre_catalog .pre_catalog_table .pre_catalog_item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
}

@media screen and (max-width: 600px) {
  .pre_catalog .pre_catalog_table .pre_catalog_item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
  }
}

@media screen and (max-width: 400px) {
  .pre_catalog .pre_catalog_table .pre_catalog_item {
    padding: 20px;
  }
}

.pre_footer {
  margin-bottom: 20px;
}

.pre_footer .wrapper .actions_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.pre_footer .wrapper .actions_cont .act_item {
  margin: 0 15px 30px;
  -webkit-box-shadow: 0px 13px 21px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 13px 21px rgba(0, 0, 0, 0.05);
}

.pre_footer .wrapper .actions_cont .act_item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.pre_footer .wrapper .actions_cont .act_item._50 {
  -webkit-box-flex: 0;
  flex: 0 0 calc(50% - 30px);
}

@media screen and (max-width: 800px) {
  .pre_footer .wrapper .actions_cont .act_item._50 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
  }
}

.pre_footer .wrapper .actions_cont .act_item._33 {
  -webkit-box-flex: 0;
  flex: 0 0 calc(33.333% - 30px);
}

@media screen and (max-width: 800px) {
  .pre_footer .wrapper .actions_cont .act_item._33 {
    -webkit-box-flex: 0;
    flex: 0 1 100%;
  }
}

/*=================================================================================================*/
.personal_area_cont .tabs_orders_cont .item_tabs_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 25px;
  border-bottom: 1px solid #EAEAEA;
}

.personal_area_cont .tabs_orders_cont .item_tabs_header .item_link {
  padding: 16px;
  font-size: 15px;
  line-height: 18px;
  border-bottom: 4px solid #0000;
  margin-bottom: -1px;
  cursor: pointer;
}

.personal_area_cont .tabs_orders_cont .item_tabs_header .item_link._active {
  color: #00A0E3;
  border-bottom: 4px solid #00A0E3;
}

@media screen and (max-width: 700px) {
  .personal_area_cont .tabs_orders_cont .item_tabs_header {
    display: block;
    text-align: center;
  }
}

.personal_area_cont .tabs_orders_cont .item_tab_cont {
  margin-bottom: 20px;
}

.personal_area_cont .tabs_orders_cont .item_tab_cont .tab_cont .product_item {
  border: 1px solid #EAEAEA;
  margin-bottom: 20px;
}

.personal_area_cont .tabs_orders_cont .item_tab_cont .tab_cont .product_item .product_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #eaeaea;
  padding: 20px;
}

.personal_area_cont .tabs_orders_cont .item_tab_cont .tab_cont .product_item .product_header .left_part {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 280px;
  flex: 0 1 280px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.personal_area_cont .tabs_orders_cont .item_tab_cont .tab_cont .product_item .product_header .left_part .number {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
}

.personal_area_cont .tabs_orders_cont .item_tab_cont .tab_cont .product_item .product_header .left_part .date {
  font-weight: 500;
  font-size: 10px;
  line-height: 12px;
  color: #727270;
}

.personal_area_cont .tabs_orders_cont .item_tab_cont .tab_cont .product_item .product_main_part {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 10px;
  padding: 20px;
}

.personal_area_cont .tabs_orders_cont .item_tab_cont .tab_cont .product_item .product_main_part .upper {
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  color: #727270;
  margin-bottom: 5px;
}

.personal_area_cont .tabs_orders_cont .item_tab_cont .tab_cont .product_item .product_main_part .lower {
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  color: #000000;
}

.personal_area_cont .tabs_orders_cont .item_tab_cont .tab_cont .product_item .product_main_part .status {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 145px;
  flex: 0 1 145px;
}

.personal_area_cont .tabs_orders_cont .item_tab_cont .tab_cont .product_item .product_main_part .answear {
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  color: #02528F;
  margin-top: 5px;
}

.personal_area_cont .tabs_orders_cont .item_tab_cont .tab_cont .product_item .product_main_part .delivery_way {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 145px;
  flex: 0 1 145px;
}

.personal_area_cont .tabs_orders_cont .item_tab_cont .tab_cont .product_item .product_main_part .way_to_pay {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 236px;
  flex: 0 1 236px;
}

.personal_area_cont .tabs_orders_cont .item_tab_cont .tab_cont .product_item .product_main_part .itogo {
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.personal_area_cont .tabs_orders_cont .item_tab_cont .tab_cont .product_item .product_main_part .itogo .text {
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
  color: #000000;
  margin-right: 20px;
}

.personal_area_cont .tabs_orders_cont .item_tab_cont .tab_cont .product_item .product_main_part .itogo .value {
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
  color: #000000;
}

@media screen and (max-width: 750px) {
  .personal_area_cont .tabs_orders_cont .item_tab_cont .tab_cont .product_item .product_main_part {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 40px;
  }
}

.personal_area_cont .tabs_orders_cont .item_tab_cont .tab_cont .product_item._waiting .product_main_part .status .lower {
  color: #00A0E3;
}

.personal_area_cont .tabs_orders_cont .item_tab_cont .tab_cont .product_item._canceled .product_main_part .status .lower {
  color: #FF5656;
}

@media screen and (max-width: 1100px) {
  .personal_area_cont .wrapper {
    display: block;
  }
  .personal_area_cont .wrapper .navigation_bar_2 {
    margin: 0;
  }
}

/*=================================================================================================*/
.info_cont .page_title_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
}

.info_cont .page_title_cont .page_title {
  margin: 0;
  margin-right: 30px;
}

@media screen and (max-width: 550px) {
  .info_cont .page_title_cont .page_title {
    margin-right: 0;
    margin-bottom: 15px;
  }
}

.info_cont .page_title_cont .number {
  font-weight: 500;
  font-size: 10px;
  line-height: 12px;
  color: #727270;
}

@media screen and (max-width: 550px) {
  .info_cont .page_title_cont {
    display: block;
  }
}

.info_container .big_part {
  border: 1px solid #eaeaea;
}

.info_container .product_main_part {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 10px;
  padding: 20px;
  border-bottom: 1px solid #eaeaea;
}

.info_container .product_main_part .upper {
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  color: #727270;
  margin-bottom: 5px;
}

.info_container .product_main_part .lower {
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  color: #000000;
}

.info_container .product_main_part .status {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 145px;
  flex: 0 1 145px;
}

.info_container .product_main_part .answear {
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  color: #02528F;
  margin-top: 5px;
}

.info_container .product_main_part .delivery_way {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 145px;
  flex: 0 1 145px;
}

.info_container .product_main_part .way_to_pay {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 236px;
  flex: 0 1 236px;
}

.info_container .product_main_part .itogo_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.info_container .product_main_part .itogo_container .itogo {
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.info_container .product_main_part .itogo_container .itogo .text {
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
  color: #000000;
  margin-right: 20px;
}

.info_container .product_main_part .itogo_container .itogo .value {
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
  color: #000000;
}

.info_container .product_main_part .itogo_container .delete_icon {
  margin-left: 20px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 1200px) {
  .info_container .product_main_part {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 40px;
  }
}

.info_container .user_information {
  border-bottom: 1px solid #eaeaea;
  padding: 20px;
}

.info_container .user_information .info_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px;
}

.info_container .user_information .info_item .name {
  font-size: 15px;
  line-height: 18px;
}

.info_container .user_information .info_item .value {
  font-size: 15px;
  line-height: 18px;
  text-align: right;
  color: #727270;
}

.info_container .user_information .info_add_cont {
  display: none;
}

.info_container .user_information .show_more_btn {
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  color: #02528F;
  max-width: 75px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.info_container .user_information .show_more_btn .text {
  margin-right: 10px;
}

.info_container .user_information .show_more_btn .icon {
  -webkit-transition: .2s;
  transition: .2s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.info_container .user_information .show_more_btn._active .icon {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.info_container .product_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 20px;
  border-bottom: 1px solid #eaeaea;
}

.info_container .product_item .left_part {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 20px;
}

.info_container .product_item .left_part .img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 115px;
  flex: 0 0 115px;
  margin-right: 20px;
}

.info_container .product_item .left_part .img img {
  width: 100%;
}

@media screen and (max-width: 450px) {
  .info_container .product_item .left_part .img {
    margin: 0 20px 15px;
  }
}

.info_container .product_item .left_part .text_part {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 378px;
  flex: 0 1 378px;
}

.info_container .product_item .left_part .text_part .name {
  font-size: 18px;
  line-height: 21px;
  color: #000000;
  margin-bottom: 10px;
}

.info_container .product_item .left_part .text_part .options_cont .option_item {
  margin-bottom: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.info_container .product_item .left_part .text_part .options_cont .option_item .title {
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  color: #727270;
  margin-right: 2px;
}

.info_container .product_item .left_part .text_part .options_cont .option_item .value {
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  color: #000;
}

@media screen and (max-width: 550px) {
  .info_container .product_item .left_part {
    margin-right: 0;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 450px) {
  .info_container .product_item .left_part {
    display: block;
  }
}

.info_container .product_item .right_part {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  white-space: nowrap;
}

.info_container .product_item .right_part .sale {
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  padding: 2px 4px;
  background: #00A0E3;
  color: #fff;
  margin-bottom: 5px;
  display: inline;
}

.info_container .product_item .right_part .old_price {
  font-weight: 500;
  font-size: 10px;
  line-height: 12px;
  text-align: right;
  -webkit-text-decoration-line: line-through;
  text-decoration-line: line-through;
  color: #727270;
  margin-bottom: 5px;
}

.info_container .product_item .right_part .new_price {
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
  text-align: right;
  color: #000000;
}

.info_container .product_item:last-child {
  border-bottom: none;
}

@media screen and (max-width: 550px) {
  .info_container .product_item {
    display: block;
  }
}

.info_container .itogo_price_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  border: 1px solid #EAEAEA;
  padding: 20px;
  margin-top: 20px;
  margin-bottom: 50px;
}

.info_container .itogo_price_cont .flex_container .current_price {
  font-size: 15px;
  line-height: 18px;
  text-align: right;
  color: #000000;
  margin-bottom: 11px;
}

.info_container .itogo_price_cont .flex_container .sale_price {
  font-size: 15px;
  line-height: 18px;
  text-align: right;
  color: #000000;
  margin-bottom: 11px;
}

.info_container .itogo_price_cont .flex_container .summ_all {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  text-align: right;
  color: #000000;
}

/*=================================================================================================*/
.profiles_cont {
  overflow: auto;
}

.profiles_cont .profiles_header {
  min-width: 700px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  font-size: 15px;
  line-height: 18px;
  color: #000000;
  padding-bottom: 20px;
  border-bottom: 1px solid #EAEAEA;
}

.profiles_cont .profiles_header .name_of_product {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 165px;
  flex: 0 1 165px;
  padding-right: 10px;
}

@media screen and (max-width: 700px) {
  .profiles_cont .profiles_header .name_of_product {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 130px;
    flex: 0 1 130px;
  }
}

.profiles_cont .profiles_header .type {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 215px;
  flex: 0 1 215px;
  padding-right: 10px;
}

@media screen and (max-width: 700px) {
  .profiles_cont .profiles_header .type {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 180px;
    flex: 0 1 180px;
  }
}

.profiles_cont .profiles_header .location {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 150px;
  flex: 0 1 150px;
}

@media screen and (max-width: 700px) {
  .profiles_cont .profiles_header .location {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 120px;
    flex: 0 1 120px;
  }
}

.profiles_cont .profiles_header .posible_actions {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding-left: 10px;
  text-align: right;
}

@media screen and (max-width: 700px) {
  .profiles_cont .profiles_header {
    min-width: 600px;
  }
}

.profiles_cont .profiles_table {
  margin-bottom: 115px;
  min-width: 700px;
}

.profiles_cont .profiles_table .profiles_item {
  border-bottom: 1px solid #EAEAEA;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  font-size: 14px;
  line-height: 16px;
  padding: 20px 0;
}

.profiles_cont .profiles_table .profiles_item .name_of_product {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 165px;
  flex: 0 1 165px;
  padding-right: 10px;
}

@media screen and (max-width: 700px) {
  .profiles_cont .profiles_table .profiles_item .name_of_product {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 130px;
    flex: 0 1 130px;
  }
}

.profiles_cont .profiles_table .profiles_item .type {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 215px;
  flex: 0 1 215px;
  padding-right: 10px;
}

@media screen and (max-width: 700px) {
  .profiles_cont .profiles_table .profiles_item .type {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 180px;
    flex: 0 1 180px;
  }
}

.profiles_cont .profiles_table .profiles_item .location {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 150px;
  flex: 0 1 150px;
}

@media screen and (max-width: 700px) {
  .profiles_cont .profiles_table .profiles_item .location {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 120px;
    flex: 0 1 120px;
  }
}

.profiles_cont .profiles_table .profiles_item .posible_actions {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding-left: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.profiles_cont .profiles_table .profiles_item .posible_actions .change {
  cursor: pointer;
  font-size: 15px;
  line-height: 18px;
  color: #02528F;
  margin-right: 40px;
  position: relative;
}

.profiles_cont .profiles_table .profiles_item .posible_actions .change:after {
  position: absolute;
  top: 50%;
  left: calc(100% + 20px);
  width: 2px;
  height: 14px;
  content: '';
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  background: #EAEAEA;
}

@media screen and (max-width: 700px) {
  .profiles_cont .profiles_table {
    min-width: 600px;
    margin-bottom: 50px;
  }
}

.profiles_ch .change_form_container {
  margin-bottom: 50px;
}

.profiles_ch .change_form_container .ch_form {
  padding: 30px;
  border: 1px solid #E4E3E3;
}

.profiles_ch .change_form_container .ch_form .input_item {
  margin-bottom: 20px;
}

.profiles_ch .change_form_container .ch_form .input_item .input_title {
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  color: #000000;
}

.profiles_ch .change_form_container .ch_form .input_item .input_title span {
  color: #FF5656;
}

.profiles_ch .change_form_container .ch_form .input_item .input input {
  display: block;
  width: 100%;
  height: 40px;
  background: #FFFFFF;
  border: 1px solid #E4E3E3;
  padding: 0 10px;
  font-size: 15px;
  color: #727270;
}

.profiles_ch .change_form_container .ch_form .input_item .input._calend {
  position: relative;
}

.profiles_ch .change_form_container .ch_form .input_item .input._calend .icon_calend {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.profiles_ch .change_form_container .ch_form .input_item._error .input input {
  border: 1px solid #FF5656;
}

.profiles_ch .change_form_container .ch_form .input_item._error textarea {
  border: 1px solid #FF5656;
}

.profiles_ch .change_form_container .ch_form textarea {
  border: 1px solid #E4E3E3;
  min-height: 135px;
  resize: vertical;
  width: 100%;
  padding: 10px;
  line-height: 17px;
  font-size: 15px;
  color: #727270;
}

.profiles_ch .change_form_container .ch_form .button {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 11px 30px;
  max-width: 230.5px;
  background: #EF7F1B;
  border: none;
  margin: 30px auto 0;
}

.profiles_ch .change_form_container .ch_form .button .text {
  font-size: 14px;
  line-height: 16px;
  color: #FFFFFF;
  margin-right: 15px;
}

@media screen and (max-width: 450px) {
  .profiles_ch .change_form_container .ch_form {
    padding: 10px;
  }
}

/*=================================================================================================*/
.personal_data {
  border: 1px solid #EAEAEA;
  margin-bottom: 50px;
}

.personal_data .ch_form {
  padding: 40px 30px;
  max-width: 810px;
  margin: 0 auto;
}

.personal_data .ch_form .input_item {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.personal_data .ch_form .input_item .input_title {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 130px;
  flex: 0 0 130px;
  margin-right: 30px;
  font-size: 15px;
  line-height: 18px;
  color: #000000;
}

.personal_data .ch_form .input_item .input_title span {
  color: #FF5656;
}

@media screen and (max-width: 500px) {
  .personal_data .ch_form .input_item .input_title {
    margin: 0 0 10px;
  }
}

.personal_data .ch_form .input_item .input {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.personal_data .ch_form .input_item .input input {
  display: block;
  width: 100%;
  height: 40px;
  background: #FFFFFF;
  border: 1px solid #E4E3E3;
  padding: 0 10px;
  font-size: 15px;
  color: #727270;
}

.personal_data .ch_form .input_item .input._calend {
  position: relative;
}

.personal_data .ch_form .input_item .input._calend .icon_calend {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.personal_data .ch_form .input_item .item_cont {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.personal_data .ch_form .input_item .item_cont .input {
  position: relative;
}

.personal_data .ch_form .input_item .item_cont .input input {
  z-index: -1;
  position: absolute;
  width: 0.5px;
  height: 0.5px;
  overflow: hidden;
  opacity: 0;
}

.personal_data .ch_form .input_item .item_cont .input .file .upper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.personal_data .ch_form .input_item .item_cont .input .file .upper .icon {
  margin-right: 10px;
}

.personal_data .ch_form .input_item .item_cont .input .file .upper .text {
  font-size: 12px;
  line-height: 14px;
  color: #02528F;
}

.personal_data .ch_form .input_item .item_cont .input .file .lower {
  margin-top: 10px;
  font-size: 12px;
  line-height: 14px;
  color: #727270;
}

.personal_data .ch_form .input_item._error .input input {
  border: 1px solid #FF5656;
}

.personal_data .ch_form .input_item._error textarea {
  border: 1px solid #FF5656;
}

@media screen and (max-width: 500px) {
  .personal_data .ch_form .input_item {
    display: block;
  }
}

.personal_data .ch_form .input_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.personal_data .ch_form .input_cont .radio_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.personal_data .ch_form .input_cont .radio_item .icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25px;
  flex: 0 0 25px;
  width: 25px;
  height: 25px;
  background: #FFFFFF;
  border: 1px solid #EAEAEA;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  margin-right: 10px;
}

.personal_data .ch_form .input_cont .radio_item .icon:after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  content: '';
  width: 13px;
  height: 13px;
  background: #00A0E3;
  opacity: 0;
  -webkit-transition: .2s;
  transition: .2s;
}

.personal_data .ch_form .input_cont .radio_item .text {
  font-size: 12px;
  line-height: 14px;
  color: #000000;
}

.personal_data .ch_form .input_cont .radio_item._active .icon:after {
  opacity: 1;
}

.personal_data .ch_form .input_cont .radio_item:first-child {
  margin-right: 40px;
}

.personal_data .ch_form textarea {
  border: 1px solid #E4E3E3;
  height: 40px;
  min-height: 40px;
  resize: vertical;
  width: 100%;
  padding: 10px;
  line-height: 17px;
  font-size: 15px;
  color: #727270;
}

.personal_data .ch_form .button {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 11px 30px;
  max-width: 230.5px;
  background: #EF7F1B;
  border: none;
  margin: 30px auto 0;
}

.personal_data .ch_form .button .text {
  font-size: 14px;
  line-height: 16px;
  color: #FFFFFF;
  margin-right: 15px;
}

@media screen and (max-width: 500px) {
  .personal_data .ch_form {
    padding: 20px;
  }
}

/*=================================================================================================*/
.favorite_cont .page_title {
  margin-bottom: -10px;
}

@media screen and (max-width: 400px) {
  .favorite_cont .page_title {
    margin: 0;
  }
}

.favorite_cont .favorite_container .favorite_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-bottom: 20px;
}

.favorite_cont .favorite_container .favorite_header .how_much_to_enter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.favorite_cont .favorite_container .favorite_header .how_much_to_enter .enter_by_text {
  font-size: 14px;
  line-height: 16px;
  color: #727270;
  margin-right: 15px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 89px;
  flex: 0 0 89px;
  width: 89px;
}

.favorite_cont .favorite_container .favorite_header .how_much_to_enter .drop_down_cont .enter_by {
  border: 1px solid #E4E3E3;
  padding: 10px 15px 10px 20px;
}

.favorite_cont .favorite_container .favorite_header .how_much_to_enter .drop_down_cont .enter_by .text {
  font-size: 15px;
  line-height: 18px;
  color: #727270;
  margin-right: 15px;
}

@media screen and (max-width: 470px) {
  .favorite_cont .favorite_container .favorite_header .how_much_to_enter .drop_down_cont .enter_by {
    padding: 10px;
  }
}

.favorite_cont .favorite_container .favorite_header .how_much_to_enter .drop_down_cont .enter_drop_body {
  background: #fff;
  width: 100%;
  border: 1px solid #E4E3E3;
  border-top: none;
}

.favorite_cont .favorite_container .favorite_header .how_much_to_enter .drop_down_cont .enter_drop_body .enter_drop_item {
  padding: 10px 15px 10px 20px;
  font-size: 15px;
  line-height: 18px;
  color: #727270;
  cursor: pointer;
}

.favorite_cont .favorite_container .favorite_item_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border: 1px solid #EAEAEA;
  border-bottom: none;
  border-right: none;
}

.favorite_cont .favorite_container .favorite_item_cont .product_item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  border: none;
  border-bottom: 1px solid #EAEAEA;
  border-right: 1px solid #EAEAEA;
}

@media (min-width: 1000px){
  .favorite_cont .favorite_container .favorite_item_cont .product_item{
    max-width: 260px;
  }
}

@media screen and (max-width: 550px) {
  .favorite_cont .favorite_container .favorite_item_cont .product_item .img {
    max-width: 300px;
    margin: 0 auto;
  }
}

.favorite_cont .favorite_container .favorite_item_cont .product_item .img_block {
  border-bottom: 1px solid #eaeaea;
  -webkit-transition: .2s;
  transition: .2s;
}

.favorite_cont .favorite_container .favorite_item_cont .product_item .img_block .img:after {
  content: "";
  position: absolute;
  left: 0;
  top: -1px;
  width: 100%;
  height: 1px;
  background: #02528F;
  display: block;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .2s;
  transition: .2s;
}

.favorite_cont .favorite_container .favorite_item_cont .product_item .img_block:after {
  content: "";
  position: absolute;
  top: 0;
  left: -1px;
  width: 1px;
  height: 100%;
  background: #02528F;
  display: block;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .2s;
  transition: .2s;
}

.favorite_cont .favorite_container .favorite_item_cont .product_item .img_block:before {
  content: "";
  position: absolute;
  top: 0;
  right: -1px;
  width: 1px;
  height: 100%;
  background: #02528F;
  display: block;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .2s;
  transition: .2s;
}

.favorite_cont .favorite_container .favorite_item_cont .product_item .img_block .choode_param {
  border: 1px solid #02528F;
  border-top: none;
}

@media screen and (max-width: 550px) {
  .favorite_cont .favorite_container .favorite_item_cont .product_item .img_block {
    height: 200px;
  }
}

.favorite_cont .favorite_container .favorite_item_cont .product_item .labels_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: calc(100% - 40px);
  max-width: unset;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.favorite_cont .favorite_container .favorite_item_cont .product_item .labels_cont .like .like_btn {
  background: #EF7F1B;
  width: 37px;
  height: 37px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  border-radius: 50%;
}

.favorite_cont .favorite_container .favorite_item_cont .product_item .labels_cont .actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.favorite_cont .favorite_container .favorite_item_cont .product_item .labels_cont .actions .prod_label {
  margin-bottom: 10px;
}

.favorite_cont .favorite_container .favorite_item_cont .product_item .labels_cont .actions .prod_label:first-child {
  margin-left: 3px;
}

@media screen and (max-width: 550px) {
  .favorite_cont .favorite_container .favorite_item_cont .product_item .labels_cont {
    right: 20px;
    left: unset;
  }
}

.favorite_cont .favorite_container .favorite_item_cont .product_item .actions_btn {
  display: none;
}

.favorite_cont .favorite_container .favorite_item_cont .product_item .calc {
  width: 85px;
}

.favorite_cont .favorite_container .favorite_item_cont .product_item .buy_block .price_block {
  margin-left: auto;
}

.favorite_cont .favorite_container .favorite_item_cont .product_item._hover .img_block {
  border-bottom: 1px solid #02528F;
}

.favorite_cont .favorite_container .favorite_item_cont .product_item._hover .img_block .img:after, .favorite_cont .favorite_container .favorite_item_cont .product_item._hover .img_block .img:before {
  opacity: 1;
  visibility: visible;
}

.favorite_cont .favorite_container .favorite_item_cont .product_item._hover .img_block:after, .favorite_cont .favorite_container .favorite_item_cont .product_item._hover .img_block:before {
  opacity: 1;
  visibility: visible;
}

@media screen and (max-width: 1200px) {
  .favorite_cont .favorite_container .favorite_item_cont .product_item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
  }
}

@media screen and (max-width: 1000px) {
  .favorite_cont .favorite_container .favorite_item_cont .product_item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333%;
    flex: 0 0 33.333%;
  }
}

@media screen and (max-width: 700px) {
  .favorite_cont .favorite_container .favorite_item_cont .product_item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
}

@media screen and (max-width: 500px) {
  .favorite_cont .favorite_container .favorite_item_cont .product_item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}

.favorite_cont .favorite_container .favorite_item_cont._sale .labels_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: calc(100% - 40px);
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

@media screen and (max-width: 550px) {
  .favorite_cont .favorite_container .favorite_item_cont._sale .labels_cont {
    right: 20px;
    left: unset;
  }
}

.favorite_cont .search_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: #FAFAFA;
  padding: 16px 30px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.favorite_cont .search_row .input {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin-right: 30px;
}

.favorite_cont .search_row .input input {
  width: 100%;
  height: 100%;
  display: block;
  background: #FFFFFF;
  padding: 15px 20px;
  font-size: 15px;
  line-height: 18px;
  color: #727270;
  border: none;
}

@media screen and (max-width: 400px) {
  .favorite_cont .search_row .input {
    margin-right: 16px;
  }
}

.favorite_cont .search_row .search_btn {
  background: #0000;
  border: none;
}

@media screen and (max-width: 400px) {
  .favorite_cont .search_row {
    padding: 16px;
  }
}

/*=================================================================================================*/
.resevies_cont .res_cont {
  margin-bottom: 50px;
}

.resevies_cont .res_cont .recevies_container {
  border: 1px solid #EAEAEA;
}

.resevies_cont .res_cont .recevies_container .recevie_item {
  padding: 30px 30px 10px;
  border-bottom: 1px solid #EAEAEA;
}

.resevies_cont .res_cont .recevies_container .recevie_item .res_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 10px;
}

.resevies_cont .res_cont .recevies_container .recevie_item .res_header .img {
  margin-right: 13px;
}

.resevies_cont .res_cont .recevies_container .recevie_item .res_header .img img {
  width: 57px;
  height: 57px;
  border-radius: 50%;
}

.resevies_cont .res_cont .recevies_container .recevie_item .res_header .text_part .upper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}

.resevies_cont .res_cont .recevies_container .recevie_item .res_header .text_part .upper .name {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #02528F;
  margin-right: 30px;
}

.resevies_cont .res_cont .recevies_container .recevie_item .res_header .text_part .upper .date {
  font-size: 12px;
  line-height: 14px;
  color: #727270;
}

.resevies_cont .res_cont .recevies_container .recevie_item .res_header .text_part .lower .stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.resevies_cont .res_cont .recevies_container .recevie_item .big_res_text {
  padding-left: 70px;
  max-width: 875px;
}

.resevies_cont .res_cont .recevies_container .recevie_item .big_res_text .h2 {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #000000;
  margin-bottom: 10px;
}

.resevies_cont .res_cont .recevies_container .recevie_item .big_res_text p {
  font-size: 14px;
  line-height: 16px;
  color: #727270;
  margin-bottom: 20px;
}

@media screen and (max-width: 650px) {
  .resevies_cont .res_cont .recevies_container .recevie_item .big_res_text {
    padding: 0;
  }
}

@media screen and (max-width: 950px) {
  .resevies_cont .res_cont .recevies_container .recevie_item {
    padding: 20px 20px 0;
  }
}

.resevies_cont .res_cont .recevies_container .create_res {
  padding: 30px;
}

.resevies_cont .res_cont .recevies_container .create_res .create_recevie {
  background: #F9F9F9;
  padding: 30px;
}

@media screen and (max-width: 650px) {
  .resevies_cont .res_cont .recevies_container .create_res .create_recevie {
    padding: 20px;
  }
}

.resevies_cont .res_cont .recevies_container .create_res .form_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 0 -8px;
}

.resevies_cont .res_cont .recevies_container .create_res .form_title .input_item {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 295px;
  flex: 0 1 295px;
  margin: 0 8px;
}

@media screen and (max-width: 950px) {
  .resevies_cont .res_cont .recevies_container .create_res .form_title .input_item {
    margin: 0 8px 20px;
  }
}

.resevies_cont .res_cont .recevies_container .create_res .form_title .your_mark {
  margin: 0 8px 0 30px;
}

.resevies_cont .res_cont .recevies_container .create_res .form_title .your_mark .item_title {
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  color: #000000;
  margin-bottom: 20px;
}

.resevies_cont .res_cont .recevies_container .create_res .form_title .your_mark .mark_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.resevies_cont .res_cont .recevies_container .create_res .form_title .your_mark .mark_cont .stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 20px;
}

.resevies_cont .res_cont .recevies_container .create_res .form_title .your_mark .mark_cont .stars .star_item {
  cursor: pointer;
}

.resevies_cont .res_cont .recevies_container .create_res .form_title .your_mark .mark_cont .stars .star_item path {
  fill: #EAEAEA;
}

.resevies_cont .res_cont .recevies_container .create_res .form_title .your_mark .mark_cont .stars .star_item._hover path {
  fill: #ef7e1b7e;
}

.resevies_cont .res_cont .recevies_container .create_res .form_title .your_mark .mark_cont .stars .star_item._active path {
  fill: #EF7F1B;
}

@media screen and (max-width: 650px) {
  .resevies_cont .res_cont .recevies_container .create_res .form_title .your_mark .mark_cont .stars .star_item svg {
    width: 30px;
    height: 30px;
  }
}

.resevies_cont .res_cont .recevies_container .create_res .form_title .your_mark .mark_cont .text {
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  color: #000000;
  white-space: nowrap;
}

@media screen and (max-width: 950px) {
  .resevies_cont .res_cont .recevies_container .create_res .form_title .your_mark {
    margin: 0 8px;
  }
}

@media screen and (max-width: 950px) {
  .resevies_cont .res_cont .recevies_container .create_res .form_title {
    display: block;
  }
}

.resevies_cont .res_cont .recevies_container .create_res .input_item .item_title {
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  color: #000000;
  margin-bottom: 10px;
}

.resevies_cont .res_cont .recevies_container .create_res .input_item .item_title span {
  color: #FF5656;
}

.resevies_cont .res_cont .recevies_container .create_res .input_item .input input {
  background: #FFFFFF;
  border: 1px solid #E4E3E3;
  width: 100%;
  display: block;
  height: 40px;
}

.resevies_cont .res_cont .recevies_container .create_res .item_title {
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  color: #000000;
  margin-bottom: 10px;
}

.resevies_cont .res_cont .recevies_container .create_res .item_title span {
  color: #FF5656;
}

.resevies_cont .res_cont .recevies_container .create_res .textarea {
  margin-top: 20px;
}

.resevies_cont .res_cont .recevies_container .create_res .textarea textarea {
  min-height: 86px;
  width: 100%;
  border: 1px solid #E4E3E3;
  resize: vertical;
}

.resevies_cont .res_cont .recevies_container .create_res .textarea._small textarea {
  min-height: 52px;
}

.resevies_cont .res_cont .recevies_container .create_res .captcha {
  margin-top: 20px;
}

@media screen and (max-width: 650px) {
  .resevies_cont .res_cont .recevies_container .create_res .captcha .g-recaptcha {
    overflow: auto;
  }
}

.resevies_cont .res_cont .recevies_container .create_res button {
  margin-top: 30px;
  padding: 10px 21px;
  background: #00A0E3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  border: none;
}

.resevies_cont .res_cont .recevies_container .create_res button .icon {
  margin-right: 15px;
}

.resevies_cont .res_cont .recevies_container .create_res button .text {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #fff;
}

@media screen and (max-width: 950px) {
  .resevies_cont .res_cont .recevies_container .create_res {
    padding: 0;
  }
}

/*=================================================================================================*/
.index_big_content_box .index_slider {
  margin-top: 30px;
  margin-bottom: 30px;
  position: relative;
}

.index_big_content_box .index_slider .index_slider_body img {
  width: 100%;
}

@media screen and (max-width: 420px) {
  .index_big_content_box .index_slider .index_slider_body img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
  }
}

.index_big_content_box .index_slider .index_slider_controls {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 30px;
}

.index_big_content_box .index_slider .index_slider_controls .index_prev {
  cursor: pointer;
}

.index_big_content_box .index_slider .index_slider_controls .index_next {
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
  cursor: pointer;
}

.index_big_content_box .index_slider .index_dots {
  position: absolute;
  bottom: 30px;
  width: 100%;
}

.index_big_content_box .index_slider .index_dots ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.index_big_content_box .index_slider .index_dots ul li {
  margin: 0 4px;
}

.index_big_content_box .index_slider .index_dots ul li button {
  width: 26px;
  height: 4px;
  display: block;
  background: #fff;
  border: none;
  font-size: 0;
  cursor: pointer;
}

.index_big_content_box .index_slider .index_dots ul li.slick-active button {
  background: #00A0E3;
}

@media screen and (max-width: 700px) {
  .index_big_content_box .index_slider {
    margin: 20px 0;
  }
}

.index_big_content_box .banner_boxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (min-width: 631px){
  .banner:first-child {
    margin-right: 30px;
  }
}

.index_big_content_box .banner_boxes .banner {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
}

.index_big_content_box .banner_boxes .banner img {
  width: 100%;
}

@media screen and (max-width: 1100px) {
  .index_big_content_box .banner_boxes .banner {
    margin-bottom: 30px;
  }
  .index_big_content_box .banner_boxes .banner:last-child {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 600px) {
  .index_big_content_box .banner_boxes .banner {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}

@media screen and (max-width: 630px) {
  .index_big_content_box .banner_boxes {
    display: block;
  }
}

/*@media screen and (max-width: 999px) {
  .index_big_content_box .banner_boxes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}*/

@media screen and (max-width: 700px) {
  .index_big_content_box .banner_boxes {
    gap: 20px;
  }
}

/*@media screen and (max-width: 600px) {
  .index_big_content_box .banner_boxes {
    overflow: auto;
  }
}*/

.index_big_cont_2 {
  margin-top: 30px;
}

.index_big_cont_2 .slider_item_cont {
  margin-bottom: 30px;
}

.index_big_cont_2 .slider_item_cont .show_more_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 30px auto 0;
  padding: 10px 20px;
  max-width: 180px;
  height: 36px;
  background: #FAFAFA;
  cursor: pointer;
}

.index_big_cont_2 .slider_item_cont .show_more_btn .text {
  margin-right: 10px;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #00A0E3;
}

.index_big_cont_2 .slider_item_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}

.index_big_cont_2 .slider_item_header .title {
  margin-right: 10px;
  font-size: 30px;
  line-height: 35px;
  color: #000000;
}

@media screen and (max-width: 500px) {
  .index_big_cont_2 .slider_item_header .title {
    font-size: 20px;
    line-height: 24px;
  }
}

@media screen and (max-width: 400px) {
  .index_big_cont_2 .slider_item_header .title {
    margin-bottom: 10px;
  }
}

.index_big_cont_2 .slider_item_header .watch_more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.index_big_cont_2 .slider_item_header .watch_more .text {
  font-size: 14px;
  line-height: 16px;
  color: #02528F;
  margin-right: 20px;
}

@media screen and (max-width: 400px) {
  .index_big_cont_2 .slider_item_header {
    display: block;
    margin-bottom: 10px;
  }
}

.index_big_cont_2 .slider_body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.index_big_cont_2 .slider_body .slider_item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
}

@media screen and (max-width: 1300px) {
  .index_big_cont_2 .slider_body .slider_item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
  }
}

@media screen and (max-width: 1000px) {
  .index_big_cont_2 .slider_body .slider_item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333%;
    flex: 0 0 33.333%;
  }
}

@media screen and (max-width: 700px) {
  .index_big_cont_2 .slider_body .slider_item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
}

@media screen and (max-width: 500px) {
  .index_big_cont_2 .slider_body .slider_item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}

@media screen and (max-width: 1300px) {
  .index_big_cont_2 .slider_body {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 850px) {
  .index_big_cont_2 {
    margin-top: 0;
  }
}

.popular_cat .slider_item_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}

.popular_cat .slider_item_header .title {
  margin-right: 10px;
  font-size: 30px;
  line-height: 35px;
  color: #000000;
}

@media screen and (max-width: 500px) {
  .popular_cat .slider_item_header .title {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 10px;
  }
}

.popular_cat .slider_item_header .watch_more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.popular_cat .slider_item_header .watch_more .text {
  font-size: 14px;
  line-height: 16px;
  color: #02528F;
  margin-right: 20px;
}

@media screen and (max-width: 500px) {
  .popular_cat .slider_item_header {
    display: block;
  }
}

.popular_cat .popular_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border: 1px solid #EAEAEA;
  border-right: none;
  position: relative;
  z-index: 10;
}

.popular_cat .popular_cont .popular_item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  border-right: 1px solid #EAEAEA;
  -webkit-transition: .2s;
  transition: .2s;
}

.popular_cat .popular_cont .popular_item .img {
  padding: 20px;
}

.popular_cat .popular_cont .popular_item .img img {
  width: 100%;
}

.popular_cat .popular_cont .popular_item .go_to {
  padding: 20px;
  margin-top: -20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.popular_cat .popular_cont .popular_item .go_to .text {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #02528F;
  margin-right: 10px;
}

.popular_cat .popular_cont .popular_item:hover {
  position: relative;
  z-index: 10;
  -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 1000px) {
  .popular_cat .popular_cont .popular_item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 33.333%;
    flex: 1 1 33.333%;
    border-bottom: 1px solid #EAEAEA;
  }
}

@media screen and (max-width: 500px) {
  .popular_cat .popular_cont .popular_item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
  }
}

@media screen and (max-width: 1000px) {
  .popular_cat .popular_cont {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-bottom: none;
  }
}

.popular_cat .after_pop_cont {
  border: 1px solid #EAEAEA;
  border-top: none;
  border-right: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin-bottom: 30px;
}

.popular_cat .after_pop_cont .after_pop_item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  border-right: 1px solid #EAEAEA;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px;
}

.popular_cat .after_pop_cont .after_pop_item .img_block {
  margin-right: 20px;
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 280px;
  flex: 0 1 280px;
}

.popular_cat .after_pop_cont .after_pop_item .img_block .img img {
  width: 200px;
}

.popular_cat .after_pop_cont .after_pop_item .img_block .labels_cont {
  position: absolute;
  z-index: 10;
  right: 20px;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.popular_cat .after_pop_cont .after_pop_item .img_block .labels_cont .prod_label {
  margin-left: 10px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 37px;
  flex: 0 0 37px;
  width: 37px;
  height: 37px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
}

.popular_cat .after_pop_cont .after_pop_item .img_block .labels_cont .prod_label._fire {
  background: #EF7F1B;
}

.popular_cat .after_pop_cont .after_pop_item .img_block .labels_cont .prod_label._new {
  background: #02528F;
}

.popular_cat .after_pop_cont .after_pop_item .img_block .labels_cont .prod_label._star {
  background: #045EAA;
}

.popular_cat .after_pop_cont .after_pop_item .img_block .labels_cont .prod_label._persent {
  background: #00A0E3;
}

.popular_cat .after_pop_cont .after_pop_item .img_block .labels_cont .prod_label._licvidation {
  background: #727270;
}

@media screen and (max-width: 550px) {
  .popular_cat .after_pop_cont .after_pop_item .img_block .labels_cont {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    right: unset;
    left: 0px;
  }
}

.popular_cat .after_pop_cont .after_pop_item .non_img {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 304px;
  flex: 0 1 304px;
}

.popular_cat .after_pop_cont .after_pop_item .non_img .desc_block {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 20px;
}

.popular_cat .after_pop_cont .after_pop_item .non_img .desc_block .stat_part {
  margin-bottom: 10px;
}

.popular_cat .after_pop_cont .after_pop_item .non_img .desc_block .stat_part .stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.popular_cat .after_pop_cont .after_pop_item .non_img .desc_block .name_cont {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.popular_cat .after_pop_cont .after_pop_item .non_img .desc_block .name_cont a {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #02528F;
  margin-bottom: 6px;
  display: block;
}

.popular_cat .after_pop_cont .after_pop_item .non_img .desc_block .name_cont .article {
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 10px;
  line-height: 12px;
  color: #727270;
}

.popular_cat .after_pop_cont .after_pop_item .non_img .desc_block .desc {
  font-size: 14px;
  line-height: 16px;
  color: #727270;
}

.popular_cat .after_pop_cont .after_pop_item .non_img .buy_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-start;
}

.popular_cat .after_pop_cont .after_pop_item .non_img .buy_block .sale {
  padding: 2px 10px;
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  color: #fff;
  background: #00A0E3;
  margin-right: 10px;
}

@media screen and (max-width: 850px) {
  .popular_cat .after_pop_cont .after_pop_item .non_img .buy_block .sale {
    margin: 0;
    display: inline;
  }
}

.popular_cat .after_pop_cont .after_pop_item .non_img .buy_block .price_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /*margin-left: auto;*/
}

.popular_cat .after_pop_cont .after_pop_item .non_img .buy_block .price_block .old {
  font-weight: 500;
  font-size: 10px;
  line-height: 12px;
  -webkit-text-decoration-line: line-through;
  text-decoration-line: line-through;
  color: #727270;
  margin-right: 10px;
}

.popular_cat .after_pop_cont .after_pop_item .non_img .buy_block .price_block .current {
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
  color: #000000;
}

@media screen and (max-width: 850px) {
  .popular_cat .after_pop_cont .after_pop_item .non_img .buy_block .price_block {
    margin-top: 10px;
  }
}

@media screen and (max-width: 850px) {
  .popular_cat .after_pop_cont .after_pop_item .non_img .buy_block {
    display: block;
  }
}

@media screen and (max-width: 900px) {
  .popular_cat .after_pop_cont .after_pop_item {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #EAEAEA;
  }
}

@media screen and (max-width: 500px) {
  .popular_cat .after_pop_cont .after_pop_item {
    display: block;
  }
}

@media screen and (max-width: 900px) {
  .popular_cat .after_pop_cont {
    display: block;
    border-bottom: none;
  }
}

/*=================================================================================================*/
.manufacturies .manufacturies_wrapper .manufacturies_item_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-top: 1px solid #eaeaea;
}

.manufacturies .manufacturies_wrapper .manufacturies_item_cont .man_item {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 20%;
  flex: 0 1 20%;
  border: 1px solid #EAEAEA;
  border-right: none;
  border-top: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 20px;
  cursor: pointer;
  -webkit-transition: .2s;
  transition: .2s;
  position: relative;
}

.manufacturies .manufacturies_wrapper .manufacturies_item_cont .man_item img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.manufacturies .manufacturies_wrapper .manufacturies_item_cont .man_item:nth-child(5n) {
  border-right: 1px solid #EAEAEA;
}

.manufacturies .manufacturies_wrapper .manufacturies_item_cont .man_item:after {
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  display: block;
  border: 1px solid #02528F;
  position: absolute;
  top: -1px;
  left: -1px;
  content: '';
  -webkit-box-shadow: 0px 4px 17px rgba(176, 204, 225, 0.2);
  box-shadow: 0px 4px 17px rgba(176, 204, 225, 0.2);
  opacity: 0;
  -webkit-transition: .2s;
  transition: .2s;
}

.manufacturies .manufacturies_wrapper .manufacturies_item_cont .man_item:hover {
  position: relative;
  z-index: 10;
}

.manufacturies .manufacturies_wrapper .manufacturies_item_cont .man_item:hover:after {
  opacity: 1;
}

@media screen and (max-width: 800px) {
  .manufacturies .manufacturies_wrapper .manufacturies_item_cont .man_item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 25%;
    flex: 0 1 25%;
  }
  .manufacturies .manufacturies_wrapper .manufacturies_item_cont .man_item:nth-child(5n) {
    border-right: none;
  }
  .manufacturies .manufacturies_wrapper .manufacturies_item_cont .man_item:nth-child(4n) {
    border-right: 1px solid #EAEAEA;
  }
  .manufacturies .manufacturies_wrapper .manufacturies_item_cont .man_item:last-child {
    border-right: 1px solid #EAEAEA;
  }
}

@media screen and (max-width: 600px) {
  .manufacturies .manufacturies_wrapper .manufacturies_item_cont .man_item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
  }
  .manufacturies .manufacturies_wrapper .manufacturies_item_cont .man_item:nth-child(5n) {
    border-right: none;
  }
  .manufacturies .manufacturies_wrapper .manufacturies_item_cont .man_item:nth-child(4n) {
    border-right: 1px solid #EAEAEA;
  }
  .manufacturies .manufacturies_wrapper .manufacturies_item_cont .man_item:nth-child(2n) {
    border-right: 1px solid #EAEAEA;
  }
  .manufacturies .manufacturies_wrapper .manufacturies_item_cont .man_item:last-child {
    border-right: 1px solid #EAEAEA;
  }
}

/*=================================================================================================*/
.text_supp_container {
  padding-bottom: 50px;
}

.text_supp_container p {
  font-size: 14px;
  line-height: 16px;
  color: #000000;
  margin-bottom: 30px;
}

.text_supp_container p a {
  color: #045EAA;
}

.text_supp_container p:last-child {
  margin-bottom: 20px;
}

.text_supp_container p._short {
  max-width: 880px;
}

.text_supp_container h2 {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #000000;
  margin-bottom: 20px;
}

.text_supp_container ul {
  margin-bottom: 30px;
}

.text_supp_container ul li {
  font-size: 14px;
  line-height: 16px;
  color: #000000;
  margin-bottom: 15px;
}

.text_supp_container ul li:last-child {
  margin-bottom: 0;
}

.page_404_cont {
  text-align: center;
}

.page_404_cont .block_404 {
  margin: 180px auto 200px;
  position: relative;
  display: inline-block;
}

.page_404_cont .block_404 .upper {
  font-weight: 500;
  font-size: 37px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #EF7F1B;
  text-align: left;
  margin-bottom: -25px;
}

@media screen and (max-width: 450px) {
  .page_404_cont .block_404 .upper {
    font-size: 25px;
    margin-bottom: -20px;
    padding-left: 10px;
  }
}

.page_404_cont .block_404 .middle {
  font-weight: 900;
  font-size: 173px;
  line-height: 203px;
  text-align: center;
  color: #00A0E3;
}

@media screen and (max-width: 450px) {
  .page_404_cont .block_404 .middle {
    font-size: 120px;
    line-height: 150px;
  }
}

.page_404_cont .block_404 .lower {
  margin-top: -20px;
  font-weight: 500;
  font-size: 19px;
  line-height: 22px;
  color: #727270;
  margin-bottom: 20px;
}

@media screen and (max-width: 450px) {
  .page_404_cont .block_404 .lower {
    margin-bottom: 15px;
    font-size: 14px;
  }
}

.page_404_cont .block_404 .back {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  color: #02528F;
}

/*=================================================================================================*/
.serv_content_box .drops_cont {
  border: 1px solid #E4E3E3;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}

.serv_content_box .drops_cont .drop_down_cont {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 400px;
  flex: 0 1 400px;
  border: 1px solid #E4E3E3;
  margin-right: 20px;
}

.serv_content_box .drops_cont .drop_down_cont .drop_down_title {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 11px 20px;
  font-size: 15px;
  line-height: 18px;
  color: #727270;
}

.serv_content_box .drops_cont .drop_down_cont .drop_down_body {
  background: #fff;
  border: 1px solid #E4E3E3;
  width: calc(100% + 2px);
  -webkit-transform: translate(-1px, 0);
  transform: translate(-1px, 0);
}

.serv_content_box .drops_cont .drop_down_cont .drop_down_body .drop_link a {
  padding: 5px 20px;
  font-size: 15px;
  line-height: 18px;
  color: #727270;
  display: block;
}

@media screen and (max-width: 660px) {
  .serv_content_box .drops_cont .drop_down_cont {
    margin: 0 0 20px;
  }
  .serv_content_box .drops_cont .drop_down_cont:last-child {
    margin: 0;
  }
}

@media screen and (max-width: 660px) {
  .serv_content_box .drops_cont {
    display: block;
  }
}

@media screen and (max-width: 400px) {
  .serv_content_box .drops_cont {
    border: none;
    padding: 0;
  }
}

.serv_content_box .ser_container .ser_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 0;
  border-bottom: 1px solid #E7E7E7;
  cursor: pointer;
}

.serv_content_box .ser_container .ser_item .img {
  margin-right: 30px;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 161px;
  flex: 0 1 161px;
}

.serv_content_box .ser_container .ser_item .img img {
  width: 100%;
}

@media screen and (max-width: 700px) {
  .serv_content_box .ser_container .ser_item .img {
    margin: 0 0 10px;
    max-width: 300px;
  }
}

.serv_content_box .ser_container .ser_item .text_part {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 450px;
  flex: 0 1 450px;
}

.serv_content_box .ser_container .ser_item .text_part h2 {
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  color: #000000;
  margin-bottom: 15px;
}

.serv_content_box .ser_container .ser_item .text_part p {
  font-size: 14px;
  line-height: 16px;
  color: #000000;
  margin-bottom: 10px;
}

.serv_content_box .ser_container .ser_item .text_part .contuct_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 -13px -7px;
}

.serv_content_box .ser_container .ser_item .text_part .contuct_cont a {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #000000;
  margin: 0 13px 7px;
}

@media screen and (max-width: 700px) {
  .serv_content_box .ser_container .ser_item .text_part .contuct_cont {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 700px) {
  .serv_content_box .ser_container .ser_item {
    display: block;
  }
}

/*=================================================================================================*/
.cart_cont .your_cart_cont .cart_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  border: 1px solid #eaeaea;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 20px;
}

.cart_cont .your_cart_cont .cart_item .img_block {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 174px;
  flex: 0 1 174px;
  margin-right: 30px;
}

.cart_cont .your_cart_cont .cart_item .img_block .img {
  height: 200px;
}

.cart_cont .your_cart_cont .cart_item .img_block img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.cart_cont .your_cart_cont .cart_item .main_part {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.cart_cont .your_cart_cont .cart_item .main_part .order_info .prod_name {
  font-size: 18px;
  line-height: 21px;
  color: #000000;
  margin-bottom: 5px;
}

.cart_cont .your_cart_cont .cart_item .main_part .order_info .article {
  font-weight: 500;
  font-size: 10px;
  line-height: 12px;
  color: #727270;
  margin-bottom: 10px;
}

.cart_cont .your_cart_cont .cart_item .main_part .order_info .choode_param .color .param_cont {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.cart_cont .your_cart_cont .cart_item .main_part .order_info .choode_param .color .param_item {
  padding: 3px !important;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 40px;
  flex: 0 1 40px;
  height: 40px;
  margin-bottom: 12px;
}

.cart_cont .your_cart_cont .cart_item .main_part .order_info .choode_param .color .param_item img {
  width: 100%;
}

.cart_cont .your_cart_cont .cart_item .main_part .order_info .choode_param .param .param_title {
  font-size: 15px;
  line-height: 18px;
  margin-bottom: 5px;
}

.cart_cont .your_cart_cont .cart_item .main_part .order_info .choode_param .param .param_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -6px;
}

.cart_cont .your_cart_cont .cart_item .main_part .order_info .choode_param .param .param_cont .param_item {
  padding: 7px 10px;
  margin: 0 6px 12px;
  border: 1px solid #EAEAEA;
  font-size: 14px;
  line-height: 16px;
  color: #727270;
  cursor: pointer;
  border: 1px solid #00A0E3;
}

.cart_cont .your_cart_cont .cart_item .main_part .order_info .sale {
  font-size: 12px;
  line-height: 14px;
  /* identical to box height */
  /* Основной чёрный */
  color: #000000;
}

.cart_cont .your_cart_cont .cart_item .main_part .price_n_sale {
  margin-left: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.cart_cont .your_cart_cont .cart_item .main_part .price_n_sale .sale {
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  margin-bottom: 5px;
  padding: 2px 4px;
  background: #00A0E3;
  color: #fff;
}

.cart_cont .your_cart_cont .cart_item .main_part .price_n_sale .old_price {
  font-weight: 500;
  font-size: 10px;
  line-height: 12px;
  /* identical to box height */
  text-align: right;
  -webkit-text-decoration-line: line-through;
  text-decoration-line: line-through;
  /* Вспомогательный серый */
  color: #727270;
  margin-bottom: 5px;
}

.cart_cont .your_cart_cont .cart_item .main_part .price_n_sale .current_price {
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
  text-align: right;
  white-space: nowrap;
  /* Основной чёрный */
  color: #000000;
}

.cart_cont .your_cart_cont .cart_item .main_part .price_n_sale .price_for_one {
  margin-top: 5px;
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  /* identical to box height */
  text-align: right;
  /* Вспомогательный серый */
  color: #727270;
}

.cart_cont .your_cart_cont .cart_item .action_block {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 250px;
  flex: 0 1 250px;
  margin-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 23px;
}

.cart_cont .your_cart_cont .cart_item .action_block .calc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #EAEAEA;
  width: 85px;
  margin-right: 10px;
  margin-bottom: 0px;
  -webkit-transform: translate(0, -6px);
  transform: translate(0, -6px);
}

.cart_cont .your_cart_cont .cart_item .action_block .calc .minus, .cart_cont .your_cart_cont .cart_item .action_block .calc .plus {
  position: relative;
  padding: 16px;
  cursor: pointer;
}

.cart_cont .your_cart_cont .cart_item .action_block .calc .minus:after, .cart_cont .your_cart_cont .cart_item .action_block .calc .plus:after {
  content: '';
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  position: absolute;
  background: #727270;
  width: 8px;
  height: 2px;
}

.cart_cont .your_cart_cont .cart_item .action_block .calc .plus:before {
  content: '';
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  position: absolute;
  background: #727270;
  height: 8px;
  width: 2px;
}

.cart_cont .your_cart_cont .cart_item .action_block .calc .current {
  display: block;
  width: 25px;
  background: transparent;
  padding: 0;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #727270;
  text-align: center;
  border: none;
}

.cart_cont .your_cart_cont .cart_item .action_block .current_price {
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
  white-space: nowrap;
  /* Основной чёрный */
  color: #000000;
  margin-right: 10px;
}

@media screen and (max-width: 1050px) {
  .cart_cont .your_cart_cont .cart_item .action_block {
    margin-left: 0;
  }
}

@media screen and (max-width: 1050px) {
  .cart_cont .your_cart_cont .cart_item {
    display: block;
  }
}

.cart_cont .your_cart_cont .cart_footer {
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #EAEAEA;
  padding: 20px;
}

.cart_cont .your_cart_cont .cart_footer .promo_cont {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 295px;
  flex: 0 1 295px;
  margin-right: 10px;
}

.cart_cont .your_cart_cont .cart_footer .promo_cont .promo_title {
  font-weight: 500;
  font-size: 10px;
  line-height: 12px;
  color: #727270;
  margin-bottom: 5px;
}

.cart_cont .your_cart_cont .cart_footer .promo_cont .promo {
  border: 1px solid #eaeaea;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.cart_cont .your_cart_cont .cart_footer .promo_cont .promo .input_item {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.cart_cont .your_cart_cont .cart_footer .promo_cont .promo .input_item input {
  width: 100%;
  height: 40px;
  border: none;
}

.cart_cont .your_cart_cont .cart_footer .promo_cont .promo button {
  background: transparent;
  border: none;
  padding-right: 15px;
}

@media screen and (max-width: 1050px) {
  .cart_cont .your_cart_cont .cart_footer .promo_cont {
    margin: 0 0 20px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}

.cart_cont .your_cart_cont .cart_footer .main_part {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.cart_cont .your_cart_cont .cart_footer .main_part .pretitle {
  max-width: 105px;
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
  /* Основной чёрный */
  color: #000000;
  text-align: right;
}

@media screen and (max-width: 560px) {
  .cart_cont .your_cart_cont .cart_footer .main_part .pretitle {
    text-align: left;
  }
}

.cart_cont .your_cart_cont .cart_footer .main_part .title {
  max-width: 105px;
  font-weight: 500;
  font-size: 10px;
  line-height: 12px;
  /* identical to box height */
  text-align: right;
  /* Вспомогательный серый */
  color: #727270;
}

@media screen and (max-width: 560px) {
  .cart_cont .your_cart_cont .cart_footer .main_part .title {
    text-align: left;
  }
}

@media screen and (max-width: 560px) {
  .cart_cont .your_cart_cont .cart_footer .main_part {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.cart_cont .your_cart_cont .cart_footer .buy_part {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 30px;
}

.cart_cont .your_cart_cont .cart_footer .buy_part .price_block {
  margin-right: 20px;
}

.cart_cont .your_cart_cont .cart_footer .buy_part .price_block .old {
  font-weight: 500;
  font-size: 10px;
  line-height: 12px;
  /* identical to box height */
  text-align: right;
  -webkit-text-decoration-line: line-through;
  text-decoration-line: line-through;
  /* Вспомогательный серый */
  color: #727270;
}

.cart_cont .your_cart_cont .cart_footer .buy_part .price_block .current {
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
  text-align: right;
  white-space: nowrap;
  /* Основной чёрный */
  color: #000000;
}

.cart_cont .your_cart_cont .cart_footer .buy_part .price_block .sale {
  font-weight: 500;
  font-size: 10px;
  line-height: 12px;
  /* identical to box height */
  text-align: right;
  /* Вспомогательный серый */
  color: #727270;
}

@media screen and (max-width: 560px) {
  .cart_cont .your_cart_cont .cart_footer .buy_part .price_block {
    margin-right: 0;
  }
  .cart_cont .your_cart_cont .cart_footer .buy_part .price_block * {
    text-align: left !important;
  }
}

.cart_cont .your_cart_cont .cart_footer .buy_part .button {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 11px 30px;
  max-width: 230.5px;
  background: #EF7F1B;
  border: none;
}

.cart_cont .your_cart_cont .cart_footer .buy_part .button .text {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #fff;
  margin-right: 10px;
  white-space: nowrap;
}

@media screen and (max-width: 560px) {
  .cart_cont .your_cart_cont .cart_footer .buy_part .button {
    margin-top: 10px;
  }
}

@media screen and (max-width: 560px) {
  .cart_cont .your_cart_cont .cart_footer .buy_part {
    display: block;
    margin-left: 0;
    margin-top: 10px;
  }
}

@media screen and (max-width: 1050px) {
  .cart_cont .your_cart_cont .cart_footer {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.order_cont .aplly_order {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 11px 30px;
  max-width: 270px;
  background: #EF7F1B;
  border: none;
  margin: 30px 0 0 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 30px;
}

.order_cont .aplly_order .text {
  font-size: 14px;
  line-height: 16px;
  color: #FFFFFF;
  margin-right: 15px;
}

.order_cont .aplly_order._2 {
  border-radius: 0;
  max-width: 225px;
}

.order_cont .input_radio {
  margin-top: 30px;
}

.order_cont .input_radio input {
  display: none;
}

.order_cont .input_radio label {
  display: block;
  width: 25px;
  height: 25px;
  background: #FFFFFF;
  border: 1px solid #EAEAEA;
  position: relative;
  cursor: pointer;
}

.order_cont .input_radio label:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 13px;
  height: 13px;
  display: block;
  background: #00A0E3;
  opacity: 0;
  -webkit-transition: .2s;
  transition: .2s;
}

.order_cont .input_radio input:checked + label:after {
  opacity: 1;
}

.order_cont .agree_with_pol {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.order_cont .agree_with_pol input {
  display: none;
}

.order_cont .agree_with_pol label {
  margin-right: 10px;
  display: block;
  width: 25px;
  height: 25px;
  background: #FFFFFF;
  border: 1px solid #EAEAEA;
  position: relative;
  cursor: pointer;
}

.order_cont .agree_with_pol label:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 13px;
  height: 13px;
  display: block;
  background: url("../img/tick.svg");
  opacity: 0;
  -webkit-transition: .2s;
  transition: .2s;
}

.order_cont .agree_with_pol input:checked + label:after {
  opacity: 1;
}

.order_cont .agree_with_pol .text {
  font-size: 12px;
  line-height: 14px;
  /* identical to box height */
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  /* Вспомогательный тёмносиний */
  color: #02528F;
}

.catalog-wrap {
  display: flex;
  flex-wrap: wrap;
}

.popup-window.popup-window-with-titlebar{
  width: 450px;
  max-width: 96vw
}

/*
!!! Этот код ламает слайдер "похожие товары" в карточке товара !!!
@media (min-width: 1001px) and (max-width: 1300px){*/
/*  .end_element {*/
/*    display: none;*/
/*  }*/
/*}*/

#sidebar-btn{
  display: flex;
  margin: 21px 0 16px;
  cursor: pointer;
}

#sidebar-btn .burger{
  margin: 0 8px 0 0
}