::-webkit-input-placeholder {
  color: inherit;
}

::-moz-placeholder {
  color: inherit;
}

:-ms-input-placeholder {
  color: inherit;
}

:-moz-placeholder {
  color: inherit;
}

input:focus::-webkit-input-placeholder {
  color: transparent;
}

input:focus:-moz-placeholder {
  color: transparent;
}

input:focus::-moz-placeholder {
  color: transparent;
}

input:focus:-ms-input-placeholder {
  color: transparent;
}

textarea:focus::-webkit-input-placeholder {
  color: transparent;
}

textarea:focus:-moz-placeholder {
  color: transparent;
}

textarea:focus::-moz-placeholder {
  color: transparent;
}

textarea:focus:-ms-input-placeholder {
  color: transparent;
}

input, select, textarea, button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input, select, textarea, button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, input, textarea {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  max-width: 100%;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1.4;
  transition: 0s;
  background: #fff;
  color: #000;
  font-size: 14px;
  font-family: "GothamProRegular", sans-serif;
  font-weight: 400;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input:focus,
button,
button:focus,
textarea {
  outline: none;
}

button {
  cursor: pointer;
  transition: all 0.3s ease;
}

button {
  background-color: transparent;
  border: none;
}

a:focus,
a:active {
  color: #000;
  outline: 0;
  text-decoration: none;
}

a:hover {
  color: inherit;
  text-decoration: none;
}

.left {
  float: left;
}

.right {
  float: right;
}

a,
input[type=submit] {
  transition: all 0.3s ease;
  color: inherit;
  cursor: pointer;
}

textarea {
  resize: none;
}

.table-respond {
  overflow: auto;
}

.table-respond td, .table-respond th {
  white-space: nowrap;
}

.btn, .btn:focus, .btn:hover {
  outline: none;
  box-shadow: none;
}

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

.d-flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.flex {
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}

.flex-reverse {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
}

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

.flex-left {
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  justify-content: flex-start;
}

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

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

.flex-around {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.flex-top {
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  -webkit-box-align: start;
  align-items: flex-start;
}

.flex-middle {
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  align-self: center;
}

.flex-bottom {
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  -webkit-box-align: end;
  align-items: flex-end;
}

.flex-item-top {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.flex-item-middle {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.flex-item-bottom {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

html {
  overflow-x: hidden;
}

body {
  overflow-x: hidden;
  position: relative;
}

.header_bottom.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  background: #fff;
  z-index: 99999;
  -webkit-box-shadow: 0px 19px 28px -24px rgba(34, 60, 80, 0.6);
  -moz-box-shadow: 0px 19px 28px -24px rgba(34, 60, 80, 0.6);
  box-shadow: 0px 19px 28px -24px rgba(34, 60, 80, 0.6);
}

.title {
  font-size: 28px;
  text-transform: uppercase;
  color: #000;
  font-family: "GothamProRegular";
  text-align: center;
  margin: 0 0 15px;
}
@media (max-width: 991px) {
  .title {
    font-size: 24px;
  }
}
.title span {
  color: #cb858d;
  font-family: "GothamProMedium";
}

.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  font-family: "GothamProMedium";
}
@media (max-width: 767px) {
  .btn {
    padding: 5px;
  }
}

.btn_blue {
  background: #eb93a3;
  color: #fff;
  border: 1px solid transparent;
  min-height: 60px;
  min-width: 160px;
}
@media (max-width: 767px) {
  .btn_blue {
    min-height: 40px;
  }
}
.btn_blue:hover {
  background: #fff;
  color: #eb93a3;
  border-color: #eb93a3;
}

.btn_pink {
  background: #cb858d;
  color: #fff;
  border: 1px solid transparent;
  min-height: 47px;
  min-width: 140px;
  font-size: 11px;
}
@media (max-width: 767px) {
  .btn_pink {
    min-width: 100px;
    min-height: 40px;
  }
}
.btn_pink:hover {
  background: #fff;
  color: #cb858d;
  border-color: #cb858d;
}

.slick-slide:active, .slick-slide:focus {
  outline: none;
}

.slick-arrow {
  display: none !important;
}

.slick-dots {
  position: absolute;
  left: 50%;
  bottom: -65px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transform: translateX(-50%);
}
@media (max-width: 991px) {
  .slick-dots {
    bottom: 10px;
  }
}
.slick-dots button {
  display: none;
}
.slick-dots li {
  width: 9px;
  height: 9px;
  margin: 0 12px 0 0;
  cursor: pointer;
  border-radius: 50%;
  background: #e2e2e2;
  transition: all 0.3s ease;
}
.slick-dots li:nth-last-child(1) {
  margin: 0;
}
.slick-dots li.slick-active, .slick-dots li:hover {
  background: #cb858d;
  transition: all 0.3s ease;
}

header {
  position: relative;
  min-height: 227px;
}
@media (max-width: 991px) {
  header {
    min-height: inherit;
  }
}

.header_top {
  min-height: 43px;
  border-bottom: 1px solid #f1f1f1;
}
@media (max-width: 767px) {
  .header_top {
    min-height: 35px;
  }
}
.header_top .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 43px;
}
@media (max-width: 991px) {
  .header_top .container {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .header_top .container {
    min-height: 35px;
  }
}

.header_top__nav {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .header_top__nav {
    display: none;
  }
}
.header_top__nav li {
  margin: 0 32px 0 0;
}
.header_top__nav li:nth-last-child(1) {
  margin: 0;
}
.header_top__nav li a {
  color: #676a69;
  font-size: 12px;
  position: relative;
  display: inline-flex;
  align-items: center;
  text-transform: uppercase;
  min-height: 43px;
  font-family: "GothamProMedium";
}
.header_top__nav li a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0px;
  left: 0;
  background: #f38a9d;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s all ease;
}
.header_top__nav li a:hover {
  color: #000;
}
.header_top__nav li a:hover:before {
  opacity: 1;
  visibility: visible;
}
.header_top__nav li.current_page a {
  color: #000;
}
.header_top__nav li.current_page a:before {
  opacity: 1;
  visibility: visible;
}

.delivery_info {
  color: #eb93a3;
  font-family: "GothamProMedium";
  font-size: 13px;
  text-transform: uppercase;
  margin: 0 70px 0 0;
  letter-spacing: 1.4px;
  text-align: center;
}
@media (max-width: 991px) {
  .delivery_info {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .delivery_info {
    font-size: 10px;
    letter-spacing: inherit;
  }
}

.phone {
  color: #000;
  font-size: 12px;
  font-family: "GothamProMedium";
  letter-spacing: 0.6px;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .phone {
    display: none;
  }
}
.phone a {
  transition: 0.3s all ease;
  border-bottom: 1px solid transparent;
  letter-spacing: 0.6px;
  margin: 0 0 0 5px;
}
.phone a:hover {
  border-bottom: 1px solid #000;
  transition: 0.3s all ease;
}

.header_main {
  padding: 19px 0 16px 0;
  border-bottom: 1px solid #f1f1f1;
}
@media (max-width: 767px) {
  .header_main {
    padding: 10px 0;
  }
}
.header_main .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .header_main .container {
    justify-content: space-between;
  }
}
.header_main .socials {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .header_main .socials {
    display: none;
  }
}
.header_main .socials li {
  margin: 0 10px 0 0;
}
.header_main .socials li:nth-last-child(1) {
  margin: 0;
}
.header_main .socials li a {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ededed;
}
.header_main .socials li a:hover {
  border-color: #f38a9d;
}
.header_main .socials li a img {
  display: block;
}
.header_main .header_main__right {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: calc(50% + 150px);
}
@media (max-width: 991px) {
  .header_main .header_main__right {
    margin: 0;
    justify-content: space-between;
  }
}
@media (max-width: 767px) {
  .header_main .header_main__right {
    width: calc(50% + 60px);
  }
}
.header_main .logo {
  width: 100%;
  max-width: 300px;
}
@media (max-width: 767px) {
  .header_main .logo {
    max-width: 120px;
  }
}
.header_main .logo:hover {
  opacity: 0.5;
}
.header_main .logo img {
  display: block;
  width: 100%;
  max-width: 300px;
  object-position: center;
  object-fit: contain;
}
@media (max-width: 767px) {
  .header_main .logo img {
    min-width: inherit;
    width: 100%;
    max-width: 120px;
  }
}
.header_main .form_input {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-bottom: 1px solid #e5e5e5;
  padding: 0 0 14px;
  min-width: 288px;
}
@media (max-width: 1365px) {
  .header_main .form_input {
    margin: 0 0 0 20px;
    min-width: 200px;
  }
}
@media (max-width: 991px) {
  .header_main .form_input {
    display: none;
  }
}
.header_main .form_input .btn_search {
  margin: 0 20px 0 0;
}
.header_main .form_input .btn_search:hover {
  opacity: 0.5;
}
.header_main .form_input .btn_search img {
  display: block;
}
.header_main .form_input input {
  color: #7f7f7f;
  font-size: 14px;
  width: 100%;
  min-height: 18px;
}
.header_main .user_nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 1365px) {
  .header_main .user_nav {
    margin: 0 0 0 30px;
  }
}
@media (max-width: 991px) {
  .header_main .user_nav {
    margin: 0;
  }
}
.header_main .user_nav li:nth-last-child(1) {
  margin: 0 0 0 -2px;
}
.header_main .user_nav a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border: 2px solid #e6e6e6;
  z-index: 1;
  position: relative;
}
.header_main .user_nav a small {
  min-width: 14px;
  height: 14px;
  border-radius: 50%;
  position: absolute;
  right: -5px;
  top: -5px;
  background: #eb93a3;
  color: #fff;
  font-size: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}
