body {
  margin: 0;
  padding: 0;
  font-family: 'Futura', 'Open Sans', sans-serif;
}
* {
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: inherit;
}
main {
  width: 100%;
}
.logo img {
  max-width: 220px;
  width: 100%;
  height: auto;
  object-fit: contain;
}
.header__container {
  display: flex;
  flex-direction: column;
}
.header__top-line {
  padding: 10px 10px 10px 40px;
}
.header__top-line, .header__nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__contacts {
  max-width: 250px;
  width: 100%;
  letter-spacing: 1px;
  color: #414141;
  line-height: 16px;
}
.header__contacts a:hover {
  text-decoration: underline;
}
.header__contacts-head {
  font-weight: 800;
  font-size: 15px;
  text-transform: uppercase;
}
.header__contacts-item span {
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
}
.header__contacts-item a{
  font-weight: 600;
  font-size: 14px;
}
.header__auth {
  width: auto;
  display: flex;
  margin: 0 50px 0 0;
  justify-content: space-between;
  align-items: center;
  color: #414141;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  cursor: pointer;
}
.header__auth .user-info {
  display: flex;
}
.header__auth-name {
  margin: 0 10px;
}
#_desktop_currency_selector {
  margin: 0 10px;
}
.header__currency span,.header__cart span{
  font-size: 12px;
  text-transform: capitalize;
  color: #b4aaac;
}
.header__cart {
  padding: 12px;
  background: #ebebeb;
}
.header__nav {
  background: #ebebeb;
  padding: 10px 60px;
  color: #666666;
}
.header__cart-body {
  width: auto;
  min-width: 100px;
}
.nav {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.nav__item {
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0 19px;
  position: relative;
}
.nav__item::before {
  content: "";
  position: absolute;
  left: -10px;
  top: 50%;
  width: 0;
  height: 120%;
  background: #414141;
  transition: all 400ms ease-in-out;
  transform: translate(0,-50%);
  opacity: 0.1;
}
.nav__item:hover:before {
  width: 120%;
}
.search-widget form {
  position: relative;
}
.search-widget form input[type="text"] {
  border: 1px solid white;
  padding: 10px;
  min-width: 255px;
  background: #ebebeb;
  color: #acaaa6;
}
.search-widget form button[type="submit"] {
  position: absolute;
  background: none;
  border: none;
  bottom: 0.3125rem;
  right: 0.125rem;
  color: #878787;
}
.section-slider {
  max-height: 680px;
  overflow: hidden;
}
.section-slider__item {
  display: flex;
  width: 100%;
  display: flex !important;
}
.main-slider__item-head {
  font-size: 42px;
  line-height: 48px;
  font-weight: 300;
  margin: 0 0 25px;
  transform: translateY(-10%);
  opacity: 0;
  transition: all 500ms ease-in-out 200ms;
}
.main-slider__buttons {
  transform: translateY(10%);
  opacity: 0;
  transition: all 500ms ease-in-out 400ms;
}
.section-slider__item.slick-active .main-slider__item-head,.section-slider__item.slick-active .main-slider__buttons{
  transform: translate(0%);
  opacity: 1;
}
.main-slider__item__content {
  background: #fbf8f8;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 58px 61px 72px;
  position: relative;
  width: calc(44.799% - 20px);
  z-index: 2;
}
.main-slider__item__image {
  max-height: 100%;
  position: relative;
  opacity: 0;
  transform: scale(.8) translateX(88px);
  transform-origin: right;
  transition: all .7s ease;
  width: calc(55.201% - 20px);
  z-index: 2;
  background-color: #efeded;
  overflow: hidden;
}
.main-slider__item__image img {
  object-fit: cover;
  height: 100%;
}
.slick-active .main-slider__item__image {
  opacity: 1;
  transform: scale(1) translate(0);
}
.new-arrows {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 60px;
  height: 30px;
}
.new-arrows__wrapper {
  display: flex;
  margin: 0 0 0 15px;
}
.new-arrow {
  cursor: pointer;
  margin: 0 5px;
  width: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.new-arrow__left {
  transform: rotate(180deg);
}
.new-arrow.slick-disabled {
  opacity: 0.2;
  cursor: default;
}
.section-slider img {
  width: 100%;
  object-fit: cover;
  max-height: 680px;
}
.section-slider .slick-prev {
  left: 25px;
}
.section-slider .slick-next {
  right: 25px;
}
.slick-prev, .slick-next {
  z-index: 1;
}
.categorys {
  /*max-width: 1920px;*/
  width: 100%;
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  margin: 10px 0 0;
}
.category__item {
  width: 32.5%;
  margin: 3px;
  height: 210px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #ebebeb;
  cursor: pointer;
  font-family: Tahoma, Arial, Helvetica, sans-serif;
}
.category__item:hover .category__name{
  color: #2fb5d2;
}
.category__logo img{
  width: 90px;
  max-height: 70px;
  object-fit: contain;
}
.category__name {
  font-size: 20px;
  text-transform: uppercase;
  color: #666666;
  font-weight: 500;
  margin: 20px 0 0;
  transition: all 200ms ease-in-out;
}
.new-items {
  display: flex;
  flex-direction: column;
}
.heading {
  background: #ebebeb;
  width: 100%;
  color: #666666;
  padding: 10px 0;
  display: flex;
  justify-content: center;
  align-items: center;text-transform: uppercase;
  color: #666666;
  font-size: 20px;
  font-weight: 700;
  margin: 10px 0;
  font-family: Tahoma, Arial, Helvetica, sans-serif;
}
.new-items__wrapper {
  max-width: 1790px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  justify-content: space-evenly;
}
.new-items__item {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 18%;
  margin: 10px;
  height: auto;
  box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.1);
}
.new-items__item:hover .new-items__item-image img{
  transform: scale(1.1);
}
.new-items__item-head {
  width: 100%;
  max-height: 325px;
  overflow: hidden;
}
.new-items__item-label {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 10px;
  left: -10px;
  width: 115px;
  height: 30px;
  background: #2fb5d2;
  color: white;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  z-index: 1;
  font-size: 14px;
}
.new-items__item-image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 400ms ease-in-out;
}
.new-items__item-body {
  background: white;
  padding: 10px;
  text-align: center;
  color: #262b41;
}
.new-items__item-name {
  font-size: 14px;
  font-weight: 400;
  margin: 0 0 20px;
}
.new-items__item-price {
  font-size: 18px;
  font-weight: 800;
  margin: 0 0 5px;
}
.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.25;
  white-space: nowrap;
  cursor: pointer;
  border: 1px solid transparent;
  font-size: 1rem;
  border-radius: 0;
  box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.1);
  text-transform: uppercase;
  font-weight: 800;
  padding: 0.5rem 1.25rem;

  color: #fff;
  background-color: #2fb5d2;
}
.btn:hover {
  background-color: #2592a9;
}
.btn--accent {
  background: #333;
  color: #fff;
  border-radius: 3px;
  font-weight: 400;
  font-size: 14px;
  border-radius: 3px;
  height: 50px;
  line-height: 50px;
  max-width: 140px;
  padding: 0;
  text-align: center;
  transition: color .3s ease;
  width: 100%;
}
.btn--accent:hover {
  background: #333;
  color: hsla(0,0%,90%,.5);
}
.seo-text {
  background: #ebebeb;
  width: 100%;
  color: #333333;
  padding: 10px 20px;
  font-family: Tahoma, Arial, Helvetica, sans-serif;
}
.seo-text h1 {
  text-align: center;
  color: #666;
  text-transform: uppercase;
  font-size: 20px!important;
}
.seo-text a {
  color: #2fb5d2;
}
.seo-text a:hover{
  color: #333333;
}
.select2-container--default .select2-selection--single {
  border: 0!important;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #333!important;
}


