:root {
  --white: white;
  --black: black;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #333;
  font-family: Helveticaneuecyr, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}

p {
  margin-bottom: 10px;
}

img {
  max-width: 100%;
  display: inline-block;
}

figcaption {
  text-align: center;
  margin-top: 5px;
}

.container_menu {
  flex: 1;
  justify-content: space-between;
  max-width: 100%;
  height: 60px;
  display: flex;
}

.header_name_text_wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.main_section_name {
  text-decoration: none;
}

.text-block {
  text-align: center;
  justify-content: center;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}

.s60 {
  color: #000;
  height: 60px;
  margin-left: -117px;
}

.name_artist {
  color: #333;
  text-align: center;
  letter-spacing: .03em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 58px;
  font-style: normal;
  font-weight: 300;
  line-height: 90%;
  text-decoration: none;
}

.header_menu_wrapper {
  z-index: 200;
  flex: 1;
  justify-content: center;
  align-items: center;
  height: 60px;
  font-size: 16px;
  font-weight: 700;
  display: flex;
  position: relative;
}

.container {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  max-width: 1210px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
}

.container_menu_1 {
  color: #333;
  flex: 0 auto;
  justify-content: center;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 100%;
  display: flex;
}

.menu {
  z-index: 200;
  background-color: rgba(0, 0, 0, 0);
  flex: 1;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.social_icons {
  z-index: 200;
  grid-column-gap: 25px;
  flex-flow: row;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 12%;
  overflow: visible;
}

.bckg_menu_gray {
  z-index: 0;
  background-color: #f5f5f5;
  flex-direction: row;
  flex: 1;
  justify-content: center;
  align-items: center;
  height: 60px;
  display: flex;
  position: relative;
}

.menu_text {
  color: #333;
  padding: 23px 20px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: color .3s cubic-bezier(.25, .46, .45, .94);
}

.menu_text:hover {
  color: #666;
}

.menu_text:visited {
  color: #6c6c6c;
}

.menu_text.w--current {
  color: #666;
}

.menu_text.w--current:hover {
  opacity: 1;
}

.menu_text:lang(en) {
  color: #333;
}

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

.section.grey_smoke {
  background-color: #f7f7f7;
}

.s100 {
  height: 100px;
}

.slide-nav {
  z-index: 2;
  font-size: 10px;
}

.slider {
  background-color: rgba(0, 0, 0, 0);
  width: auto;
  height: 720px;
}

.mask {
  width: auto;
}

.slide {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 720px;
  font-size: 10px;
  line-height: 80%;
}

.slide.slider_first {
  background-image: url('../images/slider_1.webp');
  height: 720px;
  padding-bottom: 0;
  padding-right: 0;
}

.slide.slider_second {
  background-image: url('../images/slider_2.webp');
}

.slide.slider_third {
  background-image: url('../images/slider_3.webp');
}

.slide.slider_fourth {
  background-image: url('../images/slider_4.webp');
}

.slide.slider_fifth {
  background-image: url('../images/slider_5.webp');
}

.slide.slider_sixth {
  background-image: url('../images/slider_6.webp');
}

.left_arrow {
  z-index: 2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: opacity .3s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  position: absolute;
}

.left_arrow:hover {
  opacity: .5;
}

.left_arrow:active {
  opacity: .3;
}

.right_arrow {
  z-index: 2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: opacity .3s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.right_arrow:hover {
  opacity: .5;
}

.right_arrow:active {
  opacity: .3;
}

.nav_menu {
  position: static;
}

.menu_button_phone {
  z-index: 2;
}

.section_menu {
  z-index: 200;
  position: relative;
}

.dropdown_button_2 {
  padding-top: 23px;
  padding-bottom: 23px;
  padding-right: 20px;
}

.dropdown_button_2:hover {
  color: #666;
}

.dropdown_button_2.w--open {
  padding-right: 20px;
}

.dropdown_menu_2 {
  position: static;
}

.dropdown_list_2 {
  z-index: 90;
  transition: opacity .2s, opacity .3s cubic-bezier(.25, .46, .45, .94);
  box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
}

.dropdown_list_2.w--open {
  grid-column-gap: 70px;
  background-color: #fff;
  flex-wrap: nowrap;
  justify-content: center;
  padding: 29px 20px;
  display: flex;
  top: 60px;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.drop_link {
  color: #333;
  margin-left: auto;
  margin-right: auto;
  padding: 9px 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
  transition: opacity .3s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.drop_link:hover {
  color: #8b8b8b;
}

.text_introduction_wrapper {
  flex-wrap: wrap;
  display: flex;
}

.text_introduction {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: space-between;
  max-width: 772px;
  display: flex;
}

.text_phraze {
  letter-spacing: .02em;
}

.text_phrase {
  letter-spacing: .02em;
  font-size: 30px;
  line-height: 40px;
}

.text {
  word-break: normal;
  max-width: 720px;
  margin-top: 0;
}

.text.contact200 {
  line-height: 220%;
}

.heading_2 {
  letter-spacing: .02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 41px;
  font-weight: 400;
  line-height: 100%;
}

.line {
  color: #333;
  background-color: #e3e3e3;
  height: 1px;
  margin-bottom: 0;
}

.line.no_space {
  margin-bottom: 0;
}

.name_collection {
  letter-spacing: .02em;
  font-size: 22px;
  font-weight: 400;
  line-height: 100%;
}

.heading_3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 400;
  line-height: 100%;
}

.name_collection_button {
  flex-flow: column wrap;
  justify-content: space-between;
  align-items: flex-start;
  display: block;
}

.art_picture {
  justify-content: space-between;
}

.text_description {
  color: #333;
  font-size: 16px;
}

.image_art {
  background-color: #5a5a5a;
  max-height: 550px;
  display: block;
}

.link_but {
  color: #333;
  font-size: 16px;
  text-decoration: none;
}

.link_but:hover {
  color: #8b8b8b;
}

.button_link {
  grid-column-gap: 10px;
  margin-right: 5px;
  padding-left: 31px;
  font-size: 15px;
  text-decoration: none;
  display: flex;
}

.button_link:hover {
  color: #8b8b8b;
}

.art_lightbox {
  z-index: 99;
  grid-row-gap: 30px;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.text-block-5 {
  font-size: 40px;
  font-weight: 300;
  position: absolute;
  top: 40px;
  bottom: auto;
  left: auto;
  right: 40px;
}

.s65 {
  height: 100px;
}

._1column_wrapper {
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer_wrapper {
  grid-row-gap: 50px;
  flex-flow: column wrap;
  justify-content: space-between;
  display: flex;
}

.left_footer {
  grid-row-gap: 50px;
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
}

.center_footer {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  max-height: 70px;
  display: flex;
}

.right_footer {
  grid-row-gap: 50px;
  flex-direction: column;
  display: flex;
}

.footer_column {
  flex-wrap: wrap;
  justify-content: space-between;
  display: flex;
}

.text_copyright {
  color: #777;
  font-size: 12px;
  line-height: 100%;
}

.text_icons_contact {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.phone_icon_text_number {
  grid-column-gap: 23px;
  grid-row-gap: 23px;
  justify-content: flex-start;
  display: flex;
}

.email_icon_text_address {
  grid-column-gap: 23px;
  grid-row-gap: 23px;
  display: flex;
}

.phone_number {
  color: #333;
  text-decoration: none;
  transition: color .3s cubic-bezier(.25, .46, .45, .94);
}

.phone_number:hover {
  color: #666;
}

.email_text_footer {
  color: #333;
  text-decoration: underline;
  transition: color .3s cubic-bezier(.25, .46, .45, .94);
}

.email_text_footer:hover {
  color: #666;
}

.menu_text_footer {
  color: #333;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: color .3s cubic-bezier(.25, .46, .45, .94);
}

.menu_text_footer:hover {
  color: #666;
}

.fb_insta_icons {
  grid-column-gap: 25px;
  justify-content: flex-end;
  display: flex;
}

.button_portfolio {
  grid-column-gap: 10px;
  color: #333;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #000;
  border-radius: 1px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 65px;
  padding: 0;
  transition: color .3s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.line_footer {
  background-color: #e3e3e3;
  height: 1px;
}

.text_button {
  outline-offset: 0px;
  color: #333;
  outline: 3px #333;
  font-size: 16px;
  text-decoration: none;
  transition: color .3s cubic-bezier(.25, .46, .45, .94);
}

.text_button:hover {
  color: #8b8b8b;
}

.about_picture {
  flex: 0 auto;
  max-height: 600px;
}

.image_author {
  max-height: 600px;
}

.text_author {
  justify-content: space-between;
}

.author_pict_text_wrapper {
  grid-column-gap: 50px;
  flex-flow: wrap;
  justify-content: flex-start;
  display: flex;
}

.author_text_button {
  grid-column-gap: 45px;
  grid-row-gap: 40px;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  display: flex;
}

.art_card {
  grid-row-gap: 30px;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

._3column_wrapper {
  grid-column-gap: 30px;
  flex-flow: row;
  justify-content: center;
  display: flex;
}

.art_card3 {
  grid-row-gap: 30px;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.art_card3.no_s30 {
  grid-row-gap: 0px;
}

.image_interior {
  max-height: 460px;
}

.next {
  grid-column-gap: 10px;
  background-color: rgba(0, 0, 0, 0);
  border-color: #333;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 60px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.previous {
  grid-column-gap: 10px;
  background-color: rgba(0, 0, 0, 0);
  border-color: #333;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 60px;
  font-size: 16px;
  display: flex;
}

.head_direction {
  justify-content: space-between;
  display: flex;
}

.art_collages_card {
  grid-column-gap: 30px;
  display: flex;
  overflow: visible;
}

.text_description_collage {
  grid-row-gap: 30px;
  flex-direction: column;
  justify-content: flex-end;
  display: flex;
}

.art_picture_collage {
  border: 1px solid #b1b1b1;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 370px;
  display: flex;
}

.art_picture_collage.black_combo {
  background-color: #000;
}

.art_picture_collage.gray_combo {
  background-color: #5a5a5a;
}

._1collumn_collage_wrapper {
  grid-row-gap: 75px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.text_collage {
  max-width: 600px;
  font-size: 16px;
}

.s30 {
  height: 30px;
}

._2column_wrapper {
  grid-column-gap: 30px;
  justify-content: space-between;
  display: flex;
}

._1column {
  justify-content: center;
  display: flex;
}

.vertical_align_75 {
  grid-row-gap: 60px;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

._4column_wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-wrap: wrap;
  justify-content: space-between;
  display: flex;
}

.picture_exhibition {
  max-width: 270px;
}

.text-span {
  text-decoration: underline;
}

.social_images_wrapper {
  grid-column-gap: 35px;
  justify-content: flex-start;
  display: flex;
}

.image_social {
  border: 1px solid #b1b1b1;
  max-height: 350px;
  display: inline-block;
}

.contact_button_wrapper {
  justify-content: space-between;
  display: flex;
}

.text_contact_page {
  max-width: 300px;
}

.button_up {
  z-index: 50;
  background-color: rgba(180, 180, 180, .33);
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 25px;
  left: auto;
  right: 25px;
}

.button_up:hover {
  background-color: rgba(141, 141, 141, .33);
}

.button_up:active {
  background-color: rgba(110, 110, 110, .33);
}

.button_up.w--current {
  z-index: 50;
}

.arrow_up {
  height: 25px;
}

.section_header {
  z-index: 200;
  position: relative;
}

.pagination {
  margin-top: 40px;
}

.input {
  color: #333;
  border-width: 1px;
  border-color: #bababa;
  height: 55px;
  margin-bottom: 30px;
}

.input::placeholder {
  color: #aaa;
  background-color: rgba(0, 0, 0, 0);
}

.input.textarea {
  min-width: 100%;
  max-width: 100%;
  height: 120px;
  min-height: 120px;
  max-height: 250px;
}

.form-block {
  max-width: 570px;
  margin-bottom: 0;
}

.button_form {
  text-align: center;
  background-color: #333;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 65px;
  font-size: 16px;
  transition: background-color .3s ease-out;
  display: flex;
}

.button_form:hover {
  background-color: #464646;
}

.button_form:active {
  background-color: #6f6f6f;
}

.success-message {
  background-color: #f7f7f7;
}

@media screen and (max-width: 991px) {
  .header_menu_wrapper {
    z-index: 2;
  }

  .container_menu_1 {
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
  }

  .menu {
    z-index: 2;
    flex-direction: column-reverse;
    justify-content: space-between;
    align-items: stretch;
    display: block;
    bottom: 0;
  }

  .social_icons {
    z-index: 180;
    top: 0%;
    bottom: 0%;
    left: 30px;
    right: auto;
  }

  .menu_text {
    font-size: 16px;
  }

  .nav_menu {
    grid-column-gap: 30px;
    background-color: #f5f5f5;
    flex-flow: row;
    justify-content: space-between;
    position: absolute;
  }

  .menu_button_phone {
    z-index: 10;
    height: 63px;
    padding-top: 18px;
    padding-bottom: 18px;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: auto;
    right: 10px;
  }

  .menu_button_phone.w--open {
    background-color: #f5f5f5;
    top: 0%;
    bottom: auto;
    left: auto;
    right: 10px;
  }

  .line_menu_burger_1, .line_menu_burger_2, .line_menu_burger_3 {
    background-color: #333;
    width: 30px;
    height: 2px;
    margin-top: 4px;
    margin-bottom: 4px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .dropdown_menu_2 {
    flex-direction: row;
    align-items: flex-start;
    display: block;
  }

  .dropdown_list_2.w--open {
    padding-top: 20px;
    display: block;
  }

  .drop_link {
    line-height: 130%;
  }

  .dropdown_column {
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .text_phraze {
    font-size: 25px;
    line-height: 35px;
  }

  .text {
    font-size: 16px;
    line-height: 140%;
  }

  .text.contact200 {
    font-size: 18px;
  }

  .heading_2 {
    font-size: 35px;
  }

  ._1column_wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 50px;
    flex-wrap: nowrap;
  }

  .footer_wrapper {
    align-items: center;
    display: block;
  }

  .left_footer {
    grid-row-gap: 30px;
    align-items: center;
  }

  .center_footer {
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    margin-top: 30px;
  }

  .right_footer {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    align-items: center;
    margin-top: 10px;
  }

  .footer_column {
    flex-wrap: wrap;
    justify-content: center;
    display: block;
  }

  .text_copyright {
    text-align: center;
    margin-top: 30px;
    display: block;
  }

  .line_footer {
    margin-bottom: 30px;
  }

  .s50 {
    max-height: 50px;
  }

  .image_author {
    max-height: 500px;
  }

  .author_pict_text_wrapper {
    grid-column-gap: 35px;
  }

  ._3column_wrapper {
    flex-wrap: nowrap;
    justify-content: space-between;
  }

  .s30 {
    height: 20px;
  }

  ._2column_wrapper {
    justify-content: space-between;
  }

  ._4column_wrapper {
    flex-wrap: wrap;
    justify-content: center;
  }

  .button_up {
    display: none;
  }

  .section_header {
    z-index: 200;
  }

  .menu_text_dropdown {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .header_menu_wrapper {
    flex-wrap: wrap;
  }

  .menu {
    z-index: 5;
  }

  .menu_button_phone.w--open {
    right: 10px;
  }

  .dropdown_list_2 {
    left: 20px;
  }

  .text_phraze {
    font-size: 24px;
    line-height: 34px;
  }

  .heading_2 {
    font-size: 30px;
  }

  .heading_3 {
    font-size: 20px;
  }

  .name_collection_button {
    margin-bottom: 5px;
  }

  .image_art {
    padding-bottom: 15px;
  }

  ._1column_wrapper {
    grid-row-gap: 50px;
  }

  .center_footer {
    flex-wrap: wrap;
    max-height: 200px;
    display: block;
  }

  .right_footer {
    margin-top: 20px;
  }

  .menu_text_footer {
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 5px;
    padding-bottom: 5px;
    display: flex;
  }

  .fb_insta_icons {
    margin-top: 15px;
  }

  .button_portfolio {
    margin-top: 10px;
  }

  .author_pict_text_wrapper {
    display: block;
  }

  .author_text_button {
    padding-top: 30px;
  }

  .s30 {
    height: 25px;
  }

  .contact_button_wrapper {
    display: block;
  }
}

@media screen and (max-width: 479px) {
  .header_name_text_wrapper {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .s60 {
    height: 40px;
  }

  .name_artist {
    font-size: 55px;
    line-height: 88%;
  }

  .header_menu_wrapper, .menu {
    z-index: 150;
  }

  .social_icons {
    display: flex;
  }

  .s100 {
    height: 60px;
  }

  .slider {
    height: 600px;
  }

  .nav_menu {
    z-index: 150;
  }

  .menu_button_phone.w--open {
    top: 0%;
    bottom: auto;
    left: auto;
    right: 10px;
  }

  .section_menu {
    z-index: 250;
  }

  .heading_2 {
    line-height: 130%;
  }

  .name_collection {
    flex: none;
  }

  .name_collection_button {
    grid-row-gap: 30px;
    margin-bottom: 0;
  }

  .image_art {
    padding-bottom: 0;
    display: block;
  }

  .button_link {
    padding-left: 0;
  }

  .s65 {
    height: 60px;
  }

  ._1column_wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column wrap;
    justify-content: space-between;
    display: block;
  }

  .footer_wrapper {
    display: block;
  }

  .center_footer {
    flex-direction: column;
    max-height: 200px;
    display: block;
  }

  .menu_text_footer {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .button_portfolio {
    margin-top: 20px;
  }

  .image_author {
    max-height: 600px;
  }

  .art_card {
    grid-row-gap: 10px;
  }

  ._3column_wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 30px;
    flex-flow: column wrap;
  }

  ._3column_wrapper.justify {
    flex-flow: wrap;
  }

  .art_card3 {
    flex-direction: column;
  }

  .image_interior {
    margin-bottom: 0;
  }

  .head_direction {
    grid-row-gap: 20px;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .art_collages_card {
    grid-row-gap: 20px;
    flex-flow: column wrap;
  }

  ._1collumn_collage_wrapper {
    grid-row-gap: 30px;
  }

  ._2column_wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 30px;
    flex-flow: wrap;
    justify-content: space-between;
  }

  .vertical_align_75 {
    grid-row-gap: 30px;
  }

  .social_images_wrapper {
    grid-row-gap: 30px;
    flex-wrap: wrap;
  }

  .contact_button_wrapper {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .section_header {
    z-index: 200;
  }
}


@font-face {
  font-family: 'Helveticaneuecyr';
  src: url('../fonts/helveticaneuecyr-light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helveticaneuecyr';
  src: url('../fonts/helveticaneuecyr-roman.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helveticaneuecyr';
  src: url('../fonts/helveticaneuecyr-bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}