@media (max-width: 767px) {
  .header_main .user_nav a {
    width: 40px;
    height: 40px;
  }
}
.header_main .user_nav a:hover {
  border-color: #f38a9d;
  z-index: 2;
}
.header_main .user_nav a img {
  display: block;
}

.header_bottom {
  min-height: 58px;
}
@media (max-width: 991px) {
  .header_bottom {
    display: none;
  }
}
.header_bottom .container {
  max-width: 1180px;
}
@media (max-width: 1365px) {
  .header_bottom .container {
    max-width: 992px;
  }
}
@media (max-width: 991px) {
  .header_bottom .container {
    max-width: 768px;
  }
}
@media (max-width: 767px) {
  .header_bottom .container {
    max-width: 576px;
  }
}
.header_bottom .main_nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header_bottom .main_nav li:nth-last-child(1) a:after {
  content: none;
}
.header_bottom .main_nav li .nav_item {
  font-size: 14px;
  font-family: "GothamProMedium";
  position: relative;
  min-height: 58px;
  display: inline-flex;
  align-items: center;
  transition: 0.3s all ease;
}
.header_bottom .main_nav li .nav_item:after {
  content: "";
  position: absolute;
  right: -65px;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  background: #eb93a3;
}
@media (max-width: 1365px) {
  .header_bottom .main_nav li .nav_item:after {
    right: -55px;
  }
}
@media (max-width: 991px) {
  .header_bottom .main_nav li .nav_item:after {
    right: -30px;
  }
}
.header_bottom .main_nav li .nav_item:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #000;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s all ease;
}
.header_bottom .main_nav li .nav_item:hover {
  color: #eb93a3;
}
.header_bottom .main_nav li .nav_item:hover:before {
  opacity: 1;
  visibility: visible;
}

