@import './reset.css';
body {
  --text-black: #2a2a2a;
  color: var(--text-black);
  --text-green: #96c12a;
  font-family: Montserrat;
}
main {
}
span.green {
  color: var(--text-green);
}

.container {
  max-width: 1390px;
  margin: 0 auto;
  /*---------------header----------*/
}
.header {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  background: transparent;
}
.header.scroll {
  background: #fff;
}
.nav {
  justify-content: space-between;
  align-items: center;
  display: flex;
}
.nav-row {
  display: flex;
}
.nav-row-items {
  display: flex;
  column-gap: 80px;
  font-size: 18px;
  font-weight: 600;
}
.nav-row-item {
  color: var(--text-black);
}
.tel {
  margin-left: 102px;
}
.tel a {
  font-size: 24px;
  font-weight: 600;
  margin-left: 12px;
  text-decoration: none;
  color: var(--text-black);
}
/*-------------main----------*/
.about-us {
  padding-top: 94px;
  background: url(../IMG/headerbg.png);
  padding-bottom: 184px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.section_text_prewi {
  margin-top: 158px;
  font-size: 45px;
  font-weight: 800;
  width: 830px;
}
.section_text_content {
  margin-top: 20px;
  width: 652px;
  font-weight: 600;
  font-size: 20px;
  line-height: 39.5px;
}
.section_text_content span {
  font-weight: 800;
}
section.about-us .section_text_content:nth-child(3) {
  margin-top: 45px;
  margin-bottom: 25px;
}
.btn {
  background: linear-gradient(180deg, #96c12a 0%, #84ae19 100%);
  box-shadow: 0px 4px 4px #63850e;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #fff;
  padding: 18.5px 44px;
}
section.register .container {
  position: relative;
}
.form {
  background: #ffffff;
  box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.1);
  border-radius: 14px;
  width: 100%;
  padding: 56px 57px 70px;
  position: relative;
  z-index: 2;
}
section.register .container img {
  position: absolute;
  z-index: -2;
  top: -126px;
  left: -170px;
}

/* что такое z-index:2;? */
.register_prew {
  font-weight: 800;
  font-size: 28px;
  margin-bottom: 24px;
}
.form_inputs input {
  background: #f3f3f3;
  border-radius: 50px;
  padding: 20px 14px;
  width: 315px;
  margin-right: 17px;
}
.form_inputs {
  display: flex;
}
.register {
  padding: 117px 0 181px;
}
section.register .container form.form img {
  position: absolute;
  z-index: 1;
  top: 100%;
  left: calc(100% + 63px);
  transform: translateX(-100%) translateY(-100%);
}
section.advantages .advantages_prew {
  font-weight: 800;
  font-size: 32px;
  text-align: center;
}
.advantages_cards {
  padding: 63px 0 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr 1fr;
  gap: 22px;
}
.advantages_cards_item {
  border: 1px solid rgba(189, 189, 189, 0.5);
  border-radius: 14px;
  padding: 28px 30px 30px 20px;
  width: 100%;
  height: 100%;
  display: flex;
}
.card_img_advantages {
  margin-right: 16px;
}

p.advantages_card_title {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 18px;
  line-height: 24px;
}
.card_img_advantages {
  max-width: 45px;
  height: fit-content;
  width: fit-content;
}
.advantages_card_desc {
  line-height: 24px;
  font-size: 14px;
  color: rgba(118, 118, 118, 1);
}
.advantages {
  padding: 0 0 98px;
  background: url(../IMG/backgraoundcards.png);
}
.karkas {
  background: url(../IMG/backgroundkarkas.png) no-repeat center center;
  padding-bottom: 90px;
  padding-top: 90px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.karkas_prew {
  font-size: 32px;
  font-weight: 800;
  text-align: center;
  margin-bottom: 64px;
}
.karkas_block_item {
  background: #ffffff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  border-radius: 14px;
  padding: 20px 36px 23px 23px;
  width: 400px;
  display: flex;
  margin-bottom: 22px;
}
.karkas_item_img {
  margin-right: 12px;
}
.karkas_block_item_text {
  font-size: 16px;
  font-weight: 600;
}
.karkas_blocks {
  display: flex;
  justify-content: space-between;
}
section.karkas button.btn {
  margin: 72px auto 0;
}
.peculiarities {
  background: url(../IMG/bgwoods.png) no-repeat center center;
  padding-top: 90px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.peculiarities_prew {
  font-weight: 800;
  font-size: 32px;
  text-align: center;
  padding: 0 0 72px;
}

.peculiarities_cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 1fr 1fr;
  gap: 31px;
}
.peculiarities_cards_item {
  background: #ffffff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  border-radius: 14px;
  width: 100%;
  height: 100%;
  padding: 27px 33px;
}
.peculiarities_cards_item:first-child {
  grid-column: 4/5;
}
.peculiarities_cards_img {
  margin-right: 25px;
  text-align: center;
}
.peculiarities_cards_item_text {
  margin-top: 26px;
  font-weight: 800;
  font-size: 16px;
}
.peculiarities_cards_item_invisibal {
  margin-top: 28px;
  font-weight: 600;
  font-size: 14px;
  line-height: 21.5px;
  color: rgba(118, 118, 118, 1);
}
.katalog {
  background: url(../IMG/backgraundcatalog.png);
  padding: 90px 0 92px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
section.katalog .container {
  padding: 40px 0 93px;
}
.katalog_title {
  text-align: center;
  font-weight: 800;
  font-size: 32px;
  padding: 0 0 66px;
}
.katalog_cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr 1fr;
  gap: 19px;
}
.katalog_card {
  background: #ffffff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  border-radius: 14px;
  padding: 0 0 32px 0;
}

.katalog_card_content {
  padding: 18px 35px 32px 26px;
}
.katalog_card_pick {
  display: flex;
  align-items: center;
  margin-bottom: 29px;
}
.katalog_card_text_prew {
  font-weight: 800;
  font-size: 20px;
  margin: 0 auto 0 0;
}
.katalog_card_microimg {
  margin-left: 14px;
}
.katalog_card_content_txt {
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;

  color: #767676;
  margin-left: 5px;
}
.katalog_card_info {
  font-weight: 600;
  color: #767676;
  font-size: 14px;
  margin-bottom: 27px;
}
.katalog_card_content hr {
  background: #f7f7f7;
  height: 1px;
  width: 100%;
  margin-bottom: 24px;
}
.katalog_card_content_btns {
  display: flex;
}
.katalog_card_content_btn_txt {
  background: #f3f3f3;
  box-shadow: 0px 4px 4px #e9e9e9;
  border-radius: 50px;
  align-items: center;
  justify-content: center;
  display: flex;
  width: 135px;
  font-weight: 600;
  font-size: 14px;
  color: #a8a8a8;
}
.katalog_card_content_btns .btn {
  font-size: 14px;
  margin-left: auto;
  padding: 10px 24px;
}
.video_block {
  background: #ffffff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  border-radius: 14px;
  padding: 26px;
}
.video_block iframe {
  width: 100%;
  height: 500px;
  border-radius: 20px;
}
section.video {
  padding: 80px 0;
}
.prods_title {
  font-weight: 800;
  font-size: 32px;
  text-align: center;
  padding: 0 0 67px;
}
.prods_cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr 1fr;
  gap: 37px;
}
.prods_card {
  background: #ffffff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  border-radius: 14px;
}
.prods_photo_back {
  background: url(../IMG/photo_prods1.png) no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  width: 100%;
  height: 300px;
  padding: 0 45px 20px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.prods_photo_back_props {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.prods_card_content {
  padding: 34px 36px;
}
.prods_card_content h5 {
  font-size: 18px;
  font-weight: 800;
  margin-bottom: 24px;
}
.prods_card_content_info_txt {
  font-weight: 600;
  font-size: 12;
  color: #767676;
  padding-bottom: 10px;
}
.prods_card_content_info_indicators {
  display: flex;
  width: fit-content;
  align-items: center;
  margin: 0 30px 29px 0;
}
.prods_card_content_info_indicators p {
  margin-left: 6px;
}
.prods_card_content_info_indicators img {
}
.prods_card_content_info_blocks {
  display: flex;
}
.prods_card_content_detals {
  display: flex;
  align-items: center;
}
.prods_card_content_detals p {
  font-size: 14px;
  font-weight: 600;
  margin-right: 10px;
}
.prods_card_content_detals_s {
  padding: 12px 0 10px 16px;
  background: #eeeeee;
  border-radius: 6px;
  text-align: left;
}
.prods_card_content_detals_s h4 {
  font-weight: 800;
  font-size: 16px;
}
.prods_card_content_detals_s p {
  font-size: 12px;
  font-weight: 600;
  width: 300px;
}
.prods_card_content_detals img {
  padding-right: 30px;
}
.prods {
  padding-bottom: 130px;
}
.reviews_slider_items {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.btn_arrow {
  background: linear-gradient(180deg, #96c12a 0%, #84ae19 100%);
  box-shadow: 0px 4px 4px #63850e;
  border-radius: 50px;
  padding: 19px 19px;
  width: 64px;
  height: 65px;
  position: absolute;
}
.btn_arrow.left {
  left: 0;
}
.btn_arrow.right {
  right: 0;
}
.reviews_slider_banner {
  background: #ffffff;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  border-radius: 14px;
  padding: 30px 28px;
  width: 1170px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.reviews_slider_banner_inside {
  background: #ffffff;
  border: 1px solid #f0f0f0;
  border-radius: 14px;
  padding: 34px 37px 41px 57px;
}
.reviews_slider_banner_inside_content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.reviews_slider_banner_inside_content_left_prew {
  width: 369px;
  font-weight: 800;
  font-size: 18px;
  padding-bottom: 15px;
  line-height: 25px;
}
.reviews_slider_banner_inside_content_left_text {
  font-size: 16px;
  font-weight: 600;
  width: 450px;
  height: 84px;

  line-height: 28px;
  color: #767676;
}
.reviews_slider_banner_inside_content_right iframe {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(interer-bani.png);
  border-radius: 14px;
}
.reviews_slider_banner_inside_content_left img {
  margin-top: 25px;
}
.reviews_slider_banner_inside.inactive {
  position: absolute;
  z-index: 0;
  opacity: 0.3;
  transform: scale(0.85);
}
.reviews_slider_banner_inside.active {
  position: relative;
  z-index: 2;
}
.reviews_slider_banner_inside.inactive.left {
  right: calc(100% + 25px);
}
.reviews_slider_banner_inside.inactive.right {
  left: calc(100% + 25px);
}
section.reviews_slider {
  overflow-x: hidden;
  width: 100%;
  padding-bottom: 183px;
}
section.map {
  height: 667px;
}
section.map iframe {
  width: 100%;
  position: absolute;
  z-index: 0;
}
section.map .container {
  padding-top: 126px;
}
.map_content {
  background: #ffffff;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.05);
  border-radius: 14px;
  padding: 46px 62px 73px 39px;
  z-index: 1;
  position: relative;
  width: 671px;
}
.map_content_prew {
  font-weight: 800;
  font-size: 32px;
  padding-bottom: 39px;
}
.map_content_items {
  display: grid;
  grid-template-columns: repeat(2, 4fr);
  grid-template-rows: 1fr 1fr;
  justify-content: space-between;
  row-gap: 25px;
}
.map_content_item_txt {
  font-weight: 600;
  font-size: 12px;
  color: #767676;
  padding-bottom: 8px;
}
.map_content_item_flex {
  display: flex;
}
.map_content_item_flex a {
  font-weight: 600;
  font-size: 16px;
  margin-left: 8px;
  color: #2a2a2a;
  transition: all 0.5s ease;
}
.map_content_item_flex a:hover {
  color: #ffa500;
}
.footer_nav {
  margin: 30px 0 30px 0;
  display: flex;
  align-items: center;
}
.footer_nav img {
  margin-right: 54px;
}
p.footer-row-item {
  color: rgba(118, 118, 118, 1);
}
a.footer-row-item {
  color: var(--text-black);
}
.footer_row {
}
.footer_row_items {
  column-gap: 77px;
  display: flex;
}
.footer-row-item {
  font-size: 16px;
  font-weight: 600;
}
