@font-face {
  font-family: "proxima_novalight";
  src: url("../fonts/proxima_nova_light-webfont.woff2") format("woff2"), url("../fonts/proxima_nova_light-webfont.woff") format("woff"), url("../fonts/proxima_nova_light-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "proxima_novabold";
  src: url("../fonts/proxima_nova_bold-webfont.woff2") format("woff2"), url("../fonts/proxima_nova_bold-webfont.woff") format("woff"), url("../fonts/proxima_nova_bold-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "proxima_novaregular";
  src: url("../fonts/proxima_nova_regular-webfont.woff2") format("woff2"), url("../fonts/proxima_nova_regular-webfont.woff") format("woff"), url("../fonts/proxima_nova_regular-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
.psd, .contact-info-item .ico-box:before, .prod-tabs .nav-link:before, .ui-spinner-button:before, .thumbs-gallery .swiper-slide:before, .left-nav li a:before, .inner-hero .wrapper:before, .close:before, .close:after, .f-list li a:before, .contact-block .wrapper:before, .list li:before, .catalog-card-text:before, .popular .wrapper::before, .category:before, .hero-inner:before, .main-nav li a:before, .cart-drop:before, .head-top:before, .btn:before, .category-card-name:before {
  content: "";
  display: block;
  position: absolute;
}

.trans, .article-card-text, .prod-tabs .nav-link:before, .question a, .thumbs-gallery .swiper-slide:before, .pagination .page-link, .left-nav li a:before, .breadcrumb a, .backdrop, .nav-ico span, .f-list li a:before, .catalog-card-text:before, .catalog-card, .category-card, .main-nav li a:before, .search svg, .cart svg, .ico-phone svg, .call-back, .top-nav li a, .link, .cart-drop a, .btn, .category-card-name {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn, .category-card-name {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  text-decoration: none;
  border-radius: 30px;
  color: #000;
  background: #AADEF1;
  padding: 17px 35px;
  font-size: 20px;
  line-height: 26px;
  border: 0;
  position: relative;
  z-index: 1;
}
.btn:before, .category-card-name:before {
  z-index: -1;
  border: 1px solid #000000;
  bottom: 3px;
  right: -3px;
  top: -3px;
  left: 3px;
  border-radius: 30px;
}
.btn:hover, .category-card-name:hover, .btn:focus, .category-card-name:focus {
  background: #8CE0FF;
  color: #000;
}
.btn .arr, .category-card-name .arr {
  display: inline-block;
  vertical-align: top;
  width: 22px;
  height: 24px;
  margin-left: 10px;
}

.pink-btn {
  background: #F2B6C2;
}
.pink-btn:hover, .pink-btn:focus {
  background: #FF9EB2;
}

button, a,
.slide.slick-slide.slick-current.slick-active {
  outline: none !important;
}

body {
  background: #ffffff;
  font-family: "proxima_novalight", sans-serif;
  font-size: 18px;
  color: #000;
}

h1, h2, h3, h4, h5 {
  margin-top: 0;
}

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

a {
  color: #69B7D2;
}
a:hover, a:focus {
  color: #69B7D2;
}

p {
  font-size: 18px;
  color: #000;
  line-height: 30px;
  margin: 0 0 30px 0;
}

.align, .phone-num, .question a, .jcf-list .jcf-option img, .jcf-select .jcf-select-text img, .left-nav li a, .f-list li a, .call-back, .phone .tel a, .link, .cart-drop a, svg {
  display: inline-block;
  vertical-align: top;
}

svg {
  width: 100%;
  height: 100%;
}

.no-shadow, .ui-spinner-input:focus, .form-control:focus, .search .form-control:focus, .btn:hover, .category-card-name:hover, .btn:focus, .category-card-name:focus {
  outline: none !important;
  -webkit-box-shadow: 0 0 0 transparent !important;
          box-shadow: 0 0 0 transparent !important;
}

.link, .cart-drop a {
  text-decoration: none;
  border-bottom: 1px solid #D4F3FE;
}
.link:hover, .cart-drop a:hover, .link:focus, .cart-drop a:focus {
  text-decoration: none;
  color: #FAEE89;
  border-bottom-color: #FAEE89;
}

.container {
  padding-left: 10px;
  padding-right: 10px;
}

.row {
  margin-left: -10px;
  margin-right: -10px;
}

div[class^=col-] {
  padding-left: 10px;
  padding-right: 10px;
}

.header {
  padding-bottom: 5px;
}

.head-top {
  padding: 20px 0;
  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;
  position: relative;
  z-index: 1;
}
.head-top:before {
  z-index: -1;
  top: -46px;
  left: -58px;
  width: 136px;
  height: 136px;
  background: #D4F3FE;
  border-radius: 50%;
}

.top-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
}
.top-nav li {
  display: block;
  margin-right: 25px;
}
.top-nav li a {
  text-decoration: none;
  color: #8F8F8F;
}
.top-nav li a:hover, .top-nav li a.active {
  color: #69B7D2;
}

.socially {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.socially p {
  margin: 0 20px 0 0;
}
.socially ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.socially ul li + li {
  margin-left: 10px;
}
.socially ul a {
  display: block;
}
.socially ul a img {
  max-width: 100%;
}

.head-mdl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 35px;
  border-bottom: 1px solid #B5B5B5;
}

.phone {
  font-family: "proxima_novabold";
}
.phone .tel {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 3px;
}
.phone .tel a {
  text-decoration: none;
  color: #000000;
}

.call-back {
  font-size: 16px;
  line-height: 19px;
  text-decoration: none;
  border-bottom: 1px solid #D4F3FE;
}
.call-back:hover, .call-back:focus {
  text-decoration: none;
  color: #FAEE89;
  border-bottom-color: #FAEE89;
}

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

.search, .cart, .ico-phone {
  margin: 0 12px;
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 23px;
          flex: 0 0 23px;
  max-width: 23px;
  height: 23px;
  text-decoration: none;
}
.search .ico, .cart .ico, .ico-phone .ico {
  display: block;
  position: relative;
  width: 23px;
  height: 23px;
}
.search svg, .cart svg, .ico-phone svg {
  fill: #000;
}
.search:hover svg, .cart:hover svg, .ico-phone:hover svg {
  fill: #69B7D2;
}

.qty_top {
  position: absolute;
  right: -12px;
  top: -14px;
  width: 26px;
  height: 26px;
  background: #AADEF1;
  text-align: center;
  line-height: 26px;
  border-radius: 50%;
  font-size: 16px;
  color: #000;
}

.search .form-group {
  position: absolute;
  right: 100%;
  bottom: 0;
  width: 0;
  overflow: hidden;
  margin-bottom: 0;
}
.search .form-control {
  width: 100%;
  display: block;
  border: 0;
  border-bottom: 1px solid #000;
  font-weight: 300;
  font-size: 16px;
  line-height: 21px;
  height: 21px;
  padding: 0;
  border-radius: 0;
  position: relative;
  z-index: 1;
}
.search button.ico {
  opacity: 0;
  z-index: 2;
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  background: none;
  border: 0;
  padding: 0;
}
.search.is-open .form-group {
  width: 283px;
}
.search.is-open .ico {
  opacity: 0;
}
.search.is-open button.ico {
  opacity: 1;
  pointer-events: visible;
}

.cart.full .qty_top {
  background: #F2B6C2;
}
.cart.is-open .cart-drop {
  display: block;
}

.cart-drop {
  display: none;
  position: absolute;
  z-index: 10;
  width: 271px;
  background: #fff;
  top: 50px;
  right: -12px;
  padding: 35px 22px;
  text-align: center;
  -webkit-box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.4);
  font-size: 16px;
  line-height: 20px;
  color: #000000;
}
.cart-drop a {
  font-family: "proxima_novabold";
}
.cart-drop:before {
  right: 12px;
  bottom: 100%;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
}
.cart-drop span {
  display: block;
  margin-bottom: 6px;
}

.logo-box {
  margin: 0 15px;
  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;
  text-align: center;
}

.logo {
  margin-bottom: 4px;
}
.logo img {
  max-width: 100%;
}

.slogan {
  font-size: 16px;
  line-height: 19px;
  color: #8F8F8F;
}

.head-btm {
  padding: 26px 0;
}

.main-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 974px;
  margin: 0px auto;
  font-family: "proxima_novabold";
  font-size: 16px;
  line-height: 40px;
}
.main-nav li {
  padding: 0 25px;
}
.main-nav li a {
  display: block;
  text-decoration: none;
  color: #000;
  position: relative;
  z-index: 1;
}
.main-nav li a:before {
  width: 69px;
  height: 69px;
  background: #D4F3FE;
  border-radius: 50%;
  z-index: -1;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -25px;
  opacity: 0;
}
.main-nav li a:hover:before, .main-nav li a.active:before {
  opacity: 1;
}

.hero {
  margin-bottom: 42px;
  overflow: hidden;
}

.hero-inner {
  background: #E4E4E4;
  position: relative;
  z-index: 1;
  max-width: 1600px;
  margin: 0px auto;
}
.hero-inner:before {
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.main-hero .hero-inner {
  padding: 46px 0 101px;
  text-align: center;
}
.main-hero .hero-inner:before {
  background: url(../images/hero-bg.png) center center no-repeat;
}
.main-hero .hero-inner img {
  margin-bottom: 25px;
}

.main-hero-img {
  position: absolute;
}
.main-hero-img img {
  max-width: 100%;
}

.main-hero-img-left {
  left: 0;
  bottom: 0;
}

.main-hero-img-right {
  right: -46px;
  bottom: 10px;
}

.hero-title {
  font-family: "proxima_novabold";
  font-size: 42px;
  line-height: 55px;
  margin-bottom: 55px;
}

.swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  background: #AADEF1;
  opacity: 0.6;
}

.swiper-pagination-bullet-active {
  opacity: 1;
}

.benefits {
  margin-bottom: 108px;
}

.benefits-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -10px;
  font-size: 16px;
  line-height: 40px;
}
.benefits-list li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(25% - 20px);
          flex: 0 0 calc(25% - 20px);
  max-width: calc(25% - 20px);
  margin: 0 10px;
  padding: 21px 0 0 40px;
  position: relative;
  z-index: 1;
}
.benefits-list li .ico {
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 77px;
  height: 82px;
}
.benefits-list li:nth-child(2) .ico {
  width: 87px;
}
.benefits-list li:nth-child(3) .ico {
  width: 84px;
}

