@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy/Gilroy-Regular.woff') format('woff');
  font-weight: 500;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy/Gilroy-Medium.woff') format('woff');
  font-weight: 700;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy/Gilroy-Bold.woff') format('woff');
  font-weight: 700;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy/Gilroy-Black.woff') format('woff');
  font-weight: 800;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy/Gilroy-Heavy.woff') format('opentype');
  font-weight: 900;
}
body {
  overflow-x: hidden;
  font-family: 'Gilroy', sans-serif;
}
body.page-loaded {
  overflow: auto;
  overflow-x: hidden;
}
.modal-open {
  overflow: hidden !important;
}
header {
  position: relative;
  z-index: 3;
}
header .header-wrapper {
  position: absolute;
  width: 100%;
  z-index: 2;
  left: 0;
  right: 0;
}
header .header-wrapper.header_page {
  position: relative;
  margin-bottom: 120px;
}
header .header-wrapper.header_page .main_header-conteiner .main_header-phone .phone {
  color: #333 !important;
}
header .header-wrapper.header_page .main_header-conteiner .main_header-menu li .icon svg path {
  fill: #333;
}
header .header-wrapper.header_page .main_header-conteiner .main_header-menu li a {
  color: #333;
}
header .main_header-conteiner {
  margin-top: 25px;
}
header .main_header-conteiner .main_header-wrapper {
  display: flex;
  align-items: center;
}
header .main_header-conteiner .main_header-wrapper .main_header-logo img {
  width: 260px;
}
header .main_header-conteiner .main_header-wrapper .main_header-menu {
  padding: 0;
  list-style: none;
  display: flex;
  margin-left: auto;
  margin-right: auto;
}
header .main_header-conteiner .main_header-wrapper .main_header-menu li {
  margin-right: 50px;
  font-weight: 600;
  font-size: 18px;
  font-family: 'Gilroy', sans-serif;
}
header .main_header-conteiner .main_header-wrapper .main_header-menu li a {
  color: #fff;
  display: flex;
  cursor: pointer;
}
header .main_header-conteiner .main_header-wrapper .main_header-menu li .icon {
  margin-right: 10px;
  line-height: 0;
}
header .main_header-conteiner .main_header-wrapper .main_header-menu li .icon svg {
  width: 18px;
  height: 18px;
  fill: #fff;
}
header .main_header-conteiner .main_header-wrapper .main_header-menu li:last-child {
  margin-right: 0;
}
header .main_header-conteiner .main_header-wrapper .mobile_cart {
  display: none;
}
header .main_header-conteiner .main_header-wrapper .main_header-phone {
  margin-left: 30px;
  text-align: right;
}
header .main_header-conteiner .main_header-wrapper .main_header-phone .phone {
  font-weight: 600;
  font-size: 21px;
  position: relative;
  font-family: 'Gilroy', sans-serif;
  color: #fff;
  display: block;
  line-height: 1;
  margin-bottom: 10px;
}
header .main_header-conteiner .main_header-wrapper .main_header-phone .phone .icon {
  position: absolute;
  left: -30px;
  top: -5px;
}
header .main_header-conteiner .main_header-wrapper .main_header-phone .phone .icon svg {
  width: 18px;
  height: 18px;
}
header .main_header-conteiner .main_header-wrapper .main_header-phone .phone .icon svg path {
  fill: #F8B100 !important;
}
header .main_header-conteiner .main_header-wrapper .main_header-phone .call_action {
  font-size: 14px;
  font-family: 'Gilroy', sans-serif;
  text-transform: uppercase;
  text-align: right;
  color: #F8B100;
  cursor: pointer;
  position: relative;
  display: inline-block;
  line-height: 1;
}
header .main_header-conteiner .main_header-wrapper .main_header-phone .call_action:after {
  height: 2px;
  width: 100%;
  position: absolute;
  bottom: -6px;
  left: 0;
  right: 0;
  opacity: 0;
  content: '';
  background: #F8B100;
  transition: all 0.33s;
  border-radius: 5px;
}
header .main_header-conteiner .main_header-wrapper .main_header-phone .call_action:hover:after {
  opacity: 1;
  bottom: -3px;
}
.container {
  max-width: 1280px;
}
.hero_container {
  height: 100vh;
  position: relative;
}
.hero_container .hero_wrapper {
  height: 100%;
  position: relative;
  /*&:after{
      content: '';
      background: url("../img/bg-bottom.svg");
      position: absolute;
      background-size: 100%;
      background-repeat: no-repeat;
      background-position: bottom;
      bottom: -1px;
      left: 0;
      right: 0;
      z-index: 1;
      width: 100%;
      height: 100%;
    }*/
}
.hero_container .hero_wrapper .slider_main-hero {
  width: 100%;
  height: 100%;
  position: absolute;
}
.hero_container .hero_wrapper .slider_main-hero .swiper-slide {
  user-select: none;
  text-align: center;
  font-size: 18px;
  background: #fff;
  width: 100%;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  /*
        &:after{
          content: '';
          background: #24201D;
          opacity: 0.5;
          position: absolute;
          width: 100%;
          height: 100%;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
        }*/
}
.hero_container .hero_wrapper .slider_main-hero .swiper-slide.sa_1 {
  background: url("../img/slider/slide.jpg");
}
.hero_container .hero_wrapper .slider_main-hero .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero_container .hero_wrapper .hero_content {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
}
.hero_container .hero_wrapper .hero_content .hero_content-wrapper {
  margin: auto 0;
  margin-left: 90px;
}
.hero_container .hero_wrapper .hero_content .hero_content-wrapper .hero_title {
  margin-bottom: 20px;
}
.hero_container .hero_wrapper .hero_content .hero_content-wrapper .hero_title h1 {
  font-weight: 800;
  font-family: 'Gilroy', sans-serif;
  line-height: 25px;
  margin-bottom: 0;
  font-size: 54px;
  color: #fff;
}
.hero_container .hero_wrapper .hero_content .hero_content-wrapper .hero_title h1 span {
  font-size: 28px;
}
.hero_container .hero_wrapper .hero_content .hero_content-wrapper .hero_title h1 .element {
  margin-left: 10px;
}
.hero_container .hero_wrapper .hero_content .hero_content-wrapper .hero_text {
  color: #fff;
  font-size: 18px;
  line-height: 22px;
}
.hero_container .hero_wrapper .hero_content .hero_content-wrapper .hero_text p {
  margin-bottom: 0;
  font-weight: bold;
}
.hero_container .hero_wrapper .hero_content .hero_content-wrapper .hero_text .sub_text {
  margin-top: 20px;
  font-size: 16px;
  line-height: 21px;
  color: #FFAA40;
}
.hero_container .hero_wrapper .hero_content .hero_content-wrapper .hero_btn-group {
  display: flex;
  margin-top: 40px;
  align-items: center;
}
.hero_container .hero_wrapper .hero_content .hero_content-wrapper .hero_btn-group .hero_text-gift {
  margin-left: 85px;
  padding: 10px;
  padding-right: 40px;
  position: relative;
  display: flex;
  align-items: center;
}
.hero_container .hero_wrapper .hero_content .hero_content-wrapper .hero_btn-group .hero_text-gift .icon {
  width: 60px;
  height: 60px;
  margin: auto;
  border-radius: 30px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.16);
  background: #fff;
  display: flex;
}
.hero_container .hero_wrapper .hero_content .hero_content-wrapper .hero_btn-group .hero_text-gift .icon svg {
  line-height: 0;
  width: 18px;
  margin: auto;
  height: 18px;
}
.hero_container .hero_wrapper .hero_content .hero_content-wrapper .hero_btn-group .hero_text-gift .icon svg path {
  fill: #F8B100;
}
.hero_container .hero_wrapper .hero_content .hero_content-wrapper .hero_btn-group .hero_text-gift .title {
  font-size: 14px;
  font-family: 'Gilroy', sans-serif;
  color: #fff;
  line-height: 1;
  margin-left: 20px;
}
.hero_container .hero_wrapper .hero_content .hero_content-wrapper .hero_btn {
  font-weight: 700;
  font-size: 17px;
  padding-left: 50px;
  padding-right: 50px;
  background: #F8B100;
  color: #383639;
  height: 60px;
  transition: 0.33s;
  box-shadow: 0 3px 10px #fc981c;
  border: none;
  cursor: pointer;
  border-radius: 34px;
  display: flex;
  align-items: center;
  overflow: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.hero_container .hero_wrapper .hero_content .hero_content-wrapper .hero_btn .btn_effect {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
  padding: 0;
  border: 0;
  webkit-animation: ripple 4s linear infinite;
  -moz-animation: ripple 4s linear infinite;
  -ms-animation: ripple 4s linear infinite;
  -o-animation: ripple 4s linear infinite;
  animation: ripple 4s linear infinite;
}
.hero_container .hero_wrapper .hero_content .hero_content-wrapper .hero_btn:after {
  content: "";
  position: absolute;
  height: 350%;
  width: 200%;
  top: 0;
  left: -100%;
  background: hsla(0, 0%, 100%, 0.8);
  border-radius: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  z-index: 20;
  -webkit-animation-name: ripple;
  animation-name: ripple;
  -webkit-animation-duration: 6s;
  animation-duration: 6s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.hero_container .hero_wrapper .hero_content .hero_content-wrapper .hero_btn:hover {
  box-shadow: 0 3px 20px #fc981c;
}
.hero_container .hero_wrapper .hero_content .hero_content-wrapper .hero_btn:active {
  background: #e28819;
}
.hero_container .hero_wrapper .hero_content .hero_content-wrapper .hero_btn .icon {
  line-height: 0;
  width: 30px;
  height: 30px;
  background: #dc8a26;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}
.hero_container .hero_wrapper .hero_content .hero_content-wrapper .hero_btn .icon svg {
  width: 18px;
  height: 18px;
}
.hero_container .hero_wrapper .hero_content .hero_content-wrapper .hero_btn .icon svg path {
  fill: #fff;
}
.hero_container:before {
  content: '';
  position: absolute;
  background: rgba(0, 0, 0, 0.17);
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  height: 100%;
  width: 100%;
}
.hero_container:after {
  content: '';
  position: absolute;
  background: url("../img/heade_b_l.png");
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  height: 56px;
  width: 100%;
  background-repeat: no-repeat !important;
  background-position: top !important;
}
@keyframes ripple {
  20% {
    opacity: 0;
    transform: scale(2.5);
  }
  100% {
    opacity: 0;
    transform: scale(2.5);
  }
}
.h_d {
  display: none;
}
.contact_success,
.contact_failed {
  text-align: center;
  display: none;
  border-radius: 5px;
  margin-top: 20px;
  font-size: 17px;
  line-height: 20px;
  width: 100%;
  font-weight: 600;
}
.contact_success .icon,
.contact_failed .icon {
  margin-bottom: 20px;
}
.contact_success .icon svg,
.contact_failed .icon svg {
  width: 120px;
  height: 120px;
}
.contact_success .icon svg path,
.contact_failed .icon svg path {
  fill: #F8B100;
}
.contact_success .text,
.contact_failed .text {
  text-align: center;
  font-size: 38px;
  text-transform: uppercase;
  font-weight: 900;
  line-height: 1;
  color: #F8B100;
  margin-bottom: 10px;
}
.contact_success .textsub,
.contact_failed .textsub {
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  color: #25282B;
  line-height: 24px;
}
.skrollable {
  /*
   * First-level skrollables are positioned relative to window
   */
  position: fixed;
  /*
   * Skrollables by default have a z-index of 100 in order to make it easy to position elements in front/back without changing each skrollable
   */
  z-index: 100;
}
.skrollr-mobile .skrollable {
  /*
      May cause issues on Android default browser (see #331 on GitHub).
  */
  position: absolute;
}
.skrollable .skrollable {
  /*
   * Second-level skrollables are positioned relative their parent skrollable
   */
  position: absolute;
}
.skrollable .skrollable .skrollable {
  /*
   * Third-level (and below) skrollables are positioned static
   */
  position: static;
}
section.sb_1 {
  background: url("../img/sb_1.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
section.sb_2 {
  background: url("../img/sb_2.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
section.sb_3 {
  background: url("../img/sb_3.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
section.sb_4 {
  background: url("../img/sb_4.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
section.sb_5 {
  background: url("../img/sb_5.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
section.section_title {
  padding-top: 150px;
  padding-bottom: 100px;
}
section.section_title .title_big {
  margin: auto;
}
section.section_title .title_big h2 {
  font-size: 42px;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0;
  color: #353535;
}
section.section_menu {
  margin-bottom: 120px;
}
section.section_menu .filter_menu-group {
  text-align: center;
  position: sticky;
  top: 0;
  background: #fff;
  z-index: 2;
  padding-top: 20px;
  padding-bottom: 20px;
}
section.section_menu .filter_menu-group .category-button {
  font-weight: 600;
  font-size: 18px;
  background: transparent;
  padding: 0;
  margin-right: 55px;
}
section.section_menu .filter_menu-group .category-button:last-child {
  margin-right: 0;
}
section.section_menu .filter_menu-group .category-button .icon {
  margin-bottom: 5px;
}
section.section_menu .filter_menu-group .category-button .icon svg {
  width: 60px;
  height: 60px;
}
section.section_menu .filter_menu-group .category-button .icon svg path {
  fill: #383639;
}
section.section_menu .filter_menu-group .category-button:focus {
  box-shadow: none;
  outline: none;
}
section.section_menu .gallery_menu {
  position: relative;
}
section.section_menu .gallery_menu .lim {
  content: '';
  background: url("../img/limon.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 258px;
  height: 258px;
  position: absolute;
  top: 215px;
  left: -230px;
  transform: rotate(-110deg);
}
section.section_menu .gallery_menu:before {
  content: '';
  background: url("../img/oyster.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 258px;
  height: 258px;
  position: absolute;
  top: 215px;
  right: -280px;
}
section.section_menu .gallery_menu .gallery_name {
  margin-top: 75px;
  font-size: 78px;
  margin-bottom: 50px;
  font-family: 'Gilroy', sans-serif;
  font-weight: 800;
  opacity: 0.1;
}
section.section_menu .gallery_menu .gallery_item {
  text-align: center;
  padding: 40px;
}
section.section_menu .gallery_menu .gallery_item:hover {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.16);
}
section.section_menu .gallery_menu .gallery_item .images img {
  width: 355px;
  height: 245px;
  object-fit: cover;
}
section.section_menu .gallery_menu .gallery_item .content {
  margin-top: 50px;
}
section.section_menu .gallery_menu .gallery_item .content .name {
  font-size: 21px;
  font-weight: 600;
  line-height: 1;
  color: #383639;
  margin-bottom: 8px;
}
section.section_menu .gallery_menu .gallery_item .content .desc {
  color: #383639;
  max-width: 360px;
  margin: auto;
  margin-top: 15px;
}
section.section_menu .gallery_menu .gallery_item .content .price .count {
  font-weight: 600;
  font-size: 28px;
}
section.section_menu .gallery_menu .gallery_item .content .price .count span {
  font-size: 14px;
  font-weight: 400;
  margin-left: 10px;
}
section.section_menu .gallery_menu .gallery_item .content .btn {
  margin-top: 20px;
  padding-right: 70px;
  padding-left: 70px;
  background: #F8B100;
  height: 50px;
  color: #383639;
  font-weight: 600;
}
section.section_type {
  padding-bottom: 120px;
  padding-top: 120px;
  display: flex;
  position: relative;
}
section.section_type:after {
  z-index: 1;
  background: rgba(56, 54, 57, 0.16);
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
section.section_type.white .service_text {
  color: #fff;
}
section.section_type.white .service_title h3,
section.section_type.white .service_title h2 {
  color: #fff;
}
section.section_type .container {
  margin: auto;
  z-index: 10;
}
section.section_type .service_title h3 {
  margin-bottom: 20px;
  font-size: 28px;
  font-weight: 800;
  line-height: 1;
}
section.section_type .service_title h2 {
  margin-bottom: 40px;
  font-size: 42px;
  font-weight: 800;
  line-height: 1;
}
section.section_type .service_text {
  margin-bottom: 0;
  font-size: 21px;
  line-height: 26px;
  color: #383639;
  max-width: 530px;
}
section.section_type .ss_sol-6 {
  margin: auto;
}
section.section_type .service_img {
  width: 510px;
  height: 370px;
  position: relative;
}
section.section_type .service_img.img_none:after {
  display: none !important;
  opacity: 0;
}
section.section_type .service_img.img_none img {
  box-shadow: none;
}
section.section_type .service_img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.47058824);
  border-radius: 5px;
  border: 5px solid #353535;
}
section.section_type .address_pagination {
  margin-top: 150px;
  display: flex;
}
section.section_type .address_pagination .ap_btn {
  position: relative;
  background: #fff;
  min-width: 50px;
  height: 50px;
  border-radius: 50px;
  display: flex;
  background-image: none;
  cursor: pointer;
}
section.section_type .address_pagination .ap_btn .icon {
  margin: auto;
}
section.section_type .address_pagination .ap_btn .icon svg {
  width: 18px ;
  height: 18px;
}
section.section_type .address_pagination .ap_btn.swiper-button-next {
  margin-left: 20px;
}
section.section_type .address_pagination .ap_btn.swiper-button-prev {
  margin-right: 20px;
}
section.section_type .address_pagination .ap_btn.swiper-button-prev .icon {
  line-height: 0;
}
section.section_type .address_pagination .ap_btn.swiper-button-prev .icon svg {
  transform: rotate(180deg);
}
section.section_type .address_pagination .ap_btn.swiper-button-disabled {
  opacity: 1;
}
section.section_type .address_pagination .swiper-pagination {
  position: relative;
}
section.section_type .address_pagination .swiper-pagination.swiper-pagination-fraction {
  width: auto;
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  margin-left: 15px;
  margin-right: 15px;
}
section.section_type .slider_address .swiper-slide .address_content .images {
  height: 355px;
}
section.section_type .slider_address .swiper-slide .address_content .images img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  object-fit: cover;
}
section.section_type .slider_address .swiper-slide .address_content .address {
  margin-top: 15px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}
section.section_type .slider_address .swiper-slide .address_content .desk {
  font-size: 18px;
  color: #fff;
}
section.section_type .service_btn {
  background: #F8B100;
  display: inline-flex;
  padding-right: 30px;
  padding-left: 30px;
  margin-top: 20px;
  height: 50px;
  color: #353535;
  text-decoration: none;
  align-items: center;
  font-weight: 600;
  border-radius: 3px;
  font-size: 16px;
}
section.section_about {
  display: flex;
  position: relative;
  padding-top: 120px;
  padding-bottom: 120px;
}
section.section_about .about_container {
  margin: auto;
}
section.section_about .about_title {
  margin-bottom: 80px;
}
section.section_about .about_title h2 {
  font-family: 'Gilroy', sans-serif;
  font-size: 42px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 0;
  color: #383639;
}
section.section_about .about_title h2 span {
  color: #F8B100;
}
section.section_about .about_image {
  width: 400px;
  height: 530px;
  margin-left: auto;
  margin-right: 15px;
  position: relative;
}
section.section_about .about_image .about_image-text {
  font-size: 128px;
  font-weight: 600;
  color: #383639;
  opacity: 0.1;
  position: absolute;
  left: -390px;
  top: 147px;
  width: 725px;
  transform: rotate(-90deg);
}
section.section_about .about_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section.section_about .about_content {
  margin-left: 15px;
}
section.section_about .about_content .about_content-category {
  font-size: 32px;
  font-weight: 600;
  line-height: 1;
  color: #383639;
  margin-bottom: 10px;
}
section.section_about .about_content .about_content-name {
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  color: #383639;
  margin-bottom: 10px;
}
section.section_about .about_content .about_content-text p {
  font-size: 18px;
  margin-bottom: 5px;
}
section.section_about .about_content .about_content-bgtext p {
  font-size: 18px;
}
section.section_about .about_content .about_content-btn {
  background: #F8B100;
  display: inline-flex;
  padding-right: 30px;
  padding-left: 30px;
  margin-top: 20px;
  height: 50px;
  color: #353535;
  text-decoration: none;
  align-items: center;
  font-weight: 600;
  border-radius: 3px;
  font-size: 16px;
}
section.section_about .about_content .about_content-gift {
  display: flex;
}
section.section_about .about_content .about_content-gift .icon svg {
  width: 40px;
  height: 40px;
}
section.section_about .about_content .about_content-gift .icon svg path {
  fill: #F8B100;
}
section.section_about .about_content .about_content-gift .content_gift-list {
  margin-left: 20px;
}
section.section_about .about_content .about_content-gift .content_gift-list li {
  margin-bottom: 10px;
  font-size: 16px;
}
section.section_about .about_content .about_content-gift .content_gift-list li span {
  font-size: 18px;
  font-weight: 600;
}
section.section_about .about_box {
  height: 216px;
  border-radius: 5px;
  margin-bottom: 30px;
  padding: 25px 40px;
  position: relative;
}
section.section_about .about_box.ab_1 {
  background: #E2FFF9;
}
section.section_about .about_box.ab_1 .icon {
  position: absolute;
  top: -20px;
  right: -30px;
  width: 142px;
  height: 97px;
}
section.section_about .about_box.ab_1 .icon img {
  width: 100%;
  height: 100%;
}
section.section_about .about_box.ab_2 {
  background: #DEEEFF;
}
section.section_about .about_box.ab_2 .icon {
  position: absolute;
  top: -14px;
  right: 0;
  width: 76px;
  height: 97px;
}
section.section_about .about_box.ab_2 .icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
section.section_about .about_box.ab_3 {
  background: #FFF3F3;
}
section.section_about .about_box.ab_3 .icon .part {
  background: #fff;
  width: 82px;
  border-radius: 5px;
  height: 50px;
  display: flex;
  align-items: center;
}
section.section_about .about_box.ab_3 .icon .part.part_1 {
  position: absolute;
  top: -10px;
  right: -9px;
}
section.section_about .about_box.ab_3 .icon .part.part_2 {
  position: absolute;
  top: 9px;
  right: 26px;
}
section.section_about .about_box.ab_3 .icon .part.part_3 {
  position: absolute;
  top: 25px;
  right: 58px;
}
section.section_about .about_box.ab_3 .icon .part img {
  width: 85%;
  object-fit: contain;
  margin: auto;
}
section.section_about .about_box.ab_4 {
  background: #EAE8FE;
}
section.section_about .about_box.ab_4 .icon {
  position: absolute;
  top: -14px;
  right: -20px;
  width: 176px;
  height: 97px;
}
section.section_about .about_box.ab_4 .icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
section.section_about .about_box .about_count {
  font-size: 54px;
  font-weight: 900;
  color: #F8B100;
  line-height: 1;
  margin-bottom: 10px;
  text-shadow: 0 3px 5px rgba(222, 125, 5, 0.53);
}
section.section_about .about_box .about_name {
  font-size: 21px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #25282B;
  line-height: 1;
}
section.section_about .about_box .about_text {
  font-size: 21px;
  line-height: 25px;
  color: #25282B;
}
section.section_design {
  position: relative;
  height: 100vh;
  /* &:after{
      content: '';
      top: 0;
      right: 0;
      bottom: 0;
      width: 565px;
      background: url("../img/design_right.png");
      background-repeat: no-repeat;
      background-size: 100%;
      position: absolute;
      background-position: bottom;
      z-index: -1;
      opacity: 1;
    }*/
}
section.section_design:before {
  content: '';
  top: 0;
  right: -90px;
  bottom: 0;
  background: url(../img/smeta.png);
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  background-position: center center;
  z-index: -1;
  width: 900px;
  opacity: 0.35;
}
section.section_design .container {
  display: flex;
  height: 100%;
}
section.section_design .design_container {
  margin: auto 0;
  width: 65%;
}
section.section_design .design_container .design_title {
  font-weight: 900;
  font-family: 'Geometria', sans-serif;
  font-size: 32px;
  color: #24201D;
  line-height: 38px;
  text-transform: uppercase;
}
section.section_design .design_container .design_title .subtitle {
  font-size: 28px;
  font-weight: bold;
  text-transform: none;
}
section.section_design .design_container .design_text {
  font-size: 18px;
  color: #24201D;
  margin-bottom: 40px;
  line-height: 28px;
  margin-top: 20px;
}
section.section_design .design_container .design_text p {
  margin-bottom: 20px;
  font-weight: bold;
}
section.section_design .design_container .design_text ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
section.section_design .design_container .design_text ul li {
  color: #F8B100;
  line-height: 1;
  margin-bottom: 15px;
  font-size: 18px;
  position: relative;
  display: flex;
  align-items: center;
}
section.section_design .design_container .design_text ul li:last-child {
  margin-bottom: 0;
}
section.section_design .design_container .design_text ul li .icon {
  margin-right: 10px;
}
section.section_design .design_container .design_text ul li .icon svg {
  width: 18px;
  height: 18px;
}
section.section_design .design_container .design_text ul li .icon svg path {
  fill: #F8B100;
}
section.section_design .design_container .design_text ul li span {
  color: #24201D;
}
section.section_design .design_container .design_btn {
  border: none;
  background: #F8B100;
  color: #fff;
  font-size: 16px;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  padding-left: 25px;
  padding-right: 25px;
  height: 50px;
  border-radius: 3px;
  cursor: pointer;
  transition: 0.33s;
  box-shadow: 0 3px 10px #fc981c;
  padding-left: 47px;
  padding-right: 47px;
}
section.section_design .design_container .design_btn:hover {
  box-shadow: 0 3px 20px #fc981c;
}
section.section_design .design_container .design_btn:active {
  background: #e28819;
}
section.section_design .design_container .design_text-btn {
  font-size: 14px;
  line-height: 16px;
  margin-top: 10px;
  color: #757575;
}
section.section_service {
  padding-top: 120px;
  padding-bottom: 120px;
}
section.section_franchise {
  background: url("../img/franchise.png");
  background-position: top;
  background-repeat: no-repeat;
  padding-bottom: 120px;
}
section.section_franchise .section_header {
  padding-top: 250px;
}
section.section_franchise .section_header .title {
  color: #fff;
}
section.section_franchise .section_header .title h2 {
  margin-bottom: 0;
}
section.section_franchise .section_header .subtitle {
  font-weight: 600;
  font-size: 24px;
  margin-top: 50px;
  line-height: 1;
  color: #fff;
}
section.section_franchise .step_container {
  max-width: 930px;
  margin: auto;
}
section.section_franchise .step_container .step_text {
  color: #fff;
  font-size: 21px;
  text-align: center;
}
section.section_franchise .step_container .step_footer {
  display: flex;
  margin-top: 40px;
}
section.section_franchise .step_container .step_footer .step_btn {
  margin: auto;
  font-size: 21px;
  font-weight: 600;
  background: #F8B100;
  border-radius: 5px;
  height: 60px;
  align-items: center;
  display: flex;
  padding-left: 40px;
  padding-right: 40px;
  color: #383639;
  text-decoration: none ;
  cursor: pointer;
}
section.about_cook {
  padding-top: 120px;
}
section.about_cook .container {
  position: relative;
}
section.about_cook .about_cook-banner .about_cook-image {
  height: 725px;
  position: relative;
}
section.about_cook .about_cook-banner .about_cook-image:after {
  content: '';
  position: absolute;
  background: rgba(248, 177, 0, 0.3);
  top: 33px;
  left: 0;
  right: -33px;
  bottom: -33px;
  z-index: -1;
  border-radius: 0 100px 0 0;
}
section.about_cook .about_cook-banner .about_cook-image img {
  border-radius: 0 100px 0 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
section.about_cook .about_cook-banner .about_cook-content {
  max-width: 610px;
  margin-left: 40px;
}
section.about_cook .about_cook-banner .about_cook-content .about_cook-title {
  font-size: 42px;
  font-weight: 600;
  margin-bottom: 40px;
  margin-top: 20px;
}
section.about_cook .about_cook-banner .about_cook-content .about_cook-text p {
  font-size: 21px;
  line-height: 26px;
}
section.about_cook .about_cook-banner .about_cook-content .about_cook-list {
  padding: 0;
  list-style: none;
  margin-top: 40px;
}
section.about_cook .about_cook-banner .about_cook-content .about_cook-list li {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
section.about_cook .about_cook-banner .about_cook-content .about_cook-list li .about_item-img svg {
  width: 80px;
  height: 80px;
}
section.about_cook .about_cook-banner .about_cook-content .about_cook-list li .about_item-img svg path {
  fill: #F8B100;
}
section.about_cook .about_cook-banner .about_cook-content .about_cook-list li .about_item-text {
  margin-left: 25px;
  font-size: 21px;
  line-height: 24px;
}
section.about_cook .title_big {
  margin-bottom: 60px;
}
section.about_cook .title_big h2 {
  font-family: 'Geometria', sans-serif;
  font-size: 34px;
  font-weight: 800;
  margin-bottom: 0;
  line-height: 38px;
  text-transform: uppercase;
}
section.about_cook .question_banner .question_banner-wrapper .content .title {
  font-size: 21px;
}
section.about_cook .question_banner .question_banner-wrapper .content .images {
  margin-top: 40px;
  position: relative;
}
section.about_cook .question_banner .question_banner-wrapper .content .images .badge_ice {
  width: 100px;
  height: 100px;
  position: absolute;
  border-radius: 50px;
  right: -40px;
  top: -6%;
  z-index: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, #fc981c 0%, #ec7200 100%);
  box-shadow: 0 2px 22px #fc981c;
}
section.about_cook .question_banner .question_banner-wrapper .content .images .badge_ice svg {
  width: 50px;
  height: 50px;
}
section.about_cook .question_banner .question_banner-wrapper .content .images .badge_ice svg path {
  fill: #fff;
}
section.about_cook .question_banner .question_banner-wrapper .content .images img {
  border-radius: 10px;
  width: 100%;
  object-fit: cover;
  height: 400px;
  box-shadow: 0 3px 10px #ccc;
}
section.about_cook .question_banner .question_banner-wrapper .content .question_banner-btn {
  margin-top: 50px;
  font-weight: 600;
  font-size: 16px;
  padding-left: 47px;
  padding-right: 47px;
  background: #FC981C;
  background: linear-gradient(180deg, #fc981c 0%, #ec7200 100%);
  color: #fff;
  text-transform: uppercase;
  height: 60px;
  width: 350px;
  transition: 0.33s;
  box-shadow: 0 3px 10px #fc981c;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
}
section.about_cook .question_banner .question_man {
  position: absolute;
  bottom: -120px;
  right: 50px;
}
section.about_cook .question_banner .question_man .box_text {
  top: 41%;
  margin-top: 6px;
  left: 39%;
  width: 86%;
  padding: 44px 41px 30px 39px;
  position: absolute;
  background: #fff;
  border-radius: 3px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}
section.about_cook .question_banner .question_man .box_text:before {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14px 0 0 20px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  bottom: 100%;
  left: 43px;
}
section.about_cook .question_banner .question_man .box_text .text_red {
  color: #F8B100;
}
section.about_cook .question_banner .question_man .box_text .text {
  font-size: 14px;
}
section.about_cook .question_banner .question_man img {
  width: 420px;
  height: 600px;
  object-fit: contain;
}
section .section_header {
  margin-bottom: 50px;
  text-align: center;
}
section .section_header .title h2 {
  font-family: 'Gilroy', sans-serif;
  font-size: 42px;
  font-weight: 600;
  margin-bottom: 20px;
  line-height: 46px;
}
section .section_header .title .subtitle {
  font-size: 21px;
  font-weight: 500;
  margin-bottom: 20px;
}
section .section_header .navigation {
  margin-left: auto;
}
section .section_header .navigation .slide_navigation {
  display: flex;
}
section .section_header .navigation .slide_navigation .swp,
section .section_header .navigation .slide_navigation .swr {
  width: 75px;
  margin: auto;
  text-align: center;
  font-family: 'Geometria', sans-serif;
  font-size: 13px;
  font-weight: 600;
}
section .section_header .navigation .slide_navigation .slide_btn {
  width: 40px;
  height: 40px;
  background: transparent;
  border: 1px solid #E6E6E6;
  display: flex;
  border-radius: 4px;
  cursor: pointer;
}
section .section_header .navigation .slide_navigation .slide_btn:active .icon svg path {
  fill: #F8B100 !important;
}
section .section_header .navigation .slide_navigation .slide_btn.slider_btn-next .icon svg {
  transform: rotate(180deg);
}
section .section_header .navigation .slide_navigation .slide_btn.slider_btn-prev .icon svg {
  transform: rotate(0);
}
section .section_header .navigation .slide_navigation .slide_btn:focus {
  border: none;
}
section .section_header .navigation .slide_navigation .slide_btn.disabled .icon svg path {
  fill: #E6E6E6 !important;
}
section .section_header .navigation .slide_navigation .slide_btn .icon {
  margin: auto;
}
section .section_header .navigation .slide_navigation .slide_btn .icon svg {
  width: 18px;
  height: 18px;
}
section .section_header .navigation .slide_navigation .slide_btn .icon svg path {
  fill: #000 !important;
}
section .work_container {
  position: relative;
}
section .work_container .gl_list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  z-index: 1;
  position: relative;
}
section .work_container .gl_list .gl_item {
  padding: 10px;
}
section .work_container .gl_list .gl_item img {
  object-fit: cover;
  width: 350px;
  height: 250px;
  border: 1px solid #ccc;
  border-radius: 5px;
}
section .work_container .swiper_work .swiper-wrapper {
  height: 300px;
}
section .work_container .swiper_work .review_card {
  background: #fff;
  border: 1px solid #ECECEC;
  border-radius: 10px;
  padding: 50px 90px;
  height: 270px;
}
section .work_container .swiper_work .review_card .review_header {
  display: flex;
  margin-bottom: 20px;
}
section .work_container .swiper_work .review_card .review_header .review_avatar {
  width: 70px;
  height: 70px;
}
section .work_container .swiper_work .review_card .review_header .review_avatar img {
  width: 100%;
  height: 100%;
  border-radius: 35px;
  object-fit: cover;
}
section .work_container .swiper_work .review_card .review_header .review_info {
  margin-left: 25px;
}
section .work_container .swiper_work .review_card .review_header .review_info .review_name {
  font-weight: 600;
  font-size: 18px;
  color: #383639;
}
section .work_container .swiper_work .review_card .review_text {
  font-size: 14px;
}
section .work_container .swiper_temp-work {
  width: 100%;
  margin-right: 0;
}
section .work_container .swiper_temp-work img {
  width: 100%;
  height: 375px;
  object-fit: contain;
}
section .work_container .slider_container {
  display: flex;
  height: 375px;
  position: relative;
}
section .work_container .slider_container .sw_btn {
  width: 38px;
  height: 38px;
  margin: auto;
  display: flex;
  background: #fff;
  border-radius: 30px;
  transition: 0.33s;
  border: none;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}
section .work_container .slider_container .sw_btn:active {
  transform: scale(1.1);
}
section .work_container .slider_container .sw_btn.sw_prev,
section .work_container .slider_container .sw_btn.sw_prev1,
section .work_container .slider_container .sw_btn.sw_prev2,
section .work_container .slider_container .sw_btn.sw_prev3 {
  left: 15px;
}
section .work_container .slider_container .sw_btn.sw_prev .icon svg,
section .work_container .slider_container .sw_btn.sw_prev1 .icon svg,
section .work_container .slider_container .sw_btn.sw_prev2 .icon svg,
section .work_container .slider_container .sw_btn.sw_prev3 .icon svg {
  transform: rotate(180deg);
}
section .work_container .slider_container .sw_btn.sw_next {
  right: 15px;
}
section .work_container .slider_container .sw_btn:focus {
  border: none;
}
section .work_container .slider_container .sw_btn.disabled {
  display: none;
}
section .work_container .slider_container .sw_btn .icon {
  margin: auto;
  line-height: 1;
  width: 16px;
}
section .work_container .slider_container .sw_btn .icon svg {
  width: 18px;
  height: 18px;
}
section .work_container .slider_container .sw_btn .icon svg path {
  fill: #F8B100 !important;
}
section .work_container .swiper_thumbs {
  position: relative;
  width: 80px;
  box-sizing: border-box;
}
section .work_container .swiper_thumbs .swiper-slide {
  height: 20%;
}
section .work_container .swiper_thumbs .swiper-slide img {
  width: 80px;
  height: 60px;
  object-fit: cover;
}
section .work_container .work_content .work_title {
  margin-bottom: 45px;
  font-weight: 600;
  font-size: 21px;
  color: #25282B;
}
section .work_container .work_content .work_list {
  padding: 0;
  list-style: none;
  margin-bottom: 0;
}
section .work_container .work_content .work_list li {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
section .work_container .work_content .work_list li .work_item-title {
  display: flex;
  align-items: center;
  width: 40%;
}
section .work_container .work_content .work_list li .work_item-title .icon svg {
  width: 20px;
  height: 20px;
}
section .work_container .work_content .work_list li .work_item-title .icon svg path {
  fill: #F8B100 !important;
}
section .work_container .work_content .work_list li .work_item-title .name {
  font-weight: 600;
  margin-left: 20px;
  line-height: 1;
}
section .work_container .work_content .work_list li .work_item-text {
  line-height: 1;
}
section .work_container .work_content .work_reviews {
  display: flex;
  margin-top: 35px;
}
section .work_container .work_content .work_reviews .icon svg {
  width: 35px;
  height: 35px;
}
section .work_container .work_content .work_reviews .icon svg path {
  fill: #F8B100;
}
section .work_container .work_content .work_reviews .reviews_text {
  font-size: 14px;
  line-height: 18px;
  margin-left: 15px;
}
section .work_container .work_content .work_reviews .reviews_text a {
  color: #1B8DFE;
}
section .work_container .work_content .work_btn {
  display: flex;
  align-items: center;
  padding: 0;
  background: transparent;
  border: none;
  margin-top: 20px;
  position: relative;
  cursor: pointer;
  transition: bottom 0.33s;
}
section .work_container .work_content .work_btn:hover:after {
  opacity: 1;
  bottom: -2px;
}
section .work_container .work_content .work_btn:after {
  content: '';
  position: absolute;
  bottom: -5px;
  opacity: 0;
  left: 0;
  right: 0;
  background: #F8B100;
  height: 1px;
  box-shadow: 0 2px 10px #FC981C;
  transition: 0.33s;
}
section .work_container .work_content .work_btn .name {
  font-size: 18px;
  color: #F8B100;
  font-weight: 600;
  font-family: 'Geometria', sans-serif;
}
section .work_container .work_content .work_btn .icon {
  margin-left: 10px;
}
section .work_container .work_content .work_btn .icon svg {
  width: 16px;
  height: 16px;
}
section .work_container .work_content .work_btn .icon svg path {
  fill: #F8B100;
}
section .step_container .row {
  padding-left: 15px;
  padding-right: 15px;
}
section .step_container .col_step-2_5 {
  flex: 1 1 auto;
  width: 20%;
  max-width: 100%;
  padding-right: 30px;
}
section .step_container .col_step-2_5:last-child {
  padding-right: 0;
}
section .step_container .step_box .step_icon {
  text-align: center;
  margin-bottom: 20px;
}
section .step_container .step_box .step_icon svg {
  width: 80px;
  height: 80px;
  fill: #F8B100;
}
section .step_container .step_box .step_icon svg path {
  fill: #F8B100;
}
section .step_container .step_box .step_result {
  font-weight: 600;
  font-size: 18px;
  color: #25282B;
  text-align: center;
  margin-bottom: 10px;
  position: relative;
}
section .step_container .step_box .step_result:after {
  content: '';
  display: block;
  width: calc(100% + 30px);
  height: 2px;
  right: 0;
  left: 0;
  bottom: -10px;
  position: absolute;
  background-color: #e8e8e8;
}
section .step_container .step_box .step_result:before {
  content: '';
  display: block;
  background-color: #F8B100;
  box-shadow: 0 0 7px 0 rgba(252, 152, 28, 0.004);
  width: 40px;
  transition: 0.3s;
  height: 2px;
  position: absolute;
  bottom: -10px;
  z-index: 10;
  left: 41%;
  margin: auto;
}
section .step_container .step_box .step_text {
  font-size: 18px;
  margin-top: 30px;
  line-height: 20px;
  font-family: 'Geometria', sans-serif;
}
section .reviews_container .swiper_reviews .swiper-slide .review_box {
  background: #fff;
  padding: 40px;
  width: 100%;
  height: 300px;
  border-radius: 4px;
}
section .reviews_container .swiper_reviews .swiper-slide .review_box .review_header {
  border-bottom: 1px solid #ECECEC;
  display: flex;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
section .reviews_container .swiper_reviews .swiper-slide .review_box .review_header .review_avatar img {
  height: 62px;
  width: 62px;
  object-fit: cover;
}
section .reviews_container .swiper_reviews .swiper-slide .review_box .review_header .review_info {
  margin-left: 20px;
}
section .reviews_container .swiper_reviews .swiper-slide .review_box .review_header .review_info .review_name {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: 'Geometria', sans-serif;
  color: #25282B;
  line-height: 1;
  margin-bottom: 10px;
}
section .reviews_container .swiper_reviews .swiper-slide .review_box .review_header .review_info .review_object {
  display: flex;
  align-items: center;
}
section .reviews_container .swiper_reviews .swiper-slide .review_box .review_header .review_info .review_object .icon svg {
  height: 14px;
  width: 14px;
}
section .reviews_container .swiper_reviews .swiper-slide .review_box .review_header .review_info .review_object .icon svg path {
  fill: #F8B100;
}
section .reviews_container .swiper_reviews .swiper-slide .review_box .review_header .review_info .review_object .name {
  font-size: 14px;
  color: #F8B100;
  line-height: 1;
  margin-left: 10px;
}
section .reviews_container .swiper_reviews .swiper-slide .review_box .review_header .review_info .review_address {
  display: flex;
  align-items: center;
}
section .reviews_container .swiper_reviews .swiper-slide .review_box .review_header .review_info .review_address .icon svg {
  height: 14px;
  width: 14px;
}
section .reviews_container .swiper_reviews .swiper-slide .review_box .review_header .review_info .review_address .icon svg path {
  fill: #757575;
}
section .reviews_container .swiper_reviews .swiper-slide .review_box .review_header .review_info .review_address .name {
  font-size: 14px;
  color: #757575;
  line-height: 1;
  margin-left: 10px;
}
section .reviews_container .swiper_reviews .swiper-slide .review_box .reviews_text {
  font-size: 14px;
  line-height: 1.2;
}
section .service_container .col-sm-6:nth-child(4) {
  margin-top: 30px;
}
section .service_container .col-sm-6:nth-child(5) {
  margin-top: 30px;
}
section .service_container .service_box {
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 20px;
  height: 180px;
  background: #fff;
}
section .service_container .service_box .service_content {
  display: flex;
  align-items: center;
}
section .service_container .service_box .service_content .icon svg {
  height: 50px;
  width: 50px;
}
section .service_container .service_box .service_content .icon svg path {
  fill: #F8B100;
}
section .service_container .service_box .service_content .title {
  margin-left: 15px;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: 'Gilroy', sans-serif;
  line-height: 18px;
  color: #25282B;
}
section .service_container .service_box .service_text {
  margin-top: 15px;
  color: #fff;
  line-height: 18px;
  font-size: 15px;
}
.section_more .type_container:after {
  display: none;
}
.repair_banner-more {
  position: relative;
  height: 100vh;
  padding-bottom: 120px;
  padding-top: 120px;
}
.repair_banner-more:after {
  content: '';
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: url("../img/repair_bg.webp");
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  background-position: bottom;
  z-index: -1;
  opacity: 0.3;
}
.repair_banner-more .container {
  height: 100%;
  position: relative;
  align-items: center;
}
.repair_banner-more .container .title_big {
  max-width: 890px;
}
.repair_banner-more .container .title_big h2 {
  font-size: 34px;
  font-weight: 800;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 0;
  color: #353535;
}
.repair_banner-more .repair_banner {
  height: 100%;
  display: flex;
  align-items: center;
}
.repair_banner-more .repair_banner .row {
  width: 100%;
}
.repair_banner-more .repair_banner .repair_banner-wrapper .content {
  max-width: 660px;
  position: relative;
}
.repair_banner-more .repair_banner .repair_banner-wrapper .content .title {
  font-weight: 800;
  font-size: 32px;
  color: #24201D;
  line-height: 1;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.repair_banner-more .repair_banner .repair_banner-wrapper .content .text {
  bottom: 25px;
  right: 35px;
  border-radius: 3px;
  width: 60%;
  font-size: 17px;
  line-height: 1.2;
  margin-bottom: 0;
  font-weight: 500;
  color: #353535;
  background: #fff;
  padding: 25px 25px 28px 35px;
  box-shadow: 0 0 1.688rem rgba(67, 67, 67, 0.07);
  transform: translateX(-50%);
  position: absolute;
}
.repair_banner-more .repair_banner .repair_banner-wrapper .content .text:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 14px 20px;
  border-color: transparent transparent #fff;
  position: absolute;
  bottom: 100%;
  left: 63px;
}
.repair_banner-more .repair_banner .repair_banner-wrapper .content .repair_banner-btn {
  margin-left: auto;
  height: 50px;
  background: #F8B100;
  font-size: 14px;
  font-weight: bold;
  padding-left: 25px;
  padding-right: 25px;
  border-radius: 3px;
  float: left;
  color: #fff;
  display: flex;
  align-items: center;
  line-height: 1;
  width: 230px;
  margin-top: 40px;
}
.repair_banner-more .repair_banner .repair_banner-wrapper .content .repair_banner-btn:hover {
  box-shadow: 0 3px 20px #fc981c;
}
.repair_banner-more .repair_banner .repair_banner-wrapper .content .repair_banner-btn:active {
  background: #e28819;
}
.repair_banner-more .repair_banner .repair_banner-wrapper .content_bg {
  content: '';
  right: 0;
  top: 0;
  bottom: 0;
  width: 430px;
  height: 430px;
  background: url("../img/rep_man.webp");
  background-size: contain;
}
.repair_banner-more .repair_banner .form_repair-container {
  width: 100%;
  padding: 50px;
  background: #fff;
  box-shadow: 0 3px 10px #ccc;
  border-radius: 5px;
}
.repair_banner-more .repair_banner .form_repair {
  display: flex;
  align-items: center;
}
.repair_banner-more .repair_banner .form_repair .form_title {
  font-weight: 800;
  font-size: 21px;
  line-height: 28px;
  margin-bottom: 20px;
  text-transform: uppercase;
  text-align: center;
}
.repair_banner-more .repair_banner .form_repair .form_text {
  font-size: 18px;
  text-align: center;
  line-height: 24px;
  margin-bottom: 20px;
}
.repair_banner-more .repair_banner .form_repair .btn_send {
  font-weight: 600;
  font-size: 16px;
  padding-left: 47px;
  padding-right: 47px;
  background: #FC981C;
  color: #fff;
  height: 50px;
  transition: 0.33s;
  box-shadow: 0 3px 10px #fc981c;
  border: none;
  cursor: pointer;
  border-radius: 3px;
  margin: auto;
  align-items: center;
  justify-content: center;
  display: flex;
}
.repair_banner-more .repair_banner .form_repair .btn_send:hover {
  box-shadow: 0 3px 20px #fc981c;
}
.repair_banner-more .repair_banner .form_repair .btn_send:active {
  background: #e28819;
}
.repair_banner-more .repair_banner .form_repair .private_polic {
  margin-top: 10px;
  font-size: 12px;
  text-align: center;
  line-height: 16px;
}
.repair_banner-more .repair_banner .form_repair .form_group {
  width: 100%;
  margin-bottom: 30px;
}
.repair_banner-more .repair_banner .form_repair .form_group label {
  font-size: 16px;
  margin-bottom: 10px;
  display: block;
  line-height: 1;
}
.repair_banner-more .repair_banner .form_repair .form_group input {
  height: 50px;
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
  border-radius: 3px;
  box-shadow: none;
  border: 1px solid #ccc;
}
.repair_banner-more .repair_banner .form_repair .form_group input:focus {
  border-color: #F8B100;
}
.design_banner-more {
  position: relative;
  padding-bottom: 120px;
  padding-top: 120px;
}
.design_banner-more .container {
  height: 100%;
}
.design_banner-more .design_banner {
  height: 100%;
}
.design_banner-more .design_banner .design_banner-wrapper {
  text-align: center;
  height: 100%;
}
.design_banner-more .design_banner .design_banner-wrapper .content .title {
  font-weight: 900;
  font-size: 30px;
  font-family: "Gotham Pro", sans-serif;
  color: #24201D;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.design_banner-more .design_banner .design_banner-wrapper .content .text {
  font-size: 18px;
  line-height: 1;
  color: #24201D;
}
.design_banner-more .design_banner .design_banner-wrapper .design_banner-btn {
  background: #F8B100;
  background: linear-gradient(180deg, #fc981c 0%, #ec7200 100%);
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  padding-left: 30px;
  padding-right: 30px;
  border-radius: 30px;
  color: #fff;
  display: flex;
  align-items: center;
  max-width: 300px;
  height: 60px;
  margin: auto;
  line-height: 1;
  margin-top: 40px;
}
.design_banner-more .design_banner .design_banner-wrapper .design_banner-btn:hover {
  box-shadow: 0 3px 20px #fc981c;
}
.design_banner-more .design_banner .design_banner-wrapper .design_banner-btn:active {
  background: #e28819;
}
.section_work {
  position: relative;
  padding-bottom: 120px;
}
.section_work.p120 {
  padding-top: 120px;
  padding-bottom: 120px;
}
.section_work .navigation {
  margin: auto;
  max-width: 768px;
}
.section_work .navigation .slide_navigation {
  display: flex;
  justify-content: center;
  align-items: center;
}
.section_work .navigation .slide_navigation .swp,
.section_work .navigation .slide_navigation .swr {
  width: 75px;
  text-align: center;
  font-family: 'Geometria', sans-serif;
  font-size: 13px;
  font-weight: 600;
}
.section_work .navigation .slide_navigation .slide_btn {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  background: #F0F2F3;
  border-radius: 50px;
  cursor: pointer;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  justify-content: center;
}
.section_work .navigation .slide_navigation .slide_btn:active {
  box-shadow: 0 3px 10px #fc981c;
  background: #F8B100;
}
.section_work .navigation .slide_navigation .slide_btn:active .icon svg path {
  fill: #383639 !important;
}
.section_work .navigation .slide_navigation .slide_btn.slider_btn-next .icon svg {
  transform: rotate(180deg);
}
.section_work .navigation .slide_navigation .slide_btn.slider_btn-prev .icon svg {
  transform: rotate(0);
}
.section_work .navigation .slide_navigation .slide_btn:focus {
  border: none;
}
.section_work .navigation .slide_navigation .slide_btn.disabled {
  border: 2px solid #ec7200;
  background: transparent;
  color: #ec7200;
}
.section_work .navigation .slide_navigation .slide_btn.disabled:active {
  box-shadow: none;
}
.section_work .navigation .slide_navigation .slide_btn.disabled .icon svg path {
  fill: #ec7200 !important;
}
.section_work .navigation .slide_navigation .slide_btn .icon {
  line-height: 0;
}
.section_work .navigation .slide_navigation .slide_btn .icon.mr_10 {
  margin-left: 0;
  margin-right: 10px;
}
.section_work .navigation .slide_navigation .slide_btn .icon svg {
  width: 14px;
  height: 14px;
}
.section_work .navigation .slide_navigation .slide_btn .icon svg path {
  fill: #383639 !important;
}
.section_reviews {
  position: relative;
}
.section_about {
  overflow: hidden;
}
.section_about .about_content {
  position: relative;
  height: 100%;
}
.section_about .about_content ul {
  padding: 0;
  list-style: none;
}
.section_about .about_content ul li {
  margin-bottom: 35px;
}
.section_about .about_content ul li:last-child {
  margin-bottom: 0;
}
.section_about .about_content ul li .about_title {
  font-size: 21px;
  font-weight: bold;
  font-family: 'Geometria', sans-serif;
  margin-bottom: 15px;
  line-height: 1;
}
.section_about .about_content ul li .about_text {
  font-size: 16px;
  color: #25282B;
  margin-bottom: 0;
  line-height: 18px;
}
.section_about .about_content .about_img-company {
  position: absolute;
  bottom: -50px;
  left: -70px;
  z-index: 1;
}
.section_about .about_content .about_img-company img {
  width: 350px;
  height: 285px;
  object-fit: cover;
  border-radius: 3px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.section_about .about_content .about_img-home {
  position: absolute;
  right: 0;
  top: 10px;
}
.section_about .about_content .about_img-home img {
  width: 350px;
  height: 285px;
  object-fit: cover;
  border-radius: 3px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.section_about .about_content.ab_im:after {
  content: '';
  background: url(../img/bg_rm.svg);
  background-repeat: no-repeat;
  width: 66%;
  height: 100%;
  position: absolute;
  right: -36%;
  top: -14%;
  z-index: -3;
  display: block;
}
.section_forms {
  position: relative;
  margin-top: 120px;
}
.section_forms:after {
  content: '';
  position: absolute;
  top: 70px;
  right: 0;
  bottom: 0;
  width: 45%;
  left: 0;
  border-radius: 0 100px 0 0;
  background: #fff;
}
.section_forms .container_forms {
  width: 100%;
}
.section_forms .container_forms .content_forms {
  color: #fff;
}
.section_forms .container_forms .title_forms {
  font-size: 32px;
  font-weight: bold;
  font-family: 'Geometria', sans-serif;
  line-height: 32px;
  margin-bottom: 45px;
}
.section_forms .container_forms .title_forms p {
  font-size: 28px;
  font-weight: 400;
}
.section_forms .container_forms .text_form {
  font-size: 18px;
  line-height: 21px;
}
.section_forms .container_forms .text_form.weight {
  font-size: 21px;
  font-weight: bold;
  line-height: 26px;
}
.section_forms .container_forms .btn_call-me {
  width: 240px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  background: #FC981C;
  padding-right: 43px;
  padding-left: 43px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  margin-top: 40px;
  border-radius: 3px;
  cursor: pointer;
  transition: 0.33s;
}
.section_forms .container_forms .btn_call-me:hover {
  box-shadow: 0 3px 20px #fc981c;
}
.section_forms .container_forms .btn_call-me:active {
  background: #e28819;
}
.section_forms .container_forms .contact_forms {
  position: relative;
  z-index: 1;
}
.section_forms .container_forms .contact_forms .contact_forms-title {
  margin-bottom: 60px;
  margin-top: 60px;
  font-family: 'Gilroy', sans-serif;
  font-size: 42px;
  font-weight: bold;
  color: #383639;
  line-height: 26px;
}
.section_forms .container_forms .contact_forms .contact_forms-times {
  font-size: 18px;
  line-height: 1.5;
  display: flex;
}
.section_forms .container_forms .contact_forms .contact_forms-times .time {
  margin-left: 10px;
}
.section_forms .container_forms .contact_forms .contact_social {
  padding: 0;
  list-style: none;
  margin-top: 60px;
  display: flex;
}
.section_forms .container_forms .contact_forms .contact_social li {
  margin-right: 25px;
  margin-bottom: 20px;
}
.section_forms .container_forms .contact_forms .contact_social li .icon {
  line-height: 0;
}
.section_forms .container_forms .contact_forms .contact_social li .icon svg {
  width: 28px;
  height: 28px;
}
.section_forms .container_forms .contact_forms .contact_social li .icon svg path {
  fill: #F8B100 !important;
}
.section_forms .container_forms .contact_forms .contact_address-list {
  padding: 0;
  list-style: none;
  z-index: 1;
  position: relative;
}
.section_forms .container_forms .contact_forms .contact_address-list li {
  margin-bottom: 20px;
}
.section_forms .container_forms .contact_forms .contact_address-list li a {
  color: #25282B;
}
.section_forms .container_forms .contact_forms .contact_address-list li .item {
  display: flex;
  align-items: center;
  line-height: 1;
}
.section_forms .container_forms .contact_forms .contact_address-list li .item .icon {
  line-height: 0;
}
.section_forms .container_forms .contact_forms .contact_address-list li .item .icon svg {
  width: 16px;
  height: 16px;
}
.section_forms .container_forms .contact_forms .contact_address-list li .item .icon svg path {
  fill: #F8B100 !important;
}
.section_forms .container_forms .contact_forms .contact_address-list li .item .name {
  font-size: 16px;
  width: 220px;
  margin-left: 10px;
}
.section_forms .container_forms .contact_forms .contact_forms-list {
  padding: 0;
  list-style: none;
  margin-top: 40px;
  display: flex;
}
.section_forms .container_forms .contact_forms .contact_forms-list li {
  margin-left: 50px;
  margin-bottom: 20px;
}
.section_forms .container_forms .contact_forms .contact_forms-list li:first-child {
  margin-left: 0;
}
.section_forms .container_forms .contact_forms .contact_forms-list li:last-child {
  margin-bottom: 30px;
}
.section_forms .container_forms .contact_forms .contact_forms-list li a {
  color: #25282B;
}
.section_forms .container_forms .contact_forms .contact_forms-list li .item {
  display: flex;
  align-items: center;
  line-height: 1;
}
.section_forms .container_forms .contact_forms .contact_forms-list li .item .icon {
  line-height: 0;
}
.section_forms .container_forms .contact_forms .contact_forms-list li .item .icon svg {
  width: 16px;
  height: 16px;
}
.section_forms .container_forms .contact_forms .contact_forms-list li .item .icon svg path {
  fill: #F8B100 !important;
}
.section_forms .container_forms .contact_forms .contact_forms-list li .item .name {
  font-size: 16px;
  margin-left: 10px;
}
.section_forms .container_forms .contact_forms .contact_forms-btn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #EEF1F3;
  border-radius: 3px;
  height: 38px;
  transition: 0.33s;
  text-align: center;
  cursor: pointer;
}
.section_forms .container_forms .contact_forms .contact_forms-btn img {
  width: 100px;
}
.section_forms .container_forms .contact_forms .contact_forms-btn:hover {
  background: #ffb559;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.section_forms .container {
  height: 100%;
  z-index: 1;
  position: relative;
  display: flex;
  align-items: center;
}
.section_forms #map {
  display: block;
  width: 65%;
  padding: 0;
  margin: 0;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 0;
  height: 100%;
  border-radius: 100px 0 0 0;
}
.section_forms #map .ymaps-2-1-74-map-bg {
  border-radius: 100px 0 0 0;
}
.section_forms #map .ymaps-2-1-74-inner-panes {
  border-radius: 100px 0 0 0;
}
.type_container {
  position: relative;
}
.type_container:after {
  content: '';
  background: url("../img/bg_rm.svg");
  background-repeat: no-repeat;
  width: 32%;
  height: 100%;
  position: absolute;
  right: -10%;
  top: -30%;
  z-index: -3;
  display: block;
}
.type_container .typer_box {
  position: relative;
  height: 335px;
  transition: 0.33s;
  cursor: pointer;
}
.type_container .typer_box .typer_price {
  position: absolute;
  top: 5px;
  right: 10px;
  background: url("../img/bg_brush.svg");
  background-size: 100%;
  color: #fff;
  z-index: 1;
  width: 140px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
}
.type_container .typer_box .typer_price span {
  font-weight: 500;
  margin-left: 3px;
  font-size: 14px;
}
.type_container .typer_box:hover {
  box-shadow: 0 3px 30px #FC981C;
  transform: scale(1.01);
}
.type_container .typer_box:hover:before {
  top: -20px;
}
.type_container .typer_box:hover:after {
  top: -10px;
}
.type_container .typer_box:hover .typer_info {
  bottom: 30px;
}
.type_container .typer_box:hover .typer_info .typer_btn {
  opacity: 1;
}
.type_container .typer_box:after {
  content: '';
  position: absolute;
  top: 0;
  background: rgba(252, 152, 28, 0.8);
  border-radius: 4px;
  width: 80%;
  height: 40px;
  left: 0;
  right: 0;
  z-index: -1;
  margin: auto;
  transition: 0.33s;
}
.type_container .typer_box:before {
  content: '';
  position: absolute;
  top: 0;
  background: rgba(252, 152, 28, 0.6);
  border-radius: 4px;
  width: 60%;
  height: 40px;
  left: 0;
  right: 0;
  z-index: -2;
  margin: auto;
  transition: 0.33s;
}
.type_container .typer_box .typer_img {
  height: 100%;
}
.type_container .typer_box .typer_img img {
  user-select: none;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 3px;
}
.type_container .typer_box .typer_img:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(37, 40, 43, 0.3);
  border-radius: 3px;
}
.type_container .typer_box .typer_info {
  position: absolute;
  bottom: 0;
  left: 20px;
  right: 20px;
  transition: 0.33s;
}
.type_container .typer_box .typer_info .typer_title {
  color: #fff;
}
.type_container .typer_box .typer_info .typer_title h6 {
  font-weight: 600;
  font-family: 'Geometria', sans-serif;
  font-size: 24px;
}
.type_container .typer_box .typer_info .typer_text {
  margin-top: 10px;
}
.type_container .typer_box .typer_info .typer_text p {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  line-height: 18px;
}
footer {
  padding-top: 110px;
  padding-bottom: 60px;
  background: #25282B;
}
footer .footer_content .footer_col .footer_col-name {
  font-size: 18px;
  color: #fff;
  line-height: 1;
  margin-bottom: 20px;
  font-weight: 600;
}
footer .footer_content .footer_col .footer_menu {
  padding: 0;
  list-style: none;
  margin-bottom: 0;
}
footer .footer_content .footer_col .footer_menu li {
  margin-bottom: 15px;
}
footer .footer_content .footer_col .footer_menu li a {
  color: #A2A2A2;
}
footer .footer_content .footer_col .footer_store img {
  width: 100%;
  object-fit: contain;
}
footer .footer_content .footer_col .footer_col-text {
  color: #A2A2A2;
  font-size: 14px;
  margin-bottom: 20px;
  line-height: 18px;
}
footer .footer_content .desc_n {
  display: none;
}
footer .footer_logo img {
  width: 220px;
  margin-bottom: 40px;
}
footer .footer_logo .footer_copirat {
  font-size: 12px;
  line-height: 1;
  color: #A2A2A2;
}
footer .footer_logo .footer_copirat a {
  color: #A2A2A2 !important;
  font-size: 12px;
}
footer .footer_list {
  padding: 0;
  list-style: none;
  margin-bottom: 0;
}
footer .footer_list li {
  line-height: 1;
  margin-bottom: 30px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  cursor: pointer;
}
footer .footer_list li:last-child {
  margin-bottom: 0;
}
footer .footer_list li a {
  color: rgba(255, 255, 255, 0.7);
}
footer .footer_list li a.fl_a {
  color: #F8B100;
}
footer .footer_social {
  text-align: center;
  margin-top: 50px;
}
footer .footer_social .footer_social-wrapper .item a svg {
  width: 24px;
  height: 24px;
}
footer .footer_social .footer_social-wrapper .item a svg path {
  fill: #fff;
}
footer .footer_bottom {
  text-align: center;
  font-size: 14px;
  line-height: 1;
  margin-top: 50px;
  color: rgba(255, 255, 255, 0.3);
}
@keyframes scroll {
  0% {
    opacity: 1;
    transform: translateY(0px);
  }
  100% {
    opacity: 0;
    transform: translateY(20px);
  }
}
@media (max-width: 1330px) {
  .hero_container .hero_wrapper:after {
    bottom: -1px;
  }
}
@media (max-width: 1024px) {
  .section_about .about_box .about_text {
    font-size: 17px;
  }
  section.section_design {
    height: auto;
  }
  section.section_design:after {
    display: none;
  }
  section.section_design:before {
    right: 0;
  }
  section.section_design .design_container .design_title {
    font-size: 42px;
  }
  section.section_design .design_container .design_title .subtitle {
    font-size: 21px;
  }
  section.section_design .design_container .design_text {
    font-size: 16px;
    margin-bottom: 30px;
  }
  section.section_type .service_img {
    width: 100%;
  }
  section.section_type .service_img.righ:after {
    display: none;
  }
  section.section_about .about_box .about_text {
    font-size: 17px;
  }
  section.question_banner-more .question_banner .question_man .box_text {
    top: 42%;
    margin-top: 6px;
    left: 20%;
  }
  section .work_container .gl_list .gl_item img {
    width: 290px;
    height: 200px;
  }
  .repair_banner-more {
    height: auto;
  }
  .repair_banner-more .repair_banner {
    margin-top: 40px;
  }
  .design_banner-more .design_banner .design_banner-wrapper .content {
    width: 50%;
    margin: auto;
  }
  .section_forms .container .container_forms .contact_forms .contact_forms-list li .item .icon svg {
    width: 18px;
    height: 18px;
  }
  .section_forms .container .container_forms .contact_forms .contact_forms-list li .item .name {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  .h_m {
    display: none;
  }
  .h_d {
    display: block;
  }
  footer .footer_confirm {
    display: none;
  }
  footer .footer_menu {
    display: none;
  }
  section.section_menu .gallery_menu:after {
    display: none;
  }
  section.section_menu .gallery_menu:before {
    display: none;
  }
  header .main_header-conteiner .main_header-wrapper .main_header-menu {
    display: none;
  }
  header .main_header-conteiner .main_header-wrapper .main_header-phone {
    margin-left: auto;
  }
  .hero_container .hero_wrapper .slider_main-hero .swiper-slide.sa_1 {
    background: url("../img/slider/slide_mob.jpg");
  }
  .hero_container .hero_wrapper:after {
    bottom: -2px;
  }
  .section_type .type_container:after {
    content: none;
  }
  .section_type .type_container .typer_box {
    margin-bottom: 30px;
  }
  .section_more .type_container .typer_box {
    margin-bottom: 30px;
  }
  section .service_container .service_box {
    height: 210px;
  }
  section .service_container .service_box .service_text {
    line-height: 21px;
    font-size: 16px;
  }
  section.section_type {
    height: auto;
    padding-top: 120px;
    padding-bottom: 120px;
  }
  section.section_type .service_img {
    width: 100%;
  }
  section.section_type .service_title {
    margin-top: 20px;
  }
  section.section_type .typer_btn {
    margin-bottom: 80px;
  }
  section.section_design:before {
    left: 0;
    width: 100%;
    background-position: bottom;
  }
  section.section_design .design_container {
    width: 100%;
  }
  section.section_design .design_container .design_text p {
    font-size: 18px;
  }
  section.section_title .title_big {
    max-width: 720px;
  }
  section.section_title .title_big h2 br {
    display: none;
  }
  section .step_container .col_step-2_5 {
    margin-bottom: 30px;
    flex: 0 0 33%;
    max-width: 33%;
  }
  section .work_container .gl_list .gl_item img {
    width: 325px;
  }
  .d_none {
    display: none;
  }
  section.section_about {
    height: 100%;
    padding-top: 120px;
    padding-bottom: 120px;
  }
  section.section_about .about_box {
    height: 230px;
  }
  section.section_about .about_box .about_text {
    font-size: 18px;
  }
  section.section_about .about_box .about_text br {
    display: none;
  }
  section .service_container .col-sm-6:nth-child(3) {
    margin-top: 30px;
  }
  section .service_container .col-sm-6:nth-child(4) {
    margin-top: 30px;
  }
  section .service_container .col-sm-6:nth-child(5) {
    margin-top: 30px;
  }
  .repair_banner-more .repair_banner .repair_banner-wrapper .content .text {
    line-height: 26px;
  }
  .repair_banner-more .repair_banner .repair_banner-wrapper .content_bg {
    content: '';
    position: absolute;
    right: 0;
    top: auto;
    bottom: 65px;
    width: 200px;
    height: 200px;
    background: url(../img/rep_man.png);
    background-size: contain;
    display: none;
  }
  .section_about .about_content .about_img-company {
    bottom: 15px;
    right: 70px;
    left: auto;
  }
  .section_about .about_content .about_img-company img {
    width: 240px;
    height: 200px;
  }
  .section_about .about_content .about_img-home {
    bottom: 190px;
    top: auto;
  }
  .section_about .about_content .about_img-home img {
    width: 240px;
    height: 200px;
  }
  .section_forms {
    height: 85%;
  }
  .section_forms:after {
    display: none;
  }
  .section_forms .content_forms {
    color: #25282B !important;
  }
  .section_forms .contact_forms {
    margin-top: 30px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16);
  }
}
@media (max-width: 480px) {
  .section_forms .container .container_forms .contact_forms .contact_address-list li .item .text {
    display: none;
  }
  .modal.modal_cart .modal-dialog {
    width: 100%;
    margin: 0;
    height: 100%;
  }
  .modal.modal_cart .modal-dialog .modal_body {
    height: 100%;
    display: block;
  }
  .modal.modal_cart .modal-dialog .modal-content {
    border: none;
    border-radius: 0;
    padding: 70px 25px 80px;
    padding-bottom: 30px;
    height: 100%;
    overflow: auto;
  }
  .modal.modal_cart .modal-dialog .modal-content .close_btn {
    z-index: 100;
    top: 30px;
  }
  .modal.modal_cart .modal_body .modal_wrapper .modal_cart_list li .cart_content {
    display: block;
  }
  .modal.modal_cart .modal_body .modal_wrapper .modal_cart_list li .cart_content .cart_image {
    width: 100%;
    height: 145px;
  }
  .modal.modal_cart .modal_body .modal_wrapper .modal_cart_list li .cart_content .cart_name {
    margin-left: 0;
    width: auto;
  }
  .modal.modal_cart .modal_body .modal_wrapper .modal_cart_list li .cart_content .cart_count {
    justify-content: center;
  }
  .modal.modal_cart .modal_body .modal_wrapper .modal_cart_list li .cart_content .cart_price {
    margin-top: 10px;
    margin-left: 0;
  }
  section.section_about .about_image {
    width: 100%;
    margin-right: 0;
  }
  section.section_franchise {
    background-size: cover;
    background-attachment: fixed;
  }
  section.section_work.p120 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  section .work_container {
    padding-left: 15px;
    padding-right: 15px;
  }
  section .work_container .swiper_work .review_card {
    height: auto;
    padding: 50px 15px;
  }
  section.section_about {
    padding-bottom: 80px;
    padding-top: 80px;
  }
  section.section_about .about_content {
    margin-top: 50px;
  }
  section.section_about .about_content .about_content-btn {
    width: 100%;
    justify-content: center;
  }
  section.about_cook {
    padding-top: 80px;
  }
  section.about_cook .about_cook-banner {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
  section.about_cook .about_cook-banner .about_cook-content .about_cook-list li .about_item-img svg {
    width: 50px;
    height: 50px;
  }
  section.about_cook .about_cook-banner .about_cook-content .about_cook-list li .about_item-text {
    font-size: 18px;
    line-height: 22px;
  }
  section.section_type .address_pagination {
    margin-top: 70px;
    display: flex;
    margin-bottom: 70px;
    justify-content: center;
  }
  section.section_type .service_btn {
    width: 100%;
    justify-content: center;
  }
  section.about_cook .about_cook-banner .about_cook-image {
    height: 215px;
  }
  section.about_cook .about_cook-banner .about_cook-image:after {
    display: none;
  }
  section.about_cook .about_cook-banner .about_cook-image img {
    border-radius: 0;
  }
  section.section_menu {
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 80px;
  }
  section.section_menu .gallery_menu .gallery_name {
    margin-top: 25px;
    font-size: 42px;
    margin-bottom: 25px;
  }
  section.section_menu .gallery_menu .gallery_item {
    padding: 0;
    margin-bottom: 20px;
  }
  
  section.section_menu .filter_menu-group {
    white-space: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
  }
  section.section_menu .filter_menu-group .category-button {
    margin-right: 35px;
  }
  section.section_title {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  section.section_design .design_container {
    width: 100%;
  }
  section.section_type {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  section.section_type .service_img.left:after {
    display: none;
  }
  section.section_type .service_img.righ:after {
    display: none;
  }
  section.repair_banner-more {
    height: auto;
  }
  section.repair_banner-more .repair_banner {
    display: block;
    margin-top: 20px;
  }
  section.repair_banner-more .repair_banner .form_repair .form_wrapper {
    padding: 40px 20px;
  }
  section.section_about {
    height: auto;
  }
  section.section_design {
    height: 700px;
  }
  section.section_design:before {
    width: 100%;
    top: auto;
    left: 0;
    height: 230px;
    opacity: 0.3;
  }
  section.section_design:after {
    background-size: cover;
    background-position: 65%;
  }
  section.section_design .design_container {
    width: 100%;
    margin: 0;
  }
  section.section_design .design_container .design_title {
    line-height: 1.3;
    font-size: 24px;
  }
  .repair_banner-more .container .title_big h2 {
    font-size: 32px;
    word-break: break-word;
  }
  .section_design .design_container .design_title {
    font-size: 21px;
  }
  .section_design .design_container .design_title .subtitle {
    font-size: 16px;
    font-weight: 400;
  }
  .section_design .design_container .design_text p {
    font-size: 16px;
    line-height: 21px;
    font-weight: 400;
    margin-bottom: 30px;
  }
  .section_design .design_container .design_text ul {
    margin-bottom: 30px;
  }
  .section_design .design_container .design_text ul li {
    font-size: 16px;
  }
  .section_design .design_container .design_btn {
    width: 100%;
    justify-content: center;
  }
  .design_banner-more {
    height: 350px;
  }
  .design_banner-more .design_banner {
    display: flex;
    align-items: center;
  }
  .design_banner-more .design_banner .design_banner-wrapper {
    display: block;
    height: auto;
  }
  .design_banner-more .design_banner .design_banner-wrapper .content {
    width: 100%;
  }
  .design_banner-more .design_banner .design_banner-wrapper .content .title {
    font-size: 24px;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 28px;
    margin-bottom: 30px;
  }
  .design_banner-more .design_banner .design_banner-wrapper .content .text {
    margin-bottom: 30px;
    line-height: 20px;
    font-size: 18px;
  }
  header .main_header-conteiner .main_header-wrapper {
    padding: 0;
  }
  header .main_header-conteiner .main_header-wrapper .main_header-phone .phone .icon {
    left: 25px;
    top: -3px;
  }
  header .main_header-conteiner .main_header-wrapper .mobile_cart {
    display: flex;
    right: 8px;
    top: 18px;
    position: absolute;
    width: 50px;
    height: 50px;
    align-items: center;
    justify-content: center;
    z-index: 10;
  }
  header .main_header-conteiner .main_header-wrapper .mobile_cart svg {
    width: 28px;
    height: 28px;
    fill: #fff;
  }
  header .header-wrapper.header_page .main_header-conteiner .main_header-wrapper {
    position: relative;
  }
  header .header-wrapper.header_page .main_header-conteiner .main_header-wrapper .main_header-logo {
    display: block;
    text-align: left;
  }
  header .header-wrapper.header_page .main_header-conteiner .main_header-wrapper .main_header-logo img {
    width: 190px;
  }
  header .header-wrapper.header_page .main_header-conteiner .main_header-wrapper .main_header-phone {
    display: none;
  }
  header .header-wrapper.header_page .main_header-conteiner .main_header-wrapper .mobile_cart {
    top: 0;
    width: 35px;
    height: 35px;
  }
  header .header-wrapper.header_page .main_header-conteiner .main_header-wrapper .mobile_cart svg {
    fill: #0D0A0A;
  }
  .hero_container .hero_wrapper .hero_content .hero_content-wrapper {
    margin: 40% 0;
    width: 100%;
  }
  .hero_container .hero_wrapper .hero_content .hero_content-wrapper .hero_title h1 {
    font-size: 28px;
    line-height: 32px;
  }
  .hero_container .hero_wrapper .hero_content .hero_content-wrapper .hero_title h1 span {
    font-size: 28px;
  }
  .hero_container .hero_wrapper .hero_content .hero_content-wrapper .hero_title h1 .element {
    margin-left: 5px;
  }
  .hero_container .hero_wrapper .hero_content .hero_content-wrapper .hero_text {
    font-size: 17px;
    line-height: 20px;
    width: auto;
  }
  .hero_container .hero_wrapper .hero_content .hero_content-wrapper .hero_text br {
    display: none;
  }
  .hero_container .hero_wrapper .hero_content .hero_content-wrapper .hero_text .sub_text {
    display: none;
  }
  .hero_container .hero_wrapper .hero_content .hero_content-wrapper .hero_btn {
    padding-left: 24px;
    padding-right: 24px;
    height: 60px;
    width: 100%;
    justify-content: center;
  }
  .hero_container .hero_wrapper .hero_content .hero_content-wrapper .hero_text-gift .icon svg {
    width: 16px;
    height: 16px;
  }
  .hero_container .hero_wrapper .hero_content .hero_content-wrapper .hero_text-gift .title {
    font-size: 12px;
  }
  .hero_container .hero_wrapper .hero_content .hero_content-wrapper .hero_btn-group {
    display: block;
  }
  .hero_container .hero_wrapper .hero_content .hero_content-wrapper .hero_btn-group .hero_text-gift {
    margin-top: 40px;
    margin-left: 0;
  }
  .type_container .typer_box .typer_img:after {
    background: rgba(37, 40, 43, 0.5);
  }
  .d_480 {
    display: none;
  }
  header .main_header-conteiner .main_header-wrapper {
    display: block;
    padding-left: 15px;
    padding-right: 15px;
  }
  header .main_header-conteiner .main_header-wrapper .main_header-logo {
    text-align: center;
  }
  header .main_header-conteiner .main_header-wrapper .main_header-phone {
    margin-left: 0;
    margin-top: 20px;
    text-align: center;
  }
  header .main_header-conteiner .main_header-wrapper .main_header-phone .call_action {
    text-align: center;
    cursor: pointer;
  }
  section {
    padding-bottom: 50px;
    padding-top: 50px;
  }
  section.section_title .title_big h2 {
    font-size: 28px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: left;
  }
  section.section_type {
    height: auto;
  }
  section.section_type .service_img {
    width: 100%;
    height: 210px;
  }
  section.section_type .service_title {
    margin-top: 25px;
  }
  section.section_type .typer_btn {
    margin-bottom: 0;
  }
  section.question_banner-more .question_banner .question_banner-wrapper .content .images .badge_ice {
    right: -5px;
    top: -20%;
  }
  section.question_banner-more .question_banner .question_banner-wrapper .content .images img {
    height: 280px;
  }
  section.question_banner-more .question_banner .question_banner-wrapper .content .question_banner-btn {
    width: 100%;
  }
  section.question_banner-more .question_banner .question_man {
    display: none;
  }
  section .work_container .swiper_work .swiper-wrapper {
    height: 100%;
  }
  section .work_container:after {
    display: none;
  }
  section .work_container .work_content .work_title {
    margin-bottom: 30px;
    margin-top: 20px;
    line-height: 25px;
  }
  section .work_container .gl_list .gl_item img {
    width: 100%;
  }
  section .section_work {
    border-bottom: 1px solid #f1f1f1;
  }
  section .section_header {
    display: block;
  }
  section .section_header .title h2 {
    font-size: 32px;
    line-height: 38px;
  }
  section .section_header .title h2 .subtitle {
    font-size: 21px;
    line-height: 28px;
    margin-top: 10px;
  }
  section .section_header .navigation {
    margin-top: 30px;
    z-index: 5;
    position: relative;
  }
  section .step_container .col_step-2_5 {
    padding-left: 40px;
    padding-right: 40px;
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 30px;
  }
  section .step_container .col_step-2_5:last-child {
    padding-right: 40px;
  }
  section .reviews_container .swiper_reviews .swiper-slide .review_box {
    height: auto;
  }
  section .step_container .step_box .step_result:after {
    width: 100%;
  }
  section .service_container .col-sm-6 {
    margin-bottom: 30px;
  }
  section .service_container .col-sm-6:nth-child(2) {
    margin-top: 30px;
  }
  section .service_container .col-sm-6:last-child {
    margin-bottom: 0;
  }
  section.section_menu .gallery_menu .gallery_item .images img {
    width: 100%;
  }
  .design_banner-more .design_banner {
    padding-top: 50px;
  }
  .design_banner-more .design_banner .design_banner-wrapper .content .text {
    margin-bottom: 20px;
  }
  .design_banner-more .design_banner .design_banner-wrapper .design_banner-btn {
    text-align: center;
    justify-content: center;
  }
  .section_service {
    background: #fafafa;
  }
  .section_work .navigation {
    margin-top: 40px;
  }
  .repair_banner-more .repair_banner .row {
    width: auto;
  }
  .repair_banner-more .repair_banner .repair_banner-wrapper .content .title {
    font-size: 21px;
  }
  .repair_banner-more .repair_banner .repair_banner-wrapper .content .text {
    line-height: 21px;
    display: none;
  }
  .repair_banner-more .repair_banner .repair_banner-wrapper .content .repair_banner-btn {
    width: 100%;
    justify-content: center;
  }
  .repair_banner-more .repair_banner .repair_banner-wrapper .content_bg {
    display: none;
  }
  .repair_banner-more .repair_banner .form_repair-container {
    padding: 20px;
  }
  .repair_banner-more:after {
    background-size: cover;
  }
  .section_forms #map {
    display: none;
  }
  .section_about {
    height: 700px;
  }
  .section_about .about_content .about_img-company {
    bottom: -150px;
    right: 137px;
    left: auto;
  }
  .section_about .about_content .about_img-company img {
    width: 140px;
    height: 120px;
  }
  .section_about .about_content .about_img-home {
    bottom: -110px;
    right: 50px;
  }
  .section_about .about_content .about_img-home img {
    width: 140px;
    height: 120px;
  }
  .section_forms {
    height: auto;
  }
  .section_forms .container_forms .row {
    margin-left: 0;
    margin-right: 0;
  }
  .section_forms .container_forms .contact_forms {
    margin-left: 0;
    box-shadow: none;
  }
  .section_forms .container_forms .contact_forms .contact_forms-list {
    display: block;
  }
  .section_forms .container_forms .contact_forms .contact_forms-list li:last-child {
    margin-left: 0;
  }
  .section_forms .container .container_forms .title_forms {
    font-size: 21px;
    margin-bottom: 30px;
  }
  .section_forms .container .container_forms .title_forms p {
    font-size: 18px;
  }
  .section_forms .container .container_forms .text_form.weight {
    font-size: 16px;
    font-weight: 400;
  }
  .section_forms .container .container_forms .text_form.weight br {
    display: none;
  }
  .section_forms .container .container_forms .contact_forms {
    margin-top: 100px;
    padding: 0;
    box-shadow: none;
    background: transparent;
  }
  .section_forms .container .container_forms .btn_call-me {
    width: 100%;
    justify-content: center;
  }
  .modal.modal_call .modal_body .modal_wrapper .modal_title {
    font-size: 32px;
  }
  .modal.modal_call .modal-dialog {
    width: 100%;
    margin: 0;
  }
  .modal.modal_call .modal-content {
    padding: 99px 20px 80px;
  }
  .modal.modal_cart .modal_body .modal_wrapper .cart_modal-footer.prew {
    display: block;
  }
  .modal.modal_cart .modal_body .modal_wrapper .cart_modal-footer.prew .nav-link {
    margin-left: 0 !important;
    text-align: center;
    justify-content: center;
  }
  .modal.modal_cart .modal_body .modal_wrapper .cart_modal-footer.prew .nav_close {
    margin-bottom: 20px;
  }
  footer .footer_content .mob_n {
    display: none;
  }
  footer .footer_content .desc_n {
    display: block;
  }
  footer .footer_content .footer_col {
    margin-bottom: 40px;
  }
  footer .footer_content .footer_col .col-lg-6 {
    width: 50%;
  }
  footer .footer_list li:last-child {
    margin-bottom: 30px;
  }
}
@media (max-width: 375px) {
  .section_work .navigation .slide_navigation .slide_btn {
    width: 145px;
  }
}
@media (max-width: 320px) {
  .hero_container {
    height: 100%;
  }
  .hero_container .hero_wrapper .hero_content .hero_content-wrapper .hero_title h1 span {
    font-size: 28px;
  }
  .hero_container .hero_wrapper .hero_content .hero_content-wrapper .hero_btn-group .hero_text-gift {
    width: 280px;
  }
  .repair_banner-more .repair_banner .repair_banner-wrapper .content .title {
    font-size: 28px;
  }
  section .section_header .title h2 {
    font-size: 36px;
  }
  section .work_container .work_content .work_list li {
    display: block;
  }
  section .work_container .work_content .work_list li .work_item-title {
    width: 100%;
  }
  section .work_container .work_content .work_list li .work_item-title .name {
    margin-left: 10px;
  }
  section .work_container .work_content .work_list li .work_item-text {
    margin-left: 30px;
  }
  section .work_container .work_content .work_reviews {
    display: block;
  }
  section .work_container .work_content .work_reviews .reviews_text {
    margin-left: 0;
    margin-top: 10px;
  }
  section.section_type .typer_btn {
    padding-left: 30px;
    padding-right: 30px;
  }
  section.section_menu .gallery_menu .gallery_name {
    font-size: 36px;
  }
  .section_work .navigation .slide_navigation .slide_btn:last-child {
    margin-left: 10px;
  }
  .section_work .navigation .slide_navigation .swp {
    display: none;
  }
}
.modal_cart .modal-dialog {
  max-width: 900px;
  width: 90%;
}
.modal_cart .modal-content {
  position: relative;
  padding: 99px 50px 80px;
  box-shadow: 0 23px 62px rgba(0, 0, 0, 0.28);
  border-radius: 15px;
  background-color: #f8f8f8;
}
.modal_cart .modal-content .close_btn {
  top: 45px;
  right: 45px;
  position: absolute;
  width: 32px;
  height: 32px;
  z-index: 10;
}
.modal_cart .modal-content .close_btn svg {
  width: 32px;
  height: 32px;
}
.modal_cart .modal-content .close_btn svg path {
  fill: #9e9e9e;
}
.modal_cart .modal_body {
  text-align: center;
  display: flex;
  align-items: center;
  position: relative;
  border-radius: 4px;
  z-index: 10;
}
.modal_cart .modal_body .modal_wrapper {
  width: 100%;
}
.modal_cart .modal_body .modal_wrapper .contact_success,
.modal_cart .modal_body .modal_wrapper .contact_failed {
  text-align: center;
  display: none;
  border-radius: 5px;
  margin-top: 20px;
  font-size: 17px;
  line-height: 20px;
  width: 100%;
  font-weight: 600;
}
.modal_cart .modal_body .modal_wrapper .contact_success .icon,
.modal_cart .modal_body .modal_wrapper .contact_failed .icon {
  margin-bottom: 20px;
}
.modal_cart .modal_body .modal_wrapper .contact_success .icon svg,
.modal_cart .modal_body .modal_wrapper .contact_failed .icon svg {
  width: 120px;
  height: 120px;
}
.modal_cart .modal_body .modal_wrapper .contact_success .icon svg path,
.modal_cart .modal_body .modal_wrapper .contact_failed .icon svg path {
  fill: #F8B100;
}
.modal_cart .modal_body .modal_wrapper .contact_success .text,
.modal_cart .modal_body .modal_wrapper .contact_failed .text {
  text-align: center;
  font-size: 38px;
  text-transform: uppercase;
  font-weight: 900;
  line-height: 1;
  color: #F8B100;
  margin-bottom: 10px;
}
.modal_cart .modal_body .modal_wrapper .contact_success .textsub,
.modal_cart .modal_body .modal_wrapper .contact_failed .textsub {
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  color: #25282B;
  line-height: 24px;
}
.modal_cart .modal_body .modal_wrapper .modal_title {
  text-align: left;
  font-size: 38px;
  font-weight: 600;
  line-height: 1;
  color: #383639;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
.modal_cart .modal_body .modal_wrapper .modal_title a {
  font-size: 14px;
  margin-left: auto;
  display: block;
}
.modal_cart .modal_body .modal_wrapper .modal_header {
  text-align: left;
  margin-bottom: 10px;
}
.modal_cart .modal_body .modal_wrapper .cart_delivery {
  display: flex;
}
.modal_cart .modal_body .modal_wrapper .cart_delivery .cart_delivery-info {
  text-align: left;
}
.modal_cart .modal_body .modal_wrapper .cart_delivery .cart_delivery-info .title {
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 10px;
}
.modal_cart .modal_body .modal_wrapper .cart_delivery .cart_delivery-info .name {
  line-height: 1;
}
.modal_cart .modal_body .modal_wrapper .cart_delivery .cart_delivery-price {
  margin-left: auto;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
}
.modal_cart .modal_body .modal_wrapper .cart_modal-footer {
  border-bottom: none;
}
.modal_cart .modal_body .modal_wrapper .cart_modal-footer.flex {
  display: flex;
}
.modal_cart .modal_body .modal_wrapper .cart_modal-footer.right .cart_total {
  margin-left: auto;
  margin-right: 0;
  text-align: right;
}
.modal_cart .modal_body .modal_wrapper .cart_modal-footer.right .cart_total .cart_total-name {
  margin-bottom: 10px;
}
.modal_cart .modal_body .modal_wrapper .cart_modal-footer .cart_total {
  margin-right: auto;
  text-align: left;
}
.modal_cart .modal_body .modal_wrapper .cart_modal-footer .cart_total .cart_total-name {
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 10px;
}
.modal_cart .modal_body .modal_wrapper .cart_modal-footer .cart_total .cart_total-count {
  font-size: 16px;
  line-height: 1;
  color: #757575;
  margin-bottom: 15px;
}
.modal_cart .modal_body .modal_wrapper .cart_modal-footer .cart_total .cart_total-price {
  font-size: 21px;
  font-weight: 600;
  line-height: 1;
}
.modal_cart .modal_body .modal_wrapper .cart_modal-footer.prew {
  display: flex;
}
.modal_cart .modal_body .modal_wrapper .cart_modal-footer.prew .nav_close {
  background: transparent;
  border: 2px solid #F8B100;
}
.modal_cart .modal_body .modal_wrapper .cart_modal-footer.prew .nav_close:hover {
  background: #F8B100;
  border: 2px solid #F8B100;
}
.modal_cart .modal_body .modal_wrapper .cart_modal-footer.prew .nav-link:last-child {
  margin-left: 30px;
}
.modal_cart .modal_body .modal_wrapper .cart_modal-footer .nav-link {
  margin-left: auto;
  font-size: 18px;
  color: #0D0A0A;
  font-weight: 600;
  background: #F8B100;
  cursor: pointer;
  border-radius: 5px;
  border: none;
  padding-right: 30px;
  padding-left: 30px;
  height: 50px;
  display: flex;
  align-items: center;
}
.modal_cart .modal_body .modal_wrapper .cart_modal-footer .nav-link:hover {
  border: none;
}
.modal_cart .modal_body .modal_wrapper .modal_cart_list {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
  margin-top: 40px;
}
.modal_cart .modal_body .modal_wrapper .modal_cart_list li {
  margin-bottom: 20px;
}
.modal_cart .modal_body .modal_wrapper .modal_cart_list li .cart_content {
  display: flex;
}
.modal_cart .modal_body .modal_wrapper .modal_cart_list li .cart_content .cart_image {
  width: 170px;
  height: 120px;
}
.modal_cart .modal_body .modal_wrapper .modal_cart_list li .cart_content .cart_image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.modal_cart .modal_body .modal_wrapper .modal_cart_list li .cart_content .cart_name {
  margin-left: 30px;
  text-align: left;
  max-width: 350px;
  width: 310px;
}
.modal_cart .modal_body .modal_wrapper .modal_cart_list li .cart_content .cart_name span {
  font-size: 18px;
  font-weight: 600;
}
.modal_cart .modal_body .modal_wrapper .modal_cart_list li .cart_content .cart_name .translate {
  margin-top: 5px;
}
.modal_cart .modal_body .modal_wrapper .modal_cart_list li .cart_content .cart_count {
  display: flex;
}
.modal_cart .modal_body .modal_wrapper .modal_cart_list li .cart_content .cart_count .count {
  width: 60px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 600;
}
.modal_cart .modal_body .modal_wrapper .modal_cart_list li .cart_content .cart_count button {
  width: 38px;
  height: 38px;
  border: none;
  border-radius: 3px;
  background: #fff;
  cursor: pointer;
}
.modal_cart .modal_body .modal_wrapper .modal_cart_list li .cart_content .cart_count button:active {
  background: #f1f1f1;
}
.modal_cart .modal_body .modal_wrapper .modal_cart_list li .cart_content .cart_count button svg {
  width: 16px;
  height: 16px;
}
.modal_cart .modal_body .modal_wrapper .modal_cart_list li .cart_content .cart_price {
  font-weight: 600;
  margin-left: 30px;
  color: #0D0A0A;
  font-size: 21px;
}
.modal_cart .modal_body .modal_wrapper .modal_cart_list li .cart_content .cart_price.l-a {
  margin-left: auto;
}
.modal_cart .modal_body .modal_wrapper .modal_cart_list li .cart_content .cart_del {
  line-height: 0;
  margin-top: 7px;
  margin-left: auto;
  cursor: pointer;
  height: 100%;
}
.modal_cart .modal_body .modal_wrapper .modal_cart_list li .cart_content .cart_del:hover svg {
  fill: #0D0A0A;
}
.modal_cart .modal_body .modal_wrapper .modal_cart_list li .cart_content .cart_del svg {
  width: 16px;
  height: 16px;
  fill: #cccccc;
}
.modal_cart .modal_body .modal_wrapper .modal_text {
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 20px;
}
.modal_cart .modal_body .modal_wrapper .modal_form {
  max-width: 380px;
  margin: auto;
}
.modal_cart .modal_body .modal_wrapper .modal_form .modal_form-title {
  text-align: left;
  font-weight: 600;
  color: #0D0A0A;
  font-size: 18px;
  margin-bottom: 15px;
}
.modal_cart .modal_body .modal_wrapper .modal_form .form_payment {
  text-align: left;
  margin-bottom: 40px;
}
.modal_cart .modal_body .modal_wrapper .modal_form .form_group {
  margin-bottom: 20px;
  text-align: left;
}
.modal_cart .modal_body .modal_wrapper .modal_form .form_group label {
  line-height: 1;
}
.modal_cart .modal_body .modal_wrapper .modal_form .form_group select {
  width: 100%;
  height: 40px;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.modal_cart .modal_body .modal_wrapper .modal_form .form_group select:focus {
  box-shadow: none;
  border-color: #F8B100;
  outline: none;
}
.modal_cart .modal_body .modal_wrapper .modal_form .form_group input {
  height: 40px;
}
.modal_cart .modal_body .modal_wrapper .modal_form .form_group input.ic {
  padding-left: 60px;
}
.modal_cart .modal_body .modal_wrapper .modal_form .form_group input:focus {
  box-shadow: none;
  border-color: #F8B100;
  outline: none;
}
.modal_cart .modal_body .modal_wrapper .modal_form .form_group .input_group {
  position: relative;
}
.modal_cart .modal_body .modal_wrapper .modal_form .form_group .input_group .icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
  display: flex;
  align-items: center;
}
.modal_cart .modal_body .modal_wrapper .modal_form .form_group .input_group .icon svg {
  width: 20px;
  height: 20px;
}
.modal_cart .modal_body .modal_wrapper .modal_form .form_group .input_group .icon svg path {
  fill: #F8B100;
}
.modal_cart .modal_body .modal_wrapper .modal_form .hidden {
  display: none;
}
.modal_cart .modal_body .modal_wrapper .modal_form .btn_send {
  width: 100%;
  display: block;
  height: 50px;
  background: #F8B100;
  border: none;
  text-transform: uppercase;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  border-radius: 3px;
  cursor: pointer;
  transition: 0.33s;
  box-shadow: 0 3px 10px #fc981c;
  justify-content: center;
  align-items: center;
  letter-spacing: 0.1em;
}
.modal_cart .modal_body .modal_wrapper .modal_form .btn_send:hover {
  box-shadow: 0 3px 20px #fc981c;
}
.modal_cart .modal_body .modal_wrapper .modal_form .btn_send:active {
  background: #e28819;
}
.modal_cart .modal_body .modal_wrapper .modal_form .btn_send:focus {
  box-shadow: none;
  outline: none;
}
.modal_cart .modal_body .modal_wrapper .modal_form .privacy {
  text-align: center;
  font-size: 14px;
  margin-top: 10px;
  line-height: 18px;
}
.modal_call .modal-dialog {
  max-width: 594px;
  width: 90%;
}
.modal_call .modal-content {
  position: relative;
  padding: 99px 50px 80px;
  box-shadow: 0 23px 62px rgba(0, 0, 0, 0.28);
  border-radius: 15px;
  background-color: #f8f8f8;
}
.modal_call .modal-content .close_btn {
  top: 45px;
  right: 45px;
  position: absolute;
  width: 32px;
  height: 32px;
  z-index: 10;
}
.modal_call .modal-content .close_btn svg {
  width: 32px;
  height: 32px;
}
.modal_call .modal-content .close_btn svg path {
  fill: #9e9e9e;
}
.modal_call .modal_body {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: 4px;
  z-index: 10;
  /*&.modal_design{
      background: url("../img/type1.jpg");
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
    }
    &.modal_call{
      background: url("../img/type3.jpg");
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
    }
    &.modal_capital{
      background: url("../img/type2.jpg");
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
    }
    &.modal_cosmetic{
      background: url("../img/type3.jpg");
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
    }
    &.modal_shops{
      background: url("../img/shops.jpg");
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
    }
    &.modal_hotel{
      background: url("../img/hotel.jpg");
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
    }
    &.modal_office{
      background: url("../img/office.jpg");
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
    }*/
  /*&:after{
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: #25282B;
      opacity: 0.5;
      z-index: -1;
    }*/
}
.modal_call .modal_body .modal_wrapper .contact_success,
.modal_call .modal_body .modal_wrapper .contact_failed {
  text-align: center;
  display: none;
  border-radius: 5px;
  margin-top: 20px;
  font-size: 17px;
  line-height: 20px;
  width: 100%;
  font-weight: 600;
}
.modal_call .modal_body .modal_wrapper .contact_success .icon,
.modal_call .modal_body .modal_wrapper .contact_failed .icon {
  margin-bottom: 20px;
}
.modal_call .modal_body .modal_wrapper .contact_success .icon svg,
.modal_call .modal_body .modal_wrapper .contact_failed .icon svg {
  width: 120px;
  height: 120px;
}
.modal_call .modal_body .modal_wrapper .contact_success .icon svg path,
.modal_call .modal_body .modal_wrapper .contact_failed .icon svg path {
  fill: #F8B100;
}
.modal_call .modal_body .modal_wrapper .contact_success .text,
.modal_call .modal_body .modal_wrapper .contact_failed .text {
  text-align: center;
  font-size: 38px;
  text-transform: uppercase;
  font-weight: 900;
  line-height: 1;
  color: #F8B100;
  margin-bottom: 10px;
}
.modal_call .modal_body .modal_wrapper .contact_success .textsub,
.modal_call .modal_body .modal_wrapper .contact_failed .textsub {
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  color: #25282B;
  line-height: 24px;
}
.modal_call .modal_body .modal_wrapper .modal_title {
  text-align: center;
  font-size: 42px;
  text-transform: uppercase;
  font-weight: 900;
  line-height: 1;
  color: #FC981C;
  margin-bottom: 10px;
}
.modal_call .modal_body .modal_wrapper .modal_text {
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 20px;
}
.modal_call .modal_body .modal_wrapper .modal_form {
  max-width: 380px;
  margin: auto;
}
.modal_call .modal_body .modal_wrapper .modal_form .form_group {
  margin-bottom: 30px;
  text-align: left;
}
.modal_call .modal_body .modal_wrapper .modal_form .form_group label {
  line-height: 1;
}
.modal_call .modal_body .modal_wrapper .modal_form .form_group input {
  height: 50px;
  padding-left: 60px;
}
.modal_call .modal_body .modal_wrapper .modal_form .form_group input:focus {
  box-shadow: none;
  border-color: #F8B100;
  outline: none;
}
.modal_call .modal_body .modal_wrapper .modal_form .form_group .input_group {
  position: relative;
}
.modal_call .modal_body .modal_wrapper .modal_form .form_group .input_group .icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
  display: flex;
  align-items: center;
}
.modal_call .modal_body .modal_wrapper .modal_form .form_group .input_group .icon svg {
  width: 20px;
  height: 20px;
}
.modal_call .modal_body .modal_wrapper .modal_form .form_group .input_group .icon svg path {
  fill: #F8B100;
}
.modal_call .modal_body .modal_wrapper .modal_form .hidden {
  display: none;
}
.modal_call .modal_body .modal_wrapper .modal_form .btn_send {
  width: 100%;
  display: block;
  height: 50px;
  background: #F8B100;
  border: none;
  text-transform: uppercase;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  border-radius: 3px;
  cursor: pointer;
  transition: 0.33s;
  box-shadow: 0 3px 10px #fc981c;
  justify-content: center;
  align-items: center;
  letter-spacing: 0.1em;
}
.modal_call .modal_body .modal_wrapper .modal_form .btn_send:hover {
  box-shadow: 0 3px 20px #fc981c;
}
.modal_call .modal_body .modal_wrapper .modal_form .btn_send:active {
  background: #e28819;
}
.modal_call .modal_body .modal_wrapper .modal_form .btn_send:focus {
  box-shadow: none;
  outline: none;
}
.modal_call .modal_body .modal_wrapper .modal_form .privacy {
  text-align: center;
  font-size: 14px;
  margin-top: 10px;
  line-height: 18px;
}
.success,
.failed {
  display: none;
  padding: 10px;
  border-radius: 5px;
  font-size: 17px;
  line-height: 20px;
  color: #fff;
  width: 100%;
  font-weight: 600;
  margin: auto;
}
.success .text,
.failed .text {
  font-size: 14px;
  text-transform: uppercase;
}
.success i,
.failed i {
  margin-right: 5px;
}
.mb_30 {
  margin-bottom: 30px;
}
.mt_10 {
  margin-top: 10px;
}
.mt_30 {
  margin-top: 30px;
}
.content_privacy {
  padding: 50px;
}
.content_privacy .title {
  margin-bottom: 30px;
  text-align: center;
  font-weight: 600;
  font-size: 28px;
}
.content_privacy .subtitle {
  font-weight: 600;
  font-size: 21px;
  margin-bottom: 20px;
}
.content_privacy .text_list {
  margin-top: 20px;
}
.typed-cursor {
  opacity: 1;
  font-weight: 100;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  -ms-animation: blink 0.7s infinite;
  -o-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
}
@-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*
.main_btn{
  background: #fc981c;
  height: 60px;
  font-size: 18px;
  font-weight: 700;
  color: #fff !important;
  margin-top: 65px;
  transition: 0.5s;
  max-width: 300px;
  padding: 0 25px;
  border-radius: 5px;
  box-shadow: 0px 3px 26px #fc981c;
  font-family: 'Geometria', sans-serif;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  position: relative;
  &:active{
    box-shadow: 0px 2px 8px #fc981c;
  }
  .st{
    width: 110px;
    position: absolute;
    right: -30px;
    bottom: 5px;
    img{

      width: 100px;
    }

  }
}*/
/*# sourceMappingURL=Main.css.map */