/*html.overflow,
body.overflow {
	overflow: hidden;
	height: 100vh;
}*/

body {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

/*body.menu-open {
	transform: translateX(-30vw);	
}*/

body.overflow,
html.overflow {
  height: 100vh;
  overflow: hidden;
}

h1 {
  margin-bottom: 20px;
}
p {
  text-align: left;
}
.call-phone {
  font-size: 20px;
  line-height: 1.3;
  font-family: 'Roboto', sans-serif;
  margin-bottom: -4px;
}
.logo-title {
  font-size: 24px;
  line-height: 1;
  padding: 0;
  margin: 0;
  padding-left: 33px;
  padding-bottom: 3px;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  text-shadow: none;
}
.stock-block .outofstock {
  display: none;
}
.xs-header_menu {
  display: none;
}
.comments-area {
  padding: 0;
  border: 1px solid #ebebeb;
}
.comments-area .comments-title {
  display: none;
}
.comments-area .comment-respond {
  padding: 20px 60px;
  background-color: #f9f9f9;
}
.comments-area .comment-meta {
  display: flex;
  flex-direction: column-reverse;
}
.comments-area .comment {
  margin-top: 30px;
  margin-bottom: 0;
  border: none;
  border-bottom: 1px solid #ebebeb;
}
.comments-area .comment:last-child {
  border-bottom: none;
}
.comments-area .comment-metadata {
  margin-bottom: 10px;
}
.comments-area .comment-author {
  color: #4a4a4a;
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  margin-bottom: 10px;
}

.woocommerce-billing-fields__field-wrapper h3 {
  line-height: 24px;
}

.comments-area .comment-form {
  width: 50%;
}
.comments-area .comment-reply-title {
  font-size: 22px;
  margin-top: 0;
  margin-bottom: 20px;
}
.comments-area .comment-form-comment,
.comments-area .comment-form-author,
.comments-area .comment-form-email {
  margin: 0;
  position: relative;
}
.comments-area .comment-form-comment::after,
.comments-area .comment-form-author::after,
.comments-area .comment-form-email::after {
  content: '*';
  position: absolute;
  top: 17px;
  right: 5px;
  font-size: 20px;
  color: #949494;
}
.comments-area .comment_input-text {
  padding: 17px;
  width: 100%;
  border: 1px solid #ebebeb;
  border-bottom: none;
  outline: none;
}
.comments-area .comment_input-text:focus {
  background: #f9f9f9;
}
.comments-area .comment_input-textarea {
  padding: 17px;
  border-collapse: collapse;
  width: 100%;
  border: 1px solid #ebebeb;
  resize: none;
  outline: none;
}
.comments-area .comment_input-textarea:focus {
  background: #f9f9f9;
}
.comments-area .comment-form-url {
  display: none;
}

.comments-area .placeholder-text {
  position: absolute;
  pointer-events: none;
  left: 15px;
  top: 8px;
  line-height: 40px;
  color: #9c9c9c;
  transition: 0.3s;
}
.comment_input-text:focus ~ .placeholder-text,
.comment_input-text:not(:focus):valid ~ .placeholder-text {
  top: -10px;
  font-size: 10px;
}
.comment_input-textarea:focus ~ .placeholder-text,
.comment_input-textarea:not(:focus):valid ~ .placeholder-text {
  top: -10px;
  font-size: 10px;
}
.comments-area p .label-next {
  display: none;
}
.comments-area .comment-form-cookies-consent {
  display: none;
}
.comments-area .comment-form-cookies-consent label {
  display: inline-block;
}
.comments-area .comment-notes {
  display: none;
}
.comments-area .avatar {
  display: none;
}
.comments-area .reply {
  margin-bottom: 10px;
}
.comments-area .reply a {
  color: #9c9c9c;
}
.comments-area .comment-list {
  list-style-type: none;
  padding: 0px 60px 30px;
  margin-bottom: 0;
}
.comments-area .children {
  list-style-type: none;
  padding: 0;
  padding: 20px;
  margin-left: 40px;
  margin-top: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ebebeb;
  border-top: 1px solid #ebebeb;
}
.comments-area .children .comment {
  margin-top: 0;
}
.comments-area .comment-meta {
  padding: 0;
}

.comments-area .icon-mail-reply {
  display: none;
}

.woocommerce div.product p.stock {
  font-size: 0.92em;
  padding: 5px 45px 10px 45px;
}

footer .container .row p {
  display: none;
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
/*header sprite */
.sprite-header {
  display: block;
}
.blog-link-name {
  font-size: 18px;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
  margin-bottom: 10px;
  display: block;
}
.blog-container {
  margin-bottom: 25px;
  display: inline-block;
  width: 100%;
}
.sprite-header_cart {
  width: 44px;
  height: 42px;
  background: url('img/card.png') no-repeat;
  background-size: 100%;
  background-position: 0 6px;
}
/*end header sprite */
/*advantage sprite*/
.sprite-advantage {
  background: url('img/advantage_sprite.png') no-repeat;
  display: block;
}
.sprite-advantage_box {
  width: 50px;
  height: 46px;
  background-position: -5px -5px;
}
.sprite-advantage_security {
  width: 40px;
  height: 46px;
  background-position: -65px -5px;
}
.sprite-advantage_star {
  width: 51px;
  height: 51px;
  background-position: -5px -61px;
}
/*end advantage sprite*/
/*mobile advantage */
.sprite-mob-advantage {
  background: url('img/sprite_mob_advantage.png') no-repeat;
  display: block;
}
.sprite-mib_advantage_2 {
  width: 50px;
  height: 46px;
  background-position: -5px -5px;
}
.sprite-mob_advantage {
  width: 38px;
  height: 47px;
  background-position: -65px -5px;
}
.sprite-mob_advantage3 {
  width: 40px;
  height: 46px;
  background-position: -5px -62px;
}
.secton-title div {
  color: #222222;
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
  margin: 0;
  padding-bottom: 11px;
  position: relative;
  text-transform: uppercase;
  vertical-align: top;
}
.secton-title {
  border-bottom: 1px solid #ededed;
  display: block;
  margin-bottom: 30px;
  margin-top: 30px;
  position: relative;
  text-align: left;
}
.secton-title div:after {
  background: #0074c2 none repeat scroll 0 0;
  bottom: -1px;
  content: '';
  height: 2px;
  left: 0;
  position: absolute;
  width: 70px;
}
.sprite-mob_advantage_4 {
  width: 51px;
  height: 51px;
  background-position: -113px -5px;
}
/*payment sprite*/
.sprite-payment {
  background: url('img/payment_sprite.png') no-repeat;
  display: block;
}
.sprite-payment_master_cart {
  width: 45px;
  height: 29px;
  background-position: -5px -5px;
}
.sprite-payment_qiwi {
  width: 26px;
  height: 29px;
  background-position: -5px -44px;
}
.sprite-payment_visa {
  width: 44px;
  height: 18px;
  background-position: -60px -5px;
}
.sprite-payment_vmz {
  width: 26px;
  height: 26px;
  background-position: -60px -33px;
}
/*end payment sprite*/
/*sprite social*/
.sprite-social {
  background: url('img/social_sprite.png') no-repeat;
  display: block;
}
.sprite-social_fb {
  width: 19px;
  height: 16px;
  background-position: -5px -5px;
}
.sprite-social_inst {
  width: 16px;
  height: 16px;
  background-position: -5px -31px;
}
.sprite-social_tw {
  width: 18px;
  height: 15px;
  background-position: -31px -31px;
}
.sprite-social_vk {
  width: 23px;
  height: 13px;
  background-position: -34px -5px;
}
/*end sprite social*/
/*arrow sprite*/
.sprite-arrow {
  background: url('img/arrow_sprite.png') no-repeat;
  display: block;
}
.sprite-blue_arrow {
  width: 14px;
  height: 10px;
  background-position: -5px -5px;
}
.sprite-btn_array {
  width: 14px;
  height: 10px;
  background-position: -29px -5px;
}
/*end arrow sprite*/
/*sprite contact*/
.sprite_contact {
  background: url('img/sprite_contact.png') no-repeat;
  display: block;
}
.sprite-contact_mail {
  width: 49px;
  height: 33px;
  background-position: -5px -5px;
}
.sprite-contact_marker {
  width: 38px;
  height: 48px;
  background-position: -5px -48px;
}
.sprite-contact_phone {
  width: 28px;
  height: 45px;
  background-position: -64px -5px;
}
.sprite-contact_skype {
  width: 46px;
  height: 46px;
  background-position: -102px -5px;
}
/*end sprite contact*/
/*modal sprite*/
.sprite-modal {
  background: url('img/modal_sprite.png') no-repeat;
  display: block;
}
.sprite-modal_icon_fb {
  width: 19px;
  height: 16px;
  background-position: -5px -5px;
}
.sprite-modal_icon_tw {
  width: 18px;
  height: 15px;
  background-position: -34px -5px;
}
.sprite-modal_icon_vk {
  width: 23px;
  height: 13px;
  background-position: -34px -30px;
}
/*end modal sprite*/
/*sprite-item*/
.sprite-item {
  background: url('img/sprite_item.png') no-repeat;
  display: inline-block;
}
.sprite-item_Icons_print {
  width: 24px;
  height: 24px;
  background-position: -5px -5px;
}
.sprite-item_icons_circle {
  width: 35px;
  height: 23px;
  background-position: -39px -5px;
}
.sprite-item_icons_comment {
  width: 24px;
  height: 23px;
  background-position: -39px -38px;
}
.sprite-item_icons_get_link {
  width: 17px;
  height: 20px;
  background-position: -84px -5px;
}
.sprite-item_icons_circle_blue {
  width: 35px;
  height: 23px;
  background-position: -103px -55px;
}
.sprite-social_icons_fb {
  width: 19px;
  height: 16px;
  background-position: -84px -35px;
}
.sprite-social_icons_tw {
  width: 18px;
  height: 15px;
  background-position: -5px -61px;
}
.sprite-social_icons_vk {
  width: 23px;
  height: 13px;
  background-position: -73px -61px;
}
/*end sprite item*/
/*sprite hide*/
.sprite-hide {
  background: url('img/sprite-hide.png') no-repeat;
  display: block;
}
.sprite-hide_down {
  width: 20px;
  height: 20px;
  background-position: -5px -5px;
}
.sprite-hide_up {
  width: 20px;
  height: 20px;
  background-position: -35px -5px;
}
/*end sprite hide*/
/*sprite sort icon*/
.sprite-sort {
  background: url('img/sprite-sort.png') no-repeat;
  display: block;
}
.sprite-lg_blue {
  width: 16px;
  height: 16px;
  background-position: -5px -5px;
}
.sprite-lg_gray {
  width: 16px;
  height: 16px;
  background-position: -31px -5px;
}
.sprite-sm_blue {
  width: 22px;
  height: 17px;
  background-position: -5px -31px;
}
.sprite-sm_gray {
  width: 22px;
  height: 17px;
  background-position: -37px -31px;
}
.sprite-xs_blue {
  width: 22px;
  height: 17px;
  background-position: -69px -5px;
}
.sprite-xs_gray {
  width: 22px;
  height: 17px;
  background-position: -69px -32px;
}
/*end sprite sort*/
.social-share-sprite {
  display: inline-block;
  height: 22px;
  width: 23px;
  background-image: url(img/social-share-sprite.png);
}
.social-share-sprite:hover {
  -webkit-filter: brightness(110%);
  filter: brightness(110%);
}
.social-share-sprite.img1 {
  background-position: 0 -39px;
}
.social-share-sprite.img2 {
  background-position: -27px -39px;
}
.social-share-sprite.img3 {
  background-position: -161px -39px;
}
.more_btn {
  width: 23px;
  height: 23px;
  display: inline-block;
  background: url(img/more_btn.png) no-repeat -27px 0;
  vertical-align: bottom;
  margin-right: 10px;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
.tooltip.in {
  opacity: 1;
}
.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #ffffff;
}
.tooltip .tooltip-arrow {
  border-bottom-color: #ffffff;
}
.tooltip .tooltip-inner {
  background: #ffffff;
  max-width: 200%;
  opacity: 1;
  padding: 0;
  text-align: left;
  box-shadow: 0 0 11px 2px #e2e2e2;
  -webkit-box-shadow: 0 0 11px 2px #e2e2e2;
  -moz-box-shadow: 0 0 11px 2px #e2e2e2;
  -o-box-shadow: 0 0 11px 2px #e2e2e2;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}
.tooltip .user_info_tooltip {
  padding: 20px 35px;
}
.tooltip .user_info_tooltip li {
  margin: 0 0 20px 0;
}
.tooltip .user_info_tooltip li:last-child {
  margin: 0;
}
.tooltip .user_info_tooltip li a {
  color: #363636;
  font-size: 14px;
  font-weight: 200;
}
.tooltip .basket_info_tooltip {
  width: 350px;
}
.tooltip .basket_info_tooltip .item_list {
  color: #3b3b3b;
}
.tooltip .basket_info_tooltip .item_list .item_img img {
  width: 75px;
  height: auto;
}
.tooltip .basket_info_tooltip .item_list .item_about {
  font-family: 'Roboto', sans-serif;
  line-height: 2;
}
.tooltip .basket_info_tooltip .item_list .row {
  padding: 30px 20px;
  border-bottom: 1px solid #eaeaea;
}
.tooltip .basket_info_tooltip .result_price {
  background: #f9f9f9;
}
.tooltip .basket_info_tooltip .result_price .row {
  padding: 20px 30px;
  color: #3b3b3b;
}
.tooltip .basket_info_tooltip .result_price .row:last-child {
  padding-top: 0;
  padding-bottom: 30px;
}
.tooltip .basket_info_tooltip .result_price .row span {
  font-size: 13px;
}
.tooltip .basket_info_tooltip .result_price .row h3 {
  margin: 0;
}
.tooltip .basket_info_tooltip .result_price .basket_btn {
  font-size: 14px;
}
.tooltip_block {
  display: none;
}
.tooltip_toggle {
  cursor: pointer;
}
#mainCarousel {
  height: 501px;
}
#mainCarousel .slick-slide a {
  width: 100%;
  height: 501px;
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
}
.basket_tooltip {
  display: none;
  z-index: 150;
  position: absolute;
  top: 42px;
  left: -62px;
  box-shadow: 0 0 11px 2px #e2e2e2;
  width: 350px;
  background: #fff;
}
.basket_tooltip:before {
  content: '';
  width: 10px;
  height: 10px;
  background: #fff;
  -webkit-transform: translateX(-50%) rotate(45deg);
  -moz-transform: translateX(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  position: absolute;
  top: -3px;
  left: 50%;
}
.basket_tooltip-list {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  max-height: 430px;
  overflow: auto;
}
.basket_tooltip .basket_tooltip-list li a {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 10px;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #eaeaea;
}
.basket_tooltip .basket_tooltip-list li a img {
  width: 75px;
  margin-right: 20px;
  height: auto;
}
.basket_tooltip .basket_tooltip-list li a p {
  font-family: 'Roboto', sans-serif;
  width: 100%;
  display: block;
}
.basket_tooltip .basket_tooltip-list li a p.amount {
  width: 35%;
  text-align: right;
  display: block;
}
.basket_tooltip .basket_tooltip-price {
  background: #f9f9f9;
  padding: 20px 30px;
}
.basket_tooltip .basket_tooltip-price .tooltip_price {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.basket_tooltip .basket_tooltip-price .tooltip_amount {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.basket_tooltip .basket_tooltip-price .tooltip_amount h3 {
  margin: 0;
}
.basket_tooltip .basket_tooltip-price .tooltip_price h3 {
  margin: 0;
}
.basket_tooltip .basket_tooltip-price .tooltip_btn {
  margin: 20px auto 0 auto;
}
@font-face {
  font-family: open_sans;
  src: url('fonts/open-sans.regular.woff');
}
@font-face {
  font-family: open_sans_light;
  src: url('fonts/open-sans.light.woff');
}
@font-face {
  font-family: open_sans_med;
  src: url('fonts/open-sans.semibold.woff');
}
@font-face {
  font-family: open_sans_bold;
  src: url('fonts/open-sans.bold.woff');
}
@font-face {
  font-family: bold_font;
  src: url('fonts/9131.woff');
}
@font-face {
  font-family: docter_two;
  src: url('fonts/docker.two.woff');
}
html {
  height: 100%;
  min-height: 100%;
}
body {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  color: #3b3b3b;
  position: relative;
  min-height: 100%;
  -ms-overflow-x: hidden;
  overflow-x: hidden;
}
main {
  min-height: 500px;
}
div.modal main {
  min-height: initial;
}
h1 {
  font-family: 'bold_font';
  text-shadow: none;
}
h2 {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  text-transform: uppercase;
}
p a {
  text-decoration: underline !important;
  font-size: 14px;
}
h3 {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  text-transform: uppercase;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@media screen (min-width: 991px) {
  header.sticky {
    -webkit-animation: 600ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 600ms ease-in-out 0s normal none 1 running fadeInDown;
    background: #f4f4f4 none repeat scroll 0 0;
    box-shadow: 0 1px 3px rgba(50, 50, 50, 0.4);
    left: 0;
    margin: auto;
    opacity: 0.9;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=90)';
    padding: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
  }
}

header .header_middle_nav .header_logo h2 {
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  font-size: 29px;
  text-shadow: none;
}
form h3 {
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  margin-bottom: 40px;
}
.nowrap {
  white-space: nowrap;
}
span,
p,
li,
del,
pre {
  text-shadow: none;
}
.grey_border {
  padding: 60px;
  border: 1px solid #eaeaea;
  margin-bottom: 40px;
}
.right_border {
  border-right: 1px solid #eaeaea;
}
.white_text {
  color: #ffffff;
}
.red_text {
  color: #f05242;
}
.gray_text {
  color: #bcbcbc;
}
.bold {
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.align_center {
  text-align: center;
}
.align_left {
  text-align: left;
}
.align_right {
  text-align: right;
}
a {
  cursor: pointer;
  color: #3b3b3b;
  font-size: 13px;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
#callbackSuccessContent {
  display: none;
}
a:active,
a:visited,
a:focus {
  outline: none;
}
a:hover {
  color: #0074c2;
}
button,
.btn_orange {
  width: 210px;
  text-align: center;
  background: #363636;
  color: #ffffff;
  font-family: 'Roboto', sans-serif;
  padding: 20px;
  border: none;
  -moz-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;
  color: #ffffff;
}
button:visited,
.btn_orange:visited,
button:focus,
.btn_orange:focus {
  color: #ffffff;
  text-decoration: none;
}
.mce-tinymce button {
  display: inline-block;
}
.btn_base {
  border: 2px solid #363636;
  background: transparent;
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  padding: 10px;
  width: 250px;
  display: block;
  color: #363636;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  margin-top: 20px;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  width: 100%;
  padding: 20px 25px;
  cursor: pointer;
  text-align: center;
}
.btn_base:hover {
  color: #ffffff;
  background: #363636;
  text-decoration: none;
}
.base_form {
  background: #363636;
  padding: 90px 0;
  text-align: center;
}
.base_form form h3 {
  font-family: 'Roboto', sans-serif;
  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;
}
form input {
  outline: none;
}
.media {
  display: table;
}
.bg-brown {
  background: #ededed;
}
.about-corporate-area .col-0-sub {
  position: relative;
}
.about-corporate-area .single-corporate .corporate-text-des h3 {
  color: #3b3b3b;
  display: block;
  font-size: 16px;
  font-weight: 600;
  margin: 3px 0 7px 0;
  text-transform: capitalize;
}
.about-corporate-area .single-corporate .corporate-text-des p {
  color: #3b3b3b;
  display: block;
  font-size: 12px;
  font-weight: 400;
  margin: 0;
}
.copyright-footer {
  background: #ededed;
  color: #3b3b3b;
  text-align: center;
  display: block;
  width: 100%;
  padding: 10px 0;
  text-transform: uppercase;
}
.about-corporate-area .col-0-sub:after {
  background: rgba(0, 0, 0, 0.15) none repeat scroll 0 0;
  content: '';
  height: 36px;
  margin-top: -18px;
  position: absolute;
  right: 0;
  top: 50%;
  width: 1px;
}
.about-corporate-area .col-0-sub:last-child:after {
  display: none;
}
.single-corporate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-grid-column-align: center;
  justify-items: center;
  padding: 38px 0;
}
.corporate-icon {
  color: #3b3b3b;
  font-size: 48px;
  line-height: 48px;
}
.corporate-text-des {
  padding-left: 15px;
}
.media .media-body {
  display: table-cell;
}
.blue_link {
  color: #363636;
}
main .nav-tabs {
  border: none;
}
main .nav-tabs li {
  padding: 10px 30px;
}
main .nav-tabs li.active {
  color: #3b3b3b;
}
main .nav-tabs li.active a {
  border: none;
}
main .nav-tabs li.active a:hover,
main .nav-tabs li.active a:focus,
main .nav-tabs li.active a:visited,
main .nav-tabs li.active a:active {
  border: none;
  background: none;
}
main .nav-tabs li.active a::after {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
main .nav-tabs li a {
  padding: 0;
  color: #363636;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  border: none;
  background: transparent;
  position: relative;
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  font-size: 20px;
}
main .nav-tabs li a:hover,
main .nav-tabs li a:focus,
main .nav-tabs li a:visited,
main .nav-tabs li a:active {
  border: none;
  background: none;
}
main .nav-tabs li a::after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  right: auto;
  background: #363636;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.transparent_btn {
  border: 2px solid #ffffff;
  font-size: 16px;
  padding: 13px 0;
  color: #ffffff;
  border: 2px solid #363636;
  background: transparent;
  font-family: 'Roboto', sans-serif;
  padding: 10px;
  width: 250px;
  display: block;
  color: #363636;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
  margin-top: 20px;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  width: 100%;
  padding: 20px 25px;
  cursor: pointer;
  text-align: center;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  cursor: auto;
  font-weight: 600;
}
.transparent_btn:hover {
  color: #ffffff;
  background: #363636;
  text-decoration: none;
}
.transparent_btn:hover {
  color: #363636;
  background: #ffffff;
  text-decoration: none;
}
.float_left {
  float: left;
}
.float_right {
  float: right;
}
.up {
  text-transform: uppercase;
}
.absolute {
  position: absolute;
  z-index: 100;
}
.background_gray {
  background: #f4f4f4;
}
.background_black {
  background: #222425;
}
.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-weight: bold;
}
.media-left {
  text-decoration: none;
  color: #3b3b3b;
}
.media-left:hover {
  text-decoration: none;
}
.page_caption {
  padding: 0;
  margin: 0;
  padding: 50px 0;
}
.page_caption h1 {
  font-family: 'bold_font';
  font-size: 59px;
  text-align: left;
}
.pagination {
  margin-bottom: 50px;
}
.pagination li a {
  border-radius: 0;
  color: #3b3b3b;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
}
.pagination li a:hover {
  border-color: #363636;
  background: transparent;
  color: #3b3b3b;
}
.inline {
  display: inline-block;
}
.modal .modal-header {
  padding: 0;
  margin: 0;
  display: block;
  margin: 0 auto;
  border: none;
  position: relative;
}
.modal .modal-header .modal-title {
  text-align: left;
  font-size: 22px;
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
}
.modal .modal-header .close {
  right: 0;
  top: 0;
  width: auto;
  position: absolute;
}
.modal .modal-body {
  padding: 25px 0;
}
.modal .modal-body form {
  width: 100%;
  display: block;
  margin: 0 auto;
  position: relative;
}
.modal .modal-body form .forgot_password {
  position: absolute;
  top: 74px;
  right: 35px;
  z-index: 100;
}
.modal .modal-body form input {
  width: 100%;
  padding: 17px;
  display: block;
  background: #ffffff;
  border: 1px solid #eaeaea;
  margin-top: -1px;
  color: #3b3b3b;
}
.modal .modal-body form input[type='checkbox'] {
  width: 20px;
  display: inline-block;
}
.modal .modal-body form input[type='submit'] {
  border: 2px solid #363636;
  background: transparent;
  color: #363636;
  margin-top: 20px;
  font-family: 'Roboto', sans-serif;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
.modal .modal-body form input[type='submit']:hover {
  color: #ffffff;
  background: #363636;
  text-decoration: none;
}
.modal .modal-footer {
  text-align: center;
  margin: 0;
  padding: 0;
  border: none;
}
.modal .modal-footer .social_log li {
  width: 33.3%;
  float: left;
  display: block;
  border: 1px solid #eaeaea;
  padding: 20px;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  height: 60px;
}
.modal .modal-footer .social_log li a {
  display: inline-block;
}
.modal .modal-footer .social_log li a i:hover {
  filter: brightness(120%);
  -moz-filter: brightness(120%);
  -webkit-filter: brightness(120%);
}
.modal .modal-footer p {
  margin-top: 35px;
}
.modal .modal-content {
  padding: 40px 70px;
  width: 470px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  display: block;
  margin: 0 auto;
}
.section_capt {
  position: relative;
  margin: 25px 0;
}
.section_capt h5 {
  font-size: 12px;
}
.section_capt h1 {
  font-family: 'Roboto', sans-serif;
  font-size: 24px;
  text-transform: uppercase;
}
.section_capt .back_mobile {
  left: 5%;
  top: 40%;
}
.section_capt .sort_mobile {
  cursor: pointer;
  right: 10%;
  top: 40%;
}
.section_capt .sort_mobile .filter_img {
  position: absolute;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.section_capt .sort_mobile .filter_img2 {
  position: absolute;
  left: 3px;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.section_capt .sort_mobile.sort_close > .filter_img {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.section_capt .sort_mobile.sort_close > .filter_img2 {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.section_capt .rate_star {
  margin-left: 30px;
}
.section_capt .rate_star li i {
  font-size: 17px;
  cursor: pointer;
}
.circle_form input:not([type='submit']) {
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border: 1px solid #eaeaea;
  height: 40px;
  padding-left: 20px;
}
.img_center {
  display: block;
  margin: 0 auto;
}
pre {
  border: none;
  background: transparent;
  padding: 0;
  margin: 0;
}

.live_photo_item img {
  height: 100%;
  object-fit: cover;
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.65);
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease, visibility 0.5s;
}

.popup.visible {
  opacity: 1;
  visibility: visible;
}

.popup-slider {
  height: 600px;
  max-width: 1000px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.popup .close-block {
  color: #b6b6b6;
  transform: rotate(45deg);
  width: 40px;
  height: 40px;
  font-size: 65px;
  font-weight: 100;
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
}

.popup-slider .slick-prev {
  transform: rotate(-180deg) translate(0, 50%);
  left: -40px;
}

.popup-slider .slick-next {
  right: -40px;
}

.popup-slider .slick-prev,
.popup-slider .slick-next {
  width: 40px;
  height: 40px;
}

.popup-slider .slick-prev:before,
.popup-slider .slick-next:before {
  display: none;
}

.popup-slider .slick-prev svg,
.popup-slider .slick-next svg {
  width: 100%;
  height: 100%;
  fill: #b6b6b6;
}

.popup-slider .slick-list {
  height: 100%;
}

.popup-slider .slick-track {
  height: 100%;
}

.popup-slider .slick-slide {
  text-align: center;
  outline: none;
}

.popup-slider .slick-slide img {
  height: 100% !important;
  display: inline-block;
}

@media screen and (max-width: 991px) {
  .home-slider {
    display: none;
  }
  .section_capt {
    /* border-top: 1px solid #eaeaea;*/
    width: 100%;
    padding: 40px 0;
    margin-bottom: 0;
    margin-top: 0;
  }
  .section_capt h1 {
    text-align: center;
    font-size: 25px;
    padding: 0;
    margin: 0;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .section_capt .filter_mobile {
    display: none;
    padding: 20px 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 107px;
    z-index: 900;
    background: #f9f9f9;
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
  }

  .section_capt .page-title {
    margin-bottom: 20px;
  }

  .sect_capt h3 {
    text-align: center;
  }
  .mobile_all_width {
    width: 100%;
  }
}
.hide_section {
  opacity: 0;
  height: 0;
  overflow: hidden;
}
.sticker_cart {
  position: relative;
  display: inline-block;
}
.sticker_cart span {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  right: -9px;
  background: #363636;
  color: #ffffff;
  padding: 2.38px 0;
  font-family: 'Roboto', sans-serif;
  font-size: 10px;
  text-align: center;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
}
.tab_container .item_img {
  overflow: hidden;
  position: relative;
}
.tab_container.sticker_item .label_new {
  display: block;
}
.tab_container .label_new {
  display: none;
  width: 145px;
  position: absolute;
  top: 20px;
  left: -35px;
  background: #f05242;
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  font-size: 11px;
  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;
}
.catalog_list .tab_container {
  position: relative;
  overflow: hidden;
}
.catalog_list .tab_container .item_img {
  overflow: visible;
  position: static;
}
.catalog_list .tab_container.sticker_item .label_new {
  display: block;
}
.catalog_inline .tab_container {
  position: relative;
  overflow: hidden;
}
.catalog_inline .tab_container .item_img {
  overflow: visible;
  position: static;
}
.catalog_inline .tab_container.sticker_item .label_new {
  display: block;
}
.main_carousel {
  overflow: hidden;
}
.main_carousel .label_new {
  display: none;
}
.main_carousel.sticker_item .label_new {
  display: block;
  width: 145px;
  position: absolute;
  z-index: 100;
  top: 20px;
  left: -35px;
  background: #f05242;
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  font-size: 11px;
  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 #eaeaea;
  font-size: 12px;
  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: 100%;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  padding: 0;
  margin: 0;
}
.ui-menu-item:hover {
  background: #363636;
}
.ui-menu-item div {
  width: 100%;
  height: 30px;
  padding: 0;
  margin: 0;
  -moz-transition: all 0.1s;
  transition: all 0.1s;
  border: none;
}
.ui-menu-item div:hover {
  background: #363636;
}
.ui-menu-item div.ui-state-active {
  background: #363636;
  margin: 0;
}
.diff.active * {
  color: #363636;
}
.fa-star:hover {
  color: #000000;
  cursor: pointer;
}
main .goods .tab_container .tab_item .hide_block .one_click_btn.not_buy {
  border-color: #a3a3a3;
  color: #a3a3a3;
  cursor: default;
  background: none;
}
main .goods .tab_container .tab_item .hide_block .one_click_btn.not_buy:hover {
  background: none;
  color: #a3a3a3;
}
main .goods .tab_container .tab_item .goods_btn.not_buy {
  border-color: #a3a3a3;
  color: #a3a3a3;
  cursor: default;
  background: none;
}
main .goods .tab_container .tab_item .goods_btn.not_buy:hover {
  background: none;
  color: #a3a3a3;
}
main .catalog_item .transparent_btn.not_buy {
  border-color: #a3a3a3;
  color: #a3a3a3;
  cursor: default;
  background: none;
}
main .catalog_item .transparent_btn.not_buy:hover {
  background: none;
  color: #a3a3a3;
}
main
  .catalog_item
  .item_carousel
  .carousel-inner
  .item
  .goods
  .tab_item
  .hide_block
  .one_click_btn.not_buy {
  border-color: #a3a3a3;
  color: #a3a3a3;
  cursor: default;
  background: none;
}
main
  .catalog_item
  .item_carousel
  .carousel-inner
  .item
  .goods
  .tab_item
  .hide_block
  .one_click_btn.not_buy:hover {
  background: none;
  color: #a3a3a3;
}
label {
  margin-bottom: 20px;
  position: relative;
  cursor: pointer;
  font-weight: normal;
}
label input[type='checkbox'] {
  width: 20px;
  height: 20px;
  margin-right: 15px;
  opacity: 0;
  vertical-align: middle;
}
label input[type='checkbox'] + span {
  display: block;
  border: 1px solid #bcbcbc;
  width: 20px;
  height: 20px;
  background: #ffffff;
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
}
.color_block_in {
  display: block;
  width: 100%;
}
.color_block_in li {
  display: inline-block;
  margin-right: 3px;
}
.color_prod_all {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  display: inline-block;
  border: 1px solid #eaeaea;
}
label input[type='checkbox']:checked + span:before {
  content: '';
  position: absolute;
  display: block;
  border-left: 3px solid #363636;
  border-bottom: 3px solid #363636;
  width: 13px;
  height: 8px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 3px;
  left: 3px;
}
div.personal_data_wrapper {
  margin-top: 20px;
}
div.personal_data_wrapper input#registration-152-federal-law,
div.personal_data_wrapper input#purchase-step-address-152-federal-law,
div.personal_data_wrapper input#purchase-step-invoice-152-federal-law,
div.personal_data_wrapper input#user-settings-152-federal-law,
div.personal_data_wrapper input#purchase-step-order-federal-law,
div.personal_data_wrapper input#common-152-federal-law {
  position: relative;
  z-index: 100;
}
div.personal_data_wrapper label[for='registration-152-federal-law'],
div.personal_data_wrapper label[for='purchase-step-address-152-federal-law'],
div.personal_data_wrapper label[for='purchase-step-invoice-152-federal-law'],
div.personal_data_wrapper label[for='user-settings-152-federal-law'],
div.personal_data_wrapper label[for='purchase-step-order-federal-law'],
div.personal_data_wrapper label[for='common-152-federal-law'] {
  display: inline;
}
div.personal_data_wrapper label[for='registration-152-federal-law'] p,
div.personal_data_wrapper label[for='purchase-step-address-152-federal-law'] p,
div.personal_data_wrapper label[for='purchase-step-invoice-152-federal-law'] p,
div.personal_data_wrapper label[for='user-settings-152-federal-law'] p,
div.personal_data_wrapper label[for='purchase-step-order-federal-law'] p,
div.personal_data_wrapper label[for='common-152-federal-law'] p {
  display: inline;
}
div.personal_data_wrapper label[for='registration-152-federal-law'] p a[href],
div.personal_data_wrapper
  label[for='purchase-step-address-152-federal-law']
  p
  a[href],
div.personal_data_wrapper
  label[for='purchase-step-invoice-152-federal-law']
  p
  a[href],
div.personal_data_wrapper label[for='user-settings-152-federal-law'] p a[href],
div.personal_data_wrapper
  label[for='purchase-step-order-federal-law']
  p
  a[href],
div.personal_data_wrapper label[for='common-152-federal-law'] p a[href] {
  color: #363636;
  font-size: 14px;
}
div.personal_data_wrapper label[for='common-152-federal-law'] {
  font-weight: initial;
}
div.personal_data_wrapper label[for='purchase-step-order-federal-law'] p {
  font-size: 14px;
}
div.personal_data_wrapper input#dispatches-152-federal-law {
  width: 20px;
  height: 20px;
  margin-top: 0;
  position: relative;
  z-index: 100;
}
div.personal_data_wrapper label[for='dispatches-152-federal-law'] p {
  display: inline;
}
div.personal_data_wrapper label[for='dispatches-152-federal-law'] p a[href] {
  color: #929292;
  font-size: 12px;
  padding: 0;
  background: none;
  border: none;
  display: inline;
}
div.personal_data_wrapper
  label[for='dispatches-152-federal-law']
  p
  a[href]:hover {
  color: #fff;
}
div.personal_data_wrapper input#buy-one-click-152-federal-law,
div.personal_data_wrapper input#purchase-step-personal-152-federal-law {
  width: initial;
  display: inline;
  margin-top: 15px;
}
div.personal_data_wrapper label[for='buy-one-click-152-federal-law'],
div.personal_data_wrapper label[for='purchase-step-personal-152-federal-law'] {
  display: inline;
}
div.personal_data_wrapper label[for='buy-one-click-152-federal-law'] p,
div.personal_data_wrapper
  label[for='purchase-step-personal-152-federal-law']
  p {
  display: inline;
}
div.personal_data_wrapper label[for='buy-one-click-152-federal-law'] p a[href],
div.personal_data_wrapper
  label[for='purchase-step-personal-152-federal-law']
  p
  a[href] {
  color: #363636;
  font-size: 14px;
}
form#deliveryForm input[type='submit'],
form#deliverySettingsForm input[type='submit'],
form#payment_choose input[type='submit'],
form#userSettingsForm input[type='submit'] {
  padding: 20px 25px;
  width: 265px;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  margin-top: 30px;
}
form#userSettingsForm input[type='submit'] {
  margin-top: 40px;
}
form#deliveryForm input[type='submit'] {
  display: inline;
}
main label {
  margin-bottom: 20px;
}
main label p {
  max-width: 93%;
  display: inline-block;
}
main label input[type='radio'] {
  width: 20px;
  height: 20px;
  margin-right: 15px;
  opacity: 0;
  vertical-align: middle;
}
main label input[type='radio'] + span {
  display: block;
  border: 1px solid #bcbcbc;
  width: 20px;
  height: 20px;
  background: #ffffff;
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
  border-radius: 50%;
}
main label input[type='radio']:checked + span:before {
  content: '';
  position: absolute;
  display: block;
  background: #363636;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  top: 4px;
  left: 4px;
}
main select option:first-child {
  display: none;
}
main .ui-button .ui-icon,
main .ui-button:hover .ui-icon,
main .ui-button:focus .ui-icon {
  background: url(img/arr_down.png) no-repeat center;
}
main .ui-selectmenu-button.ui-button {
  outline: none;
  border: 1px solid #eaeaea;
  width: 100%;
  padding: 17px;
  background: #fff;
}
main .ui-selectmenu-button.ui-button:focus {
  background: #f9f9f9;
}
main .ui-selectmenu-text {
  color: #585858;
}
main .ui-corner-all {
  border-radius: 0;
}
form {
  /* Firefox 19+ */
  /* Firefox 18- */
}
form .sub_group_inline {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
form .sub_group_inline > div {
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
form .sub_group_inline > div:last-of-type input {
  border-left: none;
}
form div {
  position: relative;
  margin-top: -1px;
}
form div.important:after {
  content: '*';
  position: absolute;
  top: 17px;
  right: 5px;
  font-size: 20px;
  color: #949494;
}
form div input[type='text'],
form div input[type='tel'],
form div input[type='password'],
form div input[type='email'],
form div input[type='number'],
form div input[type='color'],
form div input[type='date'] {
  outline: none;
  border: 1px solid #eaeaea;
  width: 100%;
  padding: 17px;
  background: #fff;
}
form div input[type='text']:focus,
form div input[type='tel']:focus,
form div input[type='password']:focus,
form div input[type='email']:focus,
form div input[type='number']:focus,
form div input[type='color']:focus,
form div input[type='date']:focus {
  background: #f9f9f9;
}
form div input[type='text']:focus + span.sub_text,
form div input[type='tel']:focus + span.sub_text,
form div input[type='password']:focus + span.sub_text,
form div input[type='email']:focus + span.sub_text,
form div input[type='number']:focus + span.sub_text,
form div input[type='color']:focus + span.sub_text,
form div input[type='date']:focus + span.sub_text {
  display: block;
}
form div input[type='color'] {
  height: 56px;
}
form div .sub_text {
  position: absolute;
  top: 2px;
  left: 18px;
  font-size: 12px;
  color: #b6b6b6;
  display: none;
}
form div.disabled_input input {
  background: #f6f6f6;
}
form ::-webkit-input-placeholder {
  font-size: 14px;
}
form ::-moz-placeholder {
  font-size: 14px;
}
form :-moz-placeholder {
  font-size: 14px;
}
form :-ms-input-placeholder {
  font-size: 14px;
}
form :focus::-webkit-input-placeholder {
  color: transparent;
}
form :focus::-moz-placeholder {
  color: transparent;
}
form :focus:-moz-placeholder {
  color: transparent;
}
form :focus:-ms-input-placeholder {
  color: transparent;
}
form {
  /* Firefox 19+ */
  /* Firefox 18- */
}
form div {
  position: relative;
}
form div textarea {
  outline: none;
  border: 1px solid #eaeaea;
  width: 100%;
  padding: 17px;
  background: #fff;
  resize: none;
  height: 200px;
  margin-bottom: 15px;
}
form div textarea:focus {
  background: #f9f9f9;
}
form div textarea:focus + span.sub_text {
  display: block;
}
form div .sub_text {
  position: absolute;
  top: 2px;
  left: 18px;
  font-size: 12px;
  color: #b6b6b6;
  display: none;
}
form textarea::-webkit-input-placeholder {
  font-size: 14px;
}
form textarea::-moz-placeholder {
  font-size: 14px;
}
form textarea:-moz-placeholder {
  font-size: 14px;
}
form textarea:-ms-input-placeholder {
  font-size: 14px;
}
form textarea:focus::-webkit-input-placeholder {
  color: transparent;
}
form textarea:focus::-moz-placeholder {
  color: transparent;
}
form textarea:focus:-moz-placeholder {
  color: transparent;
}
form textarea:focus:-ms-input-placeholder {
  color: transparent;
}
main input[type='submit'] {
  border: 2px solid #363636;
  background: transparent;
  font-family: 'Roboto', sans-serif;
  padding: 16px;
  width: 250px;
  display: block;
  color: #363636;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  margin-top: 30px;
}
main input[type='submit']:hover {
  color: #ffffff;
  background: #363636;
}
label.file {
  padding: 17px;
  background: #fff;
  border: 1px solid #eaeaea;
  cursor: pointer;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  position: relative;
}
label.file:hover {
  background: #f9f9f9;
}
label.file:active {
  top: 1px;
}
label.file input[type='file'] {
  opacity: 0;
  position: absolute;
  cursor: pointer;
  z-index: -1;
}
label.file span {
  cursor: pointer;
}
main .comment {
  border: 1px solid #eaeaea;
  margin-bottom: 40px;
}
main .comment .pagination_numbers {
  margin-left: 60px;
  margin-right: 60px;
}
main .comment .comment_list {
  padding: 0 60px 40px 60px;
}
main .comment .comment_list .one_comment {
  margin-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #eaeaea;
}
main .comment .comment_list .one_comment .date {
  color: #a4a4a4;
  font-size: 12px;
  margin-bottom: 10px;
}
main .comment .comment_list .one_comment .name {
  color: #4a4a4a;
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  margin-bottom: 10px;
}
main .comment .comment_add {
  padding: 40px 60px;
  background: #f9f9f9;
}
main .comment .comment_add h3 {
  margin-top: 0;
  margin-bottom: 40px;
  text-transform: uppercase;
}
main .comment .comment_add form {
  width: 50%;
}
main .comment .comment_add form input[type='text'] {
  margin-bottom: 0;
  border-bottom: none;
}
main .comment .comment_add form input[type='submit'] {
  margin-top: 20px;
}
main .main_pagination {
  text-align: center;
  margin-bottom: 40px;
}
main .main_pagination a {
  text-decoration: none;
}
main .main_pagination a span {
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
}
main .main_pagination a:hover {
  color: #363636;
}
main .main_pagination a:hover .more_btn {
  background: url(img/more_btn.png) no-repeat 0 0;
}
@media (max-width: 991px) {
  main .main_pagination a {
    border: 2px solid #363636;
    background: transparent;
    display: block;
    margin: 0 auto;
    width: 290px;
    padding: 13px;
    color: #363636;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
  }
  main .main_pagination a:hover {
    color: #ffffff;
    background: #363636;
  }
}
main .main_pagination div.gray_text {
  margin-top: 10px;
  font-size: 12px;
}
main .pagination_numbers {
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border: 1px solid #eaeaea;
  margin: 40px 0;
}
@media (max-width: 991px) {
  main .pagination_numbers {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
}
main .pagination_numbers li {
  border-right: 1px solid #eaeaea;
  width: 50px;
  text-align: center;
}
@media (max-width: 991px) {
  main .pagination_numbers li {
    width: 100%;
  }
}
main .pagination_numbers li:last-child {
  border: none;
}
main .pagination_numbers li.prev a {
  position: relative;
  width: 100%;
  height: 100%;
}
main .pagination_numbers li.prev a:hover {
  background-color: transparent;
}
main .pagination_numbers li.prev a:before {
  content: '';
  background: url(img/blue_arrow_icons.png) no-repeat 0 0;
  width: 10px;
  height: 15px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
main .pagination_numbers li.next a {
  position: relative;
  width: 100%;
  height: 100%;
}
main .pagination_numbers li.next a:hover {
  background-color: transparent;
}
main .pagination_numbers li.next a:before {
  content: '';
  background: url(img/blue_arrow_icons.png) no-repeat -20px 0;
  width: 10px;
  height: 15px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
main .pagination_numbers li.active a {
  text-decoration: none;
  background-color: #363636;
  color: #fff;
}
main .pagination_numbers li a {
  display: block;
  padding: 15px;
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  width: auto;
  border: none;
}
main .pagination_numbers li a:hover {
  text-decoration: none;
  background-color: #363636;
  color: #fff;
}
#callbackContent form div input {
  margin-bottom: 0;
}
form#login_form div input {
  margin-bottom: 0;
}
#buy_modal.modal .modal-body form h4 {
  margin-bottom: 20px;
}
#buy_modal.modal .modal-body form label {
  width: 250px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
}
#buy_modal.modal .modal-body form label input[type='radio'] {
  width: auto;
  display: inline-block;
}
#buy_modal.modal .modal-body form .transparent_btn:hover {
  color: #ffffff;
  background: #363636;
}
#oneclick_modal.modal .modal-body form h4 {
  margin-bottom: 20px;
}
#oneclick_modal.modal .modal-body form label {
  width: 250px;
}
.woocommerce.columns-5.goods {
  width: 100%;
}
#oneclick_modal.modal .modal-body form label input[type='radio'] {
  width: auto;
  display: inline-block;
}
#oneclick_modal.modal .modal-body form .transparent_btn:hover {
  color: #ffffff;
  background: #363636;
}
main form .captcha_field div:first-child input {
  border-bottom: 1px solid #eaeaea;
}
main form .captcha_field div:last-child {
  margin: 20px 0;
}
main form .captcha_field div:last-child span {
  cursor: pointer;
  margin-left: 20px;
}
.classic_captcha_image {
  margin-top: 20px;
}
.captcha_reset {
  cursor: pointer;
}
.ui-selectmenu-menu .ui-menu {
  max-height: 300px;
}
main .advantage {
  padding: 0;
  margin: 0;
  padding: 100px 70px;
  background: #363636;
}
main .advantage .container {
  background: transparent;
}
main .advantage .container .row {
  height: auto;
}
main .advantage .container .row > div .media {
  padding: 0 5%;
}
main .advantage .container .row > div .media .media-left {
  padding-right: 30px;
}
main .advantage .container .row > div .media .media-body .media-heading {
  color: #ffffff;
  font-size: 14px;
  margin-top: 1px;
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}
main .advantage .container .row > div .media .media-body span {
  color: #ffffff;
  font-size: 12px;
}
main .goods {
  width: 80%;
}
main .goods.w100p .col-md-3 {
  width: 20%;
}
main .goods .nav-tabs {
  margin-bottom: 25px;
}
main .goods .nav-tabs li:first-of-type {
  padding-left: 0;
}
/*main .goods .nav-tabs li:first-of-type a {
  font-family: 'Roboto', sans-serif;
}*/
main .goods .tab-content {
  margin-bottom: 20px;
}
main .goods .sort_row .ui-selectmenu-button.ui-button {
  width: 120px;
  margin-left: 5px;
}
.woocommerce-page.columns-5 ul.products li.product,
.woocommerce.columns-5 ul.products li.product {
  width: 20%;
  margin: 0;
  padding-top: 20px;
}
.related ul.products li.product {
  margin: 0;
  padding-top: 20px;
}
.related ul.products li.first {
  clear: unset;
}
.related ul.products {
  position: relative;
  width: calc(100% - 60px);
  margin: 0 auto;
  margin-bottom: 20px;
}
.related .slick-prev {
  transform: rotate(-180deg) translate(0, 50%);
  left: -60px;
}
.related .slick-next {
  right: -60px;
}
.related .slick-prev,
.related .slick-next {
  width: 40px;
  height: 40px;
}
.related .slick-prev:before,
.related .slick-next:before {
  display: none;
}
.related .slick-prev svg,
.related .slick-next svg {
  width: 100%;
  height: 100%;
  fill: #363636;
}
.related .slick-prev:hover svg,
.related .slick-next:hover svg {
  fill: #0074c2;
}
main .goods .product {
  position: relative;
  height: 390px;
  margin-right: -1px !important;
  margin-top: -1px !important;
  border: 1px solid #eaeaea;
}
main .goods .product:hover {
  box-shadow: 0 0 5px 1px #d7d7d7;
  -webkit-box-shadow: 0 0 5px 1px #d7d7d7;
  -moz-box-shadow: 0 0 5px 1px #d7d7d7;
  -o-box-shadow: 0 0 5px 1px #d7d7d7;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
main .related .product {
  position: relative;
  height: 390px;
  margin-right: -1px !important;
  border: 1px solid #eaeaea;
}
main .related .slick-list {
  width: calc(100% + 1px);
  padding-right: 1px;
  height: 400px;
  margin-top: -5px;
}
main .related .slick-track {
  top: 5px;
}
/*
main .related .product:hover {
  box-shadow: 0 0 5px 1px #d7d7d7;
  -webkit-box-shadow: 0 0 5px 1px #d7d7d7;
  -moz-box-shadow: 0 0 5px 1px #d7d7d7;
  -o-box-shadow: 0 0 5px 1px #d7d7d7;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
} */
.woocommerce ul.products li.product .button {
  margin: 0;
  border-color: #363636;
  border: 2px solid #363636;
  background: transparent;
  font-family: 'Roboto', sans-serif;
  padding: 9px 7px;
  display: inline-block;
  width: 117px;
  color: #363636;
  text-align: center;
  font-size: 14px;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  cursor: pointer;
}
li.product .added_to_cart.wc-forward {
  display: none;
}
li.product .add_to_cart_button.loading {
  text-align: left !important;
  padding-left: 9px !important;
}
p.stock.in-stock {
  display: none;
}
h3 span.woocommerce-Price-amount.amount,
h3 .woocommerce-Price-currencySymbol {
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  font-size: 22px !important;
  text-shadow: none;
}
li.product a.button.loading::after {
  right: 7px;
}
.marin40 {
  margin: 20px 0 40px 0;
}
.maintop40 {
  margin-top: 40px;
}
.woocommerce ul.products li.product .button:hover {
  border-color: #363636;
  border: 2px solid #363636;
  color: #fff;
  background: #363636;
}
.breadcrumbs .current {
  font-size: 13px;
}
.breadcrumbs a {
  color: #bcbcbc;
}
.brands_title_home {
  text-transform: uppercase;
  font-size: 18px;
  text-align: center;
  margin-bottom: 30px;
  font-weight: bold;
  font-family: 'Roboto', sans-serif;
}
.woocommerce-loop-product__link {
  display: block;
}
.woocommerce-loop-product__link img {
  display: block;
  margin: 0 auto !important;
  max-width: 200px;
  height: auto;
}
.woocommerce-loop-product__link .woocommerce-loop-product__title {
  height: 75px;
  padding: 0 20px !important;
  width: 100%;
  display: block;
}
.woocommerce ul.products li.product .price {
  font-size: 26px;
  padding: 0 20px;
  margin: 0;
  font-family: 'Roboto', sans-serif;
  line-height: 0.7;
  color: #3b3b3b;
  text-align: center;
  font-weight: bold;
}
.woocommerce ul.products li.product .button {
  position: absolute;
  width: 200px;
  margin-top: 0;
  bottom: 25px;
  margin: 0 auto;
  left: 0;
  right: 0;
}
.woocommerce-loop-product__title {
  font-family: 'Roboto', sans-serif;
}
main .goods .product:hover .tab_item {
  position: absolute;
  height: auto;
  left: 0;
  top: 0;
  right: 0;
  z-index: 100;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
main .goods .product:hover .tab_item:hover {
  box-shadow: 0 0 5px 1px #d7d7d7;
  -webkit-box-shadow: 0 0 5px 1px #dcdcdc;
  -moz-box-shadow: 0 0 5px 1px #d7d7d7;
  -o-box-shadow: 0 0 5px 1px #d7d7d7;
}
main .goods .product:hover .tab_item .hide_block {
  display: block;
}
main .goods .product .tab_item .list_quantity {
  display: none;
}
main .goods .product .tab_item .hide_block {
  margin-top: 38px;
  padding: 0 20px;
  background: #ffffff;
  width: 100%;
  border-bottom: 1px solid #eaeaea;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  display: none;
}
main .goods .product .tab_item .hide_block > div {
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 0 0 0;
  border-top: 1px solid #eaeaea;
}
main .goods .product .tab_item .hide_block > div span,
main .goods .product .tab_item .hide_block > div a {
  font-size: 12px;
  margin: 0 3px;
}
main .goods .product .tab_item .hide_block .one_click_btn {
  display: block;
}
main .goods .product .tab_item .hide_block .comment_count img {
  margin-right: 5px;
  display: inline;
}
main .goods .product .tab_item .hide_block .comment_count .lazy_comment_count {
  font-size: 16px;
  font-weight: bold;
  color: #363636;
}
main .goods .product .tab_item .hide_block .one_click_btn {
  border-color: #363636;
  color: #363636;
  width: 100%;
  padding: 10px 0;
  font-size: 14px;
  cursor: pointer;
  margin: 30px auto;
  text-align: center;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
main .goods .product .tab_item .hide_block .one_click_btn:hover {
  color: #ffffff;
  background: #363636;
  text-decoration: none;
}
main .goods .product .tab_item .item_img {
  height: 230px;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
main .goods .tab_container .tab_item .item_img img {
  display: block;
  margin: 0 auto;
}
main .goods .tab_container .tab_item .title {
  height: 75px;
  padding: 0 20px;
}
main .goods .tab_container .tab_item .title .rate_star {
  position: absolute;
  top: 287px;
}
main .goods .tab_container .tab_item .title .rate_star span.gray_text {
  display: none;
}
main .goods .tab_container .tab_item .title h4 {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  display: block;
  display: -webkit-box;
  line-height: 1.1;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 30.8px;
}
main .goods .tab_container .tab_item .info {
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
main .goods .tab_container .tab_item .info .comment_catalog_inline {
  display: none;
}
main .goods .tab_container .tab_item .info p {
  display: none;
}
main .goods .tab_container .tab_item .price {
  padding-top: 20px;
  display: inline-block;
  position: relative;
}
main .goods .tab_container .tab_item .price i {
  font-size: 16px;
}
main .goods .tab_container .tab_item .price del {
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  font-size: 14px;
  position: absolute;
  top: 0;
}
main .goods .tab_container .tab_item .price h3 {
  font-size: 26px;
  padding: 0;
  margin: 0;
  font-family: 'Roboto', sans-serif;
  line-height: 0.7;
}
main .goods .tab_container .tab_item .goods_btn {
  margin: 0;
  border-color: #363636;
  padding: 9px;
  display: inline-block;
  width: 95px;
  color: #363636;
  text-align: center;
  font-size: 14px;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  cursor: pointer;
}
.coupon {
  display: none;
}
.woocommerce table.shop_table th {
  font-size: 12px;
  color: #bcbcbc;
}
.woocommerce table.shop_table thead th {
  padding: 20px 0;
}
.woocommerce table.shop_table {
  border: 0;
}
.woocommerce table.shop_table thead th {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  text-align: center;
  font-family: 'Roboto', sans-serif;
}
.woocommerce-cart-form__cart-item.cart_item {
  text-align: center;
  font-family: 'Roboto', sans-serif;
}

.woocommerce a.remove {
  font-size: 28px;
  height: 30px;
  width: 30px;
  line-height: 28px;
  text-align: center;
}

.woocommerce .quantity .qty {
  width: 50px !important;
  text-align: center !important;
  padding-left: 36px;
}
.wac-quantity {
  width: 100%;
  min-width: 117px;
}
.wac-qty-button a {
  background-color: #3b3b3b !important;
}
.order-total {
  font-size: 28px;
  text-align: right;
  font-family: 'Roboto', sans-serif;
}
.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
  float: right;
  width: 400px;
}
.order-total th {
  font-size: 28px !important;
  text-align: right;
  font-family: 'Roboto', sans-serif;
}
a.checkout-button {
  color: #363636 !important;
  width: 265px;
  float: right;
  padding: 20px !important;
  font-size: 16px !important;
  text-align: center;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  background: none !important;
  font-family: 'Roboto', sans-serif;
  border: 2px solid #363636 !important;
}
a.checkout-button:hover {
  background: #363636 !important;
  color: #ffffff !important;
  cursor: pointer;
}
h3#ship-to-different-address,
.form-row.form-row-wide.create-account {
  display: none;
}
#customer_details {
  margin: 0 auto;
  width: 70%;
}
.woocommerce form .form-row select {
  cursor: pointer;
  margin: 0;
  border: 1px solid #eaeaea;
  width: 100%;
  padding: 5px;
  background: #fff;
}
p.form-row label {
  margin-bottom: 0;
}
p.form-row input {
  padding: 5px !important;
}
.woocommerce-cart-form {
  margin: 0 auto;
  width: 70%;
}
#customer_details .col-1,
#customer_details .col-2 {
  width: 100%;
}
td.actions {
  display: none;
}
.woocommerce-cart-form__cart-item.cart_item .product-thumbnail img {
  width: 150px;
}
main .goods .tab_container .tab_item .goods_btn:hover {
  color: #ffffff;
  background: #363636;
  text-decoration: none;
}
main .catalog_list {
  width: 100%;
}
main .catalog_list .sort_row .sort_btn a .sprite-lg_blue {
  background-position: -31px -5px;
}
main .catalog_list .sort_row .sort_btn a .sprite-sm_gray {
  background-position: -5px -31px;
}
main .catalog_list .col-md-3 {
  width: 100%;
}
main .catalog_list .col-md-3 .tab_container {
  position: relative;
  margin-right: -1px;
  margin-top: -1px;
  border: 1px solid #eaeaea;
}
main .catalog_list .col-md-3 .tab_container .tab_item {
  height: 180px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
main .catalog_list .col-md-3 .tab_container .tab_item .list_quantity {
  display: block;
  width: 115px;
  margin-top: 16px;
}
main .catalog_list .col-md-3 .tab_container .tab_item .list_quantity p,
main .catalog_list .col-md-3 .tab_container .tab_item .list_quantity a {
  color: #bcbcbc;
  font-size: 12px;
}
main
  .catalog_list
  .col-md-3
  .tab_container
  .tab_item
  .list_quantity
  .lazy_comment_count {
  font-size: 16px;
  font-weight: bold;
  color: #363636;
}
main .catalog_list .col-md-3 .tab_container .tab_item .hide_block {
  display: none;
}
main .catalog_list .col-md-3 .tab_container .tab_item .item_img {
  width: 200px;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
main .catalog_list .col-md-3 .tab_container .tab_item .item_img img {
  display: block;
  margin: 0 auto;
  width: 100%;
}
main .catalog_list .col-md-3 .tab_container .tab_item .title {
  width: 400px;
  padding: 0 20px;
}
main .catalog_list .col-md-3 .tab_container .tab_item .title .rate_star {
  display: block;
}
main .catalog_list .col-md-3 .tab_container .tab_item .title h4 {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  display: block;
  display: -webkit-box;
  line-height: 1.1;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: auto;
}
main .catalog_list .col-md-3 .tab_container .tab_item .info {
  display: block;
}
main
  .catalog_list
  .col-md-3
  .tab_container
  .tab_item
  .info
  .comment_catalog_inline {
  display: none;
}
main .catalog_list .col-md-3 .tab_container .tab_item .info p {
  display: block;
  text-align: right;
  margin: 10px 0 0 0;
}
main .catalog_list .col-md-3 .tab_container .tab_item .info p a {
  color: #bcbcbc;
  font-size: 12px;
}
main .catalog_list .col-md-3 .tab_container .tab_item .price {
  padding-top: 20px;
  margin-right: 60px;
  display: inline-block;
  position: relative;
}
main .catalog_list .col-md-3 .tab_container .tab_item .price i {
  font-size: 16px;
}
main .catalog_list .col-md-3 .tab_container .tab_item .price del {
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  font-size: 14px;
  position: absolute;
  top: 0;
}
main .catalog_list .col-md-3 .tab_container .tab_item .price h3 {
  font-size: 26px;
  padding: 0;
  margin: 0;
  font-family: 'Roboto', sans-serif;
  line-height: 0.7;
}
main .catalog_list .col-md-3 .tab_container .tab_item .goods_btn {
  margin: 0;
  border-color: #363636;
  padding: 9px;
  display: inline-block;
  width: 95px;
  color: #363636;
  text-align: center;
  font-size: 14px;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  cursor: pointer;
  vertical-align: super;
}
main .catalog_list .col-md-3 .tab_container .tab_item .goods_btn:hover {
  color: #ffffff;
  background: #363636;
  text-decoration: none;
}
main .catalog_list .col-md-3 .tab_container .tab_item .goods_btn.not_buy {
  border-color: #a3a3a3;
  color: #a3a3a3;
  cursor: default;
  background: none;
}
main
  .catalog_list
  .col-md-3
  .tab_container
  .tab_item
  .goods_btn.one_click_adaptive {
  display: none;
}
main .catalog_inline {
  width: 100%;
}
main .catalog_inline .sort_row .sort_btn a .sprite-lg_blue {
  background-position: -31px -5px;
}
main .catalog_inline .sort_row .sort_btn a .sprite-sm_gray {
  background-position: -37px -31px;
}
main .catalog_inline .sort_row .sort_btn a .sprite-xs_gray {
  background-position: -69px -5px;
}
main .catalog_inline .col-md-3 {
  width: 100%;
}
main .catalog_inline .col-md-3 .tab_container {
  position: relative;
  margin-right: -1px;
  margin-top: -1px;
  border: 1px solid #eaeaea;
}
main .catalog_inline .col-md-3 .tab_container .tab_item {
  height: 80px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
main .catalog_inline .col-md-3 .tab_container .tab_item .list_quantity {
  display: block;
  width: 100px;
  margin-top: 16px;
  margin-right: 30px;
}
main .catalog_inline .col-md-3 .tab_container .tab_item .list_quantity p,
main .catalog_inline .col-md-3 .tab_container .tab_item .list_quantity a {
  color: #bcbcbc;
  font-size: 12px;
}
main
  .catalog_inline
  .col-md-3
  .tab_container
  .tab_item
  .list_quantity
  p:nth-of-type(2) {
  display: none;
}
main
  .catalog_inline
  .col-md-3
  .tab_container
  .tab_item
  .list_quantity
  p:last-of-type {
  position: absolute;
  top: 36px;
  right: 180px;
}
main .catalog_inline .col-md-3 .tab_container .tab_item .hide_block {
  display: none;
}
main .catalog_inline .col-md-3 .tab_container .tab_item .item_img {
  display: none;
}
main .catalog_inline .col-md-3 .tab_container .tab_item .title {
  width: 437px;
  padding: 0 20px;
}
main .catalog_inline .col-md-3 .tab_container .tab_item .title .rate_star {
  display: inline-block;
}
main
  .catalog_inline
  .col-md-3
  .tab_container
  .tab_item
  .title
  .rate_star
  span.gray_text {
  display: none;
}
main .catalog_inline .col-md-3 .tab_container .tab_item .title h4 {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  display: inline-block;
  width: 200px;
  line-height: 1.1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  height: auto;
  margin: 0 40px 0 0;
}
main .catalog_inline .col-md-3 .tab_container .tab_item .info {
  display: block;
  width: 600px;
}
main
  .catalog_inline
  .col-md-3
  .tab_container
  .tab_item
  .info
  .comment_catalog_inline {
  display: inline-block;
  width: 50px;
}
main
  .catalog_inline
  .col-md-3
  .tab_container
  .tab_item
  .info
  .comment_catalog_inline
  .lazy_comment_count {
  font-size: 16px;
  font-weight: bold;
  color: #363636;
}
main .catalog_inline .col-md-3 .tab_container .tab_item .info p {
  display: block;
  position: absolute;
  right: 158px;
  top: 34px;
}
main .catalog_inline .col-md-3 .tab_container .tab_item .info p a {
  color: #bcbcbc;
  font-size: 12px;
}
main .catalog_inline .col-md-3 .tab_container .tab_item .price {
  margin-right: 5px;
  width: 231px;
  display: inline-block;
  position: relative;
}
main .catalog_inline .col-md-3 .tab_container .tab_item .price i {
  font-size: 16px;
}
main .catalog_inline .col-md-3 .tab_container .tab_item .price del {
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  font-size: 14px;
  position: absolute;
  top: 0;
}
main .catalog_inline .col-md-3 .tab_container .tab_item .price h3 {
  font-size: 22px;
  padding: 0;
  margin: 0;
  font-family: 'Roboto', sans-serif;
  line-height: 0.7;
  margin-left: 75px;
}
main .catalog_inline .col-md-3 .tab_container .tab_item .goods_btn {
  border-color: #363636;
  padding: 9px;
  display: inline-block;
  width: 95px;
  color: #363636;
  text-align: center;
  font-size: 14px;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  cursor: pointer;
  vertical-align: super;
  margin: 0 0 0 190px;
}
main .catalog_inline .col-md-3 .tab_container .tab_item .goods_btn:hover {
  color: #ffffff;
  background: #363636;
  text-decoration: none;
}
main .catalog_inline .col-md-3 .tab_container .tab_item .goods_btn.not_buy {
  border-color: #a3a3a3;
  color: #a3a3a3;
  cursor: default;
  background: none;
}
main
  .catalog_inline
  .col-md-3
  .tab_container
  .tab_item
  .goods_btn.one_click_adaptive {
  display: none;
}
main .catalog {
  margin-bottom: 70px;
}
main .catalog .goods {
  width: 100%;
}
main .catalog .goods .col-md-3 {
  width: 292px;
}
main .catalog .catalog_more {
  text-align: center;
}
main .catalog .catalog_more > div {
  width: 200px;
  display: block;
  margin: 0 auto;
}
main .catalog .catalog_more > div a p {
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  margin-left: 10px;
  font-size: 15px;
  cursor: pointer;
}
main .catalog .price_list {
  width: 80%;
}
main .catalog .price_list > .row {
  border: 1px solid #eaeaea;
  border-top: none;
}
main .catalog .price_list > .row > div > .row > div {
  height: 180px;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
main .catalog .price_list > .row > div > .row > div.list_title {
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
main .catalog .price_list > .row > div > .row > div.list_title p {
  width: 230px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
main .catalog .price_list .list_price h3 {
  position: relative;
}
main .catalog .price_list .list_price h3 sup {
  position: absolute;
}
main .catalog .price_list .list_quantity p,
main .catalog .price_list .list_quantity a {
  color: #bcbcbc;
  font-size: 12px;
}
main .catalog .price_list .list_quantity a {
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
main .catalog .price_list .list_quantity a:hover {
  color: #363636;
  text-decoration: none;
}
main .catalog .price_list .list_btn .transparent_btn {
  border-color: #363636;
  color: #363636;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  width: 95px;
  height: 40px;
  text-align: center;
  padding: 9px 0;
  font-size: 14px;
  cursor: pointer;
  margin-bottom: 15px;
}
main .catalog .price_list .list_btn .transparent_btn:hover {
  color: #ffffff;
  background: #363636;
  text-decoration: none;
}
main .catalog .price_list .list_btn .transparent_btn + a {
  color: #bcbcbc;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
main .catalog .price_list .list_btn .transparent_btn + a:hover {
  color: #363636;
  text-decoration: none;
}
main .catalog .price_inline > .row > div > .row > div {
  height: 80px;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
main .catalog .price_inline > .row > div > .row > div.list_title {
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
main .catalog .price_inline > .row > div > .row > div.list_title p {
  width: 230px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
main .catalog .price_inline > .row > div > .row > div.list_rate ul {
  margin-right: 25px;
}
main .catalog .price_inline > .row > div > .row > div.list_rate p {
  margin: 0;
  color: #bcbcbc;
  font-size: 12px;
}
main .catalog .price_inline > .row > div > .row > div.list_price h3 {
  padding: 0;
  margin: 0;
}
main .catalog .price_inline > .row > div > .row > div.list_price span del {
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  margin-right: 20px;
}
main .catalog .price_inline > .row > div > .row > div.list_comment a {
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
main .catalog .price_inline > .row > div > .row > div.list_comment a:hover {
  color: #363636;
  text-decoration: none;
}
main
  .catalog
  .price_inline
  > .row
  > div
  > .row
  > div.list_comment
  a:first-child {
  margin-right: 20px;
}
main .news_container {
  margin-bottom: 90px;
  margin-top: 90px;
}
main .main_news,
main .interview {
  height: 475px;
  padding: 40px 70px;
  border: 1px solid #eaeaea;
}
main .main_news .blue_link {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  margin-left: 40px;
}
main .main_news .media .media-left h2 {
  font-family: 'Roboto', sans-serif;
  font-size: 40px;
  padding: 0;
  margin: 0;
}
main .main_news .media .media-body {
  vertical-align: middle;
}
main .main_news .media .media-body span {
  color: #bcbcbc;
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  font-size: 12px;
  display: block;
}
main .main_news .news_text {
  margin-bottom: 25px;
  padding-left: 0;
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 25px;
}
main .main_news .news_text h4 {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  margin-top: 0;
  color: #363636;
}
.item_categorys_all {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  justify-content: center;
  /*margin-bottom: 35px;*/
  margin-top: 20px;
}
.item_categorys_img {
  width: 220px;
  text-align: center;
  margin-bottom: 35px;
}
.item_categorys_all_galaxy_x3 .item_categorys_img {
  width: 30%;
}
.item_categorys_img_image {
  width: 150px;
  height: 200px;
  margin: 0 auto;
}
.item_categorys_img_image img {
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
.item_categorys_img_image img:hover {
  opacity: 0.8;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
.item_categorys_img_link {
  width: 100%;
}
.item_categorys_img_link a {
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
}
.item_categorys_img_image img {
  max-width: 150px;
}
main .main_news .news_text p {
  line-height: 1.7;
  padding-bottom: 10px;
}
main .interview {
  margin-left: -1px;
}
main .interview .form_text {
  margin-bottom: 30px;
  line-height: 1.8;
}
main .interview .radio_form form {
  width: 100%;
  padding: 0;
  display: block;
  margin: 0 auto;
}
main .interview .radio_form form input[type='radio'] + label {
  margin-right: 25px;
}
main .interview .radio_form form input[type='radio']:checked + label {
  border-color: #363636;
}
main .interview.complete .result_interview .row {
  margin-bottom: 15px;
}
main .interview.complete .result_interview .text {
  float: left;
  width: 200px;
}
main .interview.complete .result_interview .result {
  float: left;
  width: 340px;
}
main .interview.complete .result_interview .result .result_range {
  height: 30px;
  background: #363636;
  float: left;
}
main .interview.complete .result_interview .result .result_num {
  float: left;
  margin-left: 10px;
  margin-top: 5px;
}
main .catalog_item .item_carousel {
  margin-top: 30px;
}
main .catalog_item .item_carousel .carousel-inner {
  height: 568px;
  overflow: visible;
  overflow-x: hidden;
}
main .catalog_item .item_carousel .carousel-inner .item {
  padding: 10px;
}
.nav-tabs > li > a.active {
  color: #555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.shop_table.woocommerce-checkout-review-order-table .cart-subtotal {
  display: none;
}
tr.shipping {
  display: none !important;
}
#order_comments_field {
  margin-top: 25px;
}
.wrap70,
.cart-collaterals {
  width: 70% !important;
  margin: 0 auto;
}
button#place_order {
  color: #363636 !important;
  width: 265px;
  padding: 20px !important;
  font-size: 16px !important;
  text-align: center;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  background: none !important;
  font-family: 'Roboto', sans-serif;
  border: 2px solid #363636 !important;
}
.woocommerce-customer-details {
  display: none;
}
.woocommerce-order-details table.shop_table thead th {
  text-align: left;
  padding-left: 10px;
}
.woocommerce-order-details {
  display: none;
}
.basket-counter {
  display: inline;
}
.woocommerce-order-overview__payment-method.method {
  margin-bottom: 10px;
}
button#place_order:hover {
  background: #363636 !important;
  color: #ffffff !important;
  cursor: pointer;
}
.wc_payment_method.payment_method_bacs label,
.wc_payment_method.payment_method_cod label {
  margin: 0;
}
.form-row.place-order {
  text-align: center;
}
.form-row.place-order p {
  font-size: 12px;
}
.form-row.place-order p a {
  font-size: 12px;
  text-decoration: underline;
}
.nav-tabs li a.active {
  border: none;
}
.nav-tabs li a:hover {
  opacity: 0.8;
}
.nav-tabs li a.active::after {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
main .catalog_item .item_carousel .carousel-inner .item .goods {
  width: 100%;
}
main .catalog_item .item_carousel .carousel-inner .item .goods .tab_item {
  margin: 0;
}
main
  .catalog_item
  .item_carousel
  .carousel-inner
  .item
  .goods
  .tab_item
  .goods_btn {
  padding: 9px;
}
main
  .catalog_item
  .item_carousel
  .carousel-inner
  .item
  .goods
  .tab_item
  .hide_block
  .one_click_btn {
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
main
  .catalog_item
  .item_carousel
  .carousel-inner
  .item
  .goods
  .tab_item
  .hide_block
  .one_click_btn:hover {
  color: #ffffff;
  background: #363636;
  text-decoration: none;
}
main .catalog_item .item_carousel .control_container {
  width: 85px;
  height: 43px;
  position: absolute;
  right: 4px;
  top: -60px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
main .catalog_item .item_carousel .control_container .carousel-control {
  position: relative;
  box-shadow: none;
  background: none;
  display: block;
  width: 50%;
  height: 43px;
  border: 1px solid #eaeaea;
  padding: 5px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
main .catalog_item .item_carousel .control_container .carousel-control.left {
  float: left;
}
main .catalog_item .item_carousel .control_container .carousel-control.right {
  float: right;
}
main .catalog_item .goods_bottom {
  margin-bottom: 80px;
  padding-top: 30px;
}
@media screen and (max-width: 1024px) {
  .comments-area .comment-form {
    width: 70%;
  }
}
@media screen and (max-width: 991px) {
  main {
    padding-top: 91px;
  }

  header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 30;
    background: #fff;
  }

  main .advantage {
    padding: 0;
    margin: 0;
    background: #363636;
    padding: 50px 70px 50px 26%;
  }
  main .advantage .container {
    background: transparent;
  }
  main .advantage .container .row {
    height: auto;
  }
  main .advantage .container .row > div:not(:last-of-type) {
    margin-bottom: 50px;
  }
  main .advantage .container .row > div .media {
    padding: 0;
    margin: 0;
  }
  main .advantage .container .row > div .media .media-left {
    padding-right: 20px;
  }
  main .advantage .container .row > div .media .media-body .media-heading {
    color: #ffffff;
    font-size: 18px;
  }
  main .advantage .container .row > div .media .media-body span {
    color: #ffffff;
    font-size: 16px;
  }
  main .news_container {
    margin-bottom: 0;
  }
  main .main_news {
    margin-bottom: -1px;
    height: auto;
  }
  main .main_news .news_text {
    border: none;
    position: relative;
    padding: 0 5% 0 0;
  }
  main .main_news .news_text p {
    color: #bcbcbc;
  }
  main .main_news .news_text h4 {
    height: 60px;
    color: #3b3b3b;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
  }
  main .interview {
    height: auto;
    margin-left: 0;
  }
  main .interview .form_text {
    font-size: 18px;
  }
  main .interview .radio_form form span {
    font-size: 18px;
  }
  main .goods {
    margin-top: 55px;
  }
  main .nav-tabs {
    padding: 0 30px;
    margin-bottom: 50px;
  }
  main .nav-tabs li {
    width: 50%;
    padding: 15px 0;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    text-align: center;
    border: 1px solid #363636;
  }

  main .nav-tabs li:not(:last-child) {
    border-right: none;
  }

  main .nav-tabs li > a {
    color: #3b3b3b;
    font-size: 18px;
  }
  main .nav-tabs li.active {
    background: #363636;
  }
  main .nav-tabs li.active > a {
    color: #ffffff;
    background: #363636;
  }
  main .nav-tabs li.active > a:focus,
  main .nav-tabs li.active > a:hover {
    color: #ffffff;
  }
  main .nav-tabs li a::after {
    display: none;
  }
  main .catalog_item .opt_form {
    background: #f9f9f9;
  }
  main .catalog_item .sub_item .carousel {
    margin-bottom: 40px;
  }
  main .catalog_item .sub_item .carousel .carousel-inner {
    max-height: 440px;
    overflow: visible;
  }
  main
    .catalog_item
    .sub_item
    .carousel
    .carousel-inner
    .item
    .tab_item:first-of-type {
    border-right: none;
  }
  main
    .catalog_item
    .sub_item
    .carousel
    .carousel-inner
    .item
    .tab_item:not(:first-of-type):not(:nth-of-type(2)) {
    display: none;
  }
  main .catalog_item .goods {
    margin-top: 0;
  }
  main .catalog_item .goods .transparent_btn {
    padding: 15px;
  }
  main .catalog_item #someTimeItem {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  main .catalog_item .opt_form form > div {
    width: 90%;
  }
}
footer {
  color: #ffffff;
  bottom: 0;
  width: 100%;
  padding: 100px 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
footer .container .row {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
footer .container .row .list_products > div {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
footer .container .row .list_products > div .category_list {
  margin-left: 0px;
}
footer a.footer_links_o {
  padding-left: 20px;
}
footer .container .row .list_products > div .category_list span {
  padding-bottom: 10px;
  display: block;
}
footer .container .row .list_products > div .category_list a:hover {
  -webkit-filter: brightness(125%);
  filter: brightness(125%);
}
footer .container .row ul li {
  margin-bottom: 10px;
}
footer .container .row ul li a {
  color: #929292;
  font-size: 12px;
}
footer .container .row .category_heading {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 10px;
  padding: 0;
  margin: 0;
}
footer .container .row .copyright {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
}
footer .container .row .copyright p {
  color: #ffffff;
  font-size: 12px;
}
footer .container .row .copyright .umi_copy {
  color: #929292;
}
footer .container .row .copyright .umi_copy a {
  color: #929292;
}
footer .container .row .copyright .umi_copy a:hover {
  color: #363636;
}
footer .container .row .copyright .footer_payment span {
  margin-bottom: 25px;
  font-size: 12px;
  display: block;
  color: #929292;
}
footer .container .row .copyright .footer_payment div {
  margin-bottom: 82px;
}
footer .container .row .copyright .footer_payment img {
  max-width: 210px;
  height: auto;
}
footer .container .row .copyright ul {
  margin-bottom: 85px;
}
footer .container .row .last_columns {
  width: 281px;
}
footer .container .row .last_columns > div {
  height: 93%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
footer .container .row .last_columns > div > p {
  margin-top: auto;
  font-size: 12px;
}
footer .container .row .footer_nav ul li a {
  color: #ffffff;
  font-size: 14px;
}
footer .container .row .footer_nav ul:first-of-type {
  margin-bottom: 30px;
}
footer .container .row .footer_social {
  margin-bottom: 100px;
}
footer .container .row .footer_social li {
  margin-right: 25px;
}
footer .container .row .footer_social li a img {
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
footer .container .row .footer_social li a img:hover {
  filter: brightness(125%);
  -moz-filter: brightness(125%);
  -webkit-filter: brightness(125%);
}
footer .container .row .footer_form {
  position: relative;
}
footer .container .row .footer_form p {
  line-height: 1.5;
  color: #929292;
  font-size: 12px;
  padding-right: 20%;
}
footer .container .row .footer_form a.footer_subscription_button {
  padding: 10px 60px;
  background: #929292;
  border: 1px solid #929292;
  display: inline-block;
  margin-top: 10px;
  font-size: 14px;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  text-decoration: none;
}
footer .container .row .footer_form a.footer_subscription_button:hover {
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
}
footer .container .row .footer_form input {
  width: 100%;
  background-color: #3b3b3b;
  height: 40px;
  border-color: #656565;
  padding: 0 50px 0 20px;
}
footer .container .row .footer_form button[type='submit'] {
  background: url(img/btn_array.png) no-repeat;
  position: absolute;
  top: 15px;
  right: 21px;
  height: 11px;
  padding: 0;
  width: 16px;
}
footer .container .row .umi_copy {
  font-size: 14px;
  color: #929292;
}
.home-links a {
  font-size: 16px;
  text-transform: uppercase;
  color: #363636;
  font-weight: bold;
  display: block;
  line-height: 28px;
}
.home-links a:hover {
  color: #1b606b;
}
.home-links ul li {
  text-align: center;
}
@media screen and (max-width: 991px) {
  footer {
    padding: 70px 20px;
  }
  footer .mobile_footer .footer_capt {
    font-size: 14px;
    text-align: center;
    margin-bottom: 35px;
  }
  footer .mobile_footer #footerForm input {
    width: 80%;
    background: url('img/btn_array.png') no-repeat 95% 50% #3b3b3b;
    border: 1px solid #656565;
    display: block;
    margin: 0 auto;
    height: 50px;
    padding-top: 0;
    padding-bottom: 0;
  }
  footer .mobile_footer .bottom_footer {
    margin-top: 50px;
  }
  footer .mobile_footer .bottom_footer .mobile_social {
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
header .header_top_nav .row {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
header .header_top_nav .row > div:first-child {
  margin-right: auto;
}
header .header_top_nav .row > div:last-child {
  margin-left: auto;
}
header .header_top_nav ul {
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px 0;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
header .header_top_nav ul li {
  margin: 0 10px;
}
header .header_top_nav ul li a {
  color: #676767;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  cursor: pointer;
}
header .header_top_nav ul li a:hover {
  color: #363636;
  text-decoration: none;
}
.header_logo a:hover {
  opacity: 0.8;
}
header .header_menu ul {
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-start;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 12px 0 15px 0;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-left: 65px;
}
header .header_menu ul li {
  margin-right: 35px;
}
header .header_menu ul li:last-child {
  margin-right: 0;
}
header .header_menu ul li a {
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
}
header .header_menu ul li a:hover {
  color: #0074c2;
}
header .header_middle_nav {
  padding: 20px 0;
  border-bottom: 1px solid #ededed;
}
header .header_middle_nav .media .media-body {
  padding-left: 5px;
  vertical-align: bottom;
}
header .header_middle_nav .header_logo .media a .media-left {
  vertical-align: middle;
}
header .header_middle_nav .header_logo .media a .media-left img {
  width: 45px;
  height: auto;
  background: #363636;
  border-radius: 100%;
}
header .header_middle_nav .header_logo .media a .media-body {
  vertical-align: top;
}
header .header_middle_nav .header_logo .media a:hover {
  text-decoration: none;
  color: #3b3b3b;
}
header .header_middle_nav .header_logo h2 {
  line-height: 1;
  padding: 0;
  margin: 0;
}
header .header_middle_nav .header_logo span {
  line-height: 0.3;
}
header .header_middle_nav .header_contact {
  margin-left: 78px;
}
header .header_middle_nav .header_contact .media-body h3 {
  line-height: 0.9;
}
header .header_middle_nav .header_contact .media-body a {
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  font-size: 13px;
}
header .header_middle_nav .header_contact .media-body a:hover {
  color: #363636;
  text-decoration: none;
}

header .callbackModal {
  display: none;
  position: absolute;
  z-index: 101;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
}

/* Modal Content */
header .callbackModal .modal_content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 10px;
  z-index: 101;
  border: 1px solid #888;
  max-width: 570px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s;
}

/* Add Animation */
@-webkit-keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}

@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}

/* The Close Button */
header .callbackModal .close {
  float: right;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
  transition: opacity 0.4s;
}

header .callbackModal .close:hover,
header .callbackModal .close:focus {
  opacity: 1;
  text-decoration: none;
}

header .callbackModal .wpcf7-form p {
  text-align: center;
}
.form-input-required {
  color: red;
}

.wpcf7-form label,
.wpcf7-form .wpcf7-text,
.wpcf7-form .wpcf7-textarea {
  width: 100%;
}

.wpcf7-form label {
  text-align: left;
  margin-bottom: 5px;
}

.wpcf7-form .wpcf7-text {
  border: 1px solid #eaeaea;
  height: 31px;
  padding: 5px;
  outline: none;
  margin-top: 5px;
}
.wpcf7-form .wpcf7-text:focus {
  background-color: #f9f9f9;
}

.wpcf7-form .wpcf7-textarea {
  resize: none;
  border: 1px solid #eaeaea;
  padding: 5px;
  margin-top: 5px;
  outline: none;
  height: 100px;
}

.wpcf7-form .wpcf7-textarea:focus {
  background-color: #f9f9f9;
}

.wpcf7-form .wpcf7-submit {
  margin: auto;
  color: #363636 !important;
  width: 265px;
  padding: 12px !important;
  font-size: 16px !important;
  text-align: center;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  background: none !important;
  font-family: 'Roboto', sans-serif;
  border: 2px solid #363636 !important;
}
.wpcf7-form .wpcf7-submit:hover {
  background: #363636 !important;
  color: #ffffff !important;
  cursor: pointer;
}

#wpcf7-f574-p19-o2 {
  width: 50%;
}
#wpcf7-f574-p19-o2 .wpcf7-submit {
  margin: 0;
}

.wpcf7-form .ajax-loader,
.wpcf7-form .wpcf7-validation-errors {
  display: none !important;
}

header .header_middle_nav .header_work_time h4 {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 14px;
}
header .header_middle_nav .header_cart {
  margin-left: 57px;
  text-align: right;
  position: relative;
}
header .header_middle_nav .header_cart:hover .basket_tooltip {
  display: block;
}
header .header_middle_nav .header_cart .media {
  cursor: pointer;
}
header .header_middle_nav .header_cart .media-body {
  vertical-align: middle;
  padding-left: 15px;
}
header .header_middle_nav .header_cart #basketTooltipToggle {
  font-size: 11px;
  color: #757575;
}
header .header_middle_nav span,
header .header_middle_nav a.gray_text {
  font-size: 11px;
}
header .search_row {
  height: 63px;
}
header .search_row .comparison_goods {
  position: relative;
  display: inline-block;
}
header .search_row .comparison_goods span {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: -10px;
  right: -7px;
  background: #f05242;
  color: #ffffff;
  padding: 2.38px 0;
  font-family: 'Roboto', sans-serif;
  font-size: 10px;
  text-align: center;
  border-radius: 20px;
}
header .search_row .catalog_menu {
  text-align: center;
}
header .search_row .catalog_menu .title_sort_brands {
  font-size: 16px;
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  padding: 0;
  margin: 0;
  margin-top: 0;
}
header .search_row .catalog_menu .menu_toggle > span {
  background: #ffffff;
  width: 25px;
  height: 3px;
  margin-bottom: 6px;
  display: block;
}
header .search_row .catalog_menu .menu_toggle span {
  height: 2px;
}
header .search_row .catalog_menu i {
  color: #ffffff;
  font-size: 25px;
  margin-top: -2px;
}
header .menu_toggle {
  margin-top: 2px;
}
header .search_row .bottom_sub_menu {
  height: 63px;
  cursor: pointer;
}
header .search_row > .row > div {
  padding: 10px 0;
  height: 63px;
}
header .search_row > .row > div.catalog_menu {
  padding: 20px 25px;
}
header .search_row > .row > div:last-of-type {
  padding: 18px 0;
}
header .search_row .search #searchForm input,
header .header_top_nav .search input {
  width: 80%;
  background: url('img/icon_search.png') no-repeat 96% 50% #ffffff;
  display: block;
  margin: 0 auto;
  margin-top: -6px;
}
header .search_row .search #searchForm input:focus,
header .header_top_nav .search input {
  box-shadow: 0 0 41px -15px #000000;
}
header .search_row .search .search_content {
  overflow-x: hidden;
  max-height: 500px;
  padding: 20px 0;
  background: #ffffff;
  width: 75%;
  top: 50px;
  left: 12.5%;
  position: absolute;
  z-index: 100;
  box-shadow: 0 3px 11px 2px #e2e2e2;
  -webkit-box-shadow: 0 3px 11px 2px #e2e2e2;
  -moz-box-shadow: 0 3px 11px 2px #e2e2e2;
  -o-box-shadow: 0 3px 11px 2px #e2e2e2;
  display: block;
  margin: 0 auto;
}
header .search_row .search .search_content a {
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
header .search_row .search .search_content a:hover {
  color: #363636;
  text-decoration: none;
}
header .search_row .search .search_content .list_heading {
  display: inline-block;
  color: #bcbcbc;
  font-size: 12px;
  margin: 0 0 20px 30px;
}
header .search_row .search .search_content ul li ul {
  padding: 0 30px;
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 15px;
}
header .search_row .search .search_content ul li ul li {
  padding-bottom: 15px;
}
header .search_row .search .search_content .all_result {
  display: inline-block;
  padding-left: 30px;
}
header .search_row .search .search_content .all_result a {
  color: #363636;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
}
@media screen and (max-width: 1500px) {
  header .search_row .search .search_content {
    width: 102%;
    left: 5%;
  }
  header .search_row .search .search_content ul li * {
    font-size: 12px;
  }
}
header .search_row i.sprite-header_ring:hover {
  background-position: -40px -87px;
}
header .user_name {
  padding-bottom: 10px;
  display: inline-block;
  width: 220px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
header .user_name:hover {
  cursor: pointer;
}
header .user_name:hover .sprite-header {
  background-position: -114px -89px;
}
header .user_name:hover .media-heading > a {
  color: #363636;
  text-decoration: none;
  -moz-transition: none;
  transition: none;
}
header .user_name:hover .userInfo {
  display: block;
}
header .user_name i {
  font-size: 18px;
}
header .user_name .userInfo {
  position: absolute;
  top: 24px;
  left: 0;
  z-index: 1000;
  background: #ffffff;
  padding: 14px 30px;
  box-shadow: 0 3px 11px 2px #e2e2e2;
  display: none;
}
header .user_name .userInfo li a {
  display: block;
  padding: 10px 0;
  text-decoration: none;
}
main .hidden_optioned_properties {
  display: none;
}
main .top_bottom_platform {
  width: 100%;
}
main #mainCarousel {
  margin-bottom: 50px;
}
#mainCarousel {
  height: 500px;
}
#mainCarousel img {
  width: auto;
  height: 100%;
  max-width: none;
  margin: 0 auto;
}
#mainCarousel .item {
  height: 100%;
}
#mainCarousel .item .carousel-caption div.htree {
  font-size: 36px;
  font-family: 'Roboto', sans-serif;
}
#mainCarousel .item .carousel-caption div.htwo {
  font-size: 115px;
  font-family: 'docter_two';
}
#mainCarousel .item .carousel-caption hr {
  width: 100px;
  border: 1px solid #0074c2;
  margin-top: 40px;
}
.home-slider {
  position: relative;
}
.carousel-control {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  width: auto;
  height: auto;
  top: 40%;
  background: none;
  opacity: 1;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  background: none !important;
}
.home_content {
  margin: 25px 0 40px 0;
}
.home_content h1 {
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
  margin-bottom: 10px;
  margin-top: 8px;
}
.carousel-caption {
  bottom: 165px;
  left: 12.5%;
  text-align: left;
}
.carousel-caption .white_text span {
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  letter-spacing: 3px;
}
.carousel-caption .white_text .color_1 {
  color: #fff;
}
.carousel-caption .white_text .color_2 {
  color: #9aeaea;
}
.carousel-caption .white_text .color_3 {
  color: #389dff;
}
.carousel-caption .white_text .color_4 {
  color: #faed14;
}
.carousel-caption .white_text .color_5 {
  color: #a4d337;
}
.carousel-caption .white_text .color_6 {
  color: #73481d;
}
.carousel-caption .white_text .color_7 {
  color: #ff0000;
}
.carousel-caption .white_text .color_8 {
  color: #ff5a00;
}
.carousel-caption .white_text .color_9 {
  color: #ff1493;
  padding-left: 7px;
}
.carousel-caption .white_text .color_10 {
  color: #a9a9a9;
}
.carousel-caption .white_text .color_11 {
  color: #00366d;
}
.carousel-caption .white_text .color_12 {
  color: #008000;
}
.carousel-caption .white_text .color_13 {
  color: #6a5acd;
  padding-left: 7px;
}
.carousel-caption .white_text .color_14 {
  color: #000;
}
.carousel-control.sleft {
  left: 50px;
  right: auto;
  z-index: 100;
}
.carousel-control.sright {
  right: 50px;
  left: auto;
}
.carousel-control:hover {
  opacity: 0.6;
}
.carousel-control i {
  font-size: 75px;
  cursor: pointer;
}
.timer_block {
  background: #363636;
  top: 0;
  height: 501px;
}
.timer_block .timer {
  height: 501px;
  padding: 0px 30px 0 30px;
}
.timer_block .timer .timer_text {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 20px;
  font-family: 'Roboto', sans-serif;
}
.timer_block .timer p {
  text-align: center;
}
.timer_block .timer img {
  display: block;
  margin: 0 auto;
  margin-bottom: 20px;
}
.timer_block .timer .timer_date {
  margin-bottom: 49px;
}
.timer_block .timer .timer_date ul {
  padding: 0;
  margin: 0;
}
.timer_block .timer .timer_date ul li {
  font-size: 32px;
  font-family: 'Roboto', sans-serif;
  color: #ffffff;
}
.timer_block .timer .timer_date ul li:not(:last-child) {
  margin-right: 2.5%;
}
.timer_block .timer .timer_date ul li p {
  color: #ffffff;
  font-family: 'Roboto', sans-serif;
}
main .timer_block .timer .timer_date ul li p:first-child {
  font-size: 14px;
}
main .timer_block .timer .timer_date ul li p:last-child {
  font-size: 32px;
}
main .timer_block .timer .timer_date ul li #day {
  font-family: 'Roboto', sans-serif;
}
main .sidebar {
  border: 1px solid #eaeaea;
  margin-right: -1px;
  margin-top: -1px;
  overflow: hidden;
  width: 350px;
  background: #f9f9f9;
  padding: 0 30px;
}
main .sidebar .ui-widget-content {
  display: block;
}
main .sidebar i {
  color: #bcbcbc;
  cursor: pointer;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
main .sidebar i.arrow_dropdown {
  position: absolute;
  top: 5px;
  right: 0;
}
main .sidebar .allHide {
  -moz-transition: height 0.4s, opacity 0.3s;
  transition: height 0.4s, opacity 0.3s;
}
main .sidebar .productForm {
  -moz-transition: height 0.4s, opacity 0.3s;
  transition: height 0.4s, opacity 0.3s;
}
main .sidebar .productForm > div {
  border-bottom: 1px solid #eaeaea;
  padding: 20px 0;
}
main .sidebar .productForm > div:last-child {
  border: none;
}
main .sidebar .productForm .check_container label {
  width: 220px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0;
}
main .sidebar .productForm .check_container label.filter_disabled {
  color: #bcbcbc;
  cursor: not-allowed;
}
main .sidebar .productForm .check_container label.filter_disabled span {
  border: 1px solid #f3f3f3;
}
main .sidebar .productForm .dropdown_price .delta_price {
  text-align: center;
}
main .sidebar .productForm .dropdown_price .delta_price .min,
main .sidebar .productForm .dropdown_price .delta_price .max {
  font-family: 'Roboto', sans-serif;
  width: 40%;
  height: 35px;
  font-size: 14px;
  text-align: left;
  color: #3b3b3b;
  border: 2px solid #eaeaea;
  background: #ffffff;
  padding: 0 0 0 10px;
}
main .sidebar .productForm .dropdown_price .delta_price span {
  position: relative;
  top: 5px;
}
main .sidebar .productForm .dropdown_price .price_progress {
  margin: 30px 0 14px 0;
  position: relative;
}
main .sidebar .productForm .dropdown_price .price_progress span {
  position: absolute;
  top: -20px;
  font-size: 10px;
}
main .sidebar .productForm .dropdown_price .price_progress span:first-of-type {
  left: 0;
}
main .sidebar .productForm .dropdown_price .price_progress span:last-of-type {
  right: 0;
}
main .sidebar .productForm .dropdown_price .price_progress .range {
  height: 2px;
  background: #cccccc;
}
main
  .sidebar
  .productForm
  .dropdown_price
  .price_progress
  .range
  .ui-slider-range {
  background: #363636;
  height: 2px;
  top: -1px;
}
main .sidebar .productForm .dropdown_price .price_progress .range span {
  width: 9px;
  top: -1px;
  height: 15px;
  cursor: pointer;
  outline: none;
  border: none;
}
main
  .sidebar
  .productForm
  .dropdown_price
  .price_progress
  .range
  span:first-of-type {
  background: url('img/range_min.png') no-repeat 50% 0;
}
main
  .sidebar
  .productForm
  .dropdown_price
  .price_progress
  .range
  span:last-of-type {
  background: url('img/range_max.png') no-repeat 70% 0;
  width: 15px;
}
main
  .sidebar
  .productForm
  .dropdown_price
  .price_progress
  .range
  .ui-state-default-focus {
  border: none;
  outline: none;
}
main .sidebar .productForm input[type='reset'] {
  background: none;
  border: none;
  text-align: center;
  font-family: 'Roboto', sans-serif;
  width: 100%;
  color: #363636;
  margin-top: 20px;
}
main .sidebar .productForm input[type='reset']:hover {
  color: #363636;
  background: transparent;
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
}
main .sidebar .productForm input[type='submit'] {
  width: 100%;
}
main .sort_row {
  padding: 15px 25px;
  background: #f9f9f9;
  border: 1px solid #eaeaea;
  border-bottom: none;
  margin-top: -1px;
  height: 60px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
main .sort_row form {
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
main .sort_row form span {
  font-size: 12px;
  color: #bcbcbc;
  vertical-align: top;
}
main .sort_row .sort_btn {
  height: 100%;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
main .sort_row .sort_btn a {
  margin-left: 15px;
  font-size: 21px;
  color: #bcbcbc;
}
main .sort_row .sort_btn a i {
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
main .sort_row .sort_btn a i:hover {
  filter: brightness(110%);
  -moz-filter: brightness(110%);
  -webkit-filter: brightness(110%);
}
main .sort_row .sort_btn a.active {
  color: #363636;
}
main .sort_row .sort_list {
  margin-left: 20px;
}
main .sort_row .sort_list li {
  color: #bcbcbc;
  font-size: 12px;
  margin-right: 20px;
  position: relative;
}
main .sort_row .sort_list li.active {
  border: 1px solid #eaeaea;
  background: #ffffff;
  padding: 5px 20px 5px 13px;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
}
main .sort_row .sort_list li.active.up_arrow:before {
  content: 'â†‘';
  position: absolute;
  top: 5px;
  right: 10px;
}
main .sort_row .sort_list li.active.down_arrow:before {
  content: 'â†“';
  position: absolute;
  top: 5px;
  right: 10px;
}
main .sort_row .sort_list li.active a {
  color: #a4a4a4;
}
main .sort_row .sort_list li a {
  color: #363636;
}
main .base_form {
  margin-bottom: 60px;
}
main .block_capt {
  font-size: 20px;
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 30px;
}
main .gallery {
  padding: 40px 0;
}
main .gallery .container .main_pagination {
  margin-top: 40px;
}
main .gallery .container .row {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
main .gallery .container .row > div {
  width: 20%;
  background: #f9f9f9;
}
main .gallery .container .row > div:last-of-type .title,
main .gallery .container .row > div:nth-of-type(5n + 5) .title {
  border-right: none;
}
main .gallery .container .row > div a {
  display: block;
  background: #fff;
}
main .gallery .container .row > div a img {
  margin: 0 auto;
}
main .gallery .container .row > div .title {
  padding: 20px 5%;
  border-right: 1px solid #eaeaea;
}
main .gallery .container .row > div .title h4 {
  font-family: open_sans_bold, sans-serif;
  font-size: 14px;
}
main .gallery .container .row > div .title p {
  font-size: 12px;
}
main .contacts .contact_info {
  background: #363636;
}
main .contacts .contact_info > div {
  height: 123px;
  padding: 35px 2.5% 35px 10%;
}
main .contacts .contact_info > div:first-child,
main .contacts .contact_info > div:nth-child(2) {
  padding-top: 50px;
  padding-bottom: 0;
}
main .contacts .contact_info > div .media {
  color: #ffffff;
  display: block;
  margin: 0 auto;
}
main .contacts .contact_info > div .media .media-heading {
  padding-left: 10%;
}
main .contacts .contact_info > div .media p {
  font-family: 'Roboto', sans-serif;
}
main .contacts .contact_info > div .media h2 {
  font-family: 'Roboto', sans-serif;
  font-size: 22px;
}
main .contacts .contact_info > div .media .media-body {
  vertical-align: middle;
}
main .contacts .contact_form {
  height: 604px;
  padding: 62px 0;
  background: #f9f9f9;
}
main .contacts .contact_form h2 {
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  font-size: 20px;
  margin: 0 0 35px 0;
}
main .contacts .contact_form form {
  background: #f9f9f9;
  width: 80%;
  display: block;
  margin: 0 auto;
}
main .contacts .contact_form form .first_input input {
  border-bottom: none;
}
main .contacts .contact_form form input[type='text'] {
  margin-bottom: 0;
}
main .contacts #map {
  height: 850px;
}
main .cart {
  margin-bottom: 75px;
}
main .cart > .container > .row:not(.alt_item) {
  padding: 30px 35px 35px 35px;
}
main .cart .table_title {
  border-top: 1px solid #eaeaea;
}
main .cart .table_title h5 {
  font-size: 12px;
}
main .cart .table_title > div:last-of-type {
  text-align: right;
}
main .cart .order_item {
  border-top: 1px solid #eaeaea;
}
main .cart .order_item .order_img {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}
main .cart .order_item .sum_rub {
  text-align: center;
}
@media (max-width: 1500px) {
  main .cart .order_item .sum_rub {
    text-align: right;
  }
}
main .cart .order_item .goods_in_cart {
  height: 170px;
}
main .cart .order_item .goods_in_cart:not(.order_img) {
  padding: 50px 0;
}
main .cart .order_item .order_about p {
  font-family: 'Roboto', sans-serif;
  padding: 0 10px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 60px;
}
main .cart .order_item .order_price span.price {
  font-family: 'Roboto', sans-serif;
  font-size: 26px;
}
main .cart .order_item .order_price .char_x {
  margin: 0 10px;
  vertical-align: text-top;
}
main .cart .order_item .order_price .quantity {
  position: relative;
  font-family: 'Roboto', sans-serif;
  font-size: 26px;
  display: inline-block;
  border: 1px solid #eaeaea;
  padding: 1px 0;
  text-align: center;
  width: 45px;
  height: 40px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
main .cart .order_item .order_price .quantity .change_product_quantity {
  position: absolute;
  background: #f9f9f9;
  top: -1px;
  right: -25px;
  display: block;
  width: 25px;
  height: 41px;
}
main .cart .order_item .order_price .quantity .change_product_quantity a {
  display: block;
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  line-height: 0.7;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  margin-top: 5px;
}
main .cart .order_item .order_price .quantity .change_product_quantity a:hover {
  color: #363636;
  text-decoration: none;
}
main .cart .order_item .order_sale span {
  font-family: 'Roboto', sans-serif;
  font-size: 26px;
}
main .cart .order_item .order_sum span {
  font-family: 'Roboto', sans-serif;
  font-size: 26px;
}
main .cart .order_item .order_delete {
  text-align: right;
}
main .cart .with_goods {
  margin-left: 50%;
  background: #f9f9f9;
  padding: 25px;
}
main .cart .with_goods .alt_item {
  margin: 10px 0;
}
main .cart .with_goods .alt_item .left_block {
  padding-top: 8px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  float: left;
  width: 60%;
}
main .cart .with_goods .alt_item .left_block .price {
  font-size: 18px;
}
main .cart .with_goods .alt_item .left_block a {
  line-height: 25px;
  width: 285px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
main .cart .with_goods .alt_item .right_block {
  float: right;
  width: 35%;
}
main .cart .with_goods .alt_item .right_block .transparent_btn {
  width: 100%;
  border: 2px solid #363636;
  color: #363636;
  padding: 9px;
  text-align: center;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  cursor: pointer;
  font-size: 14px;
}
main .cart .with_goods .alt_item .right_block .transparent_btn:hover {
  color: #ffffff;
  background: #363636;
  text-decoration: none;
}
main .cart .with_goods .alt_item .right_block .transparent_btn.not_buy {
  border-color: #a3a3a3;
  color: #a3a3a3;
  cursor: default;
  background: none;
}
main .cart .with_goods .alt_item .right_block .transparent_btn.not_buy:hover {
  background: none;
  color: #a3a3a3;
}
main .cart .order_result {
  margin-top: 40px;
  text-align: left;
}
main .cart .order_result > .container > .row {
  padding: 35px 65px;
  border: 1px solid #eaeaea;
}
main .cart .order_result p {
  text-align: right;
  font-size: 20px;
}
main .cart .order_result p span {
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  font-size: 44px;
}
main .cart .order_result p span .fa-rub {
  font-size: 31px;
}
main .cart .order_result .transparent_btn {
  color: #363636;
  width: 265px;
  float: right;
  padding: 20px;
  font-size: 14px;
  text-align: center;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
main .cart .order_result .transparent_btn:hover {
  filter: brightness(110%);
  -moz-filter: brightness(110%);
  -webkit-filter: brightness(110%);
}
main .cart .order_result .transparent_btn:hover {
  background: #363636;
  color: #ffffff;
  cursor: pointer;
}
main .cart-empty a {
  color: #363636;
  font-size: 14px;
}
main .catalog_item .price_block {
  height: 612px;
  background: #f9f9f9;
}
main .catalog_item .price_block > .row {
  padding: 35px 50px;
}
main .catalog_item .price_block > .row:not(.bottom_row) {
  padding-top: 80px;
}
main .catalog_item .price_block .top_row {
  border-bottom: 1px solid #eaeaea;
}
main .catalog_item .price_block .top_block {
  height: 120px;
}
main .catalog_item .price_block .top_block h2 {
  padding: 0;
  margin: 0;
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  font-size: 44px;
  position: relative;
}
main .catalog_item .price_block .top_block h2 .fa-rub {
  font-size: 27px;
}
main .catalog_item .price_block .top_block h2 sup {
  position: absolute;
  top: -20px;
}
main .catalog_item .price_block .top_block h2 sup del {
  font-size: 24px;
}
main .catalog_item .price_block .top_block .stock {
  width: 90%;
  padding: 20px 0;
  display: block;
  margin: 0 auto;
  background: url(img/item_icons_ok.png) no-repeat 20% 50%;
  text-align: center;
  box-shadow: inset 0 2px 5px 0px #e1e7db;
  -webkit-box-shadow: inset 0 2px 5px 0px #e1e7db;
  -moz-box-shadow: inset 0 2px 5px 0px #e1e7db;
  -o-box-shadow: inset 0 2px 5px 0px #e1e7db;
}
main .catalog_item .price_block .top_block .stock.not_available {
  background: url(img/close_form.png) no-repeat 20% 50%;
}
main .catalog_item .main_carousel {
  width: 690px;
  border: 1px solid #eaeaea;
  margin-right: 40px;
}
.main_carousel .woocommerce-product-gallery {
  width: 70% !important;
  margin: 0 auto;
  float: none !important;
}
.flex-control-thumbs li img {
  max-width: 100px;
}
main .catalog_item .main_carousel .carousels_container {
  padding: 45.7px 0;
  height: 473px;
  width: 520px;
  margin: 0 auto;
}
main .catalog_item .main_carousel .carousels_container .slider-for div img {
  margin: 0 auto;
  max-height: 300px;
  max-width: 100%;
}
main .catalog_item .main_carousel .carousels_container .slider-nav {
  margin-top: 10px;
}
main .catalog_item .main_carousel .carousels_container .slider-nav .slick-prev {
  left: -49px;
  top: 39%;
}
main
  .catalog_item
  .main_carousel
  .carousels_container
  .slider-nav
  .slick-prev:before {
  width: 11px;
  height: 17px;
  background: url(img/arrow_left.png) center no-repeat;
  color: transparent;
}
main .catalog_item .main_carousel .carousels_container .slider-nav .slick-next {
  right: -43px;
  top: 39%;
}
main
  .catalog_item
  .main_carousel
  .carousels_container
  .slider-nav
  .slick-next:before {
  width: 11px;
  height: 17px;
  background: url(img/arrow_right.png) center no-repeat;
  color: transparent;
}
main .catalog_item .main_carousel .carousels_container .slider-nav div img {
  max-height: 100px;
  margin: 0 auto;
  max-width: 100%;
  padding: 0 5px;
}
main
  .catalog_item
  .main_carousel
  .carousels_container
  .slider-nav.slick-slider
  .slick-list {
  padding: 0;
}
main .catalog_item #itemThumb .carousel-inner .item {
  height: 300px;
}
main .catalog_item #itemThumb .carousel-inner .item img {
  display: block;
  margin: 0 auto;
}
main .catalog_item #item_preview > div {
  height: 81px;
}
main .catalog_item #item_preview .carousel-inner .item {
  margin-left: 5%;
  cursor: pointer;
}
main .catalog_item #item_preview .carousel-inner .item > div {
  margin-left: 5%;
}
main .catalog_item #item_preview .carousel-control {
  top: 20%;
  bottom: auto;
}
main .catalog_item #item_preview .carousel-control.prev {
  right: 0;
  left: auto;
}
main .catalog_item #item_preview .carousel-control.next {
  left: 0;
  right: auto;
}
main .catalog_item .transparent_btn {
  color: #363636;
  border-color: #363636;
  cursor: pointer;
  width: 90%;
  padding: 20px 0;
  text-align: center;
  display: block;
  margin: 0 auto;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
main .catalog_item .transparent_btn:hover {
  color: #ffffff;
  background: #363636;
  text-decoration: none;
}
main .catalog_item .item_btn {
  background: #363636;
  color: #ffffff;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
main .catalog_item .item_btn:hover {
  filter: brightness(110%);
  -moz-filter: brightness(110%);
  -webkit-filter: brightness(110%);
}
main .catalog_item .item_btn:hover {
  color: #ffffff;
}
main .catalog_item .bottom_row .rew {
  margin-bottom: 30px;
  text-align: center;
}
main .catalog_item .bottom_row .rew .share_dtn {
  padding-bottom: 5px;
}
main .catalog_item .bottom_row .rew .share_dtn:hover ul {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
main .catalog_item .bottom_row .rew .share_dtn ul {
  position: absolute;
  padding: 23px;
  box-shadow: 0 0 23px 4px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  top: 25px;
  display: none;
}
main .catalog_item .bottom_row .rew .share_dtn ul li {
  display: inline-block;
  margin: 0 10px;
  height: 22px;
  width: 23px;
}
main .catalog_item .bottom_row .rew .share_dtn ul li i {
  cursor: pointer;
}
main .catalog_item .bottom_row .rew .share_dtn ul .arrow {
  position: absolute;
  height: 0;
  width: 0;
  background: none;
  border: 8px solid transparent;
  border-bottom: 8px solid #fff;
  top: -16px;
  left: 74px;
}
main .catalog_item .bottom_row .rew a {
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
main .catalog_item .bottom_row .rew a:hover {
  color: #363636;
  text-decoration: none;
}
main .catalog_item .bottom_row .rew i {
  vertical-align: bottom;
  margin-right: 10px;
}
main .catalog_item .social_count {
  margin-top: 57px;
  padding-left: 15px;
}
main .catalog_item .social_count li {
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  cursor: pointer;
}
main .catalog_item .social_count li:hover {
  filter: brightness(110%);
  -moz-filter: brightness(110%);
  -webkit-filter: brightness(110%);
}
main .catalog_item .social_count li span {
  display: block;
  width: 42px;
  height: 38px;
  float: left;
  position: relative;
  color: #ffffff;
  font-size: 13px;
}
main .catalog_item .social_count li span i {
  position: absolute;
}
main .catalog_item .social_count li span:last-child {
  text-align: center;
  padding: 10px 0;
  border-left: 1px solid #eaeaea;
}
main .catalog_item .social_count li.fb {
  background: #3b5998;
}
main .catalog_item .social_count li.fb span {
  border-color: #7489b6;
}
main .catalog_item .social_count li.fb span i {
  top: 25%;
  left: 30%;
}
main .catalog_item .social_count li.vk {
  background: #5b7fa6;
}
main .catalog_item .social_count li.vk span {
  border-color: #8ba4c0;
}
main .catalog_item .social_count li.vk span i {
  top: 30%;
  left: 20%;
}
main .catalog_item .social_count li.tw {
  background: #57ccff;
}
main .catalog_item .social_count li.tw span {
  border-color: #88dbff;
}
main .catalog_item .social_count li.tw span i {
  top: 30%;
  left: 30%;
}
main .catalog_item .item_option {
  margin: 10px 0;
  float: left;
  width: 100%;
}
main .catalog_item .item_option .product_description {
  border-top: 1px solid #eaeaea;
  padding-top: 37px;
  margin-bottom: 100px;
}
main .catalog_item .item_option .opt {
  padding-top: 10px;
  margin-bottom: 50px;
}
.additionals p {
  margin: 0;
}
.additionals > div {
  display: flex;
  flex-wrap: wrap;
}
.additionals .row {
  width: 50%;
}
.additionals .row div {
  background-color: #f9f9f9;
}

main .catalog_item .item_option .opt .row {
  padding: 12px 20px;
}

.additionals .row {
  padding: 3px !important;
  height: 50px;
}

.additionals .row div {
  height: 100%;
  padding: 0 15px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}

/*main .catalog_item .item_option .opt .row:nth-child(2n+1) {
  background: #f9f9f9;
}
main .catalog_item .item_option .opt .row:nth-child(2n) {
  background: #ffffff;
}*/
main .catalog_item .opt_form {
  padding: 30px 0;
}
main .catalog_item .opt_form form {
  padding: 10px 40px;
  background: #f9f9f9;
}
main .catalog_item .opt_form form .col-md-6 {
  margin: 20px 0;
}
main .catalog_item .opt_form form label {
  width: 220px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0;
}
main .catalog_item .opt_form form span.bold {
  vertical-align: 7px;
}
main .catalog_item .opt_form form h4 {
  margin-bottom: 20px;
}
main .order {
  margin-bottom: 40px;
}
main .order .progress_bar {
  margin-bottom: 40px;
}
main .order .progress_bar a {
  display: block;
  padding: 10px;
  float: left;
  width: 287px;
  color: #656565;
  background: #f6f6f6;
  text-align: center;
  text-decoration: none;
  position: relative;
  pointer-events: none;
}
main .order .progress_bar a:before {
  content: '';
  position: absolute;
  width: 26px;
  height: 26px;
  top: 6px;
  right: -13px;
  background: #f6f6f6;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 2;
}
main .order .progress_bar a:after {
  content: '';
  position: absolute;
  width: 26px;
  height: 26px;
  top: 6px;
  right: -14px;
  background: #656565;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 1;
}
main .order .progress_bar a.active {
  background: #363636;
  color: #fff;
  pointer-events: auto;
}
main .order .progress_bar a.active:before {
  content: '';
  background: #363636;
}
main .order .progress_bar a.active:after {
  content: '';
  background: #fff;
}
main .order #deliveryForm,
main .order #deliverySettingsForm,
main .order #payment_choose,
main .order #invoice {
  padding: 0;
  border: 1px solid #eaeaea;
  border-bottom: none;
  background: transparent;
}
main .order #deliveryForm .del_row,
main .order #deliverySettingsForm .del_row,
main .order #payment_choose .del_row,
main .order #invoice .del_row {
  padding: 60px 20px;
  border-bottom: 1px solid #eaeaea;
}
main .order #deliveryForm .del_row.order_img_1,
main .order #deliverySettingsForm .del_row.order_img_1,
main .order #payment_choose .del_row.order_img_1,
main .order #invoice .del_row.order_img_1 {
  background: url(img/delivery_img.png) 50px 50px no-repeat;
}
main .order #deliveryForm .del_row.order_img_2,
main .order #deliverySettingsForm .del_row.order_img_2,
main .order #payment_choose .del_row.order_img_2,
main .order #invoice .del_row.order_img_2 {
  background: url(img/order_pay.png) 50px 50px no-repeat;
}
main .order #deliveryForm .del_row.order_img_3,
main .order #deliverySettingsForm .del_row.order_img_3,
main .order #payment_choose .del_row.order_img_3,
main .order #invoice .del_row.order_img_3 {
  background: url(img/man.png) 50px 50px no-repeat;
}
main .order #deliveryForm .del_row .del_content,
main .order #deliverySettingsForm .del_row .del_content,
main .order #payment_choose .del_row .del_content,
main .order #invoice .del_row .del_content {
  margin: 0 auto;
  width: 600px;
}
main .order #deliveryForm .del_row .del_content div:last-of-type label,
main .order #deliverySettingsForm .del_row .del_content div:last-of-type label,
main .order #payment_choose .del_row .del_content div:last-of-type label,
main .order #invoice .del_row .del_content div:last-of-type label {
  margin-bottom: 0;
}
main .order #deliveryForm .del_row .del_content h3,
main .order #deliverySettingsForm .del_row .del_content h3,
main .order #payment_choose .del_row .del_content h3,
main .order #invoice .del_row .del_content h3 {
  margin: 10px 0 40px 0;
}
main .order #deliveryForm .del_row .del_content .input_inline,
main .order #deliverySettingsForm .del_row .del_content .input_inline,
main .order #payment_choose .del_row .del_content .input_inline,
main .order #invoice .del_row .del_content .input_inline {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
main .order #deliveryForm .del_row .del_content .input_inline div,
main .order #deliverySettingsForm .del_row .del_content .input_inline div,
main .order #payment_choose .del_row .del_content .input_inline div,
main .order #invoice .del_row .del_content .input_inline div {
  width: 33%;
}
main .order #deliveryForm .del_row .del_content .transparent_btn,
main .order #deliverySettingsForm .del_row .del_content .transparent_btn,
main .order #payment_choose .del_row .del_content .transparent_btn,
main .order #invoice .del_row .del_content .transparent_btn {
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  cursor: pointer;
  width: 265px;
}
main .order #deliveryForm .del_row .del_content .transparent_btn:hover,
main .order #deliverySettingsForm .del_row .del_content .transparent_btn:hover,
main .order #payment_choose .del_row .del_content .transparent_btn:hover,
main .order #invoice .del_row .del_content .transparent_btn:hover {
  color: #ffffff;
  background: #363636;
  text-decoration: none;
}
main .order #deliveryForm.without-steps .del_row.order_img_1,
main .order #deliverySettingsForm.without-steps .del_row.order_img_1,
main .order #payment_choose.without-steps .del_row.order_img_1,
main .order #invoice.without-steps .del_row.order_img_1 {
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 60px;
}
main .order #deliveryForm.without-steps .table_title,
main .order #deliverySettingsForm.without-steps .table_title,
main .order #payment_choose.without-steps .table_title,
main .order #invoice.without-steps .table_title {
  border-top: none;
  border-bottom: 1px solid #eaeaea;
  margin-right: 2px;
}
main .order #deliveryForm .delivery_address_btn {
  margin-top: -65px;
  background: #fff;
  padding-top: 0;
}
main .order #apiShipWidget {
  display: none;
  margin-bottom: 20px;
  min-height: initial;
}
main .order #apiShipWidget a.btn {
  border: 2px solid #363636;
  display: block;
  color: #363636;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  width: 265px;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
}
main .order #apiShipWidget .filter p input[type='checkbox'] {
  vertical-align: middle;
}
main .order #apiShipWidget input[type='radio'] {
  opacity: 1;
}
main .order #apiShipWidget .accordion-panel p {
  margin-top: 10px;
  margin-bottom: 10px;
}
main .order #apiShipWidget .accordion-panel p input[type='radio'] {
  vertical-align: middle;
}
main .order #apiShipWidget .d_tab_panel {
  height: initial;
  min-height: initial;
}
main .support .hidden_text {
  display: none;
}
main .support .support_content {
  margin-bottom: 50px;
}
main .support .support_content > .row {
  border: 1px solid #eaeaea;
  border-left: none;
  border-right: none;
  margin-top: -1px;
  padding: 25px 0;
  position: relative;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  height: 67px;
}
main .support .support_content > .row:first-child {
  border-top: none;
}
main .support .support_content > .row .sprite-hide {
  position: absolute;
  left: 0;
  cursor: pointer;
}
main .support .support_content > .row .title_link {
  display: inline-block;
  color: #363636;
  cursor: pointer;
  margin-bottom: 10px;
}
main .support .support_content > .row span {
  padding-left: 50px;
}
main .support .form_container {
  margin-bottom: 90px;
}
main .support .form_container > .row > div {
  background: #f9f9f9;
}
main .support .form_container > .row .support_form {
  padding: 40px 0 50px 0;
  width: 75%;
  display: block;
  margin: 0 auto;
}
main .support .form_container > .row .support_form h2 {
  margin-bottom: 20px;
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  font-size: 20px;
}
main .support .form_container > .row .support_form input[type='submit'] {
  margin-top: 20px;
}
main .support .form_container > .row .support_form input {
  margin-bottom: 0;
}
main .support .form_container > .row .support_form .first_input input {
  border-bottom: none;
}
main .not_found {
  padding: 135px 0;
}
main .not_found img {
  max-width: 100%;
  height: auto;
}
main .not_found h2 {
  text-transform: uppercase;
  font-size: 31px;
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
}
main .not_found p {
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  line-height: 1.7;
}
main .not_found ul {
  margin-top: 25px;
}
main .not_found ul li {
  position: relative;
  padding-left: 40px;
  line-height: 2;
}
main .not_found ul li:before {
  content: '';
  position: absolute;
  top: 11px;
  left: 0;
  background: #363636;
  width: 27px;
  height: 2px;
}
main .not_found .nav {
  border: 2px solid #363636;
  padding: 25px;
  width: 226px;
  margin: 0 auto;
}
main .not_found .nav a {
  color: #363636;
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  font-size: 14px;
  display: block;
}
main .not_found .nav a:first-child {
  margin-bottom: 20px;
}
main .site_map {
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
}
main .site_map .products {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
main .site_map .products > div {
  width: 300px;
  margin-bottom: 40px;
}
main .site_map .products a {
  color: #363636;
  margin-bottom: 10px;
  display: inline-block;
}
main .site_map .products ul li {
  margin: 0 0 10px 10px;
}
main .site_map .pages a {
  color: #363636;
  margin-bottom: 30px;
  display: inline-block;
}
main .personal_area {
  margin-bottom: 40px;
}
main .personal_area .nav-tabs li {
  border: 1px solid #eaeaea;
  padding: 0;
  background-color: #f6f6f6;
}
main .personal_area .nav-tabs li:last-child {
  margin-left: -1px;
}
main .personal_area .nav-tabs li a {
  padding: 20px;
  font-size: 15px;
  margin: 0;
}
main .personal_area .nav-tabs li a:after {
  content: '';
  background: none;
}
main .personal_area .tab-content {
  border: 1px solid #eaeaea;
}
main .personal_area .tab-content #personal {
  padding: 50px;
}
main .personal_area .tab-content #personal h3 {
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  margin-bottom: 40px;
}
main .personal_area .tab-content #personal .col-md-6 > div {
  width: 90%;
}
main .personal_area .tab-content #personal .col-md-6 > div input {
  margin-bottom: 0;
}
main .personal_area .tab-content #personal .col-md-6 > div:first-of-type input {
  border-top: 1px solid #eaeaea;
}
main .personal_area .tab-content #personal a.transparent_btn {
  background: #363636;
  color: #ffffff;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  cursor: pointer;
  width: 265px;
  margin-top: 40px;
}
main .personal_area .tab-content #personal a.transparent_btn:hover {
  -webkit-filter: brightness(110%);
  filter: brightness(110%);
}
main .personal_area .tab-content #order .title {
  border-bottom: 1px solid #eaeaea;
  padding: 20px 50px;
  font-size: 12px;
  color: #a4a4a4;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
