@font-face {
    font-family: 'KyivType Sans';
    src: url('KyivTypeSans-Regular.woff2') format('woff2'),
        url('KyivTypeSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'KyivType Sans3';
    src: url('KyivTypeSans-Regular3.woff2') format('woff2'),
        url('KyivTypeSans-Regular3.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  font-family: "Alegreya Sans SC", sans-serif;
  font-size: 15px;
  color: #333;
}

.size {
  width: 100%;
  max-width: 1450px;
  margin: 0 auto;
}

h2.title {
  display: block;
  font-size: 45px;
  text-align: center;
  background: linear-gradient(180deg, #BF935B 0%, #5F4320 100%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
  font-weight: normal;
}

hr.sep {
  display: block;
  height: 40px;
  background: url("../img/hr.svg") no-repeat center;
  border: 0;
  margin-top: 20px;
}

header.head {
  display: block;
  position: absolute;
  width: 100%;
  top: 75px;
  z-index: 9;
}
header.head .head_cont {
  display: flex;
  justify-content: center;
  gap: 35px;
}
header.head .head_cont .row {
  color: #fff;
}
header.head .head_cont .row .row_name {
  font-size: 13px;
}
header.head .head_cont .row .row_cont {
  font-size: 16px;
  position: relative;
  color: #ffffff;
  padding: 5px 0;
}
header.head .head_cont .row .row_cont .head_lang__btn {
  display: block;
  cursor: pointer;
  padding-right: 20px;
  background: url("../img/arrow_lang.svg") no-repeat center right;
  border: none;
  color: #fff;
}
header.head .head_cont .row .row_cont .dropdown_lang {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  background: #fff;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.06);
}
header.head .head_cont .row .row_cont .dropdown_lang a {
  display: block;
  padding: 10px 15px;
  color: #000;
}
header.head .head_cont .row .row_cont .dropdown_lang a:hover{
  color: #D09E5F;
}
header.head .head_cont .row .row_cont .dropdown_lang a.disabled {
  opacity: 0.4;
}
header.head .head_cont .row .row_cont:hover .dropdown_lang {
  display: block;
}
header.head .head_cont .row .row_cont a {
  text-decoration: none;
  color: #fff;
}

header.head .head_cont .row .row_cont a:hover{
  color: #D09E5F;
}

.block_home {
  display: block;
  height: 870px;
  background-size: cover;
  position: relative;
  padding: 30px;
}
.block_home .border {
  display: block;
  position: relative;
  height: 100%;
  width: 100%;
}
.block_home .border .b_top {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background: url("../img/b_top.svg") repeat-x center;
}
.block_home .border .b_left {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 8px;
  height: 100%;
  background: url("../img/b_left.svg") repeat-y center;
}
.block_home .border .b_right {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 8px;
  height: 100%;
  background: url("../img/b_left.svg") repeat-y center;
}
.block_home .border .b_bottom {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background: url("../img/b_top.svg") repeat-x center;
}
.block_home .slide_fon{
	position: absolute;
	left: 0;
	top: 0;
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.block_home .cont_row {
  display: block;
  max-width: 670px;
	position: relative;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  padding-top: 170px;
}
.block_home .cont_row .logo {
  display: block;
  color: #fff;
}
.block_home .cont_row .logo img {
  display: inline-block;
  margin-bottom: 30px;
}
.block_home .cont_row .logo h3 {
  font-size: 35px;
  margin-bottom: 15px;
  font-weight: normal;
}
.block_home .cont_row .logo h4 {
  font-size: 18px;
  font-weight: normal;
}
.block_home .cont_row .cont_txt {
  display: block;
  background: url("../img/bg_txt.png") no-repeat center;
  background-size: cover;
  margin-top: 75px;
  padding: 25px 80px;
}
.block_home .cont_row .cont_txt p {
  font-size: 15px;
  color: #fff;
  line-height: 140%;
  display: block;
}

.block_one {
  display: block;
  position: relative;
}
.block_one::before {
  content: "";
  width: 100%;
  height: 19px;
  display: block;
  background: url("../img/wave_wite.svg") repeat-x center;
  position: absolute;
  left: 0;
  top: -7px;
  z-index: 2;
}
.block_one .cont_row {
  display: flex;
}
.block_one .cont_row .row_left {
  display: block;
  width: 50%;
  padding: 110px 9%;
}
.block_one .cont_row .row_left h2 {
  font-family: 'KyivType Sans3'!important;
  font-size: 55px;
  font-weight: normal;
  display: block;
  width: 80%;
  margin-bottom: 36px;
}
.block_one .cont_row .row_left .row_left_txt {
  font-size: 15px;
  font-weight: normal;
  color: #333;
}
.block_one .cont_row .row_left .row_left_txt p {
  display: block;
  margin-bottom: 10px;
  line-height: 170%;
}
.block_one .cont_row .row_right {
  display: block;
  width: 50%;
  background: url("../img/block_one_right_bg.jpg") no-repeat center;
  background-size: cover;
  padding: 55px 9%;
  text-align: right;
}
.block_one .cont_row .row_right img {
  display: inline-block;
  margin-bottom: 35px;
}
.block_one .cont_row .row_right h2 {
  font-family: 'KyivType Sans3'!important;
  font-size: 60px;
  color: #5F4320;
  font-weight: normal;
  margin: 0 0 15px 0;
}
.block_one .cont_row .row_right span {
  display: block;
  font-size: 16px;
  color: #333333;
  font-family: 'KyivType Sans3'!important;
}

.block_two {
  display: block;
  background: url("../img/block_two_bg.jpg") no-repeat center;
  background-size: cover;
  padding: 75px 0;
  padding-top: 0;
  position: relative;
}
.block_two .size{
  max-width: 1110px!important;
}
.block_two::before {
  content: "";
  width: 100%;
  height: 19px;
  display: block;
  background: url("../img/wave_wite.svg") repeat-x center;
  position: absolute;
  left: 0;
  top: -7px;
  z-index: 2;
}
.block_two h2.title {
  padding-top: 75px;
  margin-bottom: 50px;
  font-family: 'KyivType Sans3'!important;
}
.block_two .cont_row {
  display: flex;
  justify-content: space-between;
}
.block_two .cont_row .row {
  max-width: 320px;
  width: 100%;
  text-align: center;
}
.block_two .cont_row .row img {
  display: inline-block;
  margin-bottom: 20px;
}
.block_two .cont_row .row p {
  color: #000;
  line-height: 160%;
  font-size: 16px;
  font-weight: 300;
}

.block_three {
  padding: 60px 0;
}
.block_three .size{
  max-width: 1310px!important;
}
.block_three h2.title{
  line-height: 1;
  font-family: 'KyivType Sans3'!important;
}
.block_three hr.sep{
  margin-top: 15px;
}
.block_three .cont_row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
  margin-top: 45px;
}
.block_three .cont_row .row_left {
  display: block;
  position: relative;
  width: 40%;
}
.block_three .cont_row .row_left h2 {
  font-size: 45px;
  line-height: 140%;
  font-weight: normal;
  margin-bottom: 25px;
  color: #000000;
  font-family: 'KyivType Sans3'!important;
}
.block_three .cont_row .row_left .txt {
  font-size: 15px;
  line-height: 170%;
  color: #333333;
}
.block_three .cont_row .row_left p {
  margin-bottom: 10px;
}
.block_three .cont_row .row_right {
  display: block;
  width: 60%;
}
.block_three .cont_row .row_right .day_slick .item {
  display: block;
}
.block_three .cont_row .row_right .day_slick .item img {
  display: block;
  width: 100%;
  height: auto;
}
.block_three .cont_row .row_right .thumbnail_slick {
  display: block;
  position: relative;
  width: 90%;
  margin: 0 auto;
  margin-top: -50px;
}
.block_three .cont_row .row_right .thumbnail_slick .slick-track {
  display: flex;
  gap: 12px;
}
.block_three .cont_row .row_right .thumbnail_slick .item {
  cursor: pointer;
  border: 5px solid #FFF;
}
.block_three .cont_row .row_right .thumbnail_slick .item.slick-current {
  border: 5px solid rgb(208, 158, 95);
}
.block_three .cont_row .row_right .thumbnail_slick .item img {
  display: block;
  width: 100%;
  height: auto;
}

.block_product {
  padding: 60px 0;
  text-align: center;
}
.block_product h2.title{
  font-family: 'KyivType Sans3'!important;
}
.block_product .size{
  max-width: 1380px!important;
}
.block_product .product_slick {
  margin-top: 20px;
  position: relative;
}
.block_product .product_slick .item {
  display: block;
}
.block_product .product_slick .item img {
  display: block;
  max-width: 100%;
}
.block_product .product_slick button.slick-prev {
  display: block;
  position: absolute;
  cursor: pointer;
  top: calc(50% - 30px);
  left: 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #FFF url("../img/arrow_slide_left.svg") no-repeat center;
  font-size: 0;
  width: 60px;
  height: 60px;
  z-index: 2;
}
.block_product .product_slick button.slick-prev:hover {
  background: rgba(0, 0, 0, 0.1) url("../img/arrow_slide_left.svg") no-repeat center;
}
.block_product .product_slick button.slick-next {
  display: block;
  position: absolute;
  cursor: pointer;
  top: calc(50% - 30px);
  right: 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #FFF url("../img/arrow_slide_right.svg") no-repeat center;
  font-size: 0;
  width: 60px;
  height: 60px;
  z-index: 2;
}
.block_product .product_slick button.slick-next:hover {
  background: rgba(0, 0, 0, 0.1) url("../img/arrow_slide_right.svg") no-repeat center;
}
.block_product a.sb_detail {
  display: inline-flex;
  padding: 14px 40px;
  justify-content: center;
  margin: 0 auto;
  align-items: center;
  gap: 10px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  text-decoration: none;
  color: #000;
  font-size: 16px;
  font-weight: 300;
}
.block_product a.sb_detail:hover {
  background: rgba(0, 0, 0, 0.1);
}

footer.foot {
  display: block;
  background: #141312;
  padding: 40px 0;
  position: relative;
}
footer.foot .size{
  max-width: 1210px!important;
}
footer.foot::before {
  content: "";
  width: 100%;
  height: 19px;
  display: block;
  background: url("../img/wave_dark.svg") repeat-x center;
  position: absolute;
  left: 0;
  top: -9px;
  z-index: 2;
}
footer.foot .foot_cont {
  display: flex;
  justify-content: space-between;
}
footer.foot .foot_cont .foot_item {
  display: flex;
  justify-content: center;
  gap: 35px;
  color: #EAEAEA;
}
footer.foot .foot_cont .foot_item .row .row_name {
  font-size: 13px;
  color: #C7C7C7;
  margin-bottom: 5px;
}
footer.foot .foot_cont .foot_item .row .row_cont {
  font-size: 16px;
}
footer.foot .foot_cont .foot_item .row .row_cont a {
  color: #EAEAEA;
  text-decoration: none;
}
footer.foot .foot_cont .foot_item .row .row_cont a:hover {
  text-decoration: underline;
}
footer.foot .foot_cont .foot_item:nth-child(3) {
  flex-direction: column;
  align-items: flex-end;
  gap: 8px;
  color: #909090;
  font-size: 14px;
}
footer.foot .foot_cont .foot_item:nth-child(3) a {
  color: #909090;
}

#toggle {
  display: none;
  width: 35px;
  height: 35px;
  padding: 4px 6px;
  padding-bottom: 25px;
  cursor: pointer;
  z-index: 90;
  position: relative;
  transition: all 0.3s;
  position: absolute;
  right: -82px;
  top: 43px;
}
#toggle div {
  width: 100%;
  height: 1px;
  background: #fff;
  margin: 6px auto;
  transition: all 0.3s;
  backface-visibility: hidden;
}
#toggle.on .one {
  transform: rotate(45deg) translate(6px, 5px);
}
#toggle.on .two {
  opacity: 0;
}
#toggle.on .three {
  transform: rotate(-45deg) translate(5px, -4px);
}

