/*!
Theme Name: ROSSO
Theme URI: https://rosso.uz/
Author: Space
Author URI: https://xspace.uz/
Description: Креативное маркетинговое агентство в Ташкенте. 
Version: 1.0.0
Tested up to: 8.0.8
Requires PHP: 8.0.8
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: rosso
*/

@font-face {
  font-family: 'Inter';
  src: url('./assets/fonts/Inter/Inter-Regular.woff2') format('woff2'),
    url('./assets/fonts/Inter/Inter-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('./assets/fonts/Inter/Inter-Medium.woff2') format('woff2'),
    url('./assets/fonts/Inter/Inter-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('./assets/fonts/Inter/Inter-SemiBold.woff2') format('woff2'),
    url('./assets/fonts/Inter/Inter-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #000;
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  background-color: #f0f1eb;
}
body.fixed {
  overflow-y: hidden;
}

a {
  display: inline-block;
  text-decoration: none;
  color: inherit;
}

span {
  display: inline-block;
}

img {
  display: block;
  max-width: 100%;
}

li {
  list-style: none;
}

input,
textarea,
button,
select {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  font-family: inherit;
  border: 0;
  background: none;
  outline: none;
  resize: none;
}

.page {
  padding-top: 130px;
  padding-bottom: 50px;
}

.heading {
  display: block;
  font-weight: 600;
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 42px;
  text-align: center;
}

.menu-item a {
  transition: 0.3s;
}

.menu-item a:hover {
  color: #ea1f25;
}

.locales {
  padding-left: 35px;
  padding-right: 19px;
  padding-bottom: 35px;
  display: flex;
  align-items: center;
}

.card-product__images-big {
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
    cursor: zoom-in;
}

.card-product__images-big:hover img {
  opacity: 0;
}

.card-product__images-big img {
  transition: opacity .5s;
}

.locale {
  font-weight: 500;
  color: #ababab;
  text-transform: uppercase;
  margin-right: 16px;
}

.locale.current {
  color: #000;
}

.locale:last-child {
  margin-right: 0;
}

.site-wysiwyg {
  max-width: 957px;
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
  padding: 37px 30px;
  padding-bottom: 52px;
  font-weight: 400;
  font-size: 22px;
  line-height: 35px;
}
.site-wysiwyg.for-partners {
  font-size: 18px;
}
.site-wysiwyg h2 {
  display: block;
  font-weight: 600;
  font-size: 25px;
  line-height: 30px;
  margin-bottom: 15px;
}
.site-wysiwyg p {
  margin-bottom: 50px;
}
.site-wysiwyg a {
  color: #2f80ed;
}
.site-wysiwyg i {
  color: #828282;
}

.for-partners__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 251px;
  height: 70px;
  background: #fff;
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.05);
  border-radius: 70px;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #ea1f25;
  margin: 0 auto;
  margin-top: 34px;
}
.for-partners__button-icon {
  margin-right: 12px;
}

.top-bar {
  position: absolute;
  top: 27px;
  left: 0;
  z-index: 99;
  width: 100%;
}
.top-bar__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.top-bar__logo {
  position: relative;
  margin-right: 12px;
  width: 228px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.top-bar__logo img {
  display: flex;
  flex: 0 0 158px;
}
.top-bar__logo .top-bar__button:hover {
  width: 268px;
}
.top-bar__logo.top-bar__logo-page .top-bar__button:hover {
  width: 228px;
}
.top-bar__logo .top-bar__button:hover .top-bar__button-icon {
  opacity: 1;
  visibility: visible;
}
.top-bar__logo .top-bar__body {
  width: 355px;
}
.top-bar__logo.active {
  width: 355px;
}
.top-bar__logo.active .top-bar__button:hover {
  width: 355px;
}
.top-bar__logo.active .top-bar__button-icon {
  opacity: 1;
  visibility: visible;
}
.top-bar__logo.active .rotatable {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}
.top-bar__products {
  position: relative;
  margin-right: 12px;
  width: 170px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.top-bar__products .top-bar__button:hover {
  width: 210px;
}
.top-bar__products .top-bar__button:hover .top-bar__button-icon {
  opacity: 1;
  visibility: visible;
}
.top-bar__products .top-bar__body {
  width: 279px;
}
.top-bar__products.active {
  width: 279px;
}
.top-bar__products.active .top-bar__button:hover {
  width: 279px;
}
.top-bar__products.active .top-bar__button-icon {
  opacity: 1;
  visibility: visible;
}
.top-bar__products.active .rotatable {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}
.top-bar__news {
  display: block;
  position: relative;
  margin-right: 12px;
  width: 146px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.top-bar__news .top-bar__button:hover {
  width: 186px;
}
.top-bar__news .top-bar__button:hover .top-bar__button-icon {
  opacity: 1;
  visibility: visible;
}
.top-bar__news .top-bar__body {
  width: 400px;
}
.top-bar__news.active {
  width: 400px;
}
.top-bar__news.active .top-bar__button:hover {
  width: 400px;
}
.top-bar__news.active .top-bar__button-icon {
  opacity: 1;
  visibility: visible;
}
.top-bar__news.active .rotatable {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}
.top-bar__news-item {
  display: block;
  position: relative;
  width: calc(100% - 10px);
  margin: 0 auto;
  height: 213px;
  overflow: hidden;
  border-radius: 4px;
  margin-top: 5px;
}
.top-bar__news-item::before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.3);
}
.top-bar__news-item:last-child {
  margin-bottom: 5px;
}
.top-bar__news-item img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.top-bar__news-item:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.top-bar__news-title {
  position: absolute;
  left: 29px;
  bottom: 21px;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  z-index: 3;
  color: #fff;
}
.top-bar__menu {
  position: relative;
  width: 60px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.top-bar__menu .top-bar__button {
  padding: 0 18px;
}
.top-bar__menu .top-bar__body {
  width: 220px;
}
.top-bar__menu .top-bar__button-menu-title {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  left: 35px;
  font-weight: 500;
  font-size: 18px;
}
.top-bar__menu .top-bar__button-menu-icon {
  position: absolute;
  z-index: 2;
  right: 10px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.top-bar__menu .top-bar__button-menu-icon span {
  width: 18px;
  height: 2px;
  background-color: #ea1f25;
  display: block;
  margin-bottom: 4px;
  border-radius: 4px;
}
.top-bar__menu .top-bar__button-menu-icon span:last-child {
  margin-bottom: 0;
}
.top-bar__menu.active {
  width: 220px;
}
.top-bar__menu.active .top-bar__button-menu-title {
  opacity: 1;
  visibility: visible;
}
.top-bar__menu.active .top-bar__button-menu-icon {
  background-color: #f0f1eb;
}
.top-bar__menu.active .top-bar__button-menu-icon span {
  background-color: #000;
}
.top-bar__button {
  position: relative;
  width: 100%;
  height: 60px;
  padding: 0px 35px;
  background-color: #fff;
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.05);
  border-radius: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  cursor: pointer;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.top-bar__button-title {
  font-weight: 500;
  font-size: 18px;
}
.top-bar__button-icon {
  position: absolute;
  right: 10px;
  width: 40px;
  height: 40px;
  display: block;
  border-radius: 50%;
  background-color: #f0f1eb;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  opacity: 0;
  visibility: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.top-bar__button-icon span {
  display: block;
  width: 18px;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #3c3c3c;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.top-bar__button-icon span.rotatable {
  left: 27%;
  top: 47%;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.top-bar__body {
  position: absolute;
  top: 70px;
  left: 0;
  background: #fff;
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  border-radius: 4px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  overflow: hidden;
}

.about-us__text {
  padding-left: 35px;
  padding-top: 19px;
  padding-right: 19px;
  margin-bottom: 14px;
}
.about-us__link {
  display: block;
  font-weight: 500;
  font-size: 18px;
  padding-left: 35px;
  padding-bottom: 19px;
}
.about-us__link-icon {
  margin-right: 10px;
}

.top-bar__nav .list {
  padding-top: 19px;
  padding-right: 19px;
  padding-left: 35px;
  margin-bottom: 24px;
}
.top-bar__nav .list__item {
  margin-bottom: 10px;
}
.top-bar__nav .list__item:last-child {
  margin-bottom: 0;
}
.top-bar__nav .list__link-count {
  margin-left: 10px;
  color: #ababab;
}

.top-bar__phone {
  padding-left: 35px;
  padding-right: 19px;
  font-weight: 600;
  margin-bottom: 27px;
}

.search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 35px;
  padding-right: 19px;
  padding-bottom: 19px;
}
.search-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 11px;
}
.search input {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #000;
}
.search input::-webkit-input-placeholder {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #ababab;
}
.search input::-moz-placeholder {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #ababab;
}
.search input:-ms-input-placeholder {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #ababab;
}
.search input::-ms-input-placeholder {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #ababab;
}
.search input::placeholder {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #ababab;
}

.subscribe {
  padding-left: 35px;
  padding-bottom: 19px;
  padding-right: 19px;
  display: flex;
  align-items: center;
  gap: 5px;
}
.subscribe-link {
  margin-right: 15px;
}
.subscribe-link:last-child {
  margin-right: 0;
}

.vertical-carousel {
  width: 100%;
}
.vertical-carousel img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.accordion-item {
  max-width: 957px;
  width: 100%;
  margin: 0 auto;
  background: #fff;
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  margin-bottom: 20px;
  padding: 48px 30px;
}
.accordion-item:last-child {
  margin-bottom: 0;
}
.accordion-item.active .accordion-heading {
  color: #ea1f25;
  padding-bottom: 22px;
}
.accordion-item.active .accordion-icon svg {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.accordion-heading {
  position: relative;
  display: block;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  cursor: pointer;
  padding-right: 40px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.accordion-description {
  display: block;
  font-size: 20px;
  line-height: 35px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  overflow: hidden;
}
.accordion-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: absolute;
  top: -20%;
  right: 0;
}
.accordion-icon svg {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.category-page {
  width: 100%;
}

.category-name {
  font-weight: 600;
  font-size: 25px;
  line-height: 30px;
  margin-bottom: 22px;
}

.filter {
  width: 100%;
  background-color: #fff;
  padding: 18px;
}

.filter-item {
  padding-bottom: 19px;
  margin-bottom: 19px;
  border-bottom: 1px solid #e3e3e3;
}

.filter-item:last-child {
  border-bottom: 0;
}

.filter-title {
  font-weight: 600;
  display: block;
  margin-bottom: 12px;
}

.checkbox-group {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.checkbox-group input {
  padding: 0;
  height: auto;
  width: auto;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.checkbox-group label {
  position: relative;
  padding-left: 32px;
  cursor: pointer;
}

.checkbox-group label::before {
  content: '';
  background-color: transparent;
  border: 1.5px solid #dcdcdf;
  border-radius: 7.2px;
  padding: 10.5px;
  display: inline-block;
  position: absolute;
  left: 0;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 8px;
}

.checkbox-group input:checked + label:before {
  border: 1.5px solid #e4002b;
}

.checkbox-group input:checked + label::after {
  content: '';
  display: block;
  position: absolute;
  top: 3px;
  left: 3px;
  width: 18px;
  height: 18px;
  background-image: url('./assets/img/checkbox.png');
  background-repeat: no-repeat;
  background-position: 50%;
  border-radius: 5px;
}

.checkbox-group .title {
  margin-right: 12px;
}
.checkbox-group .count {
  color: #ababab;
}

.filter-button {
  background-color: #f5f5f5;
  border-radius: 70px;
  padding: 10px 15px;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  color: #828282;
  cursor: pointer;
}

.filter-buttons {
  display: flex;
  align-items: center;
}

.filter-button:first-child {
  margin-right: 10px;
}

.products {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.product {
  position: relative;
  width: 25%;
  text-align: center;
}
.product-image {
  margin-bottom: 10px;
  width: 100%;
  height: 241px;
  background-color: #fff;
  border: 0.5px solid #e1e1e1;
  padding: 10px;
}
.product-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.product-title {
  display: block;
  text-align: center;
  width: 100%;
}

.services-page {
  width: 100%;
}

.service {
  max-width: 957px;
  width: 100%;
  background: #fff;
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 50px;
  margin-bottom: 20px;
}
.service__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 18px;
}
.service__info:last-child {
  margin-bottom: 0;
}
.service__info-key {
  display: block;
  width: 208px;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  margin-right: 27px;
}
.service__info-value {
  width: 332px;
  font-size: 20px;
  line-height: 30px;
}
.service__map {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.service__map-block {
  width: 245px;
  height: 245px;
  margin-bottom: 17px;
}
.service__map-link {
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  text-decoration-line: underline;
  color: #2f80ed;
}

.simple-block {
  position: relative;
  display: block;
  max-width: 957px;
  width: 100%;
  height: 120px;
  padding-left: 30px;
  padding-right: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  margin: 0 auto;
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  margin-bottom: 20px;
}
.simple-block:last-child {
  margin-bottom: 0;
}
.simple-block-icon {
  position: absolute;
  top: 50%;
  right: 44px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.buy-item {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
  padding: 50px;
  background: #fff;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.05);
  border-radius: 4px;
}

.buy-item-info {
  display: flex;
  margin-bottom: 18px;
}

.buy-item-info:last-child {
  margin-bottom: 0;
}

.buy-item-key {
  width: 100px;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  margin-right: 60px;
}
.buy-item-value {
  font-size: 20px;
  line-height: 24px;
}

.form {
  width: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  padding: 29px 40px;
  padding-bottom: 89px;
}
.form-description {
  font-size: 25px;
  line-height: 38px;
  margin-bottom: 44px;
}
.form-groups {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.form-group {
  width: 47%;
  margin-bottom: 30px;
}
.form-group.textarea {
  width: 100%;
}
.form-group.textarea .form-input {
  border-radius: 24px;
  height: 104px;
}
.form-label {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #828282;
  margin-left: 15px;
  margin-bottom: 10px;
}
.form-input {
  font-weight: 500;
  width: 100%;
  background-color: #f0f1eb;
  border-radius: 70px;
  padding: 15px 20px;
}
.form-button {
  font-weight: 500;
  color: #fff;
  padding: 15px 44px;
  background-color: #ea1f25;
  border-radius: 70px;
  cursor: pointer;
}

.contact-infos {
  width: 100%;
  padding-left: 55px;
}

.contact-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 27px;
}
.contact-info-key {
  display: block;
  width: 139px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 139px;
  flex: 0 0 139px;
  margin-right: 53px;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #242424;
}
.contact-info-value {
  display: block;
  font-size: 18px;
  color: #242424;
}
.contact-info-value .email {
  padding: 5px 15px;
  background-color: #fff;
  border-radius: 22px;
}
.contact-info-value .phone {
  display: block;
  margin-bottom: 10px;
}
.contact-info-value .phone:last-child {
  margin-bottom: 0;
}
.contact-info-value .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}
.contact-info-value .social:last-child {
  margin-bottom: 0;
}
.contact-info-value .social .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 8px;
}

.card-product {
  width: 100%;
}
.card-product__info {
  padding-left: 35px;
}
.card-product__content {
  margin-bottom: 74px;
}
.card-product__cards {
  margin-bottom: 74px;
}
.card-product__category {
  display: block;
  margin-bottom: 19px;
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  color: #828282;
}
.card-product__title {
  display: block;
  font-weight: 600;
  font-size: 35px;
  line-height: 42px;
  margin-bottom: 19px;
}
.card-product__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
.card-product__item-key {
  position: relative;
  display: block;
  min-width: 215px;
  font-weight: 500;
  color: #828282;
}
.card-product__item-key span {
  position: relative;
  padding-right: 10px;
  background-color: #f0f1eb;
}
.card-product__item-key::before {
  content: '';
  position: absolute;
  left: 0;
  top: 18px;
  border-bottom: 1px dashed #bdbdbd;
  width: 100%;
}
.card-product__item-value {
  font-weight: 500;
  color: #333;
}
.card-product__char {
  display: block;
  font-weight: 500;
  color: #ea1f25;
  margin-bottom: 30px;
}
.card-product__buy {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  background: #fff;
  padding: 19px 35px;
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.05);
  border-radius: 70px;
}
.card-product__card {
  padding: 28px 15px;
  text-align: center;
  background-color: #fff;
  margin-bottom: 25px;
}
.card-product__card-image {
  display: block;
  margin-bottom: 26px;
}
.card-product__card-image img {
  margin: 0 auto;
}
.card-product__card-text {
  font-weight: 500;
  text-align: center;
}
.card-product__images {
  position: relative;
  width: 100%;
  padding: 42px 38px;
  background-color: #fff;
}
.card-product__images-bigs {
  width: 100%;
  margin-bottom: 35px;
}
.card-product__images-big img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.card-product__images-minis {
  width: 100%;
}
.card-product__images-mini {
  cursor: pointer;
  padding: 10px;
  border: 1px solid #fff;
}
.card-product__images-minis
  .slick-slide.slick-current
  .card-product__images-mini {
  border: 1px solid #e0e0e0;
  border-radius: 4px;
}
.card-product__blocks {
  width: 100%;
  padding-top: 100px;
  padding-left: 50px;
  padding-right: 50px;
  background-color: #fff;
}
.card-product__block {
  padding-bottom: 100px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.card-product__block-image {
  width: 100%;
  height: 385px;
}
.card-product__block-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.card-product__block.leftable .card-product__block-content {
  padding-left: 20px;
}
.card-product__block.rightable .card-product__block-content {
  padding-right: 20px;
}
.card-product__block-bigimage {
  width: 100%;
}
.card-product__block-bigimage img {
  width: 100%;
}
.card-product__block-title {
  font-weight: 600;
  font-size: 35px;
  line-height: 49px;
  margin-bottom: 19px;
}
.card-product__block-description {
  font-size: 16px;
  line-height: 30px;
}

.back {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #828282;
  margin-bottom: 24px;
  cursor: pointer;
}
.back-icon {
  margin-right: 10px;
}

/* Popup */
.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}

.popup.active {
  opacity: 1;
  visibility: visible;
}

.popup-content {
  max-width: 1037px;
  width: 100%;
  height: 85vh;
  margin: 0 15px;
  background-color: #fff;
  padding: 30px;
  position: relative;
  overflow-x: auto;
}

.popup-close {
  position: absolute;
  top: 12px;
  right: 16px;
  cursor: pointer;
}

.popup-title {
  font-weight: 500;
  font-size: 32px;
  line-height: 39px;
  text-align: center;
  display: block;
  margin-bottom: 40px;
}

/* Chars */
.char {
  max-width: 687px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 62px;
}
.char-title {
  display: block;
  font-weight: 600;
  font-size: 22px;
  line-height: 27px;
  color: #ea1f25;
  margin-bottom: 18px;
}
.char-item {
  display: flex;
  margin-bottom: 20px;
}
.char-key {
  position: relative;
  display: block;
  min-width: 400px;
  font-weight: 500;
  color: #828282;
}
.char-key span {
  position: relative;
  padding-right: 10px;
  background-color: #fff;
}
.char-key::before {
  content: '';
  position: absolute;
  left: 0;
  top: 18px;
  border-bottom: 1px dashed #bdbdbd;
  width: 100%;
}
.char-value {
  font-weight: 500;
  color: #333;
  max-width: 250px;
  width: 100%;
}

/* Filter custom style */

/* BG animation */

.banner {
  display: block;
  width: 100%;
  height: 100vh;
}

.banner img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@keyframes animatedBackground {
  0% {
    background-position: 0px 100vh;
  }
  100% {
    background-position: 0px;
  }
}
#animate-area {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-position: 0 0;
  background-size: cover;
  background-repeat: repeat-y;
  animation: animatedBackground 120s infinite linear;
}

.news-page__item {
  position: relative;
  width: 100%;
  height: 267px;
  overflow: hidden;
  margin-bottom: 19px;
  border-radius: 4px;
  filter: drop-shadow(0px 4px 8px rgba(0, 0, 0, 0.2));
}

.news-page__item::before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.3);
}

.news-page__item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
}

.news-page__item:hover img {
  transform: scale(1.1);
}

.news-page__item-title {
  display: block;
  position: absolute;
  left: 36px;
  bottom: 26px;
  z-index: 3;
  max-width: 467px;
  width: 100%;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #fff;
}

.news-card__container {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}

.news-card__image {
  display: block;
  width: 100%;
  margin-bottom: 45px;
}

.news-card__image img {
  display: block;
  width: 100%;
}

.news-card__wysiwyg {
  font-size: 25px;
  line-height: 38px;
}

.news-card__wysiwyg p {
  margin-bottom: 45px;
}

.menu-item {
  margin-bottom: 11px;
}

.mobile-content {
  display: none;
  width: 100%;
  margin-top: 100px;
  height: 85vh;
  overflow-y: auto;
}

.top-bar_mobile {
  display: none;
  justify-content: space-between;
  align-items: center;
}

.mobile-logo {
  padding: 15px 25px;
  background: #fff;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  border-radius: 70px;
}

.top-bar__mobile-inner {
  display: flex;
  align-items: center;
}

.top-bar__mobile-button {
  font-weight: 500;
  font-size: 16px;
  line-height: 18px;
  padding: 15px 25px;
  background: #fff;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  border-radius: 70px;
  margin-right: 15px;
  cursor: pointer;
}

.top-bar__mobile-button:last-child {
  margin-right: 0;
}

.top-bar__mobile-button.active {
  color: #ea1f25;
}
.top-bar__mobile-button.active span {
  background-color: #ea1f25;
}
.top-bar__mobile-button_menu {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.top-bar__mobile-button_menu span {
  width: 18px;
  height: 2px;
  background-color: #000;
  display: block;
  margin-bottom: 4px;
  border-radius: 4px;
}

.top-bar__mobile-button_menu span:last-child {
  margin-bottom: 0;
}

.mobile-popup {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  padding-top: 120px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}

.mobile-popup.open {
  opacity: 1;
  visibility: visible;
}

.mobile-menu {
  width: 100%;
  height: 90vh;
  overflow-y: auto;
}

.mobile-about {
  width: 100%;
  background: #fff;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  border-radius: 4px;
  margin-bottom: 25px;
}

.about-page {
  width: 100%;
}

.about-page__layout {
  margin-bottom: 99px;
}

.about-page__image {
  width: 100%;
  height: 546px;
}

.about-page__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-page__content {
  width: 100%;
}

.about-page__content.left {
  padding-left: 25px;
}

.about-page__content.right {
  padding-right: 25px;
}

.about-page__title {
  display: block;
  font-weight: 600;
  font-size: 35px;
  line-height: 49px;
  margin-bottom: 26px;
}

.about-page__description {
  line-height: 30px;
}

.reviews-card__container {
  max-width: 1052px;
  width: 100%;
  margin: 0 auto;
}

.youtube-link {
  width: 100%;
  height: 591px;
  margin-bottom: 43px;
}

.reviews-card__content {
  background-color: #fff;
  padding: 51px 48px;
  font-size: 18px;
  line-height: 35px;
}

.grid-links {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.grid-link {
  padding: 15px 25px;
  background-color: #f5f5f5;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.05);
  border-radius: 70px;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #9c9c9c;
  margin-right: 12px;
  margin-bottom: 12px;
  cursor: pointer;
  transition: 0.3s;
}

.grid-link:hover {
	background-color: #fff;
}

.grid-link.active {
	background-color: #fff;
}

.all_chars {
	width: 100%;
  	margin-bottom: 70px;
}

.all_chars .accordion-item {
	max-width: 100%;
}

.accordion-description table {
	margin: 0 auto;
}

table {
	border-spacing: 0;
}

table td {
	border: 1px solid #000;
  	padding: 5px;
}

.all_chars .accordion-description {
	overflow-x: auto;
}