main .personal_area .tab-content #order .title > div {
  width: 25%;
}
main .personal_area .tab-content #order .content .content_order {
  border-bottom: 1px solid #eaeaea;
  padding: 50px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
main .personal_area .tab-content #order .content .content_order > div {
  width: 25%;
}
main .personal_area .tab-content #order .content .content_order > div > div {
  margin-bottom: 30px;
}
main
  .personal_area
  .tab-content
  #order
  .content
  .content_order
  > div
  > div:last-child {
  margin-bottom: 0;
}
main .personal_area .tab-content #order .content .content_order:last-child {
  border: none;
}
main .personal_area .tab-content #order .content .content_order a {
  color: #363636;
}
main .novelty_technique .on_technology {
  border: 1px solid #eaeaea;
  border-bottom: none;
  padding: 40px 60px;
}
main .novelty_technique .on_technology .social_technology.catalog_item {
  margin-top: 25px;
  padding-top: 21px;
  position: relative;
}
main .novelty_technique .on_technology .social_technology.catalog_item .bold {
  margin-bottom: 10px;
}
main .novelty_technique .on_technology .social_technology.catalog_item:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background: #eaeaea;
  height: 1px;
  width: 160px;
}
main
  .novelty_technique
  .on_technology
  .social_technology.catalog_item
  .social_count {
  padding: 0;
  margin-top: 25px;
}
main .novelty_technique .comment {
  margin-top: 0;
}
main .news .news_container {
  padding: 0 60px 60px 60px;
  border: 1px solid #eaeaea;
  margin-bottom: 40px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
main .news .news_container .news_box {
  margin-top: 40px;
  width: 45%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
main .news .news_container .news_box .news_date {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
main .news .news_container .news_box .news_date div:first-child {
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  font-size: 40px;
}
main .news .news_container .news_box .news_date div:last-child {
  padding: 10px 0 0 10px;
}
main .news .news_container .news_box .news_date div:last-child p {
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  color: #c7c7c7;
  margin: 0;
}
main .news .news_container .news_box .news_text {
  border-bottom: 1px solid #eaeaea;
  margin-left: 35px;
  padding-bottom: 20px;
  width: 90%;
}
main .news .news_container .news_box .news_text h4 {
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  color: #363636;
  font-size: 14px;
}
main .back_link {
  margin-top: 40px;
  text-align: right;
}
main .back_link a {
  color: #363636;
}
main .back_link a img {
  margin-right: 10px;
}
main .one_news .grey_border {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
main .one_news .grey_border .right_block {
  margin-left: 100px;
}
main .one_news .grey_border .right_block img {
  max-width: 300px;
}
main .one_news .grey_border .left_block .catalog_item .social_count {
  padding-left: 0;
  margin-top: 40px;
}
main .one_news .grey_border .left_block .news_date {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
main .one_news .grey_border .left_block .news_date div:first-child {
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  font-size: 40px;
}
main .one_news .grey_border .left_block .news_date div:last-child {
  padding: 10px 0 0 10px;
}
main .one_news .grey_border .left_block .news_date div:last-child p {
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  color: #c7c7c7;
  margin: 0;
}
main .search_results .grey_border {
  padding: 10px 60px 60px 60px;
}
main .search_results .grey_border .search_box {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
}
main .search_results .grey_border .search_box div:first-child {
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  font-size: 20px;
}
main .search_results .grey_border .search_box div:last-child {
  margin-left: 30px;
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 30px;
}
main .search_results .grey_border .search_box div:last-child a {
  color: #363636;
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  font-size: 14px;
  display: inline-block;
  margin-top: 5px;
  margin-bottom: 10px;
}
main .delivery_and_payment .grey_border h3 {
  text-transform: uppercase;
  margin: 0 0 30px 0;
}
main .delivery_and_payment .grey_border p {
  color: #4a4a4a;
  margin-bottom: 30px;
}
main .delivery_and_payment .grey_border img {
  margin-top: 32px;
}
main .delivery_and_payment .grey_border img.order_icons {
  margin-left: 55px;
}
main .forum table {
  width: 100%;
  border: 1px solid #eaeaea;
  margin-bottom: 40px;
}
main .forum table thead {
  background: #f9f9f9;
  border-bottom: 1px solid #eaeaea;
}
main .forum table thead tr td {
  padding: 25px 40px;
}
main .forum table tbody tr td {
  padding: 25px 40px;
  border-bottom: 1px solid #eaeaea;
}
main .forum table tbody tr td img {
  margin-right: 30px;
}
main .forum table tbody tr td a {
  color: #363636;
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  font-size: 14px;
}
main .forum table tbody tr td span.gray_text {
  font-size: 12px;
  margin-left: 5px;
}
main .forum table tbody .forum_name a {
  width: 550px;
  display: inline-block;
  vertical-align: middle;
}
main .feedback .grey_border form {
  width: 600px;
  margin: 0 auto;
}
main .compare {
  margin-bottom: 40px;
}
main .compare .goods {
  width: 100%;
}
main .compare .goods .close_compare {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  z-index: 1000;
}
main .compare .goods h3 {
  text-transform: uppercase;
  margin: 40px 0;
}
main .compare .goods .characteristics .characteristics_row:nth-of-type(odd) {
  background: #f9f9f9;
}
main .compare .goods .characteristics .characteristics_row .compare_field {
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 360px;
  padding: 15px 10px;
}
main .error {
  background: #f05242;
  padding: 5px 40px 14px 40px;
  color: #fff;
}
main .blog .comment {
  border-top: none;
}
main .blog .comment form div:nth-child(3) {
  margin-top: -6px;
}
main .blog .comment form div:nth-child(3) input {
  border-bottom: 1px solid #eaeaea;
}
main .blog .comment form div textarea {
  margin-bottom: 0;
}
main .blog .comment .captcha_field {
  margin-top: 20px;
}
main .blog .grey_border {
  margin-bottom: 0;
  border-bottom: none;
  padding-top: 0;
}
main .blog .grey_border .pagination_numbers {
  margin-bottom: 0;
  margin-top: 40px;
}
main .blog .grey_border .blog_container {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
main .blog .grey_border .blog_container .blog_box {
  margin-top: 40px;
  width: 45%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
main .blog .grey_border .blog_container .blog_box .blog_date {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
main .blog .grey_border .blog_container .blog_box .blog_date div:first-child {
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  font-size: 40px;
}
main .blog .grey_border .blog_container .blog_box .blog_date div:last-child {
  padding: 10px 0 0 10px;
}
main .blog .grey_border .blog_container .blog_box .blog_date div:last-child p {
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  color: #c7c7c7;
  margin: 0;
}
main .blog .grey_border .blog_container .blog_box .blog_text {
  margin-left: 35px;
  padding-bottom: 20px;
  width: 90%;
}
main .blog .grey_border .blog_container .blog_box .blog_text p {
  line-height: 24px;
}
main .blog .grey_border .blog_container .blog_box .blog_text h4 {
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  color: #363636;
  font-size: 14px;
}
main .blog .grey_border .blog_container .blog_box .blog_text a {
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  color: #363636;
  font-size: 14px;
}
main .support_cat {
  border: 1px solid #eaeaea;
  margin-bottom: 40px;
}
main .support_cat .support_cat_box {
  padding: 40px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #eaeaea;
}
main .support_cat .support_cat_box:last-child {
  border-bottom: none;
}
main .support_cat .support_cat_box .img_box {
  margin-right: 30px;
}
main .support_cat .support_cat_box .text_box a {
  color: #363636;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
}
main .support_cat .support_cat_box .text_box p {
  margin: 0;
}
div[data-element='sub'] {
  position: relative;
}
div[data-element='sub'] ul:not(.sub_menu) {
  transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  top: 63px;
  opacity: 0;
  z-index: 150;
  background: #fff;
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  padding: 5px 0 5px 5px;
  text-align: left;
  box-shadow: inset 0 0 0 5px #f05242;
  -webkit-box-shadow: inset 0 0 0 5px #f05242;
  -moz-box-shadow: inset 0 0 0 5px #f05242;
  -o-box-shadow: inset 0 0 0 5px #f05242;
  -moz-transition: opacity 0.4s, bottom 0.4s;
  transition: opacity 0.4s, bottom 0.4s;
}
div[data-element='sub'] ul:not(.sub_menu) li {
  position: relative;
  padding: 7px 5%;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.add_to_cart_block .price {
  padding: 5px 45px 10px 45px;
}
.add_to_cart_block .price span {
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  font-size: 44px;
  color: #3b3b3b;
}
.catalog_item {
  margin-top: 30px;
}
.add_to_cart_block .cart {
  padding: 0 45px;
}
.add_to_cart_block .cart .quantity input {
  padding: 12px 0 12px 0px;
  text-align: center;
  width: 80px;
}
.add_to_cart_block .cart .quantity input:focus {
  background: #fff;
}
.add_to_cart_block .cart .single_add_to_cart_button {
  background-color: #363636 !important;
  color: #fff;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  padding: 16px 0;
}
.add_to_cart_block .product_meta {
  display: none;
}
.add_to_cart_block .bottom_row {
  border-top: 1px solid #ebebeb;
}
.stock-block {
  padding: 45px 45px 5px 45px;
}
.stitle {
  padding-bottom: 5px;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
}
.main_carousel {
  height: 612px;
  overflow: hidden;
}
.product-block-one {
  width: 100%;
  float: left;
}
.woocommerce div.product div.summary {
  margin-bottom: 0;
}
.item_option h3 {
  text-transform: uppercase;
  margin: 40px 0 30px 0;
  color: #222222;
  padding-bottom: 11px;
  position: relative;
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
  border-bottom: 1px solid #ededed;
}

.item_option h3:before {
  background: #0074c2 none repeat scroll 0 0;
  bottom: -1px;
  content: '';
  height: 2px;
  left: 0;
  position: absolute;
  width: 70px;
}

.related.products {
  margin-top: 30px;
}
div[data-element='sub'] ul:not(.sub_menu) li:hover {
  background: #f9f9f9;
}
div[data-element='sub'] ul:not(.sub_menu) li a {
  float: left;
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
}
div[data-element='sub'] ul:not(.sub_menu) li a:hover {
  color: #3b3b3b;
  text-decoration: none;
}
div[data-element='sub'] ul:not(.sub_menu) li span {
  float: right;
}
div[data-element='sub'] ul:not(.sub_menu) li span i {
  color: #bcbcbc;
}
div[data-element='sub'] ul:not(.sub_menu) .hover_sub > ul {
  position: absolute;
  bottom: auto;
  top: 0;
  width: 90%;
  opacity: 0;
  background: #f9f9f9;
  left: 96%;
  transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -moz-transition: left 0.4s, opacity 0.4s;
  transition: left 0.4s, opacity 0.4s;
}
div[data-element='sub'] ul:not(.sub_menu) .hover_sub > ul li {
  padding: 0;
}
div[data-element='sub'] ul:not(.sub_menu) .hover_sub > ul li .sub_sub_menu {
  display: none;
  box-shadow: none;
  background: #f9f9f9;
  left: 96%;
  top: 0;
  opacity: 0;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  padding: 0;
  border-left: 1px solid #d4d4d4;
}
div[data-element='sub']
  ul:not(.sub_menu)
  .hover_sub
  > ul
  li
  .sub_sub_menu
  li
  a {
  padding: 5px 0 5px 30px;
}
div[data-element='sub']
  ul:not(.sub_menu)
  .hover_sub
  > ul
  li
  .sub_sub_menu
  li:first-child
  a {
  padding-top: 15px;
}
div[data-element='sub']
  ul:not(.sub_menu)
  .hover_sub
  > ul
  li
  .sub_sub_menu
  li:last-child
  a {
  padding-bottom: 15px;
}
div[data-element='sub']
  ul:not(.sub_menu)
  .hover_sub
  > ul
  li:hover
  .sub_sub_menu {
  display: block;
  opacity: 1;
  left: 100%;
  -webkit-animation: submenu 0.4s;
  -moz-animation: submenu 0.4s;
  animation: submenu 0.4s;
}
@-webkit-keyframes submenu {
  0% {
    opacity: 0;
    left: 96%;
  }
  100% {
    opacity: 1;
    left: 100%;
  }
}
@-moz-keyframes submenu {
  0% {
    opacity: 0;
    left: 96%;
  }
  100% {
    opacity: 1;
    left: 100%;
  }
}
@keyframes submenu {
  0% {
    opacity: 0;
    left: 96%;
  }
  100% {
    opacity: 1;
    left: 100%;
  }
}
div[data-element='sub'] ul:not(.sub_menu) .hover_sub > ul li:first-child a {
  padding-top: 15px;
}
div[data-element='sub'] ul:not(.sub_menu) .hover_sub > ul li:last-child a {
  padding-bottom: 15px;
}
div[data-element='sub'] ul:not(.sub_menu) .hover_sub > ul li a {
  width: 100%;
  padding: 5px 0 5px 30px;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  color: #303030;
  text-transform: none;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
div[data-element='sub'] ul:not(.sub_menu) .hover_sub > ul li a:hover {
  color: #363636;
  text-decoration: none;
}
div[data-element='sub'] ul:not(.sub_menu) .hover_sub:hover > ul {
  opacity: 1;
  left: 100%;
  transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
}
div[data-element='sub'] a {
  cursor: pointer;
}
div[data-element='sub']:hover ul {
  opacity: 1;
  transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
}
main .one_photo {
  margin: 40px 0;
  text-align: center;
}
main .one_photo img {
  max-width: 100%;
  margin: 0 auto;
}
main .one_photo .title {
  background: #f9f9f9;
  padding: 20px;
}
main .one_photo .title h4 {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
}
main .one_photo .title p {
  font-size: 12px;
}
main .comment.page_with_comment {
  margin-top: 40px;
}
main .comment.page_with_comment a {
  color: #363636;
  margin-top: 40px;
  display: inline-block;
}
main .comment.page_with_comment a:hover {
  text-decoration: underline;
}
main .download_file {
  margin: 40px 0;
  padding: 0 10px;
}
main .download_file h3 {
  margin-top: 0;
  margin-bottom: 40px;
  text-transform: uppercase;
}
main .download_file a {
  font-size: 14px;
}
main .one_question {
  margin: 40px 0;
  padding: 0 10px;
}
main .one_question h3 {
  margin-top: 0;
  margin-bottom: 40px;
  text-transform: uppercase;
}
main .one_question h4 {
  font-family: 'Roboto', sans-serif;
}
main .subCarousel.goods.w100p:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 2px;
  background: #fff;
  z-index: 100;
}
main .subCarousel.goods.w100p .slick-next {
  right: 0;
  top: 40%;
  background: #f9f9f9 url(img/arrow_right.png) no-repeat center;
  width: 30px;
  height: 50px;
  z-index: 100;
}
main .subCarousel.goods.w100p .slick-next:hover {
  background-color: #eaeaea;
}
main .subCarousel.goods.w100p .slick-next:before {
  content: '';
}
main .subCarousel.goods.w100p .slick-prev {
  left: 0;
  top: 40%;
  background: #f9f9f9 url(img/arrow_left.png) no-repeat center;
  width: 30px;
  height: 50px;
  z-index: 100;
}
main .subCarousel.goods.w100p .slick-prev:hover {
  background-color: #eaeaea;
}
main .subCarousel.goods.w100p .slick-prev:before {
  content: '';
}
main .subCarousel.goods.w100p .slick-list {
  height: 605px;
  padding-top: 40px;
  padding-left: 2px;
  padding-right: 4px;
}
main .subCarousel.goods.w100p .slick-list .col-md-3 {
  width: 100%;
}
@media screen and (max-width: 1500px) {
  .transparent_btn {
    font-size: 14px;
  }
  header .header_top_nav .right_nav {
    padding-left: 20px;
  }
  header .header_top_nav ul li a {
    font-size: 11px;
  }
  header .header_middle_nav .header_logo .media .media-body h2 {
    font-size: 23.2px;
  }
  header .header_contact .media .media-body h3 {
    font-size: 20px;
    line-height: 1.3;
  }
  header .search_row > .row > div .media .media-body {
    vertical-align: bottom;
  }
  header .search_row #searchForm input {
    width: 90%;
  }
  header .search_row .user_name {
    font-size: 12px;
    width: 160px;
    margin-left: 15px;
  }
  .timer_block .timer {
    padding: 40px 12px;
  }
  main .price_inline > .row div.list_title {
    padding-left: 20px;
  }
  main .catalog_item .bottom_row .rew {
    text-align: left;
    margin-bottom: 10px;
  }
  main .catalog_item .bottom_row .social_count {
    text-align: center;
    padding-top: 20px;
  }
  main .catalog_item .price_block .top_block .stock {
    background-position: 15% 50%;
  }
  main .catalog_item .price_block .top_block .stock.not_available {
    background-position: 6% 50%;
  }
  main .order .cart .price_title {
    text-align: right;
  }
}
@media screen and (max-width: 991px) {
  .item_categorys_all_galaxy_x3 .item_categorys_img {
    width: 100%;
  }
  main .catalog {
    margin-bottom: 0;
  }
  main .catalog .catalog_more {
    background: #f9f9f9;
    border: none;
  }
  main .catalog .catalog_more > div {
    width: 100%;
  }
  main .catalog .catalog_more a {
    padding: 0;
    margin: 0;
    border: 2px solid #363636;
    background: transparent;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    padding: 10px;
    width: 250px;
    color: #363636;
    -moz-transition: all 0.6s;
    transition: all 0.6s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    text-align: center;
    display: block;
    margin: 0 auto;
    width: 290px;
    padding: 13px;
  }
  main .catalog .catalog_more a:hover {
    color: #ffffff;
    background: #363636;
    text-decoration: none;
  }
  main .catalog .catalog_more a p {
    float: none;
    padding: 0;
    margin: 0;
  }
  main .catalog .catalog_more a p:hover {
    color: #ffffff;
  }
  main .catalog .sort_row {
    background: transparent;
    border: none;
    height: 75px;
    padding: 0;
  }
  main .catalog .sort_row .ui-selectmenu-button.ui-button {
    margin-bottom: 0;
  }
  main #mainCarousel {
    margin-bottom: 0;
  }
  main #mainCarousel .carousel-indicators {
    right: 20%;
    left: auto;
  }
  main #mainCarousel .carousel-inner > .item:first-of-type {
    background: url('img/mobile_carousel.jpg') no-repeat;
    background-size: cover;
  }
  main #mainCarousel .carousel-inner > .item:nth-of-type(2) {
    background: url('img/main_cover_2.jpg') no-repeat;
    background-size: cover;
  }
  main #mainCarousel .carousel-inner > .item:last-of-type {
    background: #fe8d00;
  }
  main .mobile_timer {
    background: #363636;
    padding: 30px 5%;
    min-height: 220px;
  }
  main .mobile_timer > .container > .row > div:last-of-type {
    padding: 20px 0;
  }
  main .mobile_timer > .container > .row > div:last-of-type .timer_date {
    margin-top: 30px;
  }
  main
    .mobile_timer
    > .container
    > .row
    > div:last-of-type
    .timer_date
    ul
    li:not(:first-of-type)
    p {
    font-family: 'Roboto', sans-serif;
  }
  main
    .mobile_timer
    > .container
    > .row
    > div:last-of-type
    .timer_date
    #mob_day {
    font-family: 'Roboto', sans-serif;
  }
  main .mobile_timer img {
    display: block;
    margin: 0 auto;
  }
  main .mobile_timer .timer_item {
    text-align: center;
  }
  main .mobile_timer .timer_item > .white_text {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
  }
  main .mobile_timer .timer_item .timer_date ul li {
    margin-right: 5%;
    color: #ffffff;
  }
  main
    .mobile_timer
    .timer_item
    .timer_date
    ul
    li:not(:first-of-type)
    p:last-of-type {
    font-family: 'Roboto', sans-serif;
  }
  main .mobile_timer .timer_item .timer_date ul li p {
    padding: 0;
    margin: 0;
  }
  main .mobile_timer .timer_item .timer_date ul li p:last-of-type,
  main .mobile_timer .timer_item .timer_date ul li p + span {
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-size: 31px;
    display: inline-block;
  }
  main .block_capt {
    font-size: 30px;
  }
  main .contacts .contact_absolute {
    position: relative;
  }
  main .contacts #map {
    height: 600px;
  }
  main .contacts .contact_form {
    height: 630px;
  }
  main .cart {
    margin-bottom: 0;
  }
  main .cart .order_mobile_item .mobile_item {
    padding: 50px 10%;
  }
  main .cart .order_mobile_item .mobile_item:not(:last-of-type) {
    border-bottom: 1px solid #eaeaea;
  }
  main .cart .order_mobile_item .mobile_item .mobile_about p {
    margin-top: 40px;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
  }
  main .cart .order_mobile_item .mobile_item .mobile_price {
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
  }
  main .cart .order_mobile_item .mobile_item .mobile_price > div {
    margin-bottom: 25px;
  }
  main .cart .order_mobile_item .mobile_item .mobile_price p {
    padding: 0;
    margin: 0;
  }
  main .cart .order_mobile_item .mobile_item .mobile_price .lg {
    font-size: 26px;
  }
  main .cart .order_mobile_item .mobile_item .mobile_price .lg .fa-rub {
    font-size: 23px;
  }
  main .cart .order_mobile_item .mobile_item .mobile_price .mobile_delete {
    top: 0;
    right: 0;
  }
  main .cart .order_mobile_item .quantity_mobile {
    margin-top: 15px;
  }
  main .cart .order_mobile_item .quantity_mobile span {
    float: left;
    border: 1px solid #eaeaea;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  main .cart .order_mobile_item .quantity_mobile span.sym {
    width: 50px;
    height: 54px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    cursor: pointer;
  }
  main .cart .order_mobile_item .quantity_mobile span.sym img {
    display: block;
    margin: 0 auto;
  }
  main .cart .order_mobile_item .quantity_mobile span:not(.sym) {
    border-right: none;
    border-left: none;
    width: 70px;
    height: 54px;
    text-align: center;
    font-size: 19px;
  }
  main .cart .order_result {
    border-bottom: 0;
  }
  main .cart .order_result p {
    text-align: center;
  }
  main .cart .order_result .transparent_btn {
    width: 100%;
    margin-top: 45px;
  }
  main .order #deliveryForm .payment_row {
    border: none;
  }
  main .order #deliveryForm .payment_row img {
    margin-bottom: 50px;
  }
  main .order #deliveryForm .order_result > .row {
    background: transparent;
    border-top: none;
  }
  main .catalog_item .price_block {
    background: transparent;
    height: auto;
  }
  main .catalog_item .price_block > .row {
    padding: 50px 0;
  }
  main .catalog_item .price_block .top_block {
    border-bottom: 1px solid #eaeaea;
    padding: 40px 0;
    height: auto;
    text-align: center;
  }
  main .catalog_item .price_block .top_block.clearfix {
    padding: 25px 5%;
    border-bottom: none;
  }
  main .catalog_item .price_block .top_block .stock {
    background-position: 25% 50%;
    width: 50%;
    float: left;
  }
  main .catalog_item .price_block .top_block .rate_star {
    width: 50%;
    float: left;
    padding: 20px 0;
    text-align: center;
  }
  main .catalog_item .price_block .top_block .rate_star li i {
    font-size: 18px;
  }
  main .catalog_item .price_block .top_block .rate_star li span {
    color: #3b3b3b;
  }
  main .catalog_item .price_block .top_block img {
    display: block;
    margin: 0 auto;
  }
  main .catalog_item .price_block .top_block h2 {
    text-align: center;
    display: inline-block;
  }
  main .catalog_item .price_block .top_block h2 sup {
    bottom: 30px;
    left: -80px;
    top: auto;
  }
  main .catalog_item .price_block .item_btn {
    margin-bottom: 25px;
    background: #363636;
    color: #ffffff;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
  }
  main .catalog_item .price_block .item_btn:hover {
    filter: brightness(110%);
    -moz-filter: brightness(110%);
    -webkit-filter: brightness(110%);
  }
  main .catalog_item .item_option {
    padding: 30px 0 0;
    margin-bottom: 0;
    margin-top: 10px;
  }
  main .catalog_item .item_option .product_description {
    margin: 0 30px 30px 30px;
  }
  /* main .catalog_item .item_option .opt {
    padding: 30px 30px 0 30px;
  } */
  main
    .catalog_item
    .item_option
    .opt
    > div:first-of-type
    > .row
    > div:first-of-type {
    text-align: left;
  }
  main
    .catalog_item
    .item_option
    .opt
    > div:first-of-type
    > .row
    > div:last-of-type:not(.col-md-12) {
    text-align: left;
  }
  main .catalog_item .item_option .opt.pl20 {
    padding-top: 0;
  }
  main .catalog_item .item_option .opt.pl20 .row:nth-child(2n + 2) {
    background: #f9f9f9;
  }
  main .catalog_item .item_option .opt.pl20 .row:nth-child(2n + 1) {
    background: none;
  }
  main .catalog_item .item_option .opt.pr20 {
    margin-bottom: 0;
  }
  main .catalog_item .social_count {
    margin-top: 0;
    margin-bottom: 60px;
    padding: 0 30px;
  }
  main .catalog_item .social_count li {
    margin-right: 1.5%;
  }
  .collapse_menu_header {
    background: #363636;
    width: 65%;
    height: 100%;
    padding-top: 78px;
    color: #ffffff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    overflow-y: auto;
    text-transform: uppercase;
    font-size: 20px;
    opacity: 0;
    -moz-transition: all 0.6s;
    transition: all 0.6s;
    transform: translateX(-1000px);
    -ms-transform: translateX(-1000px);
    -o-transform: translateX(-1000px);
    -webkit-transform: translateX(-1000px);
    -moz-transform: translateX(-1000px);
  }
  .collapse_menu_header.active {
    transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    opacity: 1;
  }
  .collapse_menu_header > li {
    margin-bottom: 40px;
  }
  .collapse_menu_header > li a {
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    position: relative;
    color: #ffffff;
    font-size: 20px;
  }
  .collapse_menu_header > li a.active::after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    background: #ffffff;
    bottom: -10px;
    right: 0;
  }
  .collapse_menu_header > .close_toggle {
    position: absolute;
    top: 25px;
    right: 10%;
    cursor: pointer;
  }
  .collapse_menu_header .mobile_catalog {
    background: #48bdd0;
    padding: 10px 10px 10px 5%;
  }
  .collapse_menu_header .mobile_catalog .product_header {
    font-family: 'Roboto', sans-serif;
    position: relative;
    cursor: pointer;
  }
  .collapse_menu_header .mobile_catalog .product_header:after {
    content: '';
    position: absolute;
    top: 0;
    right: 5px;
    height: 20px;
    width: 20px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .collapse_menu_header .mobile_catalog .product_header.open:after {
    content: '';
    -webkit-transform: rotate(136deg);
    -moz-transform: rotate(136deg);
    -ms-transform: rotate(136deg);
    transform: rotate(136deg);
    top: 10px;
  }
  .collapse_menu_header .mobile_catalog ul {
    display: none;
    margin-left: 5%;
  }
  .collapse_menu_header .mobile_catalog ul li {
    margin-top: 10px;
  }
  .collapse_menu_header .mobile_catalog ul li a {
    margin-left: 0;
  }
  .collapse_menu_header a {
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    margin-left: 5%;
  }
  .collapse_menu_header a:hover {
    background: #f05242;
    text-decoration: none;
  }
  .collapse_menu_header .second_level_menu {
    cursor: pointer;
    position: relative;
  }
  .collapse_menu_header .second_level_menu.open:after {
    content: '';
    -webkit-transform: rotate(136deg);
    -moz-transform: rotate(136deg);
    -ms-transform: rotate(136deg);
    transform: rotate(136deg);
    top: 11px;
  }
  .collapse_menu_header .second_level_menu:after {
    content: '';
    position: absolute;
    top: 6px;
    right: 10px;
    height: 10px;
    width: 10px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  main .support .support_content {
    padding: 0 20px;
  }
  main .support .support_content > .row {
    height: auto;
  }
  .header_mobile {
    height: 100px;
    padding: 20px 30px;
  }
  .header_mobile .search_content {
    padding: 20px 0;
    background: #ffffff;
    width: 99%;
    top: 100px;
    left: 0;
    right: 0;
    position: absolute;
    z-index: 100;
    box-shadow: 0 3px 11px 2px #e2e2e2;
    -webkit-box-shadow: 0 3px 11px 2px #e2e2e2;
    -moz-box-shadow: 0 3px 11px 2px #e2e2e2;
    -o-box-shadow: 0 3px 11px 2px #e2e2e2;
    display: block;
    margin: 0 auto;
  }
  .header_mobile .search_content a {
    -moz-transition: all 0.2s;
    transition: all 0.2s;
  }
  .header_mobile .search_content a:hover {
    color: #363636;
    text-decoration: none;
  }
  .header_mobile .search_content .list_heading {
    display: inline-block;
    color: #bcbcbc;
    font-size: 12px;
    margin: 0 0 20px 30px;
  }
  .header_mobile .search_content ul li ul {
    padding: 0 30px;
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 15px;
  }
  .header_mobile .search_content ul li ul li {
    padding-bottom: 15px;
  }
  .header_mobile .search_content .all_result {
    display: inline-block;
    padding-left: 30px;
  }
  .header_mobile .search_content .all_result a {
    color: #363636;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
  }
  .header_mobile .container {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
  }
  .header_mobile .container .mobile_top_logo {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header_mobile .container .mobile_top_logo img {
    width: 45px;
  }
  .header_mobile .container .mobile_top_logo div:last-child {
    margin-left: 5px;
  }
  .header_mobile .container .mobile_top_logo div:last-child h3 {
    margin: 0;
  }
  .header_mobile .container .mobile_top_logo span {
    font-size: 8px;
    text-transform: uppercase;
  }
  .header_mobile .container .mobile_menu_toggle {
    cursor: pointer;
  }
  .header_mobile .container .mobile_menu_toggle > span {
    background: #f05242;
    width: 25px;
    height: 3px;
    margin-bottom: 6px;
    display: block;
  }
  .header_mobile .container .mobile_menu_toggle span {
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    width: 35px;
    height: 4px;
  }
  .header_mobile .container .icon_search {
    cursor: pointer;
  }
  .header_mobile .container .icon_search:hover form {
    display: block;
  }
  .header_mobile .container .icon_search form {
    position: absolute;
    background: #fff;
    top: 60px;
    left: 0;
    right: 0;
    z-index: 1000;
    display: none;
  }
  .header_mobile .container .icon_search form input {
    border-radius: 100px;
    border: 1px solid #eaeaea;
    height: 40px;
    padding-left: 20px;
    width: 100%;
  }
  .header_mobile .container .icon_search form input:focus {
    box-shadow: 0 0 41px -15px #000;
  }
  .header_mobile .container .user_mobile {
    position: relative;
    cursor: pointer;
  }
  .header_mobile .container .user_mobile:hover .userInfo {
    display: block;
  }
  .header_mobile .container .user_mobile .userInfo {
    z-index: 1000;
    background: #ffffff;
    box-shadow: 0 3px 11px 2px #e2e2e2;
    padding: 10px;
    position: absolute;
    top: 24px;
    right: 0;
    width: 222px;
    display: none;
  }
  .header_mobile .container .user_mobile .userInfo li a {
    display: block;
    padding: 10px 0;
    text-decoration: none;
  }
}
@media screen and (max-width: 991px) and (max-width: 570px) {
  .header_mobile .container .mobile_top_logo div:last-child {
    display: none;
  }
}
.contacts {
  position: relative;
}
.contacts .map * {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.contacts .contacts_container {
  position: relative;
  width: 55%;
}
.contacts .contacts_container .contacts_container_top {
  background: #363636;
  color: #fff;
  padding: 40px 60px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.contacts .contacts_container .contacts_container_top > div {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 50%;
  margin: 20px 0;
}
.contacts .contacts_container .contacts_container_top > div p,
.contacts .contacts_container .contacts_container_top > div h3 {
  display: inline-block;
  margin: 0;
  font-weight: bold;
}
.contacts .contacts_container .contacts_container_top > div i {
  display: inline-block;
  width: 49px;
  height: 48px;
  background: url(img/contacts-sprite.png);
  margin-right: 20px;
}
.contacts .contacts_container .contacts_container_top > div i.bg_map {
  background-position: -5px -76px;
}
.contacts .contacts_container .contacts_container_top > div i.bg_tel {
  background-position: -66px -63px;
}
.contacts .contacts_container .contacts_container_top > div i.bg_skype {
  background-position: -10px -10px;
}
.contacts .contacts_container .contacts_container_top > div i.bg_mail {
  background-position: -76px -3px;
}
.contacts .contacts_container .contacts_container_bottom .comment {
  margin: 0;
}
.contacts
  .contacts_container
  .contacts_container_bottom
  .comment
  .comment_add
  form {
  width: 100%;
}
@media screen and (max-width: 767px) {
  header .callbackModal .modal_content {
    width: 90%;
  }
  main .delivery #deliveryForm .del_row {
    padding: 25px 20px;
  }
  main .delivery #deliveryForm .del_row .radio_cont {
    width: 100%;
  }
  main .delivery #deliveryForm .del_row input:not([type='submit']),
  main .delivery #deliveryForm .del_row .input_inline,
  main .delivery #deliveryForm .del_row textarea {
    width: 100%;
  }
  main .delivery #deliveryForm .del_row .input_inline input {
    border: 1px solid #eaeaea;
  }
  main .cart .order_result > .container > .row {
    padding: 35px 30px;
  }
  main .cart .order_result > .container > .row > div .result_sum {
    padding-left: 0;
  }
  main .cart .order_result > .container > .row > div .result_sum span {
    font-size: 29px;
  }
  main .cart .order_result > .container > .row > div .result_sum span i {
    font-size: 25px;
  }
  main .cart .order_result > .container > .row > div .transparent_btn {
    border-color: #363636;
  }
  main .cart .order_mobile_item .mobile_item .mobile_price .mobile_delete {
    top: -250px;
  }
}
@media screen and (max-width: 400px) {
  .header_mobile {
    padding: 20px 15px;
  }
}
@media screen and (max-width: 520px) {
  .mobile_timer > .container > .row > div {
    width: 100%;
  }
}
@media screen and (max-width: 560px) {
  .collapse_menu_header {
    width: 90%;
  }
}
@media screen and (max-width: 450px) {
  .catalog_item .price_block .top_block .stock {
    background-position: 12% 50%;
  }
  .catalog_item .opt_form form {
    padding: 40px 10px;
  }
  .catalog_item .opt_form form > div span:first-of-type {
    margin-left: 10px;
  }
  .catalog_item .opt_form form > div span:last-of-type {
    margin-left: 5%;
  }
}
.m0 {
  margin: 0;
}
.mt10 {
  margin-top: 10px;
}
.mt15 {
  margin-top: 15px;
}
.mt-1 {
  margin-top: -1px;
}
.pt0 {
  padding-top: 0;
}
.pl65 {
  padding-left: 65px;
}
.p0 {
  padding: 0;
}
.p40 {
  padding: 40px;
}
.pl20 {
  padding-left: 20px;
}
.pr20 {
  padding-right: 20px;
}
.w100p {
  width: 100%;
}
main .goods.w100p {
  width: 100%;
}
a:link,
a:visited,
a:active {
  outline: none;
  text-decoration: none;
}
.g-recaptcha {
  margin-top: 20px;
}
.d_flex {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.field_error_message {
  margin: 10px 0;
  color: #f05242;
}
.col-md-10.subsection_container {
  width: 100%;
}
.subsection_container .catalog_category_description_top {
  margin-bottom: 45px;
}
.subsection_container .subsection {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 25px 60px 60px 60px;
  border: 1px solid #eaeaea;
  margin-bottom: 40px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.subsection_container .subsection .subsection_item {
  width: 23%;
  border: 1px solid #eaeaea;
  display: block;
  margin-right: 35px;
  margin-top: 35px;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.subsection_container .subsection .subsection_item:nth-of-type(4n) {
  margin-right: 0;
}
.subsection_container .subsection .subsection_item:hover {
  box-shadow: 0 0 5px 1px #d7d7d7;
}
.subsection_container .subsection .subsection_item .img {
  padding: 20px;
  height: 230px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.subsection_container .subsection .subsection_item .img img {
  max-width: 100%;
}
.subsection_container .subsection .subsection_item .text {
  border-top: 1px solid #eaeaea;
  padding: 20px;
  background: #f9f9f9;
  height: 60px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: open_sans_bold, sans-serif;
  font-size: 14px;
  color: #3b3b3b;
}
@media screen and (max-width: 1500px) {
  .subsection_container .subsection .subsection_item {
    width: 30%;
  }
  .subsection_container .subsection .subsection_item:nth-of-type(4n) {
    margin-right: 35px;
  }
  .subsection_container .subsection .subsection_item:nth-of-type(3n) {
    margin-right: 0;
  }
  .contacts .contacts_container .contacts_container_top > div {
    width: 100%;
  }
  main .compare .goods .characteristics .characteristics_row .compare_field {
    width: 230px;
  }
  .header_work_time .media-left {
    padding: 0 0 0 25px;
  }
  main .gallery .container .row > div {
    width: 25%;
  }
  main .gallery .container .row > div:nth-of-type(4n + 4) .title {
    border-right: none;
  }
  main .gallery .container .row > div:nth-of-type(5n + 5) .title {
    border-right: 1px solid #eaeaea;
  }
  main .sidebar {
    width: 294px;
  }
  footer .container .row .last_columns {
    width: 213px;
    margin-left: 10px;
  }
  footer .container .row .list_products > div .category_list {
    width: 150px;
    margin-left: 10px;
  }
  header .header_middle_nav .header_cart {
    margin-left: 0;
  }
  main .forum table tbody .forum_name a {
    width: 300px;
  }
  main .cart .order_item .order_img img {
    width: 100%;
  }
  main .not_found img {
    max-width: 70%;
  }
  main .order .progress_bar a {
    width: 183px;
  }
  main .cart .with_goods {
    margin-left: 0;
  }
  main #mainCarousel .carousel-inner .item .carousel-caption {
    left: 40%;
  }
  main .goods {
    width: 100%;
  }
  main .goods .tab-content {
    margin-bottom: 0;
  }
  main .goods .tab-content .tab_container .tab_item .price h3 {
    font-size: 21px;
  }
  main .catalog .goods {
    width: 100%;
  }
  main .catalog .goods .col-md-3 {
    width: 50%;
  }
  main .catalog .catalog_list {
    width: 75%;
  }
  main
    .catalog
    .catalog_list
    .col-md-3
    .tab_container
    .tab_item
    .list_quantity {
    width: 165px;
  }
  main .catalog .catalog_list .col-md-3 .tab_container .tab_item .item_img {
    width: 150px;
    margin-left: 5px;
  }
  main .catalog .catalog_list .col-md-3 .tab_container .tab_item .info {
    width: 300px;
  }
  main .catalog .catalog_list .col-md-3 .tab_container .tab_item .info p {
    margin-right: 14px;
  }
  main .catalog .catalog_list .col-md-3 .tab_container .tab_item .info .price {
    margin-right: 10px;
    width: 110px;
  }
  main
    .catalog
    .catalog_list
    .col-md-3
    .tab_container
    .tab_item
    .info
    .price
    h3 {
    font-size: 19px;
  }
  main .catalog .catalog_list .col-md-3 .tab_container .tab_item .title {
    width: 190px;
    padding: 0 10px;
  }
  main .catalog_inline {
    width: 75%;
  }
  main .catalog_inline .col-md-3 .tab_container .tab_item .list_quantity {
    width: 145px;
    margin-right: 0;
  }
  main
    .catalog_inline
    .col-md-3
    .tab_container
    .tab_item
    .list_quantity
    p:last-of-type {
    right: 115px;
  }
  main .catalog_inline .col-md-3 .tab_container .tab_item .title {
    width: auto;
    padding: 0 10px;
  }
  main .catalog_inline .col-md-3 .tab_container .tab_item .title h4 {
    display: block;
    margin: 0;
    width: 140px;
  }
  main .catalog_inline .col-md-3 .tab_container .tab_item .info p {
    right: 116px;
  }
  main .catalog_inline .col-md-3 .tab_container .tab_item .info .price {
    width: 141px;
    margin-right: 0;
  }
  main .catalog_inline .col-md-3 .tab_container .tab_item .info .price del {
    font-size: 11px;
    top: -5px;
  }
  main .catalog_inline .col-md-3 .tab_container .tab_item .info .price h3 {
    font-size: 11px;
    margin-left: 70px;
  }
  main .catalog_inline .col-md-3 .tab_container .tab_item .goods_btn {
    margin-left: 137px;
  }
  main .goods .tab_container .tab_item .price h3 {
    font-size: 21px;
  }
  main .interview,
  main .main_news {
    padding: 50px 25px;
  }
  main .main_news {
    padding-right: 0;
  }
  main .main_news .media .media-left h2 {
    font-size: 29px;
  }
  main .catalog_item .main_carousel {
    width: 470px;
    margin-right: 0;
  }
  main .catalog_item .main_carousel .carousels_container {
    width: 448px;
  }
  main .catalog_item .item_option .sub_item .carousel .carousel-inner {
    height: 600px;
  }
}
@media (min-width: 991px) and (max-width: 1500px) {
  main .goods.w100p .col-md-3 {
    width: 33%;
  }
  main .interview,
  main .main_news {
    height: 502px;
  }
  main .catalog .price_inline > .row > div > .row > div.list_comment a {
    font-size: 11px;
  }
  main .catalog .price_inline > .row > div > .row > div.list_price h3 {
    font-size: 11px;
  }
  main .catalog .price_list > .row > div > .row > div.list_title p {
    width: 170px;
  }
}
@media (min-width: 991px) {
  .goods .tab_container .tab_item .goods_btn.one_click_adaptive {
    display: none;
  }
  .catalog_list .tab_container .tab_item .goods_btn.one_click_adaptive {
    display: none;
  }
  .catalog_item h1 {
    margin-top: 10px;
    display: inline-block;
  }
  .catalog_item ul.rate_star {
    margin-top: 15px;
  }
}
@media screen and (max-width: 991px) {
  .additionals .row {
    width: 100%;
  }
  .additionals .row div {
    background-color: #f9f9f9;
  }

  main .catalog_item .item_option .opt .row {
    padding: 12px 20px;
  }

  .additionals .row {
    padding: 3px !important;
    height: 50px;
  }

  .additionals .row div {
    height: 100%;
    padding: 0;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }

  .subsection_container .catalog_category_description_top {
    margin: 40px 15px;
  }
  .subsection_container .catalog_category_description_bottom {
    margin: 40px 15px;
  }
  .subsection_container .subsection .subsection_item {
    width: 47%;
  }
  .subsection_container .subsection .subsection_item:nth-of-type(3n) {
    margin-right: 35px;
  }
  .subsection_container .subsection .subsection_item:nth-of-type(2n) {
    margin-right: 0;
  }
  .contacts .map * {
    height: 300px;
    position: relative;
  }
  .contacts .contacts_container {
    width: 100%;
  }
  .contacts .contacts_container .contacts_container_top {
    padding: 40px 20px;
  }
  main .compare .goods .characteristics .characteristics_row .compare_field {
    width: 100%;
  }
  main .gallery .container .row {
    display: block;
  }
  main .gallery .container .row > div {
    width: 100%;
  }
  main .gallery .container .row > div .title {
    border-right: none;
  }
  main .sort_row .sort_list li {
    display: block;
    margin-bottom: 15px;
  }
  main .goods {
    padding: 5px;
  }
  main .main_news .media .media-left h2 {
    font-size: 50px;
  }
  main .catalog .catalog_more .pagination_numbers li a {
    border: none;
    width: auto;
  }
  main #mainCarousel .carousel-control.left {
    left: 5px;
  }
  main #mainCarousel .carousel-control.right {
    right: 5px;
  }
  main #mainCarousel .carousel-inner > .item .carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }
  main .advantage .container .row > div .media .media-body {
    width: 100%;
  }
  main .goods.w100p .col-md-3 {
    width: 50%;
  }
  main .support_cat {
    margin-top: 40px;
  }
  main .support_cat .support_cat_box {
    display: block;
  }
  main .blog {
    margin-top: 40px;
  }
  main .blog .grey_border {
    padding: 0 20px 60px 20px;
  }
  main .blog .grey_border .blog_container {
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  main .blog .grey_border .blog_container .blog_box {
    width: 100%;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  main .blog .grey_border .blog_container .blog_box .blog_date {
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  main .blog .grey_border .blog_container .blog_box .blog_text {
    margin-left: 0;
    width: 100%;
  }
  main .blog .comment {
    margin-top: 0;
  }
  main.no_adaptive {
    width: 991px;
  }
  main .feedback {
    margin-top: 40px;
  }
  main .feedback .grey_border {
    padding: 60px 20px;
  }
  main .feedback .grey_border form {
    width: 100%;
  }
  main .forum {
    margin-top: 40px;
  }
  main .forum table thead tr td {
    padding: 25px 20px;
  }
  main .forum table tbody tr td {
    padding: 25px 20px;
  }
  main .forum table tbody .forum_name a {
    width: 100%;
    overflow: visible;
    white-space: normal;
  }
  main .delivery_and_payment {
    margin-top: 40px;
  }
  main .delivery_and_payment .grey_border {
    padding: 60px 20px;
  }
  main .delivery_and_payment .grey_border .col-md-6 {
    padding: 0;
  }
  main .delivery_and_payment .grey_border .col-md-6:last-child {
    margin-top: 60px;
  }
  main .delivery_and_payment .grey_border img {
    max-width: 100%;
    height: auto;
  }
  main .delivery_and_payment .grey_border img.order_icons {
    margin-left: 0;
  }
  main .search_results {
    margin-top: 40px;
  }
  main .search_results .grey_border {
    padding: 10px 20px 60px 20px;
  }
  main .one_news {
    margin-top: 40px;
  }
  main .one_news .grey_border {
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 60px 20px;
  }
  main .one_news .grey_border .right_block {
    -webkit-order: -1;
    -moz-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    margin: 0 0 20px 0;
    text-align: center;
  }
  main .one_news .grey_border .right_block img {
    max-width: 100%;
    height: auto;
  }
  main .news {
    margin-top: 40px;
  }
  main .news .news_container {
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 20px 60px 20px;
  }
  main .news .news_container .news_box {
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
  }
  main .news .news_container .news_box .news_date {
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  main .news .news_container .news_box .news_text {
    margin-left: 0;
  }
  main .novelty_technique {
    margin-top: 40px;
  }
  main .novelty_technique .on_technology {
    padding: 20px;
  }
  main .comment {
    margin-top: 40px;
  }
  main .comment .pagination_numbers {
    margin-left: 20px;
    margin-right: 20px;
  }
  main .comment .comment_list {
    padding: 0 20px 40px 20px;
  }
  main .comment .comment_add {
    padding: 40px 20px;
  }
  main .comment .comment_add form {
    width: 100%;
  }
  main .personal_area {
    margin-top: 40px;
  }
  main .personal_area .nav-tabs {
    margin-bottom: 0;
  }
  main .personal_area .nav-tabs li a {
    color: #555;
  }
  main .personal_area .tab-content #personal .col-md-6 > div {
    width: 100%;
  }
  main .personal_area .tab-content #personal a.transparent_btn {
    width: 100%;
  }
  main .personal_area .tab-content #order .content .content_order {
    display: block;
  }
  main .personal_area .tab-content #order .content .content_order > div {
    width: 100%;
    margin-bottom: 30px;
  }
  main .personal_area .tab-content #order .content .content_order > div > div {
    margin-bottom: 0;
  }
  main
    .personal_area
    .tab-content
    #order
    .content
    .content_order
    > div
    .title_text {
    font-size: 12px;
    color: #a4a4a4;
  }
  main .not_found {
    border-top: 1px solid #eaeaea;
    padding: 105px 20px;
  }
  main .not_found .img_container {
    text-align: center;
    margin-bottom: 40px;
  }
  main .not_found .nav {
    margin-top: 40px;
  }
  main .cart .order_item .goods_in_cart {
    height: auto;
    position: relative;
  }
  main .cart .order_item .order_delete {
    position: absolute;
    top: 0;
    right: 0;
  }
  main .cart .order_item .sum_rub {
    text-align: left;
  }
  main .cart .order_item .order_img {
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 15px;
  }
  main .order .cart .order_item .order_price {
    text-align: left;
  }
  main .order #deliveryForm .del_row.order_img_3,
  main .order #deliveryForm .del_row.order_img_2,
  main .order #deliveryForm .del_row.order_img_1 {
    background-image: none;
  }
  main .order #deliveryForm .del_row .del_content {
    width: auto;
  }
  main .order .progress_bar {
    margin-top: 40px;
  }
  main .order .progress_bar a {
    width: 100%;
  }
  main .order .progress_bar a:after {
    content: '';
    display: none;
  }
  main .order .progress_bar a:before {
    content: 'â†“';
    background: none;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    right: 10px;
  }
  main .order .progress_bar a.active:before {
    content: 'â†“';
    color: #fff;
    background: none;
    right: 10px;
  }
  main .sidebar {
    width: 90%;
    margin: 0 auto;
    border: none;
    text-align: left;
  }
  main .nav-tabs {
    padding: 0;
  }
  main .nav-tabs li {
    padding: 0;
  }
  main .nav-tabs li > a {
    padding: 15px 0;
  }
  main .catalog .catalog_list {
    margin-top: 55px;
    width: 100%;
  }
  main .catalog .catalog_list .sort_row .ui-selectmenu-button.ui-button {
    width: 120px;
    margin-left: 5px;
  }
  main .catalog .catalog_list .col-md-3 {
    width: 50%;
  }
  main .catalog .catalog_list .col-md-3 .tab_container {
    height: 516px;
  }
  main .catalog .catalog_list .col-md-3 .tab_container:hover .tab_item {
    position: absolute;
    height: auto;
    left: 0;
    top: 0;
    right: 0;
    z-index: 100;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
  }
  main .catalog .catalog_list .col-md-3 .tab_container:hover .tab_item:hover {
    box-shadow: 0 0 5px 1px #d7d7d7;
    -webkit-box-shadow: 0 0 5px 1px #d7d7d7;
    -moz-box-shadow: 0 0 5px 1px #d7d7d7;
    -o-box-shadow: 0 0 5px 1px #d7d7d7;
  }
  main
    .catalog
    .catalog_list
    .col-md-3
    .tab_container:hover
    .tab_item
    .hide_block {
    display: block;
  }
  main .catalog .catalog_list .col-md-3 .tab_container .tab_item {
    display: block;
    height: auto;
  }
  main .catalog .catalog_list .col-md-3 .tab_container .tab_item .info {
    width: auto;
  }
  main .catalog .catalog_list .col-md-3 .tab_container .tab_item .info p {
    display: none;
  }
  main .catalog .catalog_list .col-md-3 .tab_container .tab_item .info .price {
    width: auto;
    padding: 20px;
    margin-top: 0;
  }
  main
    .catalog
    .catalog_list
    .col-md-3
    .tab_container
    .tab_item
    .info
    .price
    h3 {
    font-size: 26px;
  }
  main .catalog .catalog_list .col-md-3 .tab_container .tab_item .goods_btn {
    display: block;
    width: 90%;
    font-size: 20px;
    margin: 0 auto;
  }
  main
    .catalog
    .catalog_list
    .col-md-3
    .tab_container
    .tab_item
    .goods_btn.one_click_adaptive {
    display: block;
    margin: 13px auto 25px auto;
  }
  main
    .catalog
    .catalog_list
    .col-md-3
    .tab_container
    .tab_item
    .list_quantity {
    display: none;
  }
  main .catalog .catalog_list .col-md-3 .tab_container .tab_item .title {
    width: auto;
    height: 75px;
    padding: 0 20px;
  }
  main
    .catalog
    .catalog_list
    .col-md-3
    .tab_container
    .tab_item
    .title
    .rate_star {
    display: none;
  }
  main .catalog .catalog_list .col-md-3 .tab_container .tab_item .title h4 {
    -webkit-line-clamp: 3;
    height: 46.2px;
  }
  main .catalog .catalog_list .col-md-3 .tab_container .tab_item .item_img {
    width: auto;
    height: 230px;
  }
  main .catalog .catalog_list .col-md-3 .tab_container .tab_item .item_img img {
    max-height: none;
  }
  main .catalog_inline {
    width: 100%;
    margin-top: 55px;
  }
  main .catalog_inline .sort_row .ui-selectmenu-button.ui-button {
    width: 120px;
    margin-left: 5px;
  }
  main .catalog_inline .col-md-3 {
    width: 50%;
  }
  main .catalog_inline .col-md-3 .tab_container {
    height: 516px;
  }
  main .catalog_inline .col-md-3 .tab_container:hover .tab_item {
    position: absolute;
    height: auto;
    left: 0;
    top: 0;
    right: 0;
    z-index: 100;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
  }
  main .catalog_inline .col-md-3 .tab_container:hover .tab_item:hover {
    box-shadow: 0 0 5px 1px #d7d7d7;
    -webkit-box-shadow: 0 0 5px 1px #d7d7d7;
    -moz-box-shadow: 0 0 5px 1px #d7d7d7;
    -o-box-shadow: 0 0 5px 1px #d7d7d7;
  }
  main .catalog_inline .col-md-3 .tab_container:hover .tab_item .hide_block {
    display: block;
  }
  main .catalog_inline .col-md-3 .tab_container .tab_item {
    display: block;
    height: auto;
  }
  main .catalog_inline .col-md-3 .tab_container .tab_item .list_quantity {
    display: none;
  }
  main .catalog_inline .col-md-3 .tab_container .tab_item .title {
    height: 75px;
    padding: 0 20px;
  }
  main .catalog_inline .col-md-3 .tab_container .tab_item .title h4 {
    -webkit-line-clamp: 3;
    height: 46.2px;
    -webkit-box-orient: vertical;
    white-space: normal;
    margin-top: 10px;
    margin-bottom: 10px;
    width: auto;
  }
  main .catalog_inline .col-md-3 .tab_container .tab_item .title .rate_star {
    display: none;
  }
  main .catalog_inline .col-md-3 .tab_container .tab_item .info {
    width: auto;
  }
  main .catalog_inline .col-md-3 .tab_container .tab_item .info .price {
    width: auto;
    padding: 20px;
  }
  main .catalog_inline .col-md-3 .tab_container .tab_item .info .price del {
    font-size: 14px;
    position: absolute;
    top: 0;
  }
  main .catalog_inline .col-md-3 .tab_container .tab_item .info .price h3 {
    font-size: 26px;
    padding: 0;
    margin: 0;
    font-family: 'Roboto', sans-serif;
    line-height: 0.7;
  }
  main .catalog_inline .col-md-3 .tab_container .tab_item .info p {
    display: none;
  }
  main
    .catalog_inline
    .col-md-3
    .tab_container
    .tab_item
    .info
    .comment_catalog_inline {
    display: none;
  }
  main .catalog_inline .col-md-3 .tab_container .tab_item .item_img {
    height: 230px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  main .catalog_inline .col-md-3 .tab_container .tab_item .item_img img {
    margin: 0 auto;
    padding: 20px 0;
  }
  main .catalog_inline .col-md-3 .tab_container .tab_item .goods_btn {
    width: 90%;
    padding: 9px;
    font-size: 20px;
    margin: 0 auto;
    display: block;
  }
  main
    .catalog_inline
    .col-md-3
    .tab_container
    .tab_item
    .goods_btn.one_click_adaptive {
    margin: 13px auto 25px auto;
    display: block;
  }
  main .catalog .price_inline > .row > div > .row > div.list_title p {
    width: auto;
  }
  main .catalog .price_list {
    width: 100%;
  }
  main .catalog .goods {
    width: 100%;
  }
  main .catalog .goods .tab_container {
    height: 516px;
  }
  main .catalog .goods .tab_container .tab_item .goods_btn {
    width: 90%;
    padding: 9px;
    font-size: 20px;
    margin: 0 auto;
    display: block;
  }
  main .catalog .goods .tab_container .tab_item .goods_btn.one_click_adaptive {
    margin: 13px auto 25px auto;
    display: block;
  }
  main .catalog .goods .tab_container .tab_item .info {
    display: block;
  }
  main .catalog .goods .tab_container .tab_item .info .price {
    padding: 20px;
  }
  main .top_bottom_platform {
    width: 100%;
  }
  main .catalog_item .main_carousel {
    width: 100%;
    margin-right: 0;
    border: none;
  }
  main .catalog_item .main_carousel .carousels_container {
    width: 100%;
    height: auto;
    padding-bottom: 0;
  }
  main .goods {
    width: 100%;
  }
  main .goods .tab_container {
    height: 516px;
  }
  main .goods .tab_container .tab_item .goods_btn {
    width: 90%;
    padding: 9px;
    font-size: 20px;
    margin: 0 auto;
    display: block;
  }
  main .goods .tab_container .tab_item .goods_btn.one_click_adaptive {
    margin: 13px auto 25px auto;
    display: block;
  }
  main .goods .tab_container .tab_item .info {
    display: block;
  }
  main .goods .tab_container .tab_item .info .price {
    padding: 20px;
  }
  main .top_bottom_platform {
    width: 100%;
  }
  main .catalog_item .main_carousel {
    width: 100%;
    margin-right: 0;
    border: none;
  }
}
@media screen and (max-width: 767px) {
  .subsection_container .subsection {
    border: none;
  }
  .subsection_container .subsection .subsection_item {
    width: 100%;
    margin-right: 0;
  }
  .subsection_container .subsection .subsection_item:nth-of-type(3n) {
    margin-right: 0;
  }
  main .gallery .container .row .col-md-2 {
    width: 100%;
    text-align: center;
  }
  main .gallery .container .row .col-md-2 img {
    width: auto;
    max-height: 205px;
    max-width: 100%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 570px) {
  .subsection_container .subsection {
    padding: 0 15px;
  }
  .modal .modal-content {
    width: 100%;
    padding: 25px;
  }
  footer .container .row {
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  footer .container .row p {
    text-align: center;
  }
  main .goods.w100p .col-md-3 {
    width: 100%;
  }
  html body main.no_adaptive .goods .col-md-3 {
    width: 25%;
  }
  main .personal_area .nav-tabs li {
    float: none;
    width: 100%;
  }
  main .personal_area .nav-tabs li:last-child {
    margin-left: 0;
  }
  main .personal_area .tab-content #personal {
    padding: 20px;
  }
  main .personal_area .tab-content #order .content .content_order {
    padding: 20px;
  }
  html body main .nav-tabs {
    padding: 0;
  }
  html body main .nav-tabs li > a {
    font-size: 11px;
  }
  html body main .goods .col-md-3 {
    width: 100%;
  }
  html body main .catalog .goods .col-md-3 {
    width: 100%;
  }
  html body main .catalog .catalog_list .col-md-3 {
    width: 100%;
  }
  html body main .catalog .catalog_inline .col-md-3 {
    width: 100%;
  }
  html body main .advantage {
    padding: 50px 20px;
  }
}
@media screen and (max-width: 560px) {
  main label p {
    max-width: 85%;
  }
  main .catalog_item .opt_form form > div {
    width: 100%;
  }
  main .catalog_item .opt_form form > div span:first-of-type {
    padding: 0;
    margin: 0;
  }
  main .catalog_item .opt_form form > div span:last-of-type {
    margin-left: 2px;
    font-size: 9px;
  }
  main .catalog_item .price_block .top_block .stock {
    background-position: 5% 50%;
  }
  main .order #deliveryForm .radio_cont span {
    margin-left: 5px;
  }
  .collapse_menu_header {
    width: 90%;
  }
}
@media screen and (max-width: 450px) {
  #buy_modal.modal .modal-body form label {
    width: 140px;
  }
  main .main_news {
    padding: 50px 10px;
  }
  main .main_news .news_text h4 {
    font-size: 16px;
  }
}
@media screen and (max-width: 380px) {
  main #mainCarousel .carousel-inner .item .carousel-caption {
    right: 1%;
  }
  main #mainCarousel .carousel-inner .item .carousel-caption h2 {
    font-size: 78px;
  }
  main .contacts .contact_form form input[type='submit'] {
    font-size: 14px;
  }
}
@media screen and (max-width: 330px) {
  main .interview .radio_form form {
    width: 275px;
  }
}
@media print {
  a[href]:after {
    content: '';
  }
  #u-panel-holder #u-quickpanel,
  header .search_row .search #searchForm input,
  .circle_form input:not([type='submit']),
  input[type='search'],
  .header_mobile .container .icon_search,
  a,
  .sticker_cart span,
  .collapse_menu_header .mobile_catalog .product_header,
  .collapse_menu_header > .close_toggle,
  main .catalog_item .item_btn,
  main .catalog_item .transparent_btn,
  main .goods .tab_container .tab_item .goods_btn,
  .transparent_btn,
  .sub_item,
  main .comment,
  footer,
  .header_mobile .container .user_mobile,
  .mobile_top_cart {
    display: none;
  }
  main .catalog_item .price_block > .row:not(.bottom_row) {
    padding-left: 0;
  }
  main .catalog_item .price_block .top_block {
    height: auto;
  }
  main .catalog_item .price_block .top_block .stock {
    text-align: left;
    width: 100%;
  }
  .list_inline li {
    display: block;
  }
  .section_capt .rate_star {
    margin-left: 0;
  }
  main .catalog_item .price_block {
    height: auto;
  }
  main .catalog_item .item_option .opt {
    padding-top: 0;
    padding-left: 0;
    margin-bottom: 0;
  }
  main .catalog_item .item_option .product_description {
    border: none;
  }
  main .catalog_item .transparent_btn {
    width: 100px;
    margin: 20px 0 0 0;
  }
  main .catalog_item .main_carousel .carousels_container .slider-for div img {
    display: block;
  }
}

