html {
  min-height: 100vh;
}

html.is-hidden {
  overflow: hidden;
}

body {
  background: #000;
  font-family: 'Montserrat', Arial, Verdana, Tahoma, sans-serif;
  font-size: 16px;
  line-height: 1.2;
  overflow-x: hidden;
  min-width: 360px;
  color: #fff;
  opacity: 1;
  min-height: 100vh;
}

.global-wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

ol, ul {
  list-style: none;
  margin-bottom: 0;
}

input {
  background: none;
  border: 0;
  margin: 0;
  padding: 0;
  outline: none !important;
}

@media not all and (min-resolution: 0.001dpcm) {
  select:focus, textarea:focus, input:focus {
    -webkit-appearance: none;
  }
  select:active, input:active, textarea:active {
    -webkit-appearance: none;
  }
  input, textarea, select {
    -webkit-appearance: none;
  }
  select:focus, textarea:focus, input:focus {
    font-size: 16px;
  }
  select:active, input:active, textarea:active {
    font-size: 16px;
  }
  input, textarea, select {
    font-size: 16px;
  }
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

*:last-child {
  margin-bottom: 0;
}

p {
  margin-bottom: 1em;
}

p:last-child {
  margin-bottom: 0;
}

img {
  max-width: 100%;
  max-height: 100%;
}

a {
  text-decoration: none;
  color: inherit;
}

a:not([class]) {
  color: #897157;
  border-bottom: 1px solid #897157;
  transition: border-bottom-color .3s;
}

a:not([class]):hover {
  border-bottom-color: transparent;
}

::-webkit-contacts-auto-fill-button {
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  right: 0;
}

body a:hover, body a:active, body a:focus {
  text-decoration: none;
  outline: 0;
}

input:focus {
  border: none;
  outline: none;
}

button {
  -webkit-appearance: button;
  cursor: pointer;
}

button:focus {
  outline: none;
}

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
  background-color: transparent !important;
}

html input[type="button"] {
  -webkit-appearance: button;
  cursor: pointer;
}

input {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

input[type="hidden"] {
  display: none;
}

button, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

ul:not([class]) {
  margin: 0 0 1em;
  display: flex;
  flex-direction: column;
  gap: 10px;
  list-style-type: disc;
  padding-left: 30px;
}

ol:not([class]) {
  margin: 0 0 1em;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-left: 30px;
  list-style-type: decimal;
}

.main-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 70px;
  font-size: 1.5rem;
  font-family: "Unbounded";
  border: none;
  background-color: #897157;
  border-radius: 10px;
  padding: 0 1em;
  color: #fff;
  text-align: center;
  transition: background-color .3s;
  width: fit-content;
  white-space: nowrap;
}

.main-btn:hover {
  background-color: #6a5743;
}

.main-btn:active {
  box-shadow: inset 1px 2px #2b241c;
  border-top: 1px solid #2b241c;
}

.white-btn {
  background: #fff;
  color: #000;
}

h1, .main-title {
  font-size: 2.5rem;
  font-family: "Unbounded";
  font-weight: 600;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 1.2em;
  text-transform: uppercase;
}

h2, .section-title {
  font-size: 2.5rem;
  font-family: "Unbounded";
  font-weight: 600;
  line-height: 1.4;
  margin-top: 0;
  padding-left: 1em;
  margin-bottom: .8em;
  text-transform: uppercase;
}

.white-title {
  color: #fff;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-upper {
  text-transform: uppercase;
}

.min {
  display: block;
}

@font-face {
  font-family: "rouble";
  src: url("../fonts/rouble.otf") format("opentype");
}

.rouble {
  font-family: "rouble";
  text-transform: none;
}

