/*стили сброса и общие стили*/

*{-webkit-box-sizing: border-box;box-sizing: border-box;outline: none;font-family: 'Franklin Gothic Book',sans-serif;}

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,dfn,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin: 0;padding: 0;border: 0;font: 100% inherit;vertical-align: baseline}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display: block}

body{line-height: 1}

blockquote,q{quotes: none}

blockquote:before,blockquote:after,q:before,q:after{content: '';content: none}

button{background: transparent}

table{border-collapse: collapse;border-spacing: 0}

h1{font-size: 80px;text-transform: uppercase;font-family: 'Bebas Neue', sans-serif;}

h2{font-size: 80px;font-family: 'Bebas Neue', sans-serif;font-weight: 600;}

h3{font-size: 48px;font-family: 'Bebas Neue', sans-serif;}

h4{font-size: 36px;font-family: 'Bebas Neue', sans-serif;}

h5{font-size: 24px;font-family: 'Bebas Neue', sans-serif;}

h6{font-size: 16px;font-family: 'Bebas Neue', sans-serif;}

p,a,span.div,li {

  font-family: 'Franklin Gothic Book',sans-serif;

  text-decoration: none;

}
.table,
.table th,
.table td {
border: 1px solid grey;
}
.table th,
.table td {
  padding: 15px 10px;
}
.wrap-table {
  overflow: auto;
}
:root {

  --pagination-item-width: 33.337%; 

  --pagination-item-width-history: 10%; 

  --pagination-item-width-stud: 20%; 

}

svg:not(:root) {

    overflow: hidden;

}

body{

  max-width: 100%;

  overflow-x: hidden;

  position: relative;

  background: #FFF;

}

html.overflow,

body.overflow {

  overflow: hidden;
  
/*  overflow: inherit;*/

  position: relative;

  width: 100%;

}

header {

  position: absolute;

  z-index: 99;

  width: 100%;
  top: 0;

}

.container {

  width: 100%;

  max-width: 1560px;

  padding: 0 15px;

  margin: auto;

}

.main {

  height: 100vh;

  overflow: hidden;

}

.wrap-header-all {

  width: 100%;

  position: relative;
}

.no_padding_slider{
  padding-top: 0px !important;
}

.wrap-header-content {

  display: flex;

  width: 100%;

  height: 280px;

  border-bottom: 1px solid rgba(197, 197, 197, 0.30);

  border-left: 1px solid rgba(197, 197, 197, 0.30);

  border-right: 1px solid rgba(197, 197, 197, 0.30);

}

.logo {

  width: 25.5%;

  display: flex;

  height: 100%;

  align-items: center;

  justify-content: flex-start;

}

nav {

 width: 49.52%;

 border-left: 1px solid rgba(197, 197, 197, 0.30);

 border-right: 1px solid rgba(197, 197, 197, 0.30);

}

.youtube-video {
    overflow: hidden;
    position: relative;
    width:100%;
}

.youtube-video::after {
    padding-top: 56.25%;
    display: block;
    content: '';
}

/*.youtube-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}*/


.comfort-questions-item ul li, .comfort-questions-item ol li, .comfort-questions ul li, .comfort-questions ol li {
    color: #4E4E4D;
}

.comfort-questions-item ul, .comfort-questions-item ol, .comfort-questions ul, .comfort-questions ol {
    margin: 10px 0;
}

.course-program-accordion .titleusb {
	color: #fff;
	font-size: 28px;
	font-weight: bold;
	margin: 15px 0 20px;
}

.course-program-accordion .item-text-usb {
    font-weight: bold;
    margin: 15px 0;
}    

.header-buttons {

  width: 390px;

  display: flex;

  height: 100%;

  flex-wrap: wrap;

}

.call {

  width: 100%;

  height: 50%;

  border-top: 1px solid rgba(197, 197, 197, 0.30);

}

.call a {

  pointer-events: none;

}

.search,

.version,

.gamb {

  cursor: pointer;

  display: flex;

  width: 33.3337%;

  align-items: center;

  justify-content: center;

  height: 50%;

}

.version {

   border-left: 1px solid rgba(197, 197, 197, 0.30);

 border-right: 1px solid rgba(197, 197, 197, 0.30);

}

.call svg {

  display: none;

}

.call {

  cursor: pointer;

  display: flex;

  align-items: center;

  justify-content: center;

  color:  #FFF;

  text-align: center;

  font-size: 20px;

  font-style: normal;

  font-weight: 400;

  line-height: normal;

  text-decoration: none;

  transition: ALL 0.3S;

}

.call:hover {

  background:  #A81022;

  text-decoration: none;

  transition: ALL 0.3S;

}

.search:hover,

.version:hover,

.gamb:hover {

  background: #ffffff;

  transition: ALL 0.3S;

}

.search:hover svg path,

.version:hover svg  path,

.gamb:hover svg  rect {

  fill: #A81022;

  transition: ALL 0.3S;

}

.gamb .open {

  display: none;

}

header.open .gamb .open {

  display: block;

}

header.open .gamb .close {

  display: none;

}

.wrap-header-content nav {

  display: flex;

  flex-direction: column;

  height: 100%;

  justify-content: center;

}

.nav-list {

  list-style-type: none;

  padding: 0;

  margin: 0;

}

.nav-list li + li {

  margin-top: 10px;

}

.nav-list li a {

  position: relative;

  color:  #FFF;

  font-size: 20px;

  font-style: normal;

  font-weight: 400;

  line-height: normal;

}

.nav-list li a:after {

  position: absolute;

  content:'';

  left: 0;

  bottom: 0;

  width: 0;

  height: 1px;

  background: #ffffff;

  transition: all 0.3s;

}

.nav-list li a:hover:after {

  width: 100%;

  transition: all 0.3s;

}

.wrap-net-position {

  position: absolute;

  height: 100vh;

  top: 0;

  left: 0;

  width: 100%;

}

.wrap-main-bg-slider {

  position: absolute;

  width: 100%;

  height: 100vh;

  top: 0;

  left: 0;

  z-index: 1;

  overflow: hidden;

}

.main-bg-slider img {

  width: 100%;

  height: 100vh;

  object-fit: cover;

}

.net-position {

  position: relative;

  z-index: 2;

  width: 100%;

  top: 241px;

  height: calc(100vh - 241px);

  border-left: 1px solid rgba(197, 197, 197, 0.30);

  border-right: 1px solid rgba(197, 197, 197, 0.30);

}

.net-position-top {

  height: calc(100vh - 423px);

}

.net-position-bottom {

  height: 182px;

  border-top: 1px solid rgba(197, 197, 197, 0.30);

}

.net-position-left {

  position: relative;

  height: 100%;

  width: calc(25.5% - 1px);

  border-right: 1px solid rgba(197, 197, 197, 0.30);

}

.main-slider {

  margin-top: 241px;

  height: calc(100vh - 423px);

  overflow: hidden;

  position: relative;

  z-index: 54;

}

.main-slider-left {

  width: 26%;

  padding-right: 30px;



}

.wrap-main-slider {

  position: relative;

}

.popup-video {

  position: absolute;

  z-index: 5;

  /*top: 0;*/
  
  top: 40px;

  left: 0;

  z-index: 115;

}

.popup-video img {

  width: 100%;

  /*height: calc(100vh - 505px);*/
  
  height: calc(100vh - 546px);

  object-fit: cover;

  display: block;

}

.wrap-bottom-video-info {

  height: 82px;

  display: flex;

  cursor: pointer;

}

.bottom-video-info-link {

  width: 82px;

  min-width: 82px;

}

.bottom-video-info {

  background:  #FFF;

  display: flex;

  flex-direction: column;

  padding: 0 30px;

  justify-content: center;

  width: 100%;

}

.bottom-video-info-link {

  height: 100%;

  display: flex;

  justify-content: center;

  align-items: center;

  background: #800000;

  transition: all 0.3s;

}

.bottom-video-info-link:hover {

  background: #EEEEEE;

  transition: all 0.3s;

}

.bottom-video-info-link svg path {

  transition: all 0.3s;

}

.bottom-video-info-link:hover svg path {

  fill: #800000;

  transition: all 0.3s;

}

.bottom-video-info p {

  color:#4E4E4D;

  font-size: 20px;

  font-style: normal;

  font-weight: 400;

  line-height: normal;

}

.bottom-video-info span {

  color: #949494;

  font-size: 20px;

  font-style: normal;

  font-weight: 400;

  line-height: normal;

}

.wrap-main-slide-side {

  display: flex;

  height: 100%;

}

.main-slider-right {

  display: flex;

  flex-direction: column;

  padding-bottom: 52px;

  justify-content: flex-end;

}

.main-title {

  color: #FFF;

  font-family: 'Bebas Neue', sans-serif;

  font-size: 120px;

  font-style: normal;

  font-weight: 400;

  line-height: normal;

}

.main-text {

  color:  #FFF;

  font-size: 40px;

  font-style: normal;

  font-weight: 400;

  line-height: normal;

  text-transform: uppercase;

}

.main-slider-left.slide-enter-animation {

  opacity: 0;

  transform: translateX(-100%);

  transition: opacity 0.5s ease, transform 1s ease;

}

.main-slider-left.slide-exit-animation {

  opacity: 0;

  transform: translateX(-100%);

  transition: opacity 0.5s ease, transform 1s ease;

}

.main-slider-right.slide-enter-animation {

  opacity: 0;

  transform: translateX(100%);

  transition: opacity 0.5s ease, transform 1s ease;

}

.main-slider-right.slide-exit-animation {

  opacity: 0;

  transform: translateX(100%);

  transition: opacity 0.5s ease, transform 1s ease;

}

.main-slider-left.slide-active-animation,

.main-slider-right.slide-active-animation {

  opacity: 1;

  transform: translateX(0);

}

.wrap-slider-navigation {

  position: relative;

  z-index: 25;

  width: 250px;

  margin-left: auto;

  margin-right: 111px;

  margin-top: 70px;

}

.main-swiper-counter {

  display: flex;

  position: relative;

  z-index: 1;

  align-items: center;

  justify-content: space-between;



}

.main-swiper-counter span {

  color:  #FFF;

  font-size: 20px;

  font-style: normal;

  font-weight: 400;

  line-height: normal;

  position: relative;

  z-index: 25;

}

.main-swiper-pagination {

  position: absolute;

  left: 50%!important; 

  transform: translateX(-50%);

  top: 0;

  width: 172px!important;

  display: flex;

  z-index: 25;

}

.swiper-pagination-bullet {

  width: var(--pagination-item-width);
  margin: 0!important; 
  height: 20px;
  border-radius: 0px;
  background: transparent;
  position: relative;
  z-index: 25;
  top: 7px;

}
.swiper-pagination-bullet:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  top: 11px;
  left: 0;
  background: #999;
}
.directions {

  overflow: hidden;

}

.wrap-directions-content {

  position: relative;

  padding-top: 184px;

  border-left: 1px solid rgba(197, 197, 197, 0.30);

  border-right: 1px solid rgba(197, 197, 197, 0.30);

}

.wrap-directions-content:after {

  position: absolute;

  left: 25.4%;

  content: '';

  width: 1px;

  top: 0;

  background: rgba(197, 197, 197, 0.30);;

  height: 100%;

}

.wrap-directions-content h2 {

  padding-left: 25.5%;

  color: #4E4E4D;

  font-size: 80px;

  font-style: normal;

  font-weight: 400;

  line-height: normal;

  padding-bottom: 14px;

}

.wrap-tabs {

  display: flex;

  margin-top: 34px;

}


.wrap-tabs-content {
  position: relative;
  width: 25.5%;
  min-width: 25.5%;
  max-width: 25.5%;
  max-height: 705px;
}
.tabs {
  position: relative;
  max-height: 580px;
  overflow: overlay;
  padding-bottom: 100px;
}
.tabs::-webkit-scrollbar {
  width: 0;
  display: none;
}
.tabs-bg {
  width: 100%;
  position: absolute;
  content: '';
  height: 200px;
  left: 0;
  bottom: 2px;

background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, #FFF 100%);
}

.tab_li {

  list-style-type: none;

}

.tab_li li {

  border-bottom: 1px solid #949494;

}

.tab_li li a {

  color: #4E4E4D;

  font-size: 30px;

  font-style: normal;

  font-weight: 400;

  line-height: normal;

  display: block;

  text-transform: uppercase;

  padding: 24px 0;

  transition: all 0.3s;

}

.tab_li li a.curent,

.tab_li li a:hover {

  color: #A81022;

  transition: all 0.3s;

}



.wrap-tab_box {

  height: 100%;

}

.tab_box {

  height: 100%;

}

.tab_box-content {

  height: 100%;

}

.tab-slider {

  height: auto;

  width: 100%;

  overflow: hidden;

/*  margin-top: 70px;*/

}

.tabs-content {

  width: calc(74.5%);

}

.tab-slider .swiper-slide a {

  display: flex;

  flex-direction: column;

  position: relative;

  width: 100%;

  height: 498px;

  padding: 36px 30px;

}
.wrap-filter-tab + .tab-slider .swiper-slide a {
  height: 428px;
}
.tab-slider.tab-slider-specialist .swiper-slide a {

  height: 451px;

}

.tab-slider .swiper-slide .tab-filter-slider-bg {

  position: absolute;

  content: '';

  width: 100%;

  height: 100%;

  top: 0;

  left: 0;

  opacity: 1;

  z-index: 2;

}

.tab-slider-bg {

  position: absolute;

  z-index: 1;

  width: 100%;

  height: 100%;

  top: 0;

  left: 0;

  object-fit: cover;

  object-position: center;

  transition: all 0.3s;

}

/*.tab-slider .swiper-slide:nth-child(3n+1):hover a:after,

.tab-slider .swiper-slide:nth-child(3n+3):hover a:after {

  opacity: 0.8;

  transition: all 0.3s;

}

.tab-slider .swiper-slide:nth-child(3n+2):hover a:after {

  opacity: 0.8;

  transition: all 0.3s;

}*/

.wrap-tab-slider {

/*  height: 451px;*/
  height: auto;

}

/*.swiper-slide.card.open:not(.close):nth-child(3n+1) a:after,

.swiper-slide:not(.card):nth-child(3n+1) a:after 

{

  background-color: #A81022;

    transition: all 0.3s;

}

.swiper-slide.card.open:not(.close):nth-child(3n+2) a:after,

.swiper-slide:not(.card):nth-child(3n+2) a:after {

  background-color: #4E4E4D;

    transition: all 0.3s;

}

.swiper-slide.card.open:not(.close):nth-child(3n+3) a:after,

.swiper-slide:not(.card):nth-child(3n+3) a:after {

  background-color: #D9D9DA;

    transition: all 0.3s;

}*/

.interesting-slider .swiper-slide .interesting-slide-bg,

.tab-slider-corporative .swiper-slide .tab-slider-mba-bg,

.tab-slider-mini-mba .swiper-slide .tab-slider-mba-bg,

.tab-slider-mba .swiper-slide .tab-slider-mba-bg {

  position: absolute;

  content: '';

  width: 100%;

  height: 100%;

  top: 0;

  left: 0;

  opacity: 1;

  z-index: 2;

}

.interesting-slider .swiper-slide:hover a .interesting-slide-bg,

.tab-slider-corporative .swiper-slide:hover a .tab-slider-mba-bg,

.tab-slider-mini-mba .swiper-slide:hover a .tab-slider-mba-bg,

.tab-slider-mba .swiper-slide:hover a .tab-slider-mba-bg {

    opacity: 0.8;

}

.interesting-slider .swiper-slide:nth-child(3n+1) .interesting-slide-bg,

.tab-slider-corporative .swiper-slide:nth-child(3n+1) .tab-slider-mba-bg,

.tab-slider-mini-mba .swiper-slide:nth-child(3n+1) .tab-slider-mba-bg,

.tab-slider-mba .swiper-slide:nth-child(3n+1) .tab-slider-mba-bg,

.swiper-slide.card.open:nth-child(3n+1) .tab-filter-slider-bg {

  background-color: #A81022;

    transition: all 0.3s;

}

.interesting-slider .swiper-slide:nth-child(3n+2) .interesting-slide-bg,

.tab-slider-corporative .swiper-slide:nth-child(3n+2) .tab-slider-mba-bg,

.tab-slider-mini-mba .swiper-slide:nth-child(3n+2) .tab-slider-mba-bg,

.tab-slider-mba .swiper-slide:nth-child(3n+2) .tab-slider-mba-bg,

.swiper-slide.card.open:nth-child(3n+2) .tab-filter-slider-bg {

  background-color: #4E4E4D;

    transition: all 0.3s;

}

.interesting-slider .swiper-slide:nth-child(3n+3) .interesting-slide-bg,

.tab-slider-corporative .swiper-slide:nth-child(3n+3) .tab-slider-mba-bg,

.tab-slider-mini-mba .swiper-slide:nth-child(3n+3) .tab-slider-mba-bg,

.tab-slider-mba .swiper-slide:nth-child(3n+3) .tab-slider-mba-bg,

.swiper-slide.card.open:nth-child(3n+3) .tab-filter-slider-bg {

  background-color: #D9D9DA;

    transition: all 0.3s;

}

.interesting-slider .swiper-slide:nth-child(3n+1) .interesting-slide-img,

.swiper-slide.card.open:nth-child(3n+1) .tab-slider-bg {

  background: url('./../imgs/direction-1.png');
      background-size: cover;
    background-position: center;

}

.interesting-slider .swiper-slide:nth-child(3n+2) .interesting-slide-img,

.swiper-slide.card.open:nth-child(3n+2) .tab-slider-bg {

  background: url('./../imgs/direction-2.png');
      background-size: cover;
    background-position: center;

}

.interesting-slider .swiper-slide:nth-child(3n+3) .interesting-slide-img,

.swiper-slide.card.open:nth-child(3n+3) .tab-slider-bg {

  background: url('./../imgs/direction-3.png');
      background-size: cover;
    background-position: center;

}

.card:hover a .tab-filter-slider-bg {

  opacity: 0.8;

}

.swiper-slide.card.close {

  display: none;

}

.tab-slider .swiper-wrapper {

  width: fit-content!important;

}

.tab-slider-title {

  position: relative;

  z-index: 3;

  color:  #FFF;

  font-size: 30px;

  font-style: normal;

  font-family: 'Franklin Gothic Book',sans-serif;

  font-weight: normal;

  line-height: normal;

}

.tab-slider-date {

  position: relative;

  z-index: 3;

  color: #FFF;

  font-size: 20px;

  font-style: normal;

  font-weight: 400;

  line-height: normal;

  margin-top: 30px;

}

.wrap-tab-slider-teacher {

  position: relative;

  margin-top: auto;

  z-index: 5;

  display: flex;

  align-items: flex-start;

}

.tab-slider-teacher-img {

  width: 75px;

  height: 75px;

  border-radius: 50%;

  margin-right: 20px;

}

.tab-slider-teacher-info {

  display: flex;

  flex-direction: column;

}

.tab-slider-teacher-name {

  color: #FFF;

  font-size: 30px;

  font-style: normal;

  font-weight: 400;

  line-height: normal;

  margin-bottom: 12px;

}

.tab-slider-teacher-job {

  color: #FFF;

  font-size: 20px;

  font-style: normal;

  font-weight: 400;

  line-height: normal;

}

.wrap-filter-tab {

  display: flex;

  gap: 15px;

}

.wrap-filter-tab button {

  border: 1px solid #4E4E4D;

  display: flex;

  justify-content: center;

  align-items: center;

  padding: 10px 20px;

  cursor: pointer;

  color:  #4E4E4D;

  font-size: 20px;

  font-style: normal;

  font-weight: 400;

  line-height: normal;

  white-space: nowrap;

  transition: all 0.3s;

}

.wrap-filter-tab button:not(.curent):hover {

  border: 1px solid  #A81022;

  color: #A81022;

  transition: all 0.3s;

}

.wrap-filter-tab button.curent {

  background: #A81022;

  border: 1px solid  #A81022;

  color: #fff;

  transition: all 0.3s;

}

.wrap-filter-tab button {



}

.wrap-filter-tab + .tab-slider {

  height: auto;

  margin-top: 26px;

}

















.marquee {

    position: relative;

    width: 100%;

    display: flex;

    height: 160px!important;

    align-items: center;

    overflow: hidden;

    padding: 0px;

    background: #A81022!important;



}

.marquee a {

  display: inline-block;

  margin-right: 60px;

  color: #FFF;

  font-size: 40px;

  font-style: normal;

  font-weight: 400;

  line-height: normal;

  text-transform: uppercase;

}

.str_move {

  top: 50%;

  transform: translateY(-50%);

}

.history-top {

  width: 100%;

  height: 377px;

  border-left: 1px solid rgba(197, 197, 197, 0.30);

  border-right: 1px solid rgba(197, 197, 197, 0.30);

  display: flex;

}

.history-top-left {

  width: 25.6%;

  border-right: 1px solid rgba(197, 197, 197, 0.30);

}

.history-top-content {

  width: 74.4%;

  display: flex;

  flex-direction: column;

  justify-content: flex-end;

  padding-bottom: 31px;

}

.history-top-content h2 {

  margin-bottom: 20px;

  color:  #4E4E4D;

  font-style: normal;

  font-weight: 400;

  line-height: normal;

}

.history-top-content p {

  color: #4E4E4D;

  font-size: 20px;

  font-style: normal;

  font-weight: 400;

  line-height: normal;

}

.history-bottom {

  display: flex;

  position: relative;

  flex-wrap:wrap;

  height: 469px;

  border-top: 1px solid rgba(197, 197, 197, 0.30);

  border-left: 1px solid rgba(197, 197, 197, 0.30);

  border-right: 1px solid rgba(197, 197, 197, 0.30);

}

.history-col {

  position: absolute;

  top: 0;

  width: 25%;

  height: 100%;

}

.history-col + .history-col {

  border-left: 1px solid rgba(197, 197, 197, 0.30);

}

.history-col-1 {
  width: 25.5%;
  left: 0;

}

.history-col-2 {

  left: 25.5%;
  width: 25.5%;

}

.history-col-3 {

  left: 51%;
  width: 25.5%;

}

.history-col-4 {

  left: 76.5%;
  width: 23.5%;

}

.history-item {

  height: 50%;

  padding-top: 60px;

}

.history-item p {

  color:  #A81022;

  font-size: 100px;

  font-style: normal;

  font-weight: 400;

  font-family: 'Bebas Neue', sans-serif;

  line-height: 90%;

}

.history-item span {

  color:  #4E4E4D;

  font-size: 20px;

  font-style: normal;

  font-weight: 400;

  line-height: normal;

}

.history-item-1 {

  width: 25.5%;

}

.history-item-2 {

  width: 51%;

  padding-left: 25.5%;

}

.history-item-3 {

  width: 23.5%;

}

.history-item-4 {

  width: 51%;

  padding-top: 0;

  padding-left: 25.5%;

}

.history-item-5 {

  width: 49%;

  padding-top: 0;

  padding-left: 25.5%;

}

.history-slider {

  overflow: hidden;

}

.history-slider img {

  width: 100%;

}

.wrap-history-slider-navigation {

  position: relative;

  z-index: 25;

  width: 410px;

  margin-left: 0px;

  margin-right: 0;

  margin-top: 28px;
  height: 50px;

  display: flex;

  justify-content: space-between;

}

.history-swiper-counter {

  display: flex;

  z-index: 1;

  align-items: center;

  justify-content: space-between;

  position: absolute;

  left: 50%;

  transform: translateX(-50%);

  width: 223px;

  top: 17px;

}



}

.history-swiper-counter span {

  color: #4E4E4D;

  font-size: 20px;

  font-style: normal;

  font-weight: 400;

  line-height: normal;

  position: relative;

  z-index: 25;

}

.history-swiper-pagination {

  position: absolute;

  left: 50%!important; 

  transform: translateX(-50%);

  top: 26px!important;

  width: 172px!important;

  display: flex;

  z-index: 25;

}

.history-swiper-pagination:after {

  position: absolute;

  content: "";

  top: 0;

  left: 0;

  height: 2px;

  width: 100%;

  background: #999;

  z-index: 0;

  opacity: 0.5;

}
.history-slider-block {
  display: none;
}
.history-slider-block .history-swiper-pagination:after {
  background: transparent;
}
.history-slider-block .history-swiper-pagination .swiper-pagination-bullet {

  width: var(--pagination-item-width-history);

  height: 2px; 

  border-radius: 0px;

  background: transparent;

  position: relative;

  z-index: 25;

  margin: 0!important; 
  top: -11px;

}
.program-detail-history-slider-block .history-swiper-pagination .swiper-pagination-bullet {
  width: -webkit-fill-available;
}
.history-bottom-slider-nav {

  display: flex;

  height: 132px;

    border-left: 1px solid rgba(197, 197, 197, 0.30);

      border-right: 1px solid rgba(197, 197, 197, 0.30);

}

.history-bottom-slider-nav-left {

  width: 25%;

  border-right: 1px solid rgba(197, 197, 197, 0.30);

}

.arrow-history-slider {

  position: absolute;

  cursor: pointer;

  top: 0;

  width: 52px;

  height: 52px;

  display: flex;

  justify-content: center;

  align-items: center;

}

.arrow-history-slider svg path {



  transition: all 0.3s;

}

.arrow-history-slider:hover svg path {

  fill: #A81022;

  transition: all 0.3s;

}

.history-button-next {

  right: 0;

}

.history-button-prev {

  left: 0;

}

.calendar {

  background: #4E4E4D;

}

.calendar-top {

  display: flex;

  height: 310px;

  padding-left: 25.5%;

  border-left: 1px solid rgba(197, 197, 197, 0.30);

  border-right: 1px solid rgba(197, 197, 197, 0.30);

}

.calendar-wrap-title {

  padding-left: 7px;

  display: flex;

  flex-direction: column;

  justify-content: flex-end;

  border-left: 1px solid rgba(197, 197, 197, 0.30);

  padding-bottom: 40px;

}

.calendar-wrap-title h2 {

  color: #FFF;

  font-weight: 400;

}

.main-calendar-body {

  padding-bottom: 165px;

  border-left: 1px solid rgba(197, 197, 197, 0.30);

  border-right: 1px solid rgba(197, 197, 197, 0.30);

}

.calendar-item {

  display: flex;

  position: relative;

  width: 100%;

  height: 170px;

  overflow: hidden;



  border-top: 1px solid rgba(197, 197, 197, 0.30);

  border-bottom: 1px solid rgba(197, 197, 197, 0.30);

}

.calendar-item:hover .calendar-item-bg {

  opacity: 0.7;

  transition: all 0.3s;

}

.calendar-item-img {

  position: absolute;

  width: 100%;

  height: 100%;

  z-index: 1;

  overflow: hidden;

}

.calendar-item-img img {

  width: 100%;

  height: 100%;

  object-fit: cover;

  object-position: center;

}

.calendar-item-bg {

  position: absolute;

  z-index: 2;

  opacity: 1;

  width: 100%;

  height: 100%;

  background: #4E4E4D;

  transition: all 0.3s;

}

.calendar-item-left {

  width: 25%;

  height: 100%;

  align-items: center;

  display: flex;

  padding-left: 40px;

  position: relative;

  z-index: 3;

}

.calendar-item-left span {

  color: #FFF;

  font-size: 100px;

  font-family: 'Bebas Neue', sans-serif;

  font-style: normal;

  font-weight: 400;

  line-height: 90%;

}

.calendar-item-left p {

  color: #FFF;

  font-size: 30px;

  font-style: normal;

  font-weight: 400;

  line-height: normal;

  margin-left: 18px;

}

.calendar-item-center {

  width: 50%;

  height: 100%;

  justify-content: center;

  display: flex;

  flex-direction: column;

  position: relative;

  z-index: 3;

}

.calendar-item-center p {

  color:  #FFF;

  font-size: 40px;

  font-style: normal;

  font-weight: 400;

  line-height: normal;

  display: block;

  text-transform: uppercase;

  margin-bottom: 15px;

}

.calendar-item-center span {

  display: block;

  color: #949494;

  font-size: 20px;

  font-style: normal;

  font-weight: 400;

  line-height: normal;

}

.calendar-item-right {

  display: flex;

  align-items: center;

  position: relative;

  z-index: 3;

  width: 25%;

}

.calendar-item-right img {

  width: 75px;

  height: 75px;

  border-radius: 50%;

  margin-right: 20px;

}

.calendar-teacher-info {

  display: flex;

  flex-direction: column;

  justify-content: center;

}

.calendar-teacher-info p {

  color: #FFF;

  font-size: 30px;

  font-style: normal;

  font-weight: 400;

  line-height: normal;

  margin-bottom: 12px;

}

.calendar-teacher-info span {

color: #949494;

font-size: 20px;

font-style: normal;

font-weight: 400;

line-height: normal;

}

.calendar-see-link {

  display: flex;

  justify-content: center;

  align-items: center;

  width: 100%;

  height: 114px;

  color: #4E4E4D;

  font-size: 30px;

  font-style: normal;

  font-weight: 400;

  line-height: normal;

  background: #ffffff;

  transition: all 0.3s;

}

.calendar-see-link:hover {

  background: #A81022;

  color: #ffffff;

  transition: all 0.3s;



}

.calendar-see-link:active {

  background: #800000;

  color: #ffffff;

  transition: all 0.3s;

}

.wrap-teachers-slider {

  display: none;

}

.teachers-body {

  position: relative;

  padding-top: 310px;

  padding-bottom: 170px;

}

.teachers-body-line-1 {

  position: absolute;

  left: 25.5%;

  top: 0;

  z-index: 1;

  height: 100%;

  width: 1px;

  background: rgba(197, 197, 197, 0.30);

}

.teachers-body-line-2 {

  position: absolute;

  left: 51%;

  top: 0;

  z-index: 1;

  height: 100%;

  width: 1px;

  background: rgba(197, 197, 197, 0.30);

}

.teachers-body-line-3 {

  position: absolute;

  left: 76.5%;

  top: 0;

  z-index: 1;

  height: 100%;

  width: 1px;

  background: rgba(197, 197, 197, 0.30);

}

.teachers-body {

  border-left: 1px solid rgba(197, 197, 197, 0.30);

  border-right: 1px solid rgba(197, 197, 197, 0.30);

}

.teachers-body h2 {

  position: absolute;

  color: #4E4E4D;

  left: 25.5%;

  font-weight: 400;

  top: 192px;

}

.wrap-teachers-items {

  display: flex;

  flex-wrap: wrap;

}

.teachers-item {

  padding-right: 30px;

  margin-bottom: 30px;

}

.teachers-item-2,

.teachers-item-4 {

  width: 51%;

  padding-left: 25.5%;

}

.teachers-item-1,

.teachers-item-5 {

  width: 25.5%;

}

.teachers-item-3,

.teachers-item-6 {

  width: 23.5%;

}

.teachers-item img {

  width: 100%;

  height: 421px;

  object-fit: cover;

  margin-bottom: 20px;

}

.teachers-item.teachers-w {

  padding-right: 0;

}

.teachers-item p {

  color: #4E4E4D;

  font-size: 40px;

  font-style: normal;

  font-weight: 400;

  line-height: normal;

  text-transform: uppercase;

  width: 100px;
  transition: all 0.3s;

}
.teachers-item:hover p {
  font-weight: 600;
  transition: all 0.3s;
}
.teachers-item span {

  display: block;

  color: #949494;

  font-size: 20px;

  font-style: normal;

  font-weight: 400;

  line-height: normal;

}

.teachers-item-6 {

  display: flex;

  flex-direction: column;

  padding-top: 306px;

}

.teachers-btn {

  width: 100%;

  display: block;

  border: 1px solid #4E4E4D;

  height: 114px;

  display: flex;

  align-items: center;

  justify-content: center;

  color:  #4E4E4D;

  text-align: center;

  font-size: 30px;

  font-style: normal;

  font-weight: 400;

  line-height: normal;

  transition: all 0.3s;

}

.teachers-btn:hover {

  color: #FFF;

  border: 1px solid #A81022;

  background: #A81022;

  transition: all 0.3s;

}

.teachers-btn:active {

  color: #FFF;

  border: 1px solid #800000;

  background: #800000;

  transition: all 0.3s;

}

.student {

  background: #F6F6F6;

  

}

.wrap-student-content {

  position: relative;

  padding-top: 200px;

  border-left: 1px solid rgba(197, 197, 197, 0.30);

  border-right: 1px solid rgba(197, 197, 197, 0.30);

}

.wrap-student-content:after {

  position: absolute;

  content: '';

  left: 25.5%;

  top: 0;

  z-index: 1;

  height: 100%;

  width: 1px;

  background: rgba(197, 197, 197, 0.30);

}

.wrap-student-content:before {

  position: absolute;

  content: '';

  left: 0;

  bottom: 281px;

  z-index: 1;

  height: 1px;

  width: 100%;

  background: rgba(197, 197, 197, 0.30);

}

.wrap-student-content h2 {

  margin-left: 25.5%;

  color: #4E4E4D;

  font-weight: 400;

}



.wrap-student-slide {

  display: flex;

  flex-wrap: wrap;

  height: 581px;

  overflow: hidden;

  padding-left: 0px;

  align-items: flex-start;

  align-content: flex-start;

}

.student-slider {



}

.wrap-student-slider {

  padding:0;

  overflow: hidden;

  margin-top: 30px;

  border-top: 1px solid rgba(197, 197, 197, 0.30);

}
.wrap-student-slider .wrap-history-slider-navigation {
  margin-left: 25.5%;
}
.student-slide-left {

  position: relative;

  width: 100%;

  height: fit-content;

    transition: all 0.3s;

}

.student-slide-left img {

  width: 100%;

  height: 370px;

  object-fit: cover;

    transition: all 0.3s;

}

.student-slide-right {

  width: 100%;

  height: fit-content;

  padding-top: 22px;

    transition: all 0.3s;

 }



.play-video {
  cursor: pointer;
  position: absolute;

  display: flex;

  top: 0;

  right: -1px;

  width: 82px;

  height: 82px;

  justify-content: center;

  align-items: center;

  background: #800000;

  z-index: 99;

  transition: all 0.3s;

}

.play-video:hover {

  background: #ffffff;

  transition: all 0.3s;

}

.play-video svg path {

  fill: #ffffff;

  transition: all 0.3s;

}

.play-video:hover svg path {

  fill: #800000;

  transition: all 0.3s;

}

 .job-student {

  display: none;

  margin-top: 10px;

  color: #949494;

  font-size: 20px;

  font-style: normal;

  font-weight: 400;

  line-height: normal;

 }

 .text-student {

/*  display: none;*/

  margin-top: 25px;

  color:  #4E4E4D;

  font-size: 20px;

  font-style: normal;

  font-weight: 400;

  line-height: normal;

 }

 .name-student {

  color: #4E4E4D;

  font-size: 20px;

  font-style: normal;

  font-weight: 400;

  line-height: normal;

 }

 .student .swiper-slide-active .name-student {

  font-size: 40px;

 }



.student .swiper-slide.swiper-slide-active .student-slide-left {

  width: 50%;

    transition: all 0.3s;

 }

.student .swiper-slide.swiper-slide-active .student-slide-right {

  width: 50%;

  padding-top: 45px;

  padding-left: 15px;

    transition: all 0.3s;

 }
/*.student .swiper-slide.swiper-slide-active.swiper-slide-prev .student-slide-left,
.student .swiper-slide.swiper-slide-active.swiper-slide-next .student-slide-left {
  width: 100%;
}*/
 .student-slide-mobile {

  display: none;

 }

 .student .swiper-slide.swiper-slide-active .job-student,

 .student .swiper-slide.swiper-slide-active .text-student {

  display: block;

 }

 .student .swiper-slide.swiper-slide-active .student-slide-left img.student-main-photo {

  height: 581px;

  transition: all 0.3s;

 }
  .student .swiper-slide.swiper-slide-active .student-slide-left img.student-sub-photo {

  height: 370px;

  transition: all 0.3s;

 }
 .student .swiper-slide.swiper-slide-prev.swiper-slide-active img.student-main-photo,
 .student .swiper-slide.swiper-slide-next.swiper-slide-active img.student-main-photo,
  .student .swiper-slide.swiper-slide-prev img.student-sub-photo,
  .student .swiper-slide.swiper-slide-next img.student-sub-photo,
 .student .swiper-slide.swiper-slide-active img.student-main-photo {
  display: block;
 }
 .student .swiper-slide.swiper-slide-prev img.student-main-photo,
  .student .swiper-slide.swiper-slide-next img.student-main-photo,
  .student .swiper-slide.swiper-slide-active img.student-sub-photo {
  display: none;
 }
  .student .swiper-slide.swiper-slide-prev {

  padding-left: 0;

  transition: all 0.3s;

 }
.student .swiper-slide.swiper-slide-prev .wrap-student-slide {
  padding-left: calc(50% + 15px);
}
.student .swiper-slide.swiper-slide-active.swiper-slide-prev .wrap-student-slide,
.student .swiper-slide.swiper-slide-active.swiper-slide-next .wrap-student-slide {
  padding: 0;
}
 .student .swiper-slide.swiper-slide-next {

  padding-right: 0;

  transition: all 0.3s;

 }
.student .swiper-slide.swiper-slide-next .wrap-student-slide {
  padding-right: calc(50% + 15px);
}
 .student .swiper-slide.swiper-slide-active {

  padding: 0;

  transition: all 0.3s;

 }

 .text-slide .play-video {

  display: none;

 }

 .student-bottom-slider-nav {

  display: flex;

  height: 281px;

 }

  .student .swiper-pagination-bullet {

  width: var(--pagination-item-width);

  height: 2px; 

  border-radius: 0px;

  background: #999;

  position: relative;

  z-index: 25;

  margin: 0!important; 

}

.news {

  overflow: hidden;

  width: 100vw;
  margin: auto;

}

.wrap-news-content {

  position: relative;

  padding-top: 190px;

  border-left: 1px solid rgba(197, 197, 197, 0.30);

  border-right: 1px solid rgba(197, 197, 197, 0.30);

}

.wrap-news-content:after {

  position: absolute;

  content: '';

  left: 25.5%;

  top: 0;

  z-index: 1;

  height: 100%;

  width: 1px;

  background: rgba(197, 197, 197, 0.30);

}