.header__burger {
  display: none;
  z-index: 40;
  position: relative;
  margin-left: 15px;
  min-width: 35px;
  width: 35px;
  height: 30px;
}

.header__burger span {
  background-color: #3b3b3b;
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}

.header__burger span:first-child {
  top: 0;
}

.header__burger span:nth-child(2),
.header__burger span:nth-child(3) {
  top: 13px;
}

.header__burger span:last-child {
  top: 26px;
}

.header__burger.close span:first-child {
  top: 10px;
  left: 50%;
  width: 0;
}

.header__burger.close span:nth-child(2) {
  transform: rotate(-45deg);
}

.header__burger.close span:nth-child(3) {
  transform: rotate(45deg);
}

.header__burger.close span:last-child {
  top: 10px;
  width: 0;
  left: 50%;
}

@media screen and (max-width: 1499px) {
  .container {
    width: 1140px;
  }

  header .container {
    width: 100%;
  }

  header .container .row {
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .woocommerce-page.columns-5 ul.products li.product,
  .woocommerce.columns-5 ul.products li.product {
    width: 25%;
  }

  .woocommerce ul.products li.first,
  .woocommerce-page ul.products li.first {
    clear: unset;
  }

  main .advantage {
    padding: 100px 0px;
  }

  #mainCarousel .slick-slide a {
    background-position: 44%;
  }

  .carousel-caption {
    /*left: 50%;*/
    right: unset;
    /*    transform: translateX(-50%);*/
  }

  #mainCarousel .item .carousel-caption div.htwo {
    font-size: 75px;
  }

  .basket_tooltip {
    right: 20px;
    top: 45px;
    left: unset;
  }

  .basket_tooltip:before {
    left: unset;
    right: 30%;
  }

  .woocommerce-cart-form {
    width: 100%;
  }
  /* .related ul.products li.product {
    width: 25%!important;
  } */
  main .related .slick-list {
    width: calc(100% + 3px);
    padding-left: 0;
    margin-left: 0;
    padding-right: 1px;
  }

  main .related .product:hover {
    box-shadow: none;
    transition: all 0.4s;
  }
}

