html {
  overflow-x: hidden;
}
*,
::before,
::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
h1,
h2,
h3,
h4 {
  margin: 0;
  padding: 0;
}
h2 {
  position: relative;
  font-size: 28px;
  font-weight: 700;
  color: #515151;
  line-height: 34px;
  margin-bottom: 45px;
}
h2:before {
  position: absolute;
  content: "";
  width: 100px;
  height: 2px;
  background-color: #48c25e85;
  top: 110%;
  left: 5px;
}
p {
  margin: 12px 0;
}
ul,
li {
  list-style-type: none;
}
table {
  width: 100%;
  margin: 35px 0;
  text-align: left;
  border: 1px solid #e2e2e2;
}
th {
  white-space: nowrap;
  color: #2d2d2d;
  background-color: #b9e4c1;
  padding: 5px;
}
tr:nth-child(odd) {
  background-color: #e2e2e2;
}
.control {
  text-align: left;
}
body {
  background-color: #f1f1f1;
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  font-weight: 1.6;
  line-height: 1.3;
  font-weight: 400;
}
.container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
section {
  margin-bottom: 100px;
}
.sertificates-item:hover {
  cursor: pointer;
}
#modal1 {
  display: none;
}
#modal2 {
  display: none;
}
#modal3 {
  display: none;
}
#sertificate1-fs {
  width: auto;
  height: 100vh;
}
#sertificate2-fs {
  width: auto;
  height: 100vh;
}
#sertificate3-fs {
  width: auto;
  height: 100vh;
}
#service {
  margin-top: 50px;
}
#productions {
  margin-top: 50px;
}
@media (max-width: 700px) {
  #services_table2 {
    display: none;
  }
}
@media (max-width: 600px) {
  h2 {
    font-size: 20px;
  }
  section {
    margin-bottom: 40px;
  }
  th {
    white-space: pre-wrap;
  }
}
header {
  position: sticky;
  top: 0;
  z-index: 100;
  background-color: #ffffff;
  border-bottom: 1px rgba(0, 0, 0, 0.274) solid;
}
.header__inner {
  max-height: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  font-size: 15px;
  font-weight: 400;
}
.header__logo {
  opacity: 0.8;
}
.nav {
  display: flex;
}
.nav-link {
  display: block;
  text-decoration: none;
  color: #000000;
  position: relative;
}
.nav-link + .nav-link {
  margin-left: 60px;
}
.nav-link::after {
  opacity: 0;
  position: absolute;
  content: "";
  width: 0%;
  height: 1.3px;
  background-color: #000000;
  top: 100%;
  left: 0;
  transition: 0.3s linear;
}
.nav-link:hover:after {
  width: 100%;
  opacity: 1;
}
.telephones-item {
  display: block;
  color: #6b6b6b;
  text-decoration: none;
  transition: 0.3s linear;
}
.telephones-item:hover {
  display: block;
  color: #000000;
  text-decoration: none;
}
.telephones-item + .telephones-item {
  margin-top: 5px;
}
.burger_icon {
  display: block;
  margin-right: 5px;
}
.burger_img {
  opacity: 0.5;
  display: none;
}
.burger_img-closed {
  opacity: 0.5;
  display: none;
}
@media (max-width: 899px) {
  .nav-link {
    display: none;
  }
  .telephones {
    padding-right: 30px;
    margin: 0 auto;
  }
  .burger_img {
    display: block;
  }
}
#burger_menu {
  display: none;
  position: sticky;
  z-index: 1000;
  top: 60px;
  opacity: 0;
}
.burger-icon {
  display: none;
}
.burger_item {
  background-color: #fff;
  width: 100vw;
  margin: 0 auto;
  text-align: center;
  padding: 5px 0;
  opacity: 0.9;
}
.burger_link {
  cursor: pointer;
  text-decoration: none;
  color: black;
  position: relative;
}
.burger_link:hover {
  color: #535353;
}
.slider_top {
  height: 500px;
  background-image: url("/images/slide_001.jpg");
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}
@media (max-width: 1230px) {
  .slider_top {
    background-position-x: 38%;
  }
}
#top_slider {
  width: 100%;
  height: 500px;
}
.top_slider__inner {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.top_slider-content {
  display: block;
  width: 70%;
}
.top_slider-1 {
  background-image: url("/images/top_slide_bg1.jpg");
  background-repeat: no-repeat;
  overflow: hidden;
  height: 500px;
  width: 100%;
  outline: none;
}
.top_slider-img1 {
  position: absolute;
  top: 60px;
  left: 60%;
  width: 40%;
}
@media (max-width: 1000px) {
  .top_slider-img1 {
    top: 100px;
  }
}
@media (max-width: 900px) {
  .top_slider-img {
    display: none;
  }
}
.top_slider-2 {
  background-image: url("/images/top_slide_bg2.jpg");
  background-repeat: no-repeat;
  overflow: hidden;
  height: 500px;
  width: 100%;
  outline: none;
}
.top_slider-3 {
  background-image: url("/images/top_slide_bg3.jpg");
  background-repeat: no-repeat;
  overflow: hidden;
  height: 500px;
  width: 100%;
  outline: none;
}
.top_slider-title {
  color: #2d2d2d;
  font-size: 32px;
  font-weight: 700;
  margin-top: 100px;
  margin-bottom: 40px;
  text-shadow: 1.5px 1.5px 1px #fff;
}
.top_slider-list-item {
  font-size: 18px;
  margin-top: 10px;
}
.top_slider-btn {
  margin-top: 30px;
  padding: 10px 30px;
  letter-spacing: 1.5px;
  cursor: pointer;
  font-size: 16px;
}
.slick-dots {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  margin-top: -40px;
}
.slick-dots li {
  outline: none;
  margin: 0 8px;
}
.slick-dots button {
  border: none;
  background: #a5a5a5;
  width: 13px;
  height: 13px;
  font-size: 0;
  border-radius: 50%;
  outline: none;
  cursor: pointer;
}
.slick-dots .slick-active button {
  background: #858585;
}
@media (max-width: 900px) {
  .top_slider-content {
    display: block;
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 600px) {
  .top_slider-title {
    font-size: 26px;
    margin-top: 100px;
  }
  .top_slider-list-item {
    font-size: 15px;
  }
}
.about__inner {
  display: flex;
  justify-content: space-around;
}
.about__img {
  align-self: center;
}
.about__content {
  max-width: 600px;
}
.about__list-item {
  position: relative;
  margin-top: 10px;
}
.about__list-item:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background-color: #a9d4f3;
  border-radius: 3px;
  top: 6px;
  left: -18px;
}
.about__text-advantage {
  background-color: #d6e1e9;
  border-radius: 10px;
  margin-top: 10px;
  padding: 2px 0;
  padding-left: 20px;
  margin-left: -20px;
}
@media (max-width: 950px) {
  .about__img {
    width: 150px;
    height: auto;
    margin-bottom: 30px;
  }
  .about__inner {
    flex-direction: column;
  }
  .about__content {
    max-width: 100%;
    width: 100%;
    padding-left: 20px;
  }
  .about__list-item:before {
    left: -15px;
  }
}
@media (max-width: 500px) {
  .about__img {
    width: 100px;
    height: auto;
  }
}
.work__inner {
  display: flex;
}
.work__content {
  width: 50%;
}
.work__list-item {
  position: relative;
}
.work__list-item + .work__list-item {
  margin-top: 30px;
}
.work__list-marker {
  position: absolute;
  font-size: 25px;
  font-weight: 700;
  color: #6b6b6b40;
  top: -5px;
  left: -45px;
}
.work__img {
  margin-left: 60px;
  border-radius: 10px;
  width: 40%;
  height: 40%;
}
@media (max-width: 1300px) {
  .work__content {
    padding-left: 50px;
  }
}
@media (max-width: 1200px) {
  .work__content {
    width: 50%;
    height: auto;
  }
}
@media (max-width: 900px) {
  .work__content {
    width: 100%;
    height: auto;
  }
  .work__inner {
    flex-direction: column;
  }
  .work__img {
    margin: 0 auto;
    margin-top: 30px;
    width: 50%;
    height: 50%;
  }
}
#regions {
  position: relative;
}
.regions__bg {
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("/images/regions_bg.png");
  background-position: center;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  height: 425px;
  width: 100%;
  z-index: -1;
  opacity: 0.2;
}
.regions__title {
  width: 380px;
  margin-left: auto;
  margin-right: auto;
}
.regions__inner {
  display: flex;
  justify-content: space-around;
  opacity: 1;
  align-items: center;
}
.regions__map-img {
  display: block;
  position: relative;
  width: 707px;
  height: 354px;
  opacity: 0.6;
}
.regions__locations {
  padding: 10px 0;
  margin-left: 80px;
  background-color: #ffffff90;
}
.region__list-item {
  padding: 0 20px;
}
.region__list-item + .region__list-item {
  margin-top: 10px;
}
@media (max-width: 1050px) {
  .regions__locations {
    margin-left: 50px;
  }
}
@media (max-width: 1015px) {
  .regions__locations {
    margin-left: 20px;
  }
}
@media (max-width: 980px) {
  .regions__locations {
    display: none;
  }
  .regions__map-img {
    margin: 0 auto;
  }
}
@media (max-width: 710px) {
  .regions__map-img {
    width: 100%;
    height: 100%;
    margin: 0 auto;
  }
  .regions__bg {
    display: none;
  }
}
@media (max-width: 600px) {
  .regions__title {
    width: 260px;
  }
}
@media (max-width: 500px) {
  #regions {
    display: none;
  }
  .regions__title {
    display: none;
  }
}
.create__title {
  max-width: 680px;
}
.create__inner {
  display: flex;
}
.create__content {
  max-width: 680px;
}
.create__img {
  border-radius: 15px;
  margin-right: 50px;
  margin-bottom: 50px;
}
.create__products {
  display: flex;
  flex-wrap: wrap;
}
.create__products-item {
  margin-top: 30px;
  width: 24%;
}
.products-item__img {
  width: 60%;
  display: block;
  margin: 0 auto;
}
.products-item__title-block {
  background-color: #ffffff;
  margin: 0 auto;
}
.products-item__title {
  text-align: center;
  margin-bottom: 0;
}
@media (max-width: 1000px) {
  .create__img {
    width: 80%;
    height: 80%;
  }
}
@media (max-width: 700px) {
  .create__inner {
    flex-direction: column;
  }
  .create__img {
    margin: 20px auto;
  }
  .create__products {
    flex-direction: column;
  }
  .create__products-item {
    margin: 0 auto;
    display: flex;
    width: 150px;
    margin-top: 20px;
  }
}
.partners__title {
  width: 250px;
  margin: 0 auto;
  margin-bottom: 45px;
}
.slider__item {
  outline: none;
  max-width: 25%;
}
.slider__item-img {
  margin-left: 50px;
  width: 80%;
}
@media screen and (max-device-width: 1200px) {
  .slider__item-img {
    margin-left: 30px;
  }
}
@media screen and (max-device-width: 600px) {
  .slider__item-img {
    margin-left: 10px;
  }
  .partners__title {
    width: 180px;
  }
}
.sertificates__title {
  font-size: 100px;
  display: flex;
  justify-content: center;
}
.sertificates__inner {
  display: flex;
  justify-content: space-around;
}
.sertificates-item {
  width: 30%;
  height: 30%;
}
.modal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#form_message {
  margin-top: 120px;
}
.form_message {
  width: 50%;
}
.input_info {
  width: 320px;
  margin: 3px;
  padding: 5px;
}
.form__textarea {
  padding: 5px;
}
.form__button {
  margin-top: 15px;
  padding: 5px;
  cursor: pointer;
}
.contacts__inner {
  display: flex;
  justify-content: space-between;
}
.adress_info {
  color: #2d2d2d;
}
.bold {
  font-weight: bold;
}
.adress_info a {
  color: black;
}
@media (max-width: 950px) {
  #form_message {
    margin-top: 30px;
  }
  .contacts__inner {
    flex-direction: column;
  }
  .adress_info {
    margin-top: 50px;
  }
}
@media (max-width: 450px) {
  .form__textarea {
    width: 300px;
  }
  .input_info {
    max-width: 300px;
  }
  .form__button {
    width: 300px;
  }
}
footer {
  background-color: #222222;
  color: #f8f8f8;
  width: 100%;
  height: 300px;
}
.footer__inner {
  display: flex;
}
.footer__logo {
  padding: 20px;
  display: block;
}
.footer__inner-info {
  width: 33.33333%;
}
.footer__inner-links {
  margin-top: 20px;
  padding-left: 120px;
  width: 33.33333%;
}
.footer__inner-links-item {
  color: #f8f8f8;
  display: block;
  text-decoration: none;
  margin-top: 15px;
}
.footer__inner-links-item:hover {
  text-decoration: underline;
}
.footer__inner-contacts {
  margin-top: 20px;
  width: 33.33333%;
}
.footer__inner-contact-item > a {
  color: #f8f8f8;
  text-decoration: none;
}
.footer__inner-contact-item > a:hover {
  text-decoration: underline;
}
@media (max-width: 975px) {
  footer {
    height: auto;
  }
  .footer__inner {
    display: flex;
    flex-direction: column;
    padding-left: 10px;
  }
  .footer__logo {
    margin: 0 auto;
  }
  .footer__inner-info {
    width: 100%;
    text-align: center;
    margin: 0 auto;
  }
  .footer__inner-links {
    text-align: center;
    padding-left: 0 ;
    margin: 30px auto;
  }
  .footer__inner-contacts {
    text-align: center;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 30px;
  }
}
