/* /убрал */
/* Выпадающее меню */
/* .dropdown {
 position: relative;
}

.dropdown-menu {
 position: absolute;
 top: 100%;
 left: 0;
 background: white;
 box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
 min-width: 200px;
 padding: 10px 0;
 border-radius: 5px;
 opacity: 0;
 visibility: hidden;
 transform: translateY(10px);
 transition: all 0.3s ease;
 z-index: 1000;
}

.dropdown:hover .dropdown-menu {
 opacity: 1;
 visibility: visible;
 transform: translateY(0);
}

.dropdown-menu li {
 padding: 8px 20px;
}

.dropdown-menu a {
 display: block;
 color: #333;
 text-decoration: none;
 transition: color 0.3s ease;
}

.dropdown-menu a:hover {
 color: #e30613;
 background-color: #f8f9fa;
}

.callback-btn {
 background-color: #e30613;
 color: white;
 border: none;
 padding: 10px 20px;
 border-radius: 5px;
 font-weight: bold;
 cursor: pointer;
 transition: background-color 0.3s ease;
}

.callback-btn:hover {
 background-color: #c10510;
} */

/* /Выпадающее меню */
/* /Убрал */


/* Общие стили */
* {
 margin: 0;
 padding: 0;
 box-sizing: border-box;
}

body {
 font-family: 'Arial', sans-serif;
 line-height: 1.6;
 color: #333;
 background-color: #f6f5f3;
}

.pagedocs{
 padding-top: 30px;
}

.redtext {
 color: #e30613;
}

.container {
 max-width: 1200px;
 margin: 0 auto;
 padding: 0 15px;
}

/* Кнопки */
.btn {
 display: inline-block;
 padding: 12px 24px;
 border: none;
 border-radius: 5px;
 text-decoration: none;
 text-align: center;
 font-weight: bold;
 cursor: pointer;
 transition: all 0.3s ease;
}

.btn-primary {
 background-color: #e30613;
 color: white;
}

.btn-primary:hover {
 background-color: #c10510;
}

.btn-secondary {
 background-color: transparent;
 color: #e30613;
 border: 2px solid #e30613;
}

.btn-secondary:hover {
 background-color: #e30613;
 color: white;
}

.btn-outline {
 background-color: transparent;
 color: #333;
 border: 1px solid #ddd;
}

.btn-outline:hover {
 background-color: #f5f5f5;
}

/* Шапка */
.header {
 position: fixed;
 top: 0;
 left: 0;
 right: 0;
 z-Index: 1000;
 box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);

}




.header-top {
 background-color: #f8f9fa;
 padding: 10px 0;
 font-size: 14px;
}

.header-top .container {
 display: flex;
 justify-content: space-between;
 align-items: center;
}

.header-contact a {
 text-decoration: none;
 color: #333;
 margin-right: 20px;
 display: inline-flex;
 align-items: center;
}

.header-contact .icon-phone,
.header-contact .icon-email {
 margin-right: 5px;
}

.header-social {
 display: flex;
 gap: 15px;
}

.social-link {
 color: #333;
 text-decoration: none;
 font-size: 14px;
}

.header-main {
 padding: 3px 0;
 box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
 background: #f6f5f3;
 margin-top: 43px; 
}

.header-main .container {
 display: flex;
 justify-content: space-between;
 align-items: center;
}

.logo {
 /*! font-size: 24px; */
 /*! font-weight: bold; */

}

.logo a {
 text-decoration: none;
}

.logo-text {}

.logo-text strong {
 color: #333;
}

.logo img {
 width: 250px;
}

.margin_menu {
 margin-top: 130px;
}

/* Навигация */
/* .main-nav {
 flex-grow: 1;
 margin: 0 30px;
}

.nav-list {
 display: flex;
 list-style: none;
 justify-content: center;
 gap: 25px;
}

.nav-list a {
 text-decoration: none;
 color: #333;
 font-weight: 500;
 transition: color 0.3s ease;
}

.nav-list a:hover {
 color: #e30613;
} */

/* ----------- */