@media screen and (max-width: 1199px) {
  header .logo-title {
    padding-left: 0;
  }
  header .header_menu ul {
    margin-left: 0;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  header .header_menu ul li {
    margin-right: 0;
  }
  header .header_middle_nav .header_cart {
    padding-right: 20px;
  }
  .container {
    width: 960px;
  }

  header .container {
    width: 100%;
    padding: 0;
  }

  .about-corporate-area .row {
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }

  .about-corporate-area .col-0-sub {
    width: 20%;
  }
  .about-corporate-area .col-0-sub:after {
    display: none;
  }

  .woocommerce-page.columns-5 ul.products li.product,
  .woocommerce.columns-5 ul.products li.product {
    width: 33%;
  }

  #mainCarousel .item .carousel-caption .htwo {
    font-size: 60px;
  }

  .carousel-caption {
    bottom: unset;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 300px;
    left: 16%;
  }

  .woocommerce-cart-form {
    width: 100%;
  }

  .woocommerce .quantity .qty {
    padding: 0;
    padding-top: 3px;
    padding-bottom: 5px;
  }

  .basket_tooltip {
    right: 20px;
    left: unset;
  }

  /* .related ul.products li.product {
    width: 33%!important;
  } */

  main .catalog_item .price_block,
  .main_carousel {
    height: auto;
  }

  .product-block-one {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
  }

  header .header_middle_nav .header_contact {
    margin-left: 75px;
  }

  .popup-slider {
    max-width: 800px;
  }

  main .related .slick-list {
    width: calc(100% + 4px);
  }
}