.wrap-news-content h2 {

  margin-left: 25.5%;

  color: #4E4E4D;

  font-size: 80px;

  font-style: normal;

  font-weight: 400;

  line-height: normal;

}

.wrap-news-slider {

  margin-top: 30px;



}

.news-slider .swiper-slide.swiper-slide-prev {

  opacity: 0;

}

.wrap-news-slide {

  width: 100%;

  display: flex;

  border-top: 1px solid rgba(197, 197, 197, 0.30);

  border-bottom: 1px solid rgba(197, 197, 197, 0.30);

}

.news-slider {

  padding-right: 25.5%;

}

.news-slide-left {

  padding-top: 20px;

  padding-bottom: 20px;

  display: flex;

  flex-direction: column;

  width: 33.4%;

  padding-right: 30px;

  border-left: 1px solid rgba(197, 197, 197, 0.30);

}

.news-slide-right {

  width: 64.6%;

  padding-left: 10px;

}

.news-slide-right img {

  width: 100%;

  height: 100%;

  object-fit: cover;

}

.name-category-news {

  color: #4E4E4D;

  font-size: 20px;

  font-style: normal;

  font-weight: 400;

  line-height: normal;

  opacity: 0.5;

}

.news-slide-left a {

  color: #4E4E4D;

  font-size: 30px;

  font-style: normal;

  font-weight: 400;

  line-height: normal;

  margin-top: 10px;

  margin-bottom: 20px;

  transition: all 0.3s;

}

.news-slide-left a:hover {

  color: #A81022;

}

.text-news {

  color: #949494;

  font-size: 20px;

  font-style: normal;

  font-weight: 400;

  line-height: normal;

}

.name-autor-news {

  margin-top: auto;

  color:  #4E4E4D;

  font-size: 20px;

  font-style: normal;

  font-weight: 400;

  line-height: normal;

}

.name-autor-news span {

  color: #949494;

  font-size: 20px;

  font-style: normal;

  font-weight: 400;

  line-height: normal;

  margin-top: 10px;

  display: block;

}

.news-bottom-slider-nav {

  height: 437px;

  padding-left: 25.5%;

}

.news-slider .swiper-slide {

  background: #fff;

}

.news-button {

  margin-top: 122px;

  width: 100%;

  height: 114px;

  display: flex;

  justify-content: center;

  align-items: center;

  color:  #4E4E4D;

  font-size: 30px;

  font-style: normal;

  font-weight: 400;

  line-height: normal;

  border: 1px solid #4E4E4D;

  transition: all 0.3s;

}

.news-button:hover {

  background: #A81022;

  color: #fff;

  border: 1px solid #A81022;

  transition: all 0.3s;

}

.news-button:active {

  background: #800000;

  color: #fff;

  border: 1px solid #800000;

  transition: all 0.3s;

}

.form {

   background: linear-gradient(to right, #A81022 50.8%, #F6F6F6 49.2%);

}

.wrap-footer-form-side {

  width: 100%;

  display: flex;

  padding-top: 95px;

  padding-bottom: 125px;

  justify-content: space-between;

  align-items: flex-start;

  border-left: 1px solid rgba(197, 197, 197, 0.30);

  border-right: 1px solid rgba(197, 197, 197, 0.30);

}

.wrap-footer-form-side .footer-form-side-title {

  color:  #FFF;
  font-family: 'Bebas Neue', sans-serif;

  font-size: 80px;

  font-style: normal;

  font-weight: 400;

  line-height: normal;

}

.wrap-footer-form {

  width: 576px;

  margin-right: 45px;

}

.wrap-input {

  position: relative;

  width: 100%;

  margin-bottom: 40px;

}

.wrap-input label {

  position: relative;

  padding: 13px 30px;

  display: block;

  border-bottom: 1px solid  #949494;

}

.wrap-input input {

  height: 34px;

  width: 100%;

  border: none;

  background: transparent;

  color:  #4E4E4D;

  font-size: 30px;

  font-style: normal;

  font-weight: 400;

  line-height: normal;

}

.wrap-input label span {

  position: absolute;

    top: 22px;

    left: 30px;

    color: #949494;

    font-size: 30px;

    font-style: normal;

    font-weight: 400;

    line-height: 10px;

    z-index: 0;

    transition: all 0.3s;

}

.wrap-input input:focus + span + span, 

.wrap-input input:active + span + span, 

.wrap-input input.not-empty + span + span,

.wrap-input input:focus + span, 

.wrap-input input:active + span, 

.wrap-input input.not-empty + span {

    font-size: 14px;

    top: -10px;

    left: 30px;

    transition: all 0.3s;

}

.designer-effect span.type-1 {

  opacity: 1;

}
.popup-subscription .designer-effect span.type-1,
.wrap-footer-form .designer-effect span.type-1,
.form-inn.designer-effect span.type-1 {
  opacity: 0;
  display: none;

}
#main-form .phone::placeholder {
  color: grey;
}
.form-place .phone::placeholder {
  color: #ffffff;
}

.designer-effect span.type-2 {

  opacity: 0;

}



.wrap-input.designer-effect input:focus + span.type-1, 

.wrap-input.designer-effect input:active + span.type-1, 

.wrap-input.designer-effect input.not-empty + span.type-1 {

    opacity: 0;

    transition: all 0.3s;

}

.wrap-input.designer-effect input:focus + span + span.type-2, 

.wrap-input.designer-effect input:active + span + span.type-2, 

.wrap-input.designer-effect input.not-empty + span + span.type-2 {

    opacity: 1;

    transition: all 0.3s;

}



















.wrap-submit-info {

  display: flex;

  width: 100%;

  margin-top: 70px;

  justify-content: space-between;

}



.wrap-submit-info p {

  color: #949494;

  font-size: 16px;

  font-style: normal;

  font-weight: 400;

  line-height: normal;

}

.wrap-submit-info button[type="submit"] {

  border: 1px solid #4E4E4D;

  background: #4E4E4D;

  margin-left: 35px;

  display: flex;

  justify-content: center;

  align-items: center;

  color:  #FFF;

  font-size: 20px;

  font-style: normal;

  font-weight: 400;

  width: 273px;

  min-width: 273px;

  height: 63px;

  cursor: pointer;

  line-height: normal;

}

.wrap-submit-info button[type="submit"]:hover,

.wrap-submit-info button[type="submit"]:active {

  background: #800000;

  color: #fff;

  border: 1px solid #800000;

  transition: all 0.3s;

}

.wrap-footer-bottom {

  border-top: 1px solid rgba(197, 197, 197, 0.30);

  border-right: 1px solid rgba(197, 197, 197, 0.30);

  border-left: 1px solid rgba(197, 197, 197, 0.30);

  padding-top: 15px;

  padding-bottom: 10px;

  display: flex;

  align-items: center;

}

footer {

  background: #4E4E4D;

}

.wrap-footer-bottom p {

  opacity: 0.5;

  color:  #FFF;

  font-size: 20px;

  font-style: normal;

  font-weight: 400;

  line-height: normal;

  margin-right: 48px;

  text-transform: uppercase;
  max-width: 345px;
}

.political {

  opacity: 0.5;

  color:  #FFF;

  font-size: 20px;

  font-style: normal;

  font-weight: 400;

  line-height: normal;

  margin: 0 48px;

  transition: all 0.3s;

}

.political:hover {

  opacity: 1;

  transition: all 0.3s;

}

.blind-version {

  display: flex;

  align-items: center;

  opacity: 0.5;

  color:  #FFF;

  font-size: 20px;

  font-style: normal;

  font-weight: 400;

  line-height: normal;

  margin: 0 48px;

  transition: all 0.3s;

}

.blind-version:hover {

  opacity: 1;

  transition: all 0.3s;

}

.blind-version svg {

margin-right: 5px;

}

.company-logo {

  display: flex;

  flex-direction: column;

  color:  #FFF;

  font-size: 13px;

  font-style: normal;

  font-weight: 400;

  line-height: normal;

  opacity: 0.5;

  margin-left: auto;

  text-align: right;

font-family: 'Roboto', sans-serif;

}

.company-logo svg {

  margin-bottom: 5px;

}

.wrap-footer-content {

  display: flex;



  border-left: 1px solid rgba(197, 197, 197, 0.30);

  border-right: 1px solid rgba(197, 197, 197, 0.30);

}

.wrap-footer-content .logo {

  width: 25.5%;

  padding-top: 55px;

  padding-bottom: 97px;

}

.programs {

  width: 25.5%;

  padding-top: 55px;

  padding-bottom: 97px;

  border-left: 1px solid rgba(197, 197, 197, 0.30);

}

.other-links {

  width: 25.5%;

  padding-top: 55px;

  padding-bottom: 97px;

    border-left: 1px solid rgba(197, 197, 197, 0.30);

}

.contacts-footer {

  width: 23.5%;

  padding-top: 55px;

  padding-bottom: 97px;

    border-left: 1px solid rgba(197, 197, 197, 0.30);

}

.nav-list-parent {

  color: #FFF;

  font-size: 20px;

  font-style: normal;

  font-weight: 400;

  line-height: normal;

  margin-bottom: 20px;

}

.nav-list-parent a {

  color: #FFF;

  font-size: 20px;

  font-style: normal;

  font-weight: 400;

  line-height: normal;

}

.list-link-footer {

  list-style-type: none;

  margin-bottom: 50px;

}

.list-link-footer li {

  margin-bottom: 11px;

}

.list-link-footer li a {

  color: #FFF;

  font-size: 20px;

  font-style: normal;

  font-weight: 400;

  line-height: normal;

  opacity: 0.5;

  transition: all 0.3s;

}

.list-link-footer li a:hover {

  opacity: 1;

  font-family: 'Franklin Gothic', sans-serif;

  font-weight: 500;

  transition: all 0.3s;

}

.other-link {

  color: #FFF;

  font-size: 20px;

  font-style: normal;

  font-weight: 400;

  line-height: normal;

  display: block;

  width: fit-content;

  margin-bottom: 10px;

}

.contacts-footer {

display: flex;

flex-direction: column;

}

.contacts-footer a {

  color: #FFF;

  font-size: 20px;

  font-style: normal;

  font-weight: 400;

  line-height: normal;

}

.contacts-footer p {

  color:  #FFF;

  font-size: 20px;

  font-style: normal;

  font-weight: 400;

  line-height: normal;

  margin-top: 0px;

}

.contacts-footer-item {

  margin-top: 45px;

}

.contacts-footer-item  a {

  position: relative;

  color:  #FFF;

  font-family: 'Bebas Neue', sans-serif;

  font-size: 40px;

  font-style: normal;

  font-weight: 400;

  line-height: 90%;

  display: block;

  width: fit-content;

  margin-bottom: 10px;

}

.contacts-footer-item  a:after {

  position: absolute;

  content: '';

  left: 0;

  bottom: 0;

  width: 0;

  height: 1px;

  background: #fff;

    transition: all 0.3s;

}

.contacts-footer-item  a:hover:after {

  width: 100%;

    transition: all 0.3s;

}

.contacts-footer-item  span {

  color: #FFF;

  font-size: 20px;

  font-style: normal;

  font-weight: 400;

  line-height: normal;

  opacity: 0.5;

}

.contacts-footer-item + .contacts-footer-item {

  margin-top: 30px;

}

.contacts-footer-btn {

  margin-top: 80px;

  display: flex;

  justify-content: center;

  align-items: center;

  border: 1px solid  #FFF;

  color: #FFF;

  width: 223px;

  height: 60px;

  text-align: center;

  font-size: 20px;

  font-style: normal;

  font-weight: 400;

  cursor: pointer;

  line-height: normal;

  transition: all 0.3s;

}

.contacts-footer-btn:hover {

  color: #4E4E4D;

  background: #ffffff;

  transition: all 0.3s;

}

.contacts-footer-social {

  margin-top: 30px;

  display: flex;

  align-items: center;

}

.contacts-footer-social a {

  width: 40px;

  height: 40px;

  display: flex;

  justify-content: center;

  align-items: center;

  margin-right: 8px;

    transition: all 0.3s;

}

.contacts-footer-social a:hover {

  opacity: 0.5;

    transition: all 0.3s;

}



.wrap-gamb {

  display: flex;

  justify-content: space-between;

  border-left: 1px solid rgba(197, 197, 197, 0.30);

  border-right: 1px solid rgba(197, 197, 197, 0.30);

  height: calc(100vh - 295px);

}

header.open {

  background-image: url('./../imgs/main-slider-bg-1.png');

  height: 100vh;

  position: fixed;

  z-index: 199;

  width: 100%;

  top: 0;

  left: 0;

  right: 0;

  bottom: 0;

  background-position: center;

  background-size: cover;

}

header.open:before {

  content: "";

  position: absolute;

  top: 0;

  right: 0;

  bottom: 0;

  left: 0;

  background-color: rgba(78, 78, 77, 0.95);

  z-index: 0;

}

header.open .nav-list {

  display: none;

}

header.open .call {

    background:  #A81022;

}

header.open {}

.wrap-gamb {

  z-index: -99;

  opacity: 0;

  display: none;

  transition: all 0.3s;

}

header.open .wrap-gamb {

  opacity: 1;

  z-index: 1;

  display: flex;

  transition: all 0.3s;

}

.wrap-gamb .tab_li {

  padding-top: 66px;

  width: 450px;

  overflow: auto;

}

.wrap-gamb .tab_li li {

    border-bottom: none;

    margin-bottom: 27px;

}

.wrap-gamb .tab_li li a {

  color: #FFF;

  font-family: 'Bebas Neue', sans-serif;

  font-size: 64px;

  font-style: normal;

  font-weight: 400;

  line-height: normal;

  opacity: 0.5;

  padding: 0;

  transition: all 0.3s;

}

.wrap-gamb .tab_li li a span {

  display: inline-block;

  width: 54px;

  min-width: 54px;

  height: 54px;

  background: url('./../imgs/bi_plus.png');

  transform: rotate(0deg);

  transition: all 0.3s;

}

.wrap-gamb .tab_li li a.curent {

  opacity: 1;

  transition: all 0.3s;

}

.wrap-gamb .tab_li li a.curent span {

  transform: rotate(45deg);

  transition: all 0.3s;

}

.wrap-gamb .tab_li li a:hover {

  color: #ffffff;

  opacity: 1;

  transition: all 0.3s;

}

.wrap-gamb .tabs-content {

  width: 460px;

}

.wrap-gamb .tabs-content ul {

  list-style-type: none;

  padding-top: 66px;

  overflow: auto;

  max-height: 600px;

  padding-bottom: 95px;

}

.wrap-gamb .tabs-content ul li {

  margin-bottom: 15px;

}

.wrap-gamb .tabs-content ul li a {

  color: #FFF;

  font-size: 24px;

  font-style: normal;

  font-weight: 400;

  line-height: normal;

  opacity: 0.5;

  transition: all 0.3s;

}

.wrap-gamb .tabs-content ul li a:hover {

  opacity: 1;

  transition: all 0.3s;

}

.gamb-contacts {

  width: 390px;

  display: flex;

  flex-direction: column;

  justify-content: flex-end;

  border-left: 1px solid rgba(197, 197, 197, 0.30);

  padding-bottom: 95px;

}

.gamb-social {

  display: flex;

  align-items: center;

  margin-top: 60px;

}

.gamb-social a {

  margin-right: 9px;

  transition: all 0.3s;

}

.gamb-social a:hover {

  opacity: 0.5;

  transition: all 0.3s;

}

.gamb-contacts-item {

  margin-bottom: 30px;

}

.gamb-contacts-item span {

  display: block;

  margin-bottom: 10px;

  color: #D9D9DA;

  font-size: 20px;

  font-style: normal;

  font-weight: 400;

  line-height: normal;

}

.gamb-contacts-item p {

  color: #FFF;

  font-size: 20px;

  font-style: normal;

  font-weight: 400;

  line-height: normal;

}

.gamb-contacts-item a {

  position: relative;

color: #FFF;

font-size: 40px;

font-style: normal;

font-weight: 400;

line-height: 90%;

font-family: 'Bebas Neue', sans-serif;

}

.gamb-contacts-item  a:after {

  position: absolute;

  content: '';

  left: 0;

  bottom: 0;

  width: 0;

  height: 1px;

  background: #fff;

    transition: all 0.3s;

}

.gamb-contacts-item  a:hover:after {

  width: 100%;

    transition: all 0.3s;

}



.dropdown {

    transition: all .5s ease;

    color: #4E4E4D;

    font-size: 20px;

    font-style: normal;

    font-weight: 400;

    line-height: normal;

    text-align: left;

    padding: 10px 0;

    position: relative;

    height: 54px;

    width: 360px;

    min-width: 360px;

    background: transparent;

    border-radius: 0px;

    margin-right: 0px;

    margin-left: auto;

    border-bottom: 1px solid #D9D9DA;

}



.dropdown .select {

    display: flex;

    align-items: center;

    position: relative;

    padding: 0px;

    height: 32px;

    border: none;

}



.dropdown .select > i {

    position: absolute;

    content: '';

    height: 4px;

    top: 15px;

    right: 6px;

    width: 7px;

    background: transparent;

    transition: all 0.3s;

}



.dropdown .select i svg {

    position: absolute;

    content: '';

    top: 50%;

    left: 50%;

    transform: translate(-50%, -50%);

    transition: all 0.3s;

}



.dropdown:hover {



}



.dropdown:active {

    background-color: #f3f3f3

}



.dropdown.active:hover,

.dropdown.active {

    /*box-shadow: 0 0 4px rgb(204, 204, 204);*/

}



.dropdown.active .select > i {

    transform: rotate(-180deg);

    transition: all 0.3s;

}



.dropdown .dropdown-menu {

    position: absolute;

    width: 100%;

    left: 0px;

    margin-top: 5px;

    overflow: hidden;
    top: 100%;

    padding: 0px;

    z-index: 999;

    background: #FFF;

    box-shadow: 2px 2px 15px 0px rgba(0, 0, 0, 0.20);

}



.dropdown span.arr {

  color: #4E4E4D;

  font-size: 20px;

  font-style: normal;

  font-weight: 400;

  line-height: normal;

}



.dropdown .dropdown-menu li {

    text-align: left;

    padding-left: 0px;

    padding-right: 0px;

    position: relative;

    width: 100%;

    color:  #4E4E4D;

    font-size: 16px;

    font-style: normal;

    font-weight: 400;

    line-height: normal;

    padding: 15px;

    cursor: pointer;

    border-bottom: 1px solid #D9D9DA;

    transition: all .5s ease;

}



.dropdown .dropdown-menu li + li {

    margin-top: 0px;

}



.dropdown .dropdown-menu {

    list-style: none;

}



.dropdown .dropdown-menu li:hover {

    color: #ffffff;

    background: #A81022;

}



.dropdown .dropdown-menu li:active {



}

.popup-video-mobile {

  display: none;

}

.wrap-tab_box-title {

  display: none;

}



.main-page header {

  z-index: 9999;

}

.main-page .wrap-second-header {

    position: fixed;

    display: block;

  top: -100%;

  left: 0;

  z-index: 99999;

  width: 100%;

  border-bottom: 1px solid rgba(197, 197, 197, 0.30);

  background-color: #FFF;

  transition: all 0.3s;

}

.main-page .wrap-second-header.run {

  top: 0;

  transition: all 0.3s;

}

.second-page header {

  position: fixed;

  top: 0;

  left: 0;

  width: 100%;
  max-width: 100%;

  border-bottom: 1px solid rgba(197, 197, 197, 0.30);

  background-color: #FFF;

}

.second-page .wrap-header-all {

  display: none;

}

.second-page .open .wrap-header-all {

  display: flex;

}

.second-header-content {

  height: 100px;

  display: flex;

  justify-content: space-between;

  align-items: center;

}

/*.main-page .second-header-content {

  display: none;

}*/

.wrap-second-header-btn {

  display: flex;

  height: 100%;

  border-left: 1px solid rgba(197, 197, 197, 0.30);

}

.second-header-btn {

  cursor: pointer;

  width: 100px;

  display: flex;

  justify-content: center;

  align-items: center;

  border-right: 1px solid rgba(197, 197, 197, 0.30);  

}

.second-header-call.second-header-btn {

  width: 259px;

}

.second-header-btn svg path,

.second-header-btn svg rect {

  fill: #4E4E4D;

  transition: all 0.3s;

}

.second-header-btn:hover svg path,

.second-header-btn:hover svg rect {

  fill: #A81022;

  transition: all 0.3s;

}

.second-header-call.second-header-btn {

  color: #A81022;

  font-size: 20px;

  font-style: normal;

  font-weight: 400;

  line-height: normal;

  transition: all 0.3s;

}

.second-header-call.second-header-btn svg {

  display: none;

}

.second-header-call.second-header-btn:hover {

  background: #A81022;

  color: #ffffff;

  transition: all 0.3s;

}

::-webkit-scrollbar {
  opacity: 0;
    width: 4px;
    background: transparent;

}



::-webkit-scrollbar-track {

    opacity: 0;

background: transparent;

}



::-webkit-scrollbar-thumb {
  width: 4px;

 background: #A81022;

}
.wrap-gamb .tab_li::-webkit-scrollbar,
.wrap-gamb .tabs-content ul::-webkit-scrollbar {

    width: 2px;

}


.wrap-gamb .tab_li::-webkit-scrollbar-track, 
.wrap-gamb .tabs-content ul::-webkit-scrollbar-track {

    opacity: 0.15;

background: linear-gradient(0deg, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.65) 100%),  lightgray 0px -20.094px / 100% 128.016% no-repeat, url(<path-to-image>), lightgray 50% / cover no-repeat, url(<path-to-image>), lightgray 50% / cover no-repeat;

}


.wrap-gamb .tab_li::-webkit-scrollbar-thumb,
.wrap-gamb .tabs-content ul::-webkit-scrollbar-thumb {

    box-shadow: inset 0 0 6px rgba(197, 197, 197, 0.30);
    background: transparent;

}

.mobile-logo {

  display: none;

}

.wrap-tab_box-link {

  display: none;

}



@media (max-width: 1560px) {

  nav {

    width: 50%;

  }

  .header-buttons {

/*    width: 25%;*/

  }

}

@media (max-width: 1366px) {

  .popup-video:not(.popup-video-mobile) {

    display: none;

  }

  .main {

    position: relative;

  }

  .popup-video-mobile {

    display: block;

    bottom: 0;

    top: auto;

    left: 15px;

  }

  .wrap-header-content nav {

    display: none;

  }

  .logo img {

    width: 118px;

    height: 72px;

  }

  .search, .version {

    display: none;

  }

  .header-buttons {

    width: auto;

    flex-wrap: nowrap;

}

.call {

  order: 1;

  height: 88px;

  align-items: center;

  padding: 0 15px;

}

.call svg {

  display: block;

}

.call {

  font-size: 0;

  border-top: none;

  }

  .gamb {

    order: 2;

    width: 86px;

    min-width: 86px;

    height: 88px;

    align-items: center;

    border-left: 1px solid rgba(197, 197, 197, 0.30);

  }

  .wrap-header-content {

    height: 88px;

    justify-content: space-between;

  }

  .net-position {

    position: relative;

    z-index: 2;

    width: 100%;

    top: 88px;

    height: calc(100vh - 88px);

    border-left: 1px solid rgba(197, 197, 197, 0.30);

    border-right: 1px solid rgba(197, 197, 197, 0.30);

}

.call a:hover {

  background: transparent;

}

.net-position-bottom {

    height: 100%;

    border-top: 1px solid rgba(197, 197, 197, 0.30);

}

.main-slider {

    margin-top: 88px;

    height: calc(100vh - 272px);

    overflow: hidden;

    position: relative;

    z-index: 54;

}

.main-title {

  font-size: 96px;

}

}

@media (max-width: 1200px) {

  .main-slider .swiper-slide {

    display: flex;

    flex-direction: column;

    justify-content: center;

  }

  .teachers-btn {

    margin-top: 118px;

  }

  .wrap-directions-content:after {

    display: none;

  }

.wrap-main-slide-side {

    display: flex;

    height: auto;

}

.net-position-bottom,

.net-position-left {

  display: none;

}

.main-slider-left {

  display: none;

}



.tabs {

  display: none;

}

.wrap-tab_box-title {

  position: relative;

  display: block;

  color:  #4E4E4D;

  font-size: 24px;

  font-style: normal;

  font-weight: 400;

  line-height: normal;

  text-transform: uppercase;

  padding: 20px 0;

}

.wrap-tab_box-title svg {

  position: absolute;

  right: 30px;

  top: 55px;

  transform: rotate(0deg);

  transition: all 0.3s;

}

.wrap-tab_box-title.active svg {

  transform: rotate(180deg);

  transition: all 0.3s;

}

.wrap-tab_box {

  display: block!important;

  height: auto;

  border-bottom: 1px solid  #949494;

}

.tabs-content {

    width: 100%;

}

.wrap-tabs .tab_box {

  display: none;

}

.tab_box-content {

  padding-bottom: 20px;

}

.marquee {

    position: relative;

    width: 100%;

    display: flex;

    height: 85px!important;

    align-items: center;

    overflow: hidden;

    padding: 0px;

    background: #A81022;

}

.marquee a {

  font-size: 22px;

}

.wrap-footer-content {

  flex-direction: column;

}

.list-link-footer {

  display: none;

}

.programs {

  width: 100%;

  padding: 20px 0;

  border-bottom: 1px solid rgba(197, 197, 197, 0.30);

}

.nav-list-parent {

  position: relative;

  margin-bottom: 0;

}

.list-link-footer {

  margin-top: 15px;

  margin-bottom: 0;

}

.nav-list-parent:after {

  position: absolute;

  content: '';

  right: 0;

  top: calc(50% - 9px);

  width: 18px;

  height: 18px;

  background: url('./../imgs/footer-arr.png');

  transform: rotate(0deg);

  transition: all 0.3s;

}

.nav-list-parent.open:after {

  transform: rotate(-180deg);

  transition: all 0.3s;

}

.other-links {

    width: 100%;

  padding: 0;

}

.other-links p {

  width: 100%;

  padding: 20px 0;

  border-bottom: 1px solid rgba(197, 197, 197, 0.30);

}

.other-link {

  display: block;

  width: 100%;

  padding: 20px 0;

  margin-bottom: 0;

  border-bottom: 1px solid rgba(197, 197, 197, 0.30); 

}

.wrap-footer-bottom {

    border-top: 1px solid rgba(197, 197, 197, 0.30);

    border-right: 1px solid rgba(197, 197, 197, 0.30);

    border-left: 1px solid rgba(197, 197, 197, 0.30);

    padding-top: 15px;

    padding-bottom: 10px;

    display: flex;

    align-items: flex-start;

    flex-direction: column;

}

.political {

  margin: 0;

}

.blind-version {

  margin: 21px 0;

}

.form {

    background: #A81022;

}

.wrap-footer-form-side {

  flex-wrap: wrap;

}

.wrap-footer-form-side .footer-form-side-title {

  width: 100%;

  text-align: center;

}

.wrap-footer-form {

    width: 576px;

    margin-right: auto;

    margin-left: auto;

    margin-top: 30px;

}

.wrap-input label span {

  color: #ffffff;

}

.wrap-input label {

    border-bottom: 1px solid #ffffff;

}

.wrap-input input {

  color: #ffffff;

}

.wrap-input input::placeholder {

   color: #ffffff; 

}

.wrap-submit-info p {

    color: #ffffff;  

}

.wrap-submit-info button[type="submit"] {

  background: #fff;

  border: none;

  color: #4E4E4D;

}

.second-header-blind {

  display: none;

}

.second-header-search {

  display: none;

}

.wrap-second-header-btn {

  border-left: none;

}

.second-header-call.second-header-btn {

  font-size: 0;

  width: 60px;

  display: flex;

  align-items: center;

  justify-content: center;

}

.second-header-call.second-header-btn svg {

  display: block;

}

.wrap-gamb .tab_li {

  display: none;

}

.wrap-gamb .tabs-content {

    width: 60%;

    height: calc(100vh - 88px);

    overflow: scroll;

}

header .wrap-tab_box-link {

  display: block;

  width: 100%;

  font-family: 'Bebas Neue', sans-serif;

  color: #FFF;

  font-size: 64px;

  font-style: normal;

  font-weight: 400;

  line-height: normal;

  border-bottom: 1px solid #949494;

  padding: 20px 0;

}

.wrap-gamb {

    height: calc(100vh - 88px);

}

.gamb-contacts {

  width: 40%;

  justify-content: flex-start;

  padding-bottom: 20px;

  padding-top: 60px;

}

.wrap-gamb .tabs-content ul {

    list-style-type: none;

    padding-top: 66px;

    overflow: initial;

    max-height: max-content;

    padding-bottom: 20px;

}

header .wrap-tab_box-title {

  display: block;

  width: 100%;

  font-family: 'Bebas Neue', sans-serif;

  color: #FFF;

  font-size: 64px;

  font-style: normal;

  font-weight: 400;

  line-height: normal;

}

header .wrap-tab_box {

  border: none;

  border-bottom: 1px solid #949494;

}

.wrap-gamb .tabs-content ul {

  padding-top: 20px;

}

.tab-slider .swiper-slide a {

  height: 420px;

}

.wrap-directions-content h2 {

  padding-left: 0;

}

.history-top-left {

    width: 0;

    border-right: none;

}

.calendar-top {

    display: flex;

    height: 310px;

    padding-left: 0;

    border-left: none; 

    border-right: 1px solid rgba(197, 197, 197, 0.30);

}

.wrap-teachers-items {

  display: none;

}

.wrap-teachers-slider {

  display: block;

}

header.open .call {

    background: transparent;
border-left: 1px solid rgba(197, 197, 197, 0.30);
        width: 88px;
}

.teachers-body-line-1,

.teachers-body-line-2,

.teachers-body-line-3 {

  display: none;

}

.teachers-body {

    position: relative;

    padding-top: 180px;

    padding-bottom: 170px;

}

.teachers-body h2 {

    position: relative;

    left: 0;

    font-weight: 400;

    top: 0;

    margin-bottom: 35px;

} 

.teachers-bottom-slider-nav {

  position: relative;

}

.teachers-bottom-slider-nav-left {

  display: none;

}

.wrap-teachers-slider-navigation {

  width: 600px;

  position: relative;

  margin: 0 auto;

}

.wrap-student-slider {

    padding: 0;

    overflow: hidden;

    margin-top: 30px;

}

.wrap-news-content h2 {

  margin-left: 0;

}

.wrap-news-content:after {

  display: none;

}

.news-slider {

    padding-right: 0;

}

.news-bottom-slider-nav {

    height: 437px;

    padding-left: 0;

}

.wrap-student-content:before,

.wrap-student-content:after {

display: none;

}

.wrap-student-content h2 {

  margin-left: 0;

}

}

.mobile-blind {

  display: none;

}

.mobile-search {

  display: none;

}

.main-slider-mobile {

  display: none;

}

.mobile-call {

  display: none;

}