.headline {
  font-family: "proxima_novabold";
  font-size: 42px;
  line-height: 55px;
  text-align: center;
  margin-bottom: 20px;
}

.top-title {
  text-align: center;
  padding-bottom: 10px;
}
.top-title p {
  max-width: 655px;
  margin: 0px auto 30px;
}

.category {
  margin-bottom: 75px;
  position: relative;
  z-index: 2;
}
.category:before {
  top: 0;
  right: 0;
  bottom: -160px;
  left: 0;
  z-index: -1;
  background: url(../images/category-bg.png) center bottom no-repeat;
}

.category-card {
  margin-bottom: 20px;
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  background: #E4E4E4;
}
.category-card:hover {
  -webkit-box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.35);
          box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.35);
}
.category-card:hover .category-card-name {
  background: #FAEE89;
}
.category-card a {
  display: block;
  text-decoration: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}
.category-card img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  z-index: 1;
}

.no-photo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 45px 20px 20px;
}
.no-photo a img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: none;
     object-fit: none;
}

.category-card-name {
  pointer-events: none;
  position: absolute;
  z-index: 2;
  right: 10px;
  bottom: 20px;
  font-size: 18px;
  padding: 1px 25px;
  height: 50px;
  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: 18px;
}

.wrapper {
  max-width: 1600px;
  margin: 0px auto;
  background: #E4E4E4;
}

