*::after,
*::before,
* {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  box-sizing: border-box;
  box-shadow: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section {
  display: block;
}
ol,
ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
body {
  font: 18px 'Montserrat', sans-serif;
  line-height: 1.3;
  letter-spacing: 0.03em;
  display: flex;
  flex-direction: column;
  width: 100%;
  color: #fff;
}
a,
a:hover,
input,
input:focus,
button,
button:focus,
select:focus {
  outline: none;
}
.wrapper {
  width: 100%;
  overflow: hidden;
  flex: 1 0;
}
html {
  display: flex;
  min-height: 100%;
}
.container {
  max-width: 1230px;
  padding: 0 15px;
  width: 100%;
  margin: 0 auto;
}
.footer {
  width: 100%;
}
/*global-style*/
a,
button {
  transition: all .3s;
  color: #fff;
  text-decoration: none;
}
input,
textarea {
  background-color: #fff;
  border: 1px solid #FF9A00;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  display: inline-block;
  padding: 20px;
  font-family: 'Montserrat', sans-serif;
}
.global-btn a,
.global-btn button {
  background-color: #FF9A00;
  border-radius: 20px;
  padding: 16px 18px;
  display: inline-block;
  font-weight: bold;
  cursor: pointer;
  font-family: 'Montserrat', sans-serif;
}
.global-btn a:hover,
.global-btn button:hover {
  background-color: #1ea91e;
}
.global-title {
  font-weight: bold;
  font-size: 48px;
  text-align: center;
  text-transform: uppercase;
}
.global-title span {
  color: #FF9A00;
}
.logo {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.logo__icon svg {
  width: 70px;
}
.logo__text {
  font-weight: bold;
  font-size: 18px;
  padding-left: 15px;
}
.logo__text span {
  display: block;
  color: #E48B04;
}
img {
  display: block;
  max-width: 100%;
}
.burger-wrap {
  display: none;
}
.slick-next,
.slick-prev {
  z-index: 9;
}
.slick-slide {
  outline: none;
}
/*header*/
.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
  padding-top: 25px;
}
.header__wrap {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-between;
}
.header__nav {
  padding: 0 30px;
}
.header__nav a {
  font-size: 14px;
  margin-right: 30px;
}
.header__nav a:last-child {
  margin-right: 0;
}
.header__nav a:hover {
  text-decoration: underline;
  color: #FF9A00;
}
.header-contact {
  padding-right: 20px;
}
.header-contact__item {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  letter-spacing: 0.1em;
}
.header-contact__item svg {
  width: 15px;
}
.header-contact__item svg path {
  transition: all .3s;
}
.header-contact__item span {
  padding-left: 10px;
}
.header-contact__item:hover svg path {
  fill: #1ea91e;
}
.header-contact__item:hover span {
  text-decoration: underline;
}
.header-contact__item:last-child {
  margin-bottom: 0;
}
.section-with-before {
  position: relative;
}
.section-with-before::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}
/*section-welcome*/
.section-welcome {
  padding: 190px 0 140px;
  background: url("../image/backgrounds/welcome.jpg") no-repeat center top / cover;
}
.section-welcome .container {
  position: relative;
  z-index: 1;
}
.welcome__wrap {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.welcome-content {
  font-size: 24px;
  flex: 1 0;
  max-width: 705px;
  padding-right: 105px;
}
.welcome-content__title {
  font-weight: bold;
  font-size: 55px;
  padding-bottom: 10px;
}
.welcome-content__title span {
  color: #FF9A00;
}
.welcome-content__description {
  font-weight: 500;
  padding-bottom: 20px;
  font-family: 'Roboto', sans-serif;
}
.welcome-content-promo__title {
  font-weight: 900;
  padding: 10px 15px;
  border-radius: 5px;
  background-color: #FF9A00;
  display: inline-block;
  font-family: 'Roboto', sans-serif;
}
.welcome-content-promo__description {
  font-weight: 300;
  font-family: 'Roboto', sans-serif;
  padding: 15px 0 25px;
}
.welcome-content-promo__description span {
  font-weight: 900;
}
.welcome-content-promo__inscription {
  padding-bottom: 20px;
}
.welcome-content-promo__inscription span {
  font-weight: 900;
  color: #FF9A00;
  padding-bottom: 20px;
}
.welcome-content-promo-timer {
  display: flex;
}
.welcome-content-promo-timer-column {
  text-align: center;
  align-items: baseline;
}
.welcome-content-promo-timer-column__number {
  font-weight: 900;
  font-size: 36px;
  color: #FF9A00;
  padding-bottom: 8px;
}
.welcome-content-promo-timer-column__time {
  font-weight: 900;
  font-size: 18px;
}
.welcome-content-promo-timer-column--dots {
  font-weight: 900;
  font-size: 36px;
  color: #FF9A00;
  padding: 0 8px;
}
.welcome-content__btn {
  padding-top: 35px;
}
.welcome-content__btn a {
  font-size: 24px;
  padding: 16px 75px;
}
.welcome-img {
  flex: 0 0 500px;
  position: relative;
}
.welcome-img__tandur {
  width: 440px;
  margin: 0 auto;
}
.welcome-img-book {
  position: absolute;
  right: -111px;
  top: -27px;
}
.welcome-img-book img {
  max-width: 166px;
}
.welcome-img-book__plus {
  position: absolute;
  top: 50%;
  transform: translate(-100%, -50%);
  left: -20px;
  width: 65px;
  height: 65px;
}
.welcome-img-book__plus::before,
.welcome-img-book__plus::after {
  content: '';
  display: block;
  background-color: #FF9A00;
  border-radius: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.welcome-img-book__plus::before {
  height: 15px;
  width: 100%;
}
.welcome-img-book__plus::after {
  height: 100%;
  width: 15px;
}
.welcome-img-book__cloud {
  position: absolute;
  bottom: -9px;
  left: 50%;
  transform: translate(-50%, 100%);
  max-width: 185px;
  padding: 10px;
  font-weight: bold;
  text-align: center;
  background-color: #FF9A00;
  border-radius: 5px;
  width: 185px;
}
/*section-consultation*/
.section-consultation {
  padding: 100px 0 110px;
}
.consultation__wrap {
  background: linear-gradient(89.15deg, rgba(75, 75, 75, 0.29) -1.22%, rgba(46, 46, 46, 0.69) 100%);
  border-radius: 20px;
  padding: 30px 130px 50px;
  position: relative;
}
.consultation__before {
  position: absolute;
  max-width: 400px;
  left: -255px;
  bottom: -160px;
}
.consultation__fish {
  position: absolute;
  max-width: 370px;
  top: -135px;
  right: -155px;
}
.consultation-form {
  position: relative;
  z-index: 2;
}
.consultation-form__title {
  padding-bottom: 40px;
}
.consultation-form__title span {
  display: block;
}
.consultation-form-inputs {
  display: flex;
  flex-flow: row wrap;
}
.consultation-form-inputs input {
  flex: 0 0 calc(33.333% - 36px);
  max-width: calc(33.333% - 36px);
  margin-right: 54px;
}
.consultation-form-inputs__btn {
  flex: 0 0 calc(33.333% - 36px);
  max-width: calc(33.333% - 36px);
}
.consultation-form-inputs__btn button {
  height: 100%;
  width: 100%;
}
/*section-triggers*/
.section-triggers {
  padding: 80px 0 60px;
  background: url("../image/backgrounds/trigger.jpg") no-repeat center / cover;
}
.section-triggers::before {
  background-color: rgba(0, 0, 0, 0.55);
}
.section-triggers .container {
  position: relative;
  z-index: 1;
  max-width: 1305px;
}
.triggers__title {
  padding-bottom: 60px;
}
.triggers__wrap {
  display: flex;
  flex-flow: row wrap;
  position: relative;
}
.triggers-tandyr {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 300px;
}
.triggers-item {
  flex: 0 0 50%;
}
.triggers-item-head {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  padding-bottom: 13px;
}
.triggers-item__icon {
  flex: 0 0 50px;
  height: 50px;
  background-color: #FF9A00;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.triggers-item__icon svg {
  width: 31px;
  display: block;
}
.triggers-item__name {
  font-weight: bold;
  font-size: 24px;
  padding-left: 25px;
  flex: 1 0;
}
.triggers-item__description {
  font-weight: 300;
  font-family: 'Roboto', sans-serif;
}
.triggers-item:nth-child(2) {
  padding: 75px 245px 25px 23px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.triggers-item:nth-child(3) {
  padding: 75px 40px 25px 225px;
}
.triggers-item:nth-child(4) {
  padding: 25px 245px 75px 23px;
}
.triggers-item:nth-child(5) {
  padding: 25px 40px 75px 225px;
  border-top: 1px solid #fff;
  border-left: 1px solid #ffffff;
}
/*section-catalog*/
.section-catalog {
  padding: 100px 0 115px;
  position: relative;
}
.catalog__meat {
  position: absolute;
  left: 0;
  top: 0;
  max-width: 340px;
}
.catalog__title {
  color: #1C1919;
  padding-bottom: 20px;
}
.catalog__wrap {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  margin: 0 -15px;
}
.catalog-item {
  flex: 0 0 33.333%;
  max-width: 33.333%;
  padding: 0 15px;
  display: flex;
  margin-bottom: 15px;
}
.catalog-item__wrap {
  width: 100%;
  background-color: #fff;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  padding: 85px 30px 30px;
  display: flex;
  flex-direction: column;
}
.catalog-item-img {
  text-align: center;
  width: 100%;
}
.catalog-item-img__wrap {
  position: relative;
  display: inline-block;
}
.catalog-item-img__wrap img {
  max-width: 200px;
  position: relative;
  z-index: 2;
}
.catalog-item-img-meats {
  position: absolute;
  top: 25px;
  left: 27px;
}
.catalog-item-img-meats__item {
  position: absolute;
  top: 0;
  left: 0;
  width: 70px;
}
.catalog-item-img-meats__item img {
  max-width: 100%;
}
.catalog-item-img-meats__item--first {
  transform: translate(-100%, -100%) rotate(199deg);
  left: -10px;
}
.catalog-item-img-meats__item--second {
  transform: translate(-100%, -100%) rotate(216deg);
  left: 3px;
  top: -6px;
}
.catalog-item-img-meats__item--three {
  transform: translate(-100%, -100%) rotate(188deg);
  left: -20px;
  top: 12px;
}
.catalog-item-img-meats__item--four {
  transform: translate(-100%, -100%) rotate(225deg);
  left: 16px;
  top: -10px;
}
.catalog-item-img-meats__item--five {
  transform: translate(-100%, -100%) rotate(231deg);
  left: 30px;
  top: -12px;
}
.catalog-item-img-meats__item--six {
  transform: translate(-100%, -100%) rotate(236deg);
  left: 43px;
  top: -13px;
}
.catalog-item-img-meats__item--seven {
  transform: translate(-100%, -100%) rotate(240deg);
  left: 57px;
  top: -14px;
}
.catalog-item-img-meats__item--eight {
  transform: translate(-100%, -100%) rotate(244deg);
  left: 70px;
  top: -15px;
}
.catalog-item-img-meats__item--nine {
  transform: translate(-100%, -100%) rotate(247deg);
  left: 83px;
  top: -13px;
}
.catalog-item-img-meats__item--ten {
  transform: translate(-100%, -100%) rotate(252deg);
  left: 95px;
  top: -10px;
}
.catalog-item-img-meats__item--eleven {
  transform: translate(-100%, -100%) rotate(257deg);
  left: 109px;
  top: -6px;
}
.catalog-item-img-meats__item--twelve {
  transform: translate(-100%, -100%) rotate(261deg);
  left: 120px;
  top: -2px;
}
.catalog-item-img__liters {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #FF9A00;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 900;
  font-size: 14px;
  position: absolute;
  right: -10px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  font-family: 'Roboto', sans-serif;
}
.catalog-item-img__kg {
  font-weight: 900;
  font-size: 14px;
  padding: 6px 10px;
  background-color: #FF9A00;
  border-radius: 5px;
  position: absolute;
  top: 15px;
  left: -45px;
  z-index: 3;
}
.catalog-item-content {
  padding-top: 50px;
  text-align: center;
  color: #000000;
  width: 100%;
}
.catalog-item-content__title {
  font-weight: 600;
  font-size: 24px;
  padding-bottom: 25px;
}
.catalog-item-content__title span {
  color: #FF9A00;
}
.catalog-item-content-list {
  display: inline-block;
  padding-bottom: 35px;
}
.catalog-item-content-list li {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  padding-bottom: 10px;
}
.catalog-item-content-list li:last-child {
  padding-bottom: 0;
}
.catalog-item-content-list li svg {
  width: 20px;
  max-height: 21px;
}
.catalog-item-content-list li p {
  font-size: 16px;
  padding-left: 10px;
  flex: 1 0;
  text-align: left;
}
.catalog-item-content__description {
  padding: 25px 0 35px;
}
.catalog-item-content-equipment {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
}
.catalog-item-content-equipment__title {
  flex: 0 0 100%;
  padding-bottom: 10px;
}
.catalog-item-content-equipment__title span {
  color: #ff9a00;
}
.catalog-item-content-equipment__btn {
  flex: 0 0 100%;
  text-decoration: underline;
  color: #ff9a00;
  font-weight: bold;
  text-align: center;
  margin: 15px 0 25px;
}
.catalog-item-content-equipment__btn:hover {
  color: #1ea91e;
}
.catalog-item-content-equipment svg {
  width: 25px;
}
.catalog-item-content-equipment > span {
  padding: 0 5px;
  font-size: 30px;
  line-height: 1;
}
.catalog-item-bottom {
  margin-top: auto;
  color: #000000;
  text-align: center;
  width: 100%;
}
.catalog-item-bottom__price {
  font-weight: 800;
  font-size: 20px;
  padding-bottom: 25px;
}
.catalog-item-bottom__price span {
  font-weight: 400;
  font-size: 16px;
  text-decoration-line: line-through;
  color: #B5B5B5;
  padding-left: 5px;
}
.catalog-item-bottom__btn {
  text-align: center;
}
.catalog-item-bottom__btn a {
  padding: 15px 70px;
}
.welcome-content-promo--catalog {
  text-align: center;
  color: #000000;
  max-width: 600px;
  margin: 0 auto;
  padding-bottom: 45px;
  font-size: 24px;
}
.welcome-content-promo--catalog .welcome-content-promo__title {
  color: #fff;
  font-size: 30px;
  padding: 8px 20px;
  line-height: 1;
}
.welcome-content-promo--catalog .welcome-content-promo-timer {
  justify-content: center;
}
/*section-additional-catalog*/
.section-additional-catalog {
  padding-bottom: 85px;
}
.container {
  position: relative;
}
.additional-catalog__meat {
  position: absolute;
  right: -375px;
  top: -100px;
}
.additional-catalog__title {
  padding-bottom: 70px;
  color: #000;
  position: relative;
  z-index: 1;
}
.additional-catalog__wrap {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  position: relative;
  z-index: 1;
  margin: 0 -15px;
}
.additional-catalog-item {
  flex: 0 0 33.333%;
  max-width: 33.333%;
  margin-bottom: 15px;
  padding: 0 15px;
  display: flex;
}
.additional-catalog-item__wrap {
  background-color: #fff;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  padding: 30px 30px 35px;
  display: flex;
  flex-direction: column;
  width: 100% ;
  color: #000;
  text-align: center;
}
.additional-catalog-item__img {
  width: 100%;
  height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.additional-catalog-item__img img {
  margin: 0 auto;
  max-height: 100%;
}
.additional-catalog-item__title {
  width: 100%;
  padding: 30px 0 20px;
  font-weight: 600;
  font-size: 24px;
}
.additional-catalog-item__description {
  padding-bottom: 35px;
  font-size: 14px;
}
.additional-catalog-item .catalog-item-bottom__price {
  padding-bottom: 30px;
}
/*section-consultation--with-bg*/
.section-consultation--with-bg {
  padding: 70px 0 100px;
  background: url("../image/backgrounds/consultation.jpg") no-repeat center / cover;
}
.section-consultation--with-bg::before {
  background-color: rgba(0, 0, 0, 0.65);
}
.section-consultation--with-bg .consultation__wrap {
  background: transparent;
  padding: 0 130px;
}
/*section-about-product*/
.section-about-product {
  padding: 100px 0 85px;
  position: relative;
  color: #000;
}
.section-about-product .container {
  position: relative;
  z-index: 2;
}
.about-product__meat {
  position: absolute;
  left: 0;
  top: 87px;
}
.about-product__fish {
  position: absolute;
  bottom: -32px;
  right: 0;
}
.about-product__title {
  padding-bottom: 105px;
}
.about-product__tab {
  text-align: center;
}
.about-product-tabs .tab__list {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  padding-top: 70px;
}
.about-product-tabs .tab__list li {
  font-weight: bold;
  font-size: 24px;
  padding: 12px 30px;
  margin: 0 45px 15px 0;
  cursor: pointer;
  transition: all .3s;
  border: 2px solid transparent;
  border-radius: 10px;
}
.about-product-tabs .tab__list li:hover {
  border: 2px solid #FF9A00;
}
.about-product-tabs .tab__list li:last-child {
  margin-right: 0;
}
.about-product-tabs .tab__list li.active {
  background-color: #FF9A00;
  color: #fff;
}
.about-product-tabs-product {
  display: inline-block;
  position: relative;
}
.about-product-tabs-product__img {
  max-width: 600px;
  display: inline-block;
}
.about-product-tabs-product-line {
  position: absolute;
  width: 126px;
  height: 121px;
}
.about-product-tabs-product-line::before,
.about-product-tabs-product-line::after {
  content: '';
  display: block;
  width: 4px;
  height: 139px;
  background-color: #1C1919;
  position: absolute;
}
.about-product-tabs-product-line::after {
  height: 4px;
  width: 55px;
  top: 0;
}
.about-product-tabs-product-line--left::before {
  transform-origin: right bottom;
  transform: rotate(-30deg);
  right: 0;
  bottom: 0;
}
.about-product-tabs-product-line--left::after {
  left: 1px;
}
.about-product-tabs-product-line--left .about-product-tabs-product__dot {
  left: -7px;
  transform: translate(-100%, -50%);
}
.about-product-tabs-product-line--left .about-product-tabs-product-cloud {
  left: -150px;
}
.about-product-tabs-product-line--left .about-product-tabs-product-cloud::before {
  left: 147px;
}
.about-product-tabs-product-line--right::before {
  bottom: 0;
  left: 0;
  transform-origin: bottom left;
  transform: rotate(30deg);
}
.about-product-tabs-product-line--right::after {
  right: 1px;
}
.about-product-tabs-product-line--right .about-product-tabs-product-cloud {
  right: -230px;
}
.about-product-tabs-product-line--right .about-product-tabs-product-cloud::before {
  left: 107px;
}
.about-product-tabs-product-line--right .about-product-tabs-product__dot {
  right: -7px;
}
.about-product-tabs-product__img {
  height: 490px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-product-tabs-product__img img {
  max-height: 100%;
}
.about-product-tabs-product--tandur .about-product-tabs-product-line--fist {
  top: 22px;
  right: -25px;
  z-index: 7;
}
.about-product-tabs-product--tandur .about-product-tabs-product-line--second {
  top: 134px;
  left: -57px;
  z-index: 8;
}
.about-product-tabs-product--tandur .about-product-tabs-product-line--three {
  left: -51px;
  bottom: 140px;
  z-index: 2;
}
.about-product-tabs-product--tandur .about-product-tabs-product-line--four {
  top: 132px;
  right: -55px;
  z-index: 6;
}
.about-product-tabs-product--tandur .about-product-tabs-product-line--five {
  top: 195px;
  right: -52px;
  z-index: 5;
}
.about-product-tabs-product--tandur .about-product-tabs-product-line--six {
  bottom: 11px;
  left: -4px;
}
.about-product-tabs-product--tandur .about-product-tabs-product-line--seven {
  right: -32px;
  bottom: 96px;
  z-index: 4;
}
.about-product-tabs-product--tandur .about-product-tabs-product-line--seven::before {
  height: 99px;
  transform-origin: unset;
  bottom: unset;
  top: -6px;
  left: 42px;
  transform: rotate(33deg);
}
.about-product-tabs-product--one-dots .about-product-tabs-product-line--fist {
  top: 22px;
  right: -25px;
  z-index: 4;
}
.about-product-tabs-product--scoop .about-product-tabs-product-line--fist {
  left: -21px;
  bottom: 130px;
  top: unset;
  right: unset;
}
.about-product-tabs-product--cross-piece .about-product-tabs-product-line--fist {
  top: 52px;
}
.about-product-tabs-product__dot {
  position: absolute;
  top: 0;
  transform: translate(100%, -50%);
  width: 25px;
  height: 25px;
  background-color: #FF9A00;
  border-radius: 50%;
  cursor: pointer;
  animation: pulse 1s infinite;
}
.about-product-tabs-product__dot:hover {
  animation: none;
  box-shadow: 0 0 0 11px rgba(255, 154, 0, 0.5);
}
.about-product-tabs-product__dot:hover ~ .about-product-tabs-product-cloud {
  max-height: unset;
  opacity: 1;
  padding: 15px 18px 18px;
  overflow: visible;
}
.about-product-tabs-product-cloud {
  position: absolute;
  top: 45px;
  background-color: #fff;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  width: 300px;
  text-align: left;
  max-height: 0;
  opacity: 0;
  transition: all .3s;
  overflow: hidden;
}
.about-product-tabs-product-cloud__title {
  font-weight: 900;
  color: #FF9A00;
  padding-bottom: 25px;
}
.about-product-tabs-product-cloud__description {
  font-weight: 300;
  font-size: 16px;
}
.about-product-tabs-product-cloud::before {
  content: '';
  display: block;
  width: 30px;
  height: 30px;
  background-color: #fff;
  position: absolute;
  top: 0;
  transform: translate(-100%, -50%) rotate(45deg);
}
/*animation dots*/
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 154, 0, 0.5);
    box-shadow: 0 0 0 0 rgba(255, 154, 0, 0.5);
  }
  70% {
    -moz-box-shadow: 0 0 0 25px rgba(255, 154, 0, 0);
    box-shadow: 0 0 0 25px rgba(255, 154, 0, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 25px rgba(255, 154, 0, 0);
    box-shadow: 0 0 0 25px rgba(255, 154, 0, 0);
  }
}
/*section-consultation--big-padding*/
.section-consultation--big-padding {
  padding: 130px 0 150px;
}
/*section-tandur-size*/
.section-tandur-size {
  padding: 75px 0 80px;
  background: url("../image/backgrounds/tandur-size.jpg") no-repeat top center / cover;
}
.section-tandur-size::before {
  background-color: rgba(0, 0, 0, 0.7);
}
.tandur-size__title {
  padding-bottom: 70px;
}
.tandur-size-slider-item {
  text-align: center;
  padding: 0 40px;
}
.tandur-size-slider-item__title {
  font-weight: 900;
  padding: 10px 15px;
  border-radius: 5px;
  background-color: #FF9A00;
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  margin-bottom: 40px;
}
.tandur-size-slider-item__description {
  max-width: 900px;
  margin: 0 auto;
  padding: 25px 0 30px;
}
.tandur-size-slider-item img {
  margin: 0 auto;
}
.tandur-size-slider-item img.tandur-size-slider-item__img-mobile {
  display: none;
}
.tandur-size-slider .slick-prev,
.tandur-size-slider .slick-next {
  width: 40px;
  height: 100px;
}
.tandur-size-slider .slick-prev::before,
.tandur-size-slider .slick-next::before,
.tandur-size-slider .slick-prev::after,
.tandur-size-slider .slick-next::after {
  content: '';
  width: 4px;
  height: 60px;
  background-color: #fff;
  display: block;
  opacity: 1;
  position: absolute;
  left: 0;
  transition: all .3s;
}
.tandur-size-slider .slick-prev::before,
.tandur-size-slider .slick-next::before {
  top: 0;
  transform: rotate(-30deg);
  transform-origin: top left;
}
.tandur-size-slider .slick-prev::after,
.tandur-size-slider .slick-next::after {
  bottom: 0;
  transform: rotate(30deg);
  transform-origin: left bottom;
}
.tandur-size-slider .slick-prev:hover::before,
.tandur-size-slider .slick-next:hover::before,
.tandur-size-slider .slick-prev:hover::after,
.tandur-size-slider .slick-next:hover::after {
  background-color: #ff9a00;
}
.tandur-size-slider .slick-prev {
  transform: translate(0, -50%) scale(-1, 1);
  left: -8px;
}
.tandur-size-slider .slick-next {
  right: -8px;
}
.tandur-size-slider .slick-dots li {
  margin: 0 10px;
  width: 50px;
  height: 10px;
  padding: 3px 0;
}
.tandur-size-slider .slick-dots li button {
  height: 4px;
  width: 100%;
  background: #fff;
  border-radius: 20px;
  padding: 0;
}
.tandur-size-slider .slick-dots li button::before {
  display: none;
}
.tandur-size-slider .slick-dots li.slick-active button {
  background-color: #ff9a00;
}
/*section-gallery*/
.section-gallery {
  padding: 100px 0;
  background: url("../image/backgrounds/gallery.jpg") no-repeat top center / cover;
}
.section-gallery .container {
  max-width: 800px;
}
.gallery__wrap {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  grid-template-rows: repeat(7, 1.5vw);
  grid-gap: 20px;
  padding-bottom: 20px;
  transition: all .3s;
}
.gallery__wrap--hidden {
  opacity: 0;
  max-height: 0;
  padding-bottom: 0;
  overflow: hidden;
}
.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 1px solid #FF9A00;
  box-shadow: 0 0 25px rgba(255, 255, 255, 0.25);
  border-radius: 5px;
}
.gallery-item:first-child {
  grid-column-start: 1;
  grid-column-end: 4;
  grid-row-start: 1;
  grid-row-end: 8;
}
.gallery-item:nth-child(2) {
  grid-column-start: 4;
  grid-column-end: 6;
  grid-row-start: 1;
  grid-row-end: 4;
}
.gallery-item:nth-child(3) {
  grid-column-start: 6;
  grid-column-end: 8;
  grid-row-start: 1;
  grid-row-end: 4;
}
.gallery-item:last-child {
  grid-column-start: 4;
  grid-column-end: 8;
  grid-row-start: 4;
  grid-row-end: 8;
}
.gallery__title {
  padding-bottom: 70px;
}
.gallery__btn {
  text-align: center;
  padding-top: 45px;
}
.gallery__btn button {
  padding: 20px 64px;
}

.reviews-instagram {
    padding: 50px 0 40px 0;
    overflow: hidden;
}

.reviews-instagram__slider {
    position: relative;
}

/* Слайды */
.reviews-instagram__slide {
    padding: 0 12px;
    box-sizing: border-box;
}

/* Фото */
.reviews-instagram__slide img {
    width: 100%;
    max-width: 340px;
    height: auto;
    display: block;
    margin: 0 auto;

    object-fit: contain;

    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,.15);

    transition: all .35s ease;
}

/* Неактивные */
.reviews-instagram .slick-slide img {
    opacity: .45;
    transform: scale(.9);
}

/* Активный */
.reviews-instagram .slick-center img {
    opacity: 1;
    transform: scale(1);
}

/* ===== СТРЕЛКИ ===== */

.reviews-instagram .slick-prev,
.reviews-instagram .slick-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 20;

    width: 46px;
    height: 46px;

    background: rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);

    border-radius: 50%;
    border: 1px solid rgba(255, 122, 0, 0.25);

    display: flex !important;
    align-items: center;
    justify-content: center;

    transition: background 0.2s ease, border-color 0.2s ease;
}