@media (max-width: 768px) {

  ::-webkit-scrollbar {

    width: 0px;

}

  .mobile-call {

  display: flex;

  margin: 20px auto 0;

  justify-content: center;

  align-items: center;

  background: #A81022;

  width: 100%;

  height: 85px;

  cursor: pointer;

  color: #FFF;

  font-size: 20px;

  font-style: normal;

  font-weight: 400;

  line-height: normal;

  max-width: 460px;

  }

  .main-slider {

/*    height: auto;*/

    height: calc(100vh - 88px);

  }

  .main-bg-slider img {

    display: none;

  }

    .main-bg-slider img.main-slider-mobile {

    display: block;

  }

  .wrap-footer-form-side .footer-form-side-title {

    font-size: 42px;

    text-align: left;

  }

  .wrap-footer-form-side {

    padding-top: 60px;

    padding-bottom: 70px;

  }

  .mobile-hidden {

    display: none;

  }

  .wrap-footer-form {

    width: 100%;

  }

  .wrap-footer-form .wrap-input label {

    padding: 8px 15px;

  }

  .wrap-footer-form .wrap-input label span {

    font-size: 12px;

  }

  .wrap-footer-form  .wrap-input input::placeholder {

    font-size: 22px;

  }

  .wrap-footer-form  .wrap-input input {

    height: 25px;

    font-size: 22px;

  }

  .wrap-submit-info {

    flex-wrap: wrap;

    margin-top: 40px;

  }

  .wrap-submit-info button[type="submit"] {

    order: 1;

    width: 100%;

    max-width: 450px;

    margin-left: 0;

    margin-bottom: 10px;



  }

  .wrap-submit-info p {

    order: 2;

  }

  .wrap-footer-content .logo svg {

    width: 117px;

    height: auto;

  }

  .wrap-footer-content .logo {

    width: 100%;

    padding-top: 30px;

    padding-bottom: 10px;

}

.nav-list-parent a {

  font-size: 16px;

}

.programs {

    width: 100%;

    padding: 14px 0 8px;

}

.list-link-footer li {

    margin-bottom: 10px;

}

.list-link-footer li a {

  font-size: 16px;

}

.other-links p {

  padding: 17px 0;

}

.other-link {

  font-size: 16px;

}

.contacts-footer p {

  font-size: 16px;

}

.contacts-footer {

  width: 100%;

  padding-bottom: 50px;

}

.contacts-footer p br {

  display: none;

}

.contacts-footer-item span {

  font-size: 16px;

}

.contacts-footer-btn {

  margin-top: 50px;

  width: 100%;

  max-width: 450px;

}

.contacts-footer-social {

  margin-top: 50px;

}

.wrap-footer-bottom p {

  font-size: 16px;

}

.political {

  font-size: 16px;

  margin-top: 5px;

}

.blind-version {

  font-size: 16px;

}

.desctop-logo {

  display: none;

}

.mobile-logo {

  display: block;

}

.second-header-content {

  height: 94px;

}

.second-header-btn {

  width: 86px;

}

.second-header-gamb svg {

  width: 86px;

  height: auto;

}

.main-title {

    font-size: 50px;

}

.wrap-main-slide-side {

    display: flex;

    height: 100%;

    justify-content: center;

    flex-direction: column;

}

.wrap-slider-navigation {

  position: absolute;

  z-index: 25;

  width: 228px;

  margin-left: 0;

  margin-right: 0;

  margin-top: 0;

  left: 0;

  bottom: 100px;

}

.main-text {

    color: #FFF;

    font-size: 24px;

    font-style: normal;

    font-weight: 400;

    line-height: normal;

    text-transform: uppercase;

}

.wrap-bottom-video-info {

    height: 71px;

    display: flex;

}

.bottom-video-info-link {

    width: 71px;

    min-width: 71px;

}

.bottom-video-info p {

  font-size: 16px;

}

.bottom-video-info span {

  font-size: 16px;

}

.popup-video-mobile {

    display: block;

    bottom: 0;

    top: auto;

    left: 10px;

    width: 340px;

}

.bottom-video-info {

  padding: 0 15px;

}

.wrap-directions-content h2 {

  font-size: 42px;

  line-height: 42px;

}

.wrap-directions-content {

    padding-top: 68px;

}

.dropdown span.arr {

  font-size: 16px;

}

.wrap-directions-content .dropdown {

    transition: all .5s ease;

    color: #4E4E4D;

    font-size: 16px;

    font-style: normal;

    font-weight: 400;

    line-height: normal;

    text-align: left;

    padding: 0;

    position: relative;

    height: 35px;

    width: 340px;

    min-width: 340px;

    background: transparent;

    border-radius: 0px;

    margin-right: 0px;

    margin-left: 0;

    margin-top: 10px;

    border-bottom: 1px solid #D9D9DA;

}

.wrap-tab-slider {

    height: 321px;

}

.tab-slider .swiper-slide a {

    height: 321px;

    padding: 25px;

}

.tab-slider {

    height: 100%;

    width: 100%;

    overflow: unset;

    margin-top: 0;

}

.history-bottom-slider-nav {

  height: 56px;

}

.tabs-content {

  padding-bottom: 40px;

}

.tab-slider-title {

  font-size: 22px;

}

.history-top-content h2 {

  line-height: 42px;

  margin-bottom: 23px;

}

.history-top-content {

  width: 100%;

}

.history-top {

  padding-top: 67px;

  height: auto;

}

.history-top-content p {

  font-size: 16px;



}

.history-top-content p br {

  display: none;

}

.history-col {

  display: none;

}

.history-item p {

  font-size: 50px;

}

.history-item {

    height: auto;

    padding-top: 0px;

    margin-bottom: 26px;

    padding-right: 16px;

}

.history-item-1 {

    width: 50%;

    order: 1;

}

.history-item span {

    color: #4E4E4D;

    font-size: 16px;

    font-style: normal;

    font-weight: 400;

    line-height: normal;

    margin-top: 4px;

    display: block;

}

.history-item-2 {

    width: 50%;

    padding-left: 0;

    order: 3;

}

.history-item-3 {

    width: 50%;

    order: 4;

}

.history-item-4 {

    width: 50%;

    padding-left: 0;

    order: 2;

}

.history-item-5 {

    width: 50%;

    padding-left: 0;

    order: 5;

}

.history-bottom {

  height: auto;

  padding-top: 35px;

  position: relative;

}

.history-bottom:after {

  position: absolute;

  content: '';

  left: 50%;

  top: 0;

  height: 100%;

  width: 1px;

  background: #C5C5C5;

  opacity: 0.5;

}

.history-bottom {

    padding-bottom: 30px;

}

.history-slider img {

    width: 100%;

    height: 259px;

    object-fit: cover;

    object-position: center;

}

.history-bottom-slider-nav-left {

  display: none;

}

.history-slider-block .wrap-history-slider-navigation {

  margin-left: 0;

  margin-top: 0;

  width: 100%;

  max-width: 460px;

/*  border-left: 1px solid rgba(197, 197, 197, 0.30);

  border-right: 1px solid rgba(197, 197, 197, 0.30);*/
    border-left: none;

  border-right: none;

}

.history-slider-block  .history-bottom-slider-nav {

    display: flex;

    height: 97px;

}

.history-slider-block  .arrow-history-slider {

  width: 40px;

  height: 40px;

  top: 28px;

}

.history-slider-block  .history-swiper-pagination {

  top: 48px!important;

}

.history-slider-block  .history-swiper-counter {

  top: 41px;

}

.calendar-wrap-title {

  padding-left: 0;

  padding-bottom: 33px;

  border: none;

}

.calendar-top {

  padding-top: 68px;

  height: auto;

  border-left: 1px solid rgba(197, 197, 197, 0.30);

}

.calendar-item {

  height: auto;

  padding: 25px 0;

  flex-wrap: wrap;

}

.calendar-item-img {

  top: 0;

}

.calendar-item-bg {

  top: 0;

}

.calendar-item-left {

  width: 100%;

  height: 100%;

  align-items: center;

  display: flex;

  padding-left: 0;

  position: relative;

  z-index: 3;

}

.calendar-item-left span {

  font-size: 50px;

}

.calendar-item-left p {

  color: #FFF;

  font-size: 22px;

  font-style: normal;

  font-weight: 400;

  line-height: normal;

  margin-left: 8px;

}

.calendar-item-center {

  width: 100%;

  margin-top: 19px;

}

.calendar-item-center p {

  font-size: 24px;

  margin-bottom: 5px;

}

.calendar-item-center span {

  font-size: 16px;

}

.calendar-item-right img {

  width: 49px;

  height: 49px;

  border-radius: 50%;

  margin-right: 10px;

}

.calendar-item-right {

  width: 100%;

  margin-top: 29px;

}

.calendar-teacher-info p {

  font-size: 22px;

  margin-bottom: 3px;

}

.calendar-teacher-info span {

  font-size: 16px;

}

.calendar-see-link {

  height: 85px;

  font-size: 22px;

}

.main-calendar-body {

  padding-bottom: 71px;

}

.teachers-body {

  position: relative;

  padding-top: 67px;

  padding-bottom: 70px;

}

.teachers-item {

  padding-right: 20px;

  margin-bottom: 0;

}

.teachers-item img {

  height: 368px;

  margin-bottom: 9px;

}

.teachers-item p {

  color: #4E4E4D;

  font-size: 24px;

  font-style: normal;

  font-weight: 400;

  line-height: normal;

  text-transform: uppercase;

  width: 100%;

  margin-bottom: 5px;

}

.teachers-item span {

  font-size: 16px;

}

.wrap-teachers-slider .wrap-teachers-slider-navigation {

    width: 100%;

    max-width: 440px;

    position: relative;

    margin: 0 auto;

}

.wrap-teachers-slider .arrow-history-slider {

  width: 40px;

  height: 40px;

  top: 5px;

}

.teachers-bottom-slider-nav {

  margin-top: 10px;

}

.teachers-btn {

  width: 100%;

  display: block;

  border: 1px solid #4E4E4D;

  height: 85px;

  display: flex;

  align-items: center;

  justify-content: center;

  color: #4E4E4D;

  text-align: center;

  font-size: 22px;

  font-style: normal;

  font-weight: 400;

  line-height: normal;

  margin-top: 103px;

}

.student {

  background: #F6F6F6;



}

.wrap-student-content h2 {

    margin-left: 0;

    color: #4E4E4D;

    font-weight: 400;

}

.wrap-teachers-slider {

/*  overflow: hidden;*/

}

.student .swiper-slide.swiper-slide-active .student-slide-left {

  width: 30%;
  height: auto;

}

.student .swiper-slide.swiper-slide-active .student-slide-left img.student-main-photo {
  width: 100%;

  height: auto;

}

.student .swiper-slide.swiper-slide-active .student-slide-right {

    width: 70%;

    padding-top: 22px;

    padding-left: 15px;

    transition: all 0.3s;

}
.student .swiper-slide.swiper-slide-next .wrap-student-slide {
    padding-right: 0;
}
.student .swiper-slide.swiper-slide-prev .wrap-student-slide {
    padding-left: 0;
}
.student .swiper-slide .student-slide-left img.student-sub-photo {
  display: none;
}
.student .swiper-slide.swiper-slide-active .student-slide-left img.student-sub-photo,
.student .swiper-slide.swiper-slide-active .student-slide-left img.student-main-photo {
    height: auto;
    transition: all 0.3s;
}
.student .swiper-slide.swiper-slide-next .student-slide-left img.student-sub-photo,
.student .swiper-slide.swiper-slide-prev .student-slide-left img.student-sub-photo,
.student .swiper-slide.swiper-slide-active .student-slide-left img.student-main-photo {
  display: block;
}
.student .swiper-slide.swiper-slide-next .student-slide-left img.student-main-photo,
.student .swiper-slide.swiper-slide-prev .student-slide-left img.student-main-photo,
.student .swiper-slide.swiper-slide-active .student-slide-left img.student-sub-photo {
  display: none;
}
.student .swiper-slide-active .name-student {

    font-size: 24px;

    text-transform: uppercase;

}

.job-student {

  font-size: 16px;

}

.student-slide-right .text-student {

  display: none!important;

}

.student-slide-mobile {

    display: block;

}

.student-slide-mobile .popup-video-mobile {

  position: relative;

  left: 0;

  margin-top: 25px;

}

.play-video {

  display: none;

}

.text-student {

  display: none;

  margin-top: 18px;

  color: #4E4E4D;

  font-size: 16px;

  font-style: normal;

  font-weight: 400;

  line-height: normal;

}

.wrap-student-slide {

  height: auto;

}

.student-bottom-slider-nav {

  display: flex;

  height: 138px;

}

.wrap-student-slider .student-bottom-slider-nav  {

  padding-top: 25px;

}

.student .wrap-history-slider-navigation {

  position: relative;

  z-index: 25;

  width: 100%;
  max-width: 460px;

  margin-left: 0;

  margin-right: 0;

  margin-top: 0;

  display: flex;

  justify-content: space-between;

}

.arrow-history-slider {

  position: absolute;

  cursor: pointer;

  top: 7px;

  width: 40px;

  height: 40px;

  display: flex;

  justify-content: center;

  align-items: center;

}

.student-slide-left img {

  height: 177px;

}

.name-student {

  font-size: 24px;

}

.student-slide-left {

  width: 109px;

}

.student-slide-right {

      width: calc(100% - 110px);

    padding-top: 22px;

    padding-left: 15px;

    transition: all 0.3s;

}

.text-student {

  display: block;

}

.student .swiper-slide.swiper-slide-prev {

    padding-left: 0;

    transition: all 0.3s;

}

.student .swiper-slide.swiper-slide-next {

    padding-right: 0;

    transition: all 0.3s;

}

.wrap-news-content {

    position: relative;

    padding-top: 68px;

}

.wrap-news-content h2 {

  font-size: 42px;

  line-height: 42px;

}

.wrap-news-slide {

    width: 100%;

    display: flex;

    flex-wrap: wrap;

}

.name-category-news {

  font-size: 16px;

}

.news-slide-left {

  width: 100%;

}

.news-slide-left a {

  font-size: 22px;

  margin-top: 12px;

  margin-bottom: 10px;

}

.text-news {

  font-size: 16px;

}

.name-autor-news {

  font-size: 16px;

  margin-top: 22px;

}

.name-autor-news span {

  font-size: 16px;

  margin-top: 6px;

}

.news-slide-right {

    width: 100%;

    margin-top: 4px;

    padding-left: 0;

}

.news-slide-right img {

    width: 100%;

    height: 213px;

    object-fit: cover;

    object-position: center;

}

.wrap-history-slider-navigation {

    position: relative;

    z-index: 25;

    width: 100%;
    max-width: 460px;

    margin-left: 0;

    margin-right: 0;

    margin-top: 15px;

    display: flex;

    justify-content: space-between;

}

.news-button {

    margin-top: 96px;

    width: 100%;

    height: 85px;

    display: flex;

    justify-content: center;

    align-items: center;

    color: #4E4E4D;

    font-size: 22px;

    font-style: normal;

    font-weight: 400;

    line-height: normal;

    border: 1px solid #4E4E4D;

}

.news-bottom-slider-nav {

    height: auto;

    padding-left: 0;

    padding-bottom: 71px;

}

header.open .wrap-gamb {

  flex-wrap: wrap;

  overflow: auto;

}

.wrap-gamb .tabs-content {

    width: 100%;

    padding-top: 10px;

    height: auto;

    overflow: hidden;

}

header .wrap-tab_box-link {

  display: block;

  width: 100%;

  font-family: 'Franklin Gothic Book',sans-serif;

  color: #FFF;

  font-size: 16px;

  font-style: normal;

  font-weight: 400;

  line-height: normal;

  border-bottom: 1px solid #949494;

}

header .wrap-tab_box-title {

  font-family: 'Franklin Gothic Book',sans-serif;

  color: #FFF;

  font-size: 16px;

  text-transform: math-auto;  

}

.wrap-tab_box-title svg {

    right: 4px;

    top: 27px;

}

.wrap-gamb .tabs-content ul {

    padding-top: 0;

}

.wrap-gamb .tabs-content ul li a {

  font-size: 16px;

}

header .wrap-tab_box-title.active {

  padding-bottom: 14px;

}

.wrap-gamb .tabs-content ul li {

    margin-bottom: 10px;

}

.gamb-contacts {

  width: 100%;

  padding-top: 29px;

  border-left: none;

}

.gamb-contacts-item span {

  font-size: 16px;

}

.gamb-contacts-item a {

  font-size: 30px;

}

.tab-slider-mini-mba .swiper-slide a .tab-slider-mba-bg, 

.tab-slider-mba .swiper-slide a .tab-slider-mba-bg {

    opacity: 0.8;

}

.tab-slider .swiper-slide .tab-filter-slider-bg {

    opacity: 0.8;

}

.tab-slider-teacher-img {

  margin-right: 10px;

}

.tab-slider-teacher-name {

  font-size: 22px;

  margin-bottom: 5px;

}

.tab-slider-teacher-job {

  font-size: 16px;

}

.wrap-filter-tab {

  overflow-x: auto;

}
.wrap-filter-tab::-webkit-scrollbar {
  height: 0;
  width: 0;
  display: 0;
  opacity: 0;
}

.wrap-filter-tab + .tab-slider {

  margin-top: 11px;

}

.wrap-tab_box-title.active {

  color: #A81022;

}

.wrap-student-content {

    padding-top: 68px;

}

}



/*начало календарь*/





































.second-template {

  margin-top: 100px;

}

.wrap-second-top-page {

  padding-left: 25.5%;

  border-left: 1px solid rgba(197, 197, 197, 0.30);

  border-right: 1px solid rgba(197, 197, 197, 0.30);

}

.second-top-page {

  padding-top: 98px;

  padding-bottom: 73px;

  border-left: 1px solid rgba(197, 197, 197, 0.30);

}

.breadcrumb ul {

  padding: 0;

  list-style-type: none;

  display: inline;

}

.breadcrumb ul li {

  position: relative;

  display: inline;

}

.breadcrumb ul li a {

  color:  #949494;

  font-size: 20px;

  font-style: normal;

  font-weight: 400;

  line-height: normal;

  transition: all 0.3s;

}

.breadcrumb ul li a:hover {

  color: #A81022;

  transition: all 0.3s;

}
/*.breadcrumb ul li:nth-last-child(2) a,*/
.breadcrumb ul li:last-child a {

  color: #4E4E4D;

  user-select: none;

  pointer-events: none;

  transition: all 0.3s;

}

.breadcrumb ul li + li {

  margin-left: 20px;

}

.breadcrumb ul li + li:after {

  position: absolute;

  content: "";

  left: -16px;

  width: 12px;

  height: 1px;

  top: 9px;

  background: #949494;

}

.second-top-page h1 {

  color:  #4E4E4D;

  font-size: 120px;

  font-style: normal;

  font-weight: 400;

  line-height: 100%;

  margin-top: 21px;

}

.calendar-page {

  display: flex;

  border-left: 1px solid rgba(197, 197, 197, 0.30);

}

.calendar-filter {

  width: 25.5%;

}

.calendar-body {

  width: 74.5%;

  border-left: 1px solid rgba(197, 197, 197, 0.30);

  border-right: 1px solid rgba(197, 197, 197, 0.30);

  padding-bottom: 170px;

}

.calendar-body-item {

  display: flex;

  padding: 30px 46px 30px 30px;

  border-top: 1px solid rgba(197, 197, 197, 0.30);

  border-bottom: 1px solid rgba(197, 197, 197, 0.30);

  justify-content: space-between;

}

.calendar-mobile-data {

  display: none;

}

.calendar-body-img {

  width: 275px;

  min-width: 275px;

  height: 275px;

  object-fit: cover;

  margin-right: 30px;

}

.calendar-body-btn {

  width: 282px;

  min-width: 282px;

  margin-left: 30px;

  margin-top: -12px;

}

.calendar-body-btn p {

  display: flex;

  color:  #4E4E4D;

  font-size: 30px;

  font-style: normal;

  font-weight: 400;

  line-height: normal;

  align-items: center;

}

.calendar-body-btn p span {

  color: #4E4E4D;

  font-size: 100px;

  margin-right: 15px;

  font-family: 'Bebas Neue', sans-serif;

  font-style: normal;

  font-weight: 400;

  line-height: 90%; 

  display: block;

}

.calendar-body-btn a {

  width: 100%;

  height: 63px;

  display: flex;

  justify-content: center;

  align-items: center;

  background: #A81022;

  margin-top: 40px;

}

.calendar-body-btn a span {

  color:  #FFF;

  font-size: 20px;

  font-style: normal;

  font-weight: 400;

  line-height: normal;

}

.calendar-body-info {

  flex-grow: 2;

  display: flex;

  flex-direction: column;

  padding-bottom: 27px;

}

.calendar-body-title {

  color: #4E4E4D;

  font-size: 40px;

  font-style: normal;

  font-weight: 400;

  line-height: normal;
  transition: all 0.3s;

}
.calendar-body-title:hover {
  color: #A81022;
  transition: all 0.3s;
}
.calendar-body-info p.status {

  display: flex;

  color: #949494;

  font-size: 20px;

  font-style: normal;

  font-weight: 400;

  line-height: normal;

  margin-top: 10px;

  align-items: center;

}

.calendar-body-info p.status span {

  margin-left: auto;

  display: block;

  color:  #4E4E4D;

  font-size: 20px;

  font-style: normal;

  font-weight: 400;

  line-height: normal;

  padding: 5px 10px;

  border: 1px solid #4E4E4D;

}

.calendar-body-info p.status.on span {

  color: #FFF;

  background: #800000;

  border: 1px solid #800000;

}

.calendar-body-teacher {

  display: flex;

  margin-top: auto;

}

.calendar-body-teacher img {

  width: 75px;

  height: 75px;

  border-radius: 50%;

  margin-right: 20px;

}

.calendar-body-teacher p {

  color: #4E4E4D;

  font-size: 30px;

  font-style: normal;

  font-weight: 400;

  line-height: normal;

  margin-bottom: 12px;

}

.calendar-body-teacher span {

  color: #949494;

  font-size: 20px;

  font-style: normal;

  font-weight: 400;

  line-height: normal;

}

.calendar-filter {

  padding-right: 30px;

}

.filter-mobile-btn {

  display: none;

}

.calendar-filter {



}

.top-popup-filter-body {

  display: none;

}

.wrap-calendar-filter {

    background: #F2F2F2;

    width: 100%;

}

.popup-filter {

  padding: 30px;

}

.filter-desc-title {

  color:#4E4E4D;

  font-size: 30px;

  font-style: normal;

  font-weight: 400;

  line-height: normal;

  margin-bottom: 30px;

}

.title-filter-block {

  color: #4E4E4D;

  font-size: 20px;

  font-style: normal;

  font-weight: 600;

  line-height: normal;

  margin-bottom: 20px;

}

.wrap-input-tag {

  display: flex;

  flex-wrap: wrap;

  gap: 15px;

}

.wrap-input-checkbox-tag {

  position: relative;

  width: fit-content;

}

.wrap-input-checkbox-tag label {

  padding: 0;

  margin: 0;

  cursor: pointer;

}

.wrap-input-checkbox-tag label span {

  display: block;

  border: 1px solid #4E4E4D;

  padding: 10px 20px;

  color: #4E4E4D;

  font-size: 20px;

  font-style: normal;

  font-weight: 400;

  line-height: normal;

  transition: all 0.3s;

}

.wrap-input-checkbox-tag label:hover span {

  border: 1px solid #A81022;

  color: #A81022;

  transition: all 0.3s;

}

.wrap-input-checkbox-tag label input:checked + span {

  background: #A81022;

  color: #ffffff;

  border: 1px solid #A81022;

  transition: all 0.3s;

}

.filter-block{

  margin-bottom: 30px;

}

.wrap-input-checkbox + .wrap-input-checkbox {

  margin-top: 10px;

}

.wrap-input-checkbox label {

  display: flex;

  color: #4E4E4D;

  font-size: 20px;

  font-style: normal;

  font-weight: 400;

  cursor: pointer;

  align-items: center;

  line-height: normal;

}

.wrap-input-checkbox span {

  position: relative;

  width: 18px;

  height: 18px;

  display: block;

  background: #FFF;

  margin-right: 10px;

}

.wrap-input-checkbox label input:checked + span {

  background-image: url('./../imgs/check.svg');

}

.calendar-filter-data {

  position: relative;

}

.calendar-filter input {

  position: relative;

  border: none;

  height: 43px;

  background: transparent;

  border-bottom: 1px solid #D9D9DA;

  width: 100%;

  padding: 10px 0;

  color: #949494;

  font-size: 20px;

  font-style: normal;

  font-weight: 400;

  line-height: normal;

}

.filter-block .dropdown {

  margin-left: 0;

  width: 100%;

  min-width: auto;

}

.filter-block .dropdown span.arr {

  color: #949494;

}

.daterangepicker:after,

.daterangepicker:before {

  display: none;

}

.daterangepicker {

  margin-top: -90px;

  padding-top: 38px;

}

.daterangepicker .drp-selected {

  display: inline-block;

  font-size: 12px;

  padding-right: 8px;

  position: absolute;

  top: 0;

  width: 100%;

  left: 0;

  height: 38px;

  padding: 10px 0;

  text-align: center;

  color: #4E4E4D;

  font-size: 16px;

  font-style: normal;

  font-weight: 400;

  line-height: normal;

  border-bottom: 1px solid #D9D9D9;

}

.daterangepicker td.available:hover, .daterangepicker th.available:hover {

  height: 32px;

}

.daterangepicker .calendar-table th, .daterangepicker .calendar-table td {

  height: 32px;

}

.daterangepicker td.in-range {

  background: rgba(197, 197, 197, 0.30);

}

.daterangepicker td.active.end-date.in-range.available:not(.off) {

  position: relative;

  border-radius: 32px;

  background: #A81022;

  display: block;

  line-height: 32px;

}

.daterangepicker td.start-date {

  background: #4E4E4D;

  border-radius: 32px;

}

.daterangepicker .calendar-table .next span,.daterangepicker .calendar-table .prev span  {

color:transparent;

    border: none;

    border-width: 0;

    border-radius: 0;

    display: inline-block;

    padding: 0px;

  }

.daterangepicker .calendar-table .next span {

  width: 0;

  height: 0;

  border-top: 5px solid transparent;

  border-left: 9px solid #4E4E4D;

  border-bottom: 5px solid transparent;

  transform: rotate(0deg);

}

.daterangepicker .calendar-table .prev span {

  width: 0;

  height: 0;

  border-top: 5px solid transparent;

  border-right: 9px solid #4E4E4D;

  border-bottom: 5px solid transparent;

  transform: rotate(0deg);

}

.daterangepicker th.month {

  color:  #4E4E4D;

  text-align: center;

  font-size: 20px;

  font-style: normal;

  font-weight: 600;

  line-height: normal;

}

.daterangepicker .drp-buttons {

  border: none;

}

.daterangepicker.show-calendar .drp-buttons {

    display: flex;

    justify-content: flex-end;

    padding: 30px 42px;

}

.daterangepicker .drp-buttons .btn {

  padding: 10px 20px;

  display: flex;

  cursor: pointer;

  justify-content: center;

  align-items: center;

  text-align: center;

  font-size: 20px;

  font-style: normal;

  font-weight: 400;

  line-height: normal;

  border: 1px solid #A81022;

}

.daterangepicker .drp-buttons .btn.cancelBtn {

  color: #A81022;

}

.daterangepicker .drp-buttons .btn.applyBtn {

  color: #ffffff;

  background: #A81022;

}

.daterangepicker .drp-calendar.left {

  padding: 15px;

}

.daterangepicker .drp-calendar.right {

  padding: 15px;

}

.wrap-input-search {

  position: relative;

}

.wrap-input-search svg {

  position: absolute;

  right: 0;

  top: calc(50% - 9px);

}

.wrap-input-search input {

  padding-right: 20px;

}

.calendar-filter-form button[type="submit"]:not(.reset) {

  background: #A81022;

  width: 100%;

  height: 63px;

  display: flex;

  justify-content: center;

  align-items: center;

  color:#FFF;

  text-align: center;

  font-size: 20px;

  font-style: normal;

  font-weight: 400;

  line-height: normal;

  border: none;

  cursor: pointer;

  margin-bottom: 30px;

}

.calendar-filter-form button.reset {

  display: flex;

  justify-content: center;

  align-items: center;

  border: none;

  width: 100%;

  cursor: pointer;

  color: #A81022;

  font-size: 20px;

  font-style: normal;

  font-weight: 400;

  line-height: normal;

}

.calendar-filter-form button.reset svg {

  margin-right: 5px;

}

.pagination {

  display: flex;

  align-items: center;

  margin-top: 40px;

}

.pagination-counter {

  display: flex;

  align-items: center;

  margin: 0 30px;

  color: #4E4E4D;

  text-align: center;

  font-size: 20px;

  font-style: normal;

  font-weight: 400;

  line-height: normal;

}

.pagination-counter span {

  display: block;

  margin: 0 10px;

  color:  #949494;

  text-align: center;

  font-size: 20px;

  font-style: normal;

  font-weight: 400;

  line-height: normal;

}

.pagination-arrow {

  cursor: pointer;

}

.pagination-arrow svg path {

  fill: #4E4E4D;

  transition: all 0.3s;

}

.pagination-arrow.no-active svg path {

  fill: #D9D9DA;

  transition: all 0.3s;

}

.pagination-arrow:not(.no-active):hover svg path {

  fill: #A81022;

}

@media (max-width: 1400px) {

  .calendar-body-img {

    width: 225px;

    min-width: 225px;

    height: 225px;

    object-fit: cover;

    margin-right: 15px;

}

.calendar-body-btn {

    width: 250px;

    min-width: 250px;

    margin-left: 15px;

    margin-top: 0;

}

.calendar-body-btn p {

  font-size: 24px;

}

.calendar-body-btn p span {

    color: #4E4E4D;

    font-size: 72px;

    margin-right: 10px;

    font-family: 'Bebas Neue', sans-serif;

    font-style: normal;

    font-weight: 400;

    line-height: 90%;

    display: block;

}

.calendar-body-title {

  font-size: 32px;

}

.calendar-body-info p.status span {

  font-size: 18px;

}

}

@media (max-width: 1200px) {

.calendar-page {

  flex-wrap: wrap;

}

.wrap-calendar-filter {

  position: fixed;

  top: 0;

  left: 0;

  right: 0;

  bottom: 0;

  background: rgba(0, 0, 0, 0.50);

  z-index: 100;

  display: none;

  align-items: center;

  justify-content: center;

}

.wrap-calendar-filter.open {

  display: flex;

}

.popup-filter {

  width: 100%;

  max-width: 360px;

  max-height: 80vh;

  position: inherit;

  z-index: 10;

  background: #F2F2F2;

  overflow: auto;

  padding: 0;

}

.popup-filter-body {

  position: relative;

    padding: 0px 10px 30px;

}

.top-popup-filter-body {

    display: flex;

    position: sticky;

    top: 0;

    height: 75px;

    width: 100%;

    left: 0;

    z-index: 10;

    background: #F2F2F2;

    justify-content: flex-start;

    align-items: center;

    padding-top: 12px;

}

.calendar-filter-form button[type="reset"].desctop-btn {

  display: none;

}

.calendar-filter-form button[type="reset"] {

    display: flex;

    justify-content: center;

    align-items: center;

    border: none;

    width: fit-content;

    cursor: pointer;

    color: #A81022;

    font-size: 16px;

    font-style: normal;

    font-weight: 400;

    line-height: normal;

    padding: 0;

    position: absolute;

    left: 0;

}

.form-filter-title {

  text-align: center;

  width: 100%;

  color: #4E4E4D;

  font-size: 22px;

  font-style: normal;

  font-weight: 400;

  line-height: normal;

}

.popup-filter-close {

  position: relative;

  left: -7px;

  top: -13px;

}

.filter-desc-title {

  display: none;

}

.title-filter-block {

  font-size: 16px;

}

.wrap-input-checkbox-tag label span {

  font-size: 16px;

/*  временный отступ, удалить*/

  padding: 9px 23px;

}

.wrap-input-checkbox label {

  font-size: 16px;

  cursor: pointer;

}

.calendar-filter input {

  font-size: 16px;

}

.calendar-filter input {

  height: 35px;

  padding: 0px 0 10px;

  font-size: 16px;

}

.daterangepicker {

  max-width: 340px;

  top: 50%!important;

  overflow: auto;

  max-height: 460px;

  transform: translateY(-40%);

  position: fixed;

}

.calendar-filter {

    width: 100%;

}

.filter-mobile-btn {

  display: flex;

  margin-left: auto;

  width: fit-content;

  align-items: center;

  color: #4E4E4D;

  font-size: 16px;

  font-style: normal;

  font-weight: 400;

  line-height: normal;

  margin-bottom: 21px;

}

.filter-mobile-btn svg {

  margin-right: 5px;

}

.calendar-body {

  width: 100%;

}

.wrap-second-top-page {

    padding-left: 0;

    border-left: 1px solid rgba(197, 197, 197, 0.30);

    border-right: 1px solid rgba(197, 197, 197, 0.30);

}

.second-top-page {

  border: none;

}

.calendar-page {

     border-left: 1px solid rgba(197, 197, 197, 0.30);

    border-right: 1px solid rgba(197, 197, 197, 0.30); 

}

}

@media (max-width: 768px) {

  .calendar-filter {

    padding-right: 0;

  }

  .second-template {

    margin-top: 91px;
    overflow: hidden;
}

  .calendar-body {

    width: 100%;

    display: flex;

    flex-direction: column;

    align-items: center;

}

.calendar-body-item {

    display: flex;

    padding: 30px 0;

    width: 100%;

    border-top: 1px solid #949494;

    border-bottom: 1px solid #949494;

    justify-content: space-between;

    flex-direction: column;

    align-items: center;

}

.calendar-body-img {

    width: 100%;

    min-width: auto;

    max-width: 400px;

    height: 194px;

    object-fit: cover;

    margin-right: 0;

    margin: 0 auto 15px;

}

.calendar-mobile-data {

  display: block;

  margin-bottom: 15px;

}

.calendar-mobile-data p {

  display: flex;

  color: #4E4E4D;

  font-size: 22px;

  font-style: normal;

  font-weight: 400;

  line-height: normal;

  align-items: center;

}

.calendar-mobile-data p span {

  color:#4E4E4D;

  font-family: 'Bebas Neue', sans-serif;

  font-size: 50px;

  font-style: normal;

  font-weight: 400;

  line-height: 90%;

  margin-right: 10px;

}

.calendar-body-title {

  font-size: 24px;

}

.calendar-body-info p.status {

  font-size: 16px;

  margin-bottom: 20px;

}

.calendar-body-teacher p {

  font-size: 22px;

  margin-bottom: 5px;

}

.calendar-body-teacher span {

  font-size: 16px;

}

.calendar-body-teacher-info {

  display: flex;

  flex-direction: column;

  justify-content: center;

}

.calendar-body-btn p.calendar-desctop-data {

  display: none;

}

.calendar-body-btn {

    width: 100%;

    max-width: 400px;

    min-width: auto;

    margin-left: 0;

    margin-top: 0;

}

.calendar-body-info {

  padding-bottom: 0;

}

.breadcrumb ul li a {

  font-size: 16px;

}

.breadcrumb ul li + li:after {

  top: 9px;

}

.second-top-page h1 {

  font-size: 50px;

  line-height: 50px;

}

}

@media (max-width: 460px) {

.logo svg {
  width: 100% !important;
}

.calendar-body-item {

  align-items: flex-start;

}

}

/*конец календарь*/

/*начало об институте*/



