@font-face {
  font-family: "Baskerville";
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url("../fonts/LibreBaskerville-Regular.ttf") format("ttf"), url("../fonts/LibreBaskerville-Regular.ttf") format("ttf");
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url("../fonts/Poppins-Regular.ttf") format("ttf"), url("../fonts/Poppins-Regular.ttf") format("ttf");
}
.rotate {
  animation: 20s rotateImg linear infinite;
}

.center {
  text-align: center;
}

.bg_yellow {
  background-color: #F0E9E2;
}

.back_link {
  position: absolute;
  top: 0;
  left: 9.375vw;
  z-index: 8;
}
.back_link img {
  width: 1.25vw;
  transition: 0.3s all ease;
}
.back_link img:hover {
  transform: scale(1.1);
}

.w60 {
  width: 60%;
}

.red {
  color: #eb5e50;
}

.bg_green {
  background-color: #39504c;
}
.bg_green ul li,
.bg_green ul li p,
.bg_green p {
  color: #FDF9F5;
}

.bg_bottom {
  background-position: bottom center !important;
}

.d_flex {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-flow: wrap;
}

.bg_img {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.icon_herb {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 10vw;
  height: 10vw;
}
.icon_herb img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.icon_herb img.icon {
  width: 5.4vw;
}

.section_heading {
  margin: 5.208vw 0;
}
.section_heading p.desc {
  margin: 2.188vw auto 0;
  max-width: 67.708vw;
}

.not_found {
  margin: 7vw 0;
}
.not_found .container {
  flex-direction: column;
  align-items: center;
}
.not_found .container p {
  font-size: 2vw;
}
.not_found .container p.big {
  margin: 2vw 0;
  font-weight: 700;
  font-size: 15vw;
}
.not_found .container a.btn {
  background-color: #eb5e50;
  color: #FDF9F5;
}

.btn {
  height: 4.167vw;
  min-width: 22.396vw;
  background-color: #FDF9F5;
  font-size: 20px;
  align-items: center;
  justify-content: center;
  font-family: "Poppins", sans-serif;
}
.btn:hover {
  background-color: #eb5e50;
  color: #FDF9F5;
}

@media only screen and (max-width: 900px) {
  .icon_herb {
    width: 28.57vw;
    height: 28.57vw;
  }
  .icon_herb img.icon {
    width: 15vw;
  }

  .section_heading {
    margin: 8.213vw 0;
  }
  .section_heading p.desc {
    max-width: 95%;
    margin: 4.831vw auto 0;
  }

  .btn {
    width: 67.633vw;
    height: 12.077vw;
    font-size: 3.382vw;
  }
}
@keyframes rotateImg {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  outline: none;
  font-family: "Baskerville", sans-serif;
  box-sizing: border-box;
  color: #39504c;
}

html {
  height: 100%;
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  padding-top: 8.333vw;
  font-family: "Baskerville", sans-serif;
  font-weight: 400;
  background-color: #FDF9F5;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

p {
  font-weight: 500;
  font-size: 1vw;
  color: #39504c;
}

a {
  text-decoration: none;
  font-size: 1vw;
  font-weight: 500;
  transition: 0.3s all ease;
  color: #39504c;
}

.container {
  margin: 0 auto;
  width: 90vw;
}

select {
  font-family: "Baskerville", sans-serif;
  font-weight: 500;
}

form button {
  cursor: pointer;
}

b {
  font-weight: 700;
}

ol, ul {
  list-style: none;
}

svg {
  transition: 0.3s all ease;
}

svg path {
  transition: 0.3s all ease;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
}

strong {
  font-weight: bold;
}

input {
  outline: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  border: 0;
  max-width: 100%;
}

.inner-padding {
  padding: 0 80px;
}

/* Chrome, Opera, Safari */
details summary::-webkit-details-marker {
  display: none;
}

details :focus {
  outline: 0;
}

/* Firefox */
details, summary {
  display: block;
}

details summary:before {
  content: none;
}

details[open] summary:before {
  content: none;
}

::-webkit-scrollbar-track {
  background-color: #fff;
}

::-webkit-scrollbar-thumb {
  background-color: #39504c;
  background-position: center;
  background-repeat: no-repeat;
}

::-webkit-scrollbar {
  width: 12px;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

@media only screen and (max-width: 900px) {
  body {
    padding-top: 80px;
  }

  .container {
    width: 92vw;
  }
}
.fz60 {
  font-size: 3.125vw;
}

.fz30 {
  font-size: 1.563vw;
}

.fz20 {
  font-size: 1.1vw;
}

.fz16 {
  font-size: 0.833vw;
}

@media only screen and (max-width: 900px) {
  .fz60 {
    font-size: 7.246vw;
  }

  .fz30 {
    font-size: 4.831vw;
  }
}
form .input_group {
  position: relative;
  margin-bottom: 33px;
}
form .input_group label {
  position: absolute;
  top: 50%;
  left: 17px;
  transform: translateY(-50%);
  font-size: 14px;
  cursor: text;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  transition: 0.3s all ease;
}
form .input_group label.required::after {
  position: relative;
  top: -3px;
  left: 1px;
  display: inline-block;
  content: "*";
  font-size: 14px;
  color: #eb5e50;
}
form textarea,
form input {
  width: 100%;
  box-sizing: border-box;
  border-radius: 0;
  height: 44px;
  background-color: transparent;
  border: 1px solid #707070;
  padding: 17px;
  font-size: 14px;
  font-family: "Baskerville", sans-serif;
  color: #39504c;
}
form textarea::-moz-placeholder, form input::-moz-placeholder {
  color: #39504c;
}
form textarea:-ms-input-placeholder, form input:-ms-input-placeholder {
  color: #39504c;
}
form textarea::placeholder,
form input::placeholder {
  color: #39504c;
}
form textarea:focus,
form input:focus {
  border: 1px solid #eb5e50;
}
form textarea:focus::-moz-placeholder, form input:focus::-moz-placeholder {
  color: transparent;
}
form textarea:focus:-ms-input-placeholder, form input:focus:-ms-input-placeholder {
  color: transparent;
}
form textarea:focus::placeholder,
form input:focus::placeholder {
  color: transparent;
}
form textarea:focus + label, form textarea:valid + label, form textarea:disabled + label,
form input:focus + label,
form input:valid + label,
form input:disabled + label {
  display: none;
}
form textarea {
  outline: none;
  resize: none;
  height: 102px;
}
form button {
  height: 44px;
  background-color: #39504c;
  border: none;
  color: #FDF9F5;
  font-size: 14px;
  padding: 0 60px;
  transition: 0.3s all ease;
  font-family: "Poppins", sans-serif;
}
form button:hover {
  background-color: #eb5e50;
}

.row_content_block {
  min-height: 46.875vw;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.row_content_block.single_img_block {
  grid-template-columns: 1fr;
}
.row_content_block.single_img_block .img_block .bg_img.family_img {
  background-position: 0 -5vw;
}
.row_content_block .right_text_block,
.row_content_block .left_text_block {
  flex-direction: column;
  justify-content: center;
}
.row_content_block .right_text_block p,
.row_content_block .left_text_block p {
  font-size: 2.9vw;
}
.row_content_block .right_text_block ul,
.row_content_block .left_text_block ul {
  margin-top: 2.448vw;
}
.row_content_block .right_text_block ul li,
.row_content_block .left_text_block ul li {
  font-size: 1.563vw;
  position: relative;
  padding-left: 1vw;
  margin-bottom: 0.1vw;
}
.row_content_block .right_text_block ul li p,
.row_content_block .left_text_block ul li p {
  font-size: 1.563vw;
}
.row_content_block .right_text_block ul li:before,
.row_content_block .left_text_block ul li:before {
  content: "";
  position: absolute;
  top: 0.7vw;
  left: 0;
  border-radius: 50%;
  background-color: #FDF9F5;
  width: 0.5vw;
  height: 0.5vw;
}
.row_content_block .left_text_block {
  padding: 4.688vw 1vw 4.688vw 11.094vw;
}
.row_content_block .right_text_block {
  padding: 4.688vw 8.698vw 4.688vw 6.771vw;
}
.row_content_block .img_block {
  overflow: hidden;
}
.row_content_block .img_block.has_btn {
  position: relative;
}
.row_content_block .img_block.has_btn .btn {
  position: absolute;
  z-index: 2;
  bottom: 5.208vw;
  left: 50%;
  transform: translateX(-50%);
}
.row_content_block .img_block .bg_img {
  display: block;
  height: 100%;
}
.row_content_block .img_block .bg_img.bg_bottom {
  background-position: bottom center;
}
.row_content_block .img_block .bg_img.bg_top {
  background-position: top center;
}
.row_content_block .img_block .bg_img:hover {
  transform: scale(1.05);
}

@media only screen and (max-width: 900px) {
  .row_content_block {
    grid-template-columns: 1fr;
  }
  .row_content_block .right_text_block,
.row_content_block .left_text_block {
    padding: 12.8vw 4.348vw 11.594vw 12.319vw;
  }
  .row_content_block .right_text_block p,
.row_content_block .left_text_block p {
    font-size: 7.246vw;
  }
  .row_content_block .right_text_block ul,
.row_content_block .left_text_block ul {
    margin-top: 8vw;
  }
  .row_content_block .right_text_block ul li,
.row_content_block .left_text_block ul li {
    font-size: 4.831vw;
    padding-left: 3vw;
    margin-bottom: 0.2vw;
  }
  .row_content_block .right_text_block ul li:before,
.row_content_block .left_text_block ul li:before {
    top: 2.4vw;
    width: 1.5vw;
    height: 1.5vw;
  }
  .row_content_block .right_text_block ul li p,
.row_content_block .left_text_block ul li p {
    font-size: 4.831vw;
  }
}
header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 8.333vw;
  justify-content: center !important;
  align-items: center !important;
  background-color: #FDF9F5;
  z-index: 99;
}
header.fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  background: linear-gradient(180deg, #FDF9F5 0%, rgba(253, 249, 245, 0) 250%);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
  height: 4.5vw;
}
header.fixed nav ul li a img {
  width: 7vw;
}
header .mobile_block {
  display: none;
}
header nav ul {
  width: 100%;
  justify-content: center;
  align-items: center !important;
}
header nav ul li {
  margin-right: 2.969vw;
}
header nav ul li.socials {
  display: none;
  padding-bottom: 30px;
}
header nav ul li.socials a {
  margin-right: 67px;
}
header nav ul li.socials a:last-child {
  margin: 0;
}
header nav ul li.socials a img {
  width: 31px;
}
header nav ul li.img_link {
  margin: 0 5.26vw !important;
}
header nav ul li a {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
}
header nav ul li a:hover {
  text-decoration: underline;
}
header nav ul li a img {
  width: 11vw;
}
header nav ul li:nth-child(4), header nav ul li:nth-child(5), header nav ul li:last-child {
  margin-right: 0;
}

@media only screen and (max-width: 900px) {
  header {
    height: 80px;
    position: fixed;
  }
  header.open .mobile_block {
    z-index: 99;
  }
  header.open .mobile_block .burger_btn span {
    background-color: #FDF9F5;
  }
  header.open .mobile_block .burger_btn span:first-child {
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
  }
  header.open .mobile_block .burger_btn span:last-child {
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
  }
  header.open .mobile_block .burger_btn span:nth-child(2) {
    left: 100%;
    opacity: 0;
  }
  header.open .mobile_block a.img {
    display: none;
  }
  header.open nav {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 98;
    background-color: #39504c;
    overflow-y: scroll;
  }
  header.open nav ul {
    padding-top: 60px;
    flex-direction: column;
  }
  header.open nav ul li {
    margin: 0 0 10.628vw;
  }
  header.open nav ul li.socials {
    display: flex;
  }
  header.open nav ul li.img_link {
    display: none;
  }
  header.open nav ul li a {
    font-size: 30px;
    font-family: "Baskerville", sans-serif;
    color: #FDF9F5;
  }
  header.fixed {
    height: 80px;
  }
  header .mobile_block {
    display: block;
  }
  header .mobile_block .burger_btn {
    position: absolute;
    top: 50%;
    left: 37px;
    transform: translateY(-50%);
    width: 32px;
    height: 22px;
  }
  header .mobile_block .burger_btn span {
    height: 3px;
    display: block;
    width: 100%;
    position: absolute;
    background-color: #39504c;
    left: 0;
    transition: 0.3s all ease;
  }
  header .mobile_block .burger_btn span:first-child {
    top: 0;
  }
  header .mobile_block .burger_btn span:nth-child(2) {
    top: 50%;
    transform: translateY(-50%);
  }
  header .mobile_block .burger_btn span:last-child {
    bottom: 0;
  }
  header .mobile_block a img {
    width: 110px;
  }
  header nav {
    display: none;
  }
}
section.hero_section .img_hero {
  height: 31.979vw;
  margin: 0 0 3.698vw;
  position: relative;
}
section.hero_section .img_hero .img_block {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
section.hero_section .img_hero .img_block .img {
  position: absolute;
  width: 100%;
  height: 100%;
}
section.hero_section .img_hero .icon_herb {
  bottom: -7vw;
  right: 14vw;
}
section.hero_section p.secondary {
  margin-top: 0.833vw;
}

section.about_section {
  margin-top: 6.25vw;
}
section.about_section .row_content_block .left_text_block {
  position: relative;
  z-index: 2;
}
section.about_section .row_content_block .left_text_block .icon_herb {
  bottom: 1.7vw;
  right: -5vw;
}
section.about_section .second_row {
  margin-top: 2.083vw;
}

section.offer_section a.btn {
  margin-top: 2vw;
}

section.history_section .section_heading {
  margin: 4.167vw 0;
}
section.history_section .row_content_block .left_text_block {
  padding: 4.688vw 3vw 4.688vw 13.542vw;
}

section.tradition_section .row_content_block {
  min-height: 23.958vw;
}
section.tradition_section .row_content_block.first_row .right_text_block {
  padding: 4.688vw 4.948vw 4.688vw 6.094vw;
}
section.tradition_section .row_content_block.second_row .left_text_block {
  padding: 4.688vw 3vw 4.688vw 9.375vw;
}

section.quality_section .row_content_block {
  display: flex;
}
section.quality_section .row_content_block.second_row .img_block {
  width: 66%;
}
section.quality_section .row_content_block.second_row .left_text_block {
  width: 34%;
  padding: 4.688vw 2vw 4.688vw 9.375vw;
}
section.quality_section .row_content_block .img_block {
  width: 34%;
}
section.quality_section .row_content_block .left_text_block {
  width: 66%;
  padding: 4.688vw 9.375vw 4.688vw 11.094vw;
}

section.bony_section {
  margin-top: 2.344vw;
}
section.bony_section .row_content_block .left_text_block {
  padding: 4.688vw 3vw 4.688vw 18.021vw;
}
section.bony_section .row_content_block .left_text_block .btn {
  margin-top: 6.5vw;
}

.media_section {
  padding: 4.688vw 11.458vw 5.208vw;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-row-gap: 1.042vw;
  grid-column-gap: 12.76vw;
}
.media_section .item {
  flex-direction: column;
}
.media_section .item .text_link:hover {
  text-decoration: underline;
}
.media_section .item .img_link {
  margin-top: 0.677vw;
  width: 31.25vw;
  height: 15.625vw;
  display: inline-block;
  overflow: hidden;
}
.media_section .item .img_link:hover .img img {
  transform: scale(1.1);
}
.media_section .item .img_link .img {
  transition: 0.3s all ease;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.media_section .item .img_link .img img {
  width: 3.5vw;
  transition: 0.3s all ease;
}

section.instagram_section {
  padding: 6.042vw 0 6.771vw;
}
section.instagram_section .section_heading {
  margin: 0;
  padding: 0 12vw;
}
section.instagram_section .section_heading a:hover {
  text-decoration: underline;
}
section.instagram_section .images_block {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 1.1vw;
  grid-row-gap: 1.1vw;
  width: 36.458vw;
  margin: 4.531vw auto 0;
}
section.instagram_section .images_block .img_item {
  height: 11.458vw;
  overflow: hidden;
}
section.instagram_section .images_block .img_item .img {
  height: 100%;
  background-position: top center;
  transition: 0.3s all ease;
}
section.instagram_section .images_block .img_item .img:hover {
  transform: scale(1.1);
}

section.map_section {
  padding: 5.833vw 0 10.156vw 18.49vw;
  position: relative;
}
section.map_section .section_heading {
  margin: 0;
  position: relative;
  z-index: 2;
}
section.map_section .section_heading p {
  margin-bottom: 1.771vw;
}
section.map_section .section_heading a {
  text-decoration: underline;
}
section.map_section .icon_herb {
  margin-top: 15.99vw;
  position: relative;
  left: -1vw;
}
section.map_section .map_img {
  position: absolute;
  top: 3.208vw;
  right: 6.063vw;
}
section.map_section .map_img img {
  width: 53.521vw;
}

@media only screen and (max-width: 900px) {
  section.hero_section .img_hero {
    height: 112.319vw;
    margin: 0 0 11.353vw;
  }
  section.hero_section .img_hero .img_block .img {
    top: 20%;
    left: 40%;
    height: 240%;
    width: 240%;
    transform: translate(-50%, -50%);
  }
  section.hero_section .img_hero .icon_herb {
    right: 2vw;
    bottom: -21vw;
  }
  section.hero_section h1 {
    padding: 0 12vw;
  }
  section.hero_section p.secondary {
    margin-top: 3.623vw;
  }

  section.about_section {
    margin-top: 10.87vw;
  }
  section.about_section .row_content_block .left_text_block .icon_herb {
    bottom: -9.3vw;
    right: 20vw;
  }
  section.about_section .row_content_block .img_block {
    margin-top: -1px;
    height: 100vw;
  }
  section.about_section .second_row {
    margin: -1px 0 0;
  }
  section.about_section .second_row .img_block {
    order: 2;
  }
  section.about_section .second_row .right_text_block {
    order: 1;
  }

  section.offer_section .img_block {
    height: 100vw;
  }
  section.offer_section a.btn {
    margin: 10.87vw 0 0 3.5vw;
  }

  section.history_section .section_heading {
    margin: 13.768vw 0 18.116vw;
  }
  section.history_section .row_content_block .left_text_block {
    padding: 24.879vw 1.932vw 22.947vw 12.319vw;
  }
  section.history_section .row_content_block .img_block {
    height: 100vw;
  }

  section.tradition_section .section_heading {
    margin: 13vw 0 14vw;
  }
  section.tradition_section .row_content_block.first_row .right_text_block {
    padding: 9.179vw 5.072vw 8vw 12.319vw;
  }
  section.tradition_section .row_content_block .img_block {
    height: 50vw;
  }
  section.tradition_section .row_content_block.second_row .img_block {
    order: 1;
  }
  section.tradition_section .row_content_block.second_row .left_text_block {
    padding: 9vw 5.072vw 13.043vw 12.319vw;
    order: 2;
  }

  section.family_work.with_top_btn .section_heading {
    margin: 24vw 0 40vw;
  }
  section.family_work.with_top_btn .row_content_block.single_img_block .img_block {
    overflow: visible;
  }
  section.family_work.with_top_btn .row_content_block.single_img_block .img_block a.btn {
    background-color: #39504c;
    color: #FEF9F5;
    bottom: 62vw;
  }
  section.family_work .section_heading {
    margin: 24.155vw 0;
  }
  section.family_work .img_block {
    height: 100vw;
  }
  section.family_work .row_content_block.single_img_block .img_block {
    height: 48.309vw;
  }

  section.quality_section .section_heading {
    margin: 17vw 0 20vw;
  }
  section.quality_section .row_content_block {
    flex-wrap: wrap;
  }
  section.quality_section .row_content_block.second_row .img_block {
    height: 100vw;
    width: 100%;
  }
  section.quality_section .row_content_block.second_row .left_text_block {
    width: 100%;
    padding: 25.362vw 2vw 18.599vw 12.319vw;
  }
  section.quality_section .row_content_block .img_block {
    height: 175.121vw;
    width: 100%;
  }
  section.quality_section .row_content_block .left_text_block {
    width: 100%;
    padding: 25.362vw 2vw 18.599vw 12.319vw;
  }

  section.bony_section {
    margin-top: 0;
  }
  section.bony_section .row_content_block .left_text_block {
    padding: 14.734vw 5.314vw 16.908vw 14.251vw;
  }
  section.bony_section .row_content_block .left_text_block a.btn {
    margin-top: 14.251vw;
  }
  section.bony_section .row_content_block .img_block {
    height: 100vw;
  }

  .media_section {
    grid-template-columns: 1fr;
    grid-row-gap: 8.454vw;
    padding: 10.87vw 0 10.87vw 13.768vw;
  }
  .media_section .item a span {
    font-size: 4.831vw;
  }
  .media_section .item a.img_link {
    margin: 3.865vw 0 0;
    width: 72.464vw;
    height: 36.232vw;
  }
  .media_section .item a.img_link .img img {
    width: 10vw;
  }

  section.instagram_section {
    padding: 8.937vw 0;
  }
  section.instagram_section .section_heading p.title a {
    font-size: 4.831vw;
  }
  section.instagram_section .images_block {
    width: 82.609vw;
    margin: 6.763vw auto 0;
    grid-row-gap: 2.657vw;
    grid-column-gap: 2.657vw;
  }
  section.instagram_section .images_block .img_item {
    height: 25.845vw;
  }

  section.map_section {
    padding: 11.111vw 0 4vw;
  }
  section.map_section .section_heading {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  section.map_section .map_img {
    margin-top: 6vw;
    position: relative;
    top: 0;
    right: 0;
  }
  section.map_section .map_img img {
    height: 80vw;
    width: 100%;
  }
  section.map_section .icon_herb {
    display: none;
  }
}
section.video_page {
  background-color: #fff;
  min-height: 100vh;
  margin-top: -8.333vw;
  padding-top: 8.333vw;
}
section.video_page .video_items.media_section {
  padding: 3.646vw 11.615vw 0;
}
section.video_page .video_block {
  justify-content: center;
  margin-top: 2.656vw;
  position: relative;
}
section.video_page .video_block .video {
  width: 74.167vw;
  height: 41.719vw;
  overflow: hidden;
}
section.video_page .video_block .video a {
  justify-content: center;
  align-items: center;
  height: 100%;
}
section.video_page .video_block .video a img {
  width: 5.833vw;
  transition: 0.3s all ease;
}
section.video_page .video_block .video a:hover img {
  transform: scale(1.1);
}

@media only screen and (max-width: 900px) {
  section.video_page .video_block a.back_link {
    display: none;
  }
  section.video_page .video_block .video {
    width: 86vw;
    height: 60vw;
  }
  section.video_page .video_block .video a img {
    width: 12vw;
  }
}
section.products_page {
  position: relative;
}
section.products_page a.back_link {
  left: 13.021vw;
  top: 6.375vw;
}
section.products_page .row_content_block a.title {
  font-size: 3.125vw;
}
section.products_page .row_content_block a.product_link {
  margin-top: 2.448vw;
}
section.products_page .row_content_block a:hover {
  text-decoration: underline;
}
section.products_page .row_content_block .left_text_block {
  padding: 0 3vw 0 17.708vw;
}
section.products_page .row_content_block:nth-child(32), section.products_page .row_content_block:nth-child(30), section.products_page .row_content_block:nth-child(28), section.products_page .row_content_block:nth-child(26), section.products_page .row_content_block:nth-child(24), section.products_page .row_content_block:nth-child(22), section.products_page .row_content_block:nth-child(20), section.products_page .row_content_block:nth-child(18), section.products_page .row_content_block:nth-child(16), section.products_page .row_content_block:nth-child(14), section.products_page .row_content_block:nth-child(12), section.products_page .row_content_block:nth-child(10), section.products_page .row_content_block:nth-child(8), section.products_page .row_content_block:nth-child(6), section.products_page .row_content_block:nth-child(4), section.products_page .row_content_block:nth-child(2) {
  display: flex;
  flex-direction: row-reverse;
}
section.products_page .row_content_block:nth-child(32) .left_text_block, section.products_page .row_content_block:nth-child(30) .left_text_block, section.products_page .row_content_block:nth-child(28) .left_text_block, section.products_page .row_content_block:nth-child(26) .left_text_block, section.products_page .row_content_block:nth-child(24) .left_text_block, section.products_page .row_content_block:nth-child(22) .left_text_block, section.products_page .row_content_block:nth-child(20) .left_text_block, section.products_page .row_content_block:nth-child(18) .left_text_block, section.products_page .row_content_block:nth-child(16) .left_text_block, section.products_page .row_content_block:nth-child(14) .left_text_block, section.products_page .row_content_block:nth-child(12) .left_text_block, section.products_page .row_content_block:nth-child(10) .left_text_block, section.products_page .row_content_block:nth-child(8) .left_text_block, section.products_page .row_content_block:nth-child(6) .left_text_block, section.products_page .row_content_block:nth-child(4) .left_text_block, section.products_page .row_content_block:nth-child(2) .left_text_block {
  width: 50%;
  padding: 0 3vw 0 5.781vw;
}
section.products_page .row_content_block:nth-child(32) .img_block, section.products_page .row_content_block:nth-child(30) .img_block, section.products_page .row_content_block:nth-child(28) .img_block, section.products_page .row_content_block:nth-child(26) .img_block, section.products_page .row_content_block:nth-child(24) .img_block, section.products_page .row_content_block:nth-child(22) .img_block, section.products_page .row_content_block:nth-child(20) .img_block, section.products_page .row_content_block:nth-child(18) .img_block, section.products_page .row_content_block:nth-child(16) .img_block, section.products_page .row_content_block:nth-child(14) .img_block, section.products_page .row_content_block:nth-child(12) .img_block, section.products_page .row_content_block:nth-child(10) .img_block, section.products_page .row_content_block:nth-child(8) .img_block, section.products_page .row_content_block:nth-child(6) .img_block, section.products_page .row_content_block:nth-child(4) .img_block, section.products_page .row_content_block:nth-child(2) .img_block {
  height: 23.958vw;
  width: 50%;
}

@media only screen and (max-width: 900px) {
  section.tradition_section.products_page a.back_link {
    display: none;
  }
  section.tradition_section.products_page .row_content_block {
    grid-template-columns: 1fr 1fr;
  }
  section.tradition_section.products_page .row_content_block .left_text_block {
    padding: 6.28vw 15.7vw 0 5.314vw;
    box-sizing: border-box;
    max-width: 50vw;
    justify-content: flex-start;
  }
  section.tradition_section.products_page .row_content_block .left_text_block a {
    position: relative;
    z-index: 2;
  }
  section.tradition_section.products_page .row_content_block .left_text_block a.title {
    font-size: 7.246vw;
  }
  section.tradition_section.products_page .row_content_block .left_text_block a.product_link {
    margin-top: 7.246vw;
  }
  section.tradition_section.products_page .row_content_block .img_block {
    height: 71.256vw;
  }
}
section.product_page {
  margin-top: 0;
  position: relative;
}
section.product_page a.back_link {
  top: 4.375vw;
  left: 13.021vw;
}
section.product_page .left_text_block {
  justify-content: flex-start;
}
section.product_page .left_text_block h1 {
  color: #FDF9F5;
  max-width: 80%;
}
section.product_page .left_text_block .content_block {
  color: #FDF9F5;
  margin-top: 1vw;
  margin-bottom: 3vw;
}
section.product_page .left_text_block .content_block h1, section.product_page .left_text_block .content_block h2, section.product_page .left_text_block .content_block h3, section.product_page .left_text_block .content_block h4, section.product_page .left_text_block .content_block h5, section.product_page .left_text_block .content_block h6 {
  font-size: 1.563vw;
  color: #FDF9F5;
  margin-top: 1vw;
}
section.product_page .left_text_block .content_block p {
  font-size: 1.042vw;
}
section.product_page .row_content_block {
  min-height: 44vw;
}
section.product_page .row_content_block .left_text_block {
  padding: 3.698vw 1vw 4.688vw 17.604vw;
}

section.gallery_product {
  margin: 4.844vw 0 14.583vw;
  padding: 0 15.469vw;
}
section.gallery_product .items {
  margin-top: 5.885vw;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 8.646vw;
  grid-row-gap: 5.833vw;
}
section.gallery_product .items .item a.img {
  overflow: hidden;
  display: block;
  height: 25.521vw;
}
section.gallery_product .items .item a.img p {
  height: 100%;
  transition: 0.3s all ease;
}
section.gallery_product .items .item a.img p:hover {
  transform: scale(1.1);
}
section.gallery_product .items .item .desc {
  margin-top: 1.302vw;
}

@media only screen and (max-width: 900px) {
  section.about_section.product_page a.back_link {
    display: none;
  }
  section.about_section.product_page .row_content_block .left_text_block {
    padding: 9.662vw 7.488vw 14vw 14.734vw;
  }
  section.about_section.product_page .row_content_block .left_text_block .content_block {
    margin: 3vw 0 6vw;
  }
  section.about_section.product_page .row_content_block .left_text_block .content_block h1, section.about_section.product_page .row_content_block .left_text_block .content_block h2, section.about_section.product_page .row_content_block .left_text_block .content_block h3, section.about_section.product_page .row_content_block .left_text_block .content_block h4, section.about_section.product_page .row_content_block .left_text_block .content_block h5, section.about_section.product_page .row_content_block .left_text_block .content_block h6 {
    font-size: 4.831vw;
    margin: 4.763vw 0 0;
  }
  section.about_section.product_page .row_content_block .left_text_block .content_block p {
    font-size: 4.831vw;
  }
  section.about_section.product_page .row_content_block .left_text_block .content_block ul li {
    font-size: 4.831vw;
  }

  section.gallery_product {
    padding: 0 7.971vw;
  }
  section.gallery_product .items {
    grid-column-gap: 2.657vw;
  }
  section.gallery_product .items .item a.img {
    height: 31.4vw;
  }
  section.gallery_product .items .item .desc {
    font-size: 14px;
  }
}
footer {
  padding: 7.292vw 0 2vw;
}
footer .inner .contacts_block {
  justify-content: center;
  margin-bottom: 10.417vw;
}
footer .inner .contacts_block .contact_col {
  margin-right: 3.385vw;
  max-width: 434px;
}
footer .inner .contacts_block .contact_col p.title {
  margin-bottom: 33px;
  font-size: 60px;
  line-height: 80%;
}
footer .inner .contacts_block .contact_col .contacts {
  flex-direction: column;
}
footer .inner .contacts_block .contact_col .contacts.hours p:nth-child(2), footer .inner .contacts_block .contact_col .contacts.hours p:nth-child(4), footer .inner .contacts_block .contact_col .contacts.hours p:nth-child(5) {
  margin-bottom: 1.2vw;
}
footer .inner .contacts_block .contact_col .contacts p {
  font-size: 20px;
}
footer .inner .contacts_block .contact_col .contacts p.mb_1 {
  margin-bottom: 1vw;
}
footer .inner .contacts_block .contact_col .contacts a {
  font-size: 20px;
  display: inline-block;
}
footer .inner .contacts_block .contact_col .contacts a:hover {
  text-decoration: underline;
}
footer .inner .contacts_block .contact_col .contacts a.email {
  margin: 1vw 0;
}
footer .inner .contacts_block .form_block {
  width: 390px;
  margin-top: 0.5vw;
}
footer .inner .socials {
  justify-content: center;
}
footer .inner .socials a {
  margin-right: 3.49vw;
}
footer .inner .socials a img {
  width: 1.615vw;
}
footer .inner .socials a:last-child {
  margin-right: 0;
}
footer .inner .rights_row {
  margin-top: 2.188vw;
}
footer .inner .rights_row a {
  text-decoration: underline;
}

@media only screen and (max-width: 900px) {
  footer {
    padding: 9.903vw 4.589vw 12vw;
  }
  footer .inner .contacts_block {
    justify-content: flex-start;
    margin-bottom: 12.319vw;
  }
  footer .inner .contacts_block .contact_col {
    margin-bottom: 9vw;
  }
  footer .inner .contacts_block .contact_col p.title {
    margin-bottom: 7.971vw;
    font-size: 7.246vw;
    text-align: center;
  }
  footer .inner .contacts_block .contact_col .contacts {
    flex-direction: row;
    justify-content: center;
  }
  footer .inner .contacts_block .contact_col .contacts.hours p {
    margin-bottom: 6vw !important;
  }
  footer .inner .contacts_block .contact_col .contacts p {
    text-align: center;
  }
  footer .inner .contacts_block .contact_col .contacts a {
    margin-right: 2vw;
  }
  footer .inner .contacts_block .contact_col .contacts a.email {
    width: 100%;
    text-align: center;
  }
  footer .inner .contacts_block .contact_col .contacts .w60 {
    width: -moz-max-content;
    width: max-content;
  }
  footer .inner .socials a {
    margin-right: 16.184vw;
  }
  footer .inner .socials a:last-child {
    margin-right: 0;
  }
  footer .inner .socials a img {
    width: 31px;
  }
  footer .inner .rights_row {
    margin-top: 10.87vw;
  }
  footer .inner .rights_row p, footer .inner .rights_row a {
    font-size: 12px;
  }
  footer .inner .form_block form {
    display: flex;
    flex-direction: column;
  }
  footer .inner .form_block form button {
    margin: 0 auto;
  }
}