.popular {
  overflow: hidden;
}
.popular .wrapper {
  padding: 68px 0 112px;
  position: relative;
  z-index: 1;
}
.popular .wrapper::before {
  z-index: -1;
  top: 0;
  bottom: 0;
  left: -60px;
  right: -60px;
  background: url(../images/pop-bg.png) center center no-repeat;
}

.catalog-card {
  margin-bottom: 50px;
}
.catalog-card a {
  display: block;
  text-decoration: none;
  color: #000;
  background: #fff;
}
.catalog-card:hover {
  -webkit-box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.25);
}
.catalog-card:hover .catalog-card-text::before {
  opacity: 1;
}

.catalog-card-img {
  display: block;
  overflow: hidden;
  position: relative;
}
.catalog-card-img img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  z-index: 2;
  width: 60px;
  height: 60px;
  text-align: center;
  border-radius: 50%;
  z-index: 2;
  top: 10px;
  right: 10px;
  font-size: 24px;
  color: #fff;
}
.label.sale {
  background: rgba(233, 66, 95, 0.85);
}
.label.hit {
  background: rgba(0, 159, 227, 0.85);
}
.label.new {
  background: rgba(52, 170, 68, 0.85);
}

.catalog-card-text {
  padding: 26px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 1;
}
.catalog-card-text:before {
  z-index: -1;
  top: 12px;
  left: 7px;
  width: 69px;
  height: 69px;
  background: #D4F3FE;
  border-radius: 50%;
  opacity: 0;
}

.catalog-card-name {
  position: relative;
  max-height: 47px;
  z-index: 1;
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  margin-bottom: 4px;
  overflow: hidden;
}

.last-price {
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  margin-bottom: 14px;
  text-decoration: line-through;
  color: rgba(233, 66, 95, 0.85);
}

.price {
  font-size: 24px;
  line-height: 24px;
  text-align: center;
}

.text {
  padding: 66px 0 0;
}
.text.no-indent {
  padding-top: 0;
}

h2 {
  font-family: "proxima_novabold";
  font-size: 42px;
  line-height: 55px;
  margin-bottom: 25px;
  text-align: center;
}

h3 {
  font-family: "proxima_novabold";
  font-size: 30px;
  line-height: 30px;
  margin-bottom: 35px;
}

.list {
  padding-bottom: 5px;
}
.list li {
  display: block;
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 30px;
  padding-left: 25px;
}
.list li:before {
  z-index: -1;
  width: 46px;
  height: 46px;
  background: #D4F3FE;
  border-radius: 50%;
  top: -8px;
  left: 0;
}

.contact-block {
  text-align: center;
  overflow: hidden;
  padding: 90px 0 50px;
}
.contact-block .wrapper {
  padding: 47px 0 72px;
  position: relative;
  z-index: 1;
}
.contact-block .wrapper:before {
  z-index: -1;
  top: -90px;
  bottom: -50px;
  right: -100px;
  left: -100px;
  background: url(../images/contact-bg.png) center center no-repeat;
}

.ftr-top {
  padding: 29px 0;
  border-bottom: 1px solid #B5B5B5;
}

.footer .logo-box {
  margin: 0 0 20px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-align: left;
}

.f-list {
  padding-bottom: 10px;
}
.f-list li {
  display: block;
  font-weight: 300;
  font-size: 16px;
  line-height: 30px;
}
.f-list li a {
  position: relative;
  z-index: 1;
  text-decoration: none;
  color: #000;
}
.f-list li a:before {
  z-index: -1;
  left: -15px;
  top: -3px;
  width: 37px;
  height: 37px;
  background: #D4F3FE;
  border-radius: 50%;
  opacity: 0;
}
.f-list li a:hover:before {
  opacity: 1;
}

.ftr-btm {
  padding: 21px 0;
  text-align: center;
  font-size: 16px;
  line-height: 30px;
  color: #8F8F8F;
}

.modal-content {
  padding: 70px 40px 98px 40px;
  position: relative;
  background: url(../images/modal-bg.jpg) center center no-repeat #fff;
  border-radius: 0;
  background-size: 480px auto;
}
.modal-content p {
  text-align: center;
  color: #8F8F8F;
}