/* убираем slick дефолт */
.reviews-instagram .slick-prev:before,
.reviews-instagram .slick-next:before {
    content: "";
}

/* стрелка */
.reviews-instagram .slick-prev::after,
.reviews-instagram .slick-next::after {
    content: "";
    width: 11px;
    height: 11px;
    border-right: 2.5px solid #ff7a00;
    border-bottom: 2.5px solid #ff7a00;
    display: block;
}

.reviews-instagram .slick-prev::after {
    transform: rotate(135deg);
}

.reviews-instagram .slick-next::after {
    transform: rotate(-45deg);
}

/* hover без движения */
.reviews-instagram .slick-prev:hover,
.reviews-instagram .slick-next:hover {
    background: #ff7a00;
}

.reviews-instagram .slick-prev:hover::after,
.reviews-instagram .slick-next:hover::after {
    border-color: #fff;
}

/* расстояние от центра */
.reviews-instagram .slick-prev {
    left: calc(50% - 240px);
}

.reviews-instagram .slick-next {
    right: calc(50% - 240px);
}

.reviews-instagram .slick-prev:before,
.reviews-instagram .slick-next:before {
    color: #fff;
    font-size: 24px;
    opacity: 1;
}

/* ===== ТОЧКИ ===== */

.reviews-instagram .slick-dots {
    bottom: -50px;
}

