html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: 700;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
*,
*:after,
*:before {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}
a:focus {
  outline: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-Regular.eot");
  src:
    local("Open Sans Regular"),
    local("OpenSans-Regular"),
    url("../fonts/OpenSans-Regular.eot?#iefix") format("embedded-opentype"),
    url("../fonts/OpenSans-Regular.woff2") format("woff2"),
    url("../fonts/OpenSans-Regular.woff") format("woff"),
    url("../fonts/OpenSans-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-SemiBold.eot");
  src:
    local("Open Sans SemiBold"),
    local("OpenSans-SemiBold"),
    url("../fonts/OpenSans-SemiBold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/OpenSans-SemiBold.woff2") format("woff2"),
    url("../fonts/OpenSans-SemiBold.woff") format("woff"),
    url("../fonts/OpenSans-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-Bold.eot");
  src:
    local("Open Sans Bold"),
    local("OpenSans-Bold"),
    url("../fonts/OpenSans-Bold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/OpenSans-Bold.woff2") format("woff2"),
    url("../fonts/OpenSans-Bold.woff") format("woff"),
    url("../fonts/OpenSans-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "d_CCMatinee Idol";
  src: url("../fonts/_CCMatineeIdol.eot");
  src:
    url("../fonts/d_CCMatineeIdol.eot?#iefix") format("embedded-opentype"),
    url("../fonts/d_CCMatineeIdol.woff2") format("woff2"),
    url("../fonts/d_CCMatineeIdol.woff") format("woff"),
    url("../fonts/d_CCMatineeIdol.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-tap-highlight-color: transparent;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: "Open Sans";
  color: #fff;
  background-color: #252534;
}

@media only screen and (max-width: 1719px) {
}

body,
html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

button {
  margin: 0;
  padding: 0;
  border: 0;
}

.noscroll {
  overflow: hidden;
}

.center {
  text-align: center;
}

.title {
  position: relative;
  display: flex;
  column-gap: 20px;
  align-items: center;
  justify-content: center;
  color: #f1a416;
}

.title_m {
  display: flex;
  font-size: 30px;
  font-weight: 600;
  line-height: 38px;
}

.title_l {
  display: flex;
  font-size: 40px;
  font-weight: 600;
  line-height: 48px;
}

.title.line::before,
.title.line::after {
  position: relative;
  content: "";
  width: 72px;
  height: 4px;
  background-color: #f1a416;
}

@media only screen and (max-width: 1719px) {
}

@media only screen and (max-width: 1199px) {
}

@media only screen and (max-width: 1023px) {
  .title_m {
    font-size: 20px;
    line-height: 28px;
  }

  .title_l {
    font-size: 30px;
    line-height: 36px;
  }

  .title.line::before,
  .title.line::after {
    width: 45px;
    height: 3px;
  }
}

@media only screen and (max-width: 360px) {
}

a {
  cursor: pointer;
  outline: none;
  text-decoration: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  -webkit-user-select: none;
  -webkit-transition: color 0.2s;
  -moz-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
}

p {
  margin: 0 0 18px;
}

p:last-child {
  margin-bottom: 0 !important;
}

img,
iframe {
  display: block;
  width: 100%;
}

.container {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
  z-index: 5;
}

.section_anchor {
  position: absolute;
  top: -100px;
  left: 0;
}

@media only screen and (max-width: 1199px) {
  .container {
    max-width: 1024px;
  }
}

@media only screen and (max-width: 1023px) {
  .container {
    max-width: 375px;
  }
}

.wrapper {
  position: relative;
  width: 100%;
  padding-top: 120px;
  overflow: hidden;
}

.home .wrapper {
  padding-top: 0;
}

@media only screen and (max-width: 1719px) {
}

.btn {
  display: inline-block;
  cursor: pointer;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  -webkit-user-select: none;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.btn_main {
  min-width: 240px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 40px;
  column-gap: 10px;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  border: 0;
  background: none;
  border-radius: 20px;
}

.btn_main.btn_orange_border {
  line-height: 26px;
}

.btn_main.mini {
  min-width: 120px;
  padding: 10px 20px;
  font-size: 16px;
  line-height: 20px;
  border-radius: 10px;
}

.btn_orange {
  color: #252534;
  background-color: #f1a416;
}

.btn_orange:hover {
  background-color: #df950d;
}

.btn_orange_border {
  color: #f1a416;
  border: 2px solid #f1a416;
}

.btn_orange_border:hover {
  color: #252534;
  border-color: #df950d;
  background-color: #df950d;
}

.btn_white_border {
  color: #fff;
  border: 2px solid #fff;
}

.btn_white_border:hover {
  color: #252534;
  border-color: #fff;
  background-color: #fff;
}

@media only screen and (max-width: 1199px) {
  .btn_main {
    min-width: 220px;
    padding: 15px 30px;
    font-size: 18px;
    line-height: 26px;
    border-radius: 15px;
  }

  .btn_main.btn_orange_border {
    line-height: 22px;
  }
}

@media only screen and (max-width: 833px) {
}

/*     owl     */

.owl-carousel {
  position: relative;
  padding-bottom: 30px;
}

.owl-nav {
  position: absolute !important;
  top: calc(50% - 20px) !important;
  left: -10px !important;
  right: -10px !important;
  display: flex !important;
  justify-content: space-between !important;
  width: auto !important;
}

.owl-nav button {
  position: absolute !important;
  top: -20px !important;
  width: 40px !important;
  height: 40px !important;
}

.owl-nav button span {
  display: none !important;
}

.owl-nav button.owl-prev {
  left: 0 !important;
  background-image: url(../img/icon-prev.svg) !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: contain;
}

.owl-nav button.owl-next {
  right: 0 !important;
  background-image: url(../img/icon-next.svg) !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}

.owl-nav .owl-prev.disabled {
  background-image: url(../img/icon-prev-disabled.svg) !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
}

.owl-nav .owl-next.disabled {
  background-image: url(../img/icon-next-disabled.svg) !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
}

.owl-dots {
  position: absolute !important;
  left: 50% !important;
  right: auto !important;
  bottom: 0 !important;
  transform: translate(-50%, 0);
  display: flex !important;
  column-gap: 6px !important;
  justify-content: center !important;
}

.owl-dot {
  width: 8px !important;
  height: 8px !important;
  background-color: rgba(255, 255, 255, 0.2) !important;
  border-radius: 50% !important;
}

.owl-dot.active {
  background-color: rgba(241, 152, 22, 1) !important;
}

/*     breadcrumbs     */

.breadcrumbs {
  margin-bottom: -50px;
  padding: 10px 0 0;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  color: rgba(255, 225, 225, 0.5);
}

.breadcrumbs a[property="item"],
.breadcrumbs span[property="name"].current-item {
  display: inline;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  border-radius: 20px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.breadcrumbs a[property="item"] {
  color: #fff;
}

.breadcrumbs a[property="item"]:hover {
  color: #f1a416;
}

@media only screen and (max-width: 1199px) {
  .breadcrumbs {
    margin-bottom: -30px;
  }
}

@media only screen and (max-width: 1023px) {
  .breadcrumbs {
    padding: 14px 0 24px;
  }
}

/*     header     */

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  padding: 25px 0;
  background: rgba(37, 37, 52, 0);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.header_scroll {
  background: rgba(37, 37, 52, 1);
}

.logged-in .header {
  top: 32px;
}

.header__block {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 85px;
  gap: 10px;
}

.header__logo {
  position: absolute;
  top: calc(50% - 35px);
  left: 0;
  width: 70px;
  height: 70px;
  background-image: url(../img/logo.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.header__burger {
  display: none;
}

.header__burger .close {
  display: none;
}

.header__menu ul {
  display: flex;
  align-items: center;
  column-gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
}

.header__menu a {
  font-size: 16px;
  line-height: 32px;
  color: #fff;
}

.header__more {
  display: flex;
  column-gap: 20px;
  align-items: center;
}

.header__phone a {
  font-size: 16px;
  font-weight: 600;
  line-height: 32px;
  color: #fff;
  white-space: nowrap;
}

.header__phone a:hover {
  color: #f1a416;
}

.header__busket {
  position: relative;
  min-width: 44px;
  height: 44px;
  color: #f1a416;
  background-image: url(../img/icon-basket.svg);
  background-repeat: no-repeat;
  background-position: center;
  border: 2px solid #f1a416;
  border-radius: 50%;
}

.header__busket span {
  position: absolute;
  top: -8px;
  right: -8px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  font-size: 14px;
  line-height: 14px;
  color: #252534;
  background: #fff;
  border-radius: 50%;
}

.header__burger {
  display: none;
}

.header__btn.show-mob {
  display: none;
}

@media only screen and (max-width: 1199px) {
  .header_scroll {
    padding: 15px 0;
  }

  .header__menu {
    /*max-width: 360px;*/
  }

  .header__menu ul {
    flex-wrap: wrap;
  }

  .header__menu a {
    line-height: 28px;
  }
}

@media only screen and (max-width: 1023px) {
  .header {
    -webkit-transition: padding 0.2s;
    -moz-transition: padding 0.2s;
    -o-transition: padding 0.2s;
    transition: padding 0.2s;
  }

  .header_open {
    height: 100vh;
    background: #252534;
  }

  .header_scroll {
    padding: 10px 0;
  }

  .header__block {
    min-height: 50px;
    padding-left: 0;
    align-items: initial;
    justify-content: initial;
  }

  .header__logo {
    width: 50px;
    height: 50px;
    top: 0;
  }

  .header__menu {
    display: none;
    width: 100%;
    height: calc(100vh - 30px);
    padding: 120px 0 60px;
    flex-direction: column;
    justify-content: space-between;
  }

  .header__menu ul {
    width: 100%;
    padding: 0;
    row-gap: 10px;
    flex-direction: column;
    justify-content: center;
  }

  .header__menu a {
    font-size: 18px;
    line-height: 26px;
  }

  .header_open .header__menu {
    display: flex;
  }

  .header__more {
    position: absolute;
    top: 3px;
    right: 40px;
  }

  .header__phone a {
    font-size: 14px;
    line-height: 20px;
  }

  .header__btn {
    display: flex;
    justify-content: center;
    width: 100%;
  }

  .header__btn.show-pc {
    display: none;
  }

  .header__btn.show-mob {
    display: flex;
  }

  .header__burger {
    position: absolute;
    top: 10px;
    right: -5px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
  }

  .header__burger svg {
    flex: 0 0 44px;
  }

  .header_open .header__burger .line {
    display: none;
  }

  .header_open .header__burger .close {
    display: flex;
  }
}

/*     bg     */

.bg {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg::before {
  position: absolute;
  content: "";
  inset: 0;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 1;
}

/*     first     */

section.first {
  padding: 160px 0 100px;
}

.first__title {
  text-align: center;
}

.first__description {
  margin-top: 30px;
  font-size: 22px;
  font-weight: 400;
  line-height: 34px;
  text-align: center;
}

.first__category {
  display: flex;
  column-gap: 40px;
  align-items: center;
  justify-content: center;
  margin-top: 80px;
}

.first__category-menu ul {
  display: flex;
  column-gap: 20px;
}

.first__category-menu a {
  display: flex;
  font-size: 18px;
  line-height: 26px;
  color: #fff;
  border-bottom: 1px solid #f1a416;
}

.first__category-menu a:hover {
  color: #f1a416;
}

.first__btns {
  display: flex;
  column-gap: 20px;
  justify-content: center;
  margin-top: 80px;
}

@media only screen and (max-width: 1199px) {
  section.first {
    padding: 125px 0 60px;
  }

  .first__description {
    margin-top: 20px;
    font-size: 20px;
    line-height: 30px;
  }

  .first__category {
    margin-top: 40px;
  }

  .first__btns {
    margin-top: 50px;
  }
}

@media only screen and (max-width: 1023px) {
  .first__title br {
    display: none;
  }

  .first__description {
    font-size: 18px;
    line-height: 28px;
  }

  .first__category {
    row-gap: 20px;
    flex-direction: column;
  }

  .first__category-menu ul {
    row-gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .first__btns {
    row-gap: 20px;
    flex-direction: column;
  }
}

/*     advantages     */

.advantages {
  padding: 100px 0 50px;
}

.advantages__title {
  text-align: center;
}

.advantages__list {
  display: flex;
  margin: 40px -20px 0;
}

.advantages__column {
  width: 25%;
  padding: 0 20px;
}

.advantages__item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 200px;
}

.advantages__item-text {
  font-size: 16px;
  line-height: 26px;
  text-align: center;
}

.advantages__btn {
  display: flex;
  justify-content: center;
  margin-top: 60px;
}

@media only screen and (max-width: 1199px) {
  .advantages {
    padding: 60px 0 30px;
  }

  .advantages__list {
    margin-top: 10px;
  }

  .advantages__column {
    padding: 0 10px;
  }
}

@media only screen and (max-width: 1023px) {
  .advantages__list {
    row-gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
    margin-left: -10px;
    margin-right: -10px;
  }

  .advantages__column {
    width: 50%;
  }

  .advantages__item-img,
  .advantages__item-img img {
    width: auto;
    height: 100px;
  }

  .advantages__item-text {
    margin-top: 10px;
    font-size: 14px;
    line-height: 22px;
  }

  .advantages__btn {
    margin-top: 30px;
  }
}

/*     additions     */

.additions {
  padding: 100px 0;
}

.additions__title {
  text-align: center;
}

@media only screen and (max-width: 1199px) {
  .additions {
    padding: 60px 0;
  }
}

@media only screen and (max-width: 1023px) {
}

@media only screen and (max-width: 767px) {
}

/*     reviews     */

.reviews {
  padding: 100px 0;
  border-top: 5px solid #f1a416;
}

.reviews__title {
  text-align: center;
}

.reviews__gallery {
  margin-top: 40px;
  padding: 0 80px;
}

.reviews__gallery img {
  border-radius: 10px;
}

.reviews__gallery .owl-nav {
  left: -80px !important;
  right: -80px !important;
}

@media only screen and (max-width: 1199px) {
  .reviews {
    padding: 60px 0;
  }
}

@media only screen and (max-width: 1023px) {
  .reviews__gallery {
    padding: 0;
  }

  .reviews__gallery .owl-nav {
    left: -10px !important;
    right: -10px !important;
  }
}

/*     about     */

.about {
  padding: 100px 0;
}

.about__title {
  text-align: center;
}

.about__block {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}

.about__text {
  width: calc(100% - 520px);
  font-size: 16px;
  line-height: 26px;
}

.about__text strong {
  color: #f1a416;
}

.about__text ul {
  display: flex;
  row-gap: 10px;
  flex-direction: column;
  margin: 20px 0;
}

.about__text ul:first-child {
  margin-top: 0;
}

.about__text ul:last-child {
  margin-bottom: 0;
}

.about__text li {
  position: relative;
  padding-left: 20px;
}

.about__text li::before {
  position: absolute;
  content: "";
  top: 11px;
  left: 0;
  width: 6px;
  height: 6px;
  background-color: #f1a416;
  border-radius: 50%;
}

.about__lists {
  display: flex;
  flex-wrap: wrap;
  margin: 20px 0;
}

.about__lists-item {
  width: 33.33%;
  padding: 0 10px;
  text-align: center;
}

.about__lists-item strong {
  display: block;
  color: #f1a416;
}

.about__lists-item span {
  font-size: 14px;
  line-height: 22px;
}

.about__gallery {
  width: 480px;
}

.about__img {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 540px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 10px;
  overflow: hidden;
}

.about__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about__text-editor {
  width: 100%;
}

.about__details {
  display: flex;
  row-gap: 18px;
  flex-direction: column;
  margin-top: 34px;
}

.about__detail {
  border: 1px solid #f1a416;
  border-radius: 18px;
  overflow: hidden;
  transition: transform 0.25s ease;
}

.about__detail.is-open {
  border: 2px solid #f1a416;
}

.about__detail-question {
  position: relative;
  display: block;
  padding: 26px 72px 26px 28px;
  font-size: 20px;
  font-weight: 700;
  cursor: pointer;
  list-style: none;
}

.about__detail-question::-webkit-details-marker {
  display: none;
}

.about__detail-question::before,
.about__detail-question::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 28px;
  width: 26px;
  height: 2px;
  background-color: #f1a416;
  transform: translateY(-50%);
  transition: transform 0.25s ease;
}

.about__detail-question::after {
  transform: translateY(-50%) rotate(90deg);
}

.about__detail.is-open .about__detail-question::after,
.about__detail[open] .about__detail-question::after {
  transform: translateY(-50%) rotate(0deg);
}

.about__detail-answer {
  display: none;
}

.about__detail-answer-inner {
  padding: 0 28px 28px;
  font-size: 16px;
  line-height: 1.5;
}

.about__detail-answer-inner > *:first-child {
  margin-top: 0;
}

.about__detail-answer-inner > *:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 1199px) {
  .about {
    padding: 60px 0;
  }

  .about__text {
    width: calc(100% - 440px);
  }

  .about__text br {
    display: none;
  }

  .about__gallery {
    width: 400px;
  }

  .about__img {
    height: 440px;
  }

  .about__detail-question {
    font-size: 18px;
    line-height: 28px;
  }
}

@media only screen and (max-width: 1023px) {
  .about__block {
    row-gap: 30px;
    flex-direction: column;
  }

  .about__text {
    width: 100%;
  }


  .about__lists {
    row-gap: 10px;
    flex-direction: column;
  }

  .about__lists-item {
    width: 100%;
    padding: 0;
    display: flex;
    align-items: flex-start;    
    flex-direction: column;
  }

  .about__gallery {
    width: 100%;
  }

  .about__img {
    height: 380px;
  }

  .about__details {
    row-gap: 16px;
    margin-top: 30px;
  }

  .about__detail-question {
    padding: 20px 56px 20px 20px;
    font-size: 16px;
    line-height: 24px;
  }

  .about__detail-answer-inner {
    padding: 0 20px 20px;
  }
}

/*     faq     */

.faq {
  padding: 100px 0;
}

.faq__title {
  text-align: center;
}

.faq__text {
  margin-top: 40px;
  font-size: 16px;
  line-height: 26px;
}

.faq__text:first-child {
  margin-top: 0;
}

.faq__text h2 {
  margin: 40px 0 20px;
  font-size: 30px;
  line-height: 38px;
  color: #f1a416;
}

.faq__text h3,
.faq__text h4 {
  margin: 30px 0 10px;
  font-size: 20px;
  line-height: 30px;
  color: #f1a416;
}

.faq__text h2:first-child,
.faq__text h3:first-child,
.faq__text h4:first-child {
  margin-top: 0;
}

.faq__text h2:last-child,
.faq__text h3:last-child,
.faq__text h4:last-child {
  margin-bottom: 0;
}

.faq__text ul {
  display: flex;
  row-gap: 10px;
  flex-direction: column;
  margin: 20px 0;
}

.faq__text ul:first-child {
  margin-top: 0;
}

.faq__text ul:last-child {
  margin-bottom: 0;
}

.faq__text li {
  position: relative;
  padding-left: 20px;
}

.faq__text li::before {
  position: absolute;
  content: "";
  top: 11px;
  left: 0;
  width: 6px;
  height: 6px;
  background-color: #f1a416;
  border-radius: 50%;
}

@media only screen and (max-width: 1199px) {
  .faq {
    padding: 60px 0;
  }
}

@media only screen and (max-width: 1023px) {
  .faq__text {
    margin-top: 30px;
  }

  .faq__text h2 {
    font-size: 24px;
  }
}

/*     toast     */

.cart-toast {
  position: fixed;
  bottom: 20px;
  right: 20px;
  padding: 20px 50px;
  font-size: 20px;
  line-height: 30px;
  background-color: #323232;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  border-radius: 8px;
  z-index: 9999;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

.cart-toast.visible {
  opacity: 1;
  pointer-events: auto;
}

.cart-toast.has,
.cart-toast.deleted {
  color: #000;
  background-color: #f1a416;
}

.cart-toast.info {
  color: #fff;
  background-color: #28a745;
}

.cart-toast.hidden {
  display: none;
}

/*     footer     */

.footer {
  padding: 100px 0 50px;
}

.footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 40px;
  padding-top: 40px;
  margin-top: 40px;
  border-top: 1px solid rgba(241, 164, 22, 0.3);
}

.footer__logo {
  flex: 0 0 70px;
  width: 70px;
  height: 70px;
  background-image: url(../img/logo.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.footer__nav {
  width: 100%;
}

.footer__menu {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px 24px;
}

.footer__menu a {
  font-size: 16px;
  line-height: 28px;
  color: #fff;
}

.footer__menu a:hover {
  color: #f1a416;
}

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

.footer__main {
  width: calc(100% - 520px);
}

.footer__title {
  justify-content: flex-start;
}

.footer__address,
.footer__phone {
  display: flex;
  row-gap: 10px;
  flex-direction: column;
  margin-top: 40px;
}

.footer__address a,
.footer__phone a {
  padding-left: 45px;
  font-size: 20px;
  line-height: 32px;
  color: #fff;
  background-position: left center;
  background-repeat: no-repeat;
}

.footer__address a {
  background-image: url(../img/icon-address.svg);
  background-size: 32px;
}

.footer__phone a {
  background-image: url(../img/icon-phone.svg);
  background-size: 32px;
}

.footer__phone .footer__email-link {
  background-image: url(../img/email-icon.svg);
  background-size: 28px;
}

.footer__address a:hover,
.footer__phone a:hover {
  color: #f1a416;
}

.footer__form {
  width: 480px;
}

.footer__base {
  padding: 30px 50px 40px;
  border: 1px solid #f1a416;
  border-radius: 10px;
}

.footer__privacy {
  display: flex;
  column-gap: 40px;
  justify-content: center;
  margin-top: 60px;
}

.footer__privacy a {
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  text-decoration: underline;
  opacity: 0.5;
  color: #fff;
}

@media only screen and (max-width: 1199px) {
  .footer {
    padding: 60px 0 30px;
  }

  .footer__bottom {
    padding-top: 30px;
    margin-top: 30px;
  }

  .footer__menu {
    gap: 10px 20px;
  }

  .footer__main {
    width: calc(100% - 440px);
  }

  .footer__address a,
  .footer__phone span {
    background-size: 24px;
  }

  .footer__address a {
    font-size: 18px;
    line-height: 26px;
  }

  .footer__phone a {
    font-size: 18px;
  }

  .footer__form {
    width: 400px;
  }

  .footer__base {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media only screen and (max-width: 1023px) {
  .footer__bottom {
    row-gap: 24px;
    flex-direction: column;
    align-items: center;
    padding-top: 24px;
    margin-top: 24px;
  }

  .footer__logo {
    flex-basis: 50px;
    width: 50px;
    height: 50px;
  }

  .footer__nav {
    width: 100%;
  }

  .footer__menu {
    justify-content: center;
    gap: 12px 18px;
  }

  .footer__menu a {
    font-size: 15px;
    line-height: 24px;
    text-align: center;
  }
  .footer__block {
    row-gap: 40px;
    flex-direction: column;
  }

  .footer__main {
    width: 100%;
  }

  .footer__title {
    text-align: center;
  }

  .footer__address,
  .footer__phone {
    margin-top: 30px;
  }

  .footer__address a {
    font-size: 16px;
    line-height: 24px;
  }

  .footer__phone a {
    font-size: 16px;
    line-height: 32px;
  }

  .footer__form {
    width: 100%;
  }

  .footer__base {
    padding: 10px 20px 25px;
  }
}

.up {
  position: fixed;
  bottom: -80px;
  right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border: 2px solid #f1a416;
  background-color: #252534;
  border-radius: 50%;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  z-index: 5;
}

.up svg path {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.up:hover svg path {
  fill: #252534;
}

.scrolled-first-screen .up {
  bottom: 20px;
}

.up:hover {
  background-color: #df950d;
}

@media only screen and (max-width: 1199px) {
}
@media only screen and (max-width: 1023px) {
}

/*     form     */

.form__title {
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 110%;
}

.form__label {
  margin: 30px 0 15px;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
}

.form__label:first-child {
  margin-top: 0;
}

.form__label:last-child {
  margin-bottom: 0;
}

.form__line {
  margin-bottom: 10px;
}

.form__line:last-child {
  margin-bottom: 0;
}

.form__line.col-2 {
  display: flex;
  justify-content: space-between;
}

.form__line.col-2 > div {
  width: calc(50% - 20px);
}

.form__line input,
.form__line textarea {
  width: 100%;
  padding: 15px 0;
  font-size: 16px;
  line-height: 130%;
  color: #fff;
  border: 0;
  border-bottom: 1px solid #fff;
  background: none;
  border-radius: 0;
}

textarea[readonly] {
  opacity: 0.5;
  cursor: default;
}

.form__checkboxs {
  display: flex;
  row-gap: 10px;
  align-items: flex-start;
  flex-direction: column;
  margin: 20px 0;
}

.form__checkbox {
  display: flex;
  column-gap: 8px;
  font-size: 14px;
  line-height: 18px;
}

.form__btn + .form__checkbox {
  margin-bottom: 10px;
  padding-top: 20px;
}

.form__checkbox:last-child {
  margin-bottom: 0;
}

.form__checkbox input[type="checkbox"] {
  appearance: none; /* убираем стандартный чекбокс */
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  border: 2px solid #999;
  border-radius: 4px;
  vertical-align: middle;
  position: relative;
  cursor: pointer;
  transition: all 0.2s ease;
}

.form__checkbox input[type="checkbox"]:checked {
  background-color: #f1a416; /* зелёный фон при выборе */
  border-color: #f1a416;
}

.form__checkbox input[type="checkbox"]:checked::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 5px;
  width: 4px;
  height: 9px;
  border: solid black;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.iti {
  width: 100%;
}

.iti input[type="tel"] {
  width: 100%;
}

.form__line input::-webkit-input-placeholder {
  color: rgba(161, 161, 161, 1);
}
.form__line input::-moz-placeholder {
  color: rgba(161, 161, 161, 1);
}
.form__line input:-ms-input-placeholder {
  color: rgba(161, 161, 161, 1);
}
.form__line input:-moz-placeholder {
  color: rgba(161, 161, 161, 1);
}

.form__error {
  margin: 20px 0;
  font-size: 16px;
  line-height: 26px;
  color: #c02828;
}

.form__btns {
  position: relative;
  display: flex;
  column-gap: 20px;
  margin-top: 40px;
}

.form__btn {
  position: relative;
  margin-top: 40px;
}

.form__btn .btn {
  width: 100%;
}

.wpcf7-submit {
  border: 0 !important;
}

.wpcf7-spinner {
  position: absolute !important;
  top: calc(50% - 12px) !important;
  right: 10px !important;
  margin: 0 !important;
}

.wpcf7-not-valid-tip {
  font-size: 14px !important;
  line-height: 20px !important;
  padding-top: 5px !important;
  text-align: left !important;
}

.wpcf7 form .wpcf7-response-output {
  margin: 20px 0 0 !important;
  padding: 5px 8px !important;
  font-size: 14px !important;
  line-height: 20px !important;
  text-align: left !important;
  border-radius: 0px !important;
}

@media only screen and (max-width: 1719px) {
  .form__line {
    margin-bottom: 8px;
  }
}

@media only screen and (max-width: 1199px) {
  .form__last {
    column-gap: 27px;
  }

  .form__checkbox {
    font-size: 13px;
  }
}

@media only screen and (max-width: 1023px) {
  .form__title {
    margin-bottom: 10px;
    font-size: 24px;
  }

  .form__title span {
    display: block;
  }

  .form__last {
    flex-direction: column;
    align-items: initial;
    column-gap: 0;
    row-gap: 15px;
  }

  .form__line.col-2 {
    row-gap: 20px;
    flex-direction: column;
  }

  .form__line.col-2 > div {
    width: 100%;
  }

  .form__label {
    font-size: 18px;
  }

  .form__line input,
  .form__line textarea {
    padding: 10px 0;
    font-size: 15px;
  }

  .form__error {
    font-size: 14px;
    line-height: 20px;
  }

  .form__btns {
    row-gap: 20px;
    flex-direction: column;
  }

  .form__btns .btn {
    width: 100%;
  }
}

/*     connect     */

.connect {
  padding-top: 160px;
}

.page-template-template-contacts .connect {
  padding-top: 0;
}

.connect__block {
  padding: 20px 20px 20px 60px;
  border-radius: 25px;
  background: linear-gradient(105.89deg, #dedc0e 14.19%, #03babc 77.83%);
}

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

.connect__side {
  width: 48%;
}

.connect__list {
  display: flex;
  margin-top: 78px;
}

.connect__column {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  width: 48%;
  height: 322px;
}

.connect__phone,
.connect__mail {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  row-gap: 25px;
}

.connect__phones {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 10px;
}

.connect__phones a {
  font-size: 22px;
  line-height: 130%;
  color: #174241;
}

.connect__mail a {
  font-size: 24px;
  line-height: 130%;
  color: #174241;
}

.connect__social {
  display: flex;
  align-items: center;
  column-gap: 15px;
}

.connect__social a {
  width: 52px;
  height: 50px;
}

.connect__btn {
  display: flex;
}

.connect__btn .btn {
  min-width: 300px;
}

.connect__form {
  width: 50.3%;
}

.connect__form .form__block {
  max-width: 805px;
  padding: 60px 93px 60px;
  color: #ffffff;
  border-radius: 25px;
  background-color: #174241;
}

form {
  margin: 0;
}

.connect__form .form__title {
  margin-bottom: 35px;
  font-size: 40px;
  line-height: 110%;
}

.connect__form .form__line {
  margin-bottom: 10px;
}

.connect__form .form__line:last-child {
  margin-bottom: 0;
}

.connect__form .form__line.col-2 {
  display: flex;
  column-gap: 10px;
}

.connect__form .form__line input {
  padding: 20px 20px;
}

.connect__form .form__last {
  display: flex;
  align-items: center;
  column-gap: 15px;
  margin-top: 24px;
}

.connect__form .btn_md {
  padding-top: 20px;
  padding-bottom: 20px;
}

.connect__form textarea {
  width: 100%;
  height: 120px;
  padding: 14px 20px;
  font-size: 16px;
  line-height: 130%;
  color: #a1a1a1;
  background: #ffffff;
  border-radius: 8px;
  border: none;
  resize: none;
}

.form__line textarea::-webkit-input-placeholder {
  color: rgba(161, 161, 161, 1);
}
.form__line textarea::-moz-placeholder {
  color: rgba(161, 161, 161, 1);
}
.form__line textarea:-ms-input-placeholder {
  color: rgba(161, 161, 161, 1);
}
.form__line textarea:-moz-placeholder {
  color: rgba(161, 161, 161, 1);
}

@media only screen and (max-width: 1719px) {
  .connect {
    padding-top: 162px;
  }

  .connect__block {
    padding: 17px 20px 50px 60px;
  }

  .connect__main {
    align-items: flex-end;
  }

  .connect__side {
    width: initial;
  }

  .connect__list {
    flex-direction: column;
    row-gap: 50px;
    margin-top: 78px;
  }

  .connect__column {
    justify-content: initial;
    width: initial;
    height: initial;
  }

  .connect__form {
    width: 68.8%;
  }

  .connect__form .form__block {
    max-width: 743px;
    padding: 56px 57px 36px;
  }

  .connect__form .form__title {
    margin-bottom: 28px;
  }

  .connect__list2 {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
  }
}

@media only screen and (max-width: 1199px) {
  .connect__block {
    padding: 58px 20px 20px;
  }

  .connect__title {
    font-size: 60px;
  }

  .connect__main {
    align-items: initial;
    justify-content: initial;
    flex-direction: column;
    row-gap: 75px;
  }

  .connect__side {
    padding-left: 40px;
  }

  .connect__list {
    flex-direction: initial;
    row-gap: initial;
    column-gap: 47px;
    margin-top: 50px;
  }

  .connect__column {
    justify-content: initial;
    width: initial;
  }

  .connect__btn {
    margin-top: 50px;
  }

  .connect__social {
    margin-top: 26px;
  }

  .connect__form {
    width: 100%;
  }

  .connect__form .form__block {
    max-width: 754px;
    padding: 47px 62px 46px;
  }
}

@media only screen and (max-width: 833px) {
  .connect {
    padding-top: 158px;
  }

  .connect__block {
    padding: 40px 20px 20px;
  }

  .connect__main {
    row-gap: 60px;
  }

  .connect__side {
    padding-left: 0;
  }

  .connect__title {
    font-size: 40px;
  }

  .connect__list {
    flex-direction: column;
    row-gap: 31px;
    column-gap: 0;
    margin-top: 31px;
  }

  .connect__btn {
    margin-top: 29px;
  }

  .connect__btn .btn {
    min-width: 100%;
  }

  .connect__form .form__block {
    max-width: 100%;
    padding: 40px 20px 35px;
  }

  .connect__form .form__title {
    margin: 0 -6px 30px;
    font-size: 24px;
  }

  .connect__form .form__line {
    margin-bottom: 9px;
  }

  .connect__form .form__line.col-2 {
    flex-direction: column;
    row-gap: 9px;
    column-gap: 0;
  }

  .connect__form .form__last {
    flex-direction: column;
    align-items: initial;
    row-gap: 15px;
    column-gap: 0;
    margin-top: 26px;
  }

  .form__btn .btn_md {
    font-size: 18px;
  }

  .form__btn-text br {
    display: none;
  }
}

/*     catalog     */

section.catalog {
  padding: 60px 0 100px;
}

.catalog__block {
  margin-top: 60px;
}

.catalog__content .woocommerce-products-header {
  display: none !important;
}

.catalog__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -20px 0;
  row-gap: 60px;
}

.catalog__column {
  width: 33.33%;
  padding: 0 20px;
}

.catalog__nav {
  position: relative;
  display: flex;
  column-gap: 5px;
  justify-content: center;
  margin-top: 60px;
  padding-top: 30px;
  border-top: 1px solid #f1a416;
}

.catalog__nav > a,
.catalog__nav > span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #252534;
  background: rgb(228, 231, 236);
  border-radius: 8px;
}

.catalog__nav .current {
  font-weight: 600;
  color: #252534;
  background: #f1a416;
}

.catalog__nav > .prev,
.catalog__nav > .next {
  position: absolute;
  top: 30px;
  font-weight: 600;
  background-repeat: no-repeat;
}

.catalog__nav > .prev {
  left: 0;
  padding: 0 16px 0 40px;
  background-image: url(../img/icon-nav-prev.svg);
  background-position: left 10px center;
}

.catalog__nav > .next {
  right: 0;
  padding: 0 40px 0 16px;
  background-image: url(../img/icon-nav-next.svg);
  background-position: right 10px center;
}

.catalog__text {
  position: relative;
  margin-top: 100px;
  font-size: 16px;
  line-height: 20px;
  color: #bbbbbb;
  z-index: 1;
}

.catalog__text-content.hide {
  height: 210px;
  color: #bbbbbb;
}

.catalog__text-content.hide:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 210px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  z-index: 2;
}

.catalog__text-content ul {
  display: flex;
  flex-direction: column;
  margin-top: 15px;
}

.catalog__text-content li {
  position: relative;
  padding-left: 25px;
}

.catalog__text-content li:before {
  position: absolute;
  content: "";
  top: 8px;
  left: 7px;
  width: 6px;
  height: 6px;
  background-color: #bbbbbb;
  border-radius: 50%;
}

.catalog__text-content p {
  margin: 0 0 15px;
}

.catalog__text-btn {
  display: flex;
}

.catalog__info {
  margin-top: 60px;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  text-align: center;
}

.catalog__btn {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

@media only screen and (max-width: 1199px) {
  section.catalog {
    padding: 30px 0 60px;
  }

  .catalog__block {
    margin-top: 30px;
  }

  .catalog__list {
    row-gap: 40px;
  }
}

@media only screen and (max-width: 1023px) {
  .archive section.catalog {
    padding-bottom: 0;
  }

  .catalog__title {
    text-align: center;
  }

  .catalog__list {
    flex-direction: column;
  }

  .catalog__column {
    width: 100%;
  }

  .catalog__info br {
    display: none;
  }

  .catalog__nav {
    margin-top: 30px;
  }

  .catalog__nav > .prev,
  .catalog__nav > .next {
    padding: 0 16px !important;
    font-size: 0 !important;
  }
}

/*     product     */

section.product {
  padding: 60px 0 0;
}

section.product.hasFaq {
  padding-bottom: 100px;
}

.product__block {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.product__main {
  width: calc(50% - 40px);
}

.product__title {
  justify-content: flex-start;
}

.product__content {
  font-size: 14px;
  line-height: 20px;
}

.product__sku {
  margin: 15px 0;
  color: #f1a416;
}

.product__text {
  margin-top: 20px;
  font-size: 14px;
  line-height: 22px;
}

.product__text h2 {
  margin: 0 0 20px;
  font-size: 22px;
  line-height: 120%;
}

.product__text h3 {
  margin: 0 0 10px;
  font-size: 16px;
  line-height: 120%;
}

.product__text table {
  width: 100% !important;
  margin-bottom: 40px;
  table-layout: fixed;
  border-collapse: collapse;
  word-break: break-word;
}

.product__text table,
.product__text table th,
.product__text table td {
  border: 1px solid rgba(255, 255, 255, 0.25) !important;
  border-collapse: collapse;
}

.product__text table td {
  padding: 5px 10px;
}

.product__text table thead {
  font-size: 16px;
  font-weight: 700;
}

.product__price {
  margin-top: 30px;
  font-size: 24px;
  line-height: 30px;
}

.product__price strong {
  color: #f1a416;
}

.product__btn {
  margin-top: 30px;
}

.product__gallery {
  width: calc(50% - 40px);
  border-radius: 25px;
}

.product__img {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 500px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 10px;
  overflow: hidden;
}

.product__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product__video {
  margin-top: 40px;
}

.product__video iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

/* Адаптивная обёртка */
.product__video-inner {
  position: relative;
  width: 100%;
  padding-top: 56.25%; /* 16:9 */
  overflow: hidden;
  border-radius: 16px; /* опционально */
}

.product__video-inner iframe {
  position: absolute;
  inset: 0;
}

@media only screen and (max-width: 767px) {
  .product__video-inner.is-shorts {
    padding-top: 177.77%; /* 9:16 */
  }
}

@media only screen and (max-width: 1199px) {
  section.product {
    padding: 30px 0 0;
  }

  section.product.hasFaq {
    padding-bottom: 60px;
  }

  .product__img {
    height: 400px;
  }
}

@media only screen and (max-width: 1023px) {
  .product__block {
    flex-direction: column;
    row-gap: 20px;
  }

  .product__main {
    width: 100%;
    order: 2;
  }

  .product__title {
    font-size: 24px !important;
    line-height: 30px !important;
    text-align: center;
  }

  .product__text table td {
    font-size: 14px;
    line-height: 20px;
  }

  .product__gallery {
    order: 1;
    width: 100%;
  }

  .product__img {
    height: 300px;
  }

  .product__gallery .owl-carousel {
    padding-bottom: 0 !important;
  }

  .product__gallery .owl-nav {
    top: 50% !important;
  }

  .product__gallery .owl-dots {
    padding: 6px 10px !important;
    background-color: rgba(0, 0, 0, 0.5) !important;
    border-radius: 10px !important;
    bottom: 10px !important;
  }
}

/*     products     */

section.products {
  padding: 100px 0;
}

.products__item-title {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  text-align: center;
  color: #f1a416;
}

.products__item-imgs {
  margin-top: 20px;
}

.products__item-imgs .owl-carousel {
  padding-bottom: 0 !important;
}

.products__item-imgs .owl-nav {
  top: 50% !important;
}

.products__item-imgs .owl-dots {
  padding: 6px 10px !important;
  background-color: rgba(0, 0, 0, 0.5) !important;
  border-radius: 10px !important;
  bottom: 10px !important;
}

.products__item-img {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 300px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 10px;
  overflow: hidden;
}

.products__item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.products__item-content {
  font-size: 14px;
  line-height: 20px;
}

.products__item-text {
  min-height: 100px;
  margin-top: 20px;
  font-size: 14px;
  line-height: 22px;
}

.products__item-price {
  margin-top: 30px;
  font-size: 24px;
  line-height: 30px;
  text-align: center;
}

.products__item-price strong {
  color: #f1a416;
}

.products__item-btn {
  display: flex;
  column-gap: 20px;
  margin-top: 30px;
}

.products__item-btn .btn_main {
  min-width: calc(50% - 10px);
}

@media only screen and (max-width: 1199px) {
  section.products {
    padding: 60px 0;
  }

  .products__item-title {
    height: 52px;
    font-size: 20px;
    line-height: 26px;
  }
}

@media only screen and (max-width: 1023px) {
  section.products {
    padding-bottom: 0;
  }

  .products__title {
    text-align: center;
  }

  .products__item-text {
    min-height: auto;
  }
}

/*     article     */

section.article {
  padding: 100px 0 0;
}

.article__title {
  width: 100%;
  text-align: center;
}

.article__head-content {
  display: flex;
  column-gap: 5px;
  font-size: 14px;
  line-height: 110%;
}

.article__head-category {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 10px;
  border-radius: 65px;
  background: linear-gradient(105.89deg, #dedc0e 14.19%, #03babc 77.83%);
}

.article__head-time {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 8px;
  border-radius: 65px;
  border: 1px solid #174241;
}

.article__content {
  margin-top: 40px;
  font-size: 16px;
  line-height: 26px;
}

.article__content blockquote {
  font-size: 32px;
  line-height: 130%;
  margin: 60px 0;
}

.article__content blockquote:first-child {
  margin-top: 0 !important;
}

.article__content blockquote:last-child {
  margin-bottom: 0 !important;
}

.article__content p {
  margin: 0 0 15px;
}

.article__content img {
  margin: 55px 0;
  border-radius: 25px;
  overflow: hidden;
}

.article__content h2 {
  margin: 62px 0 27px;
  font-weight: 500;
  font-size: 28px;
  line-height: 130%;
}

.article__content h2 + h3 {
  margin-top: 28px;
}

.article__content h3 {
  margin: 40px 0 13px;
  font-size: 24px;
  line-height: 130%;
}

.article__content h2:first-child,
.article__content h3:first-child {
  margin-top: 0 !important;
}

.article__content h2:last-child,
.article__content h3:last-child {
  margin-bottom: 0 !important;
}

.article__content > ul,
.article__content > ol {
  display: flex;
  flex-direction: column;
  margin: 14px 0;
}

.article__content > ul > li,
.article__content > ol > li {
  position: relative;
  /*font-size: 18px;*/
  line-height: 130%;
  padding-left: 27px;
}

.article__content > ul > li:before,
.article__content > ol > li:before {
  position: absolute;
  content: "";
  top: 10px;
  left: 10px;
  width: 6px;
  height: 6px;
  background-color: #174241;
  border-radius: 50%;
}

.article__img {
  margin: 60px 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 25px;
  overflow: hidden;
}

.article__btns {
  display: flex;
  column-gap: 30px;
  margin-top: 56px;
}

.article__btns .btn {
  min-width: 255px;
}

@media only screen and (max-width: 1199px) {
  section.article {
    padding: 80px 0 50px;
  }
}

@media only screen and (max-width: 1023px) {
  section.article {
    padding: 30px 0 0;
  }

  .article__content {
    margin-top: 20px;
    font-size: 14px;
    line-height: 22px;
  }
}

/*     overlay     */

.overlay {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  top: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.6);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  z-index: 999999;
}

.popup {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 99999;
  position: relative;
  overflow-y: scroll;
  z-index: 100;
}

.popup-order .block {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: 480px;
  padding: 40px 50px 50px;
  transform: translate(-50%, -50%);
  color: #fff;
  background-color: #252534;
  border-radius: 25px;
  overflow: hidden;
}

.popup-close {
  position: absolute;
  cursor: pointer;
  top: 20px;
  right: 20px;
  opacity: 0.5;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  z-index: 10;
}

.popup-close:hover {
  opacity: 1;
}

.popup__logo {
  width: 70px;
  height: 70px;
  margin: 0 auto;
  background-image: url(../img/logo.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.popup__title {
  margin-top: 30px;
}

.popup__form {
  margin-top: 40px;
}

@media only screen and (max-width: 767px) {
  .popup-order .block {
    max-width: 320px;
    padding: 40px 20px 30px;
  }

  .popup-close {
    top: 8px;
    right: 8px;
  }

  .popup__form {
    margin-top: 20px;
  }

  .popup__form .form__checkbox {
    font-size: 12px;
  }
}

/*     cart     */

section.cart {
  padding: 60px 0 100px;
}

.cart__list {
}

.cart__item {
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.cart__item-first {
  display: flex;
  column-gap: 30px;
  align-items: center;
}

.cart__item-img {
  width: 160px;
  height: 100px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 5px;
}

.cart__item-name {
  font-size: 16px;
  line-height: 26px;
}

.cart__item-name {
  max-width: 420px;
}

.cart__item-second {
  display: flex;
  column-gap: 100px;
  align-items: center;
}

.cart__item-price {
  font-size: 20px;
  line-height: 32px;
}

.cart__item-count {
  display: flex;
  column-gap: 10px;
}

.cart__item-count input {
  width: 32px;
  height: 32px;
  font-size: 16px;
  line-height: 32px;
  text-align: center;
  color: #fff;
  border: 0;
  background: none;
}

.cart__item-minus,
.cart__item-plus {
  position: relative;
  width: 32px;
  height: 32px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
  border-radius: 50%;
  opacity: 0.75;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  -webkit-user-select: none;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.cart__item-minus:hover,
.cart__item-plus:hover {
  opacity: 1;
}

.cart__item-minus:before {
  position: relative;
  top: -2px;
  content: "-";
  font-size: 26px;
}

.cart__item-plus:before {
  position: relative;
  top: -1px;
  content: "+";
  font-size: 20px;
}

.cart__item-deleted {
  width: 32px;
  height: 32px;
  cursor: pointer;
  background-image: url(../img/icon-close-white.svg);
  background-position: center;
  background-repeat: no-repeat;
  border: 1px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.cart__item-deleted:hover {
  opacity: 1;
}

.cart__total {
  margin: 40px 0;
  padding-left: 60px;
  font-size: 24px;
  line-height: 60px;
  background-image: url(../img/icon-total.svg);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 50px;
}

.cart__form .form__line {
  padding: 10px 20px 20px;
  background-color: rgba(255, 255, 255, 0.025);
}

@media only screen and (max-width: 1199px) {
  section.cart {
    padding: 30px 0 60px;
  }

  .cart__item-name {
    max-width: 340px;
  }

  .cart__item-second {
    column-gap: 60px;
  }
}

@media only screen and (max-width: 1023px) {
  section.cart {
    padding-bottom: 0;
  }

  .cart__item {
    row-gap: 20px;
    flex-direction: column;
  }

  .cart__item-first {
    width: 100%;
  }

  .cart__item-first {
    column-gap: 20px;
  }

  .cart__item-img {
    width: 120px;
    height: 80px;
  }

  .cart__item-second {
    width: 100%;
  }

  .cart__form .form__line {
    padding: 0;
    background: none;
  }
}

/*     posts    */

.posts {
  padding-top: 60px;
}

.posts__list {
  display: flex;
  flex-wrap: wrap;
  row-gap: 48px;
  margin: 40px -24px 0;
}

.posts__column {
  width: 33.33%;
  padding: 0 24px;
}

.posts__item {
  padding: 0 !important;
}

.posts__item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 216px;
  overflow: hidden;
}

.posts__item-title {
  min-height: 56px;
  margin-top: 20px;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  color: #fff;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.posts__item-title:hover {
  color: #f1a416 !important;
}

.posts__item-text {
  margin-top: 10px;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
}

.posts__item-btn {
  display: flex;
  justify-content: flex-start;
  margin-top: 20px;
}

.posts__item-btn span {
  display: flex;
  font-size: 18px;
  line-height: 26px;
  border-bottom: 1px solid #f1a416;
  color: #fff;
}

.posts__item-btn span:hover {
  color: #f1a416;
}

@media only screen and (max-width: 1199px) {
  .posts {
    padding: 50px 0;
  }

  .posts__list {
    margin: 40px -12px 0;
  }

  .posts__column {
    width: 50%;
    padding: 0 12px;
  }

  .posts__item-img {
    height: 240px;
  }
}

@media only screen and (max-width: 1023px) {
  .posts {
    padding: 40px 0 0;
  }

  .posts__column {
    width: 100%;
  }

  .posts__item {
    padding: 20px;
    border-radius: 15px;
  }

  .posts__item-img {
    height: 180px;
  }

  .posts__item-title {
    min-height: 52px;
    font-size: 18px;
    line-height: 26px;
  }

  .posts__item-text {
    font-size: 14px;
    line-height: 22px;
  }
}

/*     article    */

.article {
  padding: 60px 0 100px;
}

.article__block {
  width: 100%;
  max-width: 768px;
  margin: 0 auto;
}

.article__img {
  margin: 20px 0 40px;
}

.article__content {
  margin-top: 22px;
  font-size: 16px;
  line-height: 24px;
}

.article__content h2,
.article__content h3,
.article__content h4,
.article__content h5,
.article__content h6 {
  margin: 30px 0 20px;
  font-weight: 700;
  color: #f1a416;
}

.article__content h2:first-child,
.article__content h3:first-child,
.article__content h4:first-child,
.article__content h5:first-child,
.article__content h6:first-child {
  margin-top: 0 !important;
}

.article__content h2:last-child,
.article__content h3:last-child,
.article__content h4:last-child,
.article__content h5:last-child,
.article__content h6:last-child {
  margin-bottom: 0 !important;
}

.article__content h2 {
  font-size: 24px;
  line-height: 36px;
}

.article__content h3 {
  font-size: 20px;
  line-height: 28px;
}

.article__content > ul,
.article__content > ol {
  display: flex;
  row-gap: 10px;
  flex-direction: column;
  margin: 20px 0;
}

.article__content > ul:first-child,
.article__content > ol:first-child {
  margin-top: 0;
}

.article__content > ul:last-child,
.article__content > ol:last-child {
  margin-bottom: 0;
}

.article__content > ul > li,
.article__content > ol > li {
  position: relative;
  padding-left: 20px;
}

.article__content > ul > li:before,
.article__content > ol > li:before {
  position: absolute;
  content: "";
  top: 10px;
  left: 0;
  width: 6px;
  height: 6px;
  background-color: #f1a416;
  border-radius: 50%;
}

.article__content a {
  color: #f1a416 !important;
  text-decoration: underline !important;
}

@media only screen and (max-width: 1199px) {
  .article {
    padding: 50px 0 80px;
  }
}

@media only screen and (max-width: 1023px) {
  .article {
    padding: 40px 0 60px;
  }
}

@media only screen and (max-width: 1023px) {
  .article__content {
    font-size: 14px;
    line-height: 20px;
  }

  .article__content h2,
  .article__content h3,
  .article__content h4,
  .article__content h5,
  .article__content h6 {
    margin: 20px 0 10px;
  }

  .article__content h2 {
    font-size: 20px;
    line-height: 30px;
  }

  .article__content h3 {
    font-size: 16px;
    line-height: 22px;
  }

  .article__content > ul > li:before,
  .article__content > ol > li:before {
    top: 8px;
  }
}

/*     thanks     */

.page404 {
  padding: 100px 0 60px;
}

.page404__title {
  text-align: center;
}

.page404__text {
  margin-top: 30px;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
}

.page404__btn {
  display: flex;
  justify-content: center;
  margin-top: 60px;
}

@media only screen and (max-width: 767px) {
  .page404 {
    padding-top: 60px;
  }

  .page404__text {
    margin-top: 20px;
  }

  .page404__btn {
    margin-top: 30px;
  }
}

/*     thanks     */

.thanks {
  padding: 100px 0 60px;
}

.thanks__title {
  text-align: center;
}

.thanks__text {
  margin-top: 30px;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
}

.thanks__btn {
  display: flex;
  justify-content: center;
  margin-top: 60px;
}

@media only screen and (max-width: 767px) {
  .thanks {
    padding-top: 60px;
  }

  .thanks__text {
    margin-top: 20px;
  }

  .thanks__btn {
    margin-top: 30px;
  }
}

/* Sale Price Style */
.products__item-price .old-price {
  text-decoration: line-through;
  color: #888;
  margin-left: 8px;
  font-size: 0.9em;
}

/* Reviews */
.gift-item {
  font-size: 15px;
  font-weight: 700;
  background: white;
  border-radius: 15px;
  padding: 5px 10px;
  display: inline-block;
  margin: 10px 0;
  color: black;
}

.woocommerce-Reviews {
  margin-top: 25px;
}

.commentlist .review {
  display: flex;
  margin: 15px 0;
}

.commentlist .review .comment_container {
  border-bottom: 2px solid;
  padding: 15px 0;
}

.woocommerce-noreviews {
  padding-bottom: 15px !important;
}

.comment-form-rating {
  display: flex;
  flex-direction: column;
  margin: 15px 0;
}

.comment-form-comment label,
.comment-form-author label,
.comment-form-email label {
  display: block;
  margin: 15px 0;
}

.comment-reply-title {
  font-size: 21px;
  font-weight: 700;
}

p.stars {
  display: inline-flex;
  gap: 6px;
}

p.stars a {
  position: relative;
  display: inline-block;
  width: 22px !important;
  height: 22px !important;
  overflow: hidden;
  text-indent: -9999px;
}

p.stars a::after {
  content: "★";
  position: absolute;
  left: 0;
  top: 0;
  text-indent: 0;
  font-size: 22px;
  line-height: 1;
  color: #a7a7a7;
}

.woocommerce p.stars a::before {
  display: none !important;
}

p.stars span:has(a:hover) a::after {
  color: #f6c343;
}
p.stars span:has(a:hover) a:hover ~ a::after {
  color: #9aa0a6;
}

p.stars.selected a::after {
  color: #f6c343;
}
p.stars.selected a.active ~ a::after {
  color: #9aa0a6;
}

/* Cart */
.woocommerce-cart-form {
  display: none;
}

.cart-collaterals {
  display: none;
}

.woocommerce a.added_to_cart {
  display: none !important;
}

.select2-container .select2-selection--single {
  height: auto !important;
}

div#customer_details {
  padding: 25px 0;
}

input#billing_phone {
  padding-left: 48px;
}

#ship-to-different-address-checkbox {
  display: none;
}

.iti__country-list {
  background: unset;
  border: unset;
}

.iti__country-list {
  background-color: #252534;
  border: unset;
}

#order_review_heading {
  display: none;
}

.cart__summary {
  font-weight: 700;
  padding: 25px;
}

@media (max-width: 750px) {
  .cart__summary {
    display: flex;
    flex-direction: column;
  }
}

.products__item {
  position: relative;
}

.products__item-btn {
  position: relative;
  z-index: 999;
}

.products__item-btn .btn {
  pointer-events: auto;
}

.products__item-img img {
  height: 100% !important;
  object-fit: cover;
}

.first__category-menu a {
  display: flex;
  color: #fff;
  border: 2px solid #f1a416;
  padding: 10px 20px;
  font-size: 14px;
  line-height: 20px;
  border-radius: 10px;
}
@media (max-width: 760px) {
  .first__category-menu ul {
    gap: 10px;
    justify-content: center;
  }
}
.woocommerce-privacy-policy-text {
  margin-bottom: 20px;
}

.woocommerce-privacy-policy-text a {
  color: #fff;
  text-decoration: underline;
}

/* ============================================================================
   КАРТКИ ТОВАРУ — ОДНАКОВІ ЗА ВИСОТОЮ

   Було: висоти карток 772px і 634px в одному каталозі. Фото (300px) і назви
   (60px) вже фіксовані, розʼїжджався саме опис: у .products__item-text стояв
   тільки min-height:100px, і один довгий опис на 11 рядків розтягував картку
   на 138px, ламаючи весь ряд.

   Стало: опис має фіксовану висоту (5 рядків, як і решта карток), а ціна з
   кнопками притиснуті до низу картки. Тому кнопки «Детальніше» й «Замовити»
   стоять на одній лінії в усіх картках незалежно від довжини тексту.
   ========================================================================= */

.catalog__column {
  display: flex;
}

.catalog__column > .products__item {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.products__item-text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  /* 5 рядків × line-height 22px — рівно стільки, скільки вже займає
     переважна більшість описів, тож візуально нічого не зміниться */
  height: 110px;
  min-height: 110px;
  overflow: hidden;
}

/* Притискає ціну й кнопки до низу: усе, що вище, може бути різної висоти,
   а нижній блок завжди на одному рівні. */
.products__item-price {
  margin-top: auto;
  padding-top: 30px;
}
