@font-face {
  font-family: "Tilda Sans";
  src: url("../fonts/TildaSans-Medium.eot");
  src: url("../fonts/TildaSans-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/TildaSans-Medium.woff2") format("woff2"), url("../fonts/TildaSans-Medium.woff") format("woff"), url("../fonts/TildaSans-Medium.ttf") format("truetype"), url("../fonts/TildaSans-Medium.svg#TildaSans-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("../fonts/HelveticaNeue-Medium.eot");
  src: url("../fonts/HelveticaNeue-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeue-Medium.woff2") format("woff2"), url("../fonts/HelveticaNeue-Medium.woff") format("woff"), url("../fonts/HelveticaNeue-Medium.ttf") format("truetype"), url("../fonts/HelveticaNeue-Medium.svg#HelveticaNeue-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("../fonts/HelveticaNeue-Roman.eot");
  src: url("../fonts/HelveticaNeue-Roman.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeue-Roman.woff2") format("woff2"), url("../fonts/HelveticaNeue-Roman.woff") format("woff"), url("../fonts/HelveticaNeue-Roman.ttf") format("truetype"), url("../fonts/HelveticaNeue-Roman.svg#HelveticaNeue-Roman") format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("../fonts/HelveticaNeue-Bold.eot");
  src: url("../fonts/HelveticaNeue-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeue-Bold.woff2") format("woff2"), url("../fonts/HelveticaNeue-Bold.woff") format("woff"), url("../fonts/HelveticaNeue-Bold.ttf") format("truetype"), url("../fonts/HelveticaNeue-Bold.svg#HelveticaNeue-Bold") format("svg");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lora";
  src: url("../fonts/Lora-Regular.eot");
  src: url("../fonts/Lora-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Lora-Regular.woff2") format("woff2"), url("../fonts/Lora-Regular.woff") format("woff"), url("../fonts/Lora-Regular.ttf") format("truetype"), url("../fonts/Lora-Regular.svg#Lora-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter18pt-Medium.eot");
  src: url("../fonts/Inter18pt-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Inter18pt-Medium.woff2") format("woff2"), url("../fonts/Inter18pt-Medium.woff") format("woff"), url("../fonts/Inter18pt-Medium.ttf") format("truetype"), url("../fonts/Inter18pt-Medium.svg#Inter18pt-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Libre Caslon Text";
  src: url("../fonts/LibreCaslonText-Regular.eot");
  src: url("../fonts/LibreCaslonText-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/LibreCaslonText-Regular.woff2") format("woff2"), url("../fonts/LibreCaslonText-Regular.woff") format("woff"), url("../fonts/LibreCaslonText-Regular.ttf") format("truetype"), url("../fonts/LibreCaslonText-Regular.svg#LibreCaslonText-Regular") format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Suisse Intl";
  src: url("../fonts/SuisseIntl-Medium.eot");
  src: url("../fonts/SuisseIntl-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/SuisseIntl-Medium.woff2") format("woff2"), url("../fonts/SuisseIntl-Medium.woff") format("woff"), url("../fonts/SuisseIntl-Medium.ttf") format("truetype"), url("../fonts/SuisseIntl-Medium.svg#SuisseIntl-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Basis Grotesque Pro";
  src: url("../fonts/BasisGrotesquePro-Medium.eot");
  src: url("../fonts/BasisGrotesquePro-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/BasisGrotesquePro-Medium.woff2") format("woff2"), url("../fonts/BasisGrotesquePro-Medium.woff") format("woff"), url("../fonts/BasisGrotesquePro-Medium.ttf") format("truetype"), url("../fonts/BasisGrotesquePro-Medium.svg#BasisGrotesquePro-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
*, ::after, ::before {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  background: #fff;
  color: #929292;
  font-family: "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  padding-top: 177px;
  transition: all 0.5s;
}
body.home {
  padding-top: 0;
}
body.active {
  padding-top: 125px;
}
body.active.home {
  padding-top: 0;
}

a {
  color: #929292;
  text-decoration: none;
  transition: all 0.5s;
}

input, textarea, select, button {
  outline: 0;
  background: none;
  padding: 0;
  border: none;
}

input, textarea {
  transition: all 0.5s;
  border: 1px solid transparent;
}
input:hover, textarea:hover {
  border: 1px solid #A7A7A7;
}
input:focus, textarea:focus {
  border: 2px solid #80A9AA;
}

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

.box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.wrapper {
  max-width: 1309px;
  margin: 0 auto;
  padding: 0 15px;
}

.breadcrumb {
  padding: 19px 0;
  margin-left: -198px;
}
.breadcrumb ol {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 10px;
}
.breadcrumb ol li {
  color: #AEAEAE;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.breadcrumb ol li a {
  color: #AEAEAE;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 10px;
}
.breadcrumb ol li a:after {
  content: "/";
  color: #AEAEAE;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.breadcrumb ol li a:hover {
  color: #80A9AA;
}

.select2-container--open .select2-dropdown {
  border-radius: 6px;
  background: #FFF;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.09);
  border: none;
  top: 0;
  overflow: hidden;
  padding: 15px;
}
.select2-container--open .select2-dropdown .select2-search {
  display: none;
}
.select2-container--open .select2-dropdown .select2-results .select2-results__options .select2-results__option {
  color: #4E4E4E;
  text-align: left;
  font-family: "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  transition: all 0.5s;
}
.select2-container--open .select2-dropdown .select2-results .select2-results__options .select2-results__option.select2-results__option--selected {
  background: none;
  color: #80A9AA !important;
}
.select2-container--open .select2-dropdown .select2-results .select2-results__options .select2-results__option.select2-results__option--highlighted {
  background: none;
  color: #4E4E4E;
}
.select2-container--open .select2-dropdown .select2-results .select2-results__options .select2-results__option:hover {
  color: #4E4E4E;
}

.info-dostavka {
  background: #80A9AA;
  position: absolute;
  padding: 12px 0 17px 0;
  width: 100%;
  top: 0;
  left: 0;
  transition: all 0.5s;
}
.info-dostavka.active {
  top: -50px;
}
.info-dostavka.active + header {
  top: 0;
}
.info-dostavka .close {
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: rotate(0deg);
  height: 12px;
  width: 12px;
  display: block;
}
.info-dostavka .close:hover {
  transform: rotate(180deg);
}
.info-dostavka .text {
  color: #FFF;
  text-align: center;
  font-family: "Tilda Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.home header {
  background: transparent;
  box-shadow: none;
}
.home header.header-fixed .menu {
  background: #fff;
}
.home header.header-fixed .menu ul li a {
  color: #80A9AA;
}
.home header .box {
  padding: 21px 0 20px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}
.home header .box .soc a {
  background: #fff;
  color: #070707;
  border: none;
}
.home header .box .soc a:hover {
  background: #80A9AA;
  color: #fff;
}
.home header .box .logo {
  padding: 2px 0 0 107px;
}
.home header .box .logo a span {
  color: #FFF;
}
.home header .box .logo a span:before {
  background: #fff;
}
.home header .box .right span {
  background: #fff;
}
.home header .box .right a {
  color: #FFF;
}
.home header .box .right a span {
  background: none;
}
.home header .box .right a path {
  fill: #fff;
}
.home header .box .right a:hover {
  color: #80A9AA;
}
.home header .box .right a:hover path {
  fill: #80A9AA;
}
.home header .menu {
  background: transparent;
  transition: all 0.5s;
}
.home header .menu ul li a {
  color: #FFF;
}
.home header .menu ul li a:hover {
  color: #80A9AA;
}

header {
  position: absolute;
  width: 100%;
  top: 48px;
  left: 0;
  background: #FFF;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.05);
  transition: all 0.5s;
  z-index: 100;
}
header.header-fixed .menu {
  position: fixed;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.05);
}
header .wrapper {
  max-width: 1679px;
  padding: 0;
}
header .box {
  padding: 21px 0 20px 0;
  border-bottom: 1px solid #F0F0F0;
}
header .box .burger {
  display: none;
}
header .box .soc {
  display: flex;
  justify-content: flex-start;
  gap: 3px;
}
header .box .soc a {
  width: 34px;
  height: 34px;
  background: #fff;
  border: 1px solid #80A9AA;
  color: #80A9AA;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: flex;
  justify-content: center;
  align-items: center;
}
header .box .soc a:hover {
  background: #80A9AA;
  color: #fff;
}
header .box .logo {
  padding: 2px 0 0 203px;
}
header .box .logo a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 32px;
}
header .box .logo a img {
  width: 158.89px;
}
header .box .logo a span {
  color: #4E4E4E;
  font-family: "Lora", sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 16px;
}
header .box .logo a span:before {
  content: "";
  width: 1px;
  height: 27px;
  background: #AEAEAE;
}
header .box .right {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  align-items: center;
}
header .box .right span {
  width: 1px;
  height: 17px;
  background: #80A9AA;
  margin: 0 20px 0 15px;
}
header .box .right a {
  color: #80A9AA;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 5px 0 0;
  gap: 11px;
}
header .box .right a.popup-open svg {
  margin: -3px 0 0 0;
}
header .box .right a.search {
  padding: 0;
  margin: 5px 74px 0 0;
}
header .box .right a span {
  width: auto;
  height: auto;
  margin: 0;
  background: none;
}
header .box .right a:last-child {
  gap: 7px;
}
header .box .right a path {
  transition: all 0.5s;
  fill: #80A9AA;
}
header .box .right a:hover {
  color: #A0A0A0;
}
header .box .right a:hover path {
  fill: #A0A0A0;
}
header .box .popup-search {
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 600px;
  display: none;
  z-index: 1000;
}
header .box .popup-search.active form button {
  opacity: 0;
}
header .box .popup-search .close {
  position: absolute;
  right: 14px;
  top: 14px;
  width: 17px;
  height: 17px;
}
header .box .popup-search .close:hover {
  transform: rotate(180deg);
}
header .box .popup-search form {
  position: relative;
  max-width: 797px;
  margin: 62px auto 81px auto;
}
header .box .popup-search form input {
  height: 62px;
  width: 100%;
  border-radius: 6px;
  background: #F0F0F0;
  backdrop-filter: blur(12px);
  color: #000;
  text-align: left;
  font-family: "Helvetica Neue", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 0 50px 0 24px;
}
header .box .popup-search form input::placeholder {
  color: #A0A0A0;
}
header .box .popup-search form button {
  width: 21px;
  height: 21px;
  position: absolute;
  right: 18px;
  top: 18px;
  cursor: pointer;
  opacity: 1;
  transition: all 0.5s;
}
header .box .popup-search form button path {
  transition: all 0.5s;
}
header .box .popup-search form button:hover path {
  fill: #80A9AA;
}
header .box .popup-search .search-popup-ini {
  border-radius: 6px;
  background: #FFF;
  backdrop-filter: blur(12px);
  width: 100%;
  max-width: 797px;
  position: absolute;
  left: 0;
  right: 0;
  top: 125px;
  padding: 19px 23px;
  z-index: 1;
  display: none;
  margin: auto;
}
header .box .popup-search .search-popup-ini .close-ini {
  position: absolute;
  right: 20px;
  top: -45px;
}
header .box .popup-search .search-popup-ini .close-ini path {
  transition: all 0.5s;
}
header .box .popup-search .search-popup-ini .close-ini:hover path {
  fill: #80A9AA;
}
header .box .popup-search .search-popup-ini .item {
  display: block;
  width: 100%;
  margin-bottom: 18px;
}
header .box .popup-search .search-popup-ini .item:last-child {
  margin-bottom: 0;
}
header .box .popup-search .search-popup-ini .item .zag {
  color: #4E4E4E;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  margin-bottom: 4px;
  display: block;
  width: fit-content;
  transition: all 0.5s;
}
header .box .popup-search .search-popup-ini .item .text {
  color: #929292;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  display: block;
  width: fit-content;
}
header .box .popup-search .search-popup-ini .item:hover .zag {
  color: #80A9AA;
}
header .box .popup-search .search-popup-ini .btn {
  border-radius: 6px;
  background: #80A9AA;
  width: 100%;
  height: 38px;
  color: #FFF;
  text-align: center;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 32px;
}
header .box .popup-search .search-popup-ini .btn:hover {
  background: #527A7B;
}
header .menu {
  padding: 14px 0 17px 0;
  position: relative;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
}
header .menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 52px;
}
header .menu ul li a {
  color: #80A9AA;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  position: relative;
}
header .menu ul li a:before {
  content: "";
  width: 100%;
  height: 2px;
  background: #80A9AA;
  position: absolute;
  top: -16px;
  left: 0;
  opacity: 0;
  transition: all 0.5s;
}
header .menu ul li a.active:before {
  opacity: 1;
}
header .menu ul li a:hover:before {
  opacity: 1;
}

.sec-1 {
  padding: 260px 0 119px 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.51) 0%, rgba(0, 0, 0, 0.51) 100%), url("../img/img.jpg") 50% 50% no-repeat;
  background-size: cover;
}
.sec-1 h1 {
  color: #FFF;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0 auto 32px auto;
  max-width: 640px;
}
.sec-1 .search {
  margin: 0 auto;
  max-width: 797px;
  position: relative;
}
.sec-1 .search.active form button {
  opacity: 0;
}
.sec-1 .search form {
  position: relative;
}
.sec-1 .search form input {
  height: 62px;
  width: 100%;
  border-radius: 6px;
  background: #FFF;
  backdrop-filter: blur(12px);
  color: #000;
  text-align: left;
  font-family: "Helvetica Neue", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 0 50px 0 24px;
}
.sec-1 .search form input::placeholder {
  color: #A0A0A0;
}
.sec-1 .search form button {
  width: 21px;
  height: 21px;
  position: absolute;
  right: 18px;
  top: 18px;
  cursor: pointer;
  opacity: 1;
}
.sec-1 .search form button path {
  transition: all 0.5s;
}
.sec-1 .search form button:hover path {
  fill: #80A9AA;
}
.sec-1 .search .search-popup {
  border-radius: 6px;
  background: #FFF;
  backdrop-filter: blur(12px);
  width: 100%;
  position: absolute;
  left: 0;
  top: 65px;
  padding: 19px 23px;
  z-index: 1;
  display: none;
}
.sec-1 .search .search-popup .close {
  position: absolute;
  right: 20px;
  top: -45px;
}
.sec-1 .search .search-popup .close path {
  transition: all 0.5s;
}
.sec-1 .search .search-popup .close:hover path {
  fill: #80A9AA;
}
.sec-1 .search .search-popup .item {
  display: block;
  width: 100%;
  margin-bottom: 18px;
}
.sec-1 .search .search-popup .item:last-child {
  margin-bottom: 0;
}
.sec-1 .search .search-popup .item .zag {
  color: #4E4E4E;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  margin-bottom: 4px;
  display: block;
  width: fit-content;
  transition: all 0.5s;
}
.sec-1 .search .search-popup .item .text {
  color: #929292;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  display: block;
  width: fit-content;
}
.sec-1 .search .search-popup .item:hover .zag {
  color: #80A9AA;
}
.sec-1 .search .search-popup .btn {
  border-radius: 6px;
  background: #80A9AA;
  width: 100%;
  height: 38px;
  color: #FFF;
  text-align: center;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 32px;
}
.sec-1 .search .search-popup .btn:hover {
  background: #527A7B;
}

.sec-2 {
  padding: 30px 0 0 0;
}
.sec-2 .box .item {
  width: 15.2%;
  height: 241px;
  position: relative;
}
.sec-2 .box .item .img {
  border-radius: 9px;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
}
.sec-2 .box .item .img:before {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.63) 0%, rgba(0, 0, 0, 0) 86.72%);
  position: absolute;
  left: 0;
  top: 0;
}
.sec-2 .box .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sec-2 .box .item .name {
  color: #FFF;
  font-size: 16px;
  text-align: center;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  position: absolute;
  bottom: 21px;
  width: 100%;
}
.sec-2 .box .item:hover {
  margin: -10px 0 10px 0;
}

.sec-3 {
  padding: 31px 0 0 0;
}
.sec-3 .box {
  align-items: center;
}
.sec-3 .box .title {
  color: #4E4E4E;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px;
}
.sec-3 .box a {
  color: #80A9AA;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  padding: 6px 0 0 0;
}
.sec-3 .box a:hover {
  color: #000;
}
.sec-3 .box .item {
  width: 49.2%;
  height: 446px;
  position: relative;
  padding: 0;
  margin-bottom: 20px;
}
.sec-3 .box .item .img {
  border-radius: 9px;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
}
.sec-3 .box .item .img:before {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.63) 0%, rgba(0, 0, 0, 0) 86.72%);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.sec-3 .box .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
  transform: scale(1);
}
.sec-3 .box .item .box {
  position: absolute;
  bottom: 22px;
  left: 0;
  width: 100%;
  padding: 0 27px 0 33px;
  align-items: flex-end;
  z-index: 2;
}
.sec-3 .box .item .box .name {
  color: #FFF;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  width: 67%;
}
.sec-3 .box .item .box .info {
  display: flex;
  justify-content: flex-end;
  gap: 13px;
  padding-bottom: 3px;
}
.sec-3 .box .item .box .info .like {
  color: #FFF;
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 14px;
  background: url("../img/like.svg") 0 0 no-repeat;
  padding: 0 0 0 20px;
}
.sec-3 .box .item .box .info .comment {
  color: #FFF;
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 14px;
  background: url("../img/comment.svg") 0 0 no-repeat;
  padding: 0 0 0 20px;
}
.sec-3 .box .item:hover .img img {
  transform: scale(1.1);
}
.sec-3 .teg {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 15px 0 19px 0;
  gap: 9px;
}
.sec-3 .teg a {
  border-radius: 9px;
  border: 1px solid #80A9AA;
  background: #FFF;
  color: #80A9AA;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  padding: 11px 0;
  flex-grow: 1;
  text-align: center;
}
.sec-3 .teg a:hover {
  background: #80A9AA;
  color: #FFF;
}

.sec-4 {
  padding: 18px 0 0 0;
}
.sec-4 .box {
  align-items: center;
  margin-bottom: 14px;
}
.sec-4 .box .title {
  color: #4E4E4E;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px;
}
.sec-4 .box a {
  color: #80A9AA;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  padding: 6px 0 0 0;
}
.sec-4 .box a:hover {
  color: #000;
}
.sec-4 .box .item {
  width: 23.8%;
}
.sec-4 .box .item .img {
  border-radius: 9px;
  overflow: hidden;
  width: 100%;
  height: 200px;
  display: block;
  padding: 0;
  margin-bottom: 19px;
}
.sec-4 .box .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: all 0.5s;
}
.sec-4 .box .item .name {
  color: #4E4E4E;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  padding: 0;
  display: block;
  width: fit-content;
  margin-bottom: 10px;
}
.sec-4 .box .item .name:hover {
  color: #80A9AA;
}
.sec-4 .box .item .text {
  color: #929292;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
}
.sec-4 .box .item:hover .img img {
  transform: scale(1.1);
}

