html,
body {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  margin: 0;
  padding: 0; }
  @media (max-width: 1023px) {
    html,
    body {
      overflow-x: hidden; } }

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

a {
  -webkit-tap-highlight-color: transparent; }

.overflow {
  overflow: hidden; }

.clear {
  clear: both; }

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

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

.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;
  -webkit-transition: opacity 0.3s, bottom 07s;
  transition: opacity 0.3s, bottom 0.7s;
  bottom: -100px;
  z-index: 10; }
  @media (max-width: 1024px) {
    .scrollTop {
      right: 10px; } }
  .scrollTop.show {
    bottom: 15px; }
  .scrollTop:hover {
    opacity: 1; }
  .scrollTop::before {
    content: '';
    display: block;
    border-top: 3px solid #165A29;
    width: 15px;
    height: 15px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 5px;
    right: 0;
    left: 2px;
    bottom: 0;
    position: absolute;
    margin: auto; }
  .scrollTop::after {
    content: '';
    display: block;
    border-top: 3px solid #165A29;
    width: 15px;
    height: 15px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 5px;
    right: 2px;
    left: 0;
    bottom: 0;
    position: absolute;
    margin: auto; }

.preloader {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.9);
  z-index: 10000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  display: -o-flex;
  display: -moz-flex;
  display: -ms-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-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s; }
  .preloader__img {
    display: block;
    margin-bottom: 20px; }
  .preloader__tree {
    font-size: 40px;
    color: #165A29;
    -webkit-transition: -webkit-transform 1s;
    transition: transform 1s;
    -webkit-animation: show-hide 1s ease infinite;
    animation: show-hide 1s ease infinite; }
    .preloader__tree:nth-child(2) {
      -webkit-animation-delay: 300ms;
      animation-delay: 300ms; }
    .preloader__tree: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); } }

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

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

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

.main {
  position: relative;
  z-index: 1;
  top: 37.5vw;
  -webkit-box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.5);
  overflow-x: hidden; }
  @media (max-width: 1199px) {
    .main {
      position: static; } }

.parallax-mirror {
  z-index: 1 !important; }

