/* fonts begin */
@import url('../fonts/gilroy/stylesheet.css');
/* fonts end */

/* general begin */
:target {
  scroll-margin-top: 60px;
}

html {
  scroll-behavior: smooth;
}

* {
  box-sizing: border-box !important;
  outline: none;
}

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

input::-webkit-input-placeholder {
  font-family: 'Gilroy';
}

input:-ms-input-placeholder {
  font-family: 'Gilroy';
}

input:-moz-placeholder {
  font-family: 'Gilroy';
}

input::-moz-placeholder {
  font-family: 'Gilroy';
}

p {
  margin-top: 0;
  margin-bottom: 5px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
}

html {
  height: 100svh;
}

body {
  min-height: 100svh;
  margin: 0;
  background: #f5f5f5;
  display: grid;
  grid-template-columns: 1fr minmax(320px, 1728px) 1fr;
  align-items: start;
  font-family: 'Gilroy';
  font-weight: normal;
  font-style: normal;
  color: #000;
}
/* general end */

/* header begin */
header {
  grid-column: 1/-1;
  display: grid;
  grid-template-columns: 1fr minmax(320px, 1728px) 1fr;
  padding: 0 10px;
}

.header {
  grid-column: 2/3;
  min-height: 150px;
  padding: 10px 0;
  display: grid;
  grid-template-columns: 170px auto 1fr auto auto 200px;
  align-items: center;
}

.header_logotype {
  margin-right: 30px;
}

.header_description {
  width: 195px;
  margin-right: 115px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.header_menu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  gap: 30px;
}

.header_menu ul li a {
  font-size: 18px;
  color: #000;
  text-decoration: none;
  transition: all linear 0.2s;
}

.header_menu ul li a:hover {
  color: #ffd130;
}

.header_networks {
  width: 80px;
  margin-right: 15px;
}

.header_networks ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  gap: 15px;
}

.header_networks ul li a,
.header_networks ul li a svg {
  display: block;
}

.header_networks ul li:last-child {
  display: none;
}

.header_telephone {
  margin-right: 50px;
  font-size: 18px;
  font-weight: 400;
}

.header_telephone a {
  color: #000;
  text-decoration: none;
  transition: all linear 0.2s;
}

.header_telephone a:hover {
  color: #ffd130;
}

.header_feedback {
  width: 200px;
  height: 50px;
  background: #ffd130;
  border-radius: 4px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 600;
  transition: all linear 0.2s;
}

.header_feedback:hover {
  background: #000;
  color: #fff;
}
/* header end */

/* main begin */
main {
  grid-column: 1/-1;
  padding: 0 10px;
  display: grid;
  grid-template-columns: 1fr minmax(320px, 1728px) 1fr;
}
/* main end */

/* block begin */
.block {
  grid-column: 2/3;
  margin-bottom: 130px;
}
/* block end */

/* block 1 begin */
.block_1 {
  height: 900px;
  background: #ffd130 url('../images/block_1_bg.webp') no-repeat center;
  border-radius: 50px;
  position: relative;
  overflow: hidden;
}

@media (max-width: 1344px) {
  .block_1 {
    padding-bottom: 370px;
    background-position: 0 top;
  }
}

.block_1 > img {
  position: absolute;
  bottom: -96px;
  right: -90px;
  z-index: 10;
}

.block_1_content {
  height: 100%;
  width: 1000px;
  padding: 180px 0 90px 100px;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 20;
}
@media (max-width: 1640px) {
  .block_1_content {
    width: clamp(920px, 10vw, 960px);
  }
}
@media (max-width: 1520px) {
  .block_1_content {
    padding-top: 80px;
  }
}

.block_1_content h1 {
  margin-bottom: 30px;
  font-size: clamp(30px, 3vw, 60px);
  font-weight: 900;
  line-height: 78px;
  text-transform: uppercase;
}

.block_1_content_description {
  margin-bottom: 60px;
  padding-right: 55px;
  font-size: 30px;
  font-weight: 500;
  line-height: 36px;
}

.block_1_content_btn {
  width: 100%;
  max-width: 460px;
  padding: 15px 30px;
  border: 1px solid transparent;
  border-radius: 4px;
  background: #000;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all linear 0.2s;
}

.block_1_content_btn:hover {
  background: #ffd130;
  color: #000;
  border-color: #fff;
}

.block_1_content_little_time {
  width: 100%;
  max-width: 750px;
  height: 120px;
  margin-top: auto;
  padding: 14px 32px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.2);
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.12);
  display: flex;
  align-items: center;
  gap: 20px;
}

.block_1_content_little_time_title {
  font-size: 36px;
  font-weight: 900;
  line-height: 45px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.block_1_content_little_time_link {
  width: 90px;
  height: 70px;
  animation: pulsate 2s infinite;
}

@keyframes pulsate {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}

.block_1_content_little_time_description {
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.03em;
}

.block_1_label {
  width: 320px;
  height: 85px;
  padding: 14px 32px;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.12);
  color: #000;
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
  display: flex;
  align-items: center;
  gap: 12px;
  position: absolute;
  right: 360px;
  bottom: 90px;
  z-index: 10;
}
/* block 1 end */

/* block 2 begin */
.block-2 h2 {
  margin-bottom: 60px;
  font-size: 46px;
  text-transform: uppercase;
}