@media (max-width: 1400px) {
  .size {
    padding-left: 20px;
    padding-right: 20px;
  }
  .block_one .size {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 1000px) {
  .block_one .cont_row .row_left {
    padding: 50px 20px;
  }
  .block_one .cont_row .row_right {
    padding: 50px 20px;
  }
  .block_one .cont_row .row_left h2 {
    font-size: 36px;
  }
  .block_one .cont_row .row_right h2 {
    font-size: 36px;
  }
  h2.title {
    font-size: 36x !important;
  }
  .block_three .cont_row .row_left h2 {
    font-size: 36px;
  }
  footer.foot .foot_cont {
    flex-direction: column;
    gap: 20px;
    align-items: center;
  }
  footer.foot .foot_cont .foot_item:nth-child(3) {
    align-items: center;
  }
  .block_one .cont_row .row_right img {
    max-width: 80%;
  }
}
@media (max-width: 720px) {
  #toggle {
    display: block;
  }
  #toggle.on {
    right: 30px;
    top: 30px;
  }
  header.head {
    background: rgba(0, 0, 0, 0.81);
    top: 0;
    height: 100vh;
    z-index: 5;
    display: flex;
    align-items: center;
    transform: translateX(-100%);
    transition: transform 0.4s;
    overflow: visible;
  }
  header.head .head_cont {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  header.head.active {
    transform: translateX(0%);
  }
  .block_home {
    height: 100vh;
  }
  .block_home .cont_row {
    padding-top: 0;
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .block_home .cont_row .logo img {
    max-width: 80%;
  }
  .block_home .cont_row .logo h3 {
    font-size: 25px;
  }
  .block_home .cont_row .logo h3 {
    margin-bottom: 0;
  }
  .block_home .cont_row .cont_txt {
    margin-top: 30px;
  }
  .block_home .cont_row .cont_txt {
    padding: 20px;
  }
  .block_one .cont_row {
    flex-direction: column;
  }
  .block_one .cont_row .row_left {
    width: 100%;
  }
  .block_one .cont_row .row_right {
    width: 100%;
    text-align: center;
  }
  .block_two .cont_row .row p {
    font-size: 14px;
    line-height: 1.7;
  }
  .block_two .cont_row {
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
  }
  .block_two .cont_row .row {
    width: 100%;
  }
  .block_three .size{
    padding-left: 0;
    padding-right: 0;
  }
  .block_three .cont_row {
    flex-wrap: wrap;
    gap: 25px;
  }
  .block_three .cont_row .row_left {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .block_three .cont_row .row_right {
    width: 100%;
  }
  .block_three .cont_row .row_left h2 {
    margin-bottom: 15px;
  }

  .block_product .product_slick{
    padding-bottom: 90px;
  }
  .block_product .product_slick button.slick-prev{
    top: auto!important;
    left: auto!important;
    bottom: 15px!important;
    right: 50%!important;
    margin-right: 10px!important;
  }
  .block_product .product_slick button.slick-next{
    top: auto!important;
    right: auto!important;
    bottom: 15px!important;
    left: 50%!important;
    margin-left: 10px!important;
  }
}
@media (max-width: 600px) {
  footer.foot .foot_cont .foot_item {
    flex-wrap: wrap;
  }
}/*# sourceMappingURL=main.css.map */