.institute-info-top {

  background: linear-gradient(to right, #A81022 50%, transparent 50%);

}

.institute-info-side {

  display: flex;

  height: 487px;

}

.institute-info-left {

  width: 25.5%;

  padding-top: 21px;

}

.institute-info-right {

  width: 74.5%;

  /*background: url('./../imgs/institute.png');*/
  
  background: url('/dir_images/pages_file_5_l.png');

  background-position: center;

  background-repeat: no-repeat;

  position: relative;

  top: -1px;

  height: calc(100% + 1px);

}

.institute-info-item p {

  color: #FFF;

  font-family: 'Bebas Neue', sans-serif;

  font-size: 80px;

  font-style: normal;

  font-weight: 400;

  line-height: normal;

}

.institute-info-item p span {

  display: block;

  color: #FFF;

  font-size: 20px;

  font-style: normal;

  font-weight: 400;

  line-height: normal;

}

.institute-info-item + .institute-info-item {

  margin-top: 15px;

}

.video-link-btn {

  position: absolute;

  bottom: 0;

  left: 0;

  cursor: pointer;

  display: flex;

  height: 82px;

}

.video-link-btn-left {

  width: 82px;

  height: 100%;

  display: flex;

  justify-content: center;

  align-items: center;

  background: #800000;

  transition: all 0.3s;

}

.video-link-btn-left svg path {

  fill: #ffffff;

  transition: all 0.3s;

}

.video-link-btn-left:hover {

  background: #eeeeee;

  transition: all 0.3s;



}

.video-link-btn-left:hover svg path {

  fill: #800000;

  transition: all 0.3s;

}

.video-link-btn-right {

  padding: 18px 30px;

  background: #FFF;

  width: 278px;

}

.video-link-btn-right p {

  color: #4E4E4D;

  font-size: 20px;

  font-style: normal;

  font-weight: 400;

  line-height: normal;

  margin-bottom: 3px;

}

.video-link-btn-right span {

  color: #949494;

  font-size: 20px;

  font-style: normal;

  font-weight: 400;

  line-height: normal;

}

.institute-developvent {

  border-left: 1px solid rgba(197, 197, 197, 0.30);

  border-right: 1px solid rgba(197, 197, 197, 0.30); 

  padding-bottom: 100px;

  position: relative;

}

.institute-developvent:after {

  position: absolute;

  content: '';

  left: 25.5%;

  top: 0;

  z-index: 1;

  height: 100%;

  width: 1px;

  background: rgba(197, 197, 197, 0.30);

}

.institute-developvent-top {

  margin-left: 25.5%;

  padding-top: 190px;

  padding-bottom: 45px;

/*  border-left: 1px solid rgba(197, 197, 197, 0.30);*/

}

.institute-developvent-top h2 {

  color:#4E4E4D;

  font-style: normal;

  font-weight: 400;

  line-height: 80px;

  margin-bottom: 38px;

}

.institute-developvent-top p {

  color: #4E4E4D;

  font-size: 30px;

  font-style: normal;

  font-weight: 400;

  line-height: normal;

  margin-top: 10px;

}

.wrap-institute-developvent-item {

  display: flex;

  margin-left: -30px;

  flex-wrap: wrap;

  width: calc(100% + 30px);

}

.institute-developvent-item {

  width: calc(25% - 30px);

  margin-left: 30px;

  display: flex;

  flex-direction: column;

  justify-content: flex-end;

}

.institute-developvent-item img {

  width: 100%;

  height: 400px;

  object-fit: cover;

  object-position: center;

}

.institute-developvent-item p {

  color: #4E4E4D;

  font-size: 20px;

  font-style: normal;

  font-weight: 400;

  line-height: normal;

}

.help-slider-block {

  background: #F6F6F6;

}

.help-slider-block-content {

  position: relative;

  border-left: 1px solid rgba(197, 197, 197, 0.30);

  border-right: 1px solid rgba(197, 197, 197, 0.30); 

  padding-bottom: 200px;

}

.help-slider-block-top {

  margin-left: 25.5%;

  padding-top: 190px;

  padding-bottom: 32px;

  position: relative;

}

.help-slider-block-content:after {

  position: absolute;

  content: '';

  left: 25.5%;

  top: 0;

  z-index: 1;

  height: 100%;

  width: 1px;

  background: rgba(197, 197, 197, 0.30);

}

.help-slider-block-top h2 {

  color:#4E4E4D;

  font-style: normal;

  font-weight: 400;

  line-height: 80px;

  margin-bottom: 30px;

}

.help-slider-block-top p {

  color: #4E4E4D;

  font-size: 20px;

  font-style: normal;

  font-weight: 400;

  line-height: normal;

  margin-top: 10px;

}

.wrap-help-slider {

  width: 100%;

  padding-right: 27.2%;

  border-top: 1px solid rgba(197, 197, 197, 0.30);

  border-bottom: 1px solid rgba(197, 197, 197, 0.30); 

}

.help-slide-side {

  display: flex;

}

.text-side {

  padding-top: 42px;

  width: 35%;

  order: 1;

}

.img-side {

  width: 65%;

  height: 423px;

  order: 2;

}

.img-side img {

  width: 100%;

  height: 100%;

  object-fit: cover;

  object-position: center;

}

.text-side p {

  color: #4E4E4D;

  font-size: 30px;

  font-style: normal;

  font-weight: 400;

  line-height: normal;

  margin-bottom: 20px;

}

.text-side span {

  color: #949494;

  font-size: 20px;

  font-style: normal;

  font-weight: 400;

  line-height: normal;

}

.help-slider .wrap-slider-navigation {

  margin-left: 0;

  margin-top: 0;

  margin-bottom: 0;

  width: 336px;

  bottom: 82px;

}

.awards {

  position: relative;

  border-left: 1px solid rgba(197, 197, 197, 0.30);

  border-right: 1px solid rgba(197, 197, 197, 0.30); 

  padding: 200px 0 162px;

}

.awards-net {

  position: absolute;

  height: 100%;

  top: 0;

  width: 1px;

  z-index: 2;

  opacity: 0.15;

  background: #949494;

}

.awards-net-1 {

  left: 25.5%;

}

.awards-net-3 {

  left: 76.5%;

}

.awards-net-2 {

  left: 51%;

}

.wrap-awards-items {

  display: flex;

  margin-left: -30px;

  width: calc(100% + 30px);

  flex-wrap: wrap;

}

.awards-item {

  width: calc(25% - 30px);

  margin-left: 30px;

  margin-bottom: 30px;

  padding: 30px;

  background: #F6F6F6;

}

.awards-block-title {

  padding: 0;

}

.awards-block-title h2 {

  color: #4E4E4D;

  font-size: 80px;

  font-style: normal;

  font-weight: 400;

  line-height: 64px;

}

.awards-item.awards-empty {

  background: transparent;

}

.awards-item span.wreath {

  display: block;

  width: 118px;

  height: 100px;

  margin-bottom: 30px;

  background: url('./../imgs/wreath.png');

  background-repeat: no-repeat;

}

.awards-item .awards-title {

  color: #4E4E4D;

  font-size: 30px;

  font-style: normal;

  font-weight: 400;

  line-height: normal;

  margin-bottom: 5px;

} 

.awards-item .awards-title.little-title {

  font-size: 25px;

}

.awards-item .awards-text {

  color: #949494;

  font-size: 20px;

  font-style: normal;

  font-weight: 400;

  line-height: normal;

}

.awards-item .awards-data {

  display: block;

  margin-top: 10px;

  color: #949494;

  font-size: 20px;

  font-style: normal;

  font-weight: 400;

  line-height: normal;

}

.awards-btn-block {

  padding: 0;

  display: flex;

  flex-direction: column;

  justify-content: flex-end;

}

.awards-btn {

  width: 100%;

  height: 114px;

  display: flex;

  justify-content: center;

  align-items: center;

  border: 1px solid #4E4E4D;

  background:#FFF;

  color: #4E4E4D;

  text-align: center;

  font-size: 30px;

  font-style: normal;

  font-weight: 400;

  line-height: normal;

  transition: all 0.3s;

}

.awards-btn:hover {

  background: #A81022;

  color: #fff;

  transition: all 0.3s;

}

.awards-btn:active {

  background: #800000;

  color: #fff;

  transition: all 0.3s;

}

.awards-hidden {

  display: none;

}

.wrap-awards-slider {

  display: none;

}

.interesting-block {

  position: relative;

  background: url('./../imgs/interesting-bg.png');

  background-repeat: no-repeat;

  background-size: cover;

}

.interesting-content {
  position: relative;

  border-left: 1px solid rgba(197, 197, 197, 0.30);

  border-right: 1px solid rgba(197, 197, 197, 0.30);

  padding: 191px 0 200px;

}

.interesting-content-line {

  position: absolute;

  z-index: 0;

  width: 1px;

  height: 100%;

  top: 0;

  background: #C5C5C5;

  opacity: 0.3;

}

.interesting-content-line.line-1 {

  left: 25.5%;

}

.interesting-content-line.line-2 {

  left: 50.8%;

}

.interesting-content-line.line-3 {

  left: 76.5%;

}

.interesting-top {

  position: relative;

  z-index: 5;

  margin-left: 25.5%;

  margin-bottom: 38px;

}

.interesting-top h2 {

  color: #FFF;

  font-weight: 400;

  line-height: 80px;

}

.wrap-interesting-items {

  display: flex;

  margin-left: -30px;
  flex-wrap: wrap;

  width: calc(100% + 30px);

}

.wrap-interesting-items a {

  position: relative;

  display: block;

  width: calc(25% - 30px);

  margin-left: 30px;
  margin-bottom: 30px;

  padding: 30px;

  border: 1px solid #FFF;

  height: 230px;

  color: #ffffff;

  background: transparent;

  font-size: 26px;

  font-style: normal;

  font-weight: 400;

  line-height: normal;

  transition: all 0.3s;

}
.wrap-interesting-items a:nth-child(5) {
  margin-left: calc(25% + 30px);
}
.wrap-interesting-items a .arr {

  opacity: 0;

  width: 34px;

  height: 34px;

  position: absolute;

  top: 30px;

  right: 30px;

  background: url('./../imgs/intr-arr.svg');

  background-repeat: no-repeat;

  transition: all 0.3s;

}

.wrap-interesting-items a:hover {

  background: #ffffff;

  color: #A81022;

  transition: all 0.3s;

}

.wrap-interesting-items a:hover .arr {

  opacity: 1;

  transition: all 0.3s;

}

.institute-contacts-block {

  position: relative;

  display: flex;

}

.institute-contacts-map {

  width: 51%;

  min-height: 900px;

}

.institute-contacts {

  width: 49%;

  padding: 191px 0 0 127px;

  position: relative;

}

.institute-contacts-block:after {

  position: absolute;

  content: '';

  z-index: 0;

  width: 1px;

  height: 100%;

  top: 0;

  left: calc(50% + 765px);

  background: #C5C5C5;

  opacity: 0.3;

}

.institute-contacts-map iframe {

  width: 100%;

  height: 100%;

}

.institute-contacts h2 {

  font-weight: 400;

  margin-bottom: 40px;

}

.institute-contacts span {

  color: #4E4E4D;

  font-size: 20px;

  font-style: normal;

  font-weight: 400;

  line-height: normal;

  margin-bottom: 10px;

  display: block;

  opacity: 0.5;

}

.institute-contacts p {

  color: #4E4E4D;

  font-size: 20px;

  font-style: normal;

  font-weight: 400;

  line-height: normal;

  margin-bottom: 20px;

}

.institute-contacts a {

  display: block;

  width: fit-content;

  color: #4E4E4D;

  font-family: 'Bebas Neue', sans-serif;

  font-size: 40px;

  font-style: normal;

  font-weight: 400;

  line-height: 90%;

  margin-bottom: 10px;

  margin-top: 30px;

  transition: all 0.3s;

}

.institute-contacts a:hover {

  color: #A81022;

  transition: all 0.3s;

}

.help-slider .swiper-slide-prev {

  opacity: 0;

}

@media (max-width: 1560px) {

.institute-contacts-block:after {

  left: auto;

  right: 15px;

}

.help-slider .wrap-slider-navigation {

    margin-left: 0;

    margin-top: 0;

    margin-bottom: 0;

    width: 265px;

    bottom: 82px;

}

.help-slider .comfort-swiper-counter {

  width: 145px;

}

.help-slider .comfort-swiper-pagination {

  width: 95px!important;

}

}

@media (min-width: 1201px) {

.help-slider .swiper-slide-next {

  opacity: 0.5;

}

.help-slider .swiper-slide-next .img-side {

  position: absolute;

  left: 0;

  top: 0;

}

}

.help-slide-side {

  position: relative;

}

@media (max-width: 1200px) {



.wrap-help-slider {

    width: 100%;

    padding-right: 0;

}

.institute-contacts {

    padding: 120px 0 0 60px;

}

.institute-developvent-top,

.help-slider-block-top {

  margin-left: 0;

  border: none;

}

.awards-net,

.help-slider-block-content:after,

.institute-developvent:after {

  display: none;

}

}

@media (max-width: 768px) {

.institute-info-top {

  background: none;

}

.institute-info-item-1 {

  order: 1;

}

.institute-info-item-3 {

  order: 2;

}

.institute-info-item-2 {

  order: 3;

}

.institute-developvent:after {

  position: absolute;

  content: '';

  left: 25.5%;

  top: 0;

  z-index: 1;

  height: 100%;

  width: 1px;

  background: rgba(197, 197, 197, 0.30);

}

.institute-info-side {

  display: flex;

  height: auto;

  flex-wrap: wrap;

  position: relative;

  width: calc(100% + 20px);

  margin-left: -10px;

  margin-right: -10px;

}

.institute-info-side:after {

  position: absolute;

  content: '';

  right: 10px;

  top: 0;

  z-index: 1;

  height: 100%;

  width: 1px;

  z-index: 10;

  background: rgba(197, 197, 197, 0.30);

}

.institute-info-side:before {

  position: absolute;

  content: '';

  left: 10px;

  top: 0;

  z-index: 1;

  height: 100%;

  width: 1px;

  z-index: 10;

  background: rgba(197, 197, 197, 0.30);

}

.institute-info-left {

  width: 100%;

  height: auto;

  display: flex;

  flex-direction: column;

  background: #A81022;

  order: 2;

  padding: 32px 10px;

}

.institute-info-right {

  order: 1;

  top: 0;

  width: 100%;

  height: 271px;

  background-size: cover;

}

.video-link-btn {

  left: 10px;

  width: 340px;

  height: 71px;

}

.video-link-btn-left {

  width: 71px;



}

.video-link-btn-left svg {

  width: 16px;

  height: 17px;

}

.video-link-btn-right {

    padding: 17px;

    background: #FFF;

    width: 268px;

    top: 0;

}

.video-link-btn-right p {

  font-size: 16px;

}

.video-link-btn-right span {

  font-size: 16px;

}

.institute-info-item p {

  font-size: 42px;

  display: flex;

  align-items: center;

}

.institute-info-item p span {

    display: block;

    color: #FFF;

    font-size: 16px;

    font-style: normal;

    font-weight: 400;

    line-height: normal;

    margin-left: 20px;

    max-width: 180px;

}

.institute-info-item + .institute-info-item {

    margin-top: 13px;

}

h2 {

  font-size: 42px;

}

.institute-developvent-top h2 {

  line-height: 42px;

  margin-bottom: 33px;

}

.institute-developvent-top {

  padding-top: 66px;

  padding-bottom: 30px;

}

.institute-developvent-top p {

  font-size: 22px;

}

.wrap-institute-developvent-item {

  width: 100%;

  margin-left: 0;

  justify-content: space-between;

}

.institute-developvent-item {

  margin-left: 0;

}

.institute-developvent-item.developvent-item-1,

.institute-developvent-item.developvent-item-2 {

  width: 100%;

  margin-bottom: 30px;

}

.institute-developvent-item.developvent-item-2 {

  margin-bottom: 30px;

}

.institute-developvent-item p {

  font-size: 16px;

}

.institute-developvent-item.developvent-item-1 img {

  height: 339px;

}

.institute-developvent-item.developvent-item-3,

.institute-developvent-item.developvent-item-4 {

  width: calc(50% - 5px);

  height: 165px;

  flex-direction: row;

}

.institute-developvent-item.developvent-item-3 img,

.institute-developvent-item.developvent-item-4 img {

  height: auto;

}

.institute-developvent {

  padding-bottom: 71px;

}

.help-slider-block-top h2 {

  line-height: 42px;

  margin-bottom: 33px;

}

.help-slider-block-top {

  padding-top: 67px;

  padding-bottom: 22px;

}

.help-slider-block-top p {

  font-size: 16px;

}

.help-slider-block-top p br {

  display: none;

}

.help-slide-side {

  display: flex;

  flex-wrap: wrap;

  padding-top: 28px;

}

.text-side {

    padding-top: 0px;

    width: 100%;

    order: 1;

}

.img-side {

  width: 100%;

  height: auto;

  order: 2;

  padding-top: 20px;

}

.text-side span {

  font-size: 16px;

}

.text-side p {

  font-size: 22px;

  margin-bottom: 10px;

}

.help-slider .wrap-slider-navigation {

    margin:0 auto;

    width: 340px;

    bottom: 149px;

}

.help-slider .arrow-history-slider svg {

  width: 40px;

  height: 40px;

}

.help-slider .comfort-swiper-counter {

    width: 225px;

}

.help-slider .comfort-swiper-pagination {

    width: 167px!important;

}

.wrap-awards-items {

  display: none;

}

.wrap-awards-slider {

  display: block;

}

.help-slider-block-content {

  position: relative;

  padding-bottom: 171px;

}

.help-slider-block-content:before {

  position: absolute;

  content: '';

  left: 0px;

  bottom: 70px;

  z-index: 1;

  height: 1px;

  width: 100%;

  z-index: 10;

  background: rgba(197, 197, 197, 0.30);

}

.wrap-awards-slider h2 {

  font-weight: 400;

  margin-bottom: 33px;

}

.awards {

  position: relative;

  padding: 66px 0 117px;

  overflow: initial;

}

.help-slider {

/*  overflow: hidden;*/

}

.awards-item span.wreath {

  width: 87px;

  height: 74px;

  background-size: contain;

  margin-bottom: 27px;

}

.awards-item .awards-title {

  font-size: 22px;

}

.awards-item .awards-data {

  display: block;

  margin-top: 5px;

  font-size: 16px;

} 

.awards-item {

  width: 100%;

  margin-left: 0;

  margin-bottom: 0;

  padding: 20px;

  background: #F6F6F6;

  min-height: 322px;

}

.awards-item .awards-title.little-title {

    font-size: 22px;

}

.awards-item .awards-text {

  font-size: 16px;

}

.awards-slider .wrap-slider-navigation {

    position: relative;

    z-index: 25;

    width: 340px;

    margin-left: 0;

    margin-right: 0;

    margin-top: 22px;

    bottom: 0;

}

.interesting-content-line {

  display: none;

}

.interesting-top h2 {

    color: #FFF;

    font-weight: 400;

    line-height: 42px;

}

.interesting-top {

  position: relative;

  z-index: 5;

  margin-left: 0;

  margin-bottom: 33px;

}

.interesting-content {

    padding: 67px 0 70px;

}

.wrap-interesting-items {

    display: flex;

    margin-left: 0;

    width: 100%;

    flex-direction: column;

}

.wrap-interesting-items a {

    position: relative;

    display: flex;

    align-items: center;

    width: 100%;

    margin-left: 0;

    padding: 20px 63px 20px 18px;

    margin-bottom: 10px;

    border: 1px solid #FFF;

    height: auto;

    color: #ffffff;

    background: transparent;

    font-size: 20px;

    font-style: normal;

    font-weight: 400;

    line-height: normal;

    transition: all 0.3s;

}
.wrap-interesting-items a:nth-child(5) {
  margin-left: 0;
}
.wrap-interesting-items a .arr {

    opacity: 1;

    width: 34px;

    height: 34px;

    position: absolute;

    top: calc(50% - 17px);

    right: 18px;

    background: url(./../imgs/intr-arr_w.svg);

    background-repeat: no-repeat;

    transition: all 0.3s;

}

.institute-contacts-block {

    position: relative;

    display: flex;

    flex-wrap: wrap;

}

.institute-contacts-map {

    width: 100%;

    min-height: 505px;

}

.institute-contacts {

  width: 100%;

  padding: 68px 10px 70px 10px;

}

.institute-contacts span {

  font-size: 16px;

  margin-bottom: 6px;

}

.institute-contacts h2 {

  margin-bottom: 32px;

}

.institute-contacts p {

  font-size: 16px;

  margin-bottom: 11px;

}

.institute-contacts a {

  margin-top: 36px;

}

}

/*конец об институте*/

/*начало преподаватели*/

.teachers-category {

  margin: 60px 0 40px;

  display: flex;

  flex-wrap: wrap;

  gap: 15px;

}

.category-teachers-button {

  display: flex;

  padding: 10px 20px;

  border: 1px solid #4E4E4D;

  background: #FFF;

  color: #4E4E4D;

  font-size: 20px;

  font-style: normal;

  font-weight: 400;

  line-height: normal;

  cursor: pointer;

  transition: all 0.3s;

}

.category-teachers-button:hover {

    color: #A81022;

    border: 1px solid #A81022;

    transition: all 0.3s;

}

.category-teachers-button.selected {

      background: #A81022;

    color: #ffffff;

    border: 1px solid #A81022;

    transition: all 0.3s;

}



.second-top-page p {

  margin-bottom: 10px;

  color: #4E4E4D;

  font-size: 20px;

  font-style: normal;

  font-weight: 400;

  line-height: normal;

}

.teachers-page {

  position: relative;

  padding-top: 20px;

  padding-bottom: 200px;

  border-top: 1px solid rgba(197, 197, 197, 0.30);

  border-left: 1px solid rgba(197, 197, 197, 0.30);

  border-right: 1px solid rgba(197, 197, 197, 0.30);

}

.teachers-net {

  position: absolute;

  top: 0;

  z-index: 1;

  height: 100%;

  width: 1px;

  background: rgba(197, 197, 197, 0.30);

}

.teachers-net.teachers-net-1 {

  left: 25.5%;

}

.teachers-net.teachers-net-2 {

left: 51%;

}

.teachers-net.teachers-net-3 {

left: 76.5%;

}

.teachers-cards {

  width: calc(100% + 30px);

  display: flex;

  flex-wrap: wrap;

  margin-left: -30px;

}

.second-top-page-text {

  color: #4E4E4D;

}

.teachers-card {

  text-decoration: none;

  flex-direction: column;

  margin-left: 30px;

  width: calc(25% - 30px);

  margin-bottom: 30px;

}

.teachers-card img {

  width: 100%;

  height: 420px;

  object-fit: cover;

  object-position: center;

}

.teachers-card p {

  color: #4E4E4D;

  font-size: 40px;

  font-style: normal;

  font-weight: 400;

  line-height: normal;

  text-transform: uppercase;

  width: 30px;

  margin-top: 20px;

  margin-bottom: 5px;

  transition: all 0.3s;

}

.teachers-card:hover p {

  color: #A81022;

  transition: all 0.3s;

}

.teachers-card span {

  color: #949494;

  font-size: 20px;

  font-style: normal;

  font-weight: 400;

  line-height: normal;

}

@media (max-width: 1200px) {

.teachers-card {

    text-decoration: none;

    flex-direction: column;

    margin-left: 30px;

    width: calc(33.3337% - 30px);

    margin-bottom: 30px;

}

.teachers-net {

  display: none;

}

}

@media (max-width: 768px) {

  .second-top-page p {

    font-size: 16px;

  }

  .category-teachers-button {

    font-size: 16px;

  }

.teachers-card {
    display: flex;

    text-decoration: none;

    flex-direction: column;

    margin-left: 0px;

    width: 100%;

    margin-bottom: 10px;

}

.teachers-page .teachers-cards {

    width: 100%;

    display: flex;

    flex-wrap: wrap;

    justify-content: space-between;

    margin-left: 0;

}

.teachers-page {

 padding-bottom: 60px;

}

}

@media (max-width: 600px) {

.teachers-card img {

    width: 100%;

    height: 193px;

    object-fit: cover;

    object-position: center;

}

.teachers-card p {

  margin-top: 10px;

  margin-bottom: 5px;

  font-size: 22px;

}

.teachers-card span {

  font-size: 16px;

}

} 

/*конец преподаватели*/

/*начало преподаватель*/

.teacher-banner {

  width: 100%;

  background: #F0F0F0;

  display: flex;

  position: relative;

  z-index: 2;

}

.teacher-banner-left {

  width: 750px;

  display: flex;

}

.teacher-banner-line {

  width: 130px;

  height: 100%;

  background: #A81022;

}

.teacher-banner-img {

  width: 100%;

  max-width: 620px;

  height: 100%;

}

.teacher-banner-img img {

  width: 100%;

  height: 620px;

  object-fit: cover;

}

.teacher-banner-right {

  width: 100%;

  max-width: 620px;

  padding: 69px 40px 40px 30px;

}

.teacher-banner-right h1 {

  width: 100px;

  color: #4E4E4D;

  font-size: 120px;

  font-style: normal;

  font-weight: 400;

  line-height: 120px;

}

.teacher-banner-right p {

  color: #4E4E4D;

  font-size: 30px;

  font-style: normal;

  font-weight: 400;

  line-height: normal;

  margin-top: 32px;

  margin-bottom: 40px;

}

.teacher-consultation {

  width: 100%;

  height: 63px;

  max-width: 328px;

  display: flex;

  justify-content: center;

  align-items: center;

  background: #A81022;

  color: #FFF;

  font-size: 20px;

  font-style: normal;

  font-weight: 400;

  line-height: normal;

  cursor: pointer;

  transition: all 0.3s;

}

.teacher-consultation:hover {

  background:  #800000;

  transition: all 0.3s;

}

.teacher-page {

  position: relative;

   border-left: 1px solid rgba(197, 197, 197, 0.30);

  border-right: 1px solid rgba(197, 197, 197, 0.30); 

  padding-bottom: 200px;

}

.teacher-page:after {

  position: absolute;

  content: '';

  left: 25.5%;

  top: 0;

  z-index: 1;

  height: 100%;

  width: 1px;

  background: rgba(197, 197, 197, 0.30);

}

.teacher-education {

  margin-left: 25.5%;

  padding-top: 100px;

/*  border-left: 1px solid rgba(197, 197, 197, 0.30);*/

}



.teacher-education-item + .teacher-education-item{

  margin-top: 50px;



}

.teacher-education-item h3 {

  color: #4E4E4D;

  font-family: 'Franklin Gothic Book',sans-serif;

  font-size: 40px;

  font-style: normal;

  font-weight: 400;

  line-height: normal;

  text-transform: uppercase;

  margin-bottom: 20px;

}

.teacher-education-item ul {

  padding-left: 19px;

}

.teacher-education-item ul li {

  color: #4E4E4D;

  font-size: 20px;

  font-style: normal;

  font-weight: 400;

  line-height: normal;

  margin-bottom: 10px;

}

.teacher-education-item ul li::marker {

  color: #A81022;

}

.teacher-education-item p {

  color: #4E4E4D;

  font-size: 20px;

  font-style: normal;

  font-weight: 400;

  line-height: normal;

  margin: 10px 0;

}

.wrap-block-title {

  margin-left: 25.5%;

  padding-top: 180px;

  padding-bottom: 30px;

/*  border-left: 1px solid rgba(197, 197, 197, 0.30);*/

}

.wrap-block-title h2 {

  color:#4E4E4D;

  font-size: 80px;

  font-style: normal;

  font-weight: 400;

  line-height: normal;

}

.teacher-programs {

  position: relative;

  z-index: 2;

  display: flex;

  padding: 30px 40px 30px 0;

  border-top: 1px solid #949494;



  background: #fff;

/*  border-top: 1px solid rgba(197, 197, 197, 0.30);

  border-bottom: 1px solid rgba(197, 197, 197, 0.30);*/

}

.teacher-programs:last-child {

    border-bottom: 1px solid #949494;

}

.teacher-programs  img {

  width: calc(25.5% - 30px);

  min-width: 360px;

  margin-right: 30px;

  object-fit: cover;

  object-position: center;

}

.teacher-programs-title {

  color: #4E4E4D;

  font-size: 40px;

  font-style: normal;

  font-weight: 400;

  line-height: normal;

  margin-bottom: 10px;

  transition: all 0.3s;

}

.teacher-programs-title:hover {

  color: #A81022;

  transition: all 0.3s;

}

.teacher-programs-text {

  margin-top: 10px;

  color: #949494;

  font-size: 20px;

  font-style: normal;

  font-weight: 400;

  line-height: normal;

}

.wrap-teacher-programs-info-item {

  display: flex;

  margin-top: 40px;
  width: 100%;

}
.teacher-programs-info {
  margin-right: auto;
  width: calc(100% - 300px);
}
.teacher-programs-info-item {

 display: flex;

 flex-direction: column; 

}
.teacher-programs-info-item.speaker {
  width: 340px;
  min-width: 340px;
  max-width: 340px;
  margin-left: auto;
}
.teacher-programs-info-item + .teacher-programs-info-item.speaker {
  margin-left: auto;
}
.teacher-programs-info-item + .teacher-programs-info-item {

  margin-left: 80px;

}

.teacher-programs-btn {

  margin-left: auto;

  display: flex;

  width: 100%;

  height: 63px;

  max-width: 273px;

  min-width: 273px;

  display: flex;

  justify-content: center;

  align-items: center;

  background: #A81022;

  color: #FFF;

  font-size: 20px;

  font-style: normal;

  font-weight: 400;

  line-height: normal;

  cursor: pointer;

  margin-top: 10px;

  transition: all 0.3s;

}

.teacher-programs-btn:hover {

  background:  #800000;

  transition: all 0.3s;

}

.teacher-programs-info-item span {

  color: #949494;

  font-size: 16px;

  font-style: normal;

  font-weight: 400;

  line-height: normal;

  display: block;

  margin-bottom: 10px;

}

.teacher-programs-info-item p {

  color: #949494;

  font-size: 20px;

  font-style: normal;

  font-weight: 400;

  line-height: normal;

}

.teacher-programs-info-item p b {

  display: block;

  color: #4E4E4D;

  margin-bottom: 4px;

}

.teacher-programs-info-item.start {

  width: 155px;

}

.teacher-programs-info-item.period {

  width: 106px;

}

.teacher-programs-info-item.price {

  width: 320px;

}

@media (max-width: 1560px) {

  .teacher-programs-btn {

    margin-left: 30px;

    min-width: 150px;

  }

  .teacher-programs-info-item + .teacher-programs-info-item {

    margin-left: 35px;

}

.teacher-programs img {

    min-width: auto;

    margin-right: 20px;

}



}

@media (max-width: 1200px) {

.teacher-banner {

  flex-wrap: wrap;

}

.teacher-banner-img img {

    width: 100%;

    height: 440px;

    object-fit: contain;

}

.teacher-programs {

  flex-wrap: wrap; 

}

.teacher-education {

  margin-left: 0;

  padding-top: 100px;

  border-left: none;

}

.wrap-block-title {

  margin-left: 0;

  padding-top: 80px;

  padding-bottom: 30px;

  border-left: none;

}

.teacher-page:after {

  display: none;

}

}

@media (max-width: 768px) {

  .teacher-page {

    padding-bottom: 70px;

  }

.second-top-page {

  padding-top: 18px;

  padding-bottom: 19px;

}

.breadcrumb ul {

  flex-wrap: wrap;

}

.teacher-banner-left {

  width: 100%;

  display: flex;

}

.teacher-banner-line {

  width: 44px;

  height: 100%;

  background: #A81022;

}

.teacher-banner-img img {

    width: 100%;

    height: 300px;

    object-fit: contain;

}

.teacher-banner-right h1 {

  color:#4E4E4D;

  font-size: 50px;

  font-style: normal;

  font-weight: 400;

  line-height: 50px;

}

.teacher-banner-right {

  width: 100%;

  max-width: 620px;

  padding: 26px 0px 30px 4px;

}

.teacher-banner-right p {

  color: #4E4E4D;

  font-size: 22px;

  font-style: normal;

  font-weight: 400;

  line-height: normal;

  margin-top: 13px;

  margin-bottom: 31px;

}

.teacher-consultation {

  max-width: 320px;

}

.teacher-education-item h3 {

  font-size: 24px;

  margin-bottom: 9px;

}

.teacher-education {

  margin-left: 0;

  padding-top: 49px;

  border-left: none;

}

.wrap-block-title h2 {

  font-size: 42px;

  line-height: 42px;

}

.teacher-programs-title {

  font-size: 24px;

}

.teacher-education-item ul li {

  font-size: 16px;

  margin-bottom: 5px;

}

.teacher-education-item + .teacher-education-item {

    margin-top: 30px;

}

.teacher-education-item p {

  font-size: 16px;

}

.wrap-block-title {

  padding-top: 65px;

}

.teacher-programs {

  padding: 20px 0;

}

.teacher-programs img {

  width: 100%;

  max-width: 440px;

  height: 194px;

  display: block;

  margin: 0 auto 15px;

}

.teacher-programs-info {

  width: 100%;
   margin-bottom: 30px;
}

.container {

  padding: 0 10px;
  max-width: none;
}

.teacher-programs-text {

  font-size: 16px;

}

.wrap-teacher-programs-info-item {

    display: flex;

    margin-top: 20px;

    flex-wrap: wrap;

} 

.teacher-programs-info-item.start {

    width: 50%;

}

.teacher-programs-info-item {

  padding-right: 20px;

}

.teacher-programs-info-item span {

  font-size: 14px;

  margin-bottom: 5px;

}

.teacher-programs-info-item p {

  font-size: 16px;

}

.teacher-programs-info-item + .teacher-programs-info-item {

    margin-left: 0px;

} 

.teacher-programs-info-item.price {

    width: 100%;

    margin-top: 16px;

}

.teacher-programs-btn {

  max-width: 440px;

  margin-left: 0;

  margin-top: 30px;

}

}

/*конец преподаватель*/

/*начал поиск*/

.wrap-search-input {

  position: relative;

  width: 100%;

}

.wrap-search-input input {

  width: 100%;

  background:#F6F6F6;

  height: 80px;

  padding: 20px 132px 20px 82px;

  border: none;

  color: #4E4E4D;

  font-size: 30px;

  font-style: normal;

  font-weight: 400;

  line-height: normal;

}

.wrap-search-input .desctop-svg {

  position: absolute;

  left: 30px;

  top: 25px;

  z-index: 1;

}

.wrap-search-input button {

  position: absolute;

  height: 80px;

  width: 132px;

  display: flex;

  right: 0;

  top: 0;

  z-index: 1;

  justify-content: center;

  align-items: center;

  color: #FFF;

  text-align: center;

  font-size: 20px;

  font-style: normal;

  font-weight: 400;

  line-height: normal;

  border: none;

  background: #A81022;

  cursor: pointer;

  transition: all 0.3s;

}

.wrap-search-input button:hover {

  background: #800000;

  transition: all 0.3s;

}

.wrap-search-input {

  margin-bottom: 20px;

}

.wrap-search-page-form {

  padding-bottom: 100px;

}

.search-page {

  border-left: 1px solid rgba(197, 197, 197, 0.30);

  border-right: 1px solid rgba(197, 197, 197, 0.30);

  

}

.wrap-search-item {

  border-top: 1px solid rgba(197, 197, 197, 0.30);

}

.search-item {

  border-bottom: 1px solid rgba(197, 197, 197, 0.30);

  padding: 30px 0;

}

.search-item a {

  display: block;

  width: fit-content;

  color: #A81022;

  font-size: 30px;

  font-style: normal;

  font-weight: 400;

  line-height: normal;

  margin-bottom: 10px;

}

.search-item a:hover {

  text-decoration: underline;

}

.search-item p {

  color: #4E4E4D;

  font-size: 20px;

  font-style: normal;

  font-weight: 400;

  line-height: normal;

}

.seacrh-not-found {

  position: relative;

  padding-bottom: 200px;

  border-bottom: 1px solid rgba(197, 197, 197, 0.30);

}

.wrap-search-pagination {

  margin-left: 25.5%;

  padding-top: 40px;

  padding-bottom: 200px;

  border-left: 1px solid rgba(197, 197, 197, 0.30);

}

.wrap-search-pagination .pagination {

  margin-top: 0;

}

.seacrh-not-found p {

  color: #4E4E4D;

  font-size: 30px;

  font-style: normal;

  font-weight: 400;

  line-height: normal;

  margin-bottom: 5px;

}

.seacrh-not-found span {

  display: block;

  color: #4E4E4D;

  font-size: 20px;

  font-style: normal;

  font-weight: 400;

  line-height: normal;

  margin-bottom: 40px;

}

.seacrh-not-found a {

  display: block;

  width: fit-content;

  color: #A81022;

  font-size: 30px;

  font-style: normal;

  font-weight: 400;

  line-height: normal;

  margin-bottom: 30px;

}

.wrap-search-input button svg {

  display: none;

}

@media (max-width: 768px) {

  .seacrh-not-found {

    padding-bottom: 70px;

  }

  .wrap-search-input input {

    width: 100%;

    background: #F6F6F6;

    height: 60px;

    padding: 0px 70px 0px 10px;

    border: none;

    color: #4E4E4D;

    font-size: 22px;

    font-style: normal;

    font-weight: 400;

    line-height: normal;

}

.wrap-search-input button {

    position: absolute;

    height: 60px;

    width: 60px;

    display: flex;

    right: 0;

    top: 0;

    z-index: 1;

    justify-content: center;

    align-items: center;

    color: #FFF;

    text-align: center;

    font-size: 0;

    font-style: normal;

    font-weight: 400;

    line-height: normal;

    border: none;

    cursor: pointer;

    transition: all 0.3s;

    background: #A81022;

}



.wrap-search-input button svg {

  display: block;

}

.wrap-search-input button {

  display: flex;

  justify-content: center;

  align-items: center;

}

.desctop-svg {

  display: none;

}

.wrap-search-input {

    margin-bottom: 10px;

} 

.search-page-form p {

  font-size: 14px;

}

.wrap-search-page-form {

    padding-bottom: 34px;

}

.search-item a {

  font-size: 22px;

}

.search-item {

  padding: 20px 0;

}

.search-item p {

  font-size: 16px;

}

.seacrh-not-found p {

  font-size: 22px;

}

.seacrh-not-found span {

  font-size: 16px;

  margin-bottom: 30px;

}

.seacrh-not-found a {

  font-size: 22px;

  margin-bottom: 15px;

}

.wrap-search-pagination {

  margin-left: 0;

  border: none;

  padding-bottom: 70px;

  display: flex;

  justify-content: center;

}

}

/*конец поиск*/

/*начало модалки*/



.popup {

    position: fixed;

    display: -ms-flexbox;

    display: flex;

    -ms-flex-wrap: wrap;

    flex-wrap: wrap;

    -ms-flex-pack: center;

    justify-content: center;

    margin: 0 auto;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    z-index: 999999;

    overflow-x: hidden;

    background: #4E4E4D;

    pointer-events: none;

    opacity: 0;

    transition: opacity 250ms 700ms ease;

}



.popup-body {

    position: relative;

    display: block;

    width: 100%;

    max-width: 1300px;

    margin: 0 auto;

    overflow: hidden;

    align-items: center;

    align-self: center;

    opacity: 0;

    padding: 0 15px;

    transform: scale(0.6);

    transition: opacity 250ms 250ms ease, transform 300ms 250ms ease;

}

.popup-content {

    position: relative;

    padding: 0px;

}

.popup.active {

    pointer-events: auto;

    opacity: 1;

    transition: all 300ms ease-in-out;

}

#video video {

  width: 100%;
  height: auto;
}

#video .popup-close {

    position: absolute;

    cursor: pointer;

    right: -120px;

    top: 0px;

    width: 120px;

    height: 120px;

    display: flex;

    align-items: center;

    justify-content: center;

    opacity: 1;

    z-index: 5;

    cursor: pointer;

    transition: all 0.3s;

    background: #FFF;

}

#video .popup-body {

  overflow: initial;

}

#video .popup-close svg rect {

  fill: #4E4E4D;

  transition: all 0.3s;

}

#video .popup-close:hover svg rect {

  fill: #A81022;

  transition: all 0.3s;

}

.popup.active .popup-body {

    opacity: 1;

    transform: scale(1);

    transition: opacity 250ms 500ms ease, transform 350ms 500ms ease;

}

.popup-close {

  position: absolute;

  right: 10.2%;

  top: 50px;

  width: 32px;

  height: 32px;

  opacity: 0.7;

  cursor: pointer;

  transition: all 0.3s;
  
  z-index:5;

}

.popup-close:hover {

    opacity: 1;

    transition: all 0.3s;

}

.wrap-popup-side {

  display: flex;

  justify-content: space-between;

}

.left-popup-side {

  width: 100%;

  max-width: 490px;

  padding-top: 13px;

}
p.popup-content-title,
.left-popup-side p.popup-title {
  font-size: 80px;
  color: #FFF;
  font-family: 'Bebas Neue', sans-serif;

  font-weight: 400;

  margin-bottom: 30px;

}

.popup .wrap-input label {

  position: relative;

  display: block;

  padding: 0;

  border-bottom: none;

}

.left-popup-side p {

  color: #D9D9DA;

  font-size: 20px;

  font-style: normal;

  font-weight: 400;

  line-height: normal;

}

.popup .wrap-input {

  border-bottom: 1px solid #949494;

  padding: 13px 0px;

}

.right-popup-side {

  width: 620px;

  margin-left: 30px;

}

.popup .wrap-input input {

  padding: 0 30px;

  color: #FFF;

  font-size: 30px;

  font-style: normal;

  font-weight: 400;

  line-height: normal;

}

.popup .wrap-input label input + span + span,

.popup .wrap-input label input + span {

    position: absolute;

    top: 10px;

    left: 30px;

    color: #949494;

    font-size: 30px;

    font-style: normal;

    font-weight: 400;

    line-height: 10px;

    z-index: 0;

    transition: all 0.3s;

}

.popup .wrap-input input:focus + span + span, 

.popup .wrap-input input:active + span + span, 

.popup .wrap-input input.not-empty + span + span,

.popup .wrap-input input:focus + span, 

.popup .wrap-input input:active + span, 

.popup .wrap-input input.not-empty + span {

    font-size: 14px;

    top: -10px;

    left: 30px;

    transition: all 0.3s;

}

.designer-effect span.type-1 {

  opacity: 1;

}

.designer-effect span.type-2 {

  opacity: 0;

}



.popup .wrap-input.designer-effect input:focus + span.type-1, 

.popup .wrap-input.designer-effect input:active + span.type-1, 

.popup .wrap-input.designer-effect input.not-empty + span.type-1 {

    opacity: 0;

    transition: all 0.3s;

}

.popup .wrap-input.designer-effect input:focus + span + span.type-2, 

.popup .wrap-input.designer-effect input:active + span + span.type-2, 

.popup .wrap-input.designer-effect input.not-empty + span + span.type-2 {

    opacity: 1;

    transition: all 0.3s;

}



















.wrap-textarea {

  border-bottom: 1px solid #949494;

  margin-top: 47px;

}

.wrap-textarea textarea {

  background: transparent;

  width: 100%;

  border: none;

  color: #FFF;

  font-size: 30px;

  font-style: normal;

  font-weight: 400;

  line-height: normal;

  padding-left: 30px;

  height: 47px;

}

.wrap-textarea textarea:placeholder {

  color:  #949494;

  font-size: 30px;

  font-style: normal;

  font-weight: 400;

  line-height: normal;

}

.popup button[type="submit"] {

  width: 100%;

  margin-top: 50px;

  background: #A81022;

  height: 63px;

  border: none;

  cursor: pointer;

  color: #FFF;

  text-align: center;

  font-size: 20px;

  font-style: normal;

  font-weight: 400;

  line-height: normal;

  display: flex;

  justify-content: center;

  align-items: center;

  margin-bottom: 20px;

}

.right-popup-side p {

  color: #949494;

  font-size: 16px;

  font-style: normal;

  font-weight: 400;

  line-height: normal;

}

.right-popup-side p a {

  color: #D9D9DA;

  font-size: 16px;

  font-style: normal;

  font-weight: 400;

  line-height: normal;

}

@media (max-width: 1480px) {

#video .popup-body {

  overflow: initial;

  max-width: 1024px;

}

}

@media (max-width: 1200px) {

.popup .wrap-input input::placeholder {

  color: #949494;

}

.popup-body {

  max-width: 520px;

}

.wrap-popup-side {

  flex-wrap: wrap;

}

.right-popup-side {

    width: 100%;

    margin-left: 0;

    margin-top: 30px;

}

#video .popup-close {

    position: absolute;

    cursor: pointer;

    right: 0px;

    top: -60px;

    width: 60px;

    height: 60px;

    display: flex;

    align-items: center;

    justify-content: center;

    opacity: 1;

    z-index: 5;

    cursor: pointer;

    transition: all 0.3s;

    background: #FFF;

}

#video .popup-close svg {

  width: 20px;

  height: 20px;

}

#video .popup-body {

  overflow: initial;

}

}

#thx .popup-content {

  width: 100%;

  max-width: 490px;

  text-align: center;

}

#thx .popup-body {

  width: auto;

}

#thx h2 {

  color: #ffffff;

  font-weight: 400;

  margin-bottom: 20px;

}

#thx p {

  color: #D9D9DA;

  text-align: center;

  font-family: Franklin Gothic Medium;

  font-size: 20px;

  font-style: normal;

  font-weight: 400;

  line-height: normal;

}

#thx p + p {

  margin-top: 10px;

}

#thx a {

  width: 100%;

  height: 63px;

  margin-top: 50px;

  display: flex;

  justify-content: center;

  align-items: center;

  border: 1px solid #ffffff;

  color: #FFF;

  font-size: 20px;

  font-style: normal;

  font-weight: 400;

  line-height: normal;

}

@media (max-width: 768px) {

  #thx h2 {

    font-size: 42px;

    margin-bottom: 10px;

  }

  #thx p {

    font-size: 16px;

  }

  #thx a {

    margin-top: 30px;

    font-size: 20px;

  }

.popup-close {

    position: absolute;

    right: 20px;

    top: 20px;

    width: 32px;

    height: 32px;

    opacity: 0.7;
    z-index: 25;

    transition: all 0.3s;

}
p.popup-content-title,
.left-popup-side p.popup-title {

  font-size: 42px;

  margin-bottom: 10px;
  margin-right: 40px;

}

.left-popup-side p {

  font-size: 16px;

}

.popup .wrap-input label span {

    position: absolute;

    top: -10px;

    left: 15px;

    color: #949494;

    font-size: 12px;

    font-style: normal;

    font-weight: 400;

    line-height: 10px;

}

.popup .wrap-input {

    border-bottom: 1px solid #949494;

    padding: 8px 0px;

}

.popup .wrap-input input {

  padding: 0 15px;

  font-size: 22px;

  height: 25px;

}

.popup .wrap-input input::placeholder {

  font-size: 22px;

}



.wrap-textarea textarea {

   font-size: 22px;

  height: 25px;

  padding: 0 15px;

}

.popup .wrap-input textarea::placeholder {

  font-size: 22px;

}

}

/*конец модалки*/

/*начало 404*/

.error-page {

  position: relative;

  border-left: 1px solid rgba(197, 197, 197, 0.30);

  border-right: 1px solid rgba(197, 197, 197, 0.30);

  padding: 170px 0 200px;

}

.error-page:after {

  position: absolute;

  content: '';

  left: 25.5%;

  top: 0;

  z-index: 1;

  height: 100%;

  width: 1px;

  background: rgba(197, 197, 197, 0.30);

}

.error-page-number-bottom {

  position: absolute;

  right: 0;

  top: -29px;

  z-index: 2;

  font-size: 520px;

  font-weight: 400;

  mix-blend-mode: multiply;

  color: #A81022;

  line-height: 1;

}

.error-page-number-up {    

  position: absolute;

  z-index: 3;

  right: 0;

  top: 169px; 

  }

.error-block {

  position: relative;

  z-index: 2;

  min-height: 542px;

  padding-left: 25.5%;

  display: flex;

  flex-direction: column;

  justify-content: center;

  background-image: url(./../imgs/bg-error.png);

  background-repeat: no-repeat;



  background-size: cover;

}

