html,body {
  min-height:100%!important; 
  height: 100%;
}
.bg-main {
  background-color: #232323;
}

@font-face {
  font-family: "Palatino";
  src: url("../fonts/Palatino-Bold.eot");
  src: local("../fonts/Palatino"), local("../fonts/Palatino-Bold"), url("../fonts/Palatino-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Palatino-Bold.woff") format("woff"), url("../fonts/Palatino-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Palatino-normal";
  src: url("../fonts/palatino-normal.eot");
  src: local("../fonts/Palatino"), local("../fonts/palatino-normal"), url("../fonts/palatino-normal.eot?#iefix") format("embedded-opentype"), url("../fonts/palatino-normal.woff") format("woff"), url("../fonts/palatino-normal.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Regular.eot");
  src: local("Roboto"), local("../fonts/Roboto-Regular"), url("../fonts/Roboto-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Regular.woff") format("woff"), url("../fonts/Roboto-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@media (min-width: 576px) {
  .modal-dialog {
    max-width: 540px;
  }
}
a {
  color: #ffffff;
  font-family: Palatino, sans-serif;
  font-size: 18px;
  line-height: 1;
}

a:hover {
  color: #ffffff;
  text-decoration: none;
}

h1 {
  font-family: Palatino, sans-serif;
  font-size: 73px;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  margin-bottom: 20px;
}

.colored {
  color: #8DB75B;
}

h2 {
  font-family: "Palatino-normal", sans-serif;
  font-size: 29px;
  line-height: 41px;
  color: #ffffff;
  text-align: center;
}

.page-wrapper {
  color: #fff;
}

.btn.focus, .btn:focus {
  outline: 0;
  box-shadow: none;
}

footer {
  padding-top: 100px;
  padding-bottom: 110px;
  color: #ffffff;
  font-size: 18px;
  font-family: Palatino, sans-serif;
}

.scroll-top {
  display: none;
  position: fixed;
  right: 30px;
  bottom: 30px;
  width: 54px;
  height: 54px;
  border-radius: 27px;
  background-image: url(../img/bottom.png);
  background-position: center 19px;
  background-repeat: no-repeat;
  border: 2px solid rgba(255,255,255,0.2);
  background-color: transparent;
  transform: rotate(180deg);
  z-index: 200;
}

body {
  color: #ffffff;
  font-family: Palatino, sans-serif;
  line-height: 1;
  background-color: #232323;
}

.parallax {
  background-image: url("../img/bg-parallax.jpg");
  background-size: cover;
  background-position: center;
}

p {
  font-size: 22px;
  font-family: 'Palatino';
  color: #ffffff;
}

button:focus {
  outline: none;
}

.btn-outline-main {
  border: 2px solid #8DB75B;
  border-radius: 22px;
  color: #ffffff;
  line-height: 14px;
  font-family: Palatino, sans-serif;
  font-size: 20px;
  padding: 13px 45px;
  transition-property: border-color;
  transition-duration: 0.2s;
}

.btn-outline-main:hover {
  color: #ffffff;
  text-decoration: none;
  border-color: #ffffff;
}

.btn-outline-main:focus {
  transform: translate(0, 1px);
}

.btn-main {
  background-color: #CC6244;
  font-family: Palatino, sans-serif;
  font-size: 20px;
  line-height: 14px;
  color: #ffffff;
  padding: 13px 48px;
  border-radius: 20px;
  transition-property: background-color;
  transition-duration: 0.4s;
  border: none;
}

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

.btn-main:focus {
  transform: translate(0, 1px);
}

.form-check-input {
  display: none;
}

.form-check-label {
  font-size: 15px;
  line-height: 24px;
  color: #ffffff;
  padding-left: 35px;
  position: relative;
  font-family: Palatino, sans-serif;
}
.form-check-label .opacit {
  opacity: 0.36;
}
.form-check-label a {
  font-size: 15px;
  line-height: 24px;
  font-family: Palatino, sans-serif;
}
.form-check-label a.link:before {
  bottom: -2px;
  height: 0;
}

input[type=radio] + .form-check-label::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  border: 2px solid #CC6244;
  position: absolute;
  left: 0;
  top: 0;
}

.form-check {
  padding-left: 20px;
  padding-top: 12px;
}

input[type=radio]:checked + .form-check-label::after {
  content: "";
  display: block;
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 6px;
  background-color: #ffffff;
  left: 4px;
  top: 4px;
}

input[type=checkbox] + .form-check-label::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 5px;
  background-color: #CC6244;
  position: absolute;
  left: 0;
  top: 6px;
}

input[type=checkbox]:checked + .form-check-label:after {
  content: "";
  display: block;
  width: 14px;
  height: 10px;
  background: url("../img/checkbox.png") no-repeat 0 0;
  background-size: cover;
  position: absolute;
  left: 3px;
  top: 12px;
}

