@charset "UTF-8";
/* Указываем box sizing */
*,
*::before,
*::after {
  box-sizing: border-box; }

/* Убираем внутренние отступы */
ul,
ol {
  padding: 0; }

/* Убираем внешние отступы */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0; }

/* Выставляем основные настройки по-умолчанию для body */
body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
  font-size: 10px; }

/* Удаляем стандартную стилизацию для всех ul и il, у которых есть атрибут class*/
ul,
ol {
  list-style: none; }

/* Элементы a, у которых нет класса, сбрасываем до дефолтных стилей */
a {
  text-decoration: none;
  color: inherit; }

/* Упрощаем работу с изображениями */
img {
  max-width: 100%;
  display: block; }

/* Наследуем шрифты для инпутов и кнопок */
input,
button,
textarea,
select {
  font: inherit; }

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

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

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

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

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

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

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

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

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

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

html {
  font-size: 62.5%; }

body {
  background: #000;
  color: #000;
  font-family: 'Roboto Slab', serif;
  font-weight: 400;
  font-size: 1rem; }

.main {
  padding-top: 45px; }

.h2-title {
  font-weight: bold;
  font-size: 2.5rem;
  line-height: 33px;
  color: #000; }

.page {
  overflow: hidden;
  position: relative; }

.container {
  max-width: 1220px;
  margin: 0 auto;
  height: 100%;
  background-color: #fff; }

.container-inner {
  max-width: 1010px;
  padding: 0 15px;
  margin: 0 auto;
  height: 100%;
  position: relative; }

.nav-links {
    /* margin: 0 auto; */
    display: flex;
    justify-content: center;
}

.page-numbers {
    font-size: 16px;
    padding: 10px 20px;
    border: 1px solid #000;
}
.page-numbers.current {
    color: #fff;
	background: #170034;
}

.articles .blog-item {
    max-width: 70%;
    margin: 40px auto;

    margin-bottom: 40px;
}

.screen-reader-text {
	display: none;
}

.header {
  padding: 15px 0; }
  .header__wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .header__logo {
    margin-left: 140px; }
  .header__phone-text {
    font-weight: 300;
    font-size: 1rem;
    line-height: 13px;
    color: #000; }
  .header__burger {
    display: none; }
  .header__phone--mob {
    display: none; }

.phone {
  font-weight: 900;
  font-size: 2.5rem;
  line-height: 33px;
  color: #000; }

.search {
  width: 100%;
  font-weight: 100;
  font-size: 0.8rem;
  line-height: 20px;
  color: #000;
  padding-left: 12px; 
	outline: none;
	&:focus {
		outline: none;
	}
}

.header-nav {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-top: 10px; }
  .header-nav__list {
    display: flex;
    margin-bottom: 15px; }
  .header-nav__item + .header-nav__item {
    margin-left: 45px; }
  .header-nav__link {
    font-weight: 500;
    font-size: 1.3rem;
    line-height: 17px;
    color: #000; }
    .header-nav__link:hover {
      color: #3F008F; }
  .header-nav__search {
    width: 283px;
    position: relative; }
    .header-nav__search button {
      height: 100%;
      width: 30px;
	color: #fff;
      display: flex;
      align-items: center;
      justify-content: center;
      background: #C4C4C4;
      border: none;
      position: absolute;
      top: 0;
      right: 0;
      cursor: pointer;
      transition: 0.3s ease; }
      .header-nav__search button:hover {
        background: #121212; }
      .header-nav__search button:focus {
        outline: none; }
.header__phone.mob {
    display:none;
}
@media (max-width: 960px) {
  .header__logo {
    margin-left: 80px; } }

@media (max-width: 850px) {
  .header__logo {
    margin-left: 0px; } }

@media (max-width: 800px) {
  .header__burger {
    display: block;
    position: relative;
    width: 30px;
    height: 20px; }
  .header {
    position: relative; }
  .header__logo {
    z-index: 5; }
  .header__phone {
    z-index: 5; }
    .header__phone a {
      font-size: 14px; }
  .header__phone-text {
    display: none; }
  .header__logo {
    margin-right: 0; }
  .header::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 5; }
  .header__burger span {
    position: absolute;
    background: #000;
    left: 0;
    width: 100%;
    height: 2px;
    top: 9px;
    z-index: 5;
    transition: .3s ease; }
  .header__burger::before, .header__burger::after {
    content: "";
    background: #000;
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    z-index: 5;
    transition: .3s ease; }
  .header__burger::before {
    top: 0; }
  .header__burger::after {
    bottom: 0; }
  .header__burger.active::before {
    transform: rotate(-45deg);
    top: 9px; }
  .header__burger.active::after {
    transform: rotate(45deg);
    bottom: 9px; }
  .header__burger.active span {
    transform: scale(0); }
  .header-nav {
    position: absolute;
    top: -1000%;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 4;
    margin-top: 0;
    flex-direction: column;
    align-items: center;
    padding: 150px 15px 30px 15px;
    transition: .3s ease; }
  .header-nav.active {
    top: 0; }
  .header-nav__list {
    margin-bottom: 30px; } }
.header__phone.mob {
    display:none;
}
@media all and (max-width: 440px) {
  .header__phone {
      display:none;
  }
  .header__phone.mob {
      display: inline-block;
    text-align: center;
    font-size: 14px;
  }
  .header__phone--mob {
    display: block;
    margin-top: 15px; }
  .header-nav__list {
    flex-direction: column;
    align-items: center;
    margin-bottom: 15px; }
  .header-nav__item {
    margin: 5px 0; }
  .header-nav {
    padding: 78px 15px 30px 15px; }
  .header-nav__item + .header-nav__item {
    margin-left: 0; }
  .header-nav__search {
    width: 220px; } }

@media (max-width: 380px) {
  .header-nav {
    padding: 114px 15px 30px 15px; } }

.banner {
  padding: 30px 0 20px;
  color: #CFCFCF;
  position: relative; }
  .banner__inner {
    position: relative;
    z-index: 3; }
  .banner__title {
    font-weight: bold;
    font-size: 2.7rem;
    line-height: 36px;
    margin-bottom: 22px; }
  .banner__features {
    display: flex; }
  .banner__features-item {
    width: 135px; }
  .banner__features-item + .banner__features-item {
    margin-left: 45px; }
  .banner__features-title {
    font-weight: 900;
    font-size: 2.5rem;
    line-height: 33px;
    margin-bottom: 9px; }
  .banner__features-text {
    font-weight: normal;
    font-size: 1rem;
    line-height: 13px; }
  .banner__bg_1 {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1; }
  .banner__bg_2 {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0; }

@media (max-width: 748px) {
  .banner__bg_1 {
    display: none; }
  .banner__bg_2 {
    display: none; }
  .banner {
    padding: 0;
    color: #fff; }
  .banner__features-text {
    max-width: 100px; }
  .banner > .container-inner {
    background: url(../images/banner-bg2.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 30px 15px; } }

@media (max-width: 530px) {
  .banner__title {
    font-size: 2rem; }
  .banner__features-title {
    font-size: 1.8rem; }
  .banner__features-title {
    margin-bottom: 0; }
  .banner__features-item + .banner__features-item {
    margin-left: 0; }
  .banner__features {
    justify-content: space-between; } }

@media (max-width: 380px) {
  .banner__features-item {
    flex-basis: 50%;
    margin-bottom: 15px; }
  .banner__features {
    justify-content: space-between; }
  .banner__title {
    font-size: 1.7rem; }
  .banner__features-title {
    font-size: 1.4rem; } }

@media (max-width: 340px) {
  .banner__features-text {
    max-width: 85px; } }

.navigation {
  padding: 25px 30px 15px;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1); }
  .navigation__nav-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
list-style-type: none;}
  .navigation__nav-link {
    display: flex;
    flex-direction: column;
    align-items: center; }
  .navigation__nav-icon {
    margin-bottom: 9px; }
  .navigation__nav-item {
    font-weight: normal;
    font-size: 1.5rem;
    line-height: 20px;
    color: #000;
    transition: 0.3s ease;
    position: relative;
list-style-type: none;}
    .navigation__nav-item.active {
      color: #3F008F; }
    .navigation__nav-item:hover {
      color: #3F008F; }
  .navigation-submenu {
    display: none;
    position: absolute;
    top: 100%;
    left: -15px;
    padding-top: 20px;
    background-color: #fff;
    z-index: 3; }
    .navigation-submenu_r {
      left: -70px; }
    .navigation-submenu__item {
      position: relative;
      background-color: #fff;
      color: #000;
      min-width: 150px;
      z-index: 3;
      padding: 8px 20px;
      transition: .3s ease; }
      .navigation-submenu__item:hover {
        background: rgba(23, 0, 52, 0.32);
        z-index: 3; }
    .navigation-submenu__link {
      font-weight: normal;
      font-size: 1.2rem;
      line-height: 16px; }
  .navigation__nav-item:hover > .navigation-submenu {
    display: flex;
    flex-direction: column; }

@media (max-width: 975px) {
  .navigation__nav-list {
    flex-wrap: wrap; }
  .navigation__nav-item {
    margin: 10px 0;
    flex-basis: 14%; }
  .navigation-submenu_r {
    left: 0; } }

@media (max-width: 678px) {
  .navigation__nav-list {
    justify-content: flex-start; }
  .navigation__nav-item {
    margin: 10px 0;
    flex-basis: 20%; } }

@media (max-width: 550px) {
  .navigation__nav-list {
    justify-content: flex-start; }
  .navigation__nav-item {
    margin: 10px 0;
    flex-basis: 25%; } }

@media (max-width: 455px) {
  .navigation__nav-list {
    justify-content: flex-start; }
  .navigation__nav-item {
    margin: 10px 0;
    flex-basis: 33.33%; } }

@media (max-width: 360px) {
  .navigation__nav-list {
    justify-content: flex-start; }
  .navigation__nav-item {
    margin: 10px 0;
    flex-basis: 50%; } }

.popular {
  padding-bottom: 60px; }
  .popular__title {
    text-align: center;
    margin-bottom: 30px; }
  .popular__slider {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    overflow: hidden; }

.popular .slick-track {
  display: flex;
  align-items: stretch !important; }

.popular__slider .slick-slide {
  margin: 0 22px; }

.popular-ar {
  position: absolute;
  padding: 20px;
  border: 1px solid #E5E5E5;
  cursor: pointer;
  transition: 0.3s ease; }
  .popular-ar:hover {
    border-color: #7f7f7f; }

.popular-ar--left {
  top: 50%;
  left: -48px; }

.popular-ar--right {
  top: 50%;
  right: -48px; }

@media (max-width: 1160px) {
  .popular > .container-inner {
    max-width: 908px; } }

@media (max-width: 1024px) {
  .slick-dots {
    z-index: 100000; }
  .slick-dotted.slick-slider {
    padding-bottom: 60px; }
  .slick-dots {
    position: absolute;
    bottom: 0px;
    text-align: center;
    display: flex;
    justify-content: center;
    list-style: none; }
  .slick-dots li button {
    background: #CFCFCF;
    border: none;
    border-radius: 50%;
    height: 5px;
    width: 5px;
    margin: 5px;
    outline: none; }
  .slick-dots li.slick-active button {
    background: #000; }
  .slick-dots li button:before {
    content: ""; }
  .popular-ar {
    display: none !important; } }

.btn {
  font-weight: bold;
  font-size: 1.3rem;
  line-height: 17px;
  color: #fff;
  background: #170034;
  padding: 0.7em 1.1em;
  transition: 0.3s ease;
  cursor: pointer; }
  .btn:hover {
    background: #4B4B4B; }

.backmain-btn {
  width: 239px;
  height: 52px;
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: center;
  margin: 0 auto; }

.product {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  flex-basis: calc(25% - 25px);
  max-width: calc(25% - 25px);
  padding: 19px 25px 14px 25px;
  border: 1px solid #E5E5E5;
	margin-right: 25px;
}
	
  .product__slide {
    max-width: 100%;
    height: 100%; }
  .product__img {
    margin-bottom: 15px; }
    .product__img img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .product__name {
    font-weight: normal;
    font-size: 1.2rem;
    line-height: 16px;
    color: #000;
    margin-bottom: 10px; }
  .product__price {
    font-weight: bold;
    font-size: 2rem;
    line-height: 26px;
    color: #000;
    align-self: center;
    margin-bottom: 20px; }

@media (max-width: 500px) {
  .product__name {
    font-size: 0.8rem; }
  .product {
    padding: 10px 15px; }
  .product__price {
    font-size: 1.5rem; } }

.req {
  background: url(../images/req-bg.png) no-repeat;
  padding: 60px 0 135px;
  position: relative; }
  .req__head {
    font-weight: bold;
    font-size: 1.5rem;
    line-height: 20px;
    color: #fff;
    margin-bottom: 9px; }
  .req__title {
    font-weight: bold;
    font-size: 3.5rem;
    line-height: 46px;
    color: #fff;
    margin-bottom: 60px; }
  .req__link {
    font-weight: bold;
    font-size: 1.5rem;
    line-height: 20px;
    /* identical to box height */
    color: #fff;
    margin-bottom: 15px; }
  .req__right {
    position: absolute;
    right: 0;
    top: 74%;
    transform: translateY(-50%);
    width: 560px; }
  .req__slider {
    background: #fff; }

.req-item {
  display: flex;
  align-items: center;
  border: 1px solid #E9E9E9;
  padding: 37px 68px 18px 57px;
  background-color: #fff; }
  .req-item__wrapper {
    padding: 0 15px; }
  .req-item__img {
    width: 137px;
    height: 137px;
    margin-top: -25px; }
    .req-item__img img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .req-item__body {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-left: 80px; }
  .req-item__title {
    font-weight: bold;
    font-size: 2rem;
    line-height: 26px;
    color: #000;
    margin-bottom: 25px; }
  .req-item__info {
    font-weight: normal;
    font-size: 1.5rem;
    line-height: 20px;
    color: #000;
    display: flex;
    padding: 21px 0;
    border-top: 1px solid #E9E9E9;
    border-bottom: 1px solid #E9E9E9;
    margin-bottom: 14px; }
    .req-item__info > div:not(:last-child) {
      margin-right: 34px; }
  .req-item__price {
    font-weight: bold;
    font-size: 2rem;
    line-height: 26px;
    color: #000;
    margin-bottom: 7px; }
  .req-item__btn {
    align-self: flex-end; }

.req-ar {
  position: absolute;
  padding: 20px;
  background: #4B4B4B;
  cursor: pointer;
  transition: 0.3s ease; }
  .req-ar:hover {
    background: black; }

.req-ar--left {
  top: 47%;
  left: 0;
  transform: translateY(-50%); }

.req-ar--right {
  top: 47%;
  left: 195px;
  transform: translateY(-50%); }

.req__wrapper {
  display: flex; }

@media (max-width: 900px) {
  .req__right {
    position: relative;
    transform: translateY(0);
    top: auto;
    left: auto; }
  .req {
    background-size: cover;
    padding-bottom: 60px; }
  .req__wrapper {
    flex-direction: column;
    align-items: center;
    text-align: center; }
  .req__left {
    margin-bottom: 40px; } }

@media (max-width: 600px) {
  .req__right {
    width: 95%; }
  .req-item__info > div:not(:last-child) {
    margin-right: 15px; }
  .req-item__body {
    align-items: center; }
  .req-item__btn {
    align-self: center; }
  .req-item__info {
    padding: 12px 0;
    margin-bottom: 15px; }
  .req-item__title {
    margin-bottom: 10px; }
  .req-item {
    padding: 25px 35px 15px 57px;
    justify-content: space-between; } }

@media (max-width: 550px) {
  .req-item {
    flex-direction: column;
    padding: 25px; }
  .req__right {
    width: 70%; }
  .req-item__img {
    margin-top: 0; }
  .req-item__price {
    margin-bottom: 17px; }
  .req-item__body {
    margin: 20px 0 0; }
  .req-ar--left {
    top: 50%;
    left: 0;
    transform: translateY(-50%); }
  .req-ar--right {
    top: 50%;
    right: 0;
    left: auto;
    transform: translateY(-50%); } }

@media (max-width: 435px) {
  .req-ar--left {
    top: 26%; }
  .req-ar--right {
    top: 26%; }
  .req-ar {
    padding: 10px; } }

@media (max-width: 350px) {
  .req-item__info {
    flex-direction: column; }
  .req-item__info > div:not(:last-child) {
    margin: 0 0 10px; } }

.sply {
  padding: 80px 0 110px; }
  .sply__title {
    text-align: center;
    margin-bottom: 43px; }
  .sply__suptitle {
    font-weight: 300;
    font-size: 1.5rem;
    line-height: 20px;
    color: #000;
    text-align: center;
    margin-bottom: 70px; }
  .sply__list {
    display: flex;
    justify-content: center; }
  .sply__item {
    margin: 0 10px;
    filter: drop-shadow(0px 4px 20px rgba(0, 0, 0, 0.25)); }

@media (max-width: 400px) {
  .sply__list {
    flex-direction: column;
    align-items: center; }
  .sply__suptitle {
    margin-bottom: 40px; } }

.brands {
  margin-bottom: 66px; }
  .brands__title {
    text-align: center;
    margin-bottom: 45px; }
  .brands__list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between; }
    .brands__list img {
      margin: 10px;
      width: auto; }

@media (max-width: 1160px) {
  .brands__list {
    justify-content: space-around; } }

.blog {
  margin-bottom: 120px; }
  .blog__title {
    text-align: center;
    margin-bottom: 65px; }
  .blog__wrapper {
    display: flex;
    align-items: stretch;
    justify-content: space-between; }
  .blog__left {
    flex-basis: 578px; }
  .blog__right {
    flex-basis: 578px; }

.blog-item {
  border: 1px solid #CFCFCF; }
  .blog-item__img {
    width: 100%;
    height: 220px; }
    .blog-item__img img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .blog-item__body {
    padding: 26px 0 25px 33px;
    position: relative; }
  .blog-item__title {
    margin-bottom: 27px;
    max-width: 420px; }
  .blog-item__text {
    max-width: 345px; }
  .blog-item__btn {
    position: absolute;
    right: 0;
    bottom: 0;
    background: #4B4B4B;
    padding: 15px 25px;
    display: flex;
    color: #fff;
    font-weight: 500;
    font-size: 1.9rem;
    line-height: 25px;
    transition: 0.3s ease; }
    .blog-item__btn img {
      margin-left: 27px; }
    .blog-item__btn:hover {
      background: black; }

.blog-name {
  font-weight: bold;
  font-size: 1.7rem;
  line-height: 22px;
  color: #000; }

.blog-text {
  font-weight: 300;
  font-size: 1.1rem;
  line-height: 15px;
  color: #000; }

.blog-miniitem {
  display: flex;
  justify-content: space-between;
  border: 1px solid #CFCFCF; }
  .blog-miniitem__body {
    padding: 25px 0 0 30px;
    position: relative;
    flex-grow: 1; }
  .blog-miniitem__title {
    margin-bottom: 12px; }
  .blog-miniitem__text {
    max-width: 230px; }
  .blog-miniitem__img img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .blog-miniitem:first-child {
    height: 220px;
    border-bottom: none; }
  .blog-miniitem:last-child {
    border-top: none;flex-direction: row-reverse;
}

@media (max-width: 1155px) {
  .blog__wrapper {
    flex-direction: column;
    align-items: center; }
  .blog__left, .blog__right {
    width: 578px;
    flex-basis: 100%; }
  .blog__left {
    margin-bottom: 40px; } }

@media (max-width: 600px) {
  .blog__left, .blog__right {
    width: 90%; }
  .blog {
    margin-bottom: 60px; }
  .blog-name {
    font-weight: bold;
    font-size: 1.4rem; }
  .blog-item__body {
    padding: 26px 25px 80px 33px;
    position: relative; }
  .blog-miniitem:first-child {
    height: 100%;
    flex-direction: column-reverse; }
  .blog-miniitem {
    flex-direction: column;
    margin-bottom: 40px; }
  .blog-item__img {
    height: 220px;
    width: 100%; }
    .blog-item__img img {
      object-fit: cover;
      height: 100%;
      width: 100%; }
  .blog-miniitem__img {
    height: 220px;
    width: 100%; }
    .blog-miniitem__img img {
      object-fit: cover;
      height: 100%;
      width: 100%; }
  .blog-miniitem__body {
    padding: 26px 25px 80px 33px;
    position: relative; }
  .blog-miniitem__text {
    max-width: 345px; } }

.contacts {
  padding-bottom: 60px; }
  .contacts__title {
    text-align: center;
    margin-bottom: 30px; }
  .contacts__wrapper {
    display: flex;
    justify-content: center;
    align-items: center; }
  .contacts__item {
    display: flex;
    margin: 0 35px;
    font-weight: 500;
    font-size: 1.7rem;
    line-height: 22px;
    color: #000; }
    .contacts__item img {
      margin-right: 10px; }

@media (max-width: 750px) {
  .contacts__wrapper {
    flex-direction: column; }
  .contacts__item {
    margin: 0 0 30px; } }

.map__frame {
  width: 100%;
  height: 320px; }

.catalog {
  padding-bottom: 100px; }
  .catalog__title {
    text-align: left;
    margin-bottom: 28px; }
  .catalog__wrappper {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap; }
  .catalog-item {
    margin-bottom: 30px; }

@media (max-width: 1024px) {
  .catalog-item {
    flex-basis: calc(33.33% - 15px);
    max-width: calc(33.33% - 15px) } 
	
	.product {
		margin-right: 15px;
	}

}

@media (max-width: 674px) {
	
	.product {
		margin-right: 10px;
	}
	
}

@media (max-width: 550px) {
  .catalog-item {
    flex-basis: calc(50% - 15px);
    max-width: calc(50% - 15px); } }

.product {
		margin-right: 15px;
	}

.product-single {
  padding-bottom: 104px; }
  .product-single__title {
    text-align: left;
    margin-bottom: 67px; }
  .product-single__wrapper {
    display: flex;
    justify-content: space-between; }
  .product-single__left {
    flex-basis: 40%;
    display: flex;
    flex-direction: column;
    align-items: center; }
  .product-single__img {
    margin-bottom: 70px; }
    .product-single__img img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .product-single__btn {
    width: 145px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center; }
  .product-single__right {
    flex-basis: 52%; }
  .product-single__name {
    font-weight: 500;
    font-size: 2.5rem;
    line-height: 33px;
    color: #000;
    margin-bottom: 43px; }
  .product-single__price {
    font-weight: 900;
    font-size: 2.5rem;
    line-height: 33px;
    color: #000;
    margin-bottom: 60px; }
  .product-single__text {
    font-weight: normal;
    font-size: 1rem;
    line-height: 13px;
    color: #000; }
    .product-single__text p {
      margin-bottom: 15px; }

@media (max-width: 700px) {
  .product-single__price {
    margin-bottom: 20px; }
  .product-single__name {
    margin-bottom: 20px; } }

@media (max-width: 500px) {
  .product-single__wrapper {
    flex-direction: column; }
  .product-single__left {
    margin-bottom: 50px; } }

.article {
  padding-bottom: 40px; }
  .article__title {
    text-align: left;
    margin-bottom: 65px; }
  .article__wrapper {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px; }
  .article__img {
    flex-basis: 46%; }
    .article__img img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .article__desc {
    flex-basis: 48%;
    font-weight: bold;
    font-size: 2rem;
    line-height: 26px;
    color: #000; }
    .article__desc p {
      margin-bottom: 30px; }
  .article__text {
    font-weight: 300;
    font-size: 1.3rem;
    line-height: 17px;
    color: #000;
    margin-bottom: 28px; }
    .article__text span {
      font-weight: bold; }
    .article__text p {
      margin-bottom: 20px; }
    .article__text div {
      margin-bottom: 5px; }

@media (max-width: 700px) {
  .article__wrapper {
    flex-direction: column; }
  .article__img {
    margin-bottom: 40px; }
  .article__desc {
    font-size: 1.5rem; } }

.about {
  padding-bottom: 40px; }
  .about__title {
    margin-bottom: 10px; }
  .about__wrapper {
    display: flex;
    flex-direction: column;
    align-items: center; }
  .about__logo {
    margin-bottom: 55px; }
    .about__logo img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .about__info {
    max-width: 80%;
    font-weight: normal;
    font-size: 2rem;
    line-height: 26px;
    color: #000;
    margin-bottom: 73px; }
    .about__info p {
      margin-bottom: 30px; }

@media (max-width: 500px) {
  .about__info {
    max-width: 95%; } }

.delivery {
  padding-bottom: 40px; }
  .delivery__title {
    text-align: left;
    margin-bottom: 77px; }
  .delivery__info {
    font-weight: normal;
    font-size: 2rem;
    line-height: 26px;
    color: #000;
    max-width: 90%;
    margin-bottom: 72px; }
    .delivery__info p {
      margin-bottom: 30px; }
  .delivery__cards {
    margin-bottom: 50px;
    display: flex;
    justify-content: center; }

.footer {
  padding: 27px 0;
  background: #4B4B4B; }
  .footer__wrapper {
    display: flex;
    justify-content: space-between; }
  .footer__left {
    display: flex; }
  .footer__logo {
    margin-right: 76px; }
  .footer__info {
    font-weight: 500;
    font-size: 1.7rem;
    line-height: 22px;
    color: #fff; }
  .footer__adress {
    margin-bottom: 16px; }
  .footer__right {
    display: flex;
    flex-direction: column;
    align-items: flex-end; }
  .footer__nav {
    margin-bottom: 19px; }
  .footer__nav-list {
    display: flex; }
  .footer__nav-item + .footer__nav-item {
    margin-left: 45px; }
  .footer__nav-link {
    font-weight: 500;
    font-size: 1.3rem;
    line-height: 17px;
    color: #fff; }
  .footer__phone {
    font-weight: 900;
    font-size: 2.5rem;
    line-height: 33px;
    color: #fff; }
  .footer__text {
    text-align: center;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    font-size: 1.8rem;
    line-height: 27px;
    color: #fff;
    margin-top: 32px; }

@media (max-width: 750px) {
  .footer__wrapper {
    flex-direction: column;
    align-items: center; }
  .footer__left {
    margin-bottom: 40px; }
  .footer__right {
    align-items: center; } }

@media (max-width: 420px) {
  .footer__wrapper {
    flex-direction: column;
    align-items: center; }
  .footer__left {
    margin-bottom: 40px;
    align-items: center; }
  .footer__logo {
    margin-right: 40px; }
  .footer__right {
    align-items: center; }
  .footer__nav-list {
    flex-direction: column;
    align-items: center; }
  .footer__nav-item + .footer__nav-item {
    margin-left: 0;
    margin-top: 15px; } }

.popup {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  background: rgba(0, 0, 0, 0.6);
  top: 0;
  left: 0;
  z-index: 1000;
  align-items: center;
  justify-content: center; }
  .popup.active {
    display: flex; }
  .popup__wrapper {
    background-color: #fff;
    padding: 40px 60px;
    width: 474px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    text-align: center; }
  .popup__title {
    font-weight: 500;
    font-size: 2.5rem;
    line-height: 33px;
    text-align: center;
    color: #000;
    margin-bottom: 34px; }
  .popup__phone {
    font-weight: 900;
    font-size: 3rem;
    line-height: 40px;
    color: #170034;
    margin-bottom: 28px; }
  .popup__delivery {
    font-weight: 900;
    font-size: 20px;
    line-height: 26px;
    text-align: center;
    color: #000; }
  .popup__close {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    height: 20px;
    width: 20px; }
    .popup__close::before, .popup__close::after {
      content: "";
      position: absolute;
      top: 40%;
      left: 10%;
      height: 2px;
      width: 15px;
      background: #000;
      transform: translateY(-50%);
      transform: translateX(-50%); }
    .popup__close::before {
      transform: rotate(-45deg); }
    .popup__close::after {
      transform: rotate(45deg); }

@media (max-width: 500px) {
  .popup__wrapper {
    width: 95%; } }

@media (max-width: 410px) {
  .popup__wrapper {
    padding: 40px 20px;
    width: 90%; }
  .popup__title {
    font-size: 2rem; }
  .popup__phone {
    font-size: 2rem; }
  .popup__delivery {
    font-size: 16px; } }
    
    .fix_anchor > span {
      display: none !important;
    }