@charset "UTF-8";

/*! jQuery UI - v1.12.1 - 2018-05-02
* http://jqueryui.com
* Includes: core.css, slider.css, theme.css
* Copyright jQuery Foundation and other contributors; Licensed MIT */

/* Layout helpers
----------------------------------*/

.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
  /* support: IE8 */
}

.ui-front {
  z-index: 100;
}

/* Interaction Cues
----------------------------------*/

.ui-state-disabled {
  cursor: default !important;
  pointer-events: none;
}

/* Icons
----------------------------------*/

.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -0.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block;
}

/* Misc visuals
----------------------------------*/

/* Overlays */

.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui-slider {
  position: relative;
  text-align: left;
}

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none;
}

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: 0.7em;
  display: block;
  border: 0;
  background-position: 0 0;
}

/* support: IE8 - See #6727 */

.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  -webkit-filter: inherit;
          filter: inherit;
}

.ui-slider-horizontal {
  height: 0.8em;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -0.3em;
  margin-left: -0.6em;
}

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

.ui-slider-vertical {
  width: 0.8em;
  height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
  left: -0.3em;
  margin-left: 0;
  margin-bottom: -0.6em;
}

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}

/* Component containers
----------------------------------*/

.ui-widget {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}

.ui-widget .ui-widget {
  font-size: 1em;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}

.ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5;
}

.ui-widget-content {
  border: 1px solid #dddddd;
  background: #ffffff;
  color: #333333;
}

.ui-widget-content a {
  color: #333333;
}

.ui-widget-header {
  border: 1px solid #dddddd;
  background: #e9e9e9;
  color: #333333;
  font-weight: bold;
}

.ui-widget-header a {
  color: #333333;
}

/* Interaction states
----------------------------------*/

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: normal;
  color: #454545;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
  color: #454545;
  text-decoration: none;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
  border: 1px solid #cccccc;
  background: #ededed;
  font-weight: normal;
  color: #2b2b2b;
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
  color: #2b2b2b;
  text-decoration: none;
}

.ui-visual-focus {
  box-shadow: 0 0 3px 1px #5e9ed6;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid #003eff;
  background: #007fff;
  font-weight: normal;
  color: #ffffff;
}

.ui-icon-background,
.ui-state-active .ui-icon-background {
  border: #003eff;
  background-color: #ffffff;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #ffffff;
  text-decoration: none;
}

/* Interaction Cues
----------------------------------*/

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #dad55e;
  background: #fffa90;
  color: #777620;
}

.ui-state-checked {
  border: 1px solid #dad55e;
  background: #fffa90;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #777620;
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f;
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #5f3f3f;
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #5f3f3f;
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: 0.7;
  filter: alpha(opacity=70);
  /* support: IE8 */
  font-weight: normal;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: 0.35;
  filter: alpha(opacity=35);
  /* support: IE8 */
  background-image: none;
}

.ui-state-disabled .ui-icon {
  filter: alpha(opacity=35);
  /* support: IE8 - See #6059 */
}

/* Corner radius */

.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 3px;
}

/* Overlays */

.ui-widget-overlay {
  background: #aaaaaa;
  opacity: 0.3;
  filter: alpha(opacity=30);
  /* support: IE8 */
}

.ui-widget-shadow {
  box-shadow: 0px 0px 5px #666666;
}

/* Slider */

.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */

.slick-loading .slick-list {
  /* background: #fff url('./ajax-loader.gif') center center no-repeat; */
}

/* Arrows */

.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
       transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Icons */
}

@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url('../fonts/slick.eot');
  src: url('../fonts/slick.eot?#iefix') format('embedded-opentype'), url('../fonts/slick.woff') format('woff'), url('../fonts/slick.ttf') format('truetype'), url('../fonts/slick.svg#slick') format('svg');
}

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

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "←";
}

[dir="rtl"] .slick-prev:before {
  content: "→";
}

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

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "→";
}

[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */

.slick-dotted .slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

@font-face {
  font-family: "Roboto";
  src: url(../fonts/Roboto-Light.ttf);
  font-weight: 300;
  font-style: normal;
  font-display: fallback;
}

@font-face {
  font-family: "Roboto";
  src: url(../fonts/Roboto-Regular.ttf);
  font-weight: 400;
  font-style: normal;
  font-display: fallback;
}

@font-face {
  font-family: "Roboto";
  src: url(../fonts/Roboto-Medium.ttf);
  font-weight: 500;
  font-style: normal;
  font-display: fallback;
}

@font-face {
  font-family: "Roboto";
  src: url(../fonts/Roboto-Bold.ttf);
  font-weight: 700;
  font-style: normal;
  font-display: fallback;
}

@font-face {
  font-family: "Mon";
  src: url(../fonts/Montserrat-Regular.ttf);
  font-weight: 400;
  font-style: normal;
  font-display: fallback;
}

@font-face {
  font-family: "Mon";
  src: url(../fonts/Montserrat-Medium.ttf);
  font-weight: 500;
  font-style: normal;
  font-display: fallback;
}

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

a,
input,
textarea,
button {
  border: none;
  outline: none;
  background: none;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none;
  padding: 0;
  color: #171717;
  cursor: pointer;
}

a:hover {
  text-decoration: none;
}

svg path {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

html {
  scroll-behavior: smooth;
}

body {
  color: #000000;
  background: #ffffff;
  line-height: normal;
  font-weight: 400;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  position: relative;
}

main {
  padding-top: 145px;
  max-width: 100%;
  min-height: 675px;
  overflow: hidden;
}

.btn {
  background: #039d9f;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 700;
  font-size: 16px;
  border-radius: 8px;
  color: #ffffff;
  height: 44px;
  width: 100%;
}

.btn:hover {
  background: #039d9f;
}

.title {
  font-size: 28px;
  line-height: 55px;
  margin-bottom: 40px;
}

header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  background: #F8F8F8;
  width: 100%;
  padding: 20px 0 0px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

.header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}

.header_burger {
  display: none;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 45px;
}

.header_logo {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 204px;
}

.header_items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-evenly;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 755px;
  margin: 0 15px;
}

.header_items span {
  background: #D3D3D3;
  width: 1px;
  height: 22px;
  margin: 0 5px;
}

.header_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header_item a {
  font-size: 16px;
  line-height: 18px;
  font-weight: 500;
}

.header_item a:hover {
  color: #039d9f;
}

.header_icon {
  margin-right: 12px;
}

.header_socs {
  width: 115px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: none;
}

.header_soc {
  width: 33px;
  height: 28px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 1px;
  background: #000000;
}

.header_soc:hover {
  background: #039d9f;
}

.header_btns {
  width: 111px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header_btn {
  position: relative;
  cursor: pointer;
}

.header_btn:hover svg path {
  fill: #039d9f;
}

.header_btn > span {
  position: absolute;
  top: 1px;
  right: -4px;
  color: #ffffff;
  width: 14px;
  height: 14px;
  background: #039d9f;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 500;
  font-size: 11px;
}

.header_search {
  position: relative;
}

.header_search svg {
  position: relative;
  z-index: 2;
}

.header_search input {
  border-radius: 4px;
  position: absolute;
  z-index: 1;
  background: #ffffff;
  top: -4px;
  right: -4px;
  font-size: 12px;
  color: #AAAAAA;
  height: -webkit-calc(100% + 8px);
  height: -moz-calc(100% + 8px);
  height: calc(100% + 8px);
  width: 0;
  padding: 0;
  opacity: 0;
}

.header_search .active {
  padding: 4px 35px 4px 10px;
  width: 252px;
  opacity: 1;
}

.header_nav {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 15px;
  border-top: 1px solid #D3D3D3;
  padding-top: 15px;
}

.header_nav li {
  font-size: 14px;
  line-height: 14px;
  position: relative;
}

.header_nav li a {
  font-family: "Mon";
  display: inline-block;
  padding-bottom: 4px;
  padding-top: 13px;
  padding-bottom: 13px;
}

.header_nav li a:hover {
  color: #039d9f;
}

.header_nav .active a {
  border-bottom: 1px solid #039d9f;
}

.header_nav li .header_nav_submenu {
  display: none;
  background: #fff;
  position: absolute;
  top: 40px;
  width: 200px;
  /* width: max-content; */
}

.header_nav li:hover > .header_nav_submenu {
  display: block;
}

.header_nav li .header_nav_submenu li a {
  padding-left: 10px;
  padding-right: 10px;
  line-height: 1.3em;
}

.header_nav li .header_nav_submenu2 {
  top: 0;
  left: 200px;
}

.header-profile {
  position: absolute;
  right: 0;
  top: 120px;
  z-index: 9;
  background: #ffffff;
  border-radius: 8px;
  padding: 20px 22px;
  width: 320px;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.15);
  display: none;
}

.header-profile li {
  padding: 20px 30px;
  border-bottom: 1px solid #E5E5E5;
}

.header-profile li:last-child {
  border: none;
}

.header-profile li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-profile li a svg {
  margin-right: 10px;
  width: 24px;
}

.header-profile li a:hover {
  color: #039d9f;
}

.header-profile li a:hover svg path {
  fill: #039d9f;
}

.header-profile .exit a {
  width: 130px;
  height: 41px;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.15);
  border-radius: 6px;
  border: 1px solid #000000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.header-profile .exit a:hover {
  color: #039d9f;
  border: 1px solid #039d9f;
}

.submenu-wrap {
  display: none;
}

.submenu {
  position: absolute;
  top: 152px;
  left: 0;
  width: 100%;
  z-index: 100;
  background: #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2);
}

.submenu-layer {
  display: none;
  position: fixed;
  z-index: 8;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  cursor: pointer;
}

.submenu-main {
  width: -webkit-calc(100% / 3);
  width: -moz-calc(100% / 3);
  width: calc(100% / 3);
  max-width: -webkit-calc(1110px / 3);
  max-width: -moz-calc(1110px / 3);
  max-width: calc(1110px / 3);
  position: relative;
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
          align-self: stretch;
  padding: 70px 30px 60px 0;
}

.submenu-main::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: -webkit-calc((100vw - 1110px) / 2 + 100%);
  width: -moz-calc((100vw - 1110px) / 2 + 100%);
  width: calc((100vw - 1110px) / 2 + 100%);
  height: 100%;
  background: #fff;
  box-shadow: inset 0px -2px 4px rgba(0, 0, 0, 0.2);
}

.submenu-main li {
  position: relative;
  z-index: 1;
  font-weight: 500;
  font-size: 20px;
  line-height: 18px;
  color: #000000;
  margin-bottom: 40px;
}

.submenu-main li:last-child {
  margin-bottom: 0;
}

.submenu-main li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Mon";
}

.submenu-main li a:hover {
  color: #039d9f;
}

.submenu-main li a::before {
  content: '';
  display: block;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  height: 1px;
  background: #000000;
  width: 0;
}

.submenu-main .active a::before {
  width: 19px;
  margin-right: 10px;
}

