@charset "UTF-8";
.header {
  top: -151px;
}

.scrolled {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 100;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.0392156863);
  background: #fff;
  transition: top 1s;
  z-index: 900;
  display: unset;
}

.mfixed {
  margin-top: 149px;
}

@media only screen and (max-width: 946px) {
  .scrolled {
    padding: 5px 0;
  }
  .mfixed {
    margin-top: 52px;
  }
}
.header {
  z-index: 100;
}
.header__wrp {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.header__title {
  font-weight: 800;
  color: #1A1714;
  font-size: 22px;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.header__logo-wrp {
  display: flex;
  flex-direction: column;
}
.header__logo {
  flex-basis: 30%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  z-index: 10;
  padding: 10px 0 20px 0;
  border-right: 1px solid rgba(0, 0, 0, 0.05);
}
.header__logo img {
  max-width: 173px;
  max-height: 69px;
  margin-right: 15px;
}
.header__descriptor {
  font-size: 15px;
  color: #fff;
  opacity: 0.6;
  line-height: 1.3;
}
.header__descriptor:hover {
  color: #fff;
  opacity: 0.6;
}
.header__adress {
  flex-basis: 25%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0 0 10px;
  z-index: 10;
  border-left: 1px solid rgba(255, 255, 255, 0.14);
}
.header__adress p {
  color: #fff;
  line-height: 1.4;
  font-size: 16px;
}
.header__icon {
  width: 20px;
  height: 24px;
  fill: #fff;
  margin-right: 15px;
  flex-shrink: 0;
}
.header__social {
  flex-basis: 30%;
  display: flex;
  justify-content: end;
  padding: 0 70px;
  align-items: center;
  border-right: 1px solid rgba(255, 255, 255, 0.14);
  z-index: 10;
}
.header__p {
  color: #fff;
  font-size: 16px;
  opacity: 0.7;
  line-height: 1.4;
}
.header__social-items {
  display: flex;
}
.header__social-item {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header__social-item:not(:last-child) {
  margin-right: 10px;
}
.header__ws {
  background: #26D366;
}
.header__tg {
  background: #26A0D4;
}
.header__social-icon {
  fill: #fff;
  width: 22px;
  height: 22px;
}
.header__contacts {
  flex-basis: 15%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  z-index: 10;
}
.header__phone {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  color: #fff;
}
.header__phone:hover {
  color: #fff;
}
.header__phone:not(:last-child) {
  margin-bottom: 10px;
}
.header__mail {
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  opacity: 0.8;
}
.header__mail:hover {
  color: #fff;
  opacity: 1;
}
.header__nav {
  flex-basis: 100%;
  z-index: 100;
}
.header__menu-wrap {
  background: #efefef
}

.logo-scrolled {
  display: none;
}

.header-page .header__adress {
  border-right: 1px solid rgba(0, 0, 0, 0.05);
}
.header-page .header__adress p {
  color: #212121;
}
.header-page .header__icon {
  fill: #E61A19;
}
.header-page .header__p {
  color: #212121;
}
.header-page .header__phone {
  color: #212121;
  font-weight: 700;
}
.header-page .header__phone:hover {
  color: #212121;
}
.header-page .header__social {
  border-right: 1px solid rgba(0, 0, 0, 0.05);
}
.header-page .header__mail {
  color: #212121;
}
.header-page .header__mail:hover {
  color: #212121;
}

.scrolled .logo-scrolled {
  display: inline-flex;
  margin-right: 20px;
}
.scrolled .logo-scrolled a {
  color: #212121;
}
.scrolled .header__logo, .scrolled .header__adress, .scrolled .header__social, .scrolled .header__contacts {
  display: none;
}
.scrolled .header__wrp {
  flex-wrap: nowrap;
  align-items: center;
}
.scrolled .header__nav {
  display: flex;
  align-items: center;
  flex-basis: 100%;
  /* justify-content: space-between; */
}
.scrolled::after {
  display: none;
}

@media only screen and (max-width: 1400px) {
  .header__adress {
    padding: 0 0 0 10px;
  }
  .header__adress p {
    font-size: 14px;
  }
  .header__descriptor {
    font-size: 12px;
  }
  .header__social {
    padding: 0 40px;
  }
  .header::after {
    top: 89px;
  }
  .header__p {
    font-size: 14px;
  }
  .header__contacts a {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1200px) {
  .header__adress {
    padding: 0 0 0 0;
  }
  .header__adress p {
    font-size: 11px;
  }
  .header__descriptor {
    font-size: 11px;
  }
  .header__social {
    padding: 0 20px;
  }
  .header::after {
    top: 90px;
  }
  .header__contacts {
    flex-basis: 14%;
    padding-left: 10px;
  }
  .header__contacts a {
    font-size: 14px;
  }
  .header__p {
    font-size: 11px;
  }
  .header__title {
    font-size: 18px;
  }
}
@media only screen and (max-width: 946px) {
  .scrolled .logo-scrolled {
    position: absolute;
    left: 15px;
    top: 15px;
  }
  .header {
    display: inline-flex;
    align-items: center;
  }
  .header__adress, .header__social, .header__contacts {
    display: none;
  }
  .header::after {
    display: none;
  }
  .header__wrp {
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  .header__menu-wrap {
    background: #fff;
  }
  .header__nav {
    flex-basis: 40%;
    display: flex;
    justify-content: end;
    align-items: center;
  }
  .header__logo {
    flex-basis: 50%;
    border-radius: 0 0 4px 4px;
    padding: 12px;
    margin-right: 5px;
    border-right: none;
  }
  .scrolled .header__logo {
    padding: 20px 3px;
  }
}
@media only screen and (max-width: 716px) {
  .header__descriptor {
    display: none;
  }
  .header__logo {
    justify-content: start;
  }
}
@media only screen and (max-width: 576px) {
  .header__logo {
    flex-basis: auto;
    padding: 10px 0;
  }
  .header__logo img {
    max-width: 20%;
    margin-right: 5px;
  }
  .header__title {
    font-size: 14px;
  }
}
@media only screen and (max-width: 768px) {
  .bg-colors__green {
    width: 100%;
    height: 500px;
  }
  .bg-colors__dark {
    width: 100%;
    height: 500px;
    top: 500px;
  }
}
@media only screen and (max-width: 677px) {
  .bg-colors__green {
    height: 600px;
  }
  .bg-colors__dark {
    width: 100%;
    height: 500px;
    top: 600px;
  }
}
@media only screen and (max-width: 576px) {
  .bg-colors__green {
    height: 700px;
  }
  .bg-colors__dark {
    width: 100%;
    height: 200px;
    top: 700px;
  }
}
@media only screen and (max-width: 358px) {
  .header__logo {
    padding: 20px 0;
  }
  .header__logo img {
    display: none;
  }
}
.header-page .header__descriptor {
  color: #6E6E6E;
}

.nav__list {
  display: flex;
  align-items: center;
  margin: 0;
}

.nav__item:not(:last-child) {
  margin-right: 40px;
}

.nav__item {
  position: relative;
  padding: 17px 0;
}

.nav__link {
  color: #282828;
  font-size: 16px;
}
.nav__link:hover {
  color: #E61A19;
}

.nav__list--dropdown {
  position: absolute;
  background-color: #fff;
  left: 0;
  top: 100%;
  display: block;
  box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.07);
  transition: all 0.3s;
  opacity: 0;
  visibility: hidden;
  z-index: 90;
  width: 320px;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 0px;
}

.dropdown-submenu {
  display: flex;
  align-items: initial;
}

.dropdown-submenu__item {
  flex-grow: 1;
  min-width: 200px;
  padding: 0px 30px;
  flex-basis: 25%;
}
.dropdown-submenu__item h3 {
  font-size: 16px;
  font-weight: 700;
  margin: 10px 0;
}

.dropdown-submenu__list {
  padding: 0;
}

.dropdown-submenu__item:first-child {
  padding-left: 0;
}

.dropdown-submenu__item:last-child {
  padding-right: 0;
}

.mobile-back {
  display: none;
}

.mobile-back__link {
  color: #282828;
  font-weight: 500;
}

.dropdown-list__item {
  border-bottom: 1px solid #ececec;
}

.dropdown-list__link {
  font-size: 15px;
  color: #282828;
  padding: 13px 20px;
  display: block;
}
.dropdown-list__link:hover {
  color: #0566B4;
}

.dropdown-submenu__list-item {
  margin-bottom: 10px;
}
.dropdown-submenu__list-item a {
  color: #6E6E6E;
  font-size: 16px;
}

@media (min-width: 946px) {
  .nav__link--drop:hover::after {
    transform: rotate(180deg);
    transition: all 0.3s;
  }
  .nav__item:hover .nav__list--dropdown {
    visibility: visible;
    opacity: 1;
    transition: all 0.3s;
  }
}
.burger {
  width: 40px;
  height: 20px;
  cursor: pointer;
  background-color: transparent;
  border: none;
  position: relative;
  display: none;
}

.burger::before,
.burger::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 1px;
  background-color: #000;
}

.burger::after {
  top: auto;
  bottom: 0;
}

.burger span {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 1px;
  display: inline-block;
  background-color: #000;
}

.overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
}

.lock {
  overflow: hidden;
}

@media (max-width: 946px) {
  .burger {
    display: block;
  }
  .mobile-back {
    display: block;
  }
  .main-menu {
    position: fixed;
    left: 0;
    top: 0;
    max-width: 400px;
    width: 80%;
    height: 100vh;
    z-index: 100;
    box-shadow: 5px 0 15px -5px rgba(0, 0, 0, 0.8);
    background-color: #fff;
    transform: translateX(-150vw);
    overflow-x: hidden;
    overflow-y: auto;
    display: block;
  }
  .nav__list {
    flex-direction: column;
    align-items: flex-start;
    padding: 0;
    padding-top: 10%;
    position: relative;
    justify-content: flex-start;
  }
  .nav__item {
    margin-left: 0 !important;
    font-size: 20px;
    width: 100%;
    padding: 0;
    position: static;
  }
  .nav__link,
  .dropdown-submenu__list-item a {
    padding: 13px 20px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .dropdown-submenu__list-item {
    padding: 0;
  }
  .nav__link {
    border-bottom: 1px solid #ececec;
  }
  .nav__link::after {
    transform: rotate(-90deg);
  }
  .nav__list--dropdown {
    position: absolute;
    top: 0;
    right: auto;
    left: 100%;
    box-shadow: none;
    width: 100%;
    display: none;
  }
  .dropdown-submenu__item {
    width: 100%;
    padding: 0;
    border: none !important;
    margin-bottom: 20px;
  }
  .dropdown-submenu__title {
    padding: 0 30px;
  }
  .dropdown-submenu__banner {
    display: inline-block;
    padding: 20px;
  }
  .nav__list.transformation {
    transform: translateX(-100%);
    transition: all 0.3s;
  }
  .nav__list--dropdown.transformation {
    opacity: 1;
    visibility: visible;
    display: block;
    transform: none;
    background-color: #fff;
    transition: all 0.3s;
  }
  .main-menu.open {
    transform: translateX(0);
    transition: all 0.3s;
  }
  .overlay.open {
    opacity: 1;
    visibility: visible;
    transition: all 0.3s;
  }
  .mobile-back a {
    position: relative;
    border: none;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  .mobile-back a::before {
    content: "";
    width: 10px;
    height: 10px;
    background-image: url("../img/download.svg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block;
    margin-right: 10px;
    transform: rotate(90deg);
  }
}
.close_btn {
  display: none;
  position: absolute;
  z-index: 60;
  right: 10px;
  top: 7px;
  cursor: pointer;
}
.close_btn .ic_close {
  width: 20px;
  height: 20px;
}

.link-red {
  background: #E61A19;
  color: #fff;
  padding: 15px 20px 15px 50px;
  position: relative;
}
.link-red::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 60;
  background: url("../img/menu2.svg");
  width: 30px;
  height: 30px;
}
.link-red:hover {
  color: #fff;
}

.header__ic-catalog {
  fill: #fff;
  width: 40px;
  height: 40px;
}

.nav__item:first-child {
  background: #E61A19;
}

.nav__contacts {
  display: none;
  padding: 20px;
}
.nav__contacts .nav__icon {
  width: 20px;
  height: 20px;
  fill: #E61A19;
  margin-right: 15px;
  flex-shrink: 0;
}
.nav__contacts .nav__phone {
  margin-bottom: 20px;
  display: flex;
}
.nav__contacts .nav__phone a {
  color: #212121;
  font-weight: 600;
  font-size: 20px;
  display: block;
}
.nav__contacts .nav__email {
  display: flex;
}
.nav__contacts .nav__email a {
  font-size: 16px;
  color: #212121;
  margin-bottom: 20px;
}
.nav__contacts .nav__adress {
  display: flex;
}
.nav__contacts .nav__adress p {
  font-size: 14px;
  line-height: 1.4;
  color: #212121;
}

.open .nav__contacts {
  display: block;
}

@media only screen and (max-width: 1200px) {
  .nav__list--dropdown {
    width: 900px;
  }
}
@media only screen and (max-width: 946px) {
  .open .close_btn {
    display: block;
  }
  .nav__list--dropdown {
    width: 100%;
  }
  .nav__link {
    padding: 15px 15px 15px 55px;
  }
  .dropdown-submenu__list-item a {
    padding: 3px 20px;
  }
  .dropdown-submenu__title {
    padding: 0 18px;
  }
}
@media only screen and (max-width: 1200px) {
  .nav__link {
    font-size: 16px;
  }
}
.scrolled .nav__list--dropdown {
  left: 0;
}

@media only screen and (max-width: 1200px) {
  .scrolled .nav__list--dropdown {
    left: -200px;
  }
}
@media only screen and (max-width: 946px) {
  .scrolled .nav__list--dropdown {
    left: 100%;
  }
}
.page {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.footer {
  margin-top: auto;
  padding: 40px 0;
  background: #F9F9F9;
}
.footer hr {
  background-color: rgb(62, 62, 62);
  margin: 20px 0;
}
.footer .messengers {
  margin: 20px 0;
  border-right: none;
  align-items: flex-start;
  padding: 0;
}
.footer__logos {
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
  flex-direction: column;
  
}
.footer__logos img{
     max-width: 30%;

}
.footer__logos .logo__title {
  font-size: 24px;
  color: #212121;
  margin-top: 20px;
  font-weight: 700;
}
.footer__name {
  color: #fff;
  font-size: 24px;
  margin-bottom: 15px;
  font-weight: 600;
  text-transform: uppercase;
}
.footer__descriptor {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #212121;
}
.footer__title {
  color: #212121;
  font-size: 18px;
  margin-bottom: 30px;
  font-weight: 800;
  text-transform: uppercase;
}
.footer__phones {
  margin-bottom: 30px;
}
.footer__phone {
  display: block;
  color: #212121;
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 600;
}
.footer__ws {
  margin-bottom: 20px;
}
.footer__ws a {
  font-size: 16px;
  color: #212121;
  opacity: 0.8;
}
.footer__ws a:hover {
  opacity: 1;
}
.footer__contact {
  display: flex;
  margin-bottom: 20px;
}
.footer__contact a {
  font-size: 16px;
  color: #212121;
  opacity: 0.8;
  margin-bottom: 15px;
  display: block;
  line-height: 1.4;
}
.footer__contact a:hover {
  opacity: 1;
}
.footer__ic {
  width: 17px;
  height: 17px;
  fill: #E61A19;
  margin-right: 10px;
  margin-top: 5px;
}
.footer__marker {
  width: 21px;
  height: 21px;
}
.footer__menu {
  margin-bottom: 30px;
}
.footer__menu a {
  font-size: 16px;
  color: #212121;
  opacity: 0.8;
  margin-bottom: 15px;
  display: block;
  line-height: 1.4;
}
.footer__menu a:hover {
  opacity: 1;
}
.footer__info {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.footer__privacy {
  flex-basis: 50%;
  font-size: 12px;
  color: #212121;
  opacity: 0.8;
  line-height: 1.4;
}
.footer__delosait {
  display: flex;
  flex-basis: 20%;
  justify-content: flex-end;
}
.footer__delosait a {
  font-size: 12px;
  opacity: 0.8;
  color: #212121;
}
.footer__delosait a:hover {
  opacity: 1;
}

.payment {
  display: flex;
}
.payment__item {
  margin-right: 11px;
}

@media only screen and (max-width: 560px) {
  .footer__privacy {
    flex-basis: 100%;
    margin-bottom: 20px;
  }
  .footer__delosait {
    flex-basis: 100%;
    margin-bottom: 20px;
  }
  .footer__title {
    margin-bottom: 20px;
    font-size: 16px;
  }
  .footer__menu a {
    font-size: 14px;
    line-height: 1.3;
  }
  .footer__phone {
    font-size: 16px;
  }
  .footer__contact {
    display: flex;
  }
  .footer__contact a {
    font-size: 14px;
    margin-bottom: 0px;
  }
  .footer__ic {
    margin-top: 0;
    flex-shrink: 20;
  }
  .footer__delosait {
    justify-content: flex-start;
  }
}
.messengers__icons {
  display: flex;
}
.messengers__icons .ic_mes {
  width: 15px;
  height: 15px;
  fill: #212121;
}
.messengers__icons a {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
}
.messengers__icons a:last-child {
  margin-right: 0;
}
.messengers__icons a:hover {
  opacity: 0.8;
}
.messengers__icons a:hover .ic_mes {
  fill: #fff;
}
.messengers__ws {
  background: #26D366;
}
.messengers__tg {
  background: #26A0D4;
}

.mobile_buttons {
  display: none;
}

@media only screen and (max-width: 946px) {
  .mobile_buttons {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-right: 10px;
  }
  .mobile_buttons a {
    background: #E61A19;
    width: 37px;
    height: 37px !important;
    margin-right: 2px;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
  }
  .mobile_buttons .ic_mob {
    width: 20px;
    height: 20px;
    fill: #fff;
  }
}
.homeslide {
  height: 413px;
}
.homeslide__info {
  margin-top: 40px;
  padding-left: 30px;
}
.homeslide__title {
  font-size: 32px;
  color: #fff;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 30px;
}
.homeslide__row {
  height: 100%;
}
.homeslide img {
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.homeslide__white {
  padding: 10px;
  background: #fff;
  display: flex;
  align-items: center;
  margin-right: -30px;
  position: relative;
  z-index: 100;
}
.homeslide__txt {
  font-size: 30px;
  color: #212121;
  margin-right: 10px;
  font-weight: 700;
  text-transform: uppercase;
}
.homeslide__icon {
  width: 10px;
  height: 10px;
  margin-left: 10px;
}
.homeslide__btn {
  padding: 20px 40px;
}

.arrows {
  position: relative;
  margin-top: -60px;
  margin-left: 416px;
}
.arrows .pr-prev, .arrows .pr-next {
  border: none;
  box-shadow: none;
  width: 60px;
  height: 60px;
  background: #fff;
}

@media only screen and (max-width: 1400px) {
  .homeslide__title {
    font-size: 24px;
  }
  .homeslide__txt {
    font-size: 24px;
  }
  .arrows {
    position: relative;
    margin-top: -60px;
    margin-left: 4px;
  }
}
@media only screen and (max-width: 768px) {
  .homeslide {
    height: 513px;
  }
  .homeslide__info {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 520px) {
  .homeslide__title {
    font-size: 20px;
  }
  .homeslide__txt {
    font-size: 18px;
  }
  .homeslide__info {
    padding: 15px;
  }
  .homeslide__white {
    padding: 15px;
    margin-right: 0;
  }
  .homeslide__btn {
    padding: 20px 20px;
  }
}
.btn {
  display: inline-flex;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  transition: all 0.3s;
  cursor: pointer;
  line-height: 1;
  text-decoration: none;
  font-size: 16px;
}

.btn-gray {
  background: #F0F0F0;
  border: 1px solid #F0F0F0;
  color: #212121;
}
.btn-gray:hover {
  background: #e3e3e3;
}

.tizers {
  margin: 60px 0;
}

.tizer {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.tizer__info {
  margin-top: 20px;
  line-height: 1.3;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .tizer {
    flex-direction: row;
    margin-bottom: 20px;
  }
  .tizer__info {
    margin-top: 0;
    margin-left: 20px;
    text-align: left;
  }
  .tizer img {
    width: 40px;
    height: 40px;
  }
}
.categories {
  margin: 60px 0;
}

.category {
  display: flex;
  padding: 15px;
  border: 1px solid #ececec;
  width: 100%;
  align-items: center;
}
.category:hover {
  box-shadow: 0 10px 20px #ececec;
  border: 1px solid #fff;
}
.category img {
  width: 99px;
  height: 99px;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}
.category__title {
  line-height: 1.3;
  font-weight: 700;
  color: #212121;
  margin-left: 20px;
}

.product-tabs {
  background: #F6F7FA;
  padding: 40px 0;
}

/* .product-navs {
    padding-top: 80px;
} */
.block-title {
  color: #212121;
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 40px;
}

@media only screen and (max-width: 576px) {
  .block-title {
    font-size: 22px;
  }
  .product-navs {
    padding-top: 40px;
  }
  .product-tabs {
    padding: 80px 0;
  }
}
.product {
  padding: 30px 15px;
  background: #fff;
  text-align: center;
  border: 1px solid #ececec;
  transition: all 0.3s;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.product:hover {
  box-shadow: 0 10px 20px #e0e0e0;
  border: #fff;
}
.product__img {
  display: flex;
  width: 100%;
  margin-bottom: 20px;
  justify-content: center;
}
.product__img img {
  width: 200px;
  height: 200px;
  -o-object-fit: contain;
  object-fit: contain;
}
.product__category {
  color: #6E6E6E;
  font-size: 16px;
  margin-bottom: 20px;
}
.product__title {
  line-height: 1.3;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 30px;
  display: block;
  color: #212121;
}
.product__btn {
  display: inline-block;
  text-align: center;
  color: #fff;
  font-size: 18px;
  background: #0566B4;
  padding: 17px 20px;
  border-radius: 4px;
  margin-top: auto;
  align-self: center;
}
.product__btn:hover {
  color: #fff;
  background: #04589b;
}

.product-tabs .slick-slide {
  margin-right: 15px;
}

.slick-slide .product {
  height: 460px;
}

.arrows-tabs1 {
  display: flex;
  justify-content: flex-end;
  position: absolute;
  z-index: 10;
  top: -120px;
  right: 15px;
}
.arrows-tabs1 .pr-prev1,
.arrows-tabs1 .pr-next1 {
  background: #F2F2F2;
  width: 60px;
  height: 60px;
  font-size: 20px;
  border: none;
}
.arrows-tabs1 .pr-prev1:hover,
.arrows-tabs1 .pr-next1:hover {
  background: #e5e5e5;
}
.arrows-tabs1 button:not(:last-child) {
  margin-right: 10px;
}

.arrows-tabs2 {
  display: flex;
  justify-content: flex-end;
  position: absolute;
  z-index: 10;
  top: -120px;
  right: 15px;
}
.arrows-tabs2 .pr-prev2,
.arrows-tabs2 .pr-next2 {
  background: #F2F2F2;
  width: 60px;
  height: 60px;
  font-size: 20px;
  border: none;
}
.arrows-tabs2 .pr-prev2:hover,
.arrows-tabs2 .pr-next2:hover {
  background: #e5e5e5;
}
.arrows-tabs2 button:not(:last-child) {
  margin-right: 10px;
}

.arrows-tabs3 {
  display: flex;
  justify-content: flex-end;
  position: absolute;
  z-index: 10;
  top: -120px;
  right: 15px;
}
.arrows-tabs3 .pr-prev3,
.arrows-tabs3 .pr-next3 {
  background: #F2F2F2;
  width: 60px;
  height: 60px;
  font-size: 20px;
  border: none;
  border-radius: 4px;
}
.arrows-tabs3 .pr-prev3:hover,
.arrows-tabs3 .pr-next3:hover {
  background: #e5e5e5;
}
.arrows-tabs3 button:not(:last-child) {
  margin-right: 10px;
}

@media only screen and (max-width: 576px) {
  .arrows-tabs2,
  .arrows-tabs3,
  .arrows-tabs1 {
    top: -70px;
  }


}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #212121;
  font-weight: 500;
  background-color: #fff;
  border-color: transparent transparent transparent;
  font-size: 16px;
}

.nav-tabs .nav-link.active {
  border-bottom: 2px solid #0566B4;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border-color: transparent transparent transparent;
  isolation: isolate;
  border-bottom: 2px solid #0566B4;
}

.nav-tabs .nav-link {
  color: #6E6E6E;
  font-weight: 500;
  font-size: 16px;
}

.nav-tabs {
  border-bottom: none;
}

/* bootstrap hack: fix content width inside hidden tabs */
.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: block;
  /* undo display:none          */
  height: 0;
  /* height:0 is also invisible */
}

.tab-content > .active,
.pill-content > .active {
  height: auto;
  /* let the content decide it  */
}

/* bootstrap hack end */
@media only screen and (max-width: 576px) {
  .nav-tabs .nav-item.show .nav-link,
  .nav-tabs .nav-link.active {
    font-size: 16px;
  }
  .nav-tabs .nav-link {
    font-size: 16px;
  }
}
.banner_block {
  position: relative;
  margin-bottom: 20px;
}
.banner_block img {
  width: 100%;
  display: block;
}

.banner_block__info {
  position: absolute;
  bottom: 0;
  background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
  width: 100%;
}

.banner_title {
  color: #000;
  font-weight: 400;
  font-size: 17px;
  display: inline-block;
  line-height: 1.3;
  padding: 5px 10px;
  background: #FFC700;
  margin-bottom: 10px;
}

.banner_info {
  color: #fff;
  font-weight: 400;
  font-size: 15px;
  margin-bottom: 20px;
  line-height: 1.3;
  padding: 0 10px;
}

.heading-subtitle {
  font-size: 16px;
  line-height: 1.3;
  color: #212121;
  margin-bottom: 20px;
}

.numbers {
  margin: 60px 0;
}
.numbers__red {
  background: #E61A19;
  padding: 60px 0;
}
.numbers__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.numbers__top {
  font-size: 60px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #fff;
}
.numbers__top span {
  font-size: 18px;
}
.numbers__bottom {
  font-size: 14px;
  text-transform: uppercase;
  line-height: 1.3;
  color: #fff;
  text-align: center;
  opacity: 0.7;
}

@media only screen and (max-width: 576px) {
  .numbers__item {
    flex-direction: row;
    justify-content: start;
  }
  .numbers__top {
    margin-right: 15px;
    font-size: 30px;
    flex-basis: 25%;
  }
  .numbers__bottom {
    text-align: left;
    flex-basis: 70%;
  }
}
.gallery {
  margin: 60px 0;
}
.gallery p {
  font-size: 16px;
  padding: 7px 0;
  color: #6E6E6E;
  line-height: 1.4;
}
.gallery__btn {
  margin: 30px 0;
  display: inline-block;
  padding: 20px 30px;
}

.about_slider--img {
  width: 100%;
}
.about_slider--img img {
  display: block;
  height: 400px;
  -o-object-fit: cover;
  object-fit: cover;
}

@media only screen and (max-width: 576px) {
  .about {
    padding: 30px 0;
  }
  .about p {
    font-size: 16px;
  }
}
.about-arrows {
  display: flex;
  justify-content: flex-end;
  margin-top: -70px;
  margin-right: 20px;
  position: relative;
  z-index: 10;
}
.about-arrows .prev,
.about-arrows .next {
  background: #fff;
  width: 60px;
  height: 60px;
  font-size: 20px;
  border: none;
}
.about-arrows .prev:hover,
.about-arrows .next:hover {
  background: #ececec;
}
.about-arrows button:not(:last-child) {
  margin-right: 10px;
}

.sidebar-nav {
  margin: 30px 0;
}
.sidebar-nav li {
  border-bottom: 1px solid rgb(236, 236, 236);
  
}
.sidebar-nav .active a {
  font-weight: 600;
  color: #212121;
}
.sidebar-nav a {
  padding: 15px 0 15px 15px;
  display: block;
  font-weight: 400;
  color: #6E6E6E;
  line-height: 1.3;

}
.sidebar-nav a:hover {
  color: #212121;
}

.category-page {
  background: #fff;
  margin: 20px 0;
  position: relative !important;
  transition: 0.3s;
  display: block;
  width: 100%;
}
.category-page__img {
  width: 100%;
  display: block;
  height: 250px;
  position: relative;
  z-index: 60;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
.category-page__img img {
  width: 100%;
max-height: 250px;
  -o-object-fit: cover;
  object-fit: cover;
}
.category-page__title {
  font-weight: 600;
  color: #212121;
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 20px;
  position: relative;
  z-index: 60;
}
.category-page__descr {
  position: absolute !important;
  opacity: 0;
  padding: 15px;
  line-height: 1.4;
  color: #6E6E6E;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.0705882353);
  bottom: 0%;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 90;
  max-height: 200px;
  transition: 0.3s;
}
.category-page:hover .category-page__descr {
  opacity: 1;
}

/*Скролл*/
.simplebar-track.simplebar-vertical {
  background-color: #d9d9d9;
  width: 5px;
}

.simplebar-content-wrapper {
  padding-right: 15px;
}

.simplebar-scrollbar::before {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
  background-color: #2871c5;
  border-radius: 0;
}

.simplebar-track.simplebar-vertical .simplebar-scrollbar::before {
  top: 0;
  bottom: 0;
}

.simplebar-scrollbar.simplebar-visible::before {
  opacity: 1;
}

@media only screen and (max-width: 576px) {
  .order1 {
    order: 2;
  }
  .order2 {
    order: 1;
  }
}
.content {
  margin: 30px 0 200px 0;
}
.content .picture {
  margin-bottom: 20px;
}
.content .picture img {
  max-height: 400px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.content h2 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 10px;
  line-height: 1.3;
  color: #212121;
}
.content h3 {
  font-size: 20px;
  font-weight: 600;
  margin: 10px 0;
  line-height: 1.3;
  color: #212121;
}
.content p {
  color: #6E6E6E;
  line-height: 1.5;
  margin: 4px 0;
  font-size: 16px;
}
.content ul {
  list-style-type: disc;
  padding-left: 30px;
  line-height: 1.3;
}
.content li {
  line-height: 1.3;
  padding: 4px 0;
  color: #6E6E6E;
  font-size: 16px;
}
.content td,
.content th {
  font-size: 16px;
  line-height: 1.3;
}

@media only screen and (max-width: 576px) {
  .content {
    margin-top: 0;
    padding: 0;
  }
  .content h2 {
    font-size: 18px;
  }
  .content h3 {
    font-size: 18px;
  }
  .content p {
    color: #6E6E6E;
    line-height: 1.3;
    margin: 7px 0;
    font-size: 14px;
  }
  .content ul {
    list-style-type: disc;
    padding-left: 30px;
    line-height: 1.3;
  }
  .content li {
    font-size: 14px;
  }
  .content td,
  .content th {
    font-size: 14px;
    line-height: 1.3;
  }
  .content .picture {
    margin-top: 20px;
  }
}
.nav-link {
  cursor: pointer;
}

.product-single__img {
  text-align: center;
}
.product-single__title {
  font-size: 28px;
  font-weight: 600;
  line-height: 1.3;
  padding: 7px 0;
  margin-bottom: 20px;
}
.product-single__btn {
  padding: 20px 30px;
  border-radius: 4px;
  margin-bottom: 30px;
  background: #0566B4;
  color: #fff;
}
.product-single__btn:hover {
  color: #fff;
  background: #0674cd;
}
.product-single__content {
  padding: 0 0 30px 0;
}
.product-single__content h2 {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
  color: #212121;
  margin-top: 20px;
}
.product-single__content h3 {
  margin-top: 20px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
  color: #212121;
}
.product-single__content p {
  color: #6E6E6E;
  line-height: 1.5;
  margin: 7px 0;
  font-size: 16px;
}
.product-single__content ul {
  list-style-type: disc;
  padding-left: 30px;
  line-height: 1.3;
  margin-bottom: 20px;
}
.product-single__content li {
  line-height: 1.5;
  padding: 7px 0;
  color: #6E6E6E;
  font-size: 16px;
}
.product-single__content td,
.product-single__content th {
 font-size: 14px;
line-height: 1.3;
padding: 7px;
}
.product-single .tab-content > .tab-pane,
.product-single .pill-content > .pill-pane {
  /* undo display:none          */
  height: auto;
  /* height:0 is also invisible */
}
.product-single .tab-content > .tab-pane {
  display: none;
}
.product-single .show {
  display: block !important;
}

.fasovka {
  display: flex;
  margin-bottom: 40px;
}

.fasovka__title {
  color: #66727F;
  margin-right: 10px;
  font-size: 14px;
}

.fasovka__mean {
  color: #0B1F33;
  font-weight: 600;
  font-size: 18px;
}

@media only screen and (max-width: 576px) {
  .product-single th,
  .product-single td {
    font-size: 14px;
    line-height: 1.3;
  }
  .product-single__price {
    font-size: 12px;
  }
  .product-single__price span {
    font-size: 15px;
  }
  .product-single__content {
    padding: 15px;
  }
  .product-single__content h2 {
    font-size: 18px;
  }
  .product-single__content h3 {
    font-size: 18px;
  }
  .product-single__content p {
    color: #6E6E6E;
    line-height: 1.3;
    margin: 7px 0;
    font-size: 14px;
  }
  .product-single__content ul {
    list-style-type: disc;
    padding-left: 30px;
    line-height: 1.3;
  }
  .product-single__content li {
    font-size: 14px;
  }
  .product-single__content td,
  .product-single__content th {
    font-size: 14px;
    line-height: 1.3;
  }
}
.documents {
  display: flex;
  flex-direction: column;
  border: 1px solid #ececec;
}
.documents__item:not(:last-child) {
  border-bottom: 1px solid #ececec;
}
.documents__item {
  display: flex;
  align-items: stretch;
  color: #212121;
  font-size: 16px;
  line-height: 1.3;
}
.documents__item:hover {
  box-shadow: 0 0 20px #ececec;
}
.documents__icon {
  flex-basis: 5%;
  flex-shrink: 0;
  border-right: 1px solid #ececec;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.documents__size {
  color: #6E6E6E;
  font-size: 12px;
  margin-top: 10px;
  opacity: 0.7;
}
.documents__title {
  flex-basis: 95%;
  padding: 30px 20px;
}

@media only screen and (max-width: 968px) {
  .documents__icon {
    flex-basis: auto;
    padding: 10px;
  }
  .documents__title {
    flex-basis: auto;
  }
}
@media only screen and (max-width: 576px) {
  .documents__item {
    font-size: 16px;
  }
}
.contacts {
  border: 1px solid #ececec;
  padding: 20px;
}
.contacts__top {
  width: 100%;
  height: 300px;
  position: relative;
  margin-bottom: 20px;
}
.contacts__top img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.contacts__info {
  position: absolute;
  bottom: 0;
  left: 0px;
  background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
  padding-top: 30px;
  padding-left: 20px;
  padding-right: 10px;
  width: 100%;
}
.contacts__subtitle {
  font-size: 14px;
  color: #fff;
  margin-bottom: 20px;
}
.contacts__title {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 20px;
}
.contacts__group {
  margin: 20px 0;
}
.contacts__label {
  font-size: 16px;
  color: #6E6E6E;
  margin-bottom: 10px;
}
.contacts__input {
  margin-bottom: 10px;
}
.contacts__input a {
  color: #212121;
  font-size: 18px;
  text-decoration: none;
  display: block;
  margin-bottom: 10px;
  font-weight: 600;
}
.contacts__btn {
  width: 100%;
  background: #fff;
  border: 1px solid #0566B4;
  color: #0566B4;
  font-weight: 600;
  padding: 15px 5px;
  cursor: pointer;
  transition: all 0.3s;
  display: block;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
}
.contacts__btn:hover {
  border: 1px solid #0566B4;
  color: #fff;
  background: #0566B4;
}

.content-contacts {
  margin: 20px 0;
}

.heading {
  background: #ececec;
  padding: 30px 0px 30px 0;
}
.heading h1 {
  font-size: 32px;
  color: #212121;
  line-height: 1.3;
  margin-bottom: 20px;
  margin-top: 0;
  font-weight: 600;
}
.breadcrumbs{
  color: #9f9f9f;
  font-size: 15px;
}

.breadcrumbs li {
  display: inline-block;
  font-size: 15px;
  color: #6E6E6E;
}
.breadcrumbs li a {
  color: #6E6E6E;
  text-decoration: none;
}
.breadcrumbs li a:hover {
  color: #6E6E6E;
}
/* .breadcrumbs li + li::before {
  color: #6E6E6E;
  content: "—";
  padding: 0 5px;
} */
.breadcrumbs li :last-child::after {
  color: #6E6E6E;
  content: "—";
  padding: 0 5px;
}

body.modal-open {
  padding-right: 0px !important;
}

body {
  overflow-y: scroll !important;
}

.compensate-for-scrollbar {
  padding-right: 0px !important;
}

textarea:focus {
  border: none;
  outline: none !important;
}

.modal-header {
  justify-content: center;
  position: relative;
}

.graypart {
  background-color: #f6f9fc;
}

.mc-wrp {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.modal-content {
  position: relative;
}

.btn-close {
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 50;
}

#watchme {
  border: none;
  background: transparent;
  box-shadow: none;
}
#watchme .btn-close {
  right: -30px;
}
#watchme .modal-content {
  border: none;
  background: transparent;
  box-shadow: none;
}

.modal-title {
  font-weight: 600;
  font-size: 22px;
  line-height: 1.2;
  color: #212121;
}

.modal-subtitle {
  margin-bottom: 20px;
  color: #6E6E6E;
}

.modal-contacts {
  padding: 20px 40px;
}
.modal-contacts__heading {
  font-weight: 300;
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 20px;
  color: #212121;
}
.modal-contacts__contacts a {
  display: block;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 700;
  color: #212121;
  margin-bottom: 5px;
}
.modal-contacts__bottom {
  margin-top: 40px;
  font-size: 14px;
  display: inline-flex;
  color: #212121;
  align-items: center;
  padding: 10px 17px;
  border: 1px solid #ececec;
  -moz-column-break-after: 4px;
  break-after: 4px;
}
.modal-contacts__bottom span {
  margin-left: 10px;
}
.modal-contacts__bottom .ic_modal {
  width: 20px;
  height: 20px;
  fill: #E61A19;
}

.files {
  font-size: 10px;
}

.form-group_modal {
  padding: 40px 40px;
}
.form-group_modal label {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 10px;
  width: 100%;
}

.form_input__modal {
  padding: 13px 0px;
  border: none;
  border-bottom: 1px solid lightgray;
  margin-bottom: 20px;
  border-radius: 0px;
  width: 100%;
  background: transparent;
}
.form_input__modal:focus {
  border-bottom: 2px solid #E61A19;
}

.form_group__bottom-modal {
  padding: 0px 40px;
  flex-direction: column;
  margin-bottom: 20px;
}

.form_btn__modal {
  padding: 17px 40px;
  background: #E61A19;
  color: #fff;
  border: 1px solid #E61A19;
  transition: all 0.3s;
  display: block;
  margin-bottom: 30px;
  border-radius: 4px;
}
.form_btn__modal:hover {
  background: #fff;
  color: #244d72;
  border: 1px solid #E61A19;
}

.politika_modal {
  font-size: 12px;
  line-height: 1.4;
  margin-bottom: 20px;
}

.close-menu__modal {
  position: absolute;
  right: 15px;
  top: 30px;
  cursor: pointer;
  width: 25px;
  height: 25px;
  z-index: 900;
}

.close-menu__modal span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #212121;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}

.close-menu__modal span:nth-child(1) {
  top: 12px;
  width: 0%;
  left: 50%;
}

.close-menu__modal span:nth-child(2) {
  transform: rotate(45deg);
}

.close-menu__modal span:nth-child(3) {
  transform: rotate(-45deg);
}

.close-menu__modal span:nth-child(4) {
  top: 12px;
  width: 0%;
  left: 50%;
}

.reg_tabs {
  margin: 0 40px;
}

.modal-header_reg {
  border-bottom: 1px solid transparent;
  flex-direction: column;
  padding: 30px 0;
}

.modal-header {
  padding: 40px 20px 20px 40px;
  display: flex;
  flex-direction: column;
}
.modal-header h5 {
  font-weight: 700;
  font-size: 22px;
  line-height: 1.2;
}
.modal-header h5 span {
  font-weight: 300;
  font-size: 18px;
}
.modal-header a {
  display: block;
  font-size: 22px;
  text-decoration: none;
  font-weight: 700;
}

.modal-body {
  position: relative;
  z-index: 700;
  padding: 0;
}

#success {
  margin: auto auto;
  max-width: 460px;
  height: 400px;
  background-color: #fff;
  background-image: none;
  text-align: center;
  padding: 40px;
  display: none;
  z-index: 9999;
  position: fixed;
  top: 50%;
  left: 0;
  right: 0;
  box-shadow: 1px 10px 20px rgba(30, 30, 30, 0.3019607843);
  bottom: 50%;
}

.span-hidden {
  display: none;
}

.text_success {
  font-size: 34px;
  line-height: 1.5;
}

.radio_title {
  font-size: 12px;
  font-weight: 600;
}

.radio_mtitle {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 15px;
}

.radio_block {
  display: flex;
  font-size: 12px;
  align-items: center;
  margin-bottom: 7px;
}
.radio_block input,
.radio_block .radio_title,
.radio_block .radio_old-price {
  margin-right: 10px;
}

.radio_old-price {
  text-decoration: line-through;
  opacity: 0.5;
}

.radio_new-price {
  font-family: "Arial";
  font-weight: 700;
}

.form_group__bottom-modal p {
  font-size: 11px;
  margin-left: 10px;
}

.modal-content .custom_chek {
  display: flex;
  align-items: center;
  padding: 15px 0px;
}
.modal-content .custom_chek p {
  font-size: 11px;
  margin-left: 10px;
  line-height: 1.3;
}

@media only screen and (max-width: 568px) {
  .modal-title {
    font-size: 22px;
    margin-top: 20px;
  }
  .form-group_modal,
  .form_group__bottom-modal {
    padding: 20px 20px;
  }
  .modal-header {
    padding-top: 60px;
  }
  .modal_heading {
    padding: 0px 0px;
    margin-bottom: 20px;
  }
  .text_success {
    font-size: 24px;
    line-height: 1.5;
  }
}
.modal-content {
  height: auto !important;
  overflow: hidden !important;
}

.span-hidden {
  display: none;
}

.checkbox-text {
  margin-left: 10px;
  line-height: 1.3;
  margin-top: -5px;
}

#mainCarousel {
  width: 100%;
  margin: 0 auto 1rem auto;
  --carousel-button-color: #170724;
  --carousel-button-bg: #fff;
  --carousel-button-shadow: 0 2px 1px -1px rgb(0 0 0 / 20%),
      0 1px 1px 0 rgb(0 0 0 / 14%), 0 1px 3px 0 rgb(0 0 0 / 12%);
  --carousel-button-svg-width: 20px;
  --carousel-button-svg-height: 20px;
  --carousel-button-svg-stroke-width: 2.5;
}

#mainCarousel .carousel__slide {
  width: 100%;
  padding: 0;
}

#mainCarousel .carousel__button.is-prev {
  left: -1.5rem;
}

#mainCarousel .carousel__button.is-next {
  right: -1.5rem;
}

#mainCarousel .carousel__button:focus {
  outline: none;
  box-shadow: 0 0 0 4px #A78BFA;
}

#thumbCarousel {
  margin-bottom: 20px;
}

