@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  src: local('Roboto Thin'), local('Roboto-Thin'), url(fonts/G1l_KMKj5pga7ZKths0iTfesZW2xOQ-xsNqO47m55DA.woff) format('woff');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Light'), local('Roboto-Light'), url(fonts/Fl4y0QdOxyyTHEGMXX8kcT8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto Regular'), local('Roboto-Regular'), url(fonts/Y5yuUJGDLtmYv2_3fMB4fA.woff) format('woff');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local('Roboto Bold'), local('Roboto-Bold'), url(fonts/isZ-wbCXNKAbnjo6_TwHTj8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  src: local('Roboto Black'), local('Roboto-Black'), url(fonts/3Y_xCyt7TNunMGg0Et2pnj8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 100;
  src: local('Roboto Thin Italic'), local('Roboto-ThinItalic'), url(fonts/5z9jpDJQqVE5bmkRqplJfhsxEYwM7FgeyaSgU71cLG0.woff) format('woff');
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 300;
  src: local('Roboto Light Italic'), local('Roboto-LightItalic'), url(fonts/7m8l7TlFO-S3VkhHuR0at2Ob2gHztoQeulij-1lvl-8.woff) format('woff');
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  src: local('Roboto Italic'), local('Roboto-Italic'), url(fonts/m1uAalIytmLBFXF3PwhxpPesZW2xOQ-xsNqO47m55DA.woff) format('woff');
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 700;
  src: local('Roboto Bold Italic'), local('Roboto-BoldItalic'), url(fonts/t6Nd4cfPRhZP44Q5QAjcC2Ob2gHztoQeulij-1lvl-8.woff) format('woff');
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 900;
  src: local('Roboto Black Italic'), local('Roboto-BlackItalic'), url(fonts/bmC0pGMXrhphrZJmniIZpWOb2gHztoQeulij-1lvl-8.woff) format('woff');
}

b {font-weight: 400;}
 
body {
background: #F5F6F7;
font-family: 'Roboto';
margin: 0px;
}



.success-message {
    background-color: #d4edda !important;
    color: #155724 !important;
    border: 1px solid #c3e6cb !important;
    padding: 12px 15px !important;
}

.error-message {
    background-color: #f8d7da !important;
    color: #721c24 !important;
    border: 1px solid #f5c6cb !important;
    padding: 12px 15px !important;
}

.loading-message {
    background-color: #fff3cd !important;
    color: #856404 !important;
    border: 1px solid #ffeaa7 !important;
    padding: 12px 15px !important;
}

/* Анимация для кнопки при отправке */
@keyframes pulse {
    0% { opacity: 1; }
    50% { opacity: 0.7; }
    100% { opacity: 1; }
}

.button_sub:disabled {
    animation: pulse 1.5s infinite;
}

/* Стиль для скрытия элементов формы после отправки */
.form-container.form-submitted p.zag_form,
.form-container.form-submitted .row,
.form-container.form-submitted .privacy-checkbox-container,
.form-container.form-submitted #button1,
.form-container.form-submitted form {
    display: none !important;
}

/* Сообщение об успехе должно быть видно */
.form-container.form-submitted #callback-message {
    display: block !important;
    margin: 20px 0;
    padding: 20px;
    text-align: center;
    font-size: 16px;
    line-height: 1.5;
}

/* Сообщение об успешной отправке - минималистичное */
#callback-message.success-message {
    color: #1B1B1B !important;
    background: none !important;
    border: none !important;
    padding: 0 !important;
    margin: 20px 0 0 0 !important;
    font-size: 18px !important; /* Увеличенный шрифт */
    font-weight: normal !important;
    text-align: center !important;
    line-height: 1.5 !important;
}

/* Сообщение об ошибке - с фоном как раньше */
#callback-message.error-message {
    background-color: #f8d7da !important;
    color: #721c24 !important;
    border: 1px solid #f5c6cb !important;
    padding: 12px 15px !important;
    border-radius: 5px !important;
    margin: 15px 0 0 0 !important;
    font-size: 14px !important;
    line-height: 1.4 !important;
}

/* Сообщение о загрузке */
#callback-message.loading-message {
    background-color: #fff3cd !important;
    color: #856404 !important;
    border: 1px solid #ffeaa7 !important;
    padding: 12px 15px !important;
    border-radius: 5px !important;
    margin: 15px 0 0 0 !important;
    font-size: 14px !important;
    line-height: 1.4 !important;
}


#descriptor {
background-image: url("images/laundry.jpg");
  margin: 0 auto;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  max-width: 98%;
  margin-top: 15px;
  margin-bottom: 60px;
  border-radius: 10px;
}
.container {
    max-width: 1280px;
    margin: 0 auto;
    overflow: hidden;
}

#descriptor h1 {
    font: 700 18px/26px "Roboto", sans-serif;
    text-align: left;
	max-width: 500px;
	margin-top: 50px;
	margin-bottom: 10px;
	color: #ffffff;
}
#descriptor h2 {
    font: 700 55px/65px "Roboto", sans-serif;
    text-align: left;
	max-width: 650px;
	margin-top: 25px;
	margin-bottom: 10px;
	color: #ffffff;
}
#descriptor h3 {
    font: 400 18px/24px "Roboto", sans-serif;
    text-align: left;
	max-width: 600px;
	margin-top: 25px;
	margin-bottom: 10px;
	color: #ffffff;
}
#descriptor h4 {
    font: 300 25px/30px "Roboto", sans-serif;
    text-align: left;
	padding: 30px 0px 20px 0px;
    color: #ffffff;
	max-width: 900px;
	margin-top: 20px;
}

#descriptor h5 {
    font: 900 70px/70px "Roboto", sans-serif;
    text-align: center;
	padding: 15px 10px 15px 10px;
	max-width: 700px;
	margin: 0 auto;
	margin-top: 25px;
	margin-bottom: 10px;
	color: #ffffff;
	background-color: #ff0002;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

#descriptor p{margin-left: 100px;margin-top: 35px; margin-bottom: 25px;}

#descriptor img {max-width: 450px;margin: -560px 0px -1px 48%;z-index: 99;}

.logo {
  display: block;
  width: 260px;
  height: 70px;
  position: fixed;
  display: inline-block;
  top: 21px;
  left: 4%;
}

.logo img {
  width: 200px;
  margin: 0px 0px 0px 0px;
}

.cont{padding-top: 35px;padding-bottom: 40px;}

.content{
    min-height: 200px;
    margin: 0 auto;
    width: 100%;
	max-width: 1280px;
	position: static;
	padding: 40px 0px 40px 0px;
}

.content2{
    min-height: 10px;
    margin: 0 auto;
    width: 100%;
	max-width: 1280px;
	position: static;
	padding: 0px 0px 0px 0px;
}



.location {width:100%;float:none;margin: 0 auto;text-align: left;padding: 0px; position: static;margin-top: 0px;margin-bottom: 40px;}