.close {
  display: block;
  position: absolute;
  z-index: 10;
  width: 18px;
  height: 18px;
  top: 20px;
  right: 20px;
  opacity: 1 !important;
}
.close:before, .close:after {
  top: 50%;
  left: 50%;
  background: #C4C4C4;
  width: 18px;
  height: 1px;
}
.close:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.close:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.modal-title {
  font-size: 38px;
  line-height: 42px;
  font-family: "proxima_novabold";
  margin-bottom: 20px;
  text-align: center;
}

.modal-form {
  max-width: 290px;
  margin: 0px auto;
}
.modal-form .btn, .modal-form .category-card-name {
  width: 100%;
}

.form-group {
  margin-bottom: 20px;
  position: relative;
}

.form-control {
  display: block;
  width: 100%;
  height: 60px;
  border: 1px solid #B5B5B5;
  border-radius: 30px;
  padding: 10px 25px;
  line-height: 38px;
  font-size: 18px;
}
.nav-ico {
  width: 30px;
  height: 22px;
  position: relative;
  margin-left: 10px;
  overflow: hidden;
}
.nav-ico span {
  position: absolute;
  display: block;
  left: 0;
  width: 30px;
  height: 2px;
  background: #000;
}
.nav-ico span:first-child {
  top: 0;
}
.nav-ico span:last-child {
  top: 20px;
}
.nav-ico span:nth-child(2) {
  top: 10px;
}

.backdrop {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(212, 243, 254, 0.2);
  opacity: 0;
  visibility: hidden;
}

.js-open {
  overflow: hidden;
}
.js-open .backdrop {
  opacity: 1;
  visibility: visible;
}
.js-open .nav-ico span:nth-child(2) {
  left: 150px;
}
.js-open .nav-ico span:first-child {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.js-open .nav-ico span:last-child {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

h1 {
  text-align: center;
  font-size: 42px;
  line-height: 55px;
  font-family: "proxima_novabold";
}

.inner-hero {
  margin-bottom: 20px;
  overflow: visible;
}
.inner-hero .container {
  padding-top: 85px;
  padding-bottom: 85px;
  position: relative;
}
.inner-hero .main-hero-img-right {
  width: 200px;
}
.inner-hero .wrapper {
  position: relative;
  z-index: 1;
}
.inner-hero .wrapper:before {
  z-index: -1;
  top: 27px;
  left: 66px;
  bottom: -27px;
  right: 0;
  background: url(../images/inner-hero-bg.png) 0 bottom no-repeat;
}

.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 55px;
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  background: none;
  padding: 0;
}
.breadcrumb a {
  color: #000;
  text-decoration: none;
}
.breadcrumb a:hover {
  color: #69B7D2;
}
.breadcrumb .active {
  color: #000;
  font-family: "proxima_novabold";
}

.main-hero-img-1 {
  position: absolute;
  z-index: 2;
  bottom: 0;
  right: 72px;
}

.main-hero-img-2 {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
}

.content {
  padding-bottom: 25px;
  background: url(../images/catalog-bg.png) center 0 no-repeat;
}
.content.no-bg {
  background: none;
}

.left-nav {
  padding: 20px 20px 20px 36px;
  background: #E4E4E4;
  font-size: 16px;
}
.left-nav li {
  display: block;
  margin-bottom: 12px;
}
.left-nav li a {
  position: relative;
  z-index: 1;
  text-decoration: none;
  color: #000;
}
.left-nav li a:before {
  z-index: -1;
  left: -22px;
  background: #B8E4F3;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
}
.left-nav li a:hover {
  font-family: "proxima_novabold";
}
.left-nav li a:hover:before {
  opacity: 1;
}

.pagination {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 18px;
  line-height: 20px;
  letter-spacing: 0.6em;
}
.pagination .page-link {
  width: 45px;
  height: 45px;
  border-radius: 50% !important;
  padding: 0 0 0 10px;
  border: 0;
  text-align: center;
  line-height: 45px;
  color: #000;
}
.pagination .page-link.active {
  background: #D4F3FE;
}
.pagination .page-link:hover {
  color: #69B7D2;
}

.product {
  margin-bottom: 60px;
}

.catalog .container {
  position: relative;
}
.catalog.has-border {
  border-bottom: 1px solid #C4C4C4;
  padding-bottom: 100px;
  margin-bottom: 0;
}
.catalog.has-border .catalog-card {
  margin: 10px;
}
.catalog.has-border .catalog-card:hover {
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
}

.swiper-button-prev,
.swiper-button-next {
  width: 69px;
  height: 69px;
  background: #D4F3FE;
  border-radius: 50%;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  font-size: 20px;
  color: #000;
}

.swiper-button-prev {
  left: -98px;
}

.swiper-button-next {
  right: -98px;
}

.product-slider-wrapper {
  position: relative;
  margin-bottom: 20px;
}
.product-slider-wrapper .swiper-slide {
  height: 450px;
}
.product-slider-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.thumbs-gallery {
  padding: 0 60px;
  position: relative;
}
.thumbs-gallery .swiper-slide {
  height: 89px;
  position: relative;
  cursor: pointer;
  overflow: hidden;
}
.thumbs-gallery .swiper-slide:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 3px solid #AADEF1;
  opacity: 0;
  pointer-events: none;
}
.thumbs-gallery .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.thumbs-gallery .swiper-slide.swiper-slide-thumb-active:before {
  opacity: 1;
}
.thumbs-gallery .swiper-button-next,
.thumbs-gallery .swiper-button-prev {
  width: 50px;
  height: 50px;
}
.thumbs-gallery .swiper-button-next:after,
.thumbs-gallery .swiper-button-prev:after {
  font-size: 14px;
  font-weight: bold;
}
.thumbs-gallery .swiper-button-next {
  right: 0;
}
.thumbs-gallery .swiper-button-prev {
  left: 0;
}

