@charset "UTF-8";

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Roboto", sans-serif;
}

body .lock {
  overflow: hidden;
}

.main-wrapper {
  width: 100%;
  height: 100%;
  margin: 90px 0 0 0;
}

@media screen and (max-width: 700px) {
  .main-wrapper {
    margin: 80px 0 0 0;
  }
}

.container {
  width: 1400px;
  margin: 0 auto;
}

@media screen and (max-width: 1450px) {
  .container {
    width: 1100px;
  }
}

@media screen and (max-width: 1160px) {
  .container {
    width: 900px;
  }
}

@media screen and (max-width: 1160px) {
  .container {
    width: 900px;
  }
}

@media screen and (max-width: 900px) {
  .container {
    width: 500px;
  }
}

@media screen and (max-width: 500px) {
  .container {
    width: 100%;
    padding: 0 15px;
  }
}

@media screen and (max-width: 300px) {
  .container {
    padding: 0 5px !important;
  }
}

.title_footer {
  font-size: clamp(18px, 4vw, 26px);
  color: #b3b3b3;
  margin-left: 5px;
  font-weight: 400;
}

.header_page {
  width: 100%;
  height: 50px;
  background: #232323;
  display: flex;
  align-items: center;
  justify-content: space-between;
  top: 30px;
  position: fixed;
  z-index: 10;
}

@media screen and (max-width: 700px) {
  .header_page {
    top: 20px;
  }
}

@media screen and (max-width: 936px) {
  .header_page {
    padding: 0 15px;
  }
}

@media screen and (max-width: 500px) {
  .header_page {
    padding: 0;
  }
}

.header_page .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header_page .header_logo {
  height: 50px;
  width: 180px;
}

@media screen and (max-width: 340px) {
  .header_page .header_logo {
    height: 40px;
    width: 140px;
  }
}

.header_page .header_logo img {
  height: 100%;
}

.header_page .header_navigation-buttons {
  display: flex;
  align-items: center;
}

.header_page .header_navigation-buttons .burger_menu {
  width: 30px;
  height: 20px;
  margin-left: 20px;
  display: none;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 10px;
  transition: all 0.1s ease-in-out;
  cursor: pointer;
}

@media screen and (max-width: 350px) {
  .header_page .header_navigation-buttons .burger_menu {
    margin-left: 10px !important;
  }
}

.header_page .header_navigation-buttons .burger_menu.active {
  height: 27px;
}

.header_page .header_navigation-buttons .burger_menu.active .burger_line {
  background: #FF7722;
}

@media screen and (max-width: 936px) {
  .header_page .header_navigation-buttons .burger_menu {
    display: flex;
  }
}

.header_page .header_navigation-buttons .burger_menu .burger_line {
  width: 100%;
  height: 2px;
  background: white;
}

.header_page .header_navigation-buttons .menu_navigation-button {
  display: flex;
  transition: all 0.15s ease-in;
  opacity: 1;
  z-index: 2;
}

.header_page .header_navigation-buttons .menu_navigation-button .overlay_navigation {
  position: absolute;
  width: calc(100vh - 100%);
  height: 100%;
  background: rgba(0, 0, 0, 0.6784313725);
  display: none;
  right: 100%;
  z-index: 1;
}

@media screen and (max-width: 700px) {
  .header_page .header_navigation-buttons .menu_navigation-button {
    top: 50px !important;
    height: calc(100vh - 50px) !important;
  }
}

@media screen and (max-width: 350px) {
  .header_page .header_navigation-buttons .menu_navigation-button.active {
    width: 200px !important;
  }
}

@media screen and (max-width: 936px) {
  .header_page .header_navigation-buttons .menu_navigation-button {
    pointer-events: none;
    transition: all 0.1s ease-in;
    opacity: 0;
    position: absolute;
    flex-direction: column;
    background: rgb(255, 255, 255);
    height: 92vh;
    width: 0;
    top: 50px;
    right: 200px;
    z-index: 1000;
  }

  .header_page .header_navigation-buttons .menu_navigation-button.active {
    display: flex;
    width: 300px;
    opacity: 1;
    pointer-events: auto;
    right: 0;
  }

  .header_page .header_navigation-buttons .menu_navigation-button .overlay_navigation {
    display: flex;
  }

  .header_page .header_navigation-buttons .menu_navigation-button .item_btn-navigation {
    font-size: 18px !important;
    color: #393939 !important;
    margin-left: 20px;
    white-space: nowrap;
  }
}

.header_page .header_navigation-buttons .link_navigation-location {
  width: 115px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  margin-left: 10px;
}

@media screen and (max-width: 400px) {
  .header_page .header_navigation-buttons .link_navigation-location {
    width: 90px;
  }
}

@media screen and (max-width: 900px) {
  .header_page .header_navigation-buttons .link_navigation-location .item_btn-location {
    font-size: 12px !important;
    height: 27px !important;
  }

  .header_page .header_navigation-buttons .link_navigation-location .item_btn-location img {
    margin-left: 5px !important;
    width: 15px !important;
    height: 15px !important;
  }
}

.header_page .header_navigation-buttons .link_navigation-location .sub_menu-location {
  position: absolute;
  width: 182px;
  min-height: 100px;
  top: 58px;
  opacity: 0;
  pointer-events: none;
  border-radius: 8px;
  background: white;
  box-shadow: 0px 8px 32px -6px rgba(0, 0, 0, 0.12);
  display: flex;
  flex-direction: column;
  transition: all 0.1s ease-in;
}

.header_page .header_navigation-buttons .link_navigation-location .sub_menu-location.active {
  opacity: 1;
  pointer-events: auto;
}

@media screen and (max-width: 1000px) {
  .header_page .header_navigation-buttons .link_navigation-location .sub_menu-location {
    right: 20px;
  }
}

.header_page .header_navigation-buttons .link_navigation-location .sub_menu-location .sub_menu-link {
  width: 100%;
  height: 45px;
  text-decoration: none;
}

.header_page .header_navigation-buttons .link_navigation-location .sub_menu-location .sub_menu-link:first-child button {
  border-radius: 8px 8px 0 0;
}

.header_page .header_navigation-buttons .link_navigation-location .sub_menu-location .sub_menu-link:last-child button {
  border-radius: 0 0 8px 8px;
}

.header_page .header_navigation-buttons .link_navigation-location .sub_menu-location .sub_menu-link button {
  width: 100%;
  height: 45px;
  border: none;
  background: none;
  cursor: pointer;
  font-size: 16px;
  color: #252525;
  text-align: left;
  display: flex;
  align-items: center;
  transition: all 0.1s ease-in;
  text-decoration: none;
}

.header_page .header_navigation-buttons .link_navigation-location .sub_menu-location .sub_menu-link button div {
  margin: 0 8px 0 10px;
  width: 22px;
  height: 22px;
  background: url(/images/icon/pointer-map.svg);
  background-size: 22px 22px;
}

.header_page .header_navigation-buttons .link_navigation-location .sub_menu-location .sub_menu-link button:hover {
  background: #FF7722;
  color: white;
}

.header_page .header_navigation-buttons .link_navigation-location .sub_menu-location .sub_menu-link button:hover div {
  background-image: url(/images/icon/pointer-map-white.svg);
}

.header_page .header_navigation-buttons .link_navigation-location .sub_menu-location .sub_menu-link button.active {
  background: #FF7722;
  color: white;
}

.header_page .header_navigation-buttons .link_navigation-location .sub_menu-location .sub_menu-link button.active div {
  background-image: url(/images/icon/pointer-map-white.svg);
}

.header_page .header_navigation-buttons .link_navigation-location .item_btn-location {
  cursor: pointer;
  width: 100%;
  height: 35px;
  background: none;
  border: none;
  text-decoration: none;
  font-size: 14px;
  color: white;
  position: relative;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.05s ease-in;
}

.header_page .header_navigation-buttons .link_navigation-location .item_btn-location.active img {
  transition: all 0.05s ease-in;
  transform: rotate(180deg);
}

.header_page .header_navigation-buttons .link_navigation-location .item_btn-location img {
  width: 20px;
  height: 20px;
  margin-left: 10px;
  transition: all 0.05s ease-in;
}

.header_page .header_navigation-buttons .link_navigation-location .item_btn-location::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(90deg, #FF7322 30%, #FFA115 80%);
  border-radius: 50px;
  z-index: -1;
  transition: all 0.15s ease-in;
}

