@charset "UTF-8";
@font-face {
  font-family: "Code Pro";
  src: local("Code Pro Bold"), local("Code-Pro-Bold"),
    url("../fonts/Code-Pro-Bold.woff2") format("woff2"),
    url("../fonts/Code-Pro-Bold.woff") format("woff"),
    url("../fonts/Code-Pro-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Code Pro";
  src: local("Code Pro Regular"), local("Code-Pro-Regular"),
    url("../fonts/Code-Pro.woff2") format("woff2"),
    url("../fonts/Code-Pro.woff") format("woff"),
    url("../fonts/Code-Pro.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

* {
  margin: 0;
  padding: 0;
  color: white;
}

html {
  background-color: black;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

html::-webkit-scrollbar {
  width: 10px;
  background-color: #ffffff;
}

html::-webkit-scrollbar-thumb {
  background-color: black;
}

body {
  width: 100%;
}

.max {
  margin: 0 auto;
  position: relative;
  padding: 0 8%;
  width: calc(100vw - 10px);
  box-sizing: border-box;
}

.hid {
  overflow: hidden;
}

/* Стили Menu */

/* Cтили секции 1 */

.start {
  display: flex;
  align-items: flex-start;
  gap: 100px;
}

.start_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.start_top_text {
  font-weight: 400;
  font-family: Code Pro;
  font-size: 35px;
  line-height: 150%;
}

.start_bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 148px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  transform: translateY(-25px);
}

.start_bottom_movie {
}

/* Cтили секции 2 */

.adress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 180px;
}

.adress hr {
  height: 147px;
}

.adress_hr {
  display: none;
}

.adress_card {
  height: 17vh;
  width: 23vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  padding-left: 22px;
  padding-top: 11px;
  padding-right: 32px;
}

.adress_card_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 52px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.adress_card_top_text {
  text-decoration: none;
  font-size: 14px;
}

.adress_card_top_text:hover {
  text-decoration-line: underline;
}

.adress_card_bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.adress_card_bottom_number {
  font-weight: bold;
  text-decoration: none;
  font-size: 20px;
}

.adress_card_bottom_number:hover {
  text-decoration: underline;
}

/* Cтили секции 3 */

.services_title {
  font-family: "Code Pro";
  font-weight: 400;
  margin-bottom: 86px;
  font-size: 64px;
}

.services_price_position {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 34px;
  padding-bottom: 32px;
  cursor: pointer;
}

.services_price_position_left_none {
  display: none;
  transition: text-shadow 0.3s;
}

.services_price_position:hover {
  font-weight: bold;
  margin-left: 28px;
}

.services_price_position:hover .services_price_position_right_button_arrow {
  display: none;
  width: 24px;
  height: 24px;
}

.services_price_position:hover
  .services_price_position_right_button_arrow_active {
  display: block;
  width: 24px;
  height: 24px;
}

.services_price_position_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.services_price_position_right_text {
  margin-right: 130px;
  width: 126px;
}

.services_price {
  margin-bottom: 182px;
}

.services_price_position_right_button_arrow {
  display: block;
  width: 24px;
  height: 24px;
}

.services_price_position_right_button_arrow_active {
  display: none;
  width: 24px;
  height: 24px;
}

/* Cтили секции 4 */

.images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: auto;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 0;
}

.images_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  height: auto;
  margin-bottom: 147px;
  margin-right: 90px;
}

.images_right_sizers_line {
  width: inherit;
  height: auto;
  background-color: black;
  bottom: 0;
  border-bottom: 2px solid #ffffff;
  padding-top: 13px;
  padding-bottom: 18px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.images_right_sizers_line_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.images_right_sizers_line_right_text {
  padding-right: 2vw;
}

.images_right_sizers_line_right_arrow:hover {
  opacity: 0.5;
}

.images_left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  height: auto;
  margin-top: 0;
}

.images_left_glass_line {
  width: inherit;
  height: auto;
  background-color: black;
  bottom: 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 13px;
  padding-bottom: 18px;
  border-bottom: 2px solid #ffffff;
}

.images_left_glass_line_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.images_left_glass_line_right_text {
  padding-right: 2vw;
}

.images_left_glass_line_right_arrow:hover {
  opacity: 0.5;
}

/* Cтили секции 5 */

.slider {
  position: relative;
  padding-top: 40vh;
  margin-bottom: 289px;
}

.slider_item {
  -webkit-animation-name: fade;
  animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
}