.descript-product-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}

.descript-product-num {
  font-size: 16px;
  line-height: 20px;
  color: #B5B5B5;
  margin-bottom: 20px;
}

.descript-product-left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 225px;
          flex: 0 0 225px;
  max-width: 225px;
  padding-right: 20px;
}
.descript-product-left .form-group {
  margin-bottom: 30px;
}

label {
  display: block;
  margin-bottom: 10px;
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  color: #000000;
}

/* select */
.jcf-select {
  display: block;
  vertical-align: top;
  position: relative;
  background: #FFFFFF;
  border: 1px solid #C4C4C4;
  border-radius: 0px 25px 25px 25px;
  background: #fff;
  height: 50px;
}
.jcf-select.jcf-drop-active {
  border-radius: 0px 25px 0px 0px;
}
.jcf-select.jcf-drop-flipped {
  border-radius: 0px 0px 25px 0px;
}

.jcf-select select {
  z-index: 1;
  left: 0;
  top: 0;
}

.jcf-select .jcf-select-text {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  cursor: default;
  display: block;
  font-size: 16px;
  padding: 10px 0;
  line-height: 28px;
  margin: 0 40px 0 20px;
}
.jcf-select .jcf-select-text img {
  margin: 6px 7px 0 0;
}

.jcf-select .jcf-select-opener {
  position: absolute;
  text-align: center;
  width: 36px;
  bottom: 0;
  right: 0;
  top: 0;
}

body > .jcf-select-drop {
  position: absolute;
  margin: -1px 0 0;
  z-index: 9999;
}

body > .jcf-select-drop.jcf-drop-flipped {
  margin: 1px 0 0;
}

.jcf-select .jcf-select-drop {
  position: absolute;
  margin-top: 0px;
  z-index: 9999;
  top: 100%;
  left: -1px;
  right: -1px;
}

.jcf-select .jcf-drop-flipped {
  bottom: 100%;
  top: auto;
}

.jcf-select-drop .jcf-select-drop-content {
  border: 1px solid #C4C4C4;
  border-top: 0;
  border-radius: 0 0 25px 25px;
  overflow: hidden;
}

.jcf-drop-flipped .jcf-select-drop-content {
  border: 1px solid #C4C4C4;
  border-bottom: 0;
  border-radius: 25px 25px 0 0;
  overflow: hidden;
}

/* multiple select styles */
.jcf-list-box {
  overflow: hidden;
  display: inline-block;
  border: 1px solid #b8c3c9;
  min-width: 200px;
  margin: 0 15px;
}

/* select options styles */
.jcf-list {
  display: inline-block;
  vertical-align: top;
  position: relative;
  background: #fff;
  line-height: 14px;
  font-size: 12px;
  width: 100%;
  padding: 0 9px 17px 9px;
}

.jcf-drop-flipped .jcf-list {
  padding: 17px 9px 0;
}

.jcf-list .jcf-list-content {
  vertical-align: top;
  display: inline-block;
  overflow: auto;
  width: 100%;
}

.jcf-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.jcf-list ul li {
  overflow: hidden;
  display: block;
}

.jcf-list .jcf-overflow {
  overflow: auto;
}

.jcf-list .jcf-option {
  white-space: nowrap;
  overflow: hidden;
  cursor: default;
  display: block;
  padding: 5px 9px;
  color: #000;
  font-size: 16px;
  line-height: 20px;
  min-height: 14px;
  height: 1%;
  padding: 5px 10px;
  border-radius: 15px;
}
.jcf-list .jcf-option img {
  margin: 3px 7px 0 0;
}

.jcf-list .jcf-disabled {
  background: #fff !important;
  color: #aaa !important;
}

.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
  background: #E5E5E5;
  color: #000;
}

.jcf-list .jcf-optgroup-caption {
  white-space: nowrap;
  font-weight: bold;
  display: block;
  padding: 5px 9px;
  cursor: default;
  color: #000;
}

.jcf-list .jcf-optgroup .jcf-option {
  padding-left: 30px;
}

.ui-spinner {
  overflow: hidden;
  display: block;
  position: relative;
  width: 175px;
  height: 50px !important;
  background: #FFFFFF;
  border: 1px solid #C4C4C4;
  border-radius: 0px 25px 25px 25px;
  padding: 0 32px;
}

.ui-spinner-input {
  display: block;
  width: 100%;
  max-width: 100%;
  text-align: center;
  padding: 10px 5px;
  line-height: 28px;
  font-size: 16px;
  border: 0;
}
.ui-spinner-button {
  display: block;
  position: absolute;
  text-decoration: none;
  height: 48px;
  width: 30px;
  top: 0;
  cursor: pointer;
}
.ui-spinner-button:before {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 12px;
  height: 14px;
}