#menuToggle {
  display: none;
  flex-direction: column;
  position: relative;
  z-index: 3;
  -webkit-user-select: none;
  user-select: none;
}

#menuToggle input
{
  display: flex;
  width: 40px;
  height: 32px;
  position: absolute;
  cursor: pointer;
  opacity: 0;
  z-index: 2;
}

#menuToggle span
{
  display: flex;
  width: 29px;
  height: 2px;
  margin-bottom: 5px;
  position: relative;
  background: #333333;
  border-radius: 3px;
  z-index: 5;
  transform-origin: 5px 0px;
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
  background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
  opacity 0.55s ease;
}

#menuToggle span:first-child
{
  transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2)
{
  transform-origin: 0% 100%;
}

#menuToggle input:checked ~ span
{
  opacity: 1;
  transform: rotate(45deg) translate(-3px, -1px);
  background: #36383F;
}
#menuToggle input:checked ~ span:nth-last-child(3)
{
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

#menuToggle input:checked ~ span:nth-last-child(2)
{
  transform: rotate(-45deg) translate(0, -1px);
}

#menu {
  position: absolute;
  width: 300px;
  height: max-content;
  box-shadow: 0 0 10px #85888C;
  margin: -50px 0 0 -50px;
  padding: 125px 30px 60px 60px;
  background-color: white;
  -webkit-font-smoothing: antialiased;
  transform-origin: 0% 0%;
  transform: translate(-100%, 0);
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
}

#menu li
{
  padding: 10px 0;
  transition-delay: 2s;
  list-style: none;
}

#menuToggle input:checked ~ ul
{
  transform: none;
}
.price-product-buy {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  flex-direction: column;
}