.error-block h1{

  color: #949494;

  font-size: 120px;

  font-style: normal;

  font-weight: 400;

  line-height: normal;

  margin-bottom: 20px;

}

.error-block-subtitle {

  color:#4E4E4D;

  font-size: 30px;

  font-style: normal;

  font-weight: 400;

  line-height: normal;

  margin-bottom: 15px;

  max-width: 480px;

}

.error-block-text {

  color: #949494;

  font-size: 20px;

  font-style: normal;

  font-weight: 400;

  line-height: normal;

  max-width: 480px;

}

.wrap-error-btn {

  display: flex;

  margin-top: 40px;

}

.error-back {

  display: flex;

  cursor: pointer;

  height: 63px;

  width: 273px;

  justify-content: center;

  align-items: center;

  border: 1px solid #4E4E4D;

  transition: all 0.3s;

  color: #4E4E4D;

  font-size: 20px;

  font-style: normal;

  font-weight: 400;

  line-height: normal;

  transition: all 0.3s;

}

.error-back:hover {

  border: 1px solid #A81022;

  background: #A81022;

  color: #ffffff;

  transition: all 0.3s;

}

.error-back:active {

  border: 1px solid #800000;

  background: #800000;

  color: #ffffff;

  transition: all 0.3s;

}

.error-btn {

  height: 63px;

  width: 273px;

  display: flex;

  cursor: pointer;

  justify-content: center;

  align-items: center;

  border: 1px solid #A81022;

  background: #A81022;

  color: #FFF;

  font-size: 20px;

  font-style: normal;

  font-weight: 400;

  line-height: normal;

  transition: all 0.3s;

  margin-left: 30px;

}

.error-btn:hover {

  border: 1px solid #800000;

  background: #800000;

  transition: all 0.3s;

}

.mobile-img {

  display: none;

}

@media (max-width: 1560px) and (min-width: 1366px) {

  .error-block {

  padding-top: 250px;

  padding-bottom: 50px;

}
.popup-video img {
  width: 100%;
      height: 360px;
}
.wrap-main-slider {
    position: relative;
    display: block;
    height: auto;
}
.main {
    height: auto;
    overflow: hidden;
}
.main-slider {
  height: 420px;
  margin-top: 280px;
}
.wrap-slider-navigation {
    position: relative;
    z-index: 25;
    width: 250px;
    margin-left: auto;
    margin-right: 111px;
    margin-top: 122px;
    padding-bottom: 0px;
    display: block;
}
.wrap-main-bg-slider {
    position: absolute;
    width: 100%;
    height: 866px;
    top: 0;
    left: 0;
    z-index: 1;
    overflow: hidden;
}
.main-bg-slider img {
    width: 100%;
    height: 866px;
    object-fit: cover;
}
.net-position {
  top: 280px;
      height: auto;
}
.popup-video {
  top: 0;
}
.net-position-bottom {
    height: 143px;
    border-top: 1px solid rgba(197, 197, 197, 0.30);
}
.net-position-top {
    height: 443px;
}
}

@media (max-width: 1200px) { 

    .error-block {

      padding-left: 30px;

    }

    .error-page:after {

display: none;

}

}

@media (max-width: 768px) {

.desktop-img {

  display: none;

}

.mobile-img {

  display: block;

}

.error-page-number-bottom {

  top: 23px;

}

.error-page {

  position: relative;

  padding-top: 105px;

  padding-bottom: 0;



}



.error-page-number-up {

  top: 105px;

}

.error-block {

    padding-left: 10px;

    margin-left: -10px;

    margin-right: -10px;

    padding-right: 10px;

  display: block;

    padding-top: 70px;

    padding-bottom: 15px;

      background: url('./../imgs/error-mobile-bg.png');

          background-repeat: no-repeat;

    background-size: cover;

}

.error-block h1 {

  font-size: 50px;



}

.error-block-subtitle {

  font-size: 22px;

  margin-bottom: 10px;

  font-family: 'Franklin Gothic Book',sans-serif;

}

.error-block-text {

  font-size: 16px;

}

.wrap-error-btn {

    display: flex;

    margin-top: 50px;

    flex-wrap: wrap;

}

.error-back {

  margin-right: 0;

  margin-bottom: 20px;

  width: 100%;

  max-width: 450px;

}

.error-btn {

  width: 100%;

  max-width: 450px;

  margin-left: 0;

}

}

/*конец 404*/

/*начало оплата*/

.pay-top {

  background: #F6F6F6;

}

.pay-top-item {

  border-left: 1px solid rgba(197, 197, 197, 0.30);

  border-right: 1px solid rgba(197, 197, 197, 0.30);

  display: flex;

}

.pay-top-number {

  padding-top: 85px;

  width: 25.5%;

}

.pay-top-number span {

  color: #A81022;

  font-family: 'Bebas Neue', sans-serif;

  font-size: 80px;

  font-style: normal;

  font-weight: 400;

  line-height: normal;

}

.pay-top-info {

  padding-top: 85px;

  width: 74.5%;

  border-left: 1px solid rgba(197, 197, 197, 0.30);

}

.pay-top-info h2 {

  color:#4E4E4D;

  font-family: 'Bebas Neue', sans-serif;

  font-size: 80px;

  font-style: normal;

  font-weight: 400;

  line-height: normal;

  margin-bottom: 30px;

}

.pay-top-info p {

  color:#4E4E4D;

  font-size: 20px;

  font-style: normal;

  font-weight: 400;

  line-height: normal;

  margin: 20px 0 0;

}

.pay-top-info ul {

  margin-top: 30px;

  padding-left: 20px;

}

.pay-top-info ul li {

  color: #4E4E4D;

  font-size: 20px;

  font-style: normal;

  font-weight: 400;

  line-height: normal;

  margin-bottom: 10px;

}

.pay-top-info ul li::marker {

  color: #A81022;

}

.pay-top-info a {

  width: 100%;

  height: 63px;

  max-width: 301px;

  display: flex;

  margin-top: 40px;

  justify-content: center;

  align-items: center;

  background: #A81022;

  color: #FFF;

  font-size: 20px;

  font-style: normal;

  font-weight: 400;

  line-height: normal;

  cursor: pointer;

  transition: all 0.3s;

}

.pay-top-info a:hover {

  background:  #800000;

  transition: all 0.3s;

}

.pay-top-info img {

  width: 240px;

  height: 240px;

}

.pay-top-item:last-child .pay-top-info {

  padding-bottom: 75px;

}

.pay-bottom {

  padding-left: 25.5%;

  border-left: 1px solid rgba(197, 197, 197, 0.30);

  border-right: 1px solid rgba(197, 197, 197, 0.30);

}

.pay-bottom-right {

  border-left: 1px solid rgba(197, 197, 197, 0.30);

  padding-bottom: 200px;

  padding-top: 100px;

}

.pay-bottom-right h3 {

  color: #4E4E4D;

  font-family: 'Franklin Gothic Book',sans-serif;

  font-size: 40px;

  font-style: normal;

  font-weight: 400;

  line-height: normal;

  text-transform: uppercase;

  margin-bottom: 20px;

}

.pay-bottom-right ul + h3  {

  margin-top: 30px;

} 

.pay-bottom-right ul {

  padding-left: 20px;

  margin-bottom: 50px;

}

.pay-bottom-right ul li {

  margin-bottom: 10px;

  color: #4E4E4D;

  font-size: 20px;

  font-style: normal;

  font-weight: 400;

  line-height: normal;

}

.pay-bottom-right ul li::marker {

  color: #A81022;

}

.pay-bottom-right p {

  color: #949494;

  font-size: 20px;

  font-style: normal;

  font-weight: 400;

  line-height: normal;

  margin: 10px 0;

}

@media (max-width: 768px) {

  .pay-top-item {

    flex-wrap: wrap;

  }

  .pay-top-number {

    width: 100%;

    padding-top: 35px;

  }

  .pay-top-number span {

    font-size: 42px;

  }

  .pay-top-info h2 {

    font-size: 42px;

    margin-bottom: 10px;

  }

  .pay-top-info {

    padding-top: 0px;

    width: 100%;

    border-left: none;

}

.pay-top-info p {

    font-size: 16px;

    margin: 0px 0 0;

}

.pay-top-info ul {

  margin-top: 10px;

}

.pay-top-info ul li {

  font-size: 16px;

  margin-bottom: 6px;

}

.pay-top-info a {

    max-width: 440px;

    margin-top: 28px;

}

.pay-top-info img {

    width: 165px;

    height: auto;

}

.pay-top-item:last-child .pay-top-info {

    padding-bottom: 75px;

}

.pay-bottom {

  padding-left: 0;

}

.pay-bottom-right h3 {

  font-size: 24px;

  margin-bottom: 10px;

}

.pay-bottom-right ul {

  margin-bottom: 12px;

}

.pay-bottom-right ul li {

  font-size: 16px;

  margin-bottom: 5px;

}

.pay-bottom-right {

  padding-top: 52px;

  padding-bottom: 70px;

}

.pay-bottom-right p {

  font-size: 16px;

}

}

/*конец оплата*/

/*начало структура*/

.structure-page {

  padding-left: 25.5%;

  border-left: 1px solid rgba(197, 197, 197, 0.30);

  border-right: 1px solid rgba(197, 197, 197, 0.30);

}

.wrap-structure-item {

  padding-bottom: 200px;

  border-left: 1px solid rgba(197, 197, 197, 0.30);

}

.structure-item {

  position: relative;

  background: #F6F6F6;

  padding: 35px 0 50px 100px;

}

.structure-item + .structure-item {

  margin-top: 48px;

}

.structure-item:after {

  position: absolute;

  content: '';

  left: 0;

  top: 0;

  height: 100%;

  width: 50px;

  background: #A81022;

}

.structure-item h2 {

  color: #4E4E4D;

  font-family: 'Bebas Neue', sans-serif;

  font-size: 80px;

  font-style: normal;

  font-weight: 400;

  line-height: normal;

}

.structure-item p {

  color: #949494;

  font-size: 30px;

  font-style: normal;

  font-weight: 400;

  line-height: normal;

  margin-bottom: 10px;

}

.wrap-structure-contacts {

  margin-top: 50px;

  display: flex;

}

.structure-contacts {

  margin-right: 50px;

  display: flex;

  flex-direction: column;

}

.structure-contacts a {

  position: relative;

  color: #4E4E4D;

  font-family: 'Bebas Neue', sans-serif;

  font-size: 40px;

  font-style: normal;

  font-weight: 400;

  line-height: 90%;

  margin-bottom: 5px;

  transition: all 0.3s;

}

.structure-contacts a:after {

  position: absolute;

  bottom: 0;

  content: '';

  left: 0;

  width: 0;

  height: 1px;

  background: #4E4E4D;

  transition: all 0.3s;

}

.structure-contacts:last-child a:after {

  background: #A81022;

  transition: all 0.3s;

}

.structure-contacts span {

  color: #949494;

  font-size: 20px;

  font-style: normal;

  font-weight: 400;

  line-height: normal;

  transition: all 0.3s;

}

.structure-contacts:last-child a {

  color: #A81022;

  transition: all 0.3s;

}

.structure-contacts a:hover:after {

  width: 100%;

  transition: all 0.3s;

}

@media (max-width: 1200px) {

  .structure-page {

    padding-left: 0;

  }

}

@media (max-width: 768px) {

  .wrap-structure-item {

    padding-bottom: 70px;

  }

.structure-item {

  position: relative;

  background: #F6F6F6;

  margin-bottom: 30px;

  padding: 47px 0 50px 68px;

}

.structure-item:after {

  width: 40px;

}

.structure-item h2 {

  font-size: 42px;

  line-height: 42px;

}

.structure-item p {

  font-size: 22px;

  margin-bottom: 10px;

  margin-top: 3px;

}

.wrap-structure-contacts {

    margin-top: 28px;

    display: flex;

    flex-direction: column;

}

.structure-contacts a {

  font-size: 32px;

}

.structure-contacts span {

  font-size: 16px;

}

.structure-contacts {

  margin-top: 0;

}

.structure-contacts + .structure-contacts {

  margin-top: 18px;

}

.structure-page {

  padding-bottom: 40px;

}

}

/*конец структура*/

/*начало мто*/

.material-page-top {

  background: #F6F6F6;

  

}

.material-page-content {

  position: relative;

  padding-bottom: 200px;

    border-left: 1px solid rgba(197, 197, 197, 0.30);

  border-right: 1px solid rgba(197, 197, 197, 0.30);

}

.material-page-content:after {

  position: absolute;

  content: '';

  left: 25.5%;

  top: 0;

  z-index: 1;

  height: 100%;

  width: 1px;

  background: rgba(197, 197, 197, 0.30);

}



.material-top {

  padding-left: 25.5%;

  padding-top: 100px;

}

.material-top p {

  color: #4E4E4D;

  font-size: 30px;

  font-style: normal;

  font-weight: 400;

  line-height: normal;

  margin-bottom: 20px;

}

.wrap-material-item {

  display: flex;

  margin-left: -30px;

  width: calc(100% + 30px);

  margin-top: 30px;

}

.material-item {

  display: flex;

  flex-direction: column;

  justify-content: flex-end;

  width: calc(25% - 30px);

  margin-left: 30px;

}

.material-item img {

  width: 100%;

  height: auto;

}

.material-item p {

  color: #4E4E4D;

  font-size: 20px;

  font-style: normal;

  font-weight: 400;

  line-height: normal;

}

.material-item p span {

  color: #A81022;

  font-family: 'Bebas Neue', sans-serif;

  font-size: 100px;

  font-style: normal;

  font-weight: 400;

  display: block;

  line-height: 90%; 

  margin-bottom: 11px;

}

.material-item sup {

  vertical-align: super;

  font-family: 'Bebas Neue', sans-serif;

  font-size: 68px;

}

.material-page-bottom {

  position: relative;

  padding: 192px 0 200px;

  border-left: 1px solid rgba(197, 197, 197, 0.30);

  border-right: 1px solid rgba(197, 197, 197, 0.30);

}

.material-page-bottom:after {

  position: absolute;

  content: '';

  left: 25.5%;

  top: 0;

  z-index: 1;

  height: 50%;

  width: 1px;

  background: rgba(197, 197, 197, 0.30);

}
.material-page-bottom .swiper-pagination-bullet {
  top: -11px;
}

.material-page-bottom h2 {

  margin-left: 25.5%;

  color: #4E4E4D;

  font-size: 80px;

  font-style: normal;

  font-weight: 400;
  padding-top: 150px;

}

.comfort-slider {

  margin-top: 38px;

  overflow: hidden;

  position: relative;

  z-index: 5;

}

.comfort-side {

  display: flex;

  justify-content: space-between;

}

.comfort-left {

  width: calc(50% - 15px);

}

.comfort-right {

  width: calc(50% - 15px);

  padding-top: 30px; 

}

.comfort-left img {

  width: 100%;

  height: 100%;

  object-fit: cover;

  object-position: center;

}

.comfort-right h4 {

  color: #4E4E4D;

  font-size: 30px;

  font-style: normal;

  font-weight: 400;

  line-height: normal;

  font-family: 'Franklin Gothic Book',sans-serif;

}

.comfort-right p {

  display: block;

  color: #949494;

  font-size: 20px;

  font-style: normal;

  font-weight: 400;

  line-height: normal;

  margin: 10px 0;

}

.comfort-slider .wrap-slider-navigation {

    position: relative;

    bottom: 94px;

    z-index: 25;

    width: 408px;

    margin-left: calc(50% + 20px);

    margin-right: 0;

    margin-top: 0;

}

.comfort-swiper-pagination {

    position: absolute;

    left: 50%!important;

    transform: translateX(-50%);

    top: 26px!important;

    width: 172px!important;

    display: flex;

    z-index: 25;

}

.comfort-swiper-counter {

    display: flex;

    z-index: 1;

    align-items: center;

    justify-content: space-between;

    position: absolute;

    left: 50%;

    transform: translateX(-50%);

    width: 223px;

    top: 15px;

}

.comfort-slider .arrow-history-slider {

  z-index: 30;

}

.comfort-swiper-counter span {

  color: #4E4E4D;

  font-size: 20px;

  font-style: normal;

  font-weight: 400;

  line-height: normal;

}

@media (max-width: 1200px) {

.wrap-material-item {

  flex-wrap: wrap;

}

.material-top {

  padding-left: 0;

}

.material-page-bottom:after,

.material-page-content:after {

  display: none;

}



.material-item {

    display: flex;

    flex-direction: column;

    justify-content: flex-end;

    width: calc(50% - 30px);

    margin-left: 30px;

    margin-bottom: 30px;

}

}

@media (max-width: 768px) {

.material-top p {

  font-size: 22px;

}
.material-page-bottom h2 {
  padding-top: 70px;
}
.material-top {

  padding-top: 33px;

}

.wrap-material-item {

    display: flex;

    margin-left: -10px;

    width: calc(100% + 10px);

    margin-top: 30px;

}

.material-item {

    width: calc(50% - 10px);

    margin-left: 10px;

    margin-bottom: 10px;

    justify-content: flex-start;

}

.material-item p span {

  font-size: 50px;

  margin-bottom: 2px;

}

.material-item sup  {

  font-size: 32px;

}

.material-item p {

  font-size: 16px;

}

.material-page-content {

  padding-bottom: 60px;

}

.material-page-bottom h2 {

  margin-left: 0;

  font-size: 42px;

}

.material-page-bottom {

    padding: 67px 0 69px;

}

.comfort-slider {

  margin-top: 30px;

}

.comfort-side {

  flex-wrap: wrap;

}

.comfort-left {

  width: 100%;

} 

.comfort-left img {

  height: 204px;

  width: 100%;

  object-fit: cover;

  object-position: center;

}

.comfort-right {

  width: 100%;

  padding-top: 20px;

  min-height: 230px;

}

.comfort-right h4 {

  font-size: 22px;

}

.comfort-right p {

  font-size: 16px;

  margin: 6px 0;

}

.comfort-slider .wrap-slider-navigation {

    position: relative;

    bottom: 45px;

    z-index: 25;

/*    width: 340px;

    margin-left: calc(50% - 170px);*/
        width: 100%;
        max-width: 460px;

    margin-left: 0;

    margin-right: 0;

    margin-top: 0;

}

.comfort-slider .arrow-history-slider svg {

  width: 40px;

  height: 40px;

}

.comfort-swiper-counter span {

  font-size: 16px;

}

.comfort-swiper-pagination {

  top: 25px!important;

}

}

/*конец мто*/

/*начало стандарты*/

.standart-banner {

  display: flex;

  height: 500px;

}

.standart-banner-left {

  width: 25.5%;

  height: 100%;

  background: #800000;

  display: flex;

  justify-content: center;

  align-items: center;

}

.standart-banner-right {

  padding: 30px 40px;

  background: url('./../imgs/standart-bg.png');

  width: 74.5%;

}

.standart-banner-right h1 {

  color: #FFF;

  font-family: 'Bebas Neue', sans-serif;

  font-size: 120px;

  font-style: normal;

  font-weight: 400;

  line-height: 120px;

}

.standart-top {

  position: relative;

  padding: 100px 0 100px 25.5%;

  border-left: 1px solid rgba(197, 197, 197, 0.30);

  border-right: 1px solid rgba(197, 197, 197, 0.30);

}

.standart-top:after {

  position: absolute;

  content: '';

  left: 25.5%;

  top: 0;

  z-index: 1;

  height: 100%;

  width: 1px;

  background: rgba(197, 197, 197, 0.30);

}

.standart-top p {

  color: #4E4E4D;

  font-size: 30px;

  font-style: normal;

  font-weight: 400;

  line-height: normal;

}

.standart-position {

  background: #F6F6F6;

}

.standart-position-content {

  position: relative;

  padding: 100px 0;

  display: flex;

    border-left: 1px solid rgba(197, 197, 197, 0.30);

  border-right: 1px solid rgba(197, 197, 197, 0.30);

}

.standart-pay-content:after,

.standart-position-content:after {

  position: absolute;

  content: '';

  left: 25.5%;

  top: 0;

  z-index: 1;

  height: 100%;

  width: 1px;

  background: rgba(197, 197, 197, 0.30);

}

.standart-position-left {

  width: 25.5%;

}

.standart-position-left img {

  width: calc(100% - 30px);

  height: auto;

}

.standart-position-right {

  width: 74.5%;

}

.standart-position-right h3 {

  color: #4E4E4D;

  font-family: 'Franklin Gothic Book',sans-serif;

  font-size: 40px;

  font-style: normal;

  font-weight: 400;

  line-height: normal;

  text-transform: uppercase;

  margin-bottom: 22px;

}

.standart-position-right p + h3 {

  margin-top: 30px;

}

.standart-position-right p {

  color:#4E4E4D;

  font-family: 'Roboto',sans-serif;

  font-size: 20px;

  font-style: normal;

  font-weight: 400;

  line-height: 130%;

  margin: 10px 0;

}

.standart-position-right span {

  color: #949494;

  display: block;

  font-family: 'Roboto',sans-serif;

  font-size: 20px;

  font-style: normal;

  font-weight: 400;

  line-height: 130%;

}

.standart-position-right span + span {

  margin-top: 20px;

}

.standart-position-right ul {

  padding-left: 20px;

  margin-bottom: 50px;

}

.standart-position-right ul li {

  color: #4E4E4D;

  font-family: 'Roboto',sans-serif;

  font-size: 20px;

  font-style: normal;

  font-weight: 400;

  line-height: 130%; 

}

.standart-position-right ul li + li {

  margin-top: 10px;

}

.standart-position-right ul li::marker {

  color: #A81022;

}

.standart-pay-content {

  position: relative;

 padding: 83px 0 200px;

  padding-left: 25.5%;

  border-left: 1px solid rgba(197, 197, 197, 0.30);

  border-right: 1px solid rgba(197, 197, 197, 0.30);

}

.standart-pay-content h2 {

  color: #4E4E4D;

  font-family: 'Bebas Neue', sans-serif;

  font-size: 80px;

  font-style: normal;

  font-weight: 400;

  line-height: normal;

}

.standart-pay-grey {

  background: #F6F6F6;

  padding: 1px 50px 28px;

  margin-top: 30px;

  margin-bottom: 40px;

}

.standart-pay-grey h3 {

  color: #4E4E4D;

  font-family: 'Franklin Gothic Book',sans-serif;

  font-size: 40px;

  font-style: normal;

  font-weight: 400;

  line-height: normal;

  text-transform: uppercase;

  margin-top: 50px;

  margin-bottom: 20px;

}

.standart-pay-grey a {

  display: block;

  width: fit-content;

  color: #A81022;

  font-size: 30px;

  font-style: normal;

  font-weight: 400;

  line-height: normal;

  margin-bottom: 20px;

}

.standart-document-btn {

  width: 100%;

  height: 114px;

  display: flex;

  justify-content: center;

  align-items: center;

  color: #4E4E4D;

  font-size: 30px;

  font-style: normal;

  font-weight: 400;

  line-height: normal;

  border: 1px solid #4E4E4D;

  background: #ffffff;

  transition: all 0.3s;

}

.standart-document-btn:hover {

  background: #A81022;

  color: #ffffff;

  transition: all 0.3s;



}

.standart-document-btn:active {

  background: #800000;

  color: #ffffff;

  transition: all 0.3s;

}

@media (max-width: 1200px) {

.standart-banner-right h1 {

  font-size: 96px;

}

.standart-document-btn span {

  display: none;

}

.standart-top {

  padding-left: 0;

}

.standart-top:after {

  display: none;

}

.standart-pay-content {

  padding-left: 0;

}

.standart-pay-content:after,

.standart-position-content:after {

  display: none;

}

}

@media (max-width: 768px) {

.standart-banner-left {

  display: none;

}

.standart-banner-right {

  width: 100%;

}

.standart-banner {

 padding-top: 20px;

  height: auto;

    border-left: 1px solid rgba(197, 197, 197, 0.30);

  border-right: 1px solid rgba(197, 197, 197, 0.30);

}

.standart-banner-right {

  padding: 16px 10px 34px;
  background-size: cover;
}

.standart-banner-right h1 {

  font-size: 50px;

  line-height: 50px;

}

.standart-top p {

  font-size: 22px;

}

.standart-top {

  margin-left: 0;

  padding: 35px 0;

/*  border-left: none;*/

}

.standart-position-content {

  flex-wrap: wrap;

  padding-top: 0;

  padding-bottom: 35px;

}

.standart-position-left {

  width: 100%;

} 

.standart-position-left img {

  width: 100%;

  height: 400px;

  object-fit: cover;

  object-position: center;

}

.standart-position-right {

  width: 100%;

  padding-top: 27px;

}

.standart-position-right h3 {

  font-size: 24px;

  margin-bottom: 11px;

}

.standart-position-right p {

  font-size: 16px;

  letter-spacing: 0.2px;

  padding-right: 5px;

  line-height: 150%;

}

.standart-position-right p + h3 {

  margin-top: 20px;

}

.standart-position-right ul li {

  font-size: 16px;

  line-height: 150%;

}

.standart-position-right span {

  font-size: 16px;

  line-height: 150%;

}

.standart-pay-content {

  margin-left: 0;

  padding-top: 70px;

  padding-bottom: 70px;

  border-right: 1px solid rgba(197, 197, 197, 0.30);

}

.standart-pay-content h2 {

  font-size: 42px;

}

.standart-pay-grey {

  background: #F6F6F6;

  padding: 1px 10px 28px;

  margin-top: 30px;

  margin-bottom: 40px;

}

.standart-pay-grey h3 {

  font-size: 24px;

  margin-bottom: 15px;

  margin-top: 30px;

}

.standart-pay-grey a {

  font-size: 22px;

}

.standart-document-btn {

  height: 85px;

  font-size: 22px;

}

}

/*конец стандарты*/

/*начало документы*/

.document-page {

  padding-left: 25.5%;

    border-right: 1px solid rgba(197, 197, 197, 0.30);

    border-left: 1px solid rgba(197, 197, 197, 0.30);

}

.wrap-accord_item {

  border-left: 1px solid rgba(197, 197, 197, 0.30);

  padding-bottom: 200px;

}

.wrap-accord-title {

  display: flex;

  justify-content: space-between;

}

.accord_item {

  background: #F6F6F6;

  margin-bottom: 50px;

  padding: 42px 50px 50px;

}

.accord_item:last-child {

  margin-bottom: 0;

}

.accord_item-title {

  color: #4E4E4D;

  font-family: 'Bebas Neue', sans-serif;

  font-size: 80px;

  font-style: normal;

  font-weight: 400;

  line-height: 80px;

}



.accord_item-toggle {

  position: relative;

  bottom: -7px;

}

.accord_item-toggle svg {

  transform: rotate(0deg);

  transition: all 0.3s;

}

.curent + .accord_item-toggle svg {

  transform: rotate(135deg);

  transition: all 0.3s;

}

.accord_item-content {

  padding-top: 36px;

}

.accord_item-content a {

  position: relative;

  display: block;

  width: fit-content;

  color:#A81022;

  font-size: 30px;

  font-style: normal;

  font-weight: 400;

  line-height: normal;

}

.accord_item-content a:hover {

  text-decoration: underline;

}

.accord_item-content a + a {

  margin-top: 30px;

}

@media (max-width: 1200px) {

  .document-page {

    padding-left: 0;

    padding-top: 38px;

  }

}

@media (max-width: 768px) {

  .accord_item-title {

    font-size: 42px;

    line-height: 42px;

  }

  .accord_item {

    padding: 36px 9px 30px;

    margin-bottom: 30px;

  }

  .accord_item-toggle svg {

    width: 50px;

    height: 50px;

  }

  .accord_item-toggle {

    position: relative;

    bottom: 0px;

  }

  .accord_item-content a {

    font-size: 22px;

  }

  .accord_item-content {

    padding-top: 16px;

  }

  .accord_item-content a + a {

    margin-top: 15px;

}

.wrap-accord_item {

  padding-bottom: 70px;

}

}

/*конец документы*/



/*начало контакты*/

.wrap-map iframe {

  width: 100%;

  height: 600px;

}

.contacts-content {

  border-left: 1px solid rgba(197, 197, 197, 0.30);

  border-right: 1px solid rgba(197, 197, 197, 0.30);

  padding-left: 25.5%;

}

.contacts-block {

  border-left: 1px solid rgba(197, 197, 197, 0.30);

  display: flex;

  padding-top: 30px;

}

.contacts-block-left {

  width: 650px;

}

.contacts-block-right {

  width: 490px;

  border-left: 1px solid rgba(197, 197, 197, 0.30);

}

.contacts-page-item {

  margin-bottom: 33px;

}

.contacts-page-item span {

  display: block;

  color: #949494;

  font-size: 20px;

  font-style: normal;

  font-weight: 400;

  line-height: normal;

  margin-bottom: 10px;

}

.contacts-page-item p {

  color: #4E4E4D;

  font-size: 30px;

  font-style: normal;

  font-weight: 400;

  line-height: normal;

}

.contacts-page-item a {

  color: #4E4E4D;

  font-size: 30px;

  font-style: normal;

  font-weight: 400;

  line-height: normal;

  transition: all 0.3s;

}

.contacts-page-item a:hover {

  color: #A81022;

  transition: all 0.3s;

}

.wrap-social-contacts {

  display: flex;

}

.contacts-page-item .wrap-social-contacts a {

  margin-right: 20px;

}

.contacts-btn {

  display: flex;

  width: 100%;

  height: 63px;

  max-width: 273px;

  min-width: 273px;

  display: flex;

  justify-content: center;

  align-items: center;

  background: #A81022;

  color: #FFF;

  font-size: 20px;

  font-style: normal;

  font-weight: 400;

  line-height: normal;

  cursor: pointer;

  margin-top: 40px;

  transition: all 0.3s;

}

.contacts-btn:hover {

  background:  #800000;

  transition: all 0.3s;

}

@media (max-width: 1200px) {

  .contacts-content {

    padding-left: 0;

  }

  .contacts-block-left {

    width: 50%;

} 

.contacts-block-right {

    width: 50%;

    border-left: none;

}

}

@media (max-width: 768px) {

.contacts-block {

  flex-wrap: wrap;

  padding-top: 37px;

}

.contacts-block-left {

    width: 100%;

}

.contacts-block-right {

    width: 100%;

}

.contacts-page-item span {

  font-size: 16px;

}

.contacts-page-item p {

  font-size: 22px;

}

.contacts-page-item {

    margin-bottom: 19px;

}

.wrap-social-contacts a svg {

  width: 40px;

  height: 40px;

}

.contacts-page-item a {

  font-size: 22px;

}

.contacts-btn {

    max-width: 440px;

    min-width: auto;

    }

    .wrap-map {

      margin-top: 70px;

    }

    .wrap-map iframe {

      width: 100%;

      height: 495px;

  }

}

/*конец контакты*/



/*начало поиск в хедере*/

.wrap-content-search-form {

  display: flex;

}

#search .popup-body {

  max-width: 1560px;

}

.wrap-content-search-form .wrap-input {

  margin-bottom: 0;

}

.wrap-content-search-form .wrap-input input {

  padding-left: 82px;

}

.wrap-content-search-form .wrap-input svg {

  position: absolute;

  left: 30px;

  top: 15px;

}

.popup .wrap-content-search-form button[type="submit"] {

  margin: 0;

  width: 132px;

  transition: all 0.3s;

}

.popup .wrap-content-search-form button[type="submit"]:hover,

.popup .wrap-content-search-form button[type="submit"]:active {

  background: #800000;

  color: #fff;

  transition: all 0.3s;

}

.search-tags {

  margin-top: 50px;

  display: flex;

  flex-wrap: wrap;

  gap: 20px;

}

.search-tags span {

  display: flex;

  cursor: pointer;

  padding: 10px 30px;

  border: 1px solid #949494;

  justify-content: center;

  align-items: center;

  color: #FFF;

  font-size: 30px;

  font-style: normal;

  font-weight: 400;

  line-height: normal;

}

@media (max-width: 768px) {

.wrap-content-search-form .wrap-input svg {

  display: none;

}

.search-tags {

  gap: 10px;

}

.wrap-content-search-form .wrap-input input {

    padding-left: 15px;

}

.popup .wrap-content-search-form button[type="submit"] {

  height: 46px;

}

.search-tags span {

    display: flex;

    cursor: pointer;

    padding: 6px 14px;

    border: 1px solid #949494;

    justify-content: center;

    align-items: center;

    color: #FFF;

    font-size: 16px;

    font-style: normal;

    font-weight: 400;

    line-height: normal;

}

.mobile-search {

  display: block;

  width: 100%;

  height: 42px;

  border-bottom: 1px solid #fff;

  margin-top: 20px;

}

.mobile-search-form {

  width: 100%;

}

.wrap-mobile-search-content {

  position: relative;

  width: 100%;

}

.mobile-search input {

  padding-left: 15px;

  padding-right: 57px;
  border-bottom: 1px solid #fff;

}

.wrap-mobile-search-content button[type="submit"] {

  border: none;

  position: absolute;

  right: 0;

  top: 0;

  height: 42px;

  width: 42px;

}

.mobile-blind {

  display: block;

  margin-left: auto;

}

}

/*конец поиск в хедере*/

/*начало программы*/

.program-page-link {

  background: #A81022;

}

.wrap-program-page-link {

  display: flex;

  border-left: 1px solid rgba(197, 197, 197, 0.30);

  border-right: 1px solid rgba(197, 197, 197, 0.30);

  justify-content: space-between;

}

.wrap-program-page-link a {

  display: flex;

  justify-content: center;

  align-items: center;

  height: 114px;

  padding: 0px 30px;

  color: #FFF;

  font-size: 30px;

  font-style: normal;

  font-weight: 400;

  line-height: normal;

  transition: all 0.3s;

}

.wrap-program-page-link a.curent,

.wrap-program-page-link a:hover {

  background: #800000;

  transition: all 0.3s;

}

.wrap-programs {

  border-left: 1px solid rgba(197, 197, 197, 0.30);

  border-right: 1px solid rgba(197, 197, 197, 0.30);  

}

.wrap-programs .wrap-block-title {

  padding-top: 82px;

  padding-bottom: 30px;

  border-left: 1px solid rgba(197, 197, 197, 0.30);

}

.program-page {

  padding-bottom: 200px;

}

.wrap-top-filter {

  display: flex;

  width: 100%;

  align-items: flex-end;

  gap: 35px;

  margin-top: 21px;

}

.wrap-filter-programs {

  display: flex;

  gap: 15px;

  flex-wrap: wrap;

}

.filter-programs-btn {

  border: 1px solid #4E4E4D;

  color:#4E4E4D;

  font-size: 20px;

  font-style: normal;

  font-weight: 400;

  padding: 0 20px;

  height: 43px;

  cursor: pointer;

  line-height: normal;

  transition: all 0.3s;

}

.filter-programs-btn:hover {

 border: 1px solid #A81022;

  color:#A81022;

  transition: all 0.3s;

}

.filter-programs-btn.curent {

  border: 1px solid #A81022;

  background: #A81022;

  color:#ffffff;

  transition: all 0.3s;

}

.speaker-item {

  display: flex;

  align-items: center;

}

.speaker-item img {

  width: 75px;

  height: 75px;

  min-width: auto;

  border-radius: 50%;

  margin-right: 20px;

}

.wrap-speaker-item-info p {

  color: #4E4E4D;

  font-size: 30px;

  font-style: normal;

  font-weight: 400;

  line-height: normal;
  width: 100px;
}

.wrap-speaker-item-info span {

  color: #949494;

  font-size: 20px;

  font-style: normal;

  font-weight: 400;

  line-height: normal;

  margin-top: 12px;

}

.wrap-pagination {

  border-top: 1px solid #949494;

}

.training-page .pagination {

  margin-left: 25.5%;

  padding-top: 22px;

  margin-top: 0;

  padding-bottom: 200px;

  border-left: 1px solid rgba(197, 197, 197, 0.30);

}

.corporative-page-top {

  display: flex;

  flex-wrap: wrap;

  border-left: 1px solid rgba(197, 197, 197, 0.30);

  border-right: 1px solid rgba(197, 197, 197, 0.30);

}

.corporative-block-1 {

  width: 74.5%;

  margin-left: 25.5%;

  padding-top: 82px;

  border-left: 1px solid rgba(197, 197, 197, 0.30);

}

.corporative-block-2 {

  width: 25.5%;

}

.corporative-block-3 {

  width: 74.5%;

}

.corporative-block-1 h2 {

  color: #4E4E4D;

  font-family: 'Bebas Neue', sans-serif;

  font-size: 80px;

  font-style: normal;

  font-weight: 400;

  line-height: normal;

  margin-bottom: 30px;

}

.corp-subtitle {

  color: #4E4E4D;

  font-size: 30px;

  font-style: normal;

  font-weight: 400;

  line-height: normal;

  max-width: 865px;

  margin-bottom: 28px;

}

.wrap-corp-text {

  display: flex;

  margin-bottom: 67px;

}

.wrap-corp-text p {

  color: #4E4E4D;

  font-size: 20px;

  font-style: normal;

  font-weight: 400;

  line-height: normal;

  max-width: 365px;

  margin-right: 30px;

}

.corporative-block-2 p {

  color: #4E4E4D;

  font-size: 20px;

  font-style: normal;

  font-weight: 400;

  margin-bottom: 40px;

  line-height: normal;

}

.corporative-block-2 p span {

  color: #A81022;

  font-family: 'Bebas Neue', sans-serif;

  font-size: 100px;

  font-style: normal;

  font-weight: 400;

  line-height: 90%;

  display: block;

}

.corporative-page .wrap-programs .wrap-block-title {

    padding-top: 181px;

    padding-bottom: 30px;

    border-left: 1px solid rgba(197, 197, 197, 0.30);

}

.corp-education {

  position: relative;

  background-image: url('./../imgs/corp-education-bg.png');

  background-repeat: no-repeat;

  background-position: center;

  background-size: cover;

}

.corp-education:after {

  position: absolute;

  content: '';

  left: 0;

  top: 0;

  background: linear-gradient(0deg, rgba(78, 78, 77, 0.90) 0%, rgba(78, 78, 77, 0.90) 100%);

  width: 100%;

  height: 100%;

  z-index: 1;

}

.corp-education .container {

  position: relative;

  z-index: 2;

}