@media screen and (max-width: 991px) {
  .home .item_categorys_img,
  .item_categorys_img {
    width: 33%;
  }

  .md-margin {
    margin-left: -20px;
  }

  .container {
    width: 720px;
  }

  header .container {
    padding: 0 15px;
  }

  .header__burger {
    display: block;
  }

  header .container .row {
    -webkit-align-items: center;
    align-items: center;
  }
  header .header_middle_nav .header_cart {
    padding-right: 10px;
  }

  .about-corporate-area .container {
    width: 100%;
  }

  .about-corporate-area .row {
    flex-wrap: wrap;
  }

  .about-corporate-area .col-0-sub {
    width: 50%;
  }

  main .advantage .container {
    width: 100%;
  }

  footer .mobile_footer.container {
    width: 100%;
    max-width: 400px;
  }

  main .advantage {
    padding: 100px 50px;
  }

  .woocommerce ul.products li.product .price {
    font-size: 18px;
    text-align: left;
  }

  div[data-element='sub'] ul:not(.sub_menu) .hover_sub:hover > ul {
    transform: scaleY(1);
  }

  div[data-element='sub'] ul:not(.sub_menu) .hover_sub > ul {
    position: static;
    transform: scaleY(1);
    transform-origin: top;
    transition: transform 0.5s ease;
    left: 0;
    background: none;
    display: none;
    opacity: 1;
  }

  header .search_row {
    height: auto;
  }

  div[data-element='sub'] ul:not(.sub_menu) li:hover {
    background: initial;
  }

  div[data-element='sub'] ul:not(.sub_menu) li a {
    display: inline-block;
    float: none;
  }

  div[data-element='sub']
    ul:not(.sub_menu)
    .hover_sub
    > ul
    li:hover
    .sub_sub_menu {
    position: static;
    transform: scaleY(1);
    display: none;
  }

  div[data-element='sub'] ul:not(.sub_menu) .hover_sub > ul li .sub_sub_menu {
    position: static;
    left: 0;
    transform: scaleY(1);
    transform-origin: top;
    animation: none;
    transition: transform 0.5s ease;
    opacity: 1;
    padding-left: 20px;
    border: none;
    background: none;
    margin-top: -20px;
    animation: none;
    display: none;
  }

  header .header_middle_nav .header_contact {
    margin-left: 0;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .header_work_time {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .header_work_time .media-left {
    padding-left: 0;
  }

  #mainCarousel .slick-slide a {
    background-position: unset;
  }

  div[data-element='sub']:hover ul {
    opacity: 0;
    transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
  }
  div[data-element='sub'] ul:not(.sub_menu) {
    transition: opacity 0.4s, transform 0.4s;
    transform-origin: top;
  }

  div[data-element='sub'] ul.opened {
    opacity: 1;
    transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
  }

  .woocommerce td.product-quantity {
    min-width: 150px;
  }

  .woocommerce .quantity .qty {
    width: 60px;
  }

  .basket_tooltip {
    top: 65px;
    width: 320px;
    left: -235px;
  }

  .woocommerce div.product div.summary {
    width: 400px;
    align-self: flex-end;
  }

  .product-block-one {
    flex-direction: column;
    padding-bottom: 20px;
    border-bottom: 1px solid #eaeaea;
  }

  .item_categorys_img {
    width: 33%;
  }

  .popup-slider {
    max-width: 660px;
  }

  .popup-slider img {
    object-fit: contain;
  }
}

@media screen and (max-width: 768px) {
  #wpcf7-f574-p19-o2 {
    width: 70%;
  }
  .brands_title_home br {
    display: none;
  }
  .comments-area .comment-form {
    width: 100%;
  }
  .woocommerce ul.products[class*='columns-'] li.product:nth-child(2n),
  .woocommerce-page ul.products[class*='columns-'] li.product:nth-child(2n) {
    float: left;
    clear: none !important;
  }

  .woocommerce ul.products[class*='columns-'] li.product,
  .woocommerce-page ul.products[class*='columns-'] li.product {
    clear: none;
    margin: 0;
  }
}