.sec-5 {
  padding: 33px 0 0 0;
}
.sec-5 .box {
  background: url("../img/img15.jpg") 50% 50% no-repeat;
  background-size: cover;
  border-radius: 6px;
  overflow: hidden;
  padding: 10px 10px 8px 10px;
}
.sec-5 .slider {
  width: 65%;
  padding: 20px 20px 20px 29px;
  margin: 0;
}
.sec-5 .slider .swiper-slide {
  display: flex;
  flex-direction: column;
}
.sec-5 .slider .cat {
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.35);
  color: #FFF;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  width: fit-content;
  padding: 11px 16px;
}
.sec-5 .slider .title {
  color: #FFF;
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px;
  margin: auto 0 0 0;
}
.sec-5 .slider .text {
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px;
  padding: 2px 0 0 4px;
}
.sec-5 .slider .btn {
  border-radius: 6px;
  background: #80A9AA;
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
  width: fit-content;
  padding: 16px 70px;
  margin: 19px 0 32px 0;
}
.sec-5 .slider .btn:hover {
  background: #527a7b;
}
.sec-5 .slider .swiper-pagination {
  text-align: left;
  padding: 0 0 7px 38px;
  display: flex;
  justify-content: flex-start;
}
.sec-5 .slider .swiper-pagination .swiper-pagination-bullet {
  background: #fff;
  width: 7px;
  height: 7px;
  opacity: 1;
  transition: all 0.5s;
}
.sec-5 .slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  margin-top: -3px;
}
.sec-5 .info-slider {
  width: 30%;
  height: 427px;
  margin: 0;
}
.sec-5 .info-slider .swiper-slide {
  border-radius: 6px;
  background: rgba(0, 0, 0, 0.18) url("../img/arrow.svg") 95% 87% no-repeat;
  backdrop-filter: blur(21px);
  display: block;
  margin-bottom: 5px;
  padding: 27px 35px 36px 35px;
  height: fit-content;
  cursor: pointer;
  transition: all 0.5s;
}
.sec-5 .info-slider .swiper-slide .name {
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px;
  display: block;
  margin-bottom: 3px;
}
.sec-5 .info-slider .swiper-slide .text {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  display: block;
}
.sec-5 .info-slider .swiper-slide:hover {
  background: rgba(0, 0, 0, 0.3) url("../img/arrow.svg") 95% 87% no-repeat;
}

.sec-6 {
  padding: 43px 0 59px 0;
}
.sec-6 .title {
  color: #4E4E4E;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px;
  margin-bottom: 21px;
}
.sec-6 .tovar .swiper-slide {
  width: 183px;
}
.sec-6 .tovar .item {
  width: 183px;
}
.sec-6 .tovar .item .img {
  border-radius: 6px;
  background: #FAFAFA;
  width: 100%;
  height: 183px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 14px;
}
.sec-6 .tovar .item .img a {
  width: 140px;
  height: 145px;
  overflow: hidden;
}
.sec-6 .tovar .item .img a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  mix-blend-mode: darken;
  margin-top: 0;
  transition: all 0.5s;
}
.sec-6 .tovar .item .img a.like {
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  right: 9px;
  top: 7px;
}
.sec-6 .tovar .item .img a.like path {
  transition: all 0.5s;
}
.sec-6 .tovar .item .img a.like:hover path {
  stroke: #80A9AA;
}
.sec-6 .tovar .item .img a.like.active path {
  stroke: #80A9AA;
  fill: #80A9AA;
}
.sec-6 .tovar .item .img a:hover img {
  margin-top: -5px;
}
.sec-6 .tovar .item .cat {
  color: #929292;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 11px;
}
.sec-6 .tovar .item .name {
  color: #2F2F2F;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  display: block;
  margin-bottom: 20px;
}
.sec-6 .tovar .item .name:hover {
  color: #80A9AA;
}
.sec-6 .tovar .item .box {
  justify-content: flex-start;
  gap: 9px;
  margin-bottom: 10px;
}
.sec-6 .tovar .item .box .price {
  color: #2F2F2F;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
}
.sec-6 .tovar .item .box .sale {
  color: #929292;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  text-decoration: line-through;
}
.sec-6 .tovar .item .btn {
  width: 100%;
  border-radius: 6px;
  background: #80A9AA;
  color: #FFF;
  text-align: center;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  display: block;
  padding: 10px 0;
}
.sec-6 .tovar .item .btn:hover {
  background: #527A7B;
}
.sec-6 .tovar .swiper-button-prev, .sec-6 .tovar .swiper-button-next {
  width: 49px;
  height: 49px;
}
.sec-6 .tovar .swiper-button-prev path, .sec-6 .tovar .swiper-button-prev circle, .sec-6 .tovar .swiper-button-next path, .sec-6 .tovar .swiper-button-next circle {
  transition: all 0.5s;
}
.sec-6 .tovar .swiper-button-prev:after, .sec-6 .tovar .swiper-button-next:after {
  display: none;
}
.sec-6 .tovar .swiper-button-prev:hover path, .sec-6 .tovar .swiper-button-next:hover path {
  stroke: #fff;
}
.sec-6 .tovar .swiper-button-prev:hover circle, .sec-6 .tovar .swiper-button-next:hover circle {
  fill: #80A9AA;
}

.sec-7 {
  background: #F4F4F4;
  padding: 33px 0 40px 0;
}
.sec-7 .box {
  align-items: center;
  margin-bottom: 21px;
}
.sec-7 .box .title {
  color: #4E4E4E;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px;
}
.sec-7 .box a {
  color: #80A9AA;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  padding: 0 0 17px 0;
}
.sec-7 .box a:hover {
  color: #000;
}
.sec-7 .box .item {
  background: #FFF url("../img/bg.svg") 35px 30px no-repeat;
  width: 48.1%;
  padding: 65px 60px 36px 111px;
}
.sec-7 .box .item .text {
  color: #4E4E4E;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 22px;
}
.sec-7 .box .item .name {
  color: #80A9AA;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0 0 0 -3px;
  gap: 11px;
}
.sec-7 .box .item .name:before {
  content: "";
  width: 25px;
  height: 1px;
  background: #80A9AA;
}

.sec-8 {
  padding: 33px 0 27px 0;
}
.sec-8 .box {
  align-items: center;
  margin-bottom: 30px;
}
.sec-8 .box .title {
  color: #4E4E4E;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px;
}
.sec-8 .box a {
  color: #80A9AA;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  padding: 18px 0 0 0;
}
.sec-8 .box a:hover {
  color: #000;
}
.sec-8 .box .item {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 30%;
}
.sec-8 .box .item .left {
  border-radius: 6px;
  background: #FAFAFA;
  width: 183px;
  height: 183px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sec-8 .box .item .left img {
  width: 140px;
  height: 145px;
  object-fit: contain;
  mix-blend-mode: darken;
}
.sec-8 .box .item .right {
  width: 47.2%;
  padding: 1px 0 0 0;
}
.sec-8 .box .item .right .star {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 21px;
}
.sec-8 .box .item .right .zag {
  color: #2F2F2F;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  margin: 0 0 13px 3px;
}
.sec-8 .box .item .right .text {
  color: #929292;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  margin: 0 0 11px 3px;
}
.sec-8 .box .item .right a {
  color: #2F2F2F;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 10px;
  border-bottom: 1px solid #2F2F2F;
  padding: 0;
  display: block;
  width: fit-content;
  margin: 0 0 18px 3px;
}
.sec-8 .box .item .right a:hover {
  border-bottom: 1px solid transparent;
}
.sec-8 .box .item .right .name {
  color: #2F2F2F;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  margin: 0 0 0 3px;
}

.sec-9 {
  background: #F0F0F0;
}
.sec-9 .img {
  width: 100%;
  height: 200px;
  background: url("../img/img23.jpg") 50% 50% no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.sec-9 .box {
  padding: 73px 0 80px 0;
  margin: 0 0 0 163px;
  max-width: 838px;
}
.sec-9 .box .title {
  color: #4E4E4E;
  font-size: 19px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
  width: 20%;
  padding: 4px 0 0 0;
}
.sec-9 .box form {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 75%;
}
.sec-9 .box form input {
  border-radius: 6px;
  background: #FFF;
  height: 47px;
  width: 70.5%;
  color: #000;
  text-align: left;
  font-family: "Helvetica Neue", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 0 20px;
}
.sec-9 .box form input::placeholder {
  color: #929292;
}
.sec-9 .box form button {
  border-radius: 6px;
  background: #80A9AA;
  width: 174px;
  height: 47px;
  color: #FFF;
  text-align: center;
  font-family: "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
  cursor: pointer;
  transition: all 0.5s;
}
.sec-9 .box form button:hover {
  background: #527A7B;
}

footer {
  background: #FAFAFA;
  padding: 47px 0 20px 0;
}
footer .box {
  padding: 0 0 0 7px;
}
footer .box .left {
  width: 40%;
}
footer .box .left .logo {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
  gap: 17px;
  margin-bottom: 28px;
}
footer .box .left .logo img {
  width: 180px;
}
footer .box .left .logo span {
  color: #4E4E4E;
  font-family: "Libre Caslon Text", sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 17px;
}
footer .box .left .logo span:before {
  content: "";
  width: 1px;
  height: 27px;
  background: #80A9AA;
}
footer .box .left .soc {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 7px;
  margin: 0 0 0 3px;
}
footer .box .left .soc a {
  width: 39px;
  height: 39px;
  background: #80A9AA;
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: flex;
  justify-content: center;
  align-items: center;
}
footer .box .left .soc a:hover {
  background: #929292;
}
footer .box .right {
  width: 52.8%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 8px 0 0 0;
}
footer .box .right .item {
  width: 31%;
}
footer .box .right .item .zag {
  color: #80A9AA;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  margin-bottom: 22px;
}
footer .box .right .item ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
footer .box .right .item ul li a {
  color: #80A9AA;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
}
footer .box .right .item ul li a:hover {
  color: #929292;
}
footer .foot {
  border-top: 1px solid rgba(100, 141, 142, 0.45);
  margin: 257px 0 0 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 23px 0 0 0;
}
footer .foot .copy {
  color: #848484;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 14px;
  width: 34%;
}
footer .foot .link {
  margin: -3px 0 0 0;
}
footer .foot .link a {
  color: #848484;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 14px;
}
footer .foot .link a:hover {
  color: #80A9AA;
}
footer .foot .design {
  margin: 0 -3px 0 0;
  width: 33.6%;
}
footer .foot .design a {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  gap: 13px;
}
footer .foot .design a span {
  color: #848484;
  text-align: right;
  font-family: "Suisse Intl", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  margin: 0 0 -4px 0;
  transition: all 0.5s;
}
footer .foot .design a path {
  transition: all 0.5s;
}
footer .foot .design a:hover span {
  color: #80A9AA;
}
footer .foot .design a:hover path {
  fill: #80A9AA;
}

.sec-10 {
  background: #F4F4F4;
  padding-bottom: 37px;
}
.sec-10 .breadcrumb {
  margin-bottom: 18px;
}
.sec-10 h1 {
  color: #4E4E4E;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  margin-bottom: 21px;
}
.sec-10 .text {
  color: #929292;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  margin: 0 auto 55px auto;
  max-width: 600px;
}
.sec-10 .box {
  margin: 0 0 0 -4px;
}
.sec-10 .box .item {
  width: 15.8%;
  height: 130px;
  position: relative;
}
.sec-10 .box .item .img {
  border-radius: 15px;
  border: 4px solid transparent;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  transition: all 0.5s;
}
.sec-10 .box .item .img:before {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.63) 0%, rgba(0, 0, 0, 0) 86.72%);
  position: absolute;
  left: 0;
  top: 0;
}
.sec-10 .box .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sec-10 .box .item .name {
  color: #FFF;
  font-size: 16px;
  text-align: center;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  position: absolute;
  bottom: 25px;
  width: 100%;
}
.sec-10 .box .item:hover .img, .sec-10 .box .item.active .img {
  border: 4px solid #80A9AA;
}
.sec-10 .box .left {
  width: 50%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 34px;
  margin-bottom: 6px;
}
.sec-10 .box .left .img {
  width: 157px;
  height: 157px;
  flex-shrink: 0;
  background: #fff;
  border-radius: 200px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sec-10 .box .left .img img {
  width: 125px;
  height: 32px;
  object-fit: contain;
  mix-blend-mode: darken;
}
.sec-10 .box .left .info {
  width: 70%;
  padding: 19px 0 0 0;
}
.sec-10 .box .left .info .zag {
  color: #4E4E4E;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
}
.sec-10 .box .left .info .text {
  color: #929292;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  text-align: left;
  margin: 9px 0 0 1px;
}
.sec-10 .box .right {
  width: 194px;
  padding: 23px 0 0 0;
}
.sec-10 .box .right .total {
  color: #4E4E4E;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  padding: 0 0 12px 0;
  margin-bottom: 15px;
  border-bottom: 1px solid #DEDEDE;
}
.sec-10 .box .right .box {
  margin: 0;
}
.sec-10 .box .right .box .star {
  display: flex;
  justify-content: flex-start;
  gap: 14px;
  align-items: center;
  margin-bottom: 7px;
}
.sec-10 .box .right .box .star span {
  color: #4E4E4E;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  padding: 2px 0 0 0;
}
.sec-10 .box .right .box .txt {
  color: #4E4E4E;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
}
.sec-10 .search {
  margin: -2px auto 24px auto;
  max-width: 797px;
}
.sec-10 .search form {
  position: relative;
}
.sec-10 .search form input {
  height: 62px;
  width: 100%;
  border-radius: 6px;
  background: #FFF;
  backdrop-filter: blur(12px);
  color: #000;
  text-align: left;
  font-family: "Helvetica Neue", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 0 50px 0 24px;
}
.sec-10 .search form input::placeholder {
  color: #A0A0A0;
}
.sec-10 .search form button {
  width: 21px;
  height: 21px;
  position: absolute;
  right: 18px;
  top: 18px;
  cursor: pointer;
}
.sec-10 .search form button path {
  transition: all 0.5s;
}
.sec-10 .search form button:hover path {
  fill: #80A9AA;
}
.sec-10 .link {
  display: flex;
  justify-content: center;
  gap: 55px;
  margin: 0 0 -36px 10px;
}
.sec-10 .link a {
  color: #80A9AA;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border-bottom: 2px solid transparent;
  padding-bottom: 11px;
}
.sec-10 .link a:hover {
  border-bottom: 2px solid #80A9AA;
}
.sec-10 .link a.active {
  border-bottom: 2px solid #80A9AA;
}
.sec-10 .likes {
  display: flex;
  justify-content: flex-start;
  margin: -27px auto 0 auto;
  width: fit-content;
  gap: 13px;
}
.sec-10 .likes .item {
  color: #80A9AA;
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 14px;
  display: flex;
  justify-content: flex-start;
  gap: 5px;
}

.sec-11 {
  padding: 37px 0 33px 0;
}
.sec-11 .filter {
  margin-bottom: 45px;
}
.sec-11 .filter .btn-filter {
  display: none;
}
.sec-11 .filter form {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.sec-11 .filter form .item {
  position: relative;
  width: 15.4%;
}
.sec-11 .filter form .item .select-btn {
  width: 100%;
}
.sec-11 .filter form .item .select-btn.active + .select-popup {
  opacity: 1;
  visibility: visible;
}
.sec-11 .filter form select, .sec-11 .filter form .select-btn {
  border-radius: 6px;
  background-color: #ECECEC;
  width: 15.4%;
  height: 42px;
  color: #4E4E4E;
  text-align: left;
  font-family: "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-image: url("../img/arrow1.svg");
  background-repeat: no-repeat, repeat;
  background-position: right 1.1em top 50%, 0 0;
  padding: 0 35px 0 17px;
  cursor: pointer;
}
.sec-11 .filter form .select-popup {
  border-radius: 6px;
  background: #FFF;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.09);
  border: none;
  overflow: hidden;
  padding: 15px;
  position: absolute;
  width: 100%;
  left: 0;
  top: calc(100% + 5px);
  z-index: 1;
  opacity: 0;
  visibility: hidden;
}
.sec-11 .filter form .select-popup input {
  display: none;
}
.sec-11 .filter form .select-popup input:checked + label {
  color: #80A9AA;
}
.sec-11 .filter form .select-popup input:checked + label:before {
  background: #80A9AA;
  border: 1px solid #80A9AA;
}
.sec-11 .filter form .select-popup input:checked + label:after {
  opacity: 1;
}
.sec-11 .filter form .select-popup label {
  color: #4E4E4E;
  text-align: left;
  font-family: "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  transition: all 0.5s;
  padding: 0 0 0 40px;
  position: relative;
  cursor: pointer;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 20px;
  margin-bottom: 4px;
}
.sec-11 .filter form .select-popup label:after {
  content: "";
  width: 10px;
  height: 10px;
  background: url("../img/chek.svg") 0 0 no-repeat;
  position: absolute;
  left: 5px;
  top: 5px;
  opacity: 0;
  transition: all 0.5s;
}
.sec-11 .filter form .select-popup label:before {
  content: "";
  border-radius: 6px;
  border: 1px solid #E0DBD4;
  background: #FFF;
  width: 21px;
  height: 21px;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.5s;
}
.sec-11 .filter form .select2-selection {
  border-radius: 6px;
  background-color: #ECECEC;
  border: none;
  height: 42px;
  padding: 0 35px 0 17px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  transition: all 0.5s;
}
.sec-11 .filter form .select2-selection[aria-expanded=true] {
  background-color: #DFDFDF;
}
.sec-11 .filter form .select2-selection .select2-selection__rendered {
  font-family: "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: #4E4E4E;
  padding: 0;
}
.sec-11 .filter form .select2-selection .select2-selection__arrow {
  background: url("../img/arrow1.svg") 0 0 no-repeat;
  width: 14px;
  height: 8px;
  top: 15px;
  right: 10px;
}
.sec-11 .filter form .select2-selection .select2-selection__arrow b {
  display: none;
}
.sec-11 .box {
  justify-content: flex-start;
  gap: 41px 36px;
}
.sec-11 .box .item {
  width: 183px;
}
.sec-11 .box .item .img {
  border-radius: 6px;
  background: #FAFAFA;
  width: 100%;
  height: 183px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 14px;
  transition: all 0.5s;
}
.sec-11 .box .item .img a {
  width: 140px;
  height: 145px;
}
.sec-11 .box .item .img a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  mix-blend-mode: darken;
}
.sec-11 .box .item .img a.like {
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  right: 9px;
  top: 7px;
}
.sec-11 .box .item .img a.like path {
  transition: all 0.5s;
}
.sec-11 .box .item .img a.like:hover path {
  stroke: #80A9AA;
}
.sec-11 .box .item .img a.like.active path {
  stroke: #80A9AA;
  fill: #80A9AA;
}
.sec-11 .box .item .cat {
  color: #929292;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 11px;
}
.sec-11 .box .item .name {
  color: #2F2F2F;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  display: block;
  margin-bottom: 20px;
}
.sec-11 .box .item .name:hover {
  color: #80A9AA;
}
.sec-11 .box .item .box {
  justify-content: flex-start;
  gap: 9px;
  margin-bottom: 10px;
}
.sec-11 .box .item .box .price {
  color: #2F2F2F;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
}
.sec-11 .box .item .box .sale {
  color: #929292;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  text-decoration: line-through;
}
.sec-11 .box .item .btn {
  width: 100%;
  border-radius: 6px;
  background: #80A9AA;
  color: #FFF;
  text-align: center;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  display: block;
  padding: 10px 0;
}
.sec-11 .box .item .btn:hover {
  background: #527A7B;
}
.sec-11 .box .item .remove {
  width: 100%;
  border-radius: 6px;
  background: #FAFAFA;
  color: #848484;
  text-align: center;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  display: block;
  padding: 10px 0;
  margin-top: 10px;
}
.sec-11 .box .item .remove:hover {
  background: #ECECEC;
}
.sec-11 .box .item:hover .img {
  background: #F1F1F1;
}
.sec-11 .pagination {
  margin: 115px 0 74px 0;
}
.sec-11 .pagination ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px;
}
.sec-11 .pagination ul li:first-child {
  margin-right: 55px;
}
.sec-11 .pagination ul li:first-child a {
  width: auto;
}
.sec-11 .pagination ul li:first-child a:after {
  display: none;
}
.sec-11 .pagination ul li:last-child {
  margin-left: 55px;
}
.sec-11 .pagination ul li:last-child a {
  width: auto;
}
.sec-11 .pagination ul li:last-child a:after {
  display: none;
}
.sec-11 .pagination ul li a {
  color: #80A9AA;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0 17px;
  width: 18px;
}
.sec-11 .pagination ul li a:after {
  content: "";
  width: 100%;
  height: 3px;
  background: #80A9AA;
  display: block;
  transition: all 0.5s;
  opacity: 0;
  margin-top: 8px;
}
.sec-11 .pagination ul li a path {
  transition: all 0.5s;
}
.sec-11 .pagination ul li a.active:hover {
  color: #80A9AA;
}
.sec-11 .pagination ul li a.active:after {
  opacity: 1;
}
.sec-11 .pagination ul li a:hover {
  color: #527A7B;
}
.sec-11 .pagination ul li a:hover path {
  stroke: #527A7B;
}
.sec-11 .all {
  color: #929292;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
}
.sec-11 .box-info {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: -6px -5px 45px -4px;
}
.sec-11 .box-info .item {
  width: 15.8%;
  height: 130px;
  position: relative;
}
.sec-11 .box-info .item .img {
  border-radius: 15px;
  border: 4px solid transparent;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  transition: all 0.5s;
}
.sec-11 .box-info .item .img:before {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.63) 0%, rgba(0, 0, 0, 0) 86.72%);
  position: absolute;
  left: 0;
  top: 0;
}
.sec-11 .box-info .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sec-11 .box-info .item .name {
  color: #FFF;
  font-size: 16px;
  text-align: center;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  position: absolute;
  bottom: 25px;
  width: 100%;
}
.sec-11 .box-info .item:hover .img, .sec-11 .box-info .item.active .img {
  border: 4px solid #80A9AA;
}