.nav_item__dropdown:hover .catalog_submenu {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.catalog_submenu {
  border-top: 1px solid #f1f1f1;
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0;
  z-index: 99999;
  background: #fff;
  opacity: 0;
  transition: all 0.3s ease-in;
  transform: translateY(20px);
  opacity: 0;
  visibility: hidden;
  -webkit-box-shadow: 0px 18px 23px -8px rgba(34, 60, 80, 0.67);
  -moz-box-shadow: 0px 18px 23px -8px rgba(34, 60, 80, 0.67);
  box-shadow: 0px 18px 23px -8px rgba(34, 60, 80, 0.67);
}
.catalog_submenu .container {
  max-width: 1180px;
}
.catalog_submenu .drop_down__top {
  padding: 55px 0 35px 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.catalog_submenu .drop_down__top .drop_down__top___left {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  max-width: 643px;
}
@media (max-width: 1365px) {
  .catalog_submenu .drop_down__top .drop_down__top___left {
    max-width: 55%;
  }
}
.catalog_submenu .drop_down__top .drop_down__top___left ul {
  margin: 0 90px 0px 0;
}
@media (max-width: 1365px) {
  .catalog_submenu .drop_down__top .drop_down__top___left ul {
    margin: 0 60px 40px 0;
  }
}
.catalog_submenu .drop_down__top .drop_down__top___left ul li {
  margin: 0 0 25px;
}
.catalog_submenu .drop_down__top .drop_down__top___left ul li a {
  font-family: "GothamProMedium";
  font-size: 14px;
  color: #131313;
  border-bottom: 1px solid transparent;
}
.catalog_submenu .drop_down__top .drop_down__top___left ul li a:hover {
  color: #eb93a3;
  border-bottom: 1px solid #d4ebeb;
}
.catalog_submenu .drop_down__top .drop_down__top___right {
  width: calc((100% - 642px) - 20px);
  display: flex;
  flex-direction: column;
}
@media (max-width: 1365px) {
  .catalog_submenu .drop_down__top .drop_down__top___right {
    width: 45%;
  }
}
.catalog_submenu .drop_down__top .drop_down__top___right .drop_banner {
  display: block;
  margin: 0 0 15px;
}
.catalog_submenu .drop_down__top .drop_down__top___right .drop_banner img {
  display: block;
  width: 100%;
  max-width: 100%;
  max-height: 330px;
}
.catalog_submenu .drop_down__top .drop_down__top___right .drop_banner:hover {
  opacity: 0.5;
}
.catalog_submenu .drop_down__top .drop_down__top___right .drop_descr {
  color: #eb93a3;
  font-size: 15px;
  font-family: "GothamProMedium";
}
.catalog_submenu .drop_down__top .drop_down__top___right .drop_descr:hover {
  text-decoration: underline;
  opacity: 0.7;
}
.catalog_submenu .drop_down__bottom {
  border-top: 1px solid #eee;
  padding: 35px 0;
}
.catalog_submenu .drop_down__bottom .brands {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.catalog_submenu .drop_down__bottom .brands li {
  margin: 0 15px 0 0;
}
.catalog_submenu .drop_down__bottom .brands li p {
  text-align: left;
  padding: 0 52px 0 0;
  position: relative;
}
.catalog_submenu .drop_down__bottom .brands li p:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: #ececec;
}
.catalog_submenu .drop_down__bottom .brands li p span {
  display: block;
}
.catalog_submenu .drop_down__bottom .brands li a {
  display: block;
}
.catalog_submenu .drop_down__bottom .brands li a:hover {
  opacity: 0.5;
}
.catalog_submenu .drop_down__bottom .brands li a img {
  display: block;
  width: 100%;
  max-width: 200px;
}

.menu-box {
  display: none;
  font-size: 14px;
  margin: 0 0 0 35px;
  min-width: 25px;
}
@media (max-width: 991px) {
  .menu-box {
    margin: 0;
    display: block;
  }
}
.menu-box.is-active {
  z-index: 9;
}

.mob-nav {
  position: absolute;
  left: 0px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  transition: all 0.6s ease;
  opacity: 0;
  visibility: hidden;
  overflow-x: hidden;
  overflow-y: hidden;
  padding: 20px;
  border-top: 2px solid #fdb947;
  -webkit-box-shadow: 0px 18px 23px -8px rgba(34, 60, 80, 0.67);
  -moz-box-shadow: 0px 18px 23px -8px rgba(34, 60, 80, 0.67);
  box-shadow: 0px 18px 23px -8px rgba(34, 60, 80, 0.67);
}
@media (max-width: 991px) {
  .mob-nav {
    top: 168px;
    background: #fff;
    border: none;
  }
}
@media (max-width: 767px) {
  .mob-nav {
    top: 97px;
  }
}
.mob-nav .header_top__nav {
  display: flex;
  justify-content: center;
  margin: 0 0 20px;
  text-align: center;
}
.mob-nav .form_input {
  display: flex;
  margin: 0 0 15px;
}
.mob-nav .main_nav__mob {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.mob-nav .main_nav__mob li {
  margin: 0 0 15px;
}
.mob-nav .main_nav__mob li .nav_item {
  border-bottom: 1px solid #c5c5c5;
  color: #333;
}
.mob-nav .main_nav__mob li .nav_item:hover {
  color: #f38a9d;
  border-color: #f38a9d;
}
.mob-nav .socials {
  display: flex;
  justify-content: center;
}
.mob-nav .phone {
  display: flex;
  justify-content: center;
  margin: 0 0 15px;
}
.mob-nav .phone span {
  margin: 0 5px 0 0;
}
.mob-nav.is-active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  z-index: 10000;
  transition: all 0.6s ease;
}

.hamburger .line {
  display: block;
  width: 25px;
  height: 3px;
  background-color: #000;
  margin: 0 0 4px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.hamburger .line:nth-last-child(1) {
  margin: 0;
}
.hamburger:hover {
  cursor: pointer;
}
.hamburger.is-active .line:nth-child(3) {
  opacity: 0;
}
.hamburger.is-active .line:nth-child(1) {
  -webkit-transform: translateY(7px) rotate(45deg);
  -ms-transform: translateY(7px) rotate(45deg);
  -o-transform: translateY(7px) rotate(45deg);
  transform: translateY(7px) rotate(45deg);
  background: #000;
}
.hamburger.is-active .line:nth-child(2) {
  -webkit-transform: translateY(0px) rotate(-45deg);
  -ms-transform: translateY(0px) rotate(-45deg);
  -o-transform: translateY(0px) rotate(-45deg);
  transform: translateY(0px) rotate(-45deg);
  background: #000;
}

.section_main {
  padding-bottom: 120px;
}

.section_main .slick-list {
  overflow: visible;
}

@media (max-width: 991px) {
  .main_slider {
    -webkit-box-shadow: 0px 5px 20px 2px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 0px 5px 20px 2px rgba(34, 60, 80, 0.2);
    box-shadow: 0px 5px 20px 2px rgba(34, 60, 80, 0.2);
  }
}
.main_slider .sale_line {
  background: #303535;
  padding: 20px 0;
  width: 100%;
}
@media (max-width: 991px) {
  .main_slider .sale_line {
    padding: 10px 0;
  }
}
.main_slider .sale_line .container {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.main_slider .sale_line .container .subtitle {
  color: #fff;
  font-size: 15px;
  font-family: "GothamProMedium";
  text-transform: uppercase;
  letter-spacing: 1.4px;
  text-align: center;
}
@media (max-width: 991px) {
  .main_slider .sale_line .container .subtitle {
    font-size: 13px;
    letter-spacing: 1.2px;
  }
}
@media (max-width: 767px) {
  .main_slider .sale_line .container .subtitle {
    font-size: 10px;
    letter-spacing: 0.6px;
  }
  .section_main {
    padding-bottom: 0;  
  }
}
.main_slider .sale_line .container .subtitle span {
  color: #cb858d;
}
.main_slider .sale_line .container .brand_icon {
  background: url("../img/icon_bg_sale.png") center no-repeat;
  width: 94px;
  min-height: 100px;
  position: absolute;
  right: 15px;
  top: -20px;
  padding: 13px 5px 0 5px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
}
@media (max-width: 767px) {
  .main_slider .sale_line .container .brand_icon {
    display: none;
  }
}
.main_slider .sale_line .container .brand_icon img {
  display: block;
  margin: 0 0 10px;
}
.main_slider .sale_line .container .brand_icon .descr {
  text-align: center;
  font-size: 11px;
  font-family: "GothamProBold";
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .main_slider .sale_line .container .brand_icon .descr {
    font-size: 11px;
  }
}
.main_slider .slider_item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
}
@media (max-width: 991px) {
  .main_slider .slider_item {
    padding: 0;
    min-height: inherit;
  }
}
.main_slider .slider_item .main_slider_img {
  display: block;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}

.main_slider .slider_item .main_slider_img img {
  display: block;
  width: 100%;
  max-width: 100%;
  object-position: center;
  object-fit: cover;
  height: 100%;
}
.main_slider .slider_item .slider_descr {
  margin: -85px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 1215px;
  padding: 45px 35px;
  background: url("../img/bg_slider_descr.png") center no-repeat;
  background-size: cover;
  -webkit-box-shadow: 0px 5px 20px 2px rgba(34, 60, 80, 0.2);
  -moz-box-shadow: 0px 5px 20px 2px rgba(34, 60, 80, 0.2);
  box-shadow: 0px 5px 20px 2px rgba(34, 60, 80, 0.2);
}
@media (max-width: 991px) {
  .main_slider .slider_item .slider_descr {
    padding: 15px 15px 35px 15px;
    flex-direction: column;
    max-width: 100%;
    margin: 0;
  }
}
.main_slider .slider_item .slider_descr .title_inner {
  font-size: 40px;
  margin: 0 35px 0 0;
}
@media (max-width: 991px) {
  .main_slider .slider_item .slider_descr .title_inner {
    font-size: 25px;
    margin: 0 0 15px;
    text-align: center;
  }
}
.main_slider .slider_item .slider_descr .descr {
  font-size: 12px;
  line-height: 1.667;
  width: 100%;
  max-width: 615px;
  margin: 0 70px 0 0;
}
@media (max-width: 991px) {
  .main_slider .slider_item .slider_descr .descr {
    font-size: 11px;
    line-height: inherit;
    margin: 0 0 15px;
    text-align: center;
  }
}

.section_trands {
  padding: 20px 0 60px 0;
}
@media (max-width: 1365px) {
  .section_trands .row {
    justify-content: center;
  }
}
@media (max-width: 991px) {
  .section_trands {
    padding: 40px 0 40px 0;
  }
}

.trand_item {
  padding: 25px 0 0 25px;
  display: block;
  transition: 0.3s all ease;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 1365px) {
  .trand_item {
    margin: 0 0 25px;
    padding: 0;
  }
}
@media (max-width: 991px) {
  .trand_item {
    padding: 15px 0 0 10px;
    margin: 0 0 15px;
  }
}
.trand_item:hover {
  background: url("../img/hover_trand.jpg") center;
  background-size: cover;
  transition: 0.3s all ease;
  -webkit-box-shadow: 0px 0px 31px 2px rgba(34, 60, 80, 0.2);
  -moz-box-shadow: 0px 0px 31px 2px rgba(34, 60, 80, 0.2);
  box-shadow: 0px 0px 31px 2px rgba(34, 60, 80, 0.2);
}
.trand_item:hover .trand_descr {
  text-align: left;
}
.trand_item:hover .price_block {
  justify-content: space-between;
}
.trand_item:hover .price_block .old_price {
  display: block;
  transition: 0.3s all ease;
}
.trand_item:hover .price_block .new_price {
  margin: 0 0 0 5px;
}
.trand_item:hover .price_block .btn_pink {
  display: flex;
  transition: 0.3s all ease;
}
.trand_item img {
  display: block;
  margin: 0 auto;
  margin-bottom: 30px;
  height: 220px;
}
@media (max-width: 1365px) {
  .trand_item img {
    width: 100%;
    height: 200px;
    object-fit: contain;
  }
}
@media (max-width: 991px) {
  .trand_item img {
    margin-bottom: 15px;
    height: 150px;
  }
}
@media (max-width: 767px) {
  .trand_item img {
    margin-bottom: 10px;
  }
}
.trand_item .trand_descr {
  text-align: center;
  display: block;
  font-size: 15px;
  font-family: "GothamProBold";
  color: #333333;
  margin: 0 0 18px;
  transition: 0.3s all ease;
  text-transform: uppercase;
  letter-spacing: 1px;
}
@media (max-width: 1365px) {
  .trand_item .trand_descr {
    font-size: 12px;
    padding: 0 5px;
  }
}
@media (max-width: 991px) {
  .trand_item .trand_descr {
    font-size: 14px;
    margin: 0 0 10px;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .trand_item .trand_descr {
    font-size: 13px;
    margin: 0;
  }
}
.trand_item .price_block {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  transition: 0.3s all ease;
  min-height: 47px;
}
@media (max-width: 1365px) {
  .trand_item .price_block {
    flex-direction: column;
    min-height: 78px;
  }
}
@media (max-width: 991px) {
  .trand_item .price_block {
    flex-direction: inherit;
    min-height: 47px;
  }
}
@media (max-width: 767px) {
  .trand_item .price_block {
    min-height: 40px;
  }
}
.trand_item .price_block .prices {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1365px) {
  .trand_item .price_block .prices {
    margin: 0 0 10px;
  }
}
@media (max-width: 991px) {
  .trand_item .price_block .prices {
    width: calc(50% + 50px);
    justify-content: space-around;
  }
}
.trand_item .price_block .old_price {
  font-size: 15px;
  color: #9b9b9b;
  position: relative;
  display: none;
  transition: 0.3s all ease;
}
@media (max-width: 1365px) {
  .trand_item .price_block .old_price {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .trand_item .price_block .old_price {
    font-size: 12px;
  }
}
.trand_item .price_block .old_price:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  background: #b6b3b3;
  width: 100%;
  height: 2px;
  transform: translateY(-50%);
}
.trand_item .price_block .new_price {
  font-size: 18px;
  color: #eb93a3;
  font-family: "GothamProBold";
  margin: 0;
}
@media (max-width: 1365px) {
  .trand_item .price_block .new_price {
    font-size: 15px;
  }
}
.trand_item .price_block .btn_pink {
  display: none;
  margin: 0 0 0 28px;
  min-width: 120px;
  transition: 0.3s all ease;
}
@media (max-width: 1365px) {
  .trand_item .price_block .btn_pink {
    margin: 0;
    min-width: 100%;
  }
}
@media (max-width: 991px) {
  .trand_item .price_block .btn_pink {
    margin: 0;
    min-width: 125px;
  }
}

.section_video {
  padding: 0 0 80px;
}
@media (max-width: 991px) {
  .section_video {
    padding: 0 0 60px;
  }
}

.video_block {
  width: 100%;
  max-width: 100%;
  height: 600px;
  position: relative;
  transition: 0.3s all ease;
  overflow: hidden;
}
@media (max-width: 991px) {
  .video_block {
    height: 450px;
  }
}
@media (max-width: 767px) {
  .video_block {
    height: 350px;
  }
}
.video_block:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  visibility: hidden;
  opacity: 0;
  transition: 0.3s all ease;
}
.video_block:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 350px;
  height: 255px;
  background: url("../img/splash.png") center no-repeat;
  background-size: contain;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s all ease;
  pointer-events: none;
}
.video_block:hover:before {
  opacity: 1;
  visibility: visible;
}
.video_block:hover:after {
  opacity: 1;
  visibility: visible;
}
.video_block .video_poster {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 600px;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 991px) {
  .video_block .video_poster {
    height: 450px;
  }
}
@media (max-width: 767px) {
  .video_block .video_poster {
    height: 350px;
  }
}
.video_block .video_btn {
  position: absolute;
  left: 50%;
  top: 50%;
  display: inline-flex;
  align-items: center;
  flex-direction: column;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.video_block .video_btn.stop {
  pointer-events: none;
}
.video_block .video_btn:hover span:before {
  transform: rotate(180deg);
  transition: 0.5s all ease;
}
.video_block .video_btn span {
  border-radius: 50%;
  background: #eb93a3;
  padding: 28px 26px 27px 36px;
  margin: 0 0 32px;
  position: relative;
}
@media (max-width: 991px) {
  .video_block .video_btn span {
    padding: 20px 18px 19px 28px;
    margin: 0 0 15px;
  }
}
.video_block .video_btn span:before {
  content: "";
  position: absolute;
  background: url("../img/poster_before.png") center no-repeat;
  left: -11px;
  top: -11px;
  width: 107px;
  height: 107px;
  background-size: cover;
  transition: 0.5s all ease;
}
@media (max-width: 991px) {
  .video_block .video_btn span:before {
    left: -6px;
    top: -6px;
    width: 80px;
    height: 80px;
  }
}
.video_block .video_btn span img {
  display: block;
}
.video_block .video_btn small {
  color: #fff;
  font-size: 13px;
  font-family: "GothamProMedium";
  letter-spacing: 1.5px;
  text-align: center;
}
@media (max-width: 767px) {
  .video_block .video_btn small {
    font-size: 11px;
    letter-spacing: 0.6px;
  }
}

.section_savings {
  padding: 0 0 80px;
}
@media (max-width: 1365px) {
  .section_savings .row {
    justify-content: center;
  }
}
@media (max-width: 991px) {
  .section_savings {
    padding: 0 0 60px;
  }
}
.section_savings .title {
  margin: 0 0 35px;
}

.savings_block {
  -webkit-box-shadow: 0px 5px 20px 2px rgba(34, 60, 80, 0.2);
  -moz-box-shadow: 0px 5px 20px 2px rgba(34, 60, 80, 0.2);
  box-shadow: 0px 5px 20px 2px rgba(34, 60, 80, 0.2);
}
@media (max-width: 991px) {
  .savings_block .row {
    margin: 0 -5px;
  }
}
@media (max-width: 991px) {
  .savings_block .row [class*=col-] {
    padding: 0 5px;
  }
}
.savings_item {
  padding: 50px 30px 35px 30px;
  margin: 0 0 10px;
}
@media (max-width: 991px) {
  .savings_item {
    padding: 25px;
  }
}
@media (max-width: 767px) {
  .savings_item {
    padding: 15px;
    margin: 15px 5px;
  }
}
.savings_item .savings_image {
  display: block;
  transition: all 0.3s ease;
  margin: 0 0 22px;
}
@media (max-width: 991px) {
  .savings_item .savings_image {
    margin: 0 0 15px;
  }
}
.savings_item .savings_image:hover {
  opacity: 0.5;
}
.savings_item .savings_image img {
  display: block;
  margin: 0 auto;
  height: 285px;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 991px) {
  .savings_item .savings_image img {
    min-height: inherit;
    max-height: 200px;
  }
}
.savings_item .subtitle_small {
  color: #6f7373;
  font-size: 11px;
  margin: 10px 0;
  text-transform: uppercase;
  letter-spacing: 1px;
}
@media (max-width: 991px) {
  .savings_item .subtitle_small {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .savings_item .subtitle_small {
    font-size: 10px;
  }
}
.savings_item .subtitle {
  font-family: "GothamProBold";
  text-transform: uppercase;
  font-size: 16px;
  line-height: 1.6;
  display: block;
  min-height: 45px;
}
@media (max-width: 991px) {
  .savings_item .subtitle br {
    display: none;
  }
}
@media (max-width: 991px) {
  .savings_item .subtitle {
    text-align: center;
    font-size: 14px;
    line-height: 1.4;
  }
}
@media (max-width: 767px) {
  .savings_item .subtitle {
    font-size: 12px;
  }
}
.savings_item .subtitle:hover {
  text-decoration: underline;
}

.section_news {
  background: url("../img/bg_news.jpg") center no-repeat;
  background-size: cover;
  padding: 65px 0 0 0;
}
.section_news [class*=col-] {
  margin: 0 0 35px;
}
@media (max-width: 991px) {
  .section_news .row {
    justify-content: center;
  }
}
.section_news .title {
  margin: 0 0 40px;
}

@media (max-width: 991px) {
  .news_item {
    margin: 0 0 40px;
  }
}
.news_item .news_image {
  display: block;
  margin: 0 0 30px;
  position: relative;
}
@media (max-width: 991px) {
  .news_item .news_image {
    margin: 0 0 15px;
  }
}
.news_item .news_image:hover {
  opacity: 0.5;
}
.news_item .news_image .date {
  min-width: 111px;
  min-height: 45px;
  padding: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #eb93a3;
  color: #fff;
  font-family: "GothamProMedium";
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 991px) {
  .news_item .news_image .date {
    min-width: 100px;
    min-height: 40px;
    padding: 5px;
    font-size: 12px;
  }
}
.news_item .news_image img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 345px;
  object-position: center top;
  object-fit: cover;
}
@media (max-width: 991px) {
  .news_item .news_image img {
    min-height: inherit;
    height: 100%;
    max-height: 250px;
  }
}
.news_item .subtitle {
  padding: 0 0 0 14px;
  display: block;
  color: #565656;
  font-size: 14px;
}
@media (max-width: 991px) {
  .news_item .subtitle {
    font-size: 13px;
  }
}
.news_item .subtitle:hover {
  opacity: 0.5;
}
.news_item .subtitle span {
  position: relative;
  font-size: 15px;
  font-family: "GothamProMedium";
  color: #000;
  margin: 0 0 15px;
  display: block;
}
@media (max-width: 991px) {
  .news_item .subtitle span {
    margin: 0 0 10px;
    font-size: 14px;
  }
}
.news_item .subtitle span:before {
  content: "";
  position: absolute;
  left: -11px;
  top: 0;
  width: 3px;
  height: 100%;
  background: #cb858d;
}

.news_btn__block {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 50px 0 0 0;
  padding: 25px 0;
  border-top: 1px solid #e3e3e3;
}
@media (max-width: 991px) {
  .news_btn__block {
    margin: 20px 0 0 0;
    padding: 15px 0;
  }
}
.news_btn__block .btn_news {
  text-transform: uppercase;
  color: #cb858d;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  font-size: 15px;
  font-family: "GothamProMedium";
  text-align: center;
}
@media (max-width: 991px) {
  .news_btn__block .btn_news {
    font-size: 13px;
  }
}
.news_btn__block .btn_news:hover {
  opacity: 0.7;
}
.news_btn__block .btn_news:hover i {
  right: 0;
  transition: 0.3s all ease;
}
.news_btn__block .btn_news i {
  position: relative;
  margin: 0 0 0 25px;
  right: 10px;
  transition: 0.3s all ease;
}

.section_promo {
  padding: 30px 30px 40px 30px;
}
@media (max-width: 991px) {
  .section_promo {
    padding: 30px 15px;
  }
}

.promo_item {
  display: block;
  position: relative;
}
@media (max-width: 991px) {
  .promo_item {
    margin: 0 0 15px;
  }
}
.promo_item:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 350px;
  height: 255px;
  background: url("../img/splash.png") center no-repeat;
  background-size: contain;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s all ease;
}
.promo_item:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.45);
  transition: all 0.3s ease;
}
.promo_item:hover:before {
  opacity: 1;
  visibility: visible;
}
.promo_item:hover .promo_btn__block .btn_blue {
  opacity: 1;
  visibility: visible;
}
.promo_item img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 590px;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 991px) {
  .promo_item img {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .promo_item img {
    height: 250px;
  }
}
.promo_item .promo_btn__block {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 40px;
  color: #fff;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  z-index: 4;
}
@media (max-width: 991px) {
  .promo_item .promo_btn__block {
    font-size: 20px;
  }
}
.promo_item .promo_btn__block .btn_blue {
  font-size: 14px;
  font-family: "GothamProMedium";
  max-width: 160px;
  margin: 40px 0 0 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s all ease;
}
@media (max-width: 991px) {
  .promo_item .promo_btn__block .btn_blue {
    max-width: 100px;
    font-size: 12px;
    margin: 10px 0 0 0;
    min-height: 40px;
  }
}
.promo_item .promo_btn__block .btn_blue:hover {
  background: transparent;
}

footer .footer_top {
  padding: 50px 0;
}
@media (max-width: 991px) {
  footer .footer_top {
    border-top: 1px solid #dbdbdb;
    padding: 30px 0;
  }
}
@media (max-width: 991px) {
  footer .footer_top .row {
    justify-content: center;
  }
}
@media (max-width: 991px) {
  footer .footer_top [class*=col-]:nth-child(1) {
    order: 4;
  }
  footer .footer_top [class*=col-]:nth-child(2) {
    order: 1;
  }
  footer .footer_top [class*=col-]:nth-child(3) {
    order: 2;
  }
  footer .footer_top [class*=col-]:nth-child(4) {
    order: 3;
  }
  footer .footer_top [class*=col-]:nth-child(5) {
    order: 5;
  }
}
@media (max-width: 991px) {
  footer .footer_top .footer_block {
    text-align: center;
  }
}
footer .footer_top .title_footer {
  font-size: 15px;
  font-family: "GothamProMedium";
  color: #2e2e2e;
  margin: 0 0 22px;
  letter-spacing: 1.4px;
}
@media (max-width: 1365px) {
  footer .footer_top .title_footer {
    font-size: 12px;
    letter-spacing: 0.8px;
  }
}
@media (max-width: 991px) {
  footer .footer_top .title_footer {
    text-align: center;
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  footer .footer_top .title_footer {
    margin: 0 0 10px;
  }
}
footer .footer_top .title_footer__inner {
  font-size: 16px;
  font-family: "GothamProMedium";
  color: #2e2e2e;
  margin: 0 0 20px;
}
@media (max-width: 1365px) {
  footer .footer_top .title_footer__inner {
    font-size: 15px;
    margin: 0 0 15px;
  }
}
@media (max-width: 991px) {
  footer .footer_top .title_footer__inner {
    text-align: center;
  }
}
@media (max-width: 767px) {
  footer .footer_top .title_footer__inner {
    margin: 0 0 10px;
    font-size: 14px;
  }
}
footer .footer_top .descr {
  font-size: 14px;
  color: #444;
  margin: 0 0 80px;
}
@media (max-width: 1365px) {
  footer .footer_top .descr {
    font-size: 12px;
  }
}
@media (max-width: 991px) {
  footer .footer_top .descr {
    text-align: center;
  }
}
@media (max-width: 767px) {
  footer .footer_top .descr {
    font-size: 12px;
    margin: 0 0 20px;
  }
}
footer .footer_top .descr_inner {
  color: #3c4747;
  font-size: 14px;
  margin: 0 0 15px;
  display: none;
}
footer .footer_top .descr_inner + form {
  display: none;
}
@media (max-width: 1365px) {
  footer .footer_top .descr_inner {
    font-size: 12px;
    margin: 0 0 10px;
  }
}
@media (max-width: 991px) {
  footer .footer_top .descr_inner {
    text-align: center;
  }
}
@media (max-width: 767px) {
  footer .footer_top .descr_inner {
    margin: 0 0 10px;
  }
}
footer .footer_top .footer_socials__block {
  display: block;
}
@media (max-width: 767px) {
  footer .footer_top .footer_socials__block {
    display: none;
  }
}
footer .footer_top .footer_socials__block___mob {
  display: none;
}
@media (max-width: 767px) {
  footer .footer_top .footer_socials__block___mob {
    display: block;
  }
}
footer .footer_top .socials_footer {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  footer .footer_top .socials_footer {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  footer .footer_top .socials_footer {
    margin: 0 0 20px;
  }
}
footer .footer_top .socials_footer li {
  margin: 0 10px 0 0;
}
@media (max-width: 767px) {
  footer .footer_top .socials_footer li {
    margin: 0 5px 0 0;
  }
}
footer .footer_top .socials_footer li:nth-last-child(1) {
  margin: 0;
}
footer .footer_top .socials_footer li a {
  display: block;
}
footer .footer_top .socials_footer li a:hover {
  opacity: 0.5;
}
footer .footer_top .socials_footer li a img {
  display: block;
}
@media (max-width: 767px) {
  footer .footer_top .socials_footer li a img {
    width: 35px;
    height: 35px;
  }
}
@media (max-width: 991px) {
  footer .footer_top .footer_links {
    margin: 0 0 20px;
  }
}
@media (max-width: 991px) {
  footer .footer_top .footer_links li {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
footer .footer_top .footer_links li a {
  display: inline-block;
  color: #444;
  border-bottom: 1px solid #d6d6d6;
  margin: 0 0 20px;
}
@media (max-width: 1365px) {
  footer .footer_top .footer_links li a {
    margin: 0 0 15px;
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  footer .footer_top .footer_links li a {
    margin: 0 0 5px;
  }
}
footer .footer_top .footer_links li a:hover {
  color: #eb93a3;
  border-bottom: 1px solid #eb93a3;
}
footer .footer_top .phone_block {
  margin: 0 0 20px;
}
footer .footer_top .phone_block p {
  color: #767b7c;
  font-size: 13px;
  margin: 0 0 4px;
}
footer .footer_top .phone_block .phone {
  color: #2e2e2e;
  font-size: 14px;
  font-family: "GothamProMedium";
  display: table;
}
footer .footer_top .phone_block .phone:hover {
  color: #eb93a3;
  border-bottom: 1px solid #eb93a3;
}
footer .footer_top .payments {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
footer .footer_top .payments li {
  border: 1px solid #dbdbdb;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 120px;
  min-height: 70px;
}
@media (max-width: 991px) {
  footer .footer_top .phone_block .phone {
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  footer .footer_top .payments li {
    min-height: 50px;
  }
}
footer .footer_top .payments li:nth-last-child(1) {
  margin: 0 0 0 -1px;
}
@media (max-width: 1365px) {
  footer .footer_top .payments li {
    min-width: inherit;
    width: 100%;
    max-width: 100%;
  }
}
footer .footer_top .payments li img {
  display: block;
}

.subscribe .form_input {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 30px;
}
@media (max-width: 767px) {
  .subscribe .form_input {
    margin: 0 0 20px;
  }
}
.subscribe .form_input input {
  height: 56px;
  width: 100%;
  padding: 0 0 0 15px;
  color: #8f8e8d;
  font-size: 13px;
  border: 1px solid #dbdbdb;
  max-width: 100%;
}
@media (max-width: 767px) {
  .subscribe .form_input input {
    height: 40px;
  }
}
.subscribe .form_input .btn_blue {
  min-height: 56px;
  min-width: 130px;
}
@media (max-width: 1365px) {
  .subscribe .form_input .btn_blue {
    font-size: 11px;
    min-width: 90px;
  }
}
@media (max-width: 767px) {
  .subscribe .form_input .btn_blue {
    min-height: 40px;
  }
}

.footer_bottom {
  background: #303535;
  padding: 20px 0;
}
@media (max-width: 767px) {
  .footer_bottom {
    padding: 15px 0;
  }
}
.footer_bottom .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .footer_bottom .container {
    flex-direction: column;
  }
}
.footer_bottom .container p {
  color: #fff;
}
@media (max-width: 767px) {
  .footer_bottom .container p {
    font-size: 10px;
    margin: 0 0 5px;
    text-align: center;
  }
  .footer_bottom .container p:nth-last-child(1) {
    margin: 0;
  }
}
.footer_bottom .container a {
  display: inline-block;
  margin: 0 0 0 10px;
}
.footer_bottom .container a img {
  display: block;
}
.footer_bottom .container a:hover {
  opacity: 0.5;
}
footer {
  margin: 25px 0 0;
  display: inline-block;
  width: 100%;
}
.innerPage .itemModuleContent {

}
.innerPage .itemModuleContent {
    max-width: 1560px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
}

@media (min-width:576px) {
    .innerPage .itemModuleContent {
        max-width: 576px
    }
}

@media (min-width:768px) {
    .innerPage .itemModuleContent {
        max-width: 768px
    }
}

@media (min-width:992px) {
    .innerPage .itemModuleContent {
        max-width: 992px
    }
}

@media (min-width:1366px) {
    .innerPage .itemModuleContent {
        max-width: 1560px
    }
}

.pagination span,
.pagination a {
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    min-height: 40px;
    border: 1px solid rgb(230 230 230);
    font-family: "GothamProMedium";
    color: #000;
}

.pagination a:hover,
.pagination li.active a {
    border-color: rgb(24 173 173);
    background: rgb(24 173 173);
    color: #fff;
}

.boxListNews .item_news_short_text,
.btn_std_1,
.prod_action_box_flex a,
.box_check_btns button,
.box_form_user input[type="submit"],
.ws_btn-wrapper a.without-reg,
.box_form_checkout input[type="submit"],
.box_form_checkout input[type="button"] {
    background: #eb93a3 !important;
    color: rgb(255 255 255) !important;
    border: 1px solid rgb(0 0 0 / 0%) !important;
    height: 50px;
    min-width: 160px;
    font-size: 14px;
    font-family: "GothamProMedium";
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s all ease;
    margin: 25px auto 0;
}

.boxListNews .item_news_short_text:hover,
.btn_std_1:hover,
.prod_action_box_flex a:hover,
.box_check_btns button:hover,
.btn_dispoiunt_apply:hover,
.box_form_user input[type="submit"]:hover,
.ws_btn-wrapper a.without-reg:hover,
.box_form_checkout input[type="submit"]:hover,
.box_form_checkout input[type="button"]:hover {
    background: transparent  !important;
    border-color: #eb93a3  !important;
    color: #eb93a3  !important;
}

.btn_dispoiunt_apply {
    border-left: 1px solid rgb(0 0 0 / 0%);
}

.btn_std_1 {
    min-width: 240px;
    height: 60px;
    margin: 0;
}

.btn_confirn.btn-red {
    font-family: "GothamProMedium";
    text-align: center;
    color: #fff;
    justify-content: center;
}

.btn_confirn {
    height: 60px !important;
}

.box_form_checkout input[type="submit"] {
    margin: 0;
}

.boxListNews [class*=col-] a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
}

.box_index_news a:hover {
    transform: scale(1);
}

.item_news_date {
    margin: 0 0 15px;
}

.item_row_contact input,
.item_row_contact textarea,
.box_form_user input, 
.box_form_user select,
.box_form_checkout input {
    color: rgb(127 127 127);
    font-size: 14px;
    width: 100%;
    min-height: 18px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border: none;
    border: 1px solid rgb(229 229 229);
    padding: 10px 15px;
    background: transparent;
}

.box_form_checkout select {
    border-color:  rgb(229 229 229);
}

.listProductPage [class*=col-] {
    height: initial !important;
}

.box_check_btns {
    margin: 0 25px 0 0;
}

.ws_btn-wrapper a.without-reg::before,
.ws_btn-wrapper a.without-reg::after {
    content: none;
}

.boxListNews [class*=col-] {
  margin: 0 0 45px;
}

.prod_action_box_flex a {
  min-width: calc((100% / 3) - 15px);
  padding: 0 10px;
  line-height: 0;
}

.sites {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.sites li:nth-child(1) a {
  border-right: none;
}

.sites li a {
  padding: 0 15px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid rgb(241 241 241);
  border-left: 1px solid rgb(241 241 241);
  color: #eb93a3;
}

.sites li a img {
  max-width: 100px;
}

.sales {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  margin: 35px 0 0;
}

.prod_action_box_out {
  margin-bottom: 35px;
}

.sales p {
  font-size: 14px;
  line-height: 18px;
  width: 100%;
  margin: 0 0 25px;
}

.sales p i {
  font-size: 26px;
  width: 25px;
  margin: 0 15px 0 0;
  color: #eb93a3;
}

@media screen and (max-width: 1440px) {
  .delivery_info {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .sites {
    display: none;
  }
  .delivery_info {
    display: block;
  }
}
.cookies {
  background: #fff;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  box-shadow: 0 0 18px rgba(0,0,0,.2);
  padding: 25px 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 99;
  overflow: hidden;
  -webkit-transform: translate3d(0, 100%, 0);
  -moz-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
  box-sizing: border-box;
}

.cookies.show-cookies {
  -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.cookies .cookie-left {
  width: calc(100% - 320px);
  padding: 0 60px 0 0;
}

.cookies .cookie-left .title {
  font-size: 24px;
  color: #000;
  text-align: left;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
  margin: 0;
  text-transform: capitalize;
  letter-spacing: 0;
  margin: 0 0 15px;
}

.cookies .buttons {
  max-width: 320px;
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  margin: 0;
}

.cookies .buttons a {
  min-height: 50px;
  padding: 0 10px;
  display: flex;
  align-items: center;
  min-width: 100%;
  margin: 5px 0;
  text-align: center;
  justify-content: center;
  font-size: 14px;
}

.cookies .buttons div {
  width: 100%;
}

.cookies .cookie-left span {
  font-size: 16px;
  line-height: 25px;
  color: #000;
}

.cookies .cookie-left span a {
  color: #eb93a3;
  text-decoration: underline;
}

.cookies .settings {
  font-size: 18px;
  color: #fff;
  text-decoration: underline;
}

.cookies .settings:hover {
  text-decoration: none;
}

.cookie-modal .modal-head {
  height: 50px;
  padding: 10px 30px 10px;
  border-bottom: 1px solid #e9e9e9;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 20px;
}

.cookie-modal .modal-body {
  padding: 20px 30px;
  border-bottom: 1px solid #e9e9e9;
  max-height: 300px;
  overflow-y: auto;
}

.cookie-modal .modal-body .title {
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 10px;
}

.cookie-modal .modal-body .description {
  font-size: 16px;
  margin: 0 0 10px;
  line-height: 20px;
}

.cookie-modal .modal-footer {
  padding-top: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.cookie-modal .btn-red,
.cookie-modal .btn-white {
  min-height: 45px;
  min-width: 120px;
  padding: 0 10px !important;
  display: inline-flex;
  align-items: center;
  min-width: 100%;
  margin: 5px 0;
  justify-content: center;
}

.cookie-modal .modal-body .js-allow {
  margin: 0 auto 20px;
  min-height: 40px;
  line-height: 40px;
  display: table;
  text-align: center;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.cookie-modal .modal-body .collapse-title {
  border-bottom: 1px solid #333;
  min-height: 50px;
  padding: 0 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  font-weight: bold;
  margin: 0;
  border: 0;
}

.cookie-modal .modal-body .collapse-title span {
  color: #eb93a3;
}

.cookie-modal .plus-minus {
  position: relative;
  width: 10px;
  height: 10px;
  margin: 0 10px 0 0;
}

.cookie-modal .plus-minus span:nth-child(1) {
  height: 10px;
  width: 2px;
  position: absolute;
  left: 50%;
  top: 50%;
  background: #000;
  transform: translate(-50%, -50%);
}

.cookie-modal .left-side {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
}

.cookie-modal .plus-minus span:nth-child(2) {
  width: 10px;
  height: 2px;
  position: absolute;
  left: 50%;
  background: #000;
  top: 50%;
  transform: translate(-50%, -50%);
}

.cookie-modal .collapse-title .plus-minus span:nth-child(1) {
  background: transparent;
}

.cookie-modal .left-side.collapsed .plus-minus span:nth-child(1) {
  background: #000;
}

.cookie-modal .left-side {
  width: calc(100% - 120px);
}

.cookie-modal .left-side.collapsed {
  border-bottom: 1px solid transparent;
}

.cookie-modal .manage-item {
  border: 1px solid #d8d8d8;
}

.cookie-modal .manage-item .collapsing p,
.cookie-modal .manage-item .collapse p {
  padding: 10px 20px;
}

.switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 24px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

.cookie-modal .modal-title {
  padding-top: 25px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  font-weight: 700;
  font-size: 22px;
}

input:checked + .slider {
  background-color: #eb93a3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #194586;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.cookie-modal .modal-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 10px 0;
}

.cookie-modal .modal-footer .btn {
  min-height: 40px;
  min-width: 250px;
  margin: 5px 0;
  font-size: 14px;
  display: inline-flex;
  justify-content: center;
}

.cookie-modal .collapse {
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.cookie-modal .collapsible {
  cursor: pointer;
}

.cookie-modal .plus-minus  {
  transition: all 0.3s ease;
}

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

.cookie-modal .close {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 3;
}

.cookie-modal .left-link {
  justify-content: center;
  display: inline-flex !important;
}

.cookie-modal .btn.btn-green {
  min-height: 55px;
}

.video_block video {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%,-50%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  object-fit: cover;
  object-position: center;
}

.video_block video.played {
  opacity: 1;
  visibility: visible;
}

.cart-modal .modal-body {
  min-height: 160px;
  font-size: 30px;
  font-family: "GothamProBold";
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}


.trand_item {
  position: relative;
}

.labels {
  position: absolute;
  left: 5px;
  top: 5px;
}

.label {
  padding: 5px 10px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center;
  color: #fff;
  background: #ddd;
  margin: 0 5px 0 0 !important;
  text-transform: uppercase;
}

.label:nth-last-child(1) {
  margin: 0;
}

::-webkit-scrollbar {
    width: 10px;
    height: 8px;
}
::-webkit-scrollbar-thumb {
    background: #eb93a3;
    width: 10px;
    height: 10px;
}
::-webkit-scrollbar-track {
    background: #ededed;
}

.select_sort {
  height: 56px;
  background: url('../img/select-chevron.svg') center no-repeat;
  background-position: 90% 50%;
  cursor: pointer;
}

.select_sort:hover {
  border-color: #eb93a3;
}

.reg-title {
  font-size: 22px;
  margin: 0 0 15px;
  color: #eb93a3;
  padding-bottom: 0 !important;
}

a.reg-title {
  text-decoration: underline;
}

a.reg-title:hover {
  text-decoration: none;
}

.for-reg {
  border: none !important;
  justify-content: flex-start;
  display: block !important;
  margin: 0 0 15px !important;
}

.for-reg li {
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
  text-align: left;
}

.for-reg li:after {
  content: none !important;
  text-align: left;
}

.linkUserLR a {
  margin: 15px 0 0;
  display: table;
}

#payment-form .StripeElement {
  padding: 0 15px;
}


.box_check_btns a {
  background: #eb93a3 !important;
  color: #fff !important;
  border: 1px solid rgb(0 0 0 / 0%) !important;
  height: 50px;
  min-width: 100%;
  font-size: 14px;
  font-family: "GothamProMedium";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s all ease;
}

.box_check_btns a:hover {
  background: #fff !important;
  border-color: #eb93a3 !important;
  color: #eb93a3 !important;
}

.btn_confirn {
  line-height: 1.2 !important;
}

.box_contact_text {
  margin: 0 0 15px;
}

.rating-review {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 0 0 35px;
  padding-top: 0;
}

.rating-review img {
  max-width: 14px;
  height: initial;
  margin: 0;
}

.rating-review .rating {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 10px 0 0;
}

.rating-review p,
.rating-review a {
  text-decoration: underline;
  color: #eb93a3;
  font-size: 12px;
}

.prod_name .rating-review {
  justify-content: flex-start;
  margin: 15px 0;
}

@media screen and (max-width: 991px) {
  .cookies {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px 15px;
  }
  .cookies .cookie-left {
    width: 100%;
    margin: 0 0 10px;
    padding: 0;
    text-align: center;
  }
  .cookies .cookie-left .title {
    font-size: 18px;
  }
  .cookies .cookie-left span {
    font-size: 14px;
  }
  .cookies .buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .cookies .settings {
    font-size: 16px;
    margin: 0 0 10px;
  }
  .cookie-modal .green-btn-wrapper {
    width: initial;
  }
  a.item_online_shop {
    height: 300px;
  }
}


@media (max-width: 767px) {
  .cookie-modal .modal-body .title {
    font-size: 16px;
  }
  .cookie-modal .modal-body .description {
    font-size: 14px;
  }
  .cookie-modal .btn-black {
    margin: 5px 0;
    min-width: 100%;
  }
  .cookie-modal .modal-body {
    padding: 10px 5px;
  }
  .cookie-modal .left-side,
  .cookie-modal .left-side.collapsed {
    font-size: 12px;
    text-align: left;
  }
  .cookie-modal .modal-body .collapse-title span {
    font-size: 10px;
  }
  .cookie-modal .modal-footer {
    display: flex;
    flex-wrap: wrap;
  }
  .select_sort {
    margin-left: 0 !important;
  }
}



/*# sourceMappingURL=app.css.map */
