/* *//* default styles */

@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-Bold.eot') format('eot'),
        url('../fonts/Gilroy-Bold.woff') format('woff'),
        url('../fonts/Gilroy-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-SemiBold.eot') format('eot'),
        url('../fonts/Gilroy-SemiBold.woff') format('woff'),
        url('../fonts/Gilroy-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-Regular.eot') format('eot'),
        url('../fonts/Gilroy-Regular.woff') format('woff'),
        url('../fonts/Gilroy-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-Light.eot') format('eot'),
        url('../fonts/Gilroy-Light.woff') format('woff'),
        url('../fonts/Gilroy-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

header *,
main *,
footer * {
  box-sizing: border-box; 
  font-family: 'Gilroy', sans-serif;
  font-weight: 400;
  color: #1E1E1E;
  outline: none;
}

body *:not(#panel) {
  font-family: 'Gilroy', sans-serif;
}

body, 
html {
  width: 100%; 
  height: auto;
  background: #fff;
}

a {
  text-decoration: none;
}

p {
  font-size: 20px;
  line-height: 1.2;
}

section {
  overflow-x: hidden;
  overflow-y: hidden;
}

.container {
  width: 1400px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 30px;
  position: relative;
}
.container>p>a{color: #C30F27;}
.container>p>a:hover{ text-decoration: none; color: #C30F27;}

[class^="hvr-"] {
  cursor: pointer;
  background: #e1e1e1;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h3 {
  font-size: 22px;
  font-weight: 600;
}

.fancybox-content {
  width: 1000px;
  max-width: 96%;
}

.popup p {
  font-size: 14px;
}

ul li {
  word-wrap: break-word;
}

p a {
  text-decoration: underline;
  color: #03450c;
  transition: all .3s ease;
}

.color--white {
  color: #fff;
}

p a:hover {
  color: #007073;
}

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

.flex.flex--left {
  justify-content: flex-start;
}

.flex.flex--right {
  justify-content: flex-end;
}

.flex.flex--center {
  justify-content: center;
}

.flex--v-center {
  align-items: center;
}

.flex--wrap {
  flex-wrap: wrap;
}

.checkbox-item {
  padding-left: 38px;
  position: relative;
  cursor: pointer;
}

.checkbox-item:before {
  content: '';
  display: block;
  position: absolute;
  width: 26px;
  height: 26px;
  border-radius: 3px;
  background: #fff;
  top: 3px;
  left: 0;
}

.checkbox-item:after {
  content: '';
  display: block;
  position: absolute;
  width: 26px;
  height: 26px;
  border-radius: 3px;
  background: url(../img/icon-checkbox.svg) no-repeat center/20px;
  top: 3px;
  left: 0;
  transition: all .3s ease;
  opacity: 0;
}

.checkbox-item.color-black:before {
  background: #222;
}

.checkbox-item.color-black:after {
  filter: brightness(10);
}

.checkbox-item.checkbox-active:after {
  opacity: 1;
}

:root {
  --global-font-size: 20px;
}

/* header */

.header-nav-btn {
  display: none;
  position: absolute;
  width: 40px;
  height: 40px;
}

.header-nav-btn > span {
  display: block;
  position: absolute;
  width: 32px;
  height: 2px;
  background: #fff;
  left: 50%;
  margin-left: -16px;
  top: 50%;
  transition: all .3s ease;
}

.header-nav-btn > span:nth-of-type(1) {
  margin-top: -10px;
}

.header-nav-btn > span:nth-of-type(2) {
  margin-top: -1px;
}

.header-nav-btn > span:nth-of-type(3) {
  margin-top: 8px;
}

.menu-mobile-wrap {
  display: none;
}

.menu-mobile-wrap.active .header-nav-btn > span:nth-of-type(1) {
  transform: rotate(45deg);
  margin-top: -1px;
}

.menu-mobile-wrap.active .header-nav-btn > span:nth-of-type(2) {
  opacity: 0;
}

.menu-mobile-wrap.active .header-nav-btn > span:nth-of-type(3) {
  transform: rotate(-45deg);
  margin-top: -1px;
}


.menu-mobile-wrap {
  display: none;
}

.header-menu-btn {
  display: none;
}

.header {
  padding: 20px 0;
}

.header-logo {
  display: block;
  min-width: 300px;
  width: 300px;
  height: auto;
}

.header-logo-img {
  display: block;
  width: 100%;
  height: auto;
}

.header-right {
  width: calc(100% - 450px);
}

.header-item {
  padding: 5px 5px 5px 60px;
}

.header-item-img {
  min-width: 46px;
  width: 46px;
  display: block;
  height: auto;
  margin: 0 15px 0 0;
}

.header-item-text span {
  display: block;
  font-size: calc(var(--global-font-size) * 0.75);
}

.header-item-text a {
  transition: all .3s ease;
}

.header-item-text a:hover {
  opacity: .75;
}

.header-item-text a,
.header-item-text div {
  display: inline-block;
  font-weight: 700;
  font-size: calc(var(--global-font-size) * 1.1);
}

.header-bottom {
  padding: 0;
  margin-top: 15px;
  background: #C30F27;
  position: relative;
}

.header-menu-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}

.header-nav-link {
  font-size: calc(var(--global-font-size) * 1);
  color: #fff;
  line-height: 1;
  padding: 22px 32px;
  transition: all .3s ease;
  display: inline-block;
  position: relative;
}

.header-nav-link:after {
  content: '';
  position: absolute;
  display: block;
  opacity: 0;
  transition: all .3s ease;
  width: 16px;
  height: 20px;
  pointer-events: none;
  background: url(../img/icon-menu-arrow.svg) no-repeat center/contain;
  top: 50%;
  margin-top: -9px;
  right: 10px;
}

.header-nav-link-wrap.has-submenu .header-nav-link:after {
  opacity: 1;
}

.header-nav-link-wrap.has-submenu:hover .header-nav-link:after {
  filter: brightness(0.7);
  transform: rotate(180deg);
}

.header-nav-link:hover,
.header-nav-link-wrap.has-submenu:hover .header-nav-link {
  color: #aba1a1;
}

.header-nav-submenu {
  opacity: 0;
  pointer-events: none;
  user-select: none;
  position: absolute;
  z-index: 5;
  background: #C30F27;
  padding: 5px 0;
  width: calc(100% - 20px);
  min-width: 200px;
  display: block;
  top: 64px;
  left: 20px;
  transition: all .3s ease;
  box-shadow: 5px 6px 10px 0px rgba(0,0,0,0.3);
}

.header-nav-sublink {
  display: block;
  width: 100%;
  color: #fff;
  font-size: calc(var(--global-font-size) * 0.75);
  line-height: 1;
  padding: 9px 15px;
  transition: all .2s ease;
}

.header-nav-sublink:hover {
  color: #aba1a1;
}

.header-nav-link-wrap {
  position: relative;
}

.header-nav-link-wrap:hover .header-nav-submenu {
  opacity: 1;
  pointer-events: all;
}

/* main */

.main-1 {
  padding: 30px 0;
}

.main-1-img {
  padding: 90px 60px 90px 55%;
  background: url(../img/main-1-img.png) no-repeat center;
  display: block;
  width: 100%;
  height: 470px;
}

.main-1-title {
  font-size: calc(var(--global-font-size) * 2.5);
  font-weight: 700;
  margin: 0 0 20px 0;
  text-transform: uppercase;
  color: #fff;
}

.main-1-text {
  display: block;
  margin: 0 0 40px 0;
  font-size: calc(var(--global-font-size) * 1.3);
  color: #fff;
}

.btn-default {
  display: inline-block;
  position: relative;
  border-radius: 50px;
  background: #fff;
  padding: 0px 25px 0px 57px;
  line-height: 50px;
  height: 50px;
  color: #1e1e1e;
  font-size: calc(var(--global-font-size) * 1.1);
  font-weight: 600;
}

.btn-default:before {
  content: '';
  position: absolute;
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #C30F27;
  left: 5px;
  top: 5px;
  z-index: 1;
}

.btn-default:after {
  content: '';
  position: absolute;
  display: block;
  width: 40px;
  height: 40px;
  background: url(../img/icon-arrow-red.svg) no-repeat center/16px;
  filter: brightness(150);
  left: 5px;
  top: 5px;
  z-index: 2;
}

.main-title {
  text-transform: uppercase;
  display: block;
  font-size: calc(var(--global-font-size) * 2.7);
  font-weight: 700;
  color: #C30F27;
  margin: 10px 0 20px 0;
}

.main-2 {
  padding: 30px 0;
}

.main-education {
  margin: 0 0 20px 0;
}

.main-subtitle {
  font-size: calc(var(--global-font-size) * 1.8);
  margin: 0 0 30px 0;
  font-weight: 600;
}

.main-subtitle2 {
  font-size: calc(var(--global-font-size) * 1.4);
  margin: 0 0 20px 0;
}

.main-education-item {
  width: 47%;
  margin: 0 0 30px 0;
}

.main-education-item-top {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.main-education-item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  background: url(../img/icon-hex.svg) no-repeat center/contain;
  margin: 0 15px 0 0;
}

.main-education-item-img img {
  display: block;
  width: 42px;
  height: 42px;
  object-fit: contain;
  object-position: center;
}

.main-education-item-title {
  font-size: calc(var(--global-font-size) * 1.3);
  font-weight: 700;
}

.main-education-item-content {
  font-size: calc(var(--global-font-size) * 0.9);
  margin: 15px 0 0 0;
}

.main-education-item-content b {font-weight: 600;}
.main-education-item-content a {text-decoration: underline; color: #C30F27;}
.main-education-item-content a:hover {text-decoration: none;}

.list {
  list-style-type: none !important;
  padding: 0 0 0 25px;
}

.list li {
  display: block;
  position: relative;
  margin: 3px 0;
  font-size: calc(var(--global-font-size) * 0.9);
}

.list li:before {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  background: url(../img/icon-list-mark.svg) no-repeat center/20px;
  left: -25px;
  top: 0;
}

.main-2-1 {
  padding: 70px 0;
  background: url(../img/main-1-banner-img-1.png) no-repeat center;
}

.main-2-1 p {
  color: #fff;
  font-size: calc(var(--global-font-size) * 2.1);
  font-weight: 600;
  line-height: 1.5;
  display: block;
  margin: 0 auto;
  width: 90%;
  text-align: center;
}

.main-3 {
  padding: 30px 0;
}

.main-programm-item {
  background: #EFEFEF;
  padding: 26px 15px 17px 15px;
  border-radius: 20px;
  transition: all .3s ease;
  width: 48.5%;
  margin: 0 0 30px 0;
  position: relative;
  overflow: hidden;
}

.main-programm-item:hover:before,
.main-programm-item:hover:after {
  opacity: 1;
}

.main-programm-item:before {
  content: '';
  position: absolute;
  transition: all .3s ease;
  opacity: 0;
  display: block;
  pointer-events: none;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(90deg,rgba(195, 15, 39, 1) 0%, rgba(142, 12, 29, 1) 100%);
}

.main-programm-item:after {
  content: '';
  position: absolute;
  transition: all .3s ease;
  opacity: 0;
  display: block;
  pointer-events: none;
  z-index: 2;
  width: 288px;
  height: 271px;
  bottom: 0;
  right: 0;
  background: url(../img/img-bg-1.png) no-repeat center/contain;
}

.main-programm-item:hover * {
  color: #fff;
}

.main-programm-item-title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0 0 10px 0;
  position: relative;
  z-index: 10;
}

.main-programm-item-title-img {
  display: block;
  width: 40px;
  min-width: 40px;
  height: 40px;
  background: rgba(192,15,39,0.52);
  position: relative;
  border-radius: 50%;
  pointer-events: none;
  margin: 0 20px 0 0;
  transition: all .3s ease;
}

.main-programm-item:hover .main-programm-item-title-img {
  background: rgba(255,255,255,0.52);
}

.main-programm-item-title-img:before {
  content: '';
  position: absolute;
  width: 28px;
  height: 28px;
  left: 6px;
  top: 6px;
  z-index: 1;
  background: #C30F27;
  display: block;
  border-radius: 50%;
  transition: all .3s ease;
}

.main-programm-item:hover .main-programm-item-title-img:before {
  background: #FFF;
}

.main-programm-item-title-img:after {
  content: '';
  position: absolute;
  width: 28px;
  height: 28px;
  left: 7px;
  top: 6px;
  z-index: 2;
  background: url(../img/icon-arrow-red.svg) no-repeat center/12px;
  transition: all .3s ease;
  filter: brightness(150);
  display: block;
  border-radius: 50%;
}

.main-programm-item:hover .main-programm-item-title-img:after {
  filter: brightness(1);
}

.main-programm-content {
  position: relative;
  z-index: 10;
}

.main-programm-item-title-text {
  font-size: calc(var(--global-font-size) * 1.3);
  font-weight: 600;
  line-height: 1;
}

.main-programm-content-btn {
  display: inline-block;
  width: auto;
  padding: 3px 15px;
  border: 1px solid #1e1e1e;
  border-radius: 20px;
  font-size: calc(var(--global-font-size) * 0.8);
  line-height: 1;
  transition: all .3s ease;
  margin: 5px 0 12px 0;
  position: relative;
  z-index: 10;
}

.main-programm-content-btn:hover {
  background: #fff !important;
  color: #C30F27 !important;
}

.main-programm-item:hover .main-programm-content-btn {
  border-color: #fff;
  color: #fff;
}

.main-4 {
  padding: 30px 0;
}

.main-4-wrap {
  display: flex;
  justify-content: space-between;
}

.main-4-left {
  width: 32%;
  margin: 0 4% 20px 0;
}

.main-4-right {
  width: 64%;
  margin: 0 0 20px 0;
}

.main-4-item {
  display: flex;
  border-radius: 20px;
  background: #EFEFEF;
  margin: 0 0 20px 0;
  padding: 16px 20px;
  justify-content: space-between;
  align-items: center;
  transition: all .3s ease;
  max-width: 430px;
}

.main-4-item:hover {
  background: #C30F27;
}

.main-4-item-text {
  font-size: calc(var(--global-font-size) * 1.4);
  text-transform: uppercase;
  font-weight: 700;
  transition: all .3s ease;
  padding-right: 10%;
  line-height: 1.1;
}

.main-4-item:hover .main-4-item-text {
  color: #fff;
}

.main-4-item-img {
  display: block;
  width: 40px;
  min-width: 40px;
  height: 40px;
  background: rgba(192,15,39,0.52);
  position: relative;
  border-radius: 50%;
  pointer-events: none;
  margin: 0 0 0 20px;
  transition: all .3s ease;
}

.main-4-item:hover .main-4-item-img {
  background: rgba(255,255,255,0.52);
}

.main-4-item-img:before {
  content: '';
  position: absolute;
  width: 28px;
  height: 28px;
  left: 6px;
  top: 6px;
  z-index: 1;
  background: #C30F27;
  display: block;
  border-radius: 50%;
  transition: all .3s ease;
}

.main-4-item:hover .main-4-item-img:before {
  background: #FFF;
}

.main-4-item-img:after {
  content: '';
  position: absolute;
  width: 28px;
  height: 28px;
  left: 7px;
  top: 6px;
  z-index: 2;
  background: url(../img/icon-arrow-red.svg) no-repeat center/12px;
  transition: all .3s ease;
  filter: brightness(150);
  display: block;
  border-radius: 50%;
}

.main-4-item:hover .main-4-item-img:after {
  filter: brightness(1);
}

.main-4-info {
  padding: 16px 20px;
  border-radius: 20px;
  position: relative;
  margin: 0 0 20px 0;
  background: linear-gradient(90deg,rgba(195, 15, 39, 1) 0%, rgba(142, 12, 29, 1) 100%);
}

.main-4-info div,
.main-4-info p,
.main-4-info a,
.main-4-info p b {
  display: block;
  position: relative;
  z-index: 10;
  color: #fff;
  text-decoration: none !important;
}

.main-4-info a:hover {
  color: #aba1a1;
}

.main-4-info p {
  margin: 5px 0;
}

.main-4-info-title {
  font-size: calc(var(--global-font-size) * 1.5);
  text-transform: uppercase;
  font-weight: 700;
  margin: 0 0 15px 0;
}

.main-4-info:before {
  content: '';
  position: absolute;
  transition: all .3s ease;
  display: block;
  pointer-events: none;
  z-index: 1;
  width: 220px;
  height: 210px;
  bottom: 0;
  right: 0;
  background: url(../img/img-bg-1.png) no-repeat center/contain;
}

.main-5 {
  padding: 0 0 30px 0;
}

.warning-info {
  border-radius: 20px;
  padding: 45px 85px 45px 260px;
  background: #EFEFEF;
  font-size: calc(var(--global-font-size) * 1.5);
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  min-height: 228px;
}

.warning-info:before {
  content: '';
  position: absolute;
  display: block;
  width: 160px;
  height: 160px;
  background: url(../img/icon-warning.png) no-repeat center/contain;
  top: 50%;
  left: 40px;
  transform: translateY(-50%);
}

.main-6 {
  padding: 30px 0;
}

.main-6-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.main-6-map {
  width: 52%;
  margin: 0 2% 20px 0;
  background: #efefef;
  display: block;
}

.main-6-contacts {
  width: 46%;
}

.main-6-info {
  border-radius: 20px;
  background: #2B2B3A;
  padding: 25px 20px;
  margin: 0 0 20px 0;
}

.main-6-info * {
  color: #fff;
}

.main-6-info-title {
  font-size: calc(var(--global-font-size) * 1.9);
  text-transform: uppercase;
  text-align: left;
  font-weight: 600;
}

.main-6-info a {
  transition: all .3s ease;
}

.main-6-info a:hover {
  opacity: .75;
}

.main-6-info-right {
  text-align: right;
}

.main-6-info-phone {
  display: inline-block;
  padding: 3px 0 3px 40px;
  background: url(../img/icon-phone.svg) no-repeat left center/30px;
  filter: brightness(150);
  font-size: calc(var(--global-font-size) * 1.3);
  font-weight: 600;
  margin: 4px 0;
}

.main-6-info-email {
  display: inline-block;
  padding: 3px 0 3px 40px;
  background: url(../img/icon-email.svg) no-repeat left center/30px;
  filter: brightness(150);
  font-size: calc(var(--global-font-size) * 1.3);
  font-weight: 600;
  margin: 4px 0;
}

.main-6-info-address {
  margin: 30px 0 20px 0;
  text-align: right;
}

.main-6-info-address span {
  display: block;
  font-size: calc(var(--global-font-size) * 0.8);
  font-weight: 300;
}

.main-6-info-address p {
  display: block;
  font-size: calc(var(--global-font-size) * 1.3);
  margin: 0;
}

.main-6-grafik {
  border-radius: 20px;
  padding: 24px 20px;
  background: #C30F27;
}

.main-6-grafik * {
  color: #fff;
}

.main-6-grafik b,
.main-6-grafik p {
  display: block;
  margin: 4px 0;
  font-size: calc(var(--global-font-size) * 1.3);
}

.footer {
  padding: 25px 0 15px 0;
  background: #C30F27;
}

.footer-menu {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.footer-menu-section {
  width: auto;
  padding: 0 25px 25px 0;
  display: flex;
  flex-direction: column;
}

.footer-menu-section-link {
  display: inline-block;
  color: #fff;
  font-size: calc(var(--global-font-size) * 0.8);
  margin: 0 0 3px 0;
  transition: all .3s ease;
}

.footer-menu-section-link:hover {
  color: #aba1a1;
}

.footer-menu-section-link:nth-of-type(1) {
  font-size: calc(var(--global-font-size) * 1.2);
  font-weight: 600;
  margin: 0 0 6px 0;
}

.swiper {
  margin-top: 40px;
}

.swiper-button-next,
.swiper-button-prev {
  color: #333;
}

.swiper-pagination-bullet-active {
  background: #fff;
}

.main-4-phone {margin-bottom: 15px !important;}

.inner-page {
  padding: 30px 0;
}

b,
strong {
  font-weight: 700 !important;
}

.inner-page img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
}

.inner-plates {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 20px 0;
}

.inner-plate-item {
  width: 50%;
  padding: 0 20px 20px 0;
  font-size: 22px;
  min-width: 400px;
}

.inner-plates2 .inner-plate-item span {
  text-transform: none !important;
  line-height: 1.1;
  font-size: 20px !important;
}

.inner-plates2 .inner-plate-item span:before {
  top: 50%;
  margin-top: -12.5px;
}

.inner-plates2 .inner-plate-item p {
  font-size: 16px !important;
}

.inner-plate-item span {
  display: block;
  position: relative;
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 600;
  padding: 2px 0 0 35px;
  margin: 0 0 10px 0;
}

.inner-plate-item span:before {
  content: '';
  position: absolute;
  display: block;
  width: 25px;
  height: 25px;
  background: url(../img/icon-ul-li.png) no-repeat center/35px;
  left: 0;
  top: 3px;
}

.inner-plate-item p {
  display: block;
  margin: 0 !important;
  font-size: inherit !important;
  padding: 0 0 0 35px !important;
}

.inner-page h1 {
  text-transform: uppercase;
  display: block;
  font-size: calc(var(--global-font-size)* 2.6);
  font-weight: 700;
  color: #C30F27;
  margin: 20px 0 15px 0;
}

.inner-page h2 {
  text-transform: uppercase;
  display: block;
  font-size: calc(var(--global-font-size)* 2);
  font-weight: 700;
  color: #C30F27;
  margin: 20px 0 15px 0;
}

.inner-page h3 {
  display: block;
  font-size: 26px;
  font-weight: 700;
  margin: 10px 0;
}

.inner-page h4 {
  display: block;
  font-size: 22px;
  font-weight: 600;
  margin: 10px 0;
}

.inner-page p {
  font-size: 22px;
  margin: 0 0 20px 0;
  display: block;
}

.inner-page ul {
  padding: 0;
  margin: 20px 0;
  list-style-type: none !important;
}

.inner-page ul li {
  position: relative;
  padding: 3px 0 3px 32px;
  font-size: 22px;
  margin: 0 0 7px 0;
}

.inner-page ul li:before {
  content: '';
  position: absolute;
  display: block;
  width: 25px;
  height: 25px;
  background: url(../img/icon-ul-li.png) no-repeat center/35px;
  left: 0;
  top: 3px;
}

.download-section {
  padding: 15px 5px;
  display: block;
  max-width: 100%;
  width: 950px;
}

.download-section > a {
  display: block;
  width: 100%;
  position: relative;
  border-radius: 8px;
  box-shadow: 1px 1px 5px 2px rgba(0,0,0,0.25);
  padding: 12px 58px 12px 22px;
  font-size: 24px;
  color: #333;
  transition: all .3s ease;
  background: #fff;
  margin: 0 0 15px 0;
  line-height: 1.2;
  text-align: left;
  text-decoration: none !important;
}

.download-section > a:nth-last-of-type(1) {
  margin-bottom: 0;
}

.download-section > a:after {
  content: '';
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  pointer-events: none;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
  background: url(../img/icon-download.svg) no-repeat center/26px;
  z-index: 1;
  transition: all .3s ease;
}

.download-section > a:hover {
  color: #fff;
  background: #C30F27;
  font-weight: 600;
}

.download-section > a:hover:after {
  filter: brightness(100);
}

.breadcrumbs {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 15px 0;
}

.breadcrumbs span {
  display: inline-block;
  line-height: 1;
  padding: 5px 5px 5px 0;
  margin: 2px 2px 2px 0;
  color: #333;
  font-size: 18px;
}

.breadcrumbs a {
  display: inline-block;
  line-height: 1;
  padding: 5px 5px 5px 0;
  margin: 2px 21px 2px 0;
  color: #C30F27;
  font-size: 18px;
  transition: all .3s ease;
  position: relative;
  font-weight: 600;
}

.breadcrumbs a:after {
  content: '>';
  position: absolute;
  display: block;
  top: 6px;
  right: -14px;
  font-size: 18px;
  color: #333;
  font-weight: 400;
}

.breadcrumbs a:hover {
  color: #ff203e;
}

.list-accordion {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}

.list-acc-item {
  width: 49%;
  margin: 10px 2% 10px 0;
  padding: 15px 25px;
  background: #EFEFEF;
  border-radius: 20px;
  transition: all .3s ease;
  cursor: pointer;
  user-select: none;
}

.list-acc-item:hover {
  background: #C30F27;
  background: linear-gradient(136deg,rgba(195, 15, 39, 1) 0%, rgba(142, 12, 29, 1) 100%);
}

.list-acc-item:hover * {
  color: #fff !important;
}

.list-acc-content {
  display: none;
  font-size: 16px;
  transition: all .3 ease;
  padding: 5px 0;
}

.list-acc-item:nth-of-type(2n) {
  margin-right: 0 !important;
}

.list-acc-title {
  width: 100%;
  padding: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  min-height: 48px;
}

.list-acc-title p {
  display: block;
  width: calc(100% - 60px);
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.1;
}

.list-acc-img {
  display: block;
  width: 40px;
  min-width: 40px;
  height: 40px;
  background: rgba(192,15,39,0.52);
  position: relative;
  border-radius: 50%;
  pointer-events: none;
  margin: 0 20px 0 0;
  transition: all .3s ease;
}

.list-acc-item:hover .list-acc-img {
  background: rgba(255,255,255,0.52);
}

.list-acc-img:before {
  content: '';
  position: absolute;
  width: 28px;
  height: 28px;
  left: 6px;
  top: 6px;
  z-index: 1;
  background: #C30F27;
  display: block;
  border-radius: 50%;
  transition: all .3s ease;
}

.list-acc-item:hover .list-acc-img:before {
  background: #FFF;
}

.list-acc-img:after {
  content: '';
  position: absolute;
  width: 28px;
  height: 28px;
  left: 7px;
  top: 6px;
  z-index: 2;
  background: url(../img/icon-arrow-red.svg) no-repeat center/12px;
  transition: all .3s ease;
  filter: brightness(150);
  display: block;
  border-radius: 50%;
}

.list-acc-item:hover .list-acc-img:after {
  filter: brightness(1);
}

.bottom-muzhik {
  padding: 20px 0 0 0;
  margin-bottom: -30px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  overflow: hidden;
}

.bottom-muzhik-img {
  display: block !important;
  width: 500px !important;
  min-width: 500px;
  height: auto;
}

.bottom-muzhik-text {
  display: block;
  border-radius: 20px;
  margin: 20px 0 20px 20px;
  color: #fff;
  background: #C30F27;
  background: linear-gradient(136deg,rgba(195, 15, 39, 1) 0%, rgba(142, 12, 29, 1) 100%);
  padding: 35px 50px;
  line-height: 1.3;
  font-size: 20px;
  max-width: 50%;
}

@media (max-width: 1399px) {
  :root {--global-font-size: 18px;}
  .header-nav-link {padding: 14px 24px;}
  .header-logo {min-width: 220px; width: 220px;}
  .header-item-img {min-width: 26px; width: 26px;}
  .main-subtitle, .main-subtitle2 {margin: 0 0 20px 0;}
  .main-education-item-content, .list li {font-size: 16px;}
  .main-4-info p {margin: 3px 0;}
  .header-nav-link:after {width: 12px; margin-top: -9px; right: 7px;}
  .header-nav-submenu {width: calc(100% - 10px); top: 44px; left: 10px;}
}

@media (max-width: 1199px) {
  :root {--global-font-size: 15px;}
  .header-right {width: calc(100% - 230px);}
  .main-1, .main-2, .main-3, .main-4, .main-5, .main-6 {padding: 18px 0;}
  .swiper {margin-top: 0px;}
  .main-4-info-title {font-size: 24px !important; margin-bottom: 10px;}
  .main-6-wrap {flex-wrap: wrap;}
  .main-6-map {width: 100%; margin: 0 0 20px 0; height: 300px !important;}
  .main-6-contacts {width: 100%; margin: 0;}
  .main-6-info-right, .main-6-info-address {text-align: left; margin: 5px 0;}
  .header-nav-submenu {top: 42px;}
  .main-6-info-phone, .main-6-info-email {background-size: 26px;}
  .main-1-img {height: 400px;}
}

@media (max-width: 991px) {
  :root {--global-font-size: 14px;}
  .header-menu-wrap {display: none; border-top: 1px solid rgba(255,255,255,0.8); padding: 10px 0;}
  .menu-mobile-wrap {display: flex; justify-content: center; align-items: center;}
  .menu-mobile-wrap-title {color: #fff; padding: 10px; line-height: 1; font-weight: 600; text-transform: uppercase; font-size: 16px;}
  .header-nav-btn {display: block; position: relative;}
  .header-nav-link-wrap {display: block; width: 100%; padding: 0;}
  .header-nav-link {display: block; width: 100%; padding: 10px 20px; color: #fff !important;}
  .header-nav-link-wrap > .header-nav-link {padding: 10px 20px 5px 20px;}
  .header-nav-link-wrap.has-submenu .header-nav-link:after {display: none;}
  .header-nav-submenu {display: block; position: relative; width: 100%; padding: 0 0 0 20px; top: auto; left: auto; margin: 0; opacity: 1; pointer-events: all; box-shadow: none !important;}
  .header-nav-sublink {padding: 6px 20px;}
  .header-bottom > .container {padding: 0;}
  .header-right {width: calc(100% - 100px);}
  .header-logo {min-width: 180px; width: 180px;}
  .header-item-text a, .header-item-text div {font-size: calc(var(--global-font-size)* 1.05);}
  .main-1-img {padding: 40px 50px 40px 42%;}
  .main-1-title {text-shadow: 0 0 3px rgba(0,0,0,0.45); margin-bottom: 15px;}
  .main-1-text {margin-bottom: 25px; text-shadow: 0 0 2px rgba(0,0,0,0.25);}
  .main-1, .main-2, .main-3, .main-4, .main-5, .main-6 {padding: 15px 0;}
  .container {padding: 0 20px;}
  .header {padding: 10px 0;}
  .header-bottom {margin-top: 10px;}
  .main-programm-content-item {font-size: calc(var(--global-font-size)* 0.95);}
  .main-programm-item-title-img {margin-right: 10px;}
  .warning-info {padding: 30px 30px 30px 200px; min-height: 160px;}
  .warning-info:before {width: 120px; height: 120px;}
  .main-3 {padding-bottom: 0 !important;}
  .footer-menu {flex-wrap: wrap;}
  .footer-menu-section {width: 33%;}
  .breadcrumbs {margin: 10px 0;}
  .breadcrumbs a, .breadcrumbs span {font-size: 16px; margin-top: 0; margin-bottom: 0;}
  .breadcrumbs a:after {right: -12px; font-size: 16px;}
  .bottom-muzhik-img {width: 370px !important; min-width: 370px;}
  .bottom-muzhik-text {font-size: 16px; padding: 25px 30px;}
  .main-1-img {height: auto; min-height: 260px;}
}

@media (max-width: 899px) {
  .main-4-wrap {flex-wrap: wrap;}
  .main-4-left {width: 100%; margin: 0;}
  .main-4-right {width: 100%; margin: 0;}
  .main-4-item, .main-4-info {margin-bottom: 15px;}
  .list-acc-item {width: 100%; margin: 10px 0;}
}

@media (max-width: 799px) {
  .inner-page h1 {font-size: 32px;}
  .inner-page h2 {font-size: 28px;}
  .inner-plate-item {width: 100%; padding: 10px 0; min-width: 100%;}
  .inner-plate-item span, .inner-page p, .inner-plate-item {font-size: 18px;}
  .inner-plate-item span {padding: 6px 0 0 35px;}
  .inner-page h3 {font-size: 20px;}
  .inner-page h4, .inner-page ul li {font-size: 18px;}
  .inner-page {padding: 20px 0;}
  .download-section > a {font-size: 18px; padding: 12px 50px 12px 14px;}
  .download-section > a:after {right: 12px; background-size: 20px !important;}
  .bottom-muzhik-img {width: 300px !important; min-width: 300px;}
}

@media (max-width: 699px) {
  .main-education-item {width: 100%; margin: 16px 0;}
  .main-education-item-content {margin-top: 8px; font-size: 14px;}
  .main-education-item-content .list li {font-size: 14px !important; margin: 6px 0;}
  .main-education-item-img {width: 52px; height: 52px;}
  .main-education-item-img img {width: 28px; height: 28px;}
  .main-2-1 {padding: 30px 0;}
  .main-title {font-size: calc(var(--global-font-size)* 2.4);}
  .main-subtitle, .main-subtitle2 {margin: 0 0 15px 0;}
  .main-subtitle2 {font-size: calc(var(--global-font-size)* 1.2);}
  .main-programm-item {width: 100%; margin: 0 0 20px 0;}
  .bottom-muzhik {flex-wrap: wrap; flex-direction: column-reverse; align-content: center; justify-content: center;}
  .bottom-muzhik-text {width: 80% !important; min-width: 260px; margin: 0 0 20px 0; max-width: max-content;}
  .bottom-muzhik-img {width: 60% !important; min-width: 240px;}
}

@media (max-width: 599px) {
  .warning-info {padding: 94px 30px 30px 30px;}
  .warning-info:before {width: 70px; height: 70px; top: 15px; left: 50%; transform: translateX(-50%);}
  .footer-menu-section {min-width: 250px;}
  .main-5 {padding-top: 0!important;}
  .main-2-1 p {font-size: calc(var(--global-font-size)* 2.0); line-height: 1.3;}
  .main-1-title {font-size: 28px;}
  .main-1-text {font-size: 14px;}
  .main-1-img {padding: 20px 45px 33px 32%;}
  .container {padding: 0 15px;}
  .main-6-info-phone {background-size: 26px;}
}

@media (max-width: 499px) {
  .header {padding: 10px 0 0 0;}
  .header > .container {flex-wrap: wrap; justify-content: center;}
  .header-item {padding: 5px;}
  .header-item-img {width: 20px; height: 20px; margin-right: 6px;}
  .header-logo {min-width: 140px; width: 140px;}
  .header-right {width: 100%;}
  .header-item-text a, .header-item-text div {font-size: 14px;}
  .main-1-img {padding: 20px 50px 33px 50px;}
  .main-1-title {text-shadow: 0 0 3px rgba(0, 0, 0, 0.85); font-size: 26px;}
  .main-1-text {margin-bottom: 15px; text-shadow: 0 0 2px rgba(0, 0, 0, 0.65);}
  .btn-default {padding: 0px 10px 0px 45px; line-height: 42px; height: 42px; font-size: 14px;}
  .btn-default:before {width: 36px; height: 36px; left: 4px; top: 3px;}
  .btn-default:after {width: 34px; height: 34px; background-size: 14px !important;}
  .main-education-item {margin: 12px 0;}
  .main-2-1 p {margin: 0; font-size: 22px; display: block; width: 100%;}
  .main-title {font-size: 28px;}
  .main-subtitle, .main-subtitle2, .main-6-info-address p, .main-6-grafik b, .main-6-grafik p {font-size: 16px;}
  .main-4-item-text {font-size: 17px;}
  .main-4-info-title {font-size: 20px !important;}
  .main-4-info div, .main-4-info p, .main-4-info a, .main-4-info p b {font-size: 15px;}
  .warning-info {padding: 90px 20px 20px 20px;}
  .warning-info-text {font-size: 18px;}
  .main-6-info-title {font-size: 20px;}
  .main-6-info-phone, .main-6-info-email {background-size: 20px; padding-left: 30px; font-size: 16px;}
  .main-6-info-address span {font-size: 13px; margin: 0 0 5px 0;}
  .footer-menu-section {padding: 0 15px 15px 0;}
  .download-section > a {font-size: 16px; line-height: 1.1;}
  .inner-page h1 {font-size: 28px;}
  .inner-page h2 {font-size: 24px;}
  .main-1-img {height: auto; min-height: 220px;}
}

@media (max-width: 419px) {
  .bottom-muzhik-img {display: none !important;}
  .bottom-muzhik-text {width: 100%; max-width: 100%; min-width: 100%; font-size: 15px; margin: 0;}
  .bottom-muzhik {margin-bottom: 0; padding: 10px 0 0 0;}
  .inner-plate-item span, .inner-page p, .inner-plate-item {font-size: 16px;}
}


/* +++ */

#zProgramm{
	display: block;
	padding-top: 10px;
}

#modalForm{
	padding: 10px;
}

.modal-form {
  max-width: 400px;
  padding: 20px;
}
.modal-form h2 {
  margin-bottom: 20px;
  font-size: 20px;
}
.modal-form label {
  display: flex;
  margin: 20px 0 5px;
}
.modal-form input {
  width: 100%;
  padding: 8px;
  border-radius: 5px;
  border: 1px solid #ccc;
}
.modal-btn{
	display: flex;
	margin: 25px auto 0 auto;
	cursor: pointer;
	border: 1px solid;
}
.modal-btn::before{
	top: 4px;
}
.modal-btn:hover{
	color: #c30f27;
}


.checkbox-wrapper {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  line-height: 1.4;
  margin-top: 15px;
  max-width: 400px;
  white-space: normal;
}

.checkbox-wrapper input[type="checkbox"] {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  margin: 0;
}

.checkbox-wrapper span {
  flex-grow: 1;
  word-break: break-word;
}

.checkbox-wrapper a {
  color: #3b82f6;
  text-decoration: underline;
}

.checkbox-wrapper a:hover {
  color: #2563eb;
}