#thumbCarousel .carousel__slide {
  opacity: 0.5;
  padding: 0;
  margin: 0.25rem;
  width: 96px;
  height: 64px;
  overflow: hidden;
}

#thumbCarousel .carousel__slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 4px;
}

#thumbCarousel .carousel__slide.is-nav-selected {
  opacity: 1;
}


td{
    border:1px solid #ececec;
    padding: 0 7px
}
td p{
    font-size: 13px!important;
    padding: 0;
    margin: 0;
    line-height: 1.3;
}


@media only screen and (max-width: 576px) {
  
  .heading h1 {
  font-size: 24px;

}
}

.product__tabs nav{
    margin-bottom: 15px;
}

.search__wrap{
    display: flex;
    justify-content: space-between;
    align-items: center;

}
.search-btn{
    font-size: 16px;
    white-space: nowrap;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 0;
    cursor: pointer;
    border-radius: 0;
}
.scrolled .nav__item{
    margin-right: 13px;
}


@media only screen and (max-width: 1400px) {
  
.nav__item:not(:last-child) {
  margin-right: 15px;
}
.scrolled .logo-scrolled a {
 font-size: 12px;
}
.scrolled .nav__link{
    font-size: 12px;

}



}
@media only screen and (max-width: 1200px) {
    .nav__link{
        font-size: 12px;
    }
    .search-btn{
    font-size: 12px;

}
.scrolled .nav__item{
    margin-right: 6px;
}
.scrolled .link-red {

  padding: 15px 10px 15px 40px;

}
    
}
button{
      border: none;
    box-shadow: none;

}
.search-title {
    font-size: 22px;
    display: block;
    text-align: center;
    margin: 20px 0;
    border: none;
    box-shadow: none;
}
.input-search {
    width: 100%;
}
.search-wrp {
    display: flex;
    margin: 20px 0;
    padding: 0 20px;
}
.ss-result__title a{
    display: block;
    margin-bottom: 15px;
}
@media only screen and (max-width: 946px) {
    .search-btn{
    display: none;
    }
        .nav__link{
        font-size: 14px;
    }
    .btn-mobile{
        display: block;
        margin-top: 20px;
        font-size: 12px;
    }
    .search-title {
    font-size: 16px;
    }
    .input-search {
    font-size: 12px;
}
.search__form button{
        font-size: 12px;

}

}