@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat-SemiBold/Montserrat-SemiBold.woff2") format("woff2"), url("../fonts/Montserrat-SemiBold/Montserrat-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat-Regular/Montserrat-Regular.woff2") format("woff2"), url("../fonts/Montserrat-Regular/Montserrat-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat-Bold/Montserrat-Bold.woff2") format("woff2"), url("../fonts/Montserrat-Bold/Montserrat-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Unbounded';
  src: url("../fonts/Unbounded-Bold/Unbounded-Bold.woff2") format("woff2"), url("../fonts/Unbounded-Bold/Unbounded-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Unbounded';
  src: url("../fonts/Unbounded-SemiBold/Unbounded-SemiBold.woff2") format("woff2"), url("../fonts/Unbounded-SemiBold/Unbounded-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

.container {
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1470px;
  width: 100%;
}

.wrapper-loader {
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
}

.wrapper-loader.is-fade .logo-loader {
  left: 50%;
  opacity: 1;
}

.wrapper-loader.is-fade .loader-text {
  left: 50%;
  opacity: 1;
}

.logo-loader_content {
  position: relative;
  height: 47px;
  margin-bottom: 1em;
  width: 100%;
}

.logo-loader {
  width: 430px;
  height: 100%;
  background: url(../img/static/logo.svg) no-repeat center top;
  background-size: contain;
  position: absolute;
  left: 0;
  opacity: 0;
  text-align: left;
  transform: translatex(-50%);
  transition: left .4s;
}

.wrapper_loader-text {
  position: relative;
  text-align: right;
  width: 100%;
}

.loader-text {
  display: inline-block;
  position: absolute;
  left: 100%;
  text-align: center;
  font-size: 2rem;
  opacity: 0;
  transform: translatex(-50%);
  white-space: nowrap;
  transition: left .4s;
}

.bg-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.54);
  z-index: 90;
}

/*****HEADER*****/
.ui-header {
  padding: 4em 0;
  background: #000;
  position: relative;
  z-index: 100;
}

.ui-header.is-overflow {
  overflow-y: scroll;
}

.main-head {
  display: flex;
  align-items: center;
  gap: 1.7em;
  justify-content: space-between;
  font-size: 17px;
  font-weight: 600;
  transition: all .2s;
}

.head_left-column {
  display: flex;
  align-items: center;
  gap: 1.6em;
}

.head_right-column {
  display: flex;
  align-items: center;
  gap: 1.2em;
}

.head-logo {
  display: flex;
  align-items: center;
  max-width: 223px;
}

.sliding-panel_header {
  display: none;
  align-items: center;
  justify-content: space-between;
  gap: 1em;
  flex: 0 0 auto;
  margin-bottom: 2.5em;
}

.panel_close-btn {
  display: block;
  cursor: pointer;
  position: relative;
  height: 26px;
  width: 26px;
  transform: rotate(45deg);
  top: -1px;
  transition: opacity .3s;
}

.panel_close-btn:hover {
  opacity: .7;
}

.panel_close-btn:after, .panel_close-btn:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: #897157;
  transition: background .3s;
}

.panel_close-btn:after {
  width: 100%;
  height: 2px;
}

.panel_close-btn:before {
  height: 100%;
  width: 2px;
}

.head-menu {
  display: flex;
  gap: 1.4em;
}

.head-menu a {
  color: #897157;
  border-bottom: none;
  position: relative;
  padding-bottom: 2px;
}


.head-menu a.white,
.footer-menu a.white {color:#fff;}


.head-menu a.active:after {
  width: 100%;
}

.head-menu a:hover:after {
  width: 100%;
}

.head-menu a:after {
  content: '';
  display: block;
  background: #897157;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  transition: width .3s;
}


.head-menu a.white:after {
  background: #fff;
}


.head_phone-number {
  font-size: 17px;
  font-family: "Unbounded";
  font-weight: 700;
}

.head-burger {
  display: none;
  height: 20px;
  flex: 20px 0 0;
  background: url(../img/icons/burger.svg) no-repeat center;
  background-size: contain;
  cursor: pointer;
  width: 20px;
}

.fixed-menu {
  position: fixed !important;
  top: 0;
  left: 0;
  padding: 2em 0;
  transform: translate3d(0, -200px, 0);
  width: 100%;
}

.scroll-transform {
  transform: translate3d(0, 0, 0) !important;
  transition: transform .4s;
}

.main-content {
  flex: 1 0  auto;
  padding-bottom: 4.1em;
}

.slick-arrow {
  height: 51px;
  background: #4E4E4E;
  border-radius: 50%;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  width: 51px;
  transform: none;
  transition: background .3s;
}

.slick-arrow:hover {
  background: #897157;
}

.slick-arrow:before {
  content: '';
  display: block;
  background: url(../img/icons/arrow.svg) no-repeat center;
  background-size: contain;
  position: relative;
  left: 1px;
  height: 20px;
  width: 12px;
}

.slick-prev:before {
  left: 2px;
}

.slick-dots {
  bottom: -2.2rem;
  display: flex;
  justify-content: center;
  gap: 10px;
}

.slick-dots li {
  background: #6C6C6C;
  margin: 0;
  height: 14px;
  width: 14px;
  transition: background .3s;
}

.slick-dots li.slick-active {
  background: #D9D9D9;
}

.slick-prev {
  transform: rotate(180deg);
}

.ib {
  display: inline-block;
}

/**ferma-section**/
.ferma-section {
  font-size: 1.4375rem;
  display: flex;
  flex-direction: column;
  gap: 2em;
  padding-bottom: 1.4em;
}

.ferma-section h1 {
  margin-bottom: 0.5em;
}

.ferma-section p {
  line-height: 1.25;
}

.ferma-section img {
  border-radius: 23px;
}

.ferma_top-content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.8em;
  margin-bottom: .6em;
}