.corp-education-content {

  position: relative;

  padding-top: 184px;

  padding-bottom: 200px;

  border-left: 1px solid rgba(197, 197, 197, 0.30);

  border-right: 1px solid rgba(197, 197, 197, 0.30);

}

.corp-education-net {

  position: absolute;

  top: 0;

  width: 1px;

  height: 100%;

  background: rgba(197, 197, 197, 0.30);

}

.corp-education-net-1 {

  left: 25.5%;

}

.corp-education-net-2 {

  left: 51%;

}

.corp-education-net-3 {

  left: 76.5%;

}

.corp-education-content h3 {

  margin-left: 25.5%;

  color: #FFF;

  font-family: 'Bebas Neue', sans-serif;

  font-size: 80px;

  font-style: normal;

  font-weight: 400;

  line-height: normal;

  margin-bottom: 30px;

}

.wrap-corp-education-items {

  display: flex;

  flex-wrap: wrap;

  gap: 30px;

}

.corp-education-item {

  width: calc(25% - 22.5px);

  border: 1px solid #FFF;

  background: #FFF;

  padding: 20px 25px 0 30px;

  height: 360px;

}

.corp-education-item p {

  color: #A81022;

  font-family: 'Bebas Neue', sans-serif;

  font-size: 100px;

  font-style: normal;

  font-weight: 400;

  line-height: 90%;

  margin-bottom: 19px;

}

.corp-education-item span {

  color: #4E4E4D;

  font-size: 20px;

  font-style: normal;

  font-weight: 400;

  line-height: normal;

}

.corp-education-item.invers {

  background: transparent;

  padding: 0;

  border: none;

}

.corp-education-item.invers span {

  color: #fff;

}

.comfort-content {

  position: relative;

}

.comfort-content {

  position: relative;

  padding-top: 184px;

  padding-bottom: 200px;

  border-left: 1px solid rgba(197, 197, 197, 0.30);

  border-right: 1px solid rgba(197, 197, 197, 0.30);



}

.comfort-content-net {

  position: absolute;

  top: 0;

  width: 1px;

  height: 100%;

  background: rgba(197, 197, 197, 0.30);

}

.comfort-content-net-1 {

  left: 25.5%;

}

.comfort-content-net-2 {

  left: 51%;

}

.comfort-content-net-3 {

  left: 76.5%;

  height: 50%;

}

.comfort-side {

  position: relative;

  z-index: 5;

  border-top: 1px solid rgba(197, 197, 197, 0.30);

/*  border-bottom: 1px solid rgba(197, 197, 197, 0.30);*/

  background: #FFF;

}

.comfort-img {

  width: 51%;

  padding-right: 52px;

}

.comfort-img img {

  width: 100%;

}

.comfort-questions {

  width: 49%;

  border-left: 1px solid rgba(197, 197, 197, 0.30);

}

.comfort-content h3 {

  color: #4E4E4D;

  font-size: 80px;

  font-style: normal;

  font-weight: 400;

  line-height: normal;

  padding-left: 25.5%;

  padding-bottom: 30px;

}

.comfort-questions-item {

  position: relative;

  width: 100%;

  padding: 30px 0;

  border-bottom: 1px solid rgba(197, 197, 197, 0.30);

}

.comfort-questions-title {

  position: relative;

  padding-right: 50px;

  color: #4E4E4D;

  font-size: 40px;

  font-style: normal;

  font-weight: 400;

  line-height: normal;

  margin-bottom: 10px;

  transition: all 0.3s;

}

.comfort-questions-title:after {

  position: absolute;

  content: "";

  right: 0;

  width: 35px;

  height: 35px;

  top: 10px;

  background-image: url('./../imgs/plus.png');

  background-repeat: no-repeat;

  background-position: center;

  transform: rotate(0deg);

  transition: all 0.3s;

}

.comfort-questions-content {

  display: none;

  padding-right: 58px;

}

.comfort-questions-content p {

  color: #4E4E4D;

  font-size: 20px;

  font-style: normal;

  font-weight: 400;

  cursor: pointer;

  line-height: normal;

  transition: all 0.3s;

}

.comfort-questions-item.open .comfort-questions-title:after {

  transform: rotate(135deg);

   transition: all 0.3s;

}

.comfort-questions-item.open .comfort-questions-content {

  transition: all 0.3s;

}

.mobile-program-link {

  display: none;

}

.corp-education-slider {

  display: none;
  overflow: hidden;

}

.desctop-hidden-text {

  display: none;

}

@media (max-width: 1480px) {
.wrap-program-page-link a {
  font-size: 28px;
}
}
@media (max-width: 1400px) {

.wrap-program-page-link a {

  font-size: 26px;

}

}

@media (max-width: 1200px) {

.desctop-hidden-text {

  display: block;

  color: #FFF;

  font-size: 16px;

  font-style: normal;

  font-weight: 400;

  line-height: normal;

  margin-bottom: 30px;

}

  .wrap-corp-education-items {

    display: none;

  }

  .corp-education-net {

    display: none;

  }

  .corp-education-slider {

    display: block;

  }

.wrap-program-page-link {

  display: none;

  transition: all 0.3s;

}

.corp-education-content h3 {

  margin-left: 0;

  font-size: 50px;

}

.corp-education-item {

    width: 100%;

    border: 1px solid #FFF;

    background: #FFF;

    padding: 20px 25px 0 30px;

    height: 360px;

}

.corp-education-slider .history-bottom-slider-nav {

    display: flex;

    height: 132px;

    border-left: none;

    border-right: none;

}

.corp-education-slider .history-bottom-slider-nav-left {

  display: none;

}

.corp-education-slider .arrow-history-slider svg path {

    fill: #fff;

    transition: all 0.3s;

}

.corp-education-slider .arrow-history-slider:hover svg path {

    fill: #800000;

    transition: all 0.3s;

}

.corp-education-slider .history-swiper-counter span {

  color: #ffffff;

}

.comfort-content-net {

  display: none;

}

.comfort-content h3 {

  padding-left: 0;

}

.comfort-side {

    flex-wrap: wrap;

}

.comfort-img {

    width: 100%;

    padding-right: 0;

    order: 2;

}

.comfort-questions {

    width: 100%;

    border-left: none;

    order: 1;

}

.corp-education-slider  .history-swiper-pagination .swiper-pagination-bullet {

    width: 20%;

    height: 2px;

    border-radius: 0px;

    background: #fff;

    position: relative;

    z-index: 25;

    margin: 0!important;

}
.corp-education-slider  .history-swiper-pagination:after {
  background: transparent;
}
.corp-education-slider .swiper-pagination-bullet {
  top: 0;
}
.corp-education-slider .swiper-pagination-bullet:after {
  background: transparent;
}
.wrap-program-page-link-block {

  position: relative;

  border-left: 1px solid rgba(197, 197, 197, 0.30);

  border-right: 1px solid rgba(197, 197, 197, 0.30);

}

.mobile-program-link {

  display: block;

}

.mobile-program-link {

  position: relative;

  color: #FFF;

  font-size: 22px;

  font-style: normal;

  font-weight: 400;

  line-height: normal;

  padding: 18px 0;

  cursor: pointer;

}

.mobile-program-link:after {

  position: absolute;

  content: '';

  right: 0;

  top: 8px;

  width: 45px;

  height: 45px;

  background: url('./../imgs/arrow_w.png');

  background-repeat: no-repeat;

  background-position: center;

    transition: all 0.3s;

}

.wrap-program-page-link-block.open .mobile-program-link:after {

  transform: rotate(-180deg);

  transition: all 0.3s;

}

.wrap-program-page-link a {

  height: 60px;

}

.wrap-pagination {

    border-top: none;

}

.training-page .pagination {

    margin-left: auto;

    margin-right: auto;

    padding-top: 0;

    margin-top: 0;

    display: flex;

    padding-bottom: 70px;

    border-left: none;

    width: 188px;

}

.training-page .pagination svg {

  width: 40px;

  height: 40px;

}

.pagination-counter {

    display: flex;

    align-items: center;

    margin: 0 17px;

    color: #4E4E4D;

    text-align: center;

    font-size: 16px;

    font-style: normal;

    font-weight: 400;

    line-height: normal;

}

.corporative-block-1 {

    width: 100%;

    margin-left: 0;

    padding-top: 82px;

    border-left: none;

    order: 1;

}

.corporative-block-3 {

    width: 100%;

    order: 2;

}

.corporative-block-2 {

    width: 100%;

    order: 3;

    display: flex;

}

.corporative-block-2 p {

  width: 50%;

}

.corporative-page .wrap-programs .wrap-block-title {

    padding-top: 30px;

    padding-bottom: 30px;

    border-left: none;

}

}



@media (max-width: 768px) {

  .wrap-top-filter {

        display: block;

  }

.wrap-top-filter .dropdown {

  margin-left: 0;

  width: 340px;

  min-width: auto;

}

.wrap-filter-programs {

    display: flex;

    gap: 10px;

    flex-wrap: wrap;

    margin-bottom: 13px;

}

.wrap-programs .wrap-block-title {

    padding-top: 32px;

    padding-bottom: 30px;

    border-left: 1px solid rgba(197, 197, 197, 0.30);

}

.filter-programs-btn {

    padding: 0 14px;

    height: 34px;

    font-size: 16px;

}

.corporative-block-1 h2 {

  font-size: 42px;

  line-height: 42px;

  margin-bottom: 25px;

}

.corporative-block-1 {

  padding-top: 32px;

}

.corp-subtitle {

  font-size: 22px;

  margin-bottom: 15px;

}

.wrap-corp-text {

  display: flex;

  margin-bottom: 10px;

  flex-wrap: wrap;

}

.corporative-block-3 img {

  width: 100%;

  margin: 0;

  min-height: 140px;

  object-fit: cover;

  object-position: center;

}

.corporative-block-2 {

    padding-top: 32px;

}

.corporative-block-2 p span {

  font-size: 50px;

  margin-bottom: 5px;

}

.corporative-block-2 p {

  font-size: 16px;

}

.wrap-corp-text p {

  color: #4E4E4D;

  font-size: 16px;

  font-style: normal;

  font-weight: 400;

  line-height: normal;

  max-width: none;

  margin-right: 0;

  margin-bottom: 10px;

}

.corp-education-content h3 {

  font-size: 42px;

  line-height: 42px;

  margin-bottom: 23px;

}

.corp-education-content {

    position: relative;

    padding-top: 65px;

    padding-bottom: 0px;

    border-left: 1px solid rgba(197, 197, 197, 0.30);

    border-right: 1px solid rgba(197, 197, 197, 0.30);

}

.desctop-hidden-text {

  margin-bottom: 20px;

}

.corp-education-item p {

  font-size: 50px;

  line-height: 45px;

  margin-bottom: 11px;

}

.corp-education-item {

    padding: 14px 25px 0 12px;

    height: 250px;

}

.corp-education-item span {

  font-size: 16px;

}

.comfort-content h3 {

  font-size: 42px;

  line-height: 42px;

}

.comfort-content {

    position: relative;

    padding-top: 67px;

    padding-bottom: 70px;

}

.comfort-questions-title {

    position: relative;

    padding-right: 50px;

    color: #4E4E4D;

    font-size: 24px;

    font-style: normal;

    font-weight: 400;

    line-height: normal;

    margin-bottom: 10px;

    transition: all 0.3s;

}

.comfort-questions-item {

    position: relative;

    width: 100%;

    padding: 20px 0;

    border-bottom: 1px solid rgba(197, 197, 197, 0.30);

}

.comfort-questions-title:after {

  top: 0;

}

.comfort-questions-content {

  padding-right: 0;

}

.comfort-questions-content p {

  line-height: 23px;

}

.comfort-img {

    width: 100%;

    padding-right: 0;

    order: 2;

    margin-top: 20px;

}

}

/*конец программы*/

/*начало деталка программы*/

.program-detail-banner {

  display: flex;

}

.program-detail-left {

  display: flex;

  flex-direction: column;

  width: 25.5%;

  min-width: 25.5%;

  max-width: 25.5%;

  background: #800000;

  padding: 30px 40px 40px;

}

.program-detail-item-info {

  margin-bottom: 20px;

}

.program-detail-item-info.data {

  margin-bottom: 40px;

}

.program-detail-item-info.teacher {

  margin-top: auto;

  display: flex;

}

.program-detail-item-info.teacher img {

  width: 75px;

  height: 75px;

  border-radius: 50%;

  margin-right: 20px;

  object-fit: cover;

  object-position: center;

}

.program-detail-item-info p {

  color: #D9D9DA;

  font-size: 20px;

  font-style: normal;

  font-weight: 400;

  margin-top: 10px;

  line-height: normal;

}

.program-detail-item-info span {

  display: block;

  color: #D9D9DA;

  font-size: 16px;

  font-style: normal;

  font-weight: 400;

  line-height: normal;

  margin-bottom: 10px;

}

.program-detail-item-info p span {

  color: #FFF;

  font-family: 'Bebas Neue', sans-serif;

  font-size: 100px;

  font-style: normal;

  font-weight: 400;

  line-height: 90%;

  margin-bottom: 0;

}

.program-detail-item-info.data p {

  font-size: 30px;

  display: flex;

  align-items: center;

  margin-top: 0;

}

.program-detail-item-info.data p span {

  margin-right: 10px;

}

.wrap-program-detail-banner-slider {

  position: relative;

  width: 74.5%;

  overflow: hidden;

}

.wrap-program-detail-title {

  position: absolute;

  z-index: 5;

  padding:30px 40px;

  width: 100%;

}

.wrap-program-detail-title h1 {

  color:#FFF;

  font-size: 120px;

  font-style: normal;

  font-weight: 400;

  line-height: 120px;

  margin-bottom: 60px;

}

.program-detail-btn {

  width: 273px;

  height: 63px;

  display: flex;

  width: 273px;

  justify-content: center;

  align-items: center;

  background: #FFF;

  cursor: pointer;

  color: #A81022;

  font-size: 20px;

  font-style: normal;

  font-weight: 400;

  line-height: normal;

}

.program-detail-bg-slider {

  position: relative;

  z-index: 1;

  height: 600px;

  overflow: hidden;

}

.program-detail-bg-slider img {

  width: 100%;

  height: 100%;

  object-fit: cover;

  object-position: center;

}

.program-detail-bg-slider .wrap-program-detail-slider-navigation {

  position: relative;

    bottom: 62px;

    width: 249px;

    margin-left: 40px;

}

.program-detail-pagination {

  position: absolute;

  left: calc(50% - 86px)!important;

  width: 172px!important;

}

.program-detail-counter {

  position: relative;

  z-index: 1;

  display: flex;

  width: 249px;

  justify-content: space-between;

}

.program-detail-counter span {

  color: #FFF;

  text-align: center;

  font-size: 20px;

  font-style: normal;

  font-weight: 400;

  line-height: normal;

}

.wrap-program-detail-slider-navigation .swiper-pagination-bullet {

  opacity: 0.5;

  background: transparent;

}

.wrap-program-detail-slider-navigation .swiper-pagination-bullet.swiper-pagination-bullet-active {

  opacity: 1;

  background: transparent;

}

.after-slider-info {

  border-left: 1px solid rgba(197, 197, 197, 0.30);

  border-right: 1px solid rgba(197, 197, 197, 0.30);

}

.after-slider-info-top {

  position: relative;

  padding-left: 25.5%;

  padding-top: 101px;

  padding-right: 10px;

  padding-bottom: 30px;

  border-bottom: 1px solid rgba(197, 197, 197, 0.30);

}

.after-slider-info-top.pb100 {

  padding-bottom: 101px;

}

.after-slider-info-top:after {

  position: absolute;

  content: '';

  left: 25.5%;

  top: 0;

  z-index: 1;

  height: 100%;

  width: 1px;

  background: rgba(197, 197, 197, 0.30);

}

.after-slider-info-top p {

  color: #4E4E4D;

  font-size: 20px;

  font-style: normal;

  font-weight: 400;
  margin-bottom: 10px;

  line-height: normal;

}

.after-slider-info-bottom {
    
  display: flex;
  
  align-items: flex-start;

  padding-left: 25.5%;

}

.after-slider-info-item {

  width: auto;

  max-width: 390px;

  /*height: 280px;*/
  
  padding: 84px 0;

  display: flex;

  flex-direction: column;

  flex: 1;
  
  justify-content: center;

  border-left: 1px solid rgba(197, 197, 197, 0.30);

}

.after-slider-info-item:last-child {

  max-width: 360px;

}

.after-slider-info-item span {

  color: #A81022;

  font-family: 'Bebas Neue', sans-serif;

  font-size: 100px;

  font-style: normal;

  font-weight: 400;

  line-height: 90%;

}

.after-slider-info-item p {

  color: #4E4E4D;

  font-size: 20px;

  font-style: normal;

  font-weight: 400;

  line-height: normal;

  max-width: 270px;

}

.wrap-audience-block {

  background: #F6F6F6;

}

.audience {

  position: relative;

  padding-top: 191px;

  padding-bottom: 200px;

  border-left: 1px solid rgba(197, 197, 197, 0.30);

  border-right: 1px solid rgba(197, 197, 197, 0.30);

}

.wrap-audience-item {  

  display: grid;

  grid-template-columns: repeat(4, 1fr);

  grid-template-rows: repeat(2, 303px);

  gap: 30px 30px;

  grid-auto-flow: row;

}



.audience-item-1 { 

  grid-area: 1 / 1 / 2 / 2; 

}



.audience-item-2 { 
position: relative;
/*left: 6px;*/
  grid-area: 1 / 2 / 2 / 3; 

}



.audience-item-3 { 
position: relative;
/*left: 9px;*/
  grid-area: 1 / 3 / 2 / 4; 

}



.audience-item-4 { 
position: relative;
/*left: -4px;*/
  grid-area: 1 / 4 / 3 / 5; 

}
.audience-item-img.audience-item-4 img {
  width: calc(100% + 5px);
}


.audience-item-5 { 

  grid-area: 2 / 1 / 3 / 2; 

}



.audience-item-6 { 
position: relative;
/*left: 6px;*/
  grid-area: 2 / 2 / 3 / 3; 

}



.audience-item-7 { 
position: relative;
/*left: 9px;*/
  grid-area: 2 / 3 / 3 / 4; 

}

.audience-net {

  position: absolute;

  height: 100%;

  top: 0;

  width: 1px;

  z-index: 2;

  opacity: 0.15;

  background: #949494;

}
.audience-item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.audience-net-1 {

  left: 25.5%;

}

.audience-net-3 {

  left: 76.5%;

}

.audience-net-2 {

  left: 51%;

}

.audience h2 {

  color: #4E4E4D;

  font-size: 80px;

  font-style: normal;

  font-weight: 400;

  line-height: 80px;

  margin-left: 25.5%;

  margin-bottom: 37px;

}

.audience-item:not(.audience-item-img) {

  background: #ffffff;

  padding: 30px 10px 30px 10px;

  display: flex;

  flex-direction: column;

  justify-content: flex-end;

}

.audience-item p {

  color: #4E4E4D;

  font-size: 30px;

  font-style: normal;

  font-weight: 400;

  line-height: normal;

}

.target-program {

  position: relative;

  padding-top: 191px;

  padding-bottom: 200px;

  border-left: 1px solid rgba(197, 197, 197, 0.30);

  border-right: 1px solid rgba(197, 197, 197, 0.30);

}

.target-program-net {

  position: absolute;

  height: 100%;

  top: 0;

  width: 1px;

  z-index: 2;

  opacity: 0.15;

  background: #949494;

}

.target-program-net-1 {

  left: 25.5%;

}

.target-program-net-3 {

  left: 76.5%;

}

.target-program-net-2 {

  left: 51%;

}

.target-program h2 {

  color: #4E4E4D;

  font-size: 80px;

  font-style: normal;

  font-weight: 400;

  line-height: 80px;

  margin-left: 25.5%;

  margin-bottom: 37px;

}

.wrap-target-program-slider-slider-navigation {
    display: block;
    position: relative;
    height: 50px;
    width: 360px;
    margin-left: 25.5%;
    margin-top: 30px;
}

.target-program-slider .swiper-wrapper .swiper-slide {

    background: #F6F6F6;

    padding: 20px 25px 10px 30px;

    min-height: 360px;

  }

  .target-program-slider .swiper-wrapper .swiper-slide span {

    display: block;

    color: #A81022;

    font-family: 'Bebas Neue', sans-serif;

    font-size: 100px;

    font-style: normal;

    font-weight: 400;

    line-height: 90%;

    margin-bottom: 25px;

  }

  .target-program-slider .swiper-wrapper .swiper-slide p {

    color: #4E4E4D;

    font-size: 20px;

    font-style: normal;

    font-weight: 400;

    line-height: normal;

  }

