@media screen and (min-width: 1280px) {
  .touch {
    display: none !important;
  }
}
@media screen and (max-width: 1279px) {
  .desktop {
    display: none !important;
  }
}
.home-banner {
  width: 100%;
  cursor: pointer;
}
@font-face {
  font-family: Kurale;
  font-display: swap;
  font-stretch: normal;
  src: url("../fonts/Kurale/Kurale-Regular.woff2") format("woff2"), url("../fonts/Kurale/Kurale-Regular.woff") format("woff");
}
@font-face {
  font-family: RobotoFlex;
  font-display: swap;
  font-stretch: normal;
  src: url("../fonts/RobotoFlex/RobotoFlex-Regular.woff2") format("woff2"), url("../fonts/RobotoFlex/RobotoFlex-Regular.woff") format("woff");
}
* {
  box-sizing: border-box;
}
body {
  padding: 0;
  margin: 0;
  background-color: #f5f7fb;
}
h2 {
  font-family: 'RobotoFlex', 'Verdana', sans-serif;
  font-size: 30px;
  display: inline-block;
}
sup {
  vertical-align: super;
  font-size: 0.6em;
}
strong {
  font-weight: bold;
}
a {
  text-decoration: none;
  color: #d11514;
}
a:hover {
  text-decoration: underline;
}
aside,
main,
section,
header,
footer {
  display: block;
}
.h1 {
  display: block;
  font-family: 'RobotoFlex', 'Verdana', sans-serif;
  font-size: 52px;
  margin-bottom: 40px;
  line-height: 1.2em;
  text-align: center;
}
@media screen and (max-width: 1280px) {
  .h1 {
    font-size: 42px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .h1 {
    font-size: 38px;
  }
}
@media screen and (max-width: 767px) {
  .h1 {
    font-size: 32px;
  }
}
@media screen and (max-width: 500px) {
  .h1 {
    font-size: 28px;
    margin-bottom: 25px;
  }
}
.h2 {
  display: block;
  font-family: 'RobotoFlex', 'Verdana', sans-serif;
  font-size: 46px;
  text-align: center;
  margin-bottom: 30px;
  line-height: 1.2em;
}
@media screen and (max-width: 1024px) {
  .h2 {
    font-size: 28px;
  }
}
.h2_top {
  padding-top: 15px;
}
.h3 {
  display: block;
  font-family: 'RobotoFlex', 'Verdana', sans-serif;
  font-size: 32px;
  margin-bottom: 20px;
  line-height: 1.2em;
}
@media screen and (max-width: 1024px) {
  .h3 {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  .h3 {
    font-size: 26px;
  }
}
@media screen and (max-width: 500px) {
  .h3 {
    font-size: 20px;
  }
}
.h3_top {
  padding-top: 15px;
}
.wrapper {
  font-family: 'RobotoFlex', 'Verdana', sans-serif;
  font-size: 16px;
  line-height: 22px;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .wrapper {
    font-size: 14px;
    line-height: 18px;
    padding-bottom: 61px;
  }
}
.link {
  color: #d11514;
  display: inline-block;
  border-bottom: 1px solid #d11514;
  text-decoration: none;
  cursor: pointer;
}
.link:hover {
  border-bottom: 1px solid transparent;
}
.mt20 {
  margin-top: 20px;
}
.mt20__title {
  text-align: center;
  display: block;
  font-family: 'RobotoFlex', 'Verdana', sans-serif;
  font-size: 32px;
  line-height: 1.2em;
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .mt20__title {
    font-size: 24px;
  }
}
.post p {
  margin-bottom: 10px;
}
.post ul {
  margin-bottom: 10px;
  padding-left: 20px;
}
.post ul li {
  list-style: disc;
  padding-bottom: 5px;
}
.btn {
  display: inline-block;
  padding: 10px 15px;
  margin: 5px;
  cursor: pointer;
  min-width: 180px;
  text-align: center;
  font-size: 18px;
  text-decoration: none;
  border: none;
  transition: 0.3s;
  border-radius: 20px;
  background-color: #d11514;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .btn {
    font-size: 16px;
    min-width: 150px;
  }
}
.btn:hover {
  text-decoration: none;
  box-shadow: 0px 2px 22px #3e3e3e;
}
.btn_transparent {
  background-color: transparent;
  box-shadow: 0px 2px 8px #3e3e3e;
  color: #000;
}
.btn_txt-white {
  color: #fff !important;
}
.share-btn {
  width: 38px;
  height: 38px;
  background-image: url("../i/icons/share.svg");
  background-repeat: no-repeat;
  background-size: 60%;
  background-position: center center;
  cursor: pointer;
  border-radius: 50%;
  background-color: rgba(0,0,0,0.07);
}
.advantages {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .advantages {
    margin-bottom: 20px;
  }
}
.advantages__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.advantages__item {
  width: calc(50% - 10px);
  margin-bottom: 20px;
  border: 2px solid rgba(0,0,0,0.07);
  border-radius: 12px;
  padding: 40px;
  background-color: #fff;
}
@media screen and (max-width: 900px) {
  .advantages__item {
    padding: 20px 10px;
  }
}
@media screen and (max-width: 767px) {
  .advantages__item {
    margin-bottom: 10px;
    width: calc(50% - 5px);
  }
}
@media screen and (max-width: 500px) {
  .advantages__item {
    padding: 40px 5px;
    margin-bottom: 6px;
    width: calc(50% - 3px);
  }
}
.advantages__item:nth-last-child(1),
.advantages__item:nth-last-child(2) {
  margin-bottom: 0;
}
.advantages__item-wrap-i {
  margin-bottom: 40px;
  justify-content: center;
  display: flex;
}
@media screen and (max-width: 900px) {
  .advantages__item-wrap-i {
    margin-bottom: 20px;
  }
}
.advantages__item-i {
  width: 100px;
  height: 100px;
  background-color: #000;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.advantages__item-i:before {
  content: '';
  width: 80px;
  height: 80px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 1280px) {
  .advantages__item-i:before {
    width: 70px;
    height: 70px;
  }
}
@media screen and (max-width: 1280px) {
  .advantages__item-i {
    width: 80px;
    height: 80px;
  }
}
@media screen and (max-width: 900px) {
  .advantages__item-i {
    width: 60px;
    height: 60px;
  }
}
.advantages__item-i_delivery:before {
  background-image: url("../i/icons/delivery.svg");
}
.advantages__item-i_payment:before {
  background-image: url("../i/icons/payment.svg");
  width: 60px;
  height: 60px;
}
@media screen and (max-width: 1280px) {
  .advantages__item-i_payment:before {
    width: 50px;
    height: 50px;
  }
}
@media screen and (max-width: 767px) {
  .advantages__item-i_payment:before {
    width: 40px;
    height: 40px;
  }
}
.advantages__item-i_return:before {
  background-image: url("../i/icons/return.svg");
}
@media screen and (max-width: 1280px) {
  .advantages__item-i_return:before {
    width: 60px;
    height: 60px;
  }
}
@media screen and (max-width: 767px) {
  .advantages__item-i_return:before {
    width: 50px;
    height: 50px;
  }
}
.advantages__item-i_support:before {
  background-image: url("../i/icons/support.svg");
}
.advantages__item-text {
  text-align: center;
  font-size: 28px;
  line-height: 30px;
  text-transform: uppercase;
}
@media screen and (max-width: 1280px) {
  .advantages__item-text {
    font-size: 26px;
    line-height: 28px;
  }
}
@media screen and (max-width: 900px) {
  .advantages__item-text {
    font-size: 22px;
    line-height: 24px;
  }
}
@media screen and (max-width: 767px) {
  .advantages__item-text {
    font-size: 16px;
    line-height: 20px;
  }
}
@media screen and (max-width: 500px) {
  .advantages__item-text {
    text-transform: none;
    font-size: 14px;
  }
}
.blockquote {
  background-color: #def9e5;
  margin: 0 0 20px 0;
}
.blockquote__inner {
  padding: 40px;
  font-size: 20px;
  line-height: 28px;
}
@media screen and (max-width: 500px) {
  .blockquote__inner {
    font-size: 16px;
    line-height: 20px;
    padding: 20px;
  }
}
.breadcrumbs {
  margin-bottom: 20px;
}
@media screen and (max-width: 900px) {
  .breadcrumbs {
    overflow-x: scroll;
    white-space: nowrap;
  }
}
.breadcrumbs__list {
  display: flex;
  flex-wrap: wrap;
  width: max-content;
  padding-bottom: 7px;
}
.breadcrumbs__item {
  display: block;
  position: relative;
  height: 14px;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 14px;
  padding-right: 20px;
  margin: auto 0;
}
.breadcrumbs__item:before {
  content: '';
  display: block;
  width: 10px;
  height: 11px;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("../i/icons/next.svg");
  background-size: cover;
}
.breadcrumbs__item_home {
  background-image: url("../i/icons/home.svg");
  background-size: contain;
  width: 40px;
  height: 18px;
  background-repeat: no-repeat;
  margin: 0;
}
.breadcrumbs__item_home a {
  height: 100%;
  width: 100%;
  display: block;
}
.breadcrumbs__item_last:before {
  background-image: none;
}
.card-rectangle {
  width: calc(25% - 20px * 3 / 4);
  display: block;
  border: 2px solid rgba(0,0,0,0.07);
  background-color: #fff;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .card-rectangle {
    width: calc(50% - 10px / 2);
  }
}
@media screen and (max-width: 420px) {
  .card-rectangle {
    width: 100%;
  }
}
.card-rectangle:hover {
  text-decoration: none;
}
.card-rectangle__img {
  width: 100%;
  height: 535px;
  display: block;
  background-size: cover;
  background-position: top center;
  position: relative;
}
@media screen and (max-width: 1640px) {
  .card-rectangle__img {
    height: 33vw;
  }
}
@media screen and (max-width: 767px) {
  .card-rectangle__img {
    height: 66vw;
  }
}
@media screen and (max-width: 420px) {
  .card-rectangle__img {
    height: 135vw;
  }
}
.card-rectangle__wrap-info {
  display: block;
  padding: 20px;
}
@media screen and (max-width: 767px) {
  .card-rectangle__wrap-info {
    padding: 10px;
  }
}
.card-rectangle__title {
  color: #000;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 22px;
}
@media screen and (max-width: 1024px) {
  .card-rectangle__title {
    font-size: 16px;
    line-height: 20px;
    text-transform: none;
  }
}
.card-rectangle__sale {
  position: absolute;
  top: 0;
  right: -6px;
  background-color: #d11514;
  color: #fff;
  padding: 5px 25px;
  transform: skew(20deg);
}
.card-rectangle__sale-text {
  position: relative;
  display: block;
  transform: skew(-20deg);
}
.card-square {
  display: block;
  width: 506px;
  height: 506px !important;
  background-size: cover;
  background-position: center center;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  margin-left: 10px;
  margin-right: 10px;
  width: calc(33.3% - 13px);
}
@media screen and (max-width: 1640px) {
  .card-square {
    height: 32vw !important;
  }
}
@media screen and (max-width: 900px) {
  .card-square {
    width: calc(50% - 10px);
    height: 46vw !important;
  }
}
@media screen and (max-width: 767px) {
  .card-square {
    margin-left: 5px;
    margin-right: 5px;
  }
}
@media screen and (max-width: 359px) {
  .card-square {
    margin-left: 0;
    margin-right: 0;
    height: 94vw !important;
  }
}
.card-square:hover {
  text-decoration: none;
}
.card-square__wrap-info {
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  background-color: rgba(0,0,0,0.5);
  text-shadow: 1px 1px 2px #000;
  padding: 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 130px;
}
@media screen and (max-width: 767px) {
  .card-square__wrap-info {
    padding: 10px;
  }
}
@media screen and (max-width: 500px) {
  .card-square__wrap-info {
    height: 120px;
  }
}
.card-square__title {
  display: block;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 24px;
  max-height: 72px;
  overflow: hidden;
}
@media screen and (max-width: 1280px) {
  .card-square__title {
    font-size: 18px;
    line-height: 22px;
    max-height: 68px;
  }
}
@media screen and (max-width: 767px) {
  .card-square__title {
    font-size: 16px;
    line-height: 20px;
    max-height: 80px;
  }
}
@media screen and (max-width: 500px) {
  .card-square__title {
    text-transform: none;
    font-size: 14px;
    line-height: 18px;
    max-height: 75px;
  }
}
.card-square__indicators {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
  align-items: end;
}
.card-square__views {
  display: inline-block;
  padding-left: 18px;
  padding-right: 5px;
  font-size: 14px;
  background-repeat: no-repeat;
  background-position: left center;
  background-image: url("../i/icons/view-white.svg");
  background-size: 16px 20px;
}
.card-square__comments {
  display: inline-block;
  padding-left: 18px;
  padding-right: 5px;
  font-size: 14px;
  background-repeat: no-repeat;
  background-position: left center;
  background-image: url("../i/icons/comment-white.svg");
  background-size: 15px 22px;
}
.catalog {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .catalog {
    margin-bottom: 20px;
  }
}
.catalog__content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.catalog__wrap-btn {
  display: block;
  text-align: center;
}
.contacts {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .contacts {
    margin-bottom: 20px;
  }
}
.contacts__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.contacts__half,
.contacts__full {
  border: 1px solid rgba(0,0,0,0.07);
  padding: 10px 20px;
}
.contacts__half {
  width: 48%;
  margin-bottom: 30px;
}
@media screen and (max-width: 1280px) {
  .contacts__half {
    width: 100%;
  }
}
.contacts__full {
  width: 100%;
}
.content,
.container {
  margin: auto;
  max-width: 1600px;
  padding: 0 20px;
}
@media screen and (max-width: 500px) {
  .content,
  .container {
    padding: 0 10px;
  }
}
.deeplink {
  margin-bottom: 40px;
  background-color: #a18e0e;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .deeplink {
    margin-bottom: 20px;
  }
}
.deeplink__inner {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 20px;
  padding-top: 20px;
}
.deeplink__content {
  width: 70%;
  font-size: 20px;
  line-height: 28px;
}
@media screen and (max-width: 1280px) {
  .deeplink__content {
    font-size: 18px;
    line-height: 26px;
  }
}
@media screen and (max-width: 900px) {
  .deeplink__content {
    font-size: 16px;
    line-height: 20px;
  }
}
@media screen and (max-width: 767px) {
  .deeplink__content {
    width: calc(100% - 200px);
  }
}
@media screen and (max-width: 420px) {
  .deeplink__content {
    width: 100%;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 500px) {
  .deeplink__content {
    font-size: 14px;
    line-height: 18px;
  }
}
.deeplink__wrap-btn {
  width: 30%;
  text-align: center;
  align-self: center;
}
@media screen and (max-width: 767px) {
  .deeplink__wrap-btn {
    width: 200px;
  }
}
@media screen and (max-width: 420px) {
  .deeplink__wrap-btn {
    width: 100%;
  }
}
.footer {
  background-color: #171d22;
}
.footer__inner {
  padding: 30px 0;
}
@media screen and (max-width: 500px) {
  .footer__inner {
    padding: 15px 0;
  }
}
.footer__copy {
  text-align: center;
  padding-top: 20px;
  color: #fff;
}
.footer__row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .footer__coll {
    width: 50%;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .footer__coll:nth-child(2) {
    order: 3;
  }
}
@media screen and (max-width: 767px) {
  .footer__coll:nth-child(3) {
    order: 4;
  }
}
.footer__link,
.footer__text,
.footer__phone,
.footer__email,
.footer__point {
  display: block;
  margin-bottom: 5px;
  color: #fff;
}
.footer__link:hover {
  text-decoration: underline;
  cursor: pointer;
}
.footer__phone:before {
  content: '';
  display: inline-block;
  margin-right: 5px;
  width: 14px;
  height: 14px;
  background-size: cover;
  background-image: url("../i/icons/phone2.svg");
}
.footer__email:before {
  content: '';
  display: inline-block;
  margin-right: 5px;
  width: 14px;
  height: 12px;
  background-size: cover;
  background-image: url("../i/icons/mail2.svg");
}
.footer__point {
  color: #fff;
  max-width: 30%;
  padding: 20px 0;
}
.footer__point:before {
  content: '';
  display: inline-block;
  margin-right: 5px;
  width: 12px;
  height: 14px;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .footer__point {
    max-width: 100%;
  }
}
.footer__pay {
  margin-top: 15px;
}
.footer__pay-logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 200px;
}
.footer__pay-card {
  width: 28%;
  display: block;
}
.footer__pay-text {
  color: #fff;
}
.footer__cookie {
  color: #fff;
  max-width: 30%;
  padding: 20px 0;
}
@media screen and (max-width: 767px) {
  .footer__cookie {
    max-width: 100%;
  }
}
.header {
  background-color: #fff;
}
.header__inner {
  padding: 20px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 500px) {
  .header__inner {
    padding: 15px 0;
  }
}
.header__logo-link {
  margin: auto 0;
  font-size: 32px;
  line-height: 34px;
  text-transform: uppercase;
  font-family: 'Kurale', 'Arial', sans-serif;
  color: #000;
}
.header__logo-link:hover {
  text-decoration: none;
}
@media screen and (max-width: 500px) {
  .header__logo-link {
    order: 1;
    text-align: center;
    width: 100%;
    margin-bottom: 15px;
  }
}
.header__sands {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 50%;
  justify-content: end;
}
@media screen and (max-width: 1280px) {
  .header__sands {
    width: auto;
  }
}
@media screen and (max-width: 500px) {
  .header__sands {
    order: 2;
    width: 100%;
  }
}
.header__search {
  margin-right: 10px;
  flex-grow: 1;
}
@media screen and (max-width: 1280px) {
  .header__search {
    flex-grow: 0;
    margin-right: 6px;
  }
}
@media screen and (max-width: 500px) {
  .header__search {
    flex-grow: 1;
    width: min-content;
  }
}
.info {
  margin-bottom: 40px;
  background-color: #b9ce90;
}
@media screen and (max-width: 767px) {
  .info {
    margin-bottom: 20px;
  }
}
.info__inner {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media screen and (max-width: 500px) {
  .info__inner {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.info__description {
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 28px;
}
@media screen and (max-width: 1280px) {
  .info__description {
    font-size: 18px;
    line-height: 26px;
  }
}
@media screen and (max-width: 900px) {
  .info__description {
    font-size: 16px;
    line-height: 20px;
  }
}
@media screen and (max-width: 500px) {
  .info__description {
    font-size: 14px;
    line-height: 18px;
  }
}
.info__wrap-btn {
  text-align: center;
}
.interesting {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .interesting {
    margin-bottom: 20px;
  }
}
.interesting__item {
  width: 30%;
  height: 750px !important;
  display: block;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  position: relative;
}
@media screen and (max-width: 1640px) {
  .interesting__item {
    height: 46vw !important;
  }
}
@media screen and (max-width: 767px) {
  .interesting__item {
    height: 68vw !important;
  }
}
@media screen and (max-width: 359px) {
  .interesting__item {
    height: 136vw !important;
  }
}
.interesting__item:hover {
  text-transform: none;
}
.interesting__item:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0.4);
}
.interesting .slick-list {
  overflow: visible !important;
}
.interesting__item-info {
  display: block;
  margin: auto 20px;
  top: 50%;
  position: absolute;
}
.interesting__item-title,
.interesting__item-date {
  color: #fff;
  text-shadow: 1px 1px 2px #000;
}
.interesting__item-title {
  font-size: 28px;
  line-height: 30px;
  text-transform: uppercase;
}
@media screen and (max-width: 1280px) {
  .interesting__item-title {
    font-size: 26px;
    line-height: 28px;
  }
}
@media screen and (max-width: 1024px) {
  .interesting__item-title {
    font-size: 22px;
    line-height: 24px;
  }
}
@media screen and (max-width: 500px) {
  .interesting__item-title {
    font-size: 20px;
    line-height: 22px;
  }
}
.menu-mobile {
  display: none;
  width: 321px;
  position: absolute;
  overflow-x: hidden;
  overflow-y: scroll;
  height: 100vh;
  left: -321px;
  top: 0;
  z-index: 9999;
  background-color: #fff;
  transition: 0.3s;
}
@media screen and (max-width: 900px) {
  .menu-mobile {
    display: block;
  }
}
.menu-mobile__head-line {
  position: relative;
  height: 40px;
  background-color: #171d22;
}
.menu-mobile__close {
  color: #fff;
  padding-right: 30px;
  position: absolute;
  text-transform: uppercase;
  font-size: 16px;
  right: 0;
  padding: 10px 35px 10px 10px;
}
.menu-mobile__close:before {
  content: '';
  width: 15px;
  height: 15px;
  background-size: 100% 100%;
  position: absolute;
  top: 12px;
  right: 12px;
  cursor: pointer;
  background-image: url("../i/icons/close-white.svg");
}
.menu-mobile__m-links,
.menu-mobile__f-links,
.menu-mobile__f-cookie {
  margin-bottom: 20px;
}
.menu-mobile__item-m-link {
  display: block;
  font-size: 18px;
  color: #000;
  padding: 10px 25px 10px 40px;
  border-bottom: 2px solid rgba(0,0,0,0.07);
  position: relative;
}
.menu-mobile__item-m-link:hover {
  text-decoration: none;
}
.menu-mobile__item-m-link:after {
  content: '';
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background-image: url("../i/icons/next.svg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.menu-mobile__item-m-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.menu-mobile__item-m-link_home:before {
  background-image: url("../i/icons/home2.svg");
}
.menu-mobile__item-m-link_promo:before {
  background-image: url("../i/icons/promo.svg");
}
.menu-mobile__item-m-link_catal:before {
  background-image: url("../i/icons/catal.svg");
}
.menu-mobile__item-m-link_blog:before {
  background-image: url("../i/icons/blog.svg");
}
.menu-mobile__item-m-link_about:before {
  background-image: url("../i/icons/about.svg");
}
.menu-mobile__item-m-link_rev:before {
  background-image: url("../i/icons/reviews.svg");
}
.menu-mobile__item-m-link_cont:before {
  background-image: url("../i/icons/cont.svg");
}
.menu-mobile__item-m-link_im {
  color: #d11514;
}
.menu-mobile__item-m-link_im:before {
  background-image: url("../i/icons/im.svg");
}
.menu-mobile__item-m-link_feedback:before {
  background-image: url("../i/icons/comment.svg");
}
.menu-mobile__item-f-link {
  display: block;
  color: #000;
  padding: 5px 10px;
  text-decoration: underline;
}
.menu-mobile__f-cookie {
  padding: 5px 10px;
}
.menu-mobile__f-copy {
  padding: 10px;
  text-align: center;
}
.body-mobile-menu {
  overflow: hidden !important;
  width: 100vw;
  height: 100vh;
}
.open-mobile-menu {
  width: 100%;
  border-left: 1px solid #dfdfe0;
  transition: 0.5s;
  overflow: visible;
  position: fixed;
}
.open-mobile-menu:before {
  content: "";
  position: fixed;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.5);
  z-index: 999;
  top: 0;
}
.open-mobile-menu .menu-mobile {
  left: -1px;
}
.news {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .news {
    margin-bottom: 20px;
  }
}
.news__content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 20px;
  margin-left: -10px;
  margin-right: -10px;
}
@media screen and (max-width: 767px) {
  .news__content {
    margin-left: -5px;
    margin-right: -5px;
  }
}
@media screen and (max-width: 359px) {
  .news__content {
    margin-left: 0;
    margin-right: 0;
  }
}
.news__wrap-btn {
  text-align: center;
}
.notification {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(15,145,54,0.5);
  color: #fff;
  text-align: center;
  padding: 20px 10px;
  box-shadow: 0px 2px 5px rgba(0,0,0,0.2);
  z-index: 10000;
  font-family: 'RobotoFlex', 'Verdana', sans-serif;
}
.page {
  margin-bottom: 40px;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .page {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1280px) {
  .page {
    min-height: calc(100vh - 131px - 321px - 80px);
  }
}
.page__grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.page__title {
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 26px;
  line-height: 30px;
}
.page__wrap-btn {
  text-align: center;
}
.page__review {
  width: calc(33.3% - 13px) !important;
  margin-bottom: 20px;
}
.page__card-square {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 20px;
}
.pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  border-top: 2px solid #d11514;
  width: 100%;
  padding-top: 10px;
}
.pagination__item {
  padding: 5px 10px;
  border: 2px solid #d11514;
  margin-right: 10px;
  font-weight: bold;
  color: #d11514;
  background-color: transparent;
  transition: 0.3s;
  margin-bottom: 10px;
}
.pagination__item.active {
  background-color: #d11514;
  color: #fff;
}
.pagination__item:hover {
  background-color: #d11514;
  color: #fff;
  text-decoration: none;
}
.have-opened-popup {
  overflow: hidden;
  padding-right: 17px;
}
@media screen and (max-width: 1024px) {
  .have-opened-popup {
    padding-right: 0;
  }
}
.popup {
  display: none;
  background-color: rgba(0,0,0,0.5);
  position: fixed;
  width: 100%;
  height: 100%;
  padding: 30px 0;
  z-index: 99999;
}
@media screen and (max-width: 900px) {
  .popup {
    overflow-y: scroll;
  }
}
.popup.popup-active {
  display: block;
}
.popup__wrapper {
  background-color: #fff;
  width: 500px;
  max-width: 98%;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -100%);
  transition: 0.3s;
}
.popup__wrapper.show {
  transform: translate(-50%, 0);
  top: 100px;
}
@media screen and (max-width: 500px) {
  .popup__wrapper.show {
    top: 5px;
  }
}
.popup__inner {
  position: relative;
  padding: 40px 20px 30px 20px;
  min-height: 100px;
}
.popup__close {
  width: 15px;
  height: 15px;
  background-size: 100% 100%;
  position: absolute;
  top: 12px;
  right: 12px;
  cursor: pointer;
  background-image: url("../i/icons/close.svg");
}
.popup__title {
  font-family: 'RobotoFlex', 'Verdana', sans-serif;
  font-size: 26px;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 500px) {
  .popup__title {
    font-size: 22px;
  }
}
.popup__wrap-two-btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.popup__wrap-two-btn .red-btn {
  box-sizing: border-box;
  width: 46%;
}
@media screen and (max-width: 500px) {
  .popup__wrap-two-btn .red-btn {
    width: 100%;
  }
}
.popup__img-mail {
  margin-bottom: -3px;
}
.post__inner {
  max-width: 900px;
  margin: 0 auto;
}
.post__preview {
  text-align: center;
  margin-bottom: 20px;
}
.post__preview img {
  max-width: 100%;
}
.post__title {
  text-align: center;
}
.post__wrap-btn {
  text-align: center;
}
.post__wrap-map {
  margin: 20px 0;
}
.post h1 {
  display: block;
  font-family: 'RobotoFlex', 'Verdana', sans-serif;
  font-size: 44px;
  margin-bottom: 40px;
  line-height: 1.2em;
  text-align: center;
}
@media screen and (max-width: 1280px) {
  .post h1 {
    font-size: 42px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .post h1 {
    font-size: 38px;
  }
}
@media screen and (max-width: 767px) {
  .post h1 {
    font-size: 32px;
  }
}
@media screen and (max-width: 500px) {
  .post h1 {
    font-size: 25px;
    margin-bottom: 25px;
  }
}
.post h2 {
  display: block;
  font-family: 'RobotoFlex', 'Verdana', sans-serif;
  font-size: 38px;
  text-align: center;
  margin-bottom: 30px;
  margin-top: 30px;
  line-height: 1.2em;
}
@media screen and (max-width: 1024px) {
  .post h2 {
    font-size: 28px;
  }
}
@media screen and (max-width: 500px) {
  .post h2 {
    font-size: 22px;
    margin-bottom: 25px;
  }
}
.post h2_top {
  padding-top: 15px;
}
.post h3 {
  display: block;
  font-family: 'RobotoFlex', 'Verdana', sans-serif;
  font-size: 30px;
  margin-bottom: 20px;
  margin-top: 22px;
  line-height: 1.2em;
}
@media screen and (max-width: 1024px) {
  .post h3 {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  .post h3 {
    font-size: 26px;
  }
}
@media screen and (max-width: 500px) {
  .post h3 {
    font-size: 20px;
  }
}
.post .red {
  color: #d11514;
}
.post img {
  max-width: 100%;
  display: block;
  margin: 10px auto;
}
.preview {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: solid 2px #d11514;
}
@media screen and (max-width: 500px) {
  .preview {
    margin-bottom: 20px;
  }
}
.preview__info,
.preview__wrap-img {
  width: 48%;
}
@media screen and (max-width: 500px) {
  .preview__info,
  .preview__wrap-img {
    width: 100%;
  }
}
.preview__info_page {
  width: auto;
}
.preview__wrap-img {
  position: relative;
}
@media screen and (max-width: 500px) {
  .preview__wrap-img {
    margin-bottom: 18px;
  }
}
.preview__img {
  width: 100%;
  margin: 0 !important;
}
.preview__title {
  text-align: left !important;
  margin-top: 0 !important;
  margin-bottom: 10px !important;
}
.preview__list-topics {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  margin-bottom: 20px;
}
.preview__item-topic {
  background-color: #d11514;
  border-radius: 16px;
  margin-right: 10px;
  margin-top: 5px;
  color: #fff;
  padding: 3px 10px;
  text-transform: uppercase;
  font-size: 12px;
}
.preview__item-topic:hover {
  text-decoration: none;
}
.preview__excerpt {
  text-align: left;
}
.preview__btns {
  margin-top: 20px;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .preview__btns {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media screen and (max-width: 1024px) {
  .preview__btn {
    width: 45%;
  }
}
@media screen and (max-width: 767px) {
  .preview__btn {
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .preview__btn {
    width: 45%;
  }
}
@media screen and (max-width: 359px) {
  .preview__btn {
    width: 100%;
  }
}
.preview__date {
  font-size: 14px;
  text-align: left;
  color: #fff;
  position: absolute;
  top: 8px;
  right: 8px;
  padding: 3px 10px;
  border-radius: 16px;
  background-color: rgba(0,0,0,0.6);
}
.review {
  width: 33.3%;
  background-color: #fff;
  border: 2px solid rgba(0,0,0,0.07);
  border-radius: 12px;
  padding: 20px;
}
@media screen and (max-width: 767px) {
  .review {
    padding: 10px;
  }
}
.review__name {
  font-size: 20px;
  line-height: 24px;
  font-weight: bold;
  margin-bottom: 5px;
}
.review__rating {
  position: relative;
  margin-bottom: 10px;
  font-size: 0;
  width: 90px;
  height: 18px;
  background-image: url("../i/icons/star2.svg");
}
.review__rating:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 18px;
  background-image: url("../i/icons/star.svg");
  background-color: #fff;
}
.review__rating_5:before {
  width: 90px;
}
.review__rating_4:before {
  width: 80px;
}
.review__rating_3:before {
  width: 63px;
}
.review__rating_2:before {
  width: 38px;
}
.review__text {
  margin-bottom: 10px;
}
.review__author {
  color: #d11514;
}
.review__text {
  font-style: italic;
}
.review__text:before {
  content: '“';
}
.review__text:after {
  content: '„';
}
.reviews {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .reviews {
    margin-bottom: 20px;
  }
}
.reviews__item-slid {
  margin-left: 10px;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .reviews__item-slid {
    margin-left: 5px;
    margin-right: 5px;
  }
}
@media screen and (max-width: 359px) {
  .reviews__item-slid {
    margin-left: 0;
    margin-right: 0;
  }
}
.reviews__content {
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .reviews__content {
    margin-left: -5px;
    margin-right: -5px;
  }
}
@media screen and (max-width: 359px) {
  .reviews__content {
    margin-left: 0;
    margin-right: 0;
  }
}
.reviews__name {
  height: 48px;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.reviews__text {
  height: 88px;
  overflow: hidden;
}
.reviews__wrap-btn {
  text-align: center;
}
.reviews .slick-list {
  overflow: visible;
}
.search {
  border: 2px solid rgba(0,0,0,0.07);
  padding: 8px 40px 8px 8px;
  border-radius: 20px;
  position: relative;
}
@media screen and (max-width: 1280px) {
  .search {
    width: 41px;
    height: 41px;
    padding: 4px;
    background-color: rgba(0,0,0,0.07);
    border: none;
  }
}
@media screen and (max-width: 500px) {
  .search {
    width: auto;
    background-color: transparent;
    border: 2px solid rgba(0,0,0,0.07);
    padding: 4px 40px 4px 4px;
  }
}
.search__input {
  border: none;
  font-size: 18px;
  outline: none;
  width: 100%;
}
@media screen and (max-width: 1280px) {
  .search__input {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  .search__input {
    display: inline-block;
    border-radius: 10px;
    height: 100%;
  }
}
.search__btn {
  width: 32px;
  height: 32px;
  background-image: url("../i/icons/search.svg");
  background-repeat: no-repeat;
  background-size: 76%;
  background-position: center center;
  position: absolute;
  right: 4px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  border-radius: 50%;
  background-color: rgba(0,0,0,0.07);
}
@media screen and (max-width: 1280px) {
  .search__btn {
    margin: auto;
    position: static;
    transform: none;
    background-color: transparent;
  }
}
@media screen and (max-width: 500px) {
  .search__btn {
    transform: translateY(-50%);
    position: absolute;
    background-color: rgba(0,0,0,0.07);
  }
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  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;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:after {
  clear: both;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-arrow {
  width: 80px;
  height: 80px;
  background-size: cover;
  position: absolute;
  top: calc(50% - 40px);
  cursor: pointer;
}
@media screen and (max-width: 1919px) {
  .slick-arrow {
    width: 60px;
    height: 60px;
    top: calc(50% - 30px);
  }
}
@media screen and (max-width: 1024px) {
  .slick-arrow {
    width: 40px;
    height: 40px;
    top: calc(50% - 20px);
  }
}
.slick-prev {
  background-image: url("/f/i/icons/slick-prev.svg");
  left: -150px;
}
@media screen and (max-width: 1919px) {
  .slick-prev {
    left: -100px;
  }
}
@media screen and (max-width: 1280px) {
  .slick-prev {
    left: -80px;
  }
}
@media screen and (max-width: 1024px) {
  .slick-prev {
    left: 0;
  }
}
.slick-prev_dreams {
  left: 150px;
  z-index: 9;
}
@media screen and (max-width: 1919px) {
  .slick-prev_dreams {
    left: 100px;
  }
}
@media screen and (max-width: 1280px) {
  .slick-prev_dreams {
    left: 80px;
  }
}
@media screen and (max-width: 1024px) {
  .slick-prev_dreams {
    left: 60px;
  }
}
@media screen and (max-width: 500px) {
  .slick-prev_dreams {
    top: auto;
    bottom: 5%;
    left: auto;
    right: 120px;
  }
}
.slick-next {
  background-image: url("/f/i/icons/slick-next.svg");
  right: -150px;
}
@media screen and (max-width: 1919px) {
  .slick-next {
    right: -100px;
  }
}
@media screen and (max-width: 1280px) {
  .slick-next {
    right: -80px;
  }
}
@media screen and (max-width: 1024px) {
  .slick-next {
    right: 0;
  }
}
.slick-next_dreams {
  right: 150px;
  z-index: 9;
}
@media screen and (max-width: 1919px) {
  .slick-next_dreams {
    right: 100px;
  }
}
@media screen and (max-width: 1280px) {
  .slick-next_dreams {
    right: 80px;
  }
}
@media screen and (max-width: 1024px) {
  .slick-next_dreams {
    right: 60px;
  }
}
@media screen and (max-width: 500px) {
  .slick-next_dreams {
    top: auto;
    bottom: 5%;
  }
}
.slider-portfolio {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .slider-portfolio {
    margin-bottom: 20px;
  }
}
.slider-portfolio__slider {
  margin-bottom: 40px;
  margin: 0 -5px;
  position: relative;
  padding-top: 60px;
}
@media screen and (max-width: 767px) {
  .slider-portfolio__slider {
    margin-bottom: 20px;
  }
}
.slider-portfolio__slider .izoom {
  margin: 0 5px;
}
.slider-portfolio__buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
.slider-portfolio__arrow {
  position: absolute;
  top: 0;
  height: 40px;
  width: 40px;
  border: 2px solid #d11514;
  background-image: url("../i/icons/next-basecolor.svg");
  background-size: 70%;
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
}
.slider-portfolio__arrow-prev {
  right: 80px;
  transform: rotate(180deg);
}
.slider-portfolio__arrow-next {
  right: 3px;
}
.slider-product {
  margin-bottom: 40px;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .slider-product {
    margin-bottom: 20px;
  }
}
.slider-product__inner {
  margin: 0 -10px;
}
.slider-product__item {
  border: 1px solid rgba(0,0,0,0.07);
  padding: 10px;
  position: relative;
  padding-bottom: 60px;
  margin: 0 10px;
}
@media screen and (max-width: 900px) {
  .slider-product__item {
    margin-bottom: 20px;
  }
}
.slider-product__img {
  width: 100%;
  height: 200px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  margin-bottom: 10px;
}
.slider-product__title {
  font-weight: bold;
  text-align: center;
  height: 60px;
  overflow: hidden;
}
.slider-product__wrap-btn {
  width: 100%;
  text-align: center;
  margin-top: 20px;
}
.slider-product__btn {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
  padding: 8px 10px;
  font-size: 16px;
  width: auto;
  min-width: 120px;
}
.slider-product__arrow {
  position: absolute;
  top: -60px;
  height: 40px;
  width: 40px;
  border: 2px solid #d11514;
  background-image: url("../i/icons/next-basecolor.svg");
  background-size: 70%;
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
  z-index: 99;
}
.slider-product__arrow-prev {
  right: 80px;
  transform: rotate(180deg);
}
.slider-product__arrow-next {
  right: 3px;
}
.slider-quality {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .slider-quality {
    margin-bottom: 20px;
  }
}
.slider-quality__slider {
  margin-bottom: 40px;
  margin: 0 -10px;
  position: relative;
  padding-top: 60px;
}
@media screen and (max-width: 767px) {
  .slider-quality__slider {
    margin-bottom: 20px;
  }
}
.slider-quality__slider .izoom {
  margin: 0 10px;
}
.slider-quality__buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
.slider-quality__arrow {
  position: absolute;
  top: 0;
  height: 40px;
  width: 40px;
  border: 2px solid #d11514;
  background-image: url("../i/icons/next-basecolor.svg");
  background-size: 70%;
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
}
.slider-quality__arrow-prev {
  right: 80px;
  transform: rotate(180deg);
}
.slider-quality__arrow-next {
  right: 3px;
}
.slider-reviews {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .slider-reviews {
    margin-bottom: 20px;
  }
}
.slider-reviews__slider {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .slider-reviews__slider {
    margin-bottom: 20px;
  }
}
.slider-reviews__buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
.tabbar {
  position: fixed;
  z-index: 9;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-around;
  border-top: 1px solid rgba(0,0,0,0.07);
  background-color: #fff;
  padding-bottom: 6px;
  padding-top: 6px;
}
@media screen and (min-width: 1280px) {
  .tabbar {
    position: static;
    border-top: none;
    padding-top: 20px;
    justify-content: start;
  }
}
.tabbar__item {
  display: flex;
  flex-wrap: wrap;
  color: #000;
}
@media screen and (min-width: 1280px) {
  .tabbar__item {
    margin-right: 20px;
  }
}
.tabbar__item:hover {
  color: #d11514;
  cursor: pointer;
  text-decoration: none;
}
.tabbar__item_home .tabbar__tab-img:before {
  background-image: url("../i/icons/home2.svg");
}
@media screen and (max-width: 767px) {
  .tabbar__item_promo {
    display: none;
  }
}
.tabbar__item_promo .tabbar__tab-img:before {
  background-image: url("../i/icons/promo.svg");
}
.tabbar__item_catal .tabbar__tab-img:before {
  background-image: url("../i/icons/catal.svg");
}
@media screen and (max-width: 500px) {
  .tabbar__item_blog {
    display: none;
  }
}
.tabbar__item_blog .tabbar__tab-img:before {
  background-image: url("../i/icons/blog.svg");
}
@media screen and (max-width: 900px) {
  .tabbar__item_about {
    display: none;
  }
}
.tabbar__item_about .tabbar__tab-img:before {
  background-image: url("../i/icons/about.svg");
}
@media screen and (max-width: 900px) {
  .tabbar__item_rev {
    display: none;
  }
}
.tabbar__item_rev .tabbar__tab-img:before {
  background-image: url("../i/icons/reviews.svg");
}
@media screen and (max-width: 420px) {
  .tabbar__item_cont {
    display: none;
  }
}
.tabbar__item_cont .tabbar__tab-img:before {
  background-image: url("../i/icons/cont.svg");
}
.tabbar__item_im .tabbar__tab-img:before {
  background-image: url("../i/icons/im.svg");
}
.tabbar__item_im .tabbar__tab-text {
  color: #d11514;
}
@media screen and (min-width: 1280px) {
  .tabbar__item_menu {
    display: none;
  }
}
.tabbar__item_menu .tabbar__tab-img:before {
  background-image: url("../i/icons/menu2.svg");
}
.tabbar__tab-text {
  width: 100%;
  white-space: nowrap;
  display: flex;
  justify-content: center;
  font-size: 14px;
}
@media screen and (min-width: 1280px) {
  .tabbar__tab-text {
    font-size: 16px;
    width: auto;
    align-self: center;
  }
}
.tabbar__tab-img {
  width: 100%;
  display: flex;
  justify-content: center;
}
.tabbar__tab-img:before {
  content: '';
  display: block;
  height: 30px;
  width: 30px;
  background-size: cover;
}
@media screen and (min-width: 1280px) {
  .tabbar__tab-img {
    width: 24px;
    margin-right: 6px;
  }
  .tabbar__tab-img:before {
    height: 24px;
    width: 24px;
  }
}
.title {
  font-size: 28px;
  line-height: 30px;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
  margin-bottom: 20px;
  padding-bottom: 24px;
  position: relative;
}
@media screen and (max-width: 1280px) {
  .title {
    font-size: 26px;
    line-height: 28px;
  }
}
@media screen and (max-width: 1024px) {
  .title {
    font-size: 22px;
    line-height: 24px;
  }
}
@media screen and (max-width: 500px) {
  .title {
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 15px;
  }
}
.title:before,
.title:after {
  content: '';
  position: absolute;
  display: block;
  height: 2px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #000;
  border-radius: 4px;
}
.title:before {
  width: 110px;
  bottom: 0;
}
.title:after {
  width: 70px;
  bottom: 10px;
}