.ferma_top-content img {
  width: 100%;
}

.ferma_top-content .right-column {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1.7em;
}

.ferma_top-content .left-column {
  display: flex;
  flex-direction: column;
  gap: 1.5em;
}

.ferma_top-content .left-column_content {
  padding-left: 1.5em;
  flex: 1 0 0;
  display: flex;
  flex-direction: column;
}

.ferma_top-content .top-img {
  position: relative;
}

.ferma_top-content .top-img:last-child {
  margin-bottom: 0;
}

.ferma_top-content p {
  padding-right: 5%;
}

.ferma-adress {
  padding: 0 0 1em;
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-top: auto;
}

.ferma-adress .adress-name {
  font-size: 104%;
  font-weight: 600;
  font-family: "Unbounded";
  color: #897157;
  text-transform: uppercase;
}

.ferma-coordinates {
  display: flex;
  gap: 1.8em;
}

.ferma-coordinates li {
  flex-direction: column;
  display: flex;
  align-items: flex-start;
  gap: 5px;
}

.ferma-coordinates .item-digit {
  font-size: 104%;
  font-weight: 600;
  font-family: "Unbounded";
  color: #897157;
  width: 169px;
}

.ferma-right_img {
  position: relative;
}

.ferma-right_img img {
  width: 100%;
}

/**animals-row**/
.animals-section {
  padding-bottom: .7em;
}

.animals-row {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1.2em;
}

.animal-item {
  position: relative;
  /*padding-top: 163%;*/
}

.animal-item .img {
  position: absolute;
  left: 0;
  top: 0;
  object-position: center top;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.animal-item_desc {
  position: absolute;
  top: 72%;
  left: 0;
  padding: 0 .4em  0 1.3em;
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}

.animal-item_desc p {
  min-height: 84px;
}

.animal-item_name {
  font-size: 1.5rem;
  font-weight: 600;
  font-family: "Unbounded";
  text-transform: uppercase;
}

/**location-farm_section**/
.location-farm_section {
  padding: .5em 0;
}

.location-farm_content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1em;
}

.location-farm_item {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: linear-gradient(to right, rgba(255, 255, 255, 0.1), transparent);
  border-radius: 23px;
}

.location-farm_item .item-img {
  padding-top: 65%;
  position: relative;
}

.location-farm_item .item-img img {
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 0;
  width: 100%;
}

.location-farm_item .item-long_img {
  padding-top: 34.8%;
}

.location-farm_item .item-desc {
  padding: 1em 1.5em;
  display: flex;
  flex-direction: column;
  gap: .4em;
  font-family: "Unbounded";
  font-weight: 600;
}

.location-farm_item .item-number {
  font-size: 2.5rem;
  color: #897157;
}

.location-farm_item .item-title {
  font-size: 1.5rem;
}

/**observation-deck_section**/
.observation-deck_section h2 {
  margin-bottom: 1.2em;
}

.observation-deck_content {
  display: grid;
  grid-template-columns: 34% 64%;
  gap: 2%;
}

/**cost-section**/
.cost-row {
  display: grid;
  grid-template-columns: 25% 25% 47%;
  gap: 2%;
}

.cost-item {
  display: flex;
  flex-direction: column;
  background: linear-gradient(to right, rgba(255, 255, 255, 0.1), transparent);
  border-radius: 23px;
  padding: 1.2em 1.7em;
  font-size: 1.438rem;
  gap: .1em;
}

