@font-face {
  font-family: centros-bold;
  src: url('fonts/PFCENTROSERIFPRO-BOLD.OTF');
}
@font-face {
  font-family: centros-medium;
  src: url('fonts/PFCENTROSERIFPRO-MEDIUM.OTF');
}
@font-face {
  font-family: centros-reg;
  src: url('fonts/PFCENTROSERIFPRO-REGULAR.OTF');
}
@font-face {
  font-family: centros-intro;
  src: url('fonts/PFCENTROSERIFPRO-MEDIUM.OTF');
}
@font-face {
  font-family: intro;
  src: url('fonts/intro.otf');
}
.red_link {
  color: ef5633;
}
html {
  height: 100%;
  min-height: 100%;
}
body {
  font-family: 'centros-reg';
  font-size: 13px;
  color: #3b3b3b;
  min-height: 100%;
}
footer {
  bottom: 0;
  height: 300px;
  width: 100%;
  background: #4e4e4e;
}
.pre_footer {
  padding-bottom: 300px;
}
h1 {
  font-family: 'centros-bold';
  text-shadow: none;
}
h2 {
  font-family: 'centros-bold';
  font-size: 32px;
  text-shadow: none;
}
h3 {
  font-family: 'centros-bold';
  font-size: 22px;
  text-shadow: none;
}
h5 {
  font-size: 20px;
}
span,
p,
li,
del,
pre {
  text-shadow: none;
}
.white_text {
  color: #ffffff;
}
.red_text {
  color: #f05242;
}
.gray_text {
  color: #666666;
}
.bold {
  font-family: 'centros-bold';
  font-weight: 100;
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.align_center {
  text-align: center;
}
.align_left {
  text-align: left;
}
.align_right {
  text-align: right;
}
a {
  color: #3b3b3b;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
a:hover {
  color: #ef5733;
  text-decoration: none !important;
}
a:active,
a:visited,
a:focus {
  outline: none;
}
button,
.btn_orange {
  width: 210px;
  text-align: center;
  background: #ef5733;
  color: #ffffff;
  font-family: 'centros-reg';
  padding: 20px;
  border: none;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  display: block;
}
button:hover,
.btn_orange:hover {
  filter: brightness(110%);
  -moz-filter: brightness(110%);
  -webkit-filter: brightness(110%);
}
button:hover,
.btn_orange:hover {
  text-decoration: none !important;
  color: #ffffff !important;
}
button:visited,
.btn_orange:visited,
button:focus,
.btn_orange:focus {
  color: #ffffff !important;
  text-decoration: none !important;
}
.cart_btn {
  display: block;
  width: 170px;
  text-align: center;
  background: #ef5733;
  color: #ffffff;
  font-family: 'centros-reg';
  padding: 13px;
  border: none;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  background-image: url('/img/btn_icon.png');
  background-repeat: no-repeat;
  background-position: 22% 50%;
  font-size: 18px;
  color: #ffffff !important;
  padding-left: 50px !important;
  margin-bottom: 100px;
  padding: 13px 5%;
}
.cart_btn:hover {
  filter: brightness(110%);
  -moz-filter: brightness(110%);
  -webkit-filter: brightness(110%);
}
.cart_btn a.btn_base {
  height: 70px;
  padding: 20px;
}
.base_form {
  background: #ef5733;
  padding: 90px 0;
  text-align: center;
}
.base_form form h3 {
  font-family: 'centros-reg';
  font-size: 22px;
  padding: 0 0 35px 0;
}
.base_form form input {
  width: 450px;
  padding-left: 20px;
  background: url('/img/blue_arrow.png') no-repeat 95% 50% #ffffff;
}
.translate_y_300 {
  transform: translateY(-300px);
  -ms-transform: translateY(-300px);
  -o-transform: translateY(-300px);
  -webkit-transform: translateY(-300px);
  -moz-transform: translateY(-300px);
}
@media screen and (max-width: 991px) {
  .translate_y_300 {
    transform: none;
    -ms-transform: none;
    -o-transform: none;
    -webkit-transform: none;
    -moz-transform: none;
  }
}
.separate_20 {
  border-top: 1px solid #ebebeb;
  height: 1px;
  margin: 10px 0;
}
.no_margin {
  margin: 0;
}
.blue_link {
  color: #ef5733;
}
.nav-tabs {
  border: none;
}
.nav-tabs li {
  padding: 10px 30px;
}
.nav-tabs li.active {
  color: #3b3b3b;
}
.nav-tabs li.active a::after {
  transform: scaleX(1);
}
.nav-tabs li a {
  padding: 0;
  color: #ef5733;
  -webkit-transition: all 0.2;
  -moz-transition: all 0.2;
  -ms-transition: all 0.2;
  -o-transition: all 0.2;
  transition: all 0.2;
  border: none !important;
  background: transparent !important;
  position: relative;
  font-family: 'centros-bold';
  font-size: 19px;
}
.nav-tabs li a::after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  right: auto;
  background: #ef5733;
  transform: scaleX(0);
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.transparent_btn {
  cursor: pointer;
  width: 170px;
  text-align: center;
  border: 2px solid #ffffff;
  font-size: 15px;
  font-family: 'centros-bold';
  padding: 13px 0;
  color: #ffffff;
  display: block;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.transparent_btn:hover {
  color: #ef5733;
  background: #ffffff;
  text-decoration: none !important;
}
.float_left {
  float: left;
}
.float_right {
  float: right;
}
.up {
  text-transform: uppercase;
}
.absolute {
  position: absolute;
  z-index: 100;
}
.background_gray {
  background: #f8f8f8;
}
.background_light_gray {
  background: #fcfcfc;
}
.background_black {
  background: #242424;
}
.background_white {
  background: #ffffff;
}
.background_red {
  background: #f05242;
}
.list_inline {
  list-style: none;
}
.list_inline li {
  display: inline-block;
}
.clearfix::after {
  content: '';
  display: table;
  clear: both;
}
.gray {
  color: #454545;
}
.medium_size {
  font-size: 22px;
}
.bold {
  font-family: 'centros-bold';
}
.media-left {
  text-decoration: none !important;
  color: #3b3b3b;
}
.media-left:hover {
  text-decoration: none !important;
}
.page_caption {
  padding: 0;
  margin: 0;
  padding: 50px 0;
}
.page_caption h1 {
  font-family: 'intro';
  font-size: 59px;
  text-align: left;
}
.block_capt a {
  color: #ef5733;
  font-size: 16px;
  margin-left: 20px;
}
@media screen and (max-width: 991px) {
  .block_capt {
    text-align: center;
    background: #f8f8f8;
    height: 90px;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
  }
  .block_capt h2 {
    margin-top: 25px;
  }
}
.breadcrumbs {
  margin: 30px 0 30px 0;
}
.pagination {
  margin-bottom: 50px;
}
.pagination li a {
  border-radius: 0 !important;
  color: #3b3b3b;
  font-family: 'centros-reg';
  font-size: 13px;
}
.pagination li a:hover {
  border-color: #ef5733 !important;
  background: transparent;
  color: #3b3b3b;
}
.inline {
  display: inline-block;
}
.modal .modal-header {
  display: block;
  margin: 0 auto;
  border: none;
  position: relative;
}
.modal .modal-header .modal-title {
  text-align: center;
  font-family: 'centros-reg';
}
.modal .modal-header .close {
  width: auto;
  position: absolute;
}
.modal .modal-content {
  padding: 45px 0;
  margin: auto;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}
.section_capt {
  position: relative;
  margin: 25px 0;
}
.section_capt h5 {
  font-size: 11px;
}
.section_capt h1 {
  font-family: 'centros-medium';
  font-size: 27px;
  text-transform: uppercase;
}
.section_capt .back_mobile {
  left: 5%;
  top: 40%;
}
.section_capt .sort_mobile {
  right: 5%;
  top: 40%;
}
.section_capt .rate_star {
  margin-left: 30px;
}
.section_capt .rate_star li i {
  font-size: 16px;
  cursor: pointer;
}
.circle_form input:not([type="submit"]) {
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border: 1px solid #ebebeb;
  height: 40px;
  padding-left: 20px;
}
.img_center {
  display: block;
  margin: 0 auto;
}
.no_border {
  border: none !important;
}
pre {
  border: none;
  background: transparent;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 991px) {
  .section_capt {
    text-align: center;
    border-top: 1px solid #ebebeb;
    width: 100%;
    padding: 40px 0;
    background: #f8f8f8;
    margin-bottom: 0;
    margin-top: 0;
  }
  .section_capt h1 {
    text-align: center;
    font-size: 28px;
    padding: 0;
    margin: 0;
  }
  .sect_capt h3 {
    text-align: center;
  }
  .mobile_all_width {
    width: 100%;
  }
}
.hide_section {
  opacity: 0;
  height: 0;
  overflow: hidden;
}
.mobile_item .delete_item {
  z-index: 1000;
}
.header_cart_block .cart_items {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 30px;
  margin-left: 20px;
  background: #f05242;
  color: #ffffff;
  padding: 2.38px 0;
  font-family: 'centros-medium';
  font-size: 13px;
  text-align: center;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
}
.sticker_cart {
  position: relative;
}
.sticker_cart .cart_items {
  content: '2';
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: -18px;
  left: 33px;
  background: #f05242;
  color: #ffffff;
  padding: 2.38px 0;
  font-family: 'centros-medium';
  font-size: 13px;
  text-align: center;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
}
.sticker_item {
  position: relative;
  overflow: hidden;
}
.sticker_item::before {
  content: 'Новинка';
  display: block;
  width: 145px;
  position: absolute;
  top: 20px;
  left: -35px;
  background: #f05242;
  font-family: 'centros-bold';
  font-size: 10px;
  color: #ffffff;
  padding: 10px;
  text-transform: uppercase;
  text-align: center;
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
#sortCatalog-button {
  width: 80px;
  height: 30px;
  margin-left: 10px;
  border: 1px solid #ebebeb;
  font-size: 11px;
  text-transform: capitalize;
  padding: 7px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  background: url('/img/sort_arrow.png') no-repeat 90% 50% #ffffff;
}
#sortCatalog-button .ui-selectmenu-text {
  margin-right: 0;
}
.ui-menu-item {
  width: 90px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  padding: 0;
  margin: 0;
}
.ui-menu-item:hover {
  background: #ef5733;
}
.ui-menu-item div {
  height: 30px;
  line-height: 30px;
  padding: 0 15px;
  margin: 0;
  -webkit-transition: all 0.1s;
  -moz-transition: all 0.1s;
  -ms-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
  border: none !important;
}
.ui-menu-item div:hover {
  background: #ef5733;
  border-color: #ef5733;
}
.ui-menu-item div.ui-state-active {
  background: #ef5733;
  border-color: #ef5733;
  margin: 0;
}
header .header_brand .media-body h2 {
  font-family: 'intro';
  letter-spacing: -2px;
  overflow-wrap: normal;
  word-wrap: break-word;
  word-break: normal;
  line-break: auto;
  hyphens: manual;
  width: 235px;
}
header .header_brand .media-body h2 a {
  letter-spacing: -2px;
  font-size: inherit;
}
header .header_brand .media-body h2 a:hover {
  color: inherit;
}
@media screen and (max-width: 1500px) {
  header .header_brand .media-left {
    padding-right: 0;
  }
  header .header_brand h2 {
    font-size: 21px;
  }
}
header .header_top_nav {
  border-bottom: 1px solid #ebebeb;
}
header .header_top_nav ul {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 17px 0 12px 0;
}
header .header_top_nav ul li a {
  color: #666666;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  cursor: pointer;
  font-size: 14px;
}
header .header_top_nav ul li a:hover {
  color: #ef5733;
  text-decoration: none !important;
}
header .header_top_nav ul.right_nav li:first-of-type img {
  margin-right: 20px;
}
header .header_top_nav ul.right_nav li a {
  color: #818181;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  text-transform: capitalize;
  vertical-align: bottom;
}
header .header_top_nav ul.right_nav li a:hover {
  color: #ef5733;
  text-decoration: none !important;
}
header .header_top_nav ul.right_nav .media .media-body {
  vertical-align: middle;
}
@media screen and (max-width: 991px) {
  header .header_top_nav ul {
    display: block;
    height: 560px;
    background: #ef5733;
    padding: 30px;
    margin-top: -560px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
  }
  header .header_top_nav ul li {
    display: block;
    margin-bottom: 40px;
  }
  header .header_top_nav ul li a {
    color: #ffffff;
    font-size: 22.1px;
  }
  header .header_top_nav ul li a:hover {
    color: #ffffff;
  }
  header .header_top_nav ul.active {
    margin-top: 0;
  }
}
header .header_middle_nav .header_brand .media .media-body {
  vertical-align: bottom;
}
header .header_middle_nav > .container > .row {
  border-bottom: 1px solid #ebebeb;
}
header .header_middle_nav .row > div:not(.header_contact) {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100px;
}
header .header_middle_nav .row > div:not(.header_contact).header_work_time {
  justify-content: flex-start;
}
header .header_middle_nav .row .header_cart .header_search {
  width: 75px;
  height: 60px;
  background: #fcfcfc;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 4px;
}
header .header_middle_nav .row .header_cart .header_cart_block {
  width: 300px;
  height: 60px;
  background: #fcfcfc;
  padding-left: 25px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .header_middle_nav .row .header_cart .header_cart_block a {
  color: #666666;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  padding-right: 18px;
}
header .header_middle_nav .row .header_cart .header_cart_block a:hover {
  color: #ef5733;
  text-decoration: none !important;
}
@media screen and (max-width: 1500px) {
  header .header_middle_nav .row .header_cart .header_cart_block {
    width: 250px;
  }
}
header .header_middle_nav .media .media-body {
  vertical-align: middle;
}
header .header_middle_nav .info_nav {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .header_middle_nav .header_work_time {
  word-wrap: break-word;
  word-break: normal;
}
@media screen and (max-width: 1500px) {
  header .header_middle_nav .header_work_time span {
    font-size: 11px;
  }
}
header .category_nav {
  height: 62px;
  margin-top: 15px;
  text-align: center;
}
header .category_nav li {
  margin: 0 12px;
  display: inline-block;
  position: relative;
  background: #ffffff ;
  z-index: 20;
}
header .category_nav li.active {
  border: 2px solid #ef5733;
}
header .category_nav li .sub_menu {
  position: absolute;
  top: -2px;
  left: -2px;
  background: #fff;
  border: 2px solid #ef5733 ;
  padding-top: 41px;
  display: none;
  z-index: 1;
  min-width: 102%;
  text-align: left;
}
header .category_nav li .sub_menu li {
  display: block;
}
header .category_nav li .sub_menu li:last-child a {
  padding-bottom: 15px;
}
header .category_nav li .sub_menu a {
  text-transform: uppercase;
  font-size: 14px;
  padding: 7px 15px 7px 22px;
}
header .category_nav li.more .more_menu {
  position: absolute;
  top: -2px;
  left: -2px;
  background: #fff;
  border: 2px solid #ef5733;
  padding-top: 41px;
  display: none;
  z-index: 1;
  min-width: 102%;
  text-align: left;
}
header .category_nav li.more .more_menu ul li {
  position: relative;
  margin: 0;
  padding: 0 12px;
  background: none;
}
header .category_nav li.more .more_menu ul li:last-child a {
  padding-bottom: 15px;
}
header .category_nav li.more .more_menu ul li a {
  text-transform: uppercase;
  font-size: 14px;
  padding: 7px 15px 7px 22px;
}
header .category_nav li.more .more_menu ul li a:hover {
  color: #ef5733;
  text-decoration: none !important;
}
header .category_nav li.more .more_menu ul li .more_sub_menu {
  position: absolute;
  top: 0;
  left: 100%;
  background: #fff;
  border: 2px solid #ef5733;
  display: none;
  z-index: 9999;
  min-width: 102%;
  text-align: left;
}
header .category_nav li.more .more_menu ul li .more_sub_menu a {
  padding: 7px 15px 7px 22px;
}
header .category_nav li.more .more_menu ul li:hover .more_sub_menu {
  display: block;
}
header .category_nav li.more:hover .more_menu {
  display: block;
}
header .category_nav li a {
  font-family: 'centros-bold';
  font-size: 16px;
  color: #3b3b3b;
  cursor: pointer;
  padding: 10px 15px 10px 15px;
  display: block;
  position: relative;
  z-index: 900;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
header .category_nav li a:hover {
  color: #ef5733;
  text-decoration: none !important;
}
header .category_nav li.active:hover {
  border: 2px solid transparent;
}
header .category_nav li:hover {
  z-index: 550;
}
header .category_nav li:hover .sub_menu {
  display: block;
}
.header_mobile {
  height: auto;
  padding: 20px 30px;
}
.header_mobile .row {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-end;
    position: relative;
    padding: 0;
}
.header_mobile .mobile_top_logo {
    padding: 0;
    width: auto;
    display: block;
    margin: 0 auto;
    flex-grow: 1;
}
.header_mobile .mobile_top_logo .media {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-end;
    justify-content: center;
}
.header_mobile .mobile_top_logo .media-left {
    display: block;
  margin: 0 10px;
    padding: 0;
}
.header_mobile .mobile_top_logo .media-body {
    display: block;
    width: auto;
}
.header_mobile .mobile_top_logo .media-body h3 {
  font-size: 30px;
  font-family: 'intro';
  padding: 0;
  margin: 0;
}
.header_mobile .mobile_top_logo .media-body h3 a {
  font-size: inherit;
}
.header_mobile .mobile_top_logo .media-body h3 a:hover {
  color: inherit;
}
.header_mobile .mobile_top_logo span {
  font-size: 7px;
  text-transform: uppercase;
}
.header_mobile .mobile_top_cart {
  display: flex;
}
.header_mobile .mobile_top_cart .header_search {
    margin-left: 15px;
}
.header_mobile .mobile_top_cart .header_cart_block {
    margin-left: 15px;
}
.header_mobile .mobile_top_cart .header_cart_block .sticker_cart {
    position: relative;
}
.header_mobile .mobile_top_cart .header_cart_block .sticker_cart .cart_items {
    top: -10px;
    left: 0;
}
.header_mobile .mobile_menu_toggle {
  cursor: pointer;
}
.header_mobile .mobile_menu_toggle > span {
  background: #ef5733;
  width: 25px;
  height: 3px;
  margin-bottom: 6px;
  display: block;
}
.header_mobile .mobile_menu_toggle span {
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  width: 35px;
  height: 4px;
}
@media screen and (max-width: 441px) {
  .header_mobile {
    padding: 20px;
  }
  .header_mobile .mobile_top_logo {
    width: 250px;
  }
}
@media screen and (max-width: 360px) {
  .header_mobile .mobile_top_logo {
    width: 200px;
    padding: 10px 0;
  }
  .header_mobile .media .media-left img {
    width: 50px;
  }
}
.full_photoalbum_page .photo {
  text-align: center;
  margin-bottom: 45px;
}
.full_photoalbum_page .photo img {
  display: inline-block;
}
main .main_carousel_block #mainCarousel .carousel-indicators {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 135px;
  height: 100px;
  background: #ef5733;
  margin-bottom: 0;
}
main .main_carousel_block #mainCarousel .carousel-indicators li {
  width: 5px;
  height: 5px;
  background: #ffffff;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
main .main_carousel_block #mainCarousel .carousel-indicators li.active {
  background: transparent;
  width: 10px;
  height: 10px;
}
main .main_carousel_block #mainCarousel .carousel-indicators li:nth-of-type(2) {
  margin: 0 15px;
}
@media screen and (max-width: 991px) {
  main .main_carousel_block #mainCarousel .carousel-indicators {
    bottom: 0;
  }
  .search_page {
    padding: 20px;
  }
}
main .main_carousel_block #mainCarousel .carousel-inner .item {
  width: 110%;
  height: 770px;
  list-style: none;
}
@media (max-width: 991px) {
  main .main_carousel_block #mainCarousel .carousel-inner .item {
    width: 100%;
    height: 300px;
    list-style: none;
  }
  main .main_carousel_block #mainCarousel .carousel-indicators {
    width: 100px;
    height: 25px;
  }
}
main .main_carousel_block #mainCarousel .carousel-inner img {
  padding: 0;
}
@media screen and (max-width: 991px) {
  main .main_carousel_block #mainCarousel .carousel-indicators {
    right: 0;
    left: auto;
  }
  main .main_carousel_block #mainCarousel .carousel-inner img {
    margin-bottom: 0;
  }
}
main .main_carousel_block .right_block .red_block {
  background: #ef5733;
  height: 460px;
  display: flex;
  justify-content: center;
  align-items: center;
}
main .main_carousel_block .right_block .red_block .absolute_block {
  min-width: 306px;
  min-height: 320px;
  border: 3px solid #ffffff;
  padding: 50px;
  position: relative;
  z-index: 100;
  text-align: center;
}
main .main_carousel_block .right_block .red_block .absolute_block h1,
main .main_carousel_block .right_block .red_block .absolute_block span {
  color: #ffffff;
}
main .main_carousel_block .right_block .red_block .absolute_block h1 {
  font-size: 115px;
  font-family: 'Myriad Pro';
}
main .main_carousel_block .right_block .red_block .absolute_block span {
  font-size: 32px;
}
main .main_carousel_block .right_block .gray_block {
  height: 600px;
  background: #4e4e4e;
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center;
}
main .main_carousel_block .right_block .gray_block .gray_block-text {
  width: 306px;
}
main .main_carousel_block .right_block .gray_block p {
  font-size: 19px;
  color: #ffffff;
  margin-bottom: 30px;
  font-weight: 100;
}
main .main_carousel_block .right_block .gray_block span {
  display: block;
  font-size: 16px;
  color: #b5b5b5;
  margin-bottom: 50px;
  line-height: 1.7;
}
@media screen and (max-width: 1500px) {
  main .main_carousel_block .right_block .gray_block {
    padding: 90px 10% 70px 10px;
  }
  main .main_carousel_block .right_block .gray_block p {
    width: 302px;
  }
}
@media screen and (max-width: 991px) {
  main .main_carousel_block .right_block .gray_block {
    padding: 60px;
    height: 420px;
  }
  main .main_carousel_block .right_block .gray_block .transparent_btn {
    width: 240px;
  }
  main .main_carousel_block .right_block .gray_block p {
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  main .main_carousel_block .right_block .red_block {
    height: 175px;
    padding-top: 0;
  }
  main .main_carousel_block .right_block .red_block > .absolute_block {
    width: auto;
    height: auto;
    padding: 20px 40px;
    text-align: left;
    position: relative;
    left: auto;
    top: auto;
    border: none;
  }
  main .main_carousel_block .right_block .red_block > .absolute_block h1 {
    display: inline-block;
  }
  main .main_carousel_block .right_block .gray_block {
    height: auto;
  }
}
@media screen and (max-width: 600px) {
  main .main_carousel_block .right_block .red_block {
    height: auto;
  }
}
.items .review_item {
  margin-top: 205px;
  height: 309px;
  padding: 12px 12px 0 0;
}
.items .review_item .main_review {
  position: relative;
  height: 100%;
}
.items .review_item .main_review .right_banner {
  position: absolute;
  z-index: 900;
  top: -1099px;
  left: 0;
  right: 0;
}
.items .review_item .main_review .right_banner .right_banner_block1 {
  background: #ef5733;
  height: 460px;
}
.items .review_item .main_review .right_banner .right_banner_block2 {
  padding: 90px 40% 70px 10%;
  height: 600px;
  background: #4e4e4e;
  z-index: 100;
}
.items .review_item .main_review a {
  font-size: 32px;
}
.items .review_item .review_wrapper {
  border: 2px solid #ef5733;
  height: 100%;
  padding: 75px;
  text-align: center;
}
.items .review_item .review_wrapper p {
  font-family: 'centros-bold';
  font-size: 32px;
}
@media screen and (max-width: 1500px) {
  .items .review_item .review_wrapper {
    padding: 53px;
  }
}
.item {
  margin-bottom: 20px;
  height: 520px;
  padding: 12px;
  padding-left: 0;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.item.gray_item .item_wrapper {
  background: #f9f9f9;
}
.item.gray_item .hide_btn {
  background: #f9f9f9 !important;
}
.item .item_wrapper {
  padding: 50px 35px;
  border: 1px solid #ebebeb;
  position: relative;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.item .item_wrapper:hover {
  box-shadow: 0 0 5px 4px #dcdcdc;
  -webkit-box-shadow: 0 0 5px 4px #dcdcdc;
  -moz-box-shadow: 0 0 5px 4px #dcdcdc;
  -o-box-shadow: 0 0 5px 4px #dcdcdc;
}
.item .item_wrapper .hide_btn {
  width: 100%;
  height: 95px;
  padding: 20px 35px;
  bottom: -100px;
  left: 0;
  display: none;
  position: absolute;
  background: #ffffff;
  box-shadow: 0 0 5px 4px #dcdcdc;
  -webkit-box-shadow: 0 0 5px 4px #dcdcdc;
  -moz-box-shadow: 0 0 5px 4px #dcdcdc;
  -o-box-shadow: 0 0 5px 4px #dcdcdc;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.item .item_wrapper .hide_btn a {
  display: block;
  width: 170px;
  text-align: center;
  background: #ef5733;
  color: #ffffff;
  font-family: 'centros-reg';
  padding: 13px;
  border: none;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  background-image: url('/img/btn_icon.png');
  background-repeat: no-repeat;
  background-position: 10% 50%;
  font-size: 18px;
  color: #ffffff !important;
  padding-left: 50px !important;
  margin-bottom: 100px;
  padding: 13px 5%;
}
.item .item_wrapper .hide_btn a:hover {
  filter: brightness(110%);
  -moz-filter: brightness(110%);
  -webkit-filter: brightness(110%);
}
.item .item_wrapper .hide_btn a a.btn_base {
  height: 70px;
  padding: 20px;
}
.item .item_wrapper .hide_btn a.btn_purchase {
  display: block;
  width: 170px;
  text-align: center;
  background: #ef5733;
  color: #ffffff;
  font-family: 'centros-reg';
  padding: 13px;
  border: none;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  background-image: url('/img/btn_icon.png');
  background-repeat: no-repeat;
  font-size: 18px;
  color: #ffffff !important;
  padding-left: 50px !important;
  background-position: 10% 50%;
}
.item .item_wrapper .hide_btn a.btn_purchase:hover {
  filter: brightness(110%);
  -moz-filter: brightness(110%);
  -webkit-filter: brightness(110%);
}
.item .item_wrapper .hide_btn::before {
  content: '';
  display: block;
  width: 100%;
  height: 10px;
  position: absolute;
  top: -10px;
  left: 0;
  background: #ffffff;
  z-index: 1000;
}
.item .item_wrapper:hover .hide_btn {
  display: block;
  z-index: 100;
}
.item .item_title {
  height: 120px;
}
.item .item_title > span {
  font-size: 21px;
  color: #ef5733;
}
.item .item_title > span a {
  font-size: 21px;
  color: #ef5733;
}
.item .item_title > span a:after {
  content: " ";
  display: inline-block;
}
.item .item_title .item_option {
  margin-top: 25px;
}
@media screen and (max-width: 1500px) {
  .item .item_title .item_option {
    margin-top: 0;
  }
}
@media screen and (max-width: 991px) {
  .item .item_title .item_option span {
    font-size: 18px;
  }
}
@media screen and (max-width: 991px) {
  .item {
    padding: 0;
  }
  .item .item_price span {
    font-size: 36px !important;
  }
  .item .item_wrapper {
    padding: 45px 35px;
  }
}
.item .item_img {
  height: 245px;
}
.item .item_img img {
  margin: 0 auto;
  display: block;
  max-height: 100%;
}
.item .item_price span {
  font-size: 26px;
}
.item .item_price span i {
  font-size: 22.1px;
}
.item .item_price i.fa-rub {
  font-size: 22.1px;
}
@media screen and (max-width: 991px) {
  .item .item_price {
    text-align: center;
  }
}
.item.gray_item .item_wrapper .hide_btn::before {
  background: #f9f9f9;
}
@media screen and (max-width: 991px) {
  .item .item_wrapper {
    text-align: center;
  }
}
.special_items {
  margin-bottom: 80px;
}
.special_items .block_capt h2 {
  padding: 10px 0;
  margin-top: 30px;
}
@media screen and (max-width: 991px) {
  .special_items .block_capt {
    height: 145px;
  }
  .special_items .block_capt h2 {
    margin-top: 10px;
  }
}
@media screen and (max-width: 991px) {
  .special_items {
    transform: none;
    -ms-transform: none;
    -o-transform: none;
    -webkit-transform: none;
    -moz-transform: none;
  }
  .special_items .item {
    height: auto;
    padding: 0;
    margin-bottom: -1px;
  }
  .special_items .block_capt {
    background: transparent;
    height: 125px;
    padding: 25px;
  }
}
.numpages {
  width: 100%;
}
.numpages ul li {
  display: inline-block;
}
.numpages ul li a {
  margin-bottom: 70px;
  margin-right: 10px;
  border: 2px solid #ef5733;
  min-width: 33px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  text-align: center;
  padding: 3px;
  font-family: 'centros-reg';
  font-size: 18px;
  color: #ef5733;
  display: block;
}
.numpages ul li a:hover {
  color: #ffffff;
  background: #ef5733;
  text-decoration: none !important;
}
.numpages ul li.active > a {
  background: #ef5733;
  color: #ffffff;
}
.special_items_edit {
  margin-top: 30px;
}
.catalog_page .items {
  margin-bottom: 70px;
}
.catalog_page .more {
  margin-bottom: 70px;
}
.catalog_page .more a {
  font-family: 'centros-reg';
  color: #ef5733;
  border-color: #ef5733;
  width: 230px;
  font-size: 18px;
  display: block;
  margin: 0 auto;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.catalog_page .more a:hover {
  color: #ffffff;
  background: #ef5733;
  text-decoration: none !important;
}
.ui-autocomplete {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  display: none;
  min-width: 160px;
  padding: 4px 0;
  margin: 0 0 10px 25px;
  list-style: none;
  background-color: #ffffff;
  border-color: #ccc;
  border-color: rgba(0, 0, 0, 0.2);
  border-style: solid;
  border-width: 1px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  *border-right-width: 2px;
  *border-bottom-width: 2px;
}
.ui-autocomplete .ui-menu-item {
  width: 100%;
}
.ui-autocomplete .ui-menu-item :hover {
  color: #ffffff;
}
.ui-autocomplete .ui-menu-item {
  color: #000000;
}
.ui-autocomplete .ui-menu-item > a.ui-corner-all {
  display: block;
  padding: 3px 15px;
  clear: both;
  font-weight: normal;
  line-height: 18px;
  white-space: nowrap;
  text-decoration: none;
}
.ui-autocomplete .ui-menu-item :hover {
  color: #ffffff;
}
.ui-autocomplete .ui-state-hover,
.ui-autocomplete .ui-state-active {
  text-decoration: none;
  border-radius: 0px;
  display: block;
  color: #ffffff;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  background: #ef5733 none !important;
}
.catalog_inline_page,
.cart_page {
  margin: 0 0 100px 0;
}
#cdek_form {
	position: relative;
}
.address.ui-autocomplete-input {
	position: inherit;
	z-index: 1;
}
.dest_city_label {
	position: absolute;
	user-select: none;
	top: 100px;
	transform: translateY(-50%);
	width: 100%;
	font-size: 20px;
	color: #b5b5b5;
	z-index: 0;
	opacity: 1;
}
#cdek_form input:not(:placeholder-shown) + label,
#cdek_form input:focus~label {
	opacity: 0;
}
.catalog_inline_page #cdek_block,
.cart_page #cdek_block {
  display: none;
}
.catalog_inline_page #cdek_block #basket_to_checkout,
.cart_page #cdek_block #basket_to_checkout {
  display: block;
  width: 170px;
  text-align: center;
  background: #ef5733;
  color: #ffffff;
  font-family: 'centros-reg';
  padding: 13px;
  border: none;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  background-image: url('/img/btn_icon.png');
  background-repeat: no-repeat;
  background-position: 22% 50%;
  font-size: 18px;
  color: #ffffff !important;
  margin-bottom: 100px;
  padding: 13px 5%;
  background-image: none;
  width: 230px;
  padding: 20px;
}
.catalog_inline_page #cdek_block #basket_to_checkout:hover,
.cart_page #cdek_block #basket_to_checkout:hover {
  filter: brightness(110%);
  -moz-filter: brightness(110%);
  -webkit-filter: brightness(110%);
}
.catalog_inline_page #cdek_block #basket_to_checkout a.btn_base,
.cart_page #cdek_block #basket_to_checkout a.btn_base {
  height: 70px;
  padding: 20px;
}
.catalog_inline_page .pvz-errors,
.cart_page .pvz-errors {
  display: none;
  margin-top: 20px;
}
.catalog_inline_page .pvz,
.cart_page .pvz {
  display: none;
}
.catalog_inline_page fieldset.cdek-delivery-options div label,
.cart_page fieldset.cdek-delivery-options div label {
  margin-bottom: 0;
}
.catalog_inline_page fieldset.cdek-delivery-options div label input,
.cart_page fieldset.cdek-delivery-options div label input {
  margin-bottom: 0 !important;
}
.catalog_inline_page fieldset.cdek-delivery-options .cdek-delivery-options :last-child,
.cart_page fieldset.cdek-delivery-options .cdek-delivery-options :last-child {
  margin-bottom: 20px;
}
.catalog_inline_page .item,
.cart_page .item {
  padding: 0 2.5%;
  border: 1px solid #ebebeb;
  margin-bottom: 0;
  margin-top: -1px;
  height: 230px;
}
.catalog_inline_page .item .item_img img,
.cart_page .item .item_img img {
  max-height: 190px;
  vertical-align: middle;
}
.catalog_inline_page .item .item_title h5,
.cart_page .item .item_title h5 {
  color: #ef5733;
}
.catalog_inline_page .item .item_price,
.cart_page .item .item_price {
  text-align: left;
}
.catalog_inline_page .item .item_price span,
.cart_page .item .item_price span {
  font-size: 28px;
}
.catalog_inline_page .item .price_sect,
.cart_page .item .price_sect {
  padding: 90px 0;
}
.catalog_inline_page .item .price_sect .item_btn a,
.cart_page .item .price_sect .item_btn a {
  display: block;
  width: 170px;
  text-align: center;
  background: #ef5733;
  color: #ffffff;
  font-family: 'centros-reg';
  padding: 13px;
  border: none;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  background-image: url('/img/btn_icon.png');
  background-repeat: no-repeat;
  background-position: 22% 50%;
  font-size: 18px;
  color: #ffffff !important;
  padding-left: 50px !important;
  margin-bottom: 100px;
  padding: 13px 5%;
}
.catalog_inline_page .item .price_sect .item_btn a:hover,
.cart_page .item .price_sect .item_btn a:hover {
  filter: brightness(110%);
  -moz-filter: brightness(110%);
  -webkit-filter: brightness(110%);
}
.catalog_inline_page .item .price_sect .item_btn a a.btn_base,
.cart_page .item .price_sect .item_btn a a.btn_base {
  height: 70px;
  padding: 20px;
}
.catalog_inline_page .item > .row > div,
.cart_page .item > .row > div {
  height: 230px;
  display: table;
}
.catalog_inline_page .item > .row > div div,
.cart_page .item > .row > div div {
  display: table-cell;
  vertical-align: middle;
  font-size: 21px;
}
.catalog_inline_page .item > .row > div div span a,
.cart_page .item > .row > div div span a {
  font-size: 21px;
  color: #ef5733;
}
.catalog_inline_page .more,
.cart_page .more {
  margin: 50px 0;
}
.catalog_inline_page .more a,
.cart_page .more a {
  border-color: #ef5733;
  color: #ef5733;
  width: 230px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.catalog_inline_page .more a:hover,
.cart_page .more a:hover {
  color: #ffffff;
  background: #ef5733;
  text-decoration: none !important;
}
.catalog_inline_page .quantity_count,
.cart_page .quantity_count {
  float: right;
  margin-right: 50px;
}
.catalog_inline_page .quantity_count span,
.cart_page .quantity_count span {
  display: block;
  float: left;
  height: 50px;
  border: 1px solid #ebebeb;
  padding: 13px;
  text-align: center;
}
.catalog_inline_page .quantity_count span.char,
.cart_page .quantity_count span.char {
  width: 50px;
}
.catalog_inline_page .quantity_count span.int,
.cart_page .quantity_count span.int {
  width: 70px;
  border-right: none;
  border-left: none;
  font-size: 17px;
}
.catalog_inline_page .item_delete,
.cart_page .item_delete {
  text-align: right;
}
.catalog_inline_page .result_sum,
.cart_page .result_sum {
  margin-top: -1px;
  padding: 40px 20px 40px 0;
  background: #f8f8f8;
  height: 230px;
  border: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
}
.catalog_inline_page .result_sum p,
.cart_page .result_sum p {
  font-size: 40px;
}
.catalog_inline_page .result_sum a,
.cart_page .result_sum a {
  display: block;
  width: 170px;
  text-align: center;
  background: #ef5733;
  color: #ffffff;
  font-family: 'centros-reg';
  padding: 13px;
  border: none;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  background-image: url('/img/btn_icon.png');
  background-repeat: no-repeat;
  background-position: 22% 50%;
  font-size: 18px;
  color: #ffffff !important;
  padding-left: 50px !important;
  margin-bottom: 100px;
  padding: 13px 5%;
  background-image: none;
  width: 230px;
  padding: 15px 20px !important;
}
.catalog_inline_page .result_sum a:hover,
.cart_page .result_sum a:hover {
  filter: brightness(110%);
  -moz-filter: brightness(110%);
  -webkit-filter: brightness(110%);
}
.catalog_inline_page .result_sum a a.btn_base,
.cart_page .result_sum a a.btn_base {
  height: 70px;
  padding: 20px;
}
@media screen and (max-width: 991px) {
  .catalog_inline_page .result_sum,
  .cart_page .result_sum {
    padding: 60px 0;
    height: 350px;
    text-align: center;
  }
  .catalog_inline_page .result_sum span,
  .cart_page .result_sum span {
    font-size: 22px;
    color: #3b3b3b;
    margin-bottom: 30px;
    display: block;
  }
  .catalog_inline_page .result_sum p,
  .cart_page .result_sum p {
    margin-bottom: 50px;
    font-family: 'centros-bold';
  }
  .catalog_inline_page .result_sum a,
  .cart_page .result_sum a {
    display: inline-block;
    width: 80%;
    padding: 17px;
    font-size: 32px;
  }
}
@media screen and (max-width: 480px) {
  .catalog_inline_page .result_sum a,
  .cart_page .result_sum a {
    font-size: 18px;
  }
}
@media screen and (max-width: 991px) {
  .catalog_inline_page,
  .cart_page {
    margin-bottom: 0;
  }
}
.catalog_inline_page input[type="submit"],
.cart_page input[type="submit"],
.catalog_inline_page a.paysystem_button,
.cart_page a.paysystem_button {
  display: block;
  width: 270px;
  background: #ef5733;
  font-size: 20px;
  color: #ffffff;
  padding: 8px;
  border: none;
  text-align: center;
}
.catalog_inline_page .paysystem_buttons,
.cart_page .paysystem_buttons {
  padding: 5px;
}
.cart_page .block_capt {
  margin-bottom: 30px;
}
.mobile_item .item_title {
  text-align: center;
}
.mobile_item .item_title h3 {
  font-family: 'centros-reg';
  color: #ef5733;
}
.mobile_item .item_img {
  margin-bottom: 50px;
}
.mobile_item .item_img img {
  display: block;
  margin: 0 auto;
}
.mobile_item .quantity_count {
  float: none;
  text-align: center;
}
.mobile_item .quantity_count span.char {
  width: 90px;
}
.mobile_item .quantity_count span.int {
  width: 150px;
}
@media screen and (max-width: 335px) {
  .mobile_item .quantity_count span.char {
    width: 70px;
  }
  .mobile_item .quantity_count span.int {
    width: 130px;
  }
}
.mobile_item .item_price {
  text-align: center;
  margin: 40px 0;
}
.mobile_item .item_price h2 {
  font-family: 'centros-reg';
}
.sort_row > .container > .row {
  background: #f8f8f8;
  height: 60px;
  padding: 20px;
}
.sort_row > .container > .optioned_sorting {
  height: auto;
}
.sort_row > .container > .optioned_sorting a {
  text-decoration: underline;
}
.sort_row .sort ul li,
.sort_row .sort ul a {
  color: #8f8f8f;
}
.sort_row .sort ul li {
  margin-right: 25px;
}
.sort_row .sort ul li a {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.sort_row .sort ul li a:hover {
  color: #ef5733;
  text-decoration: none !important;
}
.sort_row .sort ul li a.active {
  position: relative;
}
.sort_row .sort ul li a.active::after {
  content: '';
  display: block;
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 110%;
  height: 2px;
  background: #ef5733;
}
.sort_row .sort table tbody tr td {
  white-space: nowrap;
}
.sort_row .view ul > li {
  margin-right: 10px;
}
.sort_row .view ul > li i {
  margin-left: 10px;
}
.sort_row .view ul li a {
  color: #8f8f8f;
  text-decoration: underline;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.sort_row .view ul li a:hover {
  color: #ef5733;
  text-decoration: none !important;
}
.sort_row table > tbody > tr > td {
  border: 0;
  padding: 1px;
}
.adventage {
  margin-bottom: 70px;
}
.adventage > .container > .row .adventage_item {
  background: #f8f8f8;
  border-top: 2px solid #3b3b3b;
  padding: 70px 100px 70px 70px;
}
.adventage > .container > .row .adventage_item .item_icon {
  height: 65px;
}
.adventage > .container > .row .adventage_item .item_title {
  margin-bottom: 20px;
}
.adventage > .container > .row .adventage_item .item_title span {
  font-size: 21px;
}
.adventage > .container > .row .adventage_item .item_content {
  line-height: 1.7;
}
@media screen and (min-width: 991px) and (max-width: 1500px) {
  .adventage > .container > .row .adventage_item {
    padding: 60px;
    height: 300px;
  }
}
@media screen and (min-width: 991px) {
  .adventage .adventage_item {
    /*margin-top: -275px;*/
  }
}
@media screen and (max-width: 991px) {
  .adventage {
    margin-top: 0;
  }
  .adventage > .container > .row {
    border-top: 1px solid #3b3b3b;
    height: auto;
  }
  .adventage > .container > .row .adventage_item {
    padding: 50px;
    border: none;
  }
  .adventage > .container > .row .adventage_item .item_icon {
    height: 0;
  }
  .adventage > .container > .row .adventage_item .item_content span {
    font-size: 18px;
  }
  .adventage .adventage_item .item_content,
  .adventage .adventage_item .item_title {
    margin-left: 100px;
  }
}
@media screen and (max-width: 500px) {
  .adventage .adventage_item {
    padding: 30px 15px !important;
  }
}
.news .block_capt > .container {
  padding-left: 70px;
}
.news .news_item {
  height: 280px;
  padding: 0 100px 0 70px;
}
.news .news_item .item_title {
  *height: 55px;
  margin-bottom: 40px;
  margin-top: 30px;
}
.news .news_item .item_title p {
  color: #ef5733;
  font-size: 15px;
}
.news .news_item .item_content {
  color: #808080;
}
.news .news_item h3 {
  font-family: 'centros-reg';
}
@media screen and (min-width: 991px) and (max-width: 1500px) {
  .news .news_item {
    padding: 30px;
  }
}
@media screen and (max-width: 991px) {
  .news .container {
    padding-left: 0 !important;
  }
  .news .block_capt {
    background: transparent;
    border: none;
  }
  .news .news_item .item_title p {
    font-size: 22px;
  }
  .news .news_item .item_content span {
    font-size: 18px;
  }
}
@media screen and (max-width: 500px) {
  .news .news_item {
    padding: 30px;
  }
}
main .search_page input[type="submit"] {
  display: block;
  width: 270px;
  background: #ef5733;
  font-size: 20px;
  color: #ffffff;
  padding: 8px;
  border: none;
  text-align: center;
}
main .webform_posted_page input[type="submit"] {
  display: block;
  width: 270px;
  background: #ef5733;
  font-size: 20px;
  color: #ffffff;
  padding: 8px;
  border: none;
  text-align: center;
}
main .order_page {
  margin-bottom: 150px;
}
main .order_page .order_caption {
  height: 140px;
  padding: 50px 0;
  background: #4e4e4e;
  text-align: center;
}
main .order_page .order_caption h5 {
  color: #ffffff;
}
main .order_page .order_caption h5 span {
  font-size: 26px;
}
main .order_page .form_wrapper {
  border: 1px solid #e0e0e0;
  border-top: none;
}
main .order_page .order_form {
  padding: 40px 0;
}
main .order_page .order_form form {
  width: 80%;
  display: block;
  margin: 0 auto;
}
main .order_page .order_form form > input,
main .order_page .order_form form textarea {
  display: block;
  background: transparent;
  border-bottom: 1px solid #b5b5b5;
  border-top: none;
  border-right: none;
  border-left: none;
  padding: 15px 0;
  width: 100%;
  color: #3b3b3b;
}
main .order_page .order_form form > input[type="submit"] {
  background: #ef5733;
  font-family: 'centros-reg';
  padding: 15px;
  width: 250px;
  display: block;
  color: #ffffff;
  font-size: 18px;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  margin-top: 40px;
}
main .order_page .order_form form > input[type="submit"]:hover {
  background: #ed441b;
}
main .order_page .order_form form .inline {
  width: 45%;
}
main .order_page .order_form form .inline:first-of-type {
  float: left;
}
main .order_page .order_form form .inline:nth-of-type(2) {
  float: right;
}
main .order_page .order_form form input,
main .order_page .order_form form textarea {
  margin-bottom: 20px;
}
main .order_page .order_form form input::-webkit-input-placeholder,
main .order_page .order_form form textarea::-webkit-input-placeholder {
  color: #3b3b3b;
}
main .order_page .order_form form input::-moz-placeholder,
main .order_page .order_form form textarea::-moz-placeholder {
  color: #3b3b3b;
}
main .order_page .order_form form input:-moz-placeholder,
main .order_page .order_form form textarea:-moz-placeholder {
  color: #3b3b3b;
}
main .order_page .order_form form input[type="submit"],
main .order_page .order_form form textarea[type="submit"] {
  margin-top: 50px;
}
main .order_page .order_form input:not([type="submit"])::-webkit-input-placeholder,
main .order_page .order_form textarea::-webkit-input-placeholder {
  color: #3b3b3b;
  font-size: 22px;
}
main .order_page .order_form input:not([type="submit"])::-moz-placeholder,
main .order_page .order_form textarea::-moz-placeholder {
  color: #3b3b3b;
  font-size: 22px;
}
main .order_page .order_form input:not([type="submit"]):-moz-placeholder,
main .order_page .order_form textarea:-moz-placeholder {
  color: #3b3b3b;
  font-size: 22px;
}
main .order_page .form_img {
  padding: 200px 0 40px 0;
}
main .order_page .form_img img {
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 991px) {
  main .order_page .order_caption {
    height: auto;
  }
}
main .login_page .login_form {
  padding: 40px 0;
}
main .login_page .login_form form {
  width: 80%;
  display: block;
  margin: 0 auto;
}
main .login_page .login_form form > input,
main .login_page .login_form form textarea {
  display: block;
  background: transparent;
  border-bottom: 1px solid #b5b5b5;
  border-top: none;
  border-right: none;
  border-left: none;
  padding: 15px 0;
  width: 100%;
  color: #3b3b3b;
}
main .login_page .login_form form > input[type="submit"] {
  background: #ef5733;
  font-family: 'centros-reg';
  padding: 15px;
  width: 250px;
  display: block;
  color: #ffffff;
  font-size: 18px;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  margin-top: 40px;
}
main .login_page .login_form form > input[type="submit"]:hover {
  background: #ed441b;
}
main .login_page .login_form form .inline {
  width: 45%;
}
main .login_page .login_form form .inline:first-of-type {
  float: left;
}
main .login_page .login_form form .inline:nth-of-type(2) {
  float: right;
}
main .login_page .login_form form input,
main .login_page .login_form form textarea {
  margin-bottom: 20px;
}
main .login_page .login_form form input::-webkit-input-placeholder,
main .login_page .login_form form textarea::-webkit-input-placeholder {
  color: #3b3b3b;
}
main .login_page .login_form form input::-moz-placeholder,
main .login_page .login_form form textarea::-moz-placeholder {
  color: #3b3b3b;
}
main .login_page .login_form form input:-moz-placeholder,
main .login_page .login_form form textarea:-moz-placeholder {
  color: #3b3b3b;
}
main .login_page .login_form form input[type="submit"],
main .login_page .login_form form textarea[type="submit"] {
  margin-top: 50px;
}
main .login_page .login_form input:not([type="submit"])::-webkit-input-placeholder,
main .login_page .login_form textarea::-webkit-input-placeholder {
  color: #3b3b3b;
  font-size: 22px;
}
main .login_page .login_form input:not([type="submit"])::-moz-placeholder,
main .login_page .login_form textarea::-moz-placeholder {
  color: #3b3b3b;
  font-size: 22px;
}
main .login_page .login_form input:not([type="submit"]):-moz-placeholder,
main .login_page .login_form textarea:-moz-placeholder {
  color: #3b3b3b;
  font-size: 22px;
}
main .user_settings .user_form {
  padding: 40px 0;
}
main .user_settings .user_form form {
  width: 80%;
  display: block;
  margin: 0 auto;
}
main .user_settings .user_form form > input,
main .user_settings .user_form form textarea {
  display: block;
  background: transparent;
  border-bottom: 1px solid #b5b5b5;
  border-top: none;
  border-right: none;
  border-left: none;
  padding: 15px 0;
  width: 100%;
  color: #3b3b3b;
}
main .user_settings .user_form form > input[type="submit"] {
  background: #ef5733;
  font-family: 'centros-reg';
  padding: 15px;
  width: 250px;
  display: block;
  color: #ffffff;
  font-size: 18px;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  margin-top: 40px;
}
main .user_settings .user_form form > input[type="submit"]:hover {
  background: #ed441b;
}
main .user_settings .user_form form .inline {
  width: 45%;
}
main .user_settings .user_form form .inline:first-of-type {
  float: left;
}
main .user_settings .user_form form .inline:nth-of-type(2) {
  float: right;
}
main .user_settings .user_form form input,
main .user_settings .user_form form textarea {
  margin-bottom: 20px;
}
main .user_settings .user_form form input::-webkit-input-placeholder,
main .user_settings .user_form form textarea::-webkit-input-placeholder {
  color: #3b3b3b;
}
main .user_settings .user_form form input::-moz-placeholder,
main .user_settings .user_form form textarea::-moz-placeholder {
  color: #3b3b3b;
}
main .user_settings .user_form form input:-moz-placeholder,
main .user_settings .user_form form textarea:-moz-placeholder {
  color: #3b3b3b;
}
main .user_settings .user_form form input[type="submit"],
main .user_settings .user_form form textarea[type="submit"] {
  margin-top: 50px;
}
main .user_settings .user_form input:not([type="submit"])::-webkit-input-placeholder,
main .user_settings .user_form textarea::-webkit-input-placeholder {
  color: #3b3b3b;
  font-size: 22px;
}
main .user_settings .user_form input:not([type="submit"])::-moz-placeholder,
main .user_settings .user_form textarea::-moz-placeholder {
  color: #3b3b3b;
  font-size: 22px;
}
main .user_settings .user_form input:not([type="submit"]):-moz-placeholder,
main .user_settings .user_form textarea:-moz-placeholder {
  color: #3b3b3b;
  font-size: 22px;
}
main .reg_page .reg_form {
  padding: 40px 0;
}
main .reg_page .reg_form form {
  width: 80%;
  display: block;
  margin: 0 auto;
}
main .reg_page .reg_form form > input,
main .reg_page .reg_form form textarea {
  display: block;
  background: transparent;
  border-bottom: 1px solid #b5b5b5;
  border-top: none;
  border-right: none;
  border-left: none;
  padding: 15px 0;
  width: 100%;
  color: #3b3b3b;
}
main .reg_page .reg_form form > input[type="submit"] {
  background: #ef5733;
  font-family: 'centros-reg';
  padding: 15px;
  width: 250px;
  display: block;
  color: #ffffff;
  font-size: 18px;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  margin-top: 40px;
}
main .reg_page .reg_form form > input[type="submit"]:hover {
  background: #ed441b;
}
main .reg_page .reg_form form .inline {
  width: 45%;
}
main .reg_page .reg_form form .inline:first-of-type {
  float: left;
}
main .reg_page .reg_form form .inline:nth-of-type(2) {
  float: right;
}
main .reg_page .reg_form form input,
main .reg_page .reg_form form textarea {
  margin-bottom: 20px;
}
main .reg_page .reg_form form input::-webkit-input-placeholder,
main .reg_page .reg_form form textarea::-webkit-input-placeholder {
  color: #3b3b3b;
}
main .reg_page .reg_form form input::-moz-placeholder,
main .reg_page .reg_form form textarea::-moz-placeholder {
  color: #3b3b3b;
}
main .reg_page .reg_form form input:-moz-placeholder,
main .reg_page .reg_form form textarea:-moz-placeholder {
  color: #3b3b3b;
}
main .reg_page .reg_form form input[type="submit"],
main .reg_page .reg_form form textarea[type="submit"] {
  margin-top: 50px;
}
main .reg_page .reg_form input:not([type="submit"])::-webkit-input-placeholder,
main .reg_page .reg_form textarea::-webkit-input-placeholder {
  color: #3b3b3b;
  font-size: 22px;
}
main .reg_page .reg_form input:not([type="submit"])::-moz-placeholder,
main .reg_page .reg_form textarea::-moz-placeholder {
  color: #3b3b3b;
  font-size: 22px;
}
main .reg_page .reg_form input:not([type="submit"]):-moz-placeholder,
main .reg_page .reg_form textarea:-moz-placeholder {
  color: #3b3b3b;
  font-size: 22px;
}
main .reg_page .reg_form .password_with_descr {
  margin-bottom: 5px;
}
main .reg_page .reg_form .description {
  margin-bottom: 15px;
}
main .forget_page .forget_form {
  padding: 40px 0;
}
main .forget_page .forget_form form {
  width: 80%;
  display: block;
  margin: 0 auto;
}
main .forget_page .forget_form form > input,
main .forget_page .forget_form form textarea {
  display: block;
  background: transparent;
  border-bottom: 1px solid #b5b5b5;
  border-top: none;
  border-right: none;
  border-left: none;
  padding: 15px 0;
  width: 100%;
  color: #3b3b3b;
}
main .forget_page .forget_form form > input[type="submit"] {
  background: #ef5733;
  font-family: 'centros-reg';
  padding: 15px;
  width: 250px;
  display: block;
  color: #ffffff;
  font-size: 18px;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  margin-top: 40px;
}
main .forget_page .forget_form form > input[type="submit"]:hover {
  background: #ed441b;
}
main .forget_page .forget_form form .inline {
  width: 45%;
}
main .forget_page .forget_form form .inline:first-of-type {
  float: left;
}
main .forget_page .forget_form form .inline:nth-of-type(2) {
  float: right;
}
main .forget_page .forget_form form input,
main .forget_page .forget_form form textarea {
  margin-bottom: 20px;
}
main .forget_page .forget_form form input::-webkit-input-placeholder,
main .forget_page .forget_form form textarea::-webkit-input-placeholder {
  color: #3b3b3b;
}
main .forget_page .forget_form form input::-moz-placeholder,
main .forget_page .forget_form form textarea::-moz-placeholder {
  color: #3b3b3b;
}
main .forget_page .forget_form form input:-moz-placeholder,
main .forget_page .forget_form form textarea:-moz-placeholder {
  color: #3b3b3b;
}
main .forget_page .forget_form form input[type="submit"],
main .forget_page .forget_form form textarea[type="submit"] {
  margin-top: 50px;
}
main .forget_page .forget_form input:not([type="submit"])::-webkit-input-placeholder,
main .forget_page .forget_form textarea::-webkit-input-placeholder {
  color: #3b3b3b;
  font-size: 22px;
}
main .forget_page .forget_form input:not([type="submit"])::-moz-placeholder,
main .forget_page .forget_form textarea::-moz-placeholder {
  color: #3b3b3b;
  font-size: 22px;
}
main .forget_page .forget_form input:not([type="submit"]):-moz-placeholder,
main .forget_page .forget_form textarea:-moz-placeholder {
  color: #3b3b3b;
  font-size: 22px;
}
main .contact_page .breadcrumbs {
  margin-top: 0;
}
main .contact_page .contact_info {
  position: absolute;
  left: 0;
  z-index: 5;
}
main .contact_page .contact_info .info_icon {
  margin-bottom: 30px;
}
main .contact_page .contact_info .info_item {
  height: 330px;
  padding: 80px 20px;
  border: 10px solid #ffffff;
  background: #f8f8f8;
  border-bottom: 20px solid #ffffff;
  text-align: center;
}
main .contact_page .contact_info .info_item:first-of-type {
  border-left: 20px solid #ffffff;
}
main .contact_page .contact_info .info_item:last-of-type {
  border-right: 20px solid #ffffff;
}
main .contact_page .contact_info .info_item i {
  display: inline-block;
}
main .contact_page .contact_info .info_item span {
  font-size: 17px;
  font-family: 'centros-medium';
}
main .contact_page .contact_info .info_item:nth-of-type(2) span {
  font-size: 30px;
}
@media screen and (max-width: 991px) {
  main .contact_page .contact_info .info_item {
    height: 200px;
    border-right: 0 !important;
    border-left: 0 !important;
    padding: 35px 0 35px 0;
    text-align: center;
  }
  main .contact_page .contact_info .info_item:not(:last-of-type) {
    border-bottom: none;
  }
  main .contact_page .contact_info .info_item:last-of-type {
    border-bottom: 10px solid #ffffff;
  }
  main .contact_page .contact_info .info_item .info_icon,
  main .contact_page .contact_info .info_item .info_text {
    display: inline-block;
  }
  main .contact_page .contact_info .info_item .info_icon {
    vertical-align: middle;
    padding-right: 15px;
  }
  main .contact_page .contact_info .info_item .info_text {
    width: 60%;
  }
}
@media screen and (max-width: 991px) {
  main .contact_page .contact_info {
    position: relative;
    top: auto;
    left: auto;
  }
}
main .contact_page #map * {
  height: 730px;
  width: 100% !important;
  margin-top: 89px;
}
main .contact_page .info_container {
  height: 240px;
  position: relative;
}
@media screen and (max-width: 991px) {
  main .contact_page .info_container {
    height: auto;
  }
}
main .contact_page .contact_form {
  padding: 40px 0;
}
main .contact_page .contact_form form {
  width: 80%;
  display: block;
  margin: 0 auto;
}
main .contact_page .contact_form form > input,
main .contact_page .contact_form form textarea {
  display: block;
  background: transparent;
  border-bottom: 1px solid #b5b5b5;
  border-top: none;
  border-right: none;
  border-left: none;
  padding: 15px 0;
  width: 100%;
  color: #3b3b3b;
}
main .contact_page .contact_form form > input[type="submit"] {
  background: #ef5733;
  font-family: 'centros-reg';
  padding: 15px;
  width: 250px;
  display: block;
  color: #ffffff;
  font-size: 18px;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  margin-top: 40px;
}
main .contact_page .contact_form form > input[type="submit"]:hover {
  background: #ed441b;
}
main .contact_page .contact_form form .inline {
  width: 45%;
}
main .contact_page .contact_form form .inline:first-of-type {
  float: left;
}
main .contact_page .contact_form form .inline:nth-of-type(2) {
  float: right;
}
main .contact_page .contact_form form input,
main .contact_page .contact_form form textarea {
  margin-bottom: 20px;
}
main .contact_page .contact_form form input::-webkit-input-placeholder,
main .contact_page .contact_form form textarea::-webkit-input-placeholder {
  color: #3b3b3b;
}
main .contact_page .contact_form form input::-moz-placeholder,
main .contact_page .contact_form form textarea::-moz-placeholder {
  color: #3b3b3b;
}
main .contact_page .contact_form form input:-moz-placeholder,
main .contact_page .contact_form form textarea:-moz-placeholder {
  color: #3b3b3b;
}
main .contact_page .contact_form form input[type="submit"],
main .contact_page .contact_form form textarea[type="submit"] {
  margin-top: 50px;
}
@media screen and (max-width: 991px) {
  main .contact_page .contact_form form input::-webkit-input-placeholder {
    color: #3b3b3b;
  }
  main .contact_page .contact_form form input::-moz-placeholder {
    color: #3b3b3b;
  }
  main .contact_page .contact_form form input:-moz-placeholder {
    color: #3b3b3b;
  }
  main .contact_page .contact_form form input.inline {
    display: block;
    float: none !important;
    width: 100%;
  }
  main .contact_page .contact_form form input[type="submit"] {
    width: 100%;
    font-size: 32px;
  }
}
@media screen and (max-width: 480px) {
  main .contact_page .contact_form form input[type="submit"] {
    font-size: 18px;
  }
}
#itemCarousel .item {
  height: 440px;
}
#itemCarousel .item img {
  display: block;
  margin: 0 auto;
}
#prevCarousel {
  width: 100%;
  margin-bottom: 50px;
}
#prevCarousel .item_prev {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  height: 100px;
  border: 1px solid #ebebeb;
  width: 15%;
  float: left;
  margin-right: 10px;
}
#prevCarousel .item_prev.active {
  border-color: 1px solid #ef5733;
}
.carousel-control {
  bottom: auto;
  font-size: 50px;
  right: auto;
  color: #d9d9d9;
  background-image: none !important;
  text-shadow: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
}
.item_page {
  margin-bottom: 110px;
}
.item_page .item_about p {
  font-size: 17px;
  line-height: 2;
}
.item_page .item_btn {
  border: 2px solid #ffffff;
  font-size: 15px;
  font-family: 'centros-bold';
  padding: 13px 0;
  color: #ffffff;
  display: block;
}
@media screen and (max-width: 991px) {
  .item_page .cart_btn {
    width: 90%;
    height: 60px;
    font-size: 32px;
    font-family: 'centros-reg';
    background-position: 41% 50%;
    padding: 7px;
    margin: 30px auto 0 auto;
  }
  .item_page .price h2 {
    font-size: 40px;
    font-family: 'centros-reg';
  }
  .item_page .price h2 i {
    font-size: 35px;
  }
}
@media screen and (max-width: 650px) {
  .item_page .cart_btn {
    background-position: 35%;
  }
}
@media screen and (max-width: 400px) {
  .item_page .cart_btn {
    background-position: 25%;
  }
}
.main_page_news {
  margin-bottom: 50px;
}
.main_page_news_edit {
  margin-bottom: 20px;
}
footer {
  padding: 100px 0;
}
footer a {
  color: #ffffff;
}
footer p,
footer h3 {
  color: #ffffff;
}
footer p {
  line-height: 1;
}
footer .footer_payment {
  margin-bottom: 20px;
}
footer .footer_contact h3 {
  padding: 0;
  margin: 0;
}
footer .footer_copy {
  margin-bottom: 35px;
}
footer .footer_social ul li {
  display: inline-block;
  margin-right: 10%;
}
footer .footer_social ul li:last-of-type {
  margin-right: 0;
}
footer .footer_social ul li a {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
footer .footer_social ul li a:hover {
  filter: brightness(110%);
  -moz-filter: brightness(110%);
  -webkit-filter: brightness(110%);
}
footer .row > div {
  padding-left: 70px;
}
footer .row > div:last-of-type {
  padding-right: 100px;
  text-align: right;
}
@media screen and (max-width: 1500px) {
  footer .row > div {
    padding-left: 30px;
  }
  footer .row > div:last-of-type {
    padding-right: 30px;
    text-align: right;
  }
}
@media screen and (max-width: 991px) {
  footer {
    padding: 60px 0;
  }
  footer .row > div {
    padding: 0 5%;
  }
  footer .row > div p {
    font-size: 17px;
  }
  footer .row > div:first-of-type h3 {
    color: #ffffff;
  }
  footer .row > div span {
    color: #8e8e8e;
  }
  footer .social_mobile {
    margin-top: 75px;
  }
  footer .social_mobile ul {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media screen and (max-width: 1500px) {
  header .header_brand h2 {
    font-size: 21px;
  }
  header .header_brand h2 a {
    font-size: inherit;
  }
  header .header_contact a {
    font-size: 13px;
  }
  header .header_contact h3 {
    word-wrap: break-word;
    word-break: normal;
    width: 160px;
    font-size: 18px;
    font-family: 'intro';
  }
}
.item_block #catalogItem .item {
  height: 380px;
}
.item_block #catalogItem .item img {
  margin: 0 auto;
}
.item_block #itemControl .catalog_control {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 50px;
}
.item_block #itemControl .catalog_control .control_item {
  width: 100px;
  height: 100px;
  border: 1px solid #ebebeb;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
}
.item_block #itemControl .catalog_control .control_item.red_bord,
.item_block #itemControl .catalog_control .control_item.active {
  border-color: #ef5733;
}
.item_block .carousel-control {
  top: 10%;
  opacity: 1;
}
.item_block .carousel-control i {
  font-size: 30px;
  color: #666666;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transition: all 0.1s;
  -moz-transition: all 0.1s;
  -ms-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
}
.item_block .carousel-control i:hover {
  transform: scale(2);
}
.item_block .carousel-control.left {
  left: -25px;
}
.item_block .carousel-control.right {
  right: -25px;
}
.item_page .item_cover {
  padding-top: 25px;
  height: 450px;
}
.item_page .item_cover #itemCarousel .item img {
  margin: 0 auto;
  display: block;
  max-height: 100%;
}
@media screen and (max-width: 991px) {
  .item_page .item_cover {
    padding-top: 0;
  }
}
.item_page .item_preview {
  margin-bottom: 130px;
}
.item_page .item_preview #previewCarousel {
  position: relative;
}
.item_page .item_preview #previewCarousel .item {
  height: auto;
  padding: 0 50px;
  list-style: none;
}
.item_page .item_preview #previewCarousel .item .item-prev {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  padding: 20px;
  border: 1px solid #ebebeb;
  height: 120px;
  width: 14%;
  float: left;
  margin-right: 1%;
  margin-top: 1%;
}
@media screen and (max-width: 1500px) {
  .item_page .item_preview #previewCarousel .item .item-prev {
    height: 50px;
    padding: 5px;
  }
}
.item_page .item_preview #previewCarousel .item .item-prev img {
  display: block;
  margin: 0 auto;
}
.item_page .item_preview #previewCarousel .carousel-control {
  box-shadow: none;
  text-shadow: none;
  background-image: none;
  opacity: 1;
  top: auto;
  bottom: auto;
  width: 11px !important;
  height: 17px !important;
}
.item_page .item_preview #previewCarousel .carousel-control.left {
  left: 0;
  top: 10%;
}
.item_page .item_preview #previewCarousel .carousel-control.right {
  right: 10%;
  top: 35%;
}
.item_page .item_preview #previewCarousel .carousel-control img {
  height: auto;
  max-width: 100%;
}
@media screen and (max-width: 1500px) {
  .item_page .item_preview #previewCarousel .carousel-control.left {
    top: auto;
    bottom: 90%;
  }
}
@media screen and (max-width: 991px) {
  .item_page .item_preview {
    margin-bottom: 0;
  }
}
.item_page .about_item {
  margin-top: 50px;
  padding-right: 20px;
}
.item_page .about_item p {
  font-size: 16px;
  line-height: 1.7;
}
@media screen and (max-width: 991px) {
  .item_page .about_item {
    padding: 0 5%;
  }
}
.item_page .item_option_block {
  margin-top: 100px;
  padding: 40px;
}
.item_page .item_option_block .cart_btn {
  margin-bottom: 0;
}
@media screen and (min-width: 991px) {
  .item_page .item_option_block .cart_btn.lg {
    width: 90%;
    font-size: 22px;
    background-position: 31% 50%;
    padding: 8px 5%;
    margin: 20px auto;
  }
}
@media screen and (max-width: 991px) {
  .item_page .item_option_block .cart_btn {
    width: 90%;
    height: 60px;
    font-size: 32px;
    font-family: 'centros-reg';
    background-position: 37% 50%;
    padding: 7px;
    margin: 30px auto 0 auto;
  }
}
@media screen and (max-width: 500px) {
  .item_page .item_option_block .cart_btn {
    width: 150px;
  }
}
.item_page .item_option_block .price h2 {
  font-size: 40px;
  margin-top: 0;
  font-family: 'centros-reg';
}
.item_page .item_option_block .price h2 i {
  font-size: 23.4px;
}
.item_page .item_option_block .item_btn a.btn_base {
  height: 60px;
  padding: 22px;
  width: 215px;
}
.item_page .item_option_block .option > div {
  margin-bottom: 10px;
}
.item_page .item_option_block .option span,
.item_page .item_option_block .option p {
  font-size: 15px;
  color: #3e3e3e;
}
.item_page .item_option_block .option p {
  padding-right: 30%;
  padding-top: 20px;
}
.item_page .item_option_block .social_count_row {
  margin-top: 200px;
}
.item_page .item_option_block .social_count_row .social_count {
  display: block;
  width: 85px;
  height: 40px;
  float: left;
  margin-right: 10px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.item_page .item_option_block .social_count_row .social_count:hover {
  filter: brightness(110%);
  -moz-filter: brightness(110%);
  -webkit-filter: brightness(110%);
}
.item_page .item_option_block .social_count_row .social_count.fb {
  background: #3b5998;
}
.item_page .item_option_block .social_count_row .social_count.fb span {
  border-right: 1px solid #839ccf;
}
.item_page .item_option_block .social_count_row .social_count.vk {
  background: #6386ab;
}
.item_page .item_option_block .social_count_row .social_count.vk span {
  border-right: 1px solid #b6c6d8;
}
.item_page .item_option_block .social_count_row .social_count.tw {
  background: #57ccff;
}
.item_page .item_option_block .social_count_row .social_count.tw span {
  border-right: 1px solid #d7f3ff;
}
.item_page .item_option_block .social_count_row .social_count span {
  display: block;
  width: 50%;
  height: 40px;
  float: left;
  color: #ffffff;
  text-align: center;
}
.item_page .item_option_block .social_count_row .social_count span:first-of-type {
  padding: 12px 0;
}
.item_page .item_option_block .social_count_row .social_count span:first-of-type i {
  display: block;
  margin: 0 auto;
}
.item_page .item_option_block .social_count_row .social_count span:last-of-type {
  padding: 10px 0;
}
@media screen and (max-width: 420px) {
  .item_page .item_option_block .social_count_row .social_count {
    width: 65px;
  }
}
@media screen and (max-width: 991px) {
  .item_page .item_option_block .social_count_row {
    margin-top: 50px;
  }
}
@media screen and (max-width: 1500px) {
  .item_page .item_option_block {
    padding: 40px 20px;
  }
}
@media screen and (max-width: 991px) {
  .item_page .item_option_block {
    margin-top: 0;
  }
}
@media screen and (max-width: 991px) {
  .item_page #itemCarousel .item {
    height: 500px !important;
  }
  .item_page #itemCarousel .carousel-indicators {
    bottom: 0;
  }
  .item_page #itemCarousel .carousel-indicators li {
    background: transparent;
    border-color: #ef5733;
    width: 10px;
    height: 10px;
    margin: 0;
    margin-right: 10px;
  }
  .item_page #itemCarousel .carousel-indicators li.active {
    width: 10px;
    height: 10px;
    margin: 0;
    margin-right: 10px;
    background: #ef5733;
  }
  .item_page .item_option .price {
    background: #f8f8f8;
    border: 1px solid #ebebeb;
    padding: 20px;
    margin-bottom: 50px;
  }
  .item_page .item_option .price h2 {
    text-align: center;
  }
  .item_page .option {
    padding-left: 30px;
  }
}
@media screen and (max-width: 991px) and screen and (max-width: 991px) {
  .item_page .option {
    padding-left: 0;
  }
}
.item_btn {
  margin-bottom: 100px;
  padding: 13px 5%;
}
.item_btn a.btn_base {
  height: 70px;
  padding: 20px;
}
.news_page {
  margin-bottom: 70px;
}
.news_page .red_text {
  color: #ef5633;
}
.news_page .news_item {
  border-bottom: 1px solid #f3f3f3;
  margin-bottom: 45px;
}
.news_page .news_item h5 {
  font-family: 'centros-bold';
}
.news_page .news_item .date {
  margin-bottom: 25px;
}
.news_page .news_item .title {
  margin-bottom: 30px;
}
.news_page .news_item .title h5 {
  color: #ef5633;
}
.news_page .news_item .content {
  margin-bottom: 25px;
}
.news_page .news_item .content p {
  font-size: 19px;
  line-height: 1.5;
}
@media screen and (max-width: 991px) {
  .news_page {
    padding-left: 30px;
  }
}
.blog_page {
  margin-bottom: 70px;
}
.blog_page .red_text {
  color: #ef5633;
}
.blog_page .blog_item {
  border-bottom: 1px solid #f3f3f3;
  margin-bottom: 45px;
}
.blog_page .blog_item h5 {
  font-family: 'centros-bold';
}
.blog_page .blog_item .date {
  margin-bottom: 25px;
}
.blog_page .blog_item .title {
  margin-bottom: 30px;
}
.blog_page .blog_item .title h5 {
  color: #ef5633;
}
.blog_page .blog_item .content {
  margin-bottom: 25px;
}
.blog_page .blog_item .content p {
  font-size: 19px;
  line-height: 1.5;
}
.blog_page .blog_item .tags {
  margin-bottom: 20px;
}
.blog_page .blog_item .comments_block {
  padding-bottom: 45px;
}
.blog_page .blog_item .comments_block a {
  padding-right: 80px;
  font-size: 19px;
  color: #ef5633;
}
@media screen and (max-width: 991px) {
  .blog_page {
    padding-left: 30px;
  }
}
.more_btn {
  display: block;
  font-size: 19px;
  color: #ef5733;
  border: 2px solid #ef5733;
  width: 230px;
  padding: 12px;
  text-align: center;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.more_btn:hover {
  color: #ffffff;
  background: #ef5733;
  text-decoration: none !important;
}
@media screen and (max-width: 767px) {
  .more_btn {
    display: block;
    margin: 0 auto;
    width: auto;
    max-width: 75%;
  }
}
.notfound_page {
  margin: 90px 0;
}
.notfound_page .biggest_title {
  font-size: 263px;
  color: #010101;
  line-height: 0.7;
  margin: 0;
}
@media screen and (max-width: 1501px) {
  .notfound_page .biggest_title {
    font-size: 240px;
  }
}
.notfound_page .img_block img {
  width: 70%;
  display: block;
  margin: 0 auto;
}
.notfound_page .desc p {
  margin-top: 20px;
  font-size: 20px;
}
.notfound_page .site_map {
  background: #f3f3f3;
  padding: 30px 55px;
}
.notfound_page .site_map .title {
  margin-bottom: 30px;
}
.notfound_page .site_map h2 {
  color: #010101;
}
.notfound_page .site_map h6 {
  font-family: 'centros-bold';
  color: #010101;
  font-size: 16px;
}
.notfound_page .site_map h6.no_margin {
  margin: 0;
}
.notfound_page .site_map .row {
  margin-bottom: 15px;
}
@media screen and (max-width: 991px) {
  .notfound_page .biggest_title {
    font-size: 160px;
    text-align: center;
  }
  .notfound_page .desc {
    padding: 20px;
  }
  .notfound_page .site_map {
    padding: 20px 20px;
  }
}
.modal .modal-content {
  padding: 35px 30px;
}
.modal .modal-content .modal-header {
  padding: 0;
}
.modal .close {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 1;
  outline: none;
}
.modal .modal-dialog.md_modal {
  width: 550px;
}
.modal .modal-dialog.lg_modal {
  width: 920px;
}
.modal .modal-dialog.lg_modal form input:not(.floating_input),
.modal .modal-dialog.lg_modal form textarea:not(.floating_input) {
  width: 80%;
}
.modal form {
  position: relative;
}
.modal form input,
.modal form textarea {
  font-size: 18px;
  border: none;
  border-bottom: 1px solid #f3f3f3;
  width: 65%;
  outline: none;
  padding-bottom: 20px;
  display: block;
  margin: 30px auto;
}
.modal form input::-webkit-input-placeholder,
.modal form textarea::-webkit-input-placeholder {
  color: #3b3b3b;
  font-size: 20px;
}
.modal form input::-moz-placeholder,
.modal form textarea::-moz-placeholder {
  color: #3b3b3b;
  font-size: 20px;
}
.modal form input:-moz-placeholder,
.modal form textarea:-moz-placeholder {
  color: #3b3b3b;
  font-size: 20px;
}
.modal form input[type="submit"],
.modal form textarea[type="submit"] {
  background: #ef5733;
  font-size: 22px;
  padding: 8px;
  color: #ffffff;
  font-family: 'centros-reg';
}
.modal form input[type="submit"].md_submit,
.modal form textarea[type="submit"].md_submit {
  width: 320px !important;
  padding: 10px;
}
.modal form input.floating_input,
.modal form textarea.floating_input {
  width: 37.5%;
  display: inline-block;
}
.modal form input.floating_input:first-child,
.modal form textarea.floating_input:first-child {
  margin-right: 5%;
}
.modal form .more_link {
  position: absolute;
  right: 17.5%;
  top: 75px;
}
.modal form .field_wrapper {
  text-align: center;
}
.modal form .capth {
  width: 37.5%;
  display: inline-block;
  text-align: left;
}
.modal .modal-body.with_footer {
  padding-bottom: 70px;
}
.modal .modal-footer {
  text-align: center;
}
.modal .modal-footer .social_auth {
  width: 65%;
  display: block;
  margin: 0 auto;
  margin-top: -45px;
  margin-bottom: 40px;
}
.modal .modal-footer .social_auth a {
  background: #ffffff;
  float: left;
  width: 25%;
  height: 60px;
  border: 1px solid #f3f3f3;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.modal .modal-footer .social_auth a img {
  display: block;
  margin: 0 auto;
}
.modal .modal-footer .reg {
  font-size: 20px;
}
.modal .modal-footer .reg a {
  color: #ef5733;
  font-size: 20px;
}
@media screen and (min-width: 768px) {
  .modal .modal-dialog {
    margin: 200px auto;
  }
}
.block_capt.no_margin {
  margin-bottom: 0;
}
.check {
  position: relative;
  padding-left: 25px;
}
.check::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  width: 15px;
  height: 13px;
  background: url('/img/check.png') no-repeat;
  top: 3px;
}
.reviews_page {
  margin-bottom: 100px;
}
.reviews_page .rewiew_item {
  padding: 40px 0;
  border-bottom: 1px solid #f3f3f3;
}
.reviews_page .rewiew_item .info {
  margin-bottom: 30px;
}
.reviews_page .rewiew_item .info li {
  display: inline-block;
  font-size: 20px;
  padding-right: 40px;
}
.reviews_page .rewiew_item .info li.author {
  font-family: 'centros-bold';
}
.reviews_page .rewiew_item .info li.rate i {
  color: #f3f3f3;
}
.reviews_page .rewiew_item .info li.rate i.selected {
  color: #ef5733;
}
.reviews_page .rewiew_item .content {
  font-size: 20px;
  line-height: 1.6;
}
@media screen and (max-width: 991px) {
  .reviews_page .rewiew_item {
    padding-left: 30px;
  }
}
.review_form .form_title h2 {
  margin: 0;
}
.review_form form {
  margin-bottom: 50px;
  background: #f8f8f8;
  padding: 40px 45px;
}
.review_form form .title_input {
  margin: 50px 0 30px 0;
}
.review_form form input:not([type="submit"]):not([type="checkbox"]),
.review_form form textarea {
  display: block;
  background: transparent;
  border: none;
  border-bottom: 1px solid #666666;
  outline: none;
  width: 63.5%;
  margin-bottom: 30px;
  padding-bottom: 10px;
}
.review_form form input:not([type="submit"])::-webkit-input-placeholder,
.review_form form textarea::-webkit-input-placeholder {
  color: #3b3b3b;
  font-size: 18px;
}
.review_form form input:not([type="submit"])::-moz-placeholder,
.review_form form textarea::-moz-placeholder {
  color: #3b3b3b;
  font-size: 18px;
}
.review_form form input:not([type="submit"]):-moz-placeholder,
.review_form form textarea:-moz-placeholder {
  color: #3b3b3b;
  font-size: 18px;
}
@media screen and (max-width: 400px) {
  .review_form form input:not([type="submit"])::-webkit-input-placeholder,
  .review_form form textarea::-webkit-input-placeholder {
    color: #3b3b3b;
    font-size: 14px;
  }
  .review_form form input:not([type="submit"])::-moz-placeholder,
  .review_form form textarea::-moz-placeholder {
    color: #3b3b3b;
    font-size: 14px;
  }
  .review_form form input:not([type="submit"]):-moz-placeholder,
  .review_form form textarea:-moz-placeholder {
    color: #3b3b3b;
    font-size: 14px;
  }
}
.review_form form input:not([type="submit"]).floating_input,
.review_form form textarea.floating_input {
  float: left;
  width: 30%;
  margin-right: 3.5%;
}
@media screen and (max-width: 991px) {
  .review_form form input:not([type="submit"]):not([type="checkbox"]),
  .review_form form .accept_pdn .webforms_error_text,
  .review_form form textarea {
    width: 90% !important;
  }
}
.review_form form input[type="submit"] {
  display: block;
  width: 270px;
  background: #ef5733;
  font-size: 20px;
  color: #ffffff;
  padding: 8px;
  border: none;
  text-align: center;
}
@media screen and (max-width: 400px) {
  .review_form form input[type="submit"] {
    width: 90%;
  }
}
.review_form form .captch_field {
  margin-top: 55px;
}
.review_form form .captch_field .capth {
  width: 120px;
  float: left;
  margin-right: 20px;
}
.review_form form .captch_field input {
  width: 120px !important;
  float: left;
  display: block;
  padding-left: 5px;
}
@media screen and (max-width: 991px) {
  .review_form form {
    background: transparent;
    padding: 0 !important;
  }
}
.review_form .rate {
  margin: 30px 0 45px 0;
}
.review_form .rate .label {
  color: #3b3b3b;
  font-size: 20px;
  font-weight: normal;
}
.review_form .rate .stars i {
  color: #ef5733;
  font-size: 16px;
}
.opt_prop {
  margin-top: 12px;
}
.radio_form {
  background: #f8f8f8;
}
.radio_form div:not(.opt_prop_rel):not(.opt_prop_add):not('.opt_props .u-eip-empty-field') {
  margin-top: 20px;
}
.radio_form:not(:last-child) {
  margin-bottom: 25px;
}
.radio_form input[type="radio"] {
  display: none;
}
.radio_form input[type="radio"] + label {
  width: 25px;
  height: 25px;
  border: 2px solid #ebebeb;
  background: #ffffff;
  position: relative;
  vertical-align: bottom;
  padding: 0;
  margin: 0;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.radio_form input[type="radio"]:checked + label::before {
  content: '';
  display: block;
  width: 17px;
  height: 17px;
  position: absolute;
  top: 2px;
  right: 2px;
  background: #ef5733;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
}
.radio_form span {
  padding-left: 25px;
  font-size: 16px;
}
.item_page .option_head {
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.item_page .option_head .qauntity {
  font-size: 16px;
}
.one_click_btn {
  display: block;
  padding: 8px;
  font-size: 22px;
  border: 2px solid #ef5733;
  width: 90%;
  margin: 0 auto;
  color: #ef5733;
  margin-bottom: 20px;
  text-align: center;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.one_click_btn:hover {
  color: #ffffff;
  background: #ef5733;
  text-decoration: none !important;
}
@media screen and (max-width: 991px) {
  .one_click_btn {
    margin-top: 30px;
    padding: 12px;
  }
}
.reg_font {
  font-family: 'centros-reg';
}
.order_info_page {
  margin-bottom: 100px;
}
.order_info_page .option_name {
  background: #f8f8f8;
  padding: 20px 0 20px 30px;
}
.order_info_page .order_info {
  padding: 30px 0 30px 30px;
  border-bottom: 1px solid #ebebeb;
}
.order_info_page .order_info .title a {
  color: #ef5733;
}
.order_info_page .order_info div * {
  font-size: 20px;
}
@media screen and (max-width: 991px) {
  .order_info_page .order_info div * {
    font-size: 13px;
  }
}
.order_info_page .result_sum {
  background: #f8f8f8;
  padding: 30px;
}
.order_info_page .result_sum h2 {
  font-family: 'centros-reg';
  font-size: 35px;
  margin-top: 10px;
}
.order_info_page .result_sum h2 i {
  font-size: 25px;
}
@media screen and (max-width: 991px) {
  .order_info_page .result_sum h2 {
    font-size: 20px;
  }
  .order_info_page .result_sum h2 i {
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  .order_info_page .section_capt {
    background: none;
    border: none;
  }
}
.category_page .items {
  margin-bottom: 100px;
}
.category_page .items .item {
  height: auto;
  margin-bottom: 0;
}
.category_page .items .item .item_wrapper {
  height: 420px;
}
.category_page .items .item .item_title {
  height: 50px;
}
.category_page .items .item .item_img {
  height: auto;
}
.comment_item {
  margin-bottom: 50px;
}
.comment_item .top {
  margin-bottom: 30px;
}
.comment_item .top .author_name,
.comment_item .top .author_email {
  font-family: 'centros-medium';
  font-size: 20px;
}
.comment_item .top .author_name {
  margin-right: 20px;
}
.comment_item .top .author_email {
  color: #ef5733;
  font-size: 16px;
  margin-right: 35px;
}
.comment_item .top .date {
  font-size: 18px;
}
.comment_item .heading {
  margin-bottom: 20px;
}
.comment_item .heading span {
  font-size: 20px;
  font-family: 'centros-medium';
}
.comment_item .content p {
  font-size: 20px;
}
.order_form_success {
  display: none;
}
.order_form_error {
  color: red;
}
.header_contact h3 {
  font-family: 'intro';
}
.breadcrumbs {
  margin: 30px 0 0 0;
}
.breadcrumbs img {
  vertical-align: baseline;
}
.contact_form input,
.contact_form textarea {
  font-size: 20px;
  font-family: 'centros-reg';
  color: #b5b5b5;
}
.contact_form ::placeholder {
  font-size: 20px;
  font-family: 'centros-reg';
  color: #303030 !important;
}
.contact_form input[type="submit"] {
  width: 195px !important;
}
.modal .modal-footer {
  padding-top: 65px;
  margin-top: -49px;
}
.modal .modal-body.with_footer {
  padding-bottom: 0;
}
.modal form input {
  border-bottom: 1px solid #b5b5b5;
}
.modal_soc {
  letter-spacing: -3px;
  text-align: center;
  width: 65%;
  margin: 20px auto;
}
.modal_soc li {
  background: #fff;
  height: 60px;
  display: inline-block;
  border-left: 1px solid #dddddd;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}
.modal_soc li a {
  display: block;
  padding: 20px 25px;
}
.modal_soc li:last-child {
  border-right: 1px solid #dddddd;
}
.filters {
  margin: 20px 0;
  border: 1px solid #ebebeb ;
  padding: 20px 20px 10px;
}
.filters input[type="reset"] {
  border: none;
  background: none;
}
.filters > ul > li {
  position: relative;
  float: left;
  margin-right: 40px;
  padding-bottom: 10px;
}
.filters > ul > li span,
.filters > ul > li a {
  color: #676767 ;
  cursor: pointer;
  font-size: inherit;
}
.filters > ul > li img {
  margin-left: 10px;
}
.filters > ul > li:last-child {
  float: right;
  margin-right: 0;
}
.filters > ul > li .filters_dropdown {
  display: none;
  padding: 20px 30px;
  color: #676767 ;
  position: absolute;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.75);
  background: #fff;
  z-index: 100;
  top: 25px;
  left: 50%;
  margin-left: -93px;
}
.filters > ul > li .filters_dropdown li {
  margin-bottom: 8px;
}
.filters > ul > li .filters_dropdown label {
  position: relative;
}
.filters > ul > li .filters_dropdown label input {
  width: 19px;
  height: 19px;
  margin: 0;
  padding: 0;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -9px;
  cursor: pointer;
  z-index: 10;
  opacity: 0;
}
.filters > ul > li .filters_dropdown label input:checked + span {
  background: url(/img/filter-icon-checked.png) no-repeat;
}
.filters > ul > li .filters_dropdown span {
  padding-top: 3px;
  padding-left: 35px;
  position: relative;
  z-index: 1;
  white-space: nowrap;
}
.filters > ul > li .filters_dropdown span::before {
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 19px;
  height: 19px;
  margin-top: -9px;
  background: url(/img/filter-icon.png) no-repeat;
  z-index: 5;
  content: '';
}
.filters > ul > li .filters_dropdown button {
  width: auto;
  border: 2px solid #858585 ;
  background: none;
  color: #676767 ;
  padding: 10px 20px;
}
.filters > ul > li .filters_dropdown button:hover {
  color: #676767 !important;
}
.filters > ul > li .filters_dropdown .arr {
  position: relative;
}
.filters > ul > li .filters_dropdown .arr:before {
  content: "";
  position: absolute;
  border: 10px solid transparent;
  border-bottom: 10px solid #d2d2d2 ;
  left: 48px;
  top: -40px;
}
.filters > ul > li .filters_dropdown .arr:after {
  content: "";
  position: absolute;
  border: 10px solid transparent;
  border-bottom: 10px solid #fff;
  left: 48px;
  top: -39px;
}
.filters > ul > li:hover .filters_dropdown {
  display: block;
}
.sitemap ul {
  margin: 0 0 0 20px;
  list-style: circle inside;
}
.delivery_options select {
  font-size: initial;
}
.basket_items_not_available .result_sum {
  height: auto;
}
.basket_items_not_available #basket_to_form {
  margin-bottom: 0;
}
.right_block .main_review {
  position: absolute;
  left: 0;
  top: 1100px;
  z-index: 1000;
  border: 2px solid #ef5733;
  height: 296px;
  width: 80%;
}
.right_block .main_review a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.right_block .main_review a .review_wrapper {
  text-align: center;
}
.right_block .main_review a .review_wrapper p {
  font-family: 'centros-bold';
  font-size: 32px;
}

.g-recaptcha {
	margin-top: 10px;
}

.grecaptcha-badge {
	display: none;
}

form.site_form .g-recaptcha {
	margin-bottom: 20px;
}

.modal-body .grecaptcha-badge {
	margin: 0 auto;
}

.accept_pdn .webforms_error_text {
	display:none;
	padding: 5px;
    background-color: #FF9999;
}

.accept_pdn {
	margin-top:20px;
}

.accept_pdn a {
	text-decoration: underline;
}

.review_form form .accept_pdn {
	margin-bottom: 20px;
}

.review_form form .accept_pdn input {
	width: 20px;
}

.review_form form .accept_pdn .webforms_error_text {
	width: 63.5%
}

.modal form .accept_pdn input {
	width: 20px;
	position: relative;
	display: inline-block;
}
.modal form .accept_pdn label span {
	vertical-align: text-bottom;
}
header .category_nav {
    text-align: left;
}
header .category_nav > li:first-of-type {
  margin-left: 0;
}
header .category_nav li .sub_menu a {
    padding: 7px 15px 7px 4px;
}
.quantity_count .char a img {
	vertical-align: super;
}
.sort_row {
    margin-top: 15px;
}
main .order_page .order_form form input, main .order_page .order_form form textarea {
    font-size: 22px;
}
main .main_carousel_block .right_block .red_block .absolute_block h1 {
  font-family: 'centros-reg';
}
@media (max-width: 480px) {
  .carousel-inner {
    height: 300px;
  }
  main .main_carousel_block #mainCarousel .carousel-inner .item {
    width: auto;
    height: 100%;
  }
  .header_mobile .mobile_top_logo .media-left {
    display: none;
  }
}

/* всплывающее окно */
#fancybox-wrap, #fancybox-wrap *{
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  font-family: 'Trebuchet MS',Verdana,Arial,Helvetica,sans-serif;;
}
.order_popup{
  padding: 20px;
}
.order_popup_title {
  font-size: 20px;
  line-height: 1.3em;
  margin-bottom: 8px;
}
.order_popup .price{
  font-size: 18px;
  line-height: 1.3em;
  margin-right: 20px;
  min-width: 100px;
  display: inline-block;
}
.order_popup .price_value {
  font-size: 22px;
  line-height: 1.3em;
  padding: 0 5px;
}
.order_popup .buy_button{
  text-align: right;
}
.order_popup img {
  display: block;
  margin: 0 auto;
  padding: 10px;
}
.order_popup .product_amount {
  display: block;
  margin: 20px auto;
  padding-left: 10px;
}
.order_popup span.product_amount_value {
  margin: 0px 7px;
}
.order_popup input.product_amount_value {
  width: 30px;
  margin: 0px 6px;
  text-align: center;
}
.order_popup input.product_amount_button {
  background-color: #757575;
  border: 0px;
  padding: 3px 7px;
  cursor: pointer;
}
.order_popup input.product_amount_button {
  color: #fff;
}
.order_popup .buy_button a {
  position: relative;
  display: inline-block;
  padding: 5px 25px 6px;
  width: auto;
  border: medium none !important;
  border-radius: 0;
  background: none repeat scroll 0 0 #ef5733;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #fff !important;
  text-align: center;
  text-decoration: none;
  text-indent: 0;
  text-transform: none;
  text-shadow: none;
  letter-spacing: 0;
  font: 16px / 28px Arial, Helvetica, sans-serif;
  line-height: 23px;
}
.order_popup .opt_prop input[type="radio"] {
  margin: 3px 0 0 0;
  height: 16px;
}
.order_popup .opt_prop .opt_prop_rel {
  margin: 0 0 0 10px;
  height: 16px;
  line-height: 16px;
}
.order_popup .opt_props {
  font:13px/1.3em 'Trebuchet MS',Verdana,Arial,Helvetica,sans-serif;
}
.order_popup .opt_props {
  margin: 10px 0;
  text-align: left;
}
.order_popup .opt_prop_block {
  display: inline-block;
  vertical-align: top;
  margin-right: 30px;
  margin-bottom: 10px;
  padding: 5px;
}
.order_popup .opt_props_title {
  font-weight: bold;
}
.order_popup .opt_prop {
  margin-top: 3px;
}
.order_popup .opt_prop input, .order_popup .opt_prop span {
  vertical-align: middle;
}
.order_popup .opt_prop input {
  margin: 0 2px 0 0;
}

.discountMessage {
  position: fixed;
  top: 10px;
  left: 50%;
  padding: 10px;
  font-size: 15px;
  border-radius: 5px;
  z-index: 100000000;
  background: rgba(255, 255, 255, 0.8);
  transform: translate(-50%, 0px);
  line-height: 25px;
  text-align: center;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 5px 5px;
  opacity: 0;
  transition: opacity 2s;
}
.discountMessage.active {
  opacity: 1;
}
.discountMessage span{
  color: blue;
  text-decoration: underline;
  cursor: pointer;
}

html body .hidden-text {
  text-align: center;
  color: #888;
  font-style: italic;
  background-color: LightYellow;
  border: none;
  outline: 1px dotted darkblue;
  outline-offset: -1px;
  padding: 5px;
}
