::-webkit-input-placeholder {
  color: #231f20;
  opacity: 1;
}
:-moz-placeholder {
  color: #231f20;
  opacity: 1;
}
::-moz-placeholder {
  color: #231f20;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #231f20;
  opacity: 1;
}
.text_pole ::-webkit-input-placeholder {
  color: #737373;
  opacity: 1;
}
.text_pole :-moz-placeholder {
  color: #737373;
  opacity: 1;
}
.text_pole ::-moz-placeholder {
  color: #737373;
  opacity: 1;
}
.text_pole :-ms-input-placeholder {
  color: #737373;
  opacity: 1;
}
/*
 Flexbox grid @mixin
 EXAMPLE
 .flexbox {
 @include boxGrid(5, 4%);
 }
 */
header {
  padding: 33px 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  background: transparent;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header .logo-header {
  width: 232px;
}
@media (max-width: 1600px) {
  header .logo-header {
    width: 170px;
  }
}
header nav ul li {
  margin: 0 20px;
}
@media (max-width: 1600px) {
  header nav ul li {
    margin: 0 10px;
  }
}
header nav ul li a {
  font-size: 16px;
  line-height: 30px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  display: block;
}
header nav ul li a:hover {
  color: #f6a820;
}
header nav ul li.current_page_item a {
  color: #f6a820;
}
body.stick header {
  padding: 10px 0;
  background: rgba(0, 0, 0, 0.5);
}
body.stick .burger {
  top: 16px;
}
.homeSlider .swiper-slide {
  min-height: 900px;
}
@media (max-width: 1024px) {
  .homeSlider .swiper-slide {
    padding-top: 50px;
    min-height: 600px;
  }
}
.homeSlider .swiper-slide .row > div {
  max-width: 623px;
}
.homeSlider .swiper-slide .row > div > div {
  margin-top: 50px;
}
@media (max-width: 1024px) {
  .homeSlider .swiper-slide .row > div > div {
    margin-top: 0px;
  }
}
.homeSlider .swiper-slide h2 {
  font-family: "Pelmeshka";
  font-size: 100px;
}
@media (max-width: 1024px) {
  .homeSlider .swiper-slide h2 {
    font-size: 75px;
  }
}
@media (max-width: 1023px) {
  .homeSlider .swiper-slide h2 {
    font-size: 65px;
  }
}
@media (max-width: 767px) {
  .homeSlider .swiper-slide h2 {
    font-size: 55px;
  }
}
.homeSlider .swiper-slide h2 strong {
  color: #663090;
}
.homeSlider .swiper-slide p {
  font-weight: 600;
  color: #000;
}
.homeSlider .swiper-fade .swiper-slide-active, .homeSlider .swiper-fade .swiper-slide-active .swiper-slide-active {
  z-index: 2;
}
.homeSlider .swiper-pagination {
  bottom: 50px;
}
.homeSlider .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  margin: 0 25px;
  width: 20px;
  height: 20px;
  background: #f6a820;
  position: relative;
}
.homeSlider .swiper-pagination .swiper-pagination-bullet:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 50%;
}
.homeSlider .swiper-pagination .swiper-pagination-bullet:after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moztransform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 20px;
  width: 53px;
  height: 5px;
  background: #f6a820;
}
.homeSlider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  background: #f6a820;
}
.homeSlider .swiper-pagination .swiper-pagination-bullet:last-child:after {
  display: none;
}
footer {
  background: #2e2e2e;
  padding: 30px 0 45px;
}
footer * {
  color: #fff;
}
@media (max-width: 1024px) {
  footer .row {
    display: block;
    text-align: center;
  }
  footer .row > div {
    display: block;
  }
}
footer .logo-wrap {
  margin-right: 85px;
}
@media (max-width: 1600px) {
  footer .logo-wrap {
    margin-right: 20px;
  }
}
@media (max-width: 1024px) {
  footer .logo-wrap {
    margin-right: 0px;
  }
  footer .logo-wrap img {
    margin: 0 auto 10px;
  }
}
footer .logo-wrap .logo-footer {
  display: block;
  width: 181px;
}
@media (max-width: 1024px) {
  footer .address-wrap {
    margin-bottom: 10px;
  }
}
footer .address-wrap p {
  line-height: 2.6;
  padding-bottom: 0;
}
footer .menu_soc {
  text-align: right;
}
footer nav {
  margin-bottom: 59px;
}
@media (max-width: 1024px) {
  footer nav {
    margin-bottom: 10px;
  }
}
@media (max-width: 1024px) {
  footer nav ul {
    display: block !important;
    text-align: center;
  }
}
footer nav ul li {
  margin: 0 0 0 45px;
}
@media (max-width: 1600px) {
  footer nav ul li {
    margin: 0 0 0 10px;
  }
}
@media (max-width: 1024px) {
  footer nav ul li {
    margin: 0 0 0 0;
  }
}
footer nav ul li:first-child {
  margin: 0 0 0 0;
}
footer nav ul li a {
  font-size: 16px;
  line-height: 30px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  display: block;
}
footer nav ul li a:hover {
  color: #f6a820;
}
footer nav ul li.current_page_item a {
  color: #f6a820;
}
footer .soc-footer {
  justify-content: flex-end;
}
@media (max-width: 1024px) {
  footer .soc-footer {
    justify-content: center;
    margin-bottom: 10px;
  }
}
footer .soc-footer .soc-item {
  margin-left: 40px;
}
footer .soc-footer .soc-item:first-child {
  margin-left: 0;
}
footer .soc-footer .soc-item svg path {
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
footer .soc-footer .soc-item:hover svg path {
  fill: #f6a820;
}
footer .copyright {
  position: absolute;
  bottom: 11px;
}
@media (max-width: 1024px) {
  footer .copyright {
    position: static;
  }
}
.title {
  margin: 60px 0;
}
.title span {
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  color: #f6a820;
}
.title h2 {
  padding-bottom: 0;
}
.title.center {
  text-align: center;
}
@media (max-width: 1024px) {
  .three_blocks_wrap .three_blocks {
    display: block;
  }
}
.three_blocks_wrap .three_blocks .three_block {
  position: relative;
  flex: 1;
  padding: 90px 50px 245px;
  background: #feb638;
}
@media (max-width: 1600px) {
  .three_blocks_wrap .three_blocks .three_block {
    padding: 90px 30px 230px;
  }
}
@media (max-width: 1024px) {
  .three_blocks_wrap .three_blocks .three_block {
    padding: 60px 30px 10px;
  }
}
.three_blocks_wrap .three_blocks .three_block svg {
  position: absolute;
  top: 30px;
  left: 45px;
  width: 40px;
  height: 40px;
}
@media (max-width: 1600px) {
  .three_blocks_wrap .three_blocks .three_block svg {
    right: 30px;
  }
}
@media (max-width: 1024px) {
  .three_blocks_wrap .three_blocks .three_block svg {
    top: 11px;
  }
}
.three_blocks_wrap .three_blocks .three_block svg path {
  fill: #fff;
}
.form-block {
  margin: -240px 0 83px;
  z-index: 1;
  position: relative;
}
@media (max-width: 1024px) {
  .form-block {
    margin: 45px 0 30px;
  }
}
.form-block .row {
  width: 1145px;
  background: #2e2e2e;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  padding: 100px 150px;
}
@media (max-width: 1024px) {
  .form-block .row {
    padding: 20px 15px;
  }
}
.form-block .contact-us-title {
  flex-basis: 42%;
}
@media (max-width: 1024px) {
  .form-block .contact-us-title {
    flex-basis: 100%;
  }
}
.form-block .contact-us-title span {
  font-size: 20px;
  line-height: 30px;
  text-transform: uppercase;
  color: #f6a820;
  display: block;
  margin-bottom: 20px;
}
.form-block .contact-us-title h2 {
  color: #fff;
  font-size: 55px;
}
.form-block .contact-us-input {
  flex-basis: 48%;
  position: relative;
}
@media (max-width: 1024px) {
  .form-block .contact-us-input {
    flex-basis: 100%;
  }
}
.form-block input[type="text"], .form-block input[type="number"], .form-block input[type="email"], .form-block input[type="password"], .form-block input[type="search"], .form-block input[type="tel"], .form-block select, .form-block textarea {
  color: #fff;
}
.form-block input[type="text"]::placeholder, .form-block input[type="number"]::placeholder, .form-block input[type="email"]::placeholder, .form-block input[type="password"]::placeholder, .form-block input[type="search"]::placeholder, .form-block input[type="tel"]::placeholder, .form-block select::placeholder, .form-block textarea::placeholder {
  color: #fff;
  opacity: 1;
}
.product-section {
  background: #fff;
  margin: 100px 0 70px;
}
@media (max-width: 1024px) {
  .product-section {
    margin: 40px 0 30px;
  }
}
.product-section .product-category-text {
  flex-basis: 390px;
  margin: 0 130px 0 190px;
  position: relative;
  padding: 0 0 145px;
}
@media (max-width: 1600px) {
  .product-section .product-category-text {
    margin: 0 60px 0 40px;
  }
}
@media (max-width: 1024px) {
  .product-section .product-category-text {
    width: 100%;
    flex-basis: 100%;
    padding: 0 0 65px;
  }
}
.product-section .product-category-text .pc-text .text_sup {
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: #f6a820;
  text-transform: uppercase;
  display: block;
  margin-bottom: 20px;
}
.product-section .product-category-text .pc-text h2 span {
  display: inline;
}
.product-section .product-category-text .swiper-nav {
  position: absolute;
  bottom: 80px;
}
@media (max-width: 1024px) {
  .product-section .product-category-text .swiper-nav {
    bottom: 5px;
  }
}
.product-section .product-category-slider {
  flex: 1;
}
.product-section .product-category-slider .swiper {
  padding: 15px;
  height: 100%;
}
.product-section .product-category-slider .swiper .swiper-wrapper {
  align-items: stretch;
}
.product-section .product-category-slider .swiper .swiper-slide .product {
  height: 100%;
}
.product-section.yellow {
  background: #f8c440;
  padding: 100px 0 80px;
}
@media (max-width: 1024px) {
  .product-section.yellow {
    padding: 40px 0 30px;
  }
}
.product-section.yellow .product-category-text .pc-text .text_sup {
  color: #fff;
}
.product-section.yellow .product-category-text .swiper-nav .nav-btn {
  background-color: #fff;
}
.product-section.yellow .product-category-text .swiper-nav .nav-btn svg path {
  fill: #f6a820;
}
.product-section.gray {
  background: #f3f1f1;
  padding: 100px 0 80px;
}
@media (max-width: 1024px) {
  .product-section.gray {
    padding: 40px 0 30px;
  }
}
.product-section.padding {
  padding: 100px 0 230px;
}
@media (max-width: 1024px) {
  .product-section.padding {
    padding: 40px 0 30px;
  }
}
.products-wrap {
  margin-top: 50px;
}
html .woocommerce .product-items {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1.5%;
  width: 103%;
}
html .woocommerce .product-items > * {
  width: 22%;
  margin: 0 1.5% 1.875em;
}
@media (max-width: 1024px) {
  html .woocommerce .product-items {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -khtml-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.5%;
    width: 101%;
  }
  html .woocommerce .product-items > * {
    width: 32.3333333333%;
    margin: 0 0.5% 0.6666666667em;
  }
}
@media (max-width: 768px) {
  html .woocommerce .product-items {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -khtml-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.5%;
    width: 101%;
  }
  html .woocommerce .product-items > * {
    width: 49%;
    margin: 0 0.5% 0.75em;
  }
}
@media (max-width: 767px) {
  html .woocommerce .product-items {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -khtml-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.5%;
    width: 101%;
  }
  html .woocommerce .product-items > * {
    width: 99%;
    margin: 0 0.5% 1em;
  }
}
.product {
  background: #fff;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  padding: 25px 25px 185px;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.product .product-thumb {
  height: 234px;
  margin-bottom: 30px;
  display: block;
  transform: scale(1);
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.product .product-thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.product .product-title {
  text-align: center;
}
.product .product-title h2.woocommerce-loop-product__title {
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  color: #f6a820;
  padding-bottom: 32px;
}
.product .product-price .price {
  display: block;
  margin-bottom: 35px;
}
.product .product-price span, .product .product-price bdi {
  font-family: "Pelmeshka";
  font-weight: 400;
  font-size: 36px;
  line-height: 32px;
  text-align: center;
  color: #000;
}
.product .product-cart-btn {
  text-align: center;
}
.product .product-cart-btn .button:before {
  background-image: url("../img/bag_icon.svg");
  width: 30px;
  height: 30px;
  top: 14px;
  right: 18px;
}
.product .product-price-btn-wrap {
  position: absolute;
  bottom: 28px;
  left: 0;
  right: 0;
  width: 100%;
}
.product:hover {
  box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.5);
}
.product:hover .product-thumb {
  transform: scale(1.1);
}
.topbar {
  margin-bottom: 30px;
}
@media (max-width: 1024px) {
  .topbar .row {
    display: block;
  }
}
.topbar .categories-filter {
  flex: 1;
}
.topbar .categories-filter ul {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
.topbar .categories-filter ul li {
  margin-right: 30px;
}
@media (max-width: 1024px) {
  .topbar .categories-filter ul li {
    margin-right: 10px;
  }
}
.topbar .categories-filter ul li a {
  font-family: "Gilroy";
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: #000;
  padding: 15px 60px 15px 60px;
  position: relative;
  display: inline-block;
  border-radius: 50px;
  margin: 5px 0;
  text-decoration: none;
  background: #fff;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-align: center;
  cursor: pointer;
  border: 1px solid #f6a820;
}
@media (max-width: 1024px) {
  .topbar .categories-filter ul li a {
    padding: 7px 15px 7px 15px;
    font-size: 15px;
  }
}
.topbar .categories-filter ul li a:hover {
  background: #f6a820;
  color: #fff;
}
.topbar .categories-filter ul li.current-cat a {
  background: #f6a820;
  color: #fff;
}
.topbar .woocommerce_result_count {
  flex-basis: 200px;
  margin-left: 20px;
}
@media (max-width: 1024px) {
  .topbar .woocommerce_result_count {
    margin-left: 0px;
    margin-top: 20px;
  }
}
.topbar .woocommerce_result_count .woocommerce-result-count {
  font-weight: 600;
}
.numbered_pagination {
  position: relative;
  text-align: center;
  margin: 50px 0 70px;
}
@media (max-width: 1024px) {
  .numbered_pagination {
    margin: 20px 0 70px;
  }
}
@media (max-width: 767px) {
  .numbered_pagination {
    margin: 0 0 50px;
  }
}
.numbered_pagination a, .numbered_pagination span {
  display: inline-block;
  min-width: 12px;
  margin: 0 10px;
  font-weight: 400;
  font-size: 20px;
  line-height: 25px;
  color: #1d1d1d;
  border-bottom: 1px solid transparent;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.numbered_pagination a svg path, .numbered_pagination span svg path {
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.numbered_pagination a.current, .numbered_pagination span.current {
  color: #f6a820;
  border-bottom: 1px solid #f6a820;
}
.numbered_pagination a:hover, .numbered_pagination span:hover {
  color: #f6a820;
  border-bottom: 1px solid #f6a820;
}
.numbered_pagination a:hover.next svg path, .numbered_pagination span:hover.next svg path, .numbered_pagination a:hover.prev svg path, .numbered_pagination span:hover.prev svg path {
  fill: #f6a820;
}
.numbered_pagination a.dots, .numbered_pagination span.dots, .numbered_pagination a.next, .numbered_pagination span.next, .numbered_pagination a.prev, .numbered_pagination span.prev {
  color: #1d1d1d;
  border-bottom: 1px solid transparent;
}
.default-page {
  margin: 100px 0 80px;
}
@media (max-width: 1024px) {
  .default-page {
    margin: 40px 0 30px;
  }
}
.info-block-one {
  height: 600px;
  margin: 40px 0 70px;
  background-position: center right;
  background-size: cover;
}
@media (max-width: 1024px) {
  .info-block-one {
    height: 450px;
  }
}
.info-block-one .row {
  justify-content: flex-end;
}
.info-block-one .row > div {
  max-width: 500px;
  padding-right: 155px;
}
@media (max-width: 1024px) {
  .info-block-one .row > div {
    padding-right: 0px;
    max-width: 100%;
  }
}
.info-block-one .row > div p:last-child {
  padding-bottom: 0;
}
.info-block-two {
  height: 600px;
  margin: 40px 0 70px;
  background-position: center left;
  background-size: cover;
}
@media (max-width: 1024px) {
  .info-block-two {
    height: 450px;
  }
}
.info-block-two .row {
  justify-content: flex-start;
}
.info-block-two .row > div {
  max-width: 560px;
  padding-left: 155px;
}
@media (max-width: 1024px) {
  .info-block-two .row > div {
    padding-left: 0px;
    max-width: 100%;
  }
}
.info-block-two .row > div h2 {
  font-size: 55px;
}
.info-block-two .row > div p:last-child {
  padding-bottom: 0;
}
.woocommerce-breadcrumb {
  display: none;
}
.woocommerce .product-single-item {
  padding: 95px 0 140px;
}
@media (max-width: 1024px) {
  .woocommerce .product-single-item {
    padding: 30px 0 40px;
  }
}
.woocommerce .product-single-item .photo-gallery {
  flex-basis: 48%;
}
@media (max-width: 1024px) {
  .woocommerce .product-single-item .photo-gallery {
    flex-basis: 100%;
    margin-bottom: 20px;
  }
}
.woocommerce .product-single-item .photo-gallery .swiper-wrap .swiper {
  height: 624px;
}
@media (max-width: 767px) {
  .woocommerce .product-single-item .photo-gallery .swiper-wrap .swiper {
    height: 280px;
  }
}
.woocommerce .product-single-item .photo-gallery .swiper-wrap .productSwiper {
  flex: 1;
  border: 1px solid #000;
  padding: 20px;
}
.woocommerce .product-single-item .photo-gallery .swiper-wrap .productSwiper .swiper-slide img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.woocommerce .product-single-item .photo-gallery .swiper-wrap .productSwiperThumb {
  margin-left: 12px;
  width: 150px;
}
@media (max-width: 767px) {
  .woocommerce .product-single-item .photo-gallery .swiper-wrap .productSwiperThumb {
    width: 50px;
  }
}
.woocommerce .product-single-item .photo-gallery .swiper-wrap .productSwiperThumb .swiper-slide {
  border: 1px solid #000;
}
.woocommerce .product-single-item .photo-gallery .swiper-wrap .productSwiperThumb .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.woocommerce .product-single-item .photo-gallery .swiper-wrap .productSwiperThumb .swiper-button-prev {
  left: 50%;
  right: auto;
  top: 21px;
  bottom: auto;
  -webkit-transform: translate(-50%, 0) rotate(90deg);
  transform: translate(-50%, 0) rotate(90deg);
  transform: translate(-50%, 0) rotate(90deg);
  color: #f6a820;
}
.woocommerce .product-single-item .photo-gallery .swiper-wrap .productSwiperThumb .swiper-button-next {
  left: 50%;
  right: auto;
  top: auto;
  bottom: 10px;
  -webkit-transform: translate(-50%, 0) rotate(90deg);
  transform: translate(-50%, 0) rotate(90deg);
  transform: translate(-50%, 0) rotate(90deg);
  color: #f6a820;
}
.woocommerce .product-single-item .product-single-text {
  flex-basis: 47%;
}
@media (max-width: 1024px) {
  .woocommerce .product-single-item .product-single-text {
    flex-basis: 100%;
  }
}
.woocommerce .product-single-item .product-single-text h1 {
  font-weight: 400;
  font-size: 36px;
  line-height: 65px;
  color: #f6a820;
  padding-bottom: 16px;
}
.woocommerce .product-single-item .product-single-text .additional_information {
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: 1px solid #000;
}
@media (max-width: 767px) {
  .woocommerce .product-single-item .product-single-text .additional_information {
    padding-bottom: 0px;
    margin-bottom: 15px;
  }
}
.woocommerce .product-single-item .product-single-text .additional_information table.shop_attributes {
  border: none;
  display: block;
}
.woocommerce .product-single-item .product-single-text .additional_information table.shop_attributes td {
  border: none;
  display: inline-block;
  margin-left: 5px;
  font-size: 18px;
  line-height: 30px;
  font-weight: 700;
  font-style: normal;
  color: #000;
}
.woocommerce .product-single-item .product-single-text .additional_information table.shop_attributes th {
  padding: 0;
  width: auto;
  border: none;
  text-align: left;
  display: inline-block;
  font-size: 18px;
  line-height: 30px;
  font-weight: 700;
  font-style: normal;
  color: #000;
}
.woocommerce .product-single-item .product-single-text .additional_information table.shop_attributes tr:nth-child(even) td, .woocommerce .product-single-item .product-single-text .additional_information table.shop_attributes tr:nth-child(even) th {
  background: none !important;
}
.woocommerce .product-single-item .product-single-text .additional_information table.shop_attributes td p {
  padding: 0;
  font-size: 18px;
  line-height: 30px;
  font-weight: 700;
  font-style: normal;
  color: #000;
}
.woocommerce .product-single-item .product-single-text .single_price .price {
  padding-bottom: 10px;
}
.woocommerce .product-single-item .product-single-text .single_price span {
  font-family: "Pelmeshka";
  font-weight: 400;
  font-size: 36px;
  line-height: 65px;
  color: #000;
}
.woocommerce .product-single-item .product-single-text .single_add_to_cart .variations {
  margin-bottom: 10px;
}
.woocommerce .product-single-item .product-single-text .text_below_title p {
  font-weight: 700;
  font-size: 18px;
  line-height: 30px;
  color: #000;
}
.woocommerce .product-single-item .product-single-text .cat-text p {
  font-weight: 700;
  font-size: 18px;
  line-height: 30px;
  color: #000;
  text-transform: uppercase;
}
.woocommerce .product-single-item .product-single-text .single_meta {
  font-weight: 500;
  font-size: 16px;
  line-height: 30px;
  color: #000;
}
.woocommerce .product-single-item .product-single-text .single_meta a {
  font-weight: 500;
  font-size: 16px;
  line-height: 30px;
  color: #000;
}
.woocommerce .quantity-wrap {
  border: 1px solid #f6a820;
  border-radius: 50px;
  margin-right: 10px;
}
.woocommerce .quantity-wrap button.plus, .woocommerce .quantity-wrap button.minus {
  font-family: "Gilroy";
  background: none;
  font-weight: 400;
  font-size: 36px;
  line-height: 65px;
  color: #000;
  padding: 0 11px;
  cursor: pointer;
}
.woocommerce .quantity-wrap input::-webkit-outer-spin-button, .woocommerce .quantity-wrap input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0;
  /* <-- Apparently some margin are still there even though it's hidden */
}
.woocommerce .quantity-wrap #wc-stripe-payment-request-wrapper, .woocommerce .quantity-wrap #wc-stripe-payment-request-button-separator {
  display: none !important;
}
.woocommerce .quantity .qty {
  opacity: 1;
  color: #000;
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.3;
  padding: 0;
  height: 60px;
  width: 52px;
  text-align: center;
  border: none;
  -moz-appearance: textfield;
  -moz-appearance: number-input;
}
.woocommerce .quantity .qty:focus {
  -moz-appearance: number-input;
}
.woocommerce .single_add_to_cart_button {
  min-width: 210px !important;
  margin-right: 10px !important;
}
.woocommerce .single_add_to_cart_button:before {
  background-image: url(../img/bag_icon.svg) !important;
  width: 30px !important;
  height: 30px !important;
  top: 14px !important;
  right: 18px !important;
}
.variations select {
  font-weight: 600;
  font-size: 18px;
  line-height: 30px;
  color: rgba(0, 0, 0, 0.7);
  border: 1px solid rgba(97, 97, 97, 1);
  border-radius: 30px;
  padding: 0 15px;
}
.variations .reset_variations {
  display: none !important;
}
.variations th.label {
  padding-right: 10px;
}
.single_variation_wrap {
  margin-bottom: 30px;
  width: 100%;
}
.woocommerce-variation-add-to-cart {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}
.single_add_to_cart {
  margin-bottom: 20px;
}
.single_add_to_cart > .cart {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}
.woocommerce-tabs-wrap {
  background: #f3f1f1;
  padding: 60px 0 40px;
}
@media (max-width: 1024px) {
  .woocommerce-tabs-wrap {
    padding: 40px 0 30px;
  }
}
.woocommerce-tabs .tabs.wc-tabs {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .woocommerce-tabs .tabs.wc-tabs {
    display: block;
    margin-bottom: 30px;
  }
}
.woocommerce-tabs .tabs.wc-tabs > li {
  margin-right: 30px;
  padding: 0 !important;
}
@media (max-width: 767px) {
  .woocommerce-tabs .tabs.wc-tabs > li {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.woocommerce-tabs .tabs.wc-tabs > li:last-child {
  margin-right: 0;
}
.woocommerce-tabs .tabs.wc-tabs > li:before {
  display: none;
}
.woocommerce-tabs .tabs.wc-tabs > li a {
  font-family: "Gilroy";
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: #f6a820 !important;
  padding: 15px 60px 15px 60px !important;
  position: relative;
  display: inline-block;
  border-radius: 50px;
  margin: 15px 0;
  text-decoration: none;
  background-color: transparent !important;
  border: 1px solid #f6a820;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-align: center;
  cursor: pointer;
  min-width: 230px;
}
.woocommerce-tabs .tabs.wc-tabs > li a:hover {
  background: #f6a820 !important;
  color: #fff !important;
}
.woocommerce-tabs .tabs.wc-tabs li.active a {
  background: #f6a820 !important;
  color: #fff !important;
}
.woocommerce-tabs h2 {
  font-size: 36px;
  line-height: 32px;
  padding-bottom: 20px;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message {
  border-top-color: #f6a820 !important;
  margin-top: 20px;
}
.woocommerce-error:before, .woocommerce-info:before, .woocommerce-message:before {
  color: #f6a820 !important;
  position: static;
}
.woocommerce-error .button, .woocommerce-info .button, .woocommerce-message .button {
  margin: 0 !important;
}
.woocommerce_output_all_notices .woocommerce-message {
  padding: 20px 20px 20px;
}
.woocommerce #content table.cart td.actions .coupon, .woocommerce table.cart td.actions .coupon, .woocommerce-page #content table.cart td.actions .coupon, .woocommerce-page table.cart td.actions .coupon {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
#add_payment_method table.cart td.actions .coupon .input-text, .woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce-checkout table.cart td.actions .coupon .input-text {
  padding: 0 15px;
  color: #000;
  width: 150px;
  height: 60px;
  border-radius: 50px;
}
.woocommerce table.shop_table td a {
  color: #000;
}
#add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img {
  width: 90px;
}
.woocommerce table.shop_table td.product-name, .woocommerce table.shop_table td.product-price, .woocommerce table.shop_table td.product-subtotal {
  font-weight: 700;
}
.woocommerce table.shop_table td.product-name a, .woocommerce table.shop_table td.product-price a, .woocommerce table.shop_table td.product-subtotal a {
  font-weight: 700;
}
.wpforms-submit {
  font-size: 20px !important;
  position: relative !important;
  display: inline-block !important;
  border-radius: 50px !important;
  margin: 15px 0 !important;
  text-decoration: none !important;
  border: none !important;
}
.wpforms-confirmation-container-full, div[submit-success] > .wpforms-confirmation-container-full:not(.wpforms-redirection-message) {
  background: #fff !important;
  border: 1px solid #fff !important;
}
.wpforms-confirmation-container-full p, div[submit-success] > .wpforms-confirmation-container-full:not(.wpforms-redirection-message) p {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}
.wpforms-container input[type="text"], .wpforms-container input[type="number"], .wpforms-container input[type="email"], .wpforms-container input[type="password"], .wpforms-container input[type="search"], .wpforms-container input[type="tel"], .wpforms-container select, .wpforms-container textarea {
  border: none !important;
  border-bottom: 1px solid rgba(97, 97, 97, 1) !important;
  border-radius: 0 !important;
  background: transparent !important;
  background-color: transparent !important;
  width: 100% !important;
  outline: none !important;
  height: 45px !important;
  color: #c98e28 !important;
  font-family: "Gilroy" !important;
  font-size: 16px !important;
  line-height: 35px !important;
  letter-spacing: 0.16px !important;
  opacity: 1 !important;
}
.wpforms-container input[type="text"]::placeholder, .wpforms-container input[type="number"]::placeholder, .wpforms-container input[type="email"]::placeholder, .wpforms-container input[type="password"]::placeholder, .wpforms-container input[type="search"]::placeholder, .wpforms-container input[type="tel"]::placeholder, .wpforms-container select::placeholder, .wpforms-container textarea::placeholder {
  color: #fff !important;
  opacity: 1 !important;
}
.wpforms-container input[type="text"]:focus, .wpforms-container input[type="number"]:focus, .wpforms-container input[type="email"]:focus, .wpforms-container input[type="password"]:focus, .wpforms-container input[type="search"]:focus, .wpforms-container input[type="tel"]:focus, .wpforms-container select:focus, .wpforms-container textarea:focus {
  border-bottom: 1px solid rgba(139, 139, 139, 1) !important;
}
.wpforms-container textarea {
  height: 80px !important;
}
.woocommerce ul#shipping_method li input {
  margin: 8px 0.4375em 0 0 !important;
}
::-webkit-input-placeholder {
  color: #231f20;
  opacity: 1;
}
:-moz-placeholder {
  color: #231f20;
  opacity: 1;
}
::-moz-placeholder {
  color: #231f20;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #231f20;
  opacity: 1;
}
.text_pole ::-webkit-input-placeholder {
  color: #737373;
  opacity: 1;
}
.text_pole :-moz-placeholder {
  color: #737373;
  opacity: 1;
}
.text_pole ::-moz-placeholder {
  color: #737373;
  opacity: 1;
}
.text_pole :-ms-input-placeholder {
  color: #737373;
  opacity: 1;
}
/*
 Flexbox grid @mixin
 EXAMPLE
 .flexbox {
 @include boxGrid(5, 4%);
 }
 */
.disclosure-section {
  margin: 100px 0;
}
@media (max-width: 1024px) {
  .disclosure-section {
    margin: 80px 0;
  }
}
@media (max-width: 768px) {
  .disclosure-section {
    margin: 60px 0;
  }
}
@media (max-width: 576px) {
  .disclosure-section {
    margin: 40px 0;
  }
}
.disclosure-section .title {
  text-align: center;
  margin-top: 0;
}
.disclosure-section .title .sm-title {
  font-size: 20px;
  font-weight: 600;
  color: #f6a820;
}
.disclosure-section .list-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
}
@media (max-width: 1024px) {
  .disclosure-section .list-wrapper {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 50px;
  }
}
@media (max-width: 576px) {
  .disclosure-section .list-wrapper {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 25px;
  }
}
.disclosure-section .list-wrapper .item .paw-wrap {
  text-align: right;
  margin-bottom: 35px;
}
@media (max-width: 1024px) {
  .disclosure-section .list-wrapper .item .paw-wrap {
    margin-bottom: 25px;
  }
}
@media (max-width: 576px) {
  .disclosure-section .list-wrapper .item .paw-wrap {
    margin-bottom: 15px;
  }
}
.disclosure-section .list-wrapper .item .paw-wrap img {
  position: relative;
  right: 0;
}
@media (max-width: 1024px) {
  .disclosure-section .list-wrapper .item .paw-wrap img {
    right: 0px;
  }
}
.disclosure-section .list-wrapper .item:nth-child(even) .paw-wrap img {
  transform: rotate(90deg);
}
.why-choose-section {
  overflow: hidden;
  margin: 100px 0;
}
@media (max-width: 1024px) {
  .why-choose-section {
    margin: 80px 0;
  }
}
@media (max-width: 768px) {
  .why-choose-section {
    margin: 60px 0;
  }
}
@media (max-width: 576px) {
  .why-choose-section {
    margin: 40px 0;
  }
}
.why-choose-section .title {
  text-align: center;
  max-width: 870px;
  margin: 0 auto 90px;
}
.why-choose-section .title .sm-title {
  font-size: 20px;
  font-weight: 600;
  color: #f6a820;
}
@media (max-width: 1024px) {
  .why-choose-section .title {
    margin: 0 auto 60px;
  }
}
@media (max-width: 768px) {
  .why-choose-section .title {
    margin: 0 auto 40px;
  }
}
.why-choose-section .slider-wrapper {
  max-width: 755px;
  margin: 0 auto;
}
.why-choose-section .slider-wrapper .mySwiper {
  overflow: visible;
}
.why-choose-section .slider-wrapper .mySwiper .button-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  grid-gap: 20px;
}
.why-choose-section .slider-wrapper .mySwiper .swiper-button-next {
  right: -90px;
}
.why-choose-section .slider-wrapper .mySwiper .swiper-button-next::after {
  content: url("../img/arrow-right.svg");
}
@media (max-width: 1024px) {
  .why-choose-section .slider-wrapper .mySwiper .swiper-button-next {
    right: -30px;
  }
}
.why-choose-section .slider-wrapper .mySwiper .swiper-button-prev {
  left: -90px;
}
.why-choose-section .slider-wrapper .mySwiper .swiper-button-prev::after {
  content: url("../img/arrow-left.svg");
}
@media (max-width: 1024px) {
  .why-choose-section .slider-wrapper .mySwiper .swiper-button-prev {
    left: -30px;
  }
}
.why-choose-section .slider-wrapper .mySwiper .swiper-button-next, .why-choose-section .slider-wrapper .mySwiper .swiper-button-prev {
  top: auto;
  bottom: 50px;
  width: 60px;
  height: 60px;
  background: #f6a820;
  border-radius: 50px;
}
.why-choose-section .slider-wrapper .mySwiper .swiper-button-next::after, .why-choose-section .slider-wrapper .mySwiper .swiper-button-prev::after {
  font-size: unset;
}
@media (max-width: 768px) {
  .why-choose-section .slider-wrapper .mySwiper .swiper-button-next, .why-choose-section .slider-wrapper .mySwiper .swiper-button-prev {
    position: relative;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    margin-top: 0;
  }
}
.why-choose-section .slider-wrapper .swiper-wrapper .swiper-slide .video {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.why-choose-section .slider-wrapper .swiper-wrapper .swiper-slide .video::after {
  content: "";
  display: block;
  padding-bottom: 46.6%;
}
@media (max-width: 768px) {
  .why-choose-section .slider-wrapper .swiper-wrapper .swiper-slide .video::after {
    padding-bottom: 66.6%;
  }
}
.why-choose-section .slider-wrapper .swiper-wrapper .swiper-slide .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.why-choose-section .slider-wrapper .swiper-wrapper .swiper-slide .text {
  display: none;
  margin-top: 60px;
}
.why-choose-section .slider-wrapper .swiper-wrapper .swiper-slide .text p {
  font-weight: 600;
  font-size: 24px;
  text-align: center;
  color: rgba(0, 0, 0, 0.7);
}
.why-choose-section .slider-wrapper .swiper-wrapper .swiper-slide.swiper-slide-active .video {
  box-shadow: 20px 20px 40px rgba(0, 0, 0, 0.25);
  -webkit-transform: scale(1.1, 1.2);
  -khtml-transform: scale(1.1, 1.2);
  -moz-transform: scale(1.1, 1.2);
  -ms-transform: scale(1.1, 1.2);
  -o-transform: scale(1.1, 1.2);
  transform: scale(1.1, 1.2);
}
@media (max-width: 1024px) {
  .why-choose-section .slider-wrapper .swiper-wrapper .swiper-slide.swiper-slide-active .video {
    -webkit-transform: scale(1);
    -khtml-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
.why-choose-section .slider-wrapper .swiper-wrapper .swiper-slide.swiper-slide-active .text {
  display: block;
}
::-webkit-input-placeholder {
  color: #231f20;
  opacity: 1;
}
:-moz-placeholder {
  color: #231f20;
  opacity: 1;
}
::-moz-placeholder {
  color: #231f20;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #231f20;
  opacity: 1;
}
.text_pole ::-webkit-input-placeholder {
  color: #737373;
  opacity: 1;
}
.text_pole :-moz-placeholder {
  color: #737373;
  opacity: 1;
}
.text_pole ::-moz-placeholder {
  color: #737373;
  opacity: 1;
}
.text_pole :-ms-input-placeholder {
  color: #737373;
  opacity: 1;
}
/*
 Flexbox grid @mixin
 EXAMPLE
 .flexbox {
 @include boxGrid(5, 4%);
 }
 */
header .ss {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
@media (max-width: 1024px) {
  header .ss {
    margin-right: 70px;
  }
}
header .ss .icon {
  position: relative;
  cursor: pointer;
  margin-left: 30px;
}
@media (max-width: 1366px) {
  header .ss .icon {
    margin-left: 10px;
  }
}
header .ss .icon i {
  display: inline-block;
}
header .ss .icon img, header .ss .icon svg {
  max-width: 25px;
}
header .ss .icon .search-form {
  position: absolute;
  right: 0;
  bottom: -35px;
  display: none;
  visibility: hidden;
  width: 200px;
  padding: 0 10px;
  font-size: 16px;
}
header .ss .icon .search-form.active {
  display: block;
  visibility: visible;
}
header .ss .icon .search-form input[type="text"] {
  color: #fff;
  opacity: 0.7;
}
header .ss .icon .search-form input[type="text"]::placeholder {
  color: #fff;
  opacity: 0.7;
}
header .ss .cart-total {
  margin-left: 13px;
}
header .ss .cart-total span {
  color: #f6a820;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 2px;
}
body.stick .ss .icon .search-form {
  bottom: -10px;
}
.home header .ss .cart-total span {
  color: #fff;
}
#top {
  min-height: 400px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  padding: 100px 0 20px;
}
@media (max-width: 1024px) {
  #top {
    min-height: 300px;
  }
}
@media (max-width: 768px) {
  #top {
    min-height: 250px;
  }
}
#top .top-title__row {
  max-width: 580px;
}
#top .top-title__row .top-page-title {
  padding-bottom: 0;
  color: #f6a820;
}
.suptitle {
  margin-bottom: 20px;
}
.suptitle span {
  color: #f6a820;
  font-size: 20px;
  font-weight: 600;
}
.faq-page__section {
  margin: 75px 0;
}
@media (max-width: 768px) {
  .faq-page__section {
    margin: 60px 0;
  }
}
@media (max-width: 576px) {
  .faq-page__section {
    margin: 40px 0;
  }
}
.faq-page__wrapper {
  display: grid;
  grid-template-columns: 1fr 65%;
  grid-gap: 100px;
}
@media (max-width: 1380px) {
  .faq-page__wrapper {
    grid-gap: 50px;
  }
}
@media (max-width: 1024px) {
  .faq-page__wrapper {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 20px;
  }
}
.faq-page__wrapper .right .acc {
  padding: 20px 70px;
  background: #fff;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
}
@media (max-width: 1280px) {
  .faq-page__wrapper .right .acc {
    padding: 20px 30px;
  }
}
@media (max-width: 768px) {
  .faq-page__wrapper .right .acc {
    padding: 10px 20px;
  }
}
.faq-page__wrapper .right .acc .item {
  position: relative;
  padding: 30px 0 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
@media (max-width: 768px) {
  .faq-page__wrapper .right .acc .item {
    padding: 20px 0 10px;
  }
}
.faq-page__wrapper .right .acc .item:last-child {
  border-bottom: none;
}
.faq-page__wrapper .right .acc .item .acc-title {
  cursor: pointer;
  display: grid;
  grid-template-columns: 1fr 30px;
  grid-gap: 15px;
  padding-bottom: 10px;
}
@media (max-width: 576px) {
  .faq-page__wrapper .right .acc .item .acc-title {
    grid-template-columns: 1fr 20px;
  }
}
.faq-page__wrapper .right .acc .item .acc-title span {
  position: relative;
  height: 30px;
}
@media (max-width: 576px) {
  .faq-page__wrapper .right .acc .item .acc-title span {
    height: 20px;
  }
}
.faq-page__wrapper .right .acc .item .acc-title span:after, .faq-page__wrapper .right .acc .item .acc-title span:before {
  content: "";
  position: absolute;
  background-color: #000;
  left: 0;
  top: 50%;
  width: 100%;
  height: 3px;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: rotate(0deg);
  -khtml-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
@media (max-width: 576px) {
  .faq-page__wrapper .right .acc .item .acc-title span:after, .faq-page__wrapper .right .acc .item .acc-title span:before {
    height: 2px;
  }
}
.faq-page__wrapper .right .acc .item .acc-title span:before {
  -webkit-transform: rotate(90deg);
  -khtml-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.faq-page__wrapper .right .acc .item .acc-title.active span:before {
  -webkit-transform: rotate(0deg);
  -khtml-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
.faq-page__wrapper .right .acc .item .info {
  display: none;
}
.testimonials-page__section {
  margin: 120px 0 40px;
}
@media (max-width: 1024px) {
  .testimonials-page__section {
    margin: 80px 0 40px;
  }
}
@media (max-width: 768px) {
  .testimonials-page__section {
    margin: 60px 0 40px;
  }
}
@media (max-width: 576px) {
  .testimonials-page__section {
    margin: 40px 0;
  }
}
.testimonials-page__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.testimonials-page__wrapper .left {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 1024px) {
  .testimonials-page__wrapper .left {
    margin-bottom: 40px;
  }
}
.testimonials-page__wrapper .left .bottom {
  margin-bottom: -44px;
}
@media (max-width: 1100px) {
  .testimonials-page__wrapper .left .bottom {
    display: none;
  }
}
.testimonials-page__wrapper .right {
  -webkit-flex-basis: 68%;
  -moz-flex-basis: 68%;
  -ms-flex-preferred-size: 68%;
  flex-basis: 68%;
  max-width: 68%;
}
@media (max-width: 1024px) {
  .testimonials-page__wrapper .right {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}
.testimonials-page__wrapper .right .grid {
  column-count: 2;
  column-gap: 30px;
  padding: 40px 20px 0;
}
@media (max-width: 768px) {
  .testimonials-page__wrapper .right .grid {
    column-count: 1;
    padding: 40px 10px;
  }
}
.testimonials-page__wrapper .right .grid .wys {
  margin: 0 0 4em;
  width: 100%;
  border-radius: 30px;
  display: inline-block;
  background: #fff;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  padding: 0px 40px 45px;
}
@media (max-width: 768px) {
  .testimonials-page__wrapper .right .grid .wys {
    padding: 0px 20px 20px;
  }
}
@media (max-width: 768px) {
  .testimonials-page__wrapper .right .grid .wys:last-child {
    margin-bottom: 0;
  }
}
.testimonials-page__wrapper .right .grid .wys p {
  padding-bottom: 10px;
}
.testimonials-page__wrapper .right .grid .wys .testi-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 35px;
  margin-top: -40px;
}
.testimonials-page__wrapper .right .grid .wys .testi-top .author {
  color: #000;
  font-family: "Pelmeshka";
}
.swiper-nav {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  user-select: none;
}
.swiper-nav .nav-btn {
  user-select: none;
  background-color: #f6a820;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  margin-top: 0;
  margin-right: 15px;
}
.swiper-nav .nav-btn:after {
  display: none;
}
.form-block .photo {
  position: absolute;
  max-width: 600px;
  bottom: 0;
  right: -400px;
}
.form-block .photo img {
  max-width: 100%;
}
@media (max-width: 1140px) {
  .form-block .photo {
    display: none;
  }
}