.cost-item .item-title {
  font-size: 2.188rem;
  color: #897157;
  font-weight: 600;
  font-family: "Unbounded";
}

.cost-item .item-age {
  margin-bottom: .3em;
}

.cost-item .item-price {
  font-weight: 600;
  font-family: "Unbounded";
  font-size: 2.75rem;
}

/**ferma_middle-content**/
.ferma_middle-content {
  display: flex;
  background: linear-gradient(to right, rgba(255, 255, 255, 0.1), transparent);
  border-radius: 23px;
  padding: 2.6em 1.3em 2em;
  gap: 3.2em;
}

.ferma_middle-content .section-title {
  padding-left: 0;
  margin-bottom: .2em;
}

.ferma_middle-content .left-column {
  flex: 1 0 0;
}

.ferma_middle-content .left-column img {
  width: 100%;
}

.ferma_middle-content .desc-column {
  flex: 48.2% 0 0;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 1;
}

.ferma_middle-content p {
  padding-right: 15%;
  margin-bottom: 1.6em;
}

.ferma_middle-content .main-btn {
  padding: 0 2em;
}

.form-group {
  margin-bottom: .9em;
  display: flex;
  flex-direction: column;
  position: relative;
  gap: 4px;
}

.form-control {
  border: 1px solid #4E4E4E;
  height: 69px;
  border-radius: 23px;
  padding: 0 1.5em;
  font-size: 1.625rem;
  resize: none;
  outline: none;
  width: 100%;
  transition: border .3s;
}

.form-control:focus {
  border: 1px solid #4E4E4E;
}

.form-control::-webkit-input-placeholder {
  color: #4E4E4E;
}

.form-control::input-placeholder {
  color: #4E4E4E;
}

.form-control::-moz-input-placeholder {
  color: #4E4E4E;
}

.form-label {
  font-size: 1.125rem;
  padding-left: 1em;
}

.static-form_submit-btn {
  font-size: 1.875rem;
  padding: 0 1.9em;
}

.main-color {
  color: #897157;
}

.transfer-list {
  display: flex;
  gap: 1em;
  padding-top: .7em;
  margin-bottom: 1.2em;
}

.transfer-item {
  display: block;
  position: relative;
  cursor: pointer;
  margin-bottom: 0;
  font-size: 1.625;
  font-weight: 400;
  padding-left: 0;
  color: inherit;
}

.transfer-item input[type="radio"] {
  position: absolute;
  margin-left: -20px;
  display: none;
}

.transfer-item input[type="radio"]:checked + .radio-text {
  background: #897157;
  border-color: #897157;
  color: #fff;
  font-weight: 700;
  min-width: 132px;
}

.transfer-item .radio-text {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 59px;
  border: 1px solid #4E4E4E;
  color: #878787;
  border-radius: 23px;
  min-width: 104px;
  padding: .2em .6em;
  text-align: center;
  transition: all .3s;
}

/**map-section**/
.map-container {
  height: 378px;
  overflow: hidden;
  border-radius: 23px;
}

#map, #map-2 {
  height: 100%;
}

[class*="ymaps-2"][class*="-ground-pane"] {
  filter: grayscale(1) invert(90%);
}

.map-section_footer {
  display: flex;
  justify-content: space-between;
  font-size: 1.4375rem;
  gap: 1em;
  padding-top: .6em;
  padding-left: 1.5em;
  padding-right: 2.5em;
  padding-bottom: 1em;
}

.map-section_footer .ferma-adress {
  padding: 0;
}

.error {
  display: block;
  font-size: .875rem;
  color: #ec617a;
}

.input-error {
  border-color: #ec617a !important;
}

.popup-title {
  text-align: center;
}

.popup-form_submit-btn {
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.3em;
  min-width: 300px;
}

/***main-footer***/
.main-footer {
  flex: 0 0 auto;
  background: #1F1F1F;
  padding-top: 3.5em;
  padding-bottom: 4em;
}

.scroll-to-top {
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #6a5743;
  cursor: pointer;
  position: fixed;
  right: 1.5em;
  bottom: 5em;
  opacity: 0;
  transform: scale(0);
  transition: transform 0.4s, opacity 0.6s;
  z-index: 100;
}

