* {
    box-sizing: border-box;
}
.container {
    margin: 0 auto;
    width: 100%;
    padding: 0 15px 0 15px;
    max-width: 1600px;
}
.label-check {
    display: none;
  }
  
  .hamburger-label {
    width: 70px;
    height: 58px;
    display: block;
    cursor: pointer;
  }
  
  .hamburger-label div {
    width: 70px;
    height: 6px;
    background-color: #fff;
    position: absolute;
  }
  .lines {
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 1001;
    width: 100px;
  }

  .line1 {
    transition: all .3s;
  }
  
  .line2 {
    margin: 18px 0 0 0;
    transition: 0.3s;
  }
  
  .line3 {
    margin: 36px 0 0 0;
    transition: 0.3s;
  }
  
  #label-check:checked + .hamburger-label .line1 {
    transform: rotate(35deg) scaleX(.55) translate(39px, -4.5px);
    border-radius: 50px 50px 50px 0;
  }
  
  #label-check:checked + .hamburger-label .line3 {
    transform: rotate(-35deg) scaleX(.55) translate(39px, 4.5px);
    border-radius: 0 50px 50px 50px;
  }
  
  #label-check:checked + .hamburger-label .line2 {
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    width: 45px;
  }
header {
    position: relative;
    overflow: hidden;
    padding: 30px 0;
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),url(../images/avtoservis-header.jpg);
    background-color: #222222;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 0;
}
.cross-button {
    color: #FFFFFF;
    font-family: 'Prompt';
    font-size: 46px;
    margin-left: 85%;
    cursor: pointer;
    line-height: 46px;
    padding-top: 10px;
}
.cross-button:hover {
    color: #2000C2;
}
.logo__header {
    padding-left: 40px;
}
nav {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-top: 30px;
    margin-bottom: 400px;
}

.header__button-right {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    background: #183153;
    font-family: "Prompt", sans-serif;
    box-shadow: 0px 6px 24px 0px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    cursor: pointer;
    border: none;
   }
   
   .header__button-right:after {
    content: " ";
    width: 0%;
    height: 100%;
    background: #FFD401;
    position: absolute;
    transition: all 0.4s ease-in-out;
    right: 0;
   }
   
   .header__button-right:hover::after {
    right: auto;
    left: 0;
    width: 100%;
   }
   
   .header__button-right span {
    text-align: center;
    text-decoration: none;
    width: 100%;
    padding: 18px 25px;
    color: #fff;
    font-size: 1.125em;
    font-weight: 700;
    letter-spacing: 0.3em;
    z-index: 20;
    transition: all 0.3s ease-in-out;
   }
   
   .header__button-right:hover span {
    color: #183153;
    animation: scaleUp 0.3s ease-in-out;
   }
   
   @keyframes scaleUp {
    0% {
     transform: scale(1);
    }
   
    50% {
     transform: scale(0.95);
    }
   
    100% {
     transform: scale(1);
    }
   }
   



.header__button-left {
    margin-right: 20px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    background: #183153;
    font-family: "Prompt", sans-serif;
    box-shadow: 0px 6px 24px 0px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    border: none;
   }
   
   .header__button-left:after {
    content: " ";
    width: 0%;
    height: 100%;
    background: #FFD401;
    position: absolute;
    transition: all 0.4s ease-in-out;
    right: 0;
   }
   
   .header__button-left:hover::after {
    right: auto;
    left: 0;
    width: 100%;
   }
   
   .header__button-left a {
    text-align: center;
    text-decoration: none;
    width: 100%;
    padding: 18px 25px;
    color: #fff;
    font-size: 1.125em;
    font-weight: 700;
    letter-spacing: 0.3em;
    z-index: 20;
    transition: all 0.3s ease-in-out;
   }
   
   .header__button-left:hover a {
    color: #183153;
    animation: scaleUp 0.3s ease-in-out;
   }
   
   @keyframes scaleUp {
    0% {
     transform: scale(1);
    }
   
    50% {
     transform: scale(0.95);
    }
   
    100% {
     transform: scale(1);
    }
   }
   

   .main__button-undertext {
    margin-right: 20px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    background: #183153;
    font-family: "Prompt", sans-serif;
    box-shadow: 0px 6px 24px 0px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    border: none;
   }
   
   .main__button-undertext:after {
    content: " ";
    width: 0%;
    height: 100%;
    background: #FFD401;
    position: absolute;
    transition: all 0.4s ease-in-out;
    right: 0;
   }
   
   .main__button-undertext:hover::after {
    right: auto;
    left: 0;
    width: 100%;
   }
   
   .main__button-undertext span {
    text-align: center;
    text-decoration: none;
    width: 100%;
    padding: 14px 20px;
    color: #fff;
    font-size: 1.125em;
    font-weight: 700;
    letter-spacing: 0.3em;
    z-index: 20;
    transition: all 0.3s ease-in-out;
   }
   
   .main__button-undertext:hover span {
    color: #183153;
    animation: scaleUp 0.3s ease-in-out;
   }
   
   @keyframes scaleUp {
    0% {
     transform: scale(1);
    }
   
    50% {
     transform: scale(0.95);
    }
   
    100% {
     transform: scale(1);
    }
   }