.location-0 {width:40%;float:left;margin: 0 auto;text-align: center;padding: 0px; position: static;margin-top: -90px;margin-right: 30px;margin-bottom: 40px;}
.location-0  H1{font: 700 40px/50px "Roboto", sans-serif;color: #1B1B1B;text-align: left;margin: 50px 0px 0px 0px;padding: 0px;}

.location-1{width:12%;float:left;margin: 0 auto;text-align: center;padding: 0px; position: static;margin-top: -70px;margin-right: 30px;margin-bottom: 40px;}
.location-1  H1{font: 700 50px/50px "Roboto", sans-serif;color: #1B1B1B;text-align: center;margin: 50px 0px 0px 0px;padding: 0px;}
.location-1  H2{font: 400 15px/15px "Roboto", sans-serif;color: #6c6c6d;text-align: center;margin: 10px 0px 50px 0px;padding: 0px;}
.location-1  p{text-align: center;}
.location-1 span {color: #a0a0a0;font-weight: 400;}

.location-2 {z-index: 99;width:40%;float:right;margin: 0 auto;text-align: center;padding: 0px; position: relative;
margin-top: -130px;margin-bottom: 40px;margin-right: 200px;border-radius: 20px 20px 20px 20px;background-color: #23272A;}
.location-2  H1{font: 400 21px/30px "Roboto", sans-serif;color: #ffffff;text-align: center;margin: 40px 60px 20px 60px;padding-bottom: 20px;border-bottom: 1px solid #494949;}
.location-2  H2{font: 400 21px/30px "Roboto", sans-serif;color: #ffffff;text-align: center;margin: 20px 60px 40px 60px;padding: 0px;}
.location-2  p{margin: 0 auto;text-align: center;padding: 0px;margin-bottom: 35px;}

.about{width:100%;float:none;margin: 0 auto;text-align: left;padding: 0px; position: static;margin-top: 20px;margin-bottom: 0px;}

.about-1{width:45%;float:left;margin: 0 auto;text-align: left;padding: 0px; position: static;margin-top: 0px;margin-bottom: 0px;}
.about-1 img {max-width:560px;float:none;margin: 0px 0px 0px 0px;border-radius: 20px 20px 20px 20px;}

.about-2 {width:50%;float:right;margin: 0 auto;text-align: left;padding: 0px; position: static;margin-top: 0px;margin-bottom: 0px;}
.about-2  H1{font: 700 18px/26px "Roboto", sans-serif;color: #DA210F;text-align: left;margin: 20px 0px 20px 0px;padding: 0px;}
.about-2  H2{font: 400 60px/66px "Roboto", sans-serif;color: #1B1B1B;text-align: left;margin: 25px 0px 20px 0px;padding: 0px;}
.about-2  H3{font: 300 18px/26px "Roboto", sans-serif;color: #1B1B1B;text-align: left;margin: 20px 40px 20px 0px;padding: 0px;}
.about-2  p{text-align: center;}

.about-3 {width:48%;float:left;margin: 0 auto;text-align: left;padding: 0px; position: static;margin-top: 20px;margin-bottom: 40px;border-radius: 20px 20px 20px 20px;background-color: #F5F6F7;}
.about-3  H1{font: 700 18px/26px "Roboto", sans-serif;color: #da210f;text-align: left;margin: 30px 0px 20px 40px;padding: 0px;}
.about-3  H3{font: 300 18px/26px "Roboto", sans-serif;color: #1B1B1B;text-align: left;margin: 20px 40px 40px 40px;padding: 0px;}
.about-3  img {background-color: #1B1B1B;border-style: none; border-radius: 99px 99px 99px 99px;margin: 40px 0px 0px 40px;padding: 14px 14px 14px 14px;height: 60px; width: 60px;}

.about-4 {width:48%;float:right;margin: 0 auto;text-align: left;padding: 0px; position: static;margin-top: 20px;margin-bottom: 40px;border-radius: 20px 20px 20px 20px;background-color: #F5F6F7;}
.about-4  H1{font: 700 18px/26px "Roboto", sans-serif;color: #da210f;text-align: left;margin: 30px 0px 20px 40px;padding: 0px;}
.about-4  H3{font: 300 18px/26px "Roboto", sans-serif;color: #1B1B1B;text-align: left;margin: 20px 40px 40px 40px;padding: 0px;}
.about-4  img {background-color: #1B1B1B;border-style: none; border-radius: 99px 99px 99px 99px;margin: 40px 0px 0px 40px;padding: 14px 14px 14px 14px;height: 60px; width: 60px;}

.step-description {width:100%;float:none;margin: 0 auto;text-align: left;padding: 0px; position: static;margin-top: 0px;margin-bottom: 0px;}

.step-description-1 {width:50%;float:left;margin: 0 auto;text-align: left;padding: 0px; position: static;margin-top: 0px;margin-bottom: 0px;}
.step-description-1  H1{font: 700 18px/26px "Roboto", sans-serif;color: #ffffff;text-align: left;margin: 20px 0px 20px 0px;padding: 0px;}
.step-description-1  H2{font: 400 60px/66px "Roboto", sans-serif;color: #ffffff;text-align: left;margin: 25px 0px 20px 0px;padding: 0px;}
.step-description-1  p{text-align: center;}

.step-description-2 {width:50%;float:right;margin: 0 auto;text-align: left;padding: 0px; position: static;margin-top: 0px;margin-bottom: 0px;}
.step-description-2  H3{font: 300 18px/26px "Roboto", sans-serif;color: #ffffff;text-align: left;margin: 20px 60px 25px 60px;padding: 0px;}
.step-description-2  p{text-align: center;}

.step{width:25%;float:left;margin: 0 auto;text-align: left;padding: 0px; position: static;margin-top: 40px;margin-bottom: 20px;}

.step-1 {width:97%;float:none;margin: 0 auto;text-align: left;padding-bottom: 40px; padding-top: 40px;
position: static;margin-top: 0px;margin-bottom: 0px;border-radius: 20px 20px 20px 20px;
background: linear-gradient(to bottom right, #ffffff, #cfd1d3);border: 2px solid #cfd1d3;transition: 0.5s linear;}
.step-1 H1{font: 700 25px/30px "Roboto", sans-serif;color: #1B1B1B;text-align: left;margin: 0px 40px 60px 40px;border-bottom: 1px solid #a2a2a2;padding-bottom:20px;}
.step-1 H2{font: 700 20px/26px "Roboto", sans-serif;color: #1B1B1B;text-align: left;margin: 0px 40px 20px 40px;}
.step-1 H3{font: 300 18px/26px "Roboto", sans-serif;color: #1B1B1B;text-align: left;margin: 0px 40px 0px 40px;}

.step-1:hover {background: linear-gradient(to bottom right, #cfd1d3, #ffffff);border: 2px solid #ffffff;}

.step-2 {width:25%;float:left;margin: 0 auto;text-align: center;
padding-top: -20px; padding-bottom:40px; position: static;margin-top: 40px;margin-bottom: -50px;border-top: 1px solid #535353;}
.step-2 img {position: static;margin: -8px 0px 10px 0px;}

.services-description {width:100%;float:none;margin: 0 auto;text-align: left;padding: 0px; position: static;margin-top: 0px;margin-bottom: 0px;}

.services-description-1 {width:50%;float:left;margin: 0 auto;text-align: left;padding: 0px; position: static;margin-top: 0px;margin-bottom: 0px;}
.services-description-1  H1{font: 700 18px/26px "Roboto", sans-serif;color: #1B1B1B;text-align: left;margin: 20px 0px 20px 0px;padding: 0px;}
.services-description-1  H2{font: 400 60px/66px "Roboto", sans-serif;color: #1B1B1B;text-align: left;margin: 25px 0px 20px 0px;padding: 0px;}
.services-description-1  p{text-align: center;}

.services-description-2 {width:50%;float:right;margin: 0 auto;text-align: left;padding: 0px; position: static;margin-top: 0px;margin-bottom: 0px;}
.services-description-2  H3{font: 300 18px/26px "Roboto", sans-serif;color: #1B1B1B;text-align: left;margin: 20px 60px 20px 60px;padding: 0px;}
.services-description-2  p{text-align: center;}

.services {width:100%;float:none;margin: 0 auto;text-align: left;padding: 0px;margin-top: 20px;margin-bottom: -40px;}

.services-1 {width:31.7%;float:left;margin: 0 auto;text-align: left;padding: 0px; position: static;margin-right: 30px;margin-top: 0px;margin-bottom: 0px;}
.services-1  H1{font: 700 20px/26px "Roboto", sans-serif;color: #1B1B1B;text-align: left;margin: 20px 20px 20px 20px;padding: 0px;}
.services-1  H2{font: 400 18px/24px "Roboto", sans-serif;color: #1B1B1B;text-align: left;margin: 25px 20px 20px 20px;padding: 0px;}
.services-1  H3{font: 400 15px/20px "Roboto", sans-serif;color: #5F86FD;text-align: left;margin: 25px 20px 20px 20px;padding: 0px;}
.services-1 img {transition: transform 0.5s ease;width: 100%;height: 100%;border-radius: 20px 20px 20px 20px;}
.services-1 img:hover {transform: scale(1.05);}
.services-1 a {color: #5F86FD;text-decoration: none;}
.services-1 a:hover {color: #0058E6;}

.services-2 {width:31.7%;float:left;margin: 0 auto;text-align: left;padding: 0px; position: static;margin-right: 30px;margin-top: 0px;margin-bottom: 0px;}
.services-2  H1{font: 700 20px/26px "Roboto", sans-serif;color: #1B1B1B;text-align: left;margin: 20px 20px 20px 20px;padding: 0px;}
.services-2  H2{font: 400 18px/24px "Roboto", sans-serif;color: #1B1B1B;text-align: left;margin: 25px 20px 20px 20px;padding: 0px;}
.services-2  H3{font: 400 15px/20px "Roboto", sans-serif;color: #5F86FD;text-align: left;margin: 25px 20px 20px 20px;padding: 0px;}
.services-2 img {transition: transform 0.5s ease;width: 100%;height: 100%;border-radius: 20px 20px 20px 20px;}
.services-2 img:hover {transform: scale(1.05);}
.services-2 a {color: #5F86FD;text-decoration: none;}
.services-2 a:hover {color: #0058E6;}


.services-3 {width:31.7%;float:right;margin: 0 auto;text-align: left;padding: 0px; position: static;margin-top: 0px;margin-bottom: 0px;}
.services-3  H1{font: 700 20px/26px "Roboto", sans-serif;color: #1B1B1B;text-align: left;margin: 20px 20px 20px 20px;padding: 0px;}
.services-3  H2{font: 400 18px/24px "Roboto", sans-serif;color: #1B1B1B;text-align: left;margin: 25px 20px 20px 20px;padding: 0px;}
.services-3  H3{font: 400 15px/20px "Roboto", sans-serif;color: #5F86FD;text-align: left;margin: 25px 20px 20px 20px;padding: 0px;}
.services-3 img {transition: transform 0.5s ease;width: 100%;height: 100%;border-radius: 20px 20px 20px 20px;}
.services-3 img:hover {transform: scale(1.05);}
.services-3 a {color: #5F86FD;text-decoration: none;}
.services-3 a:hover {color: #0058E6;}

.cont-benefits{padding-top: 1px;padding-bottom: 1px;}

.benefits {
background-image: url("images/two-employees.jpg");
  margin: 0 auto;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  max-width: 98%;
  margin-top: 15px;
  margin-bottom: 100px;
  border-radius: 10px;
  text-align: left;
}
.container2 {
    max-width: 1280px;
    margin: 0 auto;
    overflow: hidden;
	padding-bottom: 80px;
}

.benefits h1 {
    font: 400 60px/66px "Roboto", sans-serif;
    text-align: left;
	max-width: 700px;
	margin-top: 120px;
	margin-bottom: 100px;
	color: #ffffff;
}
.benefits h2 {
    font: 700 25px/30px "Roboto", sans-serif;
    text-align: left;
	max-width: 650px;
	margin-left: 80px;
	margin-top: -66px;
	margin-bottom: 0px;
	color: #ffffff;
}
.benefits h3 {
    font: 400 18px/24px "Roboto", sans-serif;
    text-align: left;
	max-width: 460px;
	margin-left: 80px;
	margin-top: 15px;
	margin-bottom: 10px;
	color: #ffffff;
}

.benefits img {background-color: #ffffff;border-style: none; border-radius: 99px 99px 99px 99px;margin: 40px 0px 0px 0px;padding: 14px 14px 14px 14px;height: 60px; width: 60px;}


.sale {width:40%;float:right;margin: 0 auto;text-align: center;padding: 0px; position: static;margin-top: -310px;margin-bottom: 40px;border-radius: 20px 20px 20px 20px;background-color: #ffffff;}
.sale  H1{font: 700 25px/32px "Roboto", sans-serif;color: #1B1B1B;text-align: center;margin: 40px 60px 20px 60px;padding: 0px;}
.sale  H2{font: 300 18px/26px "Roboto", sans-serif;color: #1B1B1B;text-align: center;margin: 20px 60px 25px 60px;padding: 0px;}
.sale  p{margin: 0 auto;text-align: center;padding: 0px;margin-bottom: 35px;}

.tarif-description {width:80%;float:none;margin: 0 auto;text-align: center;padding: 0px; position: static;margin-top: 0px;margin-bottom: 100px;}
.tarif-description  H1{font: 400 60px/66px "Roboto", sans-serif;color: #1B1B1B;text-align: center;margin: 5px 0px 20px 0px;padding: 0px;}
.tarif-description  H2{font: 400 25px/30px "Roboto", sans-serif;color: #1B1B1B;text-align: center;margin: 25px 40px 20px 40px;padding: 0px;}
.tarif-description  p{text-align: center;}

.tarif {width:100%;float:none;margin: 0 auto;text-align: left;padding: 0px;margin-top: 20px;margin-bottom: 0px;}

.tarif-1 {width:31.7%;float:left;margin: 0 auto;text-align: center;padding: 0px; position: static;margin-right: 31px;margin-top: 0px;margin-bottom: 0px;border-radius: 20px 20px 20px 20px;background-color: #F5F6F7;}
.tarif-1  H1{font: 700 15px/19px "Roboto", sans-serif;text-align: center;margin: -25px 10px 20px 30px;width: 50%;height: 50px;
padding: 15px 15px 0px 15px;background: #23272A;color: #ffffff;text-transform: uppercase;border-radius: 50px;border: 2px solid #ffffff;}
.tarif-1  H2{font: 400 18px/24px "Roboto", sans-serif;color: #000000;text-align: left;margin: 25px 30px 15px 30px;padding: 0px;}
.tarif-1  H3{font: 400 15px/20px "Roboto", sans-serif;color: #5D6B7D;text-align: left;margin: 15px 30px 20px 30px;padding: 0px;}
.tarif-1  H4{font: 400 55px/60px "Roboto", sans-serif;color: #1B1B1B;text-align: left;margin: 25px 30px 17px 30px;padding: 0px;}
.tarif-1  H5{font: 400 18px/24px "Roboto", sans-serif;color: #1B1B1B;text-align: left;margin: 20px 30px 20px 30px;padding: 0px;}
.tarif-1  H6{margin: 0 auto;text-align: center;margin-top: 30px;margin-bottom: 30px;}
.tarif-1  p {font: 400 15px/20px "Roboto", sans-serif;color: #5D6B7D;text-align: left;margin: 15px 30px 15px 50px;padding: 0px;}
.tarif-1 span {font: 400 15px/20px "Roboto", sans-serif;color: #5A697D;}

.tarif-2 {width:31.7%;float:left;margin: 0 auto;text-align: center;padding: 0px; position: static;margin-right: 20px;margin-top: 0px;margin-bottom: 0px;border-radius: 20px 20px 20px 20px;background-color: #F5F6F7;}
.tarif-2  H1{font: 700 15px/19px "Roboto", sans-serif;text-align: center;margin: -25px 10px 20px 30px;width: 50%;height: 50px;
padding: 15px 15px 0px 15px;background: #23272A;color: #ffffff;text-transform: uppercase;border-radius: 50px;border: 2px solid #ffffff;}
.tarif-2  H2{font: 400 18px/24px "Roboto", sans-serif;color: #000000;text-align: left;margin: 25px 30px 15px 30px;padding: 0px;}
.tarif-2  H3{font: 400 15px/20px "Roboto", sans-serif;color: #5D6B7D;text-align: left;margin: 15px 30px 20px 30px;padding: 0px;}
.tarif-2  H4{font: 400 55px/60px "Roboto", sans-serif;color: #1B1B1B;text-align: left;margin: 25px 30px 17px 30px;padding: 0px;}
.tarif-2  H5{font: 400 18px/24px "Roboto", sans-serif;color: #1B1B1B;text-align: left;margin: 20px 30px 20px 30px;padding: 0px;}
.tarif-2  H6{margin: 0 auto;text-align: center;margin-top: 30px;margin-bottom: 30px;}
.tarif-2  p {font: 400 15px/20px "Roboto", sans-serif;color: #5D6B7D;text-align: left;margin: 15px 30px 15px 50px;padding: 0px;}
.tarif-2 span {font: 400 15px/20px "Roboto", sans-serif;color: #5A697D;}

.tarif-3 {width:31.7%;float:right;margin: 0 auto;text-align: center;padding: 0px; position: static;margin-top: 0px;margin-bottom: 0px;border-radius: 20px 20px 20px 20px;background-color: #F5F6F7;}
.tarif-3  H1{font: 700 15px/19px "Roboto", sans-serif;text-align: center;margin: -25px 10px 20px 30px;width: 50%;height: 50px;
padding: 15px 15px 0px 15px;background: #23272A;color: #ffffff;text-transform: uppercase;border-radius: 50px;border: 2px solid #ffffff;}
.tarif-3  H2{font: 400 18px/24px "Roboto", sans-serif;color: #000000;text-align: left;margin: 25px 30px 15px 30px;padding: 0px;}
.tarif-3  H3{font: 400 15px/20px "Roboto", sans-serif;color: #5D6B7D;text-align: left;margin: 15px 30px 20px 30px;padding: 0px;}
.tarif-3  H4{font: 400 55px/60px "Roboto", sans-serif;color: #1B1B1B;text-align: left;margin: 25px 30px 17px 30px;padding: 0px;}
.tarif-3  H5{font: 400 18px/24px "Roboto", sans-serif;color: #1B1B1B;text-align: left;margin: 20px 30px 20px 30px;padding: 0px;}
.tarif-3  H6{margin: 0 auto;text-align: center;margin-top: 30px;margin-bottom: 30px;}
.tarif-3  p {font: 400 15px/20px "Roboto", sans-serif;color: #5D6B7D;text-align: left;margin: 15px 30px 15px 50px;padding: 0px;}
.tarif-3 span {font: 400 15px/20px "Roboto", sans-serif;color: #5A697D;}

.tarif-link {width:90%;float:none;margin: 0 auto;text-align: center;padding: 0px; position: static;margin-top: 40px;margin-bottom: 0px;}
.tarif-link H3 {font: 400 19px/25px "Roboto", sans-serif;color: #5D6B7D;text-align: center;margin: 15px 0px 0px 0px;padding: 0px;}
.tarif-link a {color: #5F86FD;text-decoration: none;}
.tarif-link a:hover {color: #0058E6;}

.advantage{width:100%;float:none;margin: 0 auto;text-align: left;padding: 0px; position: static;margin-top: 0px;margin-bottom: 0px;}

.advantage-1{width:45%;float:left;margin: 0 auto;text-align: left;padding: 0px; position: static;margin-top: 0px;margin-bottom: 0px;}
.advantage-1 img {max-width:560px;float:none;margin: 0px 0px 0px 0px;border-radius: 20px 20px 20px 20px;}

.advantage-2 {width:50%;float:right;margin: 0 auto;text-align: left;padding: 0px; position: static;margin-top: 0px;margin-bottom: 0px;}
.advantage-2  H1{font: 700 18px/26px "Roboto", sans-serif;color: #DA210F;text-align: left;margin: 20px 0px 20px 0px;padding: 0px;}
.advantage-2  H2{font: 400 60px/66px "Roboto", sans-serif;color: #1B1B1B;text-align: left;margin: 25px 0px 20px 0px;padding: 0px;}
.advantage-2  H3{font: 300 18px/26px "Roboto", sans-serif;color: #1B1B1B;text-align: left;margin: 20px 40px 0px 0px;padding: 0px;}
.advantage-2  p{text-align: center;margin-top: 35px;}
.advantage-2 img {background-color: #23272A;border-style: none; border-radius: 99px 99px 99px 99px;margin: 40px 0px 0px 0px;padding: 14px 14px 14px 14px;height: 60px; width: 60px;}

.advantage-2 h4 {
    font: 400 21px/30px "Roboto", sans-serif;
    text-align: left;
	max-width: 650px;
	margin-left: 80px;
	margin-top: -66px;
	margin-bottom: 0px;
	color: #1B1B1B;
}
.advantage-2 h5 {
    font: 300 18px/24px "Roboto", sans-serif;
    text-align: left;
	max-width: 550px;
	margin-left: 80px;
	margin-top: 15px;
	margin-bottom: 10px;
	color: #1B1B1B;
}

.signature-container  {
    text-align: right;
}

.advantage-2 .signature-img {
    background-color: transparent !important;
    border: none !important;
    border-radius: 0 !important;
    margin: 10px 35px 0 0 !important;
    padding: 0 !important;
    height: auto !important;
    width: auto !important;
    max-width: 250px;
}



.servis-description {width:80%;float:none;margin: 0 auto;text-align: center;padding: 0px; position: static;margin-top: -20px;margin-bottom: 60px;}
.servis-description  H1{font: 400 60px/66px "Roboto", sans-serif;color: #1B1B1B;text-align: center;margin: 5px 0px 20px 0px;padding: 0px;}
.servis-description  H2{font: 400 25px/30px "Roboto", sans-serif;color: #1B1B1B;text-align: center;margin: 25px 40px 20px 40px;padding: 0px;}
.servis-description  p{text-align: center;}

.servis{width:100%;float:none;margin: 0 auto;text-align: left;padding: 0px; position: static;margin-top: 0px;margin-bottom: 0px;}

.servis-1{width:31%;float:left;margin: 0 auto;text-align: left;padding: 0px; position: static;margin-top: 0px;margin-bottom: 0px;}
.servis-1 img {max-width:100%;float:none;margin: 0px 0px 10px 0px;border-radius: 20px 20px 20px 20px;}

.servis-2 {width:65%;float:right;margin: 0 auto;text-align: left;padding: 0px; position: static;margin-top: 0px;margin-bottom: 0px;}
.servis-2  H1{font: 700 40px/46px "Roboto", sans-serif;color: #1B1B1B;text-align: left;margin: 0px 0px 20px 0px;padding: 0px;}
.servis-2  H2{font: 300 18px/26px "Roboto", sans-serif;color: #1B1B1B;text-align: left;margin: 20px 40px 10px 0px;padding: 0px;}
.servis-2  H3{font: 400 20px/26px "Roboto", sans-serif;color: #1B1B1B;text-align: left;margin: 10px 40px 10px 0px;padding: 0px;}
.servis-2  H6{text-align: center;margin: 20px 0px 20px 0px;padding: 0px;}
.servis-2 H6 a{color: #ffffff;text-decoration: none;}
.servis-2 H6 a:hover {color: #ffffff;}
.servis-2  p {font: 300 17px/24px "Roboto", sans-serif;color: #1B1B1B;text-align: left;margin: 7px 10px 7px 0px;padding: 0px;}
.servis-2 span {font: 400 15px/20px "Roboto", sans-serif;color: #5A697D;}
.servis-2 img {background-color: #23272A;border-style: none; border-radius: 99px 99px 99px 99px;margin: 40px 0px 0px 0px;padding: 14px 14px 14px 14px;height: 60px; width: 60px;}
.servis-2 a {color: #5F86FD;text-decoration: none;}
.servis-2 a:hover {color: #0058E6;}

.servis-2 h4 {
    font: 400 21px/30px "Roboto", sans-serif;
    text-align: left;
	max-width: 650px;
	margin-left: 80px;
	margin-top: -66px;
	margin-bottom: 0px;
	color: #1B1B1B;
}
.servis-2 h5 {
    font: 300 18px/24px "Roboto", sans-serif;
    text-align: left;
	max-width: 550px;
	margin-left: 80px;
	margin-top: 15px;
	margin-bottom: 10px;
	color: #1B1B1B;
}

.divider-dots {
  width: 100%;
  height: 1px;
  background: repeating-linear-gradient(
    90deg,
    transparent,
    transparent 5px,
    #ddd 5px,
    #ddd 10px
  );
  margin: 35px 0px 45px 0px;
}


.contacts-description {width:80%;float:none;margin: 0 auto;text-align: center;padding: 0px; position: static;margin-top: -20px;margin-bottom: 60px;}
.contacts-description H1{font: 400 60px/66px "Roboto", sans-serif;color: #1B1B1B;text-align: center;margin: 5px 0px 20px 0px;padding: 0px;}
.contacts-description H2{font: 400 25px/30px "Roboto", sans-serif;color: #1B1B1B;text-align: center;margin: 25px 40px 20px 40px;padding: 0px;}
.contacts-description H3{font: 700 32px/38px "Roboto", sans-serif;color: #DA210F;text-align: center;margin: 25px 20px 20px 20px;padding: 0px;}
.contacts-description span {font: 400 32px/38px "Roboto", sans-serif;color: #1B1B1B;}
.contacts-description p{text-align: center;}

.blocks-grid {display: flex;width: 100%;max-width: 1200px;margin: 0 auto;overflow: hidden;}
.block-contacts {flex: 1;min-height: 300px; /* Высота блоков */position: relative;}

/* Вертикальные разделители между блоками */
.block-contacts:not(:last-child)::after {
content: '';
position: absolute;
right: 0;
top: 0%;
bottom: 0%;
width: 1px;
background: linear-gradient(
to bottom,
transparent,
#e0e0e0 20%,
#e0e0e0 80%,
transparent
);
}

.block-contacts img {background-color: #1B1B1B;border-style: none; border-radius: 99px 99px 99px 99px;margin: 10px 20px 10px 20px;padding: 16px 16px 16px 16px;height: 80px; width: 80px;}
.block-contacts H1{font: 700 40px/46px "Roboto", sans-serif;color: #1B1B1B;text-align: center;margin: 20px 0px 20px 0px;padding: 0px;}
.block-contacts H2{font: 300 18px/26px "Roboto", sans-serif;color: #1B1B1B;text-align: center;margin: 20px 20px 10px 20px;padding: 0px;}
.block-contacts H3{font: 400 20px/26px "Roboto", sans-serif;color: #1B1B1B;text-align: center;margin: 10px 0px 10px 0px;padding: 0px;}

.contacts-map-info H2 {font: 300 20px/26px "Roboto", sans-serif;color: #1B1B1B;text-align: center;margin: -40px 0px 40px 0px;padding: 0px;}
.contacts-map-info p {text-align: center;margin: 10px 0px 40px 0px;}

.contacts-map {
    width: 98%;
    float: none;
    margin: 0 auto;
    text-align: center;
    padding: 0px;
    position: relative; /* Важно для позиционирования overlay */
    margin-top: -40px;
    margin-bottom: 60px;
}

.contacts-map iframe {
    border-radius: 10px;
    display: block;
}

.map-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    /* pointer-events управляется через JS */
}

.map-scroll-hint {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, 0.85);
    color: white;
    padding: 15px 25px;
    border-radius: 10px;
    z-index: 3;
    font-size: 14px;
    text-align: center;
    max-width: 300px;
    width: 90%;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: opacity 0.5s ease;
    pointer-events: none;
}

.promotion {
    margin: 0 auto;
    background-color: #F5F6F7;
    max-width: 96%;
    margin-top: 80px;
    margin-bottom: -40px;
	padding-top: 20px;
	padding-bottom: 0px;
    border-radius: 10px;
    text-align: left;
    border: 4px dashed #CC0000;
    position: relative;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(204, 0, 0, 0.15);
}

.promotion H1{font: 700 40px/46px "Roboto", sans-serif;color: #1B1B1B;text-align: center;margin: 20px 0px 10px 0px;padding: 0px;}
.promotion H2{font: 400 20px/26px "Roboto", sans-serif;color: #1B1B1B;text-align: center;margin: 10px 20px 20px 20px;padding: 0px;}
.promotion H3{font: 700 38px/45px "Roboto", sans-serif;color: #CC0000;text-align: center;margin: 20px 20px 20px 20px;padding: 0px;}
.promotion H4{font: 700 24px/30px "Roboto", sans-serif;color: #1B1B1B;text-align: center;margin: 10px 20px 20px 20px;padding: 0px;}
.promotion H6{text-align: center;margin: 30px 0px 30px 0px;}
.promotion p {font: 300 22px/30px "Roboto", sans-serif;color: #1B1B1B;text-align: left;margin: 20px 60px 20px 60px;padding: 0px;}

.promotion-info H2 {font: 300 17px/25px "Roboto", sans-serif;color: #1B1B1B;text-align: center;margin: 70px 0px -40px 0px;padding: 0px;}


.button1 {
	display: inline-block;
	width: 340px;
	height: 74px;
	text-align: center;
	font-family:'Roboto';
    font-size:18px;
	line-height: 76px;
	font-weight: 400;
	color: #000000;
	vertical-align: middle;
	text-decoration: none;
	background-color: #F5F6F7;
	overflow: hidden;
	border-radius: 50px;
	transition: 0.3s linear;
	animation: pulse 1.5s infinite;
}

.button1:hover {
	box-shadow: 0px 0px 10px 12px rgba(239, 233, 219, 0.2);
	transform: scale(1.1);
}

.button2 {
	display: inline-block;
	width: 340px;
	height: 74px;
	text-align: center;
	font-family:'Roboto';
    font-size:18px;
	line-height: 76px;
	font-weight: 400;
	color: #ffffff;
	vertical-align: middle;
	text-decoration: none;
	background-color: #b31818;
	overflow: hidden;
	border-radius: 50px;
	transition: 0.3s linear;
}

.button2:hover {
	box-shadow: 0px 0px 10px 12px rgba(207, 22, 22, 0.3);
	transform: scale(1.1);
}

.button3 {
	display: inline-block;
	width: 440px;
	height: 74px;
	text-align: center;
	font-family:'Roboto';
    font-size:18px;
	line-height: 76px;
	font-weight: 400;
	color: #000000;
	vertical-align: middle;
	text-decoration: none;
	background-color: #F5F6F7;
	overflow: hidden;
	border-radius: 50px;
	transition: 0.3s linear;
	animation: pulse 1.5s infinite;
}

.button3:hover {
	box-shadow: 0px 0px 10px 12px rgba(239, 233, 219, 0.2);
	transform: scale(1.1);
}

.button4 {
	display: inline-block;
	width: 340px;
	height: 74px;
	text-align: center;
	font-family:'Roboto';
    font-size:18px;
	line-height: 76px;
	font-weight: 400;
	color: #ffffff;
	vertical-align: middle;
	text-decoration: none;
	background-color: #b31818;
	overflow: hidden;
	border-radius: 50px;
	transition: 0.3s linear;
	animation: pulse 1.5s infinite;
}

.button4:hover {
	box-shadow: 0px 0px 10px 12px rgba(207, 22, 22, 0.3);
	transform: scale(1.1);
}

.button-ord {
	display: inline-block;
	width: 300px;
	height: 64px;
	text-align: center;
	font-family:'Roboto';
    font-size:18px;
	line-height: 65px;
	font-weight: 400;
	color: #ffffff;
	vertical-align: middle;
	text-decoration: none;
	background-color: #b31818;
	overflow: hidden;
	border-radius: 50px;
	transition: 0.3s linear;
}

.button-ord:hover {
	box-shadow: 0px 0px 10px 12px rgba(207, 22, 22, 0.3);
	transform: scale(1.1);
}

.button-ord2 {
	display: inline-block;
	width: 300px;
	height: 64px;
	text-align: center;
	font-family:'Roboto';
    font-size:18px;
	line-height: 65px;
	font-weight: 400;
	color: #000000;
	vertical-align: middle;
	text-decoration: none;
	background-color: #F5F6F7;
	overflow: hidden;
	border-radius: 50px;
	transition: 0.3s linear;
}

.button-ord2:hover {
	box-shadow: 0px 0px 10px 12px rgba(239, 233, 219, 0.2);
	transform: scale(1.1);
}


        @keyframes pulse {
            0% {
                transform: scale(0.95);
                box-shadow: 0 0 0 0 rgba(239, 233, 219, 0.7);
            }

            70% {
                transform: scale(1);
                box-shadow: 0 0 0 10px rgba(239, 233, 219,, 0);
            }

            100% {
                transform: scale(0.95);
                box-shadow: 0 0 0 0 rgba(239, 233, 219, 0);
            }
        }


.footer{
    min-height: 50px;
    margin: 0 auto;
    width: 100%;
	max-width: 1024px;
	position: static;
	padding: 20px 0px 20px 0px;
}

.copyright {
	font: 300 15px/21px "Roboto", sans-serif;
	color: #fff;
	text-align: center;
	margin-left: 20px;
	margin-right: 20px;
}

.copyright a {
  color: #ffffff;
  text-decoration:underline;}

.copyright a:hover {
  color: #ffffff;
  text-decoration: none;}



/* Всплывающее окно */	

.parent_popup, .parent_popup_click {
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
  position: fixed;
  z-index: 99999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.popup, .popup_click { 
  background: #F4F4F4;
    max-width: 600px;
    width:70%;
    margin: 7% auto;
	padding: 5px 10px 13px 10px;
	border: 5px solid #DA210F;
	position: relative;
	/*--CSS3 CSS3 Тени для Блока--*/
	-webkit-box-shadow: 0px 0px 20px #000;
	-moz-box-shadow: 0px 0px 20px #000;
	box-shadow: 0px 0px 20px #000;
	/*--CSS3 Закругленные углы--*/
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

/* кнопка закрытия */
.close {
    background-color: rgba(0, 0, 0, 0.8);
	border: 2px solid #ccc;
    height: 24px;
    line-height: 24px;
    position: absolute;
    right: -24px;
	cursor: pointer;
    text-align: center;
    text-decoration: none;
	color: rgba(255, 255, 255, 0.9);
    font-size: 14px;
    font-family: helvetica, arial;
    text-shadow: 0 -1px rgba(0, 0, 0, 0.9);
    top: -24px;
    width: 24px;
	-webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
}
.close:hover {
    background-color: rgba(157, 7, 4, 0.9);
}



/*----------------------------------------------------------------------------------------
						CONTACT FORM STYLE
----------------------------------------------------------------------------------------*/

.form-container {
	background: #F4F4F4;
	margin: 0 auto;
	padding: 20px 20px 15px 20px;
	border-radius: 3px;
	text-align: center;
	font: 300 15px "Roboto", sans-serif;
}
.form-container form{
	margin: 0 auto;
	text-align: center;
}

.button_sub{text-decoration:none; text-align:center;
width:80%;
 cursor: pointer;
 margin-top:17px;
 padding:20px 10px; 
 border:none; 
 -webkit-border-radius:50px;
 -moz-border-radius:50px; 
 border-radius: 50px; 
 font: 400 25px/32px "Roboto", sans-serif;
 color:#fff; 
 background:#b80517;
transition: 0.3s linear; 
}


.button_sub:hover{ 
 border:none; 
 color:#fff; 
 background:#E8051B;  
}

.zag_form {
	font: 400 21px/25px "Roboto", sans-serif;
	color: #1B1B1B;
	text-align: center;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 0px;
}

.gar_form {
	font: 300 13px/15px "Roboto", sans-serif;
	color: #878586;
	text-align: center;
	margin-left: -10px;
	margin-right: -10px;
	margin-top: 20px;
	margin-bottom: -20px;
}

input[type=text], input[type=email], input[type=tel]{
width:80%;
height:40px;
text-align:left;
font: 300 17px/17px "Roboto", sans-serif;
color:#4f4f4f;
font-style:normal;
margin:5px 0px 5px 0px;
padding-left:15px;
border: 1px solid #989999; 
 -webkit-border-radius:4px;
 -moz-border-radius:4px; 
 border-radius: 4px; 
}

input[type=text]:hover, input[type=email], input[type=tel]:hover{

border: 1px solid #FFAF02; 
}


/* === ЭФФЕКТ "МОРФИНГ" ДЛЯ МОДАЛЬНОГО ОКНА === */
.mfp-wrap .popup_click {
    opacity: 0;
    transform: scale(0.8) rotateX(-15deg);
    filter: blur(2px);
    transition: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.mfp-wrap.mfp-ready .popup_click {
    opacity: 1;
    transform: scale(1) rotateX(0deg);
    filter: blur(0);
}

.mfp-wrap.mfp-removing .popup_click {
    opacity: 0;
    transform: scale(0.9) rotateX(10deg);
    filter: blur(1px);
    transition: all 0.3s cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

/* Плавное появление фона */
.mfp-bg {
    opacity: 0;
    transition: opacity 0.4s ease;
}

.mfp-wrap.mfp-ready .mfp-bg {
    opacity: 0.8;
}

.mfp-wrap.mfp-removing .mfp-bg {
    opacity: 0;
}

/* ============================================= */
/* СТИЛИ ДЛЯ КАСТОМНОГО ЧЕКБОКСА (ПОЛИТИКА КОНФИДЕНЦИАЛЬНОСТИ) */
/* ============================================= */

/* Контейнер для чекбокса - центрируем содержимое */
.privacy-checkbox-container {
    display: flex;
    justify-content: center; /* Центрируем по горизонтали */
    align-items: center;
    margin-top: 15px;
    margin-bottom: 5px;
    width: 100%;
    text-align: center;
}

/* Метка чекбокса - центрируем элементы внутри */
.privacy-checkbox-label {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    user-select: none;
    justify-content: center; /* Центрируем элементы */
    text-align: left; /* Текст выравниваем по левому краю внутри контейнера */
}

/* Скрытый настоящий input */
.privacy-checkbox-input {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

/* Визуальное представление чекбокса */
.custom-checkbox {
    display: inline-block;
    width: 24px;
    height: 24px;
    border: 2px solid #ccc;
    border-radius: 4px;
    background: white;
    position: relative;
    transition: all 0.3s ease;
    margin-right: 10px;
    box-sizing: border-box;
    flex-shrink: 0;
}

/* Галочка внутри чекбокса (SVG) */
.custom-checkbox svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    fill: none;
    stroke: white;
    stroke-width: 3;
    stroke-linecap: round;
    stroke-linejoin: round;
    width: 16px;
    height: 16px;
}

/* Состояние при наведении */
.privacy-checkbox-label:hover .custom-checkbox {
    border-color: #999;
}

/* Состояние когда чекбокс отмечен */
.privacy-checkbox-input:checked + .custom-checkbox {
    background-color: #2196F3;
    border-color: #2196F3;
}

/* Текст чекбокса */
.privacy-checkbox-text {
    color: #1b1b1b;
    text-decoration: none;
    font-size: 15px;
    line-height: 1.4;
    white-space: nowrap; /* Запрещаем перенос слов */
}

/* Ссылка в тексте */
.privacy-link {
    color: #1b1b1b;
    text-decoration: none;
}

.privacy-link:hover {
    text-decoration: underline;
}

/* ============================================= */
/* АДАПТИВНЫЕ СТИЛИ ДЛЯ РАЗНЫХ УСТРОЙСТВ */
/* ============================================= */

/* Планшетная версия (768px - 1023px) */
@media only screen and (max-width: 1023px) {
    .custom-checkbox {
        width: 22px;
        height: 22px;
        margin-right: 8px;
    }
    
    .custom-checkbox svg {
        width: 14px;
        height: 14px;
    }
    
    .privacy-checkbox-text {
        font-size: 14px;
    }
}

/* Мобильная версия (до 767px) */
@media only screen and (max-width: 767px) {
    .privacy-checkbox-container {
        margin-top: 12px;
        margin-bottom: 8px;
    }
    
    .privacy-checkbox-label {
        flex-wrap: nowrap; /* Запрещаем перенос */
        max-width: 100%;
    }
    
    .custom-checkbox {
        width: 20px;
        height: 20px;
        margin-right: 8px;
    }
    
    .custom-checkbox svg {
        width: 12px;
        height: 12px;
    }
    
    .privacy-checkbox-text {
        font-size: 13px;
        line-height: 1.3;
        white-space: normal; /* Разрешаем перенос на маленьких экранах */
    }
}

/* Очень маленькие экраны (до 480px) - разрешаем перенос */
@media only screen and (max-width: 480px) {
    .privacy-checkbox-container {
        margin-top: 10px;
    }
    
    .privacy-checkbox-label {
        flex-wrap: wrap; /* Разрешаем перенос на очень маленьких экранах */
        justify-content: flex-start;
    }
    
    .custom-checkbox {
        width: 18px;
        height: 18px;
        margin-right: 6px;
        margin-bottom: 5px;
    }
    
    .custom-checkbox svg {
        width: 10px;
        height: 10px;
    }
    
    .privacy-checkbox-text {
        font-size: 12px;
        line-height: 1.3;
        white-space: normal;
    }
}

/* Для очень длинного текста (на всякий случай) */
@media only screen and (max-width: 360px) {
    .privacy-checkbox-text {
        font-size: 11px;
    }
    
    .custom-checkbox {
        margin-right: 5px;
    }
}



/* стили блока аккордеон */
.accordion {
  width:100%;
  max-width: 100%; 
  margin: 0 auto;
  margin-top:30px;
  margin-bottom:40px;
}
/* секции аккордеона */
.accordion .accordion_item {
  margin-bottom:1px;
  position:relative;
}

.accordion_item h6{
font: 300 42px/45px "Roboto", sans-serif;
  margin:0;
  padding:0;
  border:0;
  outline:medium none;
  list-style:none
  text-align: left;
}

/* заголовки панелей аккордеона */
.accordion .title_block {
  font: 300 20px/27px "Roboto", sans-serif;
  text-align:left;
  color: #fff;
  cursor:pointer;
  background: #29364b;
  padding:15px 55px 15px 20px;
  margin-bottom:5px;
   -webkit-border-radius:4px;
 -moz-border-radius:4px; 
 border-radius: 4px; 
  -webkit-transition:all .2s linear 0;
  -webkit-transition-delay:.2s 0;
  transition:all .2s linear 0;
}
/* переключатель панелей, положение вниз */
.accordion .title_block:before {
  content:'';
  height:8px;
  width:8px;
  display:block;
  border:2px solid #fefefe;
  border-right-width:0;
  border-top-width:0;
  -ms-transform:rotate(-45deg);
  -webkit-transform:rotate(-45deg);
  transform:rotate(-45deg);
  position:absolute;
  right:20px;
  top:18px;

}


/* активный переключатель, положение вверх */
.accordion .active_block .title_block:before {
  border:2px solid #fefefe;
  border-left-width:0;
  border-bottom-width:0;
  top:23px
}
.accordion .title_block:hover {
  background: #324057  
}

/* заголовок активного блока  */
.accordion .active_block .title_block {
  background: #324057;
  color:#fff
}
/* блоки с содержанием */
.accordion .info {
  display:none;
  padding:0px;
  padding-bottom:10px;
  overflow: hidden;
  background:#f7f7f7;
   -webkit-border-radius:4px;
 -moz-border-radius:4px; 
 border-radius: 4px; 
}
/* параграф внутри блоков с содержанием */
.accordion .info_item {
  margin-bottom:10px
}



.clear {clear: left;}
.clear2 {clear: right;}	



/*----------------------------------------------------------------------------------------
						НОУТ 1
----------------------------------------------------------------------------------------*/
	
@media screen and (min-width:1025px) and (max-width:1340px) {




#descriptor {
background-image: url("images/laundry.jpg");
  margin: 0 auto;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  max-width: 98%;
  margin-top: 15px;
  margin-bottom: 60px;
  border-radius: 10px;
}
.container {
    max-width: 1280px;
    margin: 0 auto;
    overflow: hidden;
}

#descriptor h1 {
    font: 700 18px/26px "Roboto", sans-serif;
    text-align: left;
	max-width: 500px;
	margin-top: 50px;
	margin-bottom: 10px;
	margin-left: 30px;
	color: #ffffff;
}
#descriptor h2 {
    font: 700 45px/55px "Roboto", sans-serif;
    text-align: left;
	max-width: 500px;
	margin-top: 25px;
	margin-bottom: 10px;
	margin-left: 30px;
	color: #ffffff;
}
#descriptor h3 {
    font: 400 18px/24px "Roboto", sans-serif;
    text-align: left;
	max-width: 450px;
	margin-top: 25px;
	margin-bottom: 10px;
	margin-left: 30px;
	color: #ffffff;
}
#descriptor h4 {
    font: 300 25px/30px "Roboto", sans-serif;
    text-align: left;
	padding: 30px 0px 20px 0px;
    color: #ffffff;
	max-width: 900px;
	margin-top: 20px;
	margin-left: 30px;
}

#descriptor h5 {
    font: 900 70px/70px "Roboto", sans-serif;
    text-align: center;
	padding: 15px 10px 15px 10px;
	max-width: 700px;
	margin: 0 auto;
	margin-top: 25px;
	margin-bottom: 10px;
	color: #ffffff;
	background-color: #ff0002;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

#descriptor p{margin-left: 80px;margin-top: 35px; margin-bottom: 25px;}

#descriptor img {max-width: 440px;margin: -555px 0px -1px 48%;z-index: 99;}




.cont{padding-top: 25px;padding-bottom: 10px;}


.content{
    min-height: 200px;
    margin: 0 auto;
    width: 100%;
	max-width: 1340px;
	position: static;
	padding: 20px 20px 20px 20px;

}

.content2{
    min-height: 10px;
    margin: 0 auto;
    width: 100%;
	max-width: 1340px;
	position: static;
	padding: 0px 0px 0px 0px;

}

.location {width:100%;float:none;margin: 0 auto;text-align: left;padding: 0px; position: static;margin-top: 0px;margin-bottom: 40px;}

.location-0 {width:49%;float:left;margin: 0 auto;text-align: center;padding: 0px; position: static;margin-top: -90px;margin-right: 0px;margin-bottom: 30px;}
.location-0  H1{font: 700 30px/40px "Roboto", sans-serif;color: #1B1B1B;text-align: center;margin: 50px 0px 0px 0px;padding: 0px;}


.location-2 {z-index: 99;width:47%;float:right;margin: 0 auto;text-align: center;padding: 0px; position: relative;
margin-top: -152px;margin-bottom: 40px;margin-right: 4%;border-radius: 20px 20px 20px 20px;background-color: #23272A;}
.location-2  H1{font: 400 20px/25px "Roboto", sans-serif;color: #ffffff;text-align: center;margin: 40px 50px 20px 50px;padding-bottom: 20px;border-bottom: 1px solid #494949;}
.location-2  H2{font: 400 20px/25px "Roboto", sans-serif;color: #ffffff;text-align: center;margin: 20px 50px 40px 50px;padding: 0px;}
.location-2  p{margin: 0 auto;text-align: center;padding: 0px;margin-bottom: 35px;}



.about{width:100%;float:none;margin: 0 auto;text-align: left;padding: 0px; position: static;margin-top: 0px;margin-bottom: 0px;}

.about-1{width:35%;float:left;margin: 0 auto;text-align: left;padding: 0px; position: static;margin-top: 0px;margin-bottom: 0px;}
.about-1 img {max-width:120%;float:none;margin: 0px 0px 0px 0px;border-radius: 20px 20px 20px 20px;}

.about-2 {width:55%;float:right;margin: 0 auto;text-align: left;padding: 0px; position: static;margin-top: 0px;margin-bottom: 0px;}
.about-2  H1{font: 700 18px/26px "Roboto", sans-serif;color: #DA210F;text-align: left;margin: 0px 0px 20px 0px;padding: 0px;}
.about-2  H2{font: 400 48px/56px "Roboto", sans-serif;color: #1B1B1B;text-align: left;margin: 25px 0px 20px 0px;padding: 0px;}
.about-2  H3{font: 300 18px/26px "Roboto", sans-serif;color: #1B1B1B;text-align: left;margin: 20px 40px 20px 0px;padding: 0px;}
.about-2  p{text-align: center;}


.about-3 {width:48%;float:left;margin: 0 auto;text-align: left;padding: 0px; position: static;margin-top: 20px;margin-bottom: 40px;border-radius: 20px 20px 20px 20px;background-color: #F5F6F7;}
.about-3  H1{font: 700 18px/26px "Roboto", sans-serif;color: #da210f;text-align: left;margin: 30px 0px 20px 20px;padding: 0px;}
.about-3  H3{font: 300 17px/26px "Roboto", sans-serif;color: #1B1B1B;text-align: left;margin: 20px 20px 40px 20px;padding: 0px;}
.about-3  img {background-color: #1B1B1B;border-style: none; border-radius: 99px 99px 99px 99px;margin: 30px 0px 0px 20px;padding: 14px 14px 14px 14px;height: 60px; width: 60px;}

.about-4 {width:48%;float:right;margin: 0 auto;text-align: left;padding: 0px; position: static;margin-top: 20px;margin-bottom: 40px;border-radius: 20px 20px 20px 20px;background-color: #F5F6F7;}
.about-4  H1{font: 700 18px/26px "Roboto", sans-serif;color: #da210f;text-align: left;margin: 30px 0px 20px 20px;padding: 0px;}
.about-4  H3{font: 300 17px/26px "Roboto", sans-serif;color: #1B1B1B;text-align: left;margin: 20px 20px 40px 20px;padding: 0px;}
.about-4  img {background-color: #1B1B1B;border-style: none; border-radius: 99px 99px 99px 99px;margin: 30px 0px 0px 20px;padding: 14px 14px 14px 14px;height: 60px; width: 60px;}




.step-description {width:100%;float:none;margin: 0 auto;text-align: left;padding: 0px; position: static;margin-top: 0px;margin-bottom: 0px;}

.step-description-1 {width:50%;float:left;margin: 0 auto;text-align: left;padding: 0px; position: static;margin-top: 0px;margin-bottom: 0px;}
.step-description-1  H1{font: 700 18px/26px "Roboto", sans-serif;color: #ffffff;text-align: left;margin: 10px 10px 20px 10px;padding: 0px;}
.step-description-1  H2{font: 400 46px/56px "Roboto", sans-serif;color: #ffffff;text-align: left;margin: 25px 10px 20px 10px;padding: 0px;}
.step-description-1  p{text-align: center;}


.step-description-2 {width:50%;float:right;margin: 0 auto;text-align: left;padding: 0px; position: static;margin-top: 0px;margin-bottom: 0px;}
.step-description-2  H3{font: 300 17px/25px "Roboto", sans-serif;color: #ffffff;text-align: left;margin: 0px 20px 25px 20px;padding: 0px;}
.step-description-2  p{text-align: center;}


.step{width:25%;float:left;margin: 0 auto;text-align: left;padding: 0px; position: static;margin-top: 20px;margin-bottom: 20px;}



.step-1 {width:97%;min-height: 330px;float:none;margin: 0 auto;text-align: left;padding-bottom: 20px; padding-top: 40px;
position: static;margin-top: 0px;margin-bottom: 0px;border-radius: 20px 20px 20px 20px;
background: linear-gradient(to bottom right, #ffffff, #cfd1d3);border: 2px solid #cfd1d3;transition: 0.5s linear;}
.step-1 H1{font: 700 25px/30px "Roboto", sans-serif;color: #1B1B1B;text-align: left;margin: 0px 20px 40px 20px;border-bottom: 1px solid #a2a2a2;padding-bottom:20px;}
.step-1 H2{font: 700 20px/26px "Roboto", sans-serif;color: #1B1B1B;text-align: left;margin: 0px 20px 20px 20px;}
.step-1 H3{font: 300 16px/24px "Roboto", sans-serif;color: #1B1B1B;text-align: left;margin: 0px 20px 0px 20px;}

.step-1:hover {background: linear-gradient(to bottom right, #cfd1d3, #ffffff);border: 2px solid #ffffff;}

.step-2 {width:25%;float:left;margin: 0 auto;text-align: center;
padding-top: -20px; padding-bottom:40px; position: static;margin-top: 40px;margin-bottom: -50px;border-top: 1px solid #535353;}
.step-2 img {position: static;margin: -8px 0px 10px 0px;}

.services-description {width:100%;float:none;margin: 0 auto;text-align: left;padding: 0px; position: static;margin-top: 0px;margin-bottom: 0px;}

.services-description-1 {width:50%;float:left;margin: 0 auto;text-align: left;padding: 0px; position: static;margin-top: 0px;margin-bottom: 0px;}
.services-description-1  H1{font: 700 18px/26px "Roboto", sans-serif;color: #1B1B1B;text-align: left;margin: 0px 0px 20px 0px;padding: 0px;}
.services-description-1  H2{font: 400 48px/56px "Roboto", sans-serif;color: #1B1B1B;text-align: left;margin: 25px 0px 20px 0px;padding: 0px;}
.services-description-1  p{text-align: center;}

.services-description-2 {width:50%;float:right;margin: 0 auto;text-align: left;padding: 0px; position: static;margin-top: 0px;margin-bottom: 0px;}
.services-description-2  H3{font: 300 17px/25px "Roboto", sans-serif;color: #1B1B1B;text-align: left;margin: 0px 20px 20px 20px;padding: 0px;}
.services-description-2  p{text-align: center;}

.services {width:100%;float:none;margin: 0 auto;text-align: left;padding: 0px;margin-top: 40px;margin-bottom: -20px;}

.services-1 {width:32%;float:left;margin: 0 auto;text-align: left;padding: 0px; position: static;margin-right: 19px;margin-top: 0px;margin-bottom: 0px;}
.services-1  H1{font: 700 20px/26px "Roboto", sans-serif;color: #1B1B1B;text-align: left;margin: 20px 20px 20px 20px;padding: 0px;}
.services-1  H2{font: 400 16px/24px "Roboto", sans-serif;color: #1B1B1B;text-align: left;margin: 25px 0px 20px 20px;padding: 0px;}
.services-1  H3{font: 400 15px/20px "Roboto", sans-serif;color: #5F86FD;text-align: left;margin: 25px 20px 20px 20px;padding: 0px;}
.services-1 img {transition: transform 0.5s ease;width: 100%;height: 100%;border-radius: 20px 20px 20px 20px;}
.services-1 img:hover {transform: scale(1.05);}
.services-1 a {color: #5F86FD;text-decoration: none;}
.services-1 a:hover {color: #0058E6;}

.services-2 {width:32%;float:left;margin: 0 auto;text-align: left;padding: 0px; position: static;margin-right: 19px;margin-top: 0px;margin-bottom: 0px;}
.services-2  H1{font: 700 20px/26px "Roboto", sans-serif;color: #1B1B1B;text-align: left;margin: 20px 20px 20px 20px;padding: 0px;}
.services-2  H2{font: 400 16px/24px "Roboto", sans-serif;color: #1B1B1B;text-align: left;margin: 25px 0px 20px 20px;padding: 0px;}
.services-2  H3{font: 400 15px/20px "Roboto", sans-serif;color: #5F86FD;text-align: left;margin: 25px 20px 20px 20px;padding: 0px;}
.services-2 img {transition: transform 0.5s ease;width: 100%;height: 100%;border-radius: 20px 20px 20px 20px;}
.services-2 img:hover {transform: scale(1.05);}
.services-2 a {color: #5F86FD;text-decoration: none;}
.services-2 a:hover {color: #0058E6;}

.services-3 {width:32%;float:right;margin: 0 auto;text-align: left;padding: 0px; position: static;margin-top: 0px;margin-bottom: 0px;}
.services-3  H1{font: 700 20px/26px "Roboto", sans-serif;color: #1B1B1B;text-align: left;margin: 20px 20px 20px 20px;padding: 0px;}
.services-3  H2{font: 400 16px/24px "Roboto", sans-serif;color: #1B1B1B;text-align: left;margin: 25px 10px 20px 20px;padding: 0px;}
.services-3  H3{font: 400 15px/20px "Roboto", sans-serif;color: #5F86FD;text-align: left;margin: 25px 20px 20px 20px;padding: 0px;}
.services-3 img {transition: transform 0.5s ease;width: 100%;height: 100%;border-radius: 20px 20px 20px 20px;}
.services-3 img:hover {transform: scale(1.05);}
.services-3 a {color: #5F86FD;text-decoration: none;}
.services-3 a:hover {color: #0058E6;}

.cont-benefits{padding-top: 1px;padding-bottom: 1px;}

.benefits {
background-image: url("images/two-employees.jpg");
  margin: 0 auto;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  max-width: 96%;
  margin-top: 15px;
  margin-bottom: 40px;
  border-radius: 10px;
  text-align: left;
}
.container2 {
    max-width: 1340px;
    margin: 0 auto;
    overflow: hidden;
	padding-bottom: 30px;
	padding-left: 40px;
	padding-right: 40px;
	
}


.benefits h1 {
    font: 400 48px/56px "Roboto", sans-serif;
    text-align: left;
	max-width: 600px;
	margin-top: 40px;
	margin-bottom: 40px;
	color: #ffffff;
}
.benefits h2 {
    font: 700 25px/30px "Roboto", sans-serif;
    text-align: left;
	max-width: 550px;
	margin-left: 70px;
	margin-top: -66px;
	margin-bottom: 0px;
	color: #ffffff;
}
.benefits h3 {
    font: 400 17px/23px "Roboto", sans-serif;
    text-align: left;
	max-width: 440px;
	margin-left: 70px;
	margin-top: 15px;
	margin-bottom: 10px;
	color: #ffffff;
}

.benefits img {background-color: #ffffff;border-style: none; border-radius: 99px 99px 99px 99px;margin: 40px 0px 0px 0px;padding: 10px 10px 10px 10px;height: 50px; width: 50px;}

.sale {width:40%;float:right;margin: 0 auto;text-align: center;padding: 0px; position: static;
margin-top: -360px;margin-bottom: 40px;border-radius: 20px 20px 20px 20px;background-color: #ffffff;}
.sale  H1{font: 700 25px/32px "Roboto", sans-serif;color: #1B1B1B;text-align: center;margin: 40px 20px 20px 20px;padding: 0px;}
.sale  H2{font: 300 18px/26px "Roboto", sans-serif;color: #1B1B1B;text-align: center;margin: 20px 20px 25px 20px;padding: 0px;}
.sale  p{margin: 0 auto;text-align: center;padding: 0px;margin-bottom: 35px;}


.tarif-description {width:90%;float:none;margin: 0 auto;text-align: center;padding: 0px; position: static;margin-top: -20px;margin-bottom: 80px;}
.tarif-description  H1{font: 400 50px/66px "Roboto", sans-serif;color: #1B1B1B;text-align: center;margin: 5px 0px 20px 0px;padding: 0px;}
.tarif-description  H2{font: 400 21px/30px "Roboto", sans-serif;color: #1B1B1B;text-align: center;margin: 25px 60px 20px 60px;padding: 0px;}
.tarif-description  p{text-align: center;}

.tarif {width:100%;float:none;margin: 0 auto;text-align: left;padding: 0px;margin-top: 20px;margin-bottom: 0px;}

.tarif-1 {width:32.2%;float:left;margin: 0 auto;text-align: center;padding: 0px; position: static;margin-right: 17px;margin-top: 0px;margin-bottom: 0px;border-radius: 20px 20px 20px 20px;background-color: #F5F6F7;}
.tarif-1  H1{font: 700 15px/19px "Roboto", sans-serif;text-align: center;margin: -25px 10px 20px 20px;width: 60%;height: 50px;
padding: 15px 15px 0px 15px;background: #23272A;color: #ffffff;text-transform: uppercase;border-radius: 50px;border: 2px solid #ffffff;}
.tarif-1  H2{font: 400 16px/20px "Roboto", sans-serif;color: #000000;text-align: left;margin: 25px 10px 15px 20px;padding: 0px;}
.tarif-1  H3{font: 400 14px/20px "Roboto", sans-serif;height: 50px;color: #5D6B7D;text-align: left;margin: 15px 10px 20px 20px;padding: 0px;}
.tarif-1  H4{font: 400 45px/40px "Roboto", sans-serif;color: #1B1B1B;text-align: left;margin: 25px 10px 17px 20px;padding: 0px;}
.tarif-1  H5{font: 400 18px/24px "Roboto", sans-serif;color: #1B1B1B;text-align: left;margin: 20px 10px 20px 20px;padding: 0px;}
.tarif-1  H6{margin: 0 auto;text-align: center;margin-top: 30px;margin-bottom: 30px;}
.tarif-1  p {font: 400 13px/20px "Roboto", sans-serif;color: #5D6B7D;text-align: left;margin: 15px 10px 15px 20px;padding: 0px;}
.tarif-1 span {font: 400 15px/20px "Roboto", sans-serif;color: #5A697D;}

.tarif-2 {width:32.2%;float:left;margin: 0 auto;text-align: center;padding: 0px; position: static;margin-right: 15px;margin-top: 0px;margin-bottom: 0px;border-radius: 20px 20px 20px 20px;background-color: #F5F6F7;}
.tarif-2  H1{font: 700 15px/19px "Roboto", sans-serif;text-align: center;margin: -25px 10px 20px 20px;width: 60%;height: 50px;
padding: 15px 15px 0px 15px;background: #23272A;color: #ffffff;text-transform: uppercase;border-radius: 50px;border: 2px solid #ffffff;}
.tarif-2  H2{font: 400 16px/20px "Roboto", sans-serif;color: #000000;text-align: left;margin: 25px 10px 15px 20px;padding: 0px;}
.tarif-2  H3{font: 400 14px/20px "Roboto", sans-serif;height: 50px;color: #5D6B7D;text-align: left;margin: 15px 10px 20px 20px;padding: 0px;}
.tarif-2  H4{font: 400 45px/40px "Roboto", sans-serif;color: #1B1B1B;text-align: left;margin: 25px 10px 17px 20px;padding: 0px;}
.tarif-2  H5{font: 400 18px/24px "Roboto", sans-serif;color: #1B1B1B;text-align: left;margin: 20px 10px 20px 20px;padding: 0px;}
.tarif-2  H6{margin: 0 auto;text-align: center;margin-top: 30px;margin-bottom: 30px;}
.tarif-2  p {font: 400 13px/20px "Roboto", sans-serif;color: #5D6B7D;text-align: left;margin: 15px 10px 15px 20px;padding: 0px;}
.tarif-2 span {font: 400 15px/20px "Roboto", sans-serif;color: #5A697D;}

.tarif-3 {width:32.2%;float:right;margin: 0 auto;text-align: center;padding: 0px; position: static;margin-top: 0px;margin-bottom: 0px;border-radius: 20px 20px 20px 20px;background-color: #F5F6F7;}
.tarif-3  H1{font: 700 15px/19px "Roboto", sans-serif;text-align: center;margin: -25px 10px 20px 20px;width: 50%;height: 50px;
padding: 15px 15px 0px 15px;background: #23272A;color: #ffffff;text-transform: uppercase;border-radius: 50px;border: 2px solid #ffffff;}
.tarif-3  H2{font: 400 16px/20px "Roboto", sans-serif;color: #000000;text-align: left;margin: 25px 10px 15px 20px;padding: 0px;}
.tarif-3  H3{font: 400 14px/20px "Roboto", sans-serif;height: 50px;color: #5D6B7D;text-align: left;margin: 15px 10px 20px 20px;padding: 0px;}
.tarif-3  H4{font: 400 45px/40px "Roboto", sans-serif;color: #1B1B1B;text-align: left;margin: 25px 10px 17px 20px;padding: 0px;}
.tarif-3  H5{font: 400 18px/24px "Roboto", sans-serif;color: #1B1B1B;text-align: left;margin: 20px 10px 20px 20px;padding: 0px;}
.tarif-3  H6{margin: 0 auto;text-align: center;margin-top: 30px;margin-bottom: 30px;}
.tarif-3  p {font: 400 13px/20px "Roboto", sans-serif;color: #5D6B7D;text-align: left;margin: 15px 10px 15px 20px;padding: 0px;}
.tarif-3 span {font: 400 15px/20px "Roboto", sans-serif;color: #5A697D;}

.tarif-link {width:90%;float:none;margin: 0 auto;text-align: center;padding: 0px; position: static;margin-top: 40px;margin-bottom: 0px;}
.tarif-link H3 {font: 400 19px/25px "Roboto", sans-serif;color: #5D6B7D;text-align: center;margin: 15px 0px 15px 0px;padding: 0px;}
.tarif-link a {color: #5F86FD;text-decoration: none;}
.tarif-link a:hover {color: #0058E6;}


.advantage{width:100%;float:none;margin: 0 auto;text-align: left;padding: 0px; position: static;margin-top: 0px;margin-bottom: 0px;}

.advantage-1{width:35%;float:left;margin: 0 auto;text-align: left;padding: 0px; position: static;margin-top: 0px;margin-bottom: 0px;}
.advantage-1 img {max-width:120%;float:none;margin: 0px 0px 0px 0px;border-radius: 20px 20px 20px 20px;}

.advantage-2 {width:55%;float:right;margin: 0 auto;text-align: left;padding: 0px; position: static;margin-top: 0px;margin-bottom: 0px;}
.advantage-2  H1{font: 700 18px/26px "Roboto", sans-serif;color: #DA210F;text-align: left;margin: 0px 0px 20px 0px;padding: 0px;}
.advantage-2  H2{font: 400 48px/56px "Roboto", sans-serif;color: #1B1B1B;text-align: left;margin: 25px 0px 20px 0px;padding: 0px;}
.advantage-2  H3{font: 300 17px/24px "Roboto", sans-serif;color: #1B1B1B;text-align: left;margin: 20px 40px 0px 0px;padding: 0px;}
.advantage-2  p{text-align: center;margin-top: 35px;}
.advantage-2 img {background-color: #23272A;border-style: none; border-radius: 99px 99px 99px 99px;margin: 40px 0px 0px 0px;padding: 14px 14px 14px 14px;height: 60px; width: 60px;}

.advantage-2 h4 {
    font: 400 21px/30px "Roboto", sans-serif;
    text-align: left;
	max-width: 650px;
	margin-left: 80px;
	margin-top: -66px;
	margin-bottom: 0px;
	color: #1B1B1B;
}
.advantage-2 h5 {
    font: 300 18px/24px "Roboto", sans-serif;
    text-align: left;
	max-width: 550px;
	margin-left: 80px;
	margin-top: 15px;
	margin-bottom: 10px;
	color: #1B1B1B;
}

.servis-description {width:100%;float:none;margin: 0 auto;text-align: center;padding: 0px; position: static;margin-top: -20px;margin-bottom: 60px;}
.servis-description  H1{font: 400 60px/66px "Roboto", sans-serif;color: #1B1B1B;text-align: center;margin: 5px 0px 20px 0px;padding: 0px;}
.servis-description  H2{font: 400 25px/30px "Roboto", sans-serif;color: #1B1B1B;text-align: center;margin: 25px 20px 20px 20px;padding: 0px;}
.servis-description  p{text-align: center;}

.servis-2 {width:65%;float:right;margin: 0 auto;text-align: left;padding: 0px; position: static;margin-top: 0px;margin-bottom: 0px;}

.contacts-description {width:100%;float:none;margin: 0 auto;text-align: center;padding: 0px; position: static;margin-top: -20px;margin-bottom: 60px;}
.contacts-description H1{font: 400 50px/56px "Roboto", sans-serif;color: #1B1B1B;text-align: center;margin: 5px 0px 20px 0px;padding: 0px;}
.contacts-description H2{font: 400 21px/30px "Roboto", sans-serif;color: #1B1B1B;text-align: center;margin: 25px 60px 20px 60px;padding: 0px;}
.contacts-description H3{font: 700 28px/36px "Roboto", sans-serif;color: #DA210F;text-align: center;margin: 25px 20px 20px 20px;padding: 0px;}
.contacts-description span {font: 400 28px/36px "Roboto", sans-serif;color: #1B1B1B;}
.contacts-description p{text-align: center;}

.blocks-grid {display: flex;width: 100%;max-width: 1300px;margin: 0 auto;overflow: hidden;}
.block-contacts {flex: 1;min-height: 300px; /* Высота блоков */position: relative;}

/* Вертикальные разделители между блоками */
.block-contacts:not(:last-child)::after {
content: '';
position: absolute;
right: 0;
top: 0%;
bottom: 0%;
width: 1px;
background: linear-gradient(
to bottom,
transparent,
#e0e0e0 20%,
#e0e0e0 80%,
transparent
);
}

.block-contacts img {background-color: #1B1B1B;border-style: none; border-radius: 99px 99px 99px 99px;margin: 10px 20px 10px 20px;padding: 16px 16px 16px 16px;height: 80px; width: 80px;}
.block-contacts H1{font: 700 40px/46px "Roboto", sans-serif;color: #1B1B1B;text-align: center;margin: 20px 0px 20px 0px;padding: 0px;}
.block-contacts H2{font: 300 16px/24px "Roboto", sans-serif;color: #1B1B1B;text-align: center;margin: 20px 10px 10px 10px;padding: 0px;}
.block-contacts H3{font: 400 18px/23px "Roboto", sans-serif;color: #1B1B1B;text-align: center;margin: 10px 0px 60px 0px;padding: 0px;}

.contacts-map-info H2 {font: 300 20px/26px "Roboto", sans-serif;color: #1B1B1B;text-align: center;margin: -40px 0px 40px 0px;padding: 0px;}
.contacts-map-info p {text-align: center;margin: 10px 0px 40px 0px;}


.promotion {
    margin: 0 auto;
    background-color: #F5F6F7;
    max-width: 96%;
    margin-top: 40px;
    margin-bottom: -40px;
	padding-top: 20px;
	padding-bottom: 0px;
    border-radius: 10px;
    text-align: left;
    border: 4px dashed #CC0000;
    position: relative;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(204, 0, 0, 0.15);
}

.promotion H1{font: 700 40px/46px "Roboto", sans-serif;color: #1B1B1B;text-align: center;margin: 20px 0px 10px 0px;padding: 0px;}
.promotion H2{font: 400 20px/26px "Roboto", sans-serif;color: #1B1B1B;text-align: center;margin: 10px 20px 20px 20px;padding: 0px;}
.promotion H3{font: 700 38px/45px "Roboto", sans-serif;color: #CC0000;text-align: center;margin: 20px 20px 20px 20px;padding: 0px;}
.promotion H4{font: 700 24px/30px "Roboto", sans-serif;color: #1B1B1B;text-align: center;margin: 10px 20px 20px 20px;padding: 0px;}
.promotion H6{text-align: center;margin: 30px 0px 30px 0px;}
.promotion p {font: 300 22px/30px "Roboto", sans-serif;color: #1B1B1B;text-align: left;margin: 20px 40px 20px 40px;padding: 0px;}

.promotion-info H2 {font: 300 16px/25px "Roboto", sans-serif;color: #1B1B1B;text-align: center;margin: 70px 0px 0px 0px;padding: 0px;}


.button1 {
	display: inline-block;
	width: 340px;
	height: 74px;
	text-align: center;
	font-family:'Roboto';
    font-size:18px;
	line-height: 76px;
	font-weight: 400;
	color: #000000;
	vertical-align: middle;
	text-decoration: none;
	background-color: #F5F6F7;
	overflow: hidden;
	border-radius: 50px;
	transition: 0.3s linear;
	animation: pulse 1.5s infinite;
}

.button1:hover {
	box-shadow: 0px 0px 10px 12px rgba(239, 233, 219, 0.2);
	transform: scale(1.1);
}


.button2 {
	display: inline-block;
	width: 340px;
	height: 74px;
	text-align: center;
	font-family:'Roboto';
    font-size:18px;
	line-height: 76px;
	font-weight: 400;
	color: #ffffff;
	vertical-align: middle;
	text-decoration: none;
	background-color: #b31818;
	overflow: hidden;
	border-radius: 50px;
	transition: 0.3s linear;
}

.button2:hover {
	box-shadow: 0px 0px 10px 12px rgba(207, 22, 22, 0.3);
	transform: scale(1.1);
}

.button3 {
	display: inline-block;
	width: 440px;
	height: 74px;
	text-align: center;
	font-family:'Roboto';
    font-size:18px;
	line-height: 76px;
	font-weight: 400;
	color: #000000;
	vertical-align: middle;
	text-decoration: none;
	background-color: #F5F6F7;
	overflow: hidden;
	border-radius: 50px;
	transition: 0.3s linear;
	animation: pulse 1.5s infinite;
}

.button3:hover {
	box-shadow: 0px 0px 10px 12px rgba(239, 233, 219, 0.2);
	transform: scale(1.1);
}

.button4 {
	display: inline-block;
	width: 300px;
	height: 70px;
	text-align: center;
	font-family:'Roboto';
    font-size:17px;
	line-height: 68px;
	font-weight: 400;
	color: #ffffff;
	vertical-align: middle;
	text-decoration: none;
	background-color: #b31818;
	overflow: hidden;
	border-radius: 50px;
	transition: 0.3s linear;
	animation: pulse 1.5s infinite;
}

.button4:hover {
	box-shadow: 0px 0px 10px 12px rgba(207, 22, 22, 0.3);
	transform: scale(1.1);
}

.button-ord {
	display: inline-block;
	width: 280px;
	height: 64px;
	text-align: center;
	font-family:'Roboto';
    font-size:17px;
	line-height: 63px;
	font-weight: 400;
	color: #ffffff;
	vertical-align: middle;
	text-decoration: none;
	background-color: #b31818;
	overflow: hidden;
	border-radius: 50px;
	transition: 0.3s linear;
}

.button-ord:hover {
	box-shadow: 0px 0px 10px 12px rgba(207, 22, 22, 0.3);
	transform: scale(1.1);
}




.button-ord2 {
	display: inline-block;
	width: 300px;
	height: 64px;
	text-align: center;
	font-family:'Roboto';
    font-size:18px;
	line-height: 65px;
	font-weight: 400;
	color: #000000;
	vertical-align: middle;
	text-decoration: none;
	background-color: #F5F6F7;
	overflow: hidden;
	border-radius: 50px;
	transition: 0.3s linear;
}

.button-ord2:hover {
	box-shadow: 0px 0px 10px 12px rgba(239, 233, 219, 0.2);
	transform: scale(1.1);
}


        @keyframes pulse {
            0% {
                transform: scale(0.95);
                box-shadow: 0 0 0 0 rgba(239, 233, 219, 0.7);
            }

            70% {
                transform: scale(1);
                box-shadow: 0 0 0 10px rgba(239, 233, 219,, 0);
            }

            100% {
                transform: scale(0.95);
                box-shadow: 0 0 0 0 rgba(239, 233, 219, 0);
            }
        }




}



/*----------------------------------------------------------------------------------------
						НОУТ 2
----------------------------------------------------------------------------------------*/
	
@media screen and (min-width:801px) and (max-width:1024px) {

.logo {
  display: block;
  width: 140px;
  height: 50px;
  position: fixed;
  display: inline-block;
  top: 10px;
  left: 4%;
}

.logo img {
  width: 140px;
  margin: 0px 0px 0px 0px;
}

#descriptor {
background-image: url("images/laundry.jpg");
  margin: 0 auto;
  background-position: 40% center;
  background-repeat: no-repeat;
  background-size: cover;
  max-width: 98%;
  margin-top: 5px;
  margin-bottom: 60px;
  border-radius: 10px;
  text-align: center;
}

.container {
    max-width: 80%;
    margin: 0 auto;
    overflow: hidden;
	text-align: center;
}

#descriptor h1 {
    font: 700 18px/26px "Roboto", sans-serif;
    text-align: center;
	max-width: 100%;
	margin-top: 50px;
	margin-bottom: 10px;
	margin-left: 0px;
	color: #ffffff;
}
#descriptor h2 {
    font: 700 45px/55px "Roboto", sans-serif;
    text-align: center;
	max-width: 100%;
	margin-top: 25px;
	margin-bottom: 10px;
	margin-left: 0px;
	color: #ffffff;
}
#descriptor h3 {
    font: 400 18px/24px "Roboto", sans-serif;
    text-align: center;
	max-width: 100%;
	margin-top: 25px;
	margin-bottom: 10px;
	margin-left: 0px;
	color: #ffffff;
}
#descriptor h4 {
    font: 300 25px/30px "Roboto", sans-serif;
    text-align: center;
	padding: 30px 0px 20px 0px;
    color: #ffffff;
	max-width: 900px;
	margin-top: 20px;
	margin-left: 0px;
}

#descriptor h5 {
    font: 900 70px/70px "Roboto", sans-serif;
    text-align: center;
	padding: 15px 10px 15px 10px;
	max-width: 700px;
	margin: 0 auto;
	margin-top: 25px;
	margin-bottom: 10px;
	color: #ffffff;
	background-color: #ff0002;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

#descriptor p{text-align: center;margin-left: 0px;margin-top: 35px; margin-bottom: 25px;}

#descriptor img {text-align: center;max-width: 440px;margin: 0 auto;z-index: 99;margin-top: -20px;margin-bottom: -2px;}

.cont{padding-top: 25px;padding-bottom: 10px;}

.content{
    min-height: 200px;
    margin: 0 auto;
    width: 100%;
	max-width: 1024px;
	position: static;
	padding: 20px 20px 20px 20px;

}

.content2{
    min-height: 10px;
    margin: 0 auto;
    width: 100%;
	max-width: 1024px;
	position: static;
	padding: 0px 0px 0px 0px;
}

.location {width:60%;float:none;margin: 0 auto;text-align: left;padding: 0px; position: static;margin-top: 0px;margin-bottom: 40px;}

.location-0 {width:100%;float:left;margin: 0 auto;text-align: center;padding: 0px; position: static;margin-top: -50px;margin-right: 0px;margin-bottom: 0px;}
.location-0  H1{font: 700 30px/40px "Roboto", sans-serif;color: #1B1B1B;text-align: center;margin: 50px 0px 0px 0px;padding: 0px;}


.location-2 {z-index: 99;width:100%;float:right;margin: 0 auto;text-align: center;padding: 0px; position: relative;
margin-top: -150px;margin-bottom: 10px;margin-right: 0px;border-radius: 20px 20px 20px 20px;background-color: #23272A;}
.location-2  H1{font: 400 20px/25px "Roboto", sans-serif;color: #ffffff;text-align: center;margin: 40px 50px 20px 50px;padding-bottom: 20px;border-bottom: 1px solid #494949;}
.location-2  H2{font: 400 20px/25px "Roboto", sans-serif;color: #ffffff;text-align: center;margin: 20px 50px 40px 50px;padding: 0px;}
.location-2  p{margin: 0 auto;text-align: center;padding: 0px;margin-bottom: 35px;}

.about{width:100%;float:none;margin: 0 auto;text-align: center;padding: 0px; position: static;margin-top: 0px;margin-bottom: 0px;}

.about-1{width:100%;float:none;margin: 0 auto;text-align: center;padding: 0px; position: static;margin-top: 0px;margin-bottom: 0px;}
.about-1 img {max-width:100%;float:none;margin: 0px 0px 0px 0px;border-radius: 20px 20px 20px 20px;}

.about-2 {width:100%;float:none;margin: 0 auto;text-align: center;padding: 0px; position: static;margin-top: 0px;margin-bottom: 0px;}
.about-2  H1{font: 700 18px/26px "Roboto", sans-serif;color: #DA210F;text-align: center;margin: 50px 40px 20px 40px;padding: 0px;}
.about-2  H2{font: 400 48px/56px "Roboto", sans-serif;color: #1B1B1B;text-align: center;margin: 25px 40px 20px 40px;padding: 0px;}
.about-2  H3{font: 300 18px/26px "Roboto", sans-serif;color: #1B1B1B;text-align: center;margin: 20px 40px 20px 40px;padding: 0px;}
.about-2  p{text-align: center;}


.about-3 {width:48%;float:left;margin: 0 auto;text-align: left;padding: 0px; position: static;margin-top: 20px;margin-bottom: 40px;border-radius: 20px 20px 20px 20px;background-color: #F5F6F7;}
.about-3  H1{font: 700 18px/26px "Roboto", sans-serif;color: #da210f;text-align: left;margin: 30px 0px 20px 20px;padding: 0px;}
.about-3  H3{font: 300 17px/26px "Roboto", sans-serif;color: #1B1B1B;text-align: left;margin: 20px 20px 40px 20px;padding: 0px;}
.about-3  img {background-color: #1B1B1B;border-style: none; border-radius: 99px 99px 99px 99px;margin: 30px 0px 0px 20px;padding: 14px 14px 14px 14px;height: 60px; width: 60px;}

.about-4 {width:48%;float:right;margin: 0 auto;text-align: left;padding: 0px; position: static;margin-top: 20px;margin-bottom: 40px;border-radius: 20px 20px 20px 20px;background-color: #F5F6F7;}
.about-4  H1{font: 700 18px/26px "Roboto", sans-serif;color: #da210f;text-align: left;margin: 30px 0px 20px 20px;padding: 0px;}
.about-4  H3{font: 300 17px/26px "Roboto", sans-serif;color: #1B1B1B;text-align: left;margin: 20px 20px 40px 20px;padding: 0px;}
.about-4  img {background-color: #1B1B1B;border-style: none; border-radius: 99px 99px 99px 99px;margin: 30px 0px 0px 20px;padding: 14px 14px 14px 14px;height: 60px; width: 60px;}

.step-description {width:100%;float:none;margin: 0 auto;text-align: center;padding: 0px; position: static;margin-top: 0px;margin-bottom: 0px;}

.step-description-1 {width:80%;float:none;margin: 0 auto;text-align: center;padding: 0px; position: static;margin-top: 0px;margin-bottom: 0px;}
.step-description-1  H1{font: 700 18px/26px "Roboto", sans-serif;color: #ffffff;text-align: center;margin: 10px 0px 20px 0px;padding: 0px;}
.step-description-1  H2{font: 400 46px/56px "Roboto", sans-serif;color: #ffffff;text-align: center;margin: 25px 0px 20px 0px;padding: 0px;}
.step-description-1  p{text-align: center;}

.step-description-2 {width:90%;float:none;margin: 0 auto;text-align: center;padding: 0px; position: static;margin-top: 0px;margin-bottom: 0px;}
.step-description-2  H3{font: 300 17px/25px "Roboto", sans-serif;color: #ffffff;text-align: center;margin: 0px 20px 25px 20px;padding: 0px;}
.step-description-2  p{text-align: center;}

.step{width:50%;float:left;margin: 0 auto;text-align: left;padding: 0px; position: static;margin-top: 20px;margin-bottom: 20px;}

.step-1 {width:97%;min-height: 230px;float:none;margin: 0 auto;text-align: left;padding-bottom: 20px; padding-top: 40px;
position: static;margin-top: 0px;margin-bottom: 0px;border-radius: 20px 20px 20px 20px;
background: linear-gradient(to bottom right, #ffffff, #cfd1d3);border: 2px solid #cfd1d3;transition: 0.5s linear;}
.step-1 H1{font: 700 25px/30px "Roboto", sans-serif;color: #1B1B1B;text-align: left;margin: 0px 20px 40px 20px;border-bottom: 1px solid #a2a2a2;padding-bottom:20px;}
.step-1 H2{font: 700 20px/26px "Roboto", sans-serif;color: #1B1B1B;text-align: left;margin: 0px 20px 20px 20px;}
.step-1 H3{font: 300 16px/24px "Roboto", sans-serif;color: #1B1B1B;text-align: left;margin: 0px 20px 0px 20px;}

.step-1:hover {background: linear-gradient(to bottom right, #cfd1d3, #ffffff);border: 2px solid #ffffff;}

.step-2 {display:none;}
.step-2 img {position: static;margin: -8px 0px 10px 0px;}

.services-description {width:100%;float:none;margin: 0 auto;text-align: left;padding: 0px; position: static;margin-top: 0px;margin-bottom: 0px;}

.services-description-1 {width:60%;float:none;margin: 0 auto;text-align: center;padding: 0px; position: static;margin-top: 0px;margin-bottom: 0px;}
.services-description-1  H1{font: 700 18px/26px "Roboto", sans-serif;color: #1B1B1B;text-align: center;margin: 0px 0px 20px 0px;padding: 0px;}
.services-description-1  H2{font: 400 48px/56px "Roboto", sans-serif;color: #1B1B1B;text-align: center;margin: 25px 0px 20px 0px;padding: 0px;}
.services-description-1  p{text-align: center;}

.services-description-2 {width:100%;float:none;margin: 0 auto;text-align: center;padding: 0px; position: static;margin-top: 0px;margin-bottom: 0px;}
.services-description-2  H3{font: 300 17px/25px "Roboto", sans-serif;color: #1B1B1B;text-align: center;margin: 0px 20px 20px 20px;padding: 0px;}
.services-description-2  p{text-align: center;}

.services {width:100%;float:none;margin: 0 auto;text-align: left;padding: 0px;margin-top: 40px;margin-bottom: -20px;}

.services-1 {width:100%;float:none;margin: 0 auto;text-align: left;padding: 0px; position: static;margin-right: 19px;margin-top: 0px;margin-bottom: 0px;}
.services-1  H1{font: 700 25px/30px "Roboto", sans-serif;color: #1B1B1B;text-align: left;margin: -250px 20px 20px 300px;padding: 0px;}
.services-1  H2{font: 400 16px/24px "Roboto", sans-serif;color: #1B1B1B;text-align: left;margin: 25px 0px 20px 300px;padding: 0px;}
.services-1  H3{font: 400 15px/20px "Roboto", sans-serif;color: #5F86FD;text-align: left;margin: 25px 20px 40px 300px;padding: 0px;}
.services-1 img {transition: transform 0.5s ease;width: 270px;height: 100%;border-radius: 20px 20px 20px 20px;margin-bottom: 80px;}
.services-1 img:hover {transform: scale(1.05);}
.services-1 a {color: #5F86FD;text-decoration: none;}
.services-1 a:hover {color: #0058E6;}

.services-2 {width:100%;float:none;margin: 0 auto;text-align: left;padding: 0px; position: static;margin-right: 19px;margin-top: 0px;margin-bottom: 0px;}
.services-2  H1{font: 700 25px/30px "Roboto", sans-serif;color: #1B1B1B;text-align: left;margin: -250px 20px 20px 300px;padding: 0px;}
.services-2  H2{font: 400 16px/24px "Roboto", sans-serif;color: #1B1B1B;text-align: left;margin: 25px 0px 20px 300px;padding: 0px;}
.services-2  H3{font: 400 15px/20px "Roboto", sans-serif;color: #5F86FD;text-align: left;margin: 25px 20px 40px 300px;padding: 0px;}
.services-2 img {transition: transform 0.5s ease;width: 270px;height: 100%;border-radius: 20px 20px 20px 20px;margin-bottom: 80px;}
.services-2 img:hover {transform: scale(1.05);}
.services-2 a {color: #5F86FD;text-decoration: none;}
.services-2 a:hover {color: #0058E6;}

.services-3 {width:100%;float:none;margin: 0 auto;text-align: left;padding: 0px; position: static;margin-top: 0px;margin-bottom: 0px;}
.services-3  H1{font: 700 25px/30px "Roboto", sans-serif;color: #1B1B1B;text-align: left;margin: -250px 20px 20px 300px;padding: 0px;}
.services-3  H2{font: 400 16px/24px "Roboto", sans-serif;color: #1B1B1B;text-align: left;margin: 25px 0px 20px 300px;padding: 0px;}
.services-3  H3{font: 400 15px/20px "Roboto", sans-serif;color: #5F86FD;text-align: left;margin: 25px 20px 20px 300px;padding: 0px;}
.services-3 img {transition: transform 0.5s ease;width: 270px;height: 100%;border-radius: 20px 20px 20px 20px;margin-bottom: 80px;}
.services-3 img:hover {transform: scale(1.05);}
.services-3 a {color: #5F86FD;text-decoration: none;}
.services-3 a:hover {color: #0058E6;}

.cont-benefits{padding-top: 1px;padding-bottom: 1px;}

.benefits {
background-image: url("images/two-employees.jpg");
  margin: 0 auto;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  max-width: 96%;
  margin-top: 15px;
  margin-bottom: 40px;
  border-radius: 10px;
  text-align: left;
}
.container2 {
    max-width: 1024px;
    margin: 0 auto;
    overflow: hidden;
	padding-bottom: 30px;
	padding-left: 40px;
	padding-right: 40px;
}

.benefits h1 {
    font: 400 48px/56px "Roboto", sans-serif;
    text-align: center;
	margin: 0 auto;
	max-width: 600px;
	margin-top: 40px;
	margin-bottom: 40px;
	color: #ffffff;
}
.benefits h2 {
    font: 700 25px/30px "Roboto", sans-serif;
    text-align: left;
	max-width: 550px;
	margin-left: 150px;
	margin-top: -60px;
	margin-bottom: 0px;
	color: #ffffff;
}
.benefits h3 {
    font: 400 17px/23px "Roboto", sans-serif;
    text-align: left;
	max-width: 440px;
	margin-left: 150px;
	margin-top: 15px;
	margin-bottom: 10px;
	color: #ffffff;
}

.benefits img {background-color: #ffffff;border-style: none; border-radius: 99px 99px 99px 99px;margin: 40px 0px 0px 80px;padding: 10px 10px 10px 10px;height: 50px; width: 50px;}

.sale {width:80%;float:none;margin: 0 auto;text-align: center;padding: 10px; position: static;
margin-top: 60px;margin-bottom: 20px;border-radius: 20px 20px 20px 20px;background-color: #ffffff;}
.sale  H1{font: 700 25px/32px "Roboto", sans-serif;color: #1B1B1B;text-align: center;margin: 40px 20px 20px 20px;padding: 0px;}
.sale  H2{font: 300 18px/26px "Roboto", sans-serif;color: #1B1B1B;text-align: center;margin: 20px 20px 25px 20px;padding: 0px;max-width: 600px;}
.sale  p{margin: 0 auto;text-align: center;padding: 0px;margin-bottom: 35px;}

.tarif-description {width:90%;float:none;margin: 0 auto;text-align: center;padding: 0px; position: static;margin-top: -20px;margin-bottom: 80px;}
.tarif-description  H1{font: 400 46px/56px "Roboto", sans-serif;color: #1B1B1B;text-align: center;margin: 5px 0px 20px 0px;padding: 0px;}
.tarif-description  H2{font: 400 21px/30px "Roboto", sans-serif;color: #1B1B1B;text-align: center;margin: 25px 20px 20px 20px;padding: 0px;}
.tarif-description  p{text-align: center;}

.tarif {width:500px;float:none;margin: 0 auto;text-align: center;padding: 0px;margin-top: 20px;margin-bottom: 0px;}

.tarif-1 {width:100%;float:left;margin: 0 auto;text-align: center;padding: 0px; position: static;margin-right: 0px;margin-left: 0px;margin-top: -25px;margin-bottom: 60px;border-radius: 20px 20px 20px 20px;background-color: #F5F6F7;}
.tarif-1  H1{font: 700 15px/19px "Roboto", sans-serif;text-align: center;width: 88%;height: 50px;
padding: 15px 15px 0px 15px;background: #23272A;color: #ffffff;text-transform: uppercase;border-radius: 50px;border: 2px solid #ffffff;}
.tarif-1  H2{font: 400 19px/25px "Roboto", sans-serif;color: #000000;text-align: center;margin: 25px 20px 15px 20px;padding: 0px;}
.tarif-1  H3{font: 400 15px/20px "Roboto", sans-serif;color: #5D6B7D;text-align: center;margin: 15px 30px 20px 30px;padding: 0px;}
.tarif-1  H4{font: 400 45px/40px "Roboto", sans-serif;color: #1B1B1B;text-align: center;margin: 25px 20px 17px 20px;padding: 0px;}
.tarif-1  H5{font: 400 18px/24px "Roboto", sans-serif;color: #1B1B1B;text-align: left;margin: 20px 10px 20px 30px;padding: 0px;}
.tarif-1  H6{margin: 0 auto;text-align: center;margin-top: 30px;margin-bottom: 30px;}
.tarif-1  p {font: 400 15px/20px "Roboto", sans-serif;color: #5D6B7D;text-align: left;margin: 15px 10px 15px 30px;padding: 0px;}
.tarif-1 span {font: 400 15px/20px "Roboto", sans-serif;color: #5A697D;}

.tarif-2 {width:100%;float:left;margin: 0 auto;text-align: center;padding: 0px; position: static;margin-right: 0px;margin-top: 0px;margin-bottom: 60px;border-radius: 20px 20px 20px 20px;background-color: #F5F6F7;}
.tarif-2  H1{font: 700 15px/19px "Roboto", sans-serif;text-align: center;width: 88%;height: 50px;
padding: 15px 15px 0px 15px;background: #23272A;color: #ffffff;text-transform: uppercase;border-radius: 50px;border: 2px solid #ffffff;}
.tarif-2  H2{font: 400 19px/25px "Roboto", sans-serif;color: #000000;text-align: center;margin: 25px 20px 15px 20px;padding: 0px;}
.tarif-2  H3{font: 400 15px/20px "Roboto", sans-serif;color: #5D6B7D;text-align: center;margin: 15px 30px 20px 30px;padding: 0px;}
.tarif-2  H4{font: 400 45px/40px "Roboto", sans-serif;color: #1B1B1B;text-align: center;margin: 25px 20px 17px 20px;padding: 0px;}
.tarif-2  H5{font: 400 18px/24px "Roboto", sans-serif;color: #1B1B1B;text-align: left;margin: 20px 20px 20px 20px;padding: 0px;}
.tarif-2  H6{margin: 0 auto;text-align: center;margin-top: 30px;margin-bottom: 30px;}
.tarif-2  p {font: 400 15px/20px "Roboto", sans-serif;color: #5D6B7D;text-align: left;margin: 15px 10px 15px 30px;padding: 0px;}
.tarif-2 span {font: 400 15px/20px "Roboto", sans-serif;color: #5A697D;}

.tarif-3 {width:100%;float:right;margin: 0 auto;text-align: center;padding: 0px; position: static;margin-top: 0px;margin-bottom: 0px;border-radius: 20px 20px 20px 20px;background-color: #F5F6F7;}
.tarif-3  H1{font: 700 15px/19px "Roboto", sans-serif;text-align: center;width: 88%;height: 50px;
padding: 15px 15px 0px 15px;background: #23272A;color: #ffffff;text-transform: uppercase;border-radius: 50px;border: 2px solid #ffffff;}
.tarif-3  H2{font: 400 19px/25px "Roboto", sans-serif;color: #000000;text-align: center;margin: 25px 20px 15px 20px;padding: 0px;}
.tarif-3  H3{font: 400 15px/20px "Roboto", sans-serif;color: #5D6B7D;text-align: center;margin: 15px 30px 20px 30px;padding: 0px;}
.tarif-3  H4{font: 400 45px/40px "Roboto", sans-serif;color: #1B1B1B;text-align: center;margin: 25px 20px 17px 20px;padding: 0px;}
.tarif-3  H5{font: 400 18px/24px "Roboto", sans-serif;color: #1B1B1B;text-align: left;margin: 20px 20px 20px 20px;padding: 0px;}
.tarif-3  H6{margin: 0 auto;text-align: center;margin-top: 30px;margin-bottom: 30px;}
.tarif-3  p {font: 400 15px/20px "Roboto", sans-serif;color: #5D6B7D;text-align: left;margin: 15px 10px 15px 30px;padding: 0px;}
.tarif-3 span {font: 400 15px/20px "Roboto", sans-serif;color: #5A697D;}

.tarif-link {width:90%;float:none;margin: 0 auto;text-align: center;padding: 0px; position: static;margin-top: 40px;margin-bottom: 0px;}
.tarif-link H3 {font: 400 19px/25px "Roboto", sans-serif;color: #5D6B7D;text-align: center;margin: 15px 0px 15px 0px;padding: 0px;}
.tarif-link a {color: #5F86FD;text-decoration: none;}
.tarif-link a:hover {color: #0058E6;}

.advantage{width:100%;float:none;margin: 0 auto;text-align: center;padding: 0px; position: static;margin-top: 0px;margin-bottom: 0px;}

.advantage-1{width:100%;float:none;margin: 0 auto;text-align: center;padding: 0px; position: static;margin-top: 0px;margin-bottom: 0px;}
.advantage-1 img {max-width:100%;float:none;margin: 0px 0px 0px 0px;border-radius: 20px 20px 20px 20px;}

.advantage-2 {width:100%;float:none;margin: 0 auto;text-align: left;padding: 0px; position: static;margin-top: 0px;margin-bottom: 0px;}
.advantage-2  H1{font: 700 18px/26px "Roboto", sans-serif;color: #DA210F;text-align: center;margin: 50px 40px 20px 40px;padding: 0px;}
.advantage-2  H2{font: 400 48px/56px "Roboto", sans-serif;color: #1B1B1B;text-align: center;margin: 25px 40px 20px 40px;padding: 0px;}
.advantage-2  H3{font: 300 18px/24px "Roboto", sans-serif;color: #1B1B1B;text-align: center;margin: 20px 20px 20px 20px;padding: 0px;}

.advantage-2  p{text-align: center;margin-top: 35px;}
.advantage-2 img {background-color: #23272A;border-style: none; border-radius: 99px 99px 99px 99px;margin: 40px 0px 0px 60px;padding: 14px 14px 14px 14px;height: 60px; width: 60px;}

.advantage-2 h4 {
    font: 400 21px/30px "Roboto", sans-serif;
    text-align: left;
	max-width: 600px;
	margin-left: 150px;
	margin-top: -66px;
	margin-bottom: 0px;
	color: #1B1B1B;
}
.advantage-2 h5 {
    font: 300 18px/24px "Roboto", sans-serif;
    text-align:600px;
	margin-left: 150px;
	margin-top: 15px;
	margin-bottom: 10px;
	color: #1B1B1B;
}

.advantage-2 .signature-img {
    background-color: transparent !important;
    border: none !important;
    border-radius: 0 !important;
    margin: -10px 12px 0 0 !important;
    padding: 0 !important;
    height: auto !important;
    width: auto !important;
    max-width: 250px;
}

.servis-description {width:100%;float:none;margin: 0 auto;text-align: center;padding: 0px; position: static;margin-top: -20px;margin-bottom: 40px;}
.servis-description  H1{font: 400 38px/46px "Roboto", sans-serif;color: #1B1B1B;text-align: center;margin: 5px 40px 20px 40px;padding: 0px;}
.servis-description  H2{font: 400 18px/26px "Roboto", sans-serif;color: #1B1B1B;text-align: center;margin: 25px 40px 20px 40px;padding: 0px;}
.servis-description  p{text-align: center;}

.servis{width:100%;float:none;margin: 0 auto;text-align: left;padding: 0px; position: static;margin-top: 0px;margin-bottom: 0px;}

.servis-1{width:31%;float:left;margin: 0 auto;text-align: left;padding: 0px; position: static;margin-top: 0px;margin-bottom: 0px;}
.servis-1 img {max-width:100%;float:none;margin: 0px 0px 10px 0px;border-radius: 20px 20px 20px 20px;}

.servis-2 {width:65%;float:right;margin: 0 auto;text-align: left;padding: 0px; position: static;margin-top: 0px;margin-bottom: 0px;}
.servis-2  H1{font: 700 30px/36px "Roboto", sans-serif;color: #1B1B1B;text-align: left;margin: 0px 0px 20px 0px;padding: 0px;}
.servis-2  H2{font: 300 16px/24px "Roboto", sans-serif;color: #1B1B1B;text-align: left;margin: 20px 40px 10px 0px;padding: 0px;}
.servis-2  H3{font: 400 20px/26px "Roboto", sans-serif;color: #1B1B1B;text-align: left;margin: 10px 40px 10px 0px;padding: 0px;}
.servis-2  H6{text-align: center;margin: 20px 0px 20px 0px;padding: 0px;}
.servis-2 H6 a{color: #ffffff;text-decoration: none;}
.servis-2 H6 a:hover {color: #ffffff;}
.servis-2  p {font: 300 17px/24px "Roboto", sans-serif;color: #1B1B1B;text-align: left;margin: 7px 10px 7px 0px;padding: 0px;}
.servis-2 span {font: 400 15px/20px "Roboto", sans-serif;color: #5A697D;}
.servis-2 img {background-color: #23272A;border-style: none; border-radius: 99px 99px 99px 99px;margin: 40px 0px 0px 0px;padding: 14px 14px 14px 14px;height: 60px; width: 60px;}
.servis-2 a {color: #5F86FD;text-decoration: none;}
.servis-2 a:hover {color: #0058E6;}

.servis-2 h4 {
    font: 400 21px/30px "Roboto", sans-serif;
    text-align: left;
	max-width: 650px;
	margin-left: 80px;
	margin-top: -66px;
	margin-bottom: 0px;
	color: #1B1B1B;
}
.servis-2 h5 {
    font: 300 18px/24px "Roboto", sans-serif;
    text-align: left;
	max-width: 550px;
	margin-left: 80px;
	margin-top: 15px;
	margin-bottom: 10px;
	color: #1B1B1B;
}

.divider-dots {
  width: 100%;
  height: 1px;
  background: repeating-linear-gradient(
    90deg,
    transparent,
    transparent 5px,
    #ddd 5px,
    #ddd 10px
  );
  margin: 35px 0px 45px 0px;
}

.contacts-description {width:100%;float:none;margin: 0 auto;text-align: center;padding: 0px; position: static;margin-top: -20px;margin-bottom: 60px;}
.contacts-description H1{font: 400 50px/56px "Roboto", sans-serif;color: #1B1B1B;text-align: center;margin: 5px 0px 20px 0px;padding: 0px;}
.contacts-description H2{font: 400 21px/30px "Roboto", sans-serif;color: #1B1B1B;text-align: center;margin: 25px 60px 20px 60px;padding: 0px;}
.contacts-description H3{font: 700 28px/36px "Roboto", sans-serif;color: #DA210F;text-align: center;margin: 25px 20px 20px 20px;padding: 0px;}
.contacts-description span {font: 400 28px/36px "Roboto", sans-serif;color: #1B1B1B;}
.contacts-description p{text-align: center;}

.blocks-grid {display: flex;width: 100%;max-width: 1000px;margin: 0 auto;overflow: hidden;}
.block-contacts {flex: 1;min-height: 250px; /* Высота блоков */position: relative;}

/* Вертикальные разделители между блоками */
.block-contacts:not(:last-child)::after {
content: '';
position: absolute;
right: 0;
top: 0%;
bottom: 0%;
width: 1px;
background: linear-gradient(
to bottom,
transparent,
#e0e0e0 20%,
#e0e0e0 80%,
transparent
);
}

.block-contacts img {background-color: #1B1B1B;border-style: none; border-radius: 99px 99px 99px 99px;margin: 10px 20px 10px 20px;padding: 16px 16px 16px 16px;height: 80px; width: 80px;}
.block-contacts H1{font: 700 30px/36px "Roboto", sans-serif;color: #1B1B1B;text-align: center;margin: 20px 0px 20px 0px;padding: 0px;}
.block-contacts H2{font: 300 15px/24px "Roboto", sans-serif;color: #1B1B1B;text-align: center;margin: 20px 10px 10px 10px;padding: 0px;}
.block-contacts H3{font: 400 14px/20px "Roboto", sans-serif;color: #1B1B1B;text-align: center;margin: 10px 0px 60px 0px;padding: 0px;}

.contacts-map-info H2 {font: 300 18px/24px "Roboto", sans-serif;color: #1B1B1B;text-align: center;margin: -40px 0px 40px 0px;padding: 0px;}
.contacts-map-info p {text-align: center;margin: 10px 0px 40px 0px;}

.promotion {
    margin: 0 auto;
    background-color: #F5F6F7;
    max-width: 100%;
    margin-top: 60px;
    margin-bottom: -40px;
	padding-top: 10px;
	padding-bottom: 0px;
    border-radius: 10px;
    text-align: left;
    border: 4px dashed #CC0000;
    position: relative;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(204, 0, 0, 0.15);
}

.promotion H1{font: 700 40px/46px "Roboto", sans-serif;color: #1B1B1B;text-align: center;margin: 20px 0px 10px 0px;padding: 0px;}
.promotion H2{font: 400 20px/26px "Roboto", sans-serif;color: #1B1B1B;text-align: center;margin: 10px 20px 20px 20px;padding: 0px;}
.promotion H3{font: 700 32px/40px "Roboto", sans-serif;color: #CC0000;text-align: center;margin: 20px 20px 20px 20px;padding: 0px;}
.promotion H4{font: 700 20px/28px "Roboto", sans-serif;color: #1B1B1B;text-align: center;margin: 10px 40px 20px 40px;padding: 0px;}
.promotion H6{text-align: center;margin: 25px 0px 30px 0px;}
.promotion p {font: 300 20px/28px "Roboto", sans-serif;color: #1B1B1B;text-align: left;margin: 20px 40px 20px 40px;padding: 0px;}

.promotion-info H2 {font: 300 16px/25px "Roboto", sans-serif;color: #1B1B1B;text-align: center;margin: 70px 60px 0px 60px;padding: 0px;}

.button1 {
	display: inline-block;
	width: 340px;
	height: 74px;
	text-align: center;
	font-family:'Roboto';
    font-size:18px;
	line-height: 76px;
	font-weight: 400;
	color: #000000;
	vertical-align: middle;
	text-decoration: none;
	background-color: #F5F6F7;
	overflow: hidden;
	border-radius: 50px;
	transition: 0.3s linear;
	animation: pulse 1.5s infinite;
}

.button1:hover {
	box-shadow: 0px 0px 10px 12px rgba(239, 233, 219, 0.2);
	transform: scale(1.1);
}


.button2 {
	display: inline-block;
	width: 340px;
	height: 74px;
	text-align: center;
	font-family:'Roboto';
    font-size:18px;
	line-height: 76px;
	font-weight: 400;
	color: #ffffff;
	vertical-align: middle;
	text-decoration: none;
	background-color: #b31818;
	overflow: hidden;
	border-radius: 50px;
	transition: 0.3s linear;
}

.button2:hover {
	box-shadow: 0px 0px 10px 12px rgba(207, 22, 22, 0.3);
	transform: scale(1.1);
}

.button3 {
	display: inline-block;
	width: 440px;
	height: 74px;
	text-align: center;
	font-family:'Roboto';
    font-size:18px;
	line-height: 76px;
	font-weight: 400;
	color: #000000;
	vertical-align: middle;
	text-decoration: none;
	background-color: #F5F6F7;
	overflow: hidden;
	border-radius: 50px;
	transition: 0.3s linear;
	animation: pulse 1.5s infinite;
}

.button3:hover {
	box-shadow: 0px 0px 10px 12px rgba(239, 233, 219, 0.2);
	transform: scale(1.1);
}

.button4 {
	display: inline-block;
	width: 300px;
	height: 70px;
	text-align: center;
	font-family:'Roboto';
    font-size:17px;
	line-height: 68px;
	font-weight: 400;
	color: #ffffff;
	vertical-align: middle;
	text-decoration: none;
	background-color: #b31818;
	overflow: hidden;
	border-radius: 50px;
	transition: 0.3s linear;
	animation: pulse 1.5s infinite;
}

.button4:hover {
	box-shadow: 0px 0px 10px 12px rgba(207, 22, 22, 0.3);
	transform: scale(1.1);
}

.button-ord {
	display: inline-block;
	width: 280px;
	height: 64px;
	text-align: center;
	font-family:'Roboto';
    font-size:17px;
	line-height: 63px;
	font-weight: 400;
	color: #ffffff;
	vertical-align: middle;
	text-decoration: none;
	background-color: #b31818;
	overflow: hidden;
	border-radius: 50px;
	transition: 0.3s linear;
}

.button-ord:hover {
	box-shadow: 0px 0px 10px 12px rgba(207, 22, 22, 0.3);
	transform: scale(1.1);
}

.button-ord2 {
	display: inline-block;
	width: 300px;
	height: 64px;
	text-align: center;
	font-family:'Roboto';
    font-size:18px;
	line-height: 65px;
	font-weight: 400;
	color: #000000;
	vertical-align: middle;
	text-decoration: none;
	background-color: #F5F6F7;
	overflow: hidden;
	border-radius: 50px;
	transition: 0.3s linear;
}

.button-ord2:hover {
	box-shadow: 0px 0px 10px 12px rgba(239, 233, 219, 0.2);
	transform: scale(1.1);
}

}


/*----------------------------------------------------------------------------------------
						ПЛАНШЕТ
----------------------------------------------------------------------------------------*/


@media screen and (min-width:480px) and (max-width:800px) {

.logo {
  display: block;
  width: 140px;
  height: 50px;
  position: fixed;
  display: inline-block;
  top: 10px;
  left: 4%;
}

.logo img {
  width: 140px;
  margin: 0px 0px 0px 0px;
}


#descriptor {
background-image: url("images/laundry.jpg");
  margin: 0 auto;
  background-position: 40% center;
  background-repeat: no-repeat;
  background-size: cover;
  max-width: 98%;
  margin-top: 5px;
  margin-bottom: 60px;
  border-radius: 10px;
  text-align: center;
}
.container {
    max-width: 80%;
    margin: 0 auto;
    overflow: hidden;
	text-align: center;
}

#descriptor h1 {
    font: 700 18px/26px "Roboto", sans-serif;
    text-align: center;
	max-width: 100%;
	margin-top: 50px;
	margin-bottom: 10px;
	margin-left: 0px;
	color: #ffffff;
}
#descriptor h2 {
    font: 700 35px/45px "Roboto", sans-serif;
    text-align: center;
	max-width: 100%;
	margin-top: 25px;
	margin-bottom: 10px;
	margin-left: 0px;
	color: #ffffff;
}
#descriptor h3 {
    font: 400 18px/24px "Roboto", sans-serif;
    text-align: center;
	max-width: 100%;
	margin-top: 25px;
	margin-bottom: 10px;
	margin-left: 0px;
	color: #ffffff;
}
#descriptor h4 {
    font: 300 25px/30px "Roboto", sans-serif;
    text-align: center;
	padding: 30px 0px 20px 0px;
    color: #ffffff;
	max-width: 800px;
	margin-top: 20px;
	margin-left: 0px;
}

#descriptor h5 {
    font: 900 70px/70px "Roboto", sans-serif;
    text-align: center;
	padding: 15px 10px 15px 10px;
	max-width: 700px;
	margin: 0 auto;
	margin-top: 25px;
	margin-bottom: 10px;
	color: #ffffff;
	background-color: #ff0002;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

#descriptor p{text-align: center;margin-left: 0px;margin-top: 35px; margin-bottom: 25px;}

#descriptor img {text-align: center;max-width: 300px;margin: 0 auto;z-index: 99;margin-top: -20px;margin-bottom: -2px;}

.cont{padding-top: 25px;padding-bottom: 10px;}

.content{
    min-height: 200px;
    margin: 0 auto;
    width: 100%;
	max-width: 800px;
	position: static;
	padding: 20px 20px 20px 20px;
}

.content2{
    min-height: 10px;
    margin: 0 auto;
    width: 100%;
	max-width: 800px;
	position: static;
	padding: 0px 0px 0px 0px;
}

.location {width:80%;float:none;margin: 0 auto;text-align: left;padding: 0px; position: static;margin-top: 0px;margin-bottom: 40px;}

.location-0 {width:100%;float:left;margin: 0 auto;text-align: center;padding: 0px; position: static;margin-top: -50px;margin-right: 0px;margin-bottom: 0px;}
.location-0  H1{font: 700 30px/40px "Roboto", sans-serif;color: #1B1B1B;text-align: center;margin: 50px 0px 0px 0px;padding: 0px;}

.location-2 {z-index: 99;width:100%;float:right;margin: 0 auto;text-align: center;padding: 0px; position: relative;
margin-top: -140px;margin-bottom: 10px;margin-right: 0px;border-radius: 20px 20px 20px 20px;background-color: #23272A;}
.location-2  H1{font: 400 16px/25px "Roboto", sans-serif;color: #ffffff;text-align: center;margin: 25px 30px 20px 30px;padding-bottom: 20px;border-bottom: 1px solid #494949;}
.location-2  H2{font: 400 16px/25px "Roboto", sans-serif;color: #ffffff;text-align: center;margin: 20px 30px 25px 30px;padding: 0px;}
.location-2  p{margin: 0 auto;text-align: center;padding: 0px;margin-bottom: 35px;}

.about{width:80%;float:none;margin: 0 auto;text-align: center;padding: 0px; position: static;margin-top: 0px;margin-bottom: 0px;}

.about-1{width:100%;float:none;margin: 0 auto;text-align: center;padding: 0px; position: static;margin-top: 0px;margin-bottom: 0px;}
.about-1 img {max-width:100%;float:none;margin: 0px 0px 0px 0px;border-radius: 20px 20px 20px 20px;}

.about-2 {width:100%;float:none;margin: 0 auto;text-align: center;padding: 0px; position: static;margin-top: 0px;margin-bottom: 0px;}
.about-2  H1{font: 700 18px/26px "Roboto", sans-serif;color: #DA210F;text-align: center;margin: 50px 40px 20px 40px;padding: 0px;}
.about-2  H2{font: 400 38px/46px "Roboto", sans-serif;color: #1B1B1B;text-align: center;margin: 25px 20px 20px 20px;padding: 0px;}
.about-2  H3{font: 300 18px/26px "Roboto", sans-serif;color: #1B1B1B;text-align: center;margin: 20px 20px 20px 20px;padding: 0px;}
.about-2  p{text-align: center;}

.about-3 {width:90%;float:none;margin: 0 auto;text-align: left;padding: 0px; position: static;margin-top: 20px;margin-bottom: 40px;padding-bottom: 1px;border-radius: 20px 20px 20px 20px;background-color: #F5F6F7;}
.about-3  H1{font: 700 18px/26px "Roboto", sans-serif;color: #da210f;text-align: left;margin: 30px 0px 20px 20px;padding: 0px;}
.about-3  H3{font: 300 17px/26px "Roboto", sans-serif;color: #1B1B1B;text-align: left;margin: 20px 20px 40px 20px;padding: 0px;}
.about-3  img {background-color: #1B1B1B;border-style: none; border-radius: 99px 99px 99px 99px;margin: 30px 0px 0px 20px;padding: 14px 14px 14px 14px;height: 60px; width: 60px;}

.about-4 {width:90%;float:none;margin: 0 auto;text-align: left;padding: 0px; position: static;margin-top: 20px;margin-bottom: 40px;padding-bottom: 1px;border-radius: 20px 20px 20px 20px;background-color: #F5F6F7;}
.about-4  H1{font: 700 18px/26px "Roboto", sans-serif;color: #da210f;text-align: left;margin: 30px 0px 20px 20px;padding: 0px;}
.about-4  H3{font: 300 17px/26px "Roboto", sans-serif;color: #1B1B1B;text-align: left;margin: 20px 20px 40px 20px;padding: 0px;}
.about-4  img {background-color: #1B1B1B;border-style: none; border-radius: 99px 99px 99px 99px;margin: 30px 0px 0px 20px;padding: 14px 14px 14px 14px;height: 60px; width: 60px;}

.step-description {width:100%;float:none;margin: 0 auto;text-align: center;padding: 0px; position: static;margin-top: 0px;margin-bottom: 0px;}

.step-description-1 {width:90%;float:none;margin: 0 auto;text-align: center;padding: 0px; position: static;margin-top: 0px;margin-bottom: 0px;}
.step-description-1  H1{font: 700 18px/26px "Roboto", sans-serif;color: #ffffff;text-align: center;margin: 10px 0px 20px 0px;padding: 0px;}
.step-description-1  H2{font: 400 36px/46px "Roboto", sans-serif;color: #ffffff;text-align: center;margin: 25px 0px 20px 0px;padding: 0px;}
.step-description-1  p{text-align: center;}

.step-description-2 {width:90%;float:none;margin: 0 auto;text-align: center;padding: 0px; position: static;margin-top: 0px;margin-bottom: 0px;}
.step-description-2  H3{font: 300 17px/25px "Roboto", sans-serif;color: #ffffff;text-align: center;margin: 0px 20px 25px 20px;padding: 0px;}
.step-description-2  p{text-align: center;}

.step{width:100%;float:left;margin: 0 auto;text-align: left;padding: 0px; position: static;margin-top: 20px;margin-bottom: 20px;}

.step-1 {width:100%;min-height: 230px;float:none;margin: 0 auto;text-align: left;padding-bottom: 20px; padding-top: 40px;
position: static;margin-top: 0px;margin-bottom: -10px;border-radius: 20px 20px 20px 20px;
background: linear-gradient(to bottom right, #ffffff, #cfd1d3);border: 2px solid #cfd1d3;transition: 0.5s linear;}
.step-1 H1{font: 700 25px/30px "Roboto", sans-serif;color: #1B1B1B;text-align: left;margin: 0px 20px 40px 20px;border-bottom: 1px solid #a2a2a2;padding-bottom:20px;}
.step-1 H2{font: 700 20px/26px "Roboto", sans-serif;color: #1B1B1B;text-align: left;margin: 0px 20px 20px 20px;}
.step-1 H3{font: 300 16px/24px "Roboto", sans-serif;color: #1B1B1B;text-align: left;margin: 0px 20px 0px 20px;}

.step-1:hover {background: linear-gradient(to bottom right, #cfd1d3, #ffffff);border: 2px solid #ffffff;}

.step-2 {display:none;}
.step-2 img {position: static;margin: -8px 0px 10px 0px;}

.services-description {width:100%;float:none;margin: 0 auto;text-align: left;padding: 0px; position: static;margin-top: 0px;margin-bottom: 0px;}

.services-description-1 {width:90%;float:none;margin: 0 auto;text-align: center;padding: 0px; position: static;margin-top: 0px;margin-bottom: 0px;}
.services-description-1  H1{font: 700 18px/26px "Roboto", sans-serif;color: #1B1B1B;text-align: center;margin: 0px 0px 20px 0px;padding: 0px;}
.services-description-1  H2{font: 400 36px/46px "Roboto", sans-serif;color: #1B1B1B;text-align: center;margin: 25px 0px 20px 0px;padding: 0px;}
.services-description-1  p{text-align: center;}

.services-description-2 {width:100%;float:none;margin: 0 auto;text-align: center;padding: 0px; position: static;margin-top: 0px;margin-bottom: 0px;}
.services-description-2  H3{font: 300 17px/25px "Roboto", sans-serif;color: #1B1B1B;text-align: center;margin: 0px 20px 20px 20px;padding: 0px;}
.services-description-2  p{text-align: center;}

.services {width:100%;float:none;margin: 0 auto;text-align: left;padding: 0px;margin-top: 40px;margin-bottom: -20px;}

.services-1 {width:100%;float:none;margin: 0 auto;text-align: center;padding: 0px; position: static;margin-right: 19px;margin-top: 0px;margin-bottom: 0px;}
.services-1  H1{font: 700 25px/30px "Roboto", sans-serif;color: #1B1B1B;text-align: center;margin: 10px 20px 20px 20px;padding: 0px;}
.services-1  H2{font: 400 16px/24px "Roboto", sans-serif;color: #1B1B1B;text-align: center;margin: 25px 20px 20px 20px;padding: 0px;}
.services-1  H3{font: 400 15px/20px "Roboto", sans-serif;color: #5F86FD;text-align: center;margin: 25px 20px 40px 20px;padding: 0px;}
.services-1 img {transition: transform 0.5s ease;width: 90%;height: 100%;border-radius: 20px 20px 20px 20px;margin-bottom: 10px;}
.services-1 img:hover {transform: scale(1.05);}
.services-1 a {color: #5F86FD;text-decoration: none;}
.services-1 a:hover {color: #0058E6;}

.services-2 {width:100%;float:none;margin: 0 auto;text-align: center;padding: 0px; position: static;margin-right: 19px;margin-top: 0px;margin-bottom: 0px;}
.services-2  H1{font: 700 25px/30px "Roboto", sans-serif;color: #1B1B1B;text-align: center;margin: 10px 20px 20px 20px;padding: 0px;}
.services-2  H2{font: 400 16px/24px "Roboto", sans-serif;color: #1B1B1B;text-align: center;margin: 25px 20px 20px 20px;padding: 0px;}
.services-2  H3{font: 400 15px/20px "Roboto", sans-serif;color: #5F86FD;text-align: center;margin: 25px 20px 40px 20px;padding: 0px;}
.services-2 img {transition: transform 0.5s ease;width: 90%;height: 100%;border-radius: 20px 20px 20px 20px;margin-bottom: 10px;}
.services-2 img:hover {transform: scale(1.05);}
.services-2 a {color: #5F86FD;text-decoration: none;}
.services-2 a:hover {color: #0058E6;}

.services-3 {width:100%;float:none;margin: 0 auto;text-align: center;padding: 0px; position: static;margin-right: 19px;margin-top: 0px;margin-bottom: 0px;}
.services-3  H1{font: 700 25px/30px "Roboto", sans-serif;color: #1B1B1B;text-align: center;margin: 10px 20px 20px 20px;padding: 0px;}
.services-3  H2{font: 400 16px/24px "Roboto", sans-serif;color: #1B1B1B;text-align: center;margin: 25px 20px 20px 20px;padding: 0px;}
.services-3  H3{font: 400 15px/20px "Roboto", sans-serif;color: #5F86FD;text-align: center;margin: 25px 20px 40px 20px;padding: 0px;}
.services-3 img {transition: transform 0.5s ease;width: 90%;height: 100%;border-radius: 20px 20px 20px 20px;margin-bottom: 10px;}
.services-3 img:hover {transform: scale(1.05);}
.services-3 a {color: #5F86FD;text-decoration: none;}
.services-3 a:hover {color: #0058E6;}

.cont-benefits{padding-top: 1px;padding-bottom: 1px;}

.benefits {
background-image: url("images/two-employees.jpg");
  margin: 0 auto;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  max-width: 96%;
  margin-top: 15px;
  margin-bottom: 40px;
  border-radius: 10px;
  text-align: left;
}
.container2 {
    max-width: 800px;
    margin: 0 auto;
    overflow: hidden;
	padding-bottom: 30px;
	padding-left: 40px;
	padding-right: 40px;
}


.benefits h1 {
    font: 400 42px/50px "Roboto", sans-serif;
    text-align: center;
	margin: 0 auto;
	max-width: 800px;
	margin-top: 40px;
	margin-bottom: 10px;
	color: #ffffff;
}
.benefits h2 {
    font: 700 25px/30px "Roboto", sans-serif;
    text-align: left;
	max-width: 800px;
	margin-left: 100px;
	margin-top: -60px;
	margin-bottom: 0px;
	color: #ffffff;
}
.benefits h3 {
    font: 400 17px/23px "Roboto", sans-serif;
    text-align: left;
	max-width: 800px;
	margin-left: 100px;
	margin-top: 15px;
	margin-bottom: 10px;
	color: #ffffff;
}

.benefits img {background-color: #ffffff;border-style: none; border-radius: 99px 99px 99px 99px;margin: 40px 0px 0px 30px;padding: 10px 10px 10px 10px;height: 50px; width: 50px;}

.sale {width:90%;float:none;margin: 0 auto;text-align: center;padding: 10px; position: static;
margin-top: 60px;margin-bottom: 20px;border-radius: 20px 20px 20px 20px;background-color: #ffffff;}
.sale  H1{font: 700 25px/32px "Roboto", sans-serif;color: #1B1B1B;text-align: center;margin: 30px 20px 20px 20px;padding: 0px;}
.sale  H2{font: 300 18px/26px "Roboto", sans-serif;color: #1B1B1B;text-align: center;margin: 20px 20px 25px 20px;padding: 0px;max-width: 600px;}
.sale  p{margin: 0 auto;text-align: center;padding: 0px;margin-bottom: 35px;}

.tarif-description {width:90%;float:none;margin: 0 auto;text-align: center;padding: 0px; position: static;margin-top: -20px;margin-bottom: 80px;}
.tarif-description  H1{font: 400 36px/46px "Roboto", sans-serif;color: #1B1B1B;text-align: center;margin: 5px 0px 20px 0px;padding: 0px;}
.tarif-description  H2{font: 400 18px/26px "Roboto", sans-serif;color: #1B1B1B;text-align: center;margin: 25px 10px 20px 10px;padding: 0px;}
.tarif-description  p{text-align: center;}

.tarif {width:400px;float:none;margin: 0 auto;text-align: center;padding: 0px;margin-top: 20px;margin-bottom: 0px;}

.tarif-1 {width:100%;float:left;margin: 0 auto;text-align: center;padding: 0px; position: static;margin-right: 0px;margin-left: 0px;margin-top: -25px;margin-bottom: 60px;border-radius: 20px 20px 20px 20px;background-color: #F5F6F7;}
.tarif-1  H1{font: 700 15px/19px "Roboto", sans-serif;text-align: center;width: 88%;height: 50px;
padding: 15px 15px 0px 15px;background: #23272A;color: #ffffff;text-transform: uppercase;border-radius: 50px;border: 2px solid #ffffff;}
.tarif-1  H2{font: 400 19px/25px "Roboto", sans-serif;color: #000000;text-align: center;margin: 25px 20px 15px 20px;padding: 0px;}
.tarif-1  H3{font: 400 15px/20px "Roboto", sans-serif;color: #5D6B7D;text-align: center;margin: 15px 30px 20px 30px;padding: 0px;}
.tarif-1  H4{font: 400 45px/40px "Roboto", sans-serif;color: #1B1B1B;text-align: center;margin: 25px 20px 17px 20px;padding: 0px;}
.tarif-1  H5{font: 400 18px/24px "Roboto", sans-serif;color: #1B1B1B;text-align: left;margin: 20px 10px 20px 30px;padding: 0px;}
.tarif-1  H6{margin: 0 auto;text-align: center;margin-top: 30px;margin-bottom: 30px;}
.tarif-1  p {font: 400 15px/20px "Roboto", sans-serif;color: #5D6B7D;text-align: left;margin: 15px 10px 15px 30px;padding: 0px;}
.tarif-1 span {font: 400 15px/20px "Roboto", sans-serif;color: #5A697D;}

.tarif-2 {width:100%;float:left;margin: 0 auto;text-align: center;padding: 0px; position: static;margin-right: 0px;margin-top: 0px;margin-bottom: 60px;border-radius: 20px 20px 20px 20px;background-color: #F5F6F7;}
.tarif-2  H1{font: 700 15px/19px "Roboto", sans-serif;text-align: center;width: 88%;height: 50px;
padding: 15px 15px 0px 15px;background: #23272A;color: #ffffff;text-transform: uppercase;border-radius: 50px;border: 2px solid #ffffff;}
.tarif-2  H2{font: 400 19px/25px "Roboto", sans-serif;color: #000000;text-align: center;margin: 25px 20px 15px 20px;padding: 0px;}
.tarif-2  H3{font: 400 15px/20px "Roboto", sans-serif;color: #5D6B7D;text-align: center;margin: 15px 30px 20px 30px;padding: 0px;}
.tarif-2  H4{font: 400 45px/40px "Roboto", sans-serif;color: #1B1B1B;text-align: center;margin: 25px 20px 17px 20px;padding: 0px;}
.tarif-2  H5{font: 400 18px/24px "Roboto", sans-serif;color: #1B1B1B;text-align: left;margin: 20px 20px 20px 20px;padding: 0px;}
.tarif-2  H6{margin: 0 auto;text-align: center;margin-top: 30px;margin-bottom: 30px;}
.tarif-2  p {font: 400 15px/20px "Roboto", sans-serif;color: #5D6B7D;text-align: left;margin: 15px 10px 15px 30px;padding: 0px;}
.tarif-2 span {font: 400 15px/20px "Roboto", sans-serif;color: #5A697D;}

.tarif-3 {width:100%;float:right;margin: 0 auto;text-align: center;padding: 0px; position: static;margin-top: 0px;margin-bottom: 0px;border-radius: 20px 20px 20px 20px;background-color: #F5F6F7;}
.tarif-3  H1{font: 700 15px/19px "Roboto", sans-serif;text-align: center;width: 88%;height: 50px;
padding: 15px 15px 0px 15px;background: #23272A;color: #ffffff;text-transform: uppercase;border-radius: 50px;border: 2px solid #ffffff;}
.tarif-3  H2{font: 400 19px/25px "Roboto", sans-serif;color: #000000;text-align: center;margin: 25px 20px 15px 20px;padding: 0px;}
.tarif-3  H3{font: 400 15px/20px "Roboto", sans-serif;color: #5D6B7D;text-align: center;margin: 15px 30px 20px 30px;padding: 0px;}
.tarif-3  H4{font: 400 45px/40px "Roboto", sans-serif;color: #1B1B1B;text-align: center;margin: 25px 20px 17px 20px;padding: 0px;}
.tarif-3  H5{font: 400 18px/24px "Roboto", sans-serif;color: #1B1B1B;text-align: left;margin: 20px 20px 20px 20px;padding: 0px;}
.tarif-3  H6{margin: 0 auto;text-align: center;margin-top: 30px;margin-bottom: 30px;}
.tarif-3  p {font: 400 15px/20px "Roboto", sans-serif;color: #5D6B7D;text-align: left;margin: 15px 10px 15px 30px;padding: 0px;}
.tarif-3 span {font: 400 15px/20px "Roboto", sans-serif;color: #5A697D;}

.tarif-link {width:90%;float:none;margin: 0 auto;text-align: center;padding: 0px; position: static;margin-top: 40px;margin-bottom: 0px;}
.tarif-link H3 {font: 400 17px/20px "Roboto", sans-serif;color: #5D6B7D;text-align: center;margin: 15px 0px 15px 0px;padding: 0px;}
.tarif-link a {color: #5F86FD;text-decoration: none;}
.tarif-link a:hover {color: #0058E6;}

.advantage{width:100%;float:none;margin: 0 auto;text-align: center;padding: 0px; position: static;margin-top: 0px;margin-bottom: 0px;}

.advantage-1{width:100%;float:none;margin: 0 auto;text-align: center;padding: 0px; position: static;margin-top: 0px;margin-bottom: 0px;}
.advantage-1 img {max-width:80%;float:none;margin: 0px 0px 0px 0px;border-radius: 20px 20px 20px 20px;}

.advantage-2 {width:100%;float:none;margin: 0 auto;text-align: left;padding: 0px; position: static;margin-top: 0px;margin-bottom: 0px;}
.advantage-2  H1{font: 700 18px/26px "Roboto", sans-serif;color: #DA210F;text-align: center;margin: 50px 40px 20px 40px;padding: 0px;}
.advantage-2  H2{font: 400 36px/46px "Roboto", sans-serif;color: #1B1B1B;text-align: center;margin: 25px 40px 20px 40px;padding: 0px;}
.advantage-2  H3{font: 300 18px/24px "Roboto", sans-serif;color: #1B1B1B;text-align: center;margin: 20px 20px 20px 20px;padding: 0px;}

.advantage-2  p{text-align: center;margin-top: 35px;}
.advantage-2 img {background-color: #23272A;border-style: none; border-radius: 99px 99px 99px 99px;margin: 40px 0px 0px 30px;padding: 14px 14px 14px 14px;height: 60px; width: 60px;}

.advantage-2 h4 {
    font: 400 21px/30px "Roboto", sans-serif;
    text-align: left;
	max-width: 600px;
	margin-left: 110px;
	margin-top: -66px;
	margin-bottom: 0px;
	color: #1B1B1B;
}
.advantage-2 h5 {
    font: 300 18px/24px "Roboto", sans-serif;
    text-align:600px;
	margin-left: 110px;
	margin-top: 15px;
	margin-bottom: 10px;
	color: #1B1B1B;
}
.advantage-2 .signature-img {
    background-color: transparent !important;
    border: none !important;
    border-radius: 0 !important;
    margin: -10px 12px 0 0 !important;
    padding: 0 !important;
    height: auto !important;
    width: auto !important;
    max-width: 250px;
}

.servis-description {width:100%;float:none;margin: 0 auto;text-align: center;padding: 0px; position: static;margin-top: -20px;margin-bottom: 30px;}
.servis-description  H1{font: 400 38px/46px "Roboto", sans-serif;color: #1B1B1B;text-align: center;margin: 5px 20px 20px 20px;padding: 0px;}
.servis-description  H2{font: 400 18px/26px "Roboto", sans-serif;color: #1B1B1B;text-align: center;margin: 20px 20px 20px 20px;padding: 0px;}
.servis-description  p{text-align: center;}

.servis{width:100%;float:none;margin: 0 auto;text-align: center;padding: 0px; position: static;margin-top: 0px;margin-bottom: -30px;}

.servis-1{width:100%;float:none;margin: 0 auto;text-align: center;padding: 0px; position: static;margin-top: 0px;margin-bottom: 0px;}
.servis-1 img {max-width:80%;float:none;margin: 0px 0px 0px 0px;border-radius: 20px 20px 20px 20px;}

.servis-2 {width:100%;float:none;margin: 0 auto;text-align: left;padding: 0px; position: static;margin-top: 0px;margin-bottom: 60px;}
.servis-2  H1{font: 700 28px/32px "Roboto", sans-serif;color: #1B1B1B;text-align: center;margin: 20px 40px 30px 40px;padding: 0px;}
.servis-2  H2{font: 300 17px/24px "Roboto", sans-serif;color: #1B1B1B;text-align: left;margin: 20px 10px 10px 10px;padding: 0px;}
.servis-2  H3{font: 400 20px/26px "Roboto", sans-serif;color: #1B1B1B;text-align: left;margin: 10px 10px 10px 10px;padding: 0px;}
.servis-2  H6{text-align: center;margin: 20px 0px 20px 0px;padding: 0px;}
.servis-2 H6 a{color: #ffffff;text-decoration: none;}
.servis-2 H6 a:hover {color: #ffffff;}
.servis-2  p {font: 300 17px/24px "Roboto", sans-serif;color: #1B1B1B;text-align: left;margin: 7px 10px 7px 10px;padding: 0px;}
.servis-2 span {font: 400 15px/22px "Roboto", sans-serif;color: #5A697D;}
.servis-2 img {background-color: #23272A;border-style: none; border-radius: 99px 99px 99px 99px;margin: 40px 0px 0px 0px;padding: 14px 14px 14px 14px;height: 60px; width: 60px;}
.servis-2 a {color: #5F86FD;text-decoration: none;}
.servis-2 a:hover {color: #0058E6;}

.servis-2 h4 {
    font: 400 21px/30px "Roboto", sans-serif;
    text-align: left;
	max-width: 650px;
	margin-left: 80px;
	margin-top: -66px;
	margin-bottom: 0px;
	color: #1B1B1B;
}
.servis-2 h5 {
    font: 300 18px/24px "Roboto", sans-serif;
    text-align: left;
	max-width: 550px;
	margin-left: 80px;
	margin-top: 15px;
	margin-bottom: 10px;
	color: #1B1B1B;
}

.divider-dots {
  width: 100%;
  height: 1px;
  background: repeating-linear-gradient(
    90deg,
    transparent,
    transparent 5px,
    #ddd 5px,
    #ddd 10px
  );
  margin: 30px 0px 35px 0px;
}


.blocks-grid {
                flex-direction: column;
            }
            
            .block-contacts {
                flex: 0 0 auto;
                width: 100%;
                min-height: 180px;
                border-bottom: 1px solid #e0e0e0;
            }
            
            /* Убираем все вертикальные разделители */
            .block-contacts:not(:last-child)::after {
                display: none;
            }
            
            /* Убираем нижнюю границу у последнего блока */
            .block-contacts:last-child {
                border-bottom: none;
            }


.contacts-description {width:100%;float:none;margin: 0 auto;text-align: center;padding: 0px; position: static;margin-top: -20px;margin-bottom: 20px;}
.contacts-description H1{font: 400 38px/46px "Roboto", sans-serif;color: #1B1B1B;text-align: center;margin: 5px 0px 20px 0px;padding: 0px;}
.contacts-description H2{font: 400 18px/26px "Roboto", sans-serif;color: #1B1B1B;text-align: center;margin: 25px 20px 20px 20px;padding: 0px;}
.contacts-description H3{font: 700 20px/28px "Roboto", sans-serif;color: #DA210F;text-align: center;margin: 25px 20px 20px 20px;padding: 0px;}
.contacts-description span {font: 400 20px/28px "Roboto", sans-serif;color: #1B1B1B;}
.contacts-description p{text-align: center;}

.block-contacts img {background-color: #1B1B1B;border-style: none; border-radius: 99px 99px 99px 99px;margin: 30px 20px 10px 20px;padding: 16px 16px 16px 16px;height: 80px; width: 80px;}
.block-contacts H1{font: 700 30px/36px "Roboto", sans-serif;color: #1B1B1B;text-align: center;margin: 20px 0px 20px 0px;padding: 0px;}
.block-contacts H2{font: 300 16px/23px "Roboto", sans-serif;color: #1B1B1B;text-align: center;margin: 20px 40px 10px 40px;padding: 0px;}
.block-contacts H3{font: 400 17px/24px "Roboto", sans-serif;color: #1B1B1B;text-align: center;margin: 10px 0px 30px 0px;padding: 0px;}

.contacts-map-info H2 {font: 300 16px/24px "Roboto", sans-serif;color: #1B1B1B;text-align: center;margin: -40px 0px 20px 0px;padding: 0px;}
.contacts-map-info p {text-align: center;margin: 10px 0px 20px 0px;}

.contacts-map {
    width: 90%;
    float: none;
    margin: 0 auto;
    text-align: center;
    padding: 0px;
    position: relative; /* Важно для позиционирования overlay */
    margin-top: -20px;
    margin-bottom: 60px;
}

.promotion {
    margin: 0 auto;
    background-color: #F5F6F7;
    max-width: 100%;
    margin-top: 40px;
    margin-bottom: -40px;
	padding-top: 10px;
	padding-bottom: 0px;
    border-radius: 10px;
    text-align: left;
    border: 4px dashed #CC0000;
    position: relative;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(204, 0, 0, 0.15);
}

.promotion H1{font: 700 30px/36px "Roboto", sans-serif;color: #1B1B1B;text-align: center;margin: 20px 0px 10px 0px;padding: 0px;}
.promotion H2{font: 400 20px/26px "Roboto", sans-serif;color: #1B1B1B;text-align: center;margin: 10px 20px 20px 20px;padding: 0px;}
.promotion H3{font: 700 32px/40px "Roboto", sans-serif;color: #CC0000;text-align: center;margin: 20px 20px 20px 20px;padding: 0px;}
.promotion H4{font: 700 20px/28px "Roboto", sans-serif;color: #1B1B1B;text-align: center;margin: 10px 40px 20px 40px;padding: 0px;}
.promotion H6{text-align: center;margin: 25px 0px 30px 0px;}
.promotion p {font: 300 18px/26px "Roboto", sans-serif;color: #1B1B1B;text-align: left;margin: 20px 20px 20px 20px;padding: 0px;}

.promotion-info H2 {font: 300 16px/25px "Roboto", sans-serif;color: #1B1B1B;text-align: center;margin: 70px 20px 0px 20px;padding: 0px;}


.button1 {
	display: inline-block;
	width: 340px;
	height: 74px;
	text-align: center;
	font-family:'Roboto';
    font-size:18px;
	line-height: 76px;
	font-weight: 400;
	color: #000000;
	vertical-align: middle;
	text-decoration: none;
	background-color: #F5F6F7;
	overflow: hidden;
	border-radius: 50px;
	transition: 0.3s linear;
	animation: pulse 1.5s infinite;
}

.button1:hover {
	box-shadow: 0px 0px 10px 12px rgba(239, 233, 219, 0.2);
	transform: scale(1.1);
}

.button2 {
	display: inline-block;
	width: 340px;
	height: 74px;
	text-align: center;
	font-family:'Roboto';
    font-size:18px;
	line-height: 76px;
	font-weight: 400;
	color: #ffffff;
	vertical-align: middle;
	text-decoration: none;
	background-color: #b31818;
	overflow: hidden;
	border-radius: 50px;
	transition: 0.3s linear;
}

.button2:hover {
	box-shadow: 0px 0px 10px 12px rgba(207, 22, 22, 0.3);
	transform: scale(1.1);
}

.button3 {
	display: inline-block;
	width: 380px;
	height: 74px;
	text-align: center;
	font-family:'Roboto';
    font-size:16px;
	line-height: 74px;
	font-weight: 400;
	color: #000000;
	vertical-align: middle;
	text-decoration: none;
	background-color: #F5F6F7;
	overflow: hidden;
	border-radius: 50px;
	transition: 0.3s linear;
	animation: pulse 1.5s infinite;
}

.button3:hover {
	box-shadow: 0px 0px 10px 12px rgba(239, 233, 219, 0.2);
	transform: scale(1.1);
}

.button4 {
	display: inline-block;
	width: 300px;
	height: 70px;
	text-align: center;
	font-family:'Roboto';
    font-size:17px;
	line-height: 68px;
	font-weight: 400;
	color: #ffffff;
	vertical-align: middle;
	text-decoration: none;
	background-color: #b31818;
	overflow: hidden;
	border-radius: 50px;
	transition: 0.3s linear;
	animation: pulse 1.5s infinite;
}

.button4:hover {
	box-shadow: 0px 0px 10px 12px rgba(207, 22, 22, 0.3);
	transform: scale(1.1);
}

.button-ord {
	display: inline-block;
	width: 280px;
	height: 64px;
	text-align: center;
	font-family:'Roboto';
    font-size:17px;
	line-height: 63px;
	font-weight: 400;
	color: #ffffff;
	vertical-align: middle;
	text-decoration: none;
	background-color: #b31818;
	overflow: hidden;
	border-radius: 50px;
	transition: 0.3s linear;
}

.button-ord:hover {
	box-shadow: 0px 0px 10px 12px rgba(207, 22, 22, 0.3);
	transform: scale(1.1);
}

.button-ord2 {
	display: inline-block;
	width: 300px;
	height: 64px;
	text-align: center;
	font-family:'Roboto';
    font-size:18px;
	line-height: 65px;
	font-weight: 400;
	color: #000000;
	vertical-align: middle;
	text-decoration: none;
	background-color: #F5F6F7;
	overflow: hidden;
	border-radius: 50px;
	transition: 0.3s linear;
}

.button-ord2:hover {
	box-shadow: 0px 0px 10px 12px rgba(239, 233, 219, 0.2);
	transform: scale(1.1);
}



.button_sub{text-decoration:none; text-align:center;
width:80%;
 cursor: pointer;
 margin-top:17px;
 padding:20px 10px; 
 border:none; 
 -webkit-border-radius:50px;
 -moz-border-radius:50px; 
 border-radius: 50px; 
 font: 400 15px/25px "Roboto", sans-serif;
 color:#fff; 
 background:#b80517;
transition: 0.3s linear; 
}


.button_sub:hover{ 
 border:none; 
 color:#fff; 
 background:#E8051B;  
}



/* стили блока аккордеон */
.accordion {
  width:100%;
  max-width: 100%; 
  margin: 0 auto;
  margin-top:30px;
  margin-bottom:40px;
}
/* секции аккордеона */
.accordion .accordion_item {
  margin-bottom:1px;
  position:relative;
}

.accordion_item h6{
font: 300 42px/45px "Roboto", sans-serif;
  margin:0;
  padding:0;
  border:0;
  outline:medium none;
  list-style:none
  text-align: left;
}

/* заголовки панелей аккордеона */
.accordion .title_block {
  font: 300 17px/23px "Roboto", sans-serif;
  text-align:left;
  color: #fff;
  cursor:pointer;
  background: #29364b;
  padding:15px 55px 15px 20px;
  margin-bottom:5px;
   -webkit-border-radius:4px;
 -moz-border-radius:4px; 
 border-radius: 4px; 
  -webkit-transition:all .2s linear 0;
  -webkit-transition-delay:.2s 0;
  transition:all .2s linear 0;
}
/* переключатель панелей, положение вниз */
.accordion .title_block:before {
  content:'';
  height:8px;
  width:8px;
  display:block;
  border:2px solid #fefefe;
  border-right-width:0;
  border-top-width:0;
  -ms-transform:rotate(-45deg);
  -webkit-transform:rotate(-45deg);
  transform:rotate(-45deg);
  position:absolute;
  right:20px;
  top:18px;

}


/* активный переключатель, положение вверх */
.accordion .active_block .title_block:before {
  border:2px solid #fefefe;
  border-left-width:0;
  border-bottom-width:0;
  top:23px
}
.accordion .title_block:hover {
  background: #324057  
}

/* заголовок активного блока  */
.accordion .active_block .title_block {
  background: #324057;
  color:#fff
}
/* блоки с содержанием */
.accordion .info {
  display:none;
  padding:0px;
  padding-bottom:10px;
  overflow: hidden;
  background:#f7f7f7;
   -webkit-border-radius:4px;
 -moz-border-radius:4px; 
 border-radius: 4px; 
}
/* параграф внутри блоков с содержанием */
.accordion .info_item {
  margin-bottom:10px
}


/* Всплывающее окно */	

.parent_popup, .parent_popup_click {
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
  position: fixed;
  z-index: 99999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.popup, .popup_click { 
  background: #F4F4F4;
    max-width: 600px;
    width:96%;
    margin: 7% auto;
	padding: 5px 10px 13px 10px;
	border: 5px solid #DA210F;
	position: relative;
	/*--CSS3 CSS3 Тени для Блока--*/
	-webkit-box-shadow: 0px 0px 20px #000;
	-moz-box-shadow: 0px 0px 20px #000;
	box-shadow: 0px 0px 20px #000;
	/*--CSS3 Закругленные углы--*/
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

/* кнопка закрытия */
.close {
    background-color: rgba(0, 0, 0, 0.8);
	border: 2px solid #ccc;
    height: 24px;
    line-height: 24px;
    position: absolute;
    right: -24px;
	cursor: pointer;
    text-align: center;
    text-decoration: none;
	color: rgba(255, 255, 255, 0.9);
    font-size: 14px;
    font-family: helvetica, arial;
    text-shadow: 0 -1px rgba(0, 0, 0, 0.9);
    top: -24px;
    width: 24px;
	-webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
}
.close:hover {
    background-color: rgba(157, 7, 4, 0.9);
}


/*----------------------------------------------------------------------------------------
						CONTACT FORM STYLE
----------------------------------------------------------------------------------------*/

.form-container {
	background: #F4F4F4;
	margin: 0 auto;
	padding: 10px 10px 5px 10px;
	border-radius: 20px;
	text-align: center;
	font: 300 15px "Roboto", sans-serif;
}
.form-container form{
	margin: 0 auto;
	text-align: center;
}

.button_sub{text-decoration:none; text-align:center;
width:100%;
 cursor: pointer;
 margin-top:5px;
 padding:15px 10px; 
 border:none; 
 -webkit-border-radius:50px;
 -moz-border-radius:50px; 
 border-radius: 50px; 
 font: 400 17px/30px "Roboto", sans-serif;
 color:#fff; 
 background:#b80517;  
}



.button_sub:hover{ 
 border:none; 
 color:#fff; 
 background:#E8051B;  
}

.zag_form {
	font: 400 17px/23px "Roboto", sans-serif;
	color: #1B1B1B;
	text-align: center;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.gar_form {
	font: 300 13px/15px "Roboto", sans-serif;
	color: #878586;
	text-align: center;
	margin-left: -10px;
	margin-right: -10px;
	margin-top: 20px;
	margin-bottom: -20px;
}

input[type=text], input[type=email], input[type=tel]{
width:100%;
height:40px;
text-align:left;
font: 300 16px/16px "Roboto", sans-serif;
color:#4f4f4f;
font-style:normal;
margin:5px 0px 5px 0px;
padding-left:15px;
border: 1px solid #989999; 
 -webkit-border-radius:4px;
 -moz-border-radius:4px; 
 border-radius: 4px; 
}

input[type=text]:hover, input[type=email], input[type=tel]:hover{

border: 1px solid #FFAF02; 
}

}


/*----------------------------------------------------------------------------------------
						МОБИЛЬНИК
----------------------------------------------------------------------------------------*/

@media screen and (min-width:240px) and (max-width:479px) {


.logo {
  display: block;
  width: 140px;
  height: 50px;
  position: fixed;
  display: inline-block;
  top: 12px;
  left: 4%;
}

.logo img {
  width: 140px;
  margin: 0px 0px 0px 0px;
}


#descriptor {
background-image: url("images/laundry.jpg");
  margin: 0 auto;
  background-position: 40% center;
  background-repeat: no-repeat;
  background-size: cover;
  max-width: 96%;
  margin-top: 5px;
  margin-bottom: 60px;
  border-radius: 10px;
  text-align: center;
}
.container {
    max-width: 100%;
    margin: 0 auto;
    overflow: hidden;
	text-align: center;
}

#descriptor h1 {
    font: 700 18px/26px "Roboto", sans-serif;
    text-align: center;
	max-width: 100%;
	margin-top: 30px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
	color: #ffffff;
}
#descriptor h2 {
    font: 700 25px/30px "Roboto", sans-serif;
    text-align: center;
	max-width: 100%;
	margin-top: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
	margin-right: 20px;
	color: #ffffff;
}
#descriptor h3 {
    font: 400 15px/22px "Roboto", sans-serif;
    text-align: center;
	max-width: 100%;
	margin-top: 25px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
	color: #ffffff;
}

#descriptor p{text-align: center;margin-left: 0px;margin-top: 35px; margin-bottom: 25px;}

#descriptor img {text-align: center;max-width: 250px;margin: 0 auto;z-index: 99;margin-top: -20px;margin-bottom: -2px;}

.cont{padding-top: 25px;padding-bottom: 10px;}

.content{
    min-height: 200px;
    margin: 0 auto;
    width: 100%;
	max-width: 479px;
	position: static;
	padding: 10px 20px 10px 20px;
}

.content2{
    min-height: 10px;
    margin: 0 auto;
    width: 100%;
	max-width: 479px;
	position: static;
	padding: 0px 0px 0px 0px;
}

.location {width:90%;float:none;margin: 0 auto;text-align: left;padding: 0px; position: static;margin-top: 0px;margin-bottom: 30px;}

.location-0 {width:100%;float:left;margin: 0 auto;text-align: center;padding: 0px; position: static;margin-top: -50px;margin-right: 0px;margin-bottom: 0px;}
.location-0  H1{font: 700 20px/26px "Roboto", sans-serif;color: #1B1B1B;text-align: center;margin: 50px 10px 0px 10px;padding: 0px;}

.location-2 {z-index: 99;width:100%;float:right;margin: 0 auto;text-align: center;padding: 0px; position: relative;
margin-top: -140px;margin-bottom: 10px;margin-right: 0px;border-radius: 20px 20px 20px 20px;background-color: #23272A;}
.location-2  H1{font: 400 15px/25px "Roboto", sans-serif;color: #ffffff;text-align: center;margin: 15px 10px 10px 10px;padding-bottom: 10px;border-bottom: 1px solid #494949;}
.location-2  H2{font: 400 15px/25px "Roboto", sans-serif;color: #ffffff;text-align: center;margin: 0px 10px 15px 10px;padding: 0px;}
.location-2  p{margin: 0 auto;text-align: center;padding: 0px;margin-bottom: 35px;}

.about{width:100%;float:none;margin: 0 auto;text-align: center;padding: 0px; position: static;margin-top: 0px;margin-bottom: 0px;}

.about-1{width:100%;float:none;margin: 0 auto;text-align: center;padding: 0px; position: static;margin-top: 0px;margin-bottom: 0px;}
.about-1 img {max-width:100%;float:none;margin: 0px 0px 0px 0px;border-radius: 20px 20px 20px 20px;}

.about-2 {width:100%;float:none;margin: 0 auto;text-align: center;padding: 0px; position: static;margin-top: 0px;margin-bottom: 0px;}
.about-2  H1{font: 700 16px/21px "Roboto", sans-serif;color: #DA210F;text-align: center;margin: 20px 40px 20px 40px;padding: 0px;}
.about-2  H2{font: 400 30px/36px "Roboto", sans-serif;color: #1B1B1B;text-align: center;margin: 15px 10px 20px 10px;padding: 0px;}
.about-2  H3{font: 300 16px/22px "Roboto", sans-serif;color: #1B1B1B;text-align: center;margin: 20px 10px 20px 10px;padding: 0px;}
.about-2  p{text-align: center;}

.about-3 {width:94%;float:none;margin: 0 auto;text-align: center;padding: 0px; position: static;margin-top: 20px;margin-bottom: 40px;padding-bottom: 1px;border-radius: 20px 20px 20px 20px;background-color: #F5F6F7;}
.about-3  H1{font: 700 18px/26px "Roboto", sans-serif;color: #da210f;text-align: center;margin: 30px 20px 20px 20px;padding: 0px;}
.about-3  H3{font: 300 17px/26px "Roboto", sans-serif;color: #1B1B1B;text-align: center;margin: 20px 20px 40px 20px;padding: 0px;}
.about-3  img {background-color: #1B1B1B;border-style: none; border-radius: 99px 99px 99px 99px;margin: 30px 20px 0px 20px;padding: 14px 14px 14px 14px;height: 60px; width: 60px;}

.about-4 {width:94%;float:none;margin: 0 auto;text-align: center;padding: 0px; position: static;margin-top: 20px;margin-bottom: 40px;padding-bottom: 1px;border-radius: 20px 20px 20px 20px;background-color: #F5F6F7;}
.about-4  H1{font: 700 18px/26px "Roboto", sans-serif;color: #da210f;text-align: center;margin: 30px 20px 20px 20px;padding: 0px;}
.about-4  H3{font: 300 17px/26px "Roboto", sans-serif;color: #1B1B1B;text-align: center;margin: 20px 20px 40px 20px;padding: 0px;}
.about-4  img {background-color: #1B1B1B;border-style: none; border-radius: 99px 99px 99px 99px;margin: 30px 20px 0px 20px;padding: 14px 14px 14px 14px;height: 60px; width: 60px;}

.step-description {width:100%;float:none;margin: 0 auto;text-align: center;padding: 0px; position: static;margin-top: 0px;margin-bottom: 0px;}

.step-description-1 {width:100%;float:none;margin: 0 auto;text-align: center;padding: 0px; position: static;margin-top: 0px;margin-bottom: 0px;}
.step-description-1  H1{font: 700 18px/26px "Roboto", sans-serif;color: #ffffff;text-align: center;margin: 0px 0px 20px 0px;padding: 0px;}
.step-description-1  H2{font: 400 30px/36px "Roboto", sans-serif;color: #ffffff;text-align: center;margin: 25px 0px 20px 0px;padding: 0px;}
.step-description-1  p{text-align: center;}

.step-description-2 {width:100%;float:none;margin: 0 auto;text-align: center;padding: 0px; position: static;margin-top: 0px;margin-bottom: 10px;}
.step-description-2  H3{font: 300 16px/24px "Roboto", sans-serif;color: #ffffff;text-align: center;margin: 0px 10px 25px 10px;padding: 0px;}
.step-description-2  p{text-align: center;margin: 0 auto;margin-left: 0px;margin-right: 0px;}

.step{width:100%;float:left;margin: 0 auto;text-align: left;padding: 0px; position: static;margin-top: 20px;margin-bottom: 20px;}

.step-1 {width:100%;min-height: 230px;float:none;margin: 0 auto;text-align: left;padding-bottom: 20px; padding-top: 40px;
position: static;margin-top: 0px;margin-bottom: -10px;border-radius: 20px 20px 20px 20px;
background: linear-gradient(to bottom right, #ffffff, #cfd1d3);border: 2px solid #cfd1d3;transition: 0.5s linear;}
.step-1 H1{font: 700 25px/30px "Roboto", sans-serif;color: #1B1B1B;text-align: left;margin: 0px 20px 20px 20px;border-bottom: 1px solid #a2a2a2;padding-bottom:20px;}
.step-1 H2{font: 700 20px/26px "Roboto", sans-serif;color: #1B1B1B;text-align: left;margin: 0px 20px 20px 20px;}
.step-1 H3{font: 300 16px/24px "Roboto", sans-serif;color: #1B1B1B;text-align: left;margin: 0px 20px 0px 20px;}

.step-1:hover {background: linear-gradient(to bottom right, #cfd1d3, #ffffff);border: 2px solid #ffffff;}

.step-2 {display:none;}
.step-2 img {position: static;margin: -8px 0px 10px 0px;}

.services-description {width:100%;float:none;margin: 0 auto;text-align: left;padding: 0px; position: static;margin-top: 0px;margin-bottom: 0px;}

.services-description-1 {width:100%;float:none;margin: 0 auto;text-align: center;padding: 0px; position: static;margin-top: 0px;margin-bottom: 0px;}
.services-description-1  H1{font: 700 18px/26px "Roboto", sans-serif;color: #1B1B1B;text-align: center;margin: 0px 0px 20px 0px;padding: 0px;}
.services-description-1  H2{font: 400 30px/36px "Roboto", sans-serif;color: #1B1B1B;text-align: center;margin: 25px 0px 20px 0px;padding: 0px;}
.services-description-1  p{text-align: center;}

.services-description-2 {width:100%;float:none;margin: 0 auto;text-align: center;padding: 0px; position: static;margin-top: 0px;margin-bottom: 0px;}
.services-description-2  H3{font: 300 16px/24px "Roboto", sans-serif;color: #1B1B1B;text-align: center;margin: 0px 0px 20px 0px;padding: 0px;}
.services-description-2  p{text-align: center;}

.services {width:100%;float:none;margin: 0 auto;text-align: left;padding: 0px;margin-top: 40px;margin-bottom: -20px;}

.services-1 {width:100%;float:none;margin: 0 auto;text-align: center;padding: 0px; position: static;margin-right: 19px;margin-top: 0px;margin-bottom: 0px;}
.services-1  H1{font: 700 25px/30px "Roboto", sans-serif;color: #1B1B1B;text-align: center;margin: 10px 20px 20px 20px;padding: 0px;}
.services-1  H2{font: 400 16px/24px "Roboto", sans-serif;color: #1B1B1B;text-align: center;margin: 25px 20px 20px 20px;padding: 0px;}
.services-1  H3{font: 400 15px/20px "Roboto", sans-serif;color: #5F86FD;text-align: center;margin: 25px 20px 40px 20px;padding: 0px;}
.services-1 img {transition: transform 0.5s ease;width: 90%;height: 100%;border-radius: 20px 20px 20px 20px;margin-bottom: 10px;}
.services-1 img:hover {transform: scale(1.05);}
.services-1 a {color: #5F86FD;text-decoration: none;}
.services-1 a:hover {color: #0058E6;}

.services-2 {width:100%;float:none;margin: 0 auto;text-align: center;padding: 0px; position: static;margin-right: 19px;margin-top: 0px;margin-bottom: 0px;}
.services-2  H1{font: 700 25px/30px "Roboto", sans-serif;color: #1B1B1B;text-align: center;margin: 10px 20px 20px 20px;padding: 0px;}
.services-2  H2{font: 400 16px/24px "Roboto", sans-serif;color: #1B1B1B;text-align: center;margin: 25px 20px 20px 20px;padding: 0px;}
.services-2  H3{font: 400 15px/20px "Roboto", sans-serif;color: #5F86FD;text-align: center;margin: 25px 20px 40px 20px;padding: 0px;}
.services-2 img {transition: transform 0.5s ease;width: 90%;height: 100%;border-radius: 20px 20px 20px 20px;margin-bottom: 10px;}
.services-2 img:hover {transform: scale(1.05);}
.services-2 a {color: #5F86FD;text-decoration: none;}
.services-2 a:hover {color: #0058E6;}

.services-3 {width:100%;float:none;margin: 0 auto;text-align: center;padding: 0px; position: static;margin-right: 19px;margin-top: 0px;margin-bottom: 0px;}
.services-3  H1{font: 700 25px/30px "Roboto", sans-serif;color: #1B1B1B;text-align: center;margin: 10px 20px 20px 20px;padding: 0px;}
.services-3  H2{font: 400 16px/24px "Roboto", sans-serif;color: #1B1B1B;text-align: center;margin: 25px 20px 20px 20px;padding: 0px;}
.services-3  H3{font: 400 15px/20px "Roboto", sans-serif;color: #5F86FD;text-align: center;margin: 25px 20px 40px 20px;padding: 0px;}
.services-3 img {transition: transform 0.5s ease;width: 90%;height: 100%;border-radius: 20px 20px 20px 20px;margin-bottom: 10px;}
.services-3 img:hover {transform: scale(1.05);}
.services-3 a {color: #5F86FD;text-decoration: none;}
.services-3 a:hover {color: #0058E6;}

.cont-benefits{padding-top: 1px;padding-bottom: 1px;}

.benefits {
background-image: url("images/two-employees.jpg");
  margin: 0 auto;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  max-width: 96%;
  margin-top: 15px;
  margin-bottom: 40px;
  border-radius: 10px;
  text-align: left;
}
.container2 {
    max-width: 479px;
    margin: 0 auto;
    overflow: hidden;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
}

.benefits h1 {
    font: 400 24px/32px "Roboto", sans-serif;
    text-align: center;
	margin: 0 auto;
	max-width: 400px;
	margin-top: 40px;
	margin-bottom: 10px;
	color: #ffffff;
}
.benefits h2 {
    font: 700 21px/26px "Roboto", sans-serif;
    text-align: left;
	max-width: 400px;
	margin-left: 70px;
	margin-top: -50px;
	margin-bottom: 0px;
	color: #ffffff;
}
.benefits h3 {
    font: 400 15px/20px "Roboto", sans-serif;
    text-align: left;
	max-width: 400px;
	margin-left: 70px;
	margin-top: 15px;
	margin-bottom: 10px;
	color: #ffffff;
}

.benefits img {background-color: #ffffff;border-style: none; border-radius: 99px 99px 99px 99px;margin: 40px 0px 0px 5px;padding: 5px 5px 5px 5px;height: 40px; width: 40px;}

.sale {width:100%;float:none;margin: 0 auto;text-align: center;padding: 0px; padding-top: 5px;position: static;
margin-top: 40px;margin-bottom: 20px;border-radius: 20px 20px 20px 20px;background-color: #ffffff;}
.sale  H1{font: 700 25px/32px "Roboto", sans-serif;color: #1B1B1B;text-align: center;margin: 20px 20px 20px 20px;padding: 0px;}
.sale  H2{font: 300 16px/22px "Roboto", sans-serif;color: #1B1B1B;text-align: center;margin: 20px 20px 25px 20px;padding: 0px;max-width: 600px;}
.sale  p{margin: 0 auto;text-align: center;padding: 0px;padding-bottom: 25px;margin-right: 0px;margin-left: 0px;}

.tarif-description {width:100%;float:none;margin: 0 auto;text-align: center;padding: 0px; position: static;margin-top: -20px;margin-bottom: 80px;}
.tarif-description  H1{font: 400 30px/36px "Roboto", sans-serif;color: #1B1B1B;text-align: center;margin: 5px 0px 20px 0px;padding: 0px;}
.tarif-description  H2{font: 400 16px/24px "Roboto", sans-serif;color: #1B1B1B;text-align: center;margin: 25px 10px 20px 10px;padding: 0px;}
.tarif-description  p{text-align: center;}

.tarif {width:100%;float:none;margin: 0 auto;text-align: center;padding: 0px;margin-top: 20px;margin-bottom: 0px;}

.tarif-1 {width:100%;float:left;margin: 0 auto;text-align: center;padding: 0px; position: static;margin-right: 0px;margin-left: 0px;margin-top: -25px;margin-bottom: 60px;border-radius: 20px 20px 20px 20px;background-color: #F5F6F7;}
.tarif-1  H1{font: 700 15px/19px "Roboto", sans-serif;text-align: center;width: 80%;height: 50px;
padding: 15px 15px 0px 15px;background: #23272A;color: #ffffff;margin: -25px 0px 20px 10%;text-transform: uppercase;border-radius: 50px;border: 2px solid #ffffff;}
.tarif-1  H2{font: 400 19px/25px "Roboto", sans-serif;color: #000000;text-align: center;margin: 25px 10px 15px 10px;padding: 0px;}
.tarif-1  H3{font: 400 15px/20px "Roboto", sans-serif;color: #5D6B7D;text-align: center;margin: 15px 10px 20px 10px;padding: 0px;}
.tarif-1  H4{font: 400 45px/40px "Roboto", sans-serif;color: #1B1B1B;text-align: center;margin: 25px 10px 17px 10px;padding: 0px;}
.tarif-1  H5{font: 400 18px/24px "Roboto", sans-serif;color: #1B1B1B;text-align: left;margin: 20px 20px 20px 20px;padding: 0px;}
.tarif-1  H6{margin: 0 auto;text-align: center;margin-top: 30px;margin-bottom: 30px;}
.tarif-1  p {font: 400 15px/20px "Roboto", sans-serif;color: #5D6B7D;text-align: left;margin: 15px 10px 15px 20px;padding: 0px;}
.tarif-1 span {font: 400 15px/20px "Roboto", sans-serif;color: #5A697D;}

.tarif-2 {width:100%;float:left;margin: 0 auto;text-align: center;padding: 0px; position: static;margin-right: 0px;margin-top: 0px;margin-bottom: 60px;border-radius: 20px 20px 20px 20px;background-color: #F5F6F7;}
.tarif-2  H1{font: 700 15px/19px "Roboto", sans-serif;text-align: center;width: 80%;height: 50px;
padding: 15px 15px 0px 15px;background: #23272A;color: #ffffff;margin: -25px 0px 20px 10%;text-transform: uppercase;border-radius: 50px;border: 2px solid #ffffff;}
.tarif-2  H2{font: 400 19px/25px "Roboto", sans-serif;color: #000000;text-align: center;margin: 25px 10px 15px 10px;padding: 0px;}
.tarif-2  H3{font: 400 15px/20px "Roboto", sans-serif;color: #5D6B7D;text-align: center;margin: 15px 10px 20px 10px;padding: 0px;}
.tarif-2  H4{font: 400 45px/40px "Roboto", sans-serif;color: #1B1B1B;text-align: center;margin: 25px 10px 17px 10px;padding: 0px;}
.tarif-2  H5{font: 400 18px/24px "Roboto", sans-serif;color: #1B1B1B;text-align: left;margin: 20px 20px 20px 20px;padding: 0px;}
.tarif-2  H6{margin: 0 auto;text-align: center;margin-top: 30px;margin-bottom: 30px;}
.tarif-2  p {font: 400 15px/20px "Roboto", sans-serif;color: #5D6B7D;text-align: left;margin: 15px 10px 15px 20px;padding: 0px;}
.tarif-2 span {font: 400 15px/20px "Roboto", sans-serif;color: #5A697D;}

.tarif-3 {width:100%;float:right;margin: 0 auto;text-align: center;padding: 0px; position: static;margin-top: 0px;margin-bottom: 0px;border-radius: 20px 20px 20px 20px;background-color: #F5F6F7;}
.tarif-3  H1{font: 700 15px/19px "Roboto", sans-serif;text-align: center;width: 80%;height: 50px;
padding: 15px 15px 0px 15px;background: #23272A;color: #ffffff;margin: -25px 0px 20px 10%;text-transform: uppercase;border-radius: 50px;border: 2px solid #ffffff;}
.tarif-3  H2{font: 400 19px/25px "Roboto", sans-serif;color: #000000;text-align: center;margin: 25px 10px 15px 10px;padding: 0px;}
.tarif-3  H3{font: 400 15px/20px "Roboto", sans-serif;color: #5D6B7D;text-align: center;margin: 15px 10px 20px 10px;padding: 0px;}
.tarif-3  H4{font: 400 45px/40px "Roboto", sans-serif;color: #1B1B1B;text-align: center;margin: 25px 10px 17px 10px;padding: 0px;}
.tarif-3  H5{font: 400 18px/24px "Roboto", sans-serif;color: #1B1B1B;text-align: left;margin: 20px 20px 20px 20px;padding: 0px;}
.tarif-3  H6{margin: 0 auto;text-align: center;margin-top: 30px;margin-bottom: 30px;}
.tarif-3  p {font: 400 15px/20px "Roboto", sans-serif;color: #5D6B7D;text-align: left;margin: 15px 10px 15px 20px;padding: 0px;}
.tarif-3 span {font: 400 15px/20px "Roboto", sans-serif;color: #5A697D;}

.tarif-link {width:90%;float:none;margin: 0 auto;text-align: center;padding: 0px; position: static;margin-top: 20px;margin-bottom: 0px;}
.tarif-link H3 {font: 400 17px/24px "Roboto", sans-serif;color: #5D6B7D;text-align: center;margin: 15px 0px 10px 0px;padding: 0px;}
.tarif-link a {color: #5F86FD;text-decoration: none;}
.tarif-link a:hover {color: #0058E6;}

.advantage{width:100%;float:none;margin: 0 auto;text-align: center;padding: 0px; position: static;margin-top: 0px;margin-bottom: 0px;}

.advantage-1{width:100%;float:none;margin: 0 auto;text-align: center;padding: 0px; position: static;margin-top: 0px;margin-bottom: 0px;}
.advantage-1 img {max-width:100%;float:none;margin: 0px 0px 0px 0px;border-radius: 20px 20px 20px 20px;}

.advantage-2 {width:100%;float:none;margin: 0 auto;text-align: center;padding: 0px; position: static;margin-top: 0px;margin-bottom: 0px;}
.advantage-2  H1{font: 700 18px/26px "Roboto", sans-serif;color: #DA210F;text-align: center;margin: 30px 40px 20px 40px;padding: 0px;}
.advantage-2  H2{font: 400 30px/36px "Roboto", sans-serif;color: #1B1B1B;text-align: center;margin: 20px 20px 20px 20px;padding: 0px;}
.advantage-2  H3{font: 300 16px/24px "Roboto", sans-serif;color: #1B1B1B;text-align: center;margin: 20px 10px 20px 10px;padding: 0px;}

.advantage-2  p{text-align: center;margin-top: 35px;}
.advantage-2 img {background-color: #23272A;border-style: none; border-radius: 99px 99px 99px 99px;margin: 20px 0px 0px 0px;padding: 14px 14px 14px 14px;height: 60px; width: 60px;}

.advantage-2 h4 {
    font: 400 26px/30px "Roboto", sans-serif;
    text-align: center;
	max-width: 100%;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 20px;
	margin-bottom: 0px;
	color: #1B1B1B;
}
.advantage-2 h5 {
    font: 300 16px/24px "Roboto", sans-serif;
	text-align: center;
    text-align:100%;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 15px;
	margin-bottom: 10px;
	color: #1B1B1B;
}


.advantage-2 .signature-img {
    background-color: transparent !important;
    border: none !important;
    border-radius: 0 !important;
    margin: -15px 5px 0 0 !important;
    padding: 0 !important;
    height: auto !important;
    width: auto !important;
    max-width: 200px;
}

.servis-description {width:100%;float:none;margin: 0 auto;text-align: center;padding: 0px; position: static;margin-top: -20px;margin-bottom: 20px;}
.servis-description  H1{font: 400 30px/36px "Roboto", sans-serif;color: #1B1B1B;text-align: center;margin: 5px 10px 20px 10px;padding: 0px;}
.servis-description  H2{font: 400 16px/24px "Roboto", sans-serif;color: #1B1B1B;text-align: center;margin: 20px 10px 20px 10px;padding: 0px;}
.servis-description  p{text-align: center;}

.servis{width:100%;float:none;margin: 0 auto;text-align: center;padding: 0px; position: static;margin-top: 0px;margin-bottom: -30px;}

.servis-1{width:100%;float:none;margin: 0 auto;text-align: center;padding: 0px; position: static;margin-top: 0px;margin-bottom: 20px;}
.servis-1 img {max-width:80%;float:none;margin: 0px 0px 0px 0px;border-radius: 20px 20px 20px 20px;}

.servis-2 {width:100%;float:none;margin: 0 auto;text-align: left;padding: 0px; position: static;margin-top: 0px;padding-bottom: 10px;}
.servis-2  H1{font: 700 20px/24px "Roboto", sans-serif;color: #1B1B1B;text-align: center;margin: 20px 10px 20px 10px;padding: 0px;}
.servis-2  H2{font: 300 15px/22px "Roboto", sans-serif;color: #1B1B1B;text-align: left;margin: 20px 10px 10px 10px;padding: 0px;}
.servis-2  H3{font: 400 17px/24px "Roboto", sans-serif;color: #1B1B1B;text-align: left;margin: 10px 10px 10px 10px;padding: 0px;}
.servis-2  H6{text-align: center;margin: 20px 0px 20px 0px;padding: 0px;}
.servis-2 H6 a{color: #ffffff;text-decoration: none;}
.servis-2 H6 a:hover {color: #ffffff;}
.servis-2  p {font: 300 15px/22px "Roboto", sans-serif;color: #1B1B1B;text-align: left;margin: 7px 10px 7px 10px;padding: 0px;}
.servis-2 span {font: 400 15px/22px "Roboto", sans-serif;color: #5A697D;}
.servis-2 img {background-color: #23272A;border-style: none; border-radius: 99px 99px 99px 99px;margin: 40px 0px 0px 0px;padding: 14px 14px 14px 14px;height: 60px; width: 60px;}
.servis-2 a {color: #5F86FD;text-decoration: none;}
.servis-2 a:hover {color: #0058E6;}

.servis-2 h4 {
    font: 400 21px/30px "Roboto", sans-serif;
    text-align: left;
	max-width: 650px;
	margin-left: 80px;
	margin-top: -66px;
	margin-bottom: 0px;
	color: #1B1B1B;
}
.servis-2 h5 {
    font: 300 18px/24px "Roboto", sans-serif;
    text-align: left;
	max-width: 550px;
	margin-left: 80px;
	margin-top: 15px;
	margin-bottom: 10px;
	color: #1B1B1B;
}

.divider-dots {
  width: 100%;
  height: 1px;
  background: repeating-linear-gradient(
    90deg,
    transparent,
    transparent 5px,
    #ddd 5px,
    #ddd 10px
  );
  margin: 30px 0px 25px 0px;
}


.blocks-grid {
                flex-direction: column;
            }
            
            .block-contacts {
                flex: 0 0 auto;
                width: 100%;
                min-height: 180px;
                border-bottom: 1px solid #e0e0e0;
            }
            
            /* Убираем все вертикальные разделители */
            .block-contacts:not(:last-child)::after {
                display: none;
            }
            
            /* Убираем нижнюю границу у последнего блока */
            .block-contacts:last-child {
                border-bottom: none;
            }



.contacts-description {width:100%;float:none;margin: 0 auto;text-align: center;padding: 0px; position: static;margin-top: -20px;margin-bottom: 20px;}
.contacts-description H1{font: 400 30px/36px "Roboto", sans-serif;color: #1B1B1B;text-align: center;margin: 5px 0px 10px 0px;padding: 0px;}
.contacts-description H2{font: 400 16px/24px "Roboto", sans-serif;color: #1B1B1B;text-align: center;margin: 15px 10px 20px 10px;padding: 0px;}
.contacts-description H3{font: 700 18px/26px "Roboto", sans-serif;color: #DA210F;text-align: center;margin: 25px 10px -10px 10px;padding: 0px;}
.contacts-description span {font: 400 18px/26px "Roboto", sans-serif;color: #1B1B1B;}
.contacts-description p{text-align: center;}

.block-contacts img {background-color: #1B1B1B;border-style: none; border-radius: 99px 99px 99px 99px;margin: 25px 20px 10px 20px;padding: 16px 16px 16px 16px;height: 80px; width: 80px;}
.block-contacts H1{font: 700 30px/36px "Roboto", sans-serif;color: #1B1B1B;text-align: center;margin: 20px 0px 20px 0px;padding: 0px;}
.block-contacts H2{font: 300 16px/23px "Roboto", sans-serif;color: #1B1B1B;text-align: center;margin: 20px 10px 10px 10px;padding: 0px;}
.block-contacts H3{font: 400 17px/24px "Roboto", sans-serif;color: #1B1B1B;text-align: center;margin: 10px 0px 30px 0px;padding: 0px;}

.contacts-map-info H2 {font: 300 15px/24px "Roboto", sans-serif;color: #1B1B1B;text-align: center;margin: -40px 0px 20px 0px;padding: 0px;}
.contacts-map-info p {text-align: center;margin: 10px 10px 20px 10px;}

.contacts-map {
    width: 90%;
    float: none;
    margin: 0 auto;
    text-align: center;
    padding: 0px;
    position: relative; /* Важно для позиционирования overlay */
    margin-top: -20px;
    margin-bottom: 60px;
}



.promotion {
    margin: 0 auto;
    background-color: #F5F6F7;
    max-width: 100%;
    margin-top: 40px;
    margin-bottom: -40px;
	padding-top: 0px;
	padding-bottom: 0px;
    border-radius: 10px;
    text-align: left;
    border: 4px dashed #CC0000;
    position: relative;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(204, 0, 0, 0.15);
}

.promotion H1{font: 700 20px/26px "Roboto", sans-serif;color: #1B1B1B;text-align: center;margin: 10px 0px 10px 0px;padding: 0px;}
.promotion H2{font: 400 15px/20px "Roboto", sans-serif;color: #1B1B1B;text-align: center;margin: 10px 0px 20px 0px;padding: 0px;}
.promotion H3{font: 700 26px/32px "Roboto", sans-serif;color: #CC0000;text-align: center;margin: 20px 20px 20px 20px;padding: 0px;}
.promotion H4{font: 700 18px/24px "Roboto", sans-serif;color: #1B1B1B;text-align: center;margin: 10px 10px 20px 10px;padding: 0px;}
.promotion H6{text-align: center;margin: 25px 0px 30px 0px;}
.promotion p {font: 300 17px/24px "Roboto", sans-serif;color: #1B1B1B;text-align: left;margin: 20px 20px 20px 20px;padding: 0px;}

.promotion-info H2 {font: 300 15px/20px "Roboto", sans-serif;color: #1B1B1B;text-align: center;margin: 60px 20px 0px 20px;padding: 0px;}

.button1 {
	display: inline-block;
	width: 280px;
	height: 60px;
	text-align: center;
	font-family:'Roboto';
    font-size:15px;
	line-height: 60px;
	font-weight: 400;
	color: #000000;
	vertical-align: middle;
	text-decoration: none;
	background-color: #F5F6F7;
	overflow: hidden;
	border-radius: 50px;
	transition: 0.3s linear;
	animation: pulse 1.5s infinite;
}

.button1:hover {
	box-shadow: 0px 0px 10px 12px rgba(239, 233, 219, 0.2);
	transform: scale(1.1);
}

.button2 {
	display: inline-block;
	width: 280px;
	height: 60px;
	text-align: center;
	font-family:'Roboto';
    font-size:15px;
	line-height: 60px;
	font-weight: 400;
	color: #ffffff;
	vertical-align: middle;
	text-decoration: none;
	background-color: #b31818;
	overflow: hidden;
	border-radius: 50px;
	transition: 0.3s linear;
}

.button2:hover {
	box-shadow: 0px 0px 10px 12px rgba(207, 22, 22, 0.3);
	transform: scale(1.1);
}

.button3 {
	display: inline-block;
	width: 290px;
	height: 60px;
	text-align: center;
	font-family:'Roboto';
    font-size:13px;
	line-height: 62px;
	font-weight: 400;
	color: #ffffff;
	vertical-align: middle;
	text-decoration: none;
	background-color: #b31818;
	overflow: hidden;
	border-radius: 50px;
	transition: 0.3s linear;
	animation: pulse 1.5s infinite;
}

.button3:hover {
	box-shadow: 0px 0px 10px 12px rgba(239, 233, 219, 0.2);
	transform: scale(1.1);
}

.button4 {
	display: inline-block;
	width: 280px;
	height: 60px;
	text-align: center;
	font-family:'Roboto';
    font-size:15px;
	line-height: 60px;
	font-weight: 400;
	color: #ffffff;
	vertical-align: middle;
	text-decoration: none;
	background-color: #b31818;
	overflow: hidden;
	border-radius: 50px;
	transition: 0.3s linear;
	animation: pulse 1.5s infinite;
}

.button4:hover {
	box-shadow: 0px 0px 10px 12px rgba(207, 22, 22, 0.3);
	transform: scale(1.1);
}

.button-ord {
	display: inline-block;
	width: 280px;
	height: 64px;
	text-align: center;
	font-family:'Roboto';
    font-size:17px;
	line-height: 63px;
	font-weight: 400;
	color: #ffffff;
	vertical-align: middle;
	text-decoration: none;
	background-color: #b31818;
	overflow: hidden;
	border-radius: 50px;
	transition: 0.3s linear;
}

.button-ord:hover {
	box-shadow: 0px 0px 10px 12px rgba(207, 22, 22, 0.3);
	transform: scale(1.1);
}

.button-ord2 {
	display: inline-block;
	width: 300px;
	height: 64px;
	text-align: center;
	font-family:'Roboto';
    font-size:18px;
	line-height: 65px;
	font-weight: 400;
	color: #000000;
	vertical-align: middle;
	text-decoration: none;
	background-color: #F5F6F7;
	overflow: hidden;
	border-radius: 50px;
	transition: 0.3s linear;
}

.button-ord2:hover {
	box-shadow: 0px 0px 10px 12px rgba(239, 233, 219, 0.2);
	transform: scale(1.1);
}




.footer{
    min-height: 50px;
    margin: 0 auto;
    width: 100%;
	max-width: 100%;
	position: static;
	padding: 10px 10px 10px 10px;
}

.copyright {
	font: 300 13px/16px "Roboto", sans-serif;
	color: #fff;
	text-align: center;
	margin-left: 10px;
	margin-right: 10px;
}

.copyright a {
  color: #ffffff;
  text-decoration:underline;}

.copyright a:hover {
  color: #ffffff;
  text-decoration: none;}



/* стили блока аккордеон */
.accordion {
  width:100%;
  max-width: 100%; 
  margin: 0 auto;
  margin-bottom:20px;
}
/* секции аккордеона */
.accordion .accordion_item {
  margin-bottom:1px;
  position:relative;
}

.accordion_item h6{
font: 300 15px/17px "Roboto", sans-serif;
  margin:0;
  padding:0;
  border:0;
  outline:medium none;
  list-style:none
  text-align: left;
}

/* заголовки панелей аккордеона */
.accordion .title_block {
  font: 300 15px/17px "Roboto", sans-serif;
  color: #fff;
  cursor:pointer;
  padding:15px 55px 15px 15px;
  margin-bottom:5px;
  -webkit-transition:all .2s linear 0;
  -webkit-transition-delay:.2s 0;
  transition:all .2s linear 0;
}
/* переключатель панелей, положение вниз */
.accordion .title_block:before {
  content:'';
  height:8px;
  width:8px;
  display:block;
  border:2px solid #fefefe;
  border-right-width:0;
  border-top-width:0;
  -ms-transform:rotate(-45deg);
  -webkit-transform:rotate(-45deg);
  transform:rotate(-45deg);
  position:absolute;
  right:20px;
  top:18px;

}


/* активный переключатель, положение вверх */
.accordion .active_block .title_block:before {
  border:2px solid #fefefe;
  border-left-width:0;
  border-bottom-width:0;
  top:23px
}


/* блоки с содержанием */
.accordion .info {
  display:none;
  padding:0px;
  padding-bottom:10px;
  overflow: hidden;
  background:#f7f7f7
}
/* параграф внутри блоков с содержанием */
.accordion .info_item {
  margin-bottom:10px
}


/* Всплывающее окно */	

.parent_popup, .parent_popup_click {
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
  position: fixed;
  z-index: 99999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.popup, .popup_click { 
  background: #F4F4F4;
    max-width: 600px;
    width:96%;
    margin: 7% auto;
	padding: 5px 10px 13px 10px;
	border: 5px solid #DA210F;
	position: relative;
	/*--CSS3 CSS3 Тени для Блока--*/
	-webkit-box-shadow: 0px 0px 20px #000;
	-moz-box-shadow: 0px 0px 20px #000;
	box-shadow: 0px 0px 20px #000;
	/*--CSS3 Закругленные углы--*/
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

/* кнопка закрытия */
.close {
    background-color: rgba(0, 0, 0, 0.8);
	border: 2px solid #ccc;
    height: 24px;
    line-height: 24px;
    position: absolute;
    right: -24px;
	cursor: pointer;
    text-align: center;
    text-decoration: none;
	color: rgba(255, 255, 255, 0.9);
    font-size: 14px;
    font-family: helvetica, arial;
    text-shadow: 0 -1px rgba(0, 0, 0, 0.9);
    top: -24px;
    width: 24px;
	-webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
}
.close:hover {
    background-color: rgba(157, 7, 4, 0.9);
}


/*----------------------------------------------------------------------------------------
						CONTACT FORM STYLE
----------------------------------------------------------------------------------------*/

.form-container {
	background: #F4F4F4;
	margin: 0 auto;
	padding: 10px 10px 5px 10px;
	border-radius: 20px;
	text-align: center;
	font: 300 15px "Roboto", sans-serif;
}
.form-container form{
	margin: 0 auto;
	text-align: center;
}

.button_sub{text-decoration:none; text-align:center;
width:100%;
 cursor: pointer;
 margin-top:5px;
 padding:15px 10px; 
 border:none; 
 -webkit-border-radius:50px;
 -moz-border-radius:50px; 
 border-radius: 50px; 
 font: 400 17px/30px "Roboto", sans-serif;
 color:#fff; 
 background:#b80517;  
}



.button_sub:hover{ 
 border:none; 
 color:#fff; 
 background:#E8051B;  
}

.zag_form {
	font: 400 17px/23px "Roboto", sans-serif;
	color: #1B1B1B;
	text-align: center;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.gar_form {
	font: 300 13px/15px "Roboto", sans-serif;
	color: #878586;
	text-align: center;
	margin-left: -10px;
	margin-right: -10px;
	margin-top: 20px;
	margin-bottom: -20px;
}

input[type=text], input[type=email], input[type=tel]{
width:100%;
height:40px;
text-align:left;
font: 300 16px/16px "Roboto", sans-serif;
color:#4f4f4f;
font-style:normal;
margin:5px 0px 5px 0px;
padding-left:15px;
border: 1px solid #989999; 
 -webkit-border-radius:4px;
 -moz-border-radius:4px; 
 border-radius: 4px; 
}

input[type=text]:hover, input[type=email], input[type=tel]:hover{

border: 1px solid #FFAF02; 
}


}

/* Для мобильных - адаптивная высота карты */
@media (max-width: 768px) {
    .contacts-map iframe {
        height: 400px; /* Уменьшаем высоту на мобильных */
    }
    
    /* Скрываем overlay на мобильных (на всякий случай) */
    .map-overlay {
        display: none !important;
    }
    
    /* Увеличиваем подсказку для касаний (если оставим) */
    .map-scroll-hint {
        padding: 20px;
        font-size: 16px;
        max-width: 90%;
    }
}

/* Для планшетов */
@media (min-width: 769px) and (max-width: 1024px) {
    .contacts-map iframe {
        height: 450px;
    }
}