.ui-spinner-up {
  right: 0;
}
.ui-spinner-up:before {
  left: 0;
  background: url(../images/plus.svg) center no-repeat;
  background-size: 100%;
}

.ui-spinner-down {
  left: 0;
}
.ui-spinner-down:before {
  right: 0;
  background: url(../images/minus.svg) center no-repeat;
  background-size: 100%;
}

.descript-product {
  padding-left: 20px;
}
.descript-product .last-price {
  font-size: 20px;
  text-align: left;
}
.descript-product .price {
  font-size: 36px;
  text-align: left;
}

.question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 36px;
}
.question .ico {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 18px;
          flex: 0 0 18px;
  max-width: 18px;
  height: 18px;
  margin-right: 11px;
}
.question svg {
  fill: none;
}
.question a {
  text-decoration: none;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  color: #69B7D2;
  font-family: "proxima_novabold";
  border-bottom: 1px solid #D4F3FE;
}
.question a:hover {
  border-bottom-color: transparent;
}

.product-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -15px;
}
.product-btns > div {
  padding: 0 15px;
}
.product-btns .btn, .product-btns .category-card-name {
  padding-left: 25px;
  padding-right: 25px;
}

.prod-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 30px;
}
.prod-tabs .nav-item {
  padding: 0 15px;
}
.prod-tabs .nav-link {
  display: block;
  text-decoration: none;
  position: relative;
  z-index: 1;
  padding: 10px 28px;
  font-size: 28px;
  line-height: 38px;
  font-family: "proxima_novaregular";
  color: #000;
}
.prod-tabs .nav-link:before {
  z-index: -1;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 69px;
  height: 69px;
  background: #D4F3FE;
  border-radius: 50%;
  opacity: 0;
}
.prod-tabs .nav-link.active:before {
  opacity: 1;
}

.harakteristik {
  max-width: 420px;
  margin: 0px auto;
}
.harakteristik li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  line-height: 36px;
  text-align: left;
}
.harakteristik li strong {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 204px;
          flex: 0 0 204px;
  max-width: 204px;
  padding-right: 30px;
  font-family: "proxima_novabold";
  text-align: right;
}
.harakteristik li span {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 1%;
  padding-left: 30px;
}

.blog-hero .main-hero-img-1 {
  right: auto;
  left: 0;
}

.article-list > .row {
  margin-right: -30px;
  margin-left: -30px;
}
.article-list div[class^=col-] {
  padding-left: 30px;
  padding-right: 30px;
}

.article-card {
  margin-bottom: 60px;
}
.article-card a {
  height: 400px;
  display: block;
  text-decoration: none;
  color: #000;
  position: relative;
}
.article-card a:hover .article-card-text {
  background: #D4F3FE;
}
.article-card img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  z-index: 1;
}

.article-card-text {
  display: block;
  position: absolute;
  z-index: 2;
  font-weight: 300;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  color: #000000;
  padding: 13px 55px;
  background: rgba(255, 255, 255, 0.85);
  right: 30px;
  bottom: 20px;
  left: 30px;
}

.blog-bg {
  background: url(../images/blog-bg.jpg) center top no-repeat;
}

.cnt-img {
  margin-bottom: 50px;
  text-align: center;
}
.cnt-img img {
  max-width: 100%;
}

.content-slider {
  margin-bottom: 50px;
}
.content-slider .thumbs-gallery {
  max-width: 560px;
  margin: 0px auto;
}

.article-foot {
  padding: 18px 0;
  border-top: 1px solid #C4C4C4;
}
.article-foot .socially ul li a {
  width: 44px;
  height: 44px;
}

.date {
  font-size: 18px;
  line-height: 30px;
}

.flex-box {
  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;
}

.article {
  margin-bottom: 100px;
}

.popular.has-bg {
  padding-bottom: 0;
  margin-bottom: 66px;
  border-bottom: 0;
}

.contact-info-item {
  margin-bottom: 27px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.contact-info-item .ico-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 1;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 56px;
          flex: 0 0 56px;
  max-width: 56px;
}
.contact-info-item .ico-box:before {
  z-index: -1;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 50%;
  width: 70px;
  height: 70px;
}
.contact-info-item svg {
  fill: none;
}
.contact-info-item.adress .ico-box:before {
  background: #D4F3FE;
}
.contact-info-item.adress svg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 18px;
          flex: 0 0 18px;
  max-width: 18px;
  height: 22px;
}
.contact-info-item.time .ico-box:before {
  background: #FAEE89;
}
.contact-info-item.time svg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20px;
          flex: 0 0 20px;
  max-width: 20px;
  height: 20px;
}
.contact-info-item.phone-tel .ico-box:before {
  background: #F2B6C2;
}
.contact-info-item.phone-tel svg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 14px;
          flex: 0 0 14px;
  max-width: 14px;
  height: 20px;
}
.contact-info-item.phone-tel p {
  font-size: 18px;
  margin-bottom: 10px;
}
.contact-info-item p {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 0;
}

.phone-num {
  color: #000;
  text-decoration: none;
  font-size: 30px;
  line-height: 20px;
  font-family: "proxima_novabold";
}
.phone-num:hover, .phone-num:focus {
  color: #000;
  text-decoration: none;
}

