html, body {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 165%; }
  @media (max-width: 1023px) {
    html, body {
      overflow-x: hidden; } }

h1, h2, h3, h4, h5, h6 {
  margin: inherit; }

.overflow {
  overflow: hidden; }

.clear {
  clear: both; }

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

.main-container {
  max-width: 1268px;
  margin: 0 auto;
  padding: 0 15px; }
  .main-container--small {
    max-width: 1270px; }
  .main-container--xsmall {
    max-width: 785px;
    margin-top: 65px; }

.no-margin {
  margin-top: 0; }

.pagination-block {
  text-align: center;
  margin-top: 20px; }

.pagination__li.active .pagination__link {
  background: #333;
  border-color: #333;
  color: #fff !important; }
  .pagination__li.active .pagination__link:hover {
    background: #333;
    border-color: #333; }

.pagination__link {
  color: #333 !important; }

.pagination li.disabled {
  display: none; }

.pagination li > a {
  color: #333 !important;
  margin: 0 4px; }

.pagination li > span {
  margin: 0 4px; }

.scrollTop {
  width: 50px;
  height: 50px;
  background: #fff;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.7);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.7);
  position: fixed;
  right: 20px;
  opacity: 0.5;
  z-index: 9999;
  -webkit-transition: opacity 0.3s, bottom 07s;
  transition: opacity 0.3s, bottom 0.7s;
  bottom: -100px; }
  @media (max-width: 1024px) {
    .scrollTop {
      right: 10px; } }
  .scrollTop.show {
    bottom: 90px; }
  .scrollTop:hover {
    opacity: 1; }
  .scrollTop::before {
    content: '';
    display: block;
    border-top: 3px solid #463928;
    width: 11px;
    height: 11px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    position: absolute;
    margin: auto; }
  .scrollTop::after {
    content: '';
    display: block;
    border-top: 3px solid #463928;
    width: 11px;
    height: 11px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    position: absolute;
    margin: auto; }

.preloader {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #463928;
  z-index: 10000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 0.7; }
  .preloader__content {
    -webkit-animation: rotate 1s cubic-bezier(0.1, 0.8, 0.8, 0.1) infinite;
    animation: rotate 1s cubic-bezier(0.1, 0.8, 0.8, 0.1) infinite; }
  .preloader__dot {
    width: 20px;
    height: 20px;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    border: 3px solid #fff;
    display: inline-block;
    margin: 5px;
    background: #fff;
    -webkit-transition: -webkit-transform 1s;
    transition: transform 1s;
    -webkit-animation: show-hide 1s ease infinite;
    animation: show-hide 1s ease infinite; }
    .preloader__dot:nth-child(2) {
      -webkit-animation-delay: 300ms;
      animation-delay: 300ms; }
    .preloader__dot:nth-child(3) {
      -webkit-animation-delay: 600ms;
      animation-delay: 600ms; }

@-webkit-keyframes show-hide {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  100% {
    -webkit-transform: scale(0);
    transform: scale(0); } }

@keyframes show-hide {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  100% {
    -webkit-transform: scale(0);
    transform: scale(0); } }

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

#preloader.preloader-hiding {
  opacity: 0; }

#preloader.preloader-hidden {
  display: none; }

/***************************************************************************************************************/
.sect {
  padding: 50px 0; }

.color2 {
  color: #463928; }

.white {
  color: #fff; }

h1, h2, h3, h4, h6, h6 {
  font-family: "Open Sans"; }

h1, h2 {
  font-size: 50px;
  color: #463928;
  margin-bottom: 50px;
  text-transform: uppercase; }
  @media (max-width: 1024px) {
    h1, h2 {
      font-size: 35px;
      margin-bottom: 30px; } }

h2, h1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center; }

h2:before,
h2:after, h1:before,
h1:after {
  content: '';
  border-top: 2px solid #8DC620;
  margin: 0 15px 0 0;
  width: 35px; }

h2:after, h1:after {
  margin: 0 0 0 15px; }

h2 {
  font-size: 40px; }

h3 {
  font-size: 33px !important;
  font-family: "Open Sans";
  color: #463928; }
  @media (max-width: 1024px) {
    h3 {
      font-size: 12px; } }

@media (max-width: 1024px) {
  .news h3 {
    font-size: 22px !important; } }

h4 {
  font-family: "Open Sans"; }

.sect h4 {
  font-family: "Open Sans";
  font-size: 18px;
  color: #463928; }

.alert ul {
  padding-left: 15px; }

.button_yellow {
  display: inline-block;
  background: #8DC620;
  border: none;
  color: #fff;
  min-width: 191px;
  font-size: 16px;
  text-align: center;
  padding: 10px 30px;
  font-weight: 400;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: background 0.3s;
  transition: background 0.3s; }
  .button_yellow:hover, .button_yellow:focus {
    text-decoration: none; }
  .button_yellow:hover {
    background-color: #463927;
    color: #fff; }
  @media (max-width: 1024px) {
    .button_yellow {
      font-size: 13px;
      padding: 10px;
      min-width: 170px; } }

.counter {
  background-clip: initial;
  background-origin: initial;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover !important;
  position: relative;
  z-index: 0;
  background-attachment: fixed;
  background-image: url(/media/counter_bg.jpg);
  padding: 150px 0;
  width: 100%; }
  .counter:before {
    background: rgba(52, 85, 47, 0.92);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1; }
  .counter__colcircle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .counter__circle {
    width: 252px;
    height: 252px;
    float: none;
    margin: 0 auto;
    background-image: url(/media/circle.png);
    background-position: center center;
    background-repeat: no-repeat;
    margin-bottom: 30px; }
  .counter__count {
    padding: 30px 0;
    font-size: 73px;
    color: #8DC620;
    line-height: 120%;
    font-weight: 700; }
  .counter__textc {
    font-size: 20px;
    color: #8DC620;
    font-weight: bold; }
  @media (max-width: 1024px) {
    .counter__row {
      display: block; } }
  @media (max-width: 1024px) {
    .counter__col {
      width: 100%; } }
  .counter__col--right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  .counter__header {
    font-size: 50px;
    color: #fff;
    font-family: "Belleza";
    text-transform: uppercase; }
    @media (max-width: 1024px) {
      .counter__header {
        font-size: 35px;
        text-align: center; } }
  .counter__text {
    color: #fff;
    font-size: 20px;
    line-height: 120%;
    margin-bottom: 95px; }
    .counter__text--desc {
      color: #666;
      line-height: 165%;
      font-size: 16px;
      letter-spacing: 1.2px; }
      @media (max-width: 1024px) {
        .counter__text--desc {
          font-size: 18px;
          text-align: center; } }

.programs__img {
  -webkit-filter: sepia(90%) contrast(90%) saturate(150%) hue-rotate(420deg) brightness(88%);
  filter: sepia(90%) contrast(90%) saturate(150%) hue-rotate(420deg) brightness(88%); }
  .programs__img:hover {
    -webkit-filter: none;
    filter: none; }

/*
.programs {
  padding:90px 0;
  width:100%;
  background:$white;
  @media (max-width:$screen-lg){
    
  }
 
  &__row{ 
    
    margin-bottom:60px;
    @media (max-width:$screen-md){
      display:block;
    }

  } 
  
  &__col{ 

    
    @media (max-width:$screen-md){
      width:100%;
    }

    &--right{
      display: flex;
      align-items: center;
      
    }
  }

  &__header{
    font-size:30px !important;
    color:$color2;
    font-family: $font2;
    text-transform: uppercase;
    
  
    @media (max-width:$screen-md){
      font-size:30px;
      text-align: center;
    }
  }
  &__img {
    filter: sepia(90%) contrast(90%) saturate(150%) hue-rotate(420deg) brightness(88%); 
  &:hover {
    filter: none; 
  }
}
  &__text{
    color:$white;
    font-size:20px;
    line-height:120%;
    margin-bottom:95px;
    

    &--desc{
      color:$light-text;
      
      line-height:165%;
      font-size:16px;
      letter-spacing: 1.2px;

      @media (max-width:$screen-md){
        font-size:18px;
        text-align: center;
      }

    }
  }

}
*/
.owl-nav {
  margin-top: 0px !important; }

.owl-prev {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 70%;
  left: 45%;
  display: block !important;
  border: 0px solid black;
  background: #8DC620 !important; }
  @media (max-width: 1024px) {
    .owl-prev {
      left: 40%; } }
  @media (max-width: 767px) {
    .owl-prev {
      left: 20%; } }

.owl-next {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 70%;
  right: 45%;
  display: block !important;
  border: 0px solid black;
  background: #8DC620 !important; }
  @media (max-width: 1024px) {
    .owl-next {
      right: 40%; } }
  @media (max-width: 767px) {
    .owl-next {
      right: 20%; } }

.owl-prev i, .owl-next i {
  font-size: 30px;
  color: #fff; }

a:hover {
  text-decoration: none; }

.top {
  background: #273343;
  padding: 8px 0; }
  @media (max-width: 766px) {
    .top {
      padding: 2px 0; } }
  @media (max-width: 1023px) {
    .top__container {
      padding: 0 10px; } }
  @media (max-width: 766px) {
    .top__container {
      padding: 0 7px; } }
  .top__col {
    float: left;
    width: 50%; }
    @media (max-width: 1023px) {
      .top__col {
        width: 45%; } }
    @media (max-width: 766px) {
      .top__col {
        width: 40%; } }
    .top__col--right {
      float: right;
      text-align: right; }
      @media (max-width: 1023px) {
        .top__col--right {
          width: 55%; } }
      @media (max-width: 766px) {
        .top__col--right {
          width: 60%; } }
  .top__text {
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    color: #F4EEE1; }
  .top__link {
    color: #F4EEE1;
    margin-left: 15px; }
    @media (max-width: 767px) {
      .top__link {
        margin-left: 0; } }
    .top__link:hover, .top__link:focus {
      color: #F4EEE1; }
  .top__city {
    margin-right: 15px;
    font-weight: 400; }
    @media (max-width: 767px) {
      .top__city {
        display: none; } }
  @media (max-width: 767px) {
    .top__block {
      display: block; } }

.btop2 {
  position: relative; }
  @media (max-width: 1024px) {
    .btop2 {
      display: none; } }

.btop2:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 60%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.9)), to(transparent));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.9), transparent);
  /* Chrome, Safari4+ */
  /* Chrome10+, Safari5.1+ */
  background: -moz-linear-gradient(top, transparent 90% #000, transparent 100%);
  /* FF3.6+ */
  z-index: 11; }
  @media (max-width: 1024px) {
    .btop2:after {
      background: none; } }

.banner__image:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 60%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.9)), to(transparent));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.9), transparent);
  /* Chrome, Safari4+ */
  /* Chrome10+, Safari5.1+ */
  background: -moz-linear-gradient(top, transparent 90% #000, transparent 100%);
  /* FF3.6+ */
  z-index: 11; }
  @media (max-width: 1024px) {
    .banner__image:after {
      background: none; } }