.reviews-instagram .slick-dots li button:before {
    color: #ff7a00;
    font-size: 12px;
}

.reviews-instagram .slick-dots li.slick-active button:before {
    color: #ff7a00;
}
/* ===== АДАПТИВ ===== */

@media (max-width: 768px) {

    .reviews-instagram .slick-prev {
        left: 10px;
    }

    .reviews-instagram .slick-next {
        right: 10px;
    }

    .reviews-instagram__slide img {
        max-width: 280px;
    }
}

@media (max-width: 480px) {

    .reviews-instagram__slide img {
        width: 100%;
        max-width: 100%;
    }
}
.blogers {
    padding: 30px 0;
}
.blogers__item--hidden {
    display: none;
}
.blogers__more-btn{
  padding-top: 20px;
}
.blogers__container {
    display: flex;
    align-items: center;
    gap: 60px;
    max-width: 1200px;
    margin: 0 auto;
}
.galerry-7{
    object-position: 0 -25px;
}
/* фото */
.blogers__image {
    flex: 0 0 500px;
}
.blogers__icon img{
  width: 46px;
  height: 46px;
  border-radius: 8px;
}
.blogers__name{
      font-size: 20px;
    font-weight: 600;
    padding-left: 10px;
    color: #ff9a00;
}
.blogers__image img {
    width: 100%;
    max-width: 500px;
    height: auto;
    /*border-radius: 20px;*/
    object-fit: cover;
    /*box-shadow: 0 15px 40px rgba(0,0,0,0.12);*/
}
.blogers__title{
      font-weight: bold;
      padding-bottom: 30px;
          color: #1C1919;
    font-size: 28px;
    text-transform: uppercase;
      span {
      color: #FF9A00;
  }
}
/* текст */
.blogers__content {
    flex: 1;
}