.wrap-row {
    display: flex;
    flex-direction: row;
}
   .nav__calling {
    margin-right: 20px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    background: #183153;
    font-family: "Prompt", sans-serif;
    box-shadow: 0px 6px 24px 0px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    border: none;
   }
   
   .nav__calling:after {
    content: " ";
    width: 0%;
    height: 100%;
    background: #FFD401;
    position: absolute;
    transition: all 0.4s ease-in-out;
    right: 0;
   }
   
   .nav__calling:hover::after {
    right: auto;
    left: 0;
    width: 100%;
   }
   
   .nav__calling span {
    text-align: center;
    text-decoration: none;
    width: 100%;
    padding: 12px 19px;
    color: #fff;
    font-size: 1.125em;
    font-weight: 700;
    letter-spacing: 0.3em;
    z-index: 20;
    transition: all 0.3s ease-in-out;
   }
   
   .nav__calling:hover span {
    color: #183153;
    animation: scaleUp 0.3s ease-in-out;
   }
   
   @keyframes scaleUp {
    0% {
     transform: scale(1);
    }
   
    50% {
     transform: scale(0.95);
    }
   
    100% {
     transform: scale(1);
    }
   }


.list__nav {
    display: flex;
    padding-right: 30px;
    gap: 40px;
    align-items: center;
    justify-content: center;
}
.li__nav:hover::after {
    opacity: 100%;
    transition-duration: 0.5s;
    transition-timing-function:linear ;
}
.li__nav {
    display:flex;
    flex-direction: column;
}
.li__nav::after {
    content: '';
width: 100%;
height: 4px;
opacity: 0%;
background-color: #FFFFFF;
}
.li__nav a {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 60px;
    /* or 353% */
    display: flex;
    align-items: center;
    color: #FFFFFF;
}
.header__main-text {
    font-family: Prompt;
    visibility: visible;
    text-align: inherit;
    line-height: 90px;
    letter-spacing: 0px;
    font-weight: 500;
    font-size: 69px;
    color: #FFFFFF;
    padding-left: 60px;
    margin-bottom: 20px;
}
.header__undertext {
    color: #FFFFFF;
    font-family: Prompt;
    text-align: inherit;
    line-height: 69px;
    letter-spacing: 0px;
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF;
    padding-left: 80px;
    margin-bottom: 40px;
}
.header__button-boxes {
    z-index: 800px;
    display: flex;
    padding-left: 90px;
    margin-top: 20px;
    margin-bottom: 110px;
}
/* .header__button-right {
    color: #212121;
    background-color: aliceblue;
    border-radius: 5px;
    font-family: 'Roboto';
    cursor: pointer;
    box-sizing: border-box;
    text-align: inherit;
    line-height: 12px;
    letter-spacing: 0px;
    font-weight: 500;
    font-size: 14px;
} */
.hidden-class {
    display: none;
}
.bg-box-white {
    position: fixed;
    width: 3000px;
    height: 100%;
    z-index: 998;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)) ;
    padding: 0;
}
.list-contacts {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 80px;
}
.list-contacts li {
    font-family: 'Prompt';
    color: #FFFFFF;
font-size: 32px;
padding-top: 20px;
}
.white-box-contacts {
    width: 400px;
    height: 400px;
    backdrop-filter:blur(20px) ;
    position: fixed;
    z-index: 999;
    top: 50%;
    left: 39%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 20px;
}
/* .header__button-left {
    color: #FFFFFF;
    margin-right: 20px;
    background: #2000C2;
    padding: 20px;
    border-radius: 5px;
    font-family: 'Roboto';
    cursor: pointer;
    box-sizing: border-box;
    text-align: inherit;
    line-height: 12px;
    letter-spacing: 0px;
    font-weight: 500;
    font-size: 14px;
} */
.header__button-left a {
    color: #FFFFFF;
}
main {
    background-color: #191919;
    padding: 80px 0;
}
.main__wrap-cont {
    display: flex;
    margin-top: 40px;
    justify-content: space-around;
    align-items: center;
}
.main__main-text {
    font-family: 'Roboto';
font-style: normal;
font-weight: 500;
font-size: 65px;
line-height: 75px;
/* or 115% */
display: flex;
align-items: center;
color: #FFFFFF;
margin-left: 30px;
}
.main__perevagi {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 28px;
    margin-top: 40px;
}
.main__li-perevagi {
    display: flex;
    flex-direction: column;
    width: 100%;
    text-align: center;
}
.bot-line::after {
    content: '';
    width: 100%;
    border-bottom: 2px solid #222222;
    margin-top: 10px;
}
.main__li-perevagi div {
display: flex;
}
.main__li-perevagi div>img {
    margin-right: 10px;
}
.main__li-perevagi h2 {
    font-family: 'Roboto';
font-style: normal;
font-weight: 500;
font-size: 18px;
line-height: 32px;
/* or 145% */
display: flex;
align-items: center;
color: #FFFFFF;
margin-bottom: 20px;
}
.main__li-perevagi div>h3 {
    font-family: 'Roboto';
font-style: normal;
font-weight: 400;
font-size: 15px;
line-height: 27px;
/* or 180% */

display: flex;
align-items: center;
color: #FFFFFF;
}
.main__button-undertext {
    background-color: #2000C2;
    color: #FFFFFF;
    padding: 10px;
}
.main__gigtext {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 32px;
    /* or 145% */
    display: flex;
    align-items: center;
    color: #FFFFFF;
    margin-bottom: 20px;
}
.main__in-text {
    font-family: 'Roboto';
font-style: normal;
font-weight: 400;
font-size: 15px;
line-height: 27px;
/* or 180% */
display: flex;
align-items: center;
color: #D6D6D6;
}
.sect-list {
    background-color: #FFFFFF;
}
.sect-list__cont {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.sect-list__list {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-right:100px;
}
.sect-list__list li {
    width: 220px;
    height: 195px;
    background-color: #191919;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.sect-list__list li:nth-child(1) {
    background-color:#181818;
}
.sect-list__list li:nth-child(2) {
    background-color: #151515;
}
.sect-list__list li:nth-child(3) {
    background-color: #131313;
}
.sect-list__list li:nth-child(4) {
    background-color: #101010;
}
.sect-list__list li:nth-child(4) {
    background-color: #0E0E0E;
}
.sect-list__list li>img {
    width: 100px;
}
.locale {
    background-color: #FFFFFF;
    padding: 60px 0;
}
.locale__main-cont {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.locale__main-text {
    text-align: center;
    font-family: 'Prompt';
    font-style: normal;
    font-weight: 800;
    font-size: 46px;
    line-height: 46px;
    /* or 145% */
    display: flex;
    align-items: center;
    color: #212121;
}
.locale__cont-link {
    height: 600px;
    width: 80%;
    border:10px #212121 solid;
    margin-top: 40px;
    border-radius: 20px;
}
.locale__address-text {
    text-align: center;
    font-family: 'Prompt';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 26px;
    /* or 145% */
    display: flex;
    align-items: center;
    color: #212121; 
    margin-top: 10px;
}
.calling-sect__left-block {
    height: 400px;
    width: 50%;
    background-color: #2000C2;
}
.calling-sect__right-block {
    width: 50%;
    height: 400px;
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),url(../images/right-block.jpeg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.calling-sect__wrap-cont {
    display: flex;
    justify-content: center;
    align-items: center;
}
.calling-sect {
    position: relative;
}
.cont-tel {
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 50%;
    top: 20%;
}
.cont-tel__main-question {
    font-family: 'Roboto';
font-style: normal;
font-weight: 500;
font-size: 65px;
line-height: 75px;
/* or 115% */
display: flex;
align-items: center;
text-align: center;
color: #FFFFFF;
}
.cont-tel__undertext {
    font-family: 'Roboto';
font-style: normal;
font-weight: 500;
font-size: 22px;
line-height: 32px;
/* or 145% */

display: flex;
align-items: center;
text-align: center;

color: #FFFFFF;
}
.cont-tel__pozwon-text {
    font-family: 'Prompt';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    /* or 145% */
    display: flex;
    align-items: center;
    text-align: center;
    color: #FFFFFF;
    margin-top: 20px;
}
.cont-tel__pozwon-text span {
    font-size: 42px;
}
.cont-tel__number {
    font-family: 'Prompt';
    font-style: normal;
    font-weight: 800;
    font-size: 36px;
    line-height: 36px;
    /* or 145% */
    z-index: 1005;
    display: flex;
    align-items: center;
    text-align: center;
    color: #101010;
    margin-top: 20px;
    padding: 20px;
    background-color: #FFFFFF;
    border-radius: 20px;
}
.photos {
    padding: 60px;
    background-color: #191919;
    position: relative;
    z-index: 2;
}
.white-block-under {
    position: absolute;
    width: 100%;
    height: 200px;
    background-color: #FFFFFF;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.photos__main-text {
    font-family: 'Roboto';
font-style: normal;
font-weight: 500;
font-size: 65px;
line-height: 75px;
/* or 115% */
display: flex;
align-items: center;
text-align: center;
color: #FFFFFF;
margin-bottom: 20px;
}
.photos__undertext {
    font-family: 'Roboto';
font-style: normal;
font-weight: 500;
font-size: 22px;
line-height: 32px;
/* or 145% */
display: flex;
align-items: center;
text-align: center;
color: #FFFFFF;
margin-bottom: 40px;
}
.photos-cont {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.photos__img {
    width: 80%;
}
.photos__list-buttons {
    display: flex;
    gap: 10px;
    margin-top: 20px;
}
.card-swipe {
    background-color: #212121;
    padding: 10px;
    border-radius: 10px;
    cursor: pointer;
}
#firstbtn {
    background-color: #2000C2;
}

.anima-photos {
opacity: 1;
transition-property: all;
transition-duration: 0.3;
transition-timing-function: linear;
}
.hidden{
    opacity: 0;
}
.dollars-sect {
    padding: 60px 0;
    position: relative;
}
.dollars-sect__wrap-cont {
    display: flex;
    align-items: center;
    justify-content: center;
}
.list-uslug {
    display: flex;
    gap: 14px;
    z-index: 999;
    flex-wrap: wrap;
    width: 100%;
    align-items: center;
    justify-content: center;
}
.dollars-sect__cont-uslug {
    width: 250px;
    height: 250px;
    transition-property: all;
    transition-duration: 0.2s;
    transition-timing-function: linear;
    flex-direction: column;
    display: flex;
    justify-content: center;
    align-items: center;
}
.dollars-sect__cont-uslug:hover {
    scale: 1.1;
}
.dollars-sect__cont-uslug:nth-child(1){
background-image:linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/stock-photo--riga-latvia-the-powerful-engine-of-the-modern-car-1978243382-transformed.jpeg);
background-size: cover;
background-position: center;
}
.dollars-sect__cont-uslug:nth-child(2){
background-image:linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/stock-photo-car-painter-in-protective-clothes-and-mask-painting-automobile-bumper-with-metallic-paint-and-1958871004-transformed.jpeg);
background-size: cover;
background-position: center;
}
.dollars-sect__cont-uslug:nth-child(3){
background-image:linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/stock-photo-car-service-manager-or-mechanic-uses-a-tablet-computer-with-a-futuristic-interactive-diagnostics-1711144921-transformed.jpeg);
background-size: cover;
background-position: center;
}
.dollars-sect__cont-uslug:nth-child(4){
background-image:linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/stock-photo-disc-brake-of-the-vehicle-for-repair-in-process-of-new-tire-replacement-car-brake-repairing-in-792617485-transformed.jpeg);
background-size: cover;
background-position: center;
}
.dollars-sect__cont-uslug:nth-child(5){
background-image:linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/stock-photo-details-of-car-cleaning-male-using-professional-steam-vacuum-for-dirty-car-interior-650651476-transformed.jpeg);
background-size: cover;
background-position: center;
}
.dollars-sect__cont-uslug:nth-child(6){
    background-image:linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/10f34ad57346c16622c6a8f6ccf64214.jpg);
    background-size: cover;
    background-position: center;
}
.dollars-sect__cont-uslug:nth-child(7){
    background-image:linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/vulkanizacija.jpeg);
    background-size: cover;
    background-position: center;
}
.sin-box {
    position: absolute;
    background-color: #2000C2;
    height: 246px;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: -1;
}
.dollars-sect__main-text {
    font-family: 'Roboto';
font-style: normal;
font-weight: 700;
font-size: 65px;
line-height: 75px;
/* or 115% */
display: flex;
align-items: center;
text-align: center;
color: #161922;
margin-bottom: 60px;
}
.centr {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.text-undrestand {
    font-family: 'Prompt';
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    line-height:24px;
    text-align: center;
    /* or 124% */
    display: flex;
    align-items: center;
    color: #FFFFFF;
    margin-top: 40px;
}
footer {
    padding: 60px;
    padding-top: 80px;
    background-color: #2000C2;
    position: relative;
    overflow: hidden;
}
.footer__logo {
    width:400px;
    margin-bottom: 40px;
    z-index: 999;
}
.footer__social-links {
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999;
}
.footer__social-links li {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.footer__icon-social-link {
    width: 100px;
    fill:#FFFFFF;
    margin: 0 60px;
}
.footer__social-links li>a:hover {
    fill: #BA62AC;
    color: #BA62AC;
}
.footer__icon-social-link:hover {
    fill: #BA62AC;
}
.footer__undertext-links-icon:hover {
   color: #BA62AC;
}
.colo-div {
    z-index: 1;
    transform: translateX(-50%);
    width: 100%;
    height: 800px;
    background-color: #212121;
    border-radius: 50%;
    bottom: -90%;
    position: absolute;
    left: 50%;
}
.footer__undertext-links-icon {
    font-family: 'Prompt';
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    line-height:24px;
    text-align: center;
    /* or 124% */
    display: flex;
    align-items: center;
    color: #FFFFFF;
margin-top: 20px;
}
.dollars-sect__cont-uslug button {
    width: 100%;
    height: 100%;
    z-index: 999;
    background-color: transparent;
    cursor: pointer;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 34px;
    text-align: center;
    /* or 124% */
    align-items: center;
    color: #FFFFFF;
}
.komplex-pranie__list__li {
    color: #FFFFFF;
    font-size: 24px;
    font-family: 'Prompt';
}
.komplex-name {
    color: #FFFFFF;
    font-size: 28px;
    font-family: 'Roboto';
    font-weight: bold;
}
.price__line__demontag {
    font-size: 19px;
    font-family: 'Prompt';
    font-weight: 400px;
    color: #FFFFFF;
}
.non-margin {
    margin-top: 60px;
}
.black-uslugi {
    width: 100%;
    height: 100%;
    z-index: -1;
    position: absolute;
    padding: 40px;
    opacity: 0;
    backdrop-filter:blur(20px) ;
    justify-content: center;
    align-items: center;
    left: 0;
    transition: opacity 0.5s linear;
}
.cross-button {
    font-family: 'Prompt';
    font-weight: bold;
    right: 30px;
    top: 30px;
    position: absolute;
    color: #FFFFFF;
    font-size: 30px;
    z-index: 1004;
    cursor: pointer;
}
.crossbut{
    font-family: 'Prompt';
    font-weight: bold;
    right: 30px;
    top: 20px;
    position: absolute;
    color: #FFFFFF;
    font-size: 60px;
    z-index: 1004;
    cursor: pointer;
}
.nonhidden {
opacity: 1;
z-index: 1000;
}
.cont-wrap-bg-uslug-nt {
    display: flex;
    justify-content: space-around;
    background-color: #191919;
    border-radius: 20px;
    padding: 80px 20px 20px 20px;
    padding: 20px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 10%;
    justify-content: center;
    align-items: center;
    font-family: 'Prompt';
}
.wrap-col {
    flex-direction: column;
}
.close-btn {
    width: 30px;
    height: 30px;
    background-color: #FFFF99;
    position: absolute;
    color: #212121;
    left: 0;
    top: 0;
    cursor: pointer;
    box-shadow: 2px 2px 10px -1px #FFFFFF;
}
.cont-wrap-bg-uslug {
    display: flex;
    background-color: #191919;
    border-radius: 20px;
    position: absolute;
    left: 0;
    top: 40%;
    padding: 20px;
    overflow: hidden;
    width: 100%;
    justify-content: center;
    align-items: center;
    font-family: 'Prompt';
}
.price__wrap-container {
    display: flex;
justify-content: center;
align-items: center;
}
.mobile-menu-button {
    display: none;
    position: absolute;
    top: 50px;
    right: 20px;
    padding: 5px;
    cursor: pointer;
    z-index: 1003;
}
.mobile-menu-button>svg {
    fill: #FFFFFF;
}
.number-us {
    font-family: 'Prompt';
    font-size: 24px;
    color: #FFFFFF;
    font-weight: 900;
    line-height: 30px;
    padding: 8px;
    text-align: center;
    padding-right: 20px;
}
th {
    font-family: 'Prompt';
    font-size: 24px;
    color: #FFFF99;
    font-weight: 900; 
}
td {
    font-size: 18px;
    color:#FFFF99 ;
    font-family: 'Prompt';
    font-weight:600;
    border-bottom: 3px solid;
    border-color: #FFFFFF;
    text-align: center;
}
.crossbut:hover {
    color: #FFD401;
}
.price__main-texttt {
    text-align: center;
    color: #FFFFFF;

}
.translateX {
    background-color: #2000C2;
}
.menu-mobile {
    right: 0;
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #212121;
    transition: transform 0.3s linear;
    transform: translateX(100%);
    display: flex;
    flex-direction: column;
    z-index: 1000;
    padding: 20px;
    align-items: center;
    justify-content: center;
}
.menu-mobile a {
    color: #FFFFFF;
    font-size: 36px;
    font-family: "Prompt";
    font-weight: 600;
    padding: 10px 0;
}
.menu-mobile a:hover {
    color: #2000C2;
}
.menu-mobile-open {
    transform: translateX(0%);
    transition: transform 0.3s linear;
}


@media screen and (max-width:1000px) {
    .komplex-pranie__list__li {
        font-size: 14px;
    }
    .wrap-row {
        flex-direction: column;
    }
    .header__button-boxes {
        display: none;
    }
    .crossbut.excluse {
        top: 10px;
        right: 10px;
        font-size: 20px;
    }
    .price__wrap-container {
        flex-direction: column;
    }
    .komplex-name {
        font-size: 16px;
    }
    .price__line__demontag {
        font-size: 14px;
    }
    .adapt-name-pranie {
        font-size: 12px;
    }
    .glowna_servis {
        font-size: 10px;
    }
    .td-adapt-cen {
        font-size: 10px;
    }
    .number-us {
        padding: 5px;
        font-size:16px ;
    }
    
    .logo__header{
        padding: 0;
        width: 200px;
        margin-top: 25px;
    }
    nav {
        margin-bottom: 100px;
    }
    .header__main-text{
        padding-left: 20px;
        font-size: 40px;
        line-height: 48px;
    }
    .header__button-boxes{
        margin-bottom: 40px;
        padding-left: 0;
    }
    .header__undertext{
        padding-left: 20px;
        font-size: 12px;
        margin-bottom: 20px;
        line-height: 20px;
    }
    main {
        padding: 20px;
    }
    .main__main-text{
        font-size: 30px;
    }
    .main__gigtext{
        font-size: 16px;
    }
    .main__in-text {
        font-size: 18px;
        margin-left: 10px;
    }
    .main__li-perevagi div>h3 {
        font-size: 20px;
        text-align: center;
    }
    .container {
        max-width: 1000px;
    }
    .list__nav {
        display: none;
    }
    .mobile-menu-button{
        display: block;
    }
    .cont-tel__main-question {
        font-size: 40px;
        line-height: 44px;
    }
    .cont-tel__number{
        padding: 10px;
    }
    .cont-tel {
        top: 4%;
    }
    .photos__main-text{
        font-size: 40px;
        line-height: 44px;
    }
    .photos__img{
        width: 80%;
        min-width: 320px;
    }
    .dollars-sect__main-text{
        font-size: 48px;
        line-height: 48px;
        margin-bottom: 30px;
    }
    .sect-list__list{
        padding: 0;
        margin: 0 auto;
        flex-wrap: wrap;
    }
    .footer__logo{
        width: 200px;
    }
    .sect-list__list li {
        width: 140px;
        height: 115px;
        }
        .sect-list__list li>img{
            width: 70px;
        }
        .colo-div {
            display: none;
        }
        .footer__icon-social-link {
            margin: 0 30px;
        }
        .foot-row{
            flex-direction: column;
        }
        .footer__icon-social-link{
            width: 60px;
        }
        .dollars-sect {
            padding: 30px 0;
        }
}
@media screen and (min-width:1000px) and (max-width:1250px){
    .sect-list__list{
        padding: 0;
        margin: 0 auto;
    }
    .sect-list__list li {
width: 190px;
height: 165px;
}

.komplex-pranie__list__li {
    font-size: 14px;
    
}
.komplex-name {
    font-size: 16px;
}
.price__line__demontag {
    font-size: 14px;
}
.adapt-name-pranie {
    font-size: 20px;
}
.glowna_servis {
    font-size: 10px;
}
.td-adapt-cen {
    font-size: 10px;
}
.number-us {
    padding: 5px;
    font-size:16px ;
}

}
@media screen and (max-width:760px){
    .main__main-text{
        text-align: center;
        margin: 0;
    }
    .crossbut {
        right: 50%;
        transform: translateX(50%);
    }
    .main__wrap-cont{
    flex-direction: row;
    }
    .main__perevagi {
        margin: 0;
        justify-content: center;
        align-items: center;
} 
.main__text-container {
    display: none;
}
.main__li-perevagi {
    display: flex;
    align-items: center;
    justify-content: center;
}
}
@media screen and (max-width:480px) {
    .cont-tel__number {
        width: 100%;
        font-size: 28px;
    }
    .footer__social-links li{
        width: 80px;
        height: 80px;
    }
    .header__main-text {
    font-size: 30px;
    }
    .photos__img {
        min-width: 240px;
    }
    .number-us {
        font-family: 'Prompt';
        font-size: 16px;
        color: #FFFFFF;
        font-weight: 700;
        line-height: 14px;
        padding: 4px;
        text-align: center;
        padding-right: 9px;
    }
    .black-uslugi {
        padding: 20px;
    }
    .crossbut {
        font-size: 30px;
        right: 30px;
        top: 20px;
    }
    th {
        font-family: 'Prompt';
        font-size: 16px;
        color: #FFFF99;
        font-weight: 800; 
    }
    td {
        font-size: 12px;
        color:#FFFF99 ;
        font-family: 'Prompt';
        font-weight:500;
        border-bottom: 3px solid;
        border-color: #FFFFFF;
        text-align: center;
    }
    .td-adapt-cen {
        font-size: 6px;
    }
    .glowna_servis {
        font-size: 8px;
    }
}

