*,
::after,
::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

html {
  height: 100%;
	scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100%;
  -webkit-tap-highlight-color: transparent;
}

body._lock {
  overflow: hidden;
}

.clear {
  clear: both;
}

.clearfix:after,
.clearfix:before {
  content: " ";
  display: block;
  clear: both;
}

ol,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: 400;
}

table {
  border-collapse: collapse;
}

td,
th {
  border: 0;
  padding: 0;
  vertical-align: top;
}

dd,
dl,
p {
  margin: 0;
}

b,
strong {
  font-weight: 600;
}

iframe,
img {
  max-width: 100%;
}

form {
  display: block;
}

button,
input,
select,
textarea {
  background: 0 0;
  border: none;
  font-weight: 400;
  padding: 0;
  font-family: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

a,
button {
  cursor: pointer;
}

a:focus,
button:focus {
  outline: 0;
}

input:focus,
select:focus,
textarea:focus {
  outline: #ef9200 solid 2px;
}

body {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  text-align: justify;
  font-style: normal;
  color: #242424;
}

body a:focus,
body a:hover,
body a:visited {
  text-decoration: none;
}

body input,
body label,
body textarea {
  outline: 0;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

body input:focus,
body input:hover,
body input:visited,
body label:focus,
body label:hover,
body label:visited,
body textarea:focus,
body textarea:hover,
body textarea:visited {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

body._lock {
  overflow: hidden;
}

.height100 {
  height: 100%;
}

.container_title {
  width: 100%;
}

.container_title h1,
.container_title h2,
.container_title h3,
.container_title h4,
.container_title h5,
.container_title h6,
.container_title {
  color: #292d2d;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 900;
  width: 100%;
}

.container_title h1 span,
.container_title h2 span,
.container_title h3 span,
.container_title h4 span,
.container_title h5 span,
.container_title h6 span,
.container_title span {
  color: #4aa5a9;
}

.container_title.center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.container_title.center h1,
.container_title.center h2,
.container_title.center h3,
.container_title.center h4,
.container_title.center h5,
.container_title.center h6,
.container_title.center p {
  text-align: center;
}

.container_title.end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.container_title.fontsize40 h1,
.container_title.fontsize40 h2,
.container_title.fontsize40 h3,
.container_title.fontsize40 h4,
.container_title.fontsize40 h5,
.container_title.fontsize40 h6,
.container_title.fontsize40 p {
  font-size: 40px;
}

.container_text p {
  font-size: 14px;
}

.container_text.center p {
  text-align: center;
}

.wrapper-all {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
  overflow-x: hidden;
}

.wrapper__content {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #5eb5b5;
  border: 1px solid #5eb5b5;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  text-transform: uppercase;
  font-size: 18px;
  padding: 10px;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 275px;
}

.button:hover {
  background-color: #5eb5b5;
  color: #fff;
}

.container_desk-menu {
  width: 100%;
  background-color: #292d2d;
	    height: 90px;
    display: flex;
    align-items: center;
	transition: all 0.6s ease 0s;
}
.container_desk-menu  > .container{
	height:100%;
}

.container_menu-elements {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
	height:100%;
}

.video {
	position: relative;
	overflow: hidden;
	height: 0;
	padding-bottom: 56.25%;
}
.video video,
.video iframe,
.video object,
.video embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	}


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

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-close:before {
  content: "\e907";
}
.icon-basket:before {
  content: "\e900";
}
.icon-cart:before {
  content: "\e901";
}
.icon-facebook:before {
  content: "\e902";
}
.icon-instagram:before {
  content: "\e903";
}
.icon-surface1:before {
  content: "\e904";
}
.icon-user:before {
  content: "\e905";
}

.burger {
  display: none;
}

.container_logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  width: 170px;
  position: relative;
  z-index: 13;
	transition:all 0.5s ease 0s;
}
._scrolled .container_logo{
	 width: 110px;
}

.container_logo img {
  -o-object-fit: contain;
  object-fit: contain;
  height: 100%;
  width: 100%;
  font-family: 'object-fit: contain';
}

.container_menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; */
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
	
}

.container_menu-list > li {
  margin-left: 19px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.container_menu-list--desc li:first-child {
  margin-left: 0;
}

.container_menu-list--desc {
  -webkit-box-flex: 2;
  -ms-flex-positive: 2;
  flex-grow: 2;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
	height:100%;
}

.container_menu-list.social li {
  margin-left: 8px;
}

.container_menu-list > li > a {
  color: #fff;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  text-transform: uppercase;
  font-size: 14px;
}

.container_menu-list li a:hover {
  color: #4aa5a9;
}

.footer-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.container_footer {
  margin-top: auto;
  padding-top: 60px;
  padding-bottom: 50px;
  background-color: #292d2d;
}

.footer-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 40px;
}

.footer-menu li {
  margin-right: 20px;
  padding-right: 20px;
  border-right: 1px solid #4AA5A9;
}

.footer-menu .footer-instagram {
  margin-right: 0px;
  padding-right: 0px;
  border-right: none;
}

.footer-menu li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-menu li a {
  font-size: 12px;
  color: #fff;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  text-transform: uppercase;
}

.footer-menu li:hover a {
  color: #4aa6aa;
}

footer .icon-instagram,
footer .icon-facebook {
  font-size: 14px !important;
}

.footer-label {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 20px;
}

.footer-label p {
  color: #fff;
  font-weight: 700;
  font-size: 16px;
}

.form-email-letters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 0 auto 50px;
}