.header_page .header_navigation-buttons .link_navigation-location .item_btn-location:hover::after {
  background: linear-gradient(90deg, #FF7322 30%, #FFA115 80%);
  opacity: 0.8;
}

.header_page .header_navigation-buttons .link_navigation {
  margin-left: 8px;
  height: 50px;
  display: flex;
  align-items: center;
  color: white;
  text-decoration: none;
}

@media screen and (max-width: 1400px) {
  .header_page .header_navigation-buttons .link_navigation {
    margin-left: 12px;
  }
}

@media screen and (max-width: 936px) {
  .header_page .header_navigation-buttons .link_navigation {
    border-bottom: 1px solid #EBEBEB !important;
    width: 90%;
  }
}

.header_page .header_navigation-buttons .link_navigation.contacts {
  display: flex;
  align-items: center;
  position: relative;
  list-style-type: none;
}

.header_page .header_navigation-buttons .link_navigation.contacts .item_btn-navigation {
  display: flex;
  align-items: center;
  list-style-type: none;
}

.header_page .header_navigation-buttons .link_navigation.contacts .item_btn-navigation img {
  width: 14px;
  height: 14px;
  margin-left: 5px;
  transition: all 0.1s ease;
}

.header_page .header_navigation-buttons .link_navigation.contacts .item_btn-navigation img.active {
  transform: rotate(180deg);
}

@media screen and (max-width: 935px) {
  .header_page .header_navigation-buttons .link_navigation.contacts .item_btn-navigation img {
    background: #232323;
    border-radius: 10px;
    padding: 2px;
  }
}

.header_page .header_navigation-buttons .link_navigation.contacts .sub_menu_contacts {
  width: 110px;
  height: 120px;
  background: white;
  position: absolute;
  left: 0;
  top: 60px;
  opacity: 0;
  pointer-events: none;
  transition: all 0.15s ease-in;
  border-radius: 10px;
  box-shadow: 0px 8px 32px -6px rgba(0, 0, 0, 0.12);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 10px;
}

@media screen and (max-width: 935px) {
  .header_page .header_navigation-buttons .link_navigation.contacts .sub_menu_contacts {
    width: 98%;
    box-shadow: none;
    border-left: 1px solid #EBEBEB;
    border-radius: 0;
    padding: 0;
    top: 50px;
  }

  .header_page .header_navigation-buttons .link_navigation.contacts .sub_menu_contacts a {
    margin: 0 !important;
    height: 45px !important;
    width: 100% !important;
    padding-left: 10px;
  }

  .header_page .header_navigation-buttons .link_navigation.contacts .sub_menu_contacts a .item_btn-navigation.contacts {
    font-size: 14px !important;
  }
}

.header_page .header_navigation-buttons .link_navigation.contacts .sub_menu_contacts.active {
  opacity: 1;
  pointer-events: all;
}

.header_page .header_navigation-buttons .link_navigation.contacts .sub_menu_contacts .link_navigation {
  margin: 5px;
  height: 20px;
}

.header_page .header_navigation-buttons .link_navigation.contacts .sub_menu_contacts .link_navigation .item_btn-navigation.contacts {
  color: black;
  font-size: 16px;
  width: 100%;
  padding: 0;
}

.header_page .header_navigation-buttons .link_navigation .item_btn-navigation {
  cursor: pointer;
  height: 30px;
  background: none;
  border: none;
  color: white;
  font-size: 14px;
  padding: 0 15px;
  transition: all 0.15s ease-in;
  position: relative;
  border-radius: 50px;
  z-index: 100;
  min-width: 40px;
}

.header_page .header_navigation-buttons .link_navigation .item_btn-navigation:focus {
  outline: none;
  box-shadow: none;
}

@media screen and (max-width: 1450px) {
  .header_page .header_navigation-buttons .link_navigation .item_btn-navigation {
    font-size: 13px;
    padding: 0;
  }
}

.header_page .header_navigation-buttons .link_navigation .item_btn-navigation::after {
  content: "";
  width: 0;
  height: 2px;
  position: absolute;
  top: 100%;
  left: 0;
  background: none;
  border-radius: 50px;
  z-index: -1;
  opacity: 0;
  transition: all 0.2s ease-in;
}

.header_page .header_navigation-buttons .link_navigation .item_btn-navigation:hover::after {
  width: 100%;
  background: linear-gradient(90deg, #FF7322 30%, #FFA115 80%);
  opacity: 1;
}

.notification_header {
  width: 100%;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: 300;
  font-size: 16px;
  white-space: nowrap;
}

@media screen and (max-width: 900px) {
  .notification_header {
    font-size: 14px;
  }
}

@media screen and (max-width: 700px) {
  .notification_header {
    font-size: 12px;
    height: 20px;
  }
}

.notification_header span {
  font-weight: 400;
  margin-right: 5px;
}

.notification_container {
  height: 30px;
  width: 100%;
  overflow: hidden;
  background: #2EB917;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  z-index: 1000;
}

@media screen and (max-width: 700px) {
  .notification_container {
    height: 20px;
  }
}

@keyframes scrollText {
  0% {
    transform: translateX(100%);
    /* Начальное положение текста справа за пределами контейнера */
  }

  100% {
    transform: translateX(-100%);
    /* Конечное положение текста слева за пределами контейнера */
  }
}

.container_time {
  width: 100%;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #F5F5F5;
  border-radius: 8px;
  padding: 0 20px;
  z-index: 5;
}

@media screen and (max-width: 900px) {
  .container_time {
    background: rgba(245, 245, 245, 0.6431372549);
  }
}

@media screen and (max-width: 900px) {
  .container_time {
    height: 70px;
  }
}

@media screen and (max-width: 430px) {
  .container_time {
    height: 60px;
    padding: 0 10px;
  }
}

.container_time .work_time {
  height: 100%;
  display: flex;
  align-items: center;
}

.container_time .work_time .clock {
  height: 50px;
}

@media screen and (max-width: 900px) {
  .container_time .work_time .clock {
    height: 30px;
  }
}

@media screen and (max-width: 430px) {
  .container_time .work_time .clock {
    height: 25px;
  }
}

.container_time .work_time .clock img {
  height: 100%;
}

.container_time .work_time .time_text {
  margin-left: 10px;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  font-size: 19px;
  font-weight: 300;
}

@media screen and (max-width: 900px) {
  .container_time .work_time .time_text {
    font-size: 14px;
  }
}

@media screen and (max-width: 430px) {
  .container_time .work_time .time_text {
    font-size: 12px;
  }
}

.container_time .work_time .time_text span {
  font-size: 16px;
  color: #4A4A4A;
}

@media screen and (max-width: 900px) {
  .container_time .work_time .time_text span {
    font-size: 12px;
  }
}

@media screen and (max-width: 430px) {
  .container_time .work_time .time_text span {
    font-size: 10px;
  }
}

.container_time .btn_free_consultation {
  cursor: pointer;
  width: 280px;
  height: 40px;
  background: none;
  border: none;
  text-decoration: none;
  font-size: 20px;
  color: white;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.1s ease-in;
  background: linear-gradient(90deg, #FF7322 30%, #FFA115 80%);
  border-radius: 100px;
}

@media screen and (max-width: 900px) {
  .container_time .btn_free_consultation {
    font-size: 14px;
    width: 170px;
    height: 30px;
  }
}

@media screen and (max-width: 430px) {
  .container_time .btn_free_consultation {
    font-size: 12px;
    width: 150px;
    height: 30px;
    margin-left: 10px;
  }
}

.container_time .btn_free_consultation:hover {
  opacity: 0.8;
}

.main_info {
  width: 50%;
  margin-top: 50px;
}

@media screen and (max-width: 900px) {
  .main_info {
    width: 100% !important;
    margin-top: 0;
    color: white !important;
  }
}

.main_info.service {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 0;
}

@media screen and (max-width: 900px) {
  .main_info.service {
    width: 100% !important;
    margin-top: 20px;
    color: white !important;
    margin-bottom: 80px;
  }
}

@media screen and (max-width: 500px) {
  .main_info.service {
    margin-bottom: 70px;
  }
}

.main_info.service .principal_info {
  font-size: 58px;
  font-weight: 600;
  line-height: 1;
}

@media screen and (max-width: 1160px) {
  .main_info.service .principal_info {
    font-size: 54px;
  }
}

@media screen and (max-width: 900px) {
  .main_info.service .principal_info {
    font-size: 36px;
  }
}

.main_info .btn_open_form {
  margin-top: 20px;
  cursor: pointer;
  width: 400px;
  height: 40px;
  background: none;
  border: none;
  text-decoration: none;
  font-size: 20px;
  color: white;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.1s ease-in;
  background: linear-gradient(90deg, #FF7322 30%, #FFA115 80%);
  border-radius: 100px;
}

.main_info .btn_open_form:hover {
  opacity: 0.8;
}

@media screen and (max-width: 900px) {
  .main_info .btn_open_form {
    font-size: 14px;
    width: 240px;
  }
}

.main_info .second_info {
  font-weight: 500;
  color: #303030;
}

.main_info .second_info h2 {
  font-size: 20px;
}

@media screen and (max-width: 1160px) {
  .main_info .second_info h2 {
    font-size: 16px;
  }
}

@media screen and (max-width: 900px) {
  .main_info .second_info {
    color: white !important;
  }

  .main_info .second_info h2 {
    color: white !important;
  }
}

.main_info .principal_info h1 {
  font-size: 64px;
  font-weight: 600;
  line-height: 1;
}

@media screen and (max-width: 1160px) {
  .main_info .principal_info h1 {
    font-size: 54px;
  }
}

@media screen and (max-width: 900px) {
  .main_info .principal_info h1 {
    font-size: 36px;
  }
}

.main_info .third_info {
  width: 80%;
}

.main_info .third_info h2 {
  font-size: 20px;
  color: #5B5B5B;
}

@media screen and (max-width: 1160px) {
  .main_info .third_info h2 {
    font-size: 16px;
  }
}

.main_info .third_info span {
  color: #242424;
  font-weight: 600;
}

@media screen and (max-width: 900px) {
  .main_info .third_info {
    color: white;
  }

  .main_info .third_info span {
    color: white;
  }

  .main_info .third_info h2 {
    color: white !important;
  }
}

.main_info hr {
  background: linear-gradient(90deg, #FF7322 30%, #FFA115 80%);
  height: 2px;
  width: 100%;
  border: none;
  margin: 18px 0;
}

@media screen and (max-width: 900px) {
  .main_info hr {
    margin: 8px 0;
  }
}

.main_info .first_line {
  width: 70%;
}

.main_info .second_line {
  width: 40%;
}

.main_photo {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: end;
  position: relative;
}

@media screen and (max-width: 900px) {
  .main_photo {
    position: absolute;
    width: 100%;
    left: 0;
    top: 70px;
    justify-content: center;
    align-items: flex-start;
    z-index: -1;
  }
}

.main_photo .main_container-photo {
  position: absolute;
  right: 20px;
  width: 700px;
  height: 450px;
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.7254901961);
  box-shadow: 0px 8px 32px -6px rgba(0, 0, 0, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 1450px) {
  .main_photo .main_container-photo {
    width: 500px;
    height: 350px;
  }

  .main_photo .main_container-photo img {
    height: 300px;
  }
}

@media screen and (max-width: 1160px) {
  .main_photo .main_container-photo {
    width: 400px;
    height: 330px;
  }

  .main_photo .main_container-photo img {
    height: 330px;
  }
}

.main_photo .main_container-photo img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 450px;
}

@media screen and (max-width: 900px) {
  .main_photo .main_container-photo {
    width: 100% !important;
    right: 0;
    border: none;
    border-radius: 0;
    height: 420px;
  }

  .main_photo .main_container-photo img {
    height: 100%;
    filter: brightness(50%) contrast(110%);
  }
}

.main_photo .main_photo-background {
  width: 580px;
  height: 540px;
  background: #FAFAFA;
  border-radius: 8px;
}

@media screen and (max-width: 1450px) {
  .main_photo .main_photo-background {
    width: 450px;
  }
}

@media screen and (max-width: 1160px) {
  .main_photo .main_photo-background {
    width: 370px;
    height: 460px;
  }
}

@media screen and (max-width: 900px) {
  .main_photo .main_photo-background {
    display: none;
  }
}

.container_experience {
  width: 100%;
  height: 100px;
  background: #FAFAFA;
  border-radius: 8px;
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}

@media screen and (max-width: 900px) {
  .container_experience {
    margin-top: 60px;
  }
}

.container_experience .item_experience {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.container_experience .item_experience .exp_number {
  color: #2D2D2D;
  font-size: 30px;
  display: flex;
  align-items: center;
}

.container_experience .item_experience .exp_number img {
  width: 23px;
  height: 23px;
}

@media screen and (max-width: 900px) {
  .container_experience .item_experience .exp_number {
    font-size: 20px;
  }

  .container_experience .item_experience .exp_number img {
    width: 15px;
    height: 15px;
  }
}

.container_experience .item_experience .exp_text {
  color: #FF7422;
  font-size: clamp(10px, 4vw, 16px);
  text-align: center;
}

.container_service {
  width: 100%;
  min-height: 690px;
  border-radius: 8px;
  background: #FAFAFA;
  display: flex;
  flex-direction: column;
  padding: 30px;
}

@media screen and (max-width: 500px) {
  .container_service {
    padding: 10px;
  }
}

.container_service .container_title {
  width: 100%;
  text-align: center;
}

.container_service .container_title .title {
  font-size: 34px;
  color: #2F2F2F;
}

@media screen and (max-width: 1160px) {
  .container_service .container_title .title {
    font-size: 28px;
  }
}

.container_service .container_title .sub_title {
  font-size: 20px;
  color: #777777;
}

@media screen and (max-width: 1160px) {
  .container_service .container_title .sub_title {
    font-size: 17px;
  }
}

.container_service .main_services {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
}

@media screen and (max-width: 900px) {
  .container_service .main_services {
    flex-direction: column;
    margin-top: 15px;
  }
}

.container_service .main_services .info {
  width: 450px;
  font-size: 18px;
  color: #2C2C2C;
  font-weight: 300;
}

@media screen and (max-width: 1450px) {
  .container_service .main_services .info {
    font-size: 17px;
  }
}

@media screen and (max-width: 1160px) {
  .container_service .main_services .info {
    font-size: 14px;
    width: 38%;
  }
}

@media screen and (max-width: 900px) {
  .container_service .main_services .info {
    width: 100%;
  }
}

.container_service .main_services .info p {
  margin-bottom: 8px;
}

.container_service .main_services .info span {
  font-weight: 500;
  color: black;
}

.container_service .main_services .our_garanty {
  display: flex;
  flex-wrap: wrap;
  width: 800px;
  justify-content: space-between;
}

@media screen and (max-width: 1160px) {
  .container_service .main_services .our_garanty {
    width: 55%;
    margin-top: -30px;
  }
}

@media screen and (max-width: 900px) {
  .container_service .main_services .our_garanty {
    margin-top: 8px;
    width: 100%;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
  }
}

.container_service .main_services .our_garanty .item_garanty {
  display: flex;
  align-items: center;
  width: 400px;
  height: 40px;
  margin-bottom: 15px;
}

.container_service .main_services .our_garanty .item_garanty h5,
.container_service .main_services .our_garanty .item_garanty h3,
.container_service .main_services .our_garanty .item_garanty h4,
.container_service .main_services .our_garanty .item_garanty h2,
.container_service .main_services .our_garanty .item_garanty h1,
.container_service .main_services .our_garanty .item_garanty h6 {
  font-size: 20px !important;
  color: #2D2D2D !important;
  font-weight: 300 !important;
}

@media screen and (max-width: 1450px) {
  .container_service .main_services .our_garanty .item_garanty {
    width: 310px;
    margin-bottom: 10px;
  }

  .container_service .main_services .our_garanty .item_garanty div {
    font-size: 16px !important;
  }

  .container_service .main_services .our_garanty .item_garanty h5,
  .container_service .main_services .our_garanty .item_garanty h3,
  .container_service .main_services .our_garanty .item_garanty h4,
  .container_service .main_services .our_garanty .item_garanty h2,
  .container_service .main_services .our_garanty .item_garanty h1,
  .container_service .main_services .our_garanty .item_garanty h6 {
    font-size: 16px !important;
  }
}

@media screen and (max-width: 1160px) {
  .container_service .main_services .our_garanty .item_garanty {
    width: 200px;
    margin-bottom: 5px;
  }
}

@media screen and (max-width: 900px) {
  .container_service .main_services .our_garanty .item_garanty {
    width: 100%;
  }
}

.container_service .main_services .our_garanty .item_garanty img {
  margin-right: 10px;
}

.container_service .main_services .our_garanty .item_garanty div {
  font-size: 20px;
  color: #2D2D2D;
  font-weight: 300;
}

.container_service .services {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 25px;
  flex-wrap: wrap;
}

@media screen and (max-width: 1160px) {
  .container_service .services {
    flex-direction: column;
  }
}

.container_service .services .item_services {
  width: 650px;
  min-height: 200px;
  max-height: 280px;
  background: white;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid rgba(238, 238, 238, 0.6705882353);
  box-shadow: 0px 8px 32px -6px rgba(0, 0, 0, 0.12);
  display: flex;
  transition: all 0.15s ease-in;
}

@media screen and (min-width: 1160px) {
  .container_service .services .item_services {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 1450px) {
  .container_service .services .item_services {
    width: 510px;
  }
}

@media screen and (max-width: 1160px) {
  .container_service .services .item_services {
    width: 100%;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 455px) {
  .container_service .services .item_services {
    flex-direction: column;
    position: relative;
  }
}

.container_service .services .item_services:hover {
  border: 1px solid rgba(255, 115, 34, 0.2823529412);
}

.container_service .services .item_services:hover img {
  transform: scale(1.05);
}

.container_service .services .item_services .img_service {
  min-height: 100%;
  width: 260px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 900px) {
  .container_service .services .item_services .img_service {
    width: 150px;
  }
}

@media screen and (max-width: 500px) {
  .container_service .services .item_services .img_service {
    width: 110px;
  }
}

@media screen and (max-width: 455px) {
  .container_service .services .item_services .img_service {
    position: absolute;
    width: 100%;
    height: 100%;
    filter: brightness(50%) contrast(110%);
  }

  .container_service .services .item_services .img_service img {
    width: 100%;
    height: 100%;
  }
}

.container_service .services .item_services .img_service img {
  transition: all 0.15s ease-in;
  min-height: 100%;
  min-width: 100%;
  height: 100%;
  width: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 455px) {
  .container_service .services .item_services .img_service img {
    width: 100%;
    height: 100%;
  }
}

.container_service .services .item_services .services_text {
  height: 100%;
  width: 400px;
  display: flex;
  flex-direction: column;
  padding: 15px;
  justify-content: center;
}

@media screen and (max-width: 1160px) {
  .container_service .services .item_services .services_text {
    width: 60%;
  }
}

@media screen and (max-width: 500px) {
  .container_service .services .item_services .services_text {
    padding: 10px;
  }
}

@media screen and (max-width: 455px) {
  .container_service .services .item_services .services_text {
    width: 100%;
    z-index: 1;
  }
}

.container_service .services .item_services .services_text .title {
  font-size: 22px;
  color: #464646;
  font-weight: 300;
}

.container_service .services .item_services .services_text .title span {
  font-weight: 500;
  color: black;
}

@media screen and (max-width: 1450px) {
  .container_service .services .item_services .services_text .title {
    font-size: 18px;
  }
}

@media screen and (max-width: 900px) {
  .container_service .services .item_services .services_text .title {
    font-size: 15px;
  }
}

@media screen and (max-width: 455px) {
  .container_service .services .item_services .services_text .title {
    color: white;
  }

  .container_service .services .item_services .services_text .title span {
    color: white;
  }
}

.container_service .services .item_services .services_text hr {
  background: linear-gradient(90deg, #FF7322 30%, #FFA115 80%);
  height: 2px;
  width: 60%;
  border: none;
  margin: 8px 0;
}

@media screen and (max-width: 900px) {
  .container_service .services .item_services .services_text hr {
    margin: 4px 0;
  }
}

.container_service .services .item_services .services_text .info {
  font-size: 16px;
  font-weight: 300;
  color: #585858;
}

@media screen and (max-width: 1450px) {
  .container_service .services .item_services .services_text .info {
    font-size: 14px;
  }
}

@media screen and (max-width: 900px) {
  .container_service .services .item_services .services_text .info {
    font-size: 12px;
  }
}

@media screen and (max-width: 455px) {
  .container_service .services .item_services .services_text .info {
    color: white;
  }
}

.container_service .services .item_services .services_text button {
  margin-top: 30px;
  cursor: pointer;
  width: 280px;
  height: 40px;
  background: none;
  border: none;
  text-decoration: none;
  font-size: 16px;
  color: white;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.1s ease-in;
  background: linear-gradient(90deg, #FF7322 30%, #FFA115 80%);
  border-radius: 100px;
  position: relative;
}

.container_service .services .item_services .services_text button img {
  position: absolute;
  right: 10px;
}

.container_service .services .item_services .services_text button a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: white;
}

@media screen and (max-width: 1450px) {
  .container_service .services .item_services .services_text button {
    font-size: 13px;
    width: 240px;
  }
}

@media screen and (max-width: 1160px) {
  .container_service .services .item_services .services_text button {
    width: 270px;
    margin-top: 50px;
  }
}

@media screen and (max-width: 900px) {
  .container_service .services .item_services .services_text button {
    margin-top: 15px;
    width: 240px;
    height: 30px;
  }
}

@media screen and (max-width: 500px) {
  .container_service .services .item_services .services_text button {
    width: 200px;
    margin-top: 30px;
  }

  .container_service .services .item_services .services_text button a {
    padding-left: 10px;
    justify-content: start;
  }
}

@media screen and (max-width: 500px) {
  .container_service .services .item_services .services_text button {
    margin-top: 30px;
  }
}

@media screen and (max-width: 455px) {
  .container_service .services .item_services .services_text button {
    margin-top: 40px;
  }
}

.container_service .services .item_services .services_text button:hover {
  opacity: 0.8;
}

.container_per_service {
  width: 100%;
  min-height: 250px;
  border-radius: 8px;
  background: #FAFAFA;
  display: flex;
  padding: 30px;
}

@media screen and (max-width: 900px) {
  .container_per_service {
    flex-direction: column;
    position: relative;
  }
}

@media screen and (max-width: 500px) {
  .container_per_service {
    padding: 15px;
  }
}

.container_per_service.cabinet {
  flex-wrap: wrap;
}

@media screen and (max-width: 450px) {
  .container_per_service.cabinet button {
    width: 250px;
  }
}

@media screen and (max-width: 315px) {
  .container_per_service.cabinet button {
    width: 240px;
  }
}

.container_per_service.cabinet .image_stock {
  min-height: 250px;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 900px) {
  .container_per_service.cabinet .image_stock {
    height: 240px;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 500px) {
  .container_per_service.cabinet .image_stock {
    height: 180px !important;
  }
}

.container_per_service.cabinet .image_stock .container_image {
  width: 400px;
  height: 300px;
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid rgba(216, 216, 216, 0.514);
  margin-left: 0;
  box-shadow: 0px 8px 32px -6px rgba(0, 0, 0, 0.12);
}

@media screen and (max-width: 1450px) {
  .container_per_service.cabinet .image_stock .container_image {
    width: 300px;
    height: 200px;
  }
}

@media screen and (max-width: 1160px) {
  .container_per_service.cabinet .image_stock .container_image {
    width: 240px;
    height: 180px;
  }
}

.container_per_service.cabinet .image_stock .container_image:first-child {
  margin-left: 0;
}

.container_per_service.cabinet .image_stock .container_image img {
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 100%;
  max-height: 100%;
}

.container_per_service.cabinet .image_stock .container_image.object {
  border: none;
  box-shadow: none;
}

.container_per_service.cabinet .image_stock .container_image.object img {
  -o-object-fit: contain;
     object-fit: contain;
}

@media screen and (max-width: 900px) {
  .container_per_service.cabinet .image_stock .container_image {
    margin-left: 0;
    width: 100%;
    height: 180px;
    margin-bottom: 30px;
  }

  .container_per_service.cabinet .image_stock .container_image:first-child {
    margin-left: 0;
    margin-right: 0;
  }
}

.container_per_service.cabinet .info {
  padding-right: 40px;
}

@media screen and (max-width: 1160px) {
  .container_per_service.cabinet .info {
    padding-right: 20px;
  }
}

@media screen and (max-width: 500px) {
  .container_per_service.cabinet .info {
    padding-right: 0;
  }
}

.container_per_service.cabinet .info_block {
  display: flex;
  flex-direction: row;
}

@media screen and (max-width: 900px) {
  .container_per_service.cabinet .info_block {
    flex-direction: column;
  }
}

.container_per_service .informativ .title {
  font-size: 30px;
  color: #2F2F2F;
  font-weight: 500;
}

@media screen and (max-width: 1160px) {
  .container_per_service .informativ .title {
    font-size: 26px;
  }
}

.container_per_service .informativ .info {
  font-size: 18px;
  color: #2C2C2C;
  font-weight: 300;
}

@media screen and (max-width: 1160px) {
  .container_per_service .informativ .info {
    font-size: 16px;
  }
}

.container_per_service .informativ .info .our_garanty {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: flex-start;
  margin-top: 20px;
}

@media screen and (max-width: 900px) {
  .container_per_service .informativ .info .our_garanty {
    margin-top: 8px;
    width: 100%;
  }
}

@media screen and (max-width: 900px) {
  .container_per_service .informativ .info .our_garanty.without_img {
    margin-bottom: 50px !important;
  }
}

@media screen and (max-width: 1160px) {
  .container_per_service .informativ .info .our_garanty.without_img .item_garanty {
    width: 265px;
  }
}

@media screen and (max-width: 900px) {
  .container_per_service .informativ .info .our_garanty.without_img .item_garanty {
    width: 210px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 500px) {
  .container_per_service .informativ .info .our_garanty.without_img .item_garanty {
    width: 45%;
  }
}

@media screen and (max-width: 396px) {
  .container_per_service .informativ .info .our_garanty.without_img .item_garanty {
    width: 100%;
    margin-bottom: 10px;
  }
}

.container_per_service .informativ .info .our_garanty .item_garanty {
  display: flex;
  align-items: center;
  width: 400px;
  height: 40px;
  margin-bottom: 15px;
}

@media screen and (max-width: 1450px) {
  .container_per_service .informativ .info .our_garanty .item_garanty {
    width: 310px;
    margin-bottom: 10px;
  }

  .container_per_service .informativ .info .our_garanty .item_garanty div {
    font-size: 16px !important;
  }

  .container_per_service .informativ .info .our_garanty .item_garanty h3,
  .container_per_service .informativ .info .our_garanty .item_garanty h4,
  .container_per_service .informativ .info .our_garanty .item_garanty h5 {
    font-size: 16px !important;
  }
}

@media screen and (max-width: 1160px) {
  .container_per_service .informativ .info .our_garanty .item_garanty {
    width: 200px;
    margin-bottom: 5px;
  }
}

@media screen and (max-width: 500px) {
  .container_per_service .informativ .info .our_garanty .item_garanty {
    margin-top: 10px;
    width: 47%;
    margin-right: 5px;
  }

  .container_per_service .informativ .info .our_garanty .item_garanty div {
    font-size: 14px !important;
  }

  .container_per_service .informativ .info .our_garanty .item_garanty h3,
  .container_per_service .informativ .info .our_garanty .item_garanty h4,
  .container_per_service .informativ .info .our_garanty .item_garanty h5 {
    font-size: 14px !important;
  }
}

@media screen and (max-width: 390px) {
  .container_per_service .informativ .info .our_garanty .item_garanty {
    margin-top: 10px;
    width: 100%;
  }

  .container_per_service .informativ .info .our_garanty .item_garanty div {
    font-size: 16px !important;
  }

  .container_per_service .informativ .info .our_garanty .item_garanty h3,
  .container_per_service .informativ .info .our_garanty .item_garanty h4,
  .container_per_service .informativ .info .our_garanty .item_garanty h5 {
    font-size: 16px !important;
  }
}

.container_per_service .informativ .info .our_garanty .item_garanty img {
  margin-right: 10px;
}

.container_per_service .informativ .info .our_garanty .item_garanty div {
  font-size: 18px;
  color: #2D2D2D;
  font-weight: 300;
}

.container_per_service .informativ .info .our_garanty .item_garanty h3,
.container_per_service .informativ .info .our_garanty .item_garanty h4,
.container_per_service .informativ .info .our_garanty .item_garanty h5 {
  font-size: 18px;
  color: #2D2D2D;
  font-weight: 300;
}

.container_per_service hr {
  background: linear-gradient(90deg, #FF7322 30%, #FFA115 80%);
  height: 2px;
  width: 60%;
  border: none;
  margin: 15px 0;
}

@media screen and (max-width: 1160px) {
  .container_per_service hr {
    margin: 10px 0;
  }
}

.container_per_service .info_block {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 250px;
}

@media screen and (max-width: 900px) {
  .container_per_service .info_block {
    min-height: 100px;
  }
}

.container_per_service .image_stock {
  min-height: 250px;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 900px) {
  .container_per_service .image_stock {
    height: 240px;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 500px) {
  .container_per_service .image_stock {
    height: 180px !important;
  }
}

.container_per_service .image_stock .container_image {
  width: 270px;
  height: 200px;
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid rgba(216, 216, 216, 0.514);
  margin-left: 10px;
  box-shadow: 0px 8px 32px -6px rgba(0, 0, 0, 0.12);
}

@media screen and (max-width: 1160px) {
  .container_per_service .image_stock .container_image {
    width: 240px;
    height: 180px;
  }
}

@media screen and (max-width: 500px) {
  .container_per_service .image_stock .container_image {
    height: 150px;
  }
}

.container_per_service .image_stock .container_image:first-child {
  margin-left: 50px;
}

.container_per_service .image_stock .container_image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 900px) {
  .container_per_service .image_stock .container_image {
    margin-left: 0;
  }

  .container_per_service .image_stock .container_image:first-child {
    margin-left: 0;
    margin-right: 10px;
  }
}

.container_per_service button {
  cursor: pointer;
  width: 280px;
  height: 40px;
  background: none;
  border: none;
  text-decoration: none;
  font-size: 16px;
  color: white;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.1s ease-in;
  background: linear-gradient(90deg, #FF7322 30%, #FFA115 80%);
  border-radius: 100px;
  position: relative;
  margin-top: 25px;
}

@media screen and (max-width: 900px) {
  .container_per_service button {
    position: absolute;
    bottom: 15px;
  }
}

.container_per_service button img {
  position: absolute;
  right: 10px;
}

.container_per_service button a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: white;
}

@media screen and (max-width: 1450px) {
  .container_per_service button {
    font-size: 14px;
    width: 240px;
  }
}

@media screen and (max-width: 1160px) {
  .container_per_service button {
    width: 270px;
  }
}

@media screen and (max-width: 900px) {
  .container_per_service button {
    width: 240px;
    height: 40px;
  }
}

@media screen and (max-width: 500px) {
  .container_per_service button {
    width: 200px;
  }

  .container_per_service button a {
    padding-left: 10px;
    justify-content: start;
  }
}

.container_per_service button:hover {
  opacity: 0.8;
}

.container_per_service.reverse {
  flex-direction: row-reverse;
  text-align: right;
}

.container_per_service.reverse .info_block {
  flex-direction: row-reverse;
  align-items: flex-end;
}

.container_per_service.reverse hr {
  width: 100%;
}

@media screen and (max-width: 900px) {
  .container_per_service.reverse .info_block {
    flex-direction: column;
  }
}

.container_per_service.reverse .info {
  margin-right: 0;
  margin-left: 40px;
  padding-right: 0;
}

.container_per_service.reverse .info .our_garanty {
  justify-content: flex-end;
}

.container_per_service.reverse .info .our_garanty .item_garanty {
  flex-direction: row-reverse;
}

.container_per_service.reverse .info .our_garanty .item_garanty img {
  margin-left: 10px;
}

.container_footer {
  background: #363636;
  min-height: 230px;
  position: relative;
  display: flex;
  padding-top: 10px;
}

.container_footer .copyright {
  width: 100%;
  position: absolute;
  text-align: center;
  left: 0;
  bottom: 5px;
  color: #C1C1C1;
  font-size: clamp(6px, 3.5vw, 12px);
}

.container_footer .container_contacts {
  display: flex;
}

@media screen and (max-width: 900px) {
  .container_footer .container_contacts {
    flex-direction: column;
  }
}

.container_footer .container_contacts .footer_logo {
  max-height: 180px;
  max-width: 180px;
}

@media screen and (max-width: 900px) {
  .container_footer .container_contacts .footer_logo {
    order: 2;
    margin-bottom: 50px;
  }
}

.container_footer .container_contacts .contact {
  margin-top: 10px;
  margin-left: 20px;
}

@media screen and (max-width: 900px) {
  .container_footer .container_contacts .contact {
    order: 1;
    margin-bottom: 20px;
  }
}

.container_footer .container_contacts .contact h1 {
  font-size: clamp(18px, 4vw, 26px);
  color: #b3b3b3;
  margin-left: 5px;
  font-weight: 400;
}

.container_footer .container_contacts .contact ul {
  color: white;
  list-style-type: none;
}

.container_footer .container_contacts .contact ul li {
  margin-top: 8px;
  display: flex;
  align-items: center;
  color: #d1d1d1;
  font-size: clamp(2px, 4vw, 16px) !important;
}

.container_footer .container_contacts .contact ul li img {
  width: 30px;
  height: 30px;
  margin-right: 7px;
}

.container_footer .container_contacts .contact ul li a {
  color: white;
  margin-left: 5px;
  text-decoration: none;
  transition: all 0.1s ease-in;
}

.container_footer .container_contacts .contact ul li a:hover {
  color: #2b39b6;
}

.container .container_feedback {
  width: 100%;
  background: #FAFAFA;
  border-radius: 8px;
}

.container .container_feedback .title {
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  padding-top: 20px;
  color: #3f3f3f;
}

.container_gallery_slider {
  position: relative;
  width: 100%;
  height: 350px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FAFAFA;
  border-radius: 8px;
}

.container_gallery_slider .scroll-container {
  will-change: transform;
  width: 92%;
  height: 95%;
  display: flex;
  align-items: center;
  padding: 20px;
  overflow: auto;
}

@media screen and (min-width: 900px) {
  .container_gallery_slider .scroll-container {
    width: 90%;
  }
}

.container_gallery_slider .scroll-container::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.container_gallery_slider .scroll-container::-webkit-scrollbar-track {
  background-color: rgb(231, 231, 231);
  border-radius: 10px;
}

.container_gallery_slider .scroll-container::-webkit-scrollbar-thumb {
  background: black;
  border-radius: 10px;
}

.container_gallery_slider .scroll-container .testimonial {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  width: 200px;
  height: 95%;
  background: white;
  border-radius: 8px;
  box-shadow: 0px 8px 10px -8px rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: start;
  text-align: center;
  padding: 15px;
  cursor: pointer;
  margin-right: 20px;
}

.container_gallery_slider .scroll-container .testimonial .logo {
  width: 100%;
  height: 30px;
}

.container_gallery_slider .scroll-container .testimonial .logo img {
  height: 100%;
}

.container_gallery_slider .scroll-container .testimonial .rating {
  margin-top: 10px;
  margin-bottom: 10px;
}

.container_gallery_slider .scroll-container .testimonial .text {
  font-size: 14px;
  margin-bottom: 15px;
}

.container_gallery_slider .scroll-container .testimonial .text a {
  font-size: 14px;
  color: #777777;
  text-decoration: none;
  margin-top: -20px;
}

.container_gallery_slider .scroll-container .testimonial .text .text_container {
  height: 50px;
  width: 160px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  position: relative;
  margin-bottom: 5px;
}

.container_gallery_slider .scroll-container .testimonial .text .text_container::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 40px;
  background: linear-gradient(transparent, white);
}

.container_gallery_slider .scroll-container .testimonial .user {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  font-weight: 300;
  font-size: 16px;
  color: #292929;
  margin-top: 10px;
  margin-bottom: 10px;
}

.container_gallery_slider .scroll-container .testimonial .user .name {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.container_gallery_slider .scroll-container .testimonial .user .user_image {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  background: #e2e2e2;
  margin-bottom: 10px;
}

.container_gallery_slider .scroll-container .testimonial .user .user_image img {
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 100%;
  max-width: 100%;
}

.container_gallery_slider .arrow-left,
.container_gallery_slider .arrow-right {
  z-index: 2;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  position: absolute;
  width: 35px;
  height: 35px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgb(248, 248, 248);
  box-shadow: 0px 5px 8px 0px rgba(34, 60, 80, 0.2);
  cursor: pointer;
}

.container_gallery_slider .arrow-left:hover,
.container_gallery_slider .arrow-right:hover {
  box-shadow: 0px 5px 8px 0px rgba(255, 0, 0, 0.2);
}

.container_gallery_slider .arrow-left {
  left: 20px;
}

.container_gallery_slider .arrow-right {
  right: 20px;
}

.container_modal {
  display: none;
  justify-content: center;
}

.container_modal.active {
  display: flex;
}

@media screen and (max-width: 625px) {
  .container_modal {
    padding: 0 10px;
  }
}

.container_modal .modal {
  position: fixed;
  top: 60px;
  width: 600px;
  min-height: 200px;
  background: rgb(255, 255, 255);
  z-index: 100;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  padding: 15px 0;
  max-height: 93vh;
}

@media screen and (max-width: 625px) {
  .container_modal .modal {
    width: 97%;
  }
}

@media screen and (max-height: 867px) {
  .container_modal .modal {
    top: none;
    bottom: 10px;
  }
}

.container_modal .modal .container_item {
  width: 100%;
  height: 75vh;
  overflow-y: auto;
  margin-bottom: 15px;
  border-bottom: 1px solid #d0d0d0;
}

.container_modal .modal .container_item::-webkit-scrollbar {
  width: 4px;
}

.container_modal .modal .container_item::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.007);
}

.container_modal .modal .container_item::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.274);
  border-radius: 20px;
}

.container_modal .modal .submit_button {
  background: linear-gradient(90deg, #FF7322 30%, #FFA115 80%);
  width: 200px;
  height: 50px;
  font-size: 20px;
  border-radius: 8px;
  border: none;
  color: white;
  cursor: pointer;
  transition: all 0.1s ease-in;
}

.container_modal .modal .submit_button:hover {
  opacity: 0.8;
}

.container_modal .modal .modal_item {
  width: 100%;
  padding: 0 15px;
  margin-bottom: 12px;
}

.container_modal .modal .modal_item.button {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  margin-bottom: 0;
}

.container_modal .modal .modal_item.select .select_some {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 350px) {
  .container_modal .modal .modal_item.select .select_some {
    justify-content: center;
  }
}

.container_modal .modal .modal_item.select .select_some .item_select {
  width: 48%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 10px;
}

@media screen and (max-width: 350px) {
  .container_modal .modal .modal_item.select .select_some .item_select {
    width: 100%;
  }
}

.container_modal .modal .modal_item.select .select_some .item_select label {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  font-weight: 300;
}

.container_modal .modal .modal_item.select .select_some .item_select input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin-right: 10px;
  width: 30px;
  height: 30px;
  border: 1px solid rgb(233, 233, 233);
  border-radius: 8px;
  box-shadow: 0px 7px 32px -7px rgba(34, 60, 80, 0.12);
  position: relative;
  cursor: pointer;
}

.container_modal .modal .modal_item.select .select_some .item_select input[type=checkbox]:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  transition: background 0.3s;
}

.container_modal .modal .modal_item.select .select_some .item_select input[type=checkbox]:checked:before {
  content: "";
  border-radius: 8px;
  background-color: orange;
  background-image: url("/images/icon/close.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  opacity: 0.8;
}

.container_modal .modal .modal_item.two {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}

@media screen and (max-width: 366px) {
  .container_modal .modal .modal_item.two {
    flex-direction: column;
  }
}

.container_modal .modal .modal_item.two .modal_item-second {
  width: 48%;
}

@media screen and (max-width: 366px) {
  .container_modal .modal .modal_item.two .modal_item-second {
    width: 100%;
    margin-bottom: 10px;
  }
}

.container_modal .modal .modal_item.two .modal_item-second input {
  width: 100%;
  border: 1px solid rgb(233, 233, 233);
  outline: none;
  padding: 0 10px;
  font-size: 17px;
  font-weight: 300;
  border-radius: 8px;
  box-shadow: 0px 7px 32px -7px rgba(34, 60, 80, 0.12);
}

.container_modal .modal .modal_item .item_title {
  font-size: 17px;
  font-weight: 300;
  margin-bottom: 8px;
  padding-left: 10px;
}

.container_modal .modal .modal_item .item_title span {
  color: #bf0000;
}

.container_modal .modal .modal_item textarea {
  resize: none;
  height: 100px !important;
  padding: 10px !important;
}

.container_modal .modal .modal_item input,
.container_modal .modal .modal_item textarea {
  width: 100%;
  height: 40px;
  border: 1px solid rgb(233, 233, 233);
  outline: none;
  padding: 0 10px;
  font-size: 17px;
  font-weight: 300;
  border-radius: 8px;
  box-shadow: 0px 7px 32px -7px rgba(34, 60, 80, 0.12);
}

.container_modal .modal .title {
  width: 100%;
  min-height: 40px;
  border-bottom: 1px solid rgb(231, 231, 231);
  font-size: 24px;
  padding-bottom: 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  padding: 0 15px;
}

.container_modal .modal .title .close {
  cursor: pointer;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.1s ease-in;
  border-radius: 50%;
  background: #f8f8f8;
}

.container_modal .modal .title .close:hover {
  background: #eeeeee;
}

.container_modal .modal .title .close img {
  width: 80%;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.container_modal .modal-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 10;
}

.alert {
  min-width: 0;
  min-height: 40px;
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.082);
  position: fixed;
  right: 10px;
  top: 100px;
  padding: 10px;
  transition: all 0.3s ease-in;
  text-wrap: nowrap;
  display: flex;
  align-items: center;
  color: rgb(37, 37, 37);
  z-index: 100;
  box-shadow: -7px 9px 19px 2px rgba(34, 60, 80, 0.13);
  word-spacing: 4px;
  font-size: 16px;
  font-weight: 500;
  backdrop-filter: blur(55px);
  -webkit-backdrop-filter: blur(55px);
  -moz-backdrop-filter: blur(55px);
}

.alert .icon_alert {
  height: 50px;
  width: 50px;
  border: 2px solid rgba(9, 214, 20, 0.54);
  border-radius: 50px;
  padding: 10px;
  margin-right: 6px;
}

.alert .icon_alert img {
  height: 100%;
}

.alert.success {
  border: 2px solid rgba(9, 214, 20, 0.5411764706);
}

.alert.success .icon_alert {
  border: 2px solid rgba(9, 214, 20, 0.54);
}

.alert.error {
  border: 2px solid #df0000;
}

.alert.error .icon_alert {
  border: 2px solid #df0000;
}

.notification_popup {
  min-width: 0;
  min-height: 40px;
  border-radius: 4px;
  background: white;
  position: fixed;
  left: 10px;
  bottom: 10px;
  padding: 10px;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease-in;
  text-wrap: nowrap;
  color: rgb(37, 37, 37);
  z-index: 100;
  border: 1px solid rgb(230, 230, 230);
  padding: 15px 25px;
  box-shadow: -7px 9px 19px 2px rgba(34, 60, 80, 0.13);
}

.notification_popup .close {
  position: absolute;
  right: 3px;
  top: 3px;
  cursor: pointer;
  width: 15px;
  height: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #c7c7c7;
  border-radius: 50%;
  font-size: 10px;
}

.notification_popup.active {
  opacity: 1;
  pointer-events: all;
}

.container_guarantee {
  width: 100%;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  background: #FAFAFA;
  margin-top: 20px;
  padding: 20px;
  align-items: center;
}

.container_guarantee .subtitle {
  font-size: clamp(12px, 4vw, 20px);
  color: #777777;
  text-align: center;
}

.container_guarantee .title {
  font-size: clamp(24px, 4vw, 34px);
  color: #2F2F2F;
  text-align: center;
}

.container_guarantee .info {
  font-size: clamp(6px, 3.4vw, 18px);
  color: #3f3f3f;
  text-align: center;
  padding: 0 160px;
  margin-top: 15px;
  margin-bottom: 40px;
}

@media screen and (max-width: 1200px) {
  .container_guarantee .info {
    padding: 0;
  }
}

.container_guarantee .all_guarantee {
  width: 100%;
  min-height: 210px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.container_guarantee .all_guarantee .card_guarantee {
  width: 200px;
  height: 210px;
  background: white;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  padding: 15px;
  box-shadow: 0px 4px 32px -8px rgba(34, 60, 80, 0.12);
  margin: 10px;
  border-radius: 8px;
}

@media screen and (max-width: 500px) {
  .container_guarantee .all_guarantee .card_guarantee {
    width: 44%;
    margin: 5px;
  }
}

@media screen and (max-width: 441px) {
  .container_guarantee .all_guarantee .card_guarantee {
    padding: 8px;
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 350px) {
  .container_guarantee .all_guarantee .card_guarantee {
    width: 100%;
    padding-bottom: 25px;
  }
}

.container_guarantee .all_guarantee .card_guarantee img {
  max-width: 50%;
}

.container_guarantee .all_guarantee .card_guarantee .title_card {
  font-weight: 400;
  font-size: 18px;
  color: #2F2F2F;
  line-height: 1;
}

@media screen and (max-width: 500px) {
  .container_guarantee .all_guarantee .card_guarantee .title_card {
    font-size: 16px;
  }
}

.container_guarantee .all_guarantee .card_guarantee .subtitle_card {
  font-size: 14px;
  color: #565656;
}

@media screen and (max-width: 500px) {
  .container_guarantee .all_guarantee .card_guarantee .subtitle_card {
    font-size: 12px;
  }
}

.container_guarantee .get_consultation {
  cursor: pointer;
  width: 280px;
  height: 40px;
  background: none;
  border: none;
  text-decoration: none;
  font-size: 20px;
  color: white;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.1s ease-in;
  background: linear-gradient(90deg, #FF7322 30%, #FFA115 80%);
  border-radius: 100px;
  margin-bottom: 10px;
}

@media screen and (max-width: 900px) {
  .container_guarantee .get_consultation {
    font-size: 14px;
    width: 170px;
    height: 30px;
  }
}

@media screen and (max-width: 430px) {
  .container_guarantee .get_consultation {
    font-size: 12px;
    width: 150px;
    height: 30px;
    margin-left: 10px;
  }
}

.container_guarantee .get_consultation:hover {
  opacity: 0.8;
}

.title_question {
  font-size: clamp(30px, 5vw, 54px);
  font-size: 600;
  margin-bottom: 25px;
  margin-top: 10px;
  font-weight: 400;
}

.container_question {
  width: 100%;
  background: #FAFAFA;
  padding: 15px;
  border-radius: 8px;
  min-height: 100px;
  transition: all 0.15s ease-in;
}

.container_question h2 {
  font-weight: 400;
  margin-bottom: 30px;
  color: #2F2F2F;
}

.container_question h3 {
  font-weight: 400;
  margin-bottom: 30px;
  color: #2F2F2F;
}

.container_question h4 {
  font-weight: 400;
  margin-bottom: 30px;
  color: #2F2F2F;
}

.container_question .quest_item {
  display: flex;
  flex-direction: column;
  width: 100%;
  border-bottom: 1px solid #d0d0d0;
  padding-bottom: 15px;
  margin-top: 15px;
}

.container_question .quest_item .quest_content {
  display: none;
}

.container_question .quest_item.active .quest_content {
  display: block;
}

.container_question .quest_item .quest_title {
  display: flex;
  cursor: pointer;
  align-items: center;
}

.container_question .quest_item .quest_title .open_answer {
  min-width: 30px;
  min-height: 30px;
  max-width: 30px;
  max-height: 30px;
  background: linear-gradient(90deg, #FF7322 30%, #FFA115 80%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  margin-right: 10px;
}

.container_question .quest_item .quest_title .title {
  font-size: clamp(18px, 4vw, 26px);
  font-weight: 400;
  color: #2F2F2F;
}

.container_slider {
  width: 100%;
  height: 200px;
  overflow-x: scroll;
  overflow-y: hidden;
  display: flex;
  align-items: center;
  background: #FAFAFA;
  margin: 20px 0 15px 0;
}

.container_slider::-webkit-scrollbar {
  width: 0px;
  height: 0px;
}

.container_slider::-webkit-scrollbar-track {
  background-color: rgb(231, 231, 231);
  border-radius: 10px;
}

.container_slider::-webkit-scrollbar-thumb {
  background: rgb(209, 209, 209);
  border-radius: 10px;
}

.container_slider .slider_item {
  width: 300px;
  max-width: 400px;
  height: 100%;
  position: relative;
  transition: all 0.15s ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
}

.container_slider .slider_item .click_to_image {
  position: absolute;
  width: 100%;
  height: 100%;
  font-size: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  font-weight: 100;
  transition: all 0.15s ease-in-out;
}

.container_slider .slider_item .slider_item_image {
  width: 100%;
  height: 100%;
  overflow: hidden;
  transition: all 0.15s ease-in-out;
}

.container_slider .slider_item .slider_item_image img {
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transition: all 0.15s ease-in-out;
}

.container_slider .slider_item:hover .click_to_image {
  background: rgba(99, 31, 0, 0.5);
  color: white;
  z-index: 2;
}

.container_slider .slider_item:hover .slider_item_image img {
  transition: all 0.15s ease-in-out;
  transform: scale(1.05);
}

.container_contacts_modul {
  width: 100%;
  min-height: 100px;
  background: #FAFAFA;
  border-radius: 8px;
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-wrap: wrap;
  padding: 20px 0;
}

@media screen and (max-width: 900px) {
  .container_contacts_modul {
    margin-top: 60px;
  }
}

.container_contacts_modul .item_experience {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: 10px;
}

.container_contacts_modul .item_experience .exp_number {
  color: #2D2D2D;
  font-size: 30px;
}

.container_contacts_modul .item_experience .exp_number img {
  width: 23px;
  height: 23px;
}

@media screen and (max-width: 900px) {
  .container_contacts_modul .item_experience .exp_number {
    font-size: 20px;
  }

  .container_contacts_modul .item_experience .exp_number img {
    width: 15px;
    height: 15px;
  }
}

.container_contacts_modul .item_experience .exp_text {
  margin-top: 7px;
  color: #FF7422;
  font-size: clamp(10px, 4vw, 15px);
  text-align: center;
}

.container_contacts_modul .item_experience .exp_text a {
  color: #FF7422;
}

.container_contacts_modul .item_experience .exp_text ul {
  border-radius: 8px;
  background: linear-gradient(90deg, #FF7322 30%, #FFA115 80%);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.container_contacts_modul .item_experience .exp_text ul li {
  list-style-type: none;
  margin: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.container_contacts_modul .item_experience .exp_text ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
}

.container_contacts_modul .item_experience .exp_text ul li a img {
  width: clamp(20px, 4vw, 30px);
  height: clamp(20px, 4vw, 30px);
}

.container_modal_contacts {
  display: flex;
  margin-top: 20px;
  justify-content: center;
}

.container_modal_contacts.active {
  display: flex;
}

@media screen and (max-width: 625px) {
  .container_modal_contacts {
    padding: 0 10px;
  }
}

.container_modal_contacts .modal {
  top: 60px;
  width: 100%;
  min-height: 200px;
  background: #FAFAFA;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  padding: 15px 0;
}

@media screen and (min-width: 1200px) {
  .container_modal_contacts .modal {
    padding: 15px 150px;
  }
}

@media screen and (max-width: 625px) {
  .container_modal_contacts .modal {
    width: 97%;
  }
}

@media screen and (max-height: 867px) {
  .container_modal_contacts .modal {
    top: none;
    bottom: 10px;
  }
}

.container_modal_contacts .modal .container_item {
  width: 100%;
  min-height: 75vh;
  overflow-y: auto;
  margin-bottom: 15px;
  border-bottom: 1px solid #d0d0d0;
}

.container_modal_contacts .modal .container_item::-webkit-scrollbar {
  width: 4px;
}

.container_modal_contacts .modal .container_item::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.007);
}

.container_modal_contacts .modal .container_item::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.274);
  border-radius: 20px;
}

.container_modal_contacts .modal .submit_button {
  background: linear-gradient(90deg, #FF7322 30%, #FFA115 80%);
  width: 200px;
  height: 50px;
  font-size: 20px;
  border-radius: 8px;
  border: none;
  color: white;
  cursor: pointer;
  transition: all 0.1s ease-in;
}

.container_modal_contacts .modal .submit_button:hover {
  opacity: 0.8;
}

.container_modal_contacts .modal .modal_item {
  width: 100%;
  padding: 0 15px;
  margin-bottom: 12px;
}

.container_modal_contacts .modal .modal_item.button {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  margin-bottom: 0;
}

.container_modal_contacts .modal .modal_item.select .select_some {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 350px) {
  .container_modal_contacts .modal .modal_item.select .select_some {
    justify-content: center;
  }
}

.container_modal_contacts .modal .modal_item.select .select_some .item_select {
  width: 48%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 10px;
}

@media screen and (max-width: 350px) {
  .container_modal_contacts .modal .modal_item.select .select_some .item_select {
    width: 100%;
  }
}

.container_modal_contacts .modal .modal_item.select .select_some .item_select label {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  font-weight: 300;
}

.container_modal_contacts .modal .modal_item.select .select_some .item_select input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin-right: 10px;
  width: 30px;
  height: 30px;
  border: 1px solid rgb(233, 233, 233);
  border-radius: 8px;
  box-shadow: 0px 7px 32px -7px rgba(34, 60, 80, 0.12);
  position: relative;
  cursor: pointer;
}

.container_modal_contacts .modal .modal_item.select .select_some .item_select input[type=checkbox]:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  transition: background 0.3s;
}

.container_modal_contacts .modal .modal_item.select .select_some .item_select input[type=checkbox]:checked:before {
  content: "";
  border-radius: 8px;
  background-color: orange;
  background-image: url("/images/icon/close.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  opacity: 0.8;
}

.container_modal_contacts .modal .modal_item.two {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}

@media screen and (max-width: 366px) {
  .container_modal_contacts .modal .modal_item.two {
    flex-direction: column;
  }
}

.container_modal_contacts .modal .modal_item.two .modal_item-second {
  width: 48%;
}

@media screen and (max-width: 366px) {
  .container_modal_contacts .modal .modal_item.two .modal_item-second {
    width: 100%;
    margin-bottom: 10px;
  }
}

.container_modal_contacts .modal .modal_item.two .modal_item-second input {
  width: 100%;
  border: 1px solid rgb(233, 233, 233);
  outline: none;
  padding: 0 10px;
  font-size: 17px;
  font-weight: 300;
  border-radius: 8px;
  box-shadow: 0px 7px 32px -7px rgba(34, 60, 80, 0.12);
}

.container_modal_contacts .modal .modal_item .item_title {
  font-size: 17px;
  font-weight: 300;
  margin-bottom: 8px;
  padding-left: 10px;
}

.container_modal_contacts .modal .modal_item .item_title span {
  color: #bf0000;
}

.container_modal_contacts .modal .modal_item textarea {
  resize: none;
  height: 100px !important;
  padding: 10px !important;
}

.container_modal_contacts .modal .modal_item input,
.container_modal_contacts .modal .modal_item textarea {
  width: 100%;
  height: 40px;
  border: 1px solid rgb(233, 233, 233);
  outline: none;
  padding: 0 10px;
  font-size: 17px;
  font-weight: 300;
  border-radius: 8px;
  box-shadow: 0px 7px 32px -7px rgba(34, 60, 80, 0.12);
}

.container_modal_contacts .modal .title {
  width: 100%;
  min-height: 40px;
  border-bottom: 1px solid rgb(231, 231, 231);
  font-size: 24px;
  padding-bottom: 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  padding: 0 15px;
}

.container_modal_contacts .modal .title .close {
  cursor: pointer;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.1s ease-in;
  border-radius: 50%;
  background: #f8f8f8;
}

.container_modal_contacts .modal .title .close:hover {
  background: #eeeeee;
}

.container_modal_contacts .modal .title .close img {
  width: 80%;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.container_modal_contacts .modal-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 10;
}

.container.news {
  background: #FAFAFA;
  border-radius: 8px;
  min-height: 300px;
  display: flex;
  flex-direction: column;
  padding: 10px;
  margin-top: 20px;
}

.container.news .container_articles {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.container.news .container_articles .open-article {
  width: 100px;
  height: 20px;
  border: none;
  background: none;
  text-align: left;
  text-decoration: underline;
  cursor: pointer;
}

.container.news .container_articles .open-article:hover {
  color: #FF7422;
}

.container.news .container_articles .article {
  width: 100%;
  min-height: 100px;
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
}

.container.news .container_articles .article .news-article {
  height: 0;
  opacity: 0;
  transition: all 0.3s ease-in;
  overflow: hidden;
  pointer-events: none;
}

.container.news .container_articles .article .news-article.open {
  height: auto;
  opacity: 1;
  pointer-events: all;
}

.container.news .container_articles .article .container_info-article {
  width: calc(100% - 100px);
  display: flex;
  flex-direction: column;
  margin-left: 10px;
}

.container.news .container_articles .article .container_info-article h4 {
  color: #cbcbcb;
  font-size: 15px;
  font-weight: 300;
}

.container.news .container_articles .article .container_image-article {
  width: 125px;
  height: 125px;
}

.container.news .container_articles .article .container_image-article img {
  width: 100%;
  height: 100%;
  -o-object-fit: fill;
     object-fit: fill;
  border-radius: 8px;
}

.container.loading {
  display: flex;
  align-items: center;
  justify-content: center;
}

.loadingElement {
  width: 100px;
  height: 100px;
}

.loadingElement img {
  width: 100%;
  height: 100%;
}

.pagination {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}

.pagination button {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #e7e7e7;
  background: white;
  font-size: 20px;
  font-weight: 600;
  color: #5d5d5d;
  cursor: pointer;
}

.pagination button:hover {
  border: 1px solid #FF7422;
}

.pagination button:disabled {
  cursor: not-allowed;
  color: #e7e7e7;
}

.pagination a {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #e7e7e7;
  background: white;
  font-size: 20px;
  font-weight: 600;
  color: #5d5d5d;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  cursor: pointer;
}

.pagination a:hover {
  border: 1px solid #FF7422;
}

.pagination a.disabled {
  cursor: not-allowed;
  color: #e7e7e7;
}

.pagination a.disabled:hover {
  border: none;
}

.pagination div {
  margin: 0 7px;
  font-size: 20px;
}

.container_widget {
  display: flex;
  flex-direction: column;
  position: fixed;
  right: 10px;
  bottom: 17px;
  z-index: 10;
  gap: 35px;
}

.container_widget .widget {
  width: 50px;
  height: 50px;
  background: linear-gradient(90deg, #FF7322 30%, #FFA115 80%);
  border-radius: 50%;
  display: flex;
  cursor: pointer;
  padding: 10px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -webkit-tap-highlight-color: transparent;
  box-shadow: -1px 4px 8px 0px rgba(34, 60, 80, 0.2);
  justify-content: center;
  align-items: center;
  position: relative;
}

.container_widget .widget.form::after {
  content: "Free Estimate";
  position: absolute;
  text-align: center;
  font-size: 10px;
  width: 160%;
  height: 15px;
  bottom: -20px;
  color: rgb(255, 255, 255);
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.337);
  display: flex;
  align-items: center;
  justify-content: center;
}

.container_widget .widget.call-now::after {
  content: "Call Today";
  position: absolute;
  text-align: center;
  font-size: 10px;
  width: 120%;
  height: 10px;
  height: 15px;
  bottom: -20px;
  color: rgb(255, 255, 255);
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.337);
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (min-width: 900px) {
  .container_widget .widget {
    display: none;
  }
}

@media screen and (max-width: 900px) {
  .container_widget .widget {
    right: 10px;
    bottom: 17px;
  }
}

.container_widget .widget img {
  max-width: 100%;
  max-height: 100%;
}

.title_footer {
  font-size: clamp(18px, 4vw, 26px);
  color: #b3b3b3;
  margin-left: 5px;
  font-weight: 400;
}

.container_contacts-text {
  width: 100%;
  min-height: 100px;
  background: #FAFAFA;
  border-radius: 8px;
  margin-top: 20px;
  padding: 20px;
  font-weight: 300;
}

.container_contacts-text .link_to_review {
  display: flex;
  width: 160px;
  height: 40px;
  background: #FFA115;
  align-items: center;
  justify-content: center;
  padding: 5px 10px 5px 5px;
  color: white;
  cursor: pointer;
  margin-top: 15px;
  font-weight: 600;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.15s ease;
}

.container_contacts-text .link_to_review img {
  width: 30px;
  height: 30px;
  margin-right: 5px;
}

.grecaptcha-badge {
  display: none !important;
}

.article_content .text_content-article {
  padding: 0 15px;
}

.article_content .title_block {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.article_content .title_block h4 {
  color: rgb(201, 201, 201);
}

.article_content .title_block .image_logo {
  width: 100%;
  height: 100px;
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 20px;
  display: flex;
  position: relative;
}

.article_content .title_block .image_logo::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: rgb(201, 46, 222);
  background: linear-gradient(194deg, rgba(201, 46, 222, 0.1) 5%, rgba(255, 179, 0, 0.1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#c92ede",endColorstr="#ffb300",GradientType=1);
  left: 0;
  top: 0;
  z-index: 1;
}

.article_content .title_block .image_logo img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
  filter: blur(4px);
}

.article_content .title_block .title_article {
  padding: 0 15px;
}

.container_area {
  padding: 15px;
  border-radius: 8px;
  background: #FAFAFA;
  margin-top: 15px;
}

@media screen and (max-width: 500px) {
  .container_area {
    border-radius: 0;
  }
}

.container_area .title_area {
  font-size: 28px;
  margin-bottom: 20px;
  text-align: center;
  color: #2D2D2D;
}

.container_area .grid_area {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

@media screen and (max-width: 1200px) {
  .container_area .grid_area {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media screen and (max-width: 900px) {
  .container_area .grid_area {
    grid-template-columns: repeat(2, 1fr);
  }
}

.container_area .grid_area .col_area {
  text-spacing-trim: space-all;
  margin: 10px 0;
  width: 100%;
  color: rgb(44, 44, 44);
  padding: 7px 20px;
  border-radius: 6px;
  margin: 0 auto;
  background: white;
  display: flex;
  flex-direction: row;
  align-items: center;
  box-shadow: 5px 5px 5px -5px rgba(34, 60, 80, 0.1);
}

.container_area .grid_area .col_area h5 {
  font-size: 14px;
  font-weight: 300 !important;
}

.container_area .grid_area .col_area svg {
  width: 20px;
  color: green;
  margin-right: 10px;
}

@media screen and (max-width: 500px) {
  .container_area .grid_area .col_area {
    font-size: 10px;
    width: 100%;
  }
}

.container.video {
  position: relative;
  height: 600px;
  background: #181818;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 32px -6px rgba(0, 0, 0, 0.18);
  padding: 0;
}

.container.video video {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  background: #000;
}

@media screen and (max-width: 900px) {
  .container.video {
    height: 240px;
    border-radius: 8px;
  }
}

@media screen and (max-width: 500px) {
  .container.video {
    height: auto;
  }

  .container.video video {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
    max-height: 240px;
  }
}

.select_category {
  width: 100%;
  min-height: 50px;
}

.select_category .button_select_category {
  will-change: transform;
  padding: 8px 25px;
  font-size: 18px;
  margin: 5px;
  font-weight: 600;
  color: white;
  border: none;
  cursor: pointer;
  text-decoration: none;
  border-radius: 60px;
  background: linear-gradient(90deg, #999999 30%, #C6C6C6 80%);
  margin-right: 5px;
  transition: all 0.15s ease-in-out;
}

@media screen and (max-width: 900px) {
  .select_category .button_select_category {
    padding: 6px 15px;
    font-size: 14px;
  }
}

.select_category .button_select_category.active {
  background: linear-gradient(90deg, #FF7322 30%, #FFA115 80%);
}

.select_category .button_select_category:hover {
  opacity: 0.7;
}

.title_gallery {
  font-size: clamp(30px, 5vw, 54px);
  font-size: 600;
  margin-bottom: 25px;
  margin-top: 10px;
}

.grid_gallery {
  width: 100%;
  min-height: 500px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  flex-wrap: wrap;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.grid_gallery.slider_grid {
  grid-template-columns: repeat(3, 1fr);
}

.grid_gallery.services {
  grid-template-columns: repeat(4, 1fr);
}

@media screen and (max-width: 900px) {
  .grid_gallery.services {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 350px) {
  .grid_gallery.services {
    grid-template-columns: repeat(1, 1fr);
  }
}

.grid_gallery.services .media {
  height: 250px;
}

@media screen and (max-width: 1160px) {
  .grid_gallery {
    grid-template-columns: repeat(4, 1fr);
  }

  .grid_gallery.slider_grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 900px) {
  .grid_gallery {
    grid-template-columns: repeat(3, 1fr);
  }

  .grid_gallery.slider_grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 500px) {
  .grid_gallery {
    grid-template-columns: repeat(2, 1fr);
  }

  .grid_gallery.slider_grid {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media screen and (max-width: 350px) {
  .grid_gallery {
    grid-template-columns: repeat(1, 1fr);
  }
}

.grid_gallery .media {
  width: 100%;
  height: 300px;
  background: whitesmoke;
  border-radius: 8px;
}

.grid_gallery .media.slider {
  display: flex;
  position: relative;
  overflow: hidden;
  justify-content: center;
  transition: none;
}

.grid_gallery .media.slider .before_image,
.grid_gallery .media.slider .after_image {
  position: relative;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: none;
}

.grid_gallery .media.slider .before_image img {
  position: absolute;
  left: 0;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left;
     object-position: left;
  border-radius: 0;
  transition: none;
}

.grid_gallery .media.slider .after_image img {
  position: absolute;
  right: 0;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right;
     object-position: right;
  border-radius: 0;
  transition: none;
}

.grid_gallery .media.slider .dragSlider {
  position: absolute;
  top: 0;
  left: 50%;
  width: 4px;
  height: 100%;
  background-color: #ff7322;
  cursor: ew-resize;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}

.grid_gallery .media.slider .dragSlider img {
  background: #FF7322;
  width: 30px;
  height: 30px;
  cursor: ew-resize;
  /* Изменение курсора при наведении */
}

.grid_gallery .media img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  cursor: pointer;
}

.grid_gallery .media .video-js {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  overflow: hidden;
}

.grid_gallery .media .video-js .vjs-time-control {
  display: none;
}

.grid_gallery .media .video-js .vjs-picture-in-picture-control {
  display: none;
}

.grid_gallery .media .video-js .vjs-control-bar {
  background: rgba(255, 161, 21, 0.3294117647);
}

.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  align-items: center;
  justify-content: center;
  z-index: 1000;
}

.overlay img {
  position: relative;
}

.overlay .close_overlay {
  position: absolute;
  width: 40px;
  height: 40px;
  background: white;
  border-radius: 50px;
  color: black;
  right: 20px;
  top: 20px;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
}

.overlay .close_overlay img {
  width: 100%;
  height: 100%;
  cursor: pointer;
}

#enlarged-image {
  max-width: 80%;
  max-height: 80%;
}