.section-wrap {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.dots {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
.dots span {
  margin: 0 10px;
  width: 22px;
  height: 22px;
  border-radius: 11px;
  background-color: #ffffff;
}

.bg-light {
  background-color: #414141!important;
  background-repeat: repeat;
}

a.link {
  position: relative;
}

a.link:before {
  content: "";
  display: block;
  position: absolute;
  bottom: -8px;
  height: 1px;
  left: 0;
  right: 0;
  border: 1px solid #8DB75B;
  opacity: 0.33;
}

.result-msg {
  text-align: center;
  max-width: 400px;
  margin: 0 auto;
}
.result-msg h1 {
  font-size: 50px;
  text-align: center !important;
}
.result-msg p {
  font-size: 16px;
}

.gradient {
  /* background-image: url("../img/uzor-2.png"); */
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
}

.gradient:before {
  content: "";
  width: 743px;
  height: 734px;
  position: absolute;
  
  background-position: -277px center;
  background-repeat: no-repeat;
  top: 360px;
}

.parallax-mirror {
  backface-visibility: hidden;
  will-change: transform;
}

.parallax-slider {
  backface-visibility: hidden;
  will-change: transform;
}

.menu {
  font-family: Palatino, sans-serif;
  padding: 37px 0 0 7px;
}
.menu a:before {
  display: none;
}
.menu .nav-link {
  color: #ffffff;
  font-size: 20px;
  line-height: 14px;
  position: relative;
}
.menu .nav-link a:before {
  display: none;
}
.menu .nav-link:hover {
  color: #ffffff;
}
.menu .nav-link:hover:after, .menu .nav-link.active:after {
  content: "";
  display: block;
  width: 20px;
  height: 15px;
  left: 50%;
  position: absolute;
  border-bottom: 4px dotted #ffffff;
  margin-left: -10px;
}
.menu .fab {
  font-size: 22px;
  line-height: 33px;
  margin-left: 20px;
  color: #fff;
}
.menu .feedback {
  margin-right: 10px;
  display: inline-block;
}
.menu .feedback .btn {
  margin-bottom: 20px;
}
.menu .feedback a {
  text-align: center;
  display: block;
}
.menu .nav-link {
  padding: 10px 0 !important;
}
.menu .nav-item {
  margin: 0 27px 0 0;
}
.menu .navbar-text {
  display: flex;
  align-items: baseline;
  padding-top: 40px;
}
.main-gal a {
  display: block;
}
.fixed-top.menu {
  margin-top: 0;
  background-color: #232323;
  height: 92px;
  padding: 26px;
}
.fixed-top.menu .feedback .btn {
  margin: 0;
}
.fixed-top.menu .navbar-text {
  padding: 0;
}
.fixed-top.menu .navbar-brand {
  position: relative;
  height: 20px;
  width: 119px;
}
.fixed-top.menu .navbar-brand img {
  position: absolute;
  top: 0;
  left: 0;
}
.fixed-top.menu .btn-outline-main {
  background-color: #8DB75B;
  font-family: Palatino, sans-serif;
  font-size: 20px;
  line-height: 14px;
  color: #fff;
  padding: 13px 48px;
  border-radius: 20px;
  transition-property: background-color;
  transition-duration: 0.4s;
  border: none;
}
.fixed-top.menu .btn-outline-main:hover {
  background-color: #ffffff;
}
.fixed-top.menu .social {
  display: none;
}
.fixed-top.menu .feedback a {
  display: none;
}

.modal.custom .modal-dialog {
  margin-top: 75px;
}
.modal.custom .modal-title {
  font-family: Palatino, sans-serif;
  font-size: 45px;
  line-height: 55px;
  color: #8DB75B;
  margin-bottom: 5px;
}
.modal-content {
    box-shadow: 0px 0px 100px 50px #000;
  }
.modal.custom .modal-content {
  border: none;
  background-image: url("../img/bg-parallax.jpg");
  background-position: center center;
  background-size: cover;
  border-radius: 25px;
  padding: 43px 35px;
}
.modal.custom .modal-content p {
  font-size: 18px;
  font-family: Palatino, sans-serif;
  color: #ffffff;
}
.modal.custom .modal-header {
  display: block;
  padding: 0 28px;
  position: relative;
  border: none;
}
.modal.custom .modal-header .close {
  color: #ffffff;
  position: absolute;
  right: -71px;
  opacity: 1;
  top: -100px;
  font-size: 45px;
}
.modal.custom .modal-body {
  padding: 12px 15px 12px 6px;
}
.modal.custom .btn {
  margin-top: 12px;
  padding: 13px 65px;
}
.modal.custom .pdf {
  white-space: nowrap;
}
.modal.custom .pdf .far {
  margin-left: 15px;
}
.modal.custom .delimeter {
  border-bottom: 3px dashed #ffffff;
  margin: 18px 60px;
}

.modal.result .modal-content p {
  font-size: 16px;
  margin-bottom: 10px;
  line-height: 1.4;
}
.modal.result .modal-content .question {
  padding: 0 10px;
  margin-bottom: 30px;
}
.modal.result .modal-body {
  text-align: center;
  padding-top: 26px;
  padding-left: 15px;
  padding-right: 0;
}
.modal.result .btn {
  padding: 13px;
}

.form-group {
  margin-bottom: 17px;
}

.form-control.custom {
  background-color: #FFFFFF;
  font-family: Palatino, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1F191B;
  border-radius: 25px;
  border: 2px solid transparent;
  padding: 20px;
}

.form-control.custom::placeholder {
  font-family: Palatino, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1F191B;
  opacity: 0.5;
}

.form-control.custom:focus {
  border-color: #8DB75B;
  box-shadow: none;
}

.promo {
  margin-top: 120px;
  text-align: center;
}
.promo .btn-main {
  margin-top: 70px;
}
.promo .items {
  margin-top: 130px;
  padding: 10px 7px;
}
.promo .items .item {
  text-align: left;
}
.promo .items .item .title {
  color: #ffffff;
  font-size: 25px;
  line-height: 30px;
  margin-bottom: 25px;
}
.promo .items .item .description {
  color: #ffffff;
  font-family: Palatino-normal;
  font-size: 20px;
  line-height: 24px;
  max-width: 230px;
}
.promo .btn-next {
  display: block;
  width: 54px;
  height: 54px;
  border-radius: 27px;
  background-image: url("../img/bottom.png");
  background-position: center 19px;
  background-repeat: no-repeat;
  border: 2px solid rgba(255,255,255,0.2);
  background-color: transparent;
  margin: 0 auto;
  margin-top: 5px;
}
.adres {border-radius: 50px;}

section.landing {
  
  padding-top: 100px;
}
section.landing .count {
  font-family: Palatino;
  font-size: 282px;
  line-height: 1;
}
section.landing .guest {
  line-height: 1;
  font-size: 70px;
}
section.landing .count-1 {
  font-family: "Palatino-normal";
  font-size: 29px;
  color: #ffffff;
  line-height: 1;
  margin-top: 5px;
  margin-left: 7px;
  text-align: center;
}
section.landing .btn-outline-main {
  padding: 12px 10px;
  width: 100%;
}

section.tags {
  padding: 0 15px 0px 0;
  margin-top: 160px;
  background-image: url("../img/light-bg-round.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
section.tags .item {
  position: relative;
  max-height: 360px;
  max-width: 360px;
  padding: 0;
  cursor: pointer;
  transition-property: transform;
  transition-duration: 0.4s;
}
section.tags .item img {
  width: 100%;
}
section.tags .item .title {
  z-index: 2;
  transition-property: opacity;
  transition-duration: 0.2s;
}
section.tags .item:before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #414141;
  opacity: 0.7;
  transition-property: opacity;
  transition-duration: 0.4s;
  pointer-events: none;
}
section.tags .item:hover {
  z-index: 1;
  transform: scale(1.2);
}
section.tags .item:hover .title {
  opacity: 0;
}
section.tags .item:hover:before {
  opacity: 0;
}
.owl-carousel .owl-stage {
  left: 0;
}
section.tags .title {
  position: absolute;
  width: 100%;
  top: 50%;
  font-size: 30px;
  text-align: center;
  margin-top: -20px;
}
section.tags .detail {
  padding-top: 100px;
  position: relative;
}
section.tags .detail h1 {
  margin-bottom: 30px;
}
section.tags .description {
  font-family: "Palatino-normal";
  font-size: 29px;
  color: #ffffff;
}
section.tags .analytic {
  margin-top: 25px;
}
section.tags .analytic .analytic-item {
  display: flex;
  align-items: flex-end;
}
section.tags .analytic .count {
  font-size: 130px;
  line-height: 1;
}
section.tags .analytic .count span {
  font-size: 60px; 
}
section.tags .analytic .desc {
  font-size: 30px;
  color: #ffffff;
  margin-left: 25px;
  line-height: 1;
  max-width: 150px;
  margin-bottom: 20px;
}
section.tags .detail::before {
  content: "";
  display: block;
  width: 264px;
  height: 132px;
  /* background-image: url("../img/uzor-3.png"); */
  background-position: center -132px;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -132px;
}

section.materials:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 26px;
  top: -13px;
  /* background-image: url("../img/separator-1.svg"); */
  background-repeat: no-repeat;
  background-position: center center;
  left: 0;
  right: 0;
}

@media (min-width: 600px) {
  section.materials .promo-list-box {
    padding-left: 30px;
    margin-bottom: 125px;
  }
}
section.materials {
  padding-top: 82px;
  padding-bottom: 20px;
  margin-top: 0px;
  position: relative;
  background: #333 url("../img/village-4.jpg") center bottom no-repeat;
  background-size: contain;
  border-radius: 60px;
  position: relative;
  top: 100px;
  z-index: 2;
}
section.materials .book {
  position: relative;
}
section.materials .book img {
  position: absolute;
  left: -15px;
  top: 3px;
}
section.materials h1 {
  text-align: left;
  color: #8DB75B;
}
section.materials h2 {
  text-align: left;
}
section.materials .list {
  color: #ffffff;
  font-size: 18px;
  font-family: Palatino, sans-serif;
  margin-top: 39px;
  padding: 0;
  list-style: none;
}
section.materials .list .colored {
  font-family: Palatino, sans-serif;
  font-size: 20px;
}
section.materials .list li {
  padding-left: 33px;
  margin-bottom: 9px;
  position: relative;
  line-height: 30px;
}
section.materials .list li:before {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #ffffff;
  left: 3px;
  top: 10px;
}
section.materials .promo-material {
  padding-left: 30px;
  padding-top: 47px;
}
section.materials .promo-material h1 {
  margin-bottom: 38px;
}
section.materials .form-control.custom {
  padding: 25px 11px;
  height: 50px;
  border-radius: 25px;
}
section.materials .btn-main {
  padding: 18px 28px;
  border-radius: 25px;
  height: 50px;
}
section.materials form {
  min-height: 160px;
}
section.materials .result-msg {
  margin-top: -16px;
}
section.materials .form-control.custom::placeholder {
  font-size: 18px;
  padding-left: 10px;
}
section.materials .col-auto {
  padding-right: 20px;
}
section.materials small {
  font-size: 12px;
  display: block;
  font-family: Palatino, sans-serif;
  color: rgba(225, 216, 187, 0.36);
  padding-left: 22px;
  margin-top: 10px;
}
section.materials small .form-check {
  padding-left: 3px;
  padding-top: 12px;
}
section.materials small .form-check-label {
  font-size: 12px;
  line-height: 18px;
  font-family: Palatino, sans-serif;
  color: rgba(225, 216, 187, 0.36);
  max-width: 250px;
}
section.materials small input[type=checkbox] + .form-check-label::before {
  background-color: #ffffff;
}
section.materials hr {
  border-top: 1px solid #ffffff;
  opacity: 0.25;
  margin: 0 0 70px 0;
}

section.revenue {
  padding-top: 175px;
  padding-bottom: 125px;
  position: relative;
  background: -webkit-linear-gradient(bottom, #414141, #414141);
  /* Safari 5.1, iOS 5.0-6.1, Chrome 10-25, Android 4.0-4.3 */
  background: -moz-linear-gradient(bottom, #414141, #414141);
  /* Firefox 3.6-15 */
  background: -o-linear-gradient(bottom, #414141, #414141);
  /* Opera 11.1-12 */
  background-image: linear-gradient(to bottom, #414141, #414141);
}
section.revenue .bg-box {
margin-top: 170px;
background: #333 url("../img/village-4.jpg") center bottom no-repeat;
border-radius: 276px;
position: relative;
max-width: 1310px;
margin-left: auto;
margin-right: auto;
padding-top: 162px;
padding-bottom: 53px;
margin-bottom: 33px;
background-size: cover;
}
section.revenue .description {
  font-size: 18px;
  font-family: Palatino, sans-serif;
  color: #ffffff;
  margin-top: 53px;
  text-align: center;
}
section.revenue .sum {
  font-family: Palatino, sans-serif;
  font-size: 187px;
  position: absolute;
  top: -90px;
  word-spacing: -24px;
  left: 0;
  right: 0;
  text-align: center;
}

.page-wrapper section.revenue .sum {
  color: #8DB75B;
}
section.revenue .sum .rub {
  font-size: 60px;
}
section.revenue .detail {
  text-align: center;
  font-family: Palatino, sans-serif;
}
section.revenue .detail .count {
  font-size: 100px;
  color: #fff;
}
section.revenue .detail .count .rub {
  font-size: 50px;
  font-family: Roboto, sans-serif;
}
section.revenue .detail .title {
  font-size: 30px;
  color: #ffffff;
  line-height: 1;
}
section.revenue .finance {
  text-align: center;
  position: absolute;
  bottom: -21px;
  left: 0;
  right: 0;
}

section.interior {
  background-color: #232323;
  padding-top: 169px;
}
section.interior .bg-box {
  background: #333 url("../img/village-4.jpg") center bottom no-repeat;
  background-size: contain;
  border-radius: 60px;
  max-width: 1440px;
  position: relative;
  padding-top: 497px;
  padding-bottom: 147px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 134px;
  background-size: contain;
position: relative;
top: 100px;
z-index: 1;
}
section.interior .img-box {
  text-align: center;
  left: 0;
  right: 0;
  top: -175px;
  position: absolute;
}
section.interior .item .title {
  font-size: 30px;
  min-height: 60px;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 20px;
}
section.interior .item .description {
  font-size: 21px;
  line-height: 24px;
  color: #ffffff;font-family: Palatino-normal;
}
section.interior .img-box-container {
  position: relative;
  width: 100%;
  max-width: 921px;
  margin: 0 auto;
}
section.interior .img-box-container .hint {
  z-index: 10;
  position: absolute;
  width: 56px;
  height: 56px;
  border-radius: 28px;
  border: 2px solid #ffffff;
  overflow: hidden;
  padding: 15px;
  color: #8DB75B;
  font-size: 20px;
  display: block;
  cursor: pointer;
}
section.interior .img-box-container .hint span {
  display: none;
  transition-property: opacity;
  transition-duration: 0.4s;
}
section.interior .img-box-container .hint:hover {
  width: auto;
}
section.interior .img-box-container .hint:hover i {
  display: none;
}
section.interior .img-box-container .hint:hover span {
  display: block;
}
section.interior .img-box-container .hint:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #1f191b;
  z-index: -1;
  filter: blur(13px);
}

section.products:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100px;
  background-image: linear-gradient(to bottom, #2f2f2f, rgba(55, 46, 44, 0));
}

section.products {
  position: relative;
  padding-top: 190px;
}
section.products .products-container {
  max-width: 1920px;
  margin: 0 auto;
}
section.products .js-carousel-products .overlay {
  opacity: 0.3;
}
section.products h1 {
  margin-bottom: 55px;
}
section.products h2 {
  margin-bottom: 60px;
}
section.products .description {
  font-size: 23px;
  font-family: 'Palatino-normal';
  color: #ffffff;
  margin-top: 45px;
  margin-bottom: 155px;
  text-align: center;
}
section.products .products-list .item {
  position: relative;
  width: 350px;
  height: 500px;
  overflow: hidden;
}
section.products .products-list .item img {
  width: 350px;
  height: 350px;
  border-radius: 175px;
}
section.products .products-list .item .title {
  font-size: 27px;
  line-height: 1;
  text-align: center;
  margin-top: 60px;
  padding: 0 35px;
}
section.products .products-list .item:after {
  content: "";
display: block;
width: 330px;
height: 330px;
border-radius: 50%;
border: 5px solid rgba(255,255,255,0.2);
position: absolute;
left: 10px;
top: 10px;
}
section.products .products-list .owl-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 33px;
}
section.products .products-list .owl-nav .owl-prev {
  display: block;
  background: url("../img/prev.png") no-repeat 0 0;
  width: 58px;
  height: 29px;
  margin-right: 100px;
}
section.products .products-list .owl-nav .owl-prev span {
  display: none;
}
section.products .products-list .owl-nav .owl-next {
  display: block;
  background: url("../img/next.png") no-repeat 0 0;
  width: 58px;
  height: 29px;
  margin-left: 58px;
}
section.products .products-list .owl-nav .owl-next span {
  display: none;
}

@media (min-width: 600px) {
  .owl-stage > .owl-item {
    opacity: 0.33;
  }

  .owl-stage > .active {
    transition-property: opacity;
    transition-duration: 0.2s;
    opacity: 0.33;
  }

  .owl-stage > .active ~ .active {
    opacity: 1;
  }

  .owl-stage > .center + .active + .active {
    opacity: 0.33;
  }
}
section.cook {
  padding-top: 75px;
  padding-bottom: 150px;
}
section.cook .description {
  padding-top: 57px;
  max-width: 550px;
}
section.cook .image {
  max-width: 550px;
  padding-top: 10px;
}
section.cook h1 {
  font-size: 55px;
  text-align: left;
  margin-bottom: 30px;
}
section.cook p {
  margin-bottom: 10px;
  max-width: 545px;
}
section.cook .btn {
  margin-top: 33px;
  padding: 13px 33px;
}

section.welcome {
  background: #CDB35F url("../img/village-5.jpg") center bottom no-repeat;
padding-top: 188px;
padding-bottom: 197px;
background-size: contain;
}
section.welcome h1 {
  color: #ffffff;
  margin-bottom: 40px;
}
section.welcome p {
  color: #fff;font-size: 30px;
}

section.launch {
  padding-top: 150px;
  padding-bottom: 150px;
}
section.launch h3 {
  font-size: 30px;
  font-family: Palatino;
  text-align: center;
  color: #ffffff;
}
section.launch h1 {
  color: #8DB75B;
  margin-bottom: 50px;
}
section.launch .text-descr {
  font-size: 50px;
  color: #ffffff;
  text-align: center;
  line-height: 1;
  padding-top: 10px;
}
section.launch .days {
  background-image: url("../img/90days.svg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 211px;
  height: 272px;
  margin: 0 auto;
  color: #1F191B;
  text-align: center;
  padding-top: 78px;
  padding-right: 28px;
}
section.launch .days .count {
  font-size: 75px;
  line-height: 1;
}
section.launch .days .title {
  font-size: 25px;
  line-height: 1;
}
section.launch .start {
  margin-top: 60px;
  margin-bottom: 104px;
}
section.launch .btn {
  padding: 13px 35px;
}

section.command {
  padding-top: 190px;
  position: relative;
  padding-bottom: 145px;
}
section.command h1 {
  font-size: 55px;
  line-height: 1;
  margin-bottom: 45px;
}
section.command h2 {
  margin-bottom: 70px;
}
section.command .dots {
  margin-bottom: 40px;
}
section.command p {
  margin-bottom: 10px;
}
section.command .contacts {
  margin-top: 73px;
  width: 350px;
  text-align: center;
  float: right;
  margin-right: 77px;
}
section.command .contacts .btn {
  width: 100%;
  margin-bottom: 30px;
}
section.command .contacts a {
  font-size: 30px;
}
section.command .contacts p {
  max-width: 250px;
  text-align: center;
  margin: 10px auto;
}
section.command .detail {
  max-width: 1440px;
  margin: 0 auto;
  padding-left: 20px;
  padding-top: 78px;
  padding-right: 30px;
}
section.command .detail .preview {
  padding: 0;
  padding-top: 70px;
  max-height: 800px;
  position: -webkit-sticky;
  position: sticky;
  top: 88px;
  text-align: right;
}
section.command .detail .preview:before {
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
  width: 2px;
  border-right: 1px solid rgb(113 113 113 / 93%);
}
section.command .detail .preview:after {
  content: "";
  display: block;
  width: 150px;
  position: absolute;
  top: 80px;
  bottom: 80px;
  right: -150px;
  background-color: #000000;
  filter: blur(30px);
}
section.command .detail .items {
  padding-left: 95px;
  z-index: 10;
  background-color: #232323;
  -ms-overflow-style: none;
}
section.command .detail .items::-webkit-scrollbar {
  width: 0;
}
section.command .detail .item {
  margin-bottom: 130px;
}
section.command .detail .item .title {
  color: #8DB75B;
  font-size: 30px;
  line-height: 1.3;
  display: flex;
  align-items: flex-end;
  padding-bottom: 20px;
}
section.command .detail .item .number {
  font-family: Palatino, sans-serif;
  font-size: 175px;
  opacity: 0.1;
  color: #ffffff;
  line-height: 1;
  text-align: right;
  padding-left: 0;
}
section.command .detail .item .description {
  margin-top: 40px;
color: #ffffff;
font-size: 25px;
line-height: 33px;font-family: Palatino-normal;
}

section.command:before {
  content: "";
  display: block;
  width: 264px;
  height: 132px;
  /* background-image: url(../img/uzor-3.png); */
  background-position: center -132px;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -132px;
}

section.best-cook {
  padding-top: 155px;
  position: relative;
}
section.best-cook .cook-container {
  max-width: 1700px;
  position: relative;
  margin: 0 auto;
}
section.best-cook .cook-container:after {
display: block;
content: "";
position: absolute;
width: 740px;
height: 719px;
bottom: 0;
right: 0;
z-index: 10;
background: url(../img/cook-big.svg) no-repeat left 0;
}
section.best-cook h3 {
  margin-bottom: 20px;
}
section.best-cook h1 {
  text-align: left;
  font-size: 55px;
  color: #8DB75B;
  line-height: 1;
  margin-bottom: 35px;
}
section.best-cook h2 {
  text-align: left;
}
section.best-cook .container {
  position: relative;
  padding-bottom: 162px;
}

section.franch {
  max-width: 1761px;
  margin: 0 auto;
  padding-top: 85px;
  padding-bottom: 150px;
  padding-left: 15px;
  padding-right: 15px;
}
section.franch .platform-btn-mobile {
  display: none;
}
section.franch .item {
  padding-bottom: 45px;
  padding-top: 87px;
  position: relative;
}
section.franch .item img {
  width: 100%;
}
section.franch .divider {
  position: absolute;
  bottom: -13px;
  left: 0;
  right: 0;
  height: 26px;
  background-image: url("../img/separator-1.svg");
  background-repeat: no-repeat;
  background-position: center center;
}
section.franch .title {
  font-size: 70px;
  color: #ffffff;
  line-height: 1;
  margin-top: 80px;
  font-family: Palatino, sans-serif;
}
section.franch .description {
  font-family: Palatino, sans-serif;
  font-size: 18px;
  color: #ffffff;
  margin-top: 37px;
  margin-bottom: 90px;
}
section.franch .platfom-photo img {
  position: absolute;
  left: 50px;
}

section.gallery {
  padding-top: 150px;
  padding-bottom: 140px;
}
section.gallery .item {
  margin-bottom: 30px;
}
section.gallery .item img {
  border-radius: 20px;
  width: 100%;
}
section.gallery .instagram {
  margin-top: 23px;
  margin-left: 15px;
}
section.gallery .instagram .ico {
  white-space: nowrap;
  position: relative;
  padding-top: 5px;
  padding-right: 50px;
}
.bg-main {
  font-family: Palatino;
}
.bg-main div.name, .bg-main div.name a {
font-family: Palatino;
}
section.gallery .instagram .fab {
  font-size: 60px;
}
section.gallery .instagram .delimeter {
  position: absolute;
  display: block;
  right: 0;
  top: -15px;
  font-size: 60px;
  font-family: Palatino, sans-serif;
  color: #ffffff;
}
section.gallery .instagram a {
  font-size: 60px;
  font-family: Palatino, sans-serif;
  position: relative;
}
section.gallery .instagram p {
  font-size: 18px;
  margin-top: 43px;
}

section.excursion {
  padding-top: 150px;
  padding-bottom: 130px;
}
section.excursion h1, section.excursion h2, section.excursion p {
  text-align: left;
}
section.excursion h2 {
  margin-bottom: 20px;
}
section.excursion p {
  max-width: 390px;
}
section.excursion .btn {
  margin-top: 90px;
  padding: 14px 22px;
}
section.excursion .items {
  position: absolute;
  top: 0;
  left: 15px;
  right: 15px;
}
section.excursion .item {
  margin-bottom: 30px;
  overflow: hidden;
}
section.excursion .item img {
  border-radius: 20px;
  width: 100%;
}

section.sfeedback {
  padding-top: 245px;
  padding-bottom: 150px;
}
section.sfeedback #bottomRequestForm {
  min-height: 635px;
}
section.sfeedback h1 {
  margin-bottom: 55px;
}
section.sfeedback h3 {
  font-size: 55px;
  font-family: Palatino, sans-serif;
}
section.sfeedback .delimeter {
  display: inline-block;
  width: 350px;
  height: 18px;
  background-image: url("../img/separator-1.svg");
  background-position: center center;
  background-repeat: no-repeat;
  margin-bottom: 53px;
}
section.sfeedback .contacts {
  padding-top: 80px;
}
section.sfeedback .contacts a {
  font-size: 55px;
  color: #8DB75B;
  font-family: Palatino, sans-serif;
  margin-bottom: 25px;
  display: inline-block;
}
section.sfeedback .contacts a.link:before {
  bottom: 0px;
}
section.sfeedback .social {
  margin-top: 20px;
}
section.sfeedback .social a {
  font-size: 34px;
  color: #ffffff;
  margin-right: 25px;
}
section.sfeedback .social a:hover {
  font-size: 34px;
  color: #8DB75B;
  margin-right: 25px;
}
section.sfeedback .social p {
  margin-bottom: 20px;
}
section.sfeedback .form-box p {
  margin-bottom: 35px;
}
section.sfeedback .form-box .form-check {
  padding-left: 0;
}
section.sfeedback .form-box .btn-main {
  margin-top: 10px;
  padding: 13px 63px;
}

.navbar-toggler-icon {
  background-image: url("../img/menu.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 30px;
  height: 30px;
}

@media (max-width: 600px) {
  .gradient:before {
    display: none;
  }

  .modal.custom {
    padding: 0;
  }
  .modal.custom .modal-dialog {
    margin: 0;
    height: 100%;
  }
  .modal.custom .modal-title {
    font-size: 35px;
    line-height: 55px;
  }
  .modal.custom p {
    font-size: 16px;
    line-height: 24px;
    max-height: 75px;
    overflow: hidden;
  }
  .modal.custom .form-check-label {
    font-size: 14px;
    line-height: 21px;
  }

  .modal.custom .modal-content {
    border-radius: 0;
    background-image: none;
    background-color: #372E2C;
    padding: 20px 30px;
    height: 100%;
  }
  .modal.custom .form-check {
    padding-left: 0;
  }
  .modal.custom .modal-header {
    padding: 0;
    padding-right: 49px;
  }
  .modal.custom .modal-body {
    padding: 0;
  }
  .modal.custom .btn {
    width: 100%;
  }
  .modal.custom .modal-header .close {
    right: 25px;
    top: 35px;
    padding: 0;
    background-image: url(../img/close.png);
    width: 25px;
    height: 25px;
  }
  .modal.custom .modal-header .close span {
    display: none;
  }

  .menu {
    padding-top: 15px;
  }

  .navbar {
    padding-left: 0;
    padding-right: 0;
  }

  .navbar-collapse {
    margin-top: 70px;
  }

  .navbar-toggler {
    padding: 0;
  }

  .navbar-brand img {
    width: 130px;
    height: 59px;
  }

  h1 {
    font-size: 63px;
    text-align: left;
    line-height: 1;
    margin-bottom: 12px;
  }

  h2 {
    font-size: 25px;
    text-align: left;
    line-height: 37px;
  }

  .promo {
    margin-top: 28px;
    padding-bottom: 35px;
    text-align: left;
    padding-left: 15px;
    padding-right: 15px;
  }
  .promo h2 {
    font-size: 25px;
    line-height: 37px;
    text-align: left;
  }
  .promo .btn-main {
    margin-top: 38px;
    padding: 13px 28px;
  }
  .promo .items {
    padding: 0;
    margin-top: 70px;
  }
  .promo .items .item {
    margin-bottom: 10px;
  }
  .promo .items .item .title {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 18px;
  }

  section h2 {
    text-align: center;
    font-size: 29px;
    line-height: 41px;
  }
  section p {
    font-size: 20px;
    line-height: 30px;
  }
  section p strong {
    font-size: 20px;line-height: 1.6;
  }

  section.landing {
    padding-top: 48px;
  }
  section.landing .count {
    font-size: 102px;
    white-space: nowrap;
  }
  section.landing .guest {
    font-size: 43px;
    text-align: center;
    display: block;
  }
  section.landing .count-1 {
    margin: 45px 30px;
    line-height: 39px;
    text-align: center;
  }
  section.landing .btn-box {
    text-align: center;
  }
  section.landing .btn-outline-main {
    padding: 12px 25px;
    width: auto;
  }

  section.tags {
    margin-top: 60px;
    padding-bottom: 50px;
  }
  section.tags .description {
    line-height: 41px;
  }
  section.tags .title {
    font-size: 18px;
  }
  section.tags .detail {
    padding-top: 165px;
  }
  section.tags .detail h1 {
    text-align: center;
    font-size: 50px;
    margin-bottom: 15px;
  }
  section.tags .detail .dots {
    margin-top: 30px;
  }
  section.tags .analytic {
    margin-top: 50px;
  }
  section.tags .analytic .analytic-item {
    display: block;
  }
  section.tags .analytic .count {
    font-size: 50px;
    font-family: Palatino, sans-serif;
    text-align: center;
  }
  section.tags .analytic .desc {
    font-size: 20px;
    line-height: 30px;
    margin-left: 0;
    text-align: center;
    margin-top: 15px;max-width: none!important;
  }

  section.materials {
    margin: 0;
    padding-bottom: 70px;
    border-radius: 0;
    padding-top: 0px;
  }
  section.materials .container {
    padding-left: 15px;
  }
  section.materials .promo-material {
    padding: 0;
  }
  section.materials .promo-material h1 {
    margin-top: 65px;
    margin-bottom: 18px;
    font-size: 50px;
    text-align: center;
  }
  section.materials .promo-material h2 {
    text-align: center;
    padding: 0 20px;
    font-size: 29px;
    line-height: 41px;
  }
  section.materials .book {
    height: 309px;
  }
  section.materials .book img {
    width: 320px;
    left: auto;
    right: 30px;
  }
  section.materials hr {
    display: none;
  }
  section.materials .list {
    font-size: 16px;
    margin-bottom: 78px;
  }
  section.materials .list .colored {
    font-size: 15px;
  }
  section.materials .list li {
    padding-left: 22px;
    margin-bottom: 8px;
    line-height: 24px;
  }
  section.materials .list li:before {
    width: 8px;
    height: 8px;
    border-radius: 4px;
    top: 7px;
  }
  section.materials .promo-list-box {
    padding-left: 12px;
  }
  section.materials form {
    padding: 0 55px;
  }
  section.materials .form-control.custom {
    padding: 14px 11px;
    height: 48px;
    border-radius: 25px;
  }
  section.materials small {
    margin-top: 0;
    margin-bottom: 9px;
  }
  section.materials .btn-main {
    padding: 14px 28px;
    border-radius: 25px;
    height: 43px;
    width: 100%;
  }

  section.materials:before {
    left: 50%;
    right: 0;
    max-width: 210px;
    background-size: contain;
    margin-left: -110px;
  }

  section.revenue {
    padding-top: 150px;
    padding-bottom: 10px;
  }
  section.revenue .container {
    padding-left: 30px;
    padding-right: 30px;
  }
  section.revenue h1 {
    font-size: 50px;
    text-align: center;
    margin-bottom: 20px;
  }
  section.revenue h2 {
    padding: 0 20px;
    text-align: center;
    font-size: 29px;
  }
  section.revenue .dots {
    margin-top: 30px;
  }
  section.revenue .description {
    font-size: 16px;
    margin-top: 30px;
    padding: 0 20px;
  }
  section.revenue .bg-box {
    margin-top: 43px;
    margin-bottom: 45px;
    border-radius: 0;
    padding: 35px 0 47px 0;
  }
  section.revenue .bg-box h2 {
    padding: 0 40px;
    line-height: 41px;
  }
  section.revenue .bg-box .sum {
    margin-bottom: 9px;
    font-size: 66px;
    position: initial;
    word-spacing: -8px;
  }
  section.revenue .bg-box .sum .rub {
    font-size: 21px;
  }
  section.revenue .detail .title {
    font-size: 17px;
    line-height: 20px;
  }
  section.revenue .detail .count {
    white-space: nowrap;
    font-size: 40px;
    margin-bottom: 8px;
  }
  section.revenue .detail .count .rub {
    font-size: 20px;
    font-family: Roboto, sans-serif;
  }
  section.revenue .finance {
    position: initial;
    padding: 40px 30px;
  }
  section.revenue .btn-main {
    padding: 13px 28px;
  }

  section.interior {
    padding-top: 15px;
  }
  section.interior .container {
    padding: 0 15px;
  }
  section.interior h1 {
    font-size: 50px;
    text-align: center;
  }
  section.interior h2 {
    font-size: 29px;
    padding: 7px 15px;
    text-align: center;
  }
  section.interior .img-box {
    position: absolute;
    padding: 0 30px;
    top: -117px;
  }
  section.interior .img-box img {
    width: 100%;
  }
  section.interior .img-box .container {
    padding: 0 30px;
  }
  section.interior .bg-box {
    margin-top: 40px;
    padding-bottom: 50px;
    border-radius: 0;
    padding-top: 179px;
    padding-left: 15px;
    padding-right: 15px;
  }
  section.interior .img-box-container .hint {
    display: none;
  }
  section.interior .item {
    margin-bottom: 20px;
  }
  section.interior .item .title {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 10px;
    min-height: auto;
  }

  section.products {
    padding-top: 153px;
  }
  section.products .container {
    padding-left: 15px;
  }
  section.products h1 {
    font-size: 50px;
    text-align: center;
    margin-bottom: 28px;
  }
  section.products h2 {
    font-size: 29px;
    text-align: center;
    line-height: 41px;
    margin-bottom: 42px;
    padding: 0 20px;
  }
  section.products .description {
    margin-top: 25px;
    padding: 0 15px;
    margin-bottom: 20px;
  }
  section.products .products-list .item {
    position: relative;
    width: 245px;
    text-align: center;
    height: 353px;
    overflow: hidden;
  }
  section.products .products-list .item .title {
    margin-top: 30px;
    padding: 0;
  }
  section.products .products-list .item img {
    width: 230px;
    height: 230px;
    border-radius: 115px;
    margin: 0 auto;
  }
  section.products .products-list .item:after {
    display: none;
  }
  section.products .products-list .owl-nav .owl-prev {
    margin-right: 157px;
  }
  section.products .products-list .owl-nav {
    margin-top: 6px;
  }
  section.products .owl-item {
    opacity: 0.33;
    transition-property: opacity;
    transition-duration: 0.2s;
  }
  section.products .owl-item.center {
    opacity: 1;
  }

  section.cook {
    padding-top: 50px;
    padding-bottom: 60px;
    padding-left: 15px;
    padding-right: 15px;
  }
  section.cook .image {
    position: absolute;
    right: 0;
    overflow: hidden;
    width: 134px;
    top: -10px;right: -16px;
  }
  section.cook .image img {
    width: 389px;position: relative;left: -120px;
  }
  section.cook .description {
    padding-top: 0;
    width: 100%;
    padding-right: 130px;
    max-width: none;
  }
  section.cook .btn {
    margin-top: 30px;
  }
  section.cook h1 {
    font-size: 30px;
  }
  section.cook p {
    max-width: none;
    font-size: 16px;
  }
  section.cook p strong {
    font-size: 14px;
  }

  section.welcome {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  section.welcome .container {
    padding-left: 15px;
  }
  section.welcome h1 {
    font-size: 50px;
    text-align: center;
    margin-bottom: 30px;
  }
  section.welcome p {
    padding: 0 60px;
  }

  section.launch {
    padding-top: 63px;
    padding-bottom: 60px;
  }
  section.launch .container {
    padding-left: 15px;
  }
  section.launch h1 {
    font-size: 50px;
    text-align: center;
    padding: 0 45px;
    margin-bottom: 22px;
  }
  section.launch h3 {
    margin-bottom: 35px;
  }
  section.launch h2 {
    text-align: center;
    font-size: 29px;
    line-height: 41px;
    padding: 0 55px;
  }
  section.launch .text-descr {
    font-size: 40px;
    margin-top: 11px;
    font-family: Palatino, sans-serif;
    margin-bottom: 47px;
    padding: 0 40px;
  }
  section.launch .days {
    background-image: url(../img/triangle-down.png);
    width: 272px;
    height: 211px;
    margin-top: 30px;
    padding-top: 48px;
    padding-left: 29px;
    margin-bottom: 48px;
    font-family: Palatino, sans-serif;
  }
  section.launch .start {
    margin-bottom: 21px;
  }

  section.command {
    padding-top: 100px;
    padding-bottom: 195px;
  }
  section.command h1 {
    font-size: 50px;
    line-height: 1;
    margin-bottom: 18px;
    text-align: center;
  }
  section.command h2 {
    margin-bottom: 40px;
  }
  section.command .dots {
    margin-bottom: 45px;
  }
  section.command p {
    padding: 0 15px;
  }
  section.command .contacts {
    text-align: center;
    width: 100%;
    float: none;
    margin: 0;
  }
  section.command .contacts p {
    display: none;
  }
  section.command .detail {
    padding-left: 30px;
    padding-top: 87px;
    padding-right: 15px;
  }
  section.command .detail .preview {
    position: initial;
    padding-left: 15px;
    padding-right: 30px;
    padding-top: 0;
  }
  section.command .detail .preview img {
    display: none;
  }
  section.command .detail .preview:after {
    display: none;
  }
  section.command .detail .items {
    padding: 0;
    max-width: none;
    max-height: none;
    overflow: visible;
    width: 100%;
  }
  section.command .detail .item {
    margin-bottom: 100px;
    padding-right: 15px;
    padding-left: 15px;
  }
  section.command .detail .item .title {
    display: flex;
    align-items: flex-end;
    padding-bottom: 20px;
  }
  section.command .detail .item .row {
    position: relative;
  }
  section.command .detail .item .number {
    font-size: 146px;
    position: absolute;
    right: 40px;
    top: -90px;
  }
  section.command .detail .item .description {
    margin-top: 0px;
    font-size: 22px;
    padding-right: 45px;
  }

  section.best-cook {
    padding-top: 345px;
    padding-left: 5px;
  }
  section.best-cook h3 {
    font-size: 25px;
    color: #ffffff;
    text-align: center;
    margin-bottom: 15px;
  }
  section.best-cook h1 {
    font-size: 40px;
    text-align: center;
  }
  section.best-cook h2 {
    text-align: center;
    padding: 0 15px;
  }
  section.best-cook .container {
    padding-bottom: 70px;
  }

  section.best-cook:after {
    height: 586px;
    bottom: auto;
    background: url(../img/cook.png) no-repeat center center;
    background-size: 482px;
    left: 0;
    right: 0;
    top: -270px;
    background-position-x: 45px;
    width: 100%;
  }

  section.franch {
    padding: 0 15px;
    padding-top: 10px;
  }
  section.franch .platfom-photo {
    width: 100%;
    padding: 0;
    padding-top: 352px;
    height: 310px;
    background-image: url(../img/platforma.png);
    background-position: 0 -45px;
    background-size: 460px;
    background-repeat: no-repeat;
    padding-bottom: 60px;
  }
  section.franch .platfom-photo img {
    display: none;
  }
  section.franch .platform-btn {
    display: none;
  }
  section.franch .platform-btn-mobile {
    display: inline-block;
  }
  section.franch .divider {
    background-size: contain;
    height: 18px;
  }
  section.franch .item {
    padding-top: 57px;
    text-align: center;
    padding-bottom: 50px;
  }
  section.franch .item img {
    width: 100%;
  }
  section.franch .description {
    font-size: 16px;
    text-align: center;
    margin-bottom: 27px;
  }
  section.franch .btn {
    margin-bottom: 18px;
  }
  section.franch .title {
    font-size: 50px;
    text-align: center;
    margin-top: 0;
    padding: 0 10px;
  }

  section.gallery {
    padding: 60px 15px;
  }
  section.gallery .item {
    text-align: center;
  }
  section.gallery .instagram .ico {
    padding-top: 0px;
  }
  section.gallery .instagram .fab {
    font-size: 58px;
  }
  section.gallery .instagram .delimeter {
    font-size: 48px;
  }
  section.gallery .instagram a {
    font-size: 48px;
  }
  section.gallery .instagram p {
    margin-top: 24px;
    font-size: 18px;
  }

  section.excursion {
    padding-top: 50px;
    padding-bottom: 60px;
    text-align: center;
  }
  section.excursion h1 {
    font-size: 50px;
    text-align: center;
    padding: 0 10px;
  }
  section.excursion h2 {
    text-align: center;
  }
  section.excursion .items {
    position: initial;
    padding: 0 15px;
    max-height: 245px;
    overflow: hidden;
  }
  section.excursion p {
    text-align: center;
    padding: 0 25px;
    font-size: 18px;
    line-height: 26px;
    max-width: none;
  }
  section.excursion .btn {
    margin-top: 20px;
  }
  section.excursion .info {
    text-align: center !important;
  }

  section.sfeedback {
    padding-top: 60px;
    padding-bottom: 25px;
  }
  section.sfeedback h1 {
    font-size: 40px;
    text-align: center;
    margin-bottom: 42px;
  }
  section.sfeedback .delimeter {
    width: 177px;
    height: 9px;
    background-size: contain;
    margin-bottom: 90px;display: none;
  }
  section.sfeedback h3 {
    font-size: 30px;
    text-align: center;
  }
  section.sfeedback .form-box p {
    font-size: 18px;
    text-align: center;
    margin-top: 12px;
    padding: 0 30px;
  }
  section.sfeedback .form-box form {
    padding: 0 10px;
  }
  section.sfeedback .form-box .btn-main {
    width: 100%;
    margin-top: 34px;
  }
  section.sfeedback .contacts {
    text-align: center;
    padding-top: 76px;
  }
  section.sfeedback .contacts p {
    font-size: 18px;
    text-align: center;
    margin-bottom: 23px;
  }
  section.sfeedback .contacts a {
    font-size: 48px;
  }
  section.sfeedback .contacts a:before {
    display: none;
  }
  section.sfeedback .social {
    margin-top: 0;
  }
  section.sfeedback .social p {
    margin-bottom: 33px;
  }
  section.sfeedback .social a {
    font-size: 34px;
  }

  footer {
    padding: 60px;
  }
  footer .name {
    margin-bottom: 30px;
  }
}
#header {
  padding-bottom: 50px;
}

.menu {
  font-family: Palatino, sans-serif;
  padding: 37px 0 0 7px;
}

.fixed-top.menu .navbar-brand img {
  top: -10px;
}

.promo .items {
  margin-bottom: 50px;
}

.fixed-top.menu {
  transition-property: background-color;
  transition-duration: 0.4s;
  padding: 30px;
  box-shadow: 0 20px 20px rgba(0, 0, 0, 0.16);
  top: 0px;
  height: auto;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
  left: 0;
  bottom: 0;
  right: 0;
  height: 25px;
  width: 100%;
  top: auto;
  background: transparent;
}

.fancybox-thumbs__list a {
  height: 15px;
  width: 15px;
  border-radius: 7px;
  background-color: #ffffff;
  max-width: none;
  max-height: none;
  background-image: none !important;
  margin: 0 2px 0 0;
  opacity: 0.5;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 0;
}

.fancybox-thumbs-active {
  opacity: 1 !important;
}

.fancybox-button--arrow_right div {
  display: none;
}

.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 140px;
}

.fancybox-button--arrow_right {
  background-image: url("../img/next.png");
  background-position: center;
  background-repeat: no-repeat;
}

.fancybox-button--arrow_left div {
  display: none;
}

.fancybox-button--arrow_left {
  background-image: url("../img/prev.png");
  background-position: center;
  background-repeat: no-repeat;
}

.fancybox-thumbs__list a:before {
  display: none;
}

.odometer.odometer-auto-theme, .odometer.odometer-theme-default {
  font-family: Palatino, sans-serif;
  line-height: 1;
  white-space: nowrap;
}

.menu .social a .fab {
  transition-property: color;
  transition-duration: 0.2s;
}

.menu .social a:hover .fab {
  color: #ffffff;
}

section.tags .title {
  pointer-events: none;
}

p {
  line-height: 26px;
}

section.best-cook .container:after {
  z-index: 11;
}

section.gallery .instagram .delimeter {
  top: 0px;
}

section.excursion .item img {
  transition-property: transform;
  transition-duration: 0.4s;
}

section.excursion .item:hover {
  overflow: visible;
}

section.excursion .item:hover img {
  z-index: 10;
  border-radius: 20px;
  transform: scale(1.2);
}

footer {
  background-color: #1F191B;
  font-family: Palatino, sans-serif;
}

footer a.link:before {
  bottom: -4px;
  height: 0;
  opacity: 0.13;
}
a.link:hover:before {
  opacity: 0.55;
}
.bold {font-family: Palatino-normal; font-size: 25px;}