.block-2-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.block-2-list li {
  display: block;
  height: 450px;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}

.block-2-list li:after {
  content: '';
  display: block;
  height: 100%;
  width: 100%;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.8) 80.34%
  );
  position: absolute;
  top: 0;
  left: 0;
}

.block-2-list li img {
  height: 450px;
  width: 100%;
  object-fit: cover;
  object-position: center;
  transition: all linear 0.2s;
}

.block-2-list li:hover img {
  transform: scale(1.2);
}

.block-2-list-sheet {
  width: 100%;
  padding: 0 40px 20px;
  position: absolute;
  left: 0;
  bottom: -72px;
  transition: all linear 0.2s;
  z-index: 10;
}

.block-2-list li:hover .block-2-list-sheet {
  bottom: 0;
}

.block-2-list-sheet-title {
  margin-bottom: 10px;
  color: #fff;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
}

.block-2-list-sheet-description {
  margin-bottom: 30px;
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
}

.block-2-list-sheet-order {
  width: 168px;
  height: 50px;
  margin: 0 auto;
  padding: 16px 48px;
  border: 1px solid transparent;
  border-radius: 4px;
  background: #ffd130;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  line-height: 19px;
  letter-spacing: 0.03em;
  text-align: center;
  transition: all linear 0.2s;
}

.block-2-list-sheet-order:hover {
  background: #000;
  color: #fff;
  border-color: #fff;
}
/* block 2 end */

/* block 3 begin */
.block_3,
.block_6,
.block_9 {
  border-radius: 50px;
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  background: #fff;
}

.block_3_image {
  height: 686px;
  background: #ffd130;
  position: relative;
}

.block_3_image > img {
  width: 100%;
  height: 684px;
  object-fit: cover;
  object-position: center;
  position: absolute;
  z-index: 10;
}

.block_3_image_label {
  width: 518px;
  height: 112px;
  padding: 20px 60px;
  display: grid;
  grid-template-rows: repeat(2, auto);
  grid-template-columns: 76px 1fr;
  gap: 0 24px;
  align-items: center;
  background: #fff;
  border-radius: 18px;
  position: absolute;
  left: 40px;
  bottom: 40px;
  z-index: 15;
}

.block_3_image_label img {
  grid-row: 1/-1;
  grid-column: 1/2;
}

.block_3_image_label_name {
  grid-row: 1/2;
  grid-column: 2/3;
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
}

.block_3_image_label_post {
  grid-row: 2/3;
  grid-column: 2/3;
  font-weight: 400;
  line-height: 24px;
}

.block_3_content,
.block_6_content,
.block_9_content {
  height: 100%;
  background: #fff;
  padding: 0 40px 0 80px;
  display: flex;
  flex-direction: column;
	/* align-items: center; */
	justify-content: center;
	gap: 20px;
}

.block_3_content h2,
.block_9_content h2 {
  margin-bottom: 34px;
  font-size: 39px;
  font-weight: 700;
  line-height: 54px;
  text-transform: uppercase;
}

.block_3_content_description,
.block_9_content_description {
  margin-bottom: 34px;
  font-size: 30px;
  font-weight: 500;
  line-height: 38px;
}

.block_3_content_form,
.block_9_content_form {
  /*margin-bottom: 48px;*/
  position: relative;
}
 
.block_3_content form,
.block_9_content  form {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
	gap: 20px;
}

.screen-reader-response p,
.screen-reader-response ul {
  margin: 0;
}

.wpcf7-response-output {
  /*position: absolute;*/
}

.wpcf7-spinner {
  display: none !important;
}

.wpcf7-not-valid-tip {
  padding-left: 22px;
  font-size: 12px;
  line-height: 1.2;
}

.wpcf7 form .wpcf7-response-output {
  margin: 5px 0 0 0 !important;
  padding: 5px 10px !important;
  border: 1px solid #ffd130 !important;
  text-align: center;
}

.block_3_content_form_flag,
.block_9_content_form_flag {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 13px;
  left: 22px;
  z-index: 10;
}

.block_3_content_form input,
.block_9_content_form input {
  display: block;
  height: 50px;
  max-width: 600px;
  width: 100%;
  padding: 9px 9px 9px 59px;
  border: 1px solid #767676;
  border-radius: 4px;
  font-size: 20px;
  font-weight: 400;
  font-family: 'Gilroy';
}

.block_3_content_contacts,
.block_9_content_contacts {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  gap: 30px;
}

.block_3_content_contacts li a,
.block_9_content_contacts li a {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 188px;
  height: 50px;
  padding: 0 30px;
  border-radius: 25px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  color: #000;
  transition: all linear 0.2s;
}

.block_3_content_contacts li a:hover,
.block_9_content_contacts li a:hover {
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.12);
}

.block_3_content_contacts li a span svg,
.block_9_content_contacts li a span svg {
  display: block;
}

.block_3_content_strategy,
.block_9_content_strategy {
  max-width: 600px;
  /*margin-top: auto;*/
  display: flex;
  align-items: center;
  gap: 25px;
}

.block_3_content_strategy_order,
.block_9_content_strategy_order {
  all: initial;
  width: 270px;
  height: 66px;
  padding: 10px;
  background: #ffd130;
  border-radius: 4px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-family: 'Gilroy';
  font-size: 16px;
  font-weight: 600;
  line-height: 25px;
  transition: all linear 0.2s;
}

