@charset "UTF-8";
.contacts_section .send_icon svg, .gallery_content .large_images img, .gallery_content .images_slider img, .video_block .video_screen, .video_block video, .history_section .title_block, .main_section .product_block .back_image:before, .video_block > img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.video_block > img {
  object-fit: cover;
}

.video_block iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100% !important;
  height: 100% !important;
}

.video_block {
  position: relative;
  overflow: hidden;
}
.video_block:before {
  display: block;
  content: "";
  padding-bottom: 56.25%;
}

.gallery_content .info_slider .slick-arrow: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;
}

.contacts_section .btn_block, .contacts_section .validate_btn, .contacts_section .send_icon svg, .contacts_section .send_icon, .gallery_content .large_images img, .gallery_content .images_slider img, .section_title, .main_section .product_block .image_block .product_image img, .main_section .product_block .preview_block .decor_image {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
}

.main_section {
  height: 930px;
  margin-top: -71px;
  position: relative;
  overflow: hidden;
}
.main_section .product_block {
  width: 100%;
  height: 100%;
  padding-top: 71px;
  position: absolute;
  top: 0;
  left: 0;
}
.main_section .product_block:not(.current_slide) .image_block,
.main_section .product_block:not(.current_slide) .info_block,
.main_section .product_block:not(.current_slide) > .decor_image {
  opacity: 0;
  pointer-events: none;
}
.main_section .product_block:not(.current_slide):not(.next_slide):before {
  visibility: hidden;
}
.main_section .product_block:before {
  display: block;
  content: "";
  position: absolute;
  top: 512px;
  width: 5000px;
  height: 5000px;
  border-radius: 50%;
  right: -172px;
  transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  -webkit-transform: translate3d(0, -50%, 0);
  -o-transform: translate3d(0, -50%, 0);
  -o-transition: all 1s linear;
  -ms-transition: all 1s linear;
  -moz-transition: all 1s linear;
  -webkit-transition: all 1s linear;
  transition: all 1s linear;
  pointer-events: none;
}
.main_section .product_block .preview_block {
  position: absolute;
  pointer-events: none;
  right: 0;
  width: 172px;
  top: 340px;
  height: 344px;
  z-index: 2;
  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;
}
.main_section .product_block .preview_block .product_image {
  display: block;
  height: 100%;
  margin-left: auto;
  position: relative;
  z-index: 2;
}
.main_section .product_block .preview_block .decor_image {
  position: absolute;
  height: auto;
}
.main_section .product_block.next_slide {
  z-index: 2;
}
.main_section .product_block.next_slide:before {
  width: 344px;
  height: 344px;
  margin-right: -172px;
  -o-transition: all 0s;
  -ms-transition: all 0s;
  -moz-transition: all 0s;
  -webkit-transition: all 0s;
  transition: all 0s;
  -o-transition-delay: 0.9s;
  -ms-transition-delay: 0.9s;
  -moz-transition-delay: 0.9s;
  -webkit-transition-delay: 0.9s;
  transition-delay: 0.9s;
  animation: showPreview 0.5s forwards;
  animation-delay: 1s;
}
.main_section .product_block.next_slide .preview_block {
  opacity: 1;
  margin-right: -172px;
  animation: showPreview 0.5s forwards;
  animation-delay: 1s;
}
.main_section .product_block.active {
  z-index: 3;
}
.main_section .product_block.current_slide .image_block {
  opacity: 1;
}
.main_section .product_block.current_slide .back_image {
  opacity: 1;
  -o-transition-delay: 0.5s;
  -ms-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.main_section .product_block.current_slide .back_image:before {
  height: 0;
  -o-transition-delay: 1s;
  -ms-transition-delay: 1s;
  -moz-transition-delay: 1s;
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}
.main_section .product_block.current_slide .product_name {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -o-transition: opacity 1s, transform 0.75s;
  -ms-transition: opacity 1s, transform 0.75s;
  -moz-transition: opacity 1s, transform 0.75s;
  -webkit-transition: opacity 1s, transform 0.75s;
  transition: opacity 1s, transform 0.75s;
  -o-transition-delay: 0.5s;
  -ms-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.main_section .product_block.current_slide .product_description {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -o-transition: opacity 1s, transform 0.75s;
  -ms-transition: opacity 1s, transform 0.75s;
  -moz-transition: opacity 1s, transform 0.75s;
  -webkit-transition: opacity 1s, transform 0.75s;
  transition: opacity 1s, transform 0.75s;
  -o-transition-delay: 0.75s;
  -ms-transition-delay: 0.75s;
  -moz-transition-delay: 0.75s;
  -webkit-transition-delay: 0.75s;
  transition-delay: 0.75s;
}
.main_section .product_block .custom_container {
  height: 100%;
  display: flex;
}
.main_section .product_block .info_block {
  align-self: center;
  padding: 20px 0;
  flex: 0 0 50%;
  max-width: 510px;
  position: relative;
  z-index: 3;
}
.main_section .product_block .image_block {
  flex: 1;
  width: 50%;
  padding-top: 54px;
  position: relative;
  text-align: center;
  opacity: 0;
  z-index: 2;
  -o-transition: opacity 1s;
  -ms-transition: opacity 1s;
  -moz-transition: opacity 1s;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}
.main_section .product_block .image_block .product_image {
  display: flex;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 3;
  justify-content: center;
  align-items: flex-start;
}
.main_section .product_block .image_block .product_image img {
  display: block;
  width: auto;
}
.main_section .product_block .back_image {
  position: absolute;
  opacity: 0;
  -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_section .product_block .back_image img {
  display: block;
  height: auto;
}
.main_section .product_block .back_image:before {
  -o-transition: height 1s;
  -ms-transition: height 1s;
  -moz-transition: height 1s;
  -webkit-transition: height 1s;
  transition: height 1s;
  content: "";
}
.main_section .product_block .product_name {
  font-size: 600%;
  line-height: 1.2em;
  transform: translate3d(-100px, 0, 0);
  -moz-transform: translate3d(-100px, 0, 0);
  -ms-transform: translate3d(-100px, 0, 0);
  -webkit-transform: translate3d(-100px, 0, 0);
  -o-transform: translate3d(-100px, 0, 0);
  opacity: 0;
}
.main_section .product_block .product_name .bold_style {
  font-size: 133.33%;
  margin-bottom: 20px;
  font-family: "montserrat-b", "montserratarm-b";
  letter-spacing: 4px;
  display: block;
}
@media screen and (min-width: 959px) and (max-width: 1199px) {
  .main_section .product_block .product_name {
    font-size: 500%;
  }
}
@media screen and (min-width: 767px) and (max-width: 959px) {
  .main_section .product_block .product_name {
    font-size: 400%;
  }
  .main_section .product_block .product_name .bold_style {
    margin-bottom: 10px;
    letter-spacing: 3px;
  }
}
@media screen and (min-width: 575px) and (max-width: 767px) {
  .main_section .product_block .product_name {
    font-size: 320%;
  }
  .main_section .product_block .product_name .bold_style {
    margin-bottom: 10px;
    letter-spacing: 3px;
  }
}
@media screen and (min-width: 399px) and (max-width: 575px) {
  .main_section .product_block .product_name {
    font-size: 240%;
  }
  .main_section .product_block .product_name .bold_style {
    margin-bottom: 5px;
    letter-spacing: 2px;
  }
}
@media screen and (max-width: 399px) {
  .main_section .product_block .product_name {
    font-size: 200%;
  }
  .main_section .product_block .product_name .bold_style {
    margin-bottom: 5px;
    letter-spacing: 2px;
  }
}
.main_section .product_block .product_description {
  font-size: 130%;
  line-height: 20px;
  margin-top: 30px;
  transform: translate3d(0, 200px, 0);
  -moz-transform: translate3d(0, 200px, 0);
  -ms-transform: translate3d(0, 200px, 0);
  -webkit-transform: translate3d(0, 200px, 0);
  -o-transform: translate3d(0, 200px, 0);
  opacity: 0;
}
.main_section [data-type=dark]:before {
  background-color: #111111;
}
.main_section [data-type=dark] > .decor_image {
  position: absolute;
  top: 71px;
  left: 48px;
  max-width: 110px;
  max-height: 86px;
  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;
}
.main_section [data-type=dark].current_slide > .decor_image {
  opacity: 1;
  -o-transition-delay: 1s;
  -ms-transition-delay: 1s;
  -moz-transition-delay: 1s;
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}
.main_section [data-type=dark] .back_image {
  top: 10px;
  left: 50%;
  margin-left: -360px;
}
.main_section [data-type=dark] .back_image img {
  width: 720px;
}
.main_section [data-type=dark] .back_image:before {
  background: #111111;
}
.main_section [data-type=dark] .preview_block {
  padding-top: 21px;
  padding-bottom: 35px;
}
.main_section [data-type=dark] .preview_block .product_image {
  margin-right: -20px;
}
.main_section [data-type=dark] .preview_block .decor_image {
  top: 47px;
  right: 37px;
  width: 110px;
}
.main_section [data-type=dark] .image_block .product_image img {
  height: 714px;
}
.main_section [data-type=light] {
  color: #111111;
}
.main_section [data-type=light]:before {
  background: #ffffff;
}
.main_section [data-type=light].current_slide:after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background: #111111;
  z-index: 1;
}
.main_section [data-type=light] .back_image {
  top: 62px;
  left: 50%;
  margin-left: -296px;
}
.main_section [data-type=light] .back_image img {
  width: 592px;
}
.main_section [data-type=light] .back_image:before {
  background: #ffffff;
}
.main_section [data-type=light] .preview_block {
  padding-top: 25px;
  padding-bottom: 16px;
}
.main_section [data-type=light] .preview_block .product_image {
  margin-right: -115px;
}
.main_section [data-type=light] .preview_block .decor_image {
  top: 57px;
  right: 42px;
  width: 130px;
}
.main_section [data-type=light] .image_block .product_image img {
  height: 802px;
}
.main_section .slider_actions {
  position: absolute;
  z-index: 3;
  right: 242px;
  top: 462px;
}
.main_section .slider_actions button {
  border: 1px solid;
  color: #818181;
  width: 53px;
  height: 53px;
  font-size: 190%;
  padding: 0;
  background: inherit;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  z-index: 5;
}
.main_section .slider_actions button:hover {
  color: #ffffff;
}
.main_section .slider_actions button:before {
  display: block;
}
.main_section .slider_actions .count_block {
  margin-top: 22px;
  margin-bottom: 17px;
  font-size: 130%;
  line-height: 16px;
  padding: 0 13px;
  font-family: "montserrat-b", "montserratarm-b";
}
.main_section .slider_actions .all_count {
  color: #aeaeae;
}
.main_section .slider_actions .current:after {
  content: "/";
}
.main_section .slider_actions .indicator {
  position: absolute;
  pointer-events: none;
  width: 61px;
  height: 61px;
  bottom: -4px;
  left: -4px;
  transform-origin: center;
  -webkit-transfrom-origin: center;
  transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
}
.main_section .slider_actions .indicator circle {
  stroke-dasharray: 200;
  stroke-dashoffset: 200;
}
.main_section .slider_actions .indicator.active circle {
  stroke-dashoffset: 0;
  -o-transition: all 5.35s linear;
  -ms-transition: all 5.35s linear;
  -moz-transition: all 5.35s linear;
  -webkit-transition: all 5.35s linear;
  transition: all 5.35s linear;
}
.main_section .slider_actions.light circle {
  stroke: #111111;
}
.main_section .slider_actions.light .current {
  color: #111111;
}
.main_section .slider_actions.light button:hover {
  color: #000000;
}
@media screen and (max-width: 1439px) {
  .main_section {
    height: 720px;
  }
  .main_section .product_block:before {
    top: 360px;
  }
  .main_section .product_block .preview_block {
    top: 200px;
  }
  .main_section [data-type=dark] .back_image {
    left: 0;
    margin-left: 0;
  }
  .main_section [data-type=dark] .back_image img {
    width: 100%;
  }
  .main_section [data-type=dark] .preview_block {
    padding-top: 21px;
    padding-bottom: 35px;
  }
  .main_section [data-type=dark] .preview_block .product_image {
    margin-right: -20px;
  }
  .main_section [data-type=dark] .preview_block .decor_image {
    top: 47px;
    right: 37px;
    width: 110px;
  }
  .main_section [data-type=dark] .image_block .product_image img {
    height: 100%;
  }
  .main_section [data-type=light] .back_image {
    top: 40px;
    margin-left: -190px;
  }
  .main_section [data-type=light] .back_image img {
    width: 380px;
  }
  .main_section [data-type=light] .image_block .product_image img {
    height: 100%;
  }
  .main_section [data-type=light].current_slide:after {
    height: 50px;
  }
  .main_section .slider_actions {
    bottom: 60px;
    top: auto;
    right: 20px;
  }
}
@media screen and (max-width: 1439px) and (min-width: 1199px) {
  .main_section .slider_actions {
    display: flex;
    align-items: center;
  }
  .main_section .slider_actions .indicator {
    left: auto;
    right: -3px;
  }
}
@media screen and (max-width: 1280px) {
  .main_section [data-type=dark] > .decor_image {
    left: 15px;
  }
}
@media screen and (max-width: 1199px) {
  .main_section {
    height: 640px;
  }
  .main_section .product_block .preview_block {
    display: none;
  }
  .main_section .product_block.next_slide:before {
    right: -344px;
  }
}
@media screen and (max-width: 959px) {
  .main_section {
    height: 560px;
    margin-bottom: 40px;
  }
  .main_section [data-type=dark] .back_image {
    top: 50%;
    transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
    -ms-transform: translate3d(0, -50%, 0);
    -webkit-transform: translate3d(0, -50%, 0);
    -o-transform: translate3d(0, -50%, 0);
  }
  .main_section [data-type=dark] .back_image img {
    width: 100%;
  }
  .main_section [data-type=light] .back_image {
    top: 20px;
    margin-left: -150px;
  }
  .main_section [data-type=light] .back_image img {
    width: 300px;
  }
  .main_section [data-type=light] .image_block .product_image img {
    height: 100%;
  }
  .main_section [data-type=light].current_slide:after {
    height: 40px;
  }
}
@media screen and (max-width: 767px) {
  .main_section {
    margin-top: -102px;
    height: 600px;
  }
  .main_section .product_block {
    padding-top: 102px;
  }
  .main_section [data-type=dark] > .decor_image {
    top: 102px;
  }
  .main_section [data-type=light] .back_image {
    top: 50%;
    transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
    -ms-transform: translate3d(0, -50%, 0);
    -webkit-transform: translate3d(0, -50%, 0);
    -o-transform: translate3d(0, -50%, 0);
    margin-left: -135px;
  }
  .main_section [data-type=light] .back_image img {
    width: 270px;
  }
}
@media screen and (max-width: 575px) {
  .main_section {
    height: 840px;
  }
  .main_section .product_block .custom_container {
    flex-direction: column-reverse;
    justify-content: flex-end;
  }
  .main_section .product_block .image_block {
    height: 360px;
    flex: none;
    width: 100%;
  }
  .main_section .product_block .info_block {
    flex: none;
    width: 100%;
    text-align: center;
  }
  .main_section .product_block .product_description {
    font-size: 120%;
    line-height: 18px;
    margin-top: 20px;
  }
  .main_section .slider_actions {
    bottom: auto;
    top: 50%;
    margin-top: -100px;
  }
}
.main_section [data-type=dark] > .decor_image {
  max-width: 80px;
  max-height: 60px;
}

.history_section {
  position: relative;
  overflow: hidden;
  min-height: 1045px;
}
.history_section .top_block {
  margin-top: 115px;
  position: relative;
}
.history_section .title_block {
  display: flex;
  align-items: center;
  z-index: 5;
}
.history_section .section_subtitle {
  font-size: 400%;
  line-height: 1.25em;
  transform: translate3d(-100px, 0, 0);
  -moz-transform: translate3d(-100px, 0, 0);
  -ms-transform: translate3d(-100px, 0, 0);
  -webkit-transform: translate3d(-100px, 0, 0);
  -o-transform: translate3d(-100px, 0, 0);
  -o-transition: opacity 1s, transform 0.75s;
  -ms-transition: opacity 1s, transform 0.75s;
  -moz-transition: opacity 1s, transform 0.75s;
  -webkit-transition: opacity 1s, transform 0.75s;
  transition: opacity 1s, transform 0.75s;
  opacity: 0;
}
.history_section .section_subtitle .bold_style {
  display: block;
  font-size: 150%;
  line-height: 1.2em;
  font-family: "montserrat-b", "montserratarm-b";
  margin-bottom: 15px;
}
@media screen and (min-width: 959px) and (max-width: 1199px) {
  .history_section .section_subtitle {
    font-size: 320%;
  }
}
@media screen and (min-width: 767px) and (max-width: 959px) {
  .history_section .section_subtitle {
    font-size: 280%;
  }
  .history_section .section_subtitle .bold_style {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 575px) and (max-width: 767px) {
  .history_section .section_subtitle {
    font-size: 240%;
  }
  .history_section .section_subtitle .bold_style {
    margin-bottom: 5px;
  }
}
@media screen and (min-width: 479px) and (max-width: 575px) {
  .history_section .section_subtitle {
    font-size: 220%;
  }
  .history_section .section_subtitle .bold_style {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 359px) and (max-width: 479px) {
  .history_section .section_subtitle {
    font-size: 200%;
  }
  .history_section .section_subtitle .bold_style {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 359px) {
  .history_section .section_subtitle {
    font-size: 180%;
  }
  .history_section .section_subtitle .bold_style {
    margin-bottom: 0;
  }
}
.history_section .images_block {
  position: relative;
  overflow: hidden;
  padding-bottom: 4%;
  opacity: 0;
  -o-transition: opacity 0.1s linear;
  -ms-transition: opacity 0.1s linear;
  -moz-transition: opacity 0.1s linear;
  -webkit-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear;
}
.history_section .images_block img {
  display: block;
  width: 100%;
}
.history_section .images_block img:first-child {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 71.5%;
}
.history_section .images_block img:last-child {
  position: relative;
  z-index: 2;
  width: 100%;
}
.history_section .images_block:before {
  display: block;
  content: "";
  position: absolute;
  left: 39%;
  width: 10%;
  padding-bottom: 10%;
  background: #333333;
  border-radius: 50%;
  top: 20px;
  -o-transition: transform 1s;
  -ms-transition: transform 1s;
  -moz-transition: transform 1s;
  -webkit-transition: transform 1s;
  transition: transform 1s;
  transform: translate3d(0, 50%, 0);
  -moz-transform: translate3d(0, 50%, 0);
  -ms-transform: translate3d(0, 50%, 0);
  -webkit-transform: translate3d(0, 50%, 0);
  -o-transform: translate3d(0, 50%, 0);
}
.history_section .images_block.showed:before {
  transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
}
.history_section .images_block.showed ~ .monakh_image,
.history_section .images_block.showed ~ .title_block .section_subtitle {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
}
.history_section .info_block {
  display: flex;
  margin: 0 -15px;
  font-size: 140%;
  line-height: 23px;
  flex-wrap: wrap;
}
.history_section .info_block.showed .info_inner {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
}
.history_section .info_inner {
  flex: 1;
  max-width: 430px;
  padding: 0 15px;
  opacity: 0;
  transform: translate3d(0, 200px, 0);
  -moz-transform: translate3d(0, 200px, 0);
  -ms-transform: translate3d(0, 200px, 0);
  -webkit-transform: translate3d(0, 200px, 0);
  -o-transform: translate3d(0, 200px, 0);
  -o-transition: opacity 1s, transform 0.75s;
  -ms-transition: opacity 1s, transform 0.75s;
  -moz-transition: opacity 1s, transform 0.75s;
  -webkit-transition: opacity 1s, transform 0.75s;
  transition: opacity 1s, transform 0.75s;
}
.history_section .info_inner + .info_inner {
  -o-transition-delay: 0.3s;
  -ms-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.history_section .monakh_image {
  position: absolute;
  top: 60px;
  height: 750px;
  z-index: 6;
  right: 0;
  opacity: 0;
  transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  -o-transition: opacity 1s, transform 0.75s;
  -ms-transition: opacity 1s, transform 0.75s;
  -moz-transition: opacity 1s, transform 0.75s;
  -webkit-transition: opacity 1s, transform 0.75s;
  transition: opacity 1s, transform 0.75s;
}
@media screen and (max-width: 1439px) {
  .history_section {
    min-height: 80vw;
  }
  .history_section .monakh_image {
    height: 52vw;
  }
}
@media screen and (max-width: 1199px) {
  .history_section .top_block {
    margin-top: 90px;
  }
  .history_section .info_inner {
    max-width: 360px;
  }
}
@media screen and (max-width: 959px) {
  .history_section .top_block {
    margin-top: 60px;
  }
  .history_section .info_inner {
    flex: 0 0 100%;
    max-width: 510px;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 767px) {
  .history_section .top_block {
    margin-top: 40px;
  }
  .history_section .info_inner {
    max-width: 400px;
  }
  .history_section .monakh_image {
    min-height: 300px;
    top: 100%;
  }
}
@media screen and (max-width: 575px) {
  .history_section .info_inner {
    max-width: 100%;
    padding-right: 140px;
  }
}
@media screen and (max-width: 479px) {
  .history_section .info_block {
    font-size: 120%;
    line-height: 20px;
  }
}

.section_title {
  font-size: 1000%;
  line-height: 1.22em;
  font-family: "montserrat-b", "montserratarm-b";
  margin: 0;
  -webkit-text-stroke: 1px;
  -webkit-text-fill-color: transparent;
  opacity: 0;
  white-space: nowrap;
  padding-left: 100%;
  -o-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.section_title.showed {
  opacity: 1 !important;
  padding-left: 0 !important;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media screen and (min-width: 959px) and (max-width: 1199px) {
  .section_title {
    font-size: 800%;
  }
}
@media screen and (min-width: 767px) and (max-width: 959px) {
  .section_title {
    font-size: 640%;
  }
}
@media screen and (min-width: 575px) and (max-width: 767px) {
  .section_title {
    font-size: 500%;
  }
}
@media screen and (min-width: 479px) and (max-width: 575px) {
  .section_title {
    font-size: 400%;
  }
}
@media screen and (min-width: 359px) and (max-width: 479px) {
  .section_title {
    font-size: 360%;
  }
}
@media screen and (max-width: 359px) {
  .section_title {
    font-size: 320%;
  }
}

.video_block {
  position: relative;
}
.video_block video {
  z-index: 2;
}
.video_block:not(.active) .video_screen button {
  transform: translate3d(0, 150px, 0);
  -moz-transform: translate3d(0, 150px, 0);
  -ms-transform: translate3d(0, 150px, 0);
  -webkit-transform: translate3d(0, 150px, 0);
  -o-transform: translate3d(0, 150px, 0);
  opacity: 0;
}
.video_block:not(.playing) video {
  opacity: 0;
}
.video_block .video_screen {
  background-size: 0;
  z-index: 5;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 85px;
}
.video_block .video_screen:before, .video_block .video_screen:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 50%;
  background-image: inherit;
  background-repeat: no-repeat;
  background-size: 200% auto;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.video_block .video_screen:before {
  left: 0;
  background-position: left top;
}
.video_block .video_screen:after {
  right: 0;
  background-position: right top;
}
.video_block .video_screen .play_pause {
  width: 69px;
  height: 69px;
  border-radius: 50%;
  background: transparent;
  padding: 0;
  border: 1px solid #494949;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 3;
  margin-bottom: 35px;
}
.video_block .video_screen .play_pause:hover {
  border-color: #ffffff;
}
.video_block .video_screen .play_pause span {
  display: block;
  width: 21px;
  height: 30px;
  position: relative;
  overflow: hidden;
  border-left: 2px solid;
  margin-left: 3px;
  -o-transition: margin 0.3s;
  -ms-transition: margin 0.3s;
  -moz-transition: margin 0.3s;
  -webkit-transition: margin 0.3s;
  transition: margin 0.3s;
}
.video_block .video_screen .play_pause span:before, .video_block .video_screen .play_pause span:after {
  display: block;
  content: "";
  position: absolute;
  right: 0;
  border-left: 2px solid;
  height: 150%;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-right: 1px;
}
.video_block .video_screen .play_pause span:before {
  bottom: 50%;
  transform-origin: right bottom;
  -webkit-transfrom-origin: right bottom;
  transform: rotate(-52deg);
  -moz-transform: rotate(-52deg);
  -ms-transform: rotate(-52deg);
  -webkit-transform: rotate(-52deg);
  -o-transform: rotate(-52deg);
  margin-bottom: 1px;
}
.video_block .video_screen .play_pause span:after {
  top: 50%;
  transform-origin: right top;
  -webkit-transfrom-origin: right top;
  transform: rotate(52deg);
  -moz-transform: rotate(52deg);
  -ms-transform: rotate(52deg);
  -webkit-transform: rotate(52deg);
  -o-transform: rotate(52deg);
  margin-top: 1px;
}
.video_block .video_screen .volume_btn {
  padding: 0;
  border: 1px solid #494949;
  background: transparent;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 31px;
  height: 31px;
  font-size: 130%;
  position: relative;
  border-radius: 50%;
  z-index: 2;
}
.video_block .video_screen .volume_btn:hover {
  border-color: #ffffff;
}
.video_block.playing .video_screen:before {
  left: -50%;
}
.video_block.playing .video_screen:after {
  right: -50%;
}
.video_block.playing .video_screen .play_pause span {
  margin-left: 0;
}
.video_block.playing .video_screen .play_pause span:before, .video_block.playing .video_screen .play_pause span:after {
  transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  margin-top: 0;
  margin-bottom: 0;
}
.video_block.playing .video_screen .play_pause:not(.showed) {
  opacity: 0;
}
.video_block.playing .video_screen .volume_btn:not(.showed) {
  opacity: 0;
}
@media screen and (min-width: 767px) and (max-width: 1199px) {
  .video_block .video_screen {
    padding-bottom: 60px;
  }
  .video_block .video_screen .play_pause {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 479px) and (max-width: 767px) {
  .video_block .video_screen {
    padding-bottom: 40px;
  }
  .video_block .video_screen .play_pause {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 479px) {
  .video_block .video_screen {
    padding-bottom: 20px;
  }
  .video_block .video_screen .play_pause {
    margin-bottom: 15px;
    width: 53px;
    height: 53px;
  }
}

.gallery_section {
  margin-top: 150px;
}
@media screen and (min-width: 959px) and (max-width: 1199px) {
  .gallery_section {
    margin-top: 120px;
  }
}
@media screen and (min-width: 767px) and (max-width: 959px) {
  .gallery_section {
    margin-top: 90px;
  }
}
@media screen and (min-width: 575px) and (max-width: 767px) {
  .gallery_section {
    margin-top: 60px;
  }
}
@media screen and (max-width: 575px) {
  .gallery_section {
    margin-top: 40px;
  }
}

.gallery_content {
  margin-top: 100px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  max-width: 100%;
}
.gallery_content .images_slider {
  position: relative;
  white-space: nowrap;
  font-size: 0;
  overflow: hidden;
  flex: 0 0 1242px;
  max-width: 1242px;
  margin-left: -414px;
  opacity: 0;
}
.gallery_content .images_slider .slide_block {
  display: inline-block;
  white-space: normal;
  font-size: 1rem;
  width: 50%;
  vertical-align: top;
  padding: 0 12px;
}
.gallery_content .images_slider a {
  display: block;
  position: relative;
  overflow: hidden;
}
.gallery_content .images_slider a:before {
  display: block;
  content: "";
  padding-bottom: 124.4%;
}
.gallery_content .images_slider img {
  object-fit: cover;
}
.gallery_content .images_slider.slick-slider,
.gallery_content .images_slider .slick-list {
  overflow: visible;
}
.gallery_content .info_slider {
  position: absolute;
  overflow: hidden;
  z-index: 10;
  top: 24px;
  left: 495px;
  right: 0;
  max-width: 768px;
  padding-left: 22px;
  padding-right: 15px;
  height: 164px;
  display: flex;
  opacity: 0;
}
.gallery_content .info_slider .slick-list {
  height: 92px !important;
  overflow: visible;
  flex: 1;
  width: 50%;
  max-width: 400px;
  margin-right: auto;
}
.gallery_content .info_slider .slide_block {
  height: 92px;
  max-width: 400px;
  -o-transition: color 0.5s;
  -ms-transition: color 0.5s;
  -moz-transition: color 0.5s;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
  color: #999999;
  font-size: 140%;
  line-height: 24px;
}
.gallery_content .info_slider .slide_block.slick-current {
  color: #ffffff;
  font-family: "montserrat-b", "montserratarm-b";
}
.gallery_content .info_slider .slide_inner {
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-bottom: 20px;
}
.gallery_content .info_slider:before {
  order: 1;
  content: attr(data-current) " /";
  align-self: center;
  color: #ffffff;
  font-family: "montserrat-b", "montserratarm-b";
  font-size: 160%;
  line-height: 19px;
}
.gallery_content .info_slider:after {
  order: 2;
  content: attr(data-length);
  align-self: center;
  color: #999999;
  font-family: "montserrat-b", "montserratarm-b";
  font-size: 160%;
  line-height: 19px;
  margin-left: 5px;
}
.gallery_content .info_slider .slick-arrow {
  position: absolute;
  right: 60px;
  color: #999999;
  font-size: 0;
  width: 66px;
  height: 66px;
  border-radius: 50%;
  padding: 0;
  background: transparent;
  margin: 10px 0;
  z-index: 5;
  border: 1px solid;
}
.gallery_content .info_slider .slick-arrow:hover {
  color: #ffffff;
}
.gallery_content .info_slider .slick-arrow:before {
  display: block;
  font-size: 1.4rem;
  font-weight: 900;
  position: relative;
}
.gallery_content .info_slider .slick-prev {
  top: 50%;
}
.gallery_content .info_slider .slick-prev:before {
  content: "";
}
.gallery_content .info_slider .slick-next {
  bottom: 50%;
}
.gallery_content .info_slider .slick-next:before {
  content: "";
}
.gallery_content .large_images {
  position: relative;
  white-space: nowrap;
  font-size: 0;
  overflow: hidden;
  flex: 0 0 495px;
  max-width: 495px;
  padding-right: 12px;
  z-index: 5;
  background: #111111;
  opacity: 0;
}
.gallery_content .large_images .slide_block {
  display: inline-block;
  white-space: normal;
  font-size: 1rem;
  width: 100%;
  vertical-align: top;
}
.gallery_content .large_images a {
  display: block;
  position: relative;
  overflow: hidden;
}
.gallery_content .large_images a:before {
  display: block;
  content: "";
  padding-bottom: 155.3%;
}
.gallery_content .large_images img {
  object-fit: cover;
}
.gallery_content.show_all .large_images {
  opacity: 1;
  -o-transition: opacity 1s;
  -ms-transition: opacity 1s;
  -moz-transition: opacity 1s;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}
.gallery_content.show_all .info_slider {
  opacity: 1;
  -o-transition: opacity 1s;
  -ms-transition: opacity 1s;
  -moz-transition: opacity 1s;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
  -o-transition-delay: 0.5s;
  -ms-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.gallery_content.show_all .images_slider {
  opacity: 1;
  -o-transition: opacity 1s;
  -ms-transition: opacity 1s;
  -moz-transition: opacity 1s;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
  -o-transition-delay: 1s;
  -ms-transition-delay: 1s;
  -moz-transition-delay: 1s;
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}
@media screen and (max-width: 1199px) {
  .gallery_content .large_images {
    flex: 0 0 40%;
    max-width: 40%;
    padding-right: 0;
  }
  .gallery_content .images_slider {
    flex: 0 0 90%;
    max-width: 90%;
    margin-left: -30%;
  }
  .gallery_content .info_slider {
    left: 40%;
    padding-left: 12px;
    top: 0;
  }
}
@media screen and (min-width: 767px) and (max-width: 959px) {
  .gallery_content .info_slider {
    height: 196px;
  }
  .gallery_content .info_slider:before, .gallery_content .info_slider:after {
    font-size: 140%;
  }
  .gallery_content .info_slider .slide_block {
    line-height: 22px;
    height: 98px;
  }
  .gallery_content .info_slider .slide_inner {
    -webkit-line-clamp: 4;
    margin-bottom: 10px;
  }
  .gallery_content .info_slider .slick-list {
    height: 98px !important;
    max-width: 320px;
  }
  .gallery_content .info_slider .slick-arrow {
    width: 48px;
    height: 48px;
  }
}
@media screen and (max-width: 767px) {
  .gallery_content {
    flex-wrap: wrap;
  }
  .gallery_content .info_slider {
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 24px;
  }
  .gallery_content .large_images {
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
  .gallery_content .images_slider {
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: -33.33%;
  }
}
@media screen and (min-width: 959px) and (max-width: 1199px) {
  .gallery_content {
    margin-top: 80px;
  }
}
@media screen and (min-width: 767px) and (max-width: 959px) {
  .gallery_content {
    margin-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .gallery_content {
    margin-top: 40px;
  }
}
@media screen and (max-width: 575px) {
  .gallery_content .large_images {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .gallery_content .images_slider {
    margin-left: -50%;
  }
  .gallery_content .info_slider {
    height: 196px;
  }
  .gallery_content .info_slider:before, .gallery_content .info_slider:after {
    font-size: 140%;
  }
  .gallery_content .info_slider .slide_block {
    line-height: 22px;
    height: 98px;
  }
  .gallery_content .info_slider .slide_inner {
    -webkit-line-clamp: 4;
    margin-bottom: 10px;
  }
  .gallery_content .info_slider .slick-list {
    height: 98px !important;
    max-width: 320px;
  }
  .gallery_content .info_slider .slick-arrow {
    width: 48px;
    height: 48px;
  }
}
@media screen and (max-width: 479px) {
  .gallery_content .info_slider {
    margin-top: 50px;
    padding-right: 0;
  }
  .gallery_content .info_slider .slick-list {
    padding-right: 12px;
  }
  .gallery_content .info_slider:before, .gallery_content .info_slider:after {
    align-self: flex-end;
    min-width: 20px;
    margin-bottom: 30px;
  }
  .gallery_content .info_slider:before {
    text-align: right;
  }
  .gallery_content .info_slider .slick-arrow {
    right: 0;
    transform: translate3d(0, -30px, 0);
    -moz-transform: translate3d(0, -30px, 0);
    -ms-transform: translate3d(0, -30px, 0);
    -webkit-transform: translate3d(0, -30px, 0);
    -o-transform: translate3d(0, -30px, 0);
  }
  .gallery_content .info_slider .slide_block {
    font-size: 120%;
  }
}

.contacts_section {
  margin-top: 150px;
  padding-bottom: 150px;
  position: relative;
  overflow: hidden;
}
.contacts_section .form_section {
  display: flex;
  margin: 0 -10px;
}
.contacts_section .contact_form {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 10px;
  margin-top: -122px;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.contacts_section .title_block {
  align-self: flex-start;
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 10px;
  margin-top: 100px;
}
.contacts_section .send_icon {
  display: flex;
  min-width: 80px;
  height: 80px;
  position: relative;
  align-items: center;
  justify-content: center;
  font-size: 360%;
  opacity: 0;
  transform: translate3d(-50vw, 50vw, 0);
  -moz-transform: translate3d(-50vw, 50vw, 0);
  -ms-transform: translate3d(-50vw, 50vw, 0);
  -webkit-transform: translate3d(-50vw, 50vw, 0);
  -o-transform: translate3d(-50vw, 50vw, 0);
  -o-transition: all 1s;
  -ms-transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.contacts_section .send_icon:before {
  display: block;
}
.contacts_section .send_icon svg {
  transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
}
.contacts_section .send_icon svg circle {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  -o-transition: all 9s linear;
  -ms-transition: all 9s linear;
  -moz-transition: all 9s linear;
  -webkit-transition: all 9s linear;
  transition: all 9s linear;
  -o-transition-delay: 1s;
  -ms-transition-delay: 1s;
  -moz-transition-delay: 1s;
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}
.contacts_section .form_description {
  flex: 1;
  max-width: 260px;
  margin: 0 auto;
  font-size: 140%;
  line-height: 23px;
  opacity: 0;
  padding-left: 24px;
  transform: translate3d(-50px, 0, 0);
  -moz-transform: translate3d(-50px, 0, 0);
  -ms-transform: translate3d(-50px, 0, 0);
  -webkit-transform: translate3d(-50px, 0, 0);
  -o-transform: translate3d(-50px, 0, 0);
  -o-transition: all 1s;
  -ms-transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
  transition: all 1s;
  -o-transition-delay: 1s;
  -ms-transition-delay: 1s;
  -moz-transition-delay: 1s;
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}
.contacts_section .form_fields {
  flex: 0 0 100%;
  max-width: 100%;
  margin-top: 40px;
}
.contacts_section .field_block {
  padding: 14px 0 16px;
  width: 0;
  overflow: hidden;
  -o-transition: width 1s;
  -ms-transition: width 1s;
  -moz-transition: width 1s;
  -webkit-transition: width 1s;
  transition: width 1s;
}
.contacts_section .field_block:first-child {
  -o-transition-delay: 1s;
  -ms-transition-delay: 1s;
  -moz-transition-delay: 1s;
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}
.contacts_section .field_block:nth-child(2) {
  -o-transition-delay: 1.5s;
  -ms-transition-delay: 1.5s;
  -moz-transition-delay: 1.5s;
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5s;
}
.contacts_section .field_block:nth-child(3) {
  -o-transition-delay: 2s;
  -ms-transition-delay: 2s;
  -moz-transition-delay: 2s;
  -webkit-transition-delay: 2s;
  transition-delay: 2s;
}
.contacts_section .field_block:nth-child(4) {
  -o-transition-delay: 2.5s;
  -ms-transition-delay: 2.5s;
  -moz-transition-delay: 2.5s;
  -webkit-transition-delay: 2.5s;
  transition-delay: 2.5s;
}
.contacts_section .field_block input,
.contacts_section .field_block textarea {
  background-color: transparent;
  font-size: 140%;
  line-height: 18px;
  border: none;
  color: inherit;
  font-family: inherit;
}
.contacts_section .field_block input:focus ~ .psevdo_ph, .contacts_section .field_block input.filled ~ .psevdo_ph,
.contacts_section .field_block textarea:focus ~ .psevdo_ph,
.contacts_section .field_block textarea.filled ~ .psevdo_ph {
  top: 0;
  font-size: 110%;
  line-height: 14px;
  color: #717171;
}
.contacts_section .field_block input {
  padding: 10px 0;
  border-bottom: 1px solid rgba(216, 216, 216, 0.7);
  -o-transition: border-color 0.3s;
  -ms-transition: border-color 0.3s;
  -moz-transition: border-color 0.3s;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.contacts_section .field_block input:focus {
  border-bottom-color: #d8d8d8;
}
.contacts_section .field_block textarea {
  min-height: 38px;
  padding: 0;
  line-height: 38px;
  background-image: linear-gradient(to bottom, transparent 0 37px, rgba(216, 216, 216, 0.7) 37px 38px);
  background-repeat: repeat-x;
  background-size: 1px 38px;
  background-position: left bottom;
  -o-transition: background-image 0.3s;
  -ms-transition: background-image 0.3s;
  -moz-transition: background-image 0.3s;
  -webkit-transition: background-image 0.3s;
  transition: background-image 0.3s;
}
.contacts_section .field_block textarea:focus {
  background-image: linear-gradient(to bottom, transparent 0 37px, #d8d8d8 37px 38px);
}
.contacts_section .field_block .psevdo_ph {
  font-size: 140%;
  line-height: 18px;
  position: absolute;
  left: 0;
  top: 24px;
  color: rgba(255, 255, 255, 0.7);
  opacity: 0;
  white-space: nowrap;
  pointer-events: none;
}
.contacts_section .field_block.has-error textarea {
  background-image: linear-gradient(to bottom, transparent 0 37px, #b94a48 37px 38px);
}
.contacts_section .validate_btn {
  border: none;
  height: 55px;
  width: 100%;
  background: #ffffff;
  color: #111111;
  font-family: "montserrat-m", "montserratarm-m";
  font-size: 140%;
}
.contacts_section .btn_block {
  opacity: 0;
  margin-top: 20px;
  -o-transition: opacity 1s;
  -ms-transition: opacity 1s;
  -moz-transition: opacity 1s;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
  -o-transition-delay: 3s;
  -ms-transition-delay: 3s;
  -moz-transition-delay: 3s;
  -webkit-transition-delay: 3s;
  transition-delay: 3s;
}
.contacts_section .error_hint {
  font-size: 120%;
  line-height: 14px;
  bottom: 2px;
  right: 0;
  position: absolute;
}
.contacts_section .section_subtitle {
  font-size: 600%;
  line-height: 1.2em;
  transform: translate3d(-100px, 0, 0);
  -moz-transform: translate3d(-100px, 0, 0);
  -ms-transform: translate3d(-100px, 0, 0);
  -webkit-transform: translate3d(-100px, 0, 0);
  -o-transform: translate3d(-100px, 0, 0);
  opacity: 0;
}
.contacts_section .section_subtitle .bold_style {
  display: block;
  font-size: 133.33%;
  margin-bottom: 10px;
  font-family: "montserrat-b", "montserratarm-b";
}
@media screen and (min-width: 959px) and (max-width: 1199px) {
  .contacts_section .section_subtitle {
    font-size: 500%;
  }
}
@media screen and (min-width: 767px) and (max-width: 959px) {
  .contacts_section .section_subtitle {
    font-size: 400%;
  }
}
@media screen and (min-width: 575px) and (max-width: 767px) {
  .contacts_section .section_subtitle {
    font-size: 320%;
  }
}
@media screen and (min-width: 399px) and (max-width: 575px) {
  .contacts_section .section_subtitle {
    font-size: 240%;
  }
}
@media screen and (max-width: 399px) {
  .contacts_section .section_subtitle {
    font-size: 200%;
  }
}
.contacts_section.show_all .send_icon {
  transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  opacity: 1;
}
.contacts_section.show_all .send_icon svg circle {
  stroke-dashoffset: 0;
}
.contacts_section.show_all .form_description {
  opacity: 0.98;
  transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
}
.contacts_section.show_all .field_block {
  width: 100%;
}
.contacts_section.show_all .btn_block {
  opacity: 1;
}
.contacts_section.show_all .section_subtitle {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -o-transition: opacity 1s, transform 0.75s;
  -ms-transition: opacity 1s, transform 0.75s;
  -moz-transition: opacity 1s, transform 0.75s;
  -webkit-transition: opacity 1s, transform 0.75s;
  transition: opacity 1s, transform 0.75s;
  -o-transition-delay: 1s;
  -ms-transition-delay: 1s;
  -moz-transition-delay: 1s;
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}
@media screen and (min-width: 959px) and (max-width: 1199px) {
  .contacts_section {
    margin-top: 120px;
    padding-bottom: 120px;
  }
  .contacts_section .contact_form {
    margin-top: -97px;
  }
}
@media screen and (max-width: 959px) {
  .contacts_section .send_icon {
    min-width: 60px;
    height: 60px;
    font-size: 280%;
  }
  .contacts_section .send_icon svg circle {
    cx: 30px;
    cy: 30px;
    r: 29px;
  }
  .contacts_section .validate_btn {
    height: 40px;
  }
}
@media screen and (min-width: 767px) and (max-width: 959px) {
  .contacts_section {
    margin-top: 90px;
    padding-bottom: 90px;
  }
  .contacts_section .contact_form {
    margin-top: -77px;
  }
}
@media screen and (min-width: 575px) and (max-width: 767px) {
  .contacts_section {
    margin-top: 60px;
    padding-bottom: 60px;
  }
  .contacts_section .contact_form {
    margin-top: -60px;
  }
}
@media screen and (max-width: 575px) {
  .contacts_section {
    margin-top: 40px;
    padding-bottom: 40px;
  }
  .contacts_section .form_section {
    flex-wrap: wrap;
  }
  .contacts_section .title_block,
.contacts_section .contact_form {
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 40px;
  }
  .contacts_section.show_all .section_subtitle {
    -o-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }
}

@keyframes showPreview {
  0% {
    margin-right: -172px;
  }
  100% {
    margin-right: 0;
  }
}
.web .gallery_content .images_slider a, .gallery_content .images_slider .web a, .web .gallery_content .large_images a, .gallery_content .large_images .web a {
  -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_section .slider_actions button, .gallery_content .info_slider .slick-arrow {
  -o-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.web .contacts_section .validate_btn, .contacts_section .web .validate_btn {
  -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;
}

.video_block .video_screen .play_pause, .video_block .video_screen .volume_btn, .contacts_section .field_block .psevdo_ph {
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.touch .gallery_content .images_slider a, .gallery_content .images_slider .touch a, .touch .gallery_content .large_images a, .gallery_content .large_images .touch a {
  -o-transition: opacity 0.15s;
  -ms-transition: opacity 0.15s;
  -moz-transition: opacity 0.15s;
  -webkit-transition: opacity 0.15s;
  transition: opacity 0.15s;
}

.touch .contacts_section .validate_btn, .contacts_section .touch .validate_btn {
  -o-transition: background-color 0.15s;
  -ms-transition: background-color 0.15s;
  -moz-transition: background-color 0.15s;
  -webkit-transition: background-color 0.15s;
  transition: background-color 0.15s;
}

.web .contacts_section .validate_btn:hover, .contacts_section .web .validate_btn:hover {
  background: #F9C733;
}
.web .gallery_content .images_slider a:hover, .gallery_content .images_slider .web a:hover, .web .gallery_content .large_images a:hover, .gallery_content .large_images .web a:hover {
  opacity: 0.7;
}

.touch .contacts_section .validate_btn:active, .contacts_section .touch .validate_btn:active {
  background: #F9C733;
}
.touch .gallery_content .images_slider a:active, .gallery_content .images_slider .touch a:active, .touch .gallery_content .large_images a:active, .gallery_content .large_images .touch a:active {
  opacity: 0.7;
}

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