.nav-list {
 display: flex;

}

.nav {

 padding: 10px 20px 10px 20px;
 box-shadow: 0px 15px 10px -7px rgba(0, 0, 0, 0.4);
 display: flex;
 flex-direction: row;
 justify-content: center;
 align-items: center;
 font-size: 1.2em;
 background-color: red;
}

.menu {
 /* margin-left: 50px; */
 /* margin-right: 30px; */
}

.menu>#menuUl {
 padding: 0px;
 margin: 0px;
}

.menu>.menuUl>li {
 list-style-type: none;
 list-style: none;
}

.menu>.menuUl>li>a {

 text-align: left;
 cursor: pointer;
 display: block;
 padding: 4px 10px 4px 10px;
 margin: 0px 7px 0px 0px;
 color: #2e3152;
 text-decoration: none;
 white-space: nowrap;
 font-weight: 700;
 border-radius: 7px;
}

.menu>.menuUl>li>a:hover {
 color: white;
 background-color: #d30000;
}

.hoverJs,
.current {
 color: black !important;
 background: rgb(255, 245, 112) !important;
 text-decoration: underline !important;
}

.phoneno,
.phoneno:link,
.phoneno:visited,
.phoneno:hover,
.phoneno:active {
 padding: 10px 20px;
 border-radius: 5px;
 font-weight: bold;
 text-wrap: nowrap;
 font-size: 1.5em;
 text-decoration: none;
}

.button_inspect,
.button_inspect:link,
.button_inspect:visited,
.button_inspect:active {
 padding: 7px 12px;
 border-radius: 15px;
 text-wrap: nowrap;
 font-size: 1em;
 text-decoration: none;
 cursor: pointer;
 background: white;
 border: 2px solid black;
}

.button_inspect:hover {
 background: yellow;
 color: blue;
}

/* ----------------- */


/* Мобильное меню */
.mobile-menu-toggle {
 display: none;
 flex-direction: column;
 background: none;
 border: none;
 cursor: pointer;
 padding: 5px;
}

.mobile-menu-toggle span {
 width: 25px;
 height: 3px;
 background-color: #333;
 margin: 3px 0;
 transition: 0.3s;
}

/* Главный баннер */
.hero {
 background-size: cover;
 color: #2e3152;
 padding: 10px 0;
 text-align: center;
 /* margin-top: 130px; */
}

.hero-title {
 font-size: 48px;
 margin-bottom: 40px;
 font-weight: bold;
}

.hero-title {
 /* text-align: center;
 font-size: 36px;
 margin-bottom: 50px;
 color: #2e3152; */
 position: relative;
}



.hero-title::after {
 content: '';
 position: absolute;
 bottom: -15px;
 left: 50%;
 transform: translateX(-50%);
 width: 60px;
 height: 3px;
 background-color: #e30613;
}

.hero span {}


.hero-subtitle {
 font-size: 20px;
 margin-bottom: 30px;
 max-width: 600px;
 margin-left: auto;
 margin-right: auto;
}