.block_3_content_strategy_order:hover,
.block_9_content_strategy_order:hover {
  background: #000;
  color: #fff;
}

.block_3_content_strategy_description,
.block_9_content_strategy_description {
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
}
/* block 3 end */

/* block 4 begin */
.block_4 h2 {
  margin-bottom: 60px;
  font-size: 46px;
  font-weight: 700;
  line-height: 56px;
  text-transform: uppercase;
}

.block_4_list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.block_4_list li {
  height: 450px;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
}

.block_4_list li:nth-child(even) {
  background: #ffd130;
}

.block_4_list li:nth-child(odd) {
  background: #fff;
}

.block_4_list li img {
  height: 450px;
  width: 100%;
  object-fit: cover;
  object-position: center;
  transition: all linear 0.2s;
}

.block_4_list li:hover img {
  transform: scale(1.2);
}

.block_4_list_title {
  width: 100%;
  padding: 0 40px;
  font-size: 30px;
  font-weight: 700;
  line-height: 37px;
  position: absolute;
  left: 0;
  bottom: 40px;
  z-index: 10;
}
/* block 4 end */

/* block 5 begin */
.block_5 {
  height: 768px;
  background: #fff;
  border-radius: 50px;
  overflow: hidden;
  position: relative;
}

.block_5_content {
  padding: 80px 100px;
  position: relative;
  z-index: 20;
}

.block_5_content h2 {
  width: 580px;
  margin-bottom: 60px;
  font-size: 46px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 56px;
}

.block_5_content_stock {
  width: 1200px;
  height: 434px;
  padding: 40px 60px;
  border-radius: 50px;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.12);
  display: flex;
  align-items: center;
  gap: 60px;
}

.block_5_content_stock_offer_title {
  margin-bottom: 40px;
  font-size: 30px;
  font-weight: 700;
  line-height: 37px;
  text-transform: uppercase;
}

.block_5_content_stock_offer_pricing {
  width: 528px;
  height: 147px;
  margin-bottom: 40px;
  padding: 20px 60px;
  border: 1px dashed #0d0d0d;
  border-radius: 50px;
  position: relative;
}

.block_5_content_stock_offer_pricing:after {
  content: '';
  display: block;
  width: 264px;
  height: 264px;
  background: url('../images/block_5_percent.webp') no-repeat center;
  position: absolute;
  right: -77px;
  top: -67px;
  z-index: 10;
}

.block_5_content_stock_offer_pricing_wrap {
  width: 236px;
  height: 107px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.block_5_content_stock_offer_pricing_wrap_old_price {
  font-size: 24px;
  font-weight: 400;
  line-height: 31px;
  text-decoration: line-through;
}

.block_5_content_stock_offer_pricing_wrap_price {
  font-size: 60px;
  font-weight: 900;
  line-height: 75px;
}

.block_5_content_stock_offer_discount {
  width: 599px;
  height: 90px;
  padding-left: 124px;
  background: url('../images/block_5_discount.webp') no-repeat center;
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.03em;
  cursor: pointer;
  transition: all linear 0.2s;
}

.block_5_content_stock_offer_discount:hover {
  color: #000;
  background-image: url('../images/block_5_discount_.webp');
}

.block_5_content_stock_timer {
  display: flex;
  align-items: baseline;
  gap: 10px;
}

.block_5_content_stock_timer_colon {
  font-size: 96px;
  font-weight: 700;
  line-height: 118px;
  transition: opacity 0.5s;
}

.hidden {
  opacity: 0;
}

.block_5_content_stock_timer_hours_wrap,
.block_5_content_stock_timer_minutes_wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}

.block_5_content_stock_timer_hours_wrap_hours,
.block_5_content_stock_timer_minutes_wrap_minutes {
  display: flex;
  gap: 4px;
}