.header-menu__button-active {
  width: 28px;
  height: 14px;
  margin-top: 9px;
  box-sizing: border-box;
  display: none;
}

.header-menu__button-active span:after,
.header-menu__button-active span:before {
  content: '';
  position: absolute;
  left: 0;
  top: -9px;
}

.header-menu__button-active span:after {
  top: 9px;
}

.header-menu__button-active span {
  position: relative;
  display: block;
}

.header-menu__button-active span,
.header-menu__button-active span:after,
.header-menu__button-active span:before {
  width: 100%;
  height: 4px;
  background-color: #363636;
  transition: all 0.3s;
  border-radius: 2px;
}

.header-menu__button-active.on span {
  background-color: transparent;
}

.header-menu__button-active.on span:before {
  transform: rotate(45deg) translate(5px, 5px);
}

.header-menu__button-active.on span:after {
  transform: rotate(-45deg) translate(7px, -8px);
}

.burger,
.xs-header-cart {
  display: none;
}

@media screen and (max-width: 767px) {
  .basket_tooltip.active {
    display: block;
  }

  .xs-header-cart .basket_tooltip {
    right: 0;
    left: unset;
    top: 60px;
  }

  .xs-header-cart {
    display: inline-block;
    float: right;
    width: 33%;
    padding-top: 10px;
  }

  /*header {
    padding-top: 60px;
  }*/

  .header_top_nav {
    position: fixed;
    z-index: 101;
    top: 0;
    left: 0;
    width: 100%;
  }

  header .header_top_nav .xs-header-cart h4 {
    font-size: 11px;
    color: #757575;
  }

  header .header_top_nav .media .media-body {
    padding-left: 20px;
  }

  .header_contact {
    display: none;
  }

  .header_work_time {
    display: none;
  }

  .container {
    width: 540px;
  }

  .woocommerce-page.columns-5 ul.products li.product,
  .woocommerce.columns-5 ul.products li.product {
    width: 50%;
  }

  header .header_top_nav .row > div:last-child {
    margin: 0;
  }

  .xs-header_menu {
    display: block;
    margin: 0;
  }

  .xs-header_menu ul {
    flex-direction: column;
    padding: 0;
  }

  header .header_top_nav ul.list_inline,
  header .header_top_nav .xs-header_menu ul {
    padding: 0;
  }

  .xs-menu {
    position: absolute;
    flex-direction: column;
    background: #fff;
    width: 400px;
    z-index: 5;
    left: 0;
    padding-left: 30px;
    top: 60px;
    padding-top: 20px;
    padding-bottom: 20px;
    transform: scaleY(0);
    transform-origin: top;
    transition: transform 0.4s ease;
  }

  .xs-menu.active {
    transform: scaleY(1);
  }

  .list_inline {
    flex-direction: column;
    display: flex;
  }

  .breadcrumbs {
    display: block;
  }

  footer .mobile_footer .bottom_footer .mobile_social {
    flex-direction: row;
  }

  .header_top_nav {
    height: 60px;
  }

  header .header_top_nav ul li a {
    font-size: 14px;
    line-height: 25px;
  }

  .header-menu__button-active {
    display: block;
  }

  .burger {
    padding-top: 19px;
    display: inline-block;
  }

  header .header_top_nav .search input {
    width: 100%;
    margin: 0;
  }

  .header_top_nav .container {
    position: relative;
  }
  /*
  .related ul.products li.product {
    width: 50%!important;
  } */

  main .catalog_item .item_option .opt {
    padding: 0;
  }

  .woocommerce ul.products[class*='columns-'] li.product,
  .woocommerce-page ul.products[class*='columns-'] li.product,
  .woocommerce-page.columns-5 ul.products li.product,
  .woocommerce.columns-5 ul.products li.product {
    margin-bottom: 2.992em;
  }

  .popup-slider {
    max-width: 90%;
    height: 80vh;
  }

  .popup .close-block {
    line-height: 40px;
    font-size: 50px;
    text-align: center;
    right: 10px;
    top: 10px;
  }

  .popup-slider .slick-prev,
  .popup-slider .slick-next {
    width: 20px;
    height: 20px;
  }

  .popup-slider .slick-next {
    right: -25px;
  }

  .popup-slider .slick-prev {
    left: -25px;
  }

  main .related .slick-list {
    width: calc(100% + 5px);
  }
}