.hero-backgr {
 background-color: red;
 border-radius: 20px;
 padding: 10px;
 color: #e8e8e8;
 background: linear-gradient(#f55f68, #e30613, #b10711);
}

.hero-backgr .redtext {
 color: white !important;
 font-weight: 700;
}

.hero-buttons {
 display: flex;
 gap: 20px;
 justify-content: center;
 flex-wrap: wrap;
}

.hero .container {
 display: flex;
}


.hero .hero-image {
 padding: 10px 0px 0px 70px;
}

.hero .hero-image img {
 height: 330px;
 object-fit: contain;
}








/* Секции */

.section-title {
 text-align: center;
 font-size: 36px;
 margin-bottom: 50px;
 color: #2e3152;
 position: relative;
}

.section-title::after {
 content: '';
 position: absolute;
 bottom: -15px;
 left: 50%;
 transform: translateX(-50%);
 width: 60px;
 height: 3px;
 background-color: #e30613;
}

/* Преимущества */
.advantages {
 padding: 80px 0;
 background-color: #f8f9fa;
}

.advantages-grid {
 display: grid;
 grid-template-columns: repeat(auto-fit, minmax(255px, 1fr));
 gap: 30px;
}

.advantage-card {
 text-align: center;
 padding: 30px 20px;
 background: white;
 border-radius: 10px;
 box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
 transition: transform 0.3s ease;
}

.advantage-card:hover {
 transform: translateY(-5px);
}

.advantage-icon {
 font-size: 48px;
 margin-bottom: 20px;
}

.advantage-card h3 {
 margin-bottom: 15px;
 color: #333;
}

/* Категории */
.categories {
 padding: 80px 0;
}

.categories-grid {
 display: grid;
 grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
 gap: 30px;
}

.category-card {
 background: white;
 border-radius: 10px;
 overflow: hidden;
 box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
 transition: transform 0.3s ease;
}

.category-card:hover {
 transform: translateY(-5px);
}

.category-image {
 height: 250px;
}

.category-image img {
 width: 100%;
 height: 100%;
 object-fit: contain;
 ;
}

.category-content {
 padding: 20px;
 text-align: center;
}

.category-content h3 {
 margin-bottom: 10px;
 color: #333;
 font-size: 1.7em;
}

.category-price {
 font-size: 24px;
 font-weight: bold;
 margin: 15px 0;
 background-color: red;
 border-radius: 27px;
 margin: 20px 50px 10px 50px;
 color: white;
 background: linear-gradient(#f55f68, #e30613, #b10711);
}

/* Обучение включает */
.include-learning .container {
 display: flex;
 justify-content: center;
 align-items: center;
 padding: 0px 0px 50px 0px;
}

.include-learning .container .include-title {
 display: flex;
 justify-content: center;

}

.include-learning .container .include-title div {
 align-self: center;
 font-size: 1.7em;
 font-weight: 900;
}


.include-learning .container .include-content {
 margin-left: 100px;

}


.include-learning ul {
 line-height: 1;
 margin-left: 35px
}

.include-learning ul li::marker {
 color: red;
 font-size: 2em;
 list-style: square;
}

.include-learning ul li {
 list-style: square;
 margin: 0px;
 padding: 0px;
 font-size: 1.2em;
}


/* Онлайн обучение */
.online-learning {
 padding: 80px 0;
 background-color: #f8f9fa;
}

.online-content {
 display: grid;
 grid-template-columns: 1fr 1fr;
 gap: 50px;
 align-items: center;
}

.online-text h2 {
 font-size: 36px;
 margin-bottom: 20px;
 color: #333;
}

.online-text p {
 margin-bottom: 20px;
 font-size: 16px;
 line-height: 1.6;
}

.online-features {
 list-style: none;
 margin-bottom: 30px;
}

.online-features li {
 padding: 10px 0;
 font-size: 16px;
}

.online-image img {
 height: 400px;
 width: auto;
 border-radius: 10px;
}

/* Филиалы */
.branches {
 padding: 80px 0;
}

.branches-grid {
 display: grid;
 grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
 gap: 30px;
}

.branch-card {
 background: white;
 padding: 30px;
 border-radius: 10px;
 box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
 text-align: center;
}

.branch-card h3 {
 margin-bottom: 15px;
 color: #333;
}

/* Акции */
.promotions {
 padding: 80px 0;
 background-color: #f8f9fa;
}

.promotions-grid {
 display: grid;
 grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
 gap: 30px;
}

.promotion-card {
 background: white;
 padding: 30px;
 border-radius: 10px;
 box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
 text-align: center;
 position: relative;
}

.promotion-badge {
 position: absolute;
 top: -10px;
 right: -10px;
 background: #e30613;
 color: white;
 padding: 5px 15px;
 border-radius: 20px;
 font-size: 14px;
 font-weight: bold;
 box-shadow: 0px 7px 7px 2px rgba(0, 0, 0, 0.4);
}

.promotion-card h3 {
 margin-bottom: 15px;
 color: #333;
}

/* Страница Документы */
.docs_section-title {
 margin: 40px 0px 10px 0px;
 color: darkred;
}

.aDoc {
 text-decoration: none;
 display: block;
 padding: 0px 0px 5px 30px;
 margin: 0px 0px 0px 0px;
 color: #cc4d24;
 background: url("/images/doc-ico.png") no-repeat;
 background-size: auto;
 background-size: 15px 20px;
 font-weight: 700;
}

.aDoc:hover {
 color: #e30613;
 text-decoration: underline;
}

.container .article {
 margin-bottom: 15px;
}

.container .article .a_fed {
 text-decoration: none;
 display: block;
 padding: 0px 0px 5px 0px;
 margin: 0px 0px 0px 0px;
 color: #cc4d24;
 background-size: auto;
 background-size: 20px 25px;
 font-weight: 700;
}

.container .article .a_fed:hover {
 color: #e30613;
 text-decoration: underline;
}

.container .article h3 {
 margin-top: 25px;
 margin-bottom: 7px;
}

.container .article ul {
 margin-left: 25px;
}

/* /Страница Документы */


/* Страница Контакты */
.kontacts_section {
 padding: 80px 0;
 background-color: #f8f9fa;
}

.kontacts-title {
 text-align: center;
 font-size: 36px;
 margin-bottom: 50px;
 color: #2e3152;
 position: relative;
}

.kontacts-title::after {
 content: '';
 position: absolute;
 bottom: -15px;
 left: 50%;
 transform: translateX(-50%);
 width: 60px;
 height: 3px;
 background-color: #e30613;
}


.kontacts-grid_regim {
 display: grid;
 grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
 gap: 30px;
}

.kontacts-card_regim {
 background: white;
 padding: 30px;
 border-radius: 10px;
 box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
 text-align: center;
 position: relative;
}

.kontacts-card_regim h3 {
 margin-bottom: 15px;
 color: #333;
}




.kontacts-grid_kont {
 display: grid;
 grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
 gap: 200px;
}

.kontacts-card_kont,
.kontacts-card_kont:link,
.kontacts-card_kont:visited,
.kontacts-card_kont:hover,
.kontacts-card_kont:active {
 background: white;
 padding: 10px 30px 10px 30px;
 border-radius: 10px;
 box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
 text-align: center;
 position: relative;
 text-decoration: none;
}

.kontacts-card_kont p {
 padding: 0px 0px 0px 0px;
 text-align: center;
 color: #e30613;
 font-size: 1.5em;
 font-weight: bold;
}

.kontacts-card_kont h3 {
 margin: 1px 15px 0px 15px;
 color: #333;
}

.kontacts-badge_kont {
 background: #e30613;
 color: white;
 padding: 0px 15px;
 border-radius: 35px;
 font-size: 14px;
 box-shadow: 0px 7px 7px 2px rgba(0, 0, 0, 0.4);
}




.kontacts-grid_adr {
 display: grid;
 grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
 gap: 30px;
}

.kontacts-card_adr {
 background: white;
 padding: 30px 30px 20px 30px;
 border-radius: 10px;
 box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
 text-align: center;
 position: relative;
}

.kontacts-card_adr p {
 padding: 0px 0px 0px 0px;
 text-align: center;
 font-weight: bold;
}

.kontacts-card_adr h3 {
 margin: 15px 15px 0px 15px;
 color: #333;
}








.kontacts-grid_card {
 display: grid;
 grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
 gap: 30px;
}

.kontacts-card_card {
 background: white;
 border-radius: 10px;
 text-align: center;
 position: relative;
}

.kontacts-card_card p {
 padding: 0px 0px 0px 0px;
 text-align: center;
 font-weight: bold;
}

.kontacts-card_card h3 {
 margin: 15px 15px 0px 15px;
 color: #333;
}

/* /страница Контакты */



/* Футер */
.footer {
 background-color: #333;
 color: white;
 padding: 50px 0 20px;
}

.footer-content {
 display: grid;
 grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
 gap: 40px;
 margin-bottom: 30px;
}

.footer-section {
 display: flex;
 align-items: center;
}

.footer-section h3 {
 display: block;
 margin-bottom: 20px;
 color: gray;
 font-size: 1.9em;
}

.footer-section ul {
 list-style: none;
}

.footer-section ul li {
 margin-bottom: 10px;
}

.footer-section a {
 color: #ccc;
 text-decoration: none;
 transition: color 0.3s ease;
}

.footer-section a:hover {
 color: #e30613;
}

.footer-contact p {
 margin-bottom: 10px;
 display: flex;
 align-items: center;
}

.footer-bottom {
 text-align: center;
 padding-top: 20px;
 border-top: 1px solid #555;
 color: #ccc;
 font-size: 14px;
}

/* Адаптивность */
@media (max-width: 1024px) {
 .logo img {
 width: 180px;
 }



 .online-content {
 grid-template-columns: 1fr;
 gap: 30px;
 }

 .online-image {
 order: -1;
 }

 .online-image img {
 width: 70%;
 display: block;
 margin: 0 auto;
 border-radius: 10px;
 }

 .online-text {
 text-align: center;
 }

 .categories-grid {
 display: grid;
 grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
 gap: 30px;
 }

 .hero .container {
 display: flex;
 flex-direction: column-reverse;
 }


 .hero .hero-image {
 padding: 100px 0px 0px 0px;
 }

 .hero .hero-image img {
 height: 200px;
 object-fit: contain;
 }

 .include-learning .container .include-title {
 margin-left: 20px;
 }

 .include-learning .container .include-content {
 margin-left: 0px;
 }
}


@media (max-width: 880px) {

 .phoneno,
 .phoneno:link,
 .phoneno:visited,
 .phoneno:hover,
 .phoneno:active {
 font-size: 1em;
 }
}

@media (max-width: 800px) {

 .phoneno,
 .phoneno:link,
 .phoneno:visited,
 .phoneno:hover,
 .phoneno:active {
 display: none;
 }
}


@media (max-width: 768px) {
 .logo img {
 width: 180px;
 }

 .mobile-menu-toggle {
 display: flex;


 }

 .main-nav {
 display: none;
 position: absolute;
 top: 100%;
 right: 0;
 flex-basis: content;
 background: white;
 box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
 padding: 20px;

 z-index: 1000;
 }

 .main-nav.active {
 display: block;
 }

 .nav-list {
 flex-direction: column;
 gap: 0;
 }

 .nav-list li {
 padding: 10px 0;
 border-bottom: 1px solid #eee;
 }

 .dropdown-menu {
 position: static;
 box-shadow: none;
 opacity: 1;
 visibility: visible;
 transform: none;
 padding-left: 20px;
 }

 .phoneno,
 .phoneno:link,
 .phoneno:visited,
 .phoneno:hover,
 .phoneno:active {
 display: block;
 font-size: 1.3em;
 ;
 }

 .hero-title {
 font-size: 36px;
 }

 .hero-subtitle {
 font-size: 18px;
 }

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

 .section-title {
 font-size: 28px;
 }

 .hero .container {
 display: flex;
 flex-direction: column-reverse;
 }


 .hero .hero-image {
 padding: 0px 0px 0px 0px;
 }

 .hero .hero-image img {
 height: 200px;
 object-fit: contain;
 }

 .include-learning .container {
 flex-direction: column;
 }
}


@media (max-width: 630px) {
 .addresses__map img {
 width: 90% !important;
 }

}



@media (max-width: 480px) {

 .phoneno,
 .phoneno:link,
 .phoneno:visited,
 .phoneno:hover,
 .phoneno:active {
 display: none;
 }

 .header-top .container {
 flex-direction: column;
 gap: 10px;
 }

 .hero {
 padding: 60px 0;
 }

 .hero-title {
 font-size: 28px;
 }

 .online-image img {
 width: 70%;
 display: block;
 margin: 0 auto;
 border-radius: 10px;
 }

 .advantages,
 .categories,
 .online-learning,
 .branches,
 .promotions,
 .kontacts_section {
 padding: 50px 0;
 }
}