.slider_item_slide {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.slider_arrow_left_prev {
  cursor: pointer;
  position: absolute;
  top: 0;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
}

.slider_arrow_left_prev:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

.slider_arrow_right_next {
  cursor: pointer;
  position: absolute;
  top: 0;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
  right: 0;
  border-radius: 3px 0 0 3px;
}

.slider_arrow_right_next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Анимации к секции 5 */

@-webkit-keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}

@keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}

/* Cтили секции 6 */

.text {
  height: 50vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 57px;
}

.text_left {
  font-family: Code Pro;
  font-size: 2vw;
  line-height: 1.5;
}

/* Cтили секции 7 */

.firm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 50vh;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 294px;
}

.firm_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: block;
  height: auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.firm_block_container_line_left {
  font-weight: 400;
  font-size: 14px;
  line-height: 177.5%;
}

.firm_block_container_img {
  width: 100%;
  height: auto;
}

.firm_block_container_line {
  width: inherit;
  height: auto;
  background-color: black;
  bottom: 0;
  padding-top: 13px;
  padding-bottom: 18px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #ffffff;
}

.firm_block_container_line_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.firm_block_container_line_right_text {
  padding-right: 2vw;
}

.firm_block_container_line_right_arrow:hover {
  opacity: 0.5;
}

/* Cтили секции 8 */

.masters_title {
  font-family: Code Pro;
  font-weight: 400;
  font-size: 4vw;
  margin-bottom: 76px;
}

.masters_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.masters_list_left {
  width: 45%;
}