@media screen and (max-width: 575px) {
  .about-corporate-area .row {
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
  }

  .about-corporate-area .col-0-sub {
    width: 100%;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
  }

  .about-corporate-area .single-corporate {
    width: 280px;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    padding: 20px 0;
  }

  .about-corporate-area .single-corporate .corporate-icon {
    min-width: 50px;
    width: 50px;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
  }

  .container {
    width: 100%;
  }

  .xs-menu {
    width: 100%;
  }

  .xs-header-cart {
    width: calc(100% - 30px);
    max-width: 235px;
  }

  header .header_top_nav .media .media-body {
    vertical-align: middle;
    padding-left: 10px;
  }

  .sticker_cart {
    padding-right: 0;
  }

  .header_logo {
    width: 100%;
  }

  /* .woocommerce-page.columns-5 ul.products li.product, .woocommerce.columns-5 ul.products li.product {
    width: 100%;
    max-width: 300px;
    display: block;
    left: 50%;
    transform: translateX(-50%);
  }*/

  .carousel-control.sright {
    right: 20px;
  }

  .carousel-control.sleft {
    left: 20px;
  }

  #mainCarousel .item .carousel-caption .htwo {
    font-size: 40px;
  }

  footer {
    padding: 30px 0;
  }

  footer .mobile_footer .bottom_footer {
    margin: 0;
  }

  .woocommerce .cart-collaterals .cart_totals,
  .woocommerce-page .cart-collaterals .cart_totals {
    width: 100%;
  }

  /*  .basket_tooltip {
    width: 100%;
    left: 0;
  }*/

  .woocommerce div.product div.summary {
    width: 100%;
  }

  .related ul.products {
    max-width: 310px;
    margin: 0 auto;
    margin-bottom: 20px;
  }

  .woocommerce div.product form.cart {
    display: flex;
    justify-content: center;
  }

  .home .item_categorys_img,
  .item_categorys_img {
    width: 100%;
  }

  .item_categorys_img_image {
    width: 150px;
    height: auto;
    margin: 0 auto;
    margin-bottom: 20px;
  }

  header .search_row > .row > div.catalog_menu {
    padding: 20px 15px;
  }

  header .search_row .catalog_menu .title_sort_brands {
    font-weight: 600;
  }

  div[data-element='sub'] ul:not(.sub_menu) .hover_sub > ul li .sub_sub_menu {
    margin-top: -10px;
  }

  .popup-slider {
    width: calc(100% - 50px);
  }

  .brands_title_home {
    margin-bottom: 30px;
  }

  .related .slick-prev {
    transform: rotate(-180deg) translate(0, 50%);
    left: -40px;
  }

  .related .slick-next {
    right: -40px;
  }

  .related .slick-prev,
  .related .slick-next {
    width: 20px;
    height: 20px;
  }

  .basket_tooltip-list {
    max-height: calc(100vh - 222px);
    overflow: scroll;
  }

  .woocommerce ul.products li.product .button {
    width: 120px;
    padding: 9px 7px;
  }
}
@media screen and (min-width: 991px) {
  main.sticky {
    margin-top: 63px;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  main.sticky {
    margin-top: 190px;
  }

  header .header_middle_nav .header_cart.sticky {
    width: 1430px;
    display: flex;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    top: 76px;
    padding-right: 50px;
    right: 0;
    left: 0;
    height: 0;
    margin: auto;
    z-index: 1000;
    position: fixed;
  }
}
@media screen and (min-width: 768px) {
  header .search_row.sticky {
    top: 0;
    position: fixed;
    max-width: 1430px;
    width: 100%;
    z-index: 999;
  }
}
@media screen and (max-width: 1500px) {
  header .search_row.sticky {
    left: 0;
  }
}

main .nav-tabs li a {
  font-family: 'Roboto', sans-serif;
  color: #555;
}
main .nav-tabs li a.active {
  color: #000;
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
}
@media screen and (max-width: 991px) {
  #order_comments {
    height: 7em;
  }

  .sticky .basket_tooltip {
    left: unset;
    right: 20px;
  }

  .basket_tooltip:before {
    left: 50%;
  }

  .woocommerce ul.products li.product .button {
    width: 113px;
    padding: 9px 5px;
  }
}
@media screen and (min-width: 992px) {
  header .search.hide-search {
    display: none;
  }
  header .header_middle_nav .header_cart.sticky {
    width: 1430px;
    height: 0;
    display: flex;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    top: 10px;
    right: 0;
    left: 0;
    margin: auto;
    z-index: 1000;
    position: fixed;
  }
  header .header_middle_nav .header_cart.sticky .media {
    width: 300px;
  }
  header .header_middle_nav .header_cart.sticky .basket_tooltip {
    right: 10px;
    left: initial;
  }
}

