@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;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans/OpenSans-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans/OpenSans-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans/OpenSans-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans/OpenSans-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans/OpenSans-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans/OpenSans-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}

* {
  margin: 0;
  padding: 0;
  color: white;
  font-family: Open Sans;
}

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 {
  box-sizing: border-box;
}

.container {
  max-width: 1920px;
  margin: 0 auto;
  padding: 0;
}

/* Стили header */

.header {
  width: 100%;
  padding-top: 40px;
  padding-bottom: 157px;
  z-index: 3;
  position: relative;
}

.header * {
  font-family: "Code Pro";
}

.header_top {
  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;
}

.header_logo {
  padding-right: 28px;
  transform: translateY(-7px);
}

.header_top_link {
  text-decoration: none;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  cursor: pointer;
  transition: text-shadow 0.3s;
}

.header_top_link:hover {
  text-shadow: 0 0 8.65px #fff, 0 0 5.65px #fff;
}

.header_hr {
  margin-top: 24px;
  margin-bottom: 39px;
  height: 2.6px;
  border: 0;
  background: #fff;
  width: 99%;
  margin-left: 0.5%;
}

.header_bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

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

.header_bottom_left_link {
  padding-right: 92px;
  text-decoration: none;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  transition: text-shadow 0.3s;
}

.header_bottom_left_link_look {
  text-decoration: none;
}

.header_bottom_left_link_look:hover {
  text-shadow: 0 0 8.65px #fff, 0 0 5.65px #fff;
}

.header_bottom_left_link:hover {
  text-shadow: 0 0 8.65px #fff, 0 0 5.65px #fff;
}

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

.header_bottom_right_link {
  padding-left: 4vw;
  text-decoration: none;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  transition: text-shadow 0.3s;
}

.header_bottom_right_link.order {
  border: 1px solid #ffffff;
  padding: 13px 29px;
  transform: translate(-3px, -15px);
  letter-spacing: 4px;
  font-weight: 700;
  font-size: 17px;
}

.header_bottom_right_link_firm {
  text-decoration: none;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  transition: text-shadow 0.3s;
}

.header_bottom_right_link_firm:hover {
  text-shadow: 0 0 8.65px #fff, 0 0 5.65px #fff;
}

.header_bottom_right_link:hover {
  text-shadow: 0 0 8.65px #fff, 0 0 5.65px #fff;
}

/* Стили Menu */

.menu {
  background-color: black;
  height: 64vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: 100;
  position: relative;
  bottom: 16vh;
  display: none;
}

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

.menu_hr {
  width: 100%;
  margin-top: 4vh;
  margin-bottom: 4vh;
}

.menu_main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.menu_main_close {
  left: 19vw;
  position: relative;
}

.menu_main_close_img {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.menu_main_hr {
  margin-right: 2vw;
  margin-left: 2vw;
}

.menu_main_left {
  width: 60%;
}

.menu_main_left_hr {
  margin-top: 4vh;
  margin-bottom: 4vh;
}

.menu_main_left_big {
  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;
}

.menu_main_left_big:hover .menu_main_left_big_left_title {
  text-decoration: underline;
}

.menu_main_left_big:hover .menu_main_left_big_arrows_arrow {
  display: none;
}

.menu_main_left_big:hover .menu_main_left_big_arrows_arrow_active {
  display: block;
}

.menu_main_left_big_arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.menu_main_left_big_arrows_arrow {
  display: block;
}

.menu_main_left_big_arrows_arrow_active {
  display: none;
}

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

.menu_main_left_big_left_title {
  font-size: 5vw;
  font-family: Code Pro;
  font-weight: 300;
  cursor: pointer;
  text-decoration: none;
}

.menu_main_right {
  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;
  justify-content: space-between;
}

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

.menu_main_right_social_a {
  text-decoration: none;
  font-weight: 800;
  padding-bottom: 2vh;
  cursor: pointer;
  text-decoration: none;
}

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

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

.menu_main_right_list_a {
  line-height: 3;
  cursor: pointer;
  text-decoration: none;
}

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

@media (max-width: 701px) {
  /* body {
        width: 90%;
    } */
  .header {
    width: 100%;
    padding-top: 26px;
    padding-bottom: 73px;
  }
  .header_logo {
    right: 3vw;
    position: relative;
  }
  .header_top_link {
    font-weight: 400;
    font-size: 14px;
    line-height: 200%;
  }
  .header_bottom_left_link {
    font-weight: 400;
    font-size: 14px;
    line-height: 200%;
  }
  .header_bottom_left_link_look {
    display: none;
  }
  .header_bottom_right_link {
    font-weight: 700;
    font-size: 14px;
    line-height: 19px;
  }
  .header_bottom_right_link_firm {
    display: none;
  }
  .menu_main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .menu_main_close {
    right: 0;
    position: absolute;
    top: 0;
    left: 0;
  }
  .menu_main_hr {
    margin-left: 0;
    margin-right: 0;
    margin-top: 4vh;
    margin-bottom: 4vh;
  }
  .menu_main_left {
    width: 100%;
  }
  .menu_main_left_big_left_title {
    font-size: 10vw;
  }
  .menu_main_right {
    background-color: black;
  }
  .menu_main_right_social {
    -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;
    padding-top: 10vh;
  }
  .menu_main_right_list {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@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 .header_hr {
  margin-bottom: 15px;
}
.header_bottom_left {
  top: 0 !important;
}

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

.header_top .logo {
  position: absolute;
  margin: auto;
  width: 127px;
  left: 0;
  right: 0;
}

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

@media (max-width: 701px) {
  .header .header_logo {
    width: 100%;
    max-width: 100%;
    right: 0;
  }
}

.menu_main_left_big:hover .menu_main_left_big_arrows_arrow {
  display: block;
}

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

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

.header_bottom {
  align-items: center;
}

.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;
}

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

.menu_main_left_big {
  padding-left: 20px;
}
.menu_main .menu_main_close {
  left: 0;
  position: relative;
  margin-left: auto;
}

@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;
  }
  .menu .menu_main_left {
    width: 100%;
    margin-top: 0;
  }
  .menu_top img {
    width: 161px;
    height: auto;
    margin-bottom: 20px;
  }
  .menu_main .menu_main_close {
    right: 35px;
    left: unset;
    margin-left: auto;
    top: 37px;
    position: absolute;
  }
  .menu_main_right_social {
    justify-content: center !important;
  }
}
.menu_main_right_social_a {
  font-family: Code Pro;
}
body.single .hid {
  overflow: unset;
}

.header .header_hr {
  margin-bottom: 25px;
}

.header_bottom_right_link.order::after {
  display: none;
}

.services_title,
.blog_title,
.question_title,
.top_right_title {
  font-size: 4vw !important;
}