.form-email-letters input {
  padding: 20px;
  color: #4aa6aa;
  width: 50%;
  border: 1px solid #4aa6aa;
  font-size: 18px;
  margin-right: 5px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.form-email-letters input:focus {
  background-color: #fff;
}

.form-email-letters input::-webkit-input-placeholder {
  color: #9d9f9f;
}

.form-email-letters input::-moz-placeholder {
  color: #9d9f9f;
}

.form-email-letters input:-ms-input-placeholder {
  color: #9d9f9f;
}

.form-email-letters input::-ms-input-placeholder {
  color: #9d9f9f;
}

.form-email-letters input::placeholder {
  color: #9d9f9f;
}

.form-email-letters button {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  font-size: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #4aa6aa;
  background-color: #4aa6aa;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.form-email-letters button:hover {
  background-color: #fff;
  color: #4aa6aa;
}

.copyright-footer {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.copyright-footer p {
  font-size: 12px;
  text-align: center;
  color: #949898;
}

.mobile-menu li {
  margin-bottom: 10px;
}

.mobile-menu .sub-menu {
  margin-top: 10px;
  list-style-type: disc;
  list-style-position: inside;
}

.mobile-menu {
  color: #fff;
}

.mobile-menu li a {
  color: #fff;
  text-transform: uppercase;
}

.header__image {
  width: 100%;
}

.purchase {
  margin-top: 10px;
}

.container__purchases {
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
  width: 85%;
}

.container__purchases__image {
  border: 1px solid #d2d2d2;
  /* padding: 10% 30%; */
}

.purchase__link {
  color: #434343;
}

.purchase__link:hover {
  color: #00a5a0;
}

.purchase__link__span {
  color: #434343;
}

.container__purchase {
  margin-top: 15px;
  color: #434343;
}

.container__purchase__headline-blue {
  color: #00a5a0;
  font-size: 20px;
  margin-bottom: 10px;
}

.container__purchase__headline-bolder {
  font-weight: bolder;
  font-size: 38px;
  line-height: 40px;
}

.container__purchase__headline {
  margin-bottom: 25px;
}

.purchase__header {
  font-size: 12px;
}

.purchase__text {
  color: white;
  background-color: #b6b3e2;
  text-align: left;
  padding: 20px;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 30px;
}

.purchase-list__container {
  margin-bottom: 40px;
}

.purchase-list__container-content {
  position: relative;
  margin: 15px auto;
}

.purchase-list_block {
  width: 10px;
  height: 10px;
  background-color: #b6b3e2;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 5px;
}

.purchase-list__text {
  margin-left: 15px;
  color: #434343;
}

.purchase-button {
  color: white;
  padding: 10px 50px;
  background-color: #00a5a0;
  border: 1px solid #00a5a0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.purchase-button:hover {
  color: #00a5a0;
  background-color: #fff;
}

.description {
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  width: 85%;
}

.description__headline {
  padding-bottom: 10px;
  color: #434343;
  margin-bottom: 30px;
  font-weight: bolder;
  margin-left: 20px;
  font-size: 18px;
  border-bottom: 1px solid #00a5a0;
}

.description__text {
  color: #434343;
  font-size: 14px;
  margin-bottom: 40px;
}

.description-list__container-content {
  /*description-list__container-content*/
}

.description-list__text {
  position: relative;
  bottom: 23px;
  left: 30px;
  font-size: 14px;
}

.fa-check-circle {
  background-color: white;
  color: #00a5a0;
  font-size: 18px;
}

.product_row_wrap {
  position: relative;
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.recomendations-items-link a {
  position: absolute;
  bottom: -15px;
}

.quality-info-container {
  max-width: 65%;
  margin-left: 60px;
}

.recomindations-button_color-pink {
  width: 100%;
  font-size: 12px;
  text-align: center;
  border: 1px solid #dc7a89;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #dc7a89;
}

.recomindations-button.active {
  background-color: #4aa6aa !important;
  color: white !important;
  border-color: #4aa6aa !important;
}

.recomindations-button_color-pink.active {
  background-color: #dc7a89;
  color: white;
}

.recomindations-button_color-pink:hover {
  color: white;
  background-color: #dc7a89;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.recomindations-button {
  font-size: 12px;
}

.container_quality {
  background-attachment: unset !important;
}

.container_recomindations .container_products .owl-stage-outer {
  height: 600px;
}

.container_bredcrumbs {
  margin-bottom: 15px;
}

.container_bredcrumbs a {
  color: #292d2d;
}

.cphb_mobile {
  margin-bottom: 30px;
  display: none;
}

.news__content {
  color: #434343;
  line-height: 30px;
}

.news__content strong {
  font-weight: bold;
}

.news__content img {
  float: left;
  height: 230px;
  -o-object-fit: cover;
  object-fit: cover;
  padding-right: 30px;
  padding-bottom: 15px;
}

.pink-button {
  border-color: #dc7a89;
  color: #dc7a89;
}

.pink-button:hover {
  background-color: #dc7a89;
  color: #fff;
}

.news__content ul {
  list-style-type: disc;
  list-style-position: inside;
}

.vc {
  width: 100%;
}

/* .recomendations-items {
	margin-top: 1!important;
} */

.ri {
  margin-top: 50px;
}

.recomindations-button {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

.news__content__section {
  margin-top: 50px;
  margin-bottom: 60px;
}

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

.container_recomindations .pink button {
  border-color: #dc7a89;
  background-color: #dc7a89;
  color: #ffffff;
}

.container_recomindations .pink:hover button {
  background-color: #ffffff;
  color: #dc7a89;
  border-color: #dc7a89;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.tax_recomend {
  margin-top: 50px;
}

.header-bg__section {
  height: 380px;
}

.content__section {
  margin-top: 50px;
  min-height: 40vh;
}

.container_products {
  margin-left: 60px;
  margin-right: 60px;
}

.recomendations-items:focus {
  outline: none;
}

.wpb_wrapper p {
  color: #666666;
  font-size: 14px;
  line-height: 23px;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignleft {
  float: left;
  margin: 0.5em 1em 0.5em 0;
}

.alignright {
  float: right;
  margin: 0.5em 0 0.5em 1em;
}

.slick-current:focus {
  outline: none;
  border: none;
}

.slick-active:focus {
  outline: none;
  border: none;
}
.container_menu-list > .menu-item-has-children{
	position:relative;
}

.container_menu-list > li > .sub-menu {
  position: absolute;
	top: calc(100% - 5px);
	left:-80px;
  padding: 20px 30px 10px;
  margin: 0;
  visibility:hidden;
	opacity:0;
  -webkit-box-shadow: 0 1px 1px 0 #eae8e8;
  box-shadow: 0 1px 1px 0 #eae8e8;
	transition:.3s;  background-color: #fff;
	transform:translateY(10%);
	
}
.container_menu-list .column-count-3 > .sub-menu{
	-webkit-column-count:3;
       -moz-column-count:3;
            column-count:3;
	-webkit-column-fill:balance;
	   -moz-column-fill:balance;
	        column-fill:balance;
	-webkit-column-gap:30px;
	   -moz-column-gap:30px;
	        column-gap:30px;
	padding-bottom:20px;
}
.container_menu-list > .menu-item-has-children:hover .sub-menu {
   visibility:visible;
	opacity:1;
  z-index: 9999; 
	transform:translateY(0);
	
}




.container_menu-list .menu-item-has-children .sub-menu li a { /* Все ашки */
  color: #000;
	display:block;
	margin-bottom:10px;
	text-align:left;
	    line-height: 1.35;

}
.container_menu-list > li > .sub-menu > li { /* Лишки первого уровня */
	width:280px;
	 break-inside: avoid-column;
}
@Media(max-width:1200px){
	.container_menu-list > li > .sub-menu > li { /* Лишки первого уровня */
	width:200px;
}
}
.container_menu-list > li > .sub-menu > li > a{ /* Ашки первого уровня */
/* 	color:#4AA5A9!important; */
	font-weight:600;
}
.container_menu-list > li > .sub-menu > .menu-item-has-children > .sub-menu{ /* Субменю 3го уровня */
	margin-bottom:20px;
}








.fm-s li:after {
  opacity: 0;
}

.fm-s span {
  color: #4aa5a9;
  margin-top: -2px;
}



.mobile-menu{
	text-align: left;
}   
.mobile-menu .sub-menu {
	display: none;
  position: static;
  top: auto;
  padding: 0;
  width: auto;
  
  -webkit-box-shadow: none;
  box-shadow: none;
}
.mobile-menu > .menu-item-has-children > .sub-menu{
	margin-left:10px;
}
.mobile-menu > .menu-item-has-children > .sub-menu  li {
	list-style-type:none
}
/* .mobile-menu > .menu-item-has-children > .sub-menu > li > a{
	color: #4aa5a9;
	
} */
.mobile-menu > .menu-item-has-children > .sub-menu > .menu-item-has-children > .sub-menu a{
	    text-transform:none;
}
.mobile-menu > .menu-item-has-children > .sub-menu > li > .sub-menu > li::before {
	content:'';
	display:inline-block;
	width:7px;
	height:7px;
	background:white;
	border-radius:50%;
	margin-right:10px;
	position:relative;
	bottom:2px;
}
.purchase {
  margin-top: 10px;
  padding-left: 30px;
  width: 60%;
}

.purchases__image__container {
  width: 40%;
}

.container__purchases {
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
  width: 85%;
}

.container__purchases__image {
  border: 1px solid #d2d2d2;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.description__text p {
  width: 75%;
}

.purchase__header a {
  color: #434343;
}

.purchase__header a:hover {
  color: #00a5a0;
}

.purchase__link__span {
  color: #434343;
}

.site-header-cart {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.site-header-cart .woocommerce-Price-amount {
  -webkit-transition: opacity 0.3s ease 0s, visibility 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s, visibility 0.3s ease 0s;
  transition: opacity 0.3s ease 0s, visibility 0.3s ease 0s;
}

.cart-contents {
  position: relative;
}

.site-header-cart {
  display: flex;
  align-items: center;
  justify-content: center;
}

.cart-contents::after {
  content: '';
  display: block;
  position: absolute;
  width: 4px;
  height: 4px;
  top: -2px;
  left: 13px;
  border-radius: 50%;
  background: #61C8D1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease 0s, visibility 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s, visibility 0.3s ease 0s;
  transition: opacity 0.3s ease 0s, visibility 0.3s ease 0s;
}

.cart-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1;
  color: #FFFFFF;
  -webkit-transition: color 0.3s ease 0s;
  -o-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
  white-space: nowrap;
}

.cart-contents::before {
  font-size: 14px;
}

.cart-contents:hover {
  color: #00a5a0;
}

header .woocommerce-Price-amount {
  display: none;
  margin: 0px 0px 0px 3px;
  font-family: 'Open Sans', sans-serif !important;
}

.site-header-cart._show .cart-contents::after {
  opacity: 1;
  visibility: visible;
}

.site-header-cart._show .woocommerce-Price-amount {
  display: block;
}

.count {
  font-family: 'Open Sans', sans-serif !important;
  font-size: 0;
  visibility: hidden;
}



.container_menu-list--desc > li {
  height:100%;
}

.social._mob {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.social._mob li {
  margin: 0px 15px 0px 0px !important;
}

.collapse:not(.show) {
  display: none;
}

.collapse {
  background: #292D2D;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 11;
  width: 100vw;
  height: 100%;
  padding: 100px 20px 0;
  overflow: auto;
}

.collapse::after {
  content: '';
  display: block;
  width: 100vw;
  height: 90px;
  position: fixed;
  top: 0;
  left: 0;
  background: #292D2D;
  z-index: 13;
}

.header-account {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1;
}

.header-account__item {
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  color: #FFFFFF;
  white-space: nowrap;
  -webkit-transition: color 0.3s ease 0s;
  -o-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}

.header-account__item._active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header-account__item span {
  margin: 1px 0px 0px 3px;
  font-size: 12px;
  font-family: 'Open Sans', sans-serif;
}

.header-account__item:hover {
  color: #00a5a0;
}

.ph__mobile {
  display: none;
  margin-bottom: 30px;
}

.description__block-indication {
  width: 180px;
  height: 1px;
  background-color: #00a5a0;
  position: relative;
  top: 47.5px;
  right: 395px;
}

.description-list_block {
  background-color: #00a5a0;
  border-radius: 50%;
  display: inline-block;
  color: white;
  padding-left: 5px;
  padding-right: 5px;
}

.row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

img {
  vertical-align: middle;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.col-xl-3,
.col-xl-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.container_about {
  padding-top: 50px;
  padding-bottom: 50px;
}

.container_about .container_title {
  margin-bottom: 25px;
}

.slider-main img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.container_product-grid {
  margin-bottom: 100px;
}

.container_product-item-wrapper {
  padding-left: 7.5px;
  padding-right: 7.5px;
}

.container_product-item {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  background-size: cover;
  background-position-x: 100%;
  margin-bottom: 15px;
  padding: 80px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.container_product-item:hover {
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}

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

.container_product-item.small-padding {
  padding: 40px 20px;
}

.container_product-item .container_title {
  margin-bottom: 30px;
}

.container_product-item .container_text {
  margin-bottom: 15px;
}

.container_why-our-cosmetics {
  margin-bottom: 100px;
}

.container_cosmetics-reason-image {
  height: 150px;
  margin-bottom: 20px;
}

.container_cosmetics-reason-image img {
  display: block;
  height: 150px;
  width: 150px;
  margin-left: auto;
  margin-right: auto;
  -o-object-fit: contain;
  object-fit: contain;
  font-family: 'object-fit: contain';
}

.container_cosmetics-reason-text p {
  width: 100%;
  text-align: center;
  color: #4aa6aa;
  font-weight: 600;
  font-size: 16px;
}

.container_recomindations {
  margin-bottom: 50px;
}

.recomindations-title {
  margin: 0 auto 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
}

.recomindations-title:after,
.recomindations-title:before {
  content: "";
  display: block;
  width: 320px;
  height: 1px;
  background-color: #4aa6aa;
  margin-left: 7.5px;
  margin-right: 7.5px;
  position: absolute;
}

.recomindations-title:after {
  right: 0;
}

.recomindations-title:before {
  left: 0;
}

.recomindations-title p {
  text-transform: uppercase;
  font-size: 24px;
}

.recomindations-buttons {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
}

.recomindation-button-wrapper {
  padding-left: 7.5px;
  padding-right: 7.5px;
}

.recomindations-button {
  width: 100%;
  text-align: center;
  border: 1px solid #4aa6aa;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #4aa6aa;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.recomindations-button:hover {
  background-color: #4aa6aa;
  color: #fff;
}

.recomindations-button.active {
  color: #dc7a89;
  border-color: #dc7a89;
}

.recomindations-button.active:hover {
  background-color: #dc7a89;
  color: #fff;
}

.recomendations-items {
  padding-left: 20px;
  padding-right: 20px;
}

.cont-why {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.recomendations-items-image {
  height: 300px;
  margin-bottom: 30px;
}

.recomendations-items-image img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  font-family: "object-fit: contain";
}

.recomendations-items-title p {
  font-size: 21px;
  font-weight: 600;
  width: 100%;
  text-align: center;
}

.recomendations-items-desc {
  margin-bottom: 30px;
}

.recomendations-items-desc p {
  width: 100%;
  text-align: center;
}

.recomendations-items-link {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.recomendations-items-link a {
  color: #fff;
  display: block;
  background-color: #4aa6aa;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  border: 1px solid #4aa6aa;
  cursor: pointer;
  padding: 5px 20px;
}

.recomendations-items-link a:hover {
  background-color: #fff;
  color: #4aa6aa;
}

.container_products-row {
  display: none;
}

.container_quality {
  margin-bottom: 100px;
  background-attachment: fixed;
  background-size: cover;
}

.quality-info-container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 70%;
  flex: 0 0 70%;
  max-width: 70%;
}

.container_quality-black {
  padding-top: 100px;
  padding-bottom: 100px;
}

.quality-title {
  padding: 20px;
  background-color: rgba(94, 151, 155, 0.8);
  margin-bottom: 10px;
}

.quality-title p {
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 900;
  color: #fff;
}

.quality-text {
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.7);
}

.quality-text p {
  font-size: 20px;
  line-height: 30px;
  color: #fff;
}

.container_useful-info .container_title {
  margin-bottom: 30px;
}

.useful-info-item:hover .useful-info-image img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.useful-info-image {
  margin-bottom: 15px;
  height: 210px;
  overflow: hidden;
}

.useful-info-image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.useful-info-title {
  margin-bottom: 15px;
}

.useful-info-title a {
  color: #4aa6aa;
  font-weight: 700;
  font-size: 20px;
  line-height: 22px;
  text-transform: uppercase;
}

.useful-info-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: 15px;
}

.useful-info-link a {
  color: #4aa6aa;
  font-weight: 700;
}

.useful-info-link a:hover {
  text-decoration: underline;
}

.cont-why:hover{-webkit-transform:scale(1.05);-ms-transform:scale(1.05);transform:scale(1.05)}

/* Popup */

.popup {
  -webkit-overflow-scrolling: touch;
  z-index: 100;
  padding: 30px 10px;
  position: fixed;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: visibility 0.8s ease 0s;
  -o-transition: visibility 0.8s ease 0s;
  transition: visibility 0.8s ease 0s;
  visibility: hidden;
}

.popup::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.9);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 0.8s ease 0s;
  -o-transition: opacity 0.8s ease 0s;
  transition: opacity 0.8s ease 0s;
}

.popup.show {
  visibility: visible;
  overflow: auto;
}

.popup.show::before {
  opacity: 1;
}

.popup.show .popup__body {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.popup._active {
  overflow: auto;
  visibility: visible;
}

.popup._active::before {
  opacity: 1;
}

.popup._active .popup__body {
  -webkit-transition: all 0.3s ease 0.2s;
  -o-transition: all 0.3s ease 0.2s;
  transition: all 0.3s ease 0.2s;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.popup__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 100%;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  align-items: center;
}

.popup__body {
  max-width: 510px;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background-color: #fff;
  padding: 30px;
  width: 100%;
}

.popup__close {
  width: 18px;
  height: 18px;
  position: absolute;
  top: 16px;
  right: 16px;
  cursor: pointer;
  z-index: 30;
  background: url("../img/icons/close.svg") 0 0 no-repeat;
}

.popup-cart__title {
  text-align: center;
  width: 100%;
  margin: 0 0 30px;
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  color: #292D2D;
}

.popup-cart__name {
  text-align: center;
  width: 100%;
  margin: 0px 0px 30px 0px;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: #232323;
}

.popup-cart__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.popup-cart__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 215px !important;
  height: 41px !important;
  line-height: 41px;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  text-transform: uppercase;
  -webkit-transition: color 0.3s ease 0s, background-color 0.3s ease 0s;
  -o-transition: color 0.3s ease 0s, background-color 0.3s ease 0s;
  transition: color 0.3s ease 0s, background-color 0.3s ease 0s;
}

/* .popup-cart__btn--continue {
	color: #4AA5A9;
	border: 1px solid #4aa5a9;
	background: #fff;
}
.popup-cart__btn--continue:hover {
	color: #fff;
	background: #4AA5A9;
} */

.popup-cart__btn--order {
  color: #fff;
  background: #4AA5A9;
  border: 1px solid #4aa5a9;
}

.popup-cart__btn--order:hover {
  color: #4AA5A9;
  background: #fff;
}

.popup-cart__btn--continue.popup__close {
  margin: 0px 0px 10px 0px;
  width: auto;
  height: auto;
  position: static;
  color: #4AA5A9;
  border: 1px solid #4aa5a9;
  background: #fff;
  top: auto;
  right: auto;
}

.popup-cart__btn--continue.popup__close:hover {
  color: #fff;
  background: #4AA5A9;
}

/* Options */

.options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

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

.options__input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  left: 0;
  top: 0;
  visibility: hidden;
}

.options__input:checked + .options__text:after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.options__text {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  font-size: 16px;
  line-height: 22px;
  color: #292D2D;
}

.options__text:before {
  content: "";
  -ms-flex-item-align: start;
  align-self: flex-start;
  margin: 0px 10px 0px 0px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20px;
  flex: 0 0 20px;
  left: 0;
  top: 0px;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  background: #fff;
	box-shadow: inset 0 0 0px 1px #BFC0C0;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.options__text:after {
  content: "";
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #4AA5A9;
  position: absolute;
	left: 5px;
	top: 5px;
}
.options__text:hover:before {
	box-shadow: inset 0 0 0px 1px #4AA5A9;
}
.options__item > input:disabled + .options__text:hover:before {
	box-shadow: inset 0 0 0px 1px #BFC0C0;
}
.options__item > input:checked + .options__text:before {
	box-shadow: inset 0 0 0px 2px #4AA5A9;
}
.options__item > input:disabled + .options__text {
	opacity: 0.5;
}

/* custom placeholder */

._hidden {
  display: none !important;
}

._placeholder-parent {
  position: relative;
}

._placeholder-parent ._placeholder {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  font-size: 14px;
  line-height: 40px;
  color: #747780;
  padding: 0px 0px 0px 10px;
  cursor: text;
  z-index: 1;
}

._placeholder-parent ._placeholder ._asterisk {
  color: #ff0027;
}

.center {
  text-align: center;
}

._tabs-block {
  display: none;
}

._tabs-block._active {
  display: block;
}

@-webkit-keyframes fade {
  from {
    opacity: 0.1;
  }

  to {
    opacity: 1;
  }
}

@keyframes fade {
  from {
    opacity: 0.1;
  }

  to {
    opacity: 1;
  }
}
/* Lightgallery */
@charset "UTF-8";
.lg-actions .lg-next,
.lg-actions .lg-prev {
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  margin-top: -10px;
  position: absolute;
  display: block;
  width: 20px;
  height: 36px;
  top: 50%;
  transform: translate(0px, -50%);
  z-index: 1080;
}

.lg-actions .lg-next.disabled,
.lg-actions .lg-prev.disabled {
  pointer-events: none;
  opacity: 0.5;
}

.lg-actions .lg-next:hover,
.lg-actions .lg-prev:hover {
  color: #fff;
}

.lg-actions .lg-next {
  right: 20px;
  background: url("../img/icons/p-right.svg") 0 0/100% no-repeat;
}

.lg-actions .lg-prev {
  left: 20px;
  background: url("../img/icons/p-left.svg") 0 0/100% no-repeat;
}

@keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
.lg-outer.lg-right-end .lg-object {
  -webkit-animation: lg-right-end 0.3s;
  -o-animation: lg-right-end 0.3s;
  animation: lg-right-end 0.3s;
  position: relative;
}

.lg-outer.lg-left-end .lg-object {
  -webkit-animation: lg-left-end 0.3s;
  -o-animation: lg-left-end 0.3s;
  animation: lg-left-end 0.3s;
  position: relative;
}

.lg-toolbar {
  z-index: 1082;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.45);
}

.lg-toolbar .lg-icon {
  color: #999;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  text-decoration: none !important;
  outline: medium none;
  -webkit-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
}

.lg-toolbar .lg-icon:hover {
  color: #fff;
}

.lg-toolbar .lg-close {
  background: url("../img/icons/close-white.svg") center no-repeat;
}

.lg-toolbar .lg-download {
  display: none;
}

.lg-sub-html {
  background-color: rgba(0, 0, 0, 0.45);
  bottom: 0;
  color: #eee;
  font-size: 16px;
  left: 0;
  padding: 10px 40px;
  position: fixed;
  right: 0;
  text-align: center;
  z-index: 1080;
}

.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: bold;
}

.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0;
}

#lg-counter {
  color: #999;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  vertical-align: middle;
}

.lg-toolbar,
.lg-prev,
.lg-next {
  opacity: 1;
  -webkit-transition: -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  -moz-transition: -moz-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  -o-transition: -o-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
}

.lg-hide-items .lg-prev {
  opacity: 0;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0);
}

.lg-hide-items .lg-next {
  opacity: 0;
  -webkit-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0);
}

.lg-hide-items .lg-toolbar {
  opacity: 0;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
  -webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -moz-transition: -moz-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -o-transition: -o-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}

.lg-outer .lg-thumb-outer {
  background-color: #0d0a0a;
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 1080;
  max-height: 350px;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
}

.lg-outer.lg-thumb-open .lg-thumb-outer {
  -webkit-transform: translate3d(0, 0%, 0);
  transform: translate3d(0, 0%, 0);
}

.lg-outer .lg-thumb {
  padding: 10px 0;
  height: 100%;
  margin-bottom: -5px;
}

.lg-outer .lg-thumb-item {
  border-radius: 5px;
  cursor: pointer;
  float: left;
  overflow: hidden;
  height: 100%;
  border: 2px solid #fff;
  border-radius: 4px;
  margin-bottom: 5px;
}

@media (min-width: 1025px) {
  .lg-outer .lg-thumb-item {
    -webkit-transition: border-color 0.25s ease;
    -o-transition: border-color 0.25s ease;
    transition: border-color 0.25s ease;
  }
}
.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
  border-color: #a90707;
}

.lg-outer .lg-thumb-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lg-outer.lg-has-thumb .lg-item {
  padding-bottom: 120px;
}

.lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0;
}

.lg-outer.lg-pull-caption-up .lg-sub-html {
  -webkit-transition: bottom 0.25s ease;
  -o-transition: bottom 0.25s ease;
  transition: bottom 0.25s ease;
}

.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
  bottom: 100px;
}

.lg-outer .lg-toggle-thumb {
  background-color: #0d0a0a;
  border-radius: 2px 2px 0 0;
  color: #999;
  cursor: pointer;
  font-size: 24px;
  height: 39px;
  line-height: 27px;
  padding: 5px 0;
  position: absolute;
  right: 20px;
  text-align: center;
  top: -39px;
  width: 50px;
}

.lg-outer .lg-toggle-thumb:after {
  content: "";
}

.lg-outer .lg-toggle-thumb:hover {
  color: #fff;
}

.lg-outer .lg-video-cont {
  display: inline-block;
  vertical-align: middle;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 0 5px;
}

.lg-outer .lg-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}