.scroll-to-top:after {
  content: "";
  display: block;
  height: 30%;
  width: 30%;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  position: absolute;
  top: 6px;
  bottom: 0;
  left: -1px;
  right: 0;
  margin: auto;
  transform: rotate(-45deg);
}

.scroll-to-top:hover {
  opacity: 0.7;
}

.scroll-to-top-visible {
  transform: scale(1);
  opacity: 1;
}

.scroll-to-top-visible.is-hidden {
  display: none;
}

.main-footer_content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1.3em;
  padding-left: 2em;
  padding-right: 9%;
}

.footer-logo {
  display: flex;
  align-items: center;
  max-width: 367px;
}

.main-footer_right-column {
  display: flex;
  flex-direction: column;
  gap: 1.6em;
}

.footer-menu {
  display: flex;
  gap: 3em;
  font-size: 17px;
  font-weight: 600;
}

.footer-menu a {
  color: #897157;
  border-bottom: none;
  position: relative;
  padding-bottom: 2px;
}

.footer-menu a:hover:after {
  width: 100%;
}

.footer-menu a:after {
  content: '';
  display: block;
  background: #897157;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  transition: width .3s;
}

.footer-column {
  display: flex;
  gap: 4.5em;
}

.contact-item {
  display: flex;
  flex-direction: column;
  gap: .7em;
}

.footer_phone-number {
  font-weight: 600;
  font-family: "Unbounded";
  font-size: 1.3125rem;
}

.footer-email {
  font-weight: 600;
  font-family: "Unbounded";
  font-size: 1.3125rem;
  transition: color .3s;
}

.footer-email:hover {
  color: #897157;
}

.tablet-small_visible {
  display: none;
}

.mobile-visible {
  display: none;
}

.tablet-visible {
  display: none;
}

.mobile-btn {
  display: none;
}




