.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
  width: 100%;
  padding: 0;
  border: 0;
  margin: 0;
}

.top-mini-menu {
  display: inline-block;
  justify-content: flex-end;
  background-color: #d141007a;
  margin: 0 0 0 auto;
  padding: 5px;
  height: 30px;
  width: 100%;
  text-align: center;
  border: 0;
}

.btn-mini-menu {
  color: white;
  padding: 5px 10px;
  font-size: 14px;
  text-decoration: none;
  margin: 0 5px;
  box-sizing: border-box;
}
.btn-mini-menu:hover{
  color: #cb3232;
}

.main-menu {
  display: flex;
  align-items: center;
  background-color: #ffffff;
  padding: 10px;
  border: 0;
}

.logo{
  height: 70px;
  margin-right: 10px;
}

.dropdown {
  position: relative;
  display: inline-block;
  margin-right: 10px;
}

.dropbtn {
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 30px;
  color: #023d92;;
  font-size: 16px;
  text-decoration: none;
  margin-right: 10px;
  border: none;
  cursor: pointer;
  background-color: white;
}

.dropdown-content {
  display: none;
  position: absolute;
  z-index: 1;
  width: 900px; /* Установка фиксированной ширины окна */
  overflow: auto; /* Добавление прокрутки при необходимости */
}

.dropdown-container {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url("absfon.jpg");
    padding: 20px;
    width: 700px;
    height: 500px;
    display: flex; /* Использование flexbox для размещения столбцов */
    box-shadow: inset 5px 5px 5px rgba(152, 152, 152, 0.1); /* Тень внутри контейнера */
}

.dropdown-column {
  width: 33.33%; /* Занимает треть доступной ширины */
  float: left; /* Выравнивание столбцов по горизонтали */
  padding-right: 20px; /* Отступ между столбцами */
  border-right: 2px solid #a8a8a8; /* Вертикальная линия между столбцами */
  padding-left: 20px;
}

.dropdown-column:last-child {
    border-right: none; /* Убираем линию справа у последнего столбца */
}

.dropdown-content a {
  /*background-color: #ffffff;*/
  color: #ffffff;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover{
  color: #d56f2e;
}

.styles-colum {
    font-size: 19px;
    color: white;
    background-color: #0000006b;
    border-radius: 5px;
    text-align: center;
}