.lg-outer .lg-video .lg-object {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.lg-outer .lg-video .lg-video-play {
  width: 84px;
  height: 59px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -42px;
  margin-top: -30px;
  z-index: 1080;
  cursor: pointer;
}

.lg-outer .lg-has-vimeo .lg-video-play {
  background: url("../img/vimeo-play.png") no-repeat scroll 0 0 transparent;
}

.lg-outer .lg-has-vimeo:hover .lg-video-play {
  background: url("../img/vimeo-play.png") no-repeat scroll 0 -58px transparent;
}

.lg-outer .lg-has-html5 .lg-video-play {
  background: transparent url("../img/video-play.png") no-repeat scroll 0 0;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  width: 64px;
  opacity: 0.8;
}

.lg-outer .lg-has-html5:hover .lg-video-play {
  opacity: 1;
}

.lg-outer .lg-has-youtube .lg-video-play {
  background: url("../img/youtube-play.png") no-repeat scroll 0 0 transparent;
}

.lg-outer .lg-has-youtube:hover .lg-video-play {
  background: url("../img/youtube-play.png") no-repeat scroll 0 -60px transparent;
}

.lg-outer .lg-video-object {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}

.lg-outer .lg-has-video .lg-video-object {
  visibility: hidden;
}

.lg-outer .lg-has-video.lg-video-playing .lg-object,
.lg-outer .lg-has-video.lg-video-playing .lg-video-play {
  display: none;
}

.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
  visibility: visible;
}

.lg-progress-bar {
  background-color: #333;
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1083;
  opacity: 0;
  -webkit-transition: opacity 0.08s ease 0s;
  -moz-transition: opacity 0.08s ease 0s;
  -o-transition: opacity 0.08s ease 0s;
  transition: opacity 0.08s ease 0s;
}

.lg-progress-bar .lg-progress {
  background-color: #a90707;
  height: 5px;
  width: 0;
}

.lg-progress-bar.lg-start .lg-progress {
  width: 100%;
}

.lg-show-autoplay .lg-progress-bar {
  opacity: 1;
}

.lg-autoplay-button:after {
  content: "";
}

.lg-show-autoplay .lg-autoplay-button:after {
  content: "";
}

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap,
.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}

.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -moz-transition: -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

#lg-zoom-in:after {
  content: "";
}

#lg-actual-size {
  font-size: 20px;
}

#lg-actual-size:after {
  content: "";
}

#lg-zoom-out {
  opacity: 0.5;
  pointer-events: none;
}

#lg-zoom-out:after {
  content: "";
}

.lg-zoomed #lg-zoom-out {
  opacity: 1;
  pointer-events: auto;
}

.lg-outer .lg-pager-outer {
  bottom: 60px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 1080;
  height: 10px;
}

.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
  overflow: visible;
}

.lg-outer .lg-pager-cont {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  margin: 0 5px;
}

.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
  box-shadow: 0 0 0 2px white inset;
}

.lg-outer .lg-pager-thumb-cont {
  background-color: #fff;
  color: #fff;
  bottom: 100%;
  height: 83px;
  left: 0;
  margin-bottom: 20px;
  margin-left: -60px;
  opacity: 0;
  padding: 5px;
  position: absolute;
  width: 120px;
  border-radius: 3px;
  -webkit-transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  -moz-transition: opacity 0.15s ease 0s, -moz-transform 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s, -o-transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
}

.lg-outer .lg-pager-thumb-cont img {
  width: 100%;
  height: 100%;
}

.lg-outer .lg-pager {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
  display: block;
  height: 12px;
  -webkit-transition: box-shadow 0.3s ease 0s;
  -o-transition: box-shadow 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s;
  width: 12px;
}

.lg-outer .lg-pager:hover,
.lg-outer .lg-pager:focus {
  box-shadow: 0 0 0 8px white inset;
}

.lg-outer .lg-caret {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px dashed;
  bottom: -10px;
  display: inline-block;
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  vertical-align: middle;
  width: 0;
}

.lg-fullscreen:after {
  content: "";
}

.lg-fullscreen-on .lg-fullscreen:after {
  content: "";
}

.lg-outer #lg-dropdown-overlay {
  background-color: rgba(0, 0, 0, 0.25);
  bottom: 0;
  cursor: default;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1081;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
  -o-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
  transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
}

.lg-outer.lg-dropdown-active .lg-dropdown,
.lg-outer.lg-dropdown-active #lg-dropdown-overlay {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -moz-transform: translate3d(0, 0px, 0);
  -o-transform: translate3d(0, 0px, 0);
  -ms-transform: translate3d(0, 0px, 0);
  -webkit-transform: translate3d(0, 0px, 0);
  transform: translate3d(0, 0px, 0);
  opacity: 1;
  visibility: visible;
}

.lg-outer.lg-dropdown-active #lg-share {
  color: #fff;
}

.lg-outer .lg-dropdown {
  background-color: #fff;
  border-radius: 2px;
  font-size: 14px;
  list-style-type: none;
  margin: 0;
  padding: 10px 0;
  position: absolute;
  right: 0;
  text-align: left;
  top: 50px;
  opacity: 0;
  visibility: hidden;
  -moz-transform: translate3d(0, 5px, 0);
  -o-transform: translate3d(0, 5px, 0);
  -ms-transform: translate3d(0, 5px, 0);
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
  -webkit-transition: -webkit-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  -moz-transition: -moz-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  -o-transition: -o-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
}

.lg-outer .lg-dropdown:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  border: 8px solid transparent;
  border-bottom-color: #fff;
  right: 16px;
  top: -16px;
}

.lg-outer .lg-dropdown > li:last-child {
  margin-bottom: 0px;
}

.lg-outer .lg-dropdown > li:hover a,
.lg-outer .lg-dropdown > li:hover .lg-icon {
  color: #333;
}

.lg-outer .lg-dropdown a {
  color: #333;
  display: block;
  white-space: pre;
  padding: 4px 12px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
}

.lg-outer .lg-dropdown a:hover {
  background-color: rgba(0, 0, 0, 0.07);
}

.lg-outer .lg-dropdown .lg-dropdown-text {
  display: inline-block;
  line-height: 1;
  margin-top: -3px;
  vertical-align: middle;
}

.lg-outer .lg-dropdown .lg-icon {
  color: #333;
  display: inline-block;
  float: none;
  font-size: 20px;
  height: auto;
  line-height: 1;
  margin-right: 8px;
  padding: 0;
  vertical-align: middle;
  width: auto;
}

.lg-outer #lg-share {
  position: relative;
}

.lg-outer #lg-share:after {
  content: "";
}

.lg-outer #lg-share-facebook .lg-icon {
  color: #3b5998;
}

.lg-outer #lg-share-facebook .lg-icon:after {
  content: "";
}

.lg-outer #lg-share-twitter .lg-icon {
  color: #00aced;
}

.lg-outer #lg-share-twitter .lg-icon:after {
  content: "";
}

.lg-outer #lg-share-googleplus .lg-icon {
  color: #dd4b39;
}

.lg-outer #lg-share-googleplus .lg-icon:after {
  content: "";
}

.lg-outer #lg-share-pinterest .lg-icon {
  color: #cb2027;
}

.lg-outer #lg-share-pinterest .lg-icon:after {
  content: "";
}

.group {
  *zoom: 1;
}

.group:before,
.group:after {
  display: table;
  content: "";
  line-height: 0;
}

.group:after {
  clear: both;
}

.lg-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}

.lg-outer * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.lg-outer.lg-visible {
  opacity: 1;
}

.lg-outer.lg-css3 .lg-item.lg-prev-slide,
.lg-outer.lg-css3 .lg-item.lg-next-slide,
.lg-outer.lg-css3 .lg-item.lg-current {
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important;
}

.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
  opacity: 1;
}

.lg-outer.lg-grab img.lg-object {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

.lg-outer .lg {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%;
}

.lg-outer .lg-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
}

.lg-outer .lg-item {
  background: url("../img/icons/loading.gif") no-repeat scroll center center transparent;
	background-size: 30px;
  display: none !important;
}

.lg-outer.lg-css3 .lg-prev-slide,
.lg-outer.lg-css3 .lg-current,
.lg-outer.lg-css3 .lg-next-slide {
  display: inline-block !important;
}

.lg-outer.lg-css .lg-current {
  display: inline-block !important;
}

.lg-outer .lg-item,
.lg-outer .lg-img-wrap {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
}

.lg-outer .lg-item:before,
.lg-outer .lg-img-wrap:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}

.lg-outer .lg-img-wrap {
  position: absolute;
  padding: 0 5px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.lg-outer .lg-item.lg-complete {
  background-image: none;
}

.lg-outer .lg-item.lg-current {
  z-index: 1060;
}

.lg-outer .lg-image {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  height: auto !important;
}

.lg-outer.lg-show-after-load .lg-item .lg-object,
.lg-outer.lg-show-after-load .lg-item .lg-video-play {
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}

.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object,
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
  opacity: 1;
}

.lg-outer .lg-empty-html {
  display: none;
}

.lg-outer.lg-hide-download #lg-download {
  display: none;
}

.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: rgba(0, 0, 0, 0.9);
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}

.lg-backdrop.in {
  opacity: 1;
}

.lg-css3.lg-no-trans .lg-prev-slide,
.lg-css3.lg-no-trans .lg-next-slide,
.lg-css3.lg-no-trans .lg-current {
  -webkit-transition: none 0s ease 0s !important;
  -moz-transition: none 0s ease 0s !important;
  -o-transition: none 0s ease 0s !important;
  transition: none 0s ease 0s !important;
}

.lg-css3.lg-use-css3 .lg-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.lg-css3.lg-use-left .lg-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.lg-css3.lg-fade .lg-item {
  opacity: 0;
}

.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1;
}

.lg-css3.lg-fade .lg-item.lg-prev-slide,
.lg-css3.lg-fade .lg-item.lg-next-slide,
.lg-css3.lg-fade .lg-item.lg-current {
  -webkit-transition: opacity 0.1s ease 0s;
  -moz-transition: opacity 0.1s ease 0s;
  -o-transition: opacity 0.1s ease 0s;
  transition: opacity 0.1s ease 0s;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-css3.lg-slide.lg-use-left .lg-item {
  opacity: 0;
  position: absolute;
  left: 0;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
  left: -100%;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
  left: 100%;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  left: 0;
  opacity: 1;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  -webkit-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

/* ------------ */
#lg-zoom-in {
  background: url(../img/icons/zoom-plus.svg) center no-repeat;
  background-size: 20px 20px;
}
#lg-zoom-in::after {
  content: "";
}

#lg-zoom-out {
  background: url(../img/icons/zoom-minus.svg) center no-repeat;
  background-size: 20px 20px;
}
#lg-zoom-out::after {
  content: "";
}

#lg-actual-size {
  display: none;
}

.lg-toolbar .lg-close {
  background-size: 20px;
}

.lg-icon,
#lg-zoom-in,
#lg-zoom-out {
  -webkit-transition: background-color 0.5s ease 0s !important;
  -o-transition: background-color 0.5s ease 0s !important;
  transition: background-color 0.5s ease 0s !important;
}

@media (max-width: 767.98px) {
  .model3d__item {
    padding: 0 0 54% 0;
  }
}

/* Swiper*/

._swiper {
  overflow: hidden;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-wrapper {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.swiper-container-vertical .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.swiper-container-initialized .swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.swiper-container-android .swiper-slide,
.swiper-container-android .swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-button-lock {
  display: none !important;
}

/* Intro */

.container_intro {
  max-height: 600px;
  overflow: hidden;
  margin: 0px auto;
}

.intro {
  position: relative;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}

.intro .swiper-wrapper {
  height: auto !important;
}

.intro__arrow {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  margin: -25px 0px 0px 0px;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease 0s;
  -o-transition: background-color 0.3s ease 0s;
  transition: background-color 0.3s ease 0s;
}

.intro__arrow--prev {
  left: 20px;
  background: url(../img/icons/p-left.svg) center no-repeat;
}

.intro__arrow--next {
  right: 20px;
  background: url(../img/icons/p-right.svg) center no-repeat;
}

/* About */

.container_about {
  padding-top: 90px;
}

.container_about .container_title {
  margin-bottom: 15px;
}

/* Products  */

.container__products {
  margin-top: 30px;
  margin-bottom: 60px;
}

.products-filter {
  margin-bottom: 15px;
}

.products-filter li {
  margin: 0px 15px 15px 0px;
}

.products-filter li:last-child {
  margin-right: 0;
}

.products-filter__btn {
  padding: 11px 30px;
  background: #FFFFFF;
  -webkit-box-shadow: 0 0 0 2px #DCDDDD;
  box-shadow: 0 0 0 2px #DCDDDD;
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  color: #C4C4C4;
  -webkit-transition: color 0.3s ease 0s, background-color 0.3s ease 0s, -webkit-box-shadow 0.3s ease 0s;
  transition: color 0.3s ease 0s, background-color 0.3s ease 0s, -webkit-box-shadow 0.3s ease 0s;
  -o-transition: color 0.3s ease 0s, background-color 0.3s ease 0s, box-shadow 0.3s ease 0s;
  transition: color 0.3s ease 0s, background-color 0.3s ease 0s, box-shadow 0.3s ease 0s;
  transition: color 0.3s ease 0s, background-color 0.3s ease 0s, box-shadow 0.3s ease 0s, -webkit-box-shadow 0.3s ease 0s;
}

._tabs-item._active .products-filter__btn {
  color: #fff;
  background: #4aa5a9;
  -webkit-box-shadow: 0 0 0 2px #4aa5a9;
  box-shadow: 0 0 0 2px #4aa5a9;
  cursor: default;
}

.products-catalog-mobile {
  display: none;
}

.products-catalog.row {
  margin-left: -15px;
  margin-right: -15px;
}

.products-catalog li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 312px;
  flex: 0 0 312px;
  margin: 0px 0px 30px 0px;
  padding: 0px 15px;
}

/* Products-card */

.products-card {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 282px;
  flex: 0 0 282px;
  max-width: 322px;
  height: 100%;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #FFFFFF;
  border: 1px solid #DCDDDD;
}

.container__products .swiper-slide {
  height: 100%;
}

.products-swiper-pagination {
  display: none !important;
}

.products-card__img {
  width: 100%;
  position: relative;
  height: 265px;
  margin: 0px 0px 10px 0px;
  overflow: hidden;
}

.products-card__img img {
  -webkit-transition: -webkit-transform 0.5s ease 0s;
  transition: -webkit-transform 0.5s ease 0s;
  -o-transition: transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s, -webkit-transform 0.5s ease 0s;
}

.products-card__img img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: contain;
  object-fit: contain;
  /* -o-object-fit: cover;
  object-fit: cover; */
}

.products-card__discount,
.products-card__new,
.products-card__hit {
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 80px;
  height: 20px;
  margin-bottom: 5px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.14;
  text-transform: uppercase;
  color: #FFFFFF;
}

.products-card__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: absolute;
  top: 0;
  left: 0;
}

.products-card__discount {
  background: #D7233E;
}

.products-card__new {
  background: #419640;
}

.products-card__hit {
  background: #A79EE0;
}

.discount .products-card__discount,
.new .products-card__new,
.hit .products-card__hit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.products-card__title {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 100%;
  margin: 0px 0px 5px;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.333;
  text-align: center;
  color: #4AA5A9;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 46px;
  display: flex;
   align-items: center;
}

.products-card__title:hover {
  text-decoration: underline;
  color: #4AA5A9;
}

.products-card__content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 141px;
}

.products-card__name {
  width: 100%;
  margin: 0 0px 10px 0px;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.388;
  text-align: center;
  color: #242424;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 46px;
}

.products-card__prices {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: auto 0px 20px 0px;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.388;
  text-align: center;
  color: #292D2D;
}

.products-card__price-old {
  display: none;
  margin: 0px 17px 0px 0px;
	font-weight: 400;
  text-decoration: line-through;
  color: #C4C4C4;
}