.sec-12 {
  padding: 39px 0 14px 0;
}
.sec-12 .box .item {
  width: 32.5%;
  height: 304px;
  position: relative;
  margin-bottom: 21px;
}
.sec-12 .box .item .img {
  border-radius: 9px;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
}
.sec-12 .box .item .img:before {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.63) 0%, rgba(0, 0, 0, 0) 86.72%);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.sec-12 .box .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
  transform: scale(1);
}
.sec-12 .box .item .name {
  color: #FFF;
  font-size: 24px;
  text-align: center;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  position: absolute;
  bottom: 0;
  top: 0;
  width: 100%;
  height: fit-content;
  margin: auto;
  z-index: 2;
}
.sec-12 .box .item:hover img {
  transform: scale(1.1);
}

.sec-13 {
  padding: 24px 0 51px 0;
}
.sec-13 .title {
  color: #4E4E4E;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px;
  margin-bottom: 10px;
}
.sec-13 .teg {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 15px 0 34px 0;
  gap: 9px;
}
.sec-13 .teg a {
  border-radius: 9px;
  border: 1px solid #80A9AA;
  background: #FFF;
  color: #80A9AA;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 0;
  flex-grow: 1;
  text-align: center;
  height: 41px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sec-13 .teg a path {
  transition: all 0.5s;
}
.sec-13 .teg a:hover {
  background: #80A9AA;
  color: #FFF;
}
.sec-13 .teg a:hover path {
  fill: #FFF;
}
.sec-13 .box .item {
  width: 49.2%;
  height: 446px;
  position: relative;
  padding: 0;
  margin-bottom: 20px;
}
.sec-13 .box .item .date {
  color: #848484;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  position: absolute;
  top: 27px;
  left: 32px;
  z-index: 2;
}
.sec-13 .box .item .img {
  border-radius: 9px;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
}
.sec-13 .box .item .img:before {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.63) 0%, rgba(0, 0, 0, 0) 86.72%);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.sec-13 .box .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
  transform: scale(1);
}
.sec-13 .box .item .box {
  position: absolute;
  bottom: 22px;
  left: 0;
  width: 100%;
  padding: 0 27px 0 33px;
  align-items: flex-end;
  z-index: 2;
}
.sec-13 .box .item .box .name {
  color: #FFF;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  width: 67%;
}
.sec-13 .box .item .box .info {
  display: flex;
  justify-content: flex-end;
  gap: 13px;
  padding-bottom: 3px;
}
.sec-13 .box .item .box .info .like {
  color: #FFF;
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 14px;
  background: url("../img/like.svg") 0 0 no-repeat;
  padding: 0 0 0 20px;
}
.sec-13 .box .item .box .info .comment {
  color: #FFF;
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 14px;
  background: url("../img/comment.svg") 0 0 no-repeat;
  padding: 0 0 0 20px;
}
.sec-13 .box .item:hover .img img {
  transform: scale(1.1);
}
.sec-13 .pagination {
  margin: 56px 0 74px 0;
}
.sec-13 .pagination ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px;
}
.sec-13 .pagination ul li:first-child {
  margin-right: 55px;
}
.sec-13 .pagination ul li:first-child a {
  width: auto;
}
.sec-13 .pagination ul li:first-child a:after {
  display: none;
}
.sec-13 .pagination ul li:last-child {
  margin-left: 55px;
}
.sec-13 .pagination ul li:last-child a {
  width: auto;
}
.sec-13 .pagination ul li:last-child a:after {
  display: none;
}
.sec-13 .pagination ul li a {
  color: #80A9AA;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0 17px;
  width: 18px;
}
.sec-13 .pagination ul li a:after {
  content: "";
  width: 100%;
  height: 3px;
  background: #80A9AA;
  display: block;
  transition: all 0.5s;
  opacity: 0;
  margin-top: 8px;
}
.sec-13 .pagination ul li a path {
  transition: all 0.5s;
}
.sec-13 .pagination ul li a.active:hover {
  color: #80A9AA;
}
.sec-13 .pagination ul li a.active:after {
  opacity: 1;
}
.sec-13 .pagination ul li a:hover {
  color: #4E4E4E;
}
.sec-13 .pagination ul li a:hover path {
  stroke: #4E4E4E;
}
.sec-13 .all {
  color: #929292;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
}

.sec-14 .breadcrumb {
  margin-bottom: 43px;
}
.sec-14 .box .left {
  width: 48%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 2px 0 0 0;
}
.sec-14 .box .left .nav-slider {
  width: 111px;
  height: 410px;
  margin: 0;
}
.sec-14 .box .left .nav-slider img {
  width: 100%;
  cursor: pointer;
  opacity: 0.44;
  transition: all 0.5s;
}
.sec-14 .box .left .nav-slider .swiper-slide-thumb-active img {
  opacity: 1;
}
.sec-14 .box .left .img-slider {
  width: 79.4%;
  margin: 0;
}
.sec-14 .box .left .img-slider img {
  width: 100%;
}
.sec-14 .box .right {
  width: 39.1%;
}
.sec-14 .box .right .box .like {
  margin: 8px 2px 0 0;
}
.sec-14 .box .right .box .like path {
  transition: all 0.5s;
}
.sec-14 .box .right .box .like.active path {
  stroke: #80A9AA;
  fill: #80A9AA;
}
.sec-14 .box .right .box .like:hover path {
  stroke: #80A9AA;
}
.sec-14 .box .right .box .quantity {
  display: flex;
  justify-content: flex-start;
  margin: 0 0 0 6px;
}
.sec-14 .box .right .box .quantity .plus {
  border-radius: 6px;
  border: 1px solid #DBDBDB;
  width: 29px;
  height: 29px;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 0.5s;
}
.sec-14 .box .right .box .quantity .plus rect {
  transition: all 0.5s;
}
.sec-14 .box .right .box .quantity .plus:hover {
  border: 1px solid #80A9AA;
  background: #80A9AA;
}
.sec-14 .box .right .box .quantity .plus:hover rect {
  fill: #fff;
}
.sec-14 .box .right .box .quantity input {
  color: #2F2F2F;
  font-family: "Helvetica Neue", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  width: 47px;
  text-align: center;
  border: none;
}
.sec-14 .box .right .box .quantity input::-webkit-outer-spin-button, .sec-14 .box .right .box .quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.sec-14 .box .right .box .quantity input[type=number] {
  -moz-appearance: textfield;
}
.sec-14 .box .right .box .quantity input:hover, .sec-14 .box .right .box .quantity input:focus {
  border: none;
}
.sec-14 .box .right .box .quantity .minus {
  border-radius: 6px;
  border: 1px solid #DBDBDB;
  width: 29px;
  height: 29px;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 0.5s;
}
.sec-14 .box .right .box .quantity .minus rect {
  transition: all 0.5s;
}
.sec-14 .box .right .box .quantity .minus:hover {
  border: 1px solid #80A9AA;
  background: #80A9AA;
}
.sec-14 .box .right .box .quantity .minus:hover rect {
  fill: #fff;
}
.sec-14 .box .right .box .price {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0 0 0 33px;
  gap: 13px;
}
.sec-14 .box .right .box .price .sale {
  color: #2F2F2F;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
}
.sec-14 .box .right .box .price .total {
  color: #929292;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  text-decoration: line-through;
}
.sec-14 .box .right h1 {
  color: #4E4E4E;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  margin: -3px 0 8px 2px;
  max-width: 350px;
}
.sec-14 .box .right .text {
  color: #929292;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  margin: 0 0 29px 3px;
  max-width: 390px;
}
.sec-14 .box .right .color {
  margin: 0 0 22px 4px;
}
.sec-14 .box .right .color .zag {
  color: #4E4E4E;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 0 0 12px 0;
}
.sec-14 .box .right .color .box {
  justify-content: flex-start;
  gap: 7px;
  align-items: center;
}
.sec-14 .box .right .color .box a {
  width: 23px;
  height: 23px;
  border-radius: 50px;
  position: relative;
}
.sec-14 .box .right .color .box a:after {
  content: "";
  width: 25px;
  height: 25px;
  border: 1px solid #fff;
  border-radius: 50px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  opacity: 0;
}
.sec-14 .box .right .color .box a.active {
  width: 27px;
  height: 27px;
}
.sec-14 .box .right .color .box a.active:after {
  opacity: 1;
}
.sec-14 .box .right .vkus {
  margin: 0 0 31px 4px;
}
.sec-14 .box .right .vkus + .box {
  justify-content: flex-start;
}
.sec-14 .box .right .vkus .zag {
  color: #4E4E4E;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 0 0 7px 0;
}
.sec-14 .box .right .vkus select {
  border-radius: 6px;
  border: 1px solid #DBDBDB;
  width: calc(100% + 2px);
  height: 42px;
  color: #4E4E4E;
  text-align: left;
  font-family: "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-image: url("../img/arrow1.svg");
  background-repeat: no-repeat, repeat;
  background-position: right 0.8em top 50%, 0 0;
  padding: 0 35px 0 15px;
  cursor: pointer;
  margin: 0 0 0 -2px;
  transition: all 0.5s;
}
.sec-14 .box .right .vkus select:hover {
  border: 1px solid #AEAEAE;
}
.sec-14 .box .right .vkus .select2-selection {
  border-radius: 6px;
  border: 1px solid #DBDBDB;
  width: 100%;
  height: 44px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 35px 0 15px;
  transition: all 0.5s;
}
.sec-14 .box .right .vkus .select2-selection:hover {
  border: 1px solid #AEAEAE;
}
.sec-14 .box .right .vkus .select2-selection .select2-selection__rendered {
  color: #4E4E4E;
  text-align: left;
  font-family: "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 0;
}
.sec-14 .box .right .vkus .select2-selection .select2-selection__arrow {
  background: url("../img/arrow1.svg") 0 0 no-repeat;
  width: 14px;
  height: 8px;
  right: 10px;
  top: 18px;
  transition: all 0.5s;
}
.sec-14 .box .right .vkus .select2-selection .select2-selection__arrow b {
  display: none;
}
.sec-14 .box .right .vkus .select2-container--open .select2-selection__arrow {
  transform: rotate(180deg);
  background: url("../img/arrow3.svg") 0 0 no-repeat;
}
.sec-14 .box .right .add-cart {
  border-radius: 6px;
  background: #80A9AA;
  width: calc(100% - 1px);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFF;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  margin: 24px 0 0 2px;
  padding: 22px 0 23px 24px;
  position: relative;
}
.sec-14 .box .right .add-cart svg {
  position: absolute;
  left: 23px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.sec-14 .box .right .add-cart:hover {
  background: #527A7B;
}
.sec-14 .process {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 75px 0 0 0;
}
.sec-14 .process .left {
  border-radius: 6px;
  background: #F4F4F4;
  width: 32.9%;
  padding: 50px 33px 47px 33px;
}
.sec-14 .process .left .zag {
  color: #4E4E4E;
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px;
  margin-bottom: 106px;
}
.sec-14 .process .left .text {
  color: #929292;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  width: 93%;
}
.sec-14 .process .right {
  width: 65.6%;
}
.sec-14 .process .right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
}
.sec-14 .har {
  margin: 68px 0 0 0;
}
.sec-14 .har .zag {
  color: #4E4E4E;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px;
  margin-bottom: 30px;
}
.sec-14 .har .box {
  max-width: 1113px;
}
.sec-14 .har .box .spisok {
  width: 44.4%;
}
.sec-14 .har .box .spisok .item {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-bottom: -7px;
}
.sec-14 .har .box .spisok .item .name {
  color: #4E4E4E;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px;
  position: relative;
  z-index: 1;
  padding: 0 5px 0 0;
  background: #fff;
}
.sec-14 .har .box .spisok .item .info {
  color: #4E4E4E;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  background: #fff;
  width: 21.2%;
  position: relative;
  z-index: 1;
  padding: 0 0 0 5px;
}
.sec-14 .har .box .spisok .item:after {
  content: "";
  width: 100%;
  border-top: 1px dashed #D4D4D4;
  position: absolute;
  left: 0;
  bottom: 16px;
}
.sec-14 .faq {
  margin: 81px 0 0 0;
}
.sec-14 .faq .zag {
  color: #4E4E4E;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px;
  margin-bottom: 31px;
}
.sec-14 .faq .panel {
  border-top: 1px solid #EAEAEA;
}
.sec-14 .faq .panel .panel-heading {
  padding: 6px 0;
  transition: all 0.5s;
}
.sec-14 .faq .panel .panel-heading a {
  color: #80A9AA;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sec-14 .faq .panel .panel-heading a rect {
  transition: all 0.5s;
}
.sec-14 .faq .panel .panel-heading a:hover {
  color: #527A7B;
}
.sec-14 .faq .panel .panel-heading a:hover rect {
  fill: #80A9AA;
}
.sec-14 .faq .panel .panel-heading.in {
  padding: 14px 0 12px 0;
}
.sec-14 .faq .panel .panel-heading.in a {
  color: #527A7B;
}
.sec-14 .faq .panel .panel-heading.in a rect {
  fill: #80A9AA;
}
.sec-14 .faq .panel .panel-heading.in a rect:first-child {
  opacity: 0;
}
.sec-14 .faq .panel .panel-collapse .panel-body {
  color: #929292;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  padding-bottom: 24px;
}
.sec-14 .faq .panel .panel-collapse .panel-body p {
  width: 90%;
  margin-bottom: 18px;
}

.sec-15 {
  padding: 81px 0 0 0;
}
.sec-15 .title {
  color: #4E4E4E;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px;
  margin-bottom: 21px;
}
.sec-15 .box .item {
  width: 183px;
}
.sec-15 .box .item .img {
  border-radius: 6px;
  background: #FAFAFA;
  width: 100%;
  height: 183px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 14px;
}
.sec-15 .box .item .img a {
  width: 140px;
  height: 145px;
}
.sec-15 .box .item .img a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  mix-blend-mode: darken;
}
.sec-15 .box .item .img a.like {
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  right: 9px;
  top: 7px;
}
.sec-15 .box .item .img a.like path {
  transition: all 0.5s;
}
.sec-15 .box .item .img a.like:hover path {
  stroke: #80A9AA;
}
.sec-15 .box .item .img a.like.active path {
  stroke: #80A9AA;
  fill: #80A9AA;
}
.sec-15 .box .item .cat {
  color: #929292;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 11px;
}
.sec-15 .box .item .name {
  color: #2F2F2F;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  display: block;
  margin-bottom: 20px;
}
.sec-15 .box .item .name:hover {
  color: #80A9AA;
}

.sec-16 {
  padding: 76px 0 27px 0;
}
.sec-16 .box {
  margin-bottom: 25px;
}
.sec-16 .box .title {
  color: #4E4E4E;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px;
  padding: 3px 0 0 0;
}
.sec-16 .box .right .star {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 11px;
  margin-bottom: 7px;
}
.sec-16 .box .right .star span {
  color: #4E4E4E;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  padding: 3px 0 0 0;
}
.sec-16 .box .right .txt {
  color: #4E4E4E;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
}
.sec-16 .item {
  border-top: 1px solid #EAEAEA;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 41px 0 25px 0;
}
.sec-16 .item .ava {
  width: 40px;
  height: 40px;
  border-radius: 14px;
  background: #FAFAFA;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sec-16 .item .right {
  width: 95.4%;
}
.sec-16 .item .right .box {
  margin-bottom: 19px;
}
.sec-16 .item .right .box .star .name {
  color: #2F2F2F;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  padding: 0 0 0 3px;
}
.sec-16 .item .right .box .date {
  color: #929292;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  padding: 0 6px 0 0;
}
.sec-16 .item .right .box .like {
  border-radius: 6px;
  background: #FAFAFA;
  color: #929292;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
  gap: 0 10px;
  padding: 8px 10px;
  min-width: 80px;
}
.sec-16 .item .right .box .like path {
  transition: all 0.5s;
}
.sec-16 .item .right .box .like:hover {
  background: #80A9AA;
  color: #fff;
}
.sec-16 .item .right .box .like:hover path {
  fill: #fff;
}
.sec-16 .item .right .box .des-like {
  border-radius: 6px;
  background: #FAFAFA;
  color: #929292;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
  gap: 0 10px;
  padding: 8px 10px;
  min-width: 80px;
}
.sec-16 .item .right .box .des-like path {
  transition: all 0.5s;
}
.sec-16 .item .right .box .des-like:hover {
  background: #80A9AA;
  color: #fff;
}
.sec-16 .item .right .box .des-like:hover path {
  fill: #fff;
}
.sec-16 .item .right .text {
  color: #929292;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  width: 99%;
  padding: 0 0 0 2px;
  margin-bottom: 28px;
}
.sec-16 .item .right .text + .box {
  justify-content: flex-start;
  gap: 8px;
}