.submenu-content {
  width: -webkit-calc(100% / 3 * 2 + 35px);
  width: -moz-calc(100% / 3 * 2 + 35px);
  width: calc(100% / 3 * 2 + 35px);
  max-width: -webkit-calc(1110px / 3 * 2 + 35px);
  max-width: -moz-calc(1110px / 3 * 2 + 35px);
  max-width: calc(1110px / 3 * 2 + 35px);
  margin-right: -35px;
  background: #ffffff;
  padding: 50px 0 50px 5px;
  display: none;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.submenu-content_col {
  width: -webkit-calc(100% / 3 - 70px);
  width: -moz-calc(100% / 3 - 70px);
  width: calc(100% / 3 - 70px);
  margin: 0 35px;
}

.submenu-content_col li {
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  color: #000000;
  margin-bottom: 20px;
}

.submenu-content_col li:last-child {
  margin-bottom: 0;
}

.submenu-content_col li a {
  font-family: "Mon";
}

.submenu-content_col li a:hover {
  color: #039d9f;
}

.submenu-content_col li ul {
  margin-top: 4px;
}

.submenu-content_col li ul li {
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
  margin-top: 8px;
  margin-bottom: 0;
}

.submenu-content--active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.block-menu {
  position: fixed;
  z-index: 99;
  top: 68px;
  left: 0;
  width: 100%;
  background: #fff;
  display: none;
  max-height: -webkit-calc(100vh - 68px);
  max-height: -moz-calc(100vh - 68px);
  max-height: calc(100vh - 68px);
  overflow: scroll;
}

.menu {
  position: relative;
  padding: 20px 0 40px;
}

.menu_cross {
  position: absolute;
  top: 0;
  right: 0;
}

.menu_cross:hover svg path {
  fill: #D42D2F;
}

.menu_item {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
}

.menu_item svg {
  width: 24px;
  margin-right: 8px;
}

.menu_item input {
  width: -webkit-calc(100% - 32px);
  width: -moz-calc(100% - 32px);
  width: calc(100% - 32px);
}

.menu_item input::-webkit-input-placeholder {
  color: #000000;
}

.menu_item input::-moz-placeholder {
  color: #000000;
}

.menu_item input:-ms-input-placeholder {
  color: #000000;
}

.menu_item input::-ms-input-placeholder {
  color: #000000;
}

.menu_item input::placeholder {
  color: #000000;
}

.menu_item:hover {
  color: #039d9f;
}

.menu_item:hover svg path {
  fill: #039d9f;
}

.menu_title {
  margin-top: 16px;
  border-top: 1px solid #E5E5E5;
  padding-top: 25px;
  display: block;
  font-family: "Mon";
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 18px;
}

.menu_title:hover {
  color: #039d9f;
}

.menu_products > li {
  margin-bottom: 12px;
}

.menu_products > li:last-child {
  margin-bottom: 0;
}

.menu_products > li a {
  font-family: "Mon";
  font-weight: 500;
}

.menu_products > li > a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.menu_products > li > a::before {
  content: '';
  display: block;
  width: 0;
  height: 1px;
  background: #039d9f;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

.menu_products > li > ul {
  display: none;
}

.menu_products > li ul {
  margin-top: 12px;
  margin-left: 30px;
}

.menu_products > li ul li {
  margin-bottom: 8px;
}

.menu_products > li ul li:last-child {
  margin-bottom: 0;
}

.menu_products > li ul li a {
  font-size: 14px;
}

.menu_products > li ul li ul li a {
  font-weight: 400;
}

.menu_products .active > a {
  color: #039d9f;
}

.menu_products .active > a::before {
  width: 19px;
  margin-right: 10px;
}

.menu_nav {
  margin: 25px 0;
  padding: 25px 0;
  border-top: 1px solid #E5E5E5;
  border-bottom: 1px solid #E5E5E5;
}

.menu_nav li {
  margin-bottom: 12px;
}

.menu_nav li a {
  font-size: 16px;
}

.menu_nav li a:hover {
  color: #039d9f;
}

.menu_nav li:last-child {
  margin-bottom: 0;
}

.menu .header_items {
  display: block;
  width: 100%;
  margin: 0;
}

.menu .header_item {
  margin: 0 0 20px;
  font-size: 15px;
}

.menu .header_item:last-child {
  margin-bottom: 0;
}

footer {
  padding: 48px 0 46px;
  background: #F8F8F8;
  color: #000000;
  margin-top: 50px;
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 -15px;
}

.footer_left {
  width: -webkit-calc(100% / 2 - 30px);
  width: -moz-calc(100% / 2 - 30px);
  width: calc(100% / 2 - 30px);
  margin: 0 15px 30px;
}

.footer_title {
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.footer_text {
  font-size: 14px;
  line-height: 20px;
  color: #848484;
}

.footer_right {
  width: -webkit-calc(100% / 2 - 30px);
  width: -moz-calc(100% / 2 - 30px);
  width: calc(100% / 2 - 30px);
  margin: 0 15px 30px;
  background: #ffffff;
  border-radius: 8px;
  padding: 4px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #dbdbdb;
}

.footer_right input {
  width: -webkit-calc(100% - 189px);
  width: -moz-calc(100% - 189px);
  width: calc(100% - 189px);
  padding: 0 12px;
  color: #000000;
}

.footer_right input::-webkit-input-placeholder {
  color: #C4C4C4;
}

.footer_right input::-moz-placeholder {
  color: #C4C4C4;
}

.footer_right input:-ms-input-placeholder {
  color: #C4C4C4;
}

.footer_right input::-ms-input-placeholder {
  color: #C4C4C4;
}

.footer_right input::placeholder {
  color: #C4C4C4;
}

.footer_right button {
  width: 189px;
  height: 48px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.15);
  border-radius: 12px;
  background: #039d9f;
  color: #ffffff;
  font-weight: 500;
  font-size: 18px;
}

.footer_right button:hover {
  background: #039d9f;
}

.footer_nav {
  width: -webkit-calc(100% - 30px);
  width: -moz-calc(100% - 30px);
  width: calc(100% - 30px);
  margin: 25px 15px 0;
  border-top: 1px solid #dddddd;
  padding-top: 35px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer_nav li {
  font-size: 14px;
  line-height: 14px;
}

.footer_nav li a {
  font-family: "Mon";
  display: inline-block;
  padding-bottom: 4px;
  color: black;
}

.footer_nav li a:hover {
  color: #039d9f;
}

.footer_nav .active a {
  border-bottom: 1px solid #039d9f;
}

.footer_socs {
  display: none;
  width: -webkit-calc(100% - 30px);
  width: -moz-calc(100% - 30px);
  width: calc(100% - 30px);
  margin: 0 15px;
  padding-top: 20px;
  border-top: 1px solid #ffffff;
}

.block-feedback {
  padding: 70px 0 100px;
  overflow: hidden;
}

.block-feedback .wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.feedback {
  width: 505px;
  position: relative;
}

.feedback_img {
  position: absolute;
  bottom: -120px;
  right: 300px;
  width: 940px;
  max-width: none;
}

.feedback_title {
  text-align: center;
  font-size: 50px;
  line-height: 55px;
  color: #000000;
  margin-bottom: 44px;
  position: relative;
  z-index: 1;
}

.feedback_form {
  position: relative;
  z-index: 1;
  padding: 47px 70px;
  background: #ffffff;
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
}

.feedback_subtitle {
  font-size: 30px;
  line-height: 30px;
  margin-bottom: 14px;
  text-align: center;
}

.feedback_text {
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  color: #372946;
  margin-bottom: 24px;
}

.feedback_inp {
  margin-bottom: 20px;
}

.feedback_inp span {
  font-size: 14px;
  line-height: 16px;
  color: #372946;
  margin-bottom: 10px;
  display: block;
}

.feedback_inp input {
  background: #ffffff;
  border: 1px solid #E2E2E2;
  border-radius: 8px;
  width: 100%;
  height: 44px;
  padding: 0 20px;
  font-size: 12px;
}

.feedback_inp textarea {
  background: #ffffff;
  border: 1px solid #E2E2E2;
  border-radius: 8px;
  width: 100%;
  padding: 7px 20px 0;
  font-size: 12px;
}

.feedback_inp input::-webkit-input-placeholder,
.feedback_inp textarea::-webkit-input-placeholder {
  color: #C4C4C4;
}

.feedback_inp input::-moz-placeholder,
.feedback_inp textarea::-moz-placeholder {
  color: #C4C4C4;
}

.feedback_inp input:-ms-input-placeholder,
.feedback_inp textarea:-ms-input-placeholder {
  color: #C4C4C4;
}

.feedback_inp input::-ms-input-placeholder,
.feedback_inp textarea::-ms-input-placeholder {
  color: #C4C4C4;
}

.feedback_inp input::placeholder,
.feedback_inp textarea::placeholder {
  color: #C4C4C4;
}

.feedback_btn {
  margin-top: 30px;
}

.popUp {
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  display: none;
  color: #000000;
}

.popUp::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.popUp::-webkit-scrollbar-thumb {
  width: 0;
  height: 0;
}

.popUp_content {
  position: relative;
  z-index: 99;
  overflow-y: scroll;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 40px 30px;
}

.popUp_content::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.popUp_content::-webkit-scrollbar-thumb {
  width: 0;
  height: 0;
}

.popUp_form {
  max-width: 493px;
  width: 100%;
  background: #F9F9F9;
  border: 1px solid #C4C4C4;
  position: relative;
  border-radius: 8px;
  z-index: 99;
  padding: 40px 70px;
}

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

.popUp_cross:hover svg path {
  fill: #D42D2F;
}

.popUp_title {
  font-size: 24px;
  line-height: 26px;
  text-align: center;
  letter-spacing: 0.1em;
  margin-bottom: 35px;
}

.popUp form {
  border-bottom: 1px solid #E5E5E5;
  padding-bottom: 40px;
  margin-bottom: 34px;
}

.popUp_inp {
  background: #ffffff;
  border: 1px solid #E5E5E5;
  border-radius: 8px;
  margin-bottom: 10px;
  width: 100%;
  height: 40px;
  padding: 0 20px;
}

.popUp_inp::-webkit-input-placeholder {
  color: #C4C4C4;
}

.popUp_inp::-moz-placeholder {
  color: #C4C4C4;
}

.popUp_inp:-ms-input-placeholder {
  color: #C4C4C4;
}

.popUp_inp::-ms-input-placeholder {
  color: #C4C4C4;
}

.popUp_inp::placeholder {
  color: #C4C4C4;
}

.popUp_check {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  margin-bottom: 35px;
  cursor: pointer;
}

.popUp_check input {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 0;
  height: 0;
}

.popUp_check .check {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 16px;
  height: 16px;
  background: #ffffff;
  border: 1px solid #D42D2F;
  border-radius: 2px;
  margin-right: 8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

.popUp_check .check img {
  opacity: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

.popUp_check input:checked + .check {
  border: 1px solid #039d9f;
}

.popUp_check input:checked + .check img {
  opacity: 1;
}

.popUp_check p {
  font-weight: 300;
  font-size: 12px;
  line-height: 12px;
  margin-top: 3px;
}

.popUp_link {
  font-size: 14px;
  line-height: 19px;
  margin: 2px 0 33px;
  color: #706F6F;
  text-align: center;
  display: block;
}

.popUp_link:hover {
  color: #039d9f;
}

.popUp_inf {
  font-size: 16px;
  line-height: 19px;
  color: #706F6F;
  margin-bottom: 20px;
  text-align: center;
}

.popUp_reg {
  color: #000000;
  border: 1px solid #000000;
  background: none;
  font-weight: 400;
}

.popUp_reg:hover {
  border: 1px solid #039d9f;
  color: #039d9f;
  background: none;
}

.popUp_layer {
  position: fixed;
  z-index: 98;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
  cursor: pointer;
}

.accept {
  border: 1px solid #039d9f;
}

.block-blog {
  padding: 100px 0;
  background: #fff;
}

.blog {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 -15px -30px;
}

.blog-item {
  width: -webkit-calc(100% / 3 - 30px);
  width: -moz-calc(100% / 3 - 30px);
  width: calc(100% / 3 - 30px);
  margin: 0 15px 30px;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.blog-item_img {
  width: 100%;
  height: 280px;
  border-radius: 14px;
  overflow: hidden;
  display: block;
  position: relative;
  z-index: 1;
}

.blog-item_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

.blog-item_img:hover img {
  -webkit-transform: scale(1.2);
     -moz-transform: scale(1.2);
      -ms-transform: scale(1.2);
       -o-transform: scale(1.2);
          transform: scale(1.2);
}

.blog-item_content {
  margin-top: -10px;
  padding: 36px 20px 46px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 0 0 13px 13px;
}

.blog-item_title {
  font-size: 18px;
  line-height: 21px;
  margin-bottom: 8px;
  width: 100%;
}

.blog-item_inf {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 4px;
  width: 100%;
}

.blog-item_cat {
  width: 50%;
  padding-right: 5px;
  margin-bottom: 8px;
  font-size: 14px;
  color: #039d9f;
}

.blog-item_cat:hover {
  color: #1E8B58;
}

.blog-item_date {
  width: 50%;
  padding-left: 5px;
  margin-bottom: 8px;
  text-align: right;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.6);
}

.blog-item_date:hover {
  color: #039d9f;
}

.blog-item_age {
  width: 50%;
  padding-right: 5px;
  margin-bottom: 8px;
  font-style: italic;
  color: #9C9C9C;
}

.blog-item_age:hover {
  color: #039d9f;
}

.blog-item_name {
  width: 50%;
  padding-left: 5px;
  margin-bottom: 8px;
  text-align: right;
}

.blog-item_name:hover {
  color: #039d9f;
}

.blog-item_text {
  font-size: 14px;
  line-height: 23px;
  margin-bottom: 30px;
  width: 100%;
}

.blog-item_btn {
  margin-top: auto;
  background: none;
  border: 1px solid #000000;
  color: #000000;
  max-width: 219px;
}

.blog-item_btn:hover {
  background: none;
  border: 1px solid #039d9f;
  color: #039d9f;
}

.block-reviews {
  padding: 90px 0;
  background: url('../image/photo/5.png');
  background-size: cover;
  background-position: center bottom;
}

.reviews {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 472px;
  margin-left: auto;
  position: relative;
}

.reviews_title {
  text-align: center;
  margin-bottom: 80px;
}

.reviews_dots {
  position: absolute;
  top: 62px;
  left: -91px;
}

.reviews_slider {
  width: 100%;
}

.reviews_text {
  white-space: wrap;
  display: block;
  font-style: italic;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  color: #706F6F;
  margin-bottom: 33px;
}

.reviews_name {
  text-align: center;
  font-weight: 500;
  font-size: 24px;
  line-height: 30px;
  color: #706F6F;
  margin-bottom: 35px;
}

.reviews_link {
  max-width: 203px;
  border: 1px solid #000000;
  color: #000000;
  background: none;
}

.reviews_link:hover {
  border: 1px solid #039d9f;
  color: #039d9f;
  background: none;
}

.reviews .slick-dots {
  bottom: 0;
  position: static;
  margin-bottom: 50px;
}

.reviews .slick-dots li {
  width: auto;
}

.reviews .slick-dots li button {
  width: 40px;
  padding: 0;
  height: 5px;
  background: #D1D1D1;
  margin: 0 7.5px;
}

.reviews .slick-dots li button::before {
  display: none;
}

.reviews .slick-dots .slick-active button {
  background: #000000;
}

.block-faqs {
  padding: 80px 0;
  background: url('../image/photo/7.png');
  background-position: bottom right;
  background-size: 235px 419px;
  background-repeat: no-repeat;
}

.faqs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.faqs_btn {
  max-width: 203px;
  border: 1px solid #000000;
  color: #000000;
  background: none;
  margin-top: 35px;
  font-weight: 400;
  margin-left: auto;
  margin-right: auto;
}

.faqs_btn:hover {
  border: 1px solid #039d9f;
  color: #039d9f;
  background: none;
}

.faq {
  padding: 20px 30px;
  background: #ffffff;
  border: 1px solid #F0F0F0;
  box-shadow: 3px 0px 10px rgba(111, 62, 151, 0.1);
  border-radius: 8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  margin-bottom: 15px;
  cursor: pointer;
}

.faq_title {
  width: -webkit-calc(100% - 15px);
  width: -moz-calc(100% - 15px);
  width: calc(100% - 15px);
  padding-right: 15px;
  font-size: 18px;
  line-height: 24px;
}

.faq_arrow {
  margin: 4px 0 -4px;
  width: 15px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

.faq .rotate {
  -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}

.faq_text {
  margin-top: 26px;
  width: 100%;
  font-size: 14px;
  line-height: 22px;
  color: rgba(0, 0, 0, 0.6);
  display: none;
}

.block-liders {
  padding: 100px 0;
  background: #fff;
}

.products-slider {
  margin: 0 -15px;
  width: -webkit-calc(100% + 30px);
  width: -moz-calc(100% + 30px);
  width: calc(100% + 30px);
}

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

.products-slider .product {
  margin: 0 15px;
}

.products-slider .slick-dots {
  bottom: 0;
  position: static;
  margin-top: 50px;
}

.products-slider .slick-dots li {
  width: auto;
  margin: 0;
  height: auto;
}

.products-slider .slick-dots li button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  padding: 0;
  background: transparent;
  margin: 0 4px;
  border: 2px solid #B4B4B4;
}

.products-slider .slick-dots li button::before {
  display: none;
}

.products-slider .slick-dots .slick-active button {
  background: #B4B4B4;
}

.product {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.product_img {
  background: #ffffff;
  border: 1px solid #ECECEC;
  box-shadow: 1px 1px 9px rgba(0, 0, 0, 0.08);
  border-radius: 5px;
  margin-bottom: 15px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 20px;
  height: 289px;
  width: 100%;
}

.product_img a {
  height: 100%;
  display: block;
  width: auto;
  max-width: 100%;
}

.product_img img {
  /* width: auto !important;
  max-width: 100%; */
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.product_cross {
  top: 24px;
  right: 8px;
  position: absolute;
  z-index: 1;
  cursor: pointer;
}

.product_cross:hover svg path {
  fill: #D42D2F;
}

.product_status {
  position: absolute;
  top: 24px;
  right: 1px;
  padding: 2px 10px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 24px;
  background: #039d9f;
  border-radius: 2px;
  font-size: 16px;
  color: #FFFFFF;
}

.product_like {
  position: absolute;
  top: 58px;
  right: 15px;
  opacity: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
  display: none;
}

.product_like img:nth-child(2) {
  display: none;
}

.product_like:hover img path {
  fill: #039d9f;
}

.product_like--active {
  opacity: 1;
}

.product_like--active img:nth-child(1) {
  display: none;
}

.product_like--active img:nth-child(2) {
  display: block;
}

.btn.product_btn {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 132px;
  height: 38px;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  opacity: 0;
  border: 1px solid #00898b;
  outline: none;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  color: white;
}

.btn.product_btn img {
  width: 18px;
  height: 18px;
  margin-right: 7px;
}

.btn.product_btn:hover {
  background: #039d9f;
  color: #ffffff;
}

.btn.product_btn--active {
  color: #039d9f;
  background: #ffffff;
  border: 1px solid #039d9f;
  opacity: 1;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.15);
}

.btn.product_btn--active img {
  filter: invert(82%) sepia(4%) saturate(4451%) hue-rotate(54deg) brightness(94%) contrast(57%);
}

.btn.product_btn--active:hover img {
  filter: invert(0);
}

.product_title {
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  margin-bottom: 8px;
  /* max-width: 190px; */
}

.product_price {
  font-weight: 500;
  font-size: 19px;
  line-height: 20px;
  text-align: center;
  /* margin-top: auto; */
  color: #000000;
}

.product_price span {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.4);
  text-decoration: line-through;
  margin-right: 10px;
  display: inline-block;
}

.product:hover .product_btn,
.product:hover .product_like {
  opacity: 1;
}

.block-trgs {
  background: url('../image/photo/10.png');
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: 498px 604px;
  padding: 100px 0;
}

.block-trgs .title {
  text-align: center;
}

.trgs {
  padding-top: 136px;
  margin-bottom: -142px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.trgs_bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.trg {
  position: relative;
  z-index: 1;
  margin: 0 0 142px;
  width: 286px;
  background: #ffffff;
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  padding: 33px 18px 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.trg:nth-child(even) {
  margin-right: -webkit-calc(100% - 286px - 286px);
  margin-right: -moz-calc(100% - 286px - 286px);
  margin-right: calc(100% - 286px - 286px);
}

.trg:nth-child(6) {
  margin-left: 160px;
  margin-right: 0;
}

.trg:nth-child(7) {
  margin-right: 160px;
}

.trg_img {
  position: absolute;
  width: 84px;
  height: 84px;
  left: 0;
  right: 0;
  top: -61px;
  margin: 0 auto;
  border-radius: 50%;
  background: #039d9f;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.trg_title {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 5px;
}

.trg_text {
  font-size: 14px;
  line-height: 18px;
  color: rgba(0, 0, 0, 0.5);
  margin-bottom: 8px;
}

.trg_link {
  font-size: 14px;
  color: #039d9f;
  margin-top: auto;
}

.trg_link:hover {
  color: #1E8B58;
}

.block-novelty {
  padding: 100px 0;
  background-color: #fff;
  background-image: url('../image/photo/12.png');
  background-repeat: no-repeat;
  background-size: 238px 281px;
  background-position: left 13px bottom 35px;
}

.block-cats {
  padding: 100px 0;
}

.cats {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0 -15px -30px;
}

.cat {
  width: -webkit-calc(100% / 4 - 30px);
  width: -moz-calc(100% / 4 - 30px);
  width: calc(100% / 4 - 30px);
  margin: 0 15px 30px;
}

.cat:hover .cat_title {
  color: #039d9f;
}

.cat_img {
  margin-bottom: 30px;
  border-radius: 5px;
  overflow: hidden;
  text-align: center;
}

.cat_img img {
  border-radius: 5px;
  /* width: 100%; */
  width: auto;
}

.cat_title {
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  font-family: "Mon";
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

.block-about {
  padding: 50px 0;
  background-color: #f8f8f8;
  /* background-image: url('../image/photo/17.png'); */
  background-repeat: no-repeat;
  background-size: 431px 324px;
  background-position: right bottom;
  margin-top: 80px;
}

.about h1,
.about h2,
.about h3 {
  margin-bottom: 20px;
}
.about h1 {
  font-size: 36px;
}
.about h2 {
  font-size: 32px;
}
.about h3 {
  font-size: 28px;
}

.about p {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 18px;
}

.about p:last-child {
  margin-bottom: 0;
}

.block-offer-slider {
  position: relative;
}

.block-offer-slider .slick-dots {
  bottom: 45px;
}

.block-offer-slider .slick-dots li {
  width: auto;
  margin: 0;
  height: auto;
}

.block-offer-slider .slick-dots li button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  padding: 0;
  background: transparent;
  margin: 0 4px;
  /* border: 2px solid #B4B4B4; */
}

.block-offer-slider .slick-dots li button::before {
  display: none;
}

.block-offer-slider .slick-dots .slick-active button {
  background: #039698;
}

.block-offer {
  position: relative;
  height: 614px;
}

.block-offer .wrapper {
  height: 100%;
}

.offer {
  padding-bottom: 70px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}

.offer_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.offer_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  margin-top: 5px;
}

.offer_title {
  position: relative;
  z-index: 1;
  font-size: 35px;
  line-height: 35px;
  margin-bottom: 26px;
  max-width: 436px;
  font-weight: 500;
}

.offer_text {
  position: relative;
  z-index: 1;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 33px;
  max-width: 428px;
}

.offer_btn {
  position: relative;
  z-index: 1;
  width: 189px;
  height: 48px;
  font-weight: 500;
}

.block-favourites {
  background: #fff;
  padding: 30px 0 100px;
}

.products {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 -15px -30px;
}

.products .product {
  width: -webkit-calc(100% / 4 - 30px);
  width: -moz-calc(100% / 4 - 30px);
  width: calc(100% / 4 - 30px);
  margin: 0 15px 30px;
}

.block-bc {
  padding-top: 21px;
  background: #ffffff;
}

.bc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 10px;
}

.bc li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 15px;
  line-height: 15px;
  color: #9E9E9E;
}

.bc li:hover {
  color: #039d9f;
}

.bc li::after {
  content: '/';
  display: block;
  margin: 0 5px;
}

.bc li:last-child {
  color: #979797;
}

.bc li:last-child::after {
  display: none;
}

.block-nums {
  padding: 100px 0;
  background: url('../image/photo/20.png');
  background-size: cover;
}

.nums {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.num {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: 1px solid #039d9f;
  border-radius: 50%;
  position: relative;
  margin-right: 127px;
}

.num:nth-child(1) {
  width: 134px;
  height: 134px;
}

.num:nth-child(2) {
  width: 149px;
  height: 149px;
}

.num:nth-child(3) {
  width: 200px;
  height: 200px;
}

.num:last-child {
  margin: 0;
}

.num:last-child::after {
  display: none;
}

.num::after {
  content: '';
  display: block;
  height: 1px;
  background: #039d9f;
  width: 127px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: -127px;
}

.num_title {
  font-weight: 300;
  font-size: 25px;
  line-height: 25px;
  text-align: center;
  letter-spacing: 0.08em;
  margin-bottom: 7px;
}

.num_text {
  font-weight: 300;
  font-size: 18px;
  line-height: 18px;
  text-align: center;
  color: rgba(0, 0, 0, 0.7);
}

.block-history {
  padding: 100px 0;
  background: #fff;
}

.block-history .title {
  margin-bottom: 20px;
}

.history {
  margin: 0 -15px;
}

.history p {
  font-size: 14px;
  line-height: 22px;
  margin: 0 15px 20px;
}

.history img {
  max-width: -webkit-calc(100% / 2 - 32px);
  max-width: -moz-calc(100% / 2 - 32px);
  max-width: calc(100% / 2 - 32px);
  margin: 30px 15px 0;
}

.block-why {
  padding: 100px 0;
}

.why {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0 -15px -30px;
}

.why-item {
  max-width: 279px;
  width: -webkit-calc(100% / 3 - 30px);
  width: -moz-calc(100% / 3 - 30px);
  width: calc(100% / 3 - 30px);
  margin: 0 15px 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}

.why-item_img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #039d9f;
  width: 71px;
  height: 71px;
  border-radius: 50%;
  margin-bottom: 21px;
}

.why-item_title {
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  margin-bottom: 10px;
}

.why-item_text {
  font-size: 14px;
  line-height: 18px;
}

.block-about-page {
  padding: 30px 0 40px;
  background: #fff;
}

.about-page {
  overflow: hidden;
}

.about-page h1 {
  margin-bottom: 20px;
  margin-top: -5px;
  text-align: center;
  color: #039c9e;
  font-weight: 600;
}

.about-page p {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 16px;
}

.about-page img {
  float: right;
  width: -webkit-calc(50% - 15px);
  width: -moz-calc(50% - 15px);
  width: calc(50% - 15px);
  margin: 0 0 30px 30px;
}

.block-products-page {
  padding: 30px 0 100px;
  background: #ffffff;
}

.products-page {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 -15px;
}

.products-page-content {
  width: -webkit-calc(100% - 255px - 60px);
  width: -moz-calc(100% - 255px - 60px);
  width: calc(100% - 255px - 60px);
  margin: 0 15px;
}

.products-page-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}

.products-page-top_find {
  font-size: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #039d9f;
}

.products-page-top_find div {
  margin-left: 8px;
}

.products-page-top_select {
  width: 200px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  cursor: pointer;
}

.products-page-top_select:hover input {
  color: #039d9f;
}

.products-page-top_select:hover svg path {
  fill: #039d9f;
}

.products-page-top_select svg {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-left: 10px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

.products-page-top_select .rotate {
  -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}

.products-page-top_select input {
  font-size: 16px;
  text-align: right;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.products-page-top_drop {
  display: none;
  position: absolute;
  z-index: 1;
  top: 24px;
  right: 0;
  background: #ffffff;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  padding: 14px;
  width: 190px;
}

.products-page-top_drop li {
  padding: 5px 0;
  font-size: 14px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}

.products-page-top_drop li:hover {
  color: #039d9f;
}

.products-page-top_drop .current {
  color: #c4c4c4;
}

.products-page-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 -15px 70px;
}

.products-page-items .product {
  width: -webkit-calc(100% / 3 - 30px);
  width: -moz-calc(100% / 3 - 30px);
  width: calc(100% / 3 - 30px);
  margin: 0 15px 30px;
}

.products-page-pug {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.products-page-pug a {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  font-size: 14px;
  color: #372946;
  padding-top: 2px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.products-page-pug a:first-child {
  margin-right: 30px;
  width: auto;
  height: auto;
  margin-top: -1px;
}

.products-page-pug a:last-child {
  width: auto;
  height: auto;
  margin-left: 30px;
  margin-top: -1px;
}

.products-page-pug a:hover {
  color: #039d9f;
}

.products-page-pug a:hover svg path {
  fill: #039d9f;
}

.products-page-pug .active {
  background: #039d9f;
  color: #ffffff;
}

.products-page-pug .active:hover {
  color: #ffffff;
}

.filter {
  width: 255px;
  margin: 0 15px;
}

.filter_top {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 30px;
}

.filter_cross {
  margin-right: -15px;
}

.filter_main-title {
  font-family: "Mon";
  font-weight: 500;
  font-size: 24px;
  line-height: 26px;
  text-align: center;
  width: 100%;
  letter-spacing: 0.1em;
  margin-top: 6px;
}

.filter_title {
  font-weight: 300;
  font-size: 20px;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
}

.filter-item {
  margin-bottom: 40px;
  width: 100%;
  max-width: 300px;
}

.filter-item--scroll {
  max-height: 150px;
  overflow-y: scroll;
}

.filter-item--scroll::-webkit-scrollbar {
  width: 2px;
  height: 0px;
  background: #F3F3F3;
}

.filter-item--scroll::-webkit-scrollbar-thumb {
  width: 2px;
  height: 0px;
  background: #706F6F;
}

.filter-item-checkbox {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 15px;
  cursor: pointer;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

.filter-item-checkbox:last-child {
  margin-bottom: 0;
}

.filter-item-checkbox:hover {
  color: #039d9f;
}

.filter-item-checkbox input[type=checkbox] {
  position: absolute;
  z-index: -1;
  opacity: 0;
  display: block;
  width: 0;
  height: 0;
}

.filter-item-checkbox span {
  color: #AAAAAA;
  margin-left: 8px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  white-space: nowrap;
}

.checkbox__ {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #706F6F;
  width: 16px;
  height: 16px;
  margin-right: 8px;
  border-radius: 2px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

.checkbox::before {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  background: transparent;
}

.filter-item-checkbox input[type=checkbox]:checked + .checkbox::before {
  background: #039d9f;
}

.filter-btns {
  width: 100%;
  max-width: 300px;
  padding-top: 40px;
  border-top: 1px solid #706F6F;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.filter_show {
  max-width: 130px;
  height: 41px;
  margin: 0 38px 0 0;
  font-weight: 500;
  font-size: 16px;
  border-radius: 6px;
}

.filter_delete {
  padding: 0 0 4px;
  border-bottom: 1px solid #000000;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  font-size: 16px;
}

.filter_delete:hover {
  border-bottom: 1px solid #039d9f;
  color: #039d9f;
}

.filter-item-prices {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.filter-item-prices input {
  width: 58px;
  font-size: 14px;
  padding: 0 0 8px;
  text-align: center;
  border-bottom: 1px solid #9E9E9E;
}

.filter-item-prices input::-webkit-input-placeholder {
  color: #000000;
}

.filter-item-prices input::-moz-placeholder {
  color: #000000;
}

.filter-item-prices input:-ms-input-placeholder {
  color: #000000;
}

.filter-item-prices input::-ms-input-placeholder {
  color: #000000;
}

.filter-item-prices input::placeholder {
  color: #000000;
}

.filter-item-prices div {
  margin: 0 11px 10px;
  color: #706F6F;
}

.filter-item-prices span {
  font-size: 14px;
  line-height: 15px;
  color: #C4C4C4;
  margin-bottom: 10px;
}

.filter-range {
  width: 100%;
  height: 2px;
  background: #AAAAAA;
  border: none !important;
  margin-top: 34px;
  margin-bottom: 20px;
}

.filter-range div {
  background: #039d9f;
  height: 2px;
}

.filter-range span {
  width: 14px;
  height: 14px;
  background: #039d9f !important;
  border: none !important;
  border-radius: 50%;
  margin-top: -3px;
  cursor: pointer;
}

.filter-range span:hover {
  border: none;
  outline: none;
}

.filter-range span:focus {
  border: none;
  outline: none;
}

.filter-btn {
  display: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 40px;
  width: -webkit-calc(100% - 30px);
  width: -moz-calc(100% - 30px);
  width: calc(100% - 30px);
  margin: 0 15px 25px;
  background: #ffffff;
  letter-spacing: 0.05em;
  border-radius: 4px;
}

.filter-btn img {
  margin-right: 8px;
}

.block-seo {
  padding-bottom: 20px;
}

.seo_title {
  font-size: 28px;
  line-height: 130%;
  margin-bottom: 20px;
}

.seo_text {
  margin-bottom: 30px;
}

.seo_text p {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 10px;
}

.seo_text p a {
  color: #009AF0;
}

.seo_text p a:hover {
  color: #039d9f;
}

.seo_text p:last-child {
  margin-bottom: 0;
}

.seo_text ul {
  margin-bottom: 10px;
  margin-left: 20px;
}

.seo_text ul:last-child {
  margin-bottom: 0;
}

.seo_text ul li {
  list-style: disc;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 8px;
}

.block-forU {
  padding: 100px 0;
}

.block-cosmetology {
  padding: 30px 0 100px;
  background: #fff;
}

.cosmetology {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 -15px;
}

.cosmetology_left {
  width: -webkit-calc(100% / 2 - 30px);
  width: -moz-calc(100% / 2 - 30px);
  width: calc(100% / 2 - 30px);
  margin: 0 15px 30px;
}

.cosmetology_left p {
  max-width: 434px;
}

.cosmetology_right {
  width: -webkit-calc(100% / 2 - 30px);
  width: -moz-calc(100% / 2 - 30px);
  width: calc(100% / 2 - 30px);
  margin: 0 15px 30px;
}

.cosmetology_slider1 .slick-slide {
  height: 350px;
  border-radius: 6px;
  overflow: hidden;
}

.cosmetology_slider1 .slick-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.cosmetology_slider1 .slick-dots {
  bottom: 0;
  position: static;
  margin-top: 30px;
}

.cosmetology_slider1 .slick-dots li {
  width: auto;
  margin: 0;
  height: auto;
}

.cosmetology_slider1 .slick-dots li button {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: transparent;
  font-size: 14px;
  color: #372946;
}

.cosmetology_slider1 .slick-dots li button::before {
  display: none;
}

.cosmetology_slider1 .slick-dots .slick-active button {
  background: #039d9f;
  color: #ffffff;
}

.cosmetology_slider2-wrap {
  position: relative;
}

.cosmetology_slider2-left {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: -29px;
  width: 7px;
  height: 12px;
  margin: auto 0;
  cursor: pointer;
}

.cosmetology_slider2-left:hover svg path {
  fill: #039d9f;
}

.cosmetology_slider2-right {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  right: -29px;
  width: 7px;
  height: 12px;
  margin: auto 0;
  cursor: pointer;
}

.cosmetology_slider2-right:hover svg path {
  fill: #039d9f;
}

.cosmetology_slider2 {
  margin: 25px -12.5px 0;
}

.cosmetology_slider2 .slick-slide {
  height: 130px;
  margin: 0 12.5px;
  border-radius: 6px;
  overflow: hidden;
}

.cosmetology_slider2 .slick-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.cosmetology_bottom {
  width: -webkit-calc(100% - 30px);
  width: -moz-calc(100% - 30px);
  width: calc(100% - 30px);
  margin: 0 15px;
}

.cosmetology_bottom img {
  margin-top: 34px;
}

.cosmetology .title {
  margin-bottom: 20px;
}

.cosmetology p {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 16px;
}

.cosmetology p:last-child {
  margin-bottom: 0;
}

.cosmetology img {
  width: 100%;
}

.block-buy {
  padding: 30px 0 100px;
  background: #fff;
}

.buy .title {
  margin-bottom: 20px;
}

.buy p {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 10px;
  max-width: 434px;
}

.buy ul {
  margin-bottom: 15px;
}

.buy ul li {
  margin-bottom: 10px;
}

.buy ul li a {
  font-size: 14px;
  color: #009AF0;
}

.buy ul li a:hover {
  color: #039d9f;
}

.buy img {
  width: 100%;
  border-radius: 8px;
  margin-top: 16px;
}

.block-delivery {
  padding: 30px 0 100px;
  background: #fff;
}

.block-delivery .title {
  margin-bottom: 20px;
}

.delivery {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0 -15px;
}

.delivery_col {
  margin: 0 15px 50px;
  width: -webkit-calc(100% / 2 - 30px);
  width: -moz-calc(100% / 2 - 30px);
  width: calc(100% / 2 - 30px);
}

.delivery p {
  max-width: 517px;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 10px;
}

.delivery p:last-child {
  margin-bottom: 0;
}

.delivery p span {
  font-size: 18px;
  font-weight: 500;
  color: #039d9f;
}

.delivery_img {
  margin: 0 15px;
  width: -webkit-calc(100% - 30px);
  width: -moz-calc(100% - 30px);
  width: calc(100% - 30px);
}

.delivery_img img {
  border-radius: 8px;
  width: 100%;
  max-width: none;
}

.block-product-card {
  padding: 40px 0 50px;
  background: #ffffff;
}

.product-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0 -15px;
}

.product-card_subtitle {
  font-size: 24px;
  line-height: 26px;
  letter-spacing: 0.05em;
  margin-bottom: 19px;
}

.product-card-gallery {
  /* background: #FFFFFF; */
  border-radius: 8px;
  /* padding: 24px; */
  width: -webkit-calc(100% / 2 - 30px);
  width: -moz-calc(100% / 2 - 30px);
  width: calc(115% / 2 - 30px);
  margin: 0 15px 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.product-card-gallery_slider1 {
  height: 380px;
  width: 120px;
  margin-right: 15px;
  margin: -5px 15px -5px 0;
}

.product-card-gallery_slider1 .product-card-gallery_slide {
  background: #fff;
  height: 120px;
  border: 1px solid #D2D2D2;
  /* border-radius: 5px; */
  margin: 5px 0;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.product-card-gallery_slider1 .product-card-gallery_slide img {
  width: auto;
  height: 100%;
}

.product-card-gallery_slider1 .slick-current {
  /* border: 1px solid #000000; */
}

.product-card-gallery_slider2 {
  width: -webkit-calc(100% - 145px - 15px);
  width: -moz-calc(100% - 145px - 15px);
  width: calc(100% - 145px - 15px);
}

.product-card-gallery_slider2 .product-card-gallery_slide {
  background: #fff;
  width: 100%;
  /* height: 380px; */
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}

.product-card-gallery_slider2 .product-card-gallery_slide .sale {
  padding: 2px 10px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 24px;
  background: #039d9f;
  border-radius: 2px;
  font-size: 16px;
  color: #FFFFFF;
  position: absolute;
  top: 0;
  right: 0;
}

.product-card-gallery_slider2 .product-card-gallery_slide img {
  width: auto;
  height: 100%;
}

.product-card-gallery_slider2 .product-card-gallery_slide:hover .product_like {
  opacity: 1;
}

.product-card-gallery_slider2 .slick-dots {
  bottom: -25px;
}

.product-card-gallery_slider2 .slick-dots li {
  width: auto;
  margin: 0;
  height: auto;
}

.product-card-gallery_slider2 .slick-dots li button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  padding: 0;
  background: transparent;
  margin: 0 4px;
  border: 2px solid #B4B4B4;
}

.product-card-gallery_slider2 .slick-dots li button::before {
  display: none;
}

.product-card-gallery_slider2 .slick-dots .slick-active button {
  background: #B4B4B4;
}

.product-card-inf {
  width: -webkit-calc(100% / 2 - 30px);
  width: -moz-calc(100% / 2 - 30px);
  width: calc(85% / 2 - 30px);
  margin: 0 15px 0px;
}

.product-card-inf_title {
  font-size: 28px;
  line-height: 30px;
  margin-bottom: 40px;
  /* max-width: 410px; */
  color: #039d9f;
  font-weight: 600;
}

.product-card-inf_articul {
  font-size: 16px;
  color: #706F6F;
  margin-bottom: 45px;
}

.product-card-inf_model {
  font-size: 16px;
  margin-bottom: 14px;
}

.product-card-inf_model a:hover {
  color: #039d9f;
}

.product-card-inf_status {
  font-size: 15px;
  margin-bottom: 29px;
  color: #00620a;
  display: none;
}

.product-card-inf_val {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 17px;
}

.product-card-inf_val span {
  margin-right: 30px;
  font-size: 20px;
}

.product-card-inf_val .select {
  width: 190px;
  height: 40px;
  padding: 14px 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #FFFFFF;
  border: 1px solid #706F6F;
  border-radius: 5px;
  position: relative;
}

.product-card-inf_val .select img {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

.product-card-inf_val .select .rotate {
  -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}

.product-card-inf_val input {
  font-size: 14px;
  width: -webkit-calc(100% - 15px);
  width: -moz-calc(100% - 15px);
  width: calc(100% - 15px);
}

.product-card-inf_val input::-webkit-input-placeholder {
  color: #c4c4c4;
}

.product-card-inf_val input::-moz-placeholder {
  color: #c4c4c4;
}

.product-card-inf_val input:-ms-input-placeholder {
  color: #c4c4c4;
}

.product-card-inf_val input::-ms-input-placeholder {
  color: #c4c4c4;
}

.product-card-inf_val input::placeholder {
  color: #c4c4c4;
}

.product-card-inf_val .drop {
  position: absolute;
  z-index: 1;
  display: none;
  width: 100%;
  top: 37px;
  left: 0;
  background: #ffffff;
  border: 1px solid #706F6F;
  padding: 7px 5px;
  border-radius: 0 0 5px 5px;
}

.product-card-inf_val .drop span {
  cursor: pointer;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  display: block;
  padding: 8px 10px;
  font-size: 14px;
}

.product-card-inf_val .drop span:hover {
  color: #039d9f;
}

.product-card-inf_val .drop .active {
  color: #c4c4c4;
}

.product-card-inf_val .drop .active:hover {
  color: #c4c4c4;
}

.product-card-inf_price {
  font-size: 28px;
  line-height: 37px;
  margin-bottom: 45px;
  color: #000000;
  font-weight: 500;
}

.product-card-inf_price span {
  display: inline-block;
  margin-left: 14px;
  font-size: 24px;
  line-height: 37px;
  -webkit-text-decoration-line: line-through;
     -moz-text-decoration-line: line-through;
          text-decoration-line: line-through;
  color: #C4C4C4;
}

.product-card-inf_btns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 48px
}

.product-card-inf_blog_categories a {
  
}

.product-card-inf_equal {
  margin-right: 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #b9b9b9;
  /* box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.15); */
  border-radius: 6px;
  height: 50px;
  padding: 0 15px;
}

.product-card-inf_equal button {
  font-size: 18px;
  color: #6b6b6b;
  width: 15px;
}

.product-card-inf_equal button:nth-child(1) {
  padding-bottom: 2px;
}

.product-card-inf_equal button:hover {
  color: #039d9f;
}

.product-card-inf_equal input {
  width: -webkit-calc(100% - 30px);
  width: -moz-calc(100% - 30px);
  width: calc(100% - 30px);
  max-width: 52px;
  text-align: center;
  font-size: 14px;
  line-height: 15px;
  color: #706F6F;
}

.product-card-inf_btn {
  height: 40px;
  width: 148px;
}

.product-card-inf_btn:hover {
  /* border: 1px solid #039d9f; */
  background: #00898b;
  color: #ffffff;
}

.product-card-inf_btn:hover svg path {
  fill: #ffffff;
}

.product-card-inf_btn svg {
  margin-right: 12px;
}

.product-card-inf_btn svg path {
  fill: #ffffff;
}

.product-card-inf_btn--active {
  color: #039d9f;
  background: #ffffff;
  border: 1px solid #039d9f;
  opacity: 1;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.15);
}

.product-card-inf_btn--active svg path {
  fill: #039d9f;
}

.porudct-card-top {
  margin: 0 15px;
  width: -webkit-calc(100% - 30px);
  width: -moz-calc(100% - 30px);
  width: calc(100% - 30px);
  display: none;
}

.porudct-card-top .product-card-inf_title {
  display: block;
  width: 100%;
}

.porudct-card-top .product-card-inf_articul {
  display: block;
  width: 50%;
  padding-right: 5px;
  margin-bottom: 25px;
  font-size: 14px;
}

.porudct-card-top .product-card-inf_status {
  display: block;
  width: 50%;
  padding-left: 5px;
  margin-bottom: 25px;
  text-align: right;
  font-size: 14px;
}

.product-card-table {
  width: -webkit-calc(100% / 2 - 30px);
  width: -moz-calc(100% / 2 - 30px);
  width: calc(100% / 2 - 30px);
  margin: 13px 15px 50px;
}

.product-card-table_row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-bottom: 17px;
  margin-bottom: 17px;
  border-bottom: 1px solid #c4c4c4;
  max-width: 490px;
}

.product-card-table_cell {
  font-size: 14px;
  line-height: 19px;
}

.product-card-table_cell:nth-child(1) {
  width: 110px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

.product-card-table_cell:nth-child(2) {
  text-align: right;
  color: #706F6F;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.product-card-table_cell a:hover {
  color: #039d9f;
}

.product-card-table_tags {
  font-style: italic;
  font-size: 14px;
  line-height: 18px;
  max-width: 490px;
}

.product-card-table_tags a:hover {
  color: #039d9f;
}

.product-card-desc {
  width: -webkit-calc(100% / 2 - 30px);
  width: -moz-calc(100% / 2 - 30px);
  width: calc(100% / 2 - 30px);
  margin: 0 15px 50px;
}

.product-card-desc-full-width {
  width: -webkit-calc(100% - 30px);
  width: -moz-calc(100% - 30px);
  width: calc(100% - 30px);
  margin: 0 15px 50px;
}

.product-card-desc_text p,
.product-card-desc_text div {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 12px;
}
.product-card-desc_text ul {
  margin: 0 0 20px;
}
.product-card-desc_text ul li {
  margin-bottom: 7px;
}

.product-card-desc_text p:last-child {
  margin-bottom: 0;
}

.product-card-desc_text p a:hover {
  color: #039d9f;
}

.product-reviews {
  width: -webkit-calc(100% - 30px);
  width: -moz-calc(100% - 30px);
  width: calc(100% - 30px);
  margin: 0 15px;
}

.product-reviews_content {
  display: none;
  margin-bottom: 50px;
}

.product-reviews_content iframe {
  width: 100%;
  height: 560px;
}

.product-reviews_content--active {
  display: block;
}

.product-reviews-top {
  padding: 15px 0;
  border-top: 1px solid #D3D3D3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 40px;
}

.product-reviews-top_tabs {
  margin-right: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.product-reviews-top_tab {
  margin-right: 15px;
  font-size: 18px;
  color: #706F6F;
  cursor: pointer;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  padding: 10px 30px;
}

.product-reviews-top_tab:hover {
  color: #039d9f;
}

.product-reviews-top .active {
  color: #ffffff;
  background: #039d9f;
}

.product-reviews-top_btn {
  width: 208px;
  font-weight: 400;
  border: 1px solid #000000;
  color: #000000;
  background: transparent;
}

.product-reviews-top_btn:hover {
  border: 1px solid #039d9f;
  background: none;
  color: #039d9f;
}

.product-reviews-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-bottom: 20px;
  margin-bottom: 25px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.09);
}

.product-reviews-text:last-child {
  margin-bottom: 0;
}

.product-reviews-text_name {
  font-weight: 500;
  font-size: 18px;
  line-height: 18px;
  color: #039d9f;
  margin-bottom: 10px;
  width: -webkit-calc(100% - 80px);
  width: -moz-calc(100% - 80px);
  width: calc(100% - 80px);
}

.product-reviews-text_date {
  font-size: 14px;
  line-height: 18px;
  color: #AAAAAA;
  margin-bottom: 10px;
  width: 80px;
  text-align: right;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

.product-reviews-text_inf {
  font-size: 14px;
  line-height: 22px;
}

.product-reviews-sert {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.product-reviews-sert:last-child {
  margin-bottom: 0;
}

.product-reviews-sert_img {
  margin-right: 70px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 215px;
}

.product-reviews-sert_img img {
  width: 100%;
}

.product-reviews-sert_title {
  font-weight: 500;
  font-size: 24px;
  line-height: 26px;
  letter-spacing: 0.05em;
  margin-bottom: 19px;
}

.product-reviews-sert_text {
  margin-bottom: 29px;
}

.product-reviews-sert_text p {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.05em;
  margin-bottom: 12px;
}

.product-reviews-sert_text p:last-child {
  margin-bottom: 0;
}

.product-reviews-sert_link {
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  color: #039d9f;
  border-bottom: 1px solid #039d9f;
  padding-bottom: 4px;
  display: inline-block;
}

.product-reviews-sert_link:hover {
  color: #1E8B58;
  border-bottom: 1px solid #1E8B58;
}

.product-reviews-form {
  background: #FFFFFF;
  border: 1px solid #E5E5E5;
  border-radius: 8px;
  padding: 60px;
  width: -webkit-calc(100% - 30px);
  width: -moz-calc(100% - 30px);
  width: calc(100% - 30px);
  margin: 0 15px -5px;
  position: relative;
  display: none;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.product-reviews-form_cross {
  position: absolute;
  z-index: 1;
  top: 20px;
  right: 20px;
  cursor: pointer;
}

.product-reviews-form_cross:hover svg path {
  fill: #D42D2F;
}

.product-reviews-form_left {
  margin-right: 15px;
  width: -webkit-calc(100% / 2 - 15px);
  width: -moz-calc(100% / 2 - 15px);
  width: calc(100% / 2 - 15px);
}

.product-reviews-form_title {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 20px;
  margin-top: -5px;
}

.product-reviews-form_text p {
  max-width: 410px;
  font-size: 14px;
  line-height: 19px;
  margin-bottom: 15px;
}

.product-reviews-form_text p:last-child {
  margin-bottom: 0;
}

.product-reviews-form_right {
  width: -webkit-calc(100% / 2 - 15px);
  width: -moz-calc(100% / 2 - 15px);
  width: calc(100% / 2 - 15px);
  margin-left: 15px;
}

.product-reviews-form_inp {
  width: 100%;
  height: 40px;
  background: #FFFFFF;
  border: 1px solid #E5E5E5;
  border-radius: 8px;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 14px;
}

.product-reviews-form_inp::-webkit-input-placeholder {
  color: #c4c4c4;
}

.product-reviews-form_inp::-moz-placeholder {
  color: #c4c4c4;
}

.product-reviews-form_inp:-ms-input-placeholder {
  color: #c4c4c4;
}

.product-reviews-form_inp::-ms-input-placeholder {
  color: #c4c4c4;
}

.product-reviews-form_inp::placeholder {
  color: #c4c4c4;
}

.product-reviews-form textarea {
  height: 120px;
}

.product-reviews-form_btn {
  max-width: 189px;
  margin: 26px auto 0;
}

.product-reviews-form--active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.block-cart {
  padding: 30px 0 100px;
  background: #fff;
}

.cart_table {
  margin: 35px 0 50px auto;
  width: 200px;
}

.cart_row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
}

.cart_row:last-child {
  margin-bottom: 0;
}

.cart_cell {
  font-size: 18px;
}

.cart_cell:nth-child(1) {
  width: 100px;
}

.cart_cell:nth-child(1) b {
  font-weight: 600;
}

.cart_cell:nth-child(2) {
  width: 120px;
}

.cart_cell:nth-child(2) b {
  font-weight: 700;
}

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

.cart_btns a {
  width: -webkit-calc(100% / 2 - 15px);
  width: -moz-calc(100% / 2 - 15px);
  width: calc(100% / 2 - 15px);
  max-width: 252px;
  height: 48px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 18px;
  border-radius: 10px;
}

.cart_shop {
  border: 1px solid #000000;
}

.cart_shop:hover {
  color: #039d9f;
  border: 1px solid #039d9f;
}

.cart_order {
  color: #ffffff;
  background: #000000;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.15);
}

.cart_order:hover {
  background: #039d9f;
}

.cart-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #FFFFFF;
  border: 1px solid #E5E5E5;
  padding: 15px;
  margin-top: 15px;
  position: relative;
}

.cart-item:nth-child(1) {
  margin-top: 0;
}

.cart-item_img {
  width: 80px;
  height: 80px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-right: 35px;
}

.cart-item_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.cart-item_inf {
  width: -webkit-calc(100% / 12 * 5 - 30px);
  width: -moz-calc(100% / 12 * 5 - 30px);
  width: calc(100% / 12 * 5 - 30px);
  margin-right: 30px;
}

.cart-item_title {
  font-size: 18px;
  line-height: 21px;
  margin-bottom: 9px;
  display: block;
}

.cart-item_title:hover {
  color: #039d9f;
}

.cart-item_articul {
  font-size: 16px;
  color: #706F6F;
}

.cart-item_price {
  width: -webkit-calc(100% / 12 * 3 - 30px);
  width: -moz-calc(100% / 12 * 3 - 30px);
  width: calc(100% / 12 * 3 - 30px);
  margin-right: 30px;
}

.cart-item_price .cur {
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
  display: inline-block;
  margin-right: 25px;
}

.cart-item_price .old {
  font-size: 16px;
  line-height: 22px;
  -webkit-text-decoration-line: line-through;
     -moz-text-decoration-line: line-through;
          text-decoration-line: line-through;
  color: #C4C4C4;
  display: inline-block;
}

.cart-item_btns {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-right: 30px;
  border: 1px solid #000000;
  width: 100px;
  height: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 12px 10px;
  border-radius: 6px;
}

.cart-item_btns input {
  width: -webkit-calc(100% - 30px);
  width: -moz-calc(100% - 30px);
  width: calc(100% - 30px);
  text-align: center;
  font-size: 14px;
}

.cart-item_btns button {
  font-weight: 300;
  font-size: 24px;
  color: #c4c4c4;
}

.cart-item_btns button:hover {
  color: #039d9f;
}

.cart-item_sum {
  font-weight: 700;
  font-size: 18px;
  width: 200px;
  margin-left: auto;
  margin-right: 30px;
  text-align: center;
}

.cart-item_cross {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-right: 20px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #c4c4c4;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.cart-item_cross:hover {
  background: #D42D2F;
}

.cart-item_cross svg {
  width: 11px;
  height: 11px;
}

.cart-item_cross svg path {
  fill: #ffffff;
}

.block-partner {
  padding: 30px 0 100px;
  background: #fff;
}

.partner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0 -15px;
}

.partner_left {
  width: -webkit-calc(100% / 2 - 30px);
  width: -moz-calc(100% / 2 - 30px);
  width: calc(100% / 2 - 30px);
  margin: 0 15px;
}

.partner_left .title {
  margin-bottom: 20px;
}

.partner_left p {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 10px;
  max-width: 460px;
}

.partner_left p a {
  font-weight: 500;
  color: #039d9f;
}

.partner_left p a:hover {
  color: #1E8B58;
}

.partner_left p:last-child {
  margin-bottom: 0;
}

.partner_right {
  width: -webkit-calc(100% / 2 - 30px);
  width: -moz-calc(100% / 2 - 30px);
  width: calc(100% / 2 - 30px);
  margin: -26px 15px 0;
  max-width: 445px;
}

.partner_right .feedback_form {
  padding: 30px 60px 40px;
}

.partner_right .feedback_subtitle {
  font-size: 26px;
  margin-bottom: 12px;
  color: #039d9f;
  text-align: left;
}

.partner_right .feedback_text {
  max-width: 250px;
  text-align: left;
  margin-bottom: 18px;
}

.block-contacts {
  padding: 30px 0 100px;
  background: #ffffff;
}

.contacts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.contacts_left {
  width: 380px;
  padding-right: 30px;
}

.contacts_left .title {
  margin-bottom: 20px;
}

.contacts_title {
  font-size: 20px;
  line-height: 24px;
  color: #039d9f;
  margin-bottom: 10px;
}

.contacts p {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 20px;
}

.contacts p a:hover {
  color: #039d9f;
}

.contacts p:last-child {
  margin-bottom: 0;
}

.contacts_right {
  width: -webkit-calc(100% - 380px);
  width: -moz-calc(100% - 380px);
  width: calc(100% - 380px);
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
          align-self: stretch;
  min-height: 370px;
  border-radius: 8px;
  overflow: hidden;
}

.block-blog-page {
  padding: 30px 0 100px;
  background: #fff;
}

.block-blog-page .blog {
  margin-bottom: 0;
}

.block-blog-page .products-page-pug {
  margin-top: 20px;
  width: -webkit-calc(100% - 30px);
  width: -moz-calc(100% - 30px);
  width: calc(100% - 30px);
  margin-left: 15px;
  margin-right: 15px;
}

.block-orders {
  padding: 30px 0 100px;
  background: #fff;
}

.profile-order {
  margin-bottom: 20px;
}

.profile-order_top {
  padding: 0 20px;
  background: #FFFFFF;
  margin-bottom: 13px;
}

.profile-order_inf {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px 0;
}

.profile-order_num {
  font-size: 14px;
  width: 170px;
  margin-right: 10px;
}

.profile-order_date {
  font-size: 14px;
  width: 70px;
  margin-right: 40px;
  color: #706F6F;
}

.profile-order_status {
  color: #039d9f;
  font-size: 14px;
  margin-right: auto;
}

.profile-order_status--cancel {
  color: #D42D2F;
}

.profile-order_status--performed {
  color: #000000;
}

.profile-order_arrow {
  margin-left: auto;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}

.profile-order_arrow path {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

.profile-order_arrow:hover path {
  fill: #039d9f;
}

.profile-order_arrow--active {
  -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}

.profile-order_content {
  display: none;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 0 0;
  margin-bottom: -13px;
  border-top: 1px solid #e5e5e5;
}

.profile-order_content--active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.profile-order_row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 11px;
}

.profile-order_cell {
  line-height: 120%;
}

.profile-order_cell:nth-child(1) {
  width: 230px;
  padding-right: 10px;
  color: #706F6F;
}

.profile-order_cell:nth-child(2) {
  width: -webkit-calc(100% - 230px);
  width: -moz-calc(100% - 230px);
  width: calc(100% - 230px);
  color: #303030;
}

.profile-order_items {
  padding: 20px 20px 30px;
  background: #ffffff;
}

.profile-order_sum {
  max-width: 210px;
  margin-left: auto;
  font-size: 18px;
}

.profile-order_sum b {
  font-size: 20px;
  font-weight: 500;
}

.profile-order-item {
  margin-bottom: 7px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.profile-order-item_img {
  width: 80px;
  height: 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid transparent;
  background: #F4F4F4;
  border-radius: 3px;
  overflow: hidden;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

.profile-order-item_img:hover {
  border: 1px solid #039d9f;
}

.profile-order-item_img img {
  width: auto;
  height: 100%;
}

.profile-order-item_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.profile-order-item_content {
  margin-left: 23px;
  width: 280px;
}

.profile-order-item_title {
  font-size: 18px;
  line-height: 19px;
  color: #171717;
  margin-bottom: 9px;
  display: block;
}

.profile-order-item_title:hover {
  color: #039d9f;
}

.profile-order-item_inf {
  font-size: 14px;
  line-height: 15px;
  color: #706F6F;
}

.profile-order-item_inf:last-child {
  margin-bottom: 0;
}

.profile-order-item_eq {
  width: 205px;
  text-align: right;
  padding-left: 15px;
  font-size: 16px;
  color: #383838;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

.profile-order-item_price {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  width: 205px;
  text-align: right;
  padding-left: 15px;
  font-size: 16px;
  color: #383838;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

.block-reviews-page {
  padding: 30px 0 100px;
  background: #fff;
}

.block-reviews-page .products-page-pug {
  margin-top: 50px;
}

.block-ordering {
  padding: 30px 0 100px;
  background: #fff;
}

.ordering {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 -15px;
}

.ordering_left {
  width: -webkit-calc(100% / 2 - 30px);
  width: -moz-calc(100% / 2 - 30px);
  width: calc(100% / 2 - 30px);
  margin: 0 15px;
}

.ordering_right {
  width: -webkit-calc(100% / 2 - 30px);
  width: -moz-calc(100% / 2 - 30px);
  width: calc(100% / 2 - 30px);
  margin: 0 15px;
}

.ordering_title {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 22px;
}

.ordering-item {
  margin-bottom: 35px;
}

.ordering-item_text {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 30px;
}

.ordering-item_btn {
  padding: 10px 50px;
  border: 1px solid #039d9f;
  font-weight: 600;
  font-size: 16px;
  color: #039d9f;
  text-transform: uppercase;
}

.ordering-item_btn:hover {
  border: 1px solid #039d9f;
  color: #039d9f;
}

.ordering-item_radios {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 15px;
}

.ordering-item_radios-2 {
  margin-top: 35px;
  margin-bottom: -20px;
}

.ordering-item_radios-2 .ordering-item_radio {
  width: 100%;
}

.ordering-item_radio {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 240px;
  margin-bottom: 20px;
  cursor: pointer;
}

.ordering-item_radio input {
  position: absolute;
  z-index: -1;
  opacity: 0;
  display: block;
  width: 0;
  height: 0;
}

.ordering-item_radio input:checked + .radio {
  border: 1px solid #039d9f;
}

.ordering-item_radio input:checked + .radio::before {
  background: #039d9f;
}

.ordering-item_radio .radio {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #ffffff;
  border: 1px solid #000000;
  position: relative;
  margin-right: 8px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

.ordering-item_radio .radio:hover {
  border: 1px solid #039d9f;
}

.ordering-item_radio .radio::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ffffff;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

.ordering-item_inps {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -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;
  margin-bottom: -10px;
}

.ordering-item_inp {
  position: relative;
  width: 100%;
  margin-bottom: 10px;
}

.ordering-item_inp input,
.ordering-item_inp textarea {
  width: 100%;
  font-size: 14px;
  background: #FFFFFF;
  height: 40px;
  padding: 10px 20px;
  border: 1px solid #E5E5E5;
  border-radius: 8px;
}

.ordering-item_inp input::-webkit-input-placeholder, .ordering-item_inp textarea::-webkit-input-placeholder {
  color: #C4C4C4;
}

.ordering-item_inp input::-moz-placeholder, .ordering-item_inp textarea::-moz-placeholder {
  color: #C4C4C4;
}

.ordering-item_inp input:-ms-input-placeholder, .ordering-item_inp textarea:-ms-input-placeholder {
  color: #C4C4C4;
}

.ordering-item_inp input::-ms-input-placeholder, .ordering-item_inp textarea::-ms-input-placeholder {
  color: #C4C4C4;
}

.ordering-item_inp input::placeholder,
.ordering-item_inp textarea::placeholder {
  color: #C4C4C4;
}

.ordering-item_inp textarea {
  height: auto;
}

.ordering-item_inp--sm {
  width: -webkit-calc(100% / 3 - 7px);
  width: -moz-calc(100% / 3 - 7px);
  width: calc(100% / 3 - 7px);
}

.ordering-item_inp--ok input {
  border: 1px solid #039d9f;
}

.ordering-item_inp--ok::before {
  content: '✔';
  display: block;
  position: absolute;
  color: #039d9f;
  top: 12px;
  right: 15px;
  font-size: 18px;
}

.ordering-item_inp--error input {
  border: 1px solid #D42D2F;
}

.ordering-item_inp--error p {
  color: #D42D2F;
  font-size: 12px;
  line-height: 13px;
  margin: 5px 0 0 20px;
}

.ordering-item .select {
  width: 100%;
  height: 40px;
  padding: 14px 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #FFFFFF;
  border: 1px solid #E5E5E5;
  border-radius: 5px;
  position: relative;
}

.ordering-item .select img {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

.ordering-item .select .rotate {
  -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}

.ordering-item .select input {
  font-size: 14px;
  width: -webkit-calc(100% - 15px);
  width: -moz-calc(100% - 15px);
  width: calc(100% - 15px);
  background: none;
  border: none;
  border-radius: 0;
  padding: 0;
}

.ordering-item .select input::-webkit-input-placeholder {
  color: #c4c4c4;
}

.ordering-item .select input::-moz-placeholder {
  color: #c4c4c4;
}

.ordering-item .select input:-ms-input-placeholder {
  color: #c4c4c4;
}

.ordering-item .select input::-ms-input-placeholder {
  color: #c4c4c4;
}

.ordering-item .select input::placeholder {
  color: #c4c4c4;
}

.ordering-item .select .drop {
  position: absolute;
  z-index: 1;
  display: none;
  width: 100%;
  top: 37px;
  left: 0;
  background: #ffffff;
  border: 1px solid #706F6F;
  padding: 7px 5px;
  border-radius: 0 0 5px 5px;
}

.ordering-item .select .drop span {
  cursor: pointer;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  display: block;
  padding: 8px 10px;
  font-size: 14px;
}

.ordering-item .select .drop span:hover {
  color: #039d9f;
}

.ordering-item .select .drop .active {
  color: #c4c4c4;
}

.ordering-item .select .drop .active:hover {
  color: #c4c4c4;
}

.filter-item-checkbox input[type=checkbox]:checked + .checkbox::before {
  background: #039d9f;
}

.ordering-order {
  background: #ffffff;
  box-shadow: 1px 1px 9px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  padding: 33px 26px 35px;
  margin-bottom: 0;
}

.ordering-order_table {
  padding: 25px 0;
  margin: 25px 0 25px auto;
  border-top: 1px solid #AAAAAA;
  border-bottom: 1px solid #AAAAAA;
}

.ordering-order_row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
}

.ordering-order_row:last-child {
  margin-bottom: 0;
}

.ordering-order_cell:nth-child(1) {
  width: 100px;
}

.ordering-order_cell:nth-child(1) b {
  font-weight: 600;
}

.ordering-order_cell:nth-child(2) {
  width: 100px;
}

.ordering-order_cell:nth-child(2) b {
  font-weight: 700;
}

.ordering-order_btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 400;
  font-size: 18px;
  margin: 0 auto;
  width: 100%;
  max-width: 252px;
  height: 48px;
}

.ordering-order_btn:hover {
  background: #039d9f;
}

.ordering-order-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 20px;
}

.ordering-order-item_img {
  width: 80px;
  height: 80px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-right: 20px;
  background: #F4F4F4;
  border-radius: 3px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.ordering-order-item_img img {
  width: auto;
  height: 100%;
}

.ordering-order-item_wrap {
  width: -webkit-calc(100% - 100px);
  width: -moz-calc(100% - 100px);
  width: calc(100% - 100px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

.ordering-order-item_inf {
  width: -webkit-calc(100% - 110px - 20px);
  width: -moz-calc(100% - 110px - 20px);
  width: calc(100% - 110px - 20px);
  margin-right: 20px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.ordering-order-item_title {
  display: block;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 9px;
}

.ordering-order-item_title:hover {
  color: #039d9f;
}

.ordering-order-item_articul {
  font-size: 14px;
  color: #706F6F;
}

.ordering-order-item_desc {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 110px;
}

.ordering-order-item_num {
  width: 100%;
  text-align: right;
  font-size: 16px;
  margin-bottom: 15px;
}

.ordering-order-item_price {
  text-align: right;
}

.ordering-order-item_price .cur {
  font-size: 18px;
  line-height: 22px;
  display: inline-block;
}

.ordering-order-item_price .old {
  font-size: 16px;
  -webkit-text-decoration-line: line-through;
     -moz-text-decoration-line: line-through;
          text-decoration-line: line-through;
  color: #C4C4C4;
  display: inline-block;
  margin-left: 8px;
}

.ordering-order-checkbox {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 32px;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  cursor: pointer;
}

.ordering-order-checkbox input[type=checkbox] {
  position: absolute;
  z-index: -1;
  opacity: 0;
  display: block;
  width: 0;
  height: 0;
}

.ordering-order-checkbox input[type=checkbox]:checked + .checkbox {
  border: 1px solid #039d9f;
}

.ordering-order-checkbox input[type=checkbox]:checked + .checkbox::before {
  background: #039d9f;
}

.ordering-order-checkbox .checkbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #000000;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin-right: 8px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-top: 2px;
}

.ordering-order-checkbox .checkbox:hover {
  border: 1px solid #039d9f;
}

.ordering-order-checkbox .checkbox::before {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  background: transparent;
}

.filter_search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #D7D7D7;
  padding-bottom: 10px;
  margin-bottom: 40px;
}

.filter_search svg {
  margin-right: 10px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

.filter_search input {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-weight: 300;
  font-size: 18px;
  letter-spacing: 0.05em;
}

.roducts-page-pug--margin {
  margin-top: 50px;
}

.block-thx {
  padding: 60px 0 100px;
  min-height: -webkit-calc(100vh - 160px - 260px);
  min-height: -moz-calc(100vh - 160px - 260px);
  min-height: calc(100vh - 160px - 260px);
  background: url('../image/photo/42.png');
  background-size: cover;
  background-position: bottom right;
}

.thx {
  max-width: 473px;
}

.thx_title {
  font-size: 30px;
  margin-bottom: 40px;
}

.thx_table {
  margin-bottom: 45px;
}

.thx_row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 15px;
}

.thx_row:last-child {
  margin-bottom: 0;
}

.thx_cell {
  width: 50%;
  line-height: 120%;
}

.thx_cell:nth-child(1) {
  padding-right: 5px;
  color: #505050;
}

.thx_cell:nth-child(2) {
  padding-left: 5px;
  text-align: right;
}

.thx_btns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.thx_btns a {
  width: -webkit-calc(50% - 15px);
  width: -moz-calc(50% - 15px);
  width: calc(50% - 15px);
  font-weight: 400;
  max-width: 210px;
}

.thx_btns a:nth-child(1) {
  border: 1px solid #000000;
  background: none;
  color: #000000;
}

.thx_btns a:nth-child(1):hover {
  border: 1px solid #039d9f;
  color: #039d9f;
  background: none;
}

.block-post {
  background: #fff;
  padding: 30px 0 100px;
}

.block-post .title {
  margin-bottom: 20px;
}

.post {
  overflow: hidden;
}

.post img {
  float: right;
  width: -webkit-calc(50% - 15px);
  width: -moz-calc(50% - 15px);
  width: calc(50% - 15px);
  margin: 0 0 50px 50px;
}

.post p {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 16px;
}

.post .img-left {
  float: left;
  margin: 25px 15px 50px 0;
  width: -webkit-calc(50% - 15px);
  width: -moz-calc(50% - 15px);
  width: calc(50% - 15px);
  max-width: none;
}

.post .img-right {
  float: right;
  margin: 25px 0 50px 15px;
  width: -webkit-calc(50% - 15px);
  width: -moz-calc(50% - 15px);
  width: calc(50% - 15px);
  max-width: none;
}

.post-tags {
  font-style: italic;
  font-size: 16px;
  line-height: 125%;
  margin-bottom: 10px;
}

.post-tags a:hover {
  color: #039d9f;
}

.post-cats {
  margin-bottom: 10px;
  font-size: 14px;
}

.post-cats a {
  color: #039d9f;
}

.post-cats a:hover {
  color: #1E8B58;
}

.post-author {
  margin-bottom: 10px;
  display: block;
}

.post-author:hover {
  color: #039d9f;
}

.post_date {
  color: rgba(0, 0, 0, 0.6);
  font-size: 14px;
}

.post_date:hover {
  color: #039d9f;
}

.block-profile {
  padding: 30px 0 100px;
  background: #fff;
}

.block-profile .title {
  margin-bottom: 30px;
}

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

.profile_title h2 {
  font-size: 24px;
  line-height: 35px;
}

.profile_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 -15px;
}

.change {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 14px;
}

.change:hover {
  color: #039d9f;
}

.change:hover svg path {
  fill: #1E8B58;
}

.change svg path {
  fill: #039d9f;
}

.profile-item {
  width: -webkit-calc(100% / 2 - 30px);
  width: -moz-calc(100% / 2 - 30px);
  width: calc(100% / 2 - 30px);
  max-width: 500px;
  margin: 0 15px 35px;
}

.profile-item:nth-child(1) {
  border-top: none;
  padding-top: 0;
}

.profile-item_table {
  margin-top: 25px;
  width: 100%;
}

.profile-item_table2 {
  margin-top: 25px;
  width: 100%;
}

.profile-item_table2 .profile-item_row {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.profile-item_table2 .profile-item_row .profile-item_cell:nth-child(1) {
  padding: 0 10px 0 0;
  width: 230px;
}

.profile-item_table2 .profile-item_row .profile-item_cell:nth-child(2) {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 280px;
  padding: 0 10px 0 0;
  margin-right: auto;
  line-height: 24px;
  margin-top: -2px;
}

.profile-item_row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 14px;
}

.profile-item_row:last-child {
  margin-bottom: 0;
}

.profile-item_cell {
  width: 50%;
  max-width: 235px;
  font-size: 16px;
}

.profile-item_cell:nth-child(1) {
  padding-right: 5px;
  color: #a4a4a4;
}

.profile-item_cell:nth-child(2) {
  padding-left: 5px;
}

.profile-item_cell--grey {
  color: #C4C4C4;
}

.profile-item_change {
  max-width: 490px;
  width: 100%;
}

.profile-item_inps {
  margin-top: 25px;
}

.profile-item_inp {
  width: 100%;
  padding: 10px 20px;
  font-size: 14px;
  height: 40px;
  border: 1px solid #E5E5E5;
  border-radius: 8px;
  margin-bottom: 10px;
}

.profile-item_inp::-webkit-input-placeholder {
  color: #C4C4C4;
}

.profile-item_inp::-moz-placeholder {
  color: #C4C4C4;
}

.profile-item_inp:-ms-input-placeholder {
  color: #C4C4C4;
}

.profile-item_inp::-ms-input-placeholder {
  color: #C4C4C4;
}

.profile-item_inp::placeholder {
  color: #C4C4C4;
}

.profile-item_inf {
  font-size: 16px;
  line-height: 24px;
  margin: 10px 0 35px;
  font-weight: 300;
}

.profile-item_btns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.profile-item_btns button {
  width: -webkit-calc(100% / 2 - 15px);
  width: -moz-calc(100% / 2 - 15px);
  width: calc(100% / 2 - 15px);
}

.profile-item_btns .cancel {
  border: 1px solid #000000;
  color: #000000;
  background: none;
}

.profile-item_btns .cancel:hover {
  color: #039d9f;
  background: none;
  border: 1px solid #039d9f;
}

.profile-item-pass {
  width: -webkit-calc(100% - 30px);
  width: -moz-calc(100% - 30px);
  width: calc(100% - 30px);
  max-width: none;
  padding: 35px 0;
  margin: 0 15px;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}

body,
div,
dl,
dt,
dd,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
img,
abbr {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ul li {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

h2 {
  font-size: 28px;
  color: #039c9e;
  font-weight: 600;
  margin-bottom: 30px;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

legend {
  color: #000;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  display: block;
}

img {
  max-width: 100%;
  height: auto;
}

.wrapper {
  max-width: 1170px;
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px;
}

@media screen and (max-width: 1920px) {
  .about p:last-child {
    max-width: 855px;
  }
}

@media screen and (max-width: 1500px) {
  .about {
    max-width: 100%;
  }

  .about p:last-child {
    max-width: 70%;
  }
}

@media screen and (max-width: 1170px) {
  .title {
    font-size: 40px;
    line-height: 120%;
    margin-bottom: 40px;
  }

  .submenu-main {
    max-width: -webkit-calc(964px / 3);
    max-width: -moz-calc(964px / 3);
    max-width: calc(964px / 3);
    padding: 40px 30px 30px 0;
  }

  .submenu-main::before {
    width: -webkit-calc((100vw - 964px) / 2 + 100%);
    width: -moz-calc((100vw - 964px) / 2 + 100%);
    width: calc((100vw - 964px) / 2 + 100%);
  }

  .submenu-main li {
    font-size: 18px;
    margin-bottom: 30px;
  }

  .submenu-content {
    max-width: -webkit-calc(964px / 3 * 2 + 30px);
    max-width: -moz-calc(964px / 3 * 2 + 30px);
    max-width: calc(964px / 3 * 2 + 30px);
    padding: 40px 0 40px 5px;
    margin-right: -30px;
  }

  .submenu-content_col {
    width: -webkit-calc(100% / 3 - 30px);
    width: -moz-calc(100% / 3 - 30px);
    width: calc(100% / 3 - 30px);
    margin: 0 15px;
  }

  .submenu-content_col li {
    font-size: 14px;
    margin-bottom: 15px;
  }

  .submenu-content_col li ul li {
    font-size: 13px;
  }

  .feedback {
    width: 445px;
  }

  .feedback_img {
    right: 150px;
  }

  .feedback_title {
    font-size: 40px;
    line-height: 120%;
    margin-bottom: 40px;
  }

  .feedback_form {
    padding: 40px 40px;
  }

  .cat_img {
    margin-bottom: 25px;
  }

  .cat_title {
    font-size: 18px;
  }

  .cosmetology_slider2 .slick-slide {
    height: 100px;
  }

  .cart-item_cross {
    margin-right: 5px;
  }

  .profile-order_cell:nth-child(1) {
    width: 150px;
  }

  .profile-order_cell:nth-child(2) {
    width: -webkit-calc(100% - 150px);
    width: -moz-calc(100% - 150px);
    width: calc(100% - 150px);
  }

  .profile-order_sum {
    max-width: none;
    text-align: right;
  }

  .wrapper {
    max-width: 1024px;
  }
}

@media screen and (max-width: 1024px) {
  .header_btns {
    width: 90px;
  }

  .header_search .active {
    width: 200px;
  }

  .header_nav li {
    font-size: 13px;
  }

  .submenu-main {
    max-width: -webkit-calc(860px / 3);
    max-width: -moz-calc(860px / 3);
    max-width: calc(860px / 3);
    padding: 40px 30px 30px 0;
  }

  .submenu-main::before {
    width: -webkit-calc((100vw - 860px) / 2 + 100%);
    width: -moz-calc((100vw - 860px) / 2 + 100%);
    width: calc((100vw - 860px) / 2 + 100%);
  }

  .submenu-content {
    max-width: -webkit-calc(860px / 3 * 2 + 30px);
    max-width: -moz-calc(860px / 3 * 2 + 30px);
    max-width: calc(860px / 3 * 2 + 30px);
  }

  .footer_nav {
    margin-top: 0;
  }

  .footer_nav li {
    font-size: 13px;
  }

  .feedback_img {
    right: 50px;
  }

  .blog-item {
    width: -webkit-calc(100% / 2 - 30px);
    width: -moz-calc(100% / 2 - 30px);
    width: calc(100% / 2 - 30px);
  }

  .blog-item:last-child {
    display: none;
  }

  .trgs {
    padding-top: 80px;
  }

  .trg:nth-child(6) {
    margin-left: 0;
  }

  .trg:nth-child(7) {
    margin-right: 0;
  }

  .block-about {
    padding: 100px 0 324px;
  }

  .about p:last-child {
    max-width: none;
  }

  .products-page-items .product {
    width: -webkit-calc(100% / 2 - 30px);
    width: -moz-calc(100% / 2 - 30px);
    width: calc(100% / 2 - 30px);
  }

  .filter-item-prices input {
    width: 70px;
    padding: 8px;
  }

  .cosmetology_slider1 .slick-slide {
    height: 300px;
  }

  .cosmetology_slider2-left {
    left: -20px;
  }

  .cosmetology_slider2-right {
    right: -20px;
  }

  .cosmetology_slider2 .slick-slide {
    height: 80px;
  }

  .product-reviews_content iframe {
    height: 400px;
  }

  .product-reviews-top_tab {
    margin-right: 50px;
    font-size: 20px;
  }

  .cart-item_price {
    width: -webkit-calc(100% / 12 * 3 - 30px);
    width: -moz-calc(100% / 12 * 3 - 30px);
    width: calc(100% / 12 * 3 - 30px);
  }

  .profile-order_table {
    margin: 0 0 10px;
  }

  .profile-order_cell:nth-child(1) {
    width: 230px;
  }

  .profile-order_cell:nth-child(2) {
    width: -webkit-calc(100% - 230px);
    width: -moz-calc(100% - 230px);
    width: calc(100% - 230px);
  }

  .ordering_left {
    width: -webkit-calc(100% - 30px);
    width: -moz-calc(100% - 30px);
    width: calc(100% - 30px);
  }

  .ordering_right {
    width: -webkit-calc(100% - 30px);
    width: -moz-calc(100% - 30px);
    width: calc(100% - 30px);
  }

  .post img {
    margin: 0 0 30px 30px;
  }

  .profile-item_table2 .profile-item_row .profile-item_cell:nth-child(1) {
    width: 100px;
  }

  .wrapper {
    max-width: 920px;
  }
}

@media screen and (max-width: 991px) {
  main {
    padding-top: 73px;
    display: block;
  }

  .title {
    font-size: 34px;
    margin-bottom: 30px;
  }

  header {
    padding: 20px 0;
    position: fixed;
  }

  .header_burger {
    display: none;
  }

  .header_logo {
    width: 40%;
    order: 2;
    display: flex;
    justify-content: center;
  }

  .header_items {
    display: none;
  }

  .header_btns {
    width: 30%;
    order: 3;
    display: flex;
    justify-content: flex-end;
  }

  .header_btn {
    margin-left: 15px;
  }

  .header_search {
    display: none;
  }

  .header_nav {
    display: none;
  }

  .header-profile {
    width: 260px;
    top: 40px;
    padding: 15px;
  }

  .header-profile li {
    padding: 15px 20px;
  }

  footer {
    padding: 30px 0 32px;
  }

  .footer_left {
    width: -webkit-calc(100% - 30px);
    width: -moz-calc(100% - 30px);
    width: calc(100% - 30px);
    margin-bottom: 20px;
  }

  .footer_title {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 6px;
  }

  .footer_text {
    font-size: 14px;
    line-height: 20px;
  }

  .footer_right {
    width: -webkit-calc(100% - 30px);
    width: -moz-calc(100% - 30px);
    width: calc(100% - 30px);
    margin-bottom: 20px;
    padding: 5px;
    border-radius: 4px;
  }

  .footer_right input {
    width: -webkit-calc(100% - 110px);
    width: -moz-calc(100% - 110px);
    width: calc(100% - 110px);
    font-size: 12px;
    padding: 0 5px;
  }

  .footer_right button {
    width: 110px;
    height: 30px;
    border-radius: 5px;
    font-size: 12px;
  }

  .footer_nav {
    display: none;
  }

  .footer_socs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 16px;
    display: none;
  }

  .block-feedback {
    padding: 50px 0;
  }

  .feedback {
    width: 330px;
  }

  .feedback_img {
    right: -100px;
  }

  .feedback_title {
    font-size: 34px;
    margin-bottom: 30px;
  }

  .feedback_form {
    padding: 30px 20px;
  }

  .feedback_subtitle {
    font-size: 24px;
    line-height: 26px;
  }

  .feedback_inp {
    margin-bottom: 15px;
  }

  .feedback_btn {
    margin-top: 25px;
  }

  .block-blog {
    padding: 50px 0;
  }

  .block-reviews {
    padding: 50px 0;
  }

  .block-faqs {
    padding: 50px 0;
  }

  .block-liders {
    padding: 50px 0;
  }

  .products-slider .slick-dots {
    margin-top: 30px;
  }

  .product_img {
    height: 370px;
    -webkit-margin-after: 30px;
            margin-block-end: 30px;
  }

  .product_status {
    right: 0;
    height: 31px;
  }

  .product_like {
    top: 65px;
    opacity: 1;
  }

  .product_btn {
    margin: 0;
    right: auto;
    bottom: auto;
    top: 24px;
    left: 17px;
    height: 31px;
    font-size: 0;
    width: 35px;
    border-radius: 4px;
    opacity: 1;
  }

  .product_btn img {
    margin: 0;
  }

  .block-trgs {
    padding: 50px 0;
  }

  .trgs {
    margin-bottom: -100px;
  }

  .trg {
    margin: 0 0 100px;
  }

  .block-novelty {
    padding: 50px 0;
  }

  .block-cats {
    padding: 50px 0;
  }

  .cat {
    width: -webkit-calc(100% / 2 - 30px);
    width: -moz-calc(100% / 2 - 30px);
    width: calc(100% / 2 - 30px);
  }

  .block-about {
    padding: 50px 0 55px;
  }

  .block-offer-slider .slick-dots {
    bottom: 5px;
  }

  .block-favourites {
    padding: 30px 0 50px;
  }

  .products .product {
    width: -webkit-calc(100% / 3 - 30px);
    width: -moz-calc(100% / 3 - 30px);
    width: calc(100% / 3 - 30px);
  }

  .block-bc {
    padding-top: 16px;
  }

  .bc li {
    font-size: 12px;
  }

  .block-nums {
    padding: 50px 0;
  }

  .block-history {
    padding: 50px 0;
  }

  .history p {
    line-height: 20px;
  }

  .block-why {
    padding: 50px 0;
  }

  .why {
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: space-evenly;
    -webkit-justify-content: space-evenly;
       -moz-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }

  .why-item {
    width: -webkit-calc(100% / 2 - 30px);
    width: -moz-calc(100% / 2 - 30px);
    width: calc(100% / 2 - 30px);
  }

  .block-about-page {
    padding: 30px 0 50px;
  }

  .block-products-page {
    padding: 30px 0 50px;
  }

  .filter-btns {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }

  .filter-item-prices input {
    padding: 8px 5px;
    width: 60px;
  }

  .seo_title {
    font-size: 24px;
  }

  .block-forU {
    padding: 50px 0;
  }

  .block-cosmetology {
    padding: 30px 0 50px;
  }

  .cosmetology_left {
    width: -webkit-calc(100% - 30px);
    width: -moz-calc(100% - 30px);
    width: calc(100% - 30px);
    margin: 0 15px 25px;
  }

  .cosmetology_left p {
    max-width: none;
  }

  .cosmetology_right {
    width: -webkit-calc(100% - 30px);
    width: -moz-calc(100% - 30px);
    width: calc(100% - 30px);
    margin-bottom: 25px;
  }

  .cosmetology_slider1 {
    margin: 0 -10px;
  }

  .cosmetology_slider1 .slick-slide {
    margin: 0 10px;
  }

  .cosmetology_slider2-wrap {
    display: none;
  }

  .cosmetology_bottom img {
    margin-top: 15px;
  }

  .cosmetology p {
    line-height: 20px;
    margin-bottom: 10px;
  }

  .block-buy {
    padding: 30px 0 50px;
  }

  .block-delivery {
    padding: 30px 0 50px;
  }

  .delivery_col {
    width: -webkit-calc(100% - 30px);
    width: -moz-calc(100% - 30px);
    width: calc(100% - 30px);
    margin-bottom: 25px;
  }

  .delivery_col:nth-child(2) {
    margin-bottom: 0;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .delivery p {
    max-width: none;
    line-height: 20px;
  }

  .delivery p span {
    font-size: 16px;
  }

  .delivery_img {
    margin-bottom: 25px;
  }

  .block-product-card {
    padding: 30px 0 50px;
  }

  .product-card-gallery {
    width: -webkit-calc(100% - 30px);
    width: -moz-calc(100% - 30px);
    width: calc(100% - 30px);
    margin: 0 15px 30px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 20px 0;
  }

  .product-card-gallery_slider1 {
    display: none;
  }

  .product-card-gallery_slider2 {
    width: 100%;
    max-width: 500px;
  }

  .product-card-gallery_slider2 .product-card-gallery_slide {
    height: 370px;
  }

  .product-card-gallery_slider2 .product-card-gallery_slide .sale {
    height: 31px;
  }

  .product-card-inf {
    width: -webkit-calc(100% - 30px);
    width: -moz-calc(100% - 30px);
    width: calc(100% - 30px);
  }

  .product-card-inf_title {
    display: none;
  }

  .product-card-inf_articul {
    display: none;
  }

  .product-card-inf_status {
    display: none;
  }

  .porudct-card-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .product-card-table {
    width: -webkit-calc(100% - 30px);
    width: -moz-calc(100% - 30px);
    width: calc(100% - 30px);
  }

  .product-card-table_row {
    max-width: none;
  }

  .product-card-table_tags {
    max-width: none;
  }

  .product-card-desc {
    margin: 0 15px 30px;
    width: -webkit-calc(100% - 30px);
    width: -moz-calc(100% - 30px);
    width: calc(100% - 30px);
  }

  .product-card-desc_text p {
    line-height: 22px;
  }

  .product-reviews_content {
    margin-bottom: 30px;
  }

  .product-reviews-form {
    padding: 50px 30px;
  }

  .block-cart {
    padding: 30px 0 50px;
  }

  .cart-item_img {
    margin-right: 15px;
  }

  .cart-item_inf {
    width: -webkit-calc(100% / 12 * 5 - 15px);
    width: -moz-calc(100% / 12 * 5 - 15px);
    width: calc(100% / 12 * 5 - 15px);
    margin-right: 15px;
  }

  .cart-item_price {
    width: -webkit-calc(100% / 12 * 3 - 15px);
    width: -moz-calc(100% / 12 * 3 - 15px);
    width: calc(100% / 12 * 3 - 15px);
    margin-right: 15px;
    text-align: center;
  }

  .cart-item_price .cur {
    margin: 0 4px;
  }

  .cart-item_btns {
    margin-right: 15px;
  }

  .cart-item_sum {
    width: 150px;
  }

  .block-partner {
    padding: 30px 0 50px;
  }

  .partner_right .feedback_form {
    padding: 30px 30px 40px;
  }

  .block-contacts {
    padding: 30px 0 50px;
  }

  .contacts_left {
    width: 100%;
    padding: 0;
  }

  .contacts_right {
    width: 100%;
    margin-top: 25px;
  }

  .block-blog-page {
    padding: 30px 0 50px;
  }

  .block-orders {
    padding: 30px 0 50px;
  }

  .profile-order_table {
    margin: 0;
  }

  .profile-order_cell:nth-child(1) {
    width: 150px;
  }

  .profile-order_cell:nth-child(2) {
    width: -webkit-calc(100% - 150px);
    width: -moz-calc(100% - 150px);
    width: calc(100% - 150px);
  }

  .profile-order-item_eq {
    width: 120px;
  }

  .profile-order-item_price {
    width: 120px;
  }

  .block-reviews-page {
    padding: 30px 0 50px;
  }

  .block-reviews-page .products-page-pug {
    margin-top: 30px;
  }

  .block-ordering {
    padding: 30px 0 50px;
  }

  .roducts-page-pug--margin {
    margin-top: 30px;
  }

  .block-thx {
    padding: 30px 0 250px;
    background-color: #fff;
    background-image: url('../image/photo/43.png');
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: bottom right;
    min-height: -webkit-calc(100vh - 70px - 240px);
    min-height: -moz-calc(100vh - 70px - 240px);
    min-height: calc(100vh - 70px - 240px);
  }

  .block-post {
    padding: 30px 0 50px;
  }

  .block-profile {
    padding: 30px 0 50px;
  }

  .block-profile .title {
    margin-bottom: 25px;
  }

  .profile-item {
    width: -webkit-calc(100% - 30px);
    width: -moz-calc(100% - 30px);
    width: calc(100% - 30px);
    max-width: none;
    padding: 25px 0;
    margin: 0 15px;
    border-bottom: 1px solid #e5e5e5;
  }

  .profile-item_table2 .profile-item_row .profile-item_cell:nth-child(1) {
    width: 50%;
    max-width: 235px;
  }

  .profile-item_table2 .profile-item_row .profile-item_cell:nth-child(2) {
    width: 50%;
    max-width: none;
    font-size: 14px;
    line-height: 18px;
  }

  .profile-item-pass {
    padding: 25px 0;
    border-top: none;
  }

  .wrapper {
    max-width: 768px;
  }
}

@media screen and (max-width: 768px) {
  .blog-item {
    width: -webkit-calc(100% - 30px);
    width: -moz-calc(100% - 30px);
    width: calc(100% - 30px);
  }

  .blog-item:last-child {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }

  .blog-item_content {
    padding: 34px 18px 32px;
  }

  .blog-item_title {
    margin-bottom: 13px;
    font-size: 16px;
  }

  .blog-item_text {
    margin-bottom: 25px;
  }

  .trgs {
    margin-bottom: 0;
    padding-top: 61px;
  }

  .trgs_bg {
    position: static;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: -45px;
  }

  .trg {
    width: -webkit-calc(100% / 2 - 15px);
    width: -moz-calc(100% / 2 - 15px);
    width: calc(100% / 2 - 15px);
    margin: 0 0 90px;
  }

  .trg_text {
    font-size: 12px;
  }

  .products .product {
    width: -webkit-calc(100% / 2 - 30px);
    width: -moz-calc(100% / 2 - 30px);
    width: calc(100% / 2 - 30px);
  }

  .block-nums {
    background: none;
  }

  .nums {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .num {
    margin: 0 0 62px;
  }

  .num::after {
    width: 1px;
    height: 62px;
    bottom: -62px;
    top: auto;
    right: 0;
    left: 0;
    margin: 0 auto;
  }

  .history {
    margin: 0 0 -20px;
  }

  .history p {
    margin: 0 0 20px;
  }

  .history img {
    max-width: 100%;
    margin: 0 0 20px;
  }

  .products-page-content {
    width: -webkit-calc(100% - 30px);
    width: -moz-calc(100% - 30px);
    width: calc(100% - 30px);
  }

  .products-page-top {
    margin-bottom: 25px;
  }

  .products-page-top_find {
    width: 45%;
    padding-right: 0px;
    font-size: 14px;
  }

  .products-page-top_select {
    width: 55%;
  }

  .products-page-top_select input {
    font-size: 14px;
    width: -webkit-calc(100% - 16px);
    width: -moz-calc(100% - 16px);
    width: calc(100% - 16px);
  }

  .products-page-items {
    margin: 0 -15px;
  }

  .filter {
    width: 100%;
    margin: 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    background: #ffffff;
    height: 100vh;
    overflow-y: scroll;
    padding: 30px 30px 40px;
    display: none;
  }

  .filter_top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }

  .filter-item {
    max-width: none;
  }

  .filter-btns {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    max-width: none;
  }

  .filter_delete {
    margin: 0 auto;
  }

  .filter-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }

  .cosmetology_slider1 {
    width: 540px;
  }

  .cosmetology_slider1 .slick-slide {
    height: 250px;
  }

  .cosmetology_slider1 .slick-dots {
    max-width: -webkit-calc(100vw - 10px);
    max-width: -moz-calc(100vw - 10px);
    max-width: calc(100vw - 10px);
  }

  .product-reviews_content iframe {
    height: 300px;
  }

  .product-reviews-top {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 0;
    border: none;
  }

  .product-reviews-top_tabs {
    width: 100%;
    margin-top: 0px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .product-reviews-top_tab {
    margin: 0;
    font-size: 16px;
    width: 100%;
    text-align: center;
  }

  .product-reviews-sert {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 50px;
  }

  .product-reviews-sert_img {
    margin: 0 0 25px;
  }

  .product-reviews-sert_content {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .product-reviews-sert_title {
    width: 100%;
  }

  .product-reviews-sert_text {
    width: 100%;
  }

  .product-reviews-form {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    height: 100vh;
    overflow-y: scroll;
    margin: 0;
    border: none;
    border-radius: 0;
    padding: 70px 15px;
  }

  .product-reviews-form_left {
    margin: 0 0 30px;
    width: 100%;
  }

  .product-reviews-form_text p {
    max-width: none;
  }

  .product-reviews-form_right {
    margin: 0 0 auto;
    width: 100%;
  }

  .product-reviews-form--active {
    display: block;
  }

  .cart_table {
    margin: 30px 0 50px auto;
  }

  .cart-item {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .cart-item_img {
    margin-right: 10px;
  }

  .cart-item_inf {
    width: -webkit-calc(100% - 90px - 24px);
    width: -moz-calc(100% - 90px - 24px);
    width: calc(100% - 90px - 24px);
    margin-right: 24px;
  }

  .cart-item_price {
    margin: 15px 10px 0 0;
    text-align: center;
    width: -webkit-calc((100% - 100px - 20px) / 2);
    width: -moz-calc((100% - 100px - 20px) / 2);
    width: calc((100% - 100px - 20px) / 2);
  }

  .cart-item_price .old {
    margin: 0 4px;
  }

  .cart-item_btns {
    margin: 15px 10px 0 0;
  }

  .cart-item_sum {
    margin: 15px 0 0 0;
    text-align: center;
    width: -webkit-calc((100% - 100px - 20px) / 2);
    width: -moz-calc((100% - 100px - 20px) / 2);
    width: calc((100% - 100px - 20px) / 2);
  }

  .cart-item_cross {
    position: absolute;
    top: 10px;
    right: 10px;
    margin: 0;
  }

  .partner_left {
    width: -webkit-calc(100% - 30px);
    width: -moz-calc(100% - 30px);
    width: calc(100% - 30px);
    margin-bottom: 30px;
  }

  .partner_left p {
    max-width: none;
  }

  .partner_right {
    width: -webkit-calc(100% - 30px);
    width: -moz-calc(100% - 30px);
    width: calc(100% - 30px);
    max-width: none;
    margin: 0 15px;
  }

  .partner_right .feedback_subtitle {
    text-align: center;
  }

  .partner_right .feedback_text {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .profile-order_cell {
    font-size: 14px;
  }

  .profile-order-item {
    margin-bottom: 20px;
  }

  .profile-order-item_img {
    width: 100px;
    height: 100px;
  }

  .profile-order-item_wrap {
    display: block;
    padding-left: 25px;
  }

  .profile-order-item_content {
    width: 100%;
    margin: 0;
  }

  .profile-order-item_eq {
    width: auto;
    padding: 0;
    margin-top: 10px;
    text-align: left;
  }

  .profile-order-item_price {
    width: auto;
    padding: 0;
    margin-top: 10px;
    text-align: left;
  }

  .ordering_title {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 16px;
  }

  .ordering-item_text {
    margin-bottom: 20px;
  }

  .ordering-item_radio {
    width: 100%;
  }

  .ordering-order {
    padding: 0;
    background: none;
    box-shadow: none;
  }

  .post img {
    width: 100%;
    margin: 0 0 25px;
  }

  .post .img-left {
    margin: 20px -15px 25px -15px;
    width: -webkit-calc(100% + 30px);
    width: -moz-calc(100% + 30px);
    width: calc(100% + 30px);
  }

  .post .img-right {
    margin: 0 -15px 30px -15px;
    width: -webkit-calc(100% + 30px);
    width: -moz-calc(100% + 30px);
    width: calc(100% + 30px);
  }

  .profile_title h2 {
    font-size: 18px;
    line-height: 26px;
  }

  .profile-item_btns button {
    width: -webkit-calc(100% / 2 - 5px);
    width: -moz-calc(100% / 2 - 5px);
    width: calc(100% / 2 - 5px);
  }

  .wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .wrapper {
    max-width: 576px;
  }
}

@media screen and (max-width: 576px) {
  .title {
    font-size: 22px;
    margin-bottom: 23px;
  }

  .block-feedback {
    padding: 50px 0 0;
  }

  .feedback {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }

  .feedback_img {
    right: 0;
    position: static;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: -webkit-calc(100% + 100px);
    width: -moz-calc(100% + 100px);
    width: calc(100% + 100px);
    margin-right: -100px;
  }

  .feedback_title {
    text-align: left;
    font-size: 22px;
    width: 100%;
    margin-bottom: 23px;
  }

  .feedback_form {
    width: 100%;
    padding: 28px 17px 40px;
    margin-bottom: 28px;
  }

  .feedback_subtitle {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 10px;
  }

  .feedback_text {
    margin-bottom: 20px;
  }

  .feedback_inp {
    margin-bottom: 10px;
  }

  .feedback_inp input {
    padding: 0 14px;
  }

  .popUp_content {
    padding: 40px 15px;
  }

  .blog-item_img {
    height: 207px;
  }

  .block-reviews {
    background: url('../image/photo/6.png');
    background-size: cover;
    background-position: left bottom;
  }

  .reviews {
    max-width: 350px;
  }

  .reviews_title {
    margin-bottom: 30px;
  }

  .reviews_dots {
    width: 29px;
    top: 30px;
    left: -29px;
  }

  .reviews_text {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 20px;
  }

  .reviews_name {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 20px;
  }

  .reviews_link {
    /* max-width: 140px; */
    font-weight: 400;
  }

  .reviews .slick-dots {
    margin-bottom: 30px;
  }

  .reviews .slick-dots li button {
    width: 20px;
    height: 3px;
    margin: 0 4px;
  }

  .block-faqs {
    background: none;
  }

  .faqs_btn {
    margin-top: 18px;
  }

  .faq {
    padding: 17px;
    margin-bottom: 12px;
  }

  .faq_title {
    font-size: 16px;
    line-height: 22px;
  }

  .faq_text {
    margin-top: 15px;
    font-size: 14px;
    line-height: 20px;
  }

  .products-slider .slick-dots li button {
    width: 8px;
    height: 8px;
    margin: 0 2.5px;
  }

  .block-trgs .title {
    text-align: left;
  }

  .trgs {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .trg {
    width: 100%;
    margin: 0 0 80px;
    max-width: -webkit-calc(100% - 44px);
    max-width: -moz-calc(100% - 44px);
    max-width: calc(100% - 44px);
  }

  .trg:nth-child(even) {
    margin-right: 0;
  }

  .trg_text {
    font-size: 14px;
  }

  .block-offer-slider .slick-dots li button {
    width: 8px;
    height: 8px;
    margin: 0 2.5px;
  }

  .block-offer {
    height: auto;
  }

  .offer {
    padding: 15px 0 0px;
  }

  .offer_title {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 20px;
    max-width: 200px;
    margin-top: 5px;
  }

  .offer_text {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 27px;
    max-width: 215px;
    display: none;
  }

  .offer_btn {
    width: 124px;
    height: 40px;
    font-size: 14px;
    font-weight: 400;
    border-radius: 6px;
  }

  .why {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .why-item {
    width: -webkit-calc(100% - 30px);
    width: -moz-calc(100% - 30px);
    width: calc(100% - 30px);
  }

  .about-page {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }

  .about-page h1 {
    width: 100%;
    margin-top: 0;
  }

  .about-page p {
    width: 100%;
  }

  .about-page img {
    margin: 5px 0 0;
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .seo_title {
    font-size: 18px;
    margin-bottom: 16px;
  }

  .seo_text {
    margin-bottom: 20px;
  }

  .cosmetology .title {
    margin-bottom: 16px;
  }

  .block-buy {
    padding: 30px 0 0;
  }

  .buy img {
    margin: 16px -15px -5px;
    width: -webkit-calc(100% + 30px);
    width: -moz-calc(100% + 30px);
    width: calc(100% + 30px);
    border-radius: 0;
    max-width: none;
  }

  .delivery_img {
    margin: 0 0 25px;
    width: 100%;
  }

  .delivery_img img {
    width: -webkit-calc(100% + 30px);
    width: -moz-calc(100% + 30px);
    width: calc(100% + 30px);
  }

  .product-card-gallery_slider2 .product-card-gallery_slide {
    height: 340px;
  }

  .product-card-gallery_slider2 .slick-dots li button {
    width: 8px;
    height: 8px;
    margin: 0 2.5px;
  }

  .porudct-card-top .product-card-inf_title {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 0px;
  }

  .product-reviews-text_name {
    font-size: 16px;
  }

  .product-reviews-sert_title {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 12px;
  }

  .product-reviews-sert_text p {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 22px;
  }

  .cart_table {
    margin: 30px 0 45px auto;
  }

  .cart_btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .cart_btns a {
    width: 100%;
    max-width: none;
  }

  .cart_order {
    margin-top: 20px;
  }

  .cart-item_title {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .cart-item_articul {
    font-size: 14px;
  }

  .partner_right .feedback_form {
    padding: 30px 17px 40px;
  }

  .partner_right .feedback_subtitle {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .partner_right .feedback_text {
    margin-bottom: 22px;
  }

  .contacts_title {
    font-size: 16px;
    line-height: 20px;
  }

  .contacts p {
    margin-bottom: 15px;
  }

  .contacts_right {
    min-height: 250px;
  }

  .block-blog-page .products-page-pug {
    margin-top: 0;
  }

  .profile-order_top {
    padding: 0 15px;
  }

  .profile-order_inf {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }

  .profile-order_num {
    width: -webkit-calc(100% - 26px);
    width: -moz-calc(100% - 26px);
    width: calc(100% - 26px);
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .profile-order_date {
    width: 100%;
    margin: 10px 0;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
       -moz-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .profile-order_status {
    width: 100%;
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
       -moz-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  .profile-order_arrow {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
       -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .profile-order_table {
    margin: 0 0 6px;
  }

  .profile-order_cell:nth-child(1) {
    width: 50%;
  }

  .profile-order_cell:nth-child(2) {
    width: 50%;
  }

  .profile-order_items {
    padding: 15px 15px 20px;
  }

  .profile-order-item_wrap {
    padding-left: 10px;
  }

  .profile-order-item_title {
    font-size: 16px;
  }

  .ordering-item_radios-2 {
    margin-top: 30px;
    margin-bottom: -9px;
  }

  .ordering-item_radio {
    margin-bottom: 9px;
    font-size: 14px;
  }

  .ordering-item_inp input,
  .ordering-item_inp textarea {
    padding: 10px 15px;
  }

  .ordering-order-checkbox {
    font-size: 12px;
    line-height: 20px;
  }

  .ordering-order-checkbox .checkbox {
    margin-top: 0;
  }

  .thx_title {
    font-size: 24px;
    margin-bottom: 30px;
    text-align: center;
  }

  .thx_table {
    margin-bottom: 35px;
  }

  .thx_cell {
    font-size: 14px;
  }

  .post {
    overflow: visible;
  }

  .post img {
    width: -webkit-calc(100% + 30px);
    width: -moz-calc(100% + 30px);
    width: calc(100% + 30px);
    margin: 0 -15px 25px;
    max-width: none;
  }

  .post p {
    line-height: 20px;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 500px) {
  .products .product {
    width: -webkit-calc(100% - 30px);
    width: -moz-calc(100% - 30px);
    width: calc(100% - 30px);
  }

  .products-page-items .product {
    width: -webkit-calc(100% - 30px);
    width: -moz-calc(100% - 30px);
    width: calc(100% - 30px);
  }
}

@media screen and (max-width: 450px) {
  .popUp_form {
    padding: 40px 30px;
  }

  .cat {
    width: -webkit-calc(100% - 30px);
    width: -moz-calc(100% - 30px);
    width: calc(100% - 30px);
  }

  .cat_title {
    font-size: 20px;
  }

  .block-about {
    background-size: 100% auto;
  }

  .products-page-top_select svg {
    margin-left: 5px;
  }

  .product-card-inf_model {
    font-size: 14px;
    margin-bottom: 10px;
  }

  .product-card-inf_val span {
    font-size: 16px;
  }

  .product-card-inf_val .select {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
       -moz-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }

  .product-card-inf_price {
    margin-bottom: 30px;
  }

  .product-card-inf_btn {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
       -moz-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }

  .product-reviews_content iframe {
    height: 230px;
  }

  .cart-item_price {
    text-align: left;
  }

  .profile-order-item_img {
    width: 70px;
    height: 70px;
  }

  .profile-order-item_title {
    font-size: 14px;
    margin-bottom: 5px;
  }

  .profile-order-item_inf {
    font-size: 13px;
  }

  .profile-order-item_eq {
    font-size: 13px;
    margin-top: 5px;
  }

  .profile-order-item_price {
    font-size: 13px;
    margin-top: 5px;
  }

  .ordering-item .select {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
       -moz-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }

  .ordering-order-item {
    margin-bottom: 25px;
  }

  .ordering-order-item_wrap {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }

  .ordering-order-item_inf {
    width: 100%;
    margin: 0;
  }

  .ordering-order-item_articul {
    margin-bottom: 9px;
  }

  .ordering-order-item_desc {
    width: 100%;
    max-width: none;
  }

  .ordering-order-item_num {
    text-align: left;
    font-size: 14px;
    margin-bottom: 9px;
  }

  .ordering-order-item_price {
    text-align: left;
  }

  .ordering-order-item_price .cur {
    font-size: 14px;
  }

  .ordering-order-item_price .old {
    font-size: 12px;
  }

  .ordering-order-checkbox {
    margin-bottom: 30px;
  }

  .thx_btns {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }

  .thx_btns a {
    width: 100%;
    max-width: none;
  }

  .thx_btns a:nth-child(1) {
    margin-bottom: 20px;
  }

  .post-tags {
    font-size: 12px;
  }

  .post-author {
    font-size: 14px;
  }

  .block-profile .title {
    margin-bottom: 20px;
  }

  .profile-item_table {
    margin-top: 20px;
  }

  .profile-item_table2 {
    margin-top: 20px;
  }

  .profile-item_inps {
    margin-top: 20px;
  }

  .profile-item_inf {
    font-size: 14px;
    margin: 10px 0 25px;
  }
}

@media screen and (max-width: 410px) {
  .reviews {
    max-width: 300px;
  }
}

@media screen and (max-width: 375px) {
  .reviews {
    max-width: 270px;
  }

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

@media screen and (max-width: 370px) {
  .products-page-top {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }

  .products-page-top_find {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .products-page-top_select {
    width: 100%;
  }

  .products-page-top_select svg {
    margin-top: 15px;
  }

  .products-page-top_select input {
    width: auto;
    margin-top: 15px;
  }

  .products-page-top_drop {
    top: 30px;
  }
}

@media screen and (max-width: 360px) {
  .header_burger {
    margin-right: 15px;
  }

  .trg {
    max-width: none;
  }

  .block-about {
    padding: 50px 0 250px;
  }

  .product-reviews-top_tab {
    font-size: 14px;
  }

  .cart-item_btns {
    width: 80px;
  }
}

@media screen and (max-width: 359px) {
  .block-reviews {
    background-position: left -40px bottom;
  }
}

a.offer_btn.btn:hover {
    color: white;
    background: #008486;
}

img.logo-footer {
    max-width: 200px;
}



.about-main {
  display: flex;
  align-items: center;
}

.about-text {
  padding-left: 50px;
}

.about-heading {
    font-size: 25px;
    margin-bottom: 40px;
    color: #039d9f;
    font-weight: 600;
}

@media (max-width: 992px) {
.about-main {
    display: flex;
    flex-direction: column;
}

.about-text {
    padding-left: 0;
}

.about-image img {
    max-width: 220px;
    margin-bottom: 30px;
}

.about-heading {
    text-align: center;
}

a.offer_btn.btn {
    margin-bottom: 30px;
}
}




#first {
    height: calc(100vh - 200px);
    background: url(/image/catalog/banners/bb1.png) no-repeat center center;
    background-size: cover;
}

#first .container {
    height: calc(95vh - 100px);
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

#first .text {
    font-size: 35px;
    width: 330px;
    color: #fff;
}

.btn {
    border: 0;
    border-radius: 5px;
    background-color: #039c9e;
    font-size: 18px;
    color: #fff;
    text-align: center;
    width: 230px;
    height: 50px;
    line-height: 50px;
    cursor: pointer;
}

#first .text .btn {
    margin-top: 30px;
    display: block;
    font-size: 22px;
    display: flex;
    font-size: 18px;
}

@media (max-width: 1200px) {
#first {
    background-position: 40%;
    height: calc(100vh - 60px);
    max-height: 100%;
}
}

@media screen and (min-width: 767px) and (max-width: 1023px) {
    .container {
        padding:0 10px;
    }

    #first .container {
        justify-content: center;
        text-align: center;
    }

    #first .text .btn {
        margin: 30px auto 0;
    }
}

@media screen and (min-width: 320px) and (max-width: 766px) {
  #first .container {
    display: flex;
    align-items: flex-end;
    max-height: 440px;
    justify-content: flex-end;
    height: calc(95vh - 100px);
}
    .container {
        padding:0 10px;
    }

    #first {
        background-position: 12%;
        background-size: auto 100%;
        height: 100%;
    }

    #first .text {
        font-size: 22px;
        text-align: center;
    }

    #first .text .btn {
        font-size: 18px;
        margin: 25px auto 0;
        display: flex;
    }
}


@media screen and (min-width: 767px) and (max-width: 1023px) {
    #first .container {
        justify-content: flex-end;
        text-align: center;
        height: 100%;
        display: flex;
    }
}

#first .text .btn:hover {
    color: white;
    background: #028b8d;
}

#first > div > div > span {
    color: #2b2b2b;
    font-weight: 500;
}

@media (max-width: 1200px) {
  #first > div > div > span {
      color: white;
  }
  }

@media (min-width: 1200px) {
#first .text {
    width: 500px;
}
}

#horizontal-menu > div.navbar-header {
  display: none;
}

body > header > div > div > div.menu-fixed > div {
  padding: 0;
}

.navbar-nav {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    padding: 0;
    margin: 0;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 25px;
    border-top: 1px solid #D3D3D3;
    padding-top: 0px;
}

.navbar-nav > li {
    margin: 0;
    padding: 0;
}

.navbar-collapse {
    display: flex;
    justify-content: flex-start;
    width: 100%;
}

#top-fixed > div {display: none;}

body > header > div {
    padding: 0;
}

#horizontal-menu > div.collapse.navbar-collapse.navbar-ex1-collapse.hidden-xs.hidden-sm {
    padding: 0;
}

.menu-fixed {
    width: 100%;
}

.header_logo > img {
    max-width: 225px;
}

.contactstext {
    display: flex;
    justify-content: space-between;
    font-weight: 600;
    flex-wrap: wrap;
}

.contactstext > div {
    width: 48%;
}

.contactstext a {
    color: #039c9e;
}

@media (max-width: 767px) {
  .contactstext > div {
    width: 100%;
}
  body > main > div.block-about-page > div > div > div > div:nth-child(1) {
    margin-bottom: 25px;
}
}

@media (max-width: 992px) {
  .header_logo > img {
    max-width: 170px;
}
  .navbar-nav {
    display: block;
}
  #horizontal-menu > div.navbar-header {
      display: block;
  }
  
  nav#horizontal-menu {
      width: 50px;
  }
  
  body > header > div > div > div.menu-fixed > div {
      width: 50px;
      margin: 0;
  }
  
  button.btn.btn-navbar.navbar-toggle {
      margin: 0;
  }
  
  nav#horizontal-menu {
      margin: 0;
  }
  .menu-fixed {
    width: 30%;
    order: 1;
    display: flex;
    align-items: center;
}

#horizontal-menu .btn-navbar {
    width: 40px;
    height: 40px;
}
}

.pt{padding:0;}
.center{text-align:center;}
.sweat{display:flex;justify-content:space-between;align-items:center;padding-top:60px;}
.sweat>div{width:48%;}
.sweat .img{background: #039c9e url(/image/catalog/img/wave.png) no-repeat;background-size:cover;padding:30px 0;position:relative;max-width:calc(100% - 60px);}
.sweat .left.bg,.sweat .right.bg{display:flex;}
.sweat .right.bg{justify-content:flex-end;margin-top:25px;}
.sweat .right.bg .img img{position:relative;right:60px;box-shadow:0 0 5px 0 rgba(0,0,0,0.2);max-width:100%;width: auto;}
.sweat .img:after{content:'';display:block;border:3px solid #c2c2c2;position:absolute;width:313px;height:352px;z-index:1;max-height:calc(100% - 27px);}
.sweat .left .img:after{right:-20px;top:10px;}
.sweat .right .img:after{left:-20px;top:10px;}
.sweat .left.bg .img img{position:relative;left:60px;box-shadow:0 0 5px 0 rgba(0,0,0,0.2);max-width:100%;width: auto;}
@media screen and (min-width: 767px) and (max-width: 1023px){
.pt{padding:45px 0;}
.container{padding:0 10px;}
.sweat{flex-direction:column;padding-top:30px;}
.sweat>div{width:100%;}
.sweat h2{margin-top:30px;}
}
@media screen and (min-width: 320px) and (max-width: 766px){
.sweattxt{text-align:center;}
.sweat{flex-direction:column;padding-top:25px;}
.sweat>div{width:100%;text-align:center;}
.sweat .img{max-width:500px;padding:0;margin:0 40px 40px 0;}
.sweat .left.bg .img img{left:40px;top:40px;}
.sweat .left.bg,.sweat .right.bg{justify-content:center;}
.sweat>div.right{margin-top:35px;text-align:center;}
.sweat.rev{flex-direction:column-reverse;}
.sweat .right.bg .img img{right:40px;top:40px;}
.sweat .right.bg .img{margin:0 0 40px 40px;}
.sweat .img:after{display:none;}
.sweat .right.bg{margin-bottom:35px;}
}


div#where{display:flex;flex-wrap:wrap;justify-content:center;font-size:14px;}
.where{width:30%;margin: 0px 2% 40px 0;}
.where:nth-child(3n),.where:last-child{margin-right:0;}
.where .img{width:300px;height:250px;position:relative;margin-bottom: 35px;max-width:90%;}
.where .img img{position:relative;top: 35px;left: 40px;max-width:100%;width: auto;max-width: 275px;margin-left: 10px;margin-right: 10px;margin-bottom: 20px;}
.where .img:before{content:'';display:block;width: 95%;height: 95%;background: #039c9e url(/image/catalog/img/wave.png) no-repeat;background-size:cover;position:absolute;}
.where .img:after{content:'';display:block;border:3px solid #c2c2c2;position:absolute;right:-23px;top:18px;width: 95%;height: 95%;z-index:1;}
.where .text{margin-left:40px;}
.where .text h3{margin-bottom:7px;color: #039c9e;font-size: 16px;font-weight: 700;}
@media screen and (min-width: 767px) and (max-width: 1023px){
.where{width:45%;}
.where:nth-child(3n){margin-right:5%;}
.where:nth-child(2n){margin-right:0;}
}
@media screen and (min-width: 320px) and (max-width: 766px){
.where{width:100%;max-width:340px;margin:0 auto 30px;}
div#where{flex-direction:column;}
.where:nth-child(3n),.where:last-child{margin-right:auto;}
}