.products-card__price-old.show {
  display: inline-block;
}

.products-card__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.btn-product {
	font-family: 'Open Sans', sans-serif !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 9px 26px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.357;
  text-align: center;
  color: #FFFFFF;
  background: #4AA5A9;
  border: 2px solid #4AA5A9;
  -webkit-transition: background-color 0.3s ease 0s, color 0.3s ease 0s;
  -o-transition: background-color 0.3s ease 0s, color 0.3s ease 0s;
  transition: background-color 0.3s ease 0s, color 0.3s ease 0s;
  white-space: nowrap;
}

.btn-product::before {
	font-family: icomoon!important;
  margin: 0px 10px 0px 0px;
  line-height: 1;
  font-size: 16px;
}

.quantity {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  width: 80px;
  height: 40px;
  margin: 0px 10px 0px 0px;
}

.quantity__btns {
  width: 20px;
  height: 30px;
  position: absolute;
  top: 5px;
  right: 5px;
  background: #F9F9F9;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease 0s, visibility 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s, visibility 0.3s ease 0s;
  transition: opacity 0.3s ease 0s, visibility 0.3s ease 0s;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.quantity__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 15px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 15px;
  flex: 0 0 15px;
  position: relative;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease 0s;
  -o-transition: background-color 0.3s ease 0s;
  transition: background-color 0.3s ease 0s;
}

.quantity__button_minus::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-left: 5.25px solid transparent;
  border-right: 5.25px solid transparent;
  border-top: 4.6px solid #292D2D;
}

.quantity__button_plus::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-left: 5.25px solid transparent;
  border-right: 5.25px solid transparent;
  border-bottom: 4.6px solid #292D2D;
}

.quantity__input {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.quantity__input input {
  width: 100%;
  height: 40px;
  background: #F2F2F2;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  color: #242424;
  -webkit-transition: -webkit-box-shadow 0.3s ease 0s;
  transition: -webkit-box-shadow 0.3s ease 0s;
  -o-transition: box-shadow 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s, -webkit-box-shadow 0.3s ease 0s;
}

.quantity input:focus {
  -webkit-box-shadow: 0 0 0 2px #4AA5A9;
  box-shadow: 0 0 0 2px #4AA5A9;
}

/* Brands */

.container_brands {
  margin-bottom: 90px;
}

.brands__slider {
  margin: 0px 0px 30px 0px;
}

.brands__slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
	height: 91px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.brands__slide img {
  margin: 0px auto;
}

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

.swiper-pagination-bullet {
  display: block;
  width: 10px;
  height: 10px;
  margin: 0px 5px 0px 0px;
  border: 1px solid #4AA5A9;
  border-radius: 50%;
  -webkit-transition: backgroun-color 0.3s ease 0s;
  -o-transition: backgroun-color 0.3s ease 0s;
  transition: backgroun-color 0.3s ease 0s;
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  background: #4AA5A9;
}

.brands__pagination .swiper-pagination-bullet:last-child {
  margin: 0px 0px 0px 0px;
}

/* why-our-cosmetics */

.container_why-our-cosmetics {
  margin-bottom: 86px;
}

.container_why-our-cosmetics .container_title {
  margin: 0px 0px 20px;
  line-height: 1.362;
}

.container_why-our-cosmetics .container_text {
  margin: 0px 0px 52px;
  line-height: 1.875;
}

.container_text p {
  font-size: 14px;
  line-height: 24px;
  text-align: justify;


}

.container_why-our-cosmetics .row {
  margin-bottom: 30px;
}

.quality-info-container {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 60.2%;
  flex: 0 0 60.2%;
  margin-left: 0px;
}

.container_quality {
  margin-bottom: 88px;
}

.container_quality-black {
  padding-top: 90px;
  padding-bottom: 110px;
}

.container_useful-info {
  margin-bottom: 100px;
}

.container_useful-info .row {
  margin-left: -15px;
  margin-right: -15px;
}

.container_useful-info .container_title span {
  margin: 0px 10px 0px 0px;
}

.useful-info-image {
  height: 230px;
}

.useful-info-link a {
  font-size: 16px;
}

.row {
  margin-left: 0;
  margin-right: 0;
}

/* Blog Page */

.header-bg__section--blog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0px 0px 90px 0px;
  background-image: url("../img/blog/blog_1.jpg");
  background-attachment: fixed;
  background-position: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.header-bg h1 {
  padding-left: 10px;
  font-size: 40px;
  font-weight: 700;
}

.header-bg__section--blog .header-bg span {
  color: #4aa5a9;
}

/* Page blog-single */

.header-bg__section--single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url("../img/blog/blog_1.jpg");
  background-size: cover;
  /* background-position: top right; */
}

.header-bg__section--single .header-bg h1 {
  padding-left: 0;
  font-weight: 700;
  color: #4aa5a9;
}

.container_bredcrumbs a {
  -webkit-transition: color 0.3s ease 0s;
  -o-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}

.container_bredcrumbs a:hover {
  color: #4aa5a9;
}

/* Catalog */

.woocommerce-breadcrumb {
  margin: 15px 0px 20px;
}

.woocommerce-breadcrumb > * {
  display: inline-block;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #434343;
}

.woocommerce-breadcrumb > span:last-child {
  color: #242424;
}

.woocommerce-breadcrumb > a {
  -webkit-transition: color 0.3s ease 0s;
  -o-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}

.woocommerce-breadcrumb > a:hover {
  color: #00a5a0;
}

.breadcrumb-separator {
  margin: 0px 4px;
}

.woocommerce-products-header__title {
  margin: 0px 0px 31px 0px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 33px;
  color: #292D2D;
}

/* Site-cintent */

.site-content .col-full {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.widget-area {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 282px;
  flex: 0 0 282px;
  margin: 0px 30px 0px 0px;
}

.content-area {
  width: 100%;
}

.content-area .products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.products > li {
  margin-bottom: 3.7%;
}

.products .products-card {
  max-width: 282px;
}

/* Sidebar */

.product-filters {
  padding: 0px 25px 20px 20px;
  margin: 0px 0px 30px 0px;
  border: 1px solid #DCDDDD;
}

.woocommerce-widget-layered-nav {
  padding: 20px 0px 0px;
  border-bottom: 1px solid #DCDDDD;
}

.product-filters > .woocommerce-widget-layered-nav-list {
  padding: 0px 0px 20px 0px;
}

.woocommerce-widget-layered-nav:last-of-type {
  border-bottom: none !important;
}

.product-filters > .woocommerce-widget-layered-nav:last-of-type {
  padding: 20px 0px 20px 0px;
}

.widget-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0px 0px 16px 0px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  color: #292D2D;
  -webkit-transition: margin-bottom 0.3s ease 0s;
  -o-transition: margin-bottom 0.3s ease 0s;
  transition: margin-bottom 0.3s ease 0s;
}

.woocommerce-widget-layered-nav-list__item:last-child .sub-list li:last-child {
  margin-bottom: 0;
}

.woocommerce-widget-layered-nav-list__item:last-child .sub-list li:last-child a {
  padding-bottom: 0px;
}

.product-filters > div:nth-child(1) > ul > li:last-of-type {padding-bottom: 20px;}

._spoller {
  cursor: pointer;
}

.widget-title::after {
  content: '';
  display: block;
  width: 14px;
  height: 8px;
  background: url(../img/icons/arrow-top.svg) no-repeat center;
  -webkit-transition: -webkit-transform 0.5s ease 0s;
  transition: -webkit-transform 0.5s ease 0s;
  -o-transition: transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s, -webkit-transform 0.5s ease 0s;
}

.widget-title._active::after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.woocommerce-widget-layered-nav-list__item {
  margin: 0px 0px 15px 0px;
}

.woocommerce-widget-layered-nav-list__item:last-child {
  margin: 0px 0px 0px 0px;
}

.woocommerce-widget-layered-nav-list__item > a {
  display: inline-block;
  padding: 0px 0px 0px 25px !important;
  font-family: 'Open Sans';
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #242424;
  position: relative;
}

.woocommerce-widget-layered-nav-list__item > a::before {
  content: '' !important;
  display: block;
  position: absolute;
  top: 1px;
  left: 0;
  width: 20px;
  height: 20px;
  background: #FFFFFF;
  border: 1px solid #C4C4C4;
  border-radius: 3px;
}

.woocommerce-widget-layered-nav-list.sub-list {
  margin: 10px 0px 0px 0px;
}

.woocommerce-widget-layered-nav-list.sub-list .woocommerce-widget-layered-nav-list__item {
  margin: 0px 0px 10px 0px;
}

.woocommerce-widget-layered-nav-list.sub-list > li > a {
  padding: 0px 0px 0px 46px !important;
}

.woocommerce-widget-layered-nav-list.sub-list > li > a::before {
  width: 18px;
  height: 18px;
  left: 23px;
  top: 2px;
}

.woocommerce-widget-layered-nav-list__item > a::after {
  content: '' !important;
  display: none;
  position: absolute;
  top: 1px;
  left: 0;
  width: 20px;
  height: 20px;
  background: url(../img/icons/check.svg) no-repeat center;
  background-size: 14px 18px;
}

.woocommerce-widget-layered-nav-list.sub-list > li > a::after {
  width: 17px;
  height: 18px;
  left: 24px;
  top: 3px;
  background-size: 10px 16px;
}

.spoller-title-arrow {
  display: inline-block;
  padding: 7px 4px;
  width: 12px;
  height: 6px;
  position: absolute;
  top: 4px;
  right: 0px;
  background: url(../img/icons/arrow-top-small.svg) no-repeat center;
  background-size: 12px 6px;
  -webkit-transition: -webkit-transform 0.3s ease 0s;
  transition: -webkit-transform 0.3s ease 0s;
  -o-transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
}

.spoller-title-arrow._active {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.woocommerce-widget-layered-nav-list__item.chosen > a::after {
  display: block;
}

.woocommerce-widget-layered-nav-list__item.has-children {
  position: relative;
}

.woocommerce-widget-layered-nav-list__item.has-children > a {
  margin-right: 18px;
}

.product-filters__btn {
  display: block;
  width: 100%;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #FFFFFF;
  line-height: 40px;
  background: #4AA5A9;
  border: 1px solid #4AA5A9;
  text-align: center;
  -webkit-transition: color 0.3s ease 0s, background-color 0.3s ease 0s;
  -o-transition: color 0.3s ease 0s, background-color 0.3s ease 0s;
  transition: color 0.3s ease 0s, background-color 0.3s ease 0s;
}

.product-filters__btn:hover {
  background-color: #fff;
  color: #4AA5A9;
}

/* Info-img */

.info-img {
	overflow: hidden;
  width: 100%;
  height: 450px;
  padding: 252px 20px 40px;
  margin: 0px 0px 30px 0px;
  position: relative;

}
.info-img img {
		-webkit-transition: transform 0.8s ease 0s;
  -o-transition: transform 0.8s ease 0s;
  transition: transform 0.8s ease 0s;
}
.info-img:hover img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.info-img img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}

.info-img__title {
  margin: 0px 0px 10px 0px;
  position: relative;
  z-index: 1;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 35px;
  line-height: 48px;
  color: #4AA5A9;
}

.info-img__text {
  position: relative;
  z-index: 1;
  font-family: Open Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 25px;
  text-transform: uppercase;
  color: #000000;
}

/* Tags */

.tags {
  padding: 20px;
  margin-bottom: 60px;
  background: #F9F9F9;
}

.tags__title {
  margin: 0px 0px 10px 0px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: #292D2D;
}

.tags__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.tags__tag {
  display: inline-block;
  padding: 2px 4px;
  margin: 0px 5px 5px 0px;
  font-family: Open Sans;
  font-weight: 300;
  font-size: 12px;
  line-height: 14px;
  color: #656A6A;
  background: #FFFFFF;
  -webkit-transition: background-color 0.3s ease 0s;
  -o-transition: background-color 0.3s ease 0s;
  transition: background-color 0.3s ease 0s;
}

.tags__tag:hover {
  color: #656A6A;
  background: rgba(0, 0, 0, 0.05);
}

/* Pagination */

.woocommerce-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  width: 100%;
  margin: 0px 0px 60px 0px;
}

.page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.page-numbers a,
.page-numbers span {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 25px;
  color: #656A6A;
  -webkit-transition: color 0.3s ease 0s;
  -o-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}

.page-numbers a:hover {
  color: #292D2D;
  text-decoration: underline;
}

.page-numbers li {
  margin: 0px 15px 0px 0px;
}

.page-numbers li:last-child {
  margin: 0px 0px 0px 0px;
}

/* .page-numbers li:nth-last-child(2) {
  margin: 0px 0px 0px 0px;
} */

.current {
  color: #292D2D !important;
  font-weight: 700 !important;
}

.next {
  display: none;
}

/*Catalog-info */

.catalog-info {
  width: 100%;
  margin-bottom: 30px;
}

.container_title {
  margin: 0px 0px 15px 0px;
  font-weight: 800;
  font-size: 24px;
  line-height: 33px;
}

.catalog-info__text p {
  margin: 0px 0px 10px 0px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  text-align: justify;
  color: #242424;
}

/* Product page */

.product-single p {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #242424;
}

.product-single__title {
/*   margin: 0px 0px 30px 0px; */
	margin: 0px 0px 10px 0px; 
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 33px;
  color: #292D2D;
}

.product-single__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0px 0px 60px 0px;
}

.product-single__slider {
  max-width: 386px;
  margin: 0px 30px 0px 0px;
}

.single-product {
  margin: 0px 0px 15px 0px;
  border: 1px solid #DCDDDD;
}

.product-single__descr {
  width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}

.product-single__descr-text {
  margin: 0px 0px 30px 0px;
}

.product-single__descr-list {
  margin: 0px 0px 30px 0px;
}

.product-single__descr-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0px 0px 10px 0px;
  font-size: 14px;
  line-height: 22px;
  color: #242424;
}

.product-single__descr-list li::before {
  content: '';
  -webkit-box-flex: 0;
  -ms-flex: 0 0 15px;
  flex: 0 0 15px;
  display: block;
  width: 15px;
  height: 15px;
  margin: 4px 8px 0px 0px;
  background: url(../img/icons/check-list.svg) center no-repeat;
}

.product-single__cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.product-single__col-left {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.product-single .product__price {
  margin: 0px 0px 26px 0px;
}

.product-single .product__price-title {
  margin: 0px 5px 0px 0px;
  font-size: 16px;
  line-height: 22px;
  color: #000000;
}

.product-single .products-card__price {
  margin: 0px 11px 0px 0px;
  font-weight: 700;
  font-size: 30px;
  line-height: 41px;
  color: #D7233E;
}

.product-single .woocommerce-Price-currencySymbol {
  font-size: 18px;
}

.product-single .products-card__price-old {
  margin: 0px 0px 0px 0px;
  font-size: 20px;
  line-height: 27px;
  -webkit-text-decoration-line: line-through;
  text-decoration-line: line-through;
  color: #C4C4C4;
}

.product-single .products-card__btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  background: #D7233E;
  border: 1px solid #D7233E;
  width: 100%;
}

.product-single .products-card__btn:hover {
  background: #fff;
  color: #D7233E;
}

.product-single__col-right {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 48%;
  flex: 0 1 48%;
  max-width: 386px;
  padding: 21px 20px;
  background: #FFFFFF;
  border: 1px solid #DCDDDD;
}

.product-single__col-right p {
  font-size: 14px;
  line-height: 19px;
  color: #333333;
}

.product-single__delivery-term {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #DCDDDD;
}

