*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
*{
  -webkit-user-select: none;
  -moz-user-select: none; 
  -ms-user-select: none; 
  user-select: none; 
  margin: 0px;
  padding: 0px;
  border: 0;
  box-sizing: border-box; 
}
html
body{
  font-family:'General Sans', sans-serif;
  font-style: normal;
  color: #000000;
  background: #F7F7F7;
  height: 100%;
 }
h1,h2,h3,p, li,ul{
  margin:0;
}
a{
  text-decoration: none;
}
button{
  border: 0;
  cursor: pointer;
 }
button,
a{
  font-family: inherit;
  color: inherit;
  outline: none;
}
address{
  padding-top: 20px;
}
.header {
  position: fixed; 
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000; 
  background: #F7F7F7;
}

body {
  padding-top: 70px;
}

.anchor-offset::before {
  content: '';
  display: block;
  height: 70px; 
  margin: -70px 0 0; 
}

.mob-container{
    display: none;
}
.main-container{
	padding-left:20px;
  display: flex;
  align-items: center;
  max-width: 100%;
  justify-content: space-between;
	box-sizing: border-box;
}
.logo {
  width: 30%;
  text-decoration: none;
  font-weight: 700;
  font-size: 24px;
  line-height: 40px;
  color: #121F66;
  text-align: center;
}
.logo_img{
  width: 160px;
}
.navigation-menu{
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
}
.list{
  display: flex;
  justify-content: space-around;
}
.item{
  position: relative;
  text-decoration: none;
  display: inline-block;
  margin-right: 50px;
  cursor: pointer;
}
.item-menu{
  text-decoration: none;
  text-align: center;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.3;
  letter-spacing: 0.02em;
  cursor: pointer;
  text-transform: uppercase;
  color: #353232;
  transition: color 250ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 4s;
}
.active{
  color:#353232;
}
.active::after{  
  content: ""; 
  position: absolute;
  width: 100%;
  height: 4px;
  background-color: #353232;;
  border-radius: 2px;
  bottom:-10px;
  right: 0px;
  color: #adb6bd;
}
.item-menu:hover,
.item-menu:focus,
.item-menu:active{
  color: #adb6bd;
  cursor: pointer;
  transition:color 250ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 3s;
}
.page{
  width: 100%;
  box-sizing: border-box;
}
.menu-open{
  display: none;
}
.footer_bg{
  width: 100%;
  background: #3f4d57;
  height: 372px;
  padding-top: 60px;
  position: relative;
  padding-right: 50px;
  padding-left: 50px;
  box-sizing: border-box;
}
.a{
  flex-wrap: wrap;
  display: flex;
  justify-content: space-around;;
  width: 100%;
}
.b{
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.wrap_logo{
  text-align: center;
  margin-left: -40px;
}
.footer_logo{
  text-decoration: none;
  font-weight: 700;
  font-size: 24px;
  line-height: 40px;
  color: #121F66;
  text-align: center;
}
.footer_logo img{
  width: 160px;
}
.footer-block{
  display: flex;
  justify-content: space-between;
}
.footer_item_menu,
.footer_item_categories{
  cursor: pointer;
  transition:color 250ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 4s;
}
.footer_menu_link,
.footer_categories_link{
  transition: color 250ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 5s;
}
.footer_menu_link:hover,
.footer_menu_link:focus,
.footer_menu_link:active,
.footer_categories_link:hover,
.footer_categories_link:active,
.footer_categories_link:focus{
  color: #adb6bd;
  cursor: pointer;
  transition:color 250ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 1s;
}
.footer_navigation-menu,
.footer-contacts{
  font-weight: 700;
  font-size: 24px;
  text-transform: uppercase;
  color: #FFFFFF;
  padding-bottom: 20px;
}
.footer_list_menu{
  list-style: none;
}
.footer_list_categories{
  font-style: normal;
  background: none;
  border: none;
  color: #ffffff;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  list-style: none;
  text-transform: uppercase;
  max-height: 204px;
  columns: 1;
  column-gap: 15px;
}
.footer_item_categories,
.list-footer-item,
.footer_item_menu{
  margin-bottom:20px;
}
.list-footer-item{
font-size: 16px;
}
.footer_services{
  flex-wrap: wrap;
}
.footer-contacts{
  text-align: right;
}
.in_footer{
  background-color: white;
  border-radius: 8px;
}
.wrap {
  overflow-x: hidden;
}
.link_policy_text{
  cursor: pointer;
  transition: color 250ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 5s;
  text-decoration: underline;
}
.link_policy_text:hover{
  color: #adb6bd;
  cursor: pointer;
  transition:color 250ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 1s;
}
.policy_btn_accept,
.policy_btn_reject{
  width: 210px;
  height: 40px;
  background-color: #3f4d57;
  color: white;
  border-radius: 50px;
  font-weight: 500;
  font-size: 24px;
  border: #F7F7F7;
  cursor: pointer;
  transition: color 250ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 1s;
  margin-right: 20px;
}
.policy_btn_accept:hover,
.policy_btn_reject:hover{
  background-color: #adb6bd;
  color:  #3f4d57;
  cursor: pointer;
  transition:color 250ms cubic-bezier(0.4, 0, 0.2, 1);
  transition:background-color 250ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 1s;
}
.dropdown,
.dropdown2 {
  position: relative;
}
.dropdown-menu,
.dropdown-menu2 {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 1;
  list-style-type: none;
  padding: 0;
  background-color: white;
  box-shadow: 0 8px 16px rgba(0,0,0,0.2);
  width:260px;
  border-radius:10px;
  transition:
  color 250ms cubic-bezier(0.4, 0, 0.2, 1), 
  background-color 1s, 
  font-size 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.dropdown-menu li,
.dropdown-menu2 li {
  padding: 8px 12px;
}
.dropdown-menu li a,
.dropdown-menu2 li a {
  text-decoration: none;
  color: #333;
  display: block;
  transition: color 250ms cubic-bezier(0.4, 0, 0.2, 1) 50ms, 
  background-color 250ms 50ms, 
  font-size 250ms cubic-bezier(0.4, 0, 0.2, 1) 50ms;
}
.dropdown:hover .dropdown-menu {
  display: block;
}
.dropdown-menu li a:hover {
  color: #adb6bd;
  cursor: pointer;
  font-size:18px;
  transition:
  color 250ms cubic-bezier(0.4, 0, 0.2, 1), 
  background-color 1s, 
  font-size 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.about-description a {
  color: #3f4d57; 
  text-decoration: none; 
}

.about-description a:hover {
  text-decoration: underline; 
}
.container-contacts {
  padding-top: 120px;
}
.title {
  background-color: black;
  color: white;
  text-align: center;
  padding: 30px 0;
}
.contact-info {
  display: flex;
  flex-direction: column;
  margin: 20px 0;
  background-color: #ffffff;
  padding: 20px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  max-width: 1200px;
  margin: 0 auto;
}
.map{
max-width: 1200px;
  margin: 20px auto;
  height: 600px;
}
.contact-info div {
  margin: 10px 0;
}
.contact-info a {
  color: black;
  text-decoration: none;
}
.contact-info a:hover {
  color: #007aff;
  text-decoration: none;
}
.social-icons {
  margin-top: 10px;
}
.social-icons img {
  width: 32px;
  height: 32px;
  margin-right: 10px;
  vertical-align: middle;
}
.map iframe {
  width: 100%;
  height: 100%;
  border: 0;
}
.title-contacts {
  font-size: 28px;
}
.tel,
.social-icons {
  display: flex;
  justify-content: space-between;
  padding: 20px 100px;
}
.title-info {
  padding-bottom: 20px;
}







/* ВАТСАП  */
#whatsapp-icon {
  position: fixed;
  top: 139px;
    left: 50px;
  z-index: 9999;
  display: flex;
  align-items: center;
}
#whatsapp-icon img {
  width: 70px;
  height: 70px;
}
#whatsapp-icon a {
  display: flex;
  align-items: center;
  text-decoration: none;
}
#whatsapp-icon span {
  color: #122f06;
  font-size: 14px;
  background-color: rgb(150 195 166 / 60%);
  padding: 5px 10px;
  border-radius: 5px;
  margin-right: -82px;
  margin-top: 95px;
  z-index: 99999;
  font-weight: 600;
}
#close-button {
  position: absolute;
  top: 10px;
  right: -10px;
  background-color: rgb(150 195 166 / 60%);
  color: #122f06;
  color: white;
  padding: 2px 5px;
  font-size: 14px;
  cursor: pointer;
  border-radius: 5px;
}