@media screen and (max-width: 1430px) {
  header .header_middle_nav .header_cart.sticky {
    width: 100vw;
  }
  header .header_middle_nav .header_cart.sticky .media {
    width: 220px;
  }
}

@media screen and (max-width: 480px) {
  /*
header .header_middle_nav .header_logo .media a .media-body {
	display: none;
}*/
  .header_logo {
    height: 45px;
  }
  header .logo-title {
    font-size: 18px;
  }
  header .header_logo .gray_text {
    font-size: 8px;
  }

  .basket_tooltip {
    left: initial;
    right: -62px;
  }

  #wpcf7-f574-p19-o2 {
    width: 100%;
  }
  #wpcf7-f574-p19-o2 .wpcf7-submit {
    margin: auto;
  }
  .comments-area .comment-list {
    padding: 0 30px 30px;
  }
  .comments-area .comment-respond {
    padding: 20px 30px;
  }
  a.checkout-button {
    width: 100%;
  }
  .wrap70,
  .cart-collaterals {
    width: 100% !important;
  }
  #customer_details {
    width: 100%;
  }
}

.woocommerce .quantity .qty {
  padding: 12px 0 12px 0px;
  width: 75px;
}
@media screen and (max-width: 1199px) and (min-width: 769px) {
  .product-quantity .wac-quantity {
    width: 115%;
  }
}
@media screen and (max-width: 1199px) {
  .order-total td {
    min-width: 151px;
  }
}

@media screen and (max-width: 767px) {
  .comment-respond input[type='submit'] {
    margin-left: auto;
    margin-right: auto;
  }

  .basket_tooltip:before {
    left: 70%;
  }
}

@media screen and (max-width: 575px) {
  .woocommerce-page.columns-5 ul.products li.product,
  .woocommerce.columns-5 ul.products li.product {
    width: 100%;
  }

  .woocommerce ul.products li.product .button {
    width: 130px;
    padding: 9px 7px;
  }

  .order-total {
    font-size: 25px;
  }
  .order-total th {
    font-size: 24px !important;
  }
}

@media screen and (max-width: 375px) {
  .comments-area input[type='submit'] {
    width: 90%;
  }
  header .callbackModal .modal_content .wpcf7-submit {
    margin: auto;
    color: #363636 !important;
    width: 100%;
    padding: 12px !important;
    font-size: 16px !important;
    text-align: center;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    background: none !important;
    font-family: 'Roboto', sans-serif;
    border: 2px solid #363636 !important;
  }
}

@media screen and (max-width: 320px) {
  .comments-area .comment-list {
    padding: 0 30px 15px;
  }
  .comments-area .comment-respond {
    padding: 20px 15px;
  }
  .comments-area input[type='submit'] {
    width: 100%;
  }
  .related ul.products li.product .button {
    width: 127px;
    right: 10px;
  }

  .woocommerce .quantity .qty {
    width: 70px;
  }
}

@media screen and (max-height: 575px) and (orientation: landscape) {
  .basket_tooltip-list {
    max-height: calc(100vh - 222px);
    overflow: scroll;
  }
}

.woocommerce table.cart td.actions {
  display: none !important;
}

.woocommerce table.shop_table td.product-total {
  text-align: center;
}

@media screen (max-width: 380px) {
  .additionals .row {
    padding: 3px !important;
    height: auto;
  }

  .additionals .row div {
    width: 100%;
    height: 100%;
    padding: 0;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
}

@media screen and (max-width: 991px) {
  .header_menu {
    background-color: #fff;
    position: fixed;
    left: 0;
    top: 91px;
    z-index: 40;
    height: calc(100vh - 91px);
    width: 100%;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    text-align: center;
    opacity: 0;
    transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  .header_menu.show-menu {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    overflow: auto;
  }
  header .header_menu ul {
    /*-webkit-flex-direction: column;
  	    -ms-flex-direction: column;
  	        flex-direction: column;*/
    display: table-cell;
    vertical-align: middle;
  }

  header .header_menu ul li {
    padding: 8px 0;
    transition: all 400ms 510ms;
    opacity: 0;
  }

  header .header_menu ul li:nth-child(odd) {
    -webkit-transform: translateX(30%);
    transform: translateX(30%);
  }
  header .header_menu ul li:nth-child(even) {
    -webkit-transform: translateX(-30%);
    transform: translateX(-30%);
  }
  header .header_menu ul li:last-child {
    -webkit-transform: none;
    transform: none;
  }
  header .header_menu.show-menu ul li {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  header .header_menu ul li a {
    color: #3b3b3b;
    display: inline-block;
    font-size: 20px;
  }
}

@media only screen and (max-height: 370px) {
  .header_menu.show-menu {
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
}

.accessuares-types {
  display: grid;
  grid-template-columns: repeat(4, 140px);
  column-gap: 20px;
  row-gap: 20px;
  margin-bottom: 40px;
  margin-top: 40px;
}

.catalog-menu__link {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  row-gap: 20px;
}

.wpf-pagination {
  display: none;
}

.woocommerce ul.products li.first,
.woocommerce-page ul.products li.first {
  clear: none;
}