.product-single__delivery-term,
.product-single__payment-term {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.product-single__delivery-term::before {
  content: '';
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: block;
  margin: 0px 20px 0px 0px;
  width: 38px;
  height: 31px;
  background: url("../img/icons/delivery.svg") center no-repeat;
}

.product-single__payment-term::before {
  content: '';
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: block;
  margin: 0px 15px 0px 5px;
  width: 38px;
  height: 31px;
  background: url("../img/icons/payment.svg") center no-repeat;
}

.product-single__primary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

/* tabs */

.product-single__content {
  max-width: 805px;
  margin: 0px 0px 30px 0px;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 66%;
  flex: 0 1 66%;
  width: 66%;
}

.product-single__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  /* justify-content: space-between; */
  margin: 0px 0px 20px 0px;
}

.product-single__navitem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 28px 0px;
  margin: 0px 11px 0px 0px;
  font-size: 18px;
  line-height: 25px;
  text-transform: uppercase;
  color: #434343;
  background: #F9F9F9;
  border: 1px solid #DCDDDD;
  cursor: pointer;
  position: relative;
  -webkit-transition: background-color 0.3s ease 0s;
  -o-transition: background-color 0.3s ease 0s;
  transition: background-color 0.3s ease 0s;
  overflow: hidden;
  width: 32%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  /* margin: 0 0 0 15px; */
}

.product-single__navitem:last-child {
  margin: 0px 0px 0px 0px;
}

.product-single__navitem:hover {
  background: #f1f1f1;
}

.product-single__navitem::before {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  background: #4AA5A9;
  -webkit-transition: opacity 0.3s ease 0s, visibility 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s, visibility 0.3s ease 0s;
  transition: opacity 0.3s ease 0s, visibility 0.3s ease 0s;
}

.product-single__navitem._active::before {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s ease 0s, visibility 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s, visibility 0.3s ease 0s;
  transition: opacity 0.3s ease 0s, visibility 0.3s ease 0s;
}

.product-single__block {
  -webkit-animation: fade 1s;
  animation: fade 1s;
}

.product-single__tab-text p {
  margin: 0px 0px 20px 0px;
  font-size: 14px;
  line-height: 24px;
  text-align:justify;
  color: #232323;
}

.product-single__tab-text p:last-child {
  margin: 0px 0px 15px 0px;
}

.product-single__content .product-single__descr-list li {
  font-size: 16px;
  line-height: 22px;
  color: #232323;
}

.product-single__bottom-text p {
  margin: 0px 0px 25px 0px;
  font-size: 16px;
  line-height: 22px;
  color: #232323;
}

/* research */

.research {
  height: 100%;
  width: 31.65%;
  max-width: 386px;
  margin: 0px 0px 30px 0px;
  padding: 10px 10px 0px;
  background: #FFFFFF;
  border: 1px solid #DCDDDD;
}

.research__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  text-transform: uppercase;
  color: #FFFFFF;
  line-height: 70px;
  background: #4AA5A9;
}

.research__doc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 0px;
  font-size: 18px;
  line-height: 25px;
  color: #232323;
  -webkit-transition: color 0.3s ease 0s;
  -o-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
  border-bottom: 1px solid #DCDDDD;
}

.research li:last-child .research__doc {
  border-bottom: none;
}

.research__doc:hover {
  color: #4AA5A9;
}

.research__doc::before {
  content: '';
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: block;
  width: 39.6px;
  height: 50px;
  margin: 0px 15px 0px 5px;
  background-color: #000;
  -webkit-mask-image: url("../img/icons/download.svg");
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  -webkit-transition: background-color 0.3s ease 0s;
  -o-transition: background-color 0.3s ease 0s;
  transition: background-color 0.3s ease 0s;
}

.research__doc:hover::before {
  background-color: #4AA5A9;
}

.recommendation__title {
  margin: 0px 0px 30px 0px;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  text-transform: uppercase;
  color: #292D2D;
}

.container__products--recommendation {
  margin-top: 0 !important;
}

.product-single .quantity {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 80px;
  flex: 0 0 80px;
}

/* Cart */

.container__products-cart-recommendation{
	margin-top: 30px;
    margin-bottom: 60px;
}
@media (max-width: 576px){
.container__products-cart-recommendation {
	margin-top: 15px;
    margin-bottom: 30px;
	}	
}
.cart-swiper-pagination{
	margin-top: 15px ;
	margin-bottom: 15px ;
}
.cart-swiper-pagination.swiper-pagination-lock{
	display:none;
}

.cart-wrapper .entry-title {
  margin: 0px 0px 42px 0px;
  font-weight: 700;
  font-size: 24px;
  line-height: 33px;
  color: #292D2D;
}

.woocommerce-cart-form__contents {
  width: 100%;
  font-size: 16px;
  line-height: 22px;
}

.woocommerce-cart-form__contents tr {
  width: 100%;
  border-bottom: 1px solid #BFC0C0;
}

.woocommerce-cart-form__contents tr:last-child {
  border-bottom: none;
}

.woocommerce-cart-form__contents td {
  padding: 10px 0px;
  vertical-align: middle;
}

.woocommerce-cart-form__contents th {
  padding: 0px 0px 12px;
  vertical-align: middle;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
	text-align: left;
  color: #292D2D;
}

.cart-wrapper .remove {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1;
  font-weight: 700;
  font-size: 16px;
  padding: 0px 0px 1px 0px;
  margin: 3px 0px 0px 23px;
  width: 16.5px;
  height: 16.5px;
  color: #fff;
  background: url('../img/icons/x-circle.svg') center no-repeat;
}

.product-remove {
  width: 80px;
}

.product-thumbnail {
  width: 130px;
}

.product-thumbnail img {
  max-width: 80px;
  max-height: 80px;
}

.product-name {
  width: 386px;
}

.product-name a {
  display: block;
  width: 386px;
  margin: 0px 30px 0px 0px;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  color: #4AA5A9;
}

.product-price {
  width: 207px;
}

.product-quantity {
  width: 207px;
}

.woocommerce-cart-form__contents td.actions {
  padding: 20px 0px 30px;
}

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

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

input[type="submit"]:disabled {
	opacity: 0.5;
}
input[type="submit"]:disabled:hover {
	background: #4AA5A9;
    color: #fff;
}

.coupon > input[type="submit"] {
	border: none;
	cursor: pointer;
}
.coupon > input[type="submit"]:hover {
	background: #39868a;
	color: #fff;
}
.coupon > input {
	height: 42px !important;
	margin-left: 0;
	margin-right: 0;
}

.update_btn {
  margin: 0px 0px 0px auto;
}

.cart-wrapper .button {
  width: auto;
  padding: 0px 15px;
  line-height: 42px;
  height: 42px;
  border-bottom: 1px solid #4AA5A9;
  background: #4AA5A9;
  color: #fff;
  font-size: 12px;
  text-transform: initial;
  -webkit-transition: color 0.3s ease 0s, background-color 0.3s ease 0s;
  -o-transition: color 0.3s ease 0s, background-color 0.3s ease 0s;
  transition: color 0.3s ease 0s, background-color 0.3s ease 0s;
}

.cart-wrapper .button:hover {
  background: #fff;
  color: #4AA5A9;
}

.coupon .input-text {
  width: 180px;
  padding: 12px 10px;
  font-size: 12px;
  line-height: 16px;
  color: #242424;
  background: #FFFFFF;
  border: 1px solid #BFC0C0;
}

.coupon .input-text:focus {
  border: 1px solid #4AA5A9;
}

.coupon .input-text::-webkit-input-placeholder {
  color: #747780;
}

.coupon .input-text::-moz-placeholder {
  color: #747780;
}

.coupon .input-text:-ms-input-placeholder {
  color: #747780;
}

.coupon .input-text::-ms-input-placeholder {
  color: #747780;
}

.coupon .input-text::placeholder {
  color: #747780;
}

.cart_totals .shop_table {
  margin-left: auto;
}

.cart_totals .shop_table th {
  display: block;
  margin: 0 30px 0 0;
}

.cart_totals .shop_table th,
.cart_totals .shop_table td {
  padding: 0px 0px 20px;
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  color: #242424;
}

.wc-proceed-to-checkout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cart_totals .wc-proceed-to-checkout a {
  padding: 0px 60px;
  height: 50px;
  margin: 0px 0px 0px auto;
  font-size: 18px;
  line-height: 50px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #FFFFFF;
}

.cart-wrapper {
  margin: 0px 0px 30px 0px;
}

.update_btn.disabled {
  opacity: 0.5;
}

.shop_table-mob {
  display: none;
}

.order-total .woocommerce-Price-currencySymbol {
  margin: 0px 0px 0px 5px;
}

table .woocommerce-Price-currencySymbol {
  margin: 0px 0px 0px 5px;
}

.manufacturer {
  margin: 0px 0px 60px 0px;
}

.manufacturer span {
  color: #49a29f;
}

.manufacturer p {
  color: #666666;
}

.content-block__title {
  padding: 0px 0px 35px 0px;
  margin: 0px 0px 35px 0px;
  border-bottom: 1px solid #49a29f;
}

.content-block__row .content-block__title {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 23px 0px;
  border-bottom: none;
}

.content-block__text {
  margin: 0px 0px 65px 0px;
}

.content-block__row {
  padding: 60px 0px;
  margin: 0px 0px 60px 0px;
  background-color: #f7f7f7;
}

.content-block__img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 45%;
  flex: 0 0 45%;
  margin: 0 30px 0 0;
}

.content-block__row .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.content-block__row .content-block__text {
  margin: 0px 0px 0px 0px;
}

/* Research page */

.research-block p {
  font-size: 13px;
  color: #686868;
}

.research-block__img img {
  height: 39px;
}

.research-block__text {
  margin: 0px 0px 30px 0px;
}

.research-block__text span {
  color: #49a29f;
}

.research-block__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  margin: 50px 0px 10px 0px;
}

.research-block__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 33%;
  flex: 0 1 33%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0px 0px 40px 0px;
  text-align: center;
}

.research-block__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 74px;
  height: 74px;
  margin: 0px 0px 20px 0px;
  background-color: #EBEBEB;
  border-radius: 50%;
}

/* quality-block */

.quality-block {
  padding: 100px 0px 80px;
  margin: 0px 0px 50px 0px;
  color: #fff;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.quality-block .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.quality-block p {
  font-size: 14px;
  line-height: 23px;
}

.quality-block p span {
  color: #49a29f;
}

.quality-block__title {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  padding: 0px 0px 35px;
  margin: 0px 0px 35px;
  border-bottom: 1px solid #49a29f;
  font-weight: 600;
  font-size: 32px;
}

.quality-block__text {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
}

.quality-block__img {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
}

/* ethics-block */

.ethics-block {
  margin: 0px 0px 60px 0px;
}

.ethics-block__title {
  padding: 0px 0px 35px;
  margin: 0px 0px 35px;
  border-bottom: 1px solid #49a29f;
  font-weight: 600;
  font-size: 32px;
  color: #242424;
}

.ethics-block__title span {
  color: #49a29f;
}

.ethics-block__subtitle {
  margin: 0px 0px 35px 0px;
}

.ethics-block__list-title {
  margin: 0px 0px 15px 0px;
}

.ethics-block__list-title,
.ethics-block__list {
  color: #666666;
  font-size: 14px;
  line-height: 23px;
}

.header-bg__section--research {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  padding: 0px 0px 60px 0px;
  margin: 0px 0px 60px 0px;
  position: relative;
}

.header-bg__section--research > img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: -1;
}

.header-bg__section--research .header-bg__title {
  display: inline-block;
  padding: 25px 25px;
  margin: 0px 0px 10px 0px;
  font-size: 26px;
  font-weight: 700;
  background: #49a29f;
  text-transform: uppercase;
  color: #fff;
}

.header-bg__section--research .header-bg__subtitle {
  display: inline-block;
  padding: 25px 25px;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-size: 24px;
  font-weight: 600;
}

.storefront-breadcrumb {
  padding: 0;
  margin: 0;
}

.form-row {
  margin-left: 0;
  margin-right: 0;
}

/* Checkout page */

form.checkout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0px 0px 35px 0px;
}

.checkout__content {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 48.7%;
  flex: 0 0 48.7%;
  margin: 0 auto 0 0;
}

.woocommerce-checkout-review-order {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 48.7%;
  flex: 0 0 48.7%;
}

.checkout-block .entry-title {
  margin: 0px 0px 30px 0px;
  font-weight: 700;
  font-size: 24px;
  line-height: 33px;
  color: #292D2D;
}

.checkout-block h3 {
  margin: 0px 0px 15px 0px;
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  color: #292D2D;
}

.checkout-block input,
.checkout-block textarea {
  width: 100%;
  margin: 0px 0px 30px 0px;
  background: #FFFFFF;
  border: 1px solid #BFC0C0;
  font-size: 14px;
  line-height: 19px;
  color: #292D2D;
}

.checkout-block input::-webkit-input-placeholder,
.checkout-block textarea::-webkit-input-placeholder {
  color: #747780;
}

.checkout-block input::-moz-placeholder,
.checkout-block textarea::-moz-placeholder {
  color: #747780;
}

.checkout-block input:-ms-input-placeholder,
.checkout-block textarea:-ms-input-placeholder {
  color: #747780;
}

.checkout-block input::-ms-input-placeholder,
.checkout-block textarea::-ms-input-placeholder {
  color: #747780;
}

.checkout-block input::placeholder,
.checkout-block textarea::placeholder {
  color: #747780;
}

.checkout-block .buyer__wrapper .form-row {
  margin-bottom: 15px;
}

.options__item:last-child {
  margin-bottom: 3px;
}

.checkout-block input {
  height: 40px;
  padding: 0px 10px;
  margin: 0px 0px 0px 0px;
  line-height: 40px;
}

.checkout-block textarea {
  height: 120px;
  padding: 5px 10px;
  resize: none;
}

.form-row.woocommerce-invalid input.input-text {
  -webkit-box-shadow: initial;
  box-shadow: initial;
}

.buyer__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0px 0px 15px 0px;
}

.buyer__wrapper .form-row {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 48%;
  flex: 0 1 48%;
}

.checkout-block .options input {
  height: auto;
  line-height: initial;
}

.checkout-block .disabled {
  opacity: 0.5;
}

.delivery-field .disabled .options__text:before {
  background: transparent;

}

.input-text {
  margin: 0px 0px 5px 0px;
}

.info-text {
  margin: 5px 0px ;
  font-size: 14px;
  line-height: 19px;
}
.shipping-methods{
	margin-bottom:15px;
}
.options__item {
  margin-bottom: 13px;
}

.payment-field {
  margin: 0px 0px 15px 0px;
}

.checkout .shop_table thead th {
  padding: 0px 0px 12px 0px;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  color: #292D2D;
}

.checkout .shop_table tbody th,
.checkout .shop_table tbody td {
  padding: 20px 0px;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #292D2D;
}

.checkout .shop_table tfoot th,
.checkout .shop_table tfoot td {
  padding: 20px 0px;
  font-size: 16px;
  line-height: 22px;
  color: #292D2D;
}

.checkout .shop_table tr {
  border-bottom: 1px solid #BFC0C0;
}

.checkout .shop_table tr:last-child {
  border-bottom: none;
}