/* custom */
.mini-footer {background:#2c2c2c}
.mini-footer .main-footer_content_links {margin-top: .8em; margin-bottom: .8em;}
.mini-footer .main-footer_content_links .footer-menu a {color:#fff; font-weight:300; font-size:12px;}



.static-form_policy {
    margin-top: 1.8em;
}

.unified-checkbox {
    display: inline-block;
    position: relative;
    cursor: pointer;
    font-weight: 400;
    font-size: .875rem;
    margin-bottom: 0;
    padding-left: 45px;
}

.unified-checkbox input[type="checkbox"] {
    position: absolute;
    margin-left: -20px;
    display: none;
}

.unified-checkbox input[type="checkbox"]:checked + .checkbox-text:before {
    opacity: 1;
}

.unified-checkbox input[type="checkbox"]:checked + .checkbox-text:after {
    background: #897157;
    border-color: #897157;
}

.unified-checkbox input[type="checkbox"] + .checkbox-text:before {
    content: '';
    display: block;
    width: 5px;
    height: 11px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    position: absolute;
    top: 4px;
    left: 9px;
    opacity: 0;
    transform: rotate(45deg);
    transition: opacity .2s;
    z-index: 1;
}

.unified-checkbox input[type="checkbox"] + .checkbox-text:after {
    content: "";
    display: block;
    width: 25px;
    height: 25px;
    border-radius: 5px;
    background: #1f1f1f;
    border: 1px solid #363636;
    position: absolute;
    top: 0;
    left: 0;
    margin: auto;
    transition: border-color .3s, background .3s;
}

.unified-checkbox .checkbox-text {
    display: inline-block;
    line-height: 1.4;
    transition: color .2s;
}

.unified-checkbox a {
    color: inherit;
    border-bottom-color: inherit;
}

.unified-submit_btn.disabled {
    background: #1a1713;
    cursor: not-allowed;
}

.unified-submit_btn.disabled:active {
    box-shadow: none;
    border-top: none;
}

.error {
    display: block;
    font-size: .875rem;
    color: #ec617a;
}

.input-error {
    border-color: #ec617a !important;
}






@media only screen and (max-width: 1559px) {
  .container {
    max-width: 1270px;
  }
  .head-logo {
    max-width: 200px;
  }
  .main-btn {
    height: 50px;
    font-size: 1.25rem;
  }
  .ui-header {
    padding: 2.7em 0;
  }
  .fixed-menu {
    padding: 1.7em 0;
  }
  .ferma-section {
    font-size: 1.125rem;
  }
  .animal-item_name {
    font-size: 1.35rem;
  }
  .location-farm_item .item-number {
    font-size: 2rem;
  }
  .location-farm_item .item-title {
    font-size: 1.25rem;
  }
  h2, .section-title, h1, .main-title {
    font-size: 2rem;
  }
  .cost-item {
    font-size: 1.125rem;
    border-radius: 17px;
  }
  .cost-item .item-title {
    font-size: 1.6rem;
  }
  .cost-item .item-price {
    font-size: 1.75rem;
  }
  .ferma_middle-content .desc-column {
    justify-content: center;
  }
  .footer-logo {
    max-width: 330px;
  }
  .footer-menu {
    font-size: 1rem;
  }
  .main-head {
    font-size: 1rem;
  }
  .footer_phone-number, .footer-email {
    font-size: 1.25rem;
  }
  .contact-item {
    font-size: .935rem;
  }
  .main-footer {
    padding: 3em 0 6em;
  }
  .ferma_middle-content {
    border-radius: 17px;
  }
  .form-control {
    height: 55px;
    border-radius: 17px;
    padding: 0 1em;
    font-size: 1.3rem;
  }
  .form-label {
    font-size: .935rem;
  }
  .map-section_footer {
    font-size: 1.125rem;
  }
  .transfer-item .radio-text {
    min-height: 47px;
    min-width: 80px;
    border-radius: 17px;
  }
  .transfer-item input[type="radio"]:checked + .radio-text {
    min-width: 100px;
  }
  .ferma-section img {
    border-radius: 17px;
  }
  .map-container {
    border-radius: 17px;
  }
  .location-farm_item {
    border-radius: 17px;
  }
}

@media only screen and (max-width: 1279px) {
  .ferma-section {
    font-size: 1rem;
  }
}

@media only screen and (max-width: 1199px) {
  .ferma-section {
    font-size: .935rem;
  }
  .map-section_footer {
    font-size: .935rem;
  }
}

@media only screen and (max-width: 1024px) {
  .tablet-visible {
    display: block;
  }
  .tablet-hidden {
    display: none !important;
  }
  .animals-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  .location-farm_item .item-number {
    font-size: 1.5rem;
  }
  .location-farm_item .item-title {
    font-size: 1rem;
  }
  .cost-item {
    font-size: 1rem;
  }
  .cost-item .item-title {
    font-size: 1.25rem;
  }
  .cost-item .item-price {
    font-size: 1.4rem;
  }
  .main-footer_content {
    padding-left: 0;
    padding-right: 0;
  }
  .footer-logo {
    max-width: 220px;
  }
  .footer-column {
    gap: 2em;
  }
  .head-logo {
    max-width: 150px;
  }
  .main-head {
    font-size: .9rem;
  }
  .location-farm_item .item-desc {
    padding: 1em;
  }
}

@media only screen and (max-width: 767px) {
  .tablet-small_visible {
    display: block;
  }
  .tablet-small_hidden {
    display: none !important;
  }
  .logo-loader_content {
    height: 30px;
  }
  .loader-text {
    font-size: 1rem;
  }
  .logo-loader {
    width: 230px;
  }
  .head-burger {
    display: block;
  }
  .cost-section {
    padding-top: .7em;
  }
  .head-nav {
    position: fixed;
    bottom: 0;
    left: -401px;
    top: 0;
    background: rgba(64, 64, 64, 0.78);
    backdrop-filter: blur(7px);
    -webkit-backdrop-filter: blur(7px);
    padding: 2em;
    display: flex;
    flex-direction: column;
    max-width: 400px;
    height: 100vh;
    width: 100%;
    transition: left .3s;
    z-index: 110;
  }
  .head-nav.is-open {
    left: 0;
  }
  .head-menu {
    flex-direction: column;
  }
  .sliding-panel_header {
    display: flex;
  }
  .head_left-column {
    flex: 1 0 0;
  }
  .ferma_top-content {
    display: flex;
    flex-direction: column;
    gap: 1.5em;
  }
  .ferma_middle-content {
    display: flex;
    flex-direction: column;
    gap: 1.5em;
  }
  .animals-row {
    gap: 2.5em 1em;
    padding-top: 10px;
  }
  .animal-item_desc {
    padding-left: 5px;
  }
  .animal-item_desc p {
    min-height: 44px;
  }
  .ferma-section {
    gap: 1.8em;
  }
  .ferma_middle-content .desc-column {
    padding-left: 1em;
  }
  .ferma_middle-content p {
    padding-right: 0;
    margin-bottom: .8em;
  }
  .ferma_middle-content .main-btn {
    padding: 0 1.35em;
  }
  .ferma-section p {
    line-height: 1.5;
  }
  .ferma-section .section-title_mar {
    margin-bottom: 0;
  }
  .animals-row {
    grid-template-columns: repeat(2, 1fr);
  }
  .cost-row {
    display: flex;
    flex-direction: column;
    gap: 1em;
  }
  .main-footer_content {
    display: flex;
    flex-direction: column;
  }
  .main-footer {
    padding: 2em 0;
  }
  .location-farm_content {
    grid-template-columns: repeat(2, 1fr);
  }
  .head_phone-number {
    font-size: .875rem;
  }
  .ferma_middle-content .desc-column {
    padding-left: 0;
  }
  .logo-panel {
    max-width: 170px;
  }
}

@media only screen and (max-width: 600px) {
  .mobile-visible {
    display: block;
  }
  .mobile-hidden {
    display: none !important;
  }
  .scroll-to-top {
    opacity: .7;
    border-radius: 100%;
    width: 26px;
    height: 26px;
    right: 18px;
    bottom: 9em;
    left: auto;
  }
  .scroll-to-top:before {
    content: '';
    display: block;
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    border-radius: 50%;
    border: 2px solid #6a5743;
    position: absolute;
    top: -7px;
    left: -7px;
    z-index: -1;
  }
  .scroll-to-top:after {
    left: 0;
    top: 2px;
  }
  .head-logo {
    max-width: 160px;
  }
  .ui-header {
    padding: 1.5em 0;
  }
  h1, .main-title {
    font-size: 1.375rem;
  }
  h2, .section-title {
    font-size: 1.375rem;
  }
  .main-btn {
    height: 33px;
    font-size: .875rem;
    border-radius: 6px;
  }
  .form-section p {
    max-width: 285px;
    line-height: 1.2;
  }
  .form-label {
    padding-left: 0;
  }
  .form-control {
    height: 40px;
    border-radius: 6px;
  }
  .form-group {
    margin-bottom: 1.5em;
  }
  .animal-item_desc {
    bottom: 0;
    min-height: 40%;
    top: auto;
  }
  .static-form_submit-btn {
    padding: 0 1.2em;
    margin-top: -10px;
  }
  .location-farm_section {
    padding: 0;
  }
  .location-farm_item {
    border-radius: 10px;
  }
  .main-footer {
    padding-top: 2em;
    padding-bottom: 2em;
  }
  .head-nav {
    max-width: 300px;
    padding: 1.9em;
  }
  .sliding-panel_title {
    font-size: 1.375rem;
  }
  .ferma_top-content .left-column_content {
    padding-left: 1em;
  }
  .ferma-section .section-title, .ferma-section h2, .ferma-section h1 {
    margin-bottom: .7em;
  }
  .ferma_top-content p {
    padding-right: 5%;
  }
  .ferma-adress .adress-name {
    font-size: 1.375rem;
  }
  .map-section_footer {
    padding-left: 1em;
  }
  .ferma-adress {
    gap: 10px;
  }
  .map-container {
    border-radius: 0;
    margin-left: -15px;
    margin-right: -15px;
  }
  .ferma-section img {
    border-radius: 10px;
  }
  .min {
    display: inline;
  }
  .cost-item {
    padding: 1em;
  }
  .footer-menu {
    flex-direction: column;
    gap: 1em;
  }
  .footer-column {
    flex-direction: column;
  }
  .head_phone-number {
    font-size: .75rem;
  }
  .ferma_middle-content {
    padding-left: 1em;
    padding-right: 1em;
  }
}

@media only screen and (max-width: 430px) {
  .location-farm_content {
    display: flex;
    flex-direction: column;
  }
  .observation-deck_content {
    display: flex;
    flex-direction: column;
  }
  .location-farm_item .item-img {
    padding-top: 65%;
  }
  .animal-item p {
    font-size: .75rem;
    min-height: 35px;
  }
  .animal-item_name {
    font-size: 1rem;
  }
}