.main-header, .contact__header, .page__title, .about__header {
  font-size: 65px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 400;
  padding-bottom: 15px;
  position: relative;
  line-height: 120%; }
  @media (max-width: 1199px) {
    .main-header, .contact__header, .page__title, .about__header {
      font-size: 35px; } }
  .main-header::after, .contact__header::after, .page__title::after, .about__header::after {
    content: '';
    display: block;
    width: 97px;
    height: 4px;
    background: #5F8262;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto; }

.zszp {
  position: absolute;
  top: 10px;
  right: 0;
  padding: 0 9px;
  background: rgba(255, 255, 255, 0.8);
  padding-top: 5px;
  -webkit-transition: background 0.3s;
  transition: background 0.3s; }
  .zszp:hover {
    background: white; }
  @media (max-width: 1199px) {
    .zszp {
      display: none; } }
  .zszp img {
    width: 40px;
    -webkit-border-radius: 100%;
    border-radius: 100%; }

.about {
  background: #fff; }
  .about__header {
    text-align: left; }
    .about__header::after {
      margin: 0; }
  .about__row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 1024px) {
      .about__row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse; } }
  .about__col {
    width: 50%; }
    @media (max-width: 1024px) {
      .about__col {
        width: 100%; } }
    .about__col:last-child {
      padding: 30px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
  .about__text {
    color: #333333;
    font-size: 16px;
    line-height: 140%;
    max-width: 800px;
    margin: 40px 0; }
  .about__button {
    margin: 0 !important;
    position: static !important; }
  .about__img {
    display: block;
    object-fit: cover;
    height: 100%;
    width: 100%; }

.banner {
  width: 100%; }
  .banner .owl-dots {
    position: absolute !important;
    bottom: 30px !important;
    left: 0;
    right: 0;
    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: 1199px) {
      .banner .owl-dots {
        bottom: 10px !important; } }
  .banner .owl-dot {
    width: 19px;
    height: 19px;
    border: 2px solid #fff !important;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    background: transparent !important;
    opacity: 1 !important;
    margin: 0 17px !important;
    outline: none !important; }
    @media (max-width: 1199px) {
      .banner .owl-dot {
        width: 12px;
        height: 12px;
        margin: 0 10px !important; } }
    .banner .owl-dot.active {
      background: #fff !important; }
  .banner__pagination {
    bottom: 30px !important; }
    @media (max-width: 1199px) {
      .banner__pagination {
        bottom: 10px !important; } }
  .banner .swiper-pagination-bullet {
    width: 19px;
    height: 19px;
    border: 2px solid #fff;
    background: transparent;
    opacity: 1;
    margin: 0 17px !important;
    outline: none; }
    @media (max-width: 1199px) {
      .banner .swiper-pagination-bullet {
        width: 12px;
        height: 12px;
        margin: 0 10px !important; } }
    .banner .swiper-pagination-bullet-active {
      background: #fff; }
  .banner__item {
    background-position: center;
    background-size: cover;
    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;
    position: relative; }
  .banner__video {
    width: 100%;
    height: 37.5vw;
    object-fit: cover;
    display: block; }
  .banner__img {
    width: 100%;
    height: 37.5vw;
    object-fit: cover;
    display: block; }
  .banner__text {
    font-size: 3.25vw;
    font-weight: bold;
    max-width: 35vw;
    color: #fff;
    line-height: 120%;
    text-shadow: 0 0 12px rgba(0, 0, 0, 0.4);
    text-align: center;
    position: absolute;
    z-index: 1; }
    @media (max-width: 1199px) {
      .banner__text {
        max-width: 46vw;
        font-size: 4.25vw; } }
    @media (max-width: 767px) {
      .banner__text {
        max-width: 90%;
        font-size: 5.25vw; } }

.menu {
  border: 1px solid #EFEFEF;
  border-top: 2px solid #EFEFEF;
  position: relative;
  z-index: 2; }
  @media (max-width: 1199px) {
    .menu {
      display: none;
      position: fixed;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      background: rgba(22, 90, 41, 0.9);
      border: 0;
      overflow-y: auto;
      height: 100%;
      -webkit-overflow-scrolling: touch; } }
  .menu__ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    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; }
    @media (max-width: 1199px) {
      .menu__ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 20%; } }
    @media (max-device-width: 1199px) and (orientation: landscape) {
      .menu__ul {
        margin-top: 10%; } }
  .menu__li {
    border-left: 1px solid #EFEFEF;
    border-right: 1px solid #EFEFEF;
    width: 100%; }
    @media (max-width: 1199px) {
      .menu__li {
        border: 0;
        margin-bottom: 30px; } }
    .menu__li.active .menu__link {
      background: #EFC500;
      color: #165A29; }
      @media (max-width: 1199px) {
        .menu__li.active .menu__link {
          background: none;
          color: #EFC500; } }
  .menu__link {
    display: block;
    background: #165A29;
    font-size: 23px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    padding: 0 10px;
    min-height: 80px;
    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;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
    line-height: 120%; }
    @media (max-width: 1399px) {
      .menu__link {
        font-size: 16px;
        min-height: 70px; } }
    @media (max-width: 1199px) {
      .menu__link {
        min-height: 0;
        background: none;
        font-size: 20px; } }
    .menu__link:hover {
      color: #EFC500; }
  .menu__search {
    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;
    background: #fff;
    -webkit-box-shadow: 0 0 0 2px #165A29 inset;
    box-shadow: 0 0 0 2px #165A29 inset;
    min-height: 80px;
    padding: 0 13px;
    color: #444444;
    font-size: 18px;
    text-decoration: none;
    text-transform: capitalize; }
    @media (max-width: 1399px) {
      .menu__search {
        min-height: 70px; } }
    @media (max-width: 1199px) {
      .menu__search {
        display: none; } }
    .menu__searchImg {
      margin-right: 15px; }
    .menu__search--mobile {
      display: none;
      position: relative;
      z-index: 1;
      border: 2px solid #165A29; }
      @media (max-width: 1199px) {
        .menu__search--mobile {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex; } }

.menuButton {
  display: none;
  position: fixed;
  right: 10px;
  top: 90px;
  text-decoration: none;
  z-index: 10;
  -webkit-transition: top 0.3s;
  transition: top 0.3s;
  width: 60px;
  height: 60px;
  background: #EFEFEF;
  -webkit-border-radius: 100%;
  border-radius: 100%; }
  @media (max-width: 1199px) {
    .menuButton {
      display: block; } }
  .menuButton span {
    position: relative;
    width: 35px;
    height: 4px;
    background: #165A29;
    display: block;
    margin-bottom: 5px;
    margin-left: auto;
    margin-right: auto;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s; }
    .menuButton span:last-child {
      margin-bottom: 0; }
  .menuButton__text {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bold;
    color: #165A29;
    text-align: center;
    position: relative;
    left: 0;
    right: 0;
    top: -20px;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s; }
  .menuButton.displacement {
    -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);
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    top: 10px; }
    .menuButton.displacement .menuButton__text {
      opacity: 0; }
    .menuButton.displacement span {
      top: -7px; }
  .menuButton.active {
    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-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    top: 10px; }
    .menuButton.active .menuButton__text {
      opacity: 0;
      display: none; }
    .menuButton.active span:nth-child(3) {
      opacity: 0; }
    .menuButton.active span:nth-child(2) {
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
      top: 9px; }
    .menuButton.active span:nth-child(4) {
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      top: -9px; }

.contact {
  background: url("/media/default/parallax.jpg") no-repeat #1a2a29;
  background-attachment: fixed;
  padding: 70px 0;
  padding-bottom: 20px; }
  @media (max-width: 1199px) {
    .contact {
      padding-bottom: 0px; } }
  @media (max-width: 1024px) {
    .contact {
      background-attachment: scroll; } }
  .contact__header {
    color: #fff; }
  .contact__block {
    margin-top: 40px;
    margin-bottom: 20px; }
    .contact__block:last-child {
      margin-bottom: 0; }
  .contact__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;
    margin-top: 70px; }
    @media (max-width: 1199px) {
      .contact__row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column; } }
  .contact__col {
    padding: 0 15px; }
    @media (max-width: 1199px) {
      .contact__col {
        width: 100%;
        margin-bottom: 70px;
        padding: 0; } }
    .contact__col--marginTop {
      margin-top: 17px; }
      @media (max-width: 1199px) {
        .contact__col--marginTop {
          margin-top: 0; } }
  .contact__smallHeader {
    color: #B8CB93;
    text-align: center;
    font-size: 26px;
    font-weight: bold;
    padding-bottom: 15px;
    position: relative;
    margin-bottom: 30px; }
    .contact__smallHeader--preline {
      white-space: pre-line; }
    .contact__smallHeader--large {
      font-size: 36px; }
    .contact__smallHeader::after {
      content: '';
      display: block;
      width: 97px;
      height: 3px;
      background: #B8CB93;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto; }
  .contact__text {
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    text-align: center;
    font-weight: 300;
    line-height: 120%; }
  .contact__link {
    color: #fff;
    text-decoration: none; }
  .contact__persons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 50px -30px 0 -30px; }
  .contact__person {
    padding: 0 30px 30px 30px;
    text-align: center; }
    .contact__person img {
      margin-bottom: 15px; }
  .contact__personLang {
    list-style-type: none;
    margin: 10px 0;
    padding: 0;
    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;
    gap: 8px;
    margin-left: 10px; }
    .contact__personLang img {
      display: block;
      max-width: 25px;
      margin: auto; }
  .contact__personName {
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    line-height: 120%; }
  .contact__personDepartment {
    font-size: 16px;
    color: #fff;
    font-style: italic;
    font-weight: 400;
    margin-bottom: 20px; }
  .contact__personContact {
    font-weight: bold;
    font-size: 16px;
    line-height: 120%;
    color: #fff;
    margin-bottom: 10px; }
    .contact__personContact a {
      color: inherit;
      text-decoration: none; }

.map {
  width: 100%;
  height: 700px; }
  .map__text {
    font-size: 14px;
    color: #444444;
    line-height: 160%; }
    .map__text--bold {
      font-weight: bold;
      font-size: 16px;
      margin-bottom: 10px; }
    .map__text--marginBottom {
      margin-bottom: 10px; }
    .map__text a {
      color: #444444;
      text-decoration: none; }
  .map__link {
    color: #165A29 !important;
    font-weight: bold;
    text-decoration: none;
    -webkit-transition: color 0.3s;
    transition: color 0.3s; }

.footer {
  background: #142120;
  padding: 100px 0;
  padding-bottom: 0; }
  .footer__logo {
    display: block;
    max-width: 265px;
    margin: 0 auto; }
  .footer__img {
    display: block; }
  .footer__text {
    color: #535F5F;
    font-size: 12px;
    line-height: 160%; }
    .footer__text span {
      font-weight: bold; }
    .footer__text a {
      color: #535F5F;
      text-decoration: none; }
    .footer__text--marginTop {
      margin-top: 10px; }
  .footer__links {
    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-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 90px; }
    @media (max-width: 1199px) {
      .footer__links {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center; } }
  .footer__link {
    font-size: 12px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    margin: 0 20px;
    -webkit-transition: color 0.3s;
    transition: color 0.3s; }
    @media (max-width: 1199px) {
      .footer__link {
        margin-bottom: 15px; } }
    .footer__link:hover {
      color: #EFC500; }
  .footer__realization {
    margin-top: 40px;
    padding: 30px 0;
    text-align: center;
    margin-top: 40px;
    border-top: 1px solid #566261; }

.footerMenu {
  list-style-type: none;
  padding: 0;
  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-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 90px; }
  @media (max-width: 1199px) {
    .footerMenu {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; } }
  .footerMenu__li {
    margin: 0 25px; }
    @media (max-width: 1199px) {
      .footerMenu__li {
        text-align: center;
        margin-bottom: 15px; } }
    .footerMenu__li.active .footerMenu__link {
      color: #EFC500; }
  .footerMenu__link {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-transition: color 0.3s;
    transition: color 0.3s; }
    .footerMenu__link:hover {
      color: #EFC500; }

.page {
  padding: 105px 0;
  padding-bottom: 70px;
  background: #EFEFEF; }
  .page--dark {
    background: #DDDDDD; }
  .page--offer {
    background: url("/media/default/offer_bg.jpg") no-repeat;
    background-size: cover;
    background-attachment: fixed; }
  .page--white {
    background: #fff; }
  @media (max-width: 1199px) {
    .page {
      padding-top: 70px; } }
  .page__title, .about__header {
    max-width: 740px;
    color: #165A29; }
    .page__title--medium {
      font-size: 46px; }
    .page__title--center {
      margin: auto; }
  .page__subText {
    font-size: 15px;
    font-weight: bold;
    margin: -12px 0;
    margin-bottom: -17px;
    text-transform: none; }
  .page__text {
    font-size: 16px;
    line-height: 200%;
    color: #444444;
    margin: 20px 0; }
    .page__text--color {
      color: #AC0641; }
    .page__text--large {
      font-size: 20px;
      font-weight: bold; }
    .page__text--center {
      text-align: center; }
  .page__description {
    font-size: 20px;
    color: #EFC500;
    text-align: center;
    font-weight: bold;
    line-height: 160%;
    max-width: 577px;
    margin: 26px auto;
    margin-bottom: 40px; }
    @media (max-width: 1024px) {
      .page__description {
        font-size: 18px; } }
  .page__button {
    background: #165A29;
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
    padding: 12px 5px;
    width: 330px;
    text-align: center;
    text-decoration: none;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
    outline: none;
    border: 0;
    margin: 0 auto;
    margin-top: 50px;
    cursor: pointer;
    display: block;
    -webkit-transition: color 0.3s, background-color 0.3s, -webkit-box-shadow 0.3s;
    transition: color 0.3s, background-color 0.3s, box-shadow 0.3s; }
    .page__button:hover, .page__button:focus {
      color: #fff; }
    .page__button:hover {
      color: #165A29;
      background: #EFC500;
      -webkit-box-shadow: 2px 10px 25px 0px rgba(0, 0, 0, 0.5);
      box-shadow: 2px 10px 25px 0px rgba(0, 0, 0, 0.5); }
  .page__desc {
    line-height: 160%;
    font-size: 20px;
    max-width: 580px;
    margin: 0 auto;
    color: #AC0641;
    text-align: center;
    font-weight: bold;
    margin-top: 15px;
    letter-spacing: 1px; }
    @media (max-width: 1024px) {
      .page__desc {
        font-size: 18px; } }
  .page__error {
    display: block;
    margin: 0 auto;
    margin-top: 50px; }
  .page__content {
    margin-top: 50px; }
  .page__center {
    text-align: center;
    margin: 40px 0;
    margin-top: 60px; }
  .page__return {
    color: #69827F;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 15px;
    text-decoration: none;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    padding-left: 17px;
    position: relative; }
    .page__return:hover {
      color: #165A29; }
    .page__return::before {
      content: '';
      display: block;
      width: 8px;
      height: 8px;
      border-top: 3px solid #69827F;
      border-left: 3px solid #69827F;
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      margin: auto;
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg); }
  .page__link {
    font-size: 15px;
    display: block;
    text-decoration: none;
    color: #165A29;
    text-transform: uppercase;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
    background: #5F8262;
    color: #fff;
    font-weight: bold;
    padding: 15px 15px;
    border-left: 1px solid #EFEFEF; }
    .page__link:last-child {
      border-right: 1px solid #EFEFEF; }
    .page__link.active {
      background: #EFC500;
      color: #165A29; }
      .page__link.active:hover {
        color: #165A29; }
    .page__link:hover {
      color: #EFC500; }
    @media (max-width: 1024px) {
      .page__link {
        text-align: center;
        padding: 10px;
        border: 0;
        border-top: 1px solid #EFEFEF; } }
  @media (max-width: 1024px) {
    .page__list {
      margin-left: -15px;
      margin-right: -15px;
      margin-bottom: 20px; } }
  .page__list--marginTop {
    margin-top: 30px; }
  .page__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;
    border-bottom: 1px solid #EFEFEF;
    border-top: 1px solid #EFEFEF;
    margin-bottom: 10px; }
    @media (max-width: 1024px) {
      .page__row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        background: #fff;
        margin-bottom: 0;
        display: none;
        border: 0; } }
  .page__show {
    display: block;
    background: #165A29;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    text-align: center;
    text-decoration: none;
    padding: 10px 15px;
    display: none; }
    .page__show.open span {
      -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
      transform: rotate(-135deg);
      top: -2px; }
    .page__show span {
      margin-left: 5px;
      position: relative;
      top: -5px;
      display: inline-block;
      width: 5px;
      height: 5px;
      border: 2px solid transparent;
      border-right: 2px solid #fff;
      border-bottom: 2px solid #fff;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      -webkit-transition: -webkit-transform 0.3s;
      transition: transform 0.3s; }
    @media (max-width: 1024px) {
      .page__show {
        display: block; } }

.form {
  max-width: 540px;
  margin: 0 auto;
  padding-top: 50px; }
  .form__label {
    display: block;
    font-weight: 300;
    color: #444444;
    margin-bottom: 1px;
    font-size: 14px;
    margin-bottom: 3px; }
    .form__label.required {
      color: #AC0641;
      font-weight: bold; }
    .form__label span {
      color: #AC0641; }
    .form__label--checkbox {
      line-height: 160%;
      font-size: 12px;
      position: relative;
      margin-bottom: 20px; }
  .form__input {
    width: 100%;
    height: 36px;
    padding: 0 5px;
    border: 1px solid #DDDDDD;
    font-size: 14px;
    color: #444444;
    margin-bottom: 23px;
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'Open Sans', sans-serif; }
    .form__input--textarea {
      max-width: 540px;
      min-width: 540px;
      max-height: 190px;
      min-height: 190px;
      margin-bottom: 10px;
      padding: 10px 5px; }
      @media (max-width: 767px) {
        .form__input--textarea {
          max-width: 100%;
          min-width: 100%; } }
    .form__input--comments {
      max-height: 107px;
      min-height: 107px; }
  .form__checkbox {
    margin: 0;
    position: relative;
    top: 3px;
    opacity: 0; }
  .form__more {
    font-weight: bold;
    color: #165A29;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
    text-decoration: none; }
    .form__more:hover, .form__morefocus {
      color: #EFC500; }
  .form__moreText {
    display: none;
    color: #444444 !important; }
  .form__text {
    font-size: 10px;
    color: #444444;
    line-height: 100%;
    text-align: center;
    margin-top: 30px; }
    .form__text--required {
      color: #AC0641; }
  .form__button {
    cursor: pointer;
    display: block;
    background: #165A29;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    width: 191px;
    text-align: center;
    padding: 12px 5px;
    text-transform: uppercase;
    margin: 0 auto;
    outline: none;
    border: 0;
    margin-top: 17px;
    -webkit-transition: color 0.3s, background-color 0.3s, -webkit-box-shadow 0.3s;
    transition: color 0.3s, background-color 0.3s, box-shadow 0.3s; }
    .form__button--order {
      width: 300px;
      padding: 20px 5px; }
    .form__button:hover, .form__button:focus {
      color: #fff; }
    .form__button:hover {
      color: #165A29;
      background: #EFC500;
      -webkit-box-shadow: 2px 10px 25px 0px rgba(0, 0, 0, 0.5);
      box-shadow: 2px 10px 25px 0px rgba(0, 0, 0, 0.5); }
  .form__loading {
    width: 15px;
    height: 15px;
    border: 4px solid #fff;
    border-top: 4px solid #165A29;
    border-right: 4px solid #fff;
    border-left: 4px solid #fff;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    margin: 0px auto;
    -webkit-animation: loading-animation 1s ease infinite;
    animation: loading-animation 1s ease infinite;
    display: none; }
    .form__loading--color {
      border: 4px solid #69827F;
      border-top: 4px solid #165A29;
      border-right: 4px solid #69827F;
      border-left: 4px solid #69827F; }
    .form__loading--large {
      width: 30px;
      height: 30px;
      border-width: 5px; }
  .form__captcha {
    margin-top: 20px; }
    .form__captcha div {
      margin: 0 auto; }
    .form__captcha iframe.required {
      border: 2px solid #AC0641; }
  .form__checkboxView {
    width: 10px;
    height: 10px;
    background: #fff;
    border: 1px solid #444444;
    display: block;
    position: absolute;
    left: 0;
    top: 2px; }
    .form__checkboxView.required {
      border: 2px solid #AC0641; }
    .form__checkboxView.checked::after {
      content: '';
      display: block;
      position: absolute;
      right: -2px;
      top: 4px;
      width: 10px;
      height: 2px;
      background: #444444;
      -webkit-transform: rotate(-50deg);
      -ms-transform: rotate(-50deg);
      transform: rotate(-50deg); }
    .form__checkboxView.checked::before {
      content: '';
      display: block;
      position: absolute;
      left: 0;
      top: 5px;
      width: 5px;
      height: 2px;
      background: #444444;
      -webkit-transform: rotate(50deg);
      -ms-transform: rotate(50deg);
      transform: rotate(50deg); }
  .form__row {
    margin: 0 -7px;
    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; }
    @media (max-width: 767px) {
      .form__row {
        margin: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column; } }
    .form__row--hidden {
      display: none; }
  .form__col {
    margin: 0 7px;
    width: 50%; }
    @media (max-width: 767px) {
      .form__col {
        margin: 0;
        width: 100%; } }

@-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); } }

.logo {
  position: absolute;
  z-index: 2;
  left: 35px;
  width: 361px;
  height: 361px;
  background: rgba(255, 255, 255, 0.8);
  -webkit-border-radius: 100%;
  border-radius: 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;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s; }
  @media (max-width: 1919px) {
    .logo {
      width: 250px;
      height: 250px; } }
  @media (max-width: 1199px) {
    .logo {
      background: #EFEFEF;
      position: static;
      width: 100%;
      height: auto;
      -webkit-border-radius: 0;
      border-radius: 0;
      padding: 26px 0px; } }
  @media (min-width: 1200px) {
    .logo:hover {
      background: white; } }
  .logo__img {
    margin-top: -25px; }
    @media (max-width: 1919px) {
      .logo__img {
        max-width: 190px; } }
    @media (max-width: 1199px) {
      .logo__img {
        margin: 0;
        max-width: 288px; } }

.top {
  position: fixed;
  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;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 37.5vw; }
  @media (max-width: 1199px) {
    .top {
      position: static;
      height: auto;
      display: block; } }

.language {
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  right: 0;
  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-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: 2;
  padding: 18px 22px;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s; }
  @media (max-width: 1919px) {
    .language {
      padding: 18px 14px; } }
  @media (max-width: 1199px) {
    .language {
      top: 0;
      left: 0;
      background: #fff;
      -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
      box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
      -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;
      padding: 16px 0px;
      position: relative; } }
  .language:hover {
    background: white; }
  .language__flag--noShadow img {
    -webkit-box-shadow: none;
    box-shadow: none; }
  .language__flag--social:hover {
    -webkit-transform: scale(0.9) !important;
    -ms-transform: scale(0.9) !important;
    transform: scale(0.9) !important; }
  .language--social .language__flag {
    display: block;
    margin-bottom: 20px;
    height: 22px;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s; }
    @media (max-width: 1199px) {
      .language--social .language__flag {
        margin: 0 15px; } }
    .language--social .language__flag.active {
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1); }
    .language--social .language__flag:last-child {
      margin-bottom: 10px; }
  .language--flags .language__flag {
    display: block;
    margin-bottom: 20px;
    height: 22px;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s; }
    @media (max-width: 1199px) {
      .language--flags .language__flag {
        margin: 0 15px; } }
    .language--flags .language__flag:hover {
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1); }
    .language--flags .language__flag.active {
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1); }
    .language--flags .language__flag:last-child {
      margin-bottom: 0; }
  .language__img {
    -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.5); }

.advertPoints {
  background: #EFEFEF;
  padding: 42px 0;
  padding-bottom: 33px; }
  @media (max-width: 1399px) {
    .advertPoints {
      padding: 33px 0; } }
  @media (max-width: 1199px) {
    .advertPoints {
      padding-bottom: 0; } }
  .advertPoints__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; }
    @media (max-width: 1199px) {
      .advertPoints__row {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        max-width: 768px;
        margin: 0 auto; } }
    @media (max-width: 767px) {
      .advertPoints__row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        max-width: 200px;
        position: relative;
        left: -20px; } }
  .advertPoints__item {
    width: 100%;
    color: #165A29;
    font-weight: bold;
    font-size: 18px;
    position: relative;
    text-align: center;
    padding-top: 63px; }
    @media (max-width: 1399px) {
      .advertPoints__item {
        font-size: 16px; } }
    @media (max-width: 1199px) {
      .advertPoints__item {
        padding-left: 15px;
        padding-right: 15px;
        width: 29%;
        margin-bottom: 40px; } }
    @media (max-width: 767px) {
      .advertPoints__item {
        padding: 0;
        padding-left: 57px;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: left;
        margin-bottom: 32px;
        width: 100%; } }
    .advertPoints__item::before {
      content: '';
      display: block;
      width: 50px;
      height: 49px;
      background: url("/media/default/badge.png") no-repeat;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      margin: auto; }
      @media (max-width: 767px) {
        .advertPoints__item::before {
          -webkit-transform: scale(0.7);
          -ms-transform: scale(0.7);
          transform: scale(0.7);
          bottom: 0;
          right: auto; } }

.offerFiles {
  background: #5F8262;
  padding: 30px 0; }
  .offerFiles__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;
    margin: 0 -5%;
    -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; }
    @media (max-width: 1199px) {
      .offerFiles__row {
        margin: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column; } }
  .offerFiles__col {
    width: 50%; }
    @media (max-width: 1199px) {
      .offerFiles__col {
        width: 100%;
        margin: 40px 0; } }
  .offerFiles__text {
    color: #fff;
    font-size: 25px;
    height: 140px;
    line-height: 140%;
    text-align: center;
    max-width: 530px;
    margin: 0 auto; }
  .offerFiles__button {
    display: block;
    width: 304px;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    margin: 0 auto;
    margin-top: 30px;
    padding: 16px 0;
    position: relative;
    padding-right: 40px;
    -webkit-transition: background-color 0.3s, color 0.3s;
    transition: background-color 0.3s, color 0.3s; }
    .offerFiles__button::after {
      content: '';
      display: block;
      width: 20px;
      height: 30px;
      position: absolute;
      right: 20px;
      top: 0;
      bottom: 0;
      margin: auto;
      -webkit-transition: background 0.3s;
      transition: background 0.3s; }
    .offerFiles__button--white {
      background: #fff;
      color: #165A29; }
      .offerFiles__button--white:hover {
        color: #fff;
        background-color: #165A29; }
        .offerFiles__button--white:hover::after {
          background: url("/media/default/arrow-w.png") no-repeat; }
      .offerFiles__button--white::after {
        background: url("/media/default/arrow.png") no-repeat; }
    .offerFiles__button--green {
      background: transparent;
      -webkit-box-shadow: 0 0 0 4px #165A29;
      box-shadow: 0 0 0 4px #165A29;
      color: #fff; }
      .offerFiles__button--green::after {
        background: url("/media/default/arrow-w.png") no-repeat; }
      .offerFiles__button--green:hover {
        background: #165A29; }
    @media (max-width: 1199px) {
      .offerFiles__button {
        width: 264px; } }

.alertModal {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 2;
  background: rgba(0, 0, 0, 0.5); }
  .alertModal__container {
    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: 100%; }
  .alertModal__content {
    width: 500px;
    padding: 50px;
    background: #fff;
    -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
    text-align: center;
    font-size: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative; }
    .alertModal__content--success {
      color: #165A29; }
  .alertModal__img {
    margin: 0 auto;
    margin-bottom: 30px;
    display: block; }
  .alertModal__button {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
    padding: 15px;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
    width: 200px;
    background: #165A29;
    text-decoration: none;
    margin: 0 auto;
    margin-top: 40px; }
    .alertModal__button:hover {
      background: #EFC500; }
  .alertModal__close {
    position: absolute;
    top: 20px;
    right: 10px;
    width: 20px;
    hright: 20px; }
    .alertModal__close:hover span {
      background: #EFC500; }
    .alertModal__close span {
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      margin: auto;
      width: 20px;
      height: 3px;
      background: #165A29;
      -webkit-transition: background-color 0.3s;
      transition: background-color 0.3s; }
      .alertModal__close span:first-child {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg); }
      .alertModal__close span:last-child {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg); }

.search {
  background: #fff;
  padding: 100px 65px;
  position: relative;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1;
  -webkit-box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.5);
  display: none; }
  @media (max-width: 1199px) {
    .search {
      position: fixed;
      top: 0px;
      height: 100%;
      z-index: 100;
      padding-top: 0;
      padding-left: 15px;
      padding-right: 15px; } }
  @media (max-width: 1199px) {
    .search__container {
      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;
      height: 100%; } }
  @media (max-width: 1199px) {
    .search__form {
      width: 100%; } }
  .search__input {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 0;
    color: #444444;
    font-size: 45px;
    font-weight: 400;
    text-align: center;
    outline: none;
    font-family: 'Open Sans', sans-serif; }
    @media (max-width: 767px) {
      .search__input {
        font-size: 25px; } }
    .search__input::-webkit-input-placeholder {
      color: #DDDDDD; }
    .search__input::-moz-placeholder {
      color: #DDDDDD; }
    .search__input:-ms-input-placeholder {
      color: #DDDDDD; }
    .search__input::placeholder {
      color: #DDDDDD; }
  .search__button {
    background: #165A29;
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
    padding: 12px 5px;
    width: 190px;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
    outline: none;
    border: 0;
    margin: 0 auto;
    margin-top: 50px;
    cursor: pointer;
    display: block; }
    .search__button:hover {
      color: #165A29;
      background: #EFC500;
      -webkit-box-shadow: 2px 10px 25px 0px rgba(0, 0, 0, 0.5);
      box-shadow: 2px 10px 25px 0px rgba(0, 0, 0, 0.5); }
  .search__text {
    color: #5F8262;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    line-height: 120%;
    margin-top: 15px; }
    @media (max-width: 1199px) {
      .search__text {
        display: none; } }
  .search__close {
    width: 38px;
    height: 3px;
    position: absolute;
    top: 35px;
    right: 15px; }
    .search__close:hover span {
      background: #EFC500; }
    .search__close span {
      display: block;
      width: 38px;
      height: 4px;
      background: #165A29;
      -webkit-transition: background-color 0.3s;
      transition: background-color 0.3s;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      margin: auto; }
      .search__close span:first-child {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg); }
      .search__close span:last-child {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg); }

.searchAlert {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  display: -o-flex;
  display: -moz-flex;
  display: -ms-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -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-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;
  padding-bottom: 100px;
  margin-top: 50px; }
  @media (max-width: 1024px) {
    .searchAlert {
      padding-bottom: 30px; } }
  .searchAlert__img {
    margin-top: 20px;
    display: block; }
  .searchAlert__alert {
    font-weight: bold;
    font-size: 16px;
    margin: 20px 0;
    text-align: center;
    line-height: 120%; }
    .searchAlert__alert--error {
      color: #AC0641; }
    .searchAlert__alert--success {
      color: #165A29; }
    @media (max-width: 767px) {
      .searchAlert__alert {
        font-size: 20px; } }
  .searchAlert__text {
    color: #444444;
    font-size: 16px;
    text-align: center;
    line-height: 120%; }
  .searchAlert__button {
    background: #165A29;
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
    padding: 12px 5px;
    width: 190px;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
    outline: none;
    border: 0;
    margin: 0 auto;
    margin-top: 50px;
    display: block;
    text-decoration: none;
    text-align: center;
    -webkit-transition: color 0.3s, background-color 0.3s, -webkit-box-shadow 0.3s;
    transition: color 0.3s, background-color 0.3s, box-shadow 0.3s; }
    .searchAlert__button:hover, .searchAlert__button:focus {
      color: #fff; }
    .searchAlert__button:hover {
      color: #165A29;
      background: #EFC500;
      -webkit-box-shadow: 2px 10px 25px 0px rgba(0, 0, 0, 0.5);
      box-shadow: 2px 10px 25px 0px rgba(0, 0, 0, 0.5); }
  .searchAlert__header {
    margin: 0; }
    .searchAlert__header a {
      position: relative;
      padding-left: 22px;
      text-decoration: none;
      -webkit-transition: color 0.3s;
      transition: color 0.3s;
      font-size: 25px;
      color: #444444; }
      .searchAlert__header a::before {
        content: '';
        display: block;
        width: 15px;
        height: 2px;
        background: #165A29;
        position: absolute;
        left: 0;
        top: 0px;
        bottom: 0;
        margin: auto;
        -webkit-transition: background-color 0.3s;
        transition: background-color 0.3s; }
      .searchAlert__header a:hover, .searchAlert__header a:focus {
        text-decoration: none;
        color: #165A29; }
        .searchAlert__header a:hover::before, .searchAlert__header a:focus::before {
          background: #EFC500; }
  .searchAlert__home {
    margin-top: 70px; }
    .searchAlert__home a {
      text-transform: uppercase;
      position: relative;
      font-size: 16px;
      text-decoration: underline;
      background: #165A29;
      position: relative;
      font-weight: 600; }
      .searchAlert__home a::after {
        content: '';
        display: block;
        width: 100%;
        height: 1px;
        background: #165A29;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0; }
  .searchAlert__content {
    margin-top: 40px; }

.collection {
  margin-top: 70px; }
  @media (max-width: 1024px) {
    .collection {
      margin-top: 35px; } }
  .collection__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-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -10px; }
    .collection__row > .collection__col:nth-child(6n+1) > .collection__block {
      background: #68817E;
      text-align: center; }
    .collection__row > .collection__col:nth-child(6n+2) > .collection__block {
      background: #69827F;
      text-align: center; }
    .collection__row > .collection__col:nth-child(6n+3) > .collection__block {
      background: #5F8262;
      text-align: center; }
    .collection__row > .collection__col:nth-child(6n+4) > .collection__block {
      background: #5F8262;
      text-align: center; }
    .collection__row > .collection__col:nth-child(6n+5) > .collection__block {
      background: #364F49;
      text-align: center; }
    .collection__row > .collection__col:nth-child(6n+6) > .collection__block {
      background: #69827F;
      text-align: center; }
    @media (max-width: 767px) {
      .collection__row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center; } }
  .collection__col {
    padding: 0 10px;
    width: 268px;
    margin-bottom: 70px; }
    @media (max-width: 1024px) {
      .collection__col {
        margin-left: 30px;
        margin-right: 30px;
        margin-bottom: 70px; } }
    @media (max-width: 767px) {
      .collection__col {
        margin-left: 0;
        margin-right: 0; } }
  .collection__block {
    padding: 25px;
    padding-bottom: 80px;
    -webkit-box-shadow: 30px 30px 80px 0 rgba(0, 0, 0, 0.33);
    box-shadow: 30px 30px 80px 0 rgba(0, 0, 0, 0.33);
    display: block;
    text-decoration: none;
    min-height: 460px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
    position: relative;
    border: 1px solid #D9DBAE; }
  .collection__name {
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 140%;
    text-align: center;
    min-height: 93px;
    margin: 0 auto; }
  .collection__text {
    font-size: 17px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    color: #fff; }
  .collection__img {
    display: block;
    margin: 15px auto; }
  .collection__button, .about__button {
    position: absolute;
    bottom: 18px;
    left: 0;
    right: 0;
    cursor: pointer;
    display: block;
    background: #165A29;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    width: 191px;
    text-align: center;
    padding: 12px 5px;
    text-transform: uppercase;
    margin: 0 auto;
    outline: none;
    border: 1px solid #EFEFEF;
    margin-top: 40px;
    text-decoration: none;
    -webkit-transition: color 0.3s, background-color 0.3s, -webkit-box-shadow 0.3s;
    transition: color 0.3s, background-color 0.3s, box-shadow 0.3s; }
    .collection__button:hover, .about__button:hover, .collection__button:focus, .about__button:focus {
      color: #fff; }
    .collection__button:hover, .about__button:hover {
      color: #165A29;
      background: #EFC500;
      -webkit-box-shadow: 2px 10px 25px 0px rgba(0, 0, 0, 0.5);
      box-shadow: 2px 10px 25px 0px rgba(0, 0, 0, 0.5); }

@media (max-width: 1199px) {
  .section {
    margin: 0 -15px; } }

.section__header {
  background: #5F8262;
  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;
  padding: 30px 10px; }
  @media (max-width: 767px) {
    .section__header {
      padding: 10px; } }
  .section__header h1 {
    color: #fff;
    margin: 0;
    text-transform: uppercase;
    font-size: 32px;
    font-weight: bold;
    line-height: 110%; }
    @media (max-width: 767px) {
      .section__header h1 {
        font-size: 22px; } }
  .section__header img {
    margin-right: 25px;
    display: block; }
    @media (max-width: 767px) {
      .section__header img {
        margin-right: 10px; } }

.section__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;
  border-bottom: 1px solid #165A29;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }
  @media (max-width: 1199px) {
    .section__row {
      margin: 0 15px; } }
  @media (max-width: 767px) {
    .section__row--header {
      display: none; } }
  .section__row--offerHeader {
    height: 70px; }
    @media (max-width: 1199px) {
      .section__row--offerHeader {
        display: none; } }
  @media (max-width: 1199px) {
    .section__row--offerRow {
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  @media (max-width: 767px) {
    .section__row--offerRow {
      -webkit-box-orient: horizontal !important;
      -webkit-box-direction: normal !important;
      -webkit-flex-direction: row !important;
      -ms-flex-direction: row !important;
      flex-direction: row !important;
      -webkit-box-align: end !important;
      -webkit-align-items: flex-end !important;
      -ms-flex-align: end !important;
      align-items: flex-end !important; } }
  @media (max-width: 767px) {
    .section__row--flexStart {
      -webkit-box-align: start !important;
      -webkit-align-items: flex-start !important;
      -ms-flex-align: start !important;
      align-items: flex-start !important; } }
  @media (max-width: 1199px) {
    .section__row--baseline {
      -webkit-box-align: baseline;
      -webkit-align-items: baseline;
      -ms-flex-align: baseline;
      align-items: baseline; } }
  .section__row.open {
    border-color: #EFEFEF; }
  @media (max-width: 767px) {
    .section__row {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: start;
      -webkit-align-items: start;
      -ms-flex-align: start;
      align-items: start;
      padding: 20px 0;
      border-top: 1px solid #165A29;
      border-bottom: 0; }
      .section__row:last-child {
        border-bottom: 1px solid #165A29; } }

.section__col {
  padding: 7px 10px; }
  .section__col img {
    display: block;
    margin: 0 auto;
    min-height: 100px; }
    @media (max-width: 767px) {
      .section__col img {
        margin-left: 0; } }
  .section__col:nth-child(1) {
    width: 4%; }
  .section__col:nth-child(2) {
    width: 28%; }
  .section__col:nth-child(3) {
    width: 28%; }
  .section__col:nth-child(4) {
    width: 18%; }
  .section__col:nth-child(5) {
    width: 14%;
    text-align: center; }
  @media (max-width: 767px) {
    .section__col {
      width: 100% !important;
      padding: 0; } }

.section__column {
  padding: 7px 10px; }
  .section__column img {
    display: block;
    margin: 0 auto; }
    @media (max-width: 767px) {
      .section__column img {
        margin-left: 0; } }
  .section__column:nth-child(1) {
    width: 3%; }
    @media (max-width: 1199px) {
      .section__column:nth-child(1) {
        display: none; } }
  .section__column:nth-child(2) {
    width: 26%; }
    @media (max-width: 767px) {
      .section__column:nth-child(2) {
        width: 100%;
        padding: 0; } }
  .section__column:nth-child(3) {
    width: 16%;
    text-align: center;
    min-height: 55px;
    -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;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 125px; }
    @media (max-width: 1199px) {
      .section__column:nth-child(3) {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        min-height: 0; } }
    @media (max-width: 767px) {
      .section__column:nth-child(3) {
        width: 57%;
        padding: 0;
        -webkit-box-pack: left;
        -webkit-justify-content: left;
        -ms-flex-pack: left;
        justify-content: left; } }
    .section__column:nth-child(3) img {
      max-width: 117px;
      min-height: 100px; }
      @media (max-width: 767px) {
        .section__column:nth-child(3) img {
          max-width: 167px; } }
  .section__column:nth-child(4) {
    width: 11%;
    text-align: center; }
    @media (max-width: 767px) {
      .section__column:nth-child(4) {
        width: 43%;
        padding: 0; } }
  .section__column:nth-child(5) {
    width: 10%;
    text-align: center; }
    @media (max-width: 1199px) {
      .section__column:nth-child(5) {
        width: 18%;
        text-align: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center; } }
    @media (max-width: 767px) {
      .section__column:nth-child(5) {
        width: 57%;
        padding: 0;
        margin: 0;
        margin-top: 10px; } }
  .section__column:nth-child(6) {
    width: 13%;
    text-align: center; }
    @media (max-width: 1199px) {
      .section__column:nth-child(6) {
        width: 7%; } }
    @media (max-width: 767px) {
      .section__column:nth-child(6) {
        width: 43%;
        padding: 0;
        margin: 0px 0; } }
  .section__column:nth-child(7) {
    width: 12%;
    text-align: center; }
    @media (max-width: 1199px) {
      .section__column:nth-child(7) {
        width: 20%; } }
    @media (max-width: 767px) {
      .section__column:nth-child(7) {
        width: 100%;
        padding: 0;
        margin-top: 20px; } }
  @media (max-width: 767px) {
    .section__column {
      text-align: left !important;
      -webkit-box-align: start !important;
      -webkit-align-items: flex-start !important;
      -ms-flex-align: start !important;
      align-items: flex-start !important; } }
  @media (max-width: 1199px) {
    .section__column--left {
      text-align: left !important; } }

.section__head {
  color: #69827F;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: bold;
  padding: 15px 0; }
  .section__head--smallPadding {
    padding-bottom: 5px; }
    @media (max-width: 1024px) {
      .section__head--smallPadding {
        display: none; } }
  .section__head--empty {
    display: none;
    text-align: center;
    color: #AC0641; }
  .section__head--mobile {
    display: none; }
    @media (max-width: 1199px) {
      .section__head--mobile {
        display: block;
        padding: 0;
        font-size: 13px;
        margin-bottom: 5px; } }
  .section__head--lg {
    display: none; }
    @media (max-width: 1199px) {
      .section__head--lg {
        display: block;
        padding: 0; } }

.section__text {
  color: #165A29;
  font-size: 16px;
  font-weight: bold; }
  @media (max-width: 767px) {
    .section__text {
      font-size: 25px;
      margin-bottom: 20px; } }
  @media (max-width: 767px) {
    .section__text--mobile {
      color: #69827F;
      font-size: 13px;
      margin: 0; } }
  .section__text--description {
    font-size: 14px;
    color: #444444;
    line-height: 140%;
    font-weight: 400; }
    @media (max-width: 767px) {
      .section__text--description {
        margin-top: -15px; } }
  .section__text--large {
    font-size: 18px; }
    @media (max-width: 767px) {
      .section__text--large {
        font-size: 25px;
        margin-bottom: 0; } }
  .section__text--red {
    color: #AC0641; }

.section__button {
  width: 100px;
  display: block;
  background: #165A29;
  border: 2px solid #165A29;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  text-align: center;
  margin: 0 auto;
  padding: 6px 2px;
  color: #fff;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: bold;
  text-decoration: none;
  position: relative;
  padding-right: 18px;
  -webkit-transition: color 0.3s, background-color 0.3s, border-color 0.3s;
  transition: color 0.3s, background-color 0.3s, border-color 0.3s; }
  @media (max-width: 1199px) {
    .section__button {
      margin: 0; } }
  .section__button::after {
    content: '';
    display: block;
    border: 2px solid transparent;
    width: 5px;
    height: 5px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    right: 12px;
    top: -3px;
    bottom: 0;
    margin: auto;
    -webkit-transition: border-color 0.3s, -webkit-transform 0.3s;
    transition: border-color 0.3s, transform 0.3s; }
  .section__button:hover {
    background: transparent;
    color: #165A29;
    border-color: #165A29; }
    .section__button:hover::after {
      border-right: 2px solid #165A29;
      border-bottom: 2px solid #165A29; }
  .section__button.open {
    background-color: transparent;
    color: #165A29; }
    .section__button.open::after {
      border-right: 2px solid #165A29;
      border-bottom: 2px solid #165A29;
      -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
      transform: rotate(-135deg);
      top: 5px; }
    .section__button.open .section__buttonHide {
      display: block; }
    .section__button.open .section__buttonShow {
      display: none; }
  .section__buttonUp {
    margin: 0 auto; }
  .section__button--toggle {
    margin-top: 10px;
    width: 130px; }
    @media (max-width: 1024px) {
      .section__button--toggle {
        width: 200px; } }

.section__content {
  background: #fff;
  padding: 15px 15px;
  position: relative;
  border-bottom: 1px solid #165A29;
  display: none; }
  @media (max-width: 767px) {
    .section__content {
      padding-left: 15px;
      padding-right: 15px;
      border-bottom: 0; } }
  .section__content::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    left: 90px;
    border: 15px solid transparent;
    border-right: 24px solid #EFEFEF;
    border-bottom: 24px solid #EFEFEF;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: -24px; }
    @media (max-width: 1199px) {
      .section__content::before {
        right: 0;
        left: 0;
        margin: auto; } }

.section__buttonHide {
  display: none; }

.section__contentBlock {
  margin-top: 20px;
  margin-bottom: 0px; }
  @media (max-width: 1199px) {
    .section__contentBlock {
      max-width: 540px;
      margin-left: auto;
      margin-right: auto; } }

.section__offer {
  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 -10px; }
  @media (max-width: 1199px) {
    .section__offer {
      max-width: 400px;
      margin: 0 auto; } }
  .section__offerCol {
    padding: 0 10px;
    margin-right: 6%;
    padding-bottom: 20px; }
    @media (max-width: 1199px) {
      .section__offerCol {
        margin-right: 0;
        width: 50%;
        padding: 0;
        margin-bottom: 30px; } }
  .section__offerHead {
    text-transform: uppercase;
    font-size: 15px;
    color: #69827F;
    font-weight: bold; }
  .section__offerText {
    color: #364F49;
    font-size: 25px;
    font-weight: bold; }
    .section__offerText--price {
      color: #165A29; }
    .section__offerText--highlight {
      color: #AC0641; }

.section__delete {
  width: 16px;
  height: 18px;
  display: block;
  background: url("/media/default/delete.png") no-repeat;
  margin: 0 auto;
  -webkit-transition: background 0.3s;
  transition: background 0.3s; }
  @media (max-width: 1199px) {
    .section__delete {
      margin-top: 12px; } }
  @media (max-width: 767px) {
    .section__delete {
      margin: 0;
      margin-top: 15px; } }
  .section__delete:hover {
    background: url("/media/default/deleteHover.png") no-repeat; }

.section__block {
  counter-increment: sectionCounter; }

.section__ordinal::before {
  content: counter(sectionCounter);
  display: block;
  position: relative; }

.section__link {
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  color: #165A29; }
  @media (max-width: 1199px) {
    .section__link {
      display: block;
      text-align: center; } }

.section__imageBlock {
  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; }
  @media (max-width: 767px) {
    .section__imageBlock {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
      -ms-flex-align: start;
      align-items: flex-start; } }
  .section__imageBlock img {
    margin-right: 10px; }
    @media (max-width: 767px) {
      .section__imageBlock img {
        margin: 0;
        margin-bottom: 5px; } }
  .section__imageBlock .section__text--name {
    width: -webkit-calc(100% - 110px);
    width: calc(100% - 110px);
    margin-left: 10px; }
    @media (max-width: 767px) {
      .section__imageBlock .section__text--name {
        width: 100%;
        margin-left: 0; } }

.addToBasket, .basketWidget .basket__added {
  display: block;
  width: 49px;
  height: 49px;
  background: #EFC500;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  position: relative;
  margin: 0 auto;
  -webkit-transition: -webkit-box-shadow 0.3s;
  transition: box-shadow 0.3s; }
  .addToBasket:hover, .basketWidget .basket__added:hover {
    -webkit-box-shadow: 2px 10px 25px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 2px 10px 25px 0px rgba(0, 0, 0, 0.5); }
  @media (max-width: 767px) {
    .addToBasket, .basketWidget .basket__added {
      margin: 0;
      position: relative; } }
  .addToBasket::after, .basketWidget .basket__added::after {
    content: '';
    display: block;
    width: 30px;
    height: 29px;
    background: url("/media/default/basket.png") no-repeat;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto; }

.basketWidget {
  position: fixed;
  top: 40px;
  right: 30px;
  z-index: 1;
  text-decoration: none; }
  @media (min-width: 1025px) {
    .basketWidget:hover .basket__summary {
      display: block; } }
  @media (max-width: 1199px) {
    .basketWidget {
      left: 0 !important;
      right: 0 !important;
      bottom: 15px;
      top: auto !important;
      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: 767px) {
    .basketWidget {
      -webkit-box-pack: left;
      -webkit-justify-content: left;
      -ms-flex-pack: left;
      justify-content: left;
      margin-left: 10px; } }
  .basketWidget .basket__button {
    position: relative;
    background: #AC0641;
    font-size: 15px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    padding: 13px 15px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    margin-right: 10px;
    -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);
    -webkit-transition: color 0.3s;
    transition: color 0.3s; }
    .basketWidget .basket__button:hover {
      color: #EFC500; }
    .basketWidget .basket__button--total {
      text-align: center;
      text-decoration: none;
      -webkit-box-shadow: none;
      box-shadow: none; }
  .basketWidget .basket__added {
    margin: auto 0 auto auto;
    -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); }
  .basketWidget .basket__amount {
    width: 20px;
    height: 20px;
    font-size: 15px;
    color: #fff;
    font-weight: bold;
    background: #AC0641;
    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;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    position: absolute;
    z-index: 1;
    right: -10px;
    bottom: 0; }
  .basketWidget .basket__summary {
    background: #fff;
    -webkit-box-shadow: 5px 5px 15px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 5px 5px 15px 0 rgba(0, 0, 0, 0.5);
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 10px 15px;
    padding-right: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 300px;
    display: none; }
  .basketWidget .basket__content {
    max-height: 158px;
    overflow-y: auto;
    overflow-x: hidden; }
  .basketWidget .basket__row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 5px -5px;
    border-bottom: 1px solid #efefef; }
    .basketWidget .basket__row:last-child {
      border: 0; }
  .basketWidget .basket__col {
    padding: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative; }
    .basketWidget .basket__col:first-child {
      width: 80px; }
    .basketWidget .basket__col:last-child {
      width: -webkit-calc(100% - 80px);
      width: calc(100% - 80px); }
  .basketWidget .basket__name {
    font-size: 14px;
    line-height: 120%;
    font-weight: bold; }
  .basketWidget .basket__count {
    font-size: 14px;
    margin-top: 5px; }
    .basketWidget .basket__count span {
      font-weight: bold;
      color: #AC0641; }
  .basketWidget .basket__trash {
    color: #AC0641;
    font-size: 20px;
    text-decoration: none;
    position: absolute;
    left: 5px;
    top: 5px;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    width: 25px;
    height: 25px;
    background: #efefef;
    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; }
  .basketWidget .basket__total {
    padding: 15px 0;
    font-size: 16px; }
    .basketWidget .basket__total strong {
      color: #AC0641;
      font-size: 20px; }

.emptyBasket {
  display: none; }

.counter {
  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; }
  @media (max-width: 1199px) {
    .counter {
      margin-top: 7px; } }
  .counter__button {
    width: 30px;
    height: 30px;
    border: 1px solid #69827F;
    background: #EFEFEF;
    outline: none;
    position: relative;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
    cursor: pointer; }
    .counter__button:hover {
      background: #EFC500; }
      .counter__button:hover::before {
        background: #fff; }
      .counter__button:hover::after {
        background: #fff; }
    .counter__button--subtract::after {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      margin: auto;
      width: 16px;
      height: 2px;
      background: #69827F;
      -webkit-transition: background-color 0.3s;
      transition: background-color 0.3s; }
    .counter__button--add::after {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      margin: auto;
      width: 16px;
      height: 2px;
      background: #69827F;
      -webkit-transition: background-color 0.3s;
      transition: background-color 0.3s; }
    .counter__button--add::before {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      margin: auto;
      height: 16px;
      width: 2px;
      background: #69827F;
      -webkit-transition: background-color 0.3s;
      transition: background-color 0.3s; }
  .counter__input {
    width: 57px;
    height: 28px;
    border: 1px solid #69827F;
    border-left: 0;
    border-right: 0;
    outline: none;
    text-align: center;
    padding: 0 5px;
    color: #165A29;
    font-size: 20px;
    font-weight: bold;
    font-family: 'Open Sans', sans-serif;
    -webkit-transition: background-color 0.3s, color 0.3s;
    transition: background-color 0.3s, color 0.3s; }
    .counter__input--default {
      background: #EFEFEF;
      color: #69827F; }

.summary {
  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;
  margin-top: 45px;
  margin-bottom: 85px; }
  .summary__block {
    max-width: 460px; }
  .summary__text {
    color: #165A29;
    line-height: 140%;
    padding: 0 25px;
    font-size: 15px; }
    @media (max-width: 767px) {
      .summary__text {
        padding: 0; } }
    .summary__text--color {
      color: #AC0641; }
    .summary__text span {
      display: block;
      font-weight: bold; }
    .summary__text--marginTop {
      margin-top: 40px; }
    .summary__text--flex {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: baseline;
      -webkit-align-items: baseline;
      -ms-flex-align: baseline;
      align-items: baseline; }
  .summary__alert {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #165A29; }
  .summary__price {
    color: #AC0641;
    font-size: 26px;
    font-weight: bold;
    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; }

.components {
  padding: 20px 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;
    margin: 0 -30px; }
    .components__row--gallery {
      margin: 0 -15px;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center; }
      @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 {
    font-size: 15px;
    color: #444444;
    line-height: 200%;
    text-align: left; }
    .components__text--singleText {
      max-width: 593px;
      text-align: left; }
  .components__subHeader {
    font-size: 20px;
    color: #444;
    font-weight: bold;
    line-height: 160%;
    margin-top: 15px;
    margin-bottom: 15px; }
    @media (max-width: 1024px) {
      .components__subHeader {
        font-size: 18px; } }
    .components__subHeader--center {
      text-align: center; }
  .components__img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto; }
  .components__header {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 45px;
    color: #165A29; }
    @media (max-width: 1024px) {
      .components__header {
        font-size: 35px; } }
    .components__header--center {
      text-align: center; }
  .components__description {
    font-size: 20px;
    color: #EFC500;
    font-weight: bold;
    line-height: 160%; }
  .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: 22%;
    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; } }
  .components__photoDescription {
    text-align: center;
    margin-top: 7px;
    font-size: 16px;
    font-weight: bold; }

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