.checkout .shop_table th,
.checkout .shop_table td {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.checkout .checkout_btn {
  width: 100%;
  font-weight: 400;
  font-size: 18px;
  line-height: 50px;
  height: 50px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #FFFFFF;
  background: #4AA5A9;
  border: 1px solid #4AA5A9;
}

.woocommerce-checkout-payment {
  margin: 30px 0px;
}

.checkout .checkout_btn:hover {
  color: #4AA5A9;
  background: #fff;
}

table.woocommerce-checkout-review-order-table .product-name {
  width: 66%;
}

form > div.woocommerce-checkout-review-order > h3 {
  margin-bottom: 20px;
}

.ie .intro__arrow {
  display: none;
}

.ie .menu-item-has-children {
  position: relative;
}

.ie .menu-item-has-children .sub-menu {
  left: 0;
  width: 244px;
}

.ie .brands__slide {
  height: auto;
}

.ie .product-single__slider .swiper-wrapper {
  max-width: 382px;
  overflow: hidden;
}

.ie .options__text:after {
  width: 10px;
  height: 10px;
  left: 5px;
  top: 6px;
}

.ie .form-row.woocommerce-invalid input.input-text {
  -webkit-box-shadow: inset 0px 0px 0px #e2401c;
  box-shadow: inset 0px 0px 0px #e2401c;
}


  .products-filter__btn:hover {
    color: #fff;
    background: #4aa5a9;
    -webkit-box-shadow: 0 0 0 2px #4aa5a9;
    box-shadow: 0 0 0 2px #4aa5a9;
  }

  .products-card__img:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }

  .btn-product:hover {
    background: #fff;
    color: #4AA5A9;
  }

  .quantity:hover input {
    -webkit-box-shadow: inset 0 0 0 2px #4AA5A9;
    box-shadow: inset 0 0 0 2px #4AA5A9;
  }

  .quantity:hover .quantity__btns {
    opacity: 1;
    visibility: visible;
  }

  .quantity__button:hover {
    background: #dcdddd;
  }

  .product-single .quantity:hover input,
  .product-single .quantity input:focus {
    -webkit-box-shadow: 0 0 0 2px #D7233E;
    box-shadow: 0 0 0 2px #D7233E;
  }
	.product-name a:hover {
    text-decoration: none;
  }

	.checkout .shop_table thead th,
	.checkout .shop_table tfoot th {
		text-align: left;
	}

	@media (min-width: 991px) {
		.intro__arrow:hover {
			background-color: rgba(0, 0, 0, 0.05);
		}
	}

@media (min-width: 991px) {
  .catalog-info {
    margin-bottom: 90px;
  }

}

@media (min-width: 1200px) {
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .container {
    max-width: 1250px;
  }
}

@media (min-width: 1250px) {
  .container__products .swiper-wrapper {
    -webkit-transform: translate3d(0px, 0px, 0px) !important;
    transform: translate3d(0px, 0px, 0px) !important;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: auto !important;
  }

  .container__products .swiper-slide {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 22%;
    flex: 0 0 22%;
    margin-bottom: 2.7%;
    height: auto;
  }
}

@media (max-width: 1250px) {
  .products-catalog {
    display: none;
  }

  .products-catalog-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .products-card {
    margin: 0px auto;
    height: 100%;
  }

  .products-swiper-pagination {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    margin: 50px auto 30px;
  }

  .recommendation__title {
    text-align: center;
  }
}