.sec-17 {
  padding: 75px 0 65px 0;
}
.sec-17 .box .left {
  width: 66.4%;
  border-radius: 6px;
  background: #FAFAFA;
  padding: 13px;
}
.sec-17 .box .left .item {
  border-radius: 6px;
  background: #FFF;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  flex-wrap: wrap;
  position: relative;
  padding: 7px 7px 15px 7px;
  margin-bottom: 5px;
  gap: 0 44px;
}
.sec-17 .box .left .item:last-child {
  margin: 0;
}
.sec-17 .box .left .item .img {
  width: 110px;
  height: 114px;
  flex-shrink: 0;
}
.sec-17 .box .left .item .img a {
  width: 100%;
  display: block;
}
.sec-17 .box .left .item .img a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  mix-blend-mode: darken;
}
.sec-17 .box .left .item .info {
  padding: 0 0 6px 0;
}
.sec-17 .box .left .item .info .cat {
  color: #929292;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 9px;
}
.sec-17 .box .left .item .info a {
  color: #2F2F2F;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
}
.sec-17 .box .left .item .info a:hover {
  color: #80A9AA;
}
.sec-17 .box .left .item .info .quantity {
  display: flex;
  justify-content: flex-start;
  margin: 21px 0 0 0;
}
.sec-17 .box .left .item .info .quantity .plus {
  border-radius: 6px;
  border: 1px solid #DBDBDB;
  width: 29px;
  height: 29px;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 0.5s;
}
.sec-17 .box .left .item .info .quantity .plus rect {
  transition: all 0.5s;
}
.sec-17 .box .left .item .info .quantity .plus:hover {
  border: 1px solid #80A9AA;
  background: #80A9AA;
}
.sec-17 .box .left .item .info .quantity .plus:hover rect {
  fill: #fff;
}
.sec-17 .box .left .item .info .quantity input {
  color: #2F2F2F;
  font-family: "Helvetica Neue", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  width: 47px;
  text-align: center;
  border: none;
}
.sec-17 .box .left .item .info .quantity input::-webkit-outer-spin-button, .sec-17 .box .left .item .info .quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.sec-17 .box .left .item .info .quantity input[type=number] {
  -moz-appearance: textfield;
}
.sec-17 .box .left .item .info .quantity input:hover, .sec-17 .box .left .item .info .quantity input:focus {
  border: none;
}
.sec-17 .box .left .item .info .quantity .minus {
  border-radius: 6px;
  border: 1px solid #DBDBDB;
  width: 29px;
  height: 29px;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 0.5s;
}
.sec-17 .box .left .item .info .quantity .minus rect {
  transition: all 0.5s;
}
.sec-17 .box .left .item .info .quantity .minus:hover {
  border: 1px solid #80A9AA;
  background: #80A9AA;
}
.sec-17 .box .left .item .info .quantity .minus:hover rect {
  fill: #fff;
}
.sec-17 .box .left .item .price {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0 26px 9px auto;
  gap: 17px;
}
.sec-17 .box .left .item .price .sale {
  color: #2F2F2F;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
}
.sec-17 .box .left .item .price .total {
  color: #929292;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  text-decoration: line-through;
}
.sec-17 .box .left .item .remove {
  position: absolute;
  top: 11px;
  right: 12px;
}
.sec-17 .box .left .item .remove path {
  transition: all 0.5s;
}
.sec-17 .box .left .item .remove:hover path {
  fill: #A63030;
}
.sec-17 .box .left form {
  padding: 15px;
}
.sec-17 .box .left form .bg {
  border-radius: 4px;
  background: #FFF;
  padding: 25px 19px 27px 24px;
  margin-bottom: 12px;
}
.sec-17 .box .left form .bg:nth-child(2) {
  padding: 21px 19px 31px 31px;
}
.sec-17 .box .left form .bg:nth-child(3) {
  padding: 27px 19px 27px 24px;
}
.sec-17 .box .left form .bg:nth-child(3) .zag {
  margin: 0 0 24px 0;
}
.sec-17 .box .left form .bg .group {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.sec-17 .box .left form .bg .group select {
  border-radius: 6px;
  border: 1px solid #DBDBDB;
  width: 48.6%;
  height: 42px;
  color: #4E4E4E;
  text-align: left;
  font-family: "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-image: url("../img/arrow1.svg");
  background-repeat: no-repeat, repeat;
  background-position: right 0.8em top 50%, 0 0;
  padding: 0 35px 0 18px;
  cursor: pointer;
  transition: all 0.5s;
}
.sec-17 .box .left form .bg .group select:hover {
  border: 1px solid #AEAEAE;
}
.sec-17 .box .left form .bg .group .select2-selection {
  border-radius: 6px;
  border: 1px solid #DBDBDB;
  width: 100%;
  height: 44px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 35px 0 15px;
  transition: all 0.5s;
}
.sec-17 .box .left form .bg .group .select2-selection:hover {
  border: 1px solid #AEAEAE;
}
.sec-17 .box .left form .bg .group .select2-selection .select2-selection__rendered {
  color: #4E4E4E;
  text-align: left;
  font-family: "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 0;
}
.sec-17 .box .left form .bg .group .select2-selection .select2-selection__arrow {
  background: url("../img/arrow1.svg") 0 0 no-repeat;
  width: 14px;
  height: 8px;
  right: 10px;
  top: 18px;
  transition: all 0.5s;
}
.sec-17 .box .left form .bg .group .select2-selection .select2-selection__arrow b {
  display: none;
}
.sec-17 .box .left form .bg .group .select2-container--open .select2-selection__arrow {
  transform: rotate(180deg);
  background: url("../img/arrow3.svg") 0 0 no-repeat;
}
.sec-17 .box .left form .bg .group input {
  width: 32.4%;
}
.sec-17 .box .left form .bg .group:nth-child(3) input:first-child {
  width: 66.1%;
}
.sec-17 .box .left form .bg .group:nth-child(4) {
  width: 66.1%;
}
.sec-17 .box .left form .bg .group:nth-child(4) input {
  width: 31.7%;
  margin-bottom: 20px;
}
.sec-17 .box .left form .bg .zag {
  color: #4E4E4E;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  margin: 0 0 11px 0;
}
.sec-17 .box .left form .bg .radio {
  display: flex;
  flex-direction: column;
}
.sec-17 .box .left form .bg .radio input {
  display: none;
}
.sec-17 .box .left form .bg .radio input:checked + label:before {
  background: #80A9AA;
  border: 1px solid #80A9AA;
}
.sec-17 .box .left form .bg .radio input:checked + label:after {
  opacity: 1;
}
.sec-17 .box .left form .bg .radio label {
  color: #2F2F2F;
  font-family: "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 250%;
  position: relative;
  padding: 0 0 0 34px;
  cursor: pointer;
}
.sec-17 .box .left form .bg .radio label:after {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50px;
  background: #fff;
  position: absolute;
  left: 7px;
  top: 14px;
  opacity: 0;
  transition: all 0.5s;
}
.sec-17 .box .left form .bg .radio label:before {
  content: "";
  width: 19px;
  height: 19px;
  border-radius: 50px;
  border: 1px solid #E0DBD4;
  position: absolute;
  left: 1px;
  top: 8px;
  transition: all 0.5s;
}
.sec-17 .box .left form .bg input {
  border-radius: 6px;
  border: 1px solid #D6D6D6;
  background: #FFF;
  width: 66.1%;
  height: 42px;
  color: #000;
  text-align: left;
  font-family: "Tilda Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding: 0 16px;
  margin-bottom: 18px;
}
.sec-17 .box .left form .bg input::placeholder {
  color: #7C7975;
}
.sec-17 .box .left form .bg input:hover {
  border: 1px solid #A7A7A7;
}
.sec-17 .box .left form .bg input:focus {
  border: 2px solid #80A9AA;
}
.sec-17 .box .left form .bg .chek {
  margin: -3px 0 38px 0;
}
.sec-17 .box .left form .bg .chek input {
  display: none;
}
.sec-17 .box .left form .bg .chek input:checked + label:before {
  background: #80A9AA;
  border: 1px solid #80A9AA;
}
.sec-17 .box .left form .bg .chek input:checked + label:after {
  opacity: 1;
}
.sec-17 .box .left form .bg .chek label {
  color: #7C7975;
  font-family: "Tilda Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 14px;
  position: relative;
  padding: 0 0 0 32px;
  cursor: pointer;
}
.sec-17 .box .left form .bg .chek label:after {
  content: "";
  width: 10px;
  height: 10px;
  background: url("../img/chek.svg") 0 0 no-repeat;
  position: absolute;
  left: 5px;
  top: 5px;
  opacity: 0;
  transition: all 0.5s;
}
.sec-17 .box .left form .bg .chek label:before {
  content: "";
  border-radius: 6px;
  border: 1px solid #E0DBD4;
  background: #FFF;
  width: 21px;
  height: 21px;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.5s;
}
.sec-17 .box .left form .bg textarea {
  border-radius: 6px;
  border: 1px solid #D6D6D6;
  background: #FFF;
  width: 100%;
  height: 131px;
  color: #000;
  font-family: "Tilda Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  resize: none;
  padding: 11px 14px;
}
.sec-17 .box .left form .bg textarea::placeholder {
  color: #7C7975;
}
.sec-17 .box .left form .bg textarea:hover {
  border: 1px solid #A7A7A7;
}
.sec-17 .box .left form .bg textarea:focus {
  border: 2px solid #80A9AA;
}
.sec-17 .box .right {
  width: 31.6%;
  height: 100%;
  position: sticky;
  top: 60px;
}
.sec-17 .box .right .login {
  background: #F3F3F3 url("../img/bg1.svg") 7px 9px no-repeat;
  border-radius: 6px;
  padding: 25px 18px 28px 27px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 14px;
}
.sec-17 .box .right .login .txt {
  color: #2F2F2F;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  width: 62%;
  padding: 4px 0 0 0;
}
.sec-17 .box .right .login .txt a {
  color: #80A9AA;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  border-bottom: 1px solid #80A9AA;
}
.sec-17 .box .right .login .txt a:hover {
  border-bottom: 1px solid transparent;
}
.sec-17 .box .right .login .btn {
  border-radius: 6px;
  background: #FFF;
  color: #4E4E4E;
  text-align: center;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  width: 116px;
  height: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sec-17 .box .right .login .btn:hover {
  background: #80A9AA;
  color: #fff;
}
.sec-17 .box .right .info {
  border-radius: 6px;
  background: #FAFAFA;
  padding: 21px 17px 17px 19px;
}
.sec-17 .box .right .info .item {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.sec-17 .box .right .info .item .name {
  color: #4E4E4E;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.sec-17 .box .right .info .item .price {
  color: #4E4E4E;
  text-align: right;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.sec-17 .box .right .info .item .sale {
  color: #D0282B;
  text-align: right;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.sec-17 .box .right .info .total {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border-top: 1px solid #DDD;
  margin: 14px 0 33px 0;
  padding: 15px 0 0 0;
}
.sec-17 .box .right .info .total .name {
  color: #2F2F2F;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
}
.sec-17 .box .right .info .total .price {
  color: #2F2F2F;
  text-align: right;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  margin-top: 3px;
}
.sec-17 .box .right .info .promo {
  margin-bottom: 19px;
}
.sec-17 .box .right .info .promo .zag {
  color: #4E4E4E;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 7px;
}
.sec-17 .box .right .info .promo form {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.sec-17 .box .right .info .promo form input {
  border-radius: 6px;
  border: 2px solid #80A9AA;
  background: #FFF;
  color: #000;
  text-align: center;
  font-family: "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  width: 67%;
  height: 42px;
}
.sec-17 .box .right .info .promo form input::placeholder {
  color: #A7A7A7;
}
.sec-17 .box .right .info .promo form button {
  border-radius: 6px;
  background: #FFF;
  width: 116px;
  height: 42px;
  color: #4E4E4E;
  text-align: center;
  font-family: "Helvetica Neue", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  transition: all 0.5s;
  cursor: pointer;
}
.sec-17 .box .right .info .promo form button:hover {
  background: #80A9AA;
  color: #fff;
}
.sec-17 .box .right .info .btn {
  border-radius: 6px;
  background: #80A9AA;
  width: 100%;
  height: 54px;
  color: #FFF;
  text-align: center;
  font-family: "Helvetica Neue", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sec-17 .box .right .info .btn:hover {
  background: #527A7B;
}
.sec-17 .box .right .info .product {
  border-bottom: 1px solid #DDD;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: -3px 0 23px 0;
  padding-bottom: 13px;
}
.sec-17 .box .right .info .product .img {
  border-radius: 6px;
  background: #FFF;
  width: 110px;
  height: 110px;
  flex-shrink: 0;
}
.sec-17 .box .right .info .product .img a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sec-17 .box .right .info .product .img a img {
  width: 75px;
  height: 78px;
  object-fit: contain;
  mix-blend-mode: darken;
}
.sec-17 .box .right .info .product .info {
  width: 64%;
  background: none;
  padding: 0;
}
.sec-17 .box .right .info .product .info .cat {
  color: #929292;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 7px;
}
.sec-17 .box .right .info .product .info a {
  color: #2F2F2F;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  display: block;
  width: fit-content;
  margin-bottom: 10px;
}
.sec-17 .box .right .info .product .info a:hover {
  color: #80A9AA;
}
.sec-17 .box .right .info .product .info .price {
  display: flex;
  justify-content: flex-start;
  gap: 9px;
  margin-bottom: 13px;
}
.sec-17 .box .right .info .product .info .price .sale {
  color: #2F2F2F;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
}
.sec-17 .box .right .info .product .info .price .total {
  color: #929292;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  text-decoration: line-through;
  display: block;
  width: fit-content;
  border: none;
  margin: 0;
  padding: 0;
}
.sec-17 .box .right .info .product .info .num {
  color: #2F2F2F;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
}

.sec-18 {
  padding: 40px 0 49px 0;
}
.sec-18 .box .left {
  width: 21%;
  height: fit-content;
  padding: 63px 0 0 0;
  margin: 0 0 0 -10px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  position: sticky;
  top: 0;
}
.sec-18 .box .left .top {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 6px;
  width: 100%;
  height: fit-content;
}
.sec-18 .box .left .top a {
  margin: 0;
}
.sec-18 .box .left a {
  color: #818181;
  font-family: "Basis Grotesque Pro", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 190%;
  background: transparent;
  border-radius: 3px;
  padding: 0 6px;
  height: 26px;
  margin-bottom: 3px;
}
.sec-18 .box .left a:hover {
  color: #80A9AA;
}
.sec-18 .box .left a.active {
  background: #80A9AA;
  color: #fff;
}
.sec-18 .box .left .cifr {
  display: none;
}
.sec-18 .box .left .ru {
  display: none;
}
.sec-18 .box .right {
  width: 74.5%;
}
.sec-18 .box .right .item {
  margin-bottom: 94px;
}
.sec-18 .box .right .item .zag {
  color: #4E4E4E;
  font-family: "Helvetica Neue", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  position: relative;
  margin: 0 0 20px 4px;
}
.sec-18 .box .right .item .zag:after {
  content: "";
  background: #D4D4D4;
  width: 113px;
  height: 1px;
  position: absolute;
  left: 66px;
  top: 17px;
}
.sec-18 .box .right .item .box {
  justify-content: flex-start;
  gap: 22px 27px;
}
.sec-18 .box .right .item .box a {
  border-radius: 6px;
  background: #FAFAFA;
  color: #80A9AA;
  font-family: "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  width: 31.4%;
  padding: 53px 22px 20px 22px;
  margin: 0;
}
.sec-18 .box .right .item .box a img {
  width: 100%;
  height: 56px;
  object-fit: contain;
  mix-blend-mode: darken;
  margin-bottom: 47px;
}
.sec-18 .box .right .item .box a:hover {
  margin: -10px 0 10px 0;
}

.sec-19 {
  padding: 33px 0 82px 0;
}
.sec-19 .panel {
  border-top: 1px solid #EAEAEA;
}
.sec-19 .panel:first-child {
  border-top: none;
}
.sec-19 .panel:last-child {
  border-bottom: 1px solid #EAEAEA;
}
.sec-19 .panel .panel-heading {
  padding: 6px 0;
  transition: all 0.5s;
}
.sec-19 .panel .panel-heading a {
  color: #80A9AA;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sec-19 .panel .panel-heading a rect {
  transition: all 0.5s;
  fill: #80A9AA;
}
.sec-19 .panel .panel-heading a:hover {
  color: #527A7B;
}
.sec-19 .panel .panel-heading.in {
  padding: 7px 0 12px 0;
}
.sec-19 .panel .panel-heading.in a {
  color: #527A7B;
}
.sec-19 .panel .panel-heading.in a rect {
  fill: #80A9AA;
}
.sec-19 .panel .panel-heading.in a rect:first-child {
  opacity: 0;
}
.sec-19 .panel .panel-collapse .panel-body {
  color: #929292;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  padding-bottom: 24px;
}
.sec-19 .panel .panel-collapse .panel-body p {
  width: 90%;
  margin-bottom: 18px;
}

.sec-20 {
  padding: 0 0 164px 0;
}
.sec-20 .breadcrumb {
  margin-bottom: 73px;
}
.sec-20 .img {
  width: 99px;
  margin: 0 auto 29px auto;
  position: relative;
}
.sec-20 .img svg:last-child {
  position: absolute;
  bottom: 34px;
  right: 0;
  left: 0;
  margin: auto;
}
.sec-20 .title {
  color: #4E4E4E;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  margin-bottom: 15px;
}
.sec-20 .text {
  color: #929292;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  margin-bottom: 17px;
}
.sec-20 .num {
  color: #000;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  position: relative;
  width: fit-content;
  margin: 0 auto 20px auto;
}
.sec-20 .num a {
  color: #818181;
  font-family: "Basis Grotesque Pro", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 7px;
  position: absolute;
  right: -107px;
  top: 0;
}
.sec-20 .num a path {
  transition: all 0.5s;
}
.sec-20 .num a:hover {
  color: #80A9AA;
}
.sec-20 .num a:hover path {
  stroke: #80A9AA;
}
.sec-20 .txt {
  color: #000;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  max-width: 350px;
  margin: 0 auto 19px auto;
}
.sec-20 .txt a {
  color: #80A9AA;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}
.sec-20 .txt a:hover {
  color: #527A7B;
}
.sec-20 .info {
  color: #818181;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  max-width: 285px;
  margin: 0 auto 57px auto;
}
.sec-20 .info strong {
  color: #000;
  font-weight: 700;
}
.sec-20 .btn {
  border-radius: 6px;
  background: #80A9AA;
  color: #FFF;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
  display: block;
  width: 416px;
  margin: 0 auto 20px auto;
  padding: 13px 0;
}
.sec-20 .btn:hover {
  background: #527A7B;
}
.sec-20 .link {
  color: #80A9AA;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
  display: block;
  width: fit-content;
  margin: 0 auto;
}
.sec-20 .link:hover {
  color: #527A7B;
}

.sec-21 {
  padding: 0 0 142px 0;
}
.sec-21 .breadcrumb {
  margin-bottom: 172px;
}
.sec-21 .box {
  max-width: 955px;
  margin: 0 auto;
}
.sec-21 .box .left {
  width: 50%;
  padding: 0 0 0 73px;
}
.sec-21 .box .left .title {
  color: #80A9AA;
  text-align: center;
  font-size: 228px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  margin-bottom: -26px;
}
.sec-21 .box .left .text {
  color: #929292;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  margin-bottom: -4px;
}
.sec-21 .box .left .text a {
  color: #80A9AA;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  border-bottom: 1px solid #80A9AA;
}
.sec-21 .box .left .text a:hover {
  border-bottom: 1px solid transparent;
}
.sec-21 .box .right {
  width: 43.5%;
  padding: 7px 0 0 0;
}
.sec-21 .box .right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 9px;
}

.sec-22 {
  background: url("../img/bg.png") 50% 50% no-repeat;
  background-size: cover;
  padding-bottom: 116px;
}
.sec-22 .breadcrumb {
  margin-left: -202px;
  margin-bottom: 61px;
}
.sec-22 h1 {
  color: #FFF;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
}

.sec-23 {
  padding: 55px 0 0 0;
}
.sec-23 .box .left {
  width: 38.5%;
  height: fit-content;
  border-bottom: 1px solid #F0F0F0;
  padding-bottom: 47px;
}
.sec-23 .box .left .address {
  border-top: 1px solid #F0F0F0;
  padding: 42px 0 42px 1px;
}
.sec-23 .box .left .address .zag {
  color: #4E4E4E;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  background: url("../img/icon.svg") 0 0 no-repeat;
  padding: 0 0 15px 24px;
}
.sec-23 .box .left .address .text {
  color: #929292;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  padding: 0 0 0 3px;
  width: 365px;
}
.sec-23 .box .left .box {
  border-top: 1px solid #F0F0F0;
  padding: 38px 0 2px 0;
  justify-content: flex-start;
  gap: 33px;
}
.sec-23 .box .left .box .tel {
  color: #4E4E4E;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
}
.sec-23 .box .left .box .tel:hover {
  color: #80A9AA;
}
.sec-23 .box .left .box .soc {
  display: flex;
  justify-content: flex-start;
  gap: 6px;
}
.sec-23 .box .left .box .soc a {
  width: 34px;
  height: 34px;
  background: #fff;
  border: 1px solid #80A9AA;
  color: #80A9AA;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sec-23 .box .left .box .soc a:hover {
  background: #80A9AA;
  color: #fff;
}
.sec-23 .box .left .mail {
  color: #80A9AA;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.sec-23 .box .left .mail:hover {
  color: #527A7B;
}
.sec-23 .box .right {
  width: 55%;
  background: #FAFAFA;
  padding: 45px 35px 40px 40px;
}
.sec-23 .box .right .zag {
  color: #4E4E4E;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  margin-bottom: 23px;
}
.sec-23 .box .right form input {
  border-radius: 6px;
  border: 1px solid #D6D6D6;
  background: #FFF;
  width: 100%;
  height: 42px;
  color: #000;
  text-align: left;
  font-family: "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 0 20px;
  margin-bottom: 15px;
}
.sec-23 .box .right form input::placeholder {
  color: #A7A7A7;
}
.sec-23 .box .right form input:focus {
  border: 2px solid #80A9AA;
}
.sec-23 .box .right form .group {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.sec-23 .box .right form .group input {
  width: 49%;
}
.sec-23 .box .right form textarea {
  border-radius: 6px;
  border: 1px solid #D6D6D6;
  background: #FFF;
  width: 100%;
  height: 138px;
  color: #000;
  text-align: left;
  font-family: "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  resize: none;
  padding: 15px;
  margin-bottom: 11px;
}
.sec-23 .box .right form textarea::placeholder {
  color: #A7A7A7;
}
.sec-23 .box .right form textarea:focus {
  border: 2px solid #80A9AA;
}
.sec-23 .box .right form button {
  border-radius: 6px;
  background: #80A9AA;
  width: 100%;
  height: 38px;
  color: #FFF;
  text-align: center;
  font-family: "Helvetica Neue", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  transition: all 0.5s;
  cursor: pointer;
}
.sec-23 .box .right form button:hover {
  background: #527A7B;
}

.sec-24 {
  background: #F4F4F4;
  padding-bottom: 90px;
}
.sec-24 .breadcrumb {
  margin-bottom: 18px;
}
.sec-24 h1 {
  color: #4E4E4E;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  margin-bottom: 21px;
}
.sec-24 .text {
  color: #929292;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  margin: 0 auto 50px auto;
  max-width: 600px;
}
.sec-24 .box .item {
  background: #FFF;
  width: 49.4%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 65px;
  transition: all 0.5s;
  margin-bottom: 16px;
  height: 282px;
}
.sec-24 .box .item .icon {
  margin: 0 0 0 -100px;
}
.sec-24 .box .item .icon path {
  transition: all 0.5s;
}
.sec-24 .box .item .name {
  color: #7C7975;
  text-align: center;
  font-family: "Tilda Sans", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  transition: all 0.5s;
}
.sec-24 .box .item:hover {
  background: #80A9AA;
}
.sec-24 .box .item:hover .icon path {
  stroke: #fff;
}
.sec-24 .box .item:hover .name {
  color: #fff;
}

.sec-25 {
  background: #F4F4F4;
  padding-bottom: 84px;
}
.sec-25 .breadcrumb {
  margin-bottom: 18px;
}
.sec-25 h1 {
  color: #4E4E4E;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  margin-bottom: 21px;
}
.sec-25 .text {
  color: #929292;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  margin: 0 auto 64px auto;
  max-width: 600px;
}
.sec-25 .box {
  max-width: 1026px;
  margin: 0 auto;
}
.sec-25 .box .item {
  background: #FFF;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.06);
  width: 49.4%;
  padding: 21px 28px;
}
.sec-25 .box .item .zag {
  color: #4E4E4E;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
  width: 105px;
  margin-bottom: 33px;
}
.sec-25 .box .item .num {
  color: #80A9AA;
  text-align: center;
  font-size: 96px;
  font-style: normal;
  font-weight: 500;
  line-height: 64px;
  margin-bottom: 56px;
}
.sec-25 .box .item .text {
  color: #929292;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 0;
  text-align: left;
  width: 270px;
}

.sec-26 {
  background: #F4F4F4;
  padding-bottom: 84px;
}
.sec-26 .breadcrumb {
  margin-bottom: 18px;
}
.sec-26 h1 {
  color: #4E4E4E;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  margin-bottom: 21px;
}
.sec-26 .text {
  color: #929292;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  margin: 0 auto 42px auto;
  max-width: 600px;
}
.sec-26 .table table {
  width: 100%;
  border-collapse: collapse;
}
.sec-26 .table table th {
  color: #929292;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-align: left;
  padding: 0 0 7px 28px;
}
.sec-26 .table table td {
  color: #7C7975;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  background: #FFF;
  border-bottom: 2px solid #F4F4F4;
  padding: 23px 30px;
}
.sec-26 .table table td:first-child {
  font-size: 14px;
  line-height: 14px;
  width: 12.6%;
  padding: 23px 0 23px 30px;
}
.sec-26 .table table td:last-child {
  padding: 0 20px 0 0;
  width: 131px;
}
.sec-26 .table table td:nth-child(2) {
  width: 40.3%;
}
.sec-26 .table table td:nth-child(3) {
  width: 16%;
}
.sec-26 .table table td .green {
  border-radius: 99px;
  background: #DFF8A9;
  width: 101px;
  height: 24px;
  color: #2F2F2F;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  padding: 0 0 0 8px;
}
.sec-26 .table table td .green:before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 10px;
  background: #739231;
}
.sec-26 .table table td .yellow {
  border-radius: 99px;
  background: #FFE5B2;
  width: 117px;
  height: 24px;
  color: #2F2F2F;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  padding: 0 0 0 8px;
}
.sec-26 .table table td .yellow:before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 10px;
  background: #BB9448;
}
.sec-26 .table table td .red {
  border-radius: 99px;
  background: #FFE8E8;
  width: 101px;
  height: 24px;
  color: #2F2F2F;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  padding: 0 0 0 8px;
}
.sec-26 .table table td .red:before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 10px;
  background: #CA4E50;
}
.sec-26 .table table td .price {
  color: #2F2F2F;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
}
.sec-26 .table table td .sale {
  color: #929292;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  text-decoration: line-through;
}
.sec-26 .table table td a {
  border-radius: 6px;
  background: #80A9AA;
  width: 131px;
  height: 38px;
  color: #FFF;
  text-align: center;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sec-26 .table table td a:hover {
  background: #527A7B;
}

.sec-27 {
  background: #F4F4F4;
  padding-bottom: 58px;
}
.sec-27 .breadcrumb {
  margin-bottom: 18px;
}
.sec-27 .box {
  justify-content: center;
  align-items: center;
  position: relative;
  margin-bottom: -20px;
}
.sec-27 .box .back {
  color: #7C7975;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 14px;
  position: absolute;
  left: 0;
  bottom: 6px;
  top: 0;
  margin: auto;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
}
.sec-27 .box .back path {
  transition: all 0.5s;
}
.sec-27 .box .back:hover {
  color: #80A9AA;
}
.sec-27 .box .back:hover path {
  fill: #80A9AA;
}
.sec-27 .box h1 {
  color: #4E4E4E;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  margin-bottom: 21px;
}
.sec-27 .text {
  color: #929292;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  margin: 0 auto 55px auto;
  max-width: 600px;
}
.sec-27 .table {
  position: relative;
  z-index: 1;
}
.sec-27 .table table {
  width: 100%;
  border-collapse: collapse;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.06);
}
.sec-27 .table table tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.sec-27 .table table tr:first-child {
  border: none;
}
.sec-27 .table table th {
  color: #929292;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-align: left;
  padding: 0 0 10px 10px;
}
.sec-27 .table table td {
  color: #2F2F2F;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  background: #FFF;
  padding: 3px 11px;
}
.sec-27 .table table td:first-child {
  width: 65.3%;
  padding: 3px;
}
.sec-27 .table table td:nth-child(2) {
  width: 12.5%;
  padding: 3px 10px;
}
.sec-27 .table table td:nth-child(3) {
  width: 11.7%;
  padding: 3px 18px;
}
.sec-27 .table table td:last-child {
  width: 11%;
}
.sec-27 .table table td .box {
  margin: 0;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 36px;
}
.sec-27 .table table td .box .img {
  background: #FAFAFA;
  width: 99px;
  height: 99px;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sec-27 .table table td .box .img img {
  width: 81px;
  height: 83px;
  object-fit: contain;
  mix-blend-mode: darken;
}
.sec-27 .table table td .box .right {
  width: auto;
  padding: 20px 0 0 0;
}
.sec-27 .table table td .box .right .cat {
  color: #929292;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 11px;
}
.sec-27 .table table td .box .right a {
  color: #2F2F2F;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
}
.sec-27 .table table td .box .right a:hover {
  color: #80A9AA;
}
.sec-27 .table table td .price {
  color: #2F2F2F;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
}
.sec-27 .table table td .sale {
  color: #929292;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  text-decoration: line-through;
  padding: 0 0 0 5px;
}
.sec-27 .totals {
  background: #E7EEEF;
  width: 480px;
  margin: 0 0 0 auto;
  padding: 24px 64px 30px 45px;
}
.sec-27 .totals .item {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.sec-27 .totals .item .name {
  color: #4E4E4E;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.sec-27 .totals .item .price {
  color: #4E4E4E;
  text-align: right;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.sec-27 .totals .item .sale {
  color: #D0282B;
  text-align: right;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.sec-27 .totals .total {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border-top: 1px solid #D4D4D4;
  margin-top: 14px;
  padding: 21px 0 0 0;
}
.sec-27 .totals .total .name {
  color: #2F2F2F;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
}
.sec-27 .totals .total .price {
  color: #2F2F2F;
  text-align: right;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
}

.sec-28 {
  background: #F4F4F4;
  padding-bottom: 106px;
}
.sec-28 .breadcrumb {
  margin-bottom: 18px;
}
.sec-28 h1 {
  color: #4E4E4E;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  margin-bottom: 21px;
}
.sec-28 .text {
  color: #929292;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  margin: 0 auto 64px auto;
  max-width: 600px;
}
.sec-28 .box {
  background: #FFF;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.06);
  max-width: 1045px;
  margin: 0 auto;
}
.sec-28 .box .left {
  width: 52.2%;
  padding: 76px 62px 90px 67px;
}
.sec-28 .box .left select {
  border-radius: 6px;
  border: 1px solid #DBDBDB;
  width: 100%;
  height: 44px;
  color: #4E4E4E;
  text-align: left;
  font-family: "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-image: url("../img/arrow1.svg");
  background-repeat: no-repeat, repeat;
  background-position: right 1.2em top 50%, 0 0;
  padding: 0 35px 0 15px;
  cursor: pointer;
  margin-bottom: 10px;
  transition: all 0.5s;
}
.sec-28 .box .left select:hover {
  border: 1px solid #AEAEAE;
}
.sec-28 .box .left .select2-selection {
  border-radius: 6px;
  border: 1px solid #DBDBDB;
  width: 100%;
  height: 44px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 35px 0 15px;
  margin-bottom: 10px;
  transition: all 0.5s;
}
.sec-28 .box .left .select2-selection:hover {
  border: 1px solid #AEAEAE;
}
.sec-28 .box .left .select2-selection .select2-selection__rendered {
  color: #4E4E4E;
  text-align: left;
  font-family: "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 0;
}
.sec-28 .box .left .select2-selection .select2-selection__arrow {
  background: url("../img/arrow1.svg") 0 0 no-repeat;
  width: 14px;
  height: 8px;
  right: 10px;
  top: 18px;
  transition: all 0.5s;
}
.sec-28 .box .left .select2-selection .select2-selection__arrow b {
  display: none;
}
.sec-28 .box .left .select2-container--open .select2-selection__arrow {
  transform: rotate(180deg);
  background: url("../img/arrow3.svg") 0 0 no-repeat;
}
.sec-28 .box .left .group {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.sec-28 .box .left .group input {
  width: 48.3%;
  margin-bottom: 9px;
}
.sec-28 .box .left .zag {
  color: #000;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  margin: 0 0 8px 2px;
}
.sec-28 .box .left input {
  border-radius: 6px;
  border: 1px solid #D6D6D6;
  background: #FFF;
  width: 100%;
  height: 44px;
  color: #000;
  text-align: left;
  font-family: "Tilda Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding: 0 14px;
  margin-bottom: 11px;
}
.sec-28 .box .left input::placeholder {
  color: #7C7975;
}
.sec-28 .box .left input:hover {
  border: 1px solid #A7A7A7;
}
.sec-28 .box .left input:focus {
  border: 2px solid #80A9AA;
}
.sec-28 .box .left .chek {
  margin: -3px 0 38px 0;
}
.sec-28 .box .left .chek input {
  display: none;
}
.sec-28 .box .left .chek input:checked + label:before {
  background: #80A9AA;
  border: 1px solid #80A9AA;
}
.sec-28 .box .left .chek input:checked + label:after {
  opacity: 1;
}
.sec-28 .box .left .chek label {
  color: #7C7975;
  font-family: "Helvetica Neue", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  position: relative;
  padding: 0 0 0 28px;
  cursor: pointer;
}
.sec-28 .box .left .chek label:after {
  content: "";
  width: 10px;
  height: 10px;
  background: url("../img/chek.svg") 0 0 no-repeat;
  position: absolute;
  left: 4px;
  top: -2px;
  opacity: 0;
  transition: all 0.5s;
}
.sec-28 .box .left .chek label:before {
  content: "";
  border-radius: 6px;
  border: 1px solid #E0DBD4;
  background: #FFF;
  width: 21px;
  height: 21px;
  position: absolute;
  left: -2px;
  top: -7px;
  transition: all 0.5s;
}
.sec-28 .box .left textarea {
  border-radius: 6px;
  border: 1px solid #D6D6D6;
  background: #FFF;
  width: 100%;
  height: 97px;
  color: #000;
  font-family: "Tilda Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  resize: none;
  padding: 11px 14px;
  margin-bottom: 13px;
}
.sec-28 .box .left textarea::placeholder {
  color: #7C7975;
}
.sec-28 .box .left textarea:hover {
  border: 1px solid #A7A7A7;
}
.sec-28 .box .left textarea:focus {
  border: 2px solid #80A9AA;
}
.sec-28 .box .left .bot {
  border-top: 1px solid #D6D6D6;
  margin: -1px 0 12px 0;
  padding: 40px 0 0 0;
}
.sec-28 .box .left .btn {
  border-radius: 6px;
  background: #80A9AA;
  width: 100%;
  height: 45px;
  color: #FFF;
  text-align: center;
  font-family: "Helvetica Neue", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
  cursor: pointer;
}
.sec-28 .box .left .btn:hover {
  background: #527A7B;
}
.sec-28 .box .right {
  width: 47.8%;
}
.sec-28 .box .right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sec-29 {
  padding: 64px 0 91px 0;
}
.sec-29 .box {
  justify-content: flex-start;
  gap: 42px;
}
.sec-29 .box .left {
  width: 19.5%;
  height: 100%;
  position: sticky;
  top: 30px;
}
.sec-29 .box .left .zag {
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  margin-bottom: 8px;
}
.sec-29 .box .left .soc {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 7px 4px;
  margin-bottom: 28px;
}
.sec-29 .box .left .soc a {
  border-radius: 99px;
  height: 35px;
  color: #FFF;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 14px;
}
.sec-29 .box .left .soc a:hover {
  background: #80A9AA !important;
}
.sec-29 .box .left .btn {
  border-radius: 6px;
  background: #80A9AA;
  color: #FFF;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  width: 100%;
  display: block;
  padding: 12px 0;
  margin-bottom: 14px;
}
.sec-29 .box .left .btn:hover {
  background: #527A7B;
}
.sec-29 .box .left .box {
  gap: 0;
  justify-content: space-between;
}
.sec-29 .box .left .box .item {
  color: #9D9D9D;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  border-right: 1px solid #D9D9D9;
  width: 49%;
}
.sec-29 .box .left .box .item:last-child {
  border: none;
  width: 46%;
}
.sec-29 .box .right {
  max-width: 778px;
  padding: 8px 0 0 0;
}
.sec-29 .box .right .list {
  margin: 0 0 69px 10px;
}
.sec-29 .box .right .list ol {
  counter-reset: item;
}
.sec-29 .box .right .list ol li {
  display: block;
  color: #80A9AA;
  text-align: justify;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
  margin-bottom: 30px;
}
.sec-29 .box .right .list ol li:before {
  content: counters(item, ".") ". ";
  counter-increment: item;
}
.sec-29 .box .right .list ol li ol {
  padding: 0 0 0 21px;
}
.sec-29 .box .right .list ol li ol li {
  margin: 0;
}
.sec-29 .box .right .mini-text {
  color: #000;
  text-align: justify;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  margin-bottom: 32px;
}
.sec-29 .box .right .img {
  border-radius: 9px;
  width: 100%;
  height: 350px;
  overflow: hidden;
  margin-bottom: 66px;
}
.sec-29 .box .right .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sec-29 .box .right h2 {
  color: #4E4E4E;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  margin: 0 0 10px -8px;
}
.sec-29 .box .right ul {
  list-style: none;
  padding: 0;
  margin: 0 0 0 2px;
}
.sec-29 .box .right ul li {
  color: #929292;
  text-align: justify;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 11px;
}
.sec-29 .box .right ul li:before {
  content: "";
  width: 4px;
  height: 4px;
  background: #0638E9;
}
.sec-29 .box .right h3 {
  color: #1E1E1E;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  margin: 44px 0 25px -2px;
}
.sec-29 .box .right p {
  color: #929292;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  margin-bottom: 10px;
}
.sec-29 .box .right .box {
  justify-content: space-between;
  gap: 0;
  margin: 58px 0 48px 0;
}
.sec-29 .box .right .box img {
  border-radius: 9px;
  height: 262px;
  width: 48.7%;
  object-fit: cover;
}
.sec-29 .box .right .teg {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 5px;
  margin: 45px 0 30px 0;
}
.sec-29 .box .right .teg a {
  border-radius: 6px;
  background: #FAFAFA;
  color: #80A9AA;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  padding: 10px 11px;
}
.sec-29 .box .right .teg a:hover {
  background: #80A9AA;
  color: #fff;
}
.sec-29 .box .right .share {
  display: none;
}
.sec-29 .box .right .nav {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: 42px;
}
.sec-29 .box .right .nav a {
  width: 50%;
  border-radius: 9px 0 0 9px;
  border: 1px solid #D9D9D9;
  color: #80A9AA;
  text-align: right;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 13px 95px 18px 19px;
}
.sec-29 .box .right .nav a:last-child {
  border-radius: 0 9px 9px 0;
  border: 1px solid #D9D9D9;
  text-align: left;
  padding: 13px 15px 18px 95px;
}
.sec-29 .box .right .nav a path {
  transition: all 0.5s;
}
.sec-29 .box .right .nav a:hover {
  background: #80A9AA;
  color: #fff;
}
.sec-29 .box .right .nav a:hover path {
  stroke: #fff;
}
.sec-29 .box .right .comments .zag {
  color: #1E1E1E;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  border-bottom: 1px solid #D9D9D9;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  gap: 4px;
  padding: 0 0 14px 0;
  margin-bottom: 36px;
}
.sec-29 .box .right .comments .zag span {
  color: #999;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}
.sec-29 .box .right .comments .comment {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 21px;
}
.sec-29 .box .right .comments .comment.mess {
  padding: 0 0 0 86px;
}
.sec-29 .box .right .comments .comment .left {
  width: 59px;
}
.sec-29 .box .right .comments .comment .left .ava {
  width: 59px;
  height: 59px;
  border-radius: 59px;
  overflow: hidden;
  background: #80A9AA;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 8px;
}
.sec-29 .box .right .comments .comment .left .ava img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sec-29 .box .right .comments .comment .left .name {
  color: #000;
  text-align: center;
  font-size: 11px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
}
.sec-29 .box .right .comments .comment .right {
  width: 89%;
  padding: 0;
  margin-bottom: 9px;
}
.sec-29 .box .right .comments .comment .right .text {
  border-radius: 19px 19px 19px 0;
  background: #FAFAFA;
  color: #656565;
  text-align: justify;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  padding: 18px 23px 25px 23px;
  margin-bottom: 6px;
}
.sec-29 .box .right .comments .comment .right a {
  color: #80A9AA;
  text-align: justify;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
.sec-29 .box .right .comments .comment .right a:hover {
  color: #4E4E4E;
}
.sec-29 .box .right .comments .form {
  margin: 44px 0 0 0;
}
.sec-29 .box .right .comments .form .zag {
  color: #4E4E4E;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px;
  border: none;
  padding: 0;
  margin-bottom: 24px;
}
.sec-29 .box .right .comments .form form .group {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 26px;
}
.sec-29 .box .right .comments .form form .group .item {
  width: 48.4%;
}
.sec-29 .box .right .comments .form form .group label {
  display: block;
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  font-family: "Helvetica Neue", sans-serif;
  margin-bottom: 5px;
}
.sec-29 .box .right .comments .form form .group input {
  border-radius: 6px;
  border: 1px solid #CECECE;
  width: 100%;
  height: 40px;
  color: #000;
  font-family: "Tilda Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding: 0 10px;
}
.sec-29 .box .right .comments .form form .group input:focus {
  border: 2px solid #80A9AA;
}
.sec-29 .box .right .comments .form form label {
  display: block;
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  font-family: "Helvetica Neue", sans-serif;
  margin-bottom: 5px;
}
.sec-29 .box .right .comments .form form textarea {
  border-radius: 6px;
  border: 1px solid #CECECE;
  width: 100%;
  height: 170px;
  color: #000;
  font-family: "Tilda Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  resize: none;
  margin-bottom: 16px;
  padding: 10px;
}
.sec-29 .box .right .comments .form form textarea:focus {
  border: 2px solid #80A9AA;
}
.sec-29 .box .right .comments .form form .btn {
  border-radius: 6px;
  background: #80A9AA;
  color: #FFF;
  text-align: center;
  font-family: "Helvetica Neue", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  transition: all 0.5s;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 44px;
}
.sec-29 .box .right .comments .form form .btn:hover {
  background: #527A7B;
}

.popup-fade, .popup-fade-reg {
  display: none;
  position: fixed;
  z-index: 999999999;
  background: rgba(0, 0, 0, 0.46);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.popup-fade .popup, .popup-fade-reg .popup {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 440px;
  width: 90%;
  max-height: 388px;
  margin: auto;
  background: #FFF;
  z-index: 99999;
  opacity: 1;
  overflow: hidden;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  padding: 38px 58px 52px 58px;
}
.popup-fade .popup::-webkit-scrollbar, .popup-fade-reg .popup::-webkit-scrollbar {
  display: none;
}
.popup-fade .popup .popup-close, .popup-fade-reg .popup .popup-close {
  position: absolute;
  right: 12px;
  top: 15px;
  width: 17px;
  height: 17px;
  transform: rotate(0deg);
}
.popup-fade .popup .popup-close:hover, .popup-fade-reg .popup .popup-close:hover {
  transform: rotate(180deg);
}
.popup-fade .popup .title, .popup-fade-reg .popup .title {
  color: #4E4E4E;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  margin-bottom: 37px;
}
.popup-fade .popup form .item, .popup-fade-reg .popup form .item {
  margin-bottom: 21px;
}
.popup-fade .popup form .item:nth-child(2), .popup-fade-reg .popup form .item:nth-child(2) {
  margin-bottom: 10px;
}
.popup-fade .popup form .item label, .popup-fade-reg .popup form .item label {
  color: #4E4E4E;
  font-family: "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  display: block;
  margin-bottom: 6px;
}
.popup-fade .popup form .item input, .popup-fade-reg .popup form .item input {
  border-radius: 6px;
  border: 1px solid #D6D6D6;
  background: #FFF;
  width: 100%;
  height: 42px;
  color: #000;
  text-align: left;
  font-family: "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 0 19px;
}
.popup-fade .popup form .item input::placeholder, .popup-fade-reg .popup form .item input::placeholder {
  color: #A7A7A7;
}
.popup-fade .popup form .item input:hover, .popup-fade-reg .popup form .item input:hover {
  border: 1px solid #A7A7A7;
}
.popup-fade .popup form .item input:focus, .popup-fade-reg .popup form .item input:focus {
  border: 2px solid #80A9AA;
}
.popup-fade .popup form .box, .popup-fade-reg .popup form .box {
  margin-bottom: 20px;
}
.popup-fade .popup form .box a, .popup-fade-reg .popup form .box a {
  color: #80A9AA;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.popup-fade .popup form .box a:hover, .popup-fade-reg .popup form .box a:hover {
  color: #4E4E4E;
}
.popup-fade .popup form button, .popup-fade-reg .popup form button {
  border-radius: 6px;
  background: #80A9AA;
  color: #FFF;
  text-align: center;
  font-family: "Helvetica Neue", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  width: 100%;
  height: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
  cursor: pointer;
}
.popup-fade .popup form button:hover, .popup-fade-reg .popup form button:hover {
  background: #527A7B;
}

.tg {
  position: fixed;
  right: 100px;
  bottom: 100px;
  z-index: 10;
}
.tg a {
  width: 55px;
  height: 55px;
  background: #80A9AA;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.tg a:hover {
  background: #4E4E4E;
}

@media (max-width: 1699px) {
  header .wrapper {
    max-width: 1309px;
    padding: 0 15px;
  }
  .tg {
    right: 20px;
  }
  .breadcrumb {
    margin-left: 0;
  }
  .sec-22 .breadcrumb {
    margin-left: 0;
  }
}
@media (max-width: 1308px) {
  .wrapper {
    max-width: 1140px;
  }
  header .wrapper {
    max-width: 1140px;
  }
  .sec-8 .box .item {
    width: 32%;
  }
  .sec-10 .box .left {
    width: 60%;
  }
  .sec-13 .box .item .box .name {
    width: 80%;
  }
  .sec-14 .box .left .img-slider {
    width: 79%;
  }
  .sec-14 .box .right {
    width: 40%;
  }
  .sec-14 .process .left {
    width: 35.5%;
  }
  .sec-14 .process .left .text {
    width: 100%;
  }
  .sec-14 .process .right {
    width: 63%;
  }
  .sec-14 .har .box .spisok {
    width: 48%;
  }
  .sec-14 .faq .panel .panel-collapse .panel-body p {
    width: 100%;
  }
  .sec-18 .box .right .item .box {
    gap: 23px;
  }
  .sec-19 .panel .panel-heading a svg {
    flex-shrink: 0;
  }
  .sec-19 .panel .panel-collapse .panel-body p {
    width: 100%;
  }
  .sec-26 .table table td:first-child {
    width: 13%;
  }
  .sec-29 .box .left {
    width: 21%;
  }
}
@media (max-width: 1199px) {
  .wrapper {
    max-width: 960px;
  }
  header .wrapper {
    max-width: 960px;
  }
  header .box .logo {
    padding: 0;
  }
  header .box .logo a {
    gap: 20px;
  }
  header .box .right a {
    padding: 0;
    gap: 10px;
  }
  header .box .right a.search {
    margin: 0 10px 0 0;
  }
  header .box .right span {
    margin: 0 10px;
  }
  .home header .box .logo {
    padding: 2px 0 0 0;
  }
  .sec-3 .box .item .box {
    padding: 0 20px;
  }
  .sec-3 .box .item .box .name {
    font-size: 18px;
    width: 75%;
  }
  .sec-5 .slider {
    width: 70%;
    padding: 20px 0 53px 20px;
  }
  .sec-5 .info-slider {
    height: fit-content;
  }
  .sec-7 .box .item {
    padding: 65px 20px 30px 90px;
  }
  .sec-8 .box .item .left {
    width: 150px;
  }
  .sec-9 .box {
    margin: 0 auto;
  }
  footer .box {
    padding: 0;
  }
  footer .box .left {
    width: 45%;
  }
  footer .foot .copy {
    width: 37%;
  }
  footer .foot .design {
    margin: 0;
    width: 41%;
  }
  .sec-10 .box .left {
    width: 70%;
  }
  .sec-11 .filter form {
    flex-wrap: nowrap;
  }
  .sec-11 .box {
    gap: 30px 10px;
  }
  .sec-11 .box .item {
    width: 178px;
  }
  .sec-13 .box .item .box {
    padding: 0 20px;
  }
  .sec-13 .box .item .box .name {
    font-size: 18px;
    width: 75%;
  }
  .sec-14 .box .left {
    width: 50%;
  }
  .sec-14 .box .left .img-slider {
    width: 75%;
    height: fit-content;
    margin: auto;
  }
  .sec-14 .box .right {
    width: 47%;
  }
  .sec-14 .box .right .select2-container {
    width: 100% !important;
  }
  .sec-14 .process .left {
    width: 42.5%;
  }
  .sec-14 .process .right {
    width: 55%;
  }
  .sec-14 .har .box .spisok .item .info {
    width: 25%;
  }
  .sec-15 {
    overflow: hidden;
  }
  .sec-15 .box {
    overflow: scroll;
    flex-wrap: nowrap;
    gap: 10px;
    -ms-overflow-style: none;
  }
  .sec-15 .box::-webkit-scrollbar {
    width: 0;
    display: none;
  }
  .sec-15 .box .item {
    width: 169px;
    flex-shrink: 0;
  }
  .sec-17 .box .left .item .price {
    margin: 0 0 9px auto;
  }
  .sec-17 .box .right .login .txt {
    width: 55%;
  }
  .sec-17 .box .right .login .btn {
    width: 100px;
  }
  .sec-17 .box .right .info .promo form button {
    width: 80px;
  }
  .sec-17 .box .right .info .product .info {
    width: 53%;
  }
  .sec-18 .box .left {
    width: 24%;
  }
  .sec-18 .box .right .item .box {
    gap: 20px;
  }
  .sec-21 .box .left {
    padding: 0;
  }
  .sec-21 .box .right {
    padding: 0;
  }
  .sec-23 .box .left {
    width: 43%;
  }
  .sec-24 .box .item {
    gap: 30px;
  }
  .sec-24 .box .item .icon {
    margin: 0;
  }
  .sec-26 .table table td:first-child {
    width: 16%;
  }
  .sec-26 .table table td:nth-child(2) {
    width: 32%;
  }
  .sec-27 .table table td:first-child {
    width: 60%;
  }
  .sec-29 .box {
    justify-content: space-between;
    gap: 0;
  }
  .sec-29 .box .left {
    width: 25%;
  }
  .sec-29 .box .right {
    width: 73%;
    padding: 0;
  }
}
@media (max-width: 991px) {
  .wrapper {
    max-width: 720px;
  }
  header .wrapper {
    max-width: 720px;
  }
  header .box .logo {
    padding: 0;
  }
  header .box .logo a {
    gap: 0;
  }
  header .box .logo a span {
    display: none;
  }
  header .box .right {
    gap: 10px;
  }
  header .box .right a {
    padding: 0;
  }
  header .box .right a svg {
    width: 26px;
    height: 26px;
  }
  header .box .right a.popup-open svg {
    width: 15px;
    height: 19px;
  }
  header .box .right span {
    display: none;
  }
  header .box .popup-search form, header .box .popup-search .search-popup-ini {
    width: 90%;
  }
  .sec-2 {
    overflow: hidden;
  }
  .sec-2 .box {
    overflow: scroll;
    flex-wrap: nowrap;
    gap: 10px;
    -ms-overflow-style: none;
  }
  .sec-2 .box::-webkit-scrollbar {
    width: 0;
    display: none;
  }
  .sec-2 .box .item {
    width: 131px;
    height: 162px;
    flex-shrink: 0;
  }
  .sec-3 {
    overflow: hidden;
  }
  .sec-3 .teg {
    overflow: scroll;
    flex-wrap: nowrap;
    -ms-overflow-style: none;
    gap: 5px;
  }
  .sec-3 .teg::-webkit-scrollbar {
    width: 0;
    display: none;
  }
  .sec-3 .teg a {
    min-width: 76px;
    white-space: nowrap;
    flex-grow: 0;
    padding: 11px;
    flex-shrink: 0;
  }
  .sec-3 .box .item {
    width: 100%;
  }
  .sec-4 .box .item {
    width: 48%;
    margin-bottom: 30px;
  }
  .sec-5 .slider {
    width: 100%;
    padding: 20px 20px 53px 20px;
  }
  .sec-5 .slider .cat {
    margin-bottom: 50px;
  }
  .sec-5 .info-slider {
    display: none;
  }
  .sec-6 .tovar .swiper-button-prev, .sec-6 .tovar .swiper-button-next {
    display: none;
  }
  .sec-7 .box .item {
    width: 100%;
    margin-bottom: 8px;
  }
  .sec-8 .box .item {
    width: 100%;
    margin-bottom: 30px;
  }
  .sec-8 .box .item:last-child {
    margin-bottom: 0;
  }
  .sec-8 .box .item .right {
    width: 74%;
  }
  .sec-9 .box .title {
    width: 100%;
    padding: 0;
    text-align: center;
    margin-bottom: 15px;
  }
  .sec-9 .box form {
    width: 100%;
  }
  footer .box .left {
    width: 100%;
  }
  footer .box .left .logo {
    justify-content: center;
  }
  footer .box .left .soc {
    justify-content: center;
    margin: 0 auto 20px auto;
  }
  footer .box .right {
    width: 100%;
  }
  footer .foot {
    margin: 100px 0 0 0;
    align-items: center;
  }
  footer .foot .copy {
    width: 100%;
    margin-bottom: 14px;
  }
  footer .foot .design {
    width: auto;
  }
  footer .foot .design a span {
    margin: 0;
  }
  .sec-10 {
    overflow: hidden;
  }
  .sec-10 .box {
    margin: 0;
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow: scroll;
    -ms-overflow-style: none;
    gap: 5px;
  }
  .sec-10 .box::-webkit-scrollbar {
    width: 0;
    display: none;
  }
  .sec-10 .box .item {
    width: 128px;
    height: 80px;
    flex-shrink: 0;
  }
  .sec-10 .box .item .name {
    bottom: 15px;
  }
  .sec-10 .box.brend {
    flex-wrap: wrap;
    overflow: hidden;
  }
  .sec-10 .box.brend .left {
    width: 100%;
  }
  .sec-10 .box.brend .right {
    width: 100%;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #DEDEDE;
  }
  .sec-10 .box.brend .right .total {
    border: none;
  }
  .sec-10 .box.brend .right .box {
    flex-wrap: wrap;
    flex-direction: column;
  }
  .sec-11 {
    overflow: hidden;
  }
  .sec-11 .filter form {
    flex-wrap: wrap;
    gap: 10px 0;
  }
  .sec-11 .filter form .select2-container {
    width: 32% !important;
  }
  .sec-11 .filter form .item {
    width: 32%;
  }
  .sec-11 .box .item {
    width: 32.3%;
  }
  .sec-11 .box-info {
    overflow: scroll;
    flex-wrap: nowrap;
    -ms-overflow-style: none;
    gap: 5px;
    margin: 0 0 45px 0;
    justify-content: flex-start;
  }
  .sec-11 .box-info::-webkit-scrollbar {
    width: 0;
    display: none;
  }
  .sec-11 .box-info .item {
    width: 128px;
    flex-shrink: 0;
  }
  .sec-12 .box .item {
    width: 48.5%;
  }
  .sec-13 {
    overflow: hidden;
  }
  .sec-13 .teg {
    overflow: scroll;
    flex-wrap: nowrap;
    -ms-overflow-style: none;
    gap: 5px;
  }
  .sec-13 .teg::-webkit-scrollbar {
    width: 0;
    display: none;
  }
  .sec-13 .teg a {
    min-width: 76px;
    white-space: nowrap;
    flex-grow: 0;
    padding: 0 10px;
    flex-shrink: 0;
  }
  .sec-13 .box .item {
    width: 100%;
  }
  .sec-14 .box .left {
    width: 100%;
    margin: 0;
  }
  .sec-14 .box .right {
    width: 100%;
  }
  .sec-14 .process .left {
    width: 100%;
    margin-bottom: 10px;
  }
  .sec-14 .process .right {
    width: 100%;
  }
  .sec-14 .har .box .spisok .item .info {
    width: 35%;
  }
  .sec-16 .item .right {
    width: 91%;
  }
  .sec-17 .box .left {
    width: 100%;
    margin-bottom: 10px;
  }
  .sec-17 .box .right {
    width: 100%;
  }
  .sec-17 .box .right .login .txt {
    width: 62%;
  }
  .sec-17 .box .right .login .btn {
    width: 116px;
  }
  .sec-17 .box .right .info .promo form button {
    width: 116px;
  }
  .sec-17 .box .right .info .product .info {
    width: 80%;
  }
  .sec-18 .box .right .item .box a {
    width: 48%;
  }
  .sec-21 .breadcrumb {
    margin-bottom: 40px;
  }
  .sec-21 .box .left {
    width: 100%;
    margin-bottom: 40px;
  }
  .sec-21 .box .right {
    width: 100%;
  }
  .sec-23 .box .left {
    width: 100%;
    margin-bottom: 30px;
  }
  .sec-23 .box .right {
    width: 100%;
  }
  .sec-24 .box .item {
    gap: 0;
  }
  .sec-26 .table table tr {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background: #FFF;
    border-bottom: 2px solid #F4F4F4;
    margin-bottom: 2px;
    padding: 16px 18px;
  }
  .sec-26 .table table tr:first-child {
    display: none;
  }
  .sec-26 .table table td {
    display: block;
    background: none;
    border: none;
    padding: 0;
  }
  .sec-26 .table table td:first-child {
    width: 100%;
    padding: 0;
    margin-bottom: 10px;
    order: 1;
  }
  .sec-26 .table table td:nth-child(2) {
    width: 100%;
    margin-bottom: 20px;
    order: 2;
  }
  .sec-26 .table table td:nth-child(3) {
    order: 4;
    width: auto;
  }
  .sec-26 .table table td:nth-child(4) {
    order: 3;
    width: auto;
  }
  .sec-26 .table table td:last-child {
    padding: 0;
    width: 100%;
    order: 5;
    margin-top: 20px;
  }
  .sec-26 .table table td a {
    width: 100%;
  }
  .sec-27 .box .back {
    display: none;
  }
  .sec-27 .table table {
    box-shadow: none;
  }
  .sec-27 .table table tr {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background: #FFF;
    margin-bottom: 2px;
    padding: 16px 18px;
  }
  .sec-27 .table table tr:first-child {
    display: none;
  }
  .sec-27 .table table tr:last-child {
    margin: 0;
  }
  .sec-27 .table table td {
    padding: 0;
    background: none;
  }
  .sec-27 .table table td:first-child {
    width: 100%;
    padding: 0;
  }
  .sec-27 .table table td:nth-child(2) {
    display: none;
  }
  .sec-27 .table table td:nth-child(3) {
    width: 29.5%;
    padding: 0;
    margin: -30px 0 0 auto;
  }
  .sec-27 .table table td:last-child {
    width: 50%;
    padding: 0;
    margin: -30px 0 0 0;
    display: flex;
    justify-content: flex-end;
    gap: 3px;
  }
  .sec-28 .box .left {
    padding: 30px;
  }
  .sec-29 .box .left {
    display: none;
  }
  .sec-29 .box .right {
    width: 100%;
  }
  .sec-29 .box .right .comments .comment .left {
    display: block;
  }
}
@media (max-width: 767px) {
  .wrapper {
    max-width: 540px;
  }
  header .wrapper {
    max-width: 540px;
  }
  header .menu ul {
    gap: 20px;
  }
  .sec-3 .box .item {
    height: 300px;
  }
  .sec-4 .box .item {
    width: 100%;
  }
  .sec-8 .box .item .right {
    width: 65%;
  }
  .sec-9 .box form input {
    width: 62%;
  }
  footer .foot .design a span {
    display: none;
  }
  .sec-10 h1 {
    font-size: 23px;
    line-height: normal;
  }
  .sec-10 .box {
    gap: 9px;
  }
  .sec-10 .box.brend .left .info {
    width: 60%;
  }
  .sec-10 .search {
    margin: -3px auto 24px auto;
  }
  .sec-10 .search form input {
    padding: 0 50px 0 18px;
    font-size: 14px;
    height: 50px;
  }
  .sec-11 .filter {
    margin-bottom: 20px;
  }
  .sec-11 .filter form .select2-container {
    width: 49% !important;
  }
  .sec-11 .filter form .item {
    width: 49%;
  }
  .sec-11 .box .item {
    width: 49%;
  }
  .sec-12 .box .item {
    height: 200px;
  }
  .sec-13 .box .item {
    height: 300px;
  }
  .sec-14 .box .left {
    margin: 0 0 30px 0;
  }
  .sec-14 .box .left .nav-slider {
    width: fit-content;
    height: 48px;
    order: 2;
    margin: auto;
  }
  .sec-14 .box .left .nav-slider img {
    height: 48px;
    width: 48px;
    object-fit: contain;
    margin: 0 auto;
  }
  .sec-14 .box .left .img-slider {
    width: 100%;
    order: 1;
  }
  .sec-14 .har .box .spisok {
    width: 100%;
  }
  .sec-14 .har .box .spisok .item .info {
    width: 21%;
  }
  .sec-14 .faq .panel .panel-heading a svg {
    flex-shrink: 0;
  }
  .sec-17 .box .left .item .price {
    margin: 10px 0 0 155px;
  }
  .sec-17 .box .left form .bg .group:nth-child(4) {
    width: 100%;
  }
  .sec-17 .box .left form .bg input {
    width: 100%;
  }
  .sec-17 .box .right .info .product .info {
    width: 73%;
  }
  .sec-18 .box .left {
    width: 100%;
    margin: 0 0 20px 0;
    padding: 0;
    position: initial;
  }
  .sec-18 .box .right {
    width: 100%;
  }
  .sec-18 .box .right .item .box {
    gap: 15px;
  }
  .sec-24 .box .item {
    gap: 10px;
    width: 100%;
    height: 150px;
    justify-content: flex-start;
    padding: 0 15%;
  }
  .sec-25 .box .item {
    width: 100%;
    margin-bottom: 10px;
  }
  .sec-27 .table table td:nth-child(3) {
    width: 21.5%;
  }
  .sec-28 .box .left {
    width: 100%;
  }
  .sec-28 .box .right {
    display: none;
  }
  .sec-29 .box .right .nav a {
    padding: 13px 19px 18px 19px;
  }
  .sec-29 .box .right .nav a:last-child {
    padding: 13px 15px 18px 19px;
  }
  .sec-29 .box .right .comments .comment .right {
    width: 85%;
  }
}
@media (max-width: 575px) {
  .wrapper {
    max-width: 100%;
  }
  body {
    padding-top: 90px;
    transition: all 0.5s;
  }
  body.active {
    padding-top: 50px;
  }
  .info-dostavka {
    padding: 7px 0 11px 0;
  }
  .info-dostavka .close {
    right: 12px;
  }
  .info-dostavka .text {
    font-size: 12px;
  }
  .home.active {
    padding: 0;
  }
  .home header.header-fixed .box .burger span {
    background: #80A9AA;
  }
  .home header .box {
    padding: 10px 0 20px 0;
    border: none;
  }
  .home header .box .burger span {
    background: #fff;
  }
  .home header .box .logo {
    padding: 2px 0 0 40px;
  }
  .home header .box .logo a {
    background: url("../img/logo.svg") 0 0 no-repeat;
    background-size: cover;
  }
  .home header .menu {
    top: -10px;
    background: #fff;
  }
  .home header .menu ul {
    padding: 85px 0 17px 0;
  }
  .home header .menu ul li a {
    color: #80A9AA;
  }
  header {
    top: 40px;
    transition: all 0.5s;
  }
  header.header-fixed {
    position: fixed;
    top: 0;
    background: #fff;
  }
  header.header-fixed .box {
    background: #fff;
    transition: all 0.5s;
  }
  header.header-fixed .box .logo a {
    background: url("../img/logo1.svg") 0 0 no-repeat !important;
    background-size: cover !important;
    width: 127px;
    height: 27px;
  }
  header.header-fixed .box .right a path {
    fill: #80A9AA !important;
  }
  header.active .box .logo a {
    background: url("../img/logo1.svg") 0 0 no-repeat !important;
    background-size: cover !important;
    width: 127px;
    height: 27px;
  }
  header.active .box .right a path {
    fill: #80A9AA !important;
  }
  header .wrapper {
    max-width: 100%;
    padding: 0 11px;
  }
  header .box {
    align-items: center;
    padding: 10px 0;
    border: none;
    position: relative;
    z-index: 100;
  }
  header .box .burger {
    width: 20px;
    height: 12px;
    display: block;
  }
  header .box .burger span {
    background: #80A9AA;
    height: 2px;
    width: 100%;
    transition: all 0.5s;
    display: block;
    margin-bottom: 3px;
  }
  header .box .burger span:last-child {
    margin: 0;
  }
  header .box .burger.active span {
    transform: rotate(45deg);
    margin-bottom: -4px;
    background: #80A9AA;
  }
  header .box .burger.active span:nth-child(2) {
    opacity: 0;
    margin: 0;
  }
  header .box .burger.active span:nth-child(3) {
    transform: rotate(-45deg);
    margin: 0;
  }
  header .box .soc {
    display: none;
  }
  header .box .logo {
    padding: 2px 0 0 40px;
  }
  header .box .logo a {
    transition: all 0.5s;
    background: url("../img/logo1.svg") 0 0 no-repeat;
    background-size: cover;
    width: 127px;
    height: 27px;
  }
  header .box .logo a img {
    display: none;
  }
  header .box .right {
    gap: 18px;
  }
  header .box .right .search {
    position: absolute;
    left: 57px;
  }
  header .box .right .search svg {
    width: 21px;
    height: 21px;
  }
  header .box .popup-search {
    left: -10px;
    width: calc(100% + 21px);
  }
  header .box .popup-search form input {
    height: 50px;
    font-size: 14px;
    line-height: normal;
  }
  header .box .popup-search form button {
    top: 14px;
  }
  header .menu {
    display: none;
    position: absolute !important;
    background: #fff;
    left: 0;
    top: 49px;
    width: 100%;
    z-index: 10;
    padding: 0;
  }
  header .menu ul {
    padding: 20px;
  }
  header .menu ul li {
    width: 100%;
  }
  header .menu ul li a {
    color: #80A9AA;
    margin: 0 auto;
    display: block;
    width: fit-content;
  }
  .sec-1 {
    padding: 119px 0 25px 0;
  }
  .sec-1 h1 {
    font-size: 24px;
  }
  .sec-1 .search form input {
    height: 49px;
    font-size: 14px;
    padding: 0 40px 0 18px;
  }
  .sec-1 .search form button {
    top: 13px;
  }
  .sec-1 .search .search-popup {
    top: 55px;
    z-index: 10;
  }
  .sec-1 .search .search-popup .close {
    top: -40px;
  }
  .sec-2 {
    padding: 15px 0 0 0;
  }
  .sec-2 .box .item .name {
    font-size: 15px;
    bottom: 14px;
    padding: 0 20px;
  }
  .sec-3 {
    padding: 15px 0 0 0;
  }
  .sec-3 .box a {
    padding: 0 0 8px 0;
  }
  .sec-3 .box:last-child {
    margin: 0 -6px 0 -8px;
  }
  .sec-3 .box .item {
    height: 212px;
    margin-bottom: 11px;
  }
  .sec-3 .box .item .box {
    padding: 0 15px;
    bottom: 15px;
    margin: 0;
  }
  .sec-3 .box .item .box .name {
    font-size: 15px;
    line-height: 16px;
    margin-bottom: 12px;
  }
  .sec-3 .box .item .box .info {
    padding: 0 0 3px 3px;
    gap: 12px;
  }
  .sec-3 .box .item .box .info .like {
    font-size: 11px;
    padding: 0 0 0 18px;
    background-size: 15px;
  }
  .sec-3 .box .item .box .info .comment {
    font-size: 11px;
  }
  .sec-3 .teg {
    margin: 4px 0 14px 0;
  }
  .sec-3 .teg a {
    padding: 2px;
    font-size: 12px;
    border-radius: 5px;
  }
  .sec-4 {
    padding: 23px 0 0 0;
  }
  .sec-4 .box {
    margin-bottom: 7px;
  }
  .sec-4 .box a {
    padding: 0;
  }
  .sec-4 .box .item {
    margin-bottom: 26px;
  }
  .sec-4 .box .item .img {
    height: 234px;
  }
  .sec-4 .box .item .text {
    width: 90%;
  }
  .sec-5 {
    padding: 12px 0 0 0;
  }
  .sec-5 .slider {
    padding: 11px 6px 49px 6px;
  }
  .sec-5 .slider .cat {
    margin-bottom: 93px;
  }
  .sec-5 .slider .text {
    line-height: 20px;
    padding: 24px 0 0 1px;
    width: 80%;
  }
  .sec-5 .slider .btn {
    width: 100%;
    margin-top: 25px;
  }
  .sec-6 {
    padding: 22px 0 34px 0;
  }
  .sec-6 .title {
    margin-bottom: 13px;
  }
  .sec-6 .tovar .swiper-slide {
    width: 169px;
  }
  .sec-6 .tovar .item {
    width: 169px;
  }
  .sec-6 .tovar .item .img {
    height: 169px;
    margin-bottom: 12px;
  }
  .sec-7 {
    padding: 21px 0 3px 0;
  }
  .sec-7 .box {
    margin-bottom: 17px;
  }
  .sec-7 .box a {
    padding: 4px 0 0 0;
  }
  .sec-7 .box .item {
    background-position: 18px 16px;
    padding: 28px 21px 20px 87px;
  }
  .sec-7 .box .item .text {
    font-size: 13px;
    line-height: 120%;
    margin-bottom: 31px;
  }
  .sec-8 {
    padding: 30px 0 20px 0;
  }
  .sec-8 .box {
    margin-bottom: 24px;
  }
  .sec-8 .box .title {
    line-height: 120%;
    width: 65%;
  }
  .sec-8 .box a {
    padding: 0 0 22px 0;
  }
  .sec-8 .box .item {
    margin-bottom: 28px;
    justify-content: space-between;
    flex-wrap: nowrap;
    gap: 17px;
  }
  .sec-8 .box .item .left {
    width: 138px;
    height: 138px;
    flex-shrink: 0;
  }
  .sec-8 .box .item .left img {
    width: 105px;
    height: 110px;
  }
  .sec-8 .box .item .right {
    width: 100%;
  }
  .sec-9 .box {
    padding: 29px 0 40px 0;
  }
  .sec-9 .box .title {
    width: 200px;
    margin: 0 auto 20px auto;
  }
  .sec-9 .box form input {
    width: 100%;
    margin-bottom: 14px;
  }
  .sec-9 .box form button {
    width: 100%;
  }
  footer {
    padding: 30px 0 20px 0;
  }
  footer .box .left .logo {
    gap: 15px;
  }
  footer .box .left .logo img {
    width: 120px;
  }
  footer .box .left .logo span {
    gap: 14px;
    font-size: 19px;
  }
  footer .box .left .soc {
    gap: 8px;
    margin: 0 auto 23px auto;
  }
  footer .box .right .item {
    width: 100%;
    border-bottom: 1px solid #DAE5E5;
    margin-bottom: 12px;
  }
  footer .box .right .item .zag {
    margin-bottom: 10px;
    position: relative;
  }
  footer .box .right .item .zag:after {
    content: "";
    background: url("../img/arrow2.svg") 0 0 no-repeat;
    width: 14px;
    height: 8px;
    position: absolute;
    right: 0;
    top: 8px;
    transition: all 0.5s;
  }
  footer .box .right .item .zag.active:after {
    transform: rotate(180deg);
  }
  footer .box .right .item ul {
    display: none;
    margin-bottom: 16px;
  }
  footer .foot {
    margin: 17px 0 0 0;
    border: none;
    padding: 0;
  }
  footer .foot .copy {
    width: 295px;
    margin-bottom: 21px;
  }
  footer .foot .link {
    margin: 11px 0 0 0;
  }
  footer .foot .design {
    margin: 0 6px 0 0;
  }
  .breadcrumb {
    margin-left: -4px;
    padding: 11px 0;
  }
  .breadcrumb ol {
    gap: 7px;
  }
  .breadcrumb ol li {
    font-size: 10px;
  }
  .breadcrumb ol li a {
    font-size: 10px;
  }
  .breadcrumb ol li a:after {
    font-size: 10px;
  }
  .sec-10 {
    padding-bottom: 17px;
  }
  .sec-10 .breadcrumb {
    margin-bottom: 14px;
  }
  .sec-10 h1 {
    font-size: 24px;
    line-height: normal;
    margin-bottom: 18px;
  }
  .sec-10 .text {
    margin: 0 auto 21px auto;
  }
  .sec-10 .box {
    gap: 0;
  }
  .sec-10 .box .item {
    width: 135px;
    height: 88px;
  }
  .sec-10 .box .item .name {
    font-size: 14px;
  }
  .sec-10 .box.brend {
    margin: -4px 0 0 0;
  }
  .sec-10 .box.brend .left {
    gap: 26px;
    margin-bottom: 38px;
  }
  .sec-10 .box.brend .left .img {
    width: 113px;
    height: 113px;
    margin: 0 auto;
  }
  .sec-10 .box.brend .left .info {
    width: 100%;
    padding: 0;
  }
  .sec-10 .box.brend .left .info .zag {
    font-size: 24px;
    line-height: normal;
    text-align: center;
  }
  .sec-10 .box.brend .left .info .text {
    margin: 19px 0 0 0;
    text-align: center;
  }
  .sec-10 .box.brend .right {
    padding: 16px 0 4px 0;
  }
  .sec-10 .box.brend .right .total {
    font-size: 24px;
    line-height: 24px;
    width: 140px;
    padding: 0;
    margin: 0;
  }
  .sec-10 .box.brend .right .box {
    padding: 3px 20px 0 0;
  }
  .sec-10 .link {
    margin: 0 0 -17px 0;
  }
  .sec-10 .likes {
    margin: 27px auto 12px auto;
  }
  .sec-11 {
    padding: 11px 0 33px 0;
  }
  .sec-11 .filter {
    margin-bottom: 13px;
  }
  .sec-11 .box {
    gap: 20px 10px;
  }
  .sec-11 .box .item {
    width: 48.5%;
  }
  .sec-11 .box .item .img {
    height: 170px;
  }
  .sec-11 .box-info {
    gap: 0;
    margin: 3px 0 17px 0;
  }
  .sec-11 .box-info .item {
    width: 135px;
    height: 88px;
  }
  .sec-11 .pagination {
    margin: 60px 0 36px 0;
  }
  .sec-11 .pagination ul li {
    display: none;
  }
  .sec-11 .pagination ul li:first-child, .sec-11 .pagination ul li:last-child, .sec-11 .pagination ul li:nth-child(2), .sec-11 .pagination ul li:nth-child(3), .sec-11 .pagination ul li:nth-child(4) {
    display: block;
  }
  .sec-11 .pagination ul li:first-child {
    margin-right: auto;
  }
  .sec-11 .pagination ul li:last-child {
    margin-left: auto;
  }
  .sec-12 {
    padding: 15px 0 2px 0;
  }
  .sec-12 .box .item {
    height: 125px;
    margin-bottom: 11px;
  }
  .sec-12 .box .item .img {
    border-radius: 6px;
  }
  .sec-12 .box .item .name {
    font-size: 16px;
  }
  .sec-13 {
    padding: 12px 0 19px 0;
  }
  .sec-13 .box a {
    padding: 0 0 8px 0;
  }
  .sec-13 .box:last-child {
    margin: 0 -6px 0 -8px;
  }
  .sec-13 .box .item {
    height: 212px;
    margin-bottom: 11px;
  }
  .sec-13 .box .item .date {
    top: 15px;
    left: 15px;
  }
  .sec-13 .box .item .box {
    padding: 0 15px;
    bottom: 15px;
    margin: 0;
  }
  .sec-13 .box .item .box .name {
    font-size: 15px;
    line-height: 16px;
    margin-bottom: 12px;
  }
  .sec-13 .box .item .box .info {
    padding: 0 0 3px 3px;
    gap: 12px;
  }
  .sec-13 .box .item .box .info .like {
    font-size: 11px;
    padding: 0 0 0 18px;
    background-size: 15px;
  }
  .sec-13 .box .item .box .info .comment {
    font-size: 11px;
  }
  .sec-13 .teg {
    margin: 4px 0 20px 0;
  }
  .sec-13 .teg a {
    font-size: 12px;
    border-radius: 5px;
    line-height: normal;
    height: 25px;
  }
  .sec-13 .pagination {
    margin: 49px 0 36px 0;
  }
  .sec-13 .pagination ul li {
    display: none;
  }
  .sec-13 .pagination ul li:first-child, .sec-13 .pagination ul li:last-child, .sec-13 .pagination ul li:nth-child(2), .sec-13 .pagination ul li:nth-child(3), .sec-13 .pagination ul li:nth-child(4) {
    display: block;
  }
  .sec-13 .pagination ul li:first-child {
    margin-right: auto;
  }
  .sec-13 .pagination ul li:last-child {
    margin-left: auto;
  }
  .sec-14 {
    padding: 5px 0 0 0;
  }
  .sec-14 .breadcrumb {
    margin-bottom: 19px;
  }
  .sec-14 .box .left {
    margin: 0 0 26px 0;
  }
  .sec-14 .box .left .nav-slider {
    width: 160px;
  }
  .sec-14 .box .left .img-slider img {
    height: 307px;
    object-fit: contain;
    margin: 0 auto;
  }
  .sec-14 .box .right .box .star svg {
    width: 70px;
  }
  .sec-14 .box .right .box .like {
    margin: 1px 3px 0 0;
  }
  .sec-14 .box .right .box .quantity {
    margin: 0;
  }
  .sec-14 .box .right h1 {
    font-size: 24px;
    line-height: 28px;
    margin: 5px 0 14px 0;
  }
  .sec-14 .box .right .text {
    margin: 0 0 32px -1px;
  }
  .sec-14 .box .right .color {
    margin: 0 0 22px 1px;
  }
  .sec-14 .box .right .vkus {
    margin: 0 0 21px 0;
  }
  .sec-14 .box .right .add-cart {
    width: 100%;
    font-size: 16px;
    margin: 27px 0 0 0;
    padding: 22px 0 23px 24px;
  }
  .sec-14 .box .right .add-cart svg {
    left: 21px;
    width: 24px;
  }
  .sec-14 .process {
    margin: 15px 0 0 0;
  }
  .sec-14 .process .left {
    padding: 26px 33px 23px 24px;
  }
  .sec-14 .process .left .zag {
    margin-bottom: 92px;
  }
  .sec-14 .har {
    margin: 27px 0 0 0;
  }
  .sec-14 .har .box .spisok .item .info {
    width: 51%;
  }
  .sec-14 .faq {
    margin: 45px 0 0 0;
  }
  .sec-14 .faq .zag {
    margin-bottom: 15px;
  }
  .sec-14 .faq .panel .panel-heading {
    padding: 18px 0;
  }
  .sec-14 .faq .panel .panel-heading.in {
    padding: 18px 0 21px 0;
  }
  .sec-14 .faq .panel .panel-heading a {
    line-height: 18px;
  }
  .sec-14 .faq .panel .panel-collapse .panel-body {
    padding-bottom: 23px;
  }
  .sec-15 {
    padding: 47px 0 0 0;
  }
  .sec-15 .title {
    margin-bottom: 13px;
  }
  .sec-15 .box .item .img {
    height: 169px;
  }
  .sec-16 {
    padding: 107px 0 0 0;
  }
  .sec-16 .box {
    margin-bottom: 16px;
  }
  .sec-16 .box .title {
    padding: 0;
  }
  .sec-16 .item {
    padding: 22px 0 30px 0;
  }
  .sec-16 .item .right {
    width: 84%;
  }
  .sec-16 .item .right .box {
    margin-bottom: 22px;
  }
  .sec-16 .item .right .box .date {
    padding: 5px 0 0 0;
  }
  .sec-16 .item .right .box:last-child {
    margin: 0 0 0 -59px;
  }
  .sec-16 .item .right .text {
    width: calc(100% + 55px);
    padding: 0;
    margin: 0 0 21px -59px;
  }
  .sec-17 {
    padding: 17px 0 13px 0;
  }
  .sec-17 .box {
    padding: 108px 0 0 0;
    position: relative;
  }
  .sec-17 .box .left {
    padding: 8px;
    margin-bottom: 19px;
  }
  .sec-17 .box .left .item {
    gap: 0 12px;
    padding: 7px 7px 11px 7px;
  }
  .sec-17 .box .left .item .img {
    width: 72px;
    height: 74px;
  }
  .sec-17 .box .left .item .info {
    width: 73%;
    padding: 14px 0 0 0;
  }
  .sec-17 .box .left .item .info .cat {
    margin-bottom: 6px;
  }
  .sec-17 .box .left .item .info .quantity {
    margin: 14px 0 0 0;
  }
  .sec-17 .box .left .item .price {
    margin: 15px 0 0 auto;
    width: 73%;
  }
  .sec-17 .box .left .item .remove {
    top: 7px;
    right: 6px;
  }
  .sec-17 .box .left form {
    padding: 7px 5px;
  }
  .sec-17 .box .left form .bg {
    padding: 23px 13px 16px 13px;
  }
  .sec-17 .box .left form .bg:nth-child(2) {
    padding: 9px 15px 10px 15px;
  }
  .sec-17 .box .left form .bg:nth-child(3) {
    padding: 13px 13px 15px 13px;
    margin: 0;
  }
  .sec-17 .box .left form .bg:nth-child(3) .zag {
    margin: 0 0 11px 3px;
  }
  .sec-17 .box .left form .bg .group {
    gap: 10px 0;
  }
  .sec-17 .box .left form .bg .group select {
    width: 100%;
    height: 44px;
    padding: 0 35px 0 16px;
    margin-bottom: 10px;
  }
  .sec-17 .box .left form .bg .group input {
    width: 100%;
  }
  .sec-17 .box .left form .bg .group:nth-child(3) input:first-child {
    width: 100%;
  }
  .sec-17 .box .left form .bg .group:nth-child(4) input {
    width: 100%;
    margin-bottom: 13px;
  }
  .sec-17 .box .left form .bg input {
    height: 44px;
    margin-bottom: 14px;
  }
  .sec-17 .box .left form .bg .chek {
    margin: 0 0 25px 0;
  }
  .sec-17 .box .left form .bg textarea {
    height: 201px;
  }
  .sec-17 .box .right .login {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 26px 12px 28px 16px;
    background-position: 4px 6px;
  }
  .sec-17 .box .right .login .txt {
    width: 70%;
  }
  .sec-17 .box .right .login .btn {
    width: 84px;
  }
  .sec-17 .box .right .info {
    padding: 18px 10px 17px 13px;
  }
  .sec-17 .box .right .info .total {
    margin: 14px 0 35px 0;
  }
  .sec-17 .box .right .info .promo form input {
    width: 61%;
  }
  .sec-17 .box .right .info .product {
    margin: 8px 0 25px 0;
    padding-bottom: 10px;
  }
  .sec-17 .box .right .info .product .img {
    width: 72px;
    height: 74px;
  }
  .sec-17 .box .right .info .product .info a {
    margin-bottom: 21px;
  }
  .sec-17 .box .right .info .product .info .price {
    gap: 19px;
    margin-bottom: 6px;
  }
  .sec-17 .box .right .info .product .info .price .sale {
    font-size: 24px;
  }
  .sec-17 .box .right .info .product .info .price .total {
    font-size: 20px;
  }
  .sec-18 {
    padding: 14px 0 2px 0;
  }
  .sec-18 .box .left {
    margin: 0 0 33px 0;
  }
  .sec-18 .box .right .item {
    margin-bottom: 51px;
  }
  .sec-18 .box .right .item .zag {
    margin: 0 0 10px 6px;
  }
  .sec-18 .box .right .item .box {
    gap: 13px;
  }
  .sec-18 .box .right .item .box a {
    padding: 28px 9px 5px 9px;
  }
  .sec-18 .box .right .item .box a img {
    height: 31px;
    margin-bottom: 21px;
  }
  .sec-19 {
    padding: 10px 0 82px 0;
  }
  .sec-19 .panel .panel-heading {
    padding: 18px 0;
  }
  .sec-19 .panel .panel-heading.in {
    padding: 18px 0;
  }
  .sec-19 .panel .panel-heading a {
    line-height: 140%;
  }
  .sec-19 .panel .panel-collapse .panel-body {
    padding-bottom: 16px;
  }
  .sec-20 {
    padding: 5px 0 45px 0;
  }
  .sec-20 .breadcrumb {
    margin-bottom: 24px;
  }
  .sec-20 .img {
    width: 87px;
    margin: 0 auto 31px auto;
  }
  .sec-20 .img svg {
    width: 41px;
    height: 30px;
  }
  .sec-20 .img svg:first-child {
    width: 87px;
    height: 117px;
  }
  .sec-20 .title {
    font-size: 24px;
    line-height: normal;
    margin-bottom: 15px;
  }
  .sec-20 .text {
    margin-bottom: 13px;
  }
  .sec-20 .num {
    font-size: 15px;
  }
  .sec-20 .num a {
    position: initial;
    justify-content: center;
    margin: 5px 0 0 0;
    gap: 6px;
  }
  .sec-20 .txt {
    font-size: 14px;
    margin: 0 auto 12px auto;
  }
  .sec-20 .txt a {
    font-size: 14px;
  }
  .sec-20 .info {
    margin: 0 auto 21px auto;
  }
  .sec-20 .btn {
    width: 100%;
    margin: 0 auto 15px auto;
  }
  .sec-21 {
    padding: 0 0 40px 0;
  }
  .sec-21 .breadcrumb {
    margin-bottom: 39px;
  }
  .sec-21 .box .left {
    margin-bottom: 40px;
  }
  .sec-21 .box .left .title {
    font-size: 128px;
    margin-bottom: -12px;
  }
  .sec-21 .box .left .text {
    margin-bottom: 0;
  }
  .sec-22 {
    padding-bottom: 76px;
  }
  .sec-22 .breadcrumb {
    margin-bottom: 51px;
  }
  .sec-22 h1 {
    font-size: 24px;
    line-height: normal;
  }
  .sec-23 {
    overflow: hidden;
    padding: 25px 0 0 0;
  }
  .sec-23 .box .left {
    margin-bottom: 27px;
    position: relative;
    padding-bottom: 83px;
  }
  .sec-23 .box .left .address {
    padding: 34px 0 29px 0;
  }
  .sec-23 .box .left .address .zag {
    padding: 0 0 15px 21px;
  }
  .sec-23 .box .left .address .text {
    padding: 0;
  }
  .sec-23 .box .left .box {
    padding: 20px 0 0 0;
    gap: 0;
  }
  .sec-23 .box .left .box .tel {
    font-size: 24px;
  }
  .sec-23 .box .left .box .soc {
    position: absolute;
    left: 0;
    bottom: 30px;
  }
  .sec-23 .box .right {
    padding: 27px 10px 34px 10px;
  }
  .sec-23 .box .right form .group input {
    width: 100%;
  }
  .sec-23 .box .right form input {
    margin-bottom: 14px;
  }
  .sec-23 .box .right form textarea {
    height: 102px;
  }
  .sec-24 {
    padding-bottom: 35px;
  }
  .sec-24 .breadcrumb {
    margin-bottom: 12px;
  }
  .sec-24 h1 {
    font-size: 24px;
    line-height: normal;
    margin-bottom: 17px;
  }
  .sec-24 .text {
    margin: 0 auto 52px auto;
  }
  .sec-24 .box .item {
    gap: 27px;
    height: 105px;
    padding: 0 11%;
    margin-bottom: 3px;
  }
  .sec-24 .box .item .icon svg {
    width: 46px;
    height: 46px;
  }
  .sec-24 .box .item .name {
    font-size: 16px;
  }
  .sec-25 {
    padding-bottom: 30px;
  }
  .sec-25 .breadcrumb {
    margin-bottom: 12px;
  }
  .sec-25 h1 {
    font-size: 24px;
    line-height: normal;
    margin-bottom: 17px;
  }
  .sec-25 .text {
    margin: 0 auto 52px auto;
  }
  .sec-25 .box .item {
    padding: 17px 21px 9px 21px;
    margin-bottom: 5px;
  }
  .sec-25 .box .item .zag {
    margin-bottom: 16px;
  }
  .sec-25 .box .item .num {
    margin-bottom: 29px;
  }
  .sec-26 {
    padding-bottom: 30px;
  }
  .sec-26 .breadcrumb {
    margin-bottom: 12px;
  }
  .sec-26 h1 {
    font-size: 24px;
    line-height: normal;
    margin-bottom: 17px;
  }
  .sec-26 .text {
    margin: 0 auto 31px auto;
  }
  .sec-26 .table table tr {
    margin-bottom: 2px;
    padding: 16px 18px 20px 18px;
  }
  .sec-26 .table table td:first-child {
    margin-bottom: 7px;
  }
  .sec-26 .table table td:last-child {
    margin-top: 14px;
  }
  .sec-27 {
    padding-bottom: 30px;
  }
  .sec-27 .breadcrumb {
    margin-bottom: 12px;
  }
  .sec-27 .box {
    margin-bottom: 6px;
  }
  .sec-27 .box h1 {
    font-size: 24px;
    line-height: normal;
    margin-bottom: 0;
  }
  .sec-27 .text {
    margin: 0 auto 29px auto;
  }
  .sec-27 .table table tr {
    margin-bottom: 5px;
    padding: 5px 9px;
  }
  .sec-27 .table table td .box {
    gap: 11px;
  }
  .sec-27 .table table td .box .right {
    width: 66%;
    padding: 5px 0 0 0;
  }
  .sec-27 .table table td:nth-child(3) {
    width: 14.5%;
    margin: -19px 0 0 auto;
  }
  .sec-27 .table table td:last-child {
    margin: -18px 7px 0 0;
  }
  .sec-27 .totals {
    width: 100%;
    margin: 0;
    padding: 22px 16px 20px 17px;
  }
  .sec-27 .totals .total {
    margin-top: 12px;
    padding: 18px 0 0 0;
  }
  .sec-28 {
    padding-bottom: 20px;
  }
  .sec-28 .breadcrumb {
    margin-bottom: 12px;
  }
  .sec-28 h1 {
    font-size: 24px;
    line-height: normal;
    margin-bottom: 17px;
  }
  .sec-28 .text {
    margin: 0 auto 35px auto;
  }
  .sec-28 .box .left {
    padding: 59px 26px 27px 26px;
  }
  .sec-28 .box .left select {
    margin-bottom: 11px;
  }
  .sec-28 .box .left input {
    margin-bottom: 15px;
  }
  .sec-28 .box .left .group input {
    width: 100%;
    margin-bottom: 12px;
  }
  .sec-28 .box .left textarea {
    height: 202px;
  }
  .sec-28 .box .left .chek {
    margin: -3px 0 34px 0;
  }
  .sec-28 .box .left .bot {
    padding: 21px 0 0 0;
    margin: -1px 0 4px 0;
  }
  .sec-28 .box .left .bot .zag {
    margin: 0 0 10px 0;
  }
  .sec-28 .box .left .bot input {
    margin-bottom: 12px;
  }
  .sec-29 {
    padding: 17px 0 32px 0;
  }
  .sec-29 .box .right .list {
    margin: 0 0 34px -1px;
  }
  .sec-29 .box .right .list ol li {
    font-size: 12px;
    margin-bottom: 25px;
  }
  .sec-29 .box .right .list ol li ol {
    padding: 0 0 0 16px;
  }
  .sec-29 .box .right .mini-text {
    text-align: left;
    font-size: 14px;
    margin-bottom: 24px;
  }
  .sec-29 .box .right .img {
    height: 157px;
    margin-bottom: 31px;
  }
  .sec-29 .box .right h2 {
    font-size: 20px;
    margin: 0 0 7px -6px;
  }
  .sec-29 .box .right ul {
    margin: 0 0 0 -4px;
  }
  .sec-29 .box .right ul li {
    font-size: 14px;
    gap: 9px;
    align-items: flex-start;
    text-align: left;
  }
  .sec-29 .box .right ul li:before {
    flex-shrink: 0;
    margin-top: 7px;
  }
  .sec-29 .box .right p {
    font-size: 14px;
  }
  .sec-29 .box .right h3 {
    margin: 36px 0 20px -4px;
  }
  .sec-29 .box .right .box {
    margin: 41px 0 -5px 0;
  }
  .sec-29 .box .right .box img {
    height: 118px;
  }
  .sec-29 .box .right .teg {
    margin: 29px 0 32px 4px;
  }
  .sec-29 .box .right .nav {
    display: none;
  }
  .sec-29 .box .right .share {
    display: block;
    margin-bottom: 52px;
  }
  .sec-29 .box .right .share .zag {
    color: #000;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    margin-bottom: 8px;
  }
  .sec-29 .box .right .share .soc {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 7px 4px;
    margin-bottom: 28px;
  }
  .sec-29 .box .right .share .soc a {
    border-radius: 99px;
    height: 35px;
    color: #FFF;
    font-family: "Inter", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 14px;
  }
  .sec-29 .box .right .share .soc a:hover {
    background: #80A9AA !important;
  }
  .sec-29 .box .right .comments .zag {
    margin-bottom: 24px;
  }
  .sec-29 .box .right .comments .comment {
    padding: 0 0 0 6px;
    margin-bottom: 12px;
  }
  .sec-29 .box .right .comments .comment.mess {
    padding: 0 0 0 27px;
  }
  .sec-29 .box .right .comments .comment .right {
    width: 77%;
    margin: -5px 0 9px 0;
  }
  .sec-29 .box .right .comments .comment .right .text {
    text-align: left;
    font-size: 12px;
    padding: 15px 19px 13px 21px;
  }
  .sec-29 .box .right .comments .form {
    margin: 13px 0 0 0;
  }
  .sec-29 .box .right .comments .form .zag {
    margin-bottom: 14px;
  }
  .sec-29 .box .right .comments .form form .group {
    margin-bottom: 10px;
  }
  .sec-29 .box .right .comments .form form .group .item {
    width: 100%;
    margin-bottom: 17px;
  }
  .sec-29 .box .right .comments .form form textarea {
    margin-bottom: 12px;
  }
  .popup-fade .popup, .popup-fade-reg .popup {
    padding: 31px 27px 34px 30px;
    max-height: fit-content;
  }
  .popup-fade .popup .title, .popup-fade-reg .popup .title {
    font-size: 24px;
    margin-bottom: 34px;
  }
}

/*# sourceMappingURL=style.css.map */