.contact-info-text {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 1%;
  position: relative;
  z-index: 2;
}

.contact-info-title {
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 15px;
  font-family: "proxima_novabold";
}

.map {
  height: 400px;
}

@media (max-width: 1540px) {
  .hero-title {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
  }
  .hero-title br {
    display: none;
  }
}
@media (max-width: 1400px) {
  .hero-title {
    max-width: 500px;
  }
}
@media (max-width: 1199px) {
  .main-nav li {
    padding: 0 22px;
  }

  .search.is-open .form-group {
    width: 238px;
  }

  .descript-product {
    padding-left: 0;
  }

  .product-btns {
    margin: 0 -10px;
  }

  .product-btns > div {
    padding-left: 10px;
    padding-right: 10px;
  }

  .product-btns .btn, .product-btns .category-card-name {
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
  }

  .left-nav {
    padding: 20px 15px;
  }

  .swiper-button-prev {
    left: 0;
  }

  .swiper-button-next {
    right: 0;
  }

  .phone-num {
    font-size: 26px;
  }
}
@media (max-width: 991px) {
  .head-top {
    display: none;
  }

  .head-mdl {
    padding: 10px 0;
  }
  .head-mdl .phone {
    display: none;
  }
  .head-mdl .logo-box {
    margin: 0 15px 0 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: left;
  }
  .head-mdl .logo {
    width: 100px;
    margin-right: 15px;
    margin-bottom: 0;
  }

  .search, .cart, .ico-phone {
    margin: 0 6px;
  }

  .head-btm {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    overflow: auto;
    width: 500px;
    max-width: 80%;
    background: #fff;
    -webkit-box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.4);
            box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.4);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: translateX(-120%);
            transform: translateX(-120%);
    padding: 0 0 40px 0;
    z-index: 101;
  }
  .head-btm .phone {
    padding: 0 0 20px 15px;
  }
  .head-btm .socially {
    padding: 0 0 0 15px;
  }

  .js-open .head-btm {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }

  .main-nav,
.top-nav {
    max-width: none;
    display: block;
  }
  .main-nav li,
.top-nav li {
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #E4E4E4;
  }
  .main-nav li a,
.top-nav li a {
    padding: 0 15px;
  }
  .main-nav li a:before,
.top-nav li a:before {
    display: none;
  }
  .main-nav li a:hover,
.top-nav li a:hover {
    background: #69B7D2;
    color: #fff;
  }

  .top-nav {
    margin-bottom: 20px;
  }
  .top-nav li a {
    display: block;
    padding: 10px 15px;
  }

  .modal-content {
    padding: 40px 15px;
  }

  .modal-title {
    font-size: 30px;
    line-height: 34px;
  }

  p,
.list li {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 22px;
  }

  .list li:before {
    width: 26px;
    height: 26px;
  }

  .list li {
    padding-left: 14px;
  }

  .main-hero-img-left {
    width: 200px;
  }

  .main-hero-img-right {
    width: 300px;
  }

  .hero-title {
    font-size: 34px;
    line-height: 44px;
  }

  .benefits-list li {
    padding: 10px 0 10px 20px;
    line-height: normal;
  }

  .benefits-list li .ico {
    width: 37px;
    height: 42px;
  }

  .benefits {
    margin-bottom: 40px;
  }

  .btn, .category-card-name {
    font-size: 16px;
    line-height: 20px;
  }

  .btn .arr, .category-card-name .arr {
    width: 18px;
    height: 20px;
  }

  .headline,
h2 {
    font-size: 34px;
    line-height: 44px;
  }

  .category,
.catalog-card {
    margin-bottom: 20px;
  }

  .popular .wrapper {
    padding: 40px 0 40px;
  }

  .popular .text-center {
    margin-top: 20px;
  }

  .text {
    padding: 40px 0;
  }

  .contact-block {
    padding: 0;
  }

  .contact-block .wrapper {
    padding: 40px 0;
  }

  .footer .col-md-12 {
    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: 15px;
  }
  .footer .slogan {
    display: none;
  }
  .footer .logo-box {
    margin: 0;
  }
  .footer .logo {
    width: 70px;
  }

  .ftr-btm {
    padding: 15px 0;
  }

  .inner-hero .container {
    padding-top: 40px;
    padding-bottom: 180px;
  }

  h1 {
    font-size: 34px;
    line-height: 36px;
  }

  .inner-hero .main-hero-img-right {
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 150px;
  }

  .inner-hero .wrapper::before {
    background-position: right center;
    bottom: 0;
  }

  .main-hero-img-1,