@media (max-width: 1200px) {
  .footer-menu li a {
    font-size: 12px;
  }

  .footer-menu li {
    margin-right: 15px;
    padding-right: 15px;
  }

  header .container {
    max-width: 100%;
  }

  .container_useful-info .row {
    margin-left: 0;
    margin-right: 0;
  }

  .product-single__cols {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .product-single__col-right {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: 100%;
  }

  .product-single__col-left,
  .product-single__col-right {
    margin: 0px 0px 30px 0px;
  }
}

@media screen and (max-width: 1200px) {
  .container_logo {
    width: 80px!important;
  }

  .container_menu-list li a {
    font-size: 12px;
  }
}

@media all and (max-width: 1200px) {
  .container_product-item-wrapper:first-child {
    margin-bottom: 15px;
  }

  .cont-why {
    margin-bottom: 30px;
  }

  .recomindation-button-wrapper {
    margin-bottom: 15px;
  }

  .useful-info-item {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 1024px) {
  .footer-menu li a {
    font-size: 12px !important;
  }

  .recomindations-title:before {
    display: none !important;
  }

  .recomindations-title:after {
    display: none !important;
  }
}

@media (max-width: 1000px) {
  .burger {
    display: block;
    position: relative;
    width: 20px;
    height: 16px;
    cursor: pointer;
    z-index: 13;
	  margin-left:20px;
  }

  .burger span {
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    top: calc(50% - 1px);
    left: 0px;
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #fff;
  }

  .burger span:first-child {
    top: 0px;
  }

  .burger span:last-child {
    top: auto;
    bottom: 0px;
  }

  .burger._active span {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }

  .burger._active span:first-child {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: calc(50% - 1px);
  }

  .burger._active span:last-child {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    bottom: calc(50% - 1px);
  }



  .site-header-cart._mob {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 15px;
  }

  .container_menu-list.social {
    display: none;
  }

  .container_menu-list.social._mob {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 15px;
  }

  .header-account {
    display: none;
  }

  .header-account._mob {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 15px;
  }
}

@media all and (max-width: 1000px) {
  .burger {
    display: block;
  }

  .container_menu-list {
    display: none;
  }

  #burger .container_menu-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  #burger .container_menu-list li {
    margin: 0 0 15px;
  }

  #burger .container_menu-list li a,
  .footer-menu li a {
    font-size: 14px;
  }

  .recomindations-title:after,
  .recomindations-title:before {
    width: 220px;
  }

  .quality-info-container {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}

@media (max-width: 991px) {

}

@media (max-width: 991px) {
  .footer-menu li {
    margin-right: 0px;
    padding-right: 0px;
    border-right: 0;
  }

  .container_useful-info .col-xl-4 {
    padding-left: 0;
    padding-right: 0;
  }
	.news__content__section {
    margin-bottom: 50px;
  }

  .container_menu-elements {
    padding: 0px 0px;
  }

  .container_about {
    padding-top: 60px;
  }

  .container_about {
    padding-bottom: 20px;
  }

  .container__products {
    margin-bottom: 30px;
  }

  .container_brands {
    margin-bottom: 60px;
  }

  .container_why-our-cosmetics .row {
    margin-bottom: 20px;
  }

  .container_why-our-cosmetics {
    margin-bottom: 56px;
  }

  .quality-info-container {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .container_useful-info {
    margin-bottom: 60px;
  }

  .container_useful-info {
    margin-bottom: 30px;
  }

  .header-bg__section--blog {
    margin: 0px 0px 60px 0px;
    background-size: initial;
    background-position: top right;
  }

  .site-content .col-full {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .widget-area {
    margin: 0px 0px 0px 0px;
  }

  .spoller-title-arrow + ul,
  .widget-title--use + ul {
    display: none;
  }

  .spoller-title-arrow {
    -webkit-transform: rotate(180deg) !important;
    -ms-transform: rotate(180deg) !important;
    transform: rotate(180deg) !important;
  }

  .spoller-title-arrow._active {
    -webkit-transform: rotate(0deg) !important;
    -ms-transform: rotate(0deg) !important;
    transform: rotate(0deg) !important;
  }

  .catalog-info__text p {
    font-size: 14px;
    line-height: 19px;
  }

  .product-single__body {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .product-single__slider {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    width: 100%;
    margin: 0px auto 30px;
  }

  .product-single__col-right {
    margin: 0px 0px 0px 0px;
  }

  .product-single__body {
    margin: 0px 0px 40px 0px;
  }

  .product-single__primary {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .product-single__content {
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    width: 100%;
  }

  .research {
    width: 100%;
    max-width: 100%;
  }

  .product-single__nav {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .product-single__navitem {
    padding: 0;
    width: 31.5%;
    text-align: center;
    line-height: 83px;
    margin: 0px 0px 0px 0px;
  }

  .product-name a {
    width: 326px;
  }

  .manufacturer {
    margin: 0px 0px 60px 0px;
  }

  .content-block__text {
    margin: 0px 0px 40px 0px;
  }

  .ethics-block {
    margin: 0px 0px 60px 0px;
  }
}

@media all and (max-width: 991px) {
  .container_products .owl-dots {
    text-align: center;
  }

  .container_products .owl-dots button {
    width: 5px;
    height: 5px;
    margin-left: 10px;
    margin-right: 10px;
    background: #4aa5aa;
    border-radius: 15px;
  }

  .recomendations-items-image {
    height: 200px !important;
  }

  .quality-info-container {
    margin-left: 0 !important;
  }

  .recomendations-items-title p {
    font-size: 16px !important;
  }

  .container_products {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .slider-products {
    margin-left: 0;
  }

  .container_recomindations .container_products .owl-stage-outer {
    height: 430px !important;
  }

  .footer-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer-menu li {
    margin-bottom: 20px;
  }

  .footer-menu li.stick:after {
    display: none;
  }

  .footer-label {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-label p {
    width: 100%;
    text-align: center;
  }

  .form-email-letters {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .form-email-letters input {
    width: 100%;
    margin-bottom: 15px;
  }

  .form-email-letters button {
    width: 100%;
    padding: 20px;
  }
}

@media all and (max-width: 991px) and (max-width: 767px) {
  .footer-menu li {
    margin-bottom: 13px;
  }

  .footer-menu .footer-instagram {
    margin-bottom: 18px;
  }
}

@media screen and (max-width: 991px) {
  .footer-menu {
    width: 100% !important;
    margin-bottom: 0;
  }

  .purchase__header {
    display: none;
  }

  .cphb_mobile {
    display: block !important;
  }

  .ph__mobile {
    display: block !important;
  }

  .container__purchase__headline-bolder {
    display: none;
  }

  .container__purchases {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .container__purchases {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-menu li:after {
    display: none;
  }

  .fm-s span {
    display: none;
  }

  .container__purchases {
    padding-left: 0;
    padding-right: 0;
  }

  .description__text p {
    width: 100%;
  }

  .description {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .purchase {
    margin-top: 10px;
    padding-left: 0 !important;
    width: 100%;
  }

  .purchases__image__container {
    width: 100%;
  }
}

@media (max-width: 900px) {
  .products > li {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    margin-bottom: 30px;
  }
}

@media (max-width: 768px) {
  .container_title h1,
  .container_title h2,
  .container_title h3,
  .container_title h4,
  .container_title h5,
  .container_title h6,
  .container_title {
    font-size: 24px;
  }

  .products-filter__btn {
    padding: 8.5px 15px;
    font-size: 14px;
    line-height: 1;
  }

  .products-filter li {
    margin: 0px 10px 10px 0px;
  }

  .brands__slider {
    margin: 0px 0px 15px 0px;
  }

  .container_text p {
    font-size: 14px;
  }

  .container_title p {
    font-size: 24px;
    line-height: 33px;
    font-weight: 800;
  }

  .container_quality {
    margin-bottom: 58px;
  }

  .quality-title p {
    font-weight: 800;
    font-size: 24px;
    line-height: 33px;
  }

  .quality-text p {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
  }

  .useful-info-title a {
    font-weight: 700;
    font-size: 20px;
    line-height: 22px;
  }

  .useful-info-text p {
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
  }

  .useful-info-link a {
    font-weight: 700;
    font-size: 14px;
    line-height: 19px;
  }
}

@media all and (max-width: 768px) {
  .recomindations-title:after,
  .recomindations-title:before {
    display: none;
  }

  .container_quality {
    padding-left: 15px;
    padding-right: 15px;
  }

  .container_product-item {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container_title.fontsize40 p {
    font-size: 26px;
  }

  .button {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .container_footer {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .products-swiper-pagination {
    margin: 30px auto 20px;
  }

  .container_why-our-cosmetics .container_title {
    margin: 0px 0px 15px 0px;
  }

  .container_why-our-cosmetics .container_text {
    margin: 0px 0px 30px 0px;
  }

  .tags {
    margin-bottom: 30px;
  }

  .woocommerce-pagination {
    margin: 0px 0px 30px 0px;
  }

  .product-single p {
    font-size: 14px;
    line-height: 19px;
  }

  .product-single__navitem {
    line-height: 60px;
  }

  .product-single__tab-text {
    margin: 0px 0px 5px 0px;
  }

  .product-single__tab-text p {
    font-size: 14px;
    line-height: 26px;
    margin: 0px 0px 10px 0px;
  }

  .product-single__descr-list {
    margin: 0px 0px 15px 0px;
  }

  .product-single__descr-list li,
  .product-single__content .product-single__descr-list li {
    font-size: 14px;
    line-height: 19px;
  }

  .product-single__bottom-text p {
    margin: 0px 0px 19px 0px;
  }

  .product-single__bottom-text p:last-child {
    margin: 0 0 9px;
  }

  .product-single__items .product-single__descr-list {
    margin: 0px 0px 15px 0px;
  }

  .product-single__content {
    margin: 0px 0px 20px 0px;
  }

  .product-single__descr-text {
    margin: 0px 0px 13px 0px;
  }

  .research__title {
    font-weight: 600;
    font-size: 16px;
    line-height: 60px;
  }

  .research__doc {
    padding: 10px 0px;
    font-size: 14px;
    line-height: 19px;
  }

  .research__doc::before {
    width: 23.7px;
    height: 30px;
    margin: 0px 13px 0px 5px;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .recommendation__title {
    margin: 0px 0px 15px 0px;
  }

  .container__products--recommendation .products-swiper-pagination {
    margin: 15px auto 10px;
  }

  .shop_table {
    display: none;
  }

  .shop_table-mob,
  .cart-collaterals .shop_table {
    display: initial;
  }

  .shop_table-mob td {
    text-align: right;
    padding: 10px 0px 7px;
  }

  .shop_table-mob .quantity {
    margin: 0px 0px 0px auto;
  }

  .product-thumbnail {
    position: relative;
  }

  .product-thumbnail img {
    display: block;
    max-width: 100px;
    max-height: 100px;
    margin: 0px auto;
  }

  .product-thumbnail a {
    display: block;
    width: 100%;
  }

  .cart-wrapper .remove {
    position: absolute;
    top: 11px;
    right: 2px;
  }

  .cart-collaterals table,
  .cart-collaterals tbody {
    display: block;
    width: 100%;
  }

  .cart-collaterals .shop_table tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
  }

  .product-name a {
    width: auto;
  }

  .product-name {
    width: auto;
  }

  .product-price {
    width: auto;
  }

  .product-quantity {
    width: auto;
  }

  .woocommerce-cart-form__contents tr {
    border-bottom: none;
  }

  .woocommerce-cart-form__contents tr.last-row {
    border-bottom: 1px solid #BFC0C0;
  }

  .woocommerce-cart-form__contents tr.last-row td,
  .woocommerce-cart-form__contents tr.last-row th {
    padding: 10px 0 17px;
  }

  .woocommerce-cart-form__contents td.actions {
    padding: 20px 0px 38px;
  }

  .woocommerce-cart-form__contents th {
    padding: 10px 0px 5px;
    width: 130px;
    line-height: 22px;
  }

  .product-thumbnail {
    padding: 20px 0px 10px;
  }

  .product-name a {
    margin: 0px 0px 0px 0px;
  }

  .product-name {
    vertical-align: top !important;
  }

  .cart-wrapper .entry-title {
    margin: 0px 0px 16px 0px;
  }

  .manufacturer {
    margin: 0px 0px 40px 0px;
  }

  .content-block__title {
    font-size: 24px;
    padding: 0px 0px 15px 0px;
    margin: 0px 0px 15px 0px;
  }

  .content-block__row .container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .content-block__img {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    margin: 0px 0 30px;
  }

  .content-block__img img {
    display: block;
    margin: 0px auto;
  }

  .content-block__row .content-block__title {
    margin: 0px 0px 15px 0px;
  }

  .content-block__text {
    margin: 0px 0px 30px 0px;
  }

  .content-block__row {
    padding: 30px 0px;
    margin: 0px 0px 30px 0px;
  }

  .quality-block {
    padding: 40px 0px 20px;
    margin: 0px 0px 30px 0px;
  }

  .quality-block__title {
    font-size: 24px;
    margin: 0px 0px 15px 0px;
    padding: 0px 0px 15px 0px;
  }

  .quality-block__text,
  .quality-block__img {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
  }

  .quality-block__text {
    margin: 0px 0px 10px 0px;
  }

  .quality-block__img img {
    display: block;
    margin: 0px auto;
  }

  .header-bg__section--research {
    margin: 0px 0px 30px 0px;
  }

  .checkout .shop_table {
    display: table;
  }

  .checkout {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .checkout__content,
  .woocommerce-checkout-review-order {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
  }
}

@media screen and (max-width: 767px) {
  .news__content img {
    float: none;
    padding-right: 0;
    width: 100%;
  }

  .header-bg__section {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 757px) {
  .ethics-block {
    margin: 0px 0px 30px 0px;
  }

  .ethics-block__title {
    padding: 0px 0px 15px;
    margin: 0px 0px 15px;
    font-size: 24px;
  }

  .ethics-block__subtitle {
    font-size: 22px;
    margin: 0px 0px 15px 0px;
  }
}

@media (max-width: 630px) {
  .products-card {
    max-width: 335px;
  }

  .products > li {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
  }

  .products > li:last-child {
    margin-bottom: 15px;
  }

  .products .products-card {
    max-width: 335px;
  }
}

@media (max-width: 576px) {
 
  .container {
    padding-right: 20px;
    padding-left: 20px;
  }

  .intro__arrow {
    width: 20px;
    height: 20px;
    margin: -10px 0px 0px 0px;
  }

  .intro__arrow--next {
    right: 10px;
  }

  .intro__arrow--prev {
    left: 10px;
  }

  .container_about {
    padding-top: 30px;
  }

  .container_about {
    padding-bottom: 0px;
  }

  .container__products {
    margin-bottom: 15px;
  }

  .container_brands {
    margin-bottom: 30px;
  }

  .container_why-our-cosmetics {
    margin-bottom: 26px;
  }

  .container_why-our-cosmetics .row {
    margin-bottom: 0px;
  }

  .container_quality {
    margin-bottom: 30px;
  }

  .container_quality-black {
    padding-top: 70px;
    padding-bottom: 60px;
  }

  .useful-info-image {
    height: 0;
    padding: 0px 0px 60.3%;
    position: relative;
  }

  .useful-info-image img {
    position: absolute;
    top: 0;
    left: 0;
  }

  .header-bg__section--blog {
    background-position: top right;
    background-size: 380% auto;
    background-repeat: no-repeat;
    height: 280px;
  }

  .header-bg h1 {
    font-size: 33px;
  }

  .header-bg__section--blog {
    margin: 0px 0px 30px 0px;
  }

  .news__content__section {
    margin-top: 30px;
    margin-bottom: 40px;
  }

  .woocommerce-breadcrumb {
    margin: 10px 0px;
  }

  .product-single__body {
    margin: 0px 0px 30px 0px;
  }

  .product-single__nav {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0px 0px 10px 0px;
  }

  .product-single__navitem {
    width: 100%;
    line-height: 40px;
    margin: 0px 0px 3px 0px;
  }

  .research__title {
    line-height: 40px;
  }

  .container__products--recommendation {
    margin-bottom: 30px;
  }

  .product-single .products-card__price-old {
    font-size: 17px;
    line-height: 27px;
  }

  .product-single .products-card__price {
    margin: 0px 5px 0px 0px;
    font-size: 24px;
    line-height: 41px;
  }

  .actions__row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .coupon,
  .update_btn {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
  }

  .coupon {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .coupon .input-text {
    margin: 0px 0px 5px 0px;
  }

  .coupon {
    margin: 0px 0px 20px 0px;
  }

  .coupon input {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
  }

  .cart_totals .wc-proceed-to-checkout a {
    width: 100%;
  }

  .header-bg__section--research {
    padding: 0px 0px 20px 0px;
    height: 210px;
  }

  .header-bg__section--research .header-bg__title {
    padding: 15px;
    margin: 0px 0px 10px 0px;
    font-size: 18px;
  }

  .header-bg__section--research .header-bg__subtitle {
    padding: 15px;
    font-size: 18px;
  }

  form.checkout {
    margin: 0px 0px 0px 0px;
  }

  .buyer__wrapper .form-row {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
  }

  .payment-field {
    margin: 0px 0px 24px 0px;
  }

  .checkout .shop_table th,
  .checkout .shop_table td {
    padding-left: 9px !important;
    padding-right: 0px !important;
  }

  .checkout .shop_table .product-total,
  .checkout .shop_table tfoot td {
    text-align: right;
  }

  .woocommerce-checkout-payment {
    margin: 13px 0px 30px;
  }
}

@media (max-width: 370px) {
  .header-bg__section--blog {
    background-position: top right -80px;
    background-size: 440% auto;
  }

  .header-bg h1 {
    font-size: 30px;
  }

  .woocommerce-cart-form__contents th {
    padding: 10px 0px 5px;
    width: 80px;
    line-height: 22px;
  }
}

@media (min-width: 767px) and (max-width: 1200px) {
  .cont-why {
    width: 50% !important;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .content-area .products {
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
  }

  .products > li {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
  }
}
@media (min-width:767px){
  .manufacturer .content-block__row .content-block__text {
  padding-top: 20px;
  }
}
@media (min-width:900px){
  .manufacturer .content-block__row .content-block__text {
  padding-top: 40px;
  }
}

.woocommerce-ResetPassword .woocommerce-Input--text{
    max-width: 300px;
    border: 1px solid #4ba5a973;
    margin-bottom: 5px !important;
    padding: 3px;
}



.header-top{
    background:#292D2D;
    border-bottom: 1px solid #F2F2F2;
	width:100%;
	transition:all 0.4s ease 0s;
}
.header-top_contacts{
	display: flex;
    justify-content: end;
    align-items: center;
    height: 40px;
}
.header-top_contacts li{
font-weight: 600;
font-size: 16px;
    margin-left:10px;
    color: white;
}
.header-top_contacts li a{
    color: white;
}
.header-top_contacts-mob {
    display:none;
}
@media (max-width: 576px){
    .header-top{
	display:none;
    }
    .header-top_contacts-mob{
        display:block;
    }
    .header-top_contacts-mob li{
        color:white;
	margin-bottom:15px;
	line-height:1;
    }
    .header-top_contacts-mob a{
        color:white;
    }
}
.products-footer{
    text-align:center;
}
.products-footer__link{
    background:#F2F2F2;
    padding:16px 34px;
    display:inline-block;
    color:black;
    transition:.3s;
}
.products-footer__link:hover{
    background:#4AA5A9;
    color:white;
}
.message-delivery{
    background:#F2F2F2;
    color:#D7233E;
    padding:8px;
    font-weight: normal;
    font-size: 16px;
    border-top:2px solid #D7233E;
    margin-bottom: 20px;
}
.policy{
    display:flex;
    align-items: center;
    margin:16px 0;    
}
.policy .required{
    display:none;
}
.policy a{
    color:#4AA5A9;
    border-bottom:1px solid;
}
.policy__check{
    flex-shrink: 0;
    flex-basis: 40px;
}
.policy__checkbox-input{
    appearance: none;
    position: absolute;
    background: 0 0!important;
    width: auto!important;
    -moz-appearance: none;
    -webkit-appearance: none;
    width: 30px!important;
    height: 30px!important;
    cursor: pointer;
    border: 1px solid #C4C4C4;  
}
.woocommerce-invalid-required-field .policy__checkbox-input{
    border-color:#a00;
}
.policy__checkbox-label{
    margin-right: 10px;
    width: 30px!important;
    height: 30px!important;
    display:block !important;
   position:relative;
    
}
.woocommerce-validated.policy__check .policy__checkbox-label::before{
    content: url("data:image/svg+xml; utf8, %3Csvg aria-hidden='true' focusable='false' data-prefix='fas' data-icon='check' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='svg-inline--fa fa-check fa-w-16 fa-2x'%3E%3Cpath fill='%234AA5A9' d='M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z' class=''%3E%3C/path%3E%3C/svg%3E");
    font-size: 24px;
    line-height: 0;
    color: #4AA5A9;
    width:22px;
    height: 22px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);

}
.woocommerce-NoticeGroup{
    flex-basis:100%;
}
.checkout.woocommerce-checkout{
    flex-wrap:wrap;
}
.woocommerce .quantity .qty {
  width: 3.631em;
  text-align: center;
  width: 100%;
  height: 40px;
  background: #F2F2F2;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  color: #242424;
  -webkit-transition: -webkit-box-shadow 0.3s ease 0s;
  transition: -webkit-box-shadow 0.3s ease 0s;
  -o-transition: box-shadow 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s, -webkit-box-shadow 0.3s ease 0s;
}

@media(max-width:767px){
  .woocommerce-cart-form .shop_table {
    display: block;
}
.woocommerce-cart-form .shop_table thead {
  display: none
}
.woocommerce-cart-form .shop_table tbody {
  width: 100px;
}
.woocommerce-cart-form .shop_table .woocommerce-cart-form__cart-item {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.woocommerce-cart-form .shop_table tr td {
  display: block;
  text-align: right!important;
}
.woocommerce-cart-form .shop_table tr td::before {
  content: attr(data-title) "";
  font-weight: 700;
  float: left;
}
.woocommerce-cart-form .shop_table tr td {  
  width: 100% !important;
}
.woocommerce-cart-form .shop_table tr td.product-quantity{
display: flex;
align-items: center;
justify-content: space-between;
}
.woocommerce-cart-form .shop_table tr td.product-quantity .quantity{
  margin-right: 0;
}
.woocommerce-cart-form .shop_table tr td.product-remove{
  padding: 0 !important;
}
.woocommerce-cart-form .shop_table tr td.product-remove.woocommerce-cart-form .shop_table tr td::before {
  display: none;
}
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals { 
  width: 100%;
}
.woocommerce a.remove {
  z-index: 5;
}
}
header{
	position:relative;
	height:131px;
	background:#292d2d;
	transition:all 0.6s ease 0s;
}
@media (min-width: 577px){
._scrolled .container_desk-menu{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	z-index:111;
	height:60px;
	}
	header._scrolled{
		height:101px;
	}
	
}


@media (max-width: 576.98px){
	header{
		height:60px;
	}
	.container_desk-menu{
		height:60px;
		position:fixed;
		top:0;
		left:0;
		width:100%;
		z-index:100;
	}
	
}

@media (max-width: 1000px){
	.site-header-cart{
		justify-content:flex-end;
		 flex-grow: 0;
	}
}

.woocommerce-form-login input.input-text, .woocommerce-form-register input.input-text{
	border: 1px solid #BFC0C0;
    padding: 5px;
    display: block;
    width: 100%;
}

.woocommerce-form-login .form-row, .woocommerce-form-register .form-row{
	margin-bottom:15px!important;
	display:block;
	width: 100%!important;
}
.woocommerce-form-login a, .woocommerce-form-register a{
	color:#4aa5a9;
}
.woocommerce-form-login .show-password-input{
	top: 0.4em !important;
}
.woocommerce-form-login__rememberme{
	margin-top:8px;
}
.woocommerce-form-login__rememberme input{
	appearance:auto;
}

.woocommerce-form-register .woocommerce-privacy-policy-text{
	font-size:13px;
	margin-bottom:15px;
	margin-top:5px;
	line-height:1.2;
	display:block;
}

.header-search{
	display:flex;
	margin:0px 20px;
	position:relative;
	width: 100px;
    height: 30px;
	z-index:15;

}
.header-search input[type="text"]{
	background: white;
    transition: 0.3s ease 0.3s;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    height: 100%;
	padding:5px;
}
.header-search input[type="text"]:focus{
	width: 400px;
    left: -300px;
}
@media (max-width: 767.98px){
	.header-search input[type="text"]:focus{
	width: 200px;
    left: -100px;
		}
}
.header-search button{
	position:absolute;
	right:0;  
	bottom: 0;
    top: 0;
	background:#4AA5A9;
	color:white;
	width:30px;
	display: flex;
    justify-content: center;
    align-items: center;
}
.header-search button svg{
	width:15px;
	height:15px;
	
}
@media (max-width: 1000px){
	.header-search{margin-left:auto;
	}
}

.header-search__items{
	
	background: white;
    height: fit-content;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    width: 100%;
    left: 0px;
	visibility:hidden;
	opacity:0;
	    transition: 0.3s ease 0.3s;
	    box-shadow: 0 5px 5px 0 rgb(0 0 0 / 10%);

}
.header-search input[type="text"]:focus + .header-search__items{
	visibility:visible;
	opacity:1; width: 400px;
    left: -300px;
}
@media (max-width: 767.98px){
	.header-search input[type="text"]:focus+ .header-search__items{
	width: 200px;
    left: -100px;
		}
}
.header-search__items li{
	border-bottom:1px solid #C4C4C4;
}
.header-search__items li:last-child{
	border-bottom:none;
}
.header-search__items li a{
    display: flex;
    padding: 10px;
	background:white;
	align-items:center;
}
.header-search__img{
	    flex: 0 0 20%;
	margin-right:10px;
}

.header-search__img img{
	object-fit: contain;
	width:100%;
	height:100%;
}
@media (max-width: 767.98px){
.header-search__img{
	display:none;
}
}
.header-search__ttl{	
	margin-right:10px;
 	color: #292D2D;
	text-align:left;
}
@media (max-width: 767.98px){
	.header-search__ttl{
		font-size:12px;
	}
}
.header-search__prices  .woocommerce-Price-amount{
	display:block;
}
.header-search__prices ins{
    color: #292D2D;
	font-weight: 700;
	text-align: left;
text-decoration: none;
}

.header-search__prices del{
	font-weight: 400;
    text-decoration: line-through;
    color: #C4C4C4;
}

.search-preloader{
display: flex;
justify-content: center;
padding: 5px;
}
.search-preloader::after{
 content: url("data:image/svg+xml,%3Csvg class='preloader'  height='10' viewBox='0 0 120 30' xmlns='http://www.w3.org/2000/svg' fill='%234AA5A9'%3E%3Ccircle cx='15' cy='15' r='15'%3E%3Canimate attributeName='r' from='15' to='15' begin='0s' dur='0.8s' values='15;9;15' calcMode='linear' repeatCount='indefinite'%3E%3C/animate%3E%3Canimate attributeName='fill-opacity' from='1' to='1' begin='0s' dur='0.8s' values='1;.5;1' calcMode='linear' repeatCount='indefinite'%3E%3C/animate%3E%3C/circle%3E%3Ccircle cx='60' cy='15' r='9' fill-opacity='0.3'%3E%3Canimate attributeName='r' from='9' to='9' begin='0s' dur='0.8s' values='9;15;9' calcMode='linear' repeatCount='indefinite'%3E%3C/animate%3E%3Canimate attributeName='fill-opacity' from='0.5' to='0.5' begin='0s' dur='0.8s' values='.5;1;.5' calcMode='linear' repeatCount='indefinite'%3E%3C/animate%3E%3C/circle%3E%3Ccircle cx='105' cy='15' r='15'%3E%3Canimate attributeName='r' from='15' to='15' begin='0s' dur='0.8s' values='15;9;15' calcMode='linear' repeatCount='indefinite'%3E%3C/animate%3E%3Canimate attributeName='fill-opacity' from='1' to='1' begin='0s' dur='0.8s' values='1;.5;1' calcMode='linear' repeatCount='indefinite'%3E%3C/animate%3E%3C/circle%3E%3C/svg%3E");

}

.search-no{
  /*text-align: center;*/
font-size: 12px;
padding: 5px;
}



/* reviews css */

.product-reviews__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.product-reviews__count {
  font-weight: 700;
  font-size: 19px;
}
@media (max-width: 767.98px) {
  .product-reviews__count {
    width: 100%;
    margin-bottom: 20px;
  }
}
.product-rait.single-product-rait{
	margin-bottom:30px;
}
.product-rait.card-product-rait{
	margin-bottom:10px;
}
.product-rait i{
	font-style:normal;
	margin-left:10px;
}
.product-rait i:last-child{
	font-style:normal;
	font-weight:400;
	margin-left:10px;
}
.product-reviews__rait ,.product-rait {
  font-weight: 600;
  font-size: 16px;
  color: #656a6a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
	    line-height: 1;

  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
  margin-right: 60px;
}
.product-reviews__rait span,.product-rait span {
  width: 18px;
  height: 18px;
}
.product-reviews__rait span::before ,.product-rait span:before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='17' viewBox='0 0 18 17' fill='currentColor'%3E%3Cpath d='M8.99984 0.666687L11.5748 5.88335L17.3332 6.72502L13.1665 10.7834L14.1498 16.5167L8.99984 13.8084L3.84984 16.5167L4.83317 10.7834L0.666504 6.72502L6.42484 5.88335L8.99984 0.666687Z' fill='%23D5D5D5'/%3E%3C/svg%3E");
}
.product-reviews__rait span._active::before ,.product-rait span._active:before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='17' viewBox='0 0 18 17' fill='currentColor'%3E%3Cpath d='M8.99984 0.666687L11.5748 5.88335L17.3332 6.72502L13.1665 10.7834L14.1498 16.5167L8.99984 13.8084L3.84984 16.5167L4.83317 10.7834L0.666504 6.72502L6.42484 5.88335L8.99984 0.666687Z' fill='%23EDC041'/%3E%3C/svg%3E");
}
.product-reviews__rait span:last-child ,.product-rait span:last-child {
  margin-right: 10px;
}
@media (max-width: 767.98px) {
  .product-reviews__rait,.product-rait {
    margin-left: 0;
    margin-right: 20px;
  }
}
.product-reviews__btn {
  background: #d7233e;
  color: white;
  height: 40px;
  padding: 0px 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #d7233e;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media (any-hover: hover) {
  .product-reviews__btn:hover {
    background: white;
    color: #d7233e;
  }
}
.product-reviews__slider {
  margin-bottom: 40px;
}
.product-reviews__slider-wrap {
  position: relative;
}
.product-reviews__sort {
  margin-bottom: 30px;
}
.product-reviews__content {
  margin-bottom: 50px;
}
.product-reviews__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.product-reviews__ajax {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.product-reviews__ajax._dis {
  position: relative;
  opacity: 0.3;
  pointer-events: none;
}

.reviews-slider {
  overflow: hidden;
}
.reviews-slider__wrapper {
  z-index: 1;
}
.reviews-slider__slide a {
  position: relative;
  display: block;
  padding-bottom: 100%;
}
.reviews-slider__slide img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.reviews-slider__nav {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.reviews-slider__prev, .reviews-slider__next {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cg clip-path='url(%23clip0_1138_651)'%3E%3Cpath d='M10 20C15.5228 20 20 15.5228 20 10C20 4.47715 15.5228 0 10 0C4.47715 0 0 4.47715 0 10C0 15.5228 4.47715 20 10 20Z' fill='white'/%3E%3Cpath d='M10 14L14 10L10 6' stroke='%23232323' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6 10H14' stroke='%23232323' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1138_651'%3E%3Crect width='20' height='20' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  -webkit-box-shadow: 0px 7px 30px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 7px 30px rgba(0, 0, 0, 0.25);
  border-radius: 50%;
  overflow: visible;
  margin: 30px;
  position: absolute;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  visibility: visible;
  opacity: 1;
  z-index: 3;
}
.reviews-slider__prev.swiper-button-disabled, .reviews-slider__next.swiper-button-disabled {
  visibility: hidden;
  opacity: 0;
}
.reviews-slider__prev {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  left: -40px;
}
.reviews-slider__next {
  right: -40px;
}

.reviews-sort {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.reviews-sort__ttl {
  margin-right: 30px;
  font-weight: 400;
  font-size: 16px;
  color: #656a6a;
}
@media (max-width: 470px) {
  .reviews-sort__ttl {
    width: 100%;
  }
}
.reviews-sort__date, .reviews-sort__rait {
  color: #292d2d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 30px;
  position: relative;
  cursor: pointer;
}
.reviews-sort__date::after, .reviews-sort__rait::after {
  content: "";
  position: relative;
  top: -1px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #292d2d;
  border-right: 1px solid #292d2d;
  display: block;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  margin-left: 7px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.reviews-sort__date._active, .reviews-sort__rait._active {
  color: #d7233e;
}
.reviews-sort__date._active::after, .reviews-sort__rait._active::after {
  border-color: #d7233e;
}
.reviews-sort__date._up::after, .reviews-sort__rait._up::after {
  top: 3px;
  -webkit-transform: rotate(315deg);
          transform: rotate(315deg);
}
.reviews-sort__photo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #292d2d;
  display: flex;
}
.reviews-sort__checkbox {
  margin-right: 10px;
  position: relative;
  height: 18px;
  width: 18px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.reviews-sort__checkbox label,
.reviews-sort__checkbox input {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  display: block;
}
.reviews-sort__checkbox label {
  width: 18px;
  height: 18px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  border: 1px solid #c4c4c4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  pointer-events: none;
}
.reviews-sort__checkbox input {
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  opacity: 0;
  margin: 0;
  padding: 0;
}
.reviews-sort__checkbox input:checked + label {
  border-color: black;
  background: #d7233e;
}

.single-review {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #dcdddd;
}
.single-review:last-child {
  margin-bottom: 0px;
  padding-bottom: 0px;
  border: none;
}
@media (max-width: 767.98px) {
  .single-review {
    display: block;
  }
}
.single-review__content{
	width:100%;
}
.single-review__avatar {
  border-radius: 50%;
  overflow: hidden;
  width: 60px;
  height: 60px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 20px;
}
.single-review__avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767.98px) {
  .single-review__avatar {
    margin-bottom: 20px;
  }
}
.single-review__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 20px;
  margin-bottom: 40px;
}
@media (max-width: 767.98px) {
  .single-review__top {
    display: block;
    margin-top: 0;
    margin-bottom: 20px;
  }
}
.single-review__name {
  font-weight: 700;
  font-size: 16px;
  color: #232323;
}
.single-review__date {
  color: #656a6a;
  font-size: 16px;
  margin-left: auto;
  font-weight: 400;
  margin-right: 60px;
}
.single-review__rait span {
  width: 18px;
  height: 18px;
}
.single-review__rait span::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='17' viewBox='0 0 18 17' fill='currentColor'%3E%3Cpath d='M8.99984 0.666687L11.5748 5.88335L17.3332 6.72502L13.1665 10.7834L14.1498 16.5167L8.99984 13.8084L3.84984 16.5167L4.83317 10.7834L0.666504 6.72502L6.42484 5.88335L8.99984 0.666687Z' fill='%23D5D5D5'/%3E%3C/svg%3E");
}
.single-review__rait span._active::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='17' viewBox='0 0 18 17' fill='currentColor'%3E%3Cpath d='M8.99984 0.666687L11.5748 5.88335L17.3332 6.72502L13.1665 10.7834L14.1498 16.5167L8.99984 13.8084L3.84984 16.5167L4.83317 10.7834L0.666504 6.72502L6.42484 5.88335L8.99984 0.666687Z' fill='%23EDC041'/%3E%3C/svg%3E");
}
.single-review__ttl {
  font-weight: 700;
  font-size: 16px;
  color: #232323;
  margin-bottom: 5px;
}
.single-review__txt {
  margin-bottom: 20px;
  color: #232323;
}
@media (max-width: 767.98px) {
  .single-review__txt {
    margin-bottom: 15px;
  }
}
.single-review__imgs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.single-review__imgs a {
  display: block;
  margin-right: 5px;
  margin-bottom: 5px;
  width: 84px;
  height: 84px;
}
.single-review__imgs a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.reviews-pagging {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
}
.reviews-pagging a {
  margin-right: 15px;
  color: #232323;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media (any-hover: hover) {
  .reviews-pagging a:hover {
    font-weight: 700;
    color: #d7233e;
  }
}
.reviews-pagging span {
  font-weight: 700;
  margin-right: 15px;
}

/* Rating */
.rating {
  margin: 0 0 20px 0;
  padding: 0;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.rating span {
  font-weight: 600;
  color: #747780;
}

/* Caption */
.rating__caption {
  margin-bottom: 15px;
  padding: 0;
  font-weight: 600;
  font-size: 18px;
  color: #292d2d;
}

/* Group */
.rating__group {
  position: relative;
  width: 100px;
  height: 20px;
  background-image: url(../img/off.svg);
  background-size: 20px auto;
  background-repeat: repeat-x;
  margin-right: 10px;
}

/* Star */
.rating__star {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  height: 20px;
  font-size: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-size: 20px auto;
  background-repeat: repeat-x;
  cursor: pointer;
}

.rating__star:focus {
  outline: none;
}

.rating__star:hover,
.rating__star:checked {
  background-image: url(../img/on.svg);
}

.rating__star:hover ~ .rating__star {
  background-image: url(../img/off.svg);
}

/* Options */
.rating__star:nth-of-type(1) {
  z-index: 5;
  width: 20px;
}

.rating__star:nth-of-type(2) {
  z-index: 4;
  width: 40px;
}

.rating__star:nth-of-type(3) {
  z-index: 3;
  width: 60px;
}

.rating__star:nth-of-type(4) {
  z-index: 2;
  width: 80px;
}

.rating__star:nth-of-type(5) {
  z-index: 1;
  width: 100px;
}

.popup-review .message {
  text-align: center;
}
.popup-review__body {
  max-width: 812px;
}
.popup-review__ttl {
  font-weight: 700;
  font-size: 18px;
  text-align: center;
  margin-bottom: 30px;
}
.popup-review__user {
  margin-bottom: 20px;
}
.popup-review__user-wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 16px 1fr 16px 1fr;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 16px;
}
.popup-review__user-wrap input {
  border: 1px solid #bfc0c0;
  padding: 10px;
	transition: 0.3s;
}
.popup-review__user-wrap input:focus{
	border-color:#4aa5a9;
}
@media (max-width: 767.98px) {
  .popup-review__user-wrap {
    -ms-grid-columns: 1fr 16px 1fr;
    grid-template-columns: repeat(2, 1fr);
  }
  .popup-review__user-wrap input {
    -ms-grid-column: 1;
    grid-column: 1fr;
  }
  .popup-review__user-wrap input:first-child {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
  }
}
@media (max-width: 468.98px) {
  .popup-review__user-wrap {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .popup-review__user-wrap input:first-child {
    -ms-grid-column: 1;
    grid-column: 1;
  }
}
.popup-review__user-ttl {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 20px;
  display: block;
}
.popup-review__input {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 20px;
  display: block;
}
.popup-review__input textarea {
  width: 100%;
  resize: none;
  height: 90px;
  border: 1px solid #bfc0c0;
  margin-top: 15px;
  padding: 10px;
	transition: 0.3s;
}
.popup-review__input textarea:focus{
	border-color:#4aa5a9;
}
.popup-review__politic {
  font-size: 14px;
  margin-bottom: 20px;
}
.popup-review__politic a {
  color: #4aa5a9;
}
.popup-review__btn {
  background: #d7233e;
  color: white;
  height: 40px;
  padding: 0px 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #d7233e;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  margin-right: auto;
  margin-left: auto;
}
@media (any-hover: hover) {
  .popup-review__btn:hover {
    background: white;
    color: #d7233e;
  }
}

._loading {
  pointer-events: none;
}
._loading::after {
  display: block;
  content: url("data:image/svg+xml,%3Csvg class='preloader'  height='10' viewBox='0 0 120 30' xmlns='http://www.w3.org/2000/svg' fill='white'%3E%3Ccircle cx='15' cy='15' r='15'%3E%3Canimate attributeName='r' from='15' to='15' begin='0s' dur='0.8s' values='15;9;15' calcMode='linear' repeatCount='indefinite'%3E%3C/animate%3E%3Canimate attributeName='fill-opacity' from='1' to='1' begin='0s' dur='0.8s' values='1;.5;1' calcMode='linear' repeatCount='indefinite'%3E%3C/animate%3E%3C/circle%3E%3Ccircle cx='60' cy='15' r='9' fill-opacity='0.3'%3E%3Canimate attributeName='r' from='9' to='9' begin='0s' dur='0.8s' values='9;15;9' calcMode='linear' repeatCount='indefinite'%3E%3C/animate%3E%3Canimate attributeName='fill-opacity' from='0.5' to='0.5' begin='0s' dur='0.8s' values='.5;1;.5' calcMode='linear' repeatCount='indefinite'%3E%3C/animate%3E%3C/circle%3E%3Ccircle cx='105' cy='15' r='15'%3E%3Canimate attributeName='r' from='15' to='15' begin='0s' dur='0.8s' values='15;9;15' calcMode='linear' repeatCount='indefinite'%3E%3C/animate%3E%3Canimate attributeName='fill-opacity' from='1' to='1' begin='0s' dur='0.8s' values='1;.5;1' calcMode='linear' repeatCount='indefinite'%3E%3C/animate%3E%3C/circle%3E%3C/svg%3E");
}

._loading span {
  display: none;
}

.input-images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
.input-images__del-image {
  position: absolute !important;
  right: 5px;
  top: 5px;
  width: 20px;
  -webkit-box-shadow: 0px 7px 30px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 7px 30px rgba(0, 0, 0, 0.25);
  border-radius: 50%;
  height: 20px;
  cursor: pointer;
}
.input-images__del-image::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cg clip-path='url(%23clip0_1141_1492)'%3E%3Cpath d='M10 20C15.5228 20 20 15.5228 20 10C20 4.47715 15.5228 0 10 0C4.47715 0 0 4.47715 0 10C0 15.5228 4.47715 20 10 20Z' fill='white'/%3E%3Cpath d='M14 6L6 14' stroke='%23232323' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6 6L14 14' stroke='%23232323' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1141_1492'%3E%3Crect width='20' height='20' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  width: 20px;
  height: 20px;
}
.input-images__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.input-images__content li {
  display: block;
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 80px;
  height: 80px;
  margin-right: 10px;
}
.input-images__content li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.input-images__content li.removing {
  opacity: 0;
  -webkit-transform: scale(0.2) translate(120%, -120%);
          transform: scale(0.2) translate(120%, -120%);
}
.input-images__input {
  width: 80px;
  height: 80px;
  position: relative;
  margin-right: 20px;
}
.input-images__input input {
  position: absolute;
  width: 80px;
  height: 80px;
  visibility: hidden;
	cursor:pointer;
}
.input-images__input input::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='80' viewBox='0 0 80 80' fill='none'%3E%3Cpath d='M51.6667 25H28.3333C26.4924 25 25 26.4924 25 28.3333V51.6667C25 53.5076 26.4924 55 28.3333 55H51.6667C53.5076 55 55 53.5076 55 51.6667V28.3333C55 26.4924 53.5076 25 51.6667 25Z' stroke='%234AA5A9' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M34.167 36.6666C35.5477 36.6666 36.667 35.5473 36.667 34.1666C36.667 32.7859 35.5477 31.6666 34.167 31.6666C32.7863 31.6666 31.667 32.7859 31.667 34.1666C31.667 35.5473 32.7863 36.6666 34.167 36.6666Z' stroke='%234AA5A9' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M54.9997 45L46.6663 36.6666L28.333 55' stroke='%234AA5A9' stroke-linecap='round' stroke-linejoin='round'/%3E%3Crect x='0.5' y='0.5' width='79' height='79' stroke='%23BFC0C0'/%3E%3C/svg%3E");
  position: absolute;
  visibility: visible;
}
.input-images__ttl {
  width: 100%;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 10px;
}
.input-images__info {
  font-size: 14px;
  color: #747780;
}
.input-images__info span {
  display: block;
  color: #292d2d;
}

.input-field {
  position: relative;
}

.input-field input {
  width: 100%;
}

.placeholder {
  position: absolute;
  left: 10px;
  top: -4px;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  font-size: 14px;
  color: #535353;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.placeholder i {
  color: #ea4335;
  font-style: normal;
}