.banner__image, .btop {
  z-index: 10; }

/*
.banner:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 50%;
	background-image: linear-gradient(to bottom right, #000 100%, #fff 0%);
	
  }

  */
.banner {
  position: relative;
  /* top:-100px;
@media (max-width:$screen-sm){ 
	top:0px; 
} */ }
  .banner__image {
    top: 100px; }
  .banner__img {
    width: 100%;
    height: 100%; }
  .banner__indicators {
    bottom: 26px !important; }
    @media (max-width: 1199px) {
      .banner__indicators {
        bottom: 15px !important; } }
    @media (max-width: 1024px) {
      .banner__indicators {
        bottom: 5px !important; } }
    @media (max-width: 767px) {
      .banner__indicators {
        display: none; } }
  .banner__content {
    position: absolute;
    top: 60px;
    text-align: center;
    bottom: 0;
    margin: auto;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 50; }
    @media (max-width: 766px) {
      .banner__content {
        display: none; } }
  @media (max-width: 1199px) {
    .banner__text {
      font-size: 30px; } }
  @media (max-width: 1024px) {
    .banner__text {
      font-size: 20px; } }
  .banner__text--big {
    font-family: "Open Sans", sans-serif;
    color: #fff;
    font-size: 50px;
    text-transform: none;
    background: none;
    /* max-width:615px; */
    text-align: center;
    display: block;
    padding: 0;
    font-weight: normal;
    margin-top: 17px;
    line-height: 120%; }
    @media (max-width: 1199px) {
      .banner__text--big {
        font-size: 30px; } }
    @media (max-width: 1024px) {
      .banner__text--big {
        font-size: 20px; } }
  .banner__text--small {
    font-family: "Open Sans", sans-serif;
    color: #fff;
    font-size: 18px;
    text-transform: none;
    background: none;
    /* max-width:615px; */
    text-align: center;
    display: block;
    padding: 0;
    font-weight: normal;
    margin-top: 17px;
    line-height: 160%; }
    @media (max-width: 1199px) {
      .banner__text--small {
        font-size: 20px; } }
    @media (max-width: 1024px) {
      .banner__text--small {
        font-size: 16px; } }
  .banner__button {
    background: #8DC620;
    color: #fff;
    min-width: 191px;
    width: 250px;
    font-size: 18px;
    padding: 21px 37px;
    -webkit-transition: background 0.3s;
    transition: background 0.3s; }
    .banner__button:hover, .banner__button:focus {
      text-decoration: none; }
    .banner__button:hover {
      color: #fff; }
    @media (max-width: 1024px) {
      .banner__button {
        font-size: 13px;
        padding: 10px;
        min-width: 170px;
        margin-top: 20px; } }
  .banner__nav__container {
    position: absolute;
    margin: auto;
    width: 58px;
    height: 58px;
    background: #463928;
    opacity: 0.6;
    padding: 0;
    font-size: 50px;
    color: #fff; }
    @media (max-width: 1024px) {
      .banner__nav__container {
        font-size: 30px;
        padding-top: 7px;
        width: 40px;
        height: 40px; } }
    .banner__nav__container:hover {
      opacity: 1; }
    .banner__nav__container--next {
      right: 1%;
      top: 0;
      bottom: 0; }
    .banner__nav__container--prev {
      left: 1%;
      top: 0;
      bottom: 0; }
  .banner__arrow {
    font-size: 45px;
    color: #fff;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s; }
    @media (max-width: 1024px) {
      .banner__arrow--next {
        right: 2%; } }
    @media (max-width: 1024px) {
      .banner__arrow--prev {
        left: 2%; } }
  .banner__li {
    width: 23px !important;
    height: 23px !important;
    padding: 0 !important;
    border: 3px solid #8DC620 !important;
    background-color: #fff !important;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    margin: 0 9px !important; }
    .banner__lia:link {
      color: #fff; }
    .banner__li.active {
      width: 23px !important;
      height: 23px !important;
      margin: 0 9px !important;
      padding: 0 !important;
      background: #8DC620 !important;
      border: 3px solid #fff !important; }

.menu > a:link, .menu > a:visited {
  color: #fff; }

.menu > a:hover {
  color: #8DC620;
  text-decoration: none; }

.header {
  background: #fff;
  padding: 30px 0;
  padding-bottom: 9px;
  position: relative;
  z-index: 101; }
  @media (max-width: 1024px) {
    .header {
      padding: 20px 0;
      -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
      box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } }
  .header__title {
    font-size: 65px;
    font-weight: bold;
    color: #463928;
    margin: 0; }
    @media (max-width: 1199px) {
      .header__title {
        font-size: 50px; } }
    @media (max-width: 1199px) {
      .header__title {
        font-size: 30px; } }
    .header__title a {
      color: #463928;
      text-decoration: none; }
    .header__title span {
      text-transform: uppercase;
      color: #889BA2; }

.menu2 {
  display: none;
  font-family: "Belleza";
  z-index: 100;
  width: 100%;
  top: 0;
  position: relative;
  padding: 5px 0 5px 0;
  opacity: 1;
  transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out;
  background-color: #473929;
  /* RGBa with 0.6 opacity */
  background-color: rgba(71, 57, 41, 0.95); }
  @media (max-width: 1024px) {
    .menu2 {
      display: block; } }

.menuflags {
  position: absolute;
  top: 5px;
  right: 15px;
  font-family: "Open Sans"; }
  .menuflags__link {
    color: #fff; }
    .menuflags__link:hover, .menuflags__link:focus {
      text-decoration: none;
      color: #8DC620; }
    .menuflags__link__active {
      color: #8DC620; }
  @media (max-width: 1024px) {
    .menuflags {
      top: 5px;
      width: 100%;
      left: 0px;
      text-align: center; } }

@media (max-width: 1024px) {
  .mm {
    width: 100%; } }

.menu {
  width: 100%;
  padding: 12px 0 16px 0;
  font-family: "Belleza";
  position: absolute;
  top: 0;
  /*box-shadow:0 0 30px 0 rgba(0,0,0,0.5);*/
  z-index: 100; }
  .menu__btn {
    background: #463928;
    padding: 5px 6px 12px 25px;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 20px;
    width: 242px;
    -webkit-box-shadow: 10px 10px 0px 0px #c1c1c1;
    box-shadow: 10px 10px 0px 0px #c1c1c1; }
    @media (max-width: 1199px) {
      .menu__btn {
        padding: 5px 6px 12px 5px;
        text-transform: uppercase;
        font-size: 11px;
        line-height: 16px;
        width: 160px; } }
    .menu__btn__lock {
      font-size: 33px; }
      @media (max-width: 1024px) {
        .menu__btn__lock {
          font-size: 15px; } }
  @media (max-width: 1024px) {
    .menu {
      position: fixed;
      width: 100%;
      height: 100%;
      z-index: 999;
      background-color: #473929;
      /* RGBa with 0.6 opacity */
      background-color: rgba(71, 57, 41, 0.95);
      display: none;
      overflow-y: auto; } }
  .menu__ul {
    list-style-type: none;
    padding: 0px;
    padding-top: 45px; }
    @media (max-width: 1024px) {
      .menu__ul {
        margin: 5% 0; } }
    @media (max-device-width: 1024px) and (orientation: landscape) {
      .menu__ul {
        margin: 5% 0; } }
  @media (max-width: 1024px) {
    .menu__btncol {
      margin-left: 15px;
      text-align: center; } }
  @media (max-width: 1024px) {
    .menu__logo {
      margin-top: -20px; } }
  .menu__logobig {
    background-image: url("/media/logo-top.png");
    background-position: center center;
    background-repeat: no-repeat;
    height: 170px; }
    @media (max-width: 1024px) {
      .menu__logobig {
        margin-top: 30px;
        background-image: url("/media/logo-small-light.png");
        background-position: center center;
        background-repeat: no-repeat;
        height: 100px; } }
  .menu__logobigscr {
    background-image: url("/media/logo-small-light.png");
    background-position: center center;
    background-repeat: no-repeat;
    height: 70px; }
  .menu__li {
    float: left;
    margin-right: 15px;
    padding-bottom: 10px;
    /* @media (max-width:$screen-lg){
      margin-right:2%;
    } */ }
    .menu__li:last-child {
      margin-right: 0; }
    .menu__li__1 {
      margin-left: 15px;
      margin-right: 0px;
      float: right; }
      .menu__li__1:first-child {
        margin-right: 0; }
      @media (max-width: 1024px) {
        .menu__li__1 {
          float: right;
          margin-left: 0px;
          margin-right: 0px;
          text-align: center; } }
    @media (max-width: 1024px) {
      .menu__li {
        margin-right: 0;
        float: none;
        text-align: center; } }
    .menu__lia:hover {
      text-decoration: none; }
    .menu__li.active > .menu__link {
      /* text-decoration: underline;*/
      color: #8DC620; }
    .menu__li-dropdown {
      position: relative; }
      @media (min-width: 1025px) {
        .menu__li-dropdown:hover .menu__dropdown {
          visibility: visible;
          opacity: 1;
          -webkit-transform: scaleY(1);
          -ms-transform: scaleY(1);
          transform: scaleY(1); } }
      .menu__li-dropdown .menu__li {
        padding: 0; }
  .menu__link {
    display: block;
    text-transform: uppercase;
    color: #fff;
    font-size: 15px; }
    @media (max-width: 1199px) {
      .menu__link {
        font-size: 15px; } }
    @media (max-width: 1024px) {
      .menu__link {
        font-size: 18px;
        /*color:$white;*/ } }
    @media (max-width: 767px) {
      .menu__link {
        font-size: 18px; } }
    .menu__link:hover {
      color: #8DC620;
      /* @media (max-width:$screen-md){
        color:$color2;
      } */ }
    .menu__link:focus {
      color: #fff;
      text-decoration: none;
      /* @media (max-width:$screen-md){
        color:$color2;
      } */ }
    .menu__link:hover {
      text-decoration: none; }
    .menu__link.highlight {
      font-weight: 900; }
  .menu__dropdown {
    position: absolute;
    z-index: 200;
    /* background: $brown; */
    background-color: #473929;
    /* RGBa with 0.6 opacity */
    background-color: rgba(71, 57, 41, 0.95);
    opacity: 0.4;
    left: -10px;
    width: 260px;
    top: 45px;
    -webkit-box-shadow: 0px 3px 5px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0px 3px 5px 0 rgba(0, 0, 0, 0.5);
    visibility: hidden;
    padding: 15px;
    text-align: left;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s, visibility 0.3s;
    transition: opacity 0.3s, transform 0.3s, visibility 0.3s; }
    @media (max-width: 1024px) {
      .menu__dropdown {
        position: static;
        width: 100%;
        margin: 0;
        margin-top: 10px;
        background: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        visibility: visible;
        -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
        transform: scaleY(1);
        display: none;
        opacity: 1; } }
    .menu__dropdown .menu__li {
      float: none;
      margin: 0;
      line-height: 120%; }
    .menu__dropdown .menu__link {
      padding: 5px 10px;
      display: block; }
      @media (max-width: 1024px) {
        .menu__dropdown .menu__link {
          /*  font-size:16px; */ } }

.scrolled {
  /* display:none; */
  font-family: "Belleza";
  z-index: 100;
  width: 100%;
  top: 0;
  position: fixed;
  padding: 5px 0 5px 0;
  opacity: 1;
  transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out;
  background-color: #473929;
  /* RGBa with 0.6 opacity */
  background-color: rgba(71, 57, 41, 0.95);
  margin-bottom: -30px; }
  @media (max-width: 1024px) {
    .scrolled {
      display: none; } }

.scrolled .menu__ul {
  margin-top: -22px; }

.scrolled .menuflags {
  display: none; }

.scrolled2 {
  position: fixed;
  background-color: #fff;
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.5); }

.menuButton {
  position: fixed;
  z-index: 9999;
  top: 15px;
  right: 10px;
  width: 50px;
  height: 50px;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background: #fff;
  display: none;
  padding-top: 15px;
  -webkit-transition: -webkit-transform 0.7s, -webkit-box-shadow 0.3s;
  transition: transform 0.7s, box-shadow 0.3s; }
  .menuButton.shadow {
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.5); }
  @media (max-width: 1024px) {
    .menuButton {
      display: block; } }
  @media (max-width: 767px) {
    .menuButton {
      top: 20px; } }
  .menuButton__span {
    display: block;
    width: 35px;
    margin: 0 auto;
    height: 4px;
    margin-bottom: 4px;
    background: #273343;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s, top 0.3s;
    transition: opacity 0.3s, transform 0.3s, top 0.3s;
    position: relative; }
  .menuButton.active {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg); }
    .menuButton.active .menuButton__span--top {
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      top: 8px; }
    .menuButton.active .menuButton__span--center {
      opacity: 0; }
    .menuButton.active .menuButton__span--bottom {
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
      top: -8px; }

.alerts {
  background: #fff; }
  .alerts__header {
    font-size: 50px;
    line-height: 120%;
    color: #463928;
    font-family: "Belleza";
    text-transform: uppercase;
    margin-bottom: 50px; }
    @media (max-width: 1024px) {
      .alerts__header {
        font-size: 35px; } }
  .alerts__row {
    margin-top: 35px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 1024px) {
      .alerts__row {
        display: block; } }
  .alerts__col {
    width: 100%; }
    @media (max-width: 767px) {
      .alerts__col {
        width: 100%;
        display: block;
        padding: 0; } }
  .alerts__image {
    position: relative; }
    .alerts__image:hover {
      -webkit-filter: brightness(85%);
      filter: brightness(85%); }
  .alerts__inner {
    z-index: 10;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100px;
    color: #fff;
    background: #F4EEE1; }
    .alerts__innera:hover {
      background: rgba(0, 0, 0, 0.5); }
    .alerts__inner:hover > .alerts__title {
      color: #8DC620; }
  .alerts__img {
    -webkit-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
    /*     max-width:100%;
    filter: sepia(100%) contrast(90%) saturate(180%) hue-rotate(420deg) brightness(50%); 
    backdrop-filter:sepia(100%) contrast(0.6) saturate(1.8) hue-rotate(420deg) brightness(50%);  */ }
  .alerts__date {
    color: #463928;
    font-size: 14px;
    line-height: 200%;
    text-transform: uppercase;
    margin-top: -5px; }
    @media (max-width: 767px) {
      .alerts__date {
        margin-top: 10px; } }
  .alerts__title {
    font-size: 24px !important;
    font-family: "Open Sans";
    line-height: 160%;
    color: #fff;
    margin-bottom: 10px;
    text-transform: none;
    padding: 0px -10px; }
    @media (max-width: 767px) {
      .alerts__title {
        margin-top: 85px; } }
  .alerts__text {
    line-height: 134%;
    font-size: 16px;
    color: #fff;
    margin-top: 8px;
    padding: 0 10px;
    font-weight: 300; }
  .alerts__button {
    display: block;
    width: 190px;
    background: #463928;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 15px;
    color: #fff;
    padding: 13px 5px;
    text-align: center;
    -webkit-transition: color 0.3s, background 0.3s;
    transition: color 0.3s, background 0.3s; }
    @media (max-width: 1024px) {
      .alerts__button {
        font-size: 13px;
        padding: 10px;
        width: 170px; } }
    @media (max-width: 767px) {
      .alerts__button {
        margin-top: 15px; } }
    .alerts__button:hover, .alerts__button:focus {
      color: #fff;
      text-decoration: none; }
    .alerts__button:hover {
      background: #F4EEE1;
      color: #463928; }
  .alerts__link {
    color: #463927; }
    .alerts__link:visited {
      color: #463927; }
    .alerts__link:hover h4, .alerts__link:focus, .alerts__link:hover {
      text-decoration: none;
      color: #8DC620; }

.quickContact {
  background: #fff;
  padding: 110px 0;
  padding-bottom: 135px; }
  @media (max-width: 1199px) {
    .quickContact {
      padding: 70px 0; } }
  .quickContact__header {
    font-size: 45px;
    color: #463928;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: underline;
    text-align: center;
    letter-spacing: 1px; }
    @media (max-width: 1024px) {
      .quickContact__header {
        font-size: 35px; } }
  .quickContact__text {
    color: #889BA2;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    margin-top: 18px;
    letter-spacing: 1px; }
    @media (max-width: 1024px) {
      .quickContact__text {
        font-size: 18px;
        max-width: 600px;
        margin-left: auto;
        margin-right: auto; } }
  .quickContact__container {
    max-width: 780px;
    margin: 0 auto;
    margin-top: 39px; }
  .quickContact__row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
    @media (max-width: 1024px) {
      .quickContact__row {
        display: block; } }
  .quickContact__col {
    font-size: 22px;
    color: #463928; }
    .quickContact__col--left {
      width: 56%;
      padding-right: 15px; }
      @media (max-width: 1024px) {
        .quickContact__col--left {
          width: 100%;
          padding: 0; } }
    .quickContact__col--right {
      width: 44%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      padding-left: 15px; }
      @media (max-width: 1024px) {
        .quickContact__col--right {
          width: 100%;
          text-align: center;
          margin-top: 30px;
          display: block; } }
  .quickContact__phone {
    border: 3px solid #463928;
    font-size: 45px;
    text-align: center;
    padding: 10px 10px;
    text-align: center;
    width: 415px; }
    @media (max-width: 1024px) {
      .quickContact__phone {
        margin-left: auto;
        margin-right: auto; } }
    @media (max-width: 767px) {
      .quickContact__phone {
        font-size: 26px;
        max-width: 280px; } }
    .quickContact__phone a {
      font-weight: bold;
      color: #463928;
      display: block; }
      .quickContact__phone a span {
        font-weight: 300; }
  .quickContact__button {
    background: #463928;
    color: #fff;
    text-align: center;
    font-size: 15px;
    text-transform: uppercase;
    display: inline-block;
    width: 245px;
    padding: 13px 0;
    font-weight: bold;
    margin-left: 35px;
    -webkit-transition: color 0.3s, background 0.3s;
    transition: color 0.3s, background 0.3s; }
    .quickContact__button:hover, .quickContact__button:focus {
      color: #fff;
      text-decoration: none; }
    .quickContact__button:hover {
      background: #F4EEE1;
      color: #463928; }
    @media (max-width: 1024px) {
      .quickContact__button {
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-top: 30px; } }

/*
.aboutUs{
  background:$white;
  padding:60px 0;

  @media (max-width:$screen-lg){
    padding:60px 0;
  }

  &__row{
    display:flex;
    margin:0 -15px;
    @media (max-width:$screen-md){
      display:block;
    }

  }
 
  &__col{

    width:50%;
    padding:0 50px 0 0;

    @media (max-width:$screen-md){
      width:100%;
    }

    &--right{
      display: flex;
      align-items: center;
      justify-content: center;
    }
  }

  &__header{
    font-size:50px;
    color:$color2;
    font-family: $font2;
    margin-bottom:50px;
    text-transform: uppercase;

    @media (max-width:$screen-md){
      font-size:35px;
      text-align: center;
    }
  }

  &__text{
    width:100%;
    color:$light-text;
    font-size:16px;
    line-height:165%;
    margin-bottom:95px;
    

    &--desc{
      color:$light-text;
      
      line-height:165%;
      font-size:16px;
      letter-spacing: 1.2px;

      @media (max-width:$screen-md){
        font-size:18px;
        text-align: center;
      }

    }
  }
  &__inner {
    width:100%;
    box-shadow: 14px 20px 14px 0 rgba(0, 0, 0, 0.22);
    border:3px solid $white;
  }
  &__button{ 
    
    margin-top: 95px;
    

    @media (max-width:$screen-md - 1px){
      margin:0 auto;
      margin-top:90px;


    }
 
  
  }
  
  &__item{ 

    &:after {
      content: 'asdfa';
      position: absolute;
      z-index: 5px;
    }
    
  }
  &__img{
    max-width:100%;
    
    filter: sepia(100%) contrast(90%) saturate(180%) hue-rotate(420deg) brightness(50%); 
    
    
    &:hover {

      filter: none; 
    }
  }

  &__indicators{
    bottom:-55px;
  }

  &__li{
    width:18px !important;
    height:18px !important;
    padding:0 !important;
    border:2px solid $color7 !important;
    background:none !important;
    border-radius:100%;
    margin:0 4px !important;


    &.active{
      width:18px !important;
      height:18px !important;
      margin:0 4px !important;
      padding:0 !important;
      background:$color7 !important;

    }
  }
}*/
@media (max-width: 1024px) {
  .aboutUs__empty {
    display: none; } }

.aboutUs {
  background: #F4EEE1;
  position: relative;
  /*
  &__inside {
    background: rgba(52, 85, 47, 0.42); content: "&nbsp;"; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: 121; 
  }*/ }
  .aboutUs__bcg {
    /*background:url('/media/aboutus_bcg.png');  */
    background-position: top right;
    background-repeat: no-repeat; }
    @media (max-width: 1024px) {
      .aboutUs__bcg {
        background: none !important; } }
  .aboutUs__wbox {
    -webkit-box-shadow: 14px 20px 14px 0 rgba(0, 0, 0, 0.22);
    box-shadow: 14px 20px 14px 0 rgba(0, 0, 0, 0.22);
    border: 3px solid #fff;
    margin: 30px 0px 30px -30px;
    background: url("/media/aboutus_bcg2.png");
    background-position: bottom 10px left 20px;
    background-repeat: no-repeat;
    background-color: #fff; }
    .aboutUs__wbox--inner {
      padding: 20px 30px; }
    @media (max-width: 1024px) {
      .aboutUs__wbox {
        margin: 0 !important; } }
  .aboutUs__text {
    color: #666;
    font-size: 16px;
    line-height: 165%; }
  .aboutUs__inner {
    width: 100%;
    -webkit-box-shadow: 14px 20px 14px 0 rgba(0, 0, 0, 0.22);
    box-shadow: 14px 20px 14px 0 rgba(0, 0, 0, 0.22);
    border: 3px solid #fff; }
  .aboutUs__item:after {
    position: absolute;
    z-index: 5px; }
  .aboutUs__img {
    max-width: 100%;
    -webkit-filter: sepia(100%) contrast(90%) saturate(150%) hue-rotate(420deg) brightness(88%);
    filter: sepia(100%) contrast(90%) saturate(150%) hue-rotate(420deg) brightness(88%); }
    .aboutUs__img:hover {
      -webkit-filter: none;
      filter: none; }
  .aboutUs__indicators {
    bottom: -55px; }
  .aboutUs__li {
    width: 18px !important;
    height: 18px !important;
    padding: 0 !important;
    border: 2px solid #497441 !important;
    background: none !important;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    margin: 0 4px !important; }
    .aboutUs__li.active {
      width: 18px !important;
      height: 18px !important;
      margin: 0 4px !important;
      padding: 0 !important;
      background: #497441 !important; }

.news_nobck {
  background-image: none !important; }

.news {
  background: #fff;
  background-image: url(/media/news-bcg.jpg);
  background-repeat: repeat-y;
  /*
  &__desc{
    
    line-height:160%;
    font-size:20px;
    max-width:580px;
    margin:0 auto;
    color:$color3;
    text-align:center;
    font-weight:bold;
    margin-top:15px;
    letter-spacing: 1px;

    @media (max-width:$screen-md){
      font-size:18px;
    }
  }
  */ }
  @media (max-width: 1199px) {
    .news {
      padding: 70px 0; } }
  .news__header {
    font-size: 45px;
    font-weight: bold;
    color: #463928;
    text-align: center;
    text-transform: uppercase;
    text-decoration: underline; }
    @media (max-width: 1024px) {
      .news__header {
        font-size: 35px; } }
  .news__row {
    margin-top: 12px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
    @media (max-width: 1024px) {
      .news__row {
        max-width: 768px;
        margin-top: 30px;
        margin-left: auto;
        margin-right: auto; } }
    @media (max-width: 767px) {
      .news__row {
        max-width: 295px;
        display: block;
        margin-left: auto;
        margin-right: auto; } }
  .news__col {
    width: 18%;
    margin: 3%;
    margin-bottom: 30px; }
    @media (max-width: 1199px) {
      .news__col {
        width: 25%; } }
    @media (max-width: 1024px) {
      .news__col {
        width: 40%; } }
    @media (max-width: 767px) {
      .news__col {
        width: 100%;
        margin: 0;
        margin-bottom: 25px; } }
  .news__date {
    text-transform: none;
    font-size: 14px;
    color: #463928;
    margin-bottom: 10px;
    margin-top: -13px;
    font-style: italic; }
    .news__date--noMargin {
      margin: 0; }
  .news__content {
    min-height: 235px; }
  .news__title {
    color: #463928;
    font-size: 22px;
    line-height: 160%;
    margin-top: 25px; }
    @media (max-width: 1024px) {
      .news__title {
        font-size: 18px; } }
    .news__title:hover {
      text-decoration: underline; }
    .news__title--large {
      font-size: 45px;
      line-height: 140%;
      text-transform: uppercase;
      margin-top: 2px; }
      @media (max-width: 1024px) {
        .news__title--large {
          font-size: 35px; } }
      .news__title--large:hover {
        text-decoration: none; }
  .news__text {
    margin: 20px 0; }
    .news__text--bold {
      font-weight: bold; }
    .news__text--large {
      font-size: 20px;
      line-height: 160%;
      color: #463928; }
  .news__description {
    margin-top: 16px; }
  .news__more {
    border-top: 1px solid #889BA2;
    text-transform: uppercase;
    font-size: 15px;
    color: #463928;
    font-weight: bold;
    display: block;
    padding-top: 15px;
    -webkit-transition: color 0.3s, text-decoration 0.3s;
    transition: color 0.3s, text-decoration 0.3s; }
    .news__more:hover, .news__more:focus {
      color: #463928; }
    .news__more:hover {
      color: #889BA2;
      text-decoration: underline; }
  .news__button {
    background: #463928;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    width: 300px;
    padding: 20px 10px;
    margin: 0 auto;
    display: block;
    padding: 14px 10px;
    margin-top: 36px;
    font-size: 15px;
    font-weight: bold;
    -webkit-transition: color 0.3s, background 0.3s;
    transition: color 0.3s, background 0.3s; }
    .news__button:hover, .news__button:focus {
      color: #fff;
      text-decoration: none; }
    .news__button:hover {
      background: #F4EEE1;
      color: #463928; }
  .news__link:hover, .news__link:focus {
    text-decoration: none !important;
    color: #8DC620; }
  .news__link > h3:hover {
    color: #8DC620; }
  .news__return {
    color: #463928;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: bold;
    padding-left: 23px;
    position: relative;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s; }
    .news__return:hover, .news__return:focus {
      color: #463928;
      text-decoration: none;
      opacity: 0.8; }
    .news__return::before {
      content: '';
      display: block;
      width: 11px;
      height: 11px;
      border-top: 3px solid #463928;
      border-left: 3px solid #463928;
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      margin: auto;
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg); }
  .news__block {
    margin-top: 53px; }
  .news__gallery {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -3%; }
  .news__galleryCol {
    width: 33.33%;
    padding: 3%; }
    @media (max-width: 767px) {
      .news__galleryCol {
        width: 50%; } }
  .news__galleryLink {
    display: block; }

.whyUs {
  background: #8DC620;
  padding: 120px 0;
  padding-bottom: 170px; }
  @media (max-width: 1199px) {
    .whyUs {
      padding: 70px 0; } }
  .whyUs__header {
    font-size: 45px;
    font-weight: bold;
    color: #463928;
    text-align: center;
    text-transform: uppercase;
    text-decoration: underline; }
    @media (max-width: 1024px) {
      .whyUs__header {
        font-size: 35px; } }
  .whyUs__desc {
    line-height: 160%;
    font-size: 20px;
    max-width: 580px;
    margin: 0 auto;
    color: #889BA2;
    text-align: center;
    font-weight: bold;
    margin-top: 11px;
    letter-spacing: 1px; }
    @media (max-width: 1024px) {
      .whyUs__desc {
        font-size: 18px; } }
  .whyUs__row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    margin: 0 -15px;
    margin-top: 70px; }
    @media (max-width: 1024px) {
      .whyUs__row {
        max-width: 768px;
        margin-left: auto;
        margin-right: auto; } }
    @media (max-width: 767px) {
      .whyUs__row {
        margin-top: 40px; } }
  .whyUs__link {
    width: 33.33%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 15px;
    padding-bottom: 70px; }
    @media (max-width: 1024px) {
      .whyUs__link {
        width: 49.33%; } }
    @media (max-width: 767px) {
      .whyUs__link {
        width: 100%;
        display: block;
        text-align: center;
        padding-bottom: 40px; } }
    .whyUs__link:hover, .whyUs__link:focus {
      text-decoration: none; }
      .whyUs__link:hover .whyUs__text, .whyUs__link:focus .whyUs__text {
        color: #463928; }
      .whyUs__link:hover .whyUs__icon, .whyUs__link:focus .whyUs__icon {
        color: #463928;
        border: 5px solid #463928; }
  .whyUs__icon {
    font-size: 39px;
    color: #889BA2;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    border: 5px solid #889BA2;
    padding: 9px;
    margin-right: 20px;
    -webkit-transition: color 0.3s, border-color 0.3s;
    transition: color 0.3s, border-color 0.3s; }
    @media (max-width: 767px) {
      .whyUs__icon {
        margin: 10px auto; } }
  .whyUs__text {
    color: #889BA2;
    font-size: 18px;
    line-height: 160%;
    -webkit-transition: color 0.3s;
    transition: color 0.3s; }
    @media (max-width: 1024px) {
      .whyUs__text {
        font-size: 16px; } }
  .whyUs__button {
    background: #463928;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    width: 300px;
    padding: 20px 10px;
    margin: 0 auto;
    display: block;
    padding: 14px 10px;
    margin-top: 54px;
    font-size: 15px;
    font-weight: bold;
    -webkit-transition: color 0.3s, background 0.3s;
    transition: color 0.3s, background 0.3s; }
    .whyUs__button:hover, .whyUs__button:focus {
      color: #fff;
      text-decoration: none; }
    .whyUs__button:hover {
      background: #889BA2; }
    @media (max-width: 767px) {
      .whyUs__button {
        margin-top: 30px; } }

.products {
  background: #F4EEE1;
  padding: 124px 0; }
  @media (max-width: 1199px) {
    .products {
      padding: 70px 0; } }
  .products__header {
    font-size: 45px;
    font-weight: bold;
    color: #463928;
    text-align: center;
    text-transform: uppercase;
    text-decoration: underline; }
    @media (max-width: 1024px) {
      .products__header {
        font-size: 35px; } }
  .products__desc {
    line-height: 160%;
    font-size: 20px;
    max-width: 580px;
    margin: 0 auto;
    color: #889BA2;
    text-align: center;
    font-weight: bold;
    margin-top: 17px;
    letter-spacing: 1px; }
    @media (max-width: 1024px) {
      .products__desc {
        font-size: 18px; } }
  .products__content {
    margin: 0 5%;
    margin-top: 66px; }
    @media (max-width: 1024px) {
      .products__content {
        max-width: 650px;
        margin: 0 auto;
        margin-top: 66px; } }
    @media (max-width: 767px) {
      .products__content {
        max-width: 290px;
        margin: 0 auto;
        margin-top: 66px; } }
  .products__img {
    max-width: 100%;
    height: auto; }
  .products__link:hover, .products__link:focus {
    color: #463928;
    text-decoration: underline; }
  .products__name {
    font-size: 22px;
    color: #463928;
    line-height: 160%;
    text-align: center;
    margin-top: 24px; }
    @media (max-width: 1024px) {
      .products__name {
        font-size: 18px;
        margin-top: 15px; } }
  .products__text {
    color: #463928;
    font-size: 14px;
    line-height: 200%;
    margin-top: 5px;
    text-align: center;
    letter-spacing: 1px; }
  .products__showMore {
    background: #463928;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    font-size: 15px;
    padding: 12px 5px;
    width: 190px;
    margin: 0 auto;
    display: block;
    margin-top: 19px;
    -webkit-transition: background 0.3s;
    transition: background 0.3s; }
    .products__showMore:hover, .products__showMore:focus {
      color: #fff;
      text-decoration: none; }
    .products__showMore:hover {
      background: #889BA2; }
    @media (max-width: 1024px) {
      .products__showMore {
        font-size: 13px;
        padding: 10px; } }
  .products .owl-nav {
    position: absolute;
    top: -7px;
    width: 100%; }
  .products .owl-prev {
    cursor: pointer;
    position: absolute;
    left: -4.5%;
    top: 88px;
    font-size: 0 !important;
    width: 30px;
    height: 30px;
    border: 2px solid transparent !important;
    border-left: 2px solid #463928 !important;
    border-top: 2px solid #463928 !important;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    outline: none; }
    @media (max-width: 767px) {
      .products .owl-prev {
        left: -7.5%; } }
    .products .owl-prev:hover {
      opacity: 0.5; }
  .products .owl-next {
    cursor: pointer;
    position: absolute;
    top: 88px;
    font-size: 0 !important;
    width: 30px;
    height: 30px;
    border: 2px solid transparent !important;
    border-right: 2px solid #463928 !important;
    border-top: 2px solid #463928 !important;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    outline: none;
    right: -4.5%; }
    @media (max-width: 767px) {
      .products .owl-next {
        right: -7.5%; } }
    .products .owl-next:hover {
      opacity: 0.5; }
  .products__button {
    background: #463928;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    width: 300px;
    padding: 20px 10px;
    margin: 0 auto;
    display: block;
    padding: 14px 10px;
    margin-top: 88px;
    font-size: 15px;
    font-weight: bold;
    -webkit-transition: color 0.3s, background 0.3s;
    transition: color 0.3s, background 0.3s; }
    .products__button:hover, .products__button:focus {
      color: #fff;
      text-decoration: none; }
    .products__button:hover {
      background: #889BA2; }
    @media (max-width: 767px) {
      .products__button {
        margin-top: 30px; } }

.gal-el-title {
  position: absolute;
  bottom: 0;
  right: 15px;
  left: 15px;
  padding: 10px;
  background-color: #473929;
  background-color: rgba(71, 57, 41, 0.75); }

.gal-el h4 {
  color: #fff; }

.gal-el {
  padding-right: 15px; }
  .gal-el:hover, .gal-el:hover > a > img {
    -webkit-filter: brightness(85%);
    filter: brightness(85%); }

.gal-el > a:hover > h4, .gal-el > a:hover, .gal-el > a:link, .gal-el > a:visited {
  text-decoration: none;
  color: #fff; }

.gal-el-main {
  height: 310px;
  overflow: hidden; }
  @media (max-width: 1024px) {
    .gal-el-main {
      height: 310px; } }
  @media (max-width: 767px) {
    .gal-el-main {
      height: 410px;
      text-align: center; } }
  @media (max-width: 576px) {
    .gal-el-main {
      text-align: center; } }

.gal-el img:hover {
  -webkit-filter: brightness(85%);
  filter: brightness(85%); }

.gallery {
  background: #F4EEE1; }
  @media (max-width: 1199px) {
    .gallery {
      /* padding:70px 0; */ } }
  .gallery--white {
    background: #fff; }
  .gallery__header {
    font-size: 45px;
    font-weight: bold;
    color: #463928;
    text-align: center;
    text-transform: uppercase;
    text-decoration: underline; }
    @media (max-width: 1024px) {
      .gallery__header {
        font-size: 35px; } }
  .gallery__desc {
    line-height: 160%;
    font-size: 20px;
    max-width: 580px;
    margin: 0 auto;
    color: #889BA2;
    text-align: center;
    font-weight: bold;
    margin-top: 17px;
    letter-spacing: 1px; }
    @media (max-width: 1024px) {
      .gallery__desc {
        font-size: 18px; } }
  .gallery__link {
    display: block;
    max-width: 730px;
    margin: 0 auto;
    padding: 0 15px; }
    .gallery__link:hover .gallery__title, .gallery__link:focus .gallery__title {
      text-decoration: underline;
      color: #463928; }
    .gallery__link--list {
      width: 100%; }
  .gallery__title {
    color: #463928;
    font-size: 18px;
    font-weight: bold;
    line-height: 140%;
    margin-top: 5px;
    text-align: left; }
    .gallery__title--list {
      max-width: 293px;
      margin-left: auto;
      margin-right: auto; }
  .gallery__row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px;
    margin-top: 85px; }
    @media (max-width: 1024px) {
      .gallery__row {
        max-width: 680px;
        margin-left: auto;
        margin-right: auto; } }
    @media (max-width: 767px) {
      .gallery__row {
        margin-top: 50px; } }
  .gallery__col {
    width: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center; }
    @media (max-width: 1024px) {
      .gallery__col {
        width: 100%; }
        .gallery__col--single {
          padding: 0 10px;
          margin-bottom: 45px; } }
    @media (max-width: 1024px) and (max-width: 767px) {
      .gallery__col--single {
        padding: 0px;
        max-width: 323px;
        margin-left: auto;
        margin-right: auto; } }
    @media (max-width: 767px) {
      .gallery__col {
        width: 100%; } }
    .gallery__col--list {
      width: 100%; }
  .gallery__item {
    width: 50%;
    margin-bottom: 45px; }
    .gallery__item--list {
      width: 25%; }
      @media (max-width: 1199px) {
        .gallery__item--list {
          width: 33.3%; } }
      @media (max-width: 1024px) {
        .gallery__item--list {
          padding: 0 10px;
          width: 50%; } }
      @media (max-width: 767px) {
        .gallery__item--list {
          width: 100%;
          padding: 0; } }
    @media (max-width: 767px) {
      .gallery__item {
        width: 100%; } }
  .gallery__button {
    background: #463928;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    width: 300px;
    padding: 20px 10px;
    margin: 0 auto;
    display: block;
    padding: 14px 10px;
    margin-top: 36px;
    font-size: 15px;
    font-weight: bold;
    -webkit-transition: color 0.3s, background 0.3s;
    transition: color 0.3s, background 0.3s; }
    .gallery__button:hover, .gallery__button:focus {
      color: #fff;
      text-decoration: none; }
    .gallery__button:hover {
      background: #889BA2; }
  .gallery__return {
    color: #463928;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: bold;
    padding-left: 23px;
    position: relative;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    margin-left: 15px;
    margin-bottom: 30px; }
    .gallery__return:hover, .gallery__return:focus {
      color: #463928;
      text-decoration: none;
      opacity: 0.8; }
    .gallery__return::before {
      content: '';
      display: block;
      width: 11px;
      height: 11px;
      border-top: 3px solid #463928;
      border-left: 3px solid #463928;
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      margin: auto;
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg); }

.recommended {
  background: #fff; }
  @media (max-width: 1199px) {
    .recommended {
      /* padding:70px 0; */ } }
  .recommended__header {
    font-size: 45px;
    font-weight: bold;
    color: #463928;
    text-align: center;
    text-transform: uppercase;
    text-decoration: underline; }
    @media (max-width: 1024px) {
      .recommended__header {
        font-size: 35px; } }
  .recommended__desc {
    line-height: 160%;
    font-size: 20px;
    max-width: 580px;
    margin: 0 auto;
    color: #889BA2;
    text-align: center;
    font-weight: bold;
    margin-top: 17px;
    letter-spacing: 1px; }
    @media (max-width: 1024px) {
      .recommended__desc {
        font-size: 18px; } }
  .recommended__row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    overflow: hidden;
    margin-top: 45px; }
  .recommended__col {
    float: left;
    width: 25%;
    position: relative;
    padding: 0 15px; }
    @media (max-width: 1024px) {
      .recommended__col {
        width: 33.33%; } }
    @media (max-width: 767px) {
      .recommended__col {
        width: 50%; } }
    .recommended__col::before {
      position: absolute;
      content: '';
      border-style: solid;
      border-color: #F4EEE1;
      bottom: -1px;
      left: 0;
      width: 100%;
      height: 0;
      border-width: 1px 0 0; }
    .recommended__col::after {
      position: absolute;
      content: '';
      border-style: solid;
      border-color: #F4EEE1;
      top: 0;
      right: -1px;
      width: 0;
      height: 100%;
      border-width: 0 1px 0 0; }
  .recommended__link {
    display: block;
    text-align: center;
    padding: 53px 0;
    opacity: 0.8;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s; }
    @media (max-width: 1199px) {
      .recommended__link {
        padding: 20px 0; } }
    .recommended__link:hover {
      opacity: 1; }

.contact {
  padding: 54px 0;
  /* background-clip: initial; 
  background-origin: initial; 
  background-position: center center; 
  background-repeat: no-repeat; 
  background-size: cover !important; 
  position: relative; z-index: 0; 
  background-attachment: fixed; */
  background-color: #F4EEE1;
  /* background-image:url(/media/kontakt_bg.jpg); */
  width: 100%;
  /* &:before{ background: rgba(52, 85, 47, 0.92); content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: -1; } */ }
  @media (max-width: 1199px) {
    .contact {
      /* padding:70px 0; */ } }
  .contact__ph {
    padding-left: 35px; }
    .contact__ph:before {
      position: absolute;
      background-image: url(/media/ico-phone.png);
      background-repeat: no-repeat;
      width: 30px;
      height: 30px;
      margin-left: -35px;
      top: 55px;
      content: ''; }
  .contact__ph2 {
    padding-left: 35px; }
    .contact__ph2:before {
      position: absolute;
      background-image: url(/media/ico-phone.png);
      background-repeat: no-repeat;
      width: 30px;
      height: 30px;
      margin-left: -35px;
      top: -3px;
      content: ''; }
  .contact__en {
    padding-left: 35px; }
    .contact__en:before {
      position: relative;
      background-image: url(/media/ico-envelope.png);
      background-repeat: no-repeat;
      width: 30px;
      height: 30px;
      margin-left: -35px;
      top: -3px;
      content: ''; }
  .contact__ad {
    padding-left: 35px; }
    .contact__ad:before {
      position: absolute;
      background-image: url(/media/ico-marker.png);
      background-repeat: no-repeat;
      width: 30px;
      height: 45px;
      margin-left: -35px;
      top: -3px;
      content: ''; }
  .contact__cl {
    padding-left: 35px; }
    .contact__cl:before {
      position: absolute;
      background-image: url(/media/ico-clock.png);
      background-repeat: no-repeat;
      width: 30px;
      height: 30px;
      margin-left: -35px;
      top: -3px;
      content: ''; }
  .contact__cl2 {
    padding-left: 35px; }
    .contact__cl2:before {
      position: absolute;
      background-image: url(/media/ico-clock.png);
      background-repeat: no-repeat;
      width: 30px;
      height: 30px;
      margin-left: -35px;
      top: 183px;
      content: ''; }
  .contact__header {
    font-family: "Belleza";
    font-size: 50px;
    color: #463927;
    text-align: center;
    text-transform: uppercase; }
    @media (max-width: 1024px) {
      .contact__header {
        font-size: 35px; } }
  .contact__desc {
    line-height: 160%;
    font-size: 20px;
    max-width: 580px;
    margin: 0 auto;
    color: #463927;
    text-align: center;
    font-weight: bold;
    margin-top: 17px;
    letter-spacing: 1px; }
    @media (max-width: 1024px) {
      .contact__desc {
        font-size: 18px; } }
  .contact__row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -15px;
    margin-top: 80px; }
    @media (max-width: 1024px) {
      .contact__row {
        margin-top: 40px; } }
    @media (max-width: 767px) {
      .contact__row {
        display: block; } }
  .contact__col {
    width: 33.33%;
    padding: 0 15px;
    color: #fff;
    font-size: 15px;
    line-height: 145%; }
    @media (max-width: 767px) {
      .contact__col {
        width: 100%;
        margin-bottom: 30px; } }
  .contact__contentHeader {
    color: #fff;
    font-weight: bold;
    font-size: 22px;
    line-height: 160%;
    margin-bottom: 22px; }
    @media (max-width: 1024px) {
      .contact__contentHeader {
        font-size: 18px; } }
  .contact__content {
    margin-bottom: 20px; }
  .contact__text a {
    color: #fff; }
    .contact__text a:hover, .contact__text a:focus {
      color: #fff; }
  .contact__button {
    background: #fff;
    text-transform: uppercase;
    color: #463928;
    text-align: center;
    width: 245px;
    padding: 20px 10px;
    margin: 0 auto;
    display: block;
    padding: 14px 10px;
    margin-top: 65px;
    font-size: 15px;
    font-weight: bold;
    -webkit-transition: color 0.3s, background 0.3s;
    transition: color 0.3s, background 0.3s; }
    .contact__button:hover, .contact__button:focus {
      color: #fff;
      text-decoration: none;
      background: #889BA2; }

.map {
  width: 100%;
  height: 710px; }

.footer {
  background-color: #fff;
  padding: 20px 0 50px 0;
  background: url("/media/footer_bcg.png");
  background-position: bottom -50px center;
  background-repeat: no-repeat; }
  @media (max-width: 1199px) {
    .footer__content {
      padding: 70px 0;
      padding-bottom: 40px; } }
  @media (max-width: 767px) {
    .footer__content {
      padding-top: 40px; } }
  .footer__title {
    font-size: 65px;
    font-weight: bold;
    color: #fff;
    margin: 0; }
    @media (max-width: 1199px) {
      .footer__title {
        font-size: 50px; } }
    @media (max-width: 767px) {
      .footer__title {
        font-size: 30px; } }
    .footer__title a {
      color: #666;
      text-decoration: none; }
    .footer__title span {
      text-transform: uppercase;
      color: #889BA2; }
  .footer__socialMedia {
    margin-top: 53px; }
    @media (max-width: 1199px) {
      .footer__socialMedia {
        margin-top: 30px; } }
    .footer__socialMedia .socialMedia {
      position: static; }
      .footer__socialMedia .socialMedia__link {
        display: inline-block;
        margin-right: 17px; }
  .footer__links {
    margin-top: 40px; }
  .footer__link {
    display: inline-block;
    text-transform: uppercase;
    color: #666;
    font-size: 12px;
    margin-right: 47px; }
    @media (max-width: 767px) {
      .footer__link {
        margin: 10px 0;
        display: inline-block; } }
    .footer__link:hover, .footer__link:focus {
      color: #8DC620;
      text-decoration: none; }
  .footer__text {
    font-size: 12px;
    color: #889BA2;
    margin-bottom: 14px; }
    .footer__text span {
      font-weight: bold; }
    .footer__text a {
      color: #666; }
      .footer__text a:hover, .footer__text a:focus {
        color: #8DC620;
        text-decoration: none; }

footerMenu a {
  color: #fff; }

.footerMenu {
  list-style-type: none;
  padding: 0;
  margin-top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media (max-width: 1199px) {
    .footerMenu {
      margin-top: 0px; } }
  @media (max-width: 1024px) {
    .footerMenu {
      display: block; } }
  .footerMenu__li {
    margin-right: 3%;
    margin-bottom: 10px; }
    @media (max-width: 1199px) {
      .footerMenu__li {
        margin-right: 2%; } }
    @media (max-width: 1024px) {
      .footerMenu__li {
        margin-bottom: 20px; } }
    .footerMenu__li:last-child {
      margin-right: 0; }
  .footerMenu__link {
    text-transform: uppercase;
    color: #fff;
    font-size: 13px; }
    @media (max-width: 1199px) {
      .footerMenu__link {
        font-size: 13px; } }
    .footerMenu__link:hover, .footerMenu__link:focus {
      color: #fff; }
    .footerMenu__link.highlight {
      font-weight: 900; }
  .footerMenu__openList {
    cursor: default; }
    .footerMenu__openList:hover, .footerMenu__openList:focus {
      text-decoration: none; }
  .footerMenu__dropdown {
    padding: 0; }
    @media (max-width: 1024px) {
      .footerMenu__dropdown {
        padding-left: 15px; } }
    .footerMenu__dropdown .footerMenu__li {
      padding: 5px 0;
      float: none;
      margin: 0; }

.socialMediaTop {
  position: absolute;
  top: 56.5%;
  right: 17px;
  z-index: 1; }
  @media (max-width: 1199px) {
    .socialMediaTop {
      top: 40%;
      right: 5px; } }
  @media (max-width: 1024px) {
    .socialMediaTop {
      display: none;
      z-index: 9999;
      right: 10px; } }

.socialMedia__link {
  display: block;
  margin-bottom: 14px;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2); }

.page {
  padding: 105px 0;
  background: #fff;
  overflow-x: hidden; }
  @media (max-width: 1199px) {
    .page {
      padding: 70px 0;
      padding-bottom: 40px; } }
  .page--points {
    padding-bottom: 0; }
  .page__title {
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 45px;
    text-decoration: underline;
    color: #463928; }
    @media (max-width: 1024px) {
      .page__title {
        font-size: 35px; } }
  .page__text {
    font-size: 16px;
    line-height: 200%;
    color: #273343;
    margin: 20px 0; }
  .page__description {
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    max-width: 577px;
    margin: 26px auto;
    /*
    margin-bottom:40px;
    color:$color3;
    line-height:160%;
*/ }
    @media (max-width: 1024px) {
      .page__description {
        font-size: 18px; } }
  .page__button {
    background: #463928;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    width: 300px;
    padding: 20px 10px;
    margin: 0 auto;
    display: block;
    padding: 14px 10px;
    margin-top: 36px;
    font-size: 15px;
    font-weight: bold;
    -webkit-transition: color 0.3s, background 0.3s;
    transition: color 0.3s, background 0.3s; }
    .page__button:hover, .page__button:focus {
      color: #fff;
      text-decoration: none; }
    .page__button:hover {
      background: #F4EEE1;
      color: #463928; }
  .page__desc {
    line-height: 160%;
    font-size: 20px;
    max-width: 580px;
    margin: 0 auto;
    color: #889BA2;
    text-align: center;
    font-weight: bold;
    margin-top: 15px;
    letter-spacing: 1px; }
    @media (max-width: 1024px) {
      .page__desc {
        font-size: 18px; } }

.form {
  max-width: 540px;
  margin: 0 auto;
  padding-top: 13px; }
  .form__label {
    display: block;
    font-weight: 300;
    color: #889BA2;
    margin-bottom: 1px; }
    .form__label--checkbox {
      color: #273343;
      font-size: 10px;
      line-height: 160%; }
  .form__input {
    width: 100%;
    height: 38px;
    padding: 5px;
    border: 1px solid #889BA2;
    font-size: 14px;
    color: #463928;
    margin-bottom: 23px;
    outline: none; }
    .form__input--textarea {
      max-width: 540px;
      min-width: 540px;
      max-height: 190px;
      min-height: 190px;
      margin-bottom: 10px; }
      @media (max-width: 767px) {
        .form__input--textarea {
          max-width: 100%;
          min-width: 100%; } }
  .form__checkbox {
    margin: 0;
    position: relative;
    top: 3px; }
  .form__more {
    font-weight: bold;
    color: #463928; }
    .form__more:hover, .form__morefocus {
      color: #463928; }
  .form__moreText {
    display: none; }
  .form__text {
    font-size: 10px;
    color: #463928;
    line-height: 100%;
    text-align: center;
    margin-top: 30px; }
  .form__button {
    display: block;
    width: 122px;
    padding: 17px 5px;
    background: #463928;
    outline: none;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    text-align: center;
    margin: 20px auto;
    border: 0;
    -webkit-transition: background 0.3s;
    transition: background 0.3s; }
    .form__button:hover, .form__button:focus {
      background: #889BA2; }
  .form__loading {
    width: 50px;
    height: 50px;
    border: 6px solid #889BA2;
    border-top: 6px solid #463928;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    margin: 20px auto;
    -webkit-animation: loading-animation 1s ease infinite;
    animation: loading-animation 1s ease infinite;
    display: none; }

@-webkit-keyframes loading-animation {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes loading-animation {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg); } }

.prices {
  padding-top: 77px; }
  @media (max-width: 1199px) {
    .prices {
      max-width: 1025px;
      margin-left: auto;
      margin-right: auto;
      padding-top: 30px; } }
  .prices--show {
    padding-top: 0; }
  .prices__row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    margin: 0 -80px; }
    @media (max-width: 1199px) {
      .prices__row {
        margin: 0 -15px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center; } }
    @media (max-width: 1024px) {
      .prices__row {
        max-width: 768px;
        margin-left: auto;
        margin-right: auto; } }
    @media (max-width: 767px) {
      .prices__row {
        display: block; } }
  .prices__col {
    width: 50%;
    margin-bottom: 4%;
    padding: 0 80px; }
    @media (max-width: 1199px) {
      .prices__col {
        width: 31%;
        padding: 0 15px; } }
    @media (max-width: 1024px) {
      .prices__col {
        width: 50%;
        max-width: 295px;
        margin: 0 auto;
        margin-bottom: 40px;
        padding: 0; } }
    @media (max-width: 767px) {
      .prices__col {
        width: 100%; } }
  .prices__link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
    .prices__link:hover, .prices__link:focus {
      color: #463928; }
      .prices__link:hover .prices__img, .prices__link:focus .prices__img {
        opacity: 0.8; }
    .prices__link.active {
      opacity: 0.2;
      cursor: default; }
      .prices__link.active:hover, .prices__link.active:focus {
        text-decoration: none; }
        .prices__link.active:hover .prices__img, .prices__link.active:focus .prices__img {
          opacity: 1; }
    @media (max-width: 1199px) {
      .prices__link {
        display: block; } }
  .prices__categoryName {
    font-size: 18px;
    font-weight: bold;
    color: #463928;
    max-width: 270px;
    margin-left: 28px;
    line-height: 140%; }
    @media (max-width: 1199px) {
      .prices__categoryName {
        margin: 0;
        margin-top: 10px;
        max-width: 100%; } }
  .prices__return {
    color: #463928;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: bold;
    padding-left: 23px;
    position: relative;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s; }
    .prices__return:hover, .prices__return:focus {
      color: #463928;
      text-decoration: none;
      opacity: 0.8; }
    .prices__return::before {
      content: '';
      display: block;
      width: 11px;
      height: 11px;
      border-top: 3px solid #463928;
      border-left: 3px solid #463928;
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      margin: auto;
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg); }
  .prices__header {
    text-align: center;
    margin: 30px 0;
    color: #463928;
    font-size: 35px; }
    @media (max-width: 1024px) {
      .prices__header {
        font-size: 25px; } }

.pricesList__block {
  position: relative;
  margin-bottom: 3px; }

.pricesList__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative; }
  .pricesList__row--normal {
    background: #889BA2; }
  .pricesList__row--highlight {
    background: #463928;
    font-weight: bold; }
  @media (max-width: 767px) {
    .pricesList__row {
      display: block;
      padding: 15px 0; }
      .pricesList__row--header {
        display: none; }
      .pricesList__row--highlight {
        padding-top: 25px; } }

.pricesList__col {
  padding: 25px;
  padding-bottom: 20px; }
  @media (max-width: 1024px) {
    .pricesList__col {
      padding: 22px; } }
  .pricesList__col--left {
    width: 65%; }
    @media (max-width: 1024px) {
      .pricesList__col--left {
        width: 61%; } }
  .pricesList__col--center {
    width: 17%;
    text-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
    @media (max-width: 1024px) {
      .pricesList__col--center {
        width: 19%; } }
  .pricesList__col--right {
    width: 18%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
    @media (max-width: 1024px) {
      .pricesList__col--right {
        width: 20%; } }
  @media (max-width: 767px) {
    .pricesList__col {
      width: 100%;
      display: block;
      text-align: left;
      padding: 0px 15px; }
      .pricesList__col--right {
        text-align: right; } }

.pricesList__header {
  font-size: 15px;
  line-height: 140%;
  color: #889BA2;
  font-weight: bold;
  text-transform: uppercase; }

.pricesList__text {
  font-size: 20px;
  color: #fff;
  line-height: 140%; }
  @media (max-width: 1024px) {
    .pricesList__text {
      font-size: 18px; } }

.pricesList__showMore {
  text-transform: uppercase;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  position: relative; }
  @media (max-width: 1024px) {
    .pricesList__showMore {
      font-size: 14px; } }
  .pricesList__showMore:hover, .pricesList__showMore:focus {
    text-decoration: none;
    color: #fff; }
  .pricesList__showMore:hover {
    opacity: 0.5; }
  .pricesList__showMore::before {
    content: '';
    display: block;
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
    width: 11px;
    height: 11px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    left: -35px;
    margin: auto;
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s; }
    @media (max-width: 1024px) {
      .pricesList__showMore::before {
        left: -25px; } }
  .pricesList__showMore.active {
    opacity: 0.5; }
    .pricesList__showMore.active::before {
      -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
      transform: rotate(-135deg);
      top: 6px; }
  .pricesList__showMore--content {
    color: #889BA2; }
    .pricesList__showMore--content:hover, .pricesList__showMore--content:focus {
      color: #889BA2; }
    .pricesList__showMore--content::before {
      top: 5px;
      -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
      transform: rotate(-135deg);
      border-right: 3px solid #889BA2;
      border-bottom: 3px solid #889BA2; }

.pricesList__content {
  position: relative;
  padding-top: 100px;
  padding-bottom: 50px;
  display: none; }
  @media (max-width: 767px) {
    .pricesList__content {
      padding-top: 50px; } }
  .pricesList__content::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 45px 90px 0 90px;
    border-color: #889BA2 transparent transparent transparent;
    position: absolute;
    top: 0px;
    right: 0;
    left: 0;
    margin: auto; }
    @media (max-width: 767px) {
      .pricesList__content::before {
        border-width: 30px 50px 0 50px; } }

.pricesList__highlight {
  background: #fff;
  font-weight: bold;
  color: #463928;
  font-size: 15px;
  position: absolute;
  top: 2px;
  left: 0;
  padding-left: 20px;
  padding-right: 5px;
  text-transform: uppercase;
  z-index: 1; }
  @media (max-width: 1024px) {
    .pricesList__highlight {
      font-size: 13px; } }

.pricesList__right {
  text-align: right; }

.pricesList__categories {
  margin-top: 70px; }

.pricesList__seeAlso {
  font-size: 20px;
  color: #463928;
  font-weight: bold;
  text-align: center; }

.mapPoints__photoLink {
  position: relative;
  display: block; }
  .mapPoints__photoLink:hover .fa {
    opacity: 1; }
  .mapPoints__photoLink .fa {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    font-size: 40px;
    color: #fff;
    background: rgba(0, 0, 0, 0.8);
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s; }

.mapPoints__header {
  font-size: 20px;
  color: #273343;
  font-weight: bold;
  line-height: 140%;
  margin: 0px 0 10px 0; }

.mapPoints__text {
  font-size: 14px;
  color: #463928;
  line-height: 140%;
  margin-bottom: 10px; }

.mapPoints__link {
  display: block;
  width: 200px;
  background: #463928;
  color: #fff;
  text-align: center;
  margin: 20px auto;
  padding: 15px 5px;
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 0;
  -webkit-transition: background 0.3s;
  transition: background 0.3s; }
  .mapPoints__link:hover, .mapPoints__link:focus {
    color: #fff;
    text-decoration: none;
    background: #889BA2; }

.share {
  margin-top: 40px; }
  .share__text {
    font-size: 15px;
    color: #463928;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 140%;
    margin-bottom: 17px; }

.navigation {
  background: #8DC620;
  padding: 40px 0; }
  .navigation__row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }
  .navigation__col {
    width: 50%; }
  .navigation__text {
    font-size: 15px;
    color: #463928;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 17px; }
    @media (max-width: 1024px) {
      .navigation__text {
        font-size: 13px; } }
    .navigation__text--right {
      text-align: right; }
  .navigation__link {
    display: block;
    font-size: 22px;
    font-weight: bold;
    color: #463928;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    max-width: 245px;
    line-height: 160%;
    position: relative; }
    @media (max-width: 1024px) {
      .navigation__link {
        font-size: 14px; } }
    .navigation__link::before {
      content: '';
      display: block;
      width: 30px;
      height: 30px;
      border: 2px solid #463928;
      border-width: 2px 0px 0 2px;
      position: absolute;
      top: 0;
      bottom: 0;
      margin: auto; }
      @media (max-width: 1024px) {
        .navigation__link::before {
          width: 15px;
          height: 15px; } }
    .navigation__link--left {
      padding-left: 50px; }
      @media (max-width: 1024px) {
        .navigation__link--left {
          padding-left: 25px; } }
      .navigation__link--left::before {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        left: 7px; }
        @media (max-width: 1024px) {
          .navigation__link--left::before {
            left: 2px; } }
    .navigation__link--right {
      padding-right: 50px;
      float: right; }
      @media (max-width: 1024px) {
        .navigation__link--right {
          padding-right: 25px; } }
      .navigation__link--right::before {
        -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        transform: rotate(135deg);
        right: 7px; }
        @media (max-width: 1024px) {
          .navigation__link--right::before {
            right: 2px; } }
    .navigation__link:hover, .navigation__link:focus {
      color: #463928;
      text-decoration: none; }
    .navigation__link:hover {
      opacity: 0.8; }

.localization {
  background: #fff;
  padding: 30px 0;
  padding-bttom: 70px; }
  .localization--background {
    background: #8DC620;
    padding: 70px 0; }
    @media (max-width: 767px) {
      .localization--background {
        padding: 30px 0; } }
  .localization__type {
    text-align: center; }
  .localization__typeText {
    color: #463928;
    font-weight: bold;
    font-size: 22px;
    line-height: 140%;
    text-transform: uppercase;
    margin-top: 20px; }
  .localization__row {
    margin-top: 12px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
    @media (max-width: 1024px) {
      .localization__row {
        max-width: 768px;
        margin-left: auto;
        margin-right: auto; } }
    @media (max-width: 767px) {
      .localization__row {
        display: block; } }
  .localization__col {
    width: 18%;
    margin: 3%;
    margin-bottom: 30px; }
    @media (max-width: 1199px) {
      .localization__col {
        width: 27.3%; } }
    @media (max-width: 1024px) {
      .localization__col {
        width: 40%; } }
    @media (max-width: 767px) {
      .localization__col {
        width: 100%;
        padding: 0;
        margin: 0 auto;
        margin-bottom: 50px;
        max-width: 295px; } }
  .localization__title {
    color: #463928;
    font-size: 22px;
    line-height: 160%;
    margin-top: 25px; }
    .localization__title--large {
      font-size: 45px;
      line-height: 140%;
      text-transform: uppercase;
      margin-top: 2px; }
      .localization__title--large:hover {
        text-decoration: none; }
  .localization__text {
    font-size: 16px;
    line-height: 200%;
    color: #273343;
    margin: 20px 0; }
    .localization__text--bold {
      font-weight: bold; }
    .localization__text--large {
      font-size: 20px;
      line-height: 160%;
      color: #463928; }
  .localization__description {
    line-height: 200%;
    color: #463928;
    line-height: 200%;
    font-size: 14px;
    margin-top: 16px; }
  .localization__more {
    text-transform: uppercase;
    font-size: 15px;
    color: #463928;
    font-weight: bold;
    display: block;
    padding-top: 15px;
    -webkit-transition: color 0.3s, text-decoration 0.3s;
    transition: color 0.3s, text-decoration 0.3s; }
    .localization__more:hover, .localization__more:focus {
      color: #463928; }
    .localization__more:hover {
      color: #889BA2;
      text-decoration: underline; }
  .localization__content {
    min-height: 235px; }
  .localization__img {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s; }
  .localization__link {
    position: relative; }
    .localization__link:hover .localization__img {
      opacity: 0.8; }
  .localization__hr {
    border-top: 1px solid #889BA2;
    margin: 0; }

.modalGallery {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  opacity: 0;
  z-index: -999;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s; }
  .modalGallery.active {
    z-index: 99999;
    opacity: 1; }
  .modalGallery__content {
    max-width: 1300px;
    padding: 0 15px;
    margin: 20px auto; }
    @media (max-width: 1399px) {
      .modalGallery__content {
        max-width: 1100px; } }
    @media (max-device-width: 1399px) and (orientation: landscape) {
      .modalGallery__content {
        max-width: 1300px; } }
    @media (max-width: 1199px) {
      .modalGallery__content {
        max-width: 900px; } }
    @media (max-device-width: 1199px) and (orientation: landscape) {
      .modalGallery__content {
        max-width: 1100px; } }
    @media (max-width: 1024px) {
      .modalGallery__content {
        max-width: 700px; } }
    @media (max-device-width: 1024px) and (orientation: landscape) {
      .modalGallery__content {
        max-width: 900px; } }
    @media (max-width: 767px) {
      .modalGallery__content {
        max-width: 100vw; } }
    @media (max-device-width: 767px) and (orientation: landscape) {
      .modalGallery__content {
        max-width: 50vw; } }
  .modalGallery__list {
    margin-top: 20px; }
    .modalGallery__list .slick-track {
      margin: 0; }
  .modalGallery__img {
    margin: 0 5px;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    opacity: 0.4;
    outline: 0; }
    .modalGallery__img:hover {
      opacity: 1;
      cursor: pointer; }
    .modalGallery__img.slick-center {
      opacity: 1; }
  .modalGallery .slick-arrow::before {
    content: '';
    display: block;
    width: 20px;
    height: 20px; }
  .modalGallery .slick-arrow.slick-next {
    border-top: 2px solid rgba(255, 255, 255, 0.6);
    border-right: 2px solid rgba(255, 255, 255, 0.6);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: border-color 0.3s;
    transition: border-color 0.3s; }
    .modalGallery .slick-arrow.slick-next:hover {
      border-top: 2px solid white;
      border-right: 2px solid white; }
  .modalGallery .slick-arrow.slick-prev {
    border-bottom: 2px solid rgba(255, 255, 255, 0.6);
    border-left: 2px solid rgba(255, 255, 255, 0.6);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: border-color 0.3s;
    transition: border-color 0.3s; }
    .modalGallery .slick-arrow.slick-prev:hover {
      border-bottom: 2px solid white;
      border-left: 2px solid white; }
  .modalGallery__close {
    position: fixed;
    right: 10px;
    top: 10px;
    width: 30px;
    height: 30px; }
  .modalGallery__span {
    width: 100%;
    height: 3px;
    background: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto; }
    .modalGallery__span:nth-child(1) {
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
    .modalGallery__span:nth-child(2) {
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg); }
  .modalGallery img:hover, .modalGallery img:focus {
    outline: 0; }

.components {
  padding: 50px 0; }
  @media (max-width: 1199px) {
    .components {
      padding: 30px 0; } }
  @media (max-width: 767px) {
    .components {
      padding: 0; } }
  .components__row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -30px; }
    .components__row--gallery {
      margin: 0 -15px; }
      @media (max-width: 1199px) {
        .components__row--gallery {
          padding: 0 20px; } }
      @media (max-width: 1024px) {
        .components__row--gallery {
          padding: 0 10px; } }
      @media (max-width: 767px) {
        .components__row--gallery {
          padding: 0; } }
    .components__row--alignItemsCenter {
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center; }
      @media (max-width: 767px) {
        .components__row--alignItemsCenter {
          margin-bottom: 25px; } }
    @media (max-width: 767px) {
      .components__row {
        display: block;
        margin-left: 0px;
        margin-right: 0px; } }
  .components__col {
    width: 50%;
    padding: 0 30px; }
    @media (max-width: 767px) {
      .components__col {
        width: 100%;
        padding: 0;
        margin-bottom: 25px; } }
  .components__text {
    color: #666;
    /* font-size:16px; */
    font-size: 16px;
    line-height: 165%; }
    .components__text--singleText {
      max-width: 593px;
      text-align: left; }
  .components__subHeader {
    font-size: 20px;
    color: #889BA2;
    font-weight: bold;
    line-height: 160%;
    margin-top: 15px; }
    @media (max-width: 1024px) {
      .components__subHeader {
        font-size: 18px; } }
    .components__subHeader--center {
      text-align: center; }
  .components__img {
    max-width: 100%;
    height: auto; }
    @media (max-width: 767px) {
      .components__img {
        display: block;
        margin: 0 auto; } }
  .components__header {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 45px;
    text-decoration: underline;
    color: #463928; }
    @media (max-width: 1024px) {
      .components__header {
        font-size: 35px; } }
    .components__header--center {
      text-align: center; }
  .components__description {
    font-size: 20px;
    font-weight: bold;
    /*
    line-height: 160%;
    color: $color3;
    */ }
  .components__iframe {
    border: 0;
    width: 100%;
    height: 20vw; }
    @media (max-width: 1199px) {
      .components__iframe {
        height: 25vw; } }
    .components__iframe--center {
      width: 50%; }
    @media (max-width: 1024px) {
      .components__iframe {
        width: 100%;
        max-width: 480px;
        height: 25vw;
        margin: 0 auto;
        display: block; } }
    @media (max-width: 767px) {
      .components__iframe {
        height: 45vw; } }
  .components__gallery {
    padding: 0 15px;
    margin-bottom: 30px;
    width: 25%;
    text-align: center; }
    @media (max-width: 1024px) {
      .components__gallery {
        width: 33.33%; } }
    @media (max-width: 767px) {
      .components__gallery {
        width: 100%;
        padding: 0;
        margin-bottom: 25px; } }

/*# sourceMappingURL=stylesheet.css.map */