/*начало MBA: Психология*/
.program-detail-left .program-detail-btn {
  margin-top: auto;
}
.after-slider-info-top.mba-pad {
  padding-top: 184px;
}
.wrap-program-detail-title p {
  color: #FFF;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.after-slider-info-top h2 {
  color: #4E4E4D;
  font-size: 80px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 30px;
}
.after-slider-info-top h6 {
  color: #4E4E4D;
  font-family: "Franklin Gothic Book";
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.after-slider-info-middle {
  position: relative;
  display: flex;
  border-top: 1px solid rgba(197, 197, 197, 0.30);
  border-bottom: 1px solid rgba(197, 197, 197, 0.30);
}
.after-slider-info-middle  img {
  width: calc(25.5% - 50px);
  margin-right: 50px;
  height: 530px;
  object-fit: cover;
}
.after-slider-info-middle-content {
  padding-top: 30px;
  padding-bottom: 60px;
  border-left: 1px solid rgba(197, 197, 197, 0.30);
  padding-right: 15%;
}
.after-slider-info-middle-content p {
  margin-bottom: 20px;
  color:#949494;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.after-slider-info-middle-content p b {
  color: #4E4E4D;
}
.after-slider-info-middle-content ul {
  padding-left: 20px;
}
.after-slider-info-middle-content ul li {
  margin-bottom: 15px;
  color:#949494;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.content-2-col {
  margin: 20px 0;
}
.content-2-col ul {
  padding-left: 20px;
  display: flex;
  flex-wrap: wrap;
}
.content-2-col ul li {
  margin-bottom: 10px;
  color:#949494;
  width: 50%;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.content-2-col ul li::marker,
.after-slider-info-middle-content ul li::marker {
  color: #A81022;
}

.target-program-slider {
  width: 100%;
  overflow: hidden;
}
.result-block {
  background: #F6F6F6;

}
.wrap-result-block {
    padding: 0 0 200px;
    border-left: 1px solid rgba(197, 197, 197, 0.30);
  border-right: 1px solid rgba(197, 197, 197, 0.30);
}
.result-top {
  padding-top: 185px;
  margin-left: 25.5%;
  border-left: 1px solid rgba(197, 197, 197, 0.30);
}
.result-top h2 {
  color: #4E4E4D;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.wrap-result-top-item {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 40px 32px;
  margin-top: 31px;
  padding-bottom: 63px;
}
.result-top-item {
  width: calc(33% - 21px);
}
.result-top-item p {
  position: relative;
  color: #4E4E4D;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-left: 18px;
}
.result-top-item p:before {
  position: absolute;
  content: '';
  left: 0;top: 6px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #A81022;

}
.uniqueness {
   padding: 0;
    border-bottom: 1px solid rgba(197, 197, 197, 0.30);
}
.wrap-uniqueness-content {
      border-left: 1px solid rgba(197, 197, 197, 0.30);
  border-right: 1px solid rgba(197, 197, 197, 0.30);
}
.uniqueness-content {
  padding-top: 182px;
  margin-left: 25.5%;
  border-left: 1px solid rgba(197, 197, 197, 0.30);
  padding-bottom: 200px;
}
.uniqueness h2 {
   color: #4E4E4D;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.uniqueness-side {
  margin-top: 30px;
  display: flex;
  width: 100%;
}
.uniqueness-left {

}
.uniqueness-left p {
 font-size: 20px;
 color: #949494;
 font-family: 'Franklin Gothic Book',sans-serif;
 font-weight: 400;
 line-height: normal;
 margin-bottom: 20px;
}
.uniqueness-left h5 {
  color: #4E4E4D;
  font-family: 'Franklin Gothic Book',sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 20px;
}
.uniqueness-left ul {
  margin-bottom: 30px;
  padding-left: 20px;
}
.uniqueness-left ul li {
  color: #949494;
  font-family: 'Franklin Gothic Book',sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.uniqueness-left ul li::marker {
  color: #A81022;
}
.uniqueness-left ul li + li {
  margin-top: 12px;
}
@media (max-width: 1200px) {
  .uniqueness-content {
      padding-top: 182px;
      margin-left: 0;
      border-left: none;
  }
  .result-top {
    padding-top: 185px;
    margin-left: 0;
    border-left: none;
}
.target-program-slider .swiper-wrapper .swiper-slide {
  margin-right: 20px!important;
}
}
@media (max-width: 768px) {
.program-detail-left .program-detail-btn {
    margin-top: 33px;
    width: 100%;
}
.program-detail-page.type-3 .program-detail-left {
  padding-bottom: 60px;
}
.after-slider-info-top h2 {
  font-size: 42px;
  margin-bottom: 20px;
}
.after-slider-info-top h6 {
  font-size: 22px;
}
.after-slider-info-top.mba-pad {
    padding-top: 59px;
}
.after-slider-info-middle {
    flex-wrap: wrap;
    margin-top: 20px;
}
.after-slider-info-middle img {
    width: 100%;
    margin-right: 0;
    height: 303px;
    object-fit: cover;
}
.after-slider-info-middle-content p {
  font-size: 16px;
  margin-bottom: 11px;
}
.after-slider-info-middle-content {
    padding-top: 39px;
    padding-bottom: 35px;
    border-left: none;
    padding-right: 0;
}
.after-slider-info-middle-content ul {
    padding-left: 17px;
    margin-top: 20px;
}
.after-slider-info-middle-content ul li {
  font-size: 16px;
  margin-bottom: 4px;
}
.content-2-col {
  margin: 10px 0;
}
.content-2-col ul li {
font-size: 16px;
  margin-bottom: 4px;
  width: 100%;
  flex: none;
}
.result-top {
  padding-top: 60px;
}
.wrap-result-top-item {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 20px;
    padding-bottom: 39px;
}
.result-top-item {
    width: 100%;
}
.result-top-item p {
  font-size: 16px;
}
.result-block img {
  width: 100%;
    height: 165px;
    object-fit: cover;
}
.result-block .wrap-result-block {
    padding: 0px 0 68px;
}
.uniqueness h2 {
  line-height: 42px;
}
.uniqueness {
  padding-bottom: 70px;
}
.uniqueness-content {
    padding-top: 68px;
    padding-bottom: 70px;
    margin-left: 0;
    border-left: none;
}
.uniqueness-side {
  margin-top: 24px;
  flex-wrap:wrap;
}
.uniqueness-left h5 {
  font-size: 22px;
      margin-bottom: 10px;
}
.uniqueness-left ul {
    margin-bottom: 30px;
    padding-left: 15px;
}
.uniqueness-left ul li {
  font-size: 16px;
}
.uniqueness-left ul li + li {
    margin-top: 5px;
}
.uniqueness-right {
  width: 100%;
}
.uniqueness-right img {
  width: 100%;
}
}
/*конец MBA: Психология*/

@media (min-width: 1200px) {


/*  .target-program-slider .swiper-wrapper .swiper-slide {

    width: calc(25% - 22.5px);

    background: #F6F6F6;

  }*/

}

.program-detail-page .material-page-bottom {

  padding: 0;

  border-left: 1px solid rgba(197, 197, 197, 0.30);

  border-right: 1px solid rgba(197, 197, 197, 0.30);

}

.program-teachers {

  position: relative;

  padding-top: 191px;

  padding-bottom: 200px;

  border-top: 1px solid rgba(197, 197, 197, 0.30);

  border-left: 1px solid rgba(197, 197, 197, 0.30);

  border-right: 1px solid rgba(197, 197, 197, 0.30);

}

.program-teachers-net {

  position: absolute;

  height: 100%;

  top: 0;

  width: 1px;

  z-index: 2;

  opacity: 0.15;

  background: #949494;

}

.program-teachers-net-1 {

  left: 25.5%;

}

.program-teachers-net-3 {

  left: 76.5%;

}

.program-teachers-net-2 {

  left: 51%;

}

.program-teachers h2 {

  color: #4E4E4D;

  font-size: 80px;

  font-style: normal;

  font-weight: 400;

  line-height: 80px;

  margin-left: 25.5%;

  margin-bottom: 37px;

}

.teachers-add-more-btn {

  position: relative;

  z-index: 2;

  display: flex;

  justify-content: center;

  align-items: center;

  color: #4E4E4D;

  font-size: 30px;

  font-style: normal;

  font-weight: 400;

  line-height: normal;

  border: 1px solid #4E4E4D;

  background: #FFF;

  height: 114px;

  margin-top: 5px;

}

.course-program {

  background: #4E4E4D;

}

.course-program-content {

  position: relative;

  padding-top: 185px;

  border-left: 1px solid rgba(197, 197, 197, 0.30);

  border-right: 1px solid rgba(197, 197, 197, 0.30);

}

.course-program-content:after {

  position: absolute;

  content: '';

  height: 100%;

  top: 0;

  width: 1px;

  z-index: 2;

  opacity: 0.3;

  left: 25.5%;

  background: #949494;

}

.course-program-content h2 {

  color: #FFF;

  font-size: 80px;

  font-style: normal;

  font-weight: 400;

  margin-left: 25.5%;

  line-height: normal;

  margin-bottom: 30px;

}

.course-program-accordion {

  position: relative;

  border-top: 1px solid rgba(197, 197, 197, 0.30);

  padding-left: 25.5%;

  padding-bottom: 200px;

}

.course-program-accordion:after {

  position: absolute;

  content: '';

  top: 0;

  left: 15px;

  width: 435px;

  height: 696px;

  opacity: 0.2;

  z-index: 0;

  background-image: url('./../imgs/accordion-statue.png');

  background-repeat: no-repeat;

}

.course-program-accordion-item {

  border-bottom: 1px solid rgba(197, 197, 197, 0.30);

  padding: 20px 0 19px;

}

.course-program-accordion-title {

  position: relative;

  color: #FFF;

  font-size: 30px;

  font-style: normal;

  font-weight: 400;

  line-height: normal;

  transition: all 0.3s;

}

.course-program-accordion-item-content {

  display: none;

  max-width: 870px;

  padding-top: 20px;

}

.course-program-accordion-item-content p {

  color: #FFF;

  font-size: 20px;

  font-style: normal;

  font-weight: 400;

  line-height: normal;

  margin-bottom: 10px;

  transition: all 0.3s;

}

.course-program-accordion-item-content ul {

  padding-left: 18px;
  margin-left: 5px;

}

.course-program-accordion-item-content ul li {

  color: #FFF;

  font-size: 20px;

  font-style: normal;

  font-weight: 400;

  line-height: normal;

}

.course-program-accordion-item-content ul li + li {

  margin-top: 10px;

}

.course-program-accordion-item-content ul li::marker {

  background: #fff;

  color: #fff;

}

.program-detail-history-slider-block .history-slider {

  height: auto;

}

.program-detail-history-slider-block .history-slider img {

/*  height: calc(100vh - 230px);*/
  height: 100vh;

  object-fit: cover;
  object-position: center top;

}

.interesting-slider {

  overflow: hidden;

  padding-bottom: 50px;

}

.interesting-slider a {

  position: relative;

  display: flex;

  flex-direction: column;

  height: 451px;

  padding: 35px 30px 60px;

}

.interesting-slide-bg {

  position: absolute;

  z-index: 2;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

}

.interesting-slide-img {

  position: absolute;

  z-index: 1;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

}

.wrap-interesting-top {

  position: relative;

  z-index: 5;

}

.wrap-interesting-teacher {

  position: relative;

  z-index: 5;

  display: flex;

  margin-top: auto;

}

.wrap-interesting-teacher img {

  width: 75px;

  height: 75px;

  border-radius: 50%;

  object-fit: cover;

  object-position: center;

  margin-right: 20px;

}

.wrap-interesting-teacher-info p {

  color: #fff;

  font-size: 30px;

  font-style: normal;

  font-weight: 400;

  line-height: normal;

  margin-bottom: 5px;

}

.wrap-interesting-teacher-info span {

  color: #fff;

  font-size: 20px;

  font-style: normal;

  font-weight: 400;

  line-height: normal;

}

.interesting-slider-content {

  position: relative;

  padding-top: 187px;

  padding-bottom: 200px;

  border-left: 1px solid rgba(197, 197, 197, 0.30);

  border-right: 1px solid rgba(197, 197, 197, 0.30);

}

.interesting-net {

  position: absolute;

  height: 100%;

  top: 0;

  width: 1px;

  z-index: 2;

  opacity: 0.15;

  background: #949494;

}

.interesting-net-1 {

  left: 25.5%;

}

.interesting-net-3 {

  left: 76.5%;

}

.interesting-net-2 {

  left: 51%;

}

.interesting-slider-content h2 {

  margin-left: 25.5%;

  color: #4E4E4D;

  font-size: 80px;

  font-style: normal;

  font-weight: 400;

  line-height: normal;

  margin-bottom: 30px;

}

.wrap-interesting-top p {

  color: #FFF;

  font-size: 30px;

  font-style: normal;

  font-weight: 400;

  line-height: normal;

  margin-bottom: 30px;

  min-height: 68px;

}

.wrap-interesting-top span {

  color: #FFF;

  font-size: 20px;

  font-style: normal;

  font-weight: 400;

  line-height: normal;

}

.interesting-slider .swiper-slide:nth-child(3n+3) .wrap-interesting-teacher-info p,

.interesting-slider .swiper-slide:nth-child(3n+3) .wrap-interesting-teacher-info span,

.interesting-slider .swiper-slide:nth-child(3n+3) .wrap-interesting-top p,

.interesting-slider .swiper-slide:nth-child(3n+3) .wrap-interesting-top span {

  color: #4E4E4D;

}

.wrap-interesting-slider-navigation {

  position: relative;

  width: 340px;

  margin-left: 25.5%;

  margin-top: 30px;

}

.interesting-pagination {

  position: absolute;

  width: 119px!important;

  left: calc(50% - 60px)!important;

  top: 24px!important;

  display: flex;

}

.interesting-counter {

  position: absolute;

    width: 194px;

    display: flex;

    justify-content: space-between;

    align-items: center;

    left: calc(50% - 97px);

    top: 14px;

}

.interesting-counter span {

  color: #4E4E4D;

  font-size: 20px;

  font-style: normal;

  font-weight: 400;

  line-height: normal;

}

.mobile-audience-img {

  display: none;

}
.target-program-pagination {
    position: absolute;
    display: flex;
        top: 6px!important;
    width: 172px!important;
    left: calc(50% - 86px)!important;
}
.target-program-counter {

  position: absolute;

        width: 210px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    left: calc(50% - 105px);
    top: 14px;

}
@media (max-width: 1580px) {

.audience-item p {

  font-size: 22px;

}

.audience-net-3 {

    left: 76.5%;

}

.wrap-audience-item {

    display: grid;

    grid-template-columns: repeat(4, 1fr);

    grid-template-rows: repeat(2, 250px);

    gap: 24px;

    grid-auto-flow: row;

}

}

@media (max-width: 1480px) {

.audience-net {

  display: none;

}

.audience-item-img img {

  width: 100%;

  height: 100%;

  object-fit: cover;

  object-position: center;

}
.program-detail-history-slider-block .history-slider img {
    height: auto;
    object-fit: cover;
    object-position: center top;
}

}

@media (max-width: 1200px) {

  .program-detail-banner {

    display: flex;

    flex-wrap: wrap;

}

.wrap-program-detail-banner-slider {

    position: relative;

    width: 100%;

    overflow: hidden;

    order: 1;

}

.program-detail-left {

    display: flex;

    flex-direction: column;

    width: 100%;

    min-width: auto;

    max-width: none;

    background: #800000;

    padding: 30px 40px 40px;

    order: 2;

}

  .audience-item:not(.audience-item-img){

    padding: 10px;

  }

  .audience-item p {

    font-size: 20px;

  }

.after-slider-info-top {

    position: relative;

    padding-left: 0;

    padding-top: 101px;

    padding-right: 10px;

    padding-bottom: 30px;

}

.after-slider-info-top:after {

  display: none;

}

.after-slider-info-bottom {

    padding-left: 0;

    display: flex;

}

.audience h2 {

    color: #4E4E4D;

    font-size: 80px;

    font-style: normal;

    font-weight: 400;

    line-height: 80px;

    margin-left: 0;

    margin-bottom: 37px;

}

.target-program h2 {

  margin-left: 0;

}

.target-program-net {

  display: none;

}

.material-page-bottom h2 {

  margin-left: 0;

}

.program-teachers h2 {

  margin-left: 0;

}

.program-teachers-net {

  display: none;

}

.wrap-target-program-slider-slider-navigation {

    display: block;

    position: relative;

}

.wrap-target-program-slider-slider-navigation {

  position: relative;

  width: 360px;

  margin-left: 25.5%;

  margin-top: 30px;

}

.target-program-pagination {

  position: absolute;

  top: 13px!important;

  width: 119px!important;

  left: calc(50% - 60px)!important;

}

.target-program-counter {

  position: absolute;

    width: 194px;

    display: flex;

    justify-content: space-between;

    align-items: center;

    left: calc(50% - 97px);

    top: 14px;

}

.interesting-slider-content h2 {

  margin-left: 0;

}

.interesting-net {

  display: none;

}

}

@media (max-width: 768px) {

.program-detail-bg-slider {

    position: relative;

    z-index: 1;

    height: 450px;

    overflow: hidden;

}

.wrap-program-detail-title h1 {

    color: #FFF;

    font-size: 50px;

    font-style: normal;

    font-weight: 400;

    line-height: 50px;

    margin-bottom: 54px;

}

.program-detail-banner {

    display: flex;

    flex-wrap: wrap;

    margin-left: -10px;

    width: calc(100% + 20px);

}

.wrap-program-detail-title {

    position: absolute;

    z-index: 5;

    padding: 37px 9px;

    width: 100%;

}

.program-detail-bg-slider .wrap-program-detail-slider-navigation {

    position: relative;

    bottom: 50px;

    width: 228px;

    margin-left: 10px;

}

.program-detail-counter span {

  font-size: 16px;

}

.program-detail-counter {

  width: 228px;

}

.program-detail-pagination {

    position: absolute;

    left: calc(50% - 86px)!important;

    width: 172px!important;

    top: -3px!important;

}

.program-detail-left {

    display: flex;

    flex-direction: column;

    width: 100%;

    min-width: auto;

    max-width: none;

    background: #800000;

    padding: 34px 10px 26px;

    order: 2;

}

.program-detail-item-info p span {

    color: #FFF;

    font-family: 'Bebas Neue', sans-serif;

    font-size: 50px;

    font-style: normal;

    font-weight: 400;

    line-height: 90%;

    margin-bottom: 0;

}

.program-detail-item-info.data p {

  font-size: 22px;

}

.program-detail-item-info span {

  font-size: 14px;

  margin-bottom: 5px;

}

.program-detail-item-info.data {

    margin-bottom: 22px;

}

.program-detail-item-info p {

  font-size: 16px;

  margin-top: 5px;

}

.program-detail-item-info {

    margin-bottom: 8px;

}

.after-slider-info-top p {

  font-size: 18px;

}

.after-slider-info-top {

    position: relative;

    padding-left: 0;

    padding-top: 35px;

    padding-right: 0;

    padding-bottom: 19px;

}

.after-slider-info-bottom {

    padding-left: 0;

    display: flex;

    flex-wrap: wrap;

}

.after-slider-info-item {

    width: 50%;

    max-width: none;
    flex: none;

    height: auto;

    display: flex;

    flex-direction: column;

    justify-content: flex-start;

    border-left: none;

    padding-top: 16px;

    margin-bottom: 10px;

}

.after-slider-info-item span {

  font-size: 50px;

  margin-bottom: 5px;

}

.after-slider-info-item p {

  font-size: 16px;

}

.after-slider-info {

  padding-bottom: 26px;

}

.audience h2 {

    color: #4E4E4D;

    font-size: 42px;

    font-style: normal;

    font-weight: 400;

    line-height: 42px;

    margin-left: 0;

    margin-bottom: 23px;

}

.wrap-audience-item {

    display: flex;

    gap: 10px;

    flex-wrap:wrap;

}

.audience-item {

  width: calc(50% - 5px);

/*  height: 165px;*/
  height: auto;

}

.audience-item p {

  font-size: 16px;

}

.audience {

    position: relative;

    padding-top: 67px;

    padding-bottom: 70px;

    border-left: 1px solid rgba(197, 197, 197, 0.30);

    border-right: 1px solid rgba(197, 197, 197, 0.30);

}

.audience-item.audience-item-4 {

  width: 100%;

  order: 7;

}

.desctop-audience-img {

  display: none;

}

.mobile-audience-img {

  display: block;

}

.target-program h2 {

  font-size: 42px;

  line-height: 42px;

  margin-bottom: 25px;

}

.target-program {

  padding-top: 67px;

  padding-bottom: 70px;

}

.target-program-slider .swiper-wrapper .swiper-slide span {

  font-size: 50px;

  margin-bottom: 10px;

}

.target-program-slider .swiper-wrapper .swiper-slide p {

  font-size: 16px;

}

.target-program-slider .swiper-wrapper .swiper-slide {

    background: #F6F6F6;

    padding: 13px 25px 10px 15px;

    min-height: 300px;

}

.wrap-target-program-slider-slider-navigation {

    position: relative;

    width: 340px;

    margin-left: 0;

    margin-top: 13px;

}



.target-program-counter {

    top: 18px;

}

.program-detail-page .material-page-bottom {

    padding: 0;

    padding-top: 43px;

}

.material-page-bottom .comfort-slider {

    margin-top: 20px;

    padding-bottom: 50px;

}

.material-page-bottom .comfort-slider .wrap-slider-navigation {

  bottom: 0;

}

.program-teachers {

    position: relative;

    padding-top: 67px;

    padding-bottom: 117px;

    border-top: none;
    overflow: hidden;

}
.wrap-interesting-slider {
  overflow: hidden;
  max-width: 100vw;
}
.program-detail-history-slider-block {
  overflow: hidden;
}
.program-teachers h2 {

    color: #4E4E4D;

    font-size: 42px;

    font-style: normal;

    font-weight: 400;

    line-height: 42px;

    margin-left: 0;

    margin-bottom: 27px;

}

.teachers-cards {

  display: none;

}

.teachers-add-more-btn {

  display: none;

}

.program-teachers-slider .teachers-card p {

  width: 100%;

}

.program-teachers-slider .teachers-card img {

  height: 370px;

}

.program-teachers-slider .wrap-slider-navigation {

  width: 340px;

  margin-top: 24px;

}

.course-program-content:after {

  display: none;

}

.course-program-content h2 {

  font-size: 42px;

  margin-left: 0;

}

.course-program-content {

  padding-top: 61px;

}

.course-program-accordion {

  padding-left: 0;

  padding-bottom: 70px;

}

.course-program-accordion-title {

    position: relative;

    color: #FFF;

    font-size: 22px;

    font-style: normal;

    font-weight: 400;

    padding-right: 50px;

    line-height: normal;

    transition: all 0.3s;

}

.course-program-accordion-item-content ul li {

  font-size: 16px;

}

.course-program-accordion-item-content {

  padding-top: 0;

}

.course-program-accordion-item {

  position: relative;

  z-index: 5;

}

.course-program-accordion-item-content p {

  font-size: 16px;

}

.program-detail-history-slider-block .history-slider {

    height: auto;

}

.interesting-slider-content {

    position: relative;

    padding-top: 31px;

    padding-bottom: 70px;

}

.interesting-slider {

    overflow: visible;

    padding-bottom: 50px;

}

.interesting-slider-content h2 {

  font-size: 42px;

  line-height: 42px;

  margin-bottom: 22px;

}

.interesting-slider a {

  padding: 25px;

  height: 321px;

}

.wrap-interesting-top p {

  font-size: 22px;

      margin-bottom: 23px;

    min-height: 50px;

}

.wrap-interesting-top span {

  font-size: 16px;

}

.wrap-interesting-teacher img {

  margin-right: 10px;

}

.wrap-interesting-teacher-info p {

  font-size: 22px;

}

.wrap-interesting-teacher-info span {

  font-size: 16px;

}

.wrap-interesting-slider-navigation {

    position: relative;

    width: 340px;

    margin-left: 0;

    margin-top: 13px;

}

.after-slider-info-top.pb100 p {

  font-size: 16px;

}

.program-detail-page.type-2 .program-detail-left {

  flex-direction: row;

  flex-wrap: wrap;

  padding-bottom: 30px;

}

.program-detail-page.type-2 .program-detail-item-info.data {

  width: 100%;

}

.program-detail-page.type-2 .program-detail-item-info.time, 

.program-detail-page.type-2 .program-detail-item-info.price {

  width: 40%;

} 

.program-detail-page.type-2 .program-detail-item-info {

    margin-bottom: 22px;

}

.program-detail-page.type-2 .program-detail-item-info.teacher {

  margin-bottom: 0;

}

.after-slider-info-top.pb100 {

  border: none;

  padding-bottom: 10px;

}

.program-detail-page.type-2 .target-program {

    padding-bottom: 114px;

}

}

/*конец деталка программы*/

/*начало новости*/

.news-filter {

  margin-top: 29px;

  margin-bottom: 9px;

}

.wrap-news-item {

  display: flex;

  flex-wrap: wrap;

  border-left: 1px solid rgba(197, 197, 197, 0.30);

  border-right: 1px solid rgba(197, 197, 197, 0.30); 

}

.news-item {

  display: flex;

  width: 50%;

  padding-top: 40px;

  padding-bottom: 40px;

  border-bottom: 1px solid #949494;

}

.news-item img {

  margin-right: 30px;

  object-fit: cover;

  object-position: center;

  height: 230px;

  width: 230px;

}

.news-item:first-child img {

  width: 50%;

  height: 472px;

}

.news-item:nth-child(2n+2) {

  width: 50%;

  border-right: 1px solid #949494;

}

.news-item:nth-child(2n+1) {

  padding-left: 30px;

  width: 50%;

}

.news-item:first-child {

  width: 100%;

  padding-left: 0;

  border-top: 1px solid #949494;

}

.news-item-info {

  display: flex;

  flex-direction: column;

}

.news-item-info .category {

  color: #4E4E4D;

  font-size: 16px;

  font-style: normal;

  font-weight: 400;

  line-height: normal;

}

.news-item:first-child .news-item-info .category  {

  font-size: 20px;

}

.news-item-info a {

  color: #4E4E4D;

  font-size: 30px;

  font-style: normal;

  font-weight: 400;

  line-height: normal;

  margin-top: 10px;

  transition: all 0.3s;

}

.news-item-info a:hover {

  color: #A81022;

  transition: all 0.3s;

}

.news-item-info .news-text {

  color: #949494;

  font-size: 20px;

  font-style: normal;

  font-weight: 400;

  line-height: normal;

  margin-top: 20px;

}

.wrap-autor-info {

  margin-top: 20px;

}

.news-item:first-child .wrap-autor-info {

  margin-top: 35px;

}

.wrap-autor-info p {

   color: #4E4E4D;

  font-size: 16px;

  font-style: normal;

  font-weight: 400;

  line-height: normal;

}

.news-item:first-child .wrap-autor-info p  {

  font-size: 20px;

  margin-bottom: 10px;

}

.wrap-autor-info span {

   color: #949494;

  font-size: 16px;

  font-style: normal;

  font-weight: 400;

  line-height: normal;

  margin-top: 5px;

}

.news-item:first-child .wrap-autor-info span  {

  font-size: 20px;

}

.news-item-info a.link-news-btn {

  width: 273px;

  height: 63px;

  display: none;

  justify-content: center;

  align-items: center;

  color: #FFF;

  background: #A81022;

  font-size: 20px;

  font-style: normal;

  font-weight: 400;

  line-height: normal;

  margin-top: 40px;

  transition: all 0.3s;

}

.news-item-info a.link-news-btn:hover {

  background: #800000;

  transition: all 0.3s;

}

.news-item:first-child .news-item-info a.link-news-btn  {

  display: flex;

}

@media (max-width: 1200px) {

.news-item {

  display: flex;

  width: 100%;

  padding-top: 40px;

  padding-bottom: 40px;

  border-bottom: 1px solid #949494;

}

.news-item img {

  margin-right: 30px;

  max-width: 400px;

}



.news-item:nth-child(2n+2) {

  width: 100%;

  border-right: none;

}

.news-item:nth-child(2n+1) {

  padding-left: 00px;

  width: 100%;

}

}

@media (max-width: 768px) {

.news-item {

    padding-top: 30px;

    padding-bottom: 30px;

    flex-direction: column;

}

.news-item:first-child img,

.news-item img {

    margin-right: 0;

    width: 100%;

    max-width: 100%;

    height: 194px;

    object-fit: cover;

    object-position: center;

    margin-bottom: 15px;

}

.news-item:first-child .news-item-info .category {

    font-size: 16px;

}

.news-item-info a {

    color: #4E4E4D;

    font-size: 22px;

    font-style: normal;

    font-weight: 400;

    line-height: normal;

    margin-top: 5px;

    transition: all 0.3s;

}

.news-item-info .news-text {

    color: #949494;

    font-size: 16px;

    font-style: normal;

    font-weight: 400;

    line-height: normal;

    margin-top: 10px;

}

.news-item:first-child .wrap-autor-info p {

    font-size: 16px;

    margin-bottom: 6px;

}

.news-item:first-child .wrap-autor-info span {

    font-size: 16px;

}

.news-item:first-child .wrap-autor-info {

    margin-top: 32px;

}

.news-item-info a.link-news-btn {

    width: 100%;

    max-width: 460px;

    margin-top: 29px;

    transition: all 0.3s;

}

.wrap-autor-info {

    margin-top: 32px;

}

.wrap-autor-info span {

    color: #949494;

    font-size: 16px;

    font-style: normal;

    font-weight: 400;

    line-height: normal;

    margin-top: 4px;

    display: block;

}

}

/*конец новости*/

/*начало детальной новости*/

.news-detail-page {

  border-left: 1px solid rgba(197, 197, 197, 0.30);

  border-right: 1px solid rgba(197, 197, 197, 0.30);

}

.news-detail-banner {

  position: relative;

  height: 600px;

  padding-left: 25.5%;

}

.news-detail-banner img {

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  object-fit: cover;

  object-position: center;

}

.wrap-news-detail-banner-info {

  position: relative;

  z-index: 5;

  padding-top: 61px;

  padding-right: 69px;

}

.news-detail-banner-info {

  display: flex;

  justify-content: space-between;

  margin-bottom: 70px;

}

.autor-detail-info p {

  color: #FFF;

  font-size: 30px;

  font-style: normal;

  font-weight: 400;

  line-height: normal;

      margin-bottom: 4px;

}

.autor-detail-info span {

  color: #FFF;

  font-size: 16px;

  font-style: normal;

  font-weight: 400;

  line-height: normal;

}

.news-detail-category {

  border: 1px solid #FFF;

  display: flex;

  padding: 0 20px;
   
  width: auto;

  height: 43px;

  justify-content: center;

  align-items: center;

  color: #FFF;

  font-size: 20px;

  font-style: normal;

  font-weight: 400;

  line-height: normal;

}

.wrap-news-detail-banner-info h1 {

  color: #FFF;

  font-size: 80px;

  font-style: normal;

  font-weight: 400;

  line-height: 80px;

}

.autor-news-info {

  margin-left: 25.5%;

  padding-top: 60px;

  padding-bottom: 40px;

  display: flex;

  border-left: 1px solid rgba(197, 197, 197, 0.30);

}

.autor-news-info img {

  width: 180px;

  min-width: 180px;

  max-width: 180px;

  height: 180px;

  border-radius: 50%;

  margin-right: 20px;

}

.autor-news-info-side span {

  display: block;

  color: #4E4E4D;

  font-size: 30px;

  font-style: normal;

  font-weight: 400;

  line-height: normal;

}

.autor-news-info-side p {

  color: #949494;

  font-size: 20px;

  font-style: normal;

  font-weight: 400;

  line-height: 23px;

  margin: 15px 0;

  max-width: 680px;

}

.news-detail-side {

  display: flex;

}

.news-detail-left {

  width: 25.5%;

  padding-top: 49px;

}

.news-detail-content {

  width: 74.5%;

  padding-top: 49px;

  padding-bottom: 200px;

}

.news-detail-content p {

  font-family: 'Roboto', sans-serif; 

  color: #4E4E4D;

  font-size: 20px;

  font-style: normal;

  font-weight: 400;

  line-height: 130%;

  max-width: 880px;

  margin: 10px 0;

}

.news-detail-content p.anchor-title,{

  margin-top: 74px;

  margin-bottom: 20px;

  font-family: 'Franklin Gothic Book',sans-serif;

  color: #4E4E4D;

  font-size: 40px;

  font-style: normal;

  font-weight: 400;

  line-height: normal;

  text-transform: uppercase;

}
.news-detail-content h3 {
  color: #4E4E4D;
  font-family: 'Franklin Gothic Book',sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;
  line-height: normal;
}
.news-detail-content h2 {
  color: #4E4E4D;
  font-family: 'Bebas Neue', sans-serif;
/*  font-size: 80px;*/
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;
  line-height: normal;
}
.news-detail-content h4 {
  color: #949494;
  font-family: 'Franklin Gothic Book',sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.autor-news-info-side {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.news-detail-content p.anchor-title:first-child,.news-detail-content h2 {

  margin-top: 0;

}

.news-detail-content img {

  margin: 21px 0;

  max-width: 100%;
  
  height:auto;

}

.news-detail-content span {

  display: block;

  color: #4E4E4D;

  font-family: 'Roboto', sans-serif; 

  font-size: 20px;

  font-style: normal;

  font-weight: 600;

  line-height: 130%;

  margin-top: 20px;

  margin-bottom: 18px;

}

.news-detail-content a {
  font-family: 'Roboto', sans-serif;
  
  color: #A81022;

  font-style: normal;

  line-height: 130%;

  text-decoration: none;

}

.news-detail-content ol,

.news-detail-content ul {

  padding-left: 20px;

  margin: 18px 0 10px;

}

.news-detail-content ol li,

.news-detail-content ul li {

  color: #4E4E4D;

font-family: 'Roboto', sans-serif;

font-size: 20px;

font-style: normal;

font-weight: 400;

line-height: 130%; 

max-width: 880px;

}

.news-detail-content ol li + li,

.news-detail-content ul li + li {

  margin-top: 10px;

}

.news-detail-content ul li::marker {

  width: 4px;

  height: 4px;

  color: #A81022;

}

.anchor-block {

    position: sticky;

    top: 0;

    padding: 0px 13px;

    max-width: 360px;

}

.anchor-block ul {

    position: relative;

    padding: 0 0 0 18px;

}

.anchor-block ul:after {

    position: absolute;

    content: '';

    width: 1px;

    height: calc(100% - 16px);

    top: 8px;

    left: 3px;

    background: #D9D9D9;

    z-index: 1;

}

.anchor-block li span {

    position: absolute;

    content: '';

    width: 1px;

    height: 0px;

    top: 9px;

    left: -16px;

    background: #A81022;

    z-index: 11;

    transition: height 0.3s;

}

.anchor-block li.current span {

    height: calc(100% + 35px);

}

.anchor-block ul li {

    list-style-type: none;

    padding: 0;

    position: relative;

}

.anchor-block ul li:after {

    position: absolute;

    content: '';

    width: 8px;

    height: 8px;

    top: 8px;

    left: -19px;

    background: #949494;

    border-radius: 50%;

    z-index: 1;

}

.anchor-block ul li:before {

    position: absolute;

    content: '';

    width: 8px;

    height: 8px;

    top: 8px;

    left: -19px;

    background: #949494;

    border-radius: 50%;

    z-index: 2;

}

.anchor-block ul li.current:after {

    background: #A81022;

    z-index: 2;

}

.anchor-block ul li.active.current:after,

.anchor-block ul li.active:after {

    background: #A81022;

    width: 11px;

    height: 11px;

    z-index: 22;

    top: 8px;

    left: -21px;

}

.anchor-block ul li + li {

    margin-top: 25px;

}

.anchor-block ul li a {

  font-family: 'Franklin Gothic';

  color: #949494;

  font-size: 20px;

  font-style: normal;

  font-weight: 500;

  line-height: normal;

}

.anchor-block ul li.current a,

    .anchor-block ul li.active a {

    color: #A81022;

} 

.design-mobile {

  display: none;

}

.table-usib {
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-collapse: collapse;
    margin-bottom: 80px;
}

.table-usib tr td {
    color: #4e4e4d;
    font-size: 18px;
    font-weight: 700;
	padding: 10px;
    border: 1px solid #eae5e5;
}

.table-usib-title {
    text-align: center;
    padding: 30px 0 !important;
    background: #a81022;
    color: #fff !important;
}  

.h3style {
    color: #4E4E4D;
    font-size: 35px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    margin-bottom: 20px;
} 

.fonts-20 {
    font-size: 20px;
    margin-bottom: 20px;
}

.list-doc {
    margin-bottom: 30px !important;
}

.text-big-top {
    text-align: center;
    font-size: 24px !important;
    font-weight: 700 !important;
    margin-bottom: 30px !important;
}    

.h3-new {
    color: #4E4E4D;
    font-size: 40px;
    font-weight: 400;
    line-height: normal;
    margin: 20px 0;
}

.list-new-ul {
    padding-left: 18px;	
    margin-bottom: 30px;
}

.list-new-ul li {
    font-size: 20px;
	margin-bottom: 8px;
}


/*для тестовой страницы*/


.wrap-psycho-questions-form .b24-form-control-container {
    margin-bottom: 40px !important;
}

.wrap-psycho-questions-form .b24-form-control-text .b24-form-control {
    height: 65px !important;
} 

.wrap-psycho-questions-form .b24-form-wrapper .b24-form-content, .wrap-psycho-questions-form .b24-form-wrapper .b24-form-padding-side {
    padding: 0;
}

.wrap-psycho-questions-form .b24-form-control-agreement .b24-form-control-container {
    margin:0 !important;
}

.wrap-psycho-questions-form .b24-form-wrapper {
    max-width: 638px;
    margin: inherit;
}    

.wrap-psycho-questions-form .b24-form-control-label {
    font-family: 'Franklin Gothic Book', sans-serif !important;
	padding: 0 30px !important;
    color: #949494 !important;
    font-size: 30px !important;
    font-style: normal !important;
    font-weight: 100 !important;
    line-height: normal !important;
    opacity: 1;
}

.wrap-psycho-questions-form .b24-form-control:focus+ .b24-form-control-label {
    top: -16px !important;
    font-size: 12px !important;
}

.wrap-psycho-questions-form .b24-form-control-not-empty+.b24-form-control-label {
    top: -16px !important;
    font-size: 12px !important;
}

.wrap-psycho-questions-form .b24-form-control-container input {
    border-bottom: 1px solid #949494 !important;
    padding: 13px 0px !important;
}

.wrap-psycho-questions-form .wrap-footer-form-side .b24-form-control-label {
    color: #949494 !important;
    opacity: 1;
}

.wrap-psycho-questions-form .b24-form-state-container .b24-form-success {
    background-color: #4e4e4d !important;
}

/*для тестовой страницы*/






/*для тестовой страницы справа*/

.psycho-form-mba-right .b24-form-control-container {
    margin-bottom: 40px !important;
}

.psycho-form-mba-right .b24-form-control-text .b24-form-control {
    height: 65px !important;
} 

.psycho-form-mba-right .b24-form-wrapper .b24-form-content, .wrap-psycho-questions-form .b24-form-wrapper .b24-form-padding-side {
    padding: 0;
}

.psycho-form-mba-right .b24-form-control-agreement .b24-form-control-container {
    margin:0 !important;
}

.psycho-form-mba-right .b24-form-wrapper {
    max-width: 480px;
    background: none;
}    

.psycho-form-mba-right .b24-form-control-label {
    font-family: 'Franklin Gothic Book', sans-serif !important;
	padding: 0 30px !important;
    color: #949494 !important;
    font-size: 30px !important;
    font-style: normal !important;
    font-weight: 100 !important;
    line-height: normal !important;
    opacity: 1;
}

.psycho-form-mba-right .b24-form-control:focus+ .b24-form-control-label {
    top: -16px !important;
    font-size: 12px !important;
}

.psycho-form-mba-right .b24-form-control-not-empty+.b24-form-control-label {
    top: -16px !important;
    font-size: 12px !important;
}

.psycho-form-mba-right .b24-form-control-container input {
    border-bottom: 1px solid #949494 !important;
    padding: 13px 0px !important;
}

.psycho-form-mba-right .wrap-footer-form-side .b24-form-control-label {
    color: #949494 !important;
    opacity: 1;
}

.psycho-form-mba-right .b24-form-state-container .b24-form-success {
    background-color: #4e4e4d !important;
}

.psycho-form-mba-right .b24-form-btn { 
background: #A81022;
}

.psycho-form-mba-right .b24-form-btn:hover {
background: #A81022;
}

.psycho-form-mba-right .b24-form-field-agreement .b24-form-field-agreement-link {
    color: #fff;
}

.psycho-form-mba-right .b24-form .b24-form-sign-abuse-link {
    color: #fff;
    border-bottom: 1px solid #fff;
}

.psycho-form-mba-right .b24-form .b24-form-sign-abuse-help {
    filter: invert(1);
}



/*для тестовой страницы справа*/



.b24-form-control-container {
    margin-bottom: 40px !important;
}

.b24-form-control-text .b24-form-control {
    height: 65px !important;
} 

.b24-form-control-agreement .b24-form-control-container {
    margin:0 !important;
}

.b24-form-control-label {
    font-family: 'Franklin Gothic Book', sans-serif !important;
	padding: 0 30px !important;
    color: #FFF !important;
    font-size: 30px !important;
    font-style: normal !important;
    font-weight: 100 !important;
    line-height: normal !important;
}

.b24-form-control:focus+ .b24-form-control-label {
    top: -16px !important;
    font-size: 12px !important;
}

.b24-form-control-not-empty+.b24-form-control-label {
    top: -16px !important;
    font-size: 12px !important;
}

.b24-form-control-container input {
    border-bottom: 1px solid #949494 !important;
    padding: 13px 0px !important;
}

.wrap-footer-form-side .b24-form-control-label {
    color: #949494 !important;
    opacity: 1;
}

.b24-form-state-container .b24-form-success {
    background-color: #4e4e4d !important;
}

.b24-form-wrapper.b24-form-border-bottom {
    border-bottom: 0 !important;
}


/*новый код битрикс 24 для форм*/


.new-consultation-form-right .b24-form-wrapper {
    background: transparent;
}

.new-consultation-form-right .b24-form-padding-side {
    padding: 0;
}

.new-consultation-form-right .b24-form-control-label {
    opacity: 1;
}

.new-consultation-form-right .b24-form-field-agreement .b24-form-field-agreement-link {
    opacity: 0.5;
    color: #fff!important;
    text-decoration: none;
}

.new-consultation-form-right .b24-form-control-container {
    margin-bottom: 26px !important;
}

.new-consultation-form-right .b24-form-control-agreement .b24-form-control-container {
     margin-bottom: 0 !important;
}

.b24-form-field.b24-form-control-agreement {
    margin-bottom: 0;
}    

.new-consultation-form-right .b24-form-control-container input {
    border-bottom: 1px solid #ffffff !important;
}    

.new-consultation-form-right .b24-form-control-desc {
    color: #fff;
}

.new-consultation-form-right .b24-form-field-agreement .b24-form-control-desc {
    opacity: 1;
} 

.new-consultation-form-right .b24-form-sign {
    display:none;
}

.new-consultation-form-right button[type=submit] {
    border-radius: 0;
}

.new-consultation-form-right .b24-form-control-string .b24-form-control:-webkit-autofill {
	-webkit-text-fill-color: #fff;
	color: #fff;
}

.new-consultation-form-right .b24-form-control-string .b24-form-control {
    color: #fff;
}




.grecaptcha-badge {
    display: none;
}

.course-program-accordion-item-content ul li span {
    font-size: inherit !important;
}

.banner-dektop, .banner-mobile {
    display: block;
    margin-top: 60px;
}    

.banner-dektop img {
    max-width: 100%;
    height: auto;
}

.banner-mobile {
    display:none;    
}

.banner-mobile img {
    max-width: 100%;
    height: auto;
}

@media (max-width: 767px) {
    
.banner-dektop {
    display:none;    
}  

.banner-mobile {
    display:block;    
}
    
}    

@media (max-width: 890px) {
    
.table-usib {
    width: 100%;
    display: block;
    overflow: auto;
}

}


@media (max-width: 1200px) {

.autor-news-info {

    margin-left: 0;

    padding-top: 35px;

    padding-bottom: 40px;

    display: flex;

    border-left: none;

}

.autor-news-info-side p {

    color: #949494;

    font-size: 20px;

    font-style: normal;

    font-weight: 400;

    line-height: 23px;

    margin: 15px 0;

    max-width: none;

}

.news-detail-left {

  display: none;

}

.news-detail-content {

  width: 100%;

}

.news-detail-content p {

  max-width: none;

}

.news-detail-banner {

    position: relative;

    height: 600px;

    padding-left: 60px;

}
.about-description-slider .swiper-pagination-bullet,
.wrap-news-slider .swiper-pagination-bullet,
.wrap-teachers-slider .swiper-pagination-bullet,
.wrap-directions-content .swiper-pagination-bullet,
.wrap-awards-slider .swiper-pagination-bullet {
  top: -11px;
}
}
.wrap-news-slider .history-swiper-pagination:after {
  background: transparent;
}
.wrap-news-slider .swiper-pagination-bullet {
  top: -11px;
}
.wrap-student-slider .swiper-pagination-bullet {
  top: 0;
}
.wrap-student-slider .swiper-pagination-bullet:after,
.wrap-student-slider .history-swiper-pagination:after {
  background: transparent;
}
.calendar-body-img-mobile {
  display: none;
}
@media (max-width: 768px) {
  .program-detail-page {
    overflow: hidden;
    max-width: 100vw;
  }

.news-detail-banner {

    position: relative;
    min-height: 505px;
    height: auto;

    padding-left: 10px;

    margin-left: -10px;
    padding-bottom: 30px;

    width: calc(100% + 20px);

}

.news-detail-banner-info {

    display: flex;

    justify-content: space-between;

    margin-bottom: 46px;

    flex-direction: column;

}

.autor-detail-info p {

  font-size: 22px;

  margin-bottom: 3px;

}

.wrap-news-detail-banner-info {

    position: relative;

    z-index: 5;

    padding-top: 31px;

    padding-right: 0;

}

.autor-detail-info span {

  font-size: 14px;

}

.news-detail-category {

    border: 1px solid #FFF;

    display: flex;

    width: 107px;

    height: 40px;

    justify-content: center;

    align-items: center;

    color: #FFF;

    font-size: 16px;

    font-style: normal;

    font-weight: 400;

    line-height: normal;

    margin-top: 23px;

}

.wrap-news-detail-banner-info h1 {

    color: #FFF;

    font-size: 50px;

    font-style: normal;

    font-weight: 400;

    line-height: 50px;

    word-break: break-word;

    padding-right: 30px;

}

.autor-news-info img {

    width: 124px;

    min-width: 124px;

    max-width: 124px;

    height: 124px;

    border-radius: 50%;

    margin-right: 15px;

}

.autor-news-info {

  flex-wrap: wrap;

}

.autor-news-info-side span {

  font-size: 22px;

}

.design-mobile {

  display: block;

  width: 50%;

}

.autor-news-info-side:not(.design-mobile) {

  padding-top: 20px;

}

.autor-news-info-side:not(.design-mobile) span {

  display: none;

}

.autor-news-info-side p {

    color: #949494;

    font-size: 16px;

    font-style: normal;

    font-weight: 400;

    line-height: 18px;

    margin: 0px 0px 6px;

    max-width: none;

}

.news-detail-content p.anchor-title,.news-detail-content h3 {

  font-size: 24px;

  margin-bottom: 10px;

  margin-top: 58px;

}

.news-detail-content {

  padding-top: 3px;

}

.news-detail-content p {

    font-family: 'Roboto', sans-serif;

    color: #4E4E4D;

    font-size: 18px;

    font-style: normal;

    font-weight: 400;

    line-height: 150%;

    max-width: 880px;

    margin: 10px 0;

}

.news-detail-content img {

    margin: 10px 0;

    max-width: 100%;
    
    height:auto;

}

.news-detail-content span {

    display: block;

    color: #4E4E4D;

    font-family: 'Roboto', sans-serif;

    font-size: 18px;

    font-style: normal;

    font-weight: 600;

    line-height: 150%;

    margin-top: 21px;

    margin-bottom: 18px;

}

.news-detail-content ol li, .news-detail-content ul li {

    color: #4E4E4D;

    font-family: 'Roboto', sans-serif;

    font-size: 18px;

    font-style: normal;

    font-weight: 400;

    line-height: 150%;

    max-width: 880px;

}
.target-program-pagination .swiper-pagination-bullet {
  top: -11px;
}
.about-image-slider .swiper-pagination-bullet {
  top: -9px;
}
.program-teachers-slider .swiper-pagination-bullet,
.wrap-news-slider .swiper-pagination-bullet,
.wrap-teachers-slider .swiper-pagination-bullet,
.wrap-directions-content .swiper-pagination-bullet,
.wrap-awards-slider .swiper-pagination-bullet {
  top: -11px;
}

.wrap-news-content .history-swiper-pagination:after,
.wrap-student-content .swiper-pagination-bullet:after,
.wrap-student-content .history-swiper-pagination:after,
.wrap-directions-content .history-swiper-pagination:after {
  background: transparent;
}
.program-detail-banner .swiper-pagination-bullet,
.wrap-student-content .swiper-pagination-bullet {
  top: 0;
}
.program-detail-history-slider-block .history-slider img {
    height: auto;
    object-fit: cover;

}
.calendar-body-img{
    display:none;
  }
  .calendar-body-img-mobile {
      display: block;
      width: 100%;
      max-width: 440px;
      margin: auto;
  }
  .target-program .target-program-pagination.swiper-pagination-bullets:after {
    top: 13px;
}
  .target-program .target-program-pagination .swiper-pagination-bullet {
    top: 2px;
}
.wrap-interesting-slider .interesting-slider .swiper-pagination-bullet {
  top: -11px;
}
.student-slider,
.program-teachers-slider {
  overflow: hidden;
  max-width: 100%;

}
.program-teachers-slider {
    padding-right: 15px;
}
}
.teachers {
  overflow: hidden;
}
/*конец детальной новости*/
.wrap-program-detail-banner-slider .program-detail-pagination .swiper-pagination-bullet {
  flex: 1;
  width: 100%;
}
.program-detail-pagination {
  display: flex;
  top: 10px!important;
}
.tab_box-content .tab-slider .history-swiper-pagination {
    position: absolute;
    left: 50%!important;
    transform: translateX(-50%);
    top: 26px!important;
    width: 172px!important;
    display: flex;
    z-index: 25;
}
.tab_box-content .tab-slider .history-swiper-pagination:after {

}
.interesting-slider .swiper-pagination-bullet,
.program-detail-bg-slider .swiper-pagination-bullet,
.about-description-slider .swiper-pagination-bullet,
.tab_box-content .tab-slider .history-swiper-pagination .swiper-pagination-bullet {
    top: -11px;
    flex: auto; 
}
.swiper-pagination-bullets:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 2px;
  width: 100%;
  background: #999!important;
  z-index: 1;
  opacity: 0.3;
}
.main-swiper-pagination.swiper-pagination-bullets:after,
.target-program-pagination.swiper-pagination-bullets:after {
  top: 18px;
}

.student-slide-left:has(* +.play-video:hover) {
  background: #A81022;
  transition: all 0.3s;
}



@media screen and (min-width: 992px) and (max-width: 1580px) {
    html {
        --page-zoom: .75;
    }
    header.open {
      height: 100%;
    }
    .wrap-gamb {
      height: calc(100vh - 33px);
    }
}

@media screen and (min-width: 992px) {
    html {
        zoom: var(--page-zoom);
        -ms-zoom: var(--page-zoom);
        -webkit-zoom: var(--page-zoom);
    }

    @-moz-document url-prefix() {
        .zoomed > * {
            -moz-transform: scale(var(--page-zoom), 1);
            -moz-transform-origin: center top;
        }

        html {
            -moz-transform: scale(1, var(--page-zoom));
            -moz-transform-origin: 0 0;
        }
    }
}

@media screen and (min-width: 1581px) {

    html {
        --page-zoom: 1;
    }
}
.go-top {
  position: fixed;
  bottom: 5%;
    right: 30px;
  width: 80px;
cursor: pointer;
  z-index: 10;
  height: 80px;
}
@media screen and (min-width: 1921px) {
.popup-video img {
    width: 100%;
    height: 100%;
    max-height: 100%;
    object-fit: cover;
    display: block;
}
.main {
    height: 1080px;
    overflow: hidden;
}
.net-position {
  height: 839px;
}
.wrap-net-position {
  height: 1080px;
}
.main-slider,
.net-position-top {
    height: 657px;
}
.wrap-main-bg-slider,
.main-bg-slider img {
  height: 1080px;
}
}
.price-up {
  width: 100%;
  max-width: 300px;
  padding: 10px 15px;
  background: #A81022;
  color:#FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.price-up span {
  color:#FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  white-space: pre;
}
@media screen and (max-width: 768px) {
.price-up {
  width: 100%;
  max-width: 230px;
  padding: 10px 15px;
  background: #A81022;
  color:#FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.price-up span {
  color:#FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  white-space: pre;
}
}
/*начало новой психологии*/

.psycho-top-block {
  width: 100%;
  max-width: 1920px;
  margin: auto;
}
.wrap-psycho-top-block {
  display: flex;
  height: 800px;
}
.psycho-top-left {
  width: 390px;
  background: #800000;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 30px 40px;
}
.psycho-top-left-info-item + .psycho-top-left-info-item {
  margin-top: 20px;
}
.psycho-top-left-info-item span {
  color: #D9D9DA;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.psycho-top-left-info-item p {
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-top: 10px;
}
.psycho-top-left-info-item p span {
  color: #D9D9DA;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.psycho-top-right {
  position: relative;
  width: calc(100% - 390px);
  padding-left: 40px;
  padding-top: 100px;
  padding-bottom: 75px;
  display: flex;
  flex-direction: column;
}
.psycho-top-desc {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  height: 800px;
}
.psycho-top-mob {
  display: none;
}
.psycho-top-right .breadcrumb ul li a {
  color: #FFF;
}
.psycho-top-right .breadcrumb ul li + li:after {
    background: #fff;
}
.psycho-top-right .breadcrumb {
  margin-bottom: 57px;
}
.psycho-top-right h1 {
  color:  #FFF;
  font-size: 120px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
.psycho-top-right h1 span {
  font-size: 80px;
  font-family: 'Bebas Neue', sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  display: block;
}
.psycho-top-right h6 {
  color: #FFF;
  font-family: 'Franklin Gothic Book',sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 30px;
}
.wrap-psycho-top-items {
  width: 100%;
  display: flex;
  gap: 40px;
  align-items: center;
  margin-top: auto;
}
.psycho-top-item {
  display: flex;
  align-items: center;
  gap: 20px;
}
.psycho-top-item span {
  color: #FFF;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 100px;
  font-style: normal;
  font-weight: 400;
  line-height: 90%;
}
.psycho-top-item p {
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.psycho-top-item a {
  width: 315px;
  background: #FFF;
  height: 63px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #A81022;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.psycho-program-img-mob {
  display: none;
}
.wrap-psycho-program {
  display: flex;
  border-left: 1px solid rgba(197, 197, 197, 0.30);
  border-right: 1px solid rgba(197, 197, 197, 0.30);
  padding-bottom: 100px;
  position: relative;
}
.psycho-program-left {
  width: 25.5%;
  padding-right: 50px;
  padding-top: 150px;
}
.psycho-program-left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.psycho-program-right {
  position: relative;
  padding-top: 140px;
  width: 74.5%;
}
.psycho-program-right h2 {
  color: #4E4E4D;
  font-size: 80px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  position: relative;
  z-index: 2;
}
.psycho-program-bg {
  position: absolute;
  z-index: 1;
  right: 15px;
  top: 48px;
}
.wrap-psycho-program-items {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  padding-top: 50px;
  padding-right: 130px;
}
.wrap-psycho-program:after {
  position: absolute;
  left: 25.5%;
  content: '';
  width: 1px;
  top: 0;
  background: rgba(197, 197, 197, 0.30);;
  height: 100%;
}
.psycho-program-item {
  width: calc(50% - 15px);
  min-height: 109px;
  position: relative;
  display: flex;
  align-items: center;
  padding: 20px 30px;
  background-color: #F6F6F6;
  background-image: url('./../imgs/psycho-program-item-mark.svg');
  background-repeat: no-repeat;
  background-position: left bottom;
}

.psycho-program-item p {
  color: #4E4E4D;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.psycho-grid {
  background: #F6F6F6;
}
.wrap-psycho-grid {
  padding: 85px 0 100px;
  position: relative;
  border-left: 1px solid rgba(197, 197, 197, 0.30);
  border-right: 1px solid rgba(197, 197, 197, 0.30);
}
.wrap-psycho-grid:after {
  position: absolute;
  left: 25.5%;
  content: '';
  width: 1px;
  top: 0;
  background: rgba(197, 197, 197, 0.30);;
  height: 100%;
}
.wrap-psycho-grid h2 {
  margin-left: 25.5%;
  color: #4E4E4D;
  font-size: 80px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.wrap-psycho-grid-items {  
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 250px);
  gap: 30px;
  grid-auto-flow: row;
  margin-top: 30px;
}

.psycho-grid-item-1 { 
  grid-area: 1 / 1 / 2 / 2; 
}

.psycho-grid-item-2 { 
  grid-area: 1 / 2 / 2 / 3; 
}

.psycho-grid-item-3 { 
  grid-area: 1 / 3 / 2 / 4; 
}

.psycho-grid-item-4 { 
  grid-area: 1 / 4 / 3 / 5; 
}

.psycho-grid-item-5 { 
  grid-area: 2 / 1 / 3 / 2; 
}

.psycho-grid-item-6 { 
  grid-area: 2 / 2 / 3 / 3; 
}

.psycho-grid-item-7 { 
  grid-area: 2 / 3 / 3 / 4; 
}
.psycho-grid-item {
  background: #FFF;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.psycho-grid-item.psycho-grid-item-img {
  padding: 0;
}
.psycho-grid-item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.psycho-grid-item p {
  color: #4E4E4D;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.wrap-psycho-unique {
  padding: 85px 0 100px;
  position: relative;
  border-left: 1px solid rgba(197, 197, 197, 0.30);
  border-right: 1px solid rgba(197, 197, 197, 0.30);
}
.wrap-psycho-unique:after {
  position: absolute;
  left: 25.5%;
  content: '';
  width: 1px;
  top: 0;
  background: rgba(197, 197, 197, 0.30);;
  height: 100%;
  z-index: 1;
}
.wrap-psycho-unique h2 {
  margin-left: 25.5%;
  color: #4E4E4D;
  font-size: 80px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.wrap-psycho-unique-items {
  display: flex;
  gap: 30px;
  position: relative;
  z-index: 5;
  margin-top: 30px;
}
.psycho-unique-item {
  width: 490px;
  min-height: 490px;
  position: relative;
}
.psycho-unique-item-1 {
  background-color: #A81022;
  background-image: url('./../imgs/unique-bg-1.png');
  background-repeat: no-repeat;
  background-position: right 10%;
  padding: 46px;
  display: flex;
  flex-direction: column;
}
.psycho-unique-item h4 {
  color:#FFF;
  font-family: 'Franklin Gothic Book',sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 20px;
}
.psycho-unique-item p {
  color: #FFF;
  font-family: 'Franklin Gothic Book',sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.wrap-psycho-unique-tags {
  margin-top: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.wrap-psycho-unique-tags span {
  background: rgba(255, 255, 255, 0.20);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 0 10px;
}
.psycho-unique-item-2 {
  background-color: #F6F6F6;
  background-image: url('./../imgs/unique-bg-2.png');
  background-repeat: no-repeat;
  background-position: right 10%;
  padding: 46px;
  display: flex;
  flex-direction: column;
}
.psycho-unique-item-2.psycho-unique-item-new-1 {
  background-color: #F6F6F6;
  background-image: url('./../imgs/unique-bg-3.png');
  background-repeat: no-repeat;
  background-position: right 10%;
}
.psycho-unique-item-2 h4 {
  color: #4E4E4D;
}
.psycho-unique-item-2 p {
  color: #4E4E4D;
}
.psycho-unique-item-2 .wrap-psycho-unique-tags span {
  background: rgba(172, 172, 172, 0.20);
  color: #4E4E4D;
}
.psycho-unique-item-3 img {
  width: 685px;
  height: 490px;
  object-fit: cover;
}
.psycho-course-program {
  background: #4E4E4D;
}
.psycho-course-program .course-program-content {
  padding-top: 81px;
}
.psycho-course-program .course-program-accordion:after {
  position: absolute;
  content: '';
  top: 0;
  left: -98px;
  width: 435px;
  height: 696px;
  opacity: 1;
  z-index: 0;
  background-image: url('./../imgs/accordion-statue-2.png');
  background-repeat: no-repeat;
}
.psycho-course-program .course-program-accordion {
    position: relative;
    border-top: 1px solid rgba(197, 197, 197, 0.30);
    padding-left: 25.5%;
    padding-bottom: 234px;
    column-count: 2;
    gap: 0px 85px;
    /*display: flex;*/
    /*flex-wrap: wrap;*/
}
.psycho-course-program .course-program-accordion-title {
    position: relative;
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    transition: all 0.3s;
    padding-right: 30px;
}
.psycho-course-program .course-program-accordion-title:after {
  right: 0;
}
.psycho-course-program .course-program-accordion-item-content {
  padding-top: 10px;
}
.psycho-course-program .course-program-accordion-item-content ul li {
  font-size: 16px;
}
.psycho-course-program .course-program-accordion-item-content ul li + li {
    margin-top: 0px;
}
.psycho-course-program .course-program-accordion-item {
    padding: 16px 0 11px;
    /*width: calc(50% - 43px);*/
}

@media (max-width: 991px) {

.psycho-course-program .course-program-accordion {
    column-count: 1;
}

}

.psycho-course-program-accordion-title {
    position: relative;
    color: #FFF;
    width: 100%;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-right: 30px;
    transition: all 0.3s;
}
.psycho-course-program-accordion-title:after {
    position: absolute;
    content: "";
    right: 16px;
    width: 6px;
    height: 6px;
    border-radius: 6px;
    top: 10px;
    background: #fff;
    transition: all 0.3s;
}
.course-program-accordion-title span {
    display: block;
    max-width: 93%;
}
.course-program-accordion-title:after {
    position: absolute;
    content: "";
    right: 27px;
    width: 35px;
    height: 35px;
    top: -7px;
    background-image: url('./../imgs/plus_w.png');
    background-repeat: no-repeat;
    background-position: center;
    transform: rotate(0deg);
    transition: all 0.3s;
}
.psycho-questions .open .course-program-accordion-title:after,
.open .course-program-accordion-title:after {
  transform: rotate(135deg);
}
.psycho-questions-form {
  display: flex;
}
.psycho-questions-form-left {
  width: 46.7%;
  height: 826px;
}
.psycho-questions-form-left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.psycho-questions-form-right {
  width: 53.3%;
  display: flex;
    background: #A81022;
  flex-direction: column;
}
.psycho-questions-top {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 42.88%;
  padding-left: 75px;
}
.psycho-questions-top H2 {
  color: #FFF;
  font-size: 80px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 20px;
}
.psycho-questions-top p {
  color: #FFF;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
#psycho-questions-form {
  max-width: 576px;
}
.wrap-psycho-questions-form {
    padding-top: 58px;
    padding-left: 76px;
    height: 57.12%;
    background: #f6f6f6;
}
.wrap-psycho-questions-form.send {
  background: #A81022;
}
#thx-question {
  display: none;
}
.wrap-psycho-questions-form.send form {
  display: none;
}
.wrap-psycho-questions-form.send #.thx-question {
  display: block;
}
.thx-question h3 {
  color: #fff;
}
.thx-question p {
  color: #fff;
}
.thx-question p b {
  display: block;
}
.wrap-psycho-end-side {
  display: flex;
  gap: 30px;
  position: relative;
  border-left: 1px solid rgba(197, 197, 197, 0.30);
  border-right: 1px solid rgba(197, 197, 197, 0.30);
  padding-bottom: 105px;
}
.wrap-psycho-end-side:after {
  position: absolute;
  left: 25.5%;
  content: '';
  width: 1px;
  top: 0;
  background: rgba(197, 197, 197, 0.30);;
  height: 100%;
}
.wrap-psycho-end-side:before {
  position: absolute;
  left: 51%;
  content: '';
  width: 1px;
  top: 0;
  background: rgba(197, 197, 197, 0.30);;
  height: 100%;
}
.psycho-end-left {
  width: calc(50% - 15px);
}
.psycho-end-right {
  width: calc(50% - 15px);
}
.psycho-end-left h2 {
  color: #4E4E4D;
  font-size: 80px;
  font-style: normal;
  font-weight: 400;
  line-height: 90%;
  margin-bottom: 80px;
}
.wrap-psycho-end-items {
  display: flex;
  flex-wrap: wrap;
  gap:40px 30px;
}
.psycho-end-item {
  position: relative;
  width: calc(50% - 15px);
  padding-left: 38px;
}
.psycho-end-item:after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 28px;
  height: 28px;
  background-image: url('./../imgs/romb.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.psycho-end-item p {
  color: #4E4E4D;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0;
}
.psycho-end-item p + p {
  margin-top: 10px;
}
.psycho-end-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.psycho-end-slider {
  height: 100%;
  overflow: hidden;
  position: relative;
}
.wrap-psycho-end-slider-navigation {
  position: absolute;
  bottom: 60px;
  z-index: 5;
  left: 70px;
  display: flex;
  width: 357px;
  height: 52px;
}
.psycho-end-slider-navigation {
  width: 100%;
  height: 100%;
  position: relative;
}
.psycho-end-slider p {
  position: absolute;
  top: 60px;
  left: 70px;
  color: #FFF;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}
.psycho-end-next {
  position: absolute;
  right: 0;
  left: auto;
}
.psycho-end-slider .psycho-end-pagination {
  display: flex;
  position: absolute;
  width: 120px;
  left: calc(50% - 60px);
  top: 26px;
  z-index: 1;
}
.psycho-end-pagination:after {
  display: none;
}
.psycho-end-pagination .swiper-pagination-bullet {
  top: -11px;
}
.arrow-psycho-end-slider {
  z-index: 10;
}
.psycho-end-counter {
  position: absolute;
  width: 196px;
  top: 16px;
  display: flex;
  justify-content: space-between;
  color: #fff;
  z-index: 0;
  left: calc(50% - 98px);
}
.psycho-end-counter span {
  color:  #FFF;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.psycho-form-mba {
  background: #F6F6F6;
  padding: 100px 0;
}
.wrap-psycho-form-mba-side {
  display: flex;
  gap: 30px;
}
.psycho-form-mba-left {
  width: calc(50% - 15px);
  background: #FFF;
  padding: 50px 40px;
}
.psycho-form-mba-left h2 {
  color: #4E4E4D;
  font-size: 80px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.wrap-psycho-form-mba-items {
  display: flex;
  gap: 20px;
  margin-top: 30px;
  margin-bottom: 50px;
}
.psycho-form-mba-item {
  display: flex;
  flex-direction: column;
  padding: 15px;
  background: #F6F6F6;
}
.psycho-form-mba-item span {
  color: #949494;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: block;
}
.psycho-form-mba-item p {
  color: #4E4E4D;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.psycho-form-mba-price {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.psycho-form-mba-price p {
  color: #4E4E4D;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: left;
  max-width: 300px;
}
.psycho-form-mba-price + .psycho-form-mba-price {
  margin-top: 40px;
}
.psycho-form-mba-price p b {
  color: #4E4E4D;
  text-align: right;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 50px;
  font-style: normal;
  font-weight: 400;
  line-height: 90%;
}
.psycho-form-mba-right {
  background: #4E4E4D;
  width: calc(50% - 15px);
  display: flex;
  align-items: center;
  justify-content: center;
}
#psycho-form {
  width: 480px;
}
#psycho-form .wrap-submit-info p a {
  color: #D9D9DA;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
#psycho-form button[type="submit"] {
  width: 100%;
    margin-top: 50px;
    background: #A81022;
    height: 63px;
    border: none;
    cursor: pointer;
    color: #FFF;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: flex;
    justify-content: center;
    align-items: center;
}
#psycho-form .wrap-submit-info {
    margin-top: 20px;
}
#psycho-form .wrap-input input {
  color: #FFF;
}
.psycho-questions {
  background: #F6F6F6;
  border-left: 1px solid rgba(197, 197, 197, 0.30);
}
.wrap-psycho-questions {
  display: flex;
  height: 994px;
  position: relative;
}
.psycho-questions-left {
  width: 360px;
  min-width: 360px;
  position: relative;
}
.psycho-questions-left img {
  width: 100%;
  height: auto;
  width: 555px;
  position: absolute;
  right: 0;
  top: 0;
}
.psycho-questions-right {
  position: relative;
  width: 1140px;
  margin-left: 30px;
  padding-top: 134px;
  border-left: 1px solid rgba(197, 197, 197, 0.30);
  border-right: 1px solid rgba(197, 197, 197, 0.30);

}
.psycho-questions-right h2 {
  color: #4E4E4D;
  font-size: 80px;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 35px;
  line-height: normal;
}
.course-program-accordion-item {
  width: 100%;
}
.psycho-questions-right h2 + .course-program-accordion-item {
  border-top: 1px solid rgba(197, 197, 197, 0.30)!important;
}
.psycho-questions .course-program-accordion-title {
  color: #4E4E4D;
}
.psycho-questions .course-program-accordion-item-content p {
  color: #4E4E4D;
}
.psycho-questions .course-program-accordion-title:after {
    position: absolute;
    content: "";
    right: 27px;
    width: 35px;
    height: 35px;
    top: 0px;
    background-image: url(./../imgs/plus.png);
    background-repeat: no-repeat;
    background-position: center;
    transform: rotate(0deg);
    transition: all 0.3s;
}
.psycho-plan {
  background: #F6F6F6;
}
.psycho-plan-body {
  padding-left: 25.5%;
  border-left: 1px solid rgba(197, 197, 197, 0.30);
  border-right: 1px solid rgba(197, 197, 197, 0.30);
}
.wrap-psycho-plan-items {
  border-left: 1px solid rgba(197, 197, 197, 0.30);
  padding: 60px 0 80px;
  display: flex;
  gap: 80px;
}
.psycho-plan-item span {
  display: block;
  color: #A81022;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 100px;
  font-style: normal;
  font-weight: 400;
  line-height: 90%;
}
.psycho-plan-item  p {
  color: #4E4E4D;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 1480px) {
  .wrap-psycho-top-items {
    flex-wrap: wrap;
  }
  .psycho-top-item {
    width: calc(50% - 20px);
  }
}
@media (max-width: 1360px) {
  .wrap-psycho-unique-items {
      display: flex;
      gap: 30px;
      position: relative;
      z-index: 5;
      margin-top: 30px;
      flex-wrap: wrap;
  }
  .psycho-unique-item {
      width: calc(50% - 15px);
      min-height: 50%;
      position: relative;
  }
  .psycho-unique-item.psycho-unique-item-3 {
    width: 100%;
  }
  .psycho-unique-item-3 img {
      width: 100%;
      height: auto;
      object-fit: cover;
  }
  .psycho-course-program .course-program-accordion-item {
      padding: 16px 0 11px;
      width: 100%;
  }
  .wrap-psycho-top-block {
    display: flex;
    height: auto;
}
.psycho-top-desc {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    height: 100%;
}
}
@media (max-width: 1200px) {
   .psycho-plan-body {
    padding-left: 0;
  }
.psycho-questions-form {
    display: flex;
    flex-wrap: wrap;
}
.psycho-questions-form-left {
    width: 100%;
    order: 2;
    height: auto;
}
.psycho-questions-form-right {
    width: 100%;
    display: flex;
    flex-direction: column;
    order: 1;
}
.psycho-questions-top {
    padding-left: 75px;
    padding-top: 50px;
    padding-bottom: 50px;
}
.wrap-psycho-questions-form .wrap-input label {
      border-bottom: 1px solid #949494;
}
   .wrap-psycho-questions-form  .wrap-input input {
        color: #4E4E4D;
    }
  .wrap-psycho-questions-form .wrap-input label span {
        color: #949494;
    }
        .wrap-psycho-questions-form .wrap-input input::placeholder {
        color: rgb(117, 117, 117);
    }
    .wrap-psycho-program-items {
      padding-right: 0;
    }
}


.link_all_container a {
  font-weight: 300;
  display: block;
  color: #4E4E4D;
  font-size: 30px;
  width: 100%;
  text-align: center;
  border: solid 1px #4E4E4D;
  padding: 30px 0px;
  margin-top: 43px;
}

@media (max-width: 768px) {
  .link_all_container a {
    width: 95%;
    margin-top: 43px !important;
    margin: auto;
    font-size: 22px;
    padding-left: 60px;
    padding-right: 60px;
    line-height: 27px;
    font-weight: 400;
  }
  .youtube-video iframe {
    height: 350px;
  }
  .wrap-psycho-plan-items {
    border-left: none;
  }
  .wrap-psycho-plan-items {
    gap: 20px;
    flex-wrap:wrap;
  }
  .psycho-plan-item {
    width: calc(50% - 10px);
  }
  .psycho-plan-item span {
  display: block;
  color: #A81022;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 50px;
  font-style: normal;
  font-weight: 400;
  line-height: 90%;
}
.psycho-plan-item  p {
  color: #4E4E4D;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
  .wrap-psycho-top-block {
    flex-direction: column-reverse;
  }
  .psycho-top-block .container {
    padding: 0;
  }
  .psycho-top-right {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 35px;
    padding-bottom: 40px;
  }
  .psycho-top-desc {
    display: none;
  }
  .psycho-top-mob {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    object-fit: cover;
  }
  .psycho-top-right h1 {
    font-size: 50px;
  }
  .psycho-top-right h1 span {
    font-size: 38px;
  }
  .psycho-top-right .breadcrumb {
    margin-bottom: 59px;
  }
  .psycho-top-right h6 {
    font-size: 22px;
  }
  .psycho-top-item {
    width: calc(50% - 5px);
    flex-direction: column;
    align-items: flex-start;
  }
  .psycho-top-item span {
    font-size: 50px;
    line-height: 74%;
  }
  .wrap-psycho-top-items {
    gap: 20px 10px;
    margin-top: 60px;
  }
  .psycho-top-item p {
    font-size: 14px;
  }
  .wrap-psycho-top-items .psycho-top-item:LAST-CHILD {
    width: 100%;
    margin-top: 26px;
  }
  .psycho-top-item a {
    width: 100%;
  }
  .psycho-top-left {
    width: 100%;
    background: #800000;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 40px 10px 60px;
  }
  .psycho-top-left-info-item span {
    font-size: 14px;
  }
  .psycho-top-left-info-item p {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-top: 7px;
}
.psycho-top-left-info-item + .psycho-top-left-info-item {
    margin-top: 15px;
}
.psycho-top-left-info-item p span {
  font-size: 16px;
}
.psycho-top-left-info-item p span br {
  display: none;
}
.wrap-psycho-program {
    display: flex;
    border-left: 1px solid rgba(197, 197, 197, 0.30);
    border-right: 1px solid rgba(197, 197, 197, 0.30);
    padding-bottom: 70px;
    flex-direction: column-reverse;
}
.psycho-program-bg {
    position: absolute;
    z-index: 1;
    right: calc(50% - 140px);
    top: 60px;
    width: 280px;
}
.psycho-program-right h2 {
  font-size: 42px;
}
.psycho-program-right {
  width: 100%;
  padding-top: 83px;
}
.psycho-program-item {
  width: 100%;
}
.wrap-psycho-program-items {
    gap: 13px;
    padding-top: 20px;
    padding-right: 0px;
} 
.psycho-program-item p {
  font-size: 16px;
}
.psycho-program-img-desc {
  display: none;
}
.psycho-program-img-mob {
  display: block;
}
.psycho-program-left {
    width: 100%;
    padding-right: 0;
    padding-top: 25px;
    border-right: none;
}
.wrap-psycho-unique h2,
.wrap-psycho-grid h2 {
    margin-left: 0;
    font-size: 42px;
}
.wrap-psycho-grid {
    padding: 62px 0 70px;
}
.wrap-psycho-grid-items {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 20px;
}
.psycho-grid-item {
  width: calc(50% - 5px);
  padding: 15px;
  min-height: 165px;
}
.psycho-grid-item p {
  font-size: 14px;
}
.psycho-grid-item-1 {
  order: 1;
}
.psycho-grid-item-2 {
  order: 2;
}
.psycho-grid-item-3 {
  order: 4;
}
.psycho-grid-item-4 {
  order: 7;
  width: 100%;
  height: 340px;
}
.psycho-grid-item-5 {
  order: 3;
}
.psycho-grid-item-6 {
  order: 5;
}
.psycho-grid-item-7 {
  order: 6;
}
.wrap-psycho-grid:after {
  display: none;
}
.wrap-psycho-unique h2 {
  line-height: 100%;
}
.wrap-psycho-unique {
    padding: 64px 0 70px;
}
.wrap-psycho-unique-items {
        display: flex;
        gap: 30px;
        position: relative;
        z-index: 5;
        margin-top: 22px;
        flex-wrap: wrap;
        margin-left: -10px;
        width: calc(100% + 20px);
        flex-direction: column;
    }
      .psycho-unique-item {
        width: 100%;
        min-height: auto;
        position: relative;
        padding: 24px 45px 21px 15px;
        background-size: 170px 180px;
        background-position: right 7%;
    }
    .psycho-unique-item h4 {
      font-size: 22px;
      margin-bottom: 8px;
    }
    .psycho-unique-item p {
      font-size: 16px;
    }
    .wrap-psycho-unique-tags span {
      font-size: 14px;
    }
    .wrap-psycho-unique-tags {
      margin-top: 40px;
    }
    .psycho-unique-item.psycho-unique-item-3 {
      padding: 0;
    }
    .psycho-course-program .course-program-content {
      padding-top: 61px;
  }
  .psycho-course-program .course-program-accordion {
    padding-left: 0;
    padding-bottom: 70px;
  }
      .psycho-course-program .course-program-accordion-item {
        padding: 15px 0 15px;
        width: 100%;
    }
    .psycho-course-program .course-program-accordion-title {
      font-size: 16px;
    }
    .course-program-accordion-item-content ul {
      padding-left: 16px;
  }
  .psycho-course-program .course-program-accordion-item-content ul li {
      font-size: 14px;
  }
  .course-program-accordion-title:after {
    top: -9px;
  }

.psycho-course-program .course-program-accordion:after {
    top: auto;
    bottom: 0;
    left: -98px;
    width: 435px;
    height: 696px;
    opacity: 0.2;
}
.psycho-course-program-accordion-title {
  font-size: 16px;
}
.wrap-psycho-unique:after {
  display: none;
}
.psycho-course-program .course-program-accordion-item-content ul li + li {
    margin-top: 14px;
}
    .psycho-questions-top {
        padding-left: 10px;
        padding-top: 66px;
        padding-bottom: 55px;
    }
    .psycho-questions-top H2 {
      font-size: 42px;
      margin-bottom: 14px;
    }
    .psycho-questions-top p {
      font-size: 22px;
    }
    .wrap-psycho-questions-form {
    padding-top: 39px;
    padding-left: 10px;
    padding-right: 10px;
    background: #f6f6f6;
}
.wrap-psycho-questions-form .wrap-input input {
        padding: 0px;
        font-size: 22px;
        height: 25px;
    }
    .wrap-psycho-questions-form .wrap-input label {
      padding: 8px 15px;
    }
    .wrap-psycho-questions-form .wrap-input input:focus + span + span,
    .wrap-psycho-questions-form .wrap-input input:active + span + span,
    .wrap-psycho-questions-form .wrap-input input.not-empty + span + span,
    .wrap-psycho-questions-form .wrap-input input:focus + span,
    .wrap-psycho-questions-form .wrap-input input:active + span,
    .wrap-psycho-questions-form .wrap-input input.not-empty + span {
      font-size: 12px;
    top: 0px;
    left: 14px;
    }
    .wrap-psycho-questions-form .wrap-input label span {
      font-size: 22px;
      left: 15px;
    }
    .wrap-psycho-questions-form .wrap-input {
      margin-bottom: 31px;
    }
    .wrap-psycho-questions-form .wrap-submit-info button[type="submit"] {
    border: 1px solid #4E4E4D;
    background: #4E4E4D;
    color: #fff;
    width: 100%;
  }
  .wrap-psycho-questions-form .wrap-submit-info p {
    color: #949494;
  }
  .wrap-psycho-end-side {
    display: flex;
    gap: 30px;
    padding-bottom: 105px;
    flex-direction: column;
  }
  .wrap-psycho-end-side:after,
  .wrap-psycho-end-side:before {
    display: none;
  }
  .psycho-end-left {
    width: 100%;
    padding-top: 70px;
}
.psycho-end-left h2 {
  font-size: 42px;
  margin-bottom: 25px;
}

.psycho-end-item:after {
  width: 6px;
  height: 6px;
}
.wrap-psycho-end-items {
  gap: 20px;
}
.psycho-end-item {
  position: relative;
  width: 100%;
  padding-left: 17px;
}
.psycho-end-item p {
  font-size: 16px;
}
.psycho-end-right {
  width: calc(100% + 20px);
  margin-left: -10px;
  margin-top: 10px;
}
.psycho-end-slider {
  height: 246px;
  overflow: hidden;
  position: relative;
}
.psycho-end-slider p {
  top: 17px;
  left: 10px;
  font-size: 24px;
}
.psycho-end-slider p br {
  display: none;
}
.wrap-psycho-end-slider-navigation {
  position: absolute;
  bottom: 16px;
  z-index: 5;
  left: 10px;
  display: flex;
  width: 340px;
  height: 52px;
}
.wrap-psycho-form-mba-side {
  display: flex;
  gap: 0;
  flex-direction: column;
}
.psycho-form-mba .container {
  padding: 0;
}
.psycho-form-mba {
  position: relative;
}
.psycho-form-mba:after {
  position: absolute;
  right: 10px;
  content: '';
  width: 1px;
  top: 0;
  background: rgba(197, 197, 197, 0.30);;
  height: 100%;
}
.psycho-form-mba:before {
  position: absolute;
  left: 10px;
  content: '';
  width: 1px;
  top: 0;
  background: rgba(197, 197, 197, 0.30);;
  height: 100%;
}
.psycho-form-mba-left {
    width: 100%;
    background: #FFF;
    padding: 66px 10px 74px;
}
.psycho-form-mba-left h2 {
  font-size: 42px;
  line-height: 100%;
}
.wrap-psycho-form-mba-items {
    display: flex;
    gap: 12px;
    margin-top: 30px;
    margin-bottom: 30px;
    flex-wrap: wrap;
}
.psycho-form-mba-item span {
  font-size: 14px;
}
.psycho-form-mba-item p {
    color: #4E4E4D;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-top: 6px;
}
.psycho-form-mba-price {
    display: flex;
    align-items: baseline;
    justify-content: flex-start;
    flex-direction: column;
}
.psycho-form-mba-price p {
  font-size: 16px;
}
.psycho-form-mba-price p + p {
  margin-top: 15px;
}
.psycho-form-mba-price + .psycho-form-mba-price {
    margin-top: 36px;
}
.psycho-form-mba-right {
  width: 100%;
  padding: 68px 10px 60px 10px;
}
.psycho-form-mba-right .wrap-input input {
        padding: 0px;
        font-size: 22px;
        height: 25px;
    }
    .psycho-form-mba-right .wrap-input input::placeholder {
      color: #949494;
    }
    .psycho-form-mba-right .wrap-input label {
      padding: 8px 15px;
      color: #D9D9DA;
      border-bottom: 1px solid #949494;
    }
    .psycho-form-mba-right .wrap-input input:focus + span + span,
    .psycho-form-mba-right .wrap-input input:active + span + span,
    .psycho-form-mba-right .wrap-input input.not-empty + span + span,
    .psycho-form-mba-right .wrap-input input:focus + span,
    .psycho-form-mba-right .wrap-input input:active + span,
    .psycho-form-mba-right .wrap-input input.not-empty + span {
      font-size: 12px;
    top: 0px;
    left: 14px;
    color: #D9D9DA;
    }
    .psycho-form-mba-right .wrap-input label span {
      font-size: 22px;
      left: 15px;
      color: #949494;
    }
    .psycho-form-mba-right .wrap-input {
      margin-bottom: 31px;
    }
    .psycho-form-mba-right .wrap-submit-info p {
      color: #949494;
    }
    .psycho-form-mba-right .wrap-submit-info p a {
      color: #D9D9DA;
    }
    .psycho-questions-left {
      display: none;
    }
    .psycho-questions-right h2 {
      font-size: 42px;
      margin-bottom: 27px;
    }
    .psycho-questions-right {
      width: 100%;
      margin-left: 0;
      padding-bottom: 70px;
    }
    .psycho-questions .course-program-accordion-title:after {
      right: 0;
    }
    .psycho-questions-right .course-program-accordion-item-content {
      padding-top: 10px;
    }
    .wrap-psycho-program:after {
      display: none;
    }
    .wrap-psycho-questions {
      height: auto;
    }
}
/*конец новой психологии*/
/*начало новые новости*/
.wrap-main-subtitle {
  color: #4E4E4D;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 80px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.news-page {
  padding-bottom: 100px;
  border-left: 1px solid rgba(197, 197, 197, 0.30);
  border-right: 1px solid rgba(197, 197, 197, 0.30);
}
.wrap-news-item {
  display: flex;
  flex-wrap: wrap;
  border-left: none;
  border-right: none;
}
.see-more-news {
  cursor: pointer;
  width: 100%;
  height: 114px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #4E4E4D;
  background:  #FFF;
  margin-top: 40px;
  color: #4E4E4D;
  background: transparent;
  text-align: center;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  transition: all 0.3s;
}
.see-more-news:hover {
  background: #4E4E4D;
  color: #ffffff;
  transition: all 0.3s;
}
.news-page-article {
  background: #F6F6F6;
}
.news-page-article-top {
  border-left: 1px solid rgba(197, 197, 197, 0.30);
  border-right: 1px solid rgba(197, 197, 197, 0.30);
  padding-left: 25.5%;
}
.news-page-article-top .wrap-main-subtitle {
  padding-top: 100px;
  padding-bottom: 40px;
  border-left: 1px solid rgba(197, 197, 197, 0.30);
}
.news-page-article-top a.wrap-main-subtitle {
  display: block;
}
@media (max-width: 1200px) {
.news-page-article-top {
  padding-left: 0;
}
.news-page-article-top .wrap-main-subtitle {
  border-left: none;
}
.news-item:first-child img,
.news-item img,
.teacher-programs img,
.teachers-card img {
  height: auto;
}
}
.table-border td {
  border: 1px solid #cecece;
  padding: 0 10px;
}
/*конец новые новости*/
.article-student-program-block .wrap-student-slide {
  height: 557px;
  gap: 30px;
}
.article-student-program-block .student-slide-left {
  width: 360px;
}
.article-student-program-block .student-slide-right {
  width: 476px;
  padding-top: 0;
}
.article-student-program-block .name-student {
  color: #4E4E4D;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}
.article-student-program-block  .job-student {
  display: block;
}
.desc_img{
  display: block;
}
.mob_img{
  display: none;
}
@media (max-width: 1300px) {
.second-template .interesting-slider-content.no_padding_slider {
  padding: 0;
}
}
@media (max-width: 768px) {
.desc_img{
  display: none;
}
.mob_img{
  display: block;
}
.news-detail-content h2 {
  font-size: 42px;
}
.article-student-program-block .student-main-photo {
  display: none;
}
.article-student-program-block .student-slide-left {
    width: 100%;
}
.article-student-program-block .student-slide-right {
    width: 100%;
    padding-top: 0;
}
.article-student-program-block .student-slide-mobile .popup-video-mobile {
        position: relative;
        left: 0;
        margin-top: 25px;
        display: flex;
    }
    .article-student-program-block .wrap-bottom-video-info {
        height: 71px;
        display: flex;
        align-items: center;
    }
    .article-student-program-block .wrap-student-slide {
    height: auto;
    gap: 15px;
}
section.form .b24-form-wrapper {
  background: transparent;
}

section.form .b24-form-content {
    padding: 0 !important;
}
.wrap-footer-form-side .b24-form-control-label {
    color: #ffffff !important;
    opacity: 1;
}
.b24-form-control-required {
    color: red;
    display: none;
}
.b24-form-control-string .b24-form-control {
  border-bottom: 1px solid #fff !important;
  color: #fff;
  padding: 0 15px;
}
.b24-form-field-agreement .b24-form-control-desc {
    font-size: 11px;
    opacity: 1 !important;
    line-height: 1;
}
section.form .b24-form-btn {
  background: #fff;
  color: #4E4E4D;
}
.b24-form-field-agreement .b24-form-field-agreement-link {
  color: #fff;
}
.b24-form .b24-form-sign-abuse-link {
  color: #fff;
  border-bottom: 1px solid #fff !important;
}
.wrap-main-subtitle {
  font-size: 42px;
}
.audience-item-2,
.audience-item-3,
.audience-item-4,
.audience-item-6,
.audience-item-7 {
  left: 0;
}
.audience-item-img.audience-item-4 img {
  width: 100%;
}
}
.bggt .interesting-slider-content {
    border-top: 1px solid rgba(197, 197, 197, 0.30);
}
.cookie-win {
    display: none;
    position: fixed;
    bottom: 0px;
    right: 0;
    border-top: 1px solid rgba(197, 197, 197, 0.30);
    border-left: 1px solid rgba(197, 197, 197, 0.30);
    background: #FFF;
    z-index: 1000;
    padding: 24px;
    width: 553px;

}
.cookie-win-content {
  width: 100%;
  display: flex;
  gap: 24px;
  justify-content: space-between;
}
.coockie-btn {
  width: 251px;
  min-width: 251px;
  max-width: 251px;
  /*border: 1px solid #FFF;*/
  background: #4E4E4D;
  height: 63px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  text-align: center;
  font-family: 'Franklin Gothic Book',sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.cookie-win-content p {
  color: #949494;
  font-family: 'Franklin Gothic Book',sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.cookie-win-content p a {
  color: #4E4E4D;
  font-family: 'Franklin Gothic Book',sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (min-width: 1921px) {
.cookie-win {
  width: 877px;
  padding: 30px;
}
.cookie-win-content p,
.cookie-win-content p a {
  font-size: 20px;
}
}
@media (max-width: 1480px) {
.cookie-win {
  width: 672px;
  padding: 20px;
}
.cookie-win-content {
  gap: 32px;
}
.cookie-win-content p,
.cookie-win-content p a {
  font-size: 14px;
}
.coockie-btn {
  width: 204px;
  min-width: 204px;
  max-width: 204px;
  height: 47px;
}
}
@media (max-width: 1024px) {
.cookie-win {
  width: 100%;
}
.cookie-win-content p,
.cookie-win-content p a {
  font-size: 14px;
}
.coockie-btn {
  width: 160px;
  min-width: 160px;
  max-width: 160px;
  height: 47px;
  padding: 20px 10px;
}
}
@media (max-width: 768px) {
.cookie-win {
  width: 100%;
  padding: 20px 10px;

}
.cookie-win-content p,
.cookie-win-content p a {
  font-size: 12px;
}
.coockie-btn {
  width: 160px;
  min-width: 160px;
  max-width: 160px;
  height: 47px;
  padding: 20px 10px;
}
.cookie-win-content {
  gap: 10px;
}
}
@media (max-width: 700px) {
.new-top-header-page {
  /*display: none;*/
  max-width: 100vw;
}
.top-header-number-item span {
  display: block;
          min-width: 140px;
}
.new-top-header-page * {
  overflow: hidden;
}
.cookie-win {
  width: 100vw;
  padding: 15px 10px;

}
.cookie-win-content {
  gap: 15px;
  flex-direction: column;
}
.cookie-win-content p,
.cookie-win-content p a {
  font-size: 12px;
}
.coockie-btn {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 47px;
  padding: 20px 10px;
}
.cookie-win-content {
  gap: 10px;
}
}
.political-page ol > li,
.political-page ol {
  list-style-type: none;
}
.political-page ol ul,
.political-page ol ul li {
      list-style-type: disc;
}
.political-page ol ol {
list-style-position: inside;
    list-style-type: none;
  }
  .political-page h3 {
    margin-bottom: 20px;
  }
  .political-page p,
.political-page ul li,
.political-page ol li {

   margin: 10px 0;
    color: #4E4E4D;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
}
.political-page table td {
  border: 1px solid #4E4E4D;
  padding: 10px;
}
.political-page table tr td:first-child {
  font-weight: 600;
}
/*pravki30-07-2025*/
.breadcrumb {
  text-transform: uppercase;
}
.swiper-slide,.swiper-wrapper,.swiper-container {
  cursor: default !important;
}
.tag-teacher {
  text-wrap: wrap !important;
}
span.interesting-slide-img.new_show {
  opacity: 0;
  transition-duration: 0.5s;
  height: 100% !important;
  margin-top: 0px !important;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
span.interesting-slide-img.new_show:hover {
  opacity: 0.2;
}
/*pravki30-07-2025-end*/

.zn_fl {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: end;
}
.zn_fl a {
    margin-bottom: 20px;
    float: right;
}


a.teacher-programs-btn.white_nz {
    background: white !important;
    color: #a81022  !important;
    border: solid 1px #a81022  !important;
}

a.teacher-programs-btn.white_nz:hover {
    color: white  !important;
    background: #a81022  !important;
    border: solid 1px #a81022  !important;
}