.masters_list_left_name {
  padding-top: 34px;
  padding-bottom: 33px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.masters_list_left_name_text {
  text-decoration: none;
  transition: text-shadow 0.3s;
  text-transform: uppercase;
}

.masters_list_left_name_text_span {
  visibility: hidden;
  position: absolute;
  z-index: -2;
  left: 27%;
  width: 16%;
}

.masters_list_left_name_text_span_image {
  width: 100%;
}

.masters_list_left_name_text:hover .masters_list_left_name_text_span {
  visibility: visible;
  /* text-shadow: 0 0 8.65px #fff, 0 0 5.65px #fff; */
}

.masters_list_left_name_link_arrow {
  display: block;
}

.masters_list_left_name_link_arrow_active {
  display: none;
}

.masters_list_left_name:hover {
  font-weight: bold;
  margin-left: 26px;
}

.masters_list_left_name:hover .masters_list_left_name_link_arrow {
  display: none;
}

.masters_list_left_name:hover .masters_list_left_name_link_arrow_active {
  display: block;
}

.masters_list_right {
  width: 45%;
}

.masters_list_right_name {
  padding-top: 34px;
  padding-bottom: 33px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.masters_list_right_name_text_span {
  visibility: hidden;
  position: absolute;
  z-index: -2;
  right: 12%;
  width: 16%;
}

.masters_list_right_name_text_span_image {
  width: 100%;
}

.masters_list_right_name_text:hover .masters_list_right_name_text_span {
  visibility: visible;
}

.masters_list_right_name_link_arrow {
  display: block;
}

.masters_list_right_name_link_arrow_active {
  display: none;
}

.masters_list_right_name:hover {
  font-weight: bold;
  margin-left: 26px;
}

.masters_list_right_name:hover .masters_list_right_name_link_arrow {
  display: none;
}

.masters_list_right_name:hover .masters_list_right_name_link_arrow_active {
  display: block;
}

/* Cтили секции 9 */

.blog {
  position: relative;
  padding-top: 30vh;
  padding-bottom: 10vh;
}

.blog_title {
  font-family: Code Pro;
  font-weight: 400;
  font-size: 4vw;
  padding-bottom: 10vh;
}

.blog_bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 55px;
}

.blog_bottom_button {
  text-decoration: none;
  font-family: "Code Pro";
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
}

.blog_bottom_button:hover {
  opacity: 0.5;
}

.blog_item {
  -webkit-animation-name: fade;
  animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 30vh;
}

.blog_item_slide {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.blog_item_slide_master_img {
  width: 100%;
}

.blog_item_slide_master {
  width: 50%;
}

.blog_item_slide_master:first-child {
  margin-right: 76px;
}

.blog_item_slide_master_line {
  width: inherit;
  height: auto;
  background-color: black;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 2px solid #ffffff;
  width: 100%;
  padding-top: 17px;
  padding-bottom: 18px;
}

.blog_item_slide_master_line_left {
  font-weight: 400;
  font-size: 14px;
  line-height: 177.5%;
}

.blog_item_slide_master_line_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.blog_item_slide_master_line_right_text {
  padding-right: 2vw;
}

.blog_item_slide_master_line_right_arrow:hover {
  opacity: 0.5;
}

.blog_arrow_left_prev {
  cursor: pointer;
  width: auto;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
}

.blog_arrow_left_prev:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

.blog_arrow_right_next {
  cursor: pointer;
  width: auto;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
  right: 0;
  border-radius: 3px 0 0 3px;
}

.blog_arrow_right_next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

section.slider .slick-next::before,
.blog_item_slider_slick .slick-next::before {
  content: "❯";
}

section.slider .slick-prev::before,
.blog_item_slider_slick .slick-prev::before {
  content: "❮";
}

.blog_sl {
  display: none;
  position: relative;
  width: 100%;
  height: 25vh;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.blog_sl_but {
  margin-top: 15px;
  text-align: center;
  display: none;
}

.blog_sl_list {
  width: 100%;
  height: 30vh;
  overflow: hidden;
}

.blog_sl_list_track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.blog_sl_list_track_slid {
  width: 100%;
  height: 25vh;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.blog_sl_list .grab {
  width: 100% !important;
  height: 25vh !important;
}

/* Cтили секции 10 */

.info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.info_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.info_top_img {
  max-width: 50%;
  padding-right: 5vw;
}

.info_top_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}

.info_top_text_bold {
  font-size: 1.5vw;
  line-height: 1.5;
  font-weight: 500;
}

.info_top_text_small {
  line-height: 1.5;
  padding-left: 4vw;
  font-size: 1vw;
  font-weight: 100;
}

.info_bottom {
  padding-top: 20vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 40vh;
}

.info_bottom_img {
  max-width: 50%;
}

.info_bottom_text {
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-weight: 100;
  font-size: 1vw;
}

.info_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.info_block_container_img {
  width: 100%;
  height: auto;
}

.info_block_container_img_mobile {
  display: none;
}

.info_block_container_line {
  width: inherit;
  margin-top: 29px;
  border-bottom: 1px solid #ffffff;
  background-color: black;
  bottom: 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.info_block_container_line_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.info_block_container_line_right_text {
  padding-right: 2vw;
}

.info_block_container_line_right_arrow:hover {
  opacity: 0.5;
}

.info_block_container_line_left {
  padding-bottom: 29px;
}

/* Cтили секции 11 */

.reviews_title {
  font-family: Code Pro;
  font-weight: 400;
  font-size: 2vw;
  padding-bottom: 3vh;
  padding-top: 15vh;
}

.reviews_slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.reviews_slider_arrow {
  cursor: pointer;
}

.reviews_slider_items {
  width: 100%;
  height: 40vh;
  position: relative;
}

.reviews_slider_items_item {
  width: 100%;
  height: 40vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  background-color: black;
  -webkit-transition: all ease 0.6s;
  transition: all ease 0.6s;
  left: 0;
  top: 0;
}

.reviews_slider_items_item_hr {
  margin-right: 32px;
  margin-left: 42px;
  height: 206px;
  margin-top: 94px;
}

.reviews_slider_items_item_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 50%;
  height: 20vh;
}

.reviews_slider_items_item_info_one {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 50%;
  height: 20vh;
}

.reviews_slider_items_item_info_name {
  font-weight: 800;
}

.reviews_slider_items_item_info_date {
  padding-top: 2vh;
  padding-bottom: 2vh;
}

.reviews_slider_items_item_info_text {
  font-style: italic;
}

/* Cтили секции 12 */

.question {
  padding-bottom: 270px;
}

.question_title {
  font-family: Code Pro;
  font-weight: 400;
  font-size: 4vw;
  padding-top: 15vh;
  padding-bottom: 10vh;
}

.question_accordion_trigger {
  width: 100%;
  text-align: left;
  height: 12vh;
  background-color: rgba(0, 0, 0, 0);
  /* border-top-color: white; */
  /* border-bottom: 1px solid #FFFFFF; */
  border-right-width: 0;
  border-left-width: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.question_accordion.accordion {
  border-bottom: 1px solid #ffffff;
}

/* .question_accordion_trigger:first-child {
  border-top: 1px solid #ffffff;
} */

.firm_block_container {
  text-decoration: none;
}
.question_accordion_trigger_text {
  font-weight: 500;
}

.question_answer {
  overflow: hidden;
  height: 0;
  -webkit-transition: height 0.5s;
  transition: height 0.5s;
  background-color: #000;
}

.question_answer_text {
  color: #fff;
  padding: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

/* Cтили секции 13 */

.map {
  width: 100vw;
  height: 50vh;
}

@media (max-width: 1001px) {
  .start_bottom {
    transform: translateY(0);
  }
}

/* Стили мобильной версии */

@media (max-width: 701px) {
  /* body {
        width: 90%;
    } */
  .start_top {
    height: auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 40px;
  }
  .start_top_text {
    font-weight: 400;
    font-size: 22px;
    line-height: 150%;
  }
  .start_bottom {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 100px;
  }
  .start_bottom_movie {
    width: 100%;
  }
  .adress {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 135px;
  }
  .adress_hr {
    display: block;
  }
  .adress_card {
    width: 100%;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin-top: 31px;
  }
  .services {
    padding-bottom: 0;
  }
  .services_title {
    font-weight: 400;
    font-size: 44px;
    line-height: 53px;
    margin-bottom: 38px;
  }
  .services_price_position_left {
    display: none;
  }
  .services_price_position_left_none {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 10vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
  }
  .services_price_position {
    margin-top: 23px;
    margin-bottom: 28px;
  }
  .services_price_position_right_text {
    display: none;
  }
  .images {
    height: auto;
    margin-bottom: 163px;
  }
  .images_right_sizers_line {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-bottom: 0;
    padding-top: 19px;
  }
  .images_right_sizers_line_left {
    display: none;
  }
  .images_right_sizers_img {
    width: 100%;
  }
  .images_left_glass_line {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .images_left_glass_line_left {
    display: none;
  }
  .images_right {
    margin-bottom: 60px;
    width: 100%;
  }
  .images_left_glass_img {
    width: 100%;
  }
  .slider {
    display: none;
  }
  .text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto;
    margin-bottom: 60px;
  }
  .text_left {
    font-weight: 400;
    font-size: 24px;
    line-height: 155.5%;
    margin-bottom: 44px;
  }
  .text_right {
    margin-left: 68px;
    font-weight: 400;
    font-size: 14px;
    line-height: 177.5%;
  }
  .firm {
    height: auto;
    padding-bottom: 0;
    margin-bottom: 163px;
  }
  .firm_block_container_line {
    border-bottom: 0;
  }
  .firm_block_container_line {
    display: block;
  }
  .firm_block_container_line_left {
    display: none;
  }
  .masters_title {
    font-size: 34px;
    line-height: 41px;
    margin-bottom: 47px;
    padding-bottom: 0;
  }
  .masters_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .masters_list_left,
  .masters_list_right {
    width: 100%;
  }
  .masters_list_left_name {
    padding-top: 23px;
    padding-bottom: 22px;
    height: auto;
  }
  .masters_list_right_name {
    padding-top: 23px;
    padding-bottom: 22px;
    height: auto;
  }
  .masters_list_left_hr:first-child {
    display: none;
  }
  .masters {
    height: auto;
    margin-bottom: 153px;
  }
  .firm_block_container_line {
    padding-top: 19px;
  }
  .firm_block_container_line_right_text {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    margin-right: 18px;
    padding-right: 0;
  }
  .firm_block_container_line_right {
    justify-content: center;
  }
  .masters_list_left_name_text {
    font-size: 14px;
  }
  .blog {
    height: auto;
    margin-bottom: 152px;
    padding-bottom: 0;
    padding-top: 0;
  }
  .blog_title {
    font-family: "Code Pro";
    font-weight: 400;
    font-size: 34px;
    line-height: 41px;
    margin-bottom: 33px;
    padding-bottom: 0;
  }
  .blog_sl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .blog_bottom {
    display: none;
  }
  .blog_item {
    display: none;
  }
  .info_top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .blog_item_slide_master_line {
    padding-bottom: 16px;
    padding-top: 15px;
  }
  .blog_sl_list {
    overflow: auto;
  }
  .blog_item_slide_master_line_right {
    margin-right: 16px;
  }
  .blog_item_slide_master_line_left {
    padding-right: 36px;
    font-weight: 400;
    font-size: 14px;
    line-height: 125%;
  }
  .blog_sl_list_track_slid {
    margin-right: 18px;
  }
  .blog_item_slide_master:first-child {
    width: 100%;
    margin-right: 0;
  }
  .info {
    margin-bottom: 158px;
  }
  .info_top_img {
    max-width: 100%;
    padding-right: 0;
    margin-left: 44px;
    margin-bottom: 85px;
  }
  .info_top_text_bold {
    font-weight: 400;
    font-size: 22px;
    line-height: 168.5%;
    padding-top: 0;
    margin-bottom: 56px;
  }
  .info_top_text_small {
    font-size: 14px;
    line-height: 177%;
    padding-top: 0;
    font-weight: 400;
    padding-left: 0;
  }
  .info_bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 124px;
  }
  .info_top_text {
    margin-bottom: 70px;
  }
  .info_bottom_text {
    font-weight: 400;
    font-size: 14px;
    line-height: 177%;
  }
  .info_bottom_img {
    max-width: 100%;
    margin-bottom: 40px;
  }
  .info_block {
    height: 60vh;
  }
  .info_block_container_line {
    bottom: 0;
    height: auto;
  }
  .info_block_container_line_left {
    font-weight: 400;
    font-size: 14px;
    line-height: 177%;
    padding-bottom: 24px;
    padding-right: 33px;
  }
  .info_block_container_img {
    display: none;
  }
  .info_block_container_img_mobile {
    display: block;
    width: 100%;
  }
  .reviews_title {
    margin-bottom: 32px;
    padding-bottom: 0;
    font-size: 34px;
    line-height: 41px;
    padding-top: 0;
  }
  .reviews_slider_items_item_info {
    height: auto;
    width: 77%;
  }
  .reviews_slider_items_item_info_one {
    display: none;
  }
  .reviews_slider_items_item_hr {
    display: none;
  }
  .reviews_slider_items_item_info_name {
    font-weight: 700;
    font-size: 20px;
    line-height: 159%;
    margin-bottom: 2px;
  }
  .reviews_slider_items_item_info_date {
    padding-bottom: 0;
    padding-top: 0;
    margin-bottom: 13px;
    font-weight: 400;
    font-size: 14px;
    line-height: 177.5%;
    display: none;
  }
  .reviews_slider_items_item_info_text {
    font-weight: 400;
    font-size: 14px;
    line-height: 177.5%;
  }
  .reviews_slider_items {
    overflow: inherit;
  }
  .reviews {
    margin-bottom: 158px;
  }
  .question {
    padding-bottom: 0;
    margin-bottom: 64px;
  }
  .question_title {
    font-weight: 400;
    font-size: 34px;
    line-height: 41px;
    margin-bottom: 32px;
    padding-top: 0;
    padding-bottom: 0;
  }
  .question_accordion_trigger_text {
    font-weight: 600;
    font-size: 14px;
    line-height: 146.5%;
    padding-top: 22px;
    padding-bottom: 22px;
  }
  .question_accordion_trigger {
    height: auto;
  }
  .masters_list_left_name_text_span,
  .masters_list_right_name_text_span {
    display: block;
    left: 57%;
    width: 31%;
    height: 106px;
  }
  .masters_list_left_name_text_span_image {
    width: 100%;
    height: 100%;
  }
  .masters_list_right_hr:first-child {
    display: none;
  }
  .adress hr {
    height: auto;
  }
  .adress_card_top {
    margin-bottom: 0;
  }
  .adress_card_top_text {
    margin-bottom: 25px;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
  }
  .adress_card_bottom {
    margin-bottom: 24px;
  }
  .adress_card_bottom_number {
    font-weight: 700;
    font-size: 18px;
    line-height: 194%;
  }
  .images_right_sizers_line_right {
    width: 100%;
    justify-content: center;
  }
  .images_right_sizers_line_right_text {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    padding-right: 18px;
  }
  .images_left {
    margin-top: 0;
    width: 100%;
  }
  .images_left_glass_line_right {
    width: 100%;
    justify-content: center;
  }
  .images_left_glass_line_right_text {
    padding-right: 18px;
    font-family: "Code Pro";
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
  }
  .images_left {
    height: auto;
  }
  .footer_link + .footer_hr {
    display: none;
  }
}

/* Стили мобильной версии */

@media (max-width: 601px) {
  .text {
    height: auto;
  }
}

.info_bottom_img {
  object-fit: cover;
}

.start_top_text span {
  display: inline-block;
}

.start_top_text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

.firm_block .line {
  border-bottom: 1px solid #ffffff;
}

.services_price_hr,
.firm_block .line,
.masters_list_left_hr,
.masters_list_right_hr,
.line {
  transform-origin: left;
}

.firm_block_container_line {
  border-bottom: none;
}

.masters_list_left_name,
.services_price_position,
.firm_block_container_line,
.images_right_sizers_line,
.images_left_glass_line,
.blog_item_slide_master,
.blog_item_slide_master_line,
.info_block_container_line,
.question_accordion.accordion,
.masters_list_right_name,
.about_bottom_text {
  transition: 0.5s;
}

.images_right_sizers_line,
.images_left_glass_line,
.blog_item_slide_master_line,
.info_block_container_line {
  border: none;
}

.images_right_sizers .line,
.images_left_glass .line,
.blog_item_slide_master .line {
  border-bottom: 2px solid #ffffff;
}

.info_block_container .line {
  border-bottom: 1px solid #ffffff;
}

.spoiler__cont {
  height: 0;
  overflow: hidden;
  transition: 0.3s;
}

.spoiler__name {
  cursor: pointer;
}

.spoiler__name .question_accordion_trigger_img {
  transition: 0.3s;
}

.spoiler__name.active .question_accordion_trigger_img {
  transform: rotate(45deg);
}

.question_accordion_trigger {
  height: auto;
  padding: 25px 0;
}

.menu {
  padding-left: 15%;
  padding-right: 15%;
  left: 0;
  width: 100%;
  box-sizing: border-box;
}

.header_bottom_right_link_firm {
  display: none;
}

.slider .slick-next:focus {
  background: #0000007a;
}

.slider .slick-prev,
.slider .slick-next {
  width: 40px;
  height: 100%;
  background: #0000007a;
  top: 0;
  bottom: 0;
  -webkit-transform: unset;
  -ms-transform: unset;
  transform: unset;
  transition: 0.3s;
}

.slider .slick-prev:hover,
.slider .slick-next:hover {
  background: #000000e0;
}

.slider .slick-prev {
  left: 0;
  z-index: 1;
}

.slider .slick-next {
  right: 0;
}

.slider_swap {
  padding-top: 0;
  margin-top: 40vh;
  margin-bottom: 289px;
}

.slider {
  padding-top: 0;
  margin-bottom: 0;
}

.menu_main_close_img {
  cursor: pointer;
}

.start_bottom iframe {
  max-width: 100%;
  width: 100%;
  height: 27.684vw;
  margin-top: 134px;
}
.start_bottom .iframe_container {
  width: 100% !important;
  max-width: 100% !important;
}

.start_top {
  width: 30%;
}

.start_top_text {
  font-size: calc(100vw * 0.022);
}

.start_bottom {
  width: calc(70% - 100px);
  margin-left: auto;
}

.masters_list_right_name,
.masters_list_left_name {
  position: relative;
}

.masters_list_right_name_text_span {
  right: 0;
  width: 50%;
  top: 0;
  z-index: -2;
}

.masters_list_right_name_text {
  cursor: pointer;
  text-transform: uppercase;
  text-decoration: none;
}

.masters_list_left_name_text_span {
  z-index: -2;
  left: unset;
  width: 50%;
  right: 0;
  top: 0;
}

.masters_list_left_hr,
.masters_list_right_hr {
  border-style: solid;
  border-width: 1px;
  border-top: 0;
  border-left: 0;
  border-radius: 0;
}

.menu {
  padding-left: 110px;
  padding-right: 110px;
  overflow: hidden;
}

.header .header_hr {
  width: 100%;
  margin-left: 0;
}

.header_bottom {
  align-items: center;
}

@media (min-width: 1920px) {
  .header .header_top_link {
    font-size: 1vw;
  }
  .header_logo {
    width: 6vw;
  }
  .header .header_bottom_left_link,
  .header .header_bottom_left_link_look,
  .header .header_bottom_right_link.order {
    font-size: 1vw;
    line-height: 110%;
  }
  .header .header_bottom_right_link.order {
    padding: 20px 60px;
  }
  .start_top_text {
    font-size: 2.2vw;
  }
  .adress_card_top_text {
    text-decoration: none;
    font-size: 0.8vw;
  }
  .adress_card_bottom_number {
    font-size: 0.9vw;
    text-decoration-line: underline;
  }
  .services_title {
    font-size: 2vw;
  }
  .services_price_position {
    font-size: 1vw;
  }
  .services_price_position_right_text {
    width: max-content;
  }
  .images_right_sizers,
  .images_left_glass {
    width: 40%;
  }
  .images_right_sizers_img,
  .images_left_glass_img {
    width: 100%;
  }
  .images_right_sizers_line,
  .images_left_glass_line {
    font-size: 0.7vw;
    width: 100%;
  }
  .slider .slick-prev,
  .slider .slick-next {
    width: 4%;
  }
  .slick-prev:before,
  .slick-next:before {
    font-size: 1.3vw !important;
  }
  .text .text_right {
    font-size: 1.1vw;
  }
  .firm_block_container_line_left,
  .firm_block_container_line_right_text,
  .blog_item_slide_master_line_left,
  .info_block_container_line_left {
    font-size: 0.7vw;
  }
  .masters {
    padding-top: 5vw;
  }
  .masters_list_right_name,
  .masters_list_left_name {
    font-size: 1vw;
  }
  .blog_bottom_button {
    font-size: 1vw;
  }
  .info_top_img,
  .info_bottom_img,
  .info_block_container {
    width: 100%;
  }
  .reviews_slider_items_item_info_name {
    font-size: 1.3vw;
  }
  .reviews_slider_items_item_info_text,
  .reviews_slider_items_item_info_date,
  .question_accordion_trigger_text {
    font-size: 1vw;
  }
  /* .question_accordion_trigger:first-child {
    border-top: 2px solid #ffffff;
  } */
  .question_accordion_trigger {
    padding: 60px 0;
  }
  .question_answer_text {
    font-size: 0.8vw;
    padding-bottom: 40px;
  }
  .footer .footer_link_item,
  .footer .footer_adress_card_top_text,
  .footer .footer_adress_card_bottom_number {
    font-size: 0.8vw;
    line-height: 100%;
  }
  .footer {
    padding-top: 20px;
  }
  .footer .footer_social_reserved {
    font-weight: 400;
    font-size: 14px;
    line-height: 118%;
    width: max-content;
    font-size: 0.8vw;
  }
  .footer .footer_social_icons {
    width: 3%;
  }
  .footer .footer_social_icons a,
  .footer .footer_social_icons_soc {
    width: 100%;
  }
  .footer .footer_social_mobile {
    width: 15%;
  }
  .footer .footer_social_mobile a {
    width: 50%;
  }
  .footer .footer_social_mobile a img {
    width: 100%;
  }
  .header_logo {
    width: 8vw;
  }
}

.menu_main .menu_main_close {
  left: 0;
  position: relative;
  margin-left: auto;
}

.menu_main .menu_main_left_big_left_title {
  font-size: 6vw;
}

@media (max-width: 701px) {
  .header .header_hr {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .header_bottom .header_bottom_right_link.order {
    transform: none;
  }
  .header .header_logo {
    right: 0vw;
    position: relative;
    width: 18%;
  }
  .start {
    gap: 40px;
    flex-direction: column;
  }
  .start_top,
  .start_bottom {
    width: 100%;
  }
  .start_top_text {
    font-size: 6vw;
  }
  .start_bottom iframe {
    margin-top: 0;
    height: 225px;
  }
  .adress_card_bottom {
    margin-bottom: 0;
  }
  .adress_card {
    height: auto;
    margin-top: 5px;
  }
  .adress_card_top_text {
    margin-bottom: 15px;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
  }
  .images_right_sizers_img,
  .images_left_glass_img {
    width: calc(100vw - 30px);
    height: calc(100vw - 30px);
    object-fit: cover;
  }
  .firm_block_container_img {
    height: 240px;
    object-fit: cover;
  }
  .max {
    padding: 0 15px;
  }
  .footer_social .footer_social_icons {
    order: 1;
  }
  .footer_social .footer_social_icons a {
    width: 10%;
    margin-top: 10px;
  }
  .footer_social .footer_social_icons a img {
    width: 100%;
  }
  .footer_fl .footer_fl_fist_frack_flid {
    width: 70%;
  }
  .footer_fl .footer_fl_fist_frack_flid_adress_card {
    height: auto;
  }
  .start_top {
    margin-bottom: 0;
  }
  .menu {
    padding-left: 15px;
    padding-right: 15px;
  }
  .header_bottom .header_bottom_right_link.order {
    font-weight: 700;
    font-size: 14px;
    line-height: 19px;
  }
  .start_top,
  .start_bottom {
    margin-bottom: 0;
  }
  .menu_main .menu_main_close {
    left: unset;
    position: relative;
    margin-left: auto;
    top: 37px;
    position: absolute;
    right: 15px;
  }
  .reviews {
    margin-bottom: 50px;
  }
  .info {
    margin-bottom: 30px;
  }
}

.question_accordion.accordion {
  border: none;
}

.question .question_accordion:last-child .question_accordion_trigger {
  border-bottom: 2px solid #ffffff;
}

.menu {
  padding-left: 14%;
  padding-right: 14%;
  padding-top: 30px !important;
}

.menu_top img {
  width: 11.6vw;
}

.menu .menu_main_left {
  width: 70%;
  margin-top: 60px;
}

.menu_main_left_big {
  padding-left: 20px;
}

.menu_main .menu_main_left_big_left_title {
  font-size: 6.3vw;
}

.menu_main .menu_main_right {
  margin-top: 30px;
}

.menu_main_hr {
  margin-right: 50px;
}

@media (max-width: 701px) {
  .menu .menu_main_left {
    width: 100%;
    margin-top: 0;
  }
  .menu {
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 30px !important;
  }
  .menu_top img {
    width: 161px;
    height: auto;
    margin-bottom: 20px;
  }
  .menu_main .menu_main_close {
    right: 35px;
  }
  .menu_main_right_list_a {
    font-size: 19px;
    margin-bottom: 14px;
  }
}

.reviews .reviews_slider .swiper-button-prev::after,
.reviews .reviews_slider .swiper-button-next::after {
  display: none;
}
.reviews .reviews_slider .swiper-button-prev,
.reviews .reviews_slider .swiper-button-next {
  outline: none;
}

.header_bottom_right {
  gap: 74px;
}

.reviews_slider_items_item_info_name {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}
.reviews_slider_items_item_info_name .otzyv_avtor_link img {
  background: #fff;
}

.reviews_slider_items_item:nth-child(odd):after {
  width: 2px;
  height: 100%;
  background: #fff;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
}

.otzyv_avtor_link::after,
.link_full::after,
.ms_booking::after,
.blog_link::after,
.info_link {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.images_left_glass,
.images_right_sizers,
.blog_item_slide_master,
.reviews_slider_items_item_info,
.info_block_container {
  position: relative;
}

.images_left_glass_line {
  position: unset;
}

@media (max-width: 701px) {
  .reviews_slider_items {
    overflow: unset;
  }
}

@media (max-width: 500px) {
  .reviews_slider_items_item:nth-child(odd):after {
    display: none;
  }
}

.menu_main_left_big_arrows_arrow {
  width: 1.8vw;
}

@media (max-width: 701px) {
  .menu_main_left_big_arrows_arrow {
    width: 3vw;
    margin-right: 20px;
  }
  .menu_main .menu_main_left_big_left_title {
    font-size: 11vw;
  }
  .menu_main_left_big_left_number {
    font-size: 4vw;
  }
  .header .header_logo {
    width: 100%;
  }
  .header_bottom_right .header_top_link {
    display: none;
  }
}

.footer_link .footer_link_item::after {
  display: none;
}

.slick-initialized .slick-slide {
  padding: 1px;
}

.header_bottom_right {
  align-items: center;
}

.header_bottom_right_link.order {
  transform: unset;
}

.header_bottom_left {
  top: 0 !important;
}

.header_logo {
  padding-right: unset;
  transform: unset;
}

.header_top .logo {
  position: absolute;
  margin: auto;
  width: fit-content;
  left: 0;
  right: 0;
}

@media (max-width: 701px) {
  .services_price_position {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .slider {
    display: flex;
  }
}

.services .services_price_hr {
  border: solid 1px #fff;
}

@media (min-width: 1920px) {
  .header .header_hr {
    margin-bottom: 1.04166666667vw;
    margin-top: 1.25vw;
  }
  .header_top {
    padding-bottom: 1.04166666667vw;
  }
}

.header_top {
  padding-bottom: 1.04166666667vw;
}

.masters_list_right_hr {
  max-width: 100%;
}
.embed-container {
  position: relative;
  padding-bottom: 75.25%;
  overflow: hidden;
  max-width: 100%;
  width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.start_bottom .btn_play {
  position: absolute;
  width: 5.5vw;
  height: 5.5vw;
  top: calc(50% + 12%);
  left: 50%;
  display: block;
  transform: translate(-50%, -50%);
  z-index: 3;
  cursor: pointer;
  transition: 0.3s;
}

.start_bottom .btn_play svg {
  transition: 0.3s;
}
.start_bottom .btn_play:hover svg {
  transition: 0.3s;
  fill: #262626;
}

.start_bottom .btn_play.act {
  display: none;
}

.start_bottom video {
  width: 100%;
  height: 27.684vw;
  margin-top: 134px;
}

@media (max-width: 999px) {
  .start_bottom .btn_play {
    display: none;
  }
}
@media (max-width: 701px) {
  .start_bottom video {
    height: 52.684vw;
    margin-top: 0px;
  }
}
