@charset "UTF-8";
@font-face {
  font-family: "regular";
  src: url("../fonts/SegoeUIRegular/SegoeUIRegular.eot?#iefix") format("embedded-opentype"), url("../fonts/SegoeUIRegular/SegoeUIRegular.woff") format("woff"), url("../fonts/SegoeUIRegular/SegoeUIRegular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "semilight";
  src: url("../fonts/SegoeUISemiLight/SegoeUISemiLight.eot?#iefix") format("embedded-opentype"), url("../fonts/SegoeUISemiLight/SegoeUISemiLight.woff") format("woff"), url("../fonts/SegoeUISemiLight/SegoeUISemiLight.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "semibold";
  src: url("../fonts/SegoeUISemiBold/SegoeUISemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/SegoeUISemiBold/SegoeUISemiBold.woff") format("woff"), url("../fonts/SegoeUISemiBold/SegoeUISemiBold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "bold";
  src: url("../fonts/SegoeUIBold/SegoeUIBold.eot?#iefix") format("embedded-opentype"), url("../fonts/SegoeUIBold/SegoeUIBold.woff") format("woff"), url("../fonts/SegoeUIBold/SegoeUIBold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "icon";
  src: url("../fonts/icons/icomoon.eot?6to9jp");
  src: url("../fonts/icons/icomoon.eot?6to9jp#iefix") format("embedded-opentype"), url("../fonts/icons/icomoon.ttf?6to9jp") format("truetype"), url("../fonts/icons/icomoon.woff?6to9jp") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "icon2";
  src: url("../fonts/newIcons/icomoon.eot?6to9jp");
  src: url("../fonts/newIcons/icomoon.eot?6to9jp#iefix") format("embedded-opentype"), url("../fonts/newIcons/icomoon.ttf?6to9jp") format("truetype"), url("../fonts/newIcons/icomoon.woff?6to9jp") format("woff");
  font-weight: normal;
  font-style: normal;
}
.contact_form .form_block label .checkbox_button:before, .page_buttons a:before, .social_list a.linkedin:before, .social_list a.instagram:before, .social_list a.twitter:before, .social_list a.facebook:before, .main_logo span:before, .back_button:before {
  font-family: "icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.main_logo span:before {
  content: "";
}

.social_list a.facebook:before {
  content: "";
}

.social_list a.twitter:before {
  content: "";
}

.social_list a.instagram:before {
  content: "";
}

.social_list a.linkedin:before {
  content: "";
}

.page_buttons a:before, .back_button:before {
  content: "";
}

.contact_form .form_block label .checkbox_button:before {
  content: "";
}

.social_list a.youtube:before {
  font-family: "icon2" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.youtube:before {
  content: "";
}

html {
  height: 100%;
  font-size: 10px;
  line-height: 1.4286em;
}

body {
  margin: 0;
  padding: 0;
  border: none;
  font-size: 100%;
  color: #ffffff;
  width: 100%;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  min-height: 100%;
  font-family: "regular";
  background: #163454;
}

body.menu_opened {
  overflow: hidden;
}

.ios_device.menu_opened {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.cb {
  clear: both;
  display: block;
}

input, select, textarea, button, a, .slick-slide {
  outline: none !important;
}

a,
a:focus,
a:hover,
button:hover {
  text-decoration: none;
}

button {
  cursor: pointer;
  display: block;
}

img {
  max-height: none;
  border: none;
}

.h_centered,
.v_centered {
  position: relative;
  overflow: hidden;
}

.page_end {
  position: fixed;
  top: 0;
  right: 0;
  width: 225px;
  height: 100%;
  background: #1f4369;
  z-index: 10;
}
.page_end span {
  background-size: cover !important;
  background-position: center !important;
  width: 100%;
  height: 100%;
  opacity: 0.5;
}
.page_end span.vertical_bg {
  display: block;
}
.page_end span.horizontal_bg {
  display: none;
}
.page_end .end_inner {
  position: absolute;
  z-index: 1;
  transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  top: 50%;
  left: 50%;
  width: 480px;
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-left: -240px;
  margin-top: -60px;
  z-index: 1;
}

.content_inner {
  padding: 95px 15px 0;
}

.custom_container {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 15px;
}

.narrow_container {
  max-width: 840px;
  margin: 0 auto;
  padding: 0 15px;
}

.page_title {
  margin: 0;
  font-size: 500%;
  line-height: 60px;
  color: inherit;
  font-family: "semilight";
}

.section_title {
  font-size: 250%;
  line-height: 30px;
  font-family: "semilight";
  margin: 0;
  color: inherit;
  letter-spacing: 1px;
}

.error_hint {
  display: none;
  position: absolute;
  color: #b94a48;
}

.individual_hint {
  display: none;
}

.has-error .form-error {
  display: none !important;
}
.has-error .error_hint,
.has-error + .error_hint {
  display: block;
}

.inner_fullpage {
  padding-left: 190px;
}
.inner_fullpage .section {
  width: 100%;
  height: 100%;
  opacity: 0;
}
.inner_fullpage.fullpage-wrapper .section {
  opacity: 1;
}
.inner_fullpage .section_inner {
  min-height: 100%;
  width: 100%;
  display: flex;
}

.back_button {
  position: absolute;
  left: 0;
  bottom: 0;
  background: #143252;
  color: #ffffff;
  font-size: 140%;
  line-height: 14px;
  padding: 18px 15px;
  z-index: 5;
  transform: perspective(250px) rotateY(0deg);
  -moz-transform: perspective(250px) rotateY(0deg);
  -ms-transform: perspective(250px) rotateY(0deg);
  -webkit-transform: perspective(250px) rotateY(0deg);
  -o-transform: perspective(250px) rotateY(0deg);
}
.back_button:before {
  display: inline-block;
  transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  margin-right: 10px;
  vertical-align: middle;
  font-size: 85.7%;
}
.back_button:hover {
  background: #005eb8;
  color: #f0b322;
  transform: perspective(250px) rotateY(30deg);
  -moz-transform: perspective(250px) rotateY(30deg);
  -ms-transform: perspective(250px) rotateY(30deg);
  -webkit-transform: perspective(250px) rotateY(30deg);
  -o-transform: perspective(250px) rotateY(30deg);
  left: -3px;
}

.iframe_block {
  position: relative;
  overflow: hidden;
  padding-bottom: 56.25%;
  margin-bottom: 25px;
}
.iframe_block iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

@media (max-width: 1199px) {
  .page_end {
    width: 190px;
  }
}
@media (max-width: 959px) {
  .inner_fullpage {
    padding-left: 0;
    padding-right: 0 !important;
  }

  .page_end {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    height: 225px;
  }
  .page_end span.vertical_bg {
    display: none;
  }
  .page_end span.horizontal_bg {
    display: block;
  }
  .page_end .end_inner {
    position: absolute;
    z-index: 1;
    transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    width: 100%;
    height: 120px;
    margin-left: 0;
    padding: 0 20px;
    left: 0;
  }

  .content {
    padding-left: 0;
  }

  .page_title {
    font-size: 350%;
    line-height: 42px;
  }

  .content_inner {
    padding: 90px 5px 0;
  }
}
@media (max-height: 699px) {
  .page_title {
    font-size: 400%;
    line-height: 48px;
  }

  .section_title {
    font-size: 200%;
    line-height: 24px;
  }
}
@media (max-height: 575px) {
  .page_title {
    font-size: 300%;
    line-height: 36px;
  }

  .section_title {
    font-size: 180%;
    line-height: 22px;
  }
}
@media (max-width: 767px) {
  .page_title {
    font-size: 300%;
    line-height: 36px;
  }

  .section_title {
    font-size: 200%;
    line-height: 24px;
  }
}
@media (max-width: 575px) {
  .page_end {
    height: 180px;
  }
}
.section_slider .slick-dots, .main_slider .slick-dots {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.v_centered img {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: auto;
  min-height: 100%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -o-transition: none !important;
  -ms-transition: none !important;
  -moz-transition: none !important;
  -webkit-transition: none !important;
  transition: none !important;
}

.h_centered img {
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  width: auto;
  min-width: 100%;
  transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -o-transition: none !important;
  -ms-transition: none !important;
  -moz-transition: none !important;
  -webkit-transition: none !important;
  transition: none !important;
}

.contact_form button, .about_type .section_col .read_more, .slide_3 .section_bottom .section_button, .slide_3 .section_top .section_button, .slide_2 .section_button, .slide_1 .section_button {
  margin-top: 25px;
  font-size: 120%;
  line-height: 21px;
  padding: 11px;
  display: inline-block;
  vertical-align: top;
  letter-spacing: 1px;
  color: #ffffff;
  min-width: 170px;
  max-width: 100%;
  text-align: center;
  position: relative;
}
.contact_form button:before, .about_type .section_col .read_more:before, .slide_3 .section_bottom .section_button:before, .slide_3 .section_top .section_button:before, .slide_2 .section_button:before, .slide_1 .section_button:before, .contact_form button:after, .about_type .section_col .read_more:after, .slide_3 .section_bottom .section_button:after, .slide_3 .section_top .section_button:after, .slide_2 .section_button:after, .slide_1 .section_button:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 0;
  border-style: solid;
  border-width: 1px 0;
  border-color: inherit;
  -o-transition: width 0.3s;
  -ms-transition: width 0.3s;
  -moz-transition: width 0.3s;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
}
.contact_form button:before, .about_type .section_col .read_more:before, .slide_3 .section_bottom .section_button:before, .slide_3 .section_top .section_button:before, .slide_2 .section_button:before, .slide_1 .section_button:before {
  right: 50%;
}
.contact_form button:after, .about_type .section_col .read_more:after, .slide_3 .section_bottom .section_button:after, .slide_3 .section_top .section_button:after, .slide_2 .section_button:after, .slide_1 .section_button:after {
  left: 50%;
}
.contact_form button:hover, .about_type .section_col .read_more:hover, .slide_3 .section_bottom .section_button:hover, .slide_3 .section_top .section_button:hover, .slide_2 .section_button:hover, .slide_1 .section_button:hover {
  letter-spacing: 5px;
}
.contact_form button:hover:before, .about_type .section_col .read_more:hover:before, .slide_3 .section_bottom .section_button:hover:before, .slide_3 .section_top .section_button:hover:before, .slide_2 .section_button:hover:before, .slide_1 .section_button:hover:before, .contact_form button:hover:after, .about_type .section_col .read_more:hover:after, .slide_3 .section_bottom .section_button:hover:after, .slide_3 .section_top .section_button:hover:after, .slide_2 .section_button:hover:after, .slide_1 .section_button:hover:after {
  width: 50%;
}

.contact_form button, .slide_3 .section_bottom .section_button, .slide_1 .section_button {
  color: #ffffff;
}

.slide_3 .section_top .section_button, .slide_2 .section_button {
  color: #1f4369;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background: #1f4369;
}

.header_inner {
  width: 100%;
  padding: 0 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.main_logo {
  text-align: center;
  position: relative;
  z-index: 100;
}
.main_logo a {
  display: inline-block;
  vertical-align: top;
  color: inherit;
}
.main_logo a:hover {
  color: #f0b322;
}
.main_logo span {
  display: block;
}
.main_logo span:before {
  display: block;
  font-size: 400%;
}

.header_menu_block {
  flex: 1;
}

.header_menu_inner {
  height: 100%;
}

.header_menu_content {
  height: 100%;
  display: flex;
}

.main_menu {
  flex: 1;
  width: 100%;
  display: flex;
  align-items: center;
  text-align: center;
}
.main_menu ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  width: 100%;
  letter-spacing: 1px;
}

.menu_list {
  padding-left: 40px;
  display: flex;
  flex: 1;
  justify-content: center;
}
.menu_list > li {
  padding: 0 25px;
  display: flex;
  height: 80px;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
}
.menu_list > li > a {
  font-size: 130%;
  line-height: 16px;
  display: flex;
  justify-content: center;
  color: inherit;
  width: 100%;
  max-width: 135px;
  align-items: center;
}
.menu_list > li > a:hover {
  color: #f0b322;
}
.menu_list > li > a.submenu_button:after {
  color: inherit;
  border-style: solid;
  border-left-color: transparent;
  border-right-color: transparent;
  content: "";
  width: 5px;
  height: 3px;
  border-width: 3px 2px 0 2px;
  margin-left: 9px;
  margin-top: 1px;
}
.menu_list > li.opened a.submenu_button {
  color: #f0b322;
  background: rgba(0, 0, 0, 0.1);
}
.menu_list > li.current {
  background: rgba(0, 0, 0, 0.1);
}
.menu_list > li.current > a {
  color: #f0b322;
}

.submenu_list {
  position: absolute;
  left: 0;
  width: 100%;
  top: 100%;
  font-size: 120%;
  line-height: 15px;
  background: #1f4369;
  display: none;
}
.submenu_list li {
  padding-bottom: 10px;
  background: rgba(0, 0, 0, 0.1);
}
.submenu_list li:first-child {
  padding-top: 10px;
}
.submenu_list a {
  display: block;
  padding: 0 20px;
  color: rgba(255, 255, 255, 0.5);
}
.submenu_list a:hover {
  color: #f0b322;
}

.menu_button {
  position: absolute;
  top: 10px;
  right: 15px;
  display: none;
  width: 30px;
  padding: 5px 0;
  z-index: 100;
}
.menu_button span {
  display: block;
  position: relative;
  overflow: hidden;
  height: 21px;
}
.menu_button span:after, .menu_button span:before {
  display: block;
  content: "";
  position: absolute;
  left: -29px;
  width: 70px;
  height: 1px;
  background: #ffffff;
  content: "";
  -o-transition: transform 0.5s;
  -ms-transition: transform 0.5s;
  -moz-transition: transform 0.5s;
  -webkit-transition: transform 0.5s;
  transition: transform 0.5s;
}
.menu_button span:before {
  top: 0;
}
.menu_button span:after {
  bottom: 0;
}
.menu_button:before {
  display: block;
  content: "";
  position: absolute;
  top: 15px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #ffffff;
  -o-transition: opacity 0.4s;
  -ms-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  -o-transition-delay: 0.2s;
  -ms-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

@media (max-width: 1440px) {
  .menu_list > li {
    padding: 0 15px;
  }

  .submenu_list a {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-height: 699px) {
  .menu_list > li {
    height: 60px;
  }
}
@media (max-width: 1199px) {
  .header_inner {
    padding: 0 15px;
  }

  .menu_list > li {
    letter-spacing: 0.5px;
    height: 50px;
    padding: 0 10px;
  }
  .menu_list > li > a {
    font-size: 120%;
  }
  .menu_list > li > a.submenu_button:after {
    margin-left: 4px;
  }

  .main_logo span:before {
    font-size: 300%;
  }

  .social_list {
    margin: 0 -7px;
  }
  .social_list li {
    padding: 0 7px;
  }

  .submenu_list {
    font-size: 110%;
  }
  .submenu_list a {
    padding: 0 5px;
  }
}
@media (max-width: 959px) {
  .header_inner {
    flex-direction: row;
    height: 50px;
    align-items: center;
  }

  .header_menu_block {
    display: block;
    position: fixed;
    top: 50px;
    right: 0;
    width: 0;
    bottom: 0;
    overflow: hidden;
    background: #1f4369;
    -o-transition: width 0.5s;
    -ms-transition: width 0.5s;
    -moz-transition: width 0.5s;
    -webkit-transition: width 0.5s;
    transition: width 0.5s;
  }
  .header_menu_block:before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 1px;
    background: rgba(183, 203, 225, 0.1);
  }

  .header_menu_inner {
    width: 180px;
    height: 100%;
    overflow-y: auto;
  }
  .header_menu_inner .social_list {
    padding: 15px 0;
    margin: 0;
    justify-content: center;
  }
  .header_menu_inner .social_list li {
    padding: 0 8px;
  }

  .header_menu_content {
    height: auto;
    min-height: 100%;
    flex-direction: column;
    justify-content: space-between;
  }

  .menu_button {
    display: block;
  }

  .menu_list {
    display: block;
  }
  .menu_list > li {
    display: block;
    height: auto !important;
    padding: 0;
  }
  .menu_list > li > a {
    font-size: 140% !important;
    letter-spacing: 1px;
    line-height: 20px;
    padding: 10px;
    max-width: 100%;
  }
  .menu_list > li > a.submenu_button:after {
    width: 7px;
    margin-left: 7px;
    height: 4px;
    border-width: 4px 3px 0 3px;
  }

  .submenu_list {
    position: relative;
    left: auto;
    top: auto;
    font-size: 120% !important;
    line-height: 14px;
    padding: 3px 10pc;
  }
  .submenu_list li {
    padding: 5px 0;
  }
  .submenu_list li:last-child {
    padding-bottom: 10px;
  }
  .submenu_list li:First-child {
    padding-top: 10px;
  }
  .submenu_list a {
    line-height: inherit !important;
  }

  .menu_opened .header_menu_block {
    width: 180px;
  }
  .menu_opened .menu_button:before {
    -o-transition: opacity 0.2s;
    -ms-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
    -o-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    opacity: 0;
  }
  .menu_opened .menu_button span:before {
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
  }
  .menu_opened .menu_button span:after {
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
  }

  .main_menu {
    padding: 10px 0;
  }
}
@media (max-width: 959px) and (max-height: 575px) {
  .menu_list > li > a {
    padding: 5px 10px;
  }

  .submenu_list li {
    padding: 3px 0;
  }
}
.footer {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 30px 40px;
  display: flex;
  justify-content: space-between;
  font-size: 140%;
  line-height: 18px;
  color: rgba(183, 203, 225, 0.3);
}
@media (max-height: 699px) {
  .footer {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 120%;
    line-height: 15px;
  }
}

.social_list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: flex;
  align-items: center;
  margin: 0 -8px;
}
.social_list li {
  padding: 0 8px;
}
.social_list a {
  display: block;
  color: #b7cbe1;
}
.social_list a:hover {
  color: #f0b322;
}
.social_list a:before {
  display: block;
}
.social_list a.facebook:before {
  font-size: 130%;
}
.social_list a.twitter:before {
  font-size: 130%;
}
.social_list a.instagram:before {
  font-size: 150%;
}
.social_list a.linkedin:before {
  font-size: 120%;
}
.social_list a.youtube:before {
  font-size: 150%;
}

.developer {
  text-align: right;
}
.developer a {
  color: inherit;
}
body {
  height: 100%;
  overflow: hidden;
}

.fullpage_content {
  opacity: 0;
}
.fullpage_content.fullpage-wrapper {
  opacity: 1;
}

.section {
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: relative;
}

.section_inner {
  position: relative;
  z-index: 2;
}

.section_description {
  font-size: 200%;
  line-height: 30px;
  margin-top: 15px;
}

.main_slider {
  position: relative;
  white-space: nowrap;
  font-size: 0;
  overflow: hidden;
  padding-top: 80px;
  height: 100%;
}
.main_slider .slick-list,
.main_slider .slick-track {
  height: 100%;
}
.main_slider .slide_block {
  display: inline-block;
  white-space: normal;
  font-size: 1rem;
  background-size: cover !important;
  background-position: center !important;
  width: 100%;
  height: 100%;
}
.main_slider .slick-arrow {
  position: absolute;
  top: 50%;
  width: 45px;
  height: 50px;
  margin-top: -25px;
  border: none;
  background: url("images/right_gold.svg") no-repeat;
  background-size: 15px auto;
  background-position: center;
  z-index: 3;
  -webkit-animation: blink 2s linear infinite;
  animation: blink 2s linear infinite;
}
.main_slider .slick-arrow:hover {
  opacity: 1;
  -webkit-animation: none;
  animation: none;
}
.main_slider .slick-arrow.slick-prev {
  left: 0;
  transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  -o-transform: scaleX(-1);
}
.main_slider .slick-arrow.slick-next {
  right: 0;
}
.main_slider .slick-arrow.slick-disabled {
  opacity: 0;
  -webkit-animation: none;
  animation: none;
  cursor: default;
}
.main_slider .slick-dots {
  position: absolute;
  bottom: 30px;
  display: flex;
  width: 100%;
  left: 0;
  justify-content: center;
}
.main_slider .slick-dots li {
  padding: 0 10px;
}
.main_slider .slick-dots li.slick-active button {
  background: #f0b322;
  opacity: 1;
  cursor: default;
}
.main_slider .slick-dots button {
  display: block;
  border: none;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 2px solid #f0b322;
  background: transparent;
  padding: 0;
}
.main_slider .slick-dots button:hover {
  background: #f0b322;
  opacity: 0.5;
}

@-webkit-keyframes blink {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes blink {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.slide_1 .section_inner {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 50px;
}
.slide_1 .image_block {
  flex: 1;
  position: relative;
  width: 100%;
  max-width: 360px;
  margin: 0 auto;
}
.slide_1 .image_block .image_inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.slide_1 .image_block img {
  max-width: 100%;
  max-height: 100%;
}
.slide_1 .info_block {
  max-width: 360px;
  text-align: center;
  margin: 0 auto;
}
.slide_2 .section_inner {
  padding: 50px;
}
.slide_2 .info_block {
  max-width: 540px;
  padding: 50px;
  color: #1f4369;
  background: #ffffff;
}
.slide_2 .section_description {
  color: #666666;
}
.slide_2 .section_button {
  margin-top: 20px;
}

.slide_3 .section_inner {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.slide_3 .section_top,
.slide_3 .section_bottom {
  height: 50%;
  width: 100%;
  display: flex;
  align-items: center;
  padding-right: 225px;
}
.slide_3 .section_top {
  background: #ffffff;
}
.slide_3 .section_top .image_block {
  height: 100%;
  flex: 1;
  text-align: center;
  padding-top: 25px;
}
.slide_3 .section_top .image_block .image_inner {
  width: 100%;
  height: 100%;
}
.slide_3 .section_top .image_block img {
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
}
.slide_3 .section_top .info_block {
  padding: 50px;
  max-width: 480px;
  text-align: right;
  color: #1f4369;
}
.slide_3 .section_top .section_button {
  margin-top: 25px;
}
.slide_3 .section_top .section_description {
  color: #666666;
}
.slide_3 .section_bottom {
  background-size: cover !important;
  background-position: center !important;
  position: relative;
  overflow: hidden;
}
.slide_3 .section_bottom:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: url("images/text_lr_shadow.png") repeat-y;
  background-size: auto 1px;
  z-index: 1;
  -o-transition: width 1s;
  -ms-transition: width 1s;
  -moz-transition: width 1s;
  -webkit-transition: width 1s;
  transition: width 1s;
}
.slide_3 .section_bottom .info_block {
  position: relative;
  z-index: 2;
  padding: 50px;
  max-width: 480px;
}
.slide_3 .section_bottom .section_button {
  margin-top: 25px;
}
.slide_3 .page_end {
  position: absolute;
}

.page_buttons a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  margin-top: -25px;
  width: 50px;
  height: 50px;
  background: #143252;
  color: #ffffff;
  opacity: 0;
  visibility: hidden;
}
.page_buttons a.active {
  opacity: 1;
  visibility: visible;
  z-index: 10;
}
.page_buttons a:before {
  font-size: 140%;
}
.page_buttons a.section_next {
  right: 0px;
  transform: perspective(250px) rotateY(0deg);
  -moz-transform: perspective(250px) rotateY(0deg);
  -ms-transform: perspective(250px) rotateY(0deg);
  -webkit-transform: perspective(250px) rotateY(0deg);
  -o-transform: perspective(250px) rotateY(0deg);
}
.page_buttons a.section_next:hover {
  transform: perspective(250px) rotateY(15deg);
  -moz-transform: perspective(250px) rotateY(15deg);
  -ms-transform: perspective(250px) rotateY(15deg);
  -webkit-transform: perspective(250px) rotateY(15deg);
  -o-transform: perspective(250px) rotateY(15deg);
}
.page_buttons a.section_prev {
  left: 190px;
  transform: scaleX(-1) perspective(250px) rotateY(0deg);
  -moz-transform: scaleX(-1) perspective(250px) rotateY(0deg);
  -ms-transform: scaleX(-1) perspective(250px) rotateY(0deg);
  -webkit-transform: scaleX(-1) perspective(250px) rotateY(0deg);
  -o-transform: scaleX(-1) perspective(250px) rotateY(0deg);
}
.page_buttons a.section_prev:hover {
  transform: scaleX(-1) perspective(250px) rotateY(15deg);
  -moz-transform: scaleX(-1) perspective(250px) rotateY(15deg);
  -ms-transform: scaleX(-1) perspective(250px) rotateY(15deg);
  -webkit-transform: scaleX(-1) perspective(250px) rotateY(15deg);
  -o-transform: scaleX(-1) perspective(250px) rotateY(15deg);
}
.page_buttons a:hover {
  color: #f0b322;
  background: #005eb8;
}

.section_slider {
  position: relative;
  white-space: nowrap;
  font-size: 0;
  overflow: hidden;
  height: 100%;
}
.section_slider .slick-list,
.section_slider .slick-track,
.section_slider .section_inner {
  height: 100%;
}
.section_slider .section_inner {
  align-items: center;
}
.section_slider .section_inner > .section_col:first-child {
  height: 100%;
  position: relative;
}
@media (max-width: 1440px) {
  .section_slider .section_inner {
    align-items: flex-start;
  }
  .section_slider .section_inner .section_col:first-child .image_block {
    left: 25px;
    right: 25px;
  }
}
.section_slider .image_col {
  height: 100%;
}
.section_slider .slide_block {
  display: inline-block;
  white-space: normal;
  font-size: 1rem;
  width: 100%;
  vertical-align: top;
  height: 100%;
}
.section_slider .slick-arrow {
  position: absolute;
  top: 50%;
  width: 45px;
  height: 50px;
  margin-top: -25px;
  border: none;
  background: url("images/right_gold.svg") no-repeat;
  background-size: 15px auto;
  background-position: center;
  z-index: 3;
  -webkit-animation: blink 2s linear infinite;
  animation: blink 2s linear infinite;
}
.section_slider .slick-arrow:hover {
  opacity: 1;
  -webkit-animation: none;
  animation: none;
}
.section_slider .slick-arrow.slick-prev {
  left: 0;
  transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  -o-transform: scaleX(-1);
}
.section_slider .slick-arrow.slick-next {
  right: 0;
}
.section_slider .slick-arrow.slick-disabled {
  opacity: 0;
  -webkit-animation: none;
  animation: none;
  cursor: default;
}
.section_slider .slick-dots {
  position: absolute;
  bottom: 30px;
  display: flex;
  width: 100%;
  left: 0;
  justify-content: center;
}
.section_slider .slick-dots li {
  padding: 0 10px;
}
.section_slider .slick-dots li.slick-active button {
  background: #f0b322;
  opacity: 1;
  cursor: default;
}
.section_slider .slick-dots button {
  display: block;
  border: none;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 2px solid #f0b322;
  background: transparent;
  padding: 0;
}
.section_slider .slick-dots button:hover {
  background: #f0b322;
  opacity: 0.5;
}

.home_section .screen_block {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  background-size: cover !important;
  background-position: center !important;
  -o-transition: transform 1.4s ease 0s;
  -ms-transition: transform 1.4s ease 0s;
  -moz-transition: transform 1.4s ease 0s;
  -webkit-transition: transform 1.4s ease 0s;
  transition: transform 1.4s ease 0s;
  transform: translate3d(0px, 0px, 0px);
  -moz-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate3d(0px, 0px, 0px);
}
.home_section .screen_block.left_pos {
  transform: translate3d(-35%, 0px, 0px);
  -moz-transform: translate3d(-35%, 0px, 0px);
  -ms-transform: translate3d(-35%, 0px, 0px);
  -webkit-transform: translate3d(-35%, 0px, 0px);
  -o-transform: translate3d(-35%, 0px, 0px);
  -o-transition: none;
  -ms-transition: none;
  -moz-transition: none;
  -webkit-transition: none;
  transition: none;
}
.home_section .screen_block.right_pos {
  transform: translate3d(35%, 0px, 0px);
  -moz-transform: translate3d(35%, 0px, 0px);
  -ms-transform: translate3d(35%, 0px, 0px);
  -webkit-transform: translate3d(35%, 0px, 0px);
  -o-transform: translate3d(35%, 0px, 0px);
  -o-transition: none;
  -ms-transition: none;
  -moz-transition: none;
  -webkit-transition: none;
  transition: none;
}
.home_section .slide_block {
  position: relative;
  overflow: hidden;
}
.home_section .slide_block:first-child .screen_block {
  opacity: 0;
}
.home_section .slide_block:first-child .image_block {
  position: relative;
  -o-transition: transform 1s;
  -ms-transition: transform 1s;
  -moz-transition: transform 1s;
  -webkit-transition: transform 1s;
  transition: transform 1s;
  -o-transition-delay: 0.1s;
  -ms-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  -o-transform: scale(0);
}
.home_section .slide_block:first-child .info_block {
  position: relative;
  -o-transition: bottom 0.1s;
  -ms-transition: bottom 0.1s;
  -moz-transition: bottom 0.1s;
  -webkit-transition: bottom 0.1s;
  transition: bottom 0.1s;
  -o-transition-delay: 1.5s;
  -ms-transition-delay: 1.5s;
  -moz-transition-delay: 1.5s;
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5s;
  bottom: -50vh;
}
.home_section .slide_block:first-child.active_animation .image_block {
  -o-transition: transform 1s;
  -ms-transition: transform 1s;
  -moz-transition: transform 1s;
  -webkit-transition: transform 1s;
  transition: transform 1s;
  -o-transition-delay: 1s;
  -ms-transition-delay: 1s;
  -moz-transition-delay: 1s;
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
  transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
}
.home_section .slide_block:first-child.active_animation .info_block {
  -o-transition: bottom 0.75s;
  -ms-transition: bottom 0.75s;
  -moz-transition: bottom 0.75s;
  -webkit-transition: bottom 0.75s;
  transition: bottom 0.75s;
  -o-transition-delay: 1.5s;
  -ms-transition-delay: 1.5s;
  -moz-transition-delay: 1.5s;
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5s;
  bottom: 0;
}
.home_section .slide_block:nth-child(2) .info_block {
  transform: translate3d(-75%, 0px, 0px);
  -moz-transform: translate3d(-75%, 0px, 0px);
  -ms-transform: translate3d(-75%, 0px, 0px);
  -webkit-transform: translate3d(-75%, 0px, 0px);
  -o-transform: translate3d(-75%, 0px, 0px);
  -o-transition: transform 0.1s;
  -ms-transition: transform 0.1s;
  -moz-transition: transform 0.1s;
  -webkit-transition: transform 0.1s;
  transition: transform 0.1s;
  -o-transition-delay: 1.5s;
  -ms-transition-delay: 1.5s;
  -moz-transition-delay: 1.5s;
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5s;
}
.home_section .slide_block:nth-child(2) .birds_image {
  position: absolute;
  left: 0;
  max-width: 50%;
  top: 100px;
  -o-transition: transform 0.1s;
  -ms-transition: transform 0.1s;
  -moz-transition: transform 0.1s;
  -webkit-transition: transform 0.1s;
  transition: transform 0.1s;
  -o-transition-delay: 1.5s;
  -ms-transition-delay: 1.5s;
  -moz-transition-delay: 1.5s;
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5s;
  transform: translate3d(0px, 0px, 0px);
  -moz-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate3d(0px, 0px, 0px);
}
.home_section .slide_block:nth-child(2) .birds_image img {
  max-width: 100%;
}
.home_section .page_end {
  transform: translate3d(300px, 0px, 0px);
  -moz-transform: translate3d(300px, 0px, 0px);
  -ms-transform: translate3d(300px, 0px, 0px);
  -webkit-transform: translate3d(300px, 0px, 0px);
  -o-transform: translate3d(300px, 0px, 0px);
  -o-transition: transform 0.1s;
  -ms-transition: transform 0.1s;
  -moz-transition: transform 0.1s;
  -webkit-transition: transform 0.1s;
  transition: transform 0.1s;
  -o-transition-delay: 1.85s;
  -ms-transition-delay: 1.85s;
  -moz-transition-delay: 1.85s;
  -webkit-transition-delay: 1.85s;
  transition-delay: 1.85s;
}
.home_section .active_animation + .slide_block:nth-child(2) .info_block {
  -o-transition: transform 1.2s;
  -ms-transition: transform 1.2s;
  -moz-transition: transform 1.2s;
  -webkit-transition: transform 1.2s;
  transition: transform 1.2s;
  transform: translate3d(100%, 0px, 0px);
  -moz-transform: translate3d(100%, 0px, 0px);
  -ms-transform: translate3d(100%, 0px, 0px);
  -webkit-transform: translate3d(100%, 0px, 0px);
  -o-transform: translate3d(100%, 0px, 0px);
}
.home_section .active_animation.slide_block:first-child .image_block {
  -o-transition: transform 1s;
  -ms-transition: transform 1s;
  -moz-transition: transform 1s;
  -webkit-transition: transform 1s;
  transition: transform 1s;
  -o-transition-delay: 1.2s;
  -ms-transition-delay: 1.2s;
  -moz-transition-delay: 1.2s;
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s;
  transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
}
.home_section .active_animation.slide_block:first-child .info_block {
  -o-transition: bottom 0.75s;
  -ms-transition: bottom 0.75s;
  -moz-transition: bottom 0.75s;
  -webkit-transition: bottom 0.75s;
  transition: bottom 0.75s;
  -o-transition-delay: 1.7s;
  -ms-transition-delay: 1.7s;
  -moz-transition-delay: 1.7s;
  -webkit-transition-delay: 1.7s;
  transition-delay: 1.7s;
  bottom: 0;
}
.home_section .active_animation.slide_block:nth-child(2) .info_block {
  -o-transition: transform 1.5s;
  -ms-transition: transform 1.5s;
  -moz-transition: transform 1.5s;
  -webkit-transition: transform 1.5s;
  transition: transform 1.5s;
  transform: translate3d(0px, 0px, 0px);
  -moz-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate3d(0px, 0px, 0px);
}
.home_section .active_animation.slide_block:nth-child(2) .birds_image {
  transform: translate3d(100%, 0, 0px);
  -moz-transform: translate3d(100%, 0, 0px);
  -ms-transform: translate3d(100%, 0, 0px);
  -webkit-transform: translate3d(100%, 0, 0px);
  -o-transform: translate3d(100%, 0, 0px);
  -o-transition: transform 2s;
  -ms-transition: transform 2s;
  -moz-transition: transform 2s;
  -webkit-transition: transform 2s;
  transition: transform 2s;
  -o-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.home_section .active_animation.slide_block:nth-child(3) .section_bottom:before {
  width: 100%;
  z-index: 1;
  -o-transition-delay: 1s;
  -ms-transition-delay: 1s;
  -moz-transition-delay: 1s;
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}
.home_section .active_animation.slide_block:nth-child(3) .page_end {
  transform: translate3d(0px, 0px, 0px);
  -moz-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate3d(0px, 0px, 0px);
  -o-transition: transform 0.3s;
  -ms-transition: transform 0.3s;
  -moz-transition: transform 0.3s;
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s;
  -o-transition-delay: 1s;
  -ms-transition-delay: 1s;
  -moz-transition-delay: 1s;
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}

.page_title,
.contacts_list,
.product_image {
  opacity: 0;
  -o-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  -o-transition-delay: 0.5s;
  -ms-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.section_col {
  opacity: 0;
  -o-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  -o-transition-delay: 0.75s;
  -ms-transition-delay: 0.75s;
  -moz-transition-delay: 0.75s;
  -webkit-transition-delay: 0.75s;
  transition-delay: 0.75s;
}
.section_col:last-child {
  -o-transition-delay: 1s;
  -ms-transition-delay: 1s;
  -moz-transition-delay: 1s;
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}

.gallery_links,
.contact_form,
.product_info,
.gallery_button {
  opacity: 0;
  -o-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  -o-transition-delay: 0.75s;
  -ms-transition-delay: 0.75s;
  -moz-transition-delay: 0.75s;
  -webkit-transition-delay: 0.75s;
  transition-delay: 0.75s;
}

.certificate_inner,
.footer {
  opacity: 0;
  -o-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  -o-transition-delay: 1s;
  -ms-transition-delay: 1s;
  -moz-transition-delay: 1s;
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}

.section.active .gallery_links,
.section.active .page_title,
.section.active .contact_form,
.section.active .contacts_list,
.section.active .footer {
  opacity: 1;
}
.section.active .slide_block .page_title {
  opacity: 0;
}
.section.active .slide_block.slick-current .page_title,
.section.active .slide_block.slick-current .section_col,
.section.active .slide_block.slick-current .product_image,
.section.active .slide_block.slick-current .product_info,
.section.active .slide_block.slick-current .drinking_people li,
.section.active .slide_block.slick-current .gallery_button,
.section.active .slide_block.slick-current .certificate_inner {
  opacity: 1;
}

@media (max-height: 699px) {
  .main_slider {
    padding-top: 60px;
  }
}
/*@media (min-width: 768px) {
    @media (max-height: 699px) {
        .first_section {
            .section_inner {
                padding-top: 25px;
                padding-bottom: 25px;
            }
            .section_button {
                margin-top: 20px;
            }
        }
        .second_section .section_inner {
            padding-top: 25px;
            padding-bottom: 25px;
        }
        .third_section {
            .section_top,
            .section_bottom {
                .info_block {
                    padding-top: 25px;
                    padding-bottom: 25px;
                }
                .section_button {
                    margin-top: 20px;
                }
            }
        }
    }
    @media (max-height: 575px) {
        .section_button {
            line-height: 13px !important;
            margin-top: 15px !important;
        }
        .section_description {
            font-size: 130%;
            line-height: 16px;
            margin-top: 10px;
        }
        .second_section .info_block {
            max-width: 350px;
            padding: 25px;
        }
    }
    @media (max-width: 1199px) {
        .third_section .section_inner {
            .section_top,
            .section_bottom {
                padding-right: 190px;
            }
        }
    }
}

@media (max-width: 991px) {
    .second_section .section_inner {
        padding-left: 215px;
        padding-right: 25px;
    }
    .third_section {
        .section_top,
        .section_bottom {
            .info_block {
                padding-left: 25px;
                padding-right: 25px;
                max-width: 350px;
            }
        }
    }
}
@media (max-width: 959px) {
    .first_section .section_inner {
        padding: 80px 20px 20px;
        height: auto;
        min-height: 100%;
        .image_block img {
            min-height: 300px;
            max-height: 48vh;
        }
    }
    .section_button {
        margin-top: 25px !important;
    }
    .second_section .section_inner {
        padding: 80px 20px 20px;
        height: auto;
        min-height: 100%;
        .info_block {
            max-width: 350px;
            padding: 20px;
        }
    }
    .third_section {
        .section_inner {
            min-height: 100%;
            height: auto;
            .section_top {
                padding: 60px 0 0 20px;
                .image_block img {
                    max-width: 100%;
                    max-height: 350px;
                    margin: 0 auto;
                }
            }
            .section_bottom {
                padding-left: 0;
                padding-right: 0;
                &:before {
                    left: 0;
                }
            }
        }
        .page_end {
            position: relative;
        }
    }
}
@media (max-width: 575px) {
    .third_section {
        .section_top {
            flex-direction: column-reverse;
            .info_block {
                padding: 20px;
                margin-left: auto;
            }
            .image_block {
                margin-right: auto;
                img {
                    max-height: 300px;
                }
            }
        }
    } 
}*/
.water_type .slick-track,
.water_type .slick-list,
.water_type .slide-block {
  height: 100%;
}
.water_type .section_inner {
  padding: 130px 50px 100px;
  display: flex;
  height: 100%;
  background-size: cover !important;
  background-position: center !important;
}
@media (max-height: 699px) {
  .water_type .section_inner {
    padding-top: 90px;
    padding-bottom: 50px;
  }
}
.water_type .product_image {
  padding: 0 50px;
  width: 50%;
  height: 100%;
  display: flex;
  align-items: center;
  z-index: 1;
  justify-content: center;
}
.water_type .product_image img {
  max-width: 100%;
  max-height: 100%;
}
.water_type .product_info {
  position: relative;
  z-index: 2;
  width: 50%;
  padding: 0 50px;
}
.water_type .product_info .product_description {
  font-size: 150%;
  line-height: 24px;
  position: relative;
  margin-top: 30px;
}
.water_type .product_info .product_characteristics {
  margin-top: 45px;
}
.water_type .product_info .characteristics_list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  margin-top: 40px;
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 50px;
  -moz-column-gap: 50px;
  column-gap: 50px;
  display: inline-block;
  vertical-align: top;
  max-width: 100%;
}
.water_type .product_info .characteristics_list li {
  vertical-align: top;
  display: inline-block;
  width: 100%;
  font-size: 150%;
  line-height: 19px;
  padding-bottom: 10px;
  font-family: "semilight";
}
.water_type .product_info .pdf_link {
  display: inline-block;
  align-self: flex-start;
  font-size: 150%;
  line-height: 19px;
  border-bottom: 1px solid;
  color: inherit;
  margin-top: 40px;
}
.water_type .product_info .pdf_link:hover {
  color: #f0b322;
}
@media (max-width: 1440px) {
  .water_type .seciton_inner {
    padding: 30px 25px 30px 215px;
  }
  .water_type .product_image,
.water_type .product_info {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (max-height: 799px) {
  .water_type .product_info .info_inner {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .water_type .product_info .product_description,
.water_type .product_info .product_characteristics,
.water_type .product_info .characteristics_list,
.water_type .product_info .pdf_link {
    margin-top: 30px;
  }
}
@media (max-height: 699px) {
  .water_type .product_info .product_description,
.water_type .product_info .product_characteristics,
.water_type .product_info .characteristics_list,
.water_type .product_info .pdf_link {
    margin-top: 20px;
  }
  .water_type .section_title {
    font-size: 200%;
    line-height: 24px;
  }
  .water_type .product_description,
.water_type .characteristics_list li {
    font-size: 140%;
    line-height: 18px;
  }
}

.people_content {
  padding: 80px 50px 60px;
  height: 100%;
  position: relative;
  overflow: hidden;
}
@media (max-height: 699px) {
  .people_content {
    padding-top: 0;
    padding-bottom: 0;
  }
  .people_content .people_inner {
    padding-top: 80px;
  }
  .people_content .drinking_people {
    margin-top: 30px;
  }
}
.people_content ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  position: relative;
  overflow: hidden;
  width: 100%;
}
.people_content li {
  float: left;
  width: 20%;
  font-size: 200%;
  opacity: 0;
  -o-transition: opacity 0.4s;
  -ms-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  -o-transition-delay: 0.75s;
  -ms-transition-delay: 0.75s;
  -moz-transition-delay: 0.75s;
  -webkit-transition-delay: 0.75s;
  transition-delay: 0.75s;
}
.people_content li:first-child {
  width: 60%;
}
.people_content li:first-child .rel_div:hover .name_country {
  opacity: 1;
}
.people_content li:first-child .review {
  bottom: 100px;
}
.people_content li:first-child .people_review {
  z-index: 2;
}
.people_content li:nth-child(n+8) {
  display: none;
}
.people_content li:nth-child(2) {
  -o-transition-delay: 0.95s;
  -ms-transition-delay: 0.95s;
  -moz-transition-delay: 0.95s;
  -webkit-transition-delay: 0.95s;
  transition-delay: 0.95s;
}
.people_content li:nth-child(3) {
  -o-transition-delay: 1.15s;
  -ms-transition-delay: 1.15s;
  -moz-transition-delay: 1.15s;
  -webkit-transition-delay: 1.15s;
  transition-delay: 1.15s;
}
.people_content li:nth-child(4) {
  -o-transition-delay: 1.35s;
  -ms-transition-delay: 1.35s;
  -moz-transition-delay: 1.35s;
  -webkit-transition-delay: 1.35s;
  transition-delay: 1.35s;
}
.people_content li:nth-child(5) {
  -o-transition-delay: 1.55s;
  -ms-transition-delay: 1.55s;
  -moz-transition-delay: 1.55s;
  -webkit-transition-delay: 1.55s;
  transition-delay: 1.55s;
}
.people_content li:nth-child(6) {
  -o-transition-delay: 1.75s;
  -ms-transition-delay: 1.75s;
  -moz-transition-delay: 1.75s;
  -webkit-transition-delay: 1.75s;
  transition-delay: 1.75s;
}
.people_content li:nth-child(7) {
  -o-transition-delay: 1.95s;
  -ms-transition-delay: 1.95s;
  -moz-transition-delay: 1.95s;
  -webkit-transition-delay: 1.95s;
  transition-delay: 1.95s;
}
.people_content li:nth-child(8) {
  -o-transition-delay: 2.15s;
  -ms-transition-delay: 2.15s;
  -moz-transition-delay: 2.15s;
  -webkit-transition-delay: 2.15s;
  transition-delay: 2.15s;
}
.people_content li:nth-child(9) {
  -o-transition-delay: 2.35s;
  -ms-transition-delay: 2.35s;
  -moz-transition-delay: 2.35s;
  -webkit-transition-delay: 2.35s;
  transition-delay: 2.35s;
}
.people_content li:nth-child(10) {
  -o-transition-delay: 2.55s;
  -ms-transition-delay: 2.55s;
  -moz-transition-delay: 2.55s;
  -webkit-transition-delay: 2.55s;
  transition-delay: 2.55s;
}
.people_content li:nth-child(11) {
  -o-transition-delay: 2.75s;
  -ms-transition-delay: 2.75s;
  -moz-transition-delay: 2.75s;
  -webkit-transition-delay: 2.75s;
  transition-delay: 2.75s;
}
.people_content li:nth-child(12) {
  -o-transition-delay: 2.95s;
  -ms-transition-delay: 2.95s;
  -moz-transition-delay: 2.95s;
  -webkit-transition-delay: 2.95s;
  transition-delay: 2.95s;
}
.people_content span {
  display: block;
}
.people_content .name_country {
  padding-top: 10px;
}
.people_content .review {
  max-height: 200px;
  display: none;
}
.people_content .rel_div {
  position: relative;
  padding-bottom: 56.25%;
  background-size: cover !important;
  background-position: center !important;
}
.people_content .rel_div:after {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url("images/taste_gradient.png") repeat-x;
  background-size: 2px auto;
  background-position: left bottom;
  opacity: 0;
}
.people_content .rel_div:before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(31, 67, 105, 0.6);
}
.people_content .rel_div .country {
  font-size: 70%;
}
.people_content .rel_div .review {
  max-height: 100px;
  position: absolute;
  overflow: hidden;
  padding: 0 25px;
  z-index: 3;
  font-size: 70%;
  bottom: 25px;
  left: 0;
}
.people_content .rel_div:hover::before {
  opacity: 0;
}
.people_content .rel_div:hover::after {
  opacity: 1;
}
.people_content .rel_div:hover .review {
  display: block;
}
.people_content .rel_div:hover .name_country {
  opacity: 0;
}
.people_content .rel_div:hover .first_review {
  opacity: 1;
}
.people_content .rel_div:hover .first_name_country {
  opacity: 1;
  font-size: 70%;
}
.people_content .rel_div .first_review {
  position: relative;
  max-height: 165px;
  overflow: hidden;
  padding: 10px 10px 10px 0;
  z-index: 4;
  font-size: 70%;
}
.people_content .rel_div .first_name_country {
  position: relative;
  z-index: 4;
  font-size: 100%;
  margin-top: 10px;
}

.people_inner {
  padding: 30px 0;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.drinking_people {
  margin-top: 50px;
  display: flex;
  flex: 1;
  align-items: center;
}
.drinking_people a {
  color: #ffffff;
}

.people_review {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 25px;
}
.people_review span {
  display: block;
}

@media (max-width: 1440px) {
  .people_inner {
    padding-left: 0;
    padding-right: 0;
  }
}
.certificate_block {
  position: relative;
  overflow: hidden;
  height: 100%;
  padding: 200px 50px 80px;
}
.certificate_block .inner_header {
  position: absolute;
  top: 110px;
  left: 0;
  width: 100%;
  padding: 0 50px;
  justify-content: space-between;
  display: flex;
  align-items: flex-start;
}
@media (max-height: 699px) {
  .certificate_block {
    padding-top: 150px;
  }
  .certificate_block .inner_header {
    top: 75px;
  }
}
@media (max-width: 1440px) {
  .certificate_block {
    padding-left: 50px;
    padding-right: 50px;
  }
  .certificate_block .inner_header {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.certificate_block .certificate_inner {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}
.certificate_block .certificate_inner img {
  max-width: 100%;
  max-height: 100%;
}

.gallery_button {
  font-size: 130%;
  line-height: 16px;
  display: block;
  text-align: center;
  color: #ffffff !important;
  padding: 10px;
  align-items: center;
  letter-spacing: 1px;
  background: rgba(31, 67, 105, 0.2);
  width: 150px;
  min-width: 150px;
  margin-left: 20px;
  border: 1px solid;
}
.gallery_button:hover {
  letter-spacing: 5px;
  background: rgba(31, 67, 105, 0.4);
}

.about_type .page_title {
  padding: 0 25px 40px;
  width: 100%;
}
@media (max-height: 699px) {
  .about_type .page_title {
    padding-bottom: 20px;
  }
}
.about_type .section_inner {
  padding: 110px 25px 100px;
  display: flex;
  flex-wrap: wrap;
}
@media (max-height: 699px) {
  .about_type .section_inner {
    padding-top: 75px;
  }
}
.about_type .cols_list {
  width: 100%;
  display: flex;
}
.about_type .section_col {
  width: 50%;
  padding: 0 25px;
}
.about_type .section_col:last-child {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.about_type .section_col .col_content {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-height: 350px;
}
.about_type .section_col .read_more {
  margin-left: auto;
  font-size: 140%;
}
.about_type .iframe_block {
  padding-bottom: 56.25%;
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
}
.about_type .iframe_block iframe {
  position: absolute;
  left: 0;
  top: 0;
}
.about_type .video_screen {
  display: block;
  background-size: cover !important;
  background-position: center !important;
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}
.about_type .video_screen::before {
  content: "";
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background: rgba(26, 26, 26, 0.7);
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -55px;
}
.about_type .video_screen::after {
  content: "";
  width: 30px;
  height: 35px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -17px -13px;
  border-style: solid;
  border-width: 17px 0 17px 30px;
  border-color: transparent #ffffff;
}
.about_type .text_block {
  font-size: 200%;
  line-height: 35px;
}
.about_type .text_block + .section_title {
  margin-top: 30px;
}
.about_type .section_title + .text_block {
  margin-top: 30px;
}
.about_type .image_block img {
  max-width: 100%;
  max-height: 66.66vh;
  display: block;
}
@media (max-width: 1440px) {
  .about_type {
    /* .section_inner {
         padding: 30px 25px 30px 215px;
     }*/
  }
  .about_type .text_block {
    font-size: 160%;
    line-height: 25px;
  }
  .about_type .section_col .col_content {
    max-height: 250px;
  }
}

.news_type .section_inner {
  position: relative;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.news_type .page_title {
  padding: 30px 50px;
}
.news_type .newslist_inner {
  padding-top: 80px;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-height: 699px) {
  .news_type .newslist_inner {
    padding-top: 75px;
  }
}
.news_type .news_list {
  flex: 1;
  position: relative;
  overflow: hidden;
  align-items: center;
  display: flex;
}
.news_type .news_list .news_slider {
  position: relative;
  white-space: nowrap;
  font-size: 0;
  overflow: hidden;
  padding: 0 25px;
}
.news_type .news_list .news_slider .news_block {
  display: inline-block;
  white-space: normal;
  font-size: 1rem;
  vertical-align: top;
  width: 50%;
  padding: 0 25px;
  opacity: 0;
  -o-transition: opacity 0.75s;
  -ms-transition: opacity 0.75s;
  -moz-transition: opacity 0.75s;
  -webkit-transition: opacity 0.75s;
  transition: opacity 0.75s;
}
.news_type .news_list .news_slider .news_block.hovered .news_image a:before {
  opacity: 0.2;
}
.news_type .news_list .news_slider .news_block.hovered .news_title {
  color: #f0b322;
}
.news_type .news_list .news_slider .news_block.video_news .news_image a:after {
  display: block;
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
  z-index: 3;
  background: url("images/play_white.svg") no-repeat;
  background-size: 40px;
  background-position: center;
}
.news_type .news_list .news_slider .news_block.video_news.hovered .news_image a:after {
  background: url("images/play_gold.svg") no-repeat;
  background-size: 40px;
  background-position: center;
}
.news_type .news_list .news_slider .news_image a {
  display: block;
  padding-bottom: 56.25%;
}
.news_type .news_list .news_slider .news_image a:before {
  display: block;
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #1f4369;
  opacity: 0;
}
.news_type .news_list .news_slider .news_info {
  padding-top: 24px;
  height: 125px;
}
.news_type .news_list .news_slider .news_date {
  font-size: 120%;
  line-height: 15px;
  letter-spacing: 1px;
}
.news_type .news_list .news_slider .news_title {
  color: inherit;
  display: inline-block;
  position: relative;
  overflow: hidden;
  font-size: 200%;
  line-height: 24px;
  max-height: 72px;
  font-family: "semilight";
  margin-top: 10px;
}
.news_type .news_list .news_slider .news_description {
  margin-top: 10px;
  position: relative;
  overflow: hidden;
  font-size: 150%;
  line-height: 18px;
  max-height: 55px;
}
.news_type .news_list .slick-arrow {
  position: absolute;
  top: 50%;
  width: 45px;
  height: 50px;
  margin-top: -85px;
  border: none;
  background: url("images/right_gold.svg") no-repeat;
  background-size: 15px auto;
  background-position: center;
  z-index: 3;
  -webkit-animation: blink 2s linear infinite;
  animation: blink 2s linear infinite;
}
.news_type .news_list .slick-arrow:hover {
  opacity: 1;
  -webkit-animation: none;
  animation: none;
}
.news_type .news_list .slick-arrow.slick-prev {
  left: 0;
  transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  -o-transform: scaleX(-1);
}
.news_type .news_list .slick-arrow.slick-next {
  right: 0;
}
.news_type .news_list .slick-arrow.slick-disabled {
  opacity: 0;
  -webkit-animation: none;
  animation: none;
  cursor: default;
}
.news_type .news_list .slick-dots {
  padding: 0;
  margin: 0;
  list-style-type: none;
  position: relative;
  overflow: hidden;
  border-top: 1px solid transparent;
  height: 1px;
  opacity: 0;
}
@-webkit-keyframes blink {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes blink {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@media (max-width: 1440px) {
  .news_type .page_title {
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 30px;
  }
  .news_type .news_list .news_slider {
    padding: 0 25px;
  }
  .news_type .news_list .news_slider .news_block {
    padding: 0 25px;
  }
}
@media (max-height: 699px) {
  .news_type .page_title {
    padding-top: 0;
  }
}

.section.active .news_block.slick-current {
  opacity: 1;
  -o-transition-delay: 0.75s;
  -ms-transition-delay: 0.75s;
  -moz-transition-delay: 0.75s;
  -webkit-transition-delay: 0.75s;
  transition-delay: 0.75s;
}
.section.active .news_block.slick-current + .slick-active {
  opacity: 1;
  -o-transition-delay: 1s;
  -ms-transition-delay: 1s;
  -moz-transition-delay: 1s;
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}
.section.active .news_block:nth-last-child(2) {
  opacity: 1;
}
.section.active .news_block.slick-active ~ .slick-slide:nth-last-child(2) {
  opacity: 0;
}
.section.active .news_block.slick-active ~ .slick-slide.slick-active:nth-last-child(2) {
  opacity: 1;
}

.gallery_section .section_inner {
  height: 100%;
  padding: 110px 50px 50px;
  background-size: cover !important;
  background-position: center !important;
}
@media (max-height: 699px) {
  .gallery_section .section_inner {
    padding-top: 75px;
  }
}
.gallery_section .inner_header {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: flex-start;
}
.gallery_section .gallery_links {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -30px;
  width: 100%;
  display: flex;
  justify-content: center;
}
.gallery_section .gallery_links a {
  font-size: 200%;
  line-height: 30px;
  display: block;
  text-align: center;
  color: inherit;
  padding: 14px 15px;
  align-items: center;
  letter-spacing: 3px;
  background: rgba(31, 67, 105, 0.5);
  width: 280px;
  max-width: 50%;
  border: 1px solid;
  margin: 0 25px;
}
.gallery_section .gallery_links a:hover {
  letter-spacing: 8px;
  background: rgba(31, 67, 105, 0.8);
}

.map_type .section_inner {
  height: 100%;
  padding-top: 80px;
}
.map_type .section_inner .inner_header {
  position: absolute;
  left: 50px;
  top: 110px;
}
.map_type .section_inner .inner_header .page_title {
  z-index: 10;
  position: relative;
}
@media (max-height: 699px) {
  .map_type .section_inner {
    padding-top: 60px;
  }
  .map_type .section_inner .inner_header {
    top: 60px;
  }
}
.map_type .map_block,
.map_type #map-canvas {
  height: 100%;
}
.map_type .distributors_list {
  display: none;
}
@media (max-width: 1440px) {
  .map_type .inner_header {
    left: 50px;
  }
}
@media (max-width: 959px) {
  .map_type .content {
    padding-top: 60px;
  }
  .map_type .inner_header {
    left: 20px;
    top: 90px;
  }
}

.gmnoprint {
  display: none !important;
}

.contact_type .section_inner {
  width: 100%;
  height: 100%;
  padding: 100px 35px;
  display: flex;
  align-items: center;
}
.contact_type .section_inner .custom_container {
  width: 100%;
  max-width: 1080px;
}
.contact_type .contacts_page {
  padding: 75px 0 30px;
}
.contact_type .contacts_list {
  width: 50%;
  padding: 0 15px;
}
.contact_type .contacts_list > ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  margin-top: 45px;
}
.contact_type .contacts_list > ul > li {
  padding-bottom: 60px;
}
@media (max-height: 799px) {
  .contact_type .contacts_list > ul > li {
    padding-bottom: 40px;
  }
}
.contact_type .contacts_list > ul > li .contact_type {
  font-size: 150%;
  line-height: 20px;
  font-family: "bold";
  margin-bottom: 10px;
}
.contact_type .contacts_list > ul > li .contact_info {
  font-size: 150%;
  line-height: 20px;
  font-family: "semilight";
}
.contact_type .contacts_list > ul > li .contact_info a {
  color: inherit;
}
.contact_type .contacts_list > ul > li .contact_info a:hover {
  color: #f0b322;
}
.contact_type .contacts_list > ul > li .contact_description {
  font-size: 140%;
  line-height: 17px;
  font-family: "semilight";
  margin-top: 2px;
}
.contact_type .contact_form {
  width: 50%;
  padding: 0 15px;
  max-width: 420px;
}
.contact_type .contact_form form {
  margin-top: 45px;
}
@media (max-width: 959px) {
  .contact_type .content {
    height: auto;
    min-height: 100%;
  }
  .contact_type .content_inner {
    padding-top: 90px;
  }
  .contact_type .contacts_page {
    padding-top: 40px;
  }
  .contact_type .contacts_list ul {
    margin-top: 30px;
  }
  .contact_type .contacts_list ul li {
    padding-bottom: 30px;
  }
  .contact_type .contacts_list ul li .contact_type,
.contact_type .contacts_list ul li .contact_info {
    font-size: 140%;
  }
  .contact_type .contacts_list ul li .contact_description {
    font-size: 130%;
  }
  .contact_type .contact_form form {
    margin-top: 30px;
  }
}
@media (max-width: 599px) {
  .contact_type .contacts_list {
    width: 100%;
    padding-bottom: 20px;
  }
  .contact_type .contact_form {
    width: 100%;
    max-width: 100%;
  }
}
@media (max-height: 699px) {
  .contact_type .contact_form form {
    margin-top: 30px;
  }
  .contact_type .contact_form form .form_block > input,
.contact_type .contact_form form .form_block textarea {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .contact_type .contact_form form button {
    margin-top: 10px;
  }
  .contact_type .contacts_list > ul {
    margin-top: 30px;
  }
  .contact_type .contacts_list > ul > li {
    padding-bottom: 20px;
  }
}

.contact_form .form_block {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
@media (max-height: 799px) {
  .contact_form .form_block {
    margin-bottom: 0;
  }
}
.contact_form .form_block .error_hint {
  right: 0;
  font-size: 120%;
  line-height: 14px;
  bottom: 6px;
}
.contact_form .form_block > input,
.contact_form .form_block textarea {
  width: 100%;
  border: none;
  font-size: 120%;
  line-height: 15px;
  padding: 18px;
  color: #1f4369;
}
.contact_form .form_block textarea {
  resize: none;
  height: 106px;
  vertical-align: top;
}
.contact_form .form_block ::-webkit-input-placeholder {
  color: #999999;
}
.contact_form .form_block :-moz-placeholder {
  color: #999999;
}
.contact_form .form_block ::-moz-placeholder {
  color: #999999;
}
.contact_form .form_block :-ms-input-placeholder {
  color: #999999;
}
.contact_form .form_block.has-error ::-webkit-input-placeholder {
  color: #b94a48;
}
.contact_form .form_block.has-error :-moz-placeholder {
  color: #b94a48;
}
.contact_form .form_block.has-error ::-moz-placeholder {
  color: #b94a48;
}
.contact_form .form_block.has-error :-ms-input-placeholder {
  color: #b94a48;
}
.contact_form .form_block label {
  vertical-align: top;
  margin-right: 15px;
  position: relative;
  float: left;
}
.contact_form .form_block label .checkbox_button {
  display: block;
  width: 25px;
  height: 25px;
  background: #ffffff;
  font-size: 0;
  color: #1f4369;
  padding: 6px 0;
  cursor: pointer;
  text-align: center;
}
.contact_form .form_block label .checkbox_button:before {
  display: block;
}
.contact_form .form_block label .checkbox_button.checked {
  font-size: 130%;
}
.contact_form .form_block label.has-error .checkbox_button {
  background: #b94a48;
}
.contact_form .form_block .terms_info {
  font-size: 150%;
  line-height: 19px;
  padding-top: 3px;
  font-family: "semilight";
}
.contact_form .form_block .terms_info a {
  color: inherit;
  border-bottom: 1px solid;
}
.contact_form .form_block .terms_info a:hover {
  color: #f0b322;
}
.contact_form button {
  background: transparent;
  width: 100%;
  border: none;
}
@media (max-width: 959px) {
  .contact_form .form_block .terms_info {
    font-size: 130%;
    line-height: 17px;
    padding-top: 4px;
  }
  .contact_form .form_block > input,
.contact_form .form_block textarea {
    padding: 15px;
  }
}

.inner_fullpage .section, .people_content .rel_div:after, .people_content .rel_div:before, .news_type .news_list .news_slider .news_image a:before, .contact_form .form_block label .checkbox_button {
  -o-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.main_logo a, .submenu_list a, .social_list a, .developer a, .water_type .product_info .pdf_link, .news_type .news_list .news_slider .news_title, .contact_type .contacts_list > ul > li .contact_info a, .contact_form .form_block .terms_info a {
  -o-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.menu_list > li, .main_slider .slick-arrow, .section_slider .slick-arrow, .news_type .news_list .slick-arrow {
  -o-transition: background-color 0.3s;
  -ms-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.back_button, .menu_list > li > a, .main_slider .slick-dots button, .slide_1 .section_button, .slide_2 .section_button, .slide_3 .section_top .section_button, .slide_3 .section_bottom .section_button, .page_buttons a, .section_slider .slick-dots button, .gallery_button, .about_type .section_col .read_more, .gallery_section .gallery_links a, .contact_form button {
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.contact_form .form_block label .checkbox_button:hover {
  opacity: 0.7;
}

.developer a:hover {
  color: #ffffff;
}

.contact_form .form_block label input {
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  left: 0;
  visibility: hidden;
}

@media (max-width: 1600px) {
  .slide_1 .section_inner {
    padding-top: 30px;
  }

  .section_description {
    line-height: 25px;
  }

  .people_content li:first-child {
    width: 40%;
  }
}
@media (max-width: 1440px) {
  .people_content li:first-child {
    width: 60%;
  }
  .people_content .rel_div .review {
    padding: 0 15px;
    bottom: 20px;
    left: 0;
  }

  .people_review {
    padding: 20px 15px;
  }
}
@media (max-width: 1370px) {
  .people_content li {
    font-size: 170%;
  }
}
@media (max-width: 1370px) and (max-height: 699px) {
  .slide_2 .section_inner {
    padding: 30px 50px;
  }
  .slide_2 .info_block {
    max-width: 420px;
    padding: 25px;
  }

  .slide_3 .section_bottom .info_block,
.slide_3 .section_top .info_block {
    padding: 25px;
    max-width: 380px;
  }

  .people_content li:first-child {
    width: 40%;
  }

  .water_type .product_info .info_inner {
    padding: 0;
  }

  .contact_type .contacts_list > ul {
    margin-top: 20px;
  }
  .contact_type .contacts_list > ul li .contact_info {
    font-size: 140%;
    line-height: 18px;
  }
  .contact_type .contact_form form {
    margin-top: 20px;
  }
  .contact_type .contact_form .form_block {
    padding-bottom: 10px;
  }
  .contact_type .contact_form .form_block .error_hint {
    bottom: 10px;
  }

  .footer {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .section_description {
    font-size: 160%;
  }

  .main_slider .slick-dots,
.section_slider .slick-dots {
    bottom: 20px;
  }
}
@media (max-width: 1199px) {
  .slide_3 .section_top,
.slide_3 .section_bottom {
    padding-right: 190px;
  }
  .slide_3 .section_top .info_block,
.slide_3 .section_bottom .info_block {
    max-width: 360px;
    padding: 30px;
  }

  .main_slider,
.map_type .section_inner {
    padding-top: 50px;
  }

  .main_slider .slick-dots,
.section_slider .slick-dots {
    bottom: 20px;
  }

  .section_title {
    font-size: 180%;
    line-height: 22px;
  }

  .section_description {
    font-size: 140%;
    line-height: 20px;
    margin-top: 10px;
  }

  .contact_form button,
.about_type .section_col .read_more,
.slide_3 .section_bottom .section_button,
.slide_3 .section_top .section_button,
.slide_2 .section_button, .slide_1 .section_button {
    margin-top: 15px;
    line-height: 16px;
    padding: 7px;
  }

  .slide_2 .section_inner {
    padding: 30px;
  }
  .slide_2 .info_block {
    max-width: 360px;
    padding: 30px;
  }

  .about_type .section_inner {
    padding: 80px 15px 50px;
  }
  .about_type .video_screen:before {
    width: 70px;
    height: 70px;
    margin: -35px;
  }
  .about_type .video_screen:after {
    width: 16px;
    height: 21px;
    margin: -10px -6px;
    border-width: 10px 0 10px 16px;
  }
  .about_type .text_block {
    font-size: 140%;
    line-height: 20px;
  }
  .about_type .section_col {
    padding: 0 15px;
  }
  .about_type .section_col .col_content {
    max-height: 200px;
  }
  .about_type .section_col .read_more {
    font-size: 120%;
  }

  .page_title {
    font-size: 350%;
    line-height: 42px;
  }

  .news_type .news_list .slick-arrow,
.main_slider .slick-arrow,
.section_slider .slick-arrow {
    width: 30px;
    padding: 0;
  }

  .water_type .section_inner {
    padding: 80px 15px 50px;
  }
  .water_type .product_image,
.water_type .product_info {
    padding-left: 15px;
    padding-right: 15px;
  }
  .water_type .product_info .product_description,
.water_type .product_info .characteristics_list li {
    font-size: 140%;
    line-height: 20px;
  }
  .water_type .product_info .characteristics_list li {
    padding-bottom: 7px;
  }

  .people_content {
    padding: 80px 30px 50px;
  }
  .people_content li {
    width: 25%;
  }
  .people_content li:first-child {
    width: 75%;
  }

  .people_inner {
    padding: 0 !important;
  }

  .drinking_people {
    margin: 0 !important;
    padding: 15px 0;
  }

  .certificate_block {
    padding: 150px 30px 50px;
  }
  .certificate_block .inner_header {
    top: 80px;
    padding: 0 30px;
  }

  .news_type .page_title {
    padding: 0 30px 30px;
  }
  .news_type .newslist_inner {
    padding-top: 80px;
  }
  .news_type .news_list .news_slider {
    padding: 0 15px;
  }
  .news_type .news_list .news_slider .news_block {
    padding: 0 15px;
  }
  .news_type .news_list .news_slider .news_title {
    font-size: 160%;
  }

  .gallery_section .section_inner {
    padding: 80px 30px 50px;
  }

  .map_type .section_inner .inner_header {
    left: 30px;
    top: 80px;
  }

  .contact_type .contacts_page {
    padding: 0;
  }
  .contact_type .section_inner {
    padding: 80px 15px;
  }

  .footer {
    padding: 20px 15px;
    font-size: 120%;
    line-height: 16px;
  }

  .slide_1 .section_inner {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 1199px) and (max-height: 699px) {
  .people_content li:first-child {
    width: 50%;
  }
}
@media (max-width: 959px) {
  .home_section .page_end {
    display: none;
  }

  .slide_3 .section_top,
.slide_3 .section_bottom {
    padding: 0;
  }
  .slide_3 .section_top .info_block,
.slide_3 .section_bottom .info_block {
    padding: 15px;
    max-width: 280px;
  }

  .contact_form button,
.about_type .section_col .read_more,
.slide_3 .section_bottom .section_button,
.slide_3 .section_top .section_button,
.slide_2 .section_button,
.slide_1 .section_button {
    min-width: 0;
  }

  .slide_2 .info_block {
    padding: 15px;
    max-width: 280px;
  }

  .slide_1 .section_inner {
    padding-top: 20px;
  }

  .people_content li {
    width: 33.33%;
  }
  .people_content li:first-child {
    width: 66.66%;
    margin-top: -1px;
  }
  .people_content li:nth-child(n+7) {
    display: none;
  }
}
@media screen and (max-width: 768px) and (min-height: 768px) {
  .about_type .cols_list {
    flex-wrap: wrap;
  }
  .about_type .cols_list .section_col {
    width: 100%;
    padding: 15px;
  }
}
@media (max-width: 768px) {
  .water_type .product_info .characteristics_list {
    margin-top: 20px;
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }
  .water_type .section_slider .section_inner {
    align-items: center;
  }
}
@media (max-width: 768px) {
  .page_title {
    font-size: 300%;
    line-height: 36px;
  }
}
@media (max-width: 719px) {
  .water_type .product_info .characteristics_list {
    margin-top: 20px;
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
  }

  .people_content li {
    width: 50%;
  }
  .people_content li:first-child {
    width: 50%;
    margin-top: 0px;
  }
  .people_content li:first-child .rel_div:hover .name_country {
    opacity: 0;
  }
  .people_content li:first-child .review {
    bottom: 20px;
  }
}
@media (max-width: 599px) {
  .about_type .section_inner {
    padding: 65px 15px 20px;
  }
  .about_type .cols_list {
    flex-wrap: wrap;
  }
  .about_type .cols_list .section_col {
    width: 100%;
    padding: 15px;
  }
  .about_type .section_col .col_content {
    max-height: 100px;
  }
  .about_type .page_title {
    padding-bottom: 10px;
  }

  .page_title {
    font-size: 240%;
    line-height: 30px;
  }

  .water_type .section_inner {
    display: block;
    padding-top: 65px;
    padding-bottom: 20px;
  }
  .water_type .product_image {
    float: left;
    width: 33.33%;
    height: auto;
  }
  .water_type .product_info {
    width: 100%;
  }
  .water_type .product_info .characteristics_list {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }
  .water_type .page_title {
    font-size: 200%;
    line-height: 24px;
  }

  .people_content li {
    width: 100% !important;
  }
  .people_content li:nth-child(n+3) {
    display: none;
  }

  .gallery_button {
    font-size: 120%;
    width: 100px;
    min-width: 100px;
    padding: 5px 10px;
    position: absolute;
    bottom: 20px;
    right: 30px;
  }

  .certificate_block .inner_header {
    bottom: 0;
  }

  .gallery_section .gallery_links {
    margin-top: 0;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  .gallery_section .gallery_links a {
    font-size: 160%;
    line-height: 20px;
    color: inherit;
    padding: 9px 15px;
    width: 200px;
    border: 1px solid;
    margin: 10px;
  }
}
@media (max-width: 599px) and (max-height: 575px) {
  .water_type .product_image {
    width: 25%;
  }
  .water_type .product_info .characteristics_list li {
    font-size: 130%;
    line-height: 18px;
  }
}
@media (max-width: 599px) and (max-height: 480px) {
  .water_type .product_info .characteristics_list li {
    padding-bottom: 5px;
  }
}
@media (max-width: 479px) {
  .slide_3 .section_top {
    justify-content: flex-end;
    position: relative;
  }
  .slide_3 .section_top .image_block {
    position: absolute;
    left: 0;
    top: 0;
    max-width: 200px;
    padding: 20px 30px 0;
  }
  .slide_3 .section_top .image_block img {
    margin: 0;
  }
  .slide_3 .section_top .info_block {
    position: relative;
    z-index: 3;
  }
}
.rotate_hint {
  position: fixed;
  overflow: hidden;
  top: 0;
  left: 0;
  background-size: cover !important;
  background-position: center !important;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  font-size: 200%;
  line-height: 24px;
  font-family: "semilight";
  letter-spacing: 1px;
  color: #ffffff;
  opacity: 0;
  z-index: 1;
  -o-transition: z-index 1s, opacity 0.5s;
  -ms-transition: z-index 1s, opacity 0.5s;
  -moz-transition: z-index 1s, opacity 0.5s;
  -webkit-transition: z-index 1s, opacity 0.5s;
  transition: z-index 1s, opacity 0.5s;
  -o-transition-delay: 0.3s;
  -ms-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
  width: 100%;
  height: 100%;
}

.fullpage_content {
  z-index: 10;
}

@media screen and (max-height: 539px) and (min-width: 540px) {
  .fullpage_content {
    opacity: 0 !important;
  }

  .rotate_hint {
    z-index: 200;
    opacity: 1;
    -o-transition: all 0.05s;
    -ms-transition: all 0.05s;
    -moz-transition: all 0.05s;
    -webkit-transition: all 0.05s;
    transition: all 0.05s;
    -o-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }
}
@media screen and (max-height: 479px) and (min-width: 479px) {
  .fullpage_content {
    opacity: 0 !important;
  }

  .rotate_hint {
    z-index: 200;
    opacity: 1;
    -o-transition: all 0s;
    -ms-transition: all 0s;
    -moz-transition: all 0s;
    -webkit-transition: all 0s;
    transition: all 0s;
    -o-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }
}

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