#backToTopBtn {
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: #000; 
  color: white;
  cursor: pointer;
  border-radius: 10px;
  display: block; 
  width: 50px; 
  height: 50px; 
  font-size: 30px; 
  text-align: center; 
  line-height: 50px; 
  box-shadow: 0 2px 5px rgba(0,0,0,0.3);
}

#backToTopBtn:hover {
  background-color: #555; 
}
.additional-words span{
  text-transform: uppercase;
}
.caption {
  font-size: 24px;
  font-weight: bold;
}

p {
  font-size: 18px;
}
.caption{
  font-size: 28px;
  margin-bottom: 20px;
}
.caption p{
  margin-top: 20px;
}
.additional-words{
  padding: 40px 10px;
}
.additional-words span{
  padding: 40px;
}
.service-offering{
  display: flex;
}
.service-info{
     display: flex;
    flex-direction: column;
    justify-content: center;
    justify-content: center;
    padding-left: 200px;
}
.service-image{
  width: 50%; 
  height: 100%; 
}
.service-image img{
  width: 100%; 
  height: 100%; 
  object-fit: contain; 
  object-position: center; 
}
.service-info h2{
  text-decoration: underline;
  text-decoration-color: #3f4d57;
  text-decoration-thickness: 4px;
}
.service-info h2{
  font-size: 24px;
    padding-bottom: 50px;
}
.service-info ul li {
    font-size: 28px;
    margin-bottom: 30px;
    border: 4px solid transparent; /* Додайте цей рядок */
    border-radius: 5px;
    transition: border 0.3s ease;
}
.service-info ul li:hover {
    border-color: #007aff; /* Змініть цей рядок */
}
.about-us-section {
    background: #fff;
    padding: 4rem 0;
    text-align: center;
  }
  .about-inner {
    max-width: 900px;
    margin: 0 auto;
    padding: 0px 10px;
  }
  .about-title {
    color: #333;
    text-decoration: underline;
    text-decoration-color: #3f4d57;
    text-decoration-thickness: 4px;
    font-size: 24px;
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .about-description {
    color: #666;
    margin-bottom: 2rem;
    text-align: justify;
  }
  .about-stats {
    display: flex;
    justify-content: space-around;
    margin-top: 2rem;
  }
  .stat {
    text-align: center;
  }
  .stat-number {
    display: block;
    font-size: 2rem;
    color: #333;
    font-weight: bold;
  }
  .stat-text {
    font-size: 1rem;
    color: #666;
  }
  .service-detail-section {
  background: #fff;
  padding: 1rem 0 0 0;
  text-align: center;
  box-shadow: inset 0 0 10px rgba(0,0,0,0.1);
}
.service-detail-inner {
  max-width: 900px;
  margin: 0 auto;
  background-size: cover;
  border: 1px solid #ddd;
  box-shadow: 0 0 20px rgba(0,0,0,0.1);
}
.service-detail-title {
    font-size: 2.5rem;
    color: #333;
    margin: 10px;
}
.service-detail-content {
  color: #666;
  text-align: justify;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 1rem;
  border-radius: 10px;
  padding-bottom: 50px;
}
.service-detail-content ul {
  list-style: none;
  padding: 0;
}
.service-detail-content ul li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 1rem;
  font-size: 18px;
}
.service-detail-content ul li:before {
  content: '✔';
  position: absolute;
  left: 0;
  color: #007aff;
}
.service-detail-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.service-detail-image {
    width: 50%;
    height: auto;
}
.grey{
background: #0d95e50d;
}
.order-service-button {
    width: 263px;
    padding: 10px 20px;
    font-size: 24px;
    border: 4px solid #c6dbf1;
    border-radius: 8px;
    background-color: white;
    color: black;
    cursor: pointer;
    box-sizing: border-box;
    transition: border 0.3s ease;
}
.order-service-button:hover{
  border: 4px solid #007aff;
  transition: border 0.3s ease;
}
.service-order-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: linear-gradient(135deg, #4e5c62, #18afe1, #FFFFFF, #65c3e3, #073d52);
}
.form-container, .image-container {
  width: 50%; 
}
.form-container {
  padding: 30px;
  max-width: 600px; 
  width: 100%; 
  margin: auto; 
  box-shadow: 0 0 10px rgba(0,0,0,0.1); 
  background-color: white; 
  border-radius: 8px; 
}
.form-container h2{
  margin-bottom: 50px;
    margin-top: 50px;
    font-size: 28px;
    text-align: center;
    text-decoration: underline;
    text-decoration-color: #3f4d57;
    text-decoration-thickness: 4px;
}
.form-text{
  margin-bottom: 20px;
  font-size: 24px;
    text-align: center;
}
.image-container img {
  width: 100%; 
  height: auto; 
  object-fit: cover; 
}
input[type="text"],
input[type="tel"],
input[type="email"],
textarea {
  width: calc(100% - 20px); 
  padding: 10px;
  margin-bottom: 20px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 24px;
}
input[type="checkbox"] {
    margin:0 20px;
}
.form_btn {
  width: 263px;
    padding: 10px 10px;
    font-size: 24px;
    border: 4px solid #c6dbf1;
    border-radius: 8px;
    background-color: white;
    color: black;
    cursor: pointer;
    box-sizing: border-box;
    transition: border 0.3s ease;
}
.form_btn:hover {
  border: 4px solid #007aff;
  transition: border 0.3s ease;
}
.wrapp-send{
  display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 20px;
}
.wrapp-send label{
padding-left: 20px;
}
.privacy-policy-container{
  display: flex;
}
.privacy-policy a{
  font-size: 18px;
}
.privacy-policy-container a {
  text-decoration: underline; 
  color: #007aff; 
  cursor: pointer; 
}
.privacy-policy-container a:hover {
  color: #005f8b; 
}
.accept{
 font-size: 20px;
}