.block_5_content_stock_timer_hours_wrap_hours span,
.block_5_content_stock_timer_minutes_wrap_minutes span {
  height: 120px;
  width: 90px;
  background: #ffd130;
  font-size: 96px;
  font-weight: 700;
  line-height: 118px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.block_5_content_stock_timer_hours_wrap_title,
.block_5_content_stock_timer_minutes_wrap_title {
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
}

.block_5 > img {
  position: absolute;
  right: 0;
  top: 10px;
  z-index: 10;
}
/* block 5 end */

/* block 6 begin */
.block_6_image {
  height: 632px;
  border-radius: 0 16px 16px 0;
  overflow: hidden;
  position: relative;
}

.block_6_image img {
  height: 632px;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.block_6_image_title {
  width: 650px;
  padding: 0 3px 20px;
  font-size: 36px;
  font-weight: 700;
  line-height: 48px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  border-bottom: 5px solid #ffd130;
  position: absolute;
  left: 100px;
  bottom: 100px;
  z-index: 10;
}

.block_6_content h2 {
  margin-bottom: 32px;
  font-size: 36px;
  font-weight: 700;
  line-height: 48px;
}

.block_6_content_description {
  margin-bottom: 48px;
  font-weight: 400;
  line-height: 24px;
}

.block_6_content_line {
  width: 100%;
  margin-bottom: 34px;
  border-top: 1px solid #000;
}

.block_6_statistic {
  margin: 0 0 54px 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  gap: 30px;
}

.block_6_statistic_title {
  font-size: 46px;
  font-weight: 700;
  line-height: 46px;
}

.block_6_statistic_text {
  font-weight: 400;
  line-height: 24px;
}

.block_6_case {
  width: 400px;
  height: 56px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #ffd130;
  cursor: pointer;
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
  transition: all linear 0.2s;
}

.block_6_case:hover {
  background: #000;
  color: #fff;
}
/* block 6 end */

/* block 7 begin */
.block_7 {
  height: 450px;
  border-radius: 50px;
  background: url('../images/block_7_bg.webp') no-repeat right center;
  overflow: hidden;
}

.block_7_content {
  height: 100%;
  width: 590px;
  /* 590 - 700 */
  padding: 55px 50px 75px 90px;
  background: #ffd130;
  display: flex;
  flex-direction: column;
  position: relative;
}

.block_7_content:after {
  content: '';
  display: block;
  height: 100%;
  width: 116px;
  background: #ffd130;
  transform: skewX(166deg);
  position: absolute;
  top: 0;
  right: -56px;
  z-index: 10;
}

.block_7_content h2 {
  margin-bottom: 13px;
  font-size: 36px;
  font-weight: 700;
  line-height: 48px;
  text-transform: uppercase;
}

.block_7_content_description {
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
}

.block_7_content_btn {
  width: 398px;
  margin-top: auto;
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
  padding: 15px 30px;
  border: 1px solid transparent;
  border-radius: 4px;
  background: #000;
  text-align: center;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all linear 0.2s;
}

.block_7_content_btn:hover {
  background: #ffd130;
  color: #000;
  border-color: #fff;
}
/* block 7 end */

/* block 8 begin */
.block_8 {
  position: relative;
}

.block_8 h2 {
  margin-bottom: 48px;
  font-size: 36px;
  font-weight: 700;
  line-height: 48px;
  text-transform: uppercase;
}

.block_8_navigation {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
}

.block_8_navigation_prev,
.block_8_navigation_next {
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.block_8_navigation_count {
  font-size: 36px;
  font-weight: 600;
  line-height: 48px;
}

.block_8_list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.slick-list {
  margin: 0 -12px !important;
}

.block_8_list li {
  margin: 0 12px;
  background: #fff;
  border-radius: 16px;
  /*width: 414px !important;*/
}

.block_8_list_image {
  display: block;
  height: 440px;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
}

.block_8_list_image:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}

.block_8_list_image img {
  height: 440px;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.block_8_list_image_play {
  height: 57px;
  width: 56px;
  position: absolute;
  top: calc(50% - 57px / 2);
  left: calc(50% - 56px / 2);
  z-index: 10;
  cursor: pointer;
  transition: all linear 0.2s;
}

.block_8_list_image:hover .block_8_list_image_play {
  transform: scale(1.2);
}

.block_8_list_image_person {
  width: 100%;
  padding: 0 30px 24px;
  color: #fff;
  line-height: 24px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
}

.block_8_list_image_person_name {
  font-size: 16px;
  font-weight: 600;
}

.block_8_list_image_person_post {
  font-size: 12px;
  font-weight: 400;
}

.block_8_list_description {
  display: none;
  padding: 26px 19px 16px 34px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
/* block 8 end */

/* block 9 begin */
.block_9_image {
  height: 651px;
  background: #ffd130;
  position: relative;
}

.block_9_image img {
  height: 651px;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
/* block 9 end */

/* footer begin */
footer {
  grid-column: 1/-1;
  padding: 0 10px;
  background: #000;
  display: grid;
  grid-template-columns: 1fr minmax(320px, 1728px) 1fr;
}

.footer_top {
  grid-column: 2/3;
  min-height: 128px;
  padding: 10px 0;
  display: grid;
  grid-template-columns: 170px auto 1fr auto auto 200px;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.footer_top_logotype {
  margin-right: 30px;
}

.footer_top_description {
  width: 195px;
  margin-right: 115px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  color: #fff;
  line-height: 24px;
}

.footer_top_menu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  gap: 30px;
}

.footer_top_menu ul li a {
  font-size: 18px;
  color: #fff;
  text-decoration: none;
  transition: all linear 0.2s;
}

.footer_top_menu ul li a:hover {
  color: #ffd130;
}

.footer_top_networks {
  width: 80px;
  margin-right: 15px;
}

.footer_top_networks ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  gap: 15px;
}

.footer_top_networks ul li:last-child {
  display: none;
}

.footer_top_networks ul li a,
.footer_top_networks ul li a svg {
  display: block;
}

.footer_top_telephone {
  margin-right: 50px;
  font-size: 18px;
  font-weight: 400;
}

.footer_top_telephone a {
  color: #fff;
  text-decoration: none;
  transition: all linear 0.2s;
}

.footer_top_telephone a:hover {
  color: #ffd130;
}

.footer_top_feedback {
  width: 198px;
  height: 48px;
  background: #ffd130ff;
  border: 1px solid transparent;
  border-radius: 4px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 600;
  transition: all linear 0.2s;
}

.footer_top_feedback:hover {
  background: #000;
  color: #fff;
  border-color: #fff;
}

.footer_bottom {
  grid-column: 2/3;
  min-height: 66px;
  padding: 10px 0;
  font-size: 14px;
  font-weight: 400;
  color: #a6a6a6;
  line-height: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer_bottom a {
  color: #a6a6a6;
  text-decoration: none;
  transition: all linear 0.2s;
}

.footer_bottom a:hover {
  color: #ffd130;
}
/* footer end */

/* popup begin */
.modal_bg {
  height: 100vh;
  width: 100%;
  padding: 10px;
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  display: grid;
  grid-template-rows: 1fr auto 1fr;
  grid-template-columns: 1fr minmax(300px, 900px) 1fr;
  opacity: 0;
  visibility: hidden;
  transition: all linear 0.2s;
}

.modal_bg.active {
  z-index: 1000;
  opacity: 1;
  visibility: visible;
}

.modal_bg_modal {
  grid-row: 2/3;
  grid-column: 2/3;
  padding: 80px 90px;
  background: #ffd130;
  border-radius: 16px;
  position: relative;
}

.modal_bg_modal_close {
  height: 40px;
  width: 40px;
  position: absolute;
  top: 40px;
  right: 40px;
  z-index: 10;
  cursor: pointer;
}

.modal_bg_modal_close svg {
  display: block;
}

.modal_bg_modal_title {
  margin-bottom: 40px;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
}

.modal_bg_modal_form form {
  display: flex;
  flex-direction: column;
}

.modal_bg_modal_form form label {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
}

.modal_bg_modal_form form .name {
  margin-bottom: 15px;
	display: grid;
  font-weight: normal;
}

.modal_bg_modal_form form .phone {
  margin-bottom: 40px;
  display: grid;
  font-weight : normal;
      gap: 5px;
}

.modal_bg_modal_form form .name input,
.modal_bg_modal_form form .phone input {
  display: block;
  height: 50px;
  width: 100%;
  margin-top: 4px;
  padding: 9px 9px 9px 30px;
  font-family: Gilroy;
  font-size: 20px;
  font-weight: 600;
}

.modal_bg_modal_form form .wrapper {
  display: grid;
  grid-template-rows: repeat(2, auto);
  grid-template-columns: 270px 1fr;
  gap: 8px 30px;
}

.modal_bg_modal_form form .wrapper .text {
  grid-row: 1/2;
  grid-column: 1/-1;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.2;
  color: #333;
}

.modal_bg_modal_form form .wrapper .callme {
  grid-row: 2/3;
  grid-column: 1/2;
  align-self: center;
  width: 268px;
  height: 64px;
  border: 1px solid transparent;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all linear 0.2s;
}

.modal_bg_modal_form form .wrapper .callme:hover {
  color: #000;
  background: #ffd130;
  border-color: #fff;
}

.modal_bg_modal_form form .wrapper .contacts {
  grid-row: 2/3;
  grid-column: 2/3;
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: grid;
  grid-template-columns: repeat(2, auto);
  gap: 16px;
}

.modal_bg_modal_form form .wrapper .contacts a {
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  color: #000;
}

.modal_bg_modal_form form .wrapper .contacts a svg {
  display: block;
}

.modal_bg_modal {
  overflow: auto;
  max-width: 920px;
  width: 100%;
  padding: 60px 70px;
}
.wrapper-f .callme {
  background-color: #000;
  padding: 20px 86px;
  color: #fff;
  border: none;
  margin-top: 20px;
  cursor: pointer;
}
.wrapper-f .contacts {
  display: flex;
  flex-wrap: wrap;
  column-gap: 35px;
  margin-top: 20px;
  max-width: 450px;
  row-gap: 10px;
}
.wrapper-f-2 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}
.block_9_content_strategy_order {
  text-align: center;
}
.wrapper-f .contacts > li {
  max-width: 200px;
  width: 100%;
}

.wrapper-f .contacts > li > a {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #000;
}
/* popup end */

/* media queries begin */
@media (max-width: 1728px) {
}

@media (max-width: 1600px) {
  .block_1_label {
    right: 160px;
  }

  .block_1 > img {
    height: 900px;
    width: auto;
  }
  @media (max-width: 1520px) {
    .block_1 > img {
      height: 740px;
    }
  }

  .block_3_image > img {
    object-position: left center;
  }

  .block_4_list_title {
    padding: 0 20px;
  }

  .block_6_image_title {
    left: 64px;
  }

  .block_3_content,
  .block_6_content,
  .block_9_content {
    padding: 50px 40px 50px 80px;
  }

  .block_6_statistic li {
    flex: 1 1 0;
  }

  .header_description,
  .footer_top_description {
    margin-right: 88px;
  }
}

@media (max-width: 1472px) {
  .block {
    margin-bottom: 100px;
  }

  .block-1-label {
    right: 96px;
  }

  .block-2 h2 {
    margin-bottom: 40px;
  }

  .block-2-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }

  .block-2-list-sheet {
    padding: 0 20px 20px;
  }

  .block-2-list-sheet-description {
    margin-bottom: 20px;
  }

  .block_3_content,
  .block_6_content,
  .block_9_content {
    padding: 40px 40px 40px 60px;
  }

  .block_3_content h2,
  .block_6_content h2,
  .block_9_content h2 {
    margin-bottom: 30px;
  }

  .block_4 h2 {
    margin-bottom: 40px;
  }

  .block_4_list {
    gap: 20px;
  }

  .block_4_list li {
    height: 345px;
  }

  .block_4_list li img {
    height: auto;
  }

  .block_4_list_title {
    font-size: 26px;
    line-height: 1.2;
    bottom: 20px;
  }

  .block_5 {
    height: initial;
  }

  .block_5_content {
    padding: 50px;
  }

  .block_6_image_title {
    width: 90%;
    left: 5%;
  }

  .block_6_statistic {
    margin: 0;
  }

  .block_6_case {
    margin-top: auto;
  }

  .block_7_content {
    padding: 50px 50px 50px 70px;
  }

  .block_8 h2 {
    margin-bottom: 40px;
  }

  .slick-list {
    margin: 0 -10px !important;
  }

  .block_8_list li {
    margin: 0 10px;
  }

  .block_8_list_description {
    padding: 12px 15px 12px 15px;
    line-height: 1.2;
  }

  .header_description,
  .footer_top_description {
    margin-right: 65px;
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    line-height: 1.2 !important;
  }
}

@media (max-width: 1344px) {
  .header,
  .footer_top {
    grid-template-columns: 170px 1fr auto auto 200px;
  }

  .header_logotype,
  .footer_top_logotype {
    margin-right: 60px;
  }

  .header_description,
  .footer_top_description {
    display: none;
  }

  .block_1 {
    height: initial;
  }

  .block_1_content {
    width: 100%;
    padding: 100px;
    align-items: center;
  }

  .block_1_content h1 {
    font-size: 57px;
    line-height: 1.2;
    text-align: center;
  }

  .block_1_content_description {
    margin-bottom: 60px;
    padding-right: 0;
    line-height: 1.2;
    text-align: center;
  }

  .block_1_content_btn {
    margin-bottom: 60px;
  }

  .block_1_content_little_time {
    max-width: 900px;
  }

  .block_1_content_little_time_title br {
    display: none;
  }

  .block_1 > img {
    bottom: -55px;
    right: -39px;
    height: 630px;
    width: auto;
  }

  .block_1_label {
    display: none;
  }

  .block-2-list-sheet-title {
    font-size: 24px;
    line-height: 1.2;
  }

  .block-2-list-sheet-description {
    font-size: 18px;
    line-height: 1.2;
  }

  .block_3_image,
  .block_6_image,
  .block_9_image {
    height: 600px;
  }

  .block_3_image > img,
  .block_6_image img,
  .block_9_image img {
    width: auto;
    height: 100%;
  }

  .block_3_image_label {
    width: 90%;
    height: 112px;
    padding: 20px;
    gap: 0 20px;
    left: 5%;
    bottom: 5%;
    z-index: 15;
  }

  .block_3_content,
  .block_6_content,
  .block_9_content {
    padding: 40px 50px;
  }

  .block_3_content h2,
  .block_9_content h2 {
    margin-bottom: 30px;
    font-size: 36px;
  }

  .block_3_content_description,
  .block_9_content_description {
    margin-bottom: 30px;
    line-height: 1.2;
  }

  .block_3_content_form input,
  .block_9_content_form input {
    max-width: initial;
  }

  .block_4_list_title {
    font-size: 24px;
  }

  .block_5_content {
    height: 600px;
    padding: 40px 50px;
  }

  .block_5_content h2 {
    width: 100%;
    margin-bottom: 30px;
  }

  .block_5_content_stock {
    width: 100%;
    height: initial;
    padding: 40px 50px;
    justify-content: space-between;
  }

  .block_5_content_stock_offer_pricing {
    margin-bottom: 57px;
  }

  .block_5 > img {
    right: 10px;
    bottom: 20px;
    top: initial;
    width: 400px;
  }

  .block_6_content_description {
    margin-bottom: 30px;
    line-height: 1.2;
  }

  .block_6_content_line {
    margin-bottom: 22px;
  }

  .block_6_statistic_title {
    font-size: 46px;
    line-height: 1.2;
  }

  .block_6_statistic_text {
    line-height: 1.2;
  }

  .block_6_image_title {
    bottom: 10%;
    font-size: 30px;
  }

  .block_7 {
    height: 400px;
  }

  .block_7_content {
    padding: 40px 50px;
  }

  .block_7_content_description {
    line-height: 1.2;
  }

  .block_8_list_image {
    height: 360px;
  }

  .block_8_list_image img {
    height: 100%;
    width: auto;
  }
}

@media (max-width: 1216px) {
  .block {
    margin-bottom: 80px;
  }

  .block_3,
  .block_6,
  .block_9 {
    grid-template-columns: 1fr 2fr;
  }

  .block_3_image_label {
    height: initial;
  }

  .block-2 h2,
  .block_4 h2,
  .block_8 h2 {
    margin-bottom: 30px;
  }

  .block_4_list li {
    height: 300px;
  }
}

@media (max-width: 1088px) {
  .header,
  .footer_top {
    grid-template-rows: 50px auto;
    grid-template-columns: 1fr auto 200px;
    gap: 10px;
    min-height: 130px;
  }

  .header_logotype,
  .footer_top_logotype {
    grid-row: 1/1;
    grid-column: 1/2;
    justify-self: start;
    margin-right: 0;
  }

  .header_menu,
  .footer_top_menu {
    grid-row: 2/3;
    grid-column: 1/-1;
    justify-self: center;
  }

  .header_networks,
  .footer_top_networks {
    grid-row: 1/2;
    grid-column: 2/3;
    width: 128px;
    margin-right: 50px;
  }

  .header_networks ul li:last-child,
  .footer_top_networks ul li:last-child {
    display: block;
  }

  .header_telephone,
  .footer_top_telephone {
    display: none;
  }

  .header_feedback,
  .footer_top_feedback {
    grid-row: 1/2;
    grid-column: 3/4;
  }

  .block-2-list li {
    height: 370px;
  }
}

@media (max-width: 960px) {
  .block {
    margin-bottom: 60px;
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .block_1 > img {
    display: none;
  }

  .block_1_content {
    padding: 40px 50px;
  }

  .block_1_content h1 {
    font-size: 40px;
  }

  .block_1_content_little_time {
    padding: 10px 20px;
    display: grid;
    grid-template-columns: 1fr 90px 1fr;
    gap: 20px;
  }

  .block_1_content_little_time_title {
    font-size: 30px;
    line-height: 1.2;
  }

  .block_1_content_little_time_description {
    font-size: 18px;
    line-height: 1.2;
  }

  .block-2 h2,
  .block_4 h2,
  .block_8 h2 {
    font-size: 40px;
  }

  .block-2-list {
    grid-template-columns: repeat(2, 1fr);
  }

  .block_3,
  .block_6,
  .block_9 {
    grid-template-columns: 1fr;
  }

  .block_3_image,
  .block_6_image,
  .block_9_image {
    display: none;
  }

  .block_3_content,
  .block_6_content,
  .block_9_content {
    gap: 30px;
  }

  .block_3_content h2,
  .block_6_content h2,
  .block_9_content h2 {
    margin-bottom: 0;
  }

  .block_3_content_description,
  .block_6_content_description,
  .block_9_content_description {
    margin-bottom: 0;
  }

  .block_3_content_form,
  .block_9_content_form {
    margin-bottom: 0;
  }

  .block_3_content form,
  .block_9_content form {
    gap: 30px;
  }

  .block_4_list {
    grid-template-columns: repeat(2, 1fr);
  }

  .block_4_list li img {
    height: 100%;
  }

  .block_5 > img {
    display: none;
  }

  .block_5_content {
    height: initial;
  }

  .block_5_content_stock {
    padding: 30px 40px;
    flex-direction: column;
  }

  .block_5_content_stock_offer_title {
    text-align: center;
  }

  .block_5_content_stock_offer_pricing {
    width: initial;
    margin-bottom: 50px;
  }

  .block_5_content h2 {
    font-size: 36px;
  }

  .block_6_content_line {
    margin-bottom: 0;
  }

  .block_7 {
    height: initial;
  }

  .block_7_content {
    gap: 30px;
  }

  .block_7_content h2 {
    margin-bottom: 0;
    line-height: 1.2;
  }

  .footer_bottom {
    justify-content: space-evenly;
    flex-wrap: wrap;
    gap: 10px;
  }
}

@media (max-width: 832px) {
  .modal_bg_modal {
    padding: 50px 60px 50px 50px;
  }

  .modal_bg_modal_title {
    font-size: 32px;
  }

  .modal_bg_modal_close {
    top: 20px;
    right: 20px;
  }
}

@media (max-width: 704px) {
  .block {
    margin-bottom: 50px;
  }

  .block_1_content {
    gap: 30px;
  }

  .block_1_content h1,
  .block_1_content_description,
  .block_1_content_btn {
    margin-bottom: 0;
  }

  .block_1_content h1,
  .block-2 h2,
  .block_4 h2,
  .block_8 h2 {
    font-size: 36px;
  }

  .block_1_content,
  .block_3_content,
  .block_5_content,
  .block_6_content,
  .block_9_content {
    padding: 40px;
  }

  .block_5_content_stock_offer_discount {
    width: 100%;
    height: initial;
    max-width: 460px;
    padding: 16px 32px;
    border-radius: 4px;
    background: #000;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    text-align: center;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }

  .block_5_content_stock_offer_discount:hover {
    color: #000;
    background: #ffd130;
    background-image: initial;
  }

  .block_7_content {
    width: 100%;
  }

  .modal_bg_modal {
    padding: 30px 60px 30px 30px;
  }

  .modal_bg_modal_title {
    font-size: 30px;
    margin-bottom: 30px;
  }

  .modal_bg_modal_form form .wrapper {
    grid-template-rows: repeat(3, auto);
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .modal_bg_modal_form form .wrapper .callme {
    grid-row: 2/3;
    grid-column: 1/-1;
    width: 250px;
    justify-self: center;
  }

  .modal_bg_modal_form form .wrapper .contacts {
    grid-row: 3/4;
    grid-column: 1/-1;
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .header,
  .footer_top {
    grid-template-columns: 1fr auto;
  }

  .header_menu,
  .footer_top_menu {
    width: 100%;
    overflow-x: scroll;
  }

  .header_menu::-webkit-scrollbar,
  .footer_top_menu::-webkit-scrollbar {
    width: 0;
  }

  .header_menu ul li a,
  .footer_top_menu ul li a {
    white-space: nowrap;
  }

  .header_feedback,
  .footer_top_feedback {
    display: none;
  }

  .header_networks,
  .footer_top_networks {
    width: 116px;
    margin-right: 0;
  }

  .header_networks ul,
  .footer_top_networks ul {
    gap: 10px;
  }

  .block_1_content_little_time {
    height: initial;
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
  }

  .block_1_content_little_time_description {
    text-align: center;
  }

  .block_1_content,
  .block_3_content,
  .block_5_content,
  .block_6_content,
  .block_7_content,
  .block_9_content {
    padding: 30px;
  }

  .block_1_content h1,
  .block-2 h2,
  .block_4 h2,
  .block_8 h2,
  .block_3_content h2,
  .block_5_content h2,
  .block_6_content h2,
  .block_7_content h2,
  .block_9_content h2 {
    font-size: 32px;
  }

  .block-2-list,
  .block_4_list {
    gap: 10px;
    grid-template-columns: 1fr;
  }

  .block_3_content_contacts,
  .block_9_content_contacts {
    flex-wrap: wrap;
    justify-content: space-evenly;
    gap: 20px;
  }

  .block_3_content_contacts li a,
  .block_9_content_contacts li a {
    width: initial;
    padding: 0 20px;
  }

  .block_3_content_strategy,
  .block_9_content_strategy {
    justify-content: center;
    gap: 30px;
    flex-direction: column;
  }

  .block_3_content_strategy_order,
  .block_9_content_strategy_order {
    order: 2;
  }

  .block_3_content_strategy_description,
  .block_9_content_strategy_description {
    text-align: center;
  }

  .block_5_content_stock_offer_title {
    margin-bottom: 40px;
    font-size: 26px;
    line-height: 1.2;
  }

  .block_5_content_stock_offer {
    width: 100%;
  }

  .block_5_content_stock_offer_pricing:after {
    width: 150px;
    height: 150px;
    background-size: contain;
    top: 0;
    right: -25px;
  }

  .block_6_statistic {
    gap: 20px;
  }

  .block_8_navigation {
    position: initial;
    display: flex;
    justify-content: center;
  }

  .block_8_list_image img {
    height: auto;
    width: 100%;
  }

  .modal_bg_modal {
    padding: 20px;
  }

  .modal_bg_modal_title {
    font-size: 28px;
    margin-bottom: 25px;
  }

  .modal_bg_modal_form form .wrapper .callme {
    height: 50px;
    padding: 0;
  }
}

@media (max-width: 448px) {
  .block_1,
  .block_3,
  .block_5,
  .block_6,
  .block_7,
  .block_9 {
    border-radius: 20px;
  }

  .block_1_content,
  .block_3_content,
  .block_5_content,
  .block_6_content,
  .block_7_content,
  .block_9_content {
    padding: 15px;
  }

  .block_1_content {
    gap: 20px;
  }

  .block_1_content h1,
  .block-2 h2,
  .block_4 h2,
  .block_8 h2,
  .block_3_content h2,
  .block_5_content h2,
  .block_6_content h2,
  .block_7_content h2,
  .block_9_content h2 {
    font-size: 30px;
    text-align: center;
  }

  .block_1_content_description,
  .block_3_content_description,
  .block_9_content_description {
    font-size: 22px;
    line-height: 1.2;
    text-align: center;
  }

  .block-2 h2,
  .block_4 h2,
  .block_8 h2 {
    margin-bottom: 20px;
  }

  .block_3_content,
  .block_6_content,
  .block_9_content,
  .block_3_content form,
  .block_9_content form {
    gap: 20px;
  }

  .block_5_content h2 {
    margin-bottom: 20px;
  }

  .block_5_content_stock {
    padding: 20px;
    border-radius: 20px;
    gap: 20px;
  }

  .block_5_content_stock_offer_title {
    margin-bottom: 20px;
    font-size: 22px;
  }

  .block_5_content_stock_offer_pricing {
    height: initial;
    margin-bottom: 20px;
    padding: 20px;
    border-radius: 20px;
  }

  .block_5_content_stock_offer_pricing_wrap {
    width: 100%;
  }

  .block_5_content_stock_offer_pricing_wrap_price {
    font-size: 46px;
  }

  .block_5_content_stock_offer_pricing:after {
    width: 90px;
    height: 90px;
  }

  .block_5_content_stock_timer_hours_wrap_hours span,
  .block_5_content_stock_timer_minutes_wrap_minutes span {
    height: 80px;
    width: 60px;
    font-size: 50px;
    line-height: 1.2;
  }

  .block_6_statistic {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  .block_6_statistic li {
    text-align: center;
  }

  .block_6_case {
    width: 100%;
  }

  .block_7_content {
    gap: 20px;
  }

  .block_7_content:after {
    display: none;
  }

  .block_7_content_description {
    text-align: center;
  }

  .block_7_content_btn {
    width: 100%;
    padding: 16px;
  }

  .block_8_list_description {
    padding: 10px 20px;
    text-align: center;
  }

  .modal_bg_modal_title {
    padding-right: 15px;
  }

  .modal_bg_modal_form form .wrapper,
  .modal_bg_modal_form form .wrapper .contacts {
    gap: 15px;
  }

  .modal_bg_modal_form form .phone {
    margin-bottom: 30px;
  }

  .modal_bg_modal_form form .wrapper .contacts {
    grid-template-columns: 1fr;
  }

  .modal_bg_modal_title {
    font-size: 20px;
    margin-bottom: 20px;
  }
}

.block_5 {
  height: auto;
}
.block_5_content_stock {
  flex-wrap: wrap;
}
.block_5_content {
  height: auto;
}
@media (max-width: 320px) {
}
/* media queries end */