.inner-hero-1 .main-hero-img-right {
    display: none;
  }

  .main-hero-img-2 {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 200px;
  }

  .left-nav-wrapper {
    overflow: hidden;
    margin-bottom: 20px;
    position: relative;
  }
  .left-nav-wrapper:before {
    content: "";
    position: absolute;
    z-index: 2;
    width: 50px;
    right: 0;
    top: 0;
    bottom: 0;
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), to(rgba(228, 228, 228, 0.65)));
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(228, 228, 228, 0.65) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00000000", endColorstr="#a6e4e4e4",GradientType=1 );
  }

  .left-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: auto;
    padding-bottom: 20px;
    margin-bottom: -20px;
    padding-top: 15px;
  }
  .left-nav li {
    margin-right: 15px;
  }
  .left-nav li a {
    white-space: nowrap;
  }
  .left-nav li a:before {
    display: none;
  }
  .left-nav li a:hover {
    font-family: "proxima_novalight", sans-serif;
    color: #69B7D2;
  }

  .product-hero .container {
    padding-bottom: 40px;
  }
  .product-hero h1 br {
    display: none;
  }

  .thumbs-gallery {
    margin-bottom: 40px;
  }

  .product-btns .btn, .product-btns .category-card-name {
    padding-left: 25px;
    padding-right: 25px;
  }

  .product {
    margin-bottom: 40px;
  }

  .prod-tabs {
    margin-bottom: 20px;
  }
  .prod-tabs .nav-link {
    font-size: 18px;
    line-height: 20px;
    padding: 5px 10px;
  }
  .prod-tabs .nav-link:before {
    width: 36px;
    height: 36px;
  }

  .prod-tabs .nav-item {
    padding: 0 5px;
  }

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

  .harakteristik li strong {
    padding-right: 10px;
  }

  .harakteristik li span {
    padding-left: 10px;
  }

  .swiper-button-next,
.swiper-button-prev {
    display: none;
  }

  .catalog-slider {
    padding-right: 50px;
  }

  .breadcrumb {
    margin-bottom: 30px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .thumbs-gallery {
    padding: 0;
  }

  .thumbs-slider {
    padding-right: 50px;
  }

  .catalog.has-border {
    padding: 40px 0;
  }

  .descript-product-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }

  .article-list > .row {
    margin-left: -10px;
    margin-right: -10px;
  }

  .article-list div[class^=col-] {
    padding-left: 10px;
    padding-right: 10px;
  }

  .blog-hero .main-hero-img-right {
    display: none;
  }
  .blog-hero .main-hero-img-1 {
    display: block;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 90px;
  }

  .article-card {
    margin-bottom: 15px;
  }

  .article-card a {
    height: 300px;
  }

  .article-card-text {
    padding: 15px;
    left: 10px;
    right: 10px;
    bottom: 10px;
  }

  .cnt-img {
    margin-bottom: 20px;
  }

  .article,
.popular.has-bg {
    margin-bottom: 0;
  }

  .content-slider {
    margin-bottom: 40px;
  }

  .flex-box {
    -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;
  }
  .flex-box .socially {
    -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;
    margin-bottom: 15px;
  }
  .flex-box .socially p {
    margin: 0 0 10px;
  }
  .flex-box .socially ul li a {
    width: 28px;
    height: 28px;
  }

  .contact-info-item .ico-box {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 22px;
            flex: 0 0 22px;
    max-width: 22px;
    margin-right: 10px;
  }
  .contact-info-item .ico-box:before {
    width: 40px;
    height: 40px;
  }

  .contacts {
    margin-bottom: 40px;
  }

  .map {
    height: 300px;
  }
}
@media (max-width: 767px) {
  .contact-info-item {
    padding-left: 15px;
  }

  .contact-info-item.phone-tel p {
    font-size: 16px;
  }

  .phone-num {
    font-size: 22px;
  }

  .text.article {
    padding-top: 0;
  }

  .headline, h2, h1 {
    font-size: 28px;
    line-height: 32px;
  }

  .header .slogan {
    display: none;
  }

  .header .logo {
    width: 70px;
  }

  .main-hero .hero-inner img {
    max-width: 60px;
  }

  .hero-title {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 30px;
  }

  .main-hero-img-left {
    display: none;
  }

  .main-hero .hero-inner .main-hero-img-right {
    width: 200px;
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .main-hero .hero-inner .main-hero-img-right img {
    width: 100%;
    max-width: 100%;
    margin-bottom: 0;
  }

  .main-hero .hero-inner {
    padding-bottom: 220px;
  }

  .benefits-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .benefits-list li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 20px);
            flex: 0 0 calc(50% - 20px);
    max-width: calc(50% - 20px);
  }

  .category-card-name {
    font-size: 14px;
    line-height: 16px;
  }

  .category-card-name {
    padding: 1px 10px;
    border-radius: 15px;
    height: 40px;
  }
  .category-card-name:before {
    border-radius: 15px;
  }

  .socially ul a {
    width: 30px;
    height: 30px;
  }

  .label {
    width: 40px;
    height: 40px;
    font-size: 15px;
    top: 5px;
    right: 5px;
  }

  .price {
    font-size: 20px;
    line-height: 20px;
  }

  .catalog-card-name {
    max-height: 44px;
  }

  .contact-block p br {
    display: none;
  }

  .head-mdl {
    border-bottom: 0;
  }
}
@media (max-width: 577px) {
  .product-btns {
    display: block;
  }
  .product-btns > div {
    max-width: 100%;
  }
  .product-btns .pink-btn {
    margin-top: 15px;
  }

  .product-slider-wrapper .swiper-slide {
    height: 300px;
  }

  .thumbs-gallery .swiper-slide {
    height: 60px;
  }

  .descript-product-left {
    max-width: 100%;
    padding-right: 0;
  }

  .search .form-control {
    height: 35px;
    padding: 5px 10px;
    line-height: 25px;
    border: 1px solid #E4E4E4;
  }

  .search .form-group {
    bottom: -4px;
    margin-right: 10px;
  }
}
@media (max-width: 360px) {
  .search.is-open .form-group {
    width: 182px;
  }
}