.dropdown {
  position: relative;
  display: inline-block;
  margin-right: 10px;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.btn-menu {
  border: 2px solid #023d92;
  background-color: #fff;
  border-radius: 10px;
  color: #023d92;
  padding: 10px;
  font-size: 16px;
  text-decoration: none;
  margin-right: 10px;
  cursor: pointer;
}

.btn-menu:hover {
  background-color: #023d92;
  color: #fff;
}


body html{
   margin: 0;
  padding: 0;
  border: 0;
}

* {
  margin: 0;
  padding: 0;
  border: 0;
}

.container-phone {
  background-size: cover;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  border-bottom: 1px solid #ffffff;
}

.phone-number {
  border-radius: 10px;
  background-color: #0000006b;
  font-size: 32px;
  color: #ffffff;
  font-weight: 600;
  line-height: 1.2;
  font-family: Arial, sans-serif;
}

.icons {
  display: flex;
  justify-content: space-between;
}

.icons img {
  height: 30px;
  width: 30px;
  margin: 0 10px;
}

.main-container {
  display: flex;
  align-items: center;
  border-top: 2px solid #ffffff;
}

/* Стили для контейнера с описанием */
.description-container {
  margin-top: 30px;
  flex: 1; /* контейнер занимает всю доступную ширину */
  padding: 20px; /* отступы внутри контейнера */
}

.description-container h2 {
  font-weight: bold;
  font-size: 40px;
  color: white;
  font-family: Arial, sans-serif;
}

.description-container p {
  margin-top: 50px;
  font-size: 28px;
  color: white;
  font-family: Arial, sans-serif;
}

.form-container {
  font-size: 16px;
  margin-top: 7px;
  width: 210px;
  height: 310px;
  background-color: #f5f5f5;
  text-align: center;
}

.my-colm1{
  position: relative;
  top: 50px;
  right: 50px;
  width: 260px;
  height: 350px; /* Высота элемента */
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f5f5f5;
  border-radius: 10px;

}

/* Стили для формы */
form {
  display: flex; /* размещаем элементы формы внутри контейнера в столбец */
  flex-direction: column;
  gap: 15px
}

input {
  width: 200px;
  border: none;
  position: relative;
  background: linear-gradient(to right, #f55f00, #023d92);
  background-position: bottom;
  background-size: 100% 2px;
  background-repeat: no-repeat;
  padding: 4px 8px;
}

input:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -2px;
  height: 2px;
  width: 100%;
  background: linear-gradient(to right, #f55f00, #023d92);
  z-index: -1;
}

input:hover{

  width: 200px;
  border: none;
  position: relative;
  background: linear-gradient(to right, #868686, #000000);
  background-position: bottom;
  background-size: 100% 2px;
  background-repeat: no-repeat;
  padding: 4px 8px;

}

textarea {
  width: 200px;
  height: 40px;
  padding: 10px;
  border: 2px solid transparent;
  border-image: linear-gradient(to right, #f55f00, #023d92) 1;
  font-size: 14px;
  line-height: 1;
}

textarea:hover{
  width: 200px;
  height: 40px;
  padding: 10px;
  border: 2px solid transparent;
  border-image: linear-gradient(to right, #868686, #000000) 1;
  font-size: 14px;
  line-height: 1;
}

label {
  display: block; /* размещаем название контейнера на новой строке */
  margin-bottom: 5px; /* отступ между названием контейнера и полем ввода */
  font-size: 3px; /* размер шрифта */
  color: #777; /* цвет текста названия контейнера */
  border: none;
}

.button-submin {
  text-align: center;
  color: #fff;
  padding: 6px 20px;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  cursor: pointer;
  background: linear-gradient(to right, #f55f00, #023d92);
}

.button-submin:hover{
   background: linear-gradient(to right, #868686, #000000);
}

.for-data {
    color: #ffffff;
    position: relative;
    padding-left:650px ;
    display: block;
    padding-bottom: 100px;
    margin-top: -50px;

}

.for-data2 {
    color: #ffffff;
    position: relative;
    padding-left:650px ;
    display: block;
    padding-bottom: 100px;
    margin-top: -80px;

}


.background-container {
  background-size: cover;
  background-repeat: no-repeat;
  height: 700px;
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline
}

.thanks-message {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-top: 20px;
  padding: 20px;
  background-color: #e6f7ff;
  border-radius: 5px;
}

.thank-you-popup {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 20px;
    text-align: center;
    z-index: 9999;
    width: 260px;
    height: 303px;
    border-radius: 10px;
  }

  .close-button {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    color: black;
    font-size: 25px;
  }

  .tick-image {
    margin-top: 20px;
    width: 70px;
    height: 70px;
  }

  .close-button-bottom {
    margin-top: -12px;
    padding: 10px 20px;
    background-color: #000000;
    color: #fff;
    cursor: pointer;
    border-radius: 5px
  }

  .close-button-bottom:hover{
    border-color: #000000;
    background-color: #777777;

  }

  .thank-you-popup p{
    margin-top: 39px;
    font-size: 20px;
  }
/*Для услуг*/
  .con-services {
    border-top: 2px solid #ffffff;
    padding: 35px 0;
  }
  .container-servis {
    width: 100%;
    padding-top: 10px;
    padding-right: 30px;
    padding-left: 30px;
    margin-right: auto;
    margin-left: auto;
  }

  .row-serv{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
  }

  .col-serv{
    -ms-flex-preferred-size: 0;
    flex-basis: 0%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .img-serv{
    padding: 2px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    width: 130px;
    height: 130px;
    position: relative;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
  }

  .img-serv img {
    border-radius: 70px;
    display: inline-block;
    width: 100%;
    height: 100%;
  }

  .logo-serv {
    height: 75px;
    width: 90px;

  }

  .logo-serv-vent{
    height: 80px;
    width: 90px;
    margin-left: 12%;
  }


  .serv-name {
    color: #ffffff;
    display: block;
    text-align: center;
    line-height: 1.2;
    padding: 10px;
  }

  .serv-name:hover {
    color: #ffffff;
    text-decoration: none;
  }

/*Для услуг END*/


  .company-container {
    border-top: 2px solid #ffffff;
    margin-top: 10px;
    margin-left: 5px;
    margin-right: 5px;
    border-radius: 5px;
    color: #ffffff;
    align-items: center;
    padding: 10px;
    }

  .paragraph-container {
    font-size: 32px;
    color: #ffffff;
    margin-bottom: 10px;
    text-align: center; /* Центрируем текст */
    }

  .styles-font-desc {
    font-size: 16px;
    color: #ffffff;
    margin-left: 2px;
    margin-right: 2px;
    line-height: 1.5;
    }

  .info-container{
    margin-top: 10px;
    margin-left: 5px;
    margin-right: 5px;
    border-radius: 5px;
    color: #ffffff;
    align-items: center;
    padding: 10px;
  }
  .image-info {
    height: 70px;
    margin-left: 130px;

  }

  .info-paragraph-glob {
    background-color: #0000006b;
    font-size: 32px;
    margin-bottom: 10px;
    text-align: center; /* Центрируем текст */
    border-radius: 10px
    }

  .info-float{
    float: left;
    margin-right: 10px;
  }

  .info-paragraph{
    font-size: 25px;
    color: #000000;
    margin-bottom: 10px;
    text-align: left;
  }

  .info-styles{
    font-size: 16px;
    color: #000000;
    margin-left: 2px;
    margin-right: 2px;
    line-height: 1.5;
  }


  .background-container-contacts{
    background-size: cover;
    background-repeat: no-repeat;
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline
  }

  .container-for-clients{
    margin-bottom: 5px;
    border-top: 2px solid #ffffff;
  }

  .logo-clients{
    border-radius: 10px;
    height: 70px;
    width: 90px;
    margin-left: 12%;
  }

  .clients-font{
    margin-bottom: 5px;
    text-align: center;
    font-size: 32px;
    color: #ffffff;
  }

  .mini-contact-container{
    border-top: 2px solid #ffffff;
    background-color: #d141007a;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100px;
  }

  .container-mini-logo-phone{
    width: 150px;
    height: 100px;
    margin-left: 25px;

  }

  .number-mini {
    color: #ffffff;
    font-size: 18px;
    margin-left: 15px;
  }

  .container-network-timework {
    text-align: center;
    display: flex;
    align-items: center;
  }

  .row-network {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
  }

  .container-address{
    width: auto;
    height: auto;
  }

  .styles-address {
    margin-left: 5px;
    color: #ffffff;
    font-size: 15px;
  }

  .time-work {
    color: #ffffff;
    font-size: 16px;
    margin-right: 85px;
    margin-bottom: 5px;
  }

  .icons2 img {
    margin-right: 5px;
    height: 30px;
    width: 30px;

  }

  .con-by-levesin{
    background-color: #d141007a;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 20px;
  }
  .by-levesin {
    margin-bottom: 20px;
    color: #ffffff;
    font-size: 10px;
  }

  .by-levesin a {
    color: #ffffff;
  }

/* for corusel */
  .swiper {
    border-top: 2px solid #ffffff;
    width: 100%;
    height: 600px;
    padding: 23px;
  }

  .swiper-slide {
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .swiper-slide img {
    padding: 5px;
    max-height:400px;
    object-fit:contain;
    display: block;
    width: 100%;
  }
  .button-more {
    transform: skew(-20deg);
    background: linear-gradient(to right, #f55f00, #023d92);
    display: inline-block;
    margin: 20px 10px;
    padding: 5px 10px;
    font-size: 10px;
    color: #ffffff;
    cursor: pointer;
    text-decoration: none;
  }
  .button-more:hover {
    background: linear-gradient(to right, #868686, #000000);
  }

  /* end corusel */

  body{
    height: 100%;
    width: 100%;
    background-image: url("absfon.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;

  }

  ::-webkit-scrollbar {
    background-color: #f8f8f8;
    width: 8px;
  }

  ::-webkit-scrollbar-thumb {
      background-color: #023d92;
      border-radius: 16px;
  }


  .portfolio {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .portfolio-item {
      position: relative;
      margin: 20px;
      cursor: pointer;
      transition: transform 0.3s;
      max-width: 300px; /* Максимальная ширина элемента */
      width: 100%; /* Чтобы элемент занимал всю доступную ширину */
  }

  .portfolio-item img {
      border-radius: 20px;
      max-width: 100%;
      height: auto;
      display: block;
      transition: filter 0.3s;
  }

  .portfolio-item:hover {
    transform: scale(1.1);
  }


  .portfolio-overlay {
      border-radius: 20px;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.5);
      opacity: 0;
      display: flex;
      justify-content: center;
      align-items: center;
      transition: opacity 0.3s;
  }

  .portfolio-item:hover .portfolio-overlay {
      opacity: 1;
  }

  .portfolio-text {
      color: white;
      font-size: 20px;
      font-weight: bold;
  }

  .portfolio-text a {
    color: #cccccc;
  }

  .portfolio-text:hover {
    color: #797777;
  }

  .portfolio-title {
      text-align: center;
      width: 220px;
      border-radius: 10px;
      position: absolute;
      bottom: 10px;
      left: 50%;
      transform: translateX(-50%);
      background-color: rgba(0, 0, 0, 0.5);
      color: white;
      padding: 5px 10px;
      transition: bottom 0.3s;
  }

  .portfolio-item:hover .portfolio-title {
      bottom: 30px;
  }

  /* for language  */
  .btn-menu-language-switch {
  border: 2px solid #023d92;
  background-color: #fff;
  border-radius: 50px;
  color: #023d92;
  padding: 5px;
  font-size: 16px;
  text-decoration: none;
  margin-right: 10px;
  cursor: pointer;
  }

  .language-switch form {
      padding-left: 10px;
      display: inline-block;
  }

  .btn-menu-language-switch:hover {
    background-color: #023d92;
    color: #fff;
  }
  /* end language  */

  /* for error 404  */
  .container-er404{
    text-align: center;
    height: 500px;
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
  }

  .container-er404 h1{
    margin-top: 100px;
    font-size: 36px;
    color: #ffffff;
  }

  .container-er404 p {
    color: #ffffff;
    font-size: 18px;
  }

  .container-er404 a{
    color: #ffff;
    font-size: 18px;
  }

  .container-er404 a:hover{
    color: #cccccc;
  }
  /* end error 404  */

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .description-container p {
    font-size: 25px;
  }

  .my-colm1 {
    position: relative;
    top: 20px;
    right: 70px;
    width: 240px;
    height: 369px;
 }

  input {
    width: 180px;
  }

  textarea {
    width: 180px;
  }
}


@media screen and (max-width: 750px) {

  .main-menu {
    padding: 5px;
  }

  .main-menu img {
    margin-bottom: 10px;
  }

  .dropdown {
    margin: 10px 0;
  }

  .dropdown-content {
    width: 250px;
  }

  .dropdown-container {
    height: 500px;
    width: 250px;
    background-color: white;
    padding: 20px;
    display: flex;
    flex-direction: column; /* Размещаем столбики вертикально */
    align-items: center; /* Выравниваем по центру по горизонтали */
    border: none;
    overflow-y: auto;
  }

  .dropdown-container::-webkit-scrollbar {
      width: 10px;
      background-color: #628faf;
  }

  .dropdown-container::-webkit-scrollbar-thumb {
      background-color: #d56f2e;
      border-radius: 5px;
  }

  .dropdown-container::-webkit-scrollbar-thumb:hover {
      background-color: #d56f2e;
  }

  .btn-menu{
    front-size: 5px ;
  }

  .dropdown-column {
    width: 100%; /* Ширина занимает всю доступную ширину контейнера */
    /*border-bottom: 1px solid #a8a8a8; !* Горизонтальная линия между столбиками *!*/
    padding: 20px 0; /* Отступы сверху и снизу */
    /*text-align: center; !* Выравниваем текст по центру *!*/
    border: none;
  }

  .styles-colum {
    font-size: 19px;
    color: white;
    border-radius: 5px;
    padding: 10px 20px;
    margin-bottom: 10px; /* Отступ между столбиками */
  }

  .phone-number {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
    font-family: Arial, sans-serif;
  }

  .my-colm1 {
    position: relative;
    top: 1px;
    right: 70px;
    width: 254px;
    height: 350px;
  }

  .form-container {
    width: 190px;
    height: 300px;
  }

  input {
    width: 150px;
  }

  input:hover{
    width: 150px;
  }
  textarea {
    width: 170px;
  }

  .button-submin {
    margin-left: 15px;
    width: 165px;
    height: 30px;
  }


  .description-container h2 {
    font-size: 25px;
  }

  .description-container p {
    font-size: 15px;
    margin-right: 90px;
  }

  .paragraph-container {
    font-size: 20px;

  }

  .styles-font-desc {
    font-size: 12px;
  }

  .info-paragraph-glob {
    font-size: 20px;
  }


  .info-styles {
    font-size: 12px;
  }

  .logo-clients {
    height: 52px;
    width: 75px;
    margin-left: 20px;
  }

  .clients-font {
    margin-bottom: 5px;
    text-align: center;
    font-size: 20px;
  }

  .logo-clients {
    margin-left: 20px;
    height: 55px;
    width: 73px;
  }

  .styles-address {
    width: 115px;
    margin-bottom: 9px;
    margin-left: 10px;
    color: #ffffff;
    font-size: 10px;
  }

  .by-levesin {
    margin-left: 3px;
    color: #ffffff;
    font-size: 8px;
    }

  .by-levesin a {
    color: #ffffff;
  }

  .mini-contact-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 82px;
    width: 100%;
  }

  .styles-address {
    margin-left: 3px;
    margin-bottom: 30px;
    color: #ffffff;
    font-size: 10px;
  }

  .container-network-timework {
    margin-bottom: 6px;
    text-align: center;
    display: flex;
    flex-direction: column;
  }

  .time-work {
    color: #ffffff;
    font-size: 10px;
    margin-right: 9px;
  }

  .number-mini {
    color: #ffffff;
    margin-left: -14px;
    font-size: 10px;
  }

  .icons2 img {
    margin-bottom: 5px;
    height: 30px;
    width: 20px;
  }

  .portfolio {
    flex-direction: column;
    align-items: center;
    }

  .portfolio-item {
    width: 60%;
  }

  .portfolio-title{
    font-size: 10px;
  }

  .portfolio-text{
    font-size: 15px;
  }
  .image-info {
    margin-left: 20px;
  }
}

@media screen and (max-width: 425px) {
  .my-colm1 {
    position: relative;
    top: 1px;
    right: 50px;
    width: 254px;
    height: 350px;
  }
}

@media screen and (max-width: 320px) {
  .description-container {
    margin-top: 0px;
    flex: 1;
    padding: 20px;
  }

  .btn-menu {
    padding: 5px;
    font-size: 15px;
  }

  .logo {
    height: 50px;
    margin-right: 5px;
  }

  .language-switch form {
    padding-left: 2px;
    display: inline-block;
  }

  .btn-menu-language-switch {
    font-size: 13px;
  }

  .icons img {
    height: 25px;
    width: 25px;
    margin: 0 3px;
  }

  .description-container h2 {
    font-size: 20px;
  }

  .description-container p {
    margin-right: 57px;
  }

  .my-colm1{
    position: relative;
    top: -32px;
    right: 50px;
    width: 157px;
    height: 350px;
  }

  .form-container {
    width: 157px;
  }

  textarea {
    width: 158px;
  }

  textarea:hover{
    width: 158px;
  }

  .button-submin {
    margin-left: 10px;
    width: 140px;
    height: 30px;
  }

  .logo-clients {
    margin-left: 17px;
    height: 54px;
    width: 51px;
  }
  .time-work {
    font-size: 9px;
  }

  .icons2 img {
    margin-bottom: -65px;
    height: 31px;
    width: 17px;
}

}