.page{
background: white;
}
.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: auto;
  bottom: 10px;
}
.swiper-button-next {
  right: 10px;
}
.swiper-button-prev {
  left: 10px;
}
.swiper-pagination {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
}
.swiper-pagination{
  bottom: 30px;
}
.swiper-cube-shadow{
  display: none;
}
.swiper-custom-prev, .swiper-custom-next {
  border: 4px solid #c6dbf1;
  padding: 10px 20px;
  font-size: 18px;
  position: absolute;
  bottom: 10px;
  z-index: 10;
  border-radius: 8px;
  background-color: white;
  color: black;
  cursor: pointer;
  box-sizing: border-box;
  transition: border 0.3s ease;
}

.swiper-custom-prev:hover, 
.swiper-custom-next:hover {
  border: 4px solid #007aff;
  padding: 10px 20px;
  font-size: 18px;
  transition: border 0.3s ease;
}
.swiper-custom-prev {
  left: 10px;
}

.swiper-custom-next {
  right: 10px;
}
.serv_title{
  text-decoration: underline;
text-decoration-color: black;
text-decoration-thickness: 2px;
color:black;

}
.ac-images-container{
  display: flex;
  justify-content: space-evenly;
    text-align: center;
    flex-wrap: wrap;
}
.ac-image{
  width: 160px;
}
.ac-image img{
  width: 160px;
}
.swiper-slide{
  background: linear-gradient(135deg, #4e5c62, #18afe1, #FFFFFF, #65c3e3, #073d52);
height: 600px;
  display: flex;
}
.swiper-slide img{
  width: 50%;
  object-fit: contain;
  object-position: center;
}
.text-container{
  width: 50%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.swiper {
    padding-top: 50px;
}
.fire_img{
  width: 35%;
  margin: 0 auto;
}
.swiper-slide .fire_img {
    width: 35%;
}

@media screen and (max-width: 1800px) {
  .additional-words span {
      padding: 20px;
  }
  }

@media screen and (max-width: 1600px){
.dropdown-menu{
  max-width: 160px;
}
}

@media screen and (max-width: 1400px){
.main-container {
  padding-left: 40px;
}
.item{
  margin-right: 20px;
}
.additional-words span {
  padding: 10px;
}
.additional-words{
display: flex;
  flex-direction: column;
}
.service-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  justify-content: center;
  padding-left: 100px;
}
.service-info h2 {
  font-size: 28px;
  padding-bottom: 10px;
}
}

@media screen and (max-width: 1200px){
.logo{
  margin-left: 20px;
}
.item{
  position: relative;
  text-decoration: none;
  display: inline-block;
  margin-left: 0px;
  margin-right: 10px;
}
.item-menu{
  text-decoration: none;
  text-align: center;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: 0.02em;
  cursor: pointer;
  text-transform: uppercase;
  color: #353232;
}
.swiper-slide {
  height: 400px;
  display: flex;
}
.additional-words {
  padding: 0px 10px;
}
.caption p {
  margin: 10px 0px;
}
.caption {
  font-size: 28px;
  margin: 10px;
}
.service-info {
  padding-left: 40px;
}
.service-info ul li {
  font-size: 22px;
  margin-bottom: 10px;
}
.form-container {
  padding: 10px;
  width: 50%;
}
input[type="text"],
input[type="tel"],
input[type="email"],
textarea {
width: 100%;
font-size: 18px;
}
.form-container h2 {
  margin-bottom: 20px;
  margin-top: 20px;
}
.footer_navigation-menu, 
.footer-contacts {
  font-size: 20px;
}
.footer-contacts{
  padding-left: 20px;
}
.dropdown-menu{
  max-width: 120px;
}
.footer_logo img {
    width: 150px;
}
.a {
  width: 60%;
}
}
@media screen and (max-width: 1015px){
.main-container{
	padding-left:20px;
}
.footer_bg {
  height: 515px;
}
.footer-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.b {
  flex-wrap: wrap;
  display: flex;
  justify-content: space-around;
  width: 100%;
}
}

@media screen and (max-width: 1000px) {
  .a {
  width: 100%;
}
    .tel {
        display: block;
    }
    .tel div {
        padding-bottom: 20px;
    }
}
@media screen and (max-width: 900px){
.logo_img {
  width: 150px;
}
.navigation-menu {
  width: 100%;
}
.list{
  display: flex;
  justify-content: space-around;
}
.service-info h2 {
  font-size: 24px;
  padding-bottom: 10px;
  padding-top: 10px;
}
.service-info ul li {
  font-size: 18px;
  margin-bottom: 0px;
}
.service-order-section {
flex-direction: column;
}
.form-container {
  padding: 10px;
  margin: 20px 0px;
  width: 100%;
}
.footer_bg {
    padding-left: 40px;
}
.container-contacts {
  padding-top: 114px;
}
}

@media screen and (max-width: 768px){
.logo_img {
  width: 110px;
  padding-right: 10px;
}
.item-menu {
  font-size: 12px;
}
.mob-container{
  display: none;
}
.logo {
margin-left: 0px;
}
.img1 img {
    height: 400px;
}
.swiper-slide {
  height: 360px;
}
.additional-words span {
  padding: 4px;
}
.caption {
  font-size: 24px;
  margin: 4px;
}
.service-offering {
  display: flex;
  flex-direction: column;
}
.service-image {
  width: 100%;
  height: 100%;
}

.service-detail-inner {
  padding: 0 5px;
}

.service-detail-content {
  padding: 0.5rem;
  font-size: 0.9rem;
}
.service-detail-header {
  flex-wrap: wrap;
}
.service-detail-title {
  font-size: 20px;
  width: 100%;
}
.service-detail-image {
  width: 100%;
  height: auto;
}
.dropdown-toggle {
  display: inline-block;
  background: none;
  border: none;
  cursor: pointer;
}
.dropdown-toggle2 {
  display: inline-block;
  background: none;
  border: none;
  cursor: pointer;
}
.dropdown-menu{
  font-size: 14px;
}
.title {
  padding: 20px 0;
}
.container-contacts {
  padding-top: 114px;
}
.logo {
 margin-left: 0px;
  }
  .container-contacts {
      padding-top: 80px;
  }
  .b {
      justify-content: space-between;
  }

/* ВАТСАП  */
#whatsapp-icon {
  top: 80px;
    left: 20px;
}
#whatsapp-icon img {
  width: 60px;
  height: 60px;
}
#whatsapp-icon span {
  font-size: 14px;
  margin-right: -76px;
  margin-top: 74px;
}
#close-button {
  font-size: 12px;
}
}
@media screen and (max-width: 600px) {
  .tel,
  .social-icons {
      padding: 10px 20px;
  }
  .title-contacts {
font-size: 22px;
}
}
@media screen and (max-width: 540px){
.navigation-menu{
  display: none;
  margin-left: auto;
}
.logo{
  display: block;
  order: 2;
  margin-left: 0px;
}
.logo_img {
  width: 120px;
  padding-right: 0px;
}
.main-container {
  margin-right: 30px;
}
.modal-content_main {
  width: 260px;
}
.mob-container{
  display: block;
  padding-left: 25px;
  padding-right: 20px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  overflow: auto;
  z-index: 10;
}
.menu-open{
  display: block;
  background-color: transparent;
  border: none;
  padding-right: 0px;
  order: 3;
  padding-bottom: 30px;
}
.mob-menu{
  position: fixed;
  width: 100%;
  height: 100vh;
  background-color:#ffffff;
  top: 0;
  padding-top: 20px;
}
.mob-wrapp{
  height: 100%;
  display: flex;
  flex-direction: column;
}
.menu-close{
  background-color:transparent;
  border:none;
  margin-left: auto;
  display: block;
  margin-right: 10px;
}
.mob-list {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.17;
  letter-spacing: 0.02em;
  color: #212121;
  padding-left: 40px;
  list-style: none;
  justify-content: space-between;
}
.mob-list_item {
  margin-bottom: 32px;
}
.text_cir{
  font-weight: 600;
}
.img1 img {
    height: 300px;
}
.have_account_main {
  padding-top: 10px;
}

.is-hidden {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}
.footer_bg {
  height: 813px;
}
.a {
  display: block;
}
.b {
  justify-content: center;
}
.footer_services {
  padding-left: 0px;
  padding-right: 0px;
}
.footer_navigation-menu {
  margin-top: 20px;
  text-align: center;
}
.footer_list_categories {
  text-align: center;
}
.footer-contacts {
  text-align: center;
}
.footer_logo{
  padding-bottom: 10px;
}

.footer_list_categories {
  columns: 1;
  height: auto;
  max-height: 100%;
}
.wrap_logo {
  max-width: 100%;
  margin-left: 0px;
}
.policy_btn_accept,
.policy_btn_reject{
  margin-right: 0px;
  margin-bottom: 20px;
}
.dropdown-menu2 {
  margin-top: 10px;
  max-width: 200px;
  left: 0px;
}
.dropdown-menu, .dropdown-menu2 {
  left: 0px;
}
.main-container {
    margin-bottom: 0px;
}
.footer_navigation-menu, .footer-contacts {
    padding-bottom: 0px; 
}
}