.blogers__desc {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 25px;
    color: #333;
}

/* список */
.blogers__list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.blogers__item {
    display: flex;
    align-items: center;
    gap: 10px;

    text-decoration: none;
    color: #222;
    font-size: 16px;

    transition: 0.2s ease;
}

.blogers__item:hover {
    color: #ff7a00;
}

.blogers__icon {
    font-size: 18px;
}

/* адаптив */
@media (max-width: 900px) {
    .blogers__container {
        flex-direction: column;
        text-align: left;
    }

    .blogers__image {
        flex: none;
        width: 100%;
        max-width: 100%;
    }
    
    .blogers__image img {
      max-width: 350px;
    } 
}
@media (max-width: 500px) {
.blogers__container{
  display: block;
}

}
/*section-video*/
.section-video {
  padding: 125px 0 130px;
}
.video__title {
  color: #000;
  padding-bottom: 70px;
}
.video__wrap {
  position: relative;
  max-width: 960px;
  margin: 0 auto;
}
.video__meat-img {
  position: absolute;
  top: -244px;
  left: -244px;
}
.video__tandyr-img {
  position: absolute;
  right: -280px;
  bottom: -155px;
}
.video__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../image/backgrounds/video.jpg") no-repeat center / cover;
  z-index: 2;
}
.video__block {
  position: relative;
  z-index: 1;
  width: 100%;
  box-shadow: 0 0 0 15px rgba(255, 154, 0, 0.5);
  border-radius: 10px;
  overflow: hidden;
  transition: all .3s;
}
.video-btn-play {
  width: 100px;
  height: 100px;
  background-color: #FF9A00;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  box-shadow: 0 0 0 15px rgba(255, 154, 0, 0.5);
  transition: all .3s;
  cursor: pointer;
}
.video-btn-play:hover {
  box-shadow: none;
}
.video-btn-play::before {
  content: '';
  border-top: 25px solid transparent;
  border-left: 45px solid #ffffff;
  border-bottom: 25px solid transparent;
  transform: translate(-50%, -50%) translateX(3px);
  position: absolute;
  top: 50%;
  left: 50%;
}
.video__insert video {
  max-width: 100%;
  display: block;
  height: 500px;
  margin: 0 auto;
}
/*section-FAQ*/
.section-FAQ {
  padding: 100px 0;
  background: url("../image/backgrounds/FAQ.jpg") no-repeat top center / cover;
}
.section-FAQ::before {
  background: rgba(0, 0, 0, 0.7);
}
.section-FAQ .container {
  max-width: 750px;
}
.FAQ__title {
  padding-bottom: 70px;
}
.FAQ-item {
  padding-bottom: 20px;
}
.FAQ-item:last-child {
  padding-bottom: 0;
}
.FAQ-item:last-child .FAQ-item-question {
  border-bottom: 2px solid transparent;
}
.FAQ-item-question {
  display: flex;
  flex-flow: row wrap;
  border-bottom: 2px solid #fff;
  justify-content: space-between;
  font-weight: bold;
  font-size: 24px;
  padding: 0 0 15px 30px;
}
.FAQ-item-question p {
  flex: 1 0;
  padding-right: 70px;
}
.FAQ-item-question__btn {
  flex: 0 0 50px;
  height: 50px;
  background-color: #FF9A00;
  border-radius: 50%;
  position: relative;
  margin-top: 10px;
  transition: all .3s;
  cursor: pointer;
}
.FAQ-item-question__btn:hover {
  box-shadow: 0 0 0 6px rgba(255, 154, 0, 0.5);
}
.FAQ-item-question__btn::before,
.FAQ-item-question__btn::after {
  content: '';
  display: block;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.FAQ-item-question__btn::before {
  height: 21px;
  width: 2px;
}
.FAQ-item-question__btn::after {
  height: 2px;
  width: 21px;
}
.FAQ-item-answer {
  transition: all .3s;
  opacity: 0;
  overflow: hidden;
  max-height: 0;
}
.FAQ-item-answer span {
  color: #FF9A00;
  font-weight: 700;
}
.FAQ-item--open .FAQ-item-question {
  border-bottom: 2px solid #fff!important;
}
.FAQ-item--open .FAQ-item-question__btn {
  transform: rotate(45deg);
}
.FAQ-item--open .FAQ-item-answer {
  padding: 20px 70px 20px 30px;
  max-height: unset;
  opacity: 1;
}
.FAQ-form {
  padding-top: 100px;
}
.FAQ-form__title {
  padding-bottom: 50px;
}
.FAQ-form input {
  width: calc(50% - 15px);
}
.FAQ-form input:first-child {
  margin-right: 30px;
}
.FAQ-form textarea {
  width: 100%;
  height: 200px;
  margin-top: 25px;
}
.FAQ-form__btn {
  text-align: center;
  padding-top: 30px;
}
.FAQ-form__btn button {
  padding: 20px 35px;
}
/*section-map*/
.section-map {
  position: relative;
}
.map__iframe {
  width: 100%;
  height: 800px;
  display: block;
}
.map-contact {
  position: absolute;
  top: 175px;
  left: 50%;
  transform: translateX(-100%) translateX(-195px);
  background: #fff;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  padding: 45px 40px 60px;
}
.map-contact li {
  padding-bottom: 25px;
}
.map-contact li:last-child {
  padding-bottom: 0;
}
.map-contact__title {
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  color: #1C1919;
  padding-bottom: 30px;
}
.map-contact__title span {
  color: #FF9A00;
}
.map-contact-list__name {
  font-weight: 600;
  font-size: 24px;
  color: rgba(28, 25, 25, 0.8);
  padding-bottom: 15px;
}
.map-contact-list__link {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  color: #000000;
  line-height: 1;
}
.map-contact-list__link svg {
  width: 20px;
}
.map-contact-list__link span {
  flex: 1 0;
  font-weight: 500;
  padding-left: 10px;
}
.map-contact-list__link:hover span {
  text-decoration: underline;
}
/*footer*/
.footer {
  background: url("../image/backgrounds/footer.jpg") no-repeat center / cover;
  padding: 25px 0 30px;
  color: #fff;
}
.footer::before {
  background: rgba(0, 0, 0, 0.85);
}
.footer__wrap {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.footer-item {
  flex: 0 0 33.333%;
  max-width: 33.333%;
}
.footer-item-social {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  padding-top: 26px;
}
.footer-item-social a {
  flex: 0 0 40px;
  margin-right: 13px;
}
.footer-item-social a:last-child {
  margin-right: 0;
}
.footer-item-social a:hover svg path {
  fill: #1ea91e;
}
.footer-item-social a svg {
  border-radius: 5px;
  display: flex;
}
.footer-item-social a svg path {
  transition: all .3s;
}
.footer-item--link a {
  color: #fff;
  font-weight: 500;
  margin-bottom: 18px;
  display: inline-block;
  text-decoration: underline;
}
.footer-item--link a:hover {
  text-decoration: none;
  color: #FF9A00;
}
.footer-item--link a:last-child {
  margin-bottom: 0;
}
.footer-item--logo .logo {
  justify-content: center;
}
.footer-item--logo .logo__text {
  flex: 0 0 100%;
  text-align: center;
  padding: 10px 0 0 0;
}
.footer-item--social {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
}
.footer__copyright {
  font-size: 16px;
  text-align: center;
  padding-top: 10px;
}
/*thanks*/
.thanks-page {
  background: url("../image/backgrounds/welcome.jpg") no-repeat center top / cover;
}
.thanks-page .wrapper,
.thanks-page .content,
.thanks-page .section-thanks {
  display: flex;
  width: 100%;
}
.thanks-page .footer {
  background: none;
}
.thanks-page .footer .footer-item__wrap {
  width: 100%;
}
.thanks-page .footer-item-social {
  justify-content: flex-end;
  padding-top: 0;
}
.section-thanks {
  justify-content: center;
  align-items: center;
  padding: 240px 0 190px;
  text-align: center;
}
.thanks__title {
  font-weight: bold;
  font-size: 55px;
  padding-bottom: 25px;
}
.thanks__title span {
  display: block;
  color: #FF9A00;
}
.thanks__description {
  font-weight: 500;
  font-size: 24px;
  padding-bottom: 95px;
}
.thanks__btn a {
  font-size: 24px;
  padding: 15px 75px;
}
/*thanks*/
.modal {
  width: 500px;
  padding: 50px 45px 40px;
  color: #1C1919;
  border-radius: 20px;
}
.modal .fancybox-slide--html .fancybox-close-small svg path {
  color: #1C1919;
}
.modal__title {
  font-weight: bold;
  font-size: 24px;
  padding-bottom: 45px;
  text-align: center;
}
.modal__title span {
  color: #FF9A00;
}
.modal-form input,
.modal-form textarea {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
  border: none;
  width: 100%;
}
.modal-form input {
  margin-bottom: 20px;
}
.modal-form textarea {
  height: 180px;
}
.modal-form .global-btn {
  text-align: center;
  padding-top: 25px;
}
.modal-form .global-btn button {
  padding: 16px 28px;
}
.modal-product .modal__title {
  padding: 20px 0 30px;
}
.modal__img-product {
  max-width: 100px;
  margin: 0 auto;
}
.modal-form-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.modal-form-bottom__price {
  font-weight: 500;
  font-size: 24px;
  color: #FF9A00;
}
.modal-form-bottom__price span {
  font-weight: bold;
  padding-top: 7px;
  display: block;
  color: #1C1919;
}
.modal-form-bottom .global-btn {
  padding-top: 0;
}
.modal-equipment-item {
  padding: 20px 0;
  text-align: center;
  border-bottom: 1px solid #ff9a00;
}
.modal-equipment-item:first-child {
  padding-top: 0;
}
.modal-equipment-item:last-child {
  padding-bottom: 0;
  border: none;
}
.modal-equipment-item__title {
  padding: 10px 15px;
  border-radius: 5px;
  background-color: #FF9A00;
  display: inline-block;
  color: #fff;
  font-weight: bold;
  margin-bottom: 10px;
}
.modal-equipment-item__title span {
  font-weight: 400;
}
.modal-equipment-item img {
  margin: 0 auto;
  max-width: 300px;
  max-height: 210px;
}
/*adaptive*/
@media screen and (max-width: 1910px) {
  .about-product__meat {
    left: -20px;
    width: 300px;
  }
  .about-product__fish {
    bottom: 68px;
    right: -20px;
    width: 370px;
  }
}
@media screen and (max-width: 1800px) {
  .gallery__wrap {
    grid-template-rows: repeat(7, 3.5vw);
  }
}
@media screen and (max-width: 1500px) {
  .about-product__meat {
    left: -50px;
    width: 280px;
  }
  .welcome__wrap {
    padding-right: 110px;
  }
  .welcome-img {
    flex: 0 0 440px;
  }
  .welcome-content {
    padding-right: 65px;
  }
  .welcome-img__tandur {
    width: 380px;
  }
  .welcome-img-book {
    right: -140px;
    top: -77px;
  }
}
@media screen and (max-width: 1300px) {
  .consultation__before {
    max-width: 360px;
    left: -165px;
    bottom: -160px;
  }
  .section-welcome {
    padding: 190px 0 95px;
  }
  .welcome-img {
    flex: 0 0 400px;
  }
  .welcome__wrap {
    padding-right: 170px;
  }
  .welcome-img-book img {
    max-width: 146px;
  }
  .welcome-img-book {
    right: -135px;
  }
  .global-title {
    font-size: 44px;
  }
  .triggers-item:nth-child(2) {
    padding: 45px 175px 20px 20px;
  }
  .triggers-item:nth-child(3) {
    padding: 45px 20px 20px 175px;
  }
  .triggers-item:nth-child(4) {
    padding: 20px 175px 45px 20px;
  }
  .triggers-item:nth-child(5) {
    padding: 20px 20px 45px 175px;
  }
  .triggers__title {
    padding-bottom: 40px;
  }
  .catalog__meat {
    left: -60px;
    max-width: 310px;
  }
  .about-product__title {
    padding-bottom: 95px;
  }
  .about-product-tabs .tab__list li {
    padding: 8px 20px;
    margin-right: 25px;
  }
  .video__meat-img {
    top: -214px;
    left: -154px;
    width: 270px;
  }
  .video__tandyr-img {
    right: -180px;
    bottom: -155px;
    width: 330px;
  }
}
/*992*/
@media screen and (max-width: 1199px) {
  .header__nav {
    padding: 0 20px;
  }
  .header__nav a {
    margin-right: 15px;
  }
  .section-welcome {
    padding: 165px 0 95px;
  }
  .welcome-content {
    padding-right: 55px;
  }
  .welcome-img {
    flex: 0 0 340px;
  }
  .welcome__wrap {
    padding-right: 20px;
  }
  .welcome-img-book {
    right: unset;
    top: -57px;
    left: -20px;
  }
  .welcome-img-book img {
    max-width: 137px;
  }
  .welcome-img-book__cloud {
    bottom: unset;
    top: -90px;
    left: unset;
    right: 0;
    transform: translate(0, 100%);
    max-width: 145px;
    padding: 5px 10px;
    font-size: 14px;
  }
  .welcome-img-book__plus {
    width: 45px;
    height: 45px;
    top: unset;
    transform: unset;
    bottom: -55px;
    left: 41px;
  }
  .welcome-img-book__plus::before {
    height: 10px;
  }
  .welcome-img-book__plus::after {
    width: 10px;
  }
  .welcome-content {
    font-size: 21px;
  }
  .consultation-form-inputs input {
    margin-right: 25px;
    flex: 0 0 calc(33.333% - 17px);
    max-width: calc(33.333% - 17px);
  }
  .consultation-form-inputs__btn {
    flex: 0 0 calc(33.333% - 17px);
    max-width: calc(33.333% - 17px);
  }
  .section-catalog {
    padding: 70px 0 105px;
  }
  .catalog__meat {
    left: -130px;
  }
  .catalog-item-img__kg {
    left: -28px;
    top: 5px;
  }
  .catalog-item-img-meats {
    top: 15px;
    left: 47px;
  }
  .section-consultation--with-bg {
    padding: 50px 0 60px;
  }
  .about-product-tabs-product__img {
    max-width: 400px;
  }
  .about-product-tabs .tab__list li {
    font-size: 20px;
  }
  .tandur-size__title {
    padding-bottom: 45px;
  }
  .video__wrap {
    max-width: 700px;
  }
  .section-video {
    padding: 95px 0 120px;
  }
  .video__insert video {
    height: 410px;
  }
  .FAQ__title {
    padding-bottom: 50px;
  }
  .FAQ-item-question {
    font-size: 22px;
  }
  .map-contact {
    transform: translateX(-100%) translateX(-95px);
  }
}
/*768*/
@media screen and (max-width: 991px) {
  body {
    font: 16px 'Montserrat', sans-serif;
  }
  .global-btn a,
  .global-btn button {
    padding: 14px 16px;
  }
  .global-title {
    font-size: 38px;
  }
  /*burger*/
  .burger {
    height: 4px;
    width: 100%;
    border-radius: 5px;
    background-color: #ff9a00;
    transition: all .3s;
  }
  .burger-wrap {
    display: none;
    width: 35px;
    height: 25px;
    position: relative;
    margin-left: 20px;
    border-radius: 7px;
  }
  .burger::before,
  .burger::after {
    content: '';
    width: 100%;
    height: 4px;
    display: block;
    border-radius: 5px;
    background-color: #ff9a00;
    transition: all .3s;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
  .burger::before {
    top: 0;
  }
  .burger::after {
    bottom: 0;
  }
  .burger-wrap {
    display: flex;
    align-items: center;
  }
  .burger--close {
    max-width: 0;
    overflow: hidden;
  }
  .burger--close::before {
    transform: translate(-37%, -2px) rotate(45deg);
  }
  .burger--close::after {
    transform: translate(-37%, 1px) rotate(-45deg);
  }
  .burger--close::after,
  .burger--close::before {
    transform-origin: 0;
  }
  .header {
    padding-top: 15px;
  }
  .header--open-nav {
    background-color: #fff;
  }
  .header--open-nav .logo__icon svg path {
    fill: #000000;
  }
  .header--open-nav .logo__text,
  .header--open-nav .header-contact__item {
    color: #000;
  }
  .header__nav {
    position: absolute;
    top: 100%;
    width: 100%;
    left: 0;
    background-color: #ffffff;
    z-index: 3;
    padding: 0;
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: all .3s;
    border-top: 1px solid rgba(0, 0, 0, 0.3);
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  }
  .header__nav a {
    margin-right: 0;
    display: block;
    padding: 10px 0;
    border: none;
    text-align: center;
    color: #ff9a00;
    font-weight: bold;
  }
  .header__nav a:hover {
    border: none;
    background-color: #ff9a00;
    color: #ffffff;
  }
  .header__nav--open {
    max-height: 600px;
    opacity: 1;
  }
  .section-welcome {
    padding: 140px 0 70px;
  }
  .welcome-img {
    flex: 0 0 270px;
  }
  .welcome-content__title {
    font-size: 39px;
  }
  .welcome-img-book img {
    max-width: 107px;
  }
  .welcome-img-book__cloud {
    bottom: 10px;
    top: unset;
    right: -27px;
  }
  .welcome-img-book__plus {
    bottom: -96px;
    left: 23px;
  }
  .welcome-img-book {
    top: -97px;
  }
  .welcome-content {
    font-size: 19px;
  }
  .welcome-content-promo-timer-column__number {
    font-size: 32px;
  }
  .welcome-content-promo-timer-column--dots {
    font-size: 32px;
    padding: 0 4px;
  }
  .welcome-content-promo-timer-column__time {
    font-size: 16px;
  }
  .welcome-content__btn a {
    font-size: 22px;
    padding: 14px 65px;
  }
  .section-consultation {
    padding: 80px 0 90px;
  }
  .consultation__wrap {
    padding: 30px 25px 40px;
  }
  .consultation__fish {
    max-width: 300px;
    top: -145px;
    right: -165px;
  }
  .consultation__before {
    max-width: 250px;
    left: -140px;
    bottom: unset;
    top: -35px;
  }
  .consultation-form__title {
    padding-bottom: 30px;
  }
  .triggers-tandyr {
    max-width: 180px;
  }
  .triggers-item:nth-child(2) {
    padding: 30px 95px 15px 15px;
  }
  .triggers-item:nth-child(3) {
    padding: 30px 15px 15px 95px;
  }
  .triggers-item:nth-child(4) {
    padding: 15px 95px 30px 15px;
  }
  .triggers-item:nth-child(5) {
    padding: 15px 15px 30px 95px;
  }
  .triggers-item__name {
    font-size: 20px;
    padding-left: 15px;
  }
  .triggers-item__icon {
    flex: 0 0 40px;
    height: 40px;
  }
  .triggers-item__icon svg {
    width: 28px;
  }
  .catalog__meat {
    left: -100px;
    max-width: 230px;
  }
  .welcome-content-promo--catalog {
    font-size: 20px;
  }
  .welcome-content-promo--catalog .welcome-content-promo__title {
    font-size: 25px;
  }
  .catalog__wrap {
    margin: 0 -8px;
  }
  .catalog-item-img__wrap img {
    max-width: 100%;
  }
  .catalog-item {
    padding: 0 8px;
  }
  .catalog-item__wrap {
    padding: 80px 15px 20px;
  }
  .catalog-item-img__kg {
    left: -8px;
  }
  .catalog-item-content {
    padding-top: 20px;
  }
  .catalog-item-img-meats {
    left: 89px;
  }
  .catalog-item-bottom__btn a {
    padding: 15px 50px;
  }
  .additional-catalog__title {
    padding-bottom: 50px;
  }
  .additional-catalog-item {
    padding: 0 8px;
  }
  .additional-catalog-item__title {
    font-size: 21px;
  }
  .additional-catalog__wrap {
    margin: 0 -8px;
  }
  .additional-catalog-item__wrap {
    padding: 25px 15px 20px;
  }
  .section-consultation--with-bg {
    padding: 50px 0 60px;
    z-index: 2;
  }
  .section-consultation--with-bg .consultation__wrap {
    padding: 0 15px;
  }
  .about-product__meat {
    left: -50px;
    width: 170px;
    top: -60px;
  }
  .about-product__fish {
    bottom: 108px;
    right: -20px;
    width: 220px;
  }
  .about-product-tabs-product__img {
    max-width: 300px;
  }
  .about-product-tabs .tab__list li {
    padding: 6px 10px;
    margin-right: 15px;
  }
  .about-product-tabs-product-line--right .about-product-tabs-product-cloud {
    right: -140px;
  }
  .about-product-tabs-product-line--right .about-product-tabs-product-cloud::before {
    left: 197px;
  }
  .about-product-tabs-product-cloud__title {
    padding-bottom: 15px;
  }
  .about-product-tabs-product-cloud__description {
    font-size: 14px;
  }
  .about-product-tabs-product--one-dots .about-product-tabs-product-line--fist {
    right: -32px;
  }
  .about-product-tabs-product--rake .about-product-tabs-product-line--fist {
    top: 73px;
  }
  .about-product-tabs-product--scoop .about-product-tabs-product-line--fist {
    left: -31px;
    bottom: 170px;
    right: unset;
  }
  .about-product-tabs-product--cross-piece .about-product-tabs-product-line--fist {
    top: 82px;
  }
  .gallery__wrap {
    grid-gap: 15px;
    padding-bottom: 15px;
  }
  .gallery__wrap--hidden {
    padding-bottom: 0;
  }
  .gallery__btn button {
    padding: 20px 64px;
  }
  .video__wrap {
    max-width: 600px;
  }
  .video__insert video {
    height: 350px;
  }
  .video__tandyr-img {
    right: -150px;
    bottom: -145px;
    width: 290px;
  }
  .video__meat-img {
    top: -164px;
    left: -124px;
    width: 200px;
  }
  .section-FAQ {
    padding: 75px 0;
  }
  .FAQ-item-question {
    font-size: 20px;
  }
  .FAQ-item-question__btn {
    margin-top: 5px;
  }
  .FAQ-form {
    padding: 80px 50px 0;
  }
  .FAQ-form__title {
    padding-bottom: 35px;
  }
  .map__iframe {
    height: 600px;
  }
  .map-contact {
    transform: translateX(-100%);
    top: 85px;
  }
  .map-contact-list__name {
    font-size: 20px;
    padding-bottom: 10px;
  }
  .footer-item__wrap {
    width: 100%;
  }
  .footer-item__btn {
    text-align: center;
  }
  /*thanks*/
  .section-thanks {
    padding: 160px 0 90px;
  }
  .thanks__btn a {
    padding: 15px 75px;
  }
}
/*480*/
@media screen and (max-width: 767px) {
  .global-title {
    font-size: 33px;
  }
  .logo__icon svg {
    width: 55px;
  }
  .logo__text {
    font-size: 16px;
    padding-left: 10px;
  }
  .header-contact {
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .header-contact__item {
    margin-bottom: 10px;
  }
  .header__btn {
    text-align: center;
    border-top: 1px solid rgba(0, 0, 0, 0.3);
    padding: 10px 0;
  }
  .header__btn a {
    display: inline-block;
    color: #fff;
    padding: 12px 16px;
  }
  .header__btn a:hover {
    text-decoration: none;
  }
  .section-welcome {
    padding: 125px 0 55px;
  }
  .welcome-content {
    font-size: 18px;
    padding-right: 0;
    text-align: center;
    max-width: 555px;
    margin: 0 auto;
  }
  .welcome__wrap {
    padding-right: 0;
  }
  .welcome-img {
    max-width: 210px;
    margin: 0 auto;
  }
  .welcome-img-book img {
    max-width: 99px;
  }
  .welcome-img-book__plus {
    width: 35px;
    height: 35px;
    bottom: unset;
    top: 25px;
    left: -39px;
  }
  .welcome-img-book__cloud {
    max-width: unset;
    padding: 5px 10px;
    width: 145px;
  }
  .welcome-img-book {
    top: -20px;
    right: -80px;
    transform: unset;
    left: unset;
  }
  .welcome-content__title {
    font-size: 35px;
    padding-bottom: 25px;
  }
  .welcome-content-promo-timer {
    justify-content: center;
  }
  .section-consultation {
    padding: 60px 0;
  }
  .consultation__wrap {
    padding: 25px 15px 35px;
  }
  .consultation-form-inputs {
    justify-content: center;
  }
  .consultation-form-inputs input {
    margin-right: 15px;
    flex: 0 0 calc(50% - 8px);
    max-width: calc(50% - 8px);
  }
  .consultation-form-inputs input:nth-child(2) {
    margin-right: 0;
  }
  .consultation-form-inputs__btn {
    flex: 0 0 50%;
    max-width: 50%;
    height: 60px;
    margin-top: 15px;
  }
  .consultation__before {
    max-width: 190px;
    left: -70px;
    top: unset;
    bottom: -70px;
  }
  .consultation__fish {
    max-width: 160px;
    top: -95px;
    right: -44px;
  }
  .section-triggers {
    padding: 70px 0 40px;
  }
  .triggers-tandyr {
    max-width: 90px;
  }
  .triggers-item:nth-child(2) {
    padding: 15px 50px 15px 15px;
  }
  .triggers-item:nth-child(3) {
    padding: 15px 15px 15px 50px;
  }
  .triggers-item:nth-child(4) {
    padding: 15px 50px 15px 15px;
  }
  .triggers-item:nth-child(5) {
    padding: 15px 15px 15px 50px;
  }
  .triggers-item__name {
    font-size: 18px;
    padding-left: 10px;
  }
  .triggers-item__description {
    font-size: 14px;
  }
  .welcome-content-promo--catalog {
    font-size: 18px;
  }
  .welcome-content-promo--catalog .welcome-content-promo__title {
    font-size: 20px;
  }
  .catalog__meat {
    left: -70px;
    max-width: 180px;
  }
  .section-catalog {
    padding: 60px 0 95px;
  }
  .catalog-item {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .catalog-item__wrap {
    width: auto;
  }
  .catalog-item-img-meats {
    top: 20px;
  }
  .catalog-item-img__wrap > img {
    max-width: 200px;
    width: 100%;
  }
  .catalog-item-img__kg {
    left: 5px;
    top: 10px;
    font-size: 12px;
  }
  .section-additional-catalog {
    padding-bottom: 55px;
  }
  .additional-catalog__title {
    padding-bottom: 45px;
  }
  .additional-catalog__meat {
    position: absolute;
    right: -155px;
    top: -20px;
    max-width: 300px;
  }
  .additional-catalog-item {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .additional-catalog-item__title {
    padding: 20px 0 15px;
  }
  .section-consultation--with-bg {
    padding: 40px 0;
  }
  .section-about-product {
    padding: 60px 0;
  }
  .about-product__fish {
    bottom: 118px;
    right: -10px;
    width: 160px;
  }
  .about-product__title {
    padding-bottom: 55px;
  }
  .about-product-tabs-product-line {
    width: 86px;
    height: 81px;
  }
  .about-product-tabs-product-line::before {
    height: 93px;
  }
  .about-product-tabs-product-line::after {
    width: 38px;
  }
  .about-product-tabs-product-line--right .about-product-tabs-product-cloud {
    right: -53px;
  }
  .about-product-tabs-product-line--right .about-product-tabs-product-cloud::before {
    left: 225px;
  }
  .about-product-tabs-product-line--left .about-product-tabs-product-cloud {
    left: -60px;
  }
  .about-product-tabs-product-line--left .about-product-tabs-product-cloud::before {
    left: 63px;
  }
  .about-product-tabs-product--tandur .about-product-tabs-product-line--fist {
    top: 50px;
    right: 5px;
  }
  .about-product-tabs-product--tandur .about-product-tabs-product-line--second {
    top: 134px;
    left: -18px;
  }
  .about-product-tabs-product--tandur .about-product-tabs-product-line--three {
    left: -27px;
  }
  .about-product-tabs-product--tandur .about-product-tabs-product-line--four {
    top: 135px;
    right: -25px;
  }
  .about-product-tabs-product--tandur .about-product-tabs-product-line--five {
    top: 227px;
    right: -22px;
  }
  .about-product-tabs-product--tandur .about-product-tabs-product-line--six {
    bottom: 21px;
    left: 26px;
  }
  .about-product-tabs-product--tandur .about-product-tabs-product-line--seven {
    right: -8px;
    bottom: 130px;
  }
  .about-product-tabs-product--tandur .about-product-tabs-product-line--seven::before {
    height: 93px;
    transform-origin: left bottom;
    bottom: 0;
    top: unset;
    left: 0;
    transform: rotate(30deg);
  }
  .about-product-tabs-product--one-dots .about-product-tabs-product-line--fist {
    right: 12px;
    top: 82px;
  }
  .about-product-tabs-product--rake .about-product-tabs-product-line--fist {
    right: -15px;
  }
  .about-product-tabs-product--scoop .about-product-tabs-product-line--fist {
    left: -9px;
    bottom: 170px;
    right: unset;
    top: unset;
  }
  .about-product-tabs-product--cross-piece .about-product-tabs-product-line--fist {
    right: 2px;
    top: 118px;
  }
  .about-product-tabs-product-cloud {
    width: 245px;
  }
  .about-product-tabs .tab__list {
    padding-top: 35px;
  }
  .about-product-tabs .tab__list li {
    padding: 7px 10px;
    margin: 0 7px 15px 0;
  }
  .section-tandur-size {
    padding: 65px 0;
  }
  .tandur-size__title {
    padding-bottom: 40px;
  }
  .tandur-size-slider-item {
    padding: 0 20px;
  }
  .tandur-size-slider-item__description {
    padding: 25px 0 20px;
  }
  .tandur-size-slider .slick-prev,
  .tandur-size-slider .slick-next {
    width: 24px;
    height: 65px;
  }
  .tandur-size-slider .slick-prev::before,
  .tandur-size-slider .slick-next::before,
  .tandur-size-slider .slick-prev::after,
  .tandur-size-slider .slick-next::after {
    height: 40px;
  }
  .tandur-size-slider-item img.tandur-size-slider-item__img {
    display: none;
  }
  .tandur-size-slider-item img.tandur-size-slider-item__img-mobile {
    display: block;
  }
  .section-gallery {
    padding: 60px 0;
  }
  .gallery__title {
    padding-bottom: 55px;
  }
  .gallery__btn {
    padding-top: 50px;
  }
  .gallery__btn button {
    padding: 16px 50px;
  }
  .section-video {
    padding: 60px 0 90px;
  }
  .video__title {
    padding-bottom: 60px;
  }
  .video__wrap {
    max-width: 510px;
    padding: 0 15px;
  }
  .video__insert video {
    height: 275px;
  }
  .video-btn-play {
    width: 80px;
    height: 80px;
    box-shadow: 0 0 0 10px rgba(255, 154, 0, 0.5);
  }
  .video-btn-play::before {
    border-top: 18px solid transparent;
    border-left: 32px solid #ffffff;
    border-bottom: 18px solid transparent;
  }
  .video__meat-img {
    top: -84px;
    left: -64px;
    width: 150px;
  }
  .video__tandyr-img {
    right: -70px;
    bottom: -115px;
    width: 220px;
  }
  .FAQ-item-question p {
    padding-right: 35px;
  }
  .FAQ-item-question {
    font-size: 18px;
    padding: 0 0 10px 15px;
  }
  .FAQ-item {
    padding-bottom: 25px;
  }
  .FAQ-item--open .FAQ-item-answer {
    padding: 15px 60px 15px 25px;
  }
  .FAQ__title {
    padding-bottom: 40px;
  }
  .FAQ-item-question__btn {
    flex: 0 0 40px;
    height: 40px;
  }
  .FAQ-item-question__btn::before {
    height: 18px;
  }
  .FAQ-item-question__btn::after {
    width: 18px;
  }
  .FAQ-form {
    padding: 55px 20px 0;
  }
  .FAQ-form input {
    width: calc(50% - 7px);
  }
  .FAQ-form input:first-child {
    margin-right: 14px;
  }
  .FAQ-form textarea {
    height: 160px;
    margin-top: 14px;
  }
  .FAQ-form__btn {
    padding-top: 20px;
  }
  .map-contact {
    transform: translateX(-100%) translateX(30px);
    padding: 25px;
    min-width: 252px;
  }
  .footer {
    padding: 20px 0 25px;
  }
  .footer-item {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .footer-item--link {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 0;
  }
  .footer-item--link a {
    margin-bottom: 14px;
  }
  .footer-item--logo .logo__text {
    padding: 10px 0 0;
  }
  .footer-item--social {
    padding-top: 15px;
  }
  .footer-item-social {
    padding-top: 20px;
  }
  /*thanks*/
  .section-thanks {
    padding: 140px 0 70px;
  }
  .thanks__title {
    font-size: 45px;
    padding-bottom: 20px;
  }
  .thanks__description {
    font-size: 21px;
    padding-bottom: 50px;
  }
  .thanks__btn a {
    padding: 13px 55px;
    font-size: 20px;
  }
  .thanks-page .footer-item-social {
    justify-content: center;
  }
  .thanks-page .header-contact {
    align-items: flex-end;
    padding-right: 0;
  }
}
/*320*/
@media screen and (max-width: 479px) {
  .galerry-8{
    object-position: 0px -10px;
  }
  .galerry-3{
    object-position: 0 -20px; 
  }
  .global-title {
    font-size: 28px;
  }
  .logo__icon svg {
    width: 45px;
  }
  .logo {
    flex-direction: column;
  }
  .logo__text {
    text-align: center;
    font-size: 14px;
    padding-left: 0;
  }
  .header-contact {
    padding: 0 20px;
    flex: 1 0;
    text-align: center;
  }
  .header-contact__item {
    letter-spacing: 0.5px;
    word-break: break-word;
  }
  .header-contact__item span {
    padding-left: 7px;
  }
  .burger-wrap {
    margin: 0;
  }
  .welcome-content__title {
    font-size: 28px;
  }
  .welcome-img {
    max-width: 190px;
    padding: 25px 0 15px;
  }
  .welcome-img-book {
    top: -10px;
    right: -32px;
  }
  .welcome-img-book img {
    max-width: 79px;
  }
  .welcome-img-book__cloud {
    font-size: 12px;
    width: 128px;
  }
  .welcome-img-book__plus {
    top: unset;
    left: 25px;
    bottom: -61px;
    width: 25px;
    height: 25px;
  }
  .welcome-img-book__plus::before {
    height: 7px;
  }
  .welcome-img-book__plus::after {
    width: 7px;
  }
  .welcome-content-promo__description {
    padding: 8px 0 15px;
  }
  .welcome-content-promo__inscription {
    padding-bottom: 15px;
  }
  .welcome-content-promo-timer-column__number,
  .welcome-content-promo-timer-column--dots {
    font-size: 28px;
  }
  .welcome-content-promo-timer-column__time {
    font-size: 14px;
  }
  .consultation__before {
    max-width: 150px;
    left: -90px;
  }
  .consultation-form-inputs input {
    flex: 0 0 100%;
    max-width: 100%;
    margin: 0 0 15px;
  }
  .consultation-form-inputs__btn {
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 0;
  }
  .section-triggers {
    padding: 60px 0 40px;
  }
  .triggers-tandyr {
    display: none;
  }
  .triggers-item {
    flex: 0 0 100%;
    border-bottom: 1px solid #fff;
  }
  .triggers-item:nth-child(2) {
    padding: 0 15px 15px 15px;
    border-right: none;
  }
  .triggers-item:nth-child(3) {
    padding: 15px;
  }
  .triggers-item:nth-child(4) {
    padding: 15px;
  }
  .triggers-item:nth-child(5) {
    padding: 15px;
    border: none;
  }
  .catalog__meat {
    max-width: 160px;
  }
  .catalog-item {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }
  .catalog-item:last-child {
    margin-bottom: 0;
  }
  .catalog-item-img__kg {
    left: 2px;
  }
  .catalog-item-img-meats {
    left: 79px;
    top: 18px;
  }
  .catalog-item-content__title {
    font-size: 21px;
    padding-bottom: 20px;
  }
  .catalog-item-content__description {
    padding: 20px 0 30px;
  }
  .additional-catalog-item {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }
  .additional-catalog-item:last-child {
    margin-bottom: 0;
  }
  .additional-catalog-item__description {
    padding-bottom: 30px;
  }
  .section-consultation--with-bg .consultation__wrap {
    padding: 0;
  }
  .about-product-tabs-product__img {
    max-width: 220px;
    height: 347px;
  }
  .about-product__meat {
    left: -20px;
    width: 130px;
    top: -65px;
  }
  .about-product__fish {
    bottom: 206px;
    right: -20px;
    width: 120px;
  }
  .about-product-tabs .tab__list {
    padding: 35px 50px 0;
  }
  .about-product-tabs .tab__list li {
    flex: 0 0 100%;
    text-align: center;
    margin: 0 0 10px;
    font-size: 16px;
    padding: 5px 10px;
  }
  .about-product-tabs-product-line {
    width: 50px;
    height: 49px;
  }
  .about-product-tabs-product-line::before {
    height: 55px;
  }
  .about-product-tabs-product-line::after {
    width: 21px;
  }
  .about-product-tabs-product-cloud {
    top: 24px;
    width: 200px;
  }
  .about-product-tabs-product-cloud::before {
    display: none;
  }
  .about-product-tabs-product--tandur .about-product-tabs-product-line--fist {
    right: 33px;
    z-index: 9;
  }
  .about-product-tabs-product--tandur .about-product-tabs-product-line--second {
    top: 124px;
    left: 12px;
  }
  .about-product-tabs-product--tandur .about-product-tabs-product-line--three {
    left: -7px;
    bottom: 99px;
  }
  .about-product-tabs-product--tandur .about-product-tabs-product-line--four {
    top: 105px;
    right: -4px;
    z-index: 8;
  }
  .about-product-tabs-product--tandur .about-product-tabs-product-line--five {
    top: 207px;
    right: 4px;
    z-index: 4;
  }
  .about-product-tabs-product--tandur .about-product-tabs-product-line--six {
    bottom: 11px;
    left: 32px;
  }
  .about-product-tabs-product--tandur .about-product-tabs-product-line--seven {
    z-index: 5;
  }
  .about-product-tabs-product--tandur .about-product-tabs-product-line--seven::before {
    height: 56px;
  }
  .about-product-tabs-product--one-dots .about-product-tabs-product-line--fist {
    right: 22px;
  }
  .about-product-tabs-product--scoop .about-product-tabs-product-line--fist {
    left: 15px;
    bottom: 115px;
    right: unset;
    top: unset;
  }
  .about-product-tabs-product--cross-piece .about-product-tabs-product-line--fist {
    top: 96px;
  }
  .about-product-tabs-product-line--right .about-product-tabs-product-cloud {
    right: -37px;
  }
  .about-product-tabs-product-line--left .about-product-tabs-product-cloud {
    left: -35px;
  }
  .about-product-tabs-product-cloud__description {
    font-size: 13px;
  }
  .section-tandur-size {
    padding: 55px 0 65px;
  }
  .tandur-size__title {
    padding-bottom: 30px;
  }
  .tandur-size-slider-item__title {
    margin-bottom: 30px;
  }
  .tandur-size-slider-item {
    padding: 70px 0 0;
  }
  .tandur-size-slider-item__description {
    font-size: 14px;
  }
  .tandur-size-slider .slick-prev,
  .tandur-size-slider .slick-next {
    top: 0;
    width: 34px;
    height: 44px;
  }
  .tandur-size-slider .slick-prev::before,
  .tandur-size-slider .slick-next::before,
  .tandur-size-slider .slick-prev::after,
  .tandur-size-slider .slick-next::after {
    width: 3px;
    height: 31px;
  }
  .tandur-size-slider .slick-prev::before,
  .tandur-size-slider .slick-next::before {
    transform: rotate(-40deg);
  }
  .tandur-size-slider .slick-prev::after,
  .tandur-size-slider .slick-next::after {
    transform: rotate(40deg);
  }
  .tandur-size-slider .slick-prev {
    transform: translateX(calc(-100% - 25px)) scale(-1, 1);
    left: 50%;
  }
  .tandur-size-slider .slick-next {
    right: 50%;
    transform: translate(calc(100% + 25px));
  }
  .tandur-size-slider .slick-dots li {
    margin: 0 7px;
    width: 35px;
  }
  .section-gallery {
    padding: 60px 0 45px;
  }
  .gallery__wrap {
    grid-gap: 7px;
    padding-bottom: 7px;
    grid-template-rows: repeat(15, 3.5vw);
  }
  .gallery__wrap--hidden {
    padding-bottom: 0;
  }
  .gallery__title {
    padding-bottom: 45px;
  }
  .gallery__btn {
    padding-top: 30px;
  }
  .gallery-item:first-child {
    grid-row-end: 9;
  }
  .gallery-item:nth-child(2) {
    grid-column-start: 4;
    grid-column-end: 8;
    grid-row-start: 1;
    grid-row-end: 5;
  }
  .gallery-item:nth-child(3) {
    grid-column-start: 4;
    grid-column-end: 8;
    grid-row-start: 5;
    grid-row-end: 9;
  }
  .gallery-item:last-child {
    grid-column-start: 1;
    grid-column-end: 8;
    grid-row-start: 9;
    grid-row-end: 16;
  }
  .section-video {
    padding: 50px 0 75px;
  }
  .video__title {
    padding-bottom: 45px;
  }
  .video__wrap {
    max-width: 310px;
    padding: 0 8px;
  }
  .video__block {
    box-shadow: 0 0 0 8px rgba(255, 154, 0, 0.5);
  }
  .video__insert video {
    height: 175px;
  }
  .video__tandyr-img {
    right: -60px;
    bottom: -95px;
    width: 180px;
  }
  .video__meat-img {
    top: -75px;
    left: -49px;
    width: 120px;
  }
  .video-btn-play {
    width: 60px;
    height: 60px;
    box-shadow: 0 0 0 8px rgba(255, 154, 0, 0.5);
  }
  .video-btn-play::before {
    border-top: 14px solid transparent;
    border-left: 28px solid #ffffff;
    border-bottom: 14px solid transparent;
  }
  .section-FAQ {
    padding: 65px 0 55px;
  }
  .FAQ-item-question {
    font-size: 16px;
    padding: 0 0 10px 10px;
    align-items: center;
  }
  .FAQ-item-question p {
    padding-right: 25px;
  }
  .FAQ-item-question__btn {
    margin-top: 0;
  }
  .FAQ-item {
    padding-bottom: 20px;
  }
  .FAQ-item-answer {
    font-size: 14px;
  }
  .FAQ-item--open .FAQ-item-answer {
    padding: 10px 10px 15px 15px;
  }
  .FAQ-form {
    padding: 45px 0 0;
  }
  .FAQ-form__title {
    padding-bottom: 30px;
  }
  .FAQ-form input {
    width: 100%;
  }
  .FAQ-form input:first-child {
    margin: 0 14px 14px 0;
  }
  .FAQ-form__btn button {
    width: 75%;
  }
  .map-contact {
    transform: translateX(-50%);
    padding: 20px;
    min-width: 262px;
    top: unset;
    bottom: 50px;
  }
  .map-contact__title {
    font-size: 22px;
    padding-bottom: 25px;
  }
  .map-contact li {
    padding-bottom: 20px;
  }
  .map-contact-list__name {
    font-size: 18px;
  }
  .map-contact-list__link {
    font-size: 14px;
  }
  .map-contact-list__link svg {
    width: 15px;
  }
  .map-contact-list__link span {
    padding-left: 7px;
  }
  .footer-item--logo .logo__text {
    padding: 5px 0 0;
  }
  .footer-item-social a {
    flex: 0 0 30px;
  }
  .footer-item--link {
    font-size: 14px;
  }
  .footer__copyright {
    font-size: 14px;
  }
  /*thanks*/
  .thanks__title {
    font-size: 40px;
    padding-bottom: 15px;
  }
  .thanks__description {
    font-size: 18px;
  }
  .thanks__btn a {
    padding: 12px 50px;
    font-size: 18px;
  }
  /*modal*/
  .modal {
    padding: 40px 15px 25px;
  }
  .modal-equipment-item img {
    max-width: 270px;
  }
}