@media screen and (max-width: 460px) {
  .additional-words span {
      padding: 0px;
  }
  .swiper-slide {
    height: 300px;
}
  .caption p span {
      display: none;
  }
  .form_btn {
      width: 160px;
      padding: 6px 6px;
      font-size: 20px;
  }
  .form-container h2 {
      font-size: 24px;
      margin-bottom: 10px;
      margin-top: 10px;
  }
  .form-text {
      margin-bottom: 10px;
      font-size: 20px;
  }
  input[type="text"],
  input[type="tel"],
  input[type="email"],
  textarea {
    margin-bottom: 10px;
  }
  .wrapp-send {
      margin: 5px;
  }
  }
  @media screen and (max-width: 400px) {
    .caption {
      font-size: 20px;
      margin: 4px;
  }
  .caption p {
      font-size: 16px;
  }
    .tel,
    .social-icons {
        padding: 0px 10px;
    }
    .title-info {
        padding-bottom: 10px;
    }
    .contact-info div {
        margin: 4px 0;
    }
}


@media screen and (max-width: 320px){
.mob-container{
  max-width: 320px;
  height: 100%;
}
.logo{
  width: 120px;
}
.logo_img {
  width: 120px;
}
.img1 {
  width: 320px;
  height: 267px;
  margin: 0 auto;
  text-align: left;
}
.menu-open {
  padding-right: 0px;
}
.menu-close {
  margin-right:10px;
}

#backToTopBtn:hover {
  background-color: #555; /* Optional: Change the hover state color */
}
.footer_bg {
  height: 855px;
}
}

