/* Скроллбар */
*::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

*::-webkit-scrollbar-track {

  background: #242424;
}

*::-webkit-scrollbar-thumb {

  background: #f7f7f7;
}

*::-webkit-scrollbar-thumb:hover {
  background: #005fa0;
}

*::-webkit-scrollbar-thumb:active {
  background: #005fa0;
}

body {
  padding: 0;
  margin: 0;
  font-family: "Roboto";
}

.ml-5 {
  margin-left: 50px;
}

.container {
  width: 100%;
}

a {
  text-decoration: none;
}

/* *** HEADER *** */

.deskMenu {
  position: absolute;
  width: 100%;
  padding: 150px 105px;
  background: white;
  display: none;
  z-index: 110;
}

.deskMenu .rowBlock {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.deskMenu .rowBlock .menuColumn {
  padding: 10px;
  display: flex;
  flex-direction: column;
  max-width: 30%;
}

.deskMenu .rowBlock .menuColumn h5 {
  font-size: 20px;
  font-family: "Roboto";
  margin-bottom: 16px;
}

.deskMenu .rowBlock .menuColumn .items {
  display: flex;
  flex-direction: column;
  padding: 0;
}

.deskMenu .rowBlock .menuColumn .items li {
  list-style: none;
  margin-top: 8px;
}

.deskMenu .rowBlock .menuColumn .items li a {
  font-size: 12px;
  color: #999999;
  font-family: 'Montserrat';
}

header {
  padding: 25px 0 0;
  position: relative;
}

.wrapperHead {
  display: flex;
  justify-content: space-between;
  margin-top: -1px
}

.wrapperHead .leftHeader {
  display: flex;
  align-items: center;
  flex-grow: 1;
  flex-shrink: 1;
}

.wrapperHead .leftHeader .menu {
  display: flex;
  justify-content: space-evenly;
  margin: 0;
  width: 100%;
}

.wrapperHead .leftHeader .menu li a:hover {
  text-decoration: none;
  color: #005fa0;

}

.wrapperHead .leftHeader .menu li a:hover:after {
  text-decoration: none;
  width: 100%;
  left: 0;
}

header .nav {
  height: 100%;
  display: flex;
  align-items: center;
  width: 100%;
}

header .nav .menu {
  height: 100%;
}

header .nav .menu li {
  height: 100%;
  display: flex;
  align-items: center;
  position: static;
}

header .nav .menu li:hover:not(.itemcontacts) .navDrop {
  opacity: 1;
  visibility: visible;
}



header .navDrop {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  z-index: 2;
  visibility: hidden;
  background-color: #fff;
  font-size: 14px;
  padding: 20px 0 40px 0;
  opacity: 0;
  transition: all 0.25s ease-out;
  white-space: normal;
  box-shadow: 0 3px 3px rgb(216 224 242 / 50%);
  /* height: 100%; */
  /* border-top: 1px solid #d8dce7; */
}

header .navDrop .wrapper a::after {
  content: none !important;
}

header .navDrop .wrapper {
  display: flex;
  justify-content: space-between;
}

/* header .navDrop .wrapper .listItem {
  display: flex;
  flex-direction: column;
} */

header .navDrop .wrapper .title {
  /*  width: 15%; */
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  text-transform: uppercase;
  line-height: 180.3%;
}

.list .menuColumn .items li a {
  font-weight: normal !important;
  font-size: 15px !important;
}

.list .menuColumn .items li {

  line-height: 200%;
  margin: 0 !important;
}

.list .menuColumn .items {

  margin-bottom: 10px;
}

.title h4 {
  font-weight: bolder;
}

header .navDrop .wrapper .list {
  display: flex;
  flex-wrap: wrap;
  width: 85%;
  padding: 0;
}


header .navDrop .wrapper .list .itemList {
  height: auto;
  margin-top: 10px !important;
  min-width: 20%;
  max-width: 20%;
  border-bottom: 1px solid #f0f0f1;
  padding-bottom: 10px;
}

header .headerDopDownNav .menuContent .wrapForm {
  opacity: 1;
  visibility: visible;
  width: 100%;
  position: relative;
}

header .headerDopDownNav .menuContent input {
  width: 100%;
  height: 54px;
  border: 0;
  color: #393939;
  border-bottom: 2px solid #393939;
  transition: all 0.25s ease-out;
  font-size: 18px;
  outline: none;
  padding: 0 40px 0 70px;
}

header .headerDopDownNav .menuContent span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  z-index: 1;
  border: none;
  font-weight: bold;
  background: transparent;
  padding: 0;
}

header .headerDopDownNav .menuContent input:focus {
  overflow: hidden;
}

header .headerDopDownNav .menuContent .buttonSear {
  position: absolute;
  border: none;
  background: transparent;
  padding: 0;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}

header .headerDopDownNav .menuContent .buttonSear:focus {
  outline: none;
}

header .headerDopDownNav .menuContent .mainMenu {
  margin-top: 30px;
}

header .headerDopDownNav .menuContent .menu {
  display: flex;
  flex-direction: column;
}

header .headerDopDownNav .menuContent .menu .item:first-child {
  border-top: none;
}

header .headerDopDownNav .menuContent .menu .item {
  width: 100%;
  border-top: 1px solid gray;
  color: #393939;
  font-weight: bold;
  font-size: 20px;
}

header .headerDopDownNav .menuContent .headerItem {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 60px;
}

header .headerDopDownNav .menuContent .headerItem a {
  font-size: 17px !important;
  font-weight: bold;
  display: flex;
  align-items: center;
  width: 100%;
  padding-right: 20px;
  height: 100%;
}

header .headerDopDownNav .menuContent .headerItem i {
  cursor: pointer;
  height: 100%;
  display: flex;
  align-items: center;
  width: 42px;
  justify-content: center;
}

header .headerDopDownNav .menuContent .item a:after {
  content: none !important;
}

header .headerDopDownNav .menuContent .wrapperProj {
  margin-top: 30px;
}

header .headerDopDownNav .menuContent .wrapperProj .projects {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

header .headerDopDownNav .menuContent .wrapperProj .projects .itemProj a {
  display: flex;
  align-items: center;
}

header .headerDopDownNav .menuContent .wrapperProj .projects .itemProj {
  margin-top: 20px;
}

header .headerDopDownNav .menuContent .wrapperProj .projects .itemProj a p {
  margin-left: 10px;
  color: #393939;
  font-weight: bold;
  font-size: 16px;
}

header .headerDopDownNav .menuFooter {
  padding: 25px 0;
}

header .headerDopDownNav .menuFooter .socialWrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-bottom: 1px solid #3f517c;
  padding-bottom: 30px;
  margin-bottom: 15px;
}

header .headerDopDownNav .menuFooter p {
  color: gray;
  margin-bottom: 5px;
}

header .headerDopDownNav .menuFooter a {
  color: #393939;
  font-weight: bold;
  font-size: 16px;
}

header .headerDopDownNav .menuFooter a:not(:last-child) {
  margin-right: 15px;
}

.arrowDownMenu {
  transition: 0.2s linear;
}

.activeArrow i {
  transform: rotate(180deg);
}

header .headerDopDownNav .menuContent .addBlock {
  transition: 0.3s linear;
  overflow: hidden;
  max-height: 0;
}

header .headerDopDownNav .menuContent .mainMenu .innerMenu {
  padding: 0;
  width: 100%;
  font-size: 12px;
  font-weight: 400;
  color: gray;
}

header .headerDopDownNav .menuContent .mainMenu .innerMenu li {
  margin-bottom: 8px;
}

header .formSearch .wrapForm {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #1c3467;
  width: auto;
  opacity: 0;
  visibility: hidden;
  transition: all 0.25s ease-out;
  z-index: 10;
}

header .formSearch .btnClose {
  cursor: pointer;
  font-size: 20px;
}

header .formSearch .wrapForm:focus {
  overflow: hidden;
  outline: none;
}

header .formSearch .searchButton {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 24px;
  z-index: 1;
  border: none;
  background: transparent;
  padding: 0;
}

header .formSearch .searchButton:focus {
  outline: none;
}

header .formSearch input {
  width: 100%;
  height: 55px;
  border: 0;

  color: #FFF;
  transition: all 0.25s ease-out;
  font-size: 18px;
  outline: none;
  text-overflow: ellipsis;
  padding: 0 35px;
  background: #025868;
}

header .formSearch input:focus {
  overflow: hidden;
}

header .formSearch .btnClose {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  right: 15px;
  color: #fff;
}

.wrapperHead .leftHeader .menu li a:after {
  bottom: -15px;
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  background: #006c80;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}

header .menu a:after {
  background: none repeat scroll 0 0 transparent;
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  background: #fff;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}

header .menu a:hover:after {
  width: 100%;
  left: 0;
}

.splide__slide {
  padding: 0 1px;
}

.wrapperHead .leftHeader .menu li {
  margin: 0 5px;
  list-style: none;
}

.wrapperHead .leftHeader .menu li a {
  font-size: 16px;
  color: #393939;
  position: relative;
  transition: 0.4s linear;
  font-weight: bolder;
  font-family: 'Montserrat';

}

.wrapperHead .leftHeader .menu .itemList a {
  font-weight: normal;
  font-family: 'Montserrat';
  font-size: 14px;
}

.wrapperHead .rightHeader {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: relative;
  width: 285px;
  flex-grow: 0;
  flex-shrink: 1;
}

.wrapperHead .rightHeader .icons {
  display: flex;
}

.wrapperHead .rightHeader .icons img {
  margin: 0 10px;
}

.wrapperHead .rightHeader .serchBlock {
  display: none;
  padding: 10px;
  position: absolute;
  left: -288px;
  z-index: 10;
}

.wrapperHead .rightHeader .serchBlock form {
  display: flex;
}

.wrapperHead .rightHeader .serchBlock input {
  border: 1px solid gray;
  border-radius: 5px;
  height: 100%;
  padding: 5px 10px;
}

.wrapperHead .rightHeader .serchBlock input:focus {
  outline: none;
}

.wrapperHead .rightHeader .serchBlock button {
  border-radius: 5px;
  background: #005fa1;
  border: none;
  color: white;
  font-family: "Roboto";
  font-size: 16px;
  padding: 5px 10px;
  margin-left: 8px;
}

.wrapperHead .rightHeader .serchBlock button:focus {
  outline: none;
}

.wrapperHead .rightHeader .lang {
  /* border-radius: 50px;*/

  background: transparent;
  padding: 7px 7px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: 32px;
}

.wrapperHead .rightHeader .subMenuLang {
  display: none;
  position: absolute;
  top: 90px;
  right: -5px;
  z-index: 3;
}

.wrapperHead .rightHeader .subMenuLang .subMenu {
  list-style: none;
  display: flex;
  flex-direction: column;
  padding: 15px;
  background: white;
  border-radius: 5px;
  box-shadow: rgb(128 128 128 / 51%) 2px 3px 7px;
}

.wrapperHead .rightHeader .subMenuLang .subMenu li {
  margin-top: 6px;
  padding: 3px 6px;
}

.wrapperHead .rightHeader .subMenuLang .subMenu a {
  color: #393939;
  font-family: "Roboto";
  font-size: 14px;
}

.wrapperHead .rightHeader .subMenuLang .subMenu a::after {
  display: none !important;
}

.wrapperHead .rightHeader .lang:focus {
  outline: none;
}

.wrapperHead .rightHeader .lang {
  margin: 0;
  color: rgba(22, 22, 22, 1);
  font-size: 15px;
  text-decoration: underline;
}

/*.wrapperHead .rightHeader .lang img {
  margin-right: 5px;
}
*/

.rightHeader .icons a {
  padding: 0 8px 0 8px;
}

.rightHeader .icons {
  padding: 0 10px 0 0;
}

/* * BURGER * */

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

.btn-menu-news {
  z-index: 50 !important;
}

.burger {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 20px;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
  z-index: 130;
  padding-left: 10px;
}

.burger .menu-btn__burger {
  width: 22px;
  height: 3px;
  background-color: #060606;
  border-radius: 5px;
  transition: all 0.5s ease-in-out;
}

.burger .menu-btn__burger::before,
.burger .menu-btn__burger::after {
  content: "";
  position: absolute;
  width: 22px;
  height: 3px;
  background: #060606;
  border-radius: 5px;
  transition: all 0.5s ease-in-out;
}

.burger .menu-btn__burger::before {
  transform: translateY(-7px);
}

.burger .menu-btn__burger::after {
  transform: translateY(7px);
}

.burger.open .menu-btn__burger {
  transform: translateX(-50px);
  background: transparent;
  box-shadow: none;
}

.burger.open .menu-btn__burger::before {
  transform: rotate(45deg) translate(35px, -35px);
}

.burger.open .menu-btn__burger::after {
  transform: rotate(-45deg) translate(35px, 35px);
}

.visible {
  visibility: visible !important;
  opacity: 1 !important;
  z-index: 100 !important;
}

/* ** SLIDER 1 ** */
.tab-content .splide--nav>.splide__track>.splide__list>.splide__slide.is-active {
  border: none;
}

.container-slide {}

.sliderScreen1 .owl-dots {
  position: absolute;
  text-align: left;
  bottom: 15%;
  left: 13%;
}

.sliderScreen1 .owl-dots .owl-dot {
  border: 2px solid #aaa6a6;
  border-radius: 25px;
  margin: 4px;
}

.sliderScreen1 .owl-dots .owl-dot:focus {
  outline: none;
}

.sliderScreen1 .owl-dots .owl-dot span {
  background: transparent;
  margin: 2px;
  width: 6px;
  height: 6px;
}

.sliderScreen1 .owl-dots .active span {
  background: #005fa1 !important;
}

.sliderScreen1 .item {
  align-items: center;
  display: flex;
}

.sliderScreen1 .item .offer {
  font-family: "Montserrat";
  position: absolute;
  margin-left: 7%;
}

.sliderScreen1 .item .offer h1 {
  font-family: "Roboto";
  font-weight: 900;
  /* margin-bottom: 55px; */
  max-width: 620px;
  font-size: 48px;
  color: #393939;
}

.sliderScreen1 .item .offer button {
  max-width: 620px;
  font-size: 14px;
  border: none;
  border-radius: 25px;
  padding: 15px 39px;
  background: #006c80;
  color: white;
  margin-top: 67px;
  margin-left: 60px;

}

.sliderScreen1 .item .offer button:hover {

  background: linear-gradient(to bottom, #0093c6 0%, #025868 100%);
}

.slider2Screen1 .card {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #f7f7f7;
  border-radius: 30px;
  padding: 40px 30px;
  font-family: "Montserrat";
  min-height: 250px;
}

.covid .card {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #f7f7f7;
  border-radius: 30px;
  padding: 40px 30px;
  font-family: "Montserrat";
  min-height: 320px;
  max-height: 330px;
}

.sliderNewsAll a {
  text-decoration: none;
  color: #393939;
}

.slider2Screen1 .card:hover,
.sliderNewsAll .card:hover {
  -webkit-box-shadow: 0px 5px 5px -5px rgba(34, 60, 80, 0.6) inset;
  -moz-box-shadow: 0px 5px 5px -5px rgba(34, 60, 80, 0.6) inset;
  box-shadow: 0px 5px 5px -5px rgba(34, 60, 80, 0.6) inset;
}

.adaptiveSlider2 {
  display: none !important;
}

.slider1Mob414,
.slider1Mob320 {
  display: none !important;
}

.splide__slide img {
  vertical-align: bottom;
  height: 100%;
  width: 100%;
}

.slider2Screen1 a {
  text-decoration: none;
  color: #393939;
}

.slider2Screen1 .splide,
.sliderEvents .splide,
.sliderEvents2 .splide,
.sliderNewsAll .splide,
.sliderHB .splide {

  display: flex;
  flex-direction: column-reverse;
}

.sliderHB .splide {
  margin-top: 0;
}

.slider2Screen1 .buttonsSlider2 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}


.sliderNewsAll .card {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #f7f7f7;
  border-radius: 30px;
  padding: 30px 30px;
  font-family: "Montserrat";
  max-height: 260px;
  min-height: 260px;
}

.sliderNewsAll .buttonsSlider3 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}

.sliderEvents .buttonsSliderEvents,
.sliderEvents2 .buttonsSliderEvents2 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 30px;
}

.splide__arrow svg {
  display: none;
}

.splide__arrow {
  position: relative;
  z-index: 1;
  transform: translateY(0);
  width: auto;
  height: auto;
  border-radius: 0;
  border: none;
  padding: 0;
  opacity: 1;
  background: #ccc;
}

.owl-nav .owl-next,
.owl-nav .owl-prev:focus {
  outline: none;
}

.newNext {
  width: 42px !important;
  height: 37px !important;
  background: url(../img/arrowRight.png) !important;
  transform: rotate(360deg) !important;
}

.newPrev {
  width: 42px !important;
  height: 37px !important;
  background: url(../img/arrowRight.png) !important;
  transform: rotate(180deg) !important;
}

.next {
  width: 30px;
  height: 30px;
  background: url(../img/arrowLeft.png);
  background-size: 100% !important;
  background-repeat: no-repeat !important;
  transform: rotate(180deg);
}

.prev {
  width: 30px;
  height: 30px;
  background: url(../img/arrowLeft.png);
  background-size: 100% !important;
  background-repeat: no-repeat !important;
  margin-right: 29px;
}

.prettyArrow .owl-nav .owl-next,
.prettyArrow .owl-nav .owl-prev {
  width: 30px;
  height: 30px;
  background: url(../img/arrowLeft.png);
  background-size: 100% !important;
  background-repeat: no-repeat !important;
}

.owl-theme .owl-nav [class*="owl-"]:hover,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  background: #006c80;
}

.evH1 {
  margin-bottom: 30px;
}

/* .owl-theme .owl-nav [class*=owl-]:hover {
  background: ;
} */

/* .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
  background: none;
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background: none;
} */

.prettyArrow .owl-nav .owl-next {
  transform: rotate(180deg);
}

.prettyArrow .owl-nav .owl-prev {
  margin-right: 29px;
}

/* .sliderNewsThumb .card img {
  height: 100%;
  width: 100%;
} */

.tab-pane {
  display: none;
}

.slider2Screen1 .card img {
  width: 100px;
}

.slider2Screen1 .card p.headName {
  margin-top: 16px;
  font-size: 15px;
  text-align: center;
  font-weight: bolder;
}

/* ** NEWS ** */

#news .container {
  display: flex;
  justify-content: space-between;
  margin-top: 22px;
}

#news img {
  width: 100%;
  height: 100%;

}

.sliderNewsThirtyTab .card img,
.sliderNewsSecondTab1 .card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 200px;
  max-height: 200px;

}

#news .leftBlock {
  width: 33%;
  position: relative;
  max-width: 285px;
}

#news .leftBlock .wrapper {
  background: #f7f7f7;
  border-radius: 5px;
  padding: 24px 17px;
  margin-right: 24px;
  padding-bottom: 65px;
  position: relative;
  overflow: auto;
  max-width: 285px;
}

#news .leftBlock .wrapper h2,
#news .newsBlock h2 {
  color: #393939;
  font-size: 30px;
  font-weight: bolder;
}

#news .newsBlock {
  display: none;
  flex-direction: column;
  position: absolute;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.966);
  max-width: 300px;
  left: 44px;
  top: 14px;
  border: 1px solid rgba(163, 163, 163, 0.144);
  padding: 14px 14px 60px;
  border-radius: 5px;
}

#news .prettyArrow.buttonsSlider2 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

#news .sliderNews .splide {
  display: flex;
  flex-direction: column-reverse;
}

#news .leftBlock .wrapper .oneNews,
#news .newsBlock .oneNews {
  border-top: 1px solid #e9e7e7;
  padding-top: 16px;
  margin-top: 20px;
}

#news .leftBlock .wrapper .oneNews a,
#news .newsBlock .oneNews a {
  text-decoration: none;
}

#news .leftBlock .oneNews .text,
#news .newsBlock .oneNews .text {
  font-size: 15px;
  color: #393939;
  font-weight: 500;
  font-family: "Roboto";
}

#news .leftBlock .oneNews .text:hover,
#news .newsBlock .oneNews .text:hover {
  color: #005fa0;
}

#news .leftBlock .oneNews .date,
#news .newsBlock .oneNews .date {
  font-size: 13px;
  color: #918484;
}

#news .leftBlock .wrapper .btnNews,
#news .newsBlock .btnNews {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 13px;
  background: #006c80;
  color: white;
  font-size: 15px;
  border: none;
}

#news .leftBlock .wrapper .btnNews:hover,
#news .newsBlock .btnNews:hover {
  background: #29526d;
}


#news .newsBlock .btnNews {
  border-radius: 0px 0px 5px 5px;
}

#news .leftBlock .wrapper .btnNews:focus,
#news .newsBlock .btnNews:focus {
  outline: none;
}

#news .leftBlock .newsCircle {
  margin-left: 172px;
  margin-top: 62px;
  position: absolute;
  width: auto;
  height: auto;
}

.showBlock {
  display: flex !important;
}

.headerDopDownNav {
  width: 100%;
  height: 100vh;
  background: rgb(255, 255, 255);
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  bottom: 0;
  opacity: 0;
  transition: 0.3s linear;
  visibility: hidden;
  overflow: auto;
  color: #393939;
  z-index: -10;
}

.headerDopDownNav .headerMenu {
  margin-top: 16px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.headerDopDownNav .headerMenu a {
  display: flex;
  justify-content: flex-end;
}

.headerDopDownNav .headerMenu img {
  height: 40px;
}

#news .tab-pane h1 {
  margin-bottom: 36px;
}

.wrapperButtons .active {
  position: relative;
}

.wrapperButtons .active::after {
  content: "";
  width: 100%;
  height: 2px;
  background: #006c80;
  position: absolute;
  left: 0;
  bottom: 0;
}

/*
#news .rightBlock {
  padding-top: 47px;
}
*/

#news .wrapperButtons {
  display: flex;
  justify-content: space-between;
}

#news .wrapperButtons .wrapperFirst {
  position: relative;
  align-items: center;
  display: flex;
}

#news .wrapperButtons .wrapperFirst .btn-menu-news {
  display: none;
}

#news .wrapperButtons .navsButtons .custom-owl-nav {
  display: flex;
  align-items: center;
  cursor: pointer;
}

#news .rightBlock .tabs {
  display: flex;
  list-style: none;
  align-items: baseline;
}

#news .rightBlock .tabs li {
  margin-right: 43px;
}

#news .rightBlock .tabs li:last-child {
  display: flex;
  align-items: center;
}

#news .rightBlock .tabs a {
  font-family: "Roboto";
  font-size: 14px;
  color: #393939;
  text-decoration: none;
}

#news .rightBlock .tabs .active {
  font-size: 15px;
  align-items: flex-start;
  color: #000000;
  font-family: "Roboto";
  font-weight: bold;
  padding-bottom: 12px;
}

#news .rightBlock .tab-pane .mainBlock {
  display: flex;
  margin: 15px 0 24px;
}

.swiper-slide.swiper-slide-visible {
  transform: scale(0.97);
  transition: 0.1s linear;
}

.swiper-slide-thumb-active {
  transform: scale(1) !important;
}

#news .sliderNewsMain .item a,
#news .sliderNewsMain2 .item a,
#news .sliderNewsMain3 .item a {
  text-decoration: none;
}

#news .rightBlock .tab-pane .mainBlock .right {
  width: 50%;
  position: relative;
}

#news .rightBlock .tab-pane .mainBlock .right img {
  object-fit: cover;
}

#news .rightBlock .tab-pane .mainBlock .left {
  background: #006c80;
  border-radius: 6px 0 0 6px;
  margin-right: -3px;
  color: #ffffff;
  padding: 0 71px;
  width: 53%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  min-height: 500px;
}

#news .rightBlock .tab-pane .mainBlock .left h1 {
  font-family: "Roboto";
  font-weight: bolder;
  font-size: 30px;
  line-height: 40px;
  max-width: 444px;
  color: #fff;
}

#news .rightBlock .mainBlock .left p {
  font-family: "Roboto";
  font-size: 14px;
  margin-top: 50px;
}

#news .rightBlock .sliderNews2 {
  margin-top: 40px;
}

#news .rightBlock .sliderNews a {
  text-decoration: none;
  color: #393939;
}

#news .rightBlock .swiper-slide {
  cursor: pointer;
}

#news .rightBlock .sliderNews .date {
  color: #a8a6a6;
  font-family: "Roboto";
  font-weight: 300;
}

#news .rightBlock .owl-nav,
#events .mainBlock .rightBlock .sliderEvents .owl-nav,
#events .mainBlock .rightBlock .sliderEvents2 .owl-nav,
#birthDay .owl-nav {
  display: flex !important;
  justify-content: flex-end;
  align-items: center;
}

.owl-nav button span {
  display: none;
}

.w-77 {
  width: 76%;
}

/* ** EVENTS ** */

#events {
  margin-top: 24px;
}

#events .mainBlock {
  display: flex;
  justify-content: flex-end;
}

#events .mainBlock .leftBlock {
  position: relative;
  width: 33%;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

#events .mainBlock .leftBlock a {
  text-decoration: underline;
}

#events .mainBlock .leftBlock img {
  position: absolute;
  z-index: -1;
  left: 36px;
  margin-bottom: 20px;
}

#events .mainBlock .leftBlock h3 {
  font-family: "Roboto";
  font-weight: bold;
  font-size: 40px;
  margin: 0;
}

#events .mainBlock .rightBlock .sliderEvents .yellowCard {
  border: 2px solid #f8efd0;
}

#events .mainBlock .rightBlock .sliderEvents .yellowCard .wrapperDate p {
  background: #ecc951;
}

#events .mainBlock .rightBlock .sliderEvents .yellowCard .date {
  border-top-color: #ecc951;
  border-bottom-color: #ecc951;
}

#events .mainBlock .rightBlock .sliderEvents .noBrownCard {
  border: 2px solid #ecd1ca;
}

#events .mainBlock .rightBlock .sliderEvents .noBrownCard .wrapperDate p {
  background: #cb7755;
}

#events .mainBlock .rightBlock .sliderEvents .noBrownCard .date {
  border-top-color: #cb7755;
  border-bottom-color: #cb7755;
}

#events .mainBlock .rightBlock .sliderEvents .brownCard {
  border: 2px solid #edf3ff;
}

#events .mainBlock .rightBlock .sliderEvents .brownCard .wrapperDate p {
  background: #006c80;
}

#events .mainBlock .rightBlock .sliderEvents .brownCard .date {
  border-top-color: #055d9d;
  border-bottom-color: #224c89;
}

#events .mainBlock .rightBlock .sliderEvents .date {
  border-top: 18px solid;
  border-bottom: 18px solid;
}

#events .mainBlock .rightBlock .sliderEvents .card {
  box-sizing: border-box;
  border-radius: 5px;
  padding: 42px 0 42px 0;
  margin-bottom: 15px;
  min-height: 430px;
  /* margin-right: 24px; */
}

#events .mainBlock .rightBlock .sliderEvents .card .wrapperMain {
  padding: 46px 25px 0;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
  min-height: 300px;
}

#events .mainBlock .rightBlock .sliderEvents .card .wrapperDate {
  display: flex;
  flex-direction: column;
  position: relative;
  width: fit-content;
}

#events .mainBlock .rightBlock .sliderEvents .card .wrapperDate p {
  padding: 6px 28px;
  font-family: "Roboto";
  font-weight: 500;
  font-size: 16px;
  color: #ffffff;
  text-transform: uppercase;
}

#events .mainBlock .rightBlock .sliderEvents a {
  text-decoration: none;
}

#events .mainBlock .rightBlock .sliderEvents .card .date {
  top: 0;
  right: -11px;
  position: absolute;
  border-right: 12px solid transparent;
}

#events .mainBlock .rightBlock .sliderEvents .card .mainText {
  font-family: "Roboto";
  font-size: 18px;
  color: #393939;
  margin-bottom: 50px;
  font-weight: bolder;
}

#events .mainBlock .rightBlock .sliderEvents .card .btnCard {
  display: flex;
  align-items: center;
  background: #006c80;
  border-radius: 100px;
  padding: 16px 33px;
  border: none;
  color: #ffffff;
  font-weight: bolder;

}

#events .mainBlock .rightBlock .sliderEvents .card .btnCard:hover {
  background: linear-gradient(to bottom, #0093c6 0%, #025868 100%);
  color: #fff;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

#events .mainBlock .rightBlock .sliderEvents .card .btnCard:focus {
  outline: none;
}

#events .mainBlock .rightBlock .sliderEvents .card .btnCard i {
  margin-left: 8px;
}

/**konkursi*/

#events .mainBlock .rightBlock .sliderEvents2 .yellowCard {
  border: 2px solid #f8efd0;
}

#events .mainBlock .rightBlock .sliderEvents2 .yellowCard .wrapperDate p {
  background: #ecc951;
}

#events .mainBlock .rightBlock .sliderEvents2 .yellowCard .date {
  border-top-color: #ecc951;
  border-bottom-color: #ecc951;
}

#events .mainBlock .rightBlock .sliderEvents2 .noBrownCard {
  border: 2px solid #ecd1ca;
}

#events .mainBlock .rightBlock .sliderEvents2 .noBrownCard .wrapperDate p {
  background: #cb7755;
}

#events .mainBlock .rightBlock .sliderEvents2 .noBrownCard .date {
  border-top-color: #cb7755;
  border-bottom-color: #cb7755;
}

#events .mainBlock .rightBlock .sliderEvents2 .brownCard {
  border: 2px solid #edf3ff;
}

#events .mainBlock .rightBlock .sliderEvents2 .brownCard .wrapperDate p {
  background: #006c80;
}

#events .mainBlock .rightBlock .sliderEvents2 .brownCard .date {
  border-top-color: #006c80;
  border-bottom-color: #006c80;
}

#events .mainBlock .rightBlock .sliderEvents2 .date {
  border-top: 17px solid;
  border-bottom: 18px solid;
}

#events .mainBlock .rightBlock .sliderEvents2 .card {
  box-sizing: border-box;
  border-radius: 5px;
  padding: 42px 0 42px 0;
  margin-bottom: 15px;
  min-height: 408px;
  /* margin-right: 24px; */
}

#events .mainBlock .rightBlock .sliderEvents2 .card .wrapperMain {
  padding: 46px 25px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  min-height: 300px;
}

#events .mainBlock .rightBlock .sliderEvents2 .card .wrapperDate {
  display: flex;
  flex-direction: column;
  position: relative;
  width: fit-content;
}

#events .mainBlock .rightBlock .sliderEvents2 .card .wrapperDate p {
  padding: 6px 28px;
  font-family: "Roboto";
  font-weight: 500;
  font-size: 16px;
  color: #ffffff;
  text-transform: uppercase;
}

#events .mainBlock .rightBlock .sliderEvents2 a {
  text-decoration: none;
}

#events .mainBlock .rightBlock .sliderEvents2 .card .date {
  top: 0;
  right: -11px;
  position: absolute;
  border-right: 12px solid transparent;
}

#events .mainBlock .rightBlock .sliderEvents2 .card .mainText {
  font-family: "Roboto";
  font-size: 16px;
  color: #393939;
  margin-bottom: 50px;
  font-weight: bolder;
}

#events .mainBlock .rightBlock .sliderEvents2 .card .btnCard {
  display: flex;
  align-items: center;
  background: #006c80;
  border-radius: 100px;
  padding: 16px 33px;
  border: none;
  color: #ffffff;
  font-weight: bolder;

}

#events .mainBlock .rightBlock .sliderEvents2 .card .btnCard:hover {
  background: linear-gradient(to bottom, #0093c6 0%, #025868 100%);
  color: #fff;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

#events .mainBlock .rightBlock .sliderEvents2 .card .btnCard:focus {
  outline: none;
}

#events .mainBlock .rightBlock .sliderEvents2 .card .btnCard i {
  margin-left: 8px;
}

/* ** NUMBERS ** */

/* #numbers {
  margin: 80px 0;
} */

#numbers h1 {
  display: flex;
  justify-content: center;
  margin-bottom: 60px;
}

/*
#numbers .mainBlock {
  background: url(../img/dgty.png) no-repeat;
  background-position-y: 75px;
}
*/

#numbers .wrapper {
  display: flex;
  justify-content: flex-end;
}

#numbers .mainBlock .rightBlock {
  width: 65%;
}

#numbers .mainBlock .leftBlock {
  width: 35%;
}


#numbers .mainBlock .textRight {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 300;
  font-size: 24px;
  text-align: justify;
  color: #383838;
  margin-bottom: 35px;
}

#numbers .wrapper .rightBlock .listOfAwards {
  display: flex;
  margin-top: 30px;
}

#numbers .wrapper .rightBlock .listOfAwards .item {
  margin-right: 64px;
  display: flex;
  flex-direction: column;
}

#numbers .wrapper .rightBlock .listOfAwards img {
  width: max-content;
}

#numbers .wrapper .rightBlock .listOfAwards .item .moreHref {
  margin: 16px 0 8px;
}

#numbers .wrapper .rightBlock .allProgress {
  margin-top: 64px;
}

#numbers .wrapper .rightBlock .allProgress a {
  text-decoration: underline;
  font-family: "Roboto";
  font-size: 20px;
  color: #393939;
}

/* ** BIG SLIDER ** */
/*
#bigSlider {
  padding: 80px 0;
}
*/

#bigSlider .owl-carousel {
  margin-top: 24px;
}

#bigSlider .owl-carousel .item {
  position: relative;
}

#bigSlider .owl-carousel .item:after {
  content: "";
  transition: 0.3s linear;
  opacity: 0;
}

#bigSlider .owl-carousel .item:hover:after {
  content: "";
  opacity: 1;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: transparent;
  background-image: linear-gradient(180deg,
      rgba(38, 38, 38, 0) 0%,
      rgba(0, 0, 0, 1) 100%);
}

#bigSlider .item .offer {
  position: absolute;
  display: none;
  bottom: 20%;
  width: 100%;
  z-index: 100;
  justify-content: space-around;
  padding: 0 20px;
  align-items: center;
}

#bigSlider .item .offer p {
  font-family: "Roboto";
  font-weight: 500;
  font-size: 12px;
  color: #ffffff;
  margin: 0;
}

#bigSlider .item .offer .watch {
  font-family: "Roboto";
  font-weight: bolder;
  font-size: 10px;
  color: #1e1d1d;
  border: none;
  border-radius: 50px;
  background-color: white;
  padding: 9px 9px;
  text-transform: uppercase;
}

#bigSlider .item .offer .watch:hover {
  background-color: #005fa0;
  color: #fff;
}

#bigSlider .item .offer .watch:focus {
  outline: none;
}

#bigSlider .moreInfo {
  margin-top: 64px;
  text-align: center;
}

#bigSlider .moreInfo button {

  border: 2px solid #e1e1e1;
  box-sizing: border-box;
  border-radius: 3px;
  padding: 16px;
  background: transparent;
  font-weight: bold;
  width: 235px;
}

#bigSlider .moreInfo button:hover {
  border: 2px solid #e7e242
}

#bigSlider .moreInfo button:focus {
  outline: none;
}

#bigSlider .moreInfo button i {
  margin-left: 16px;
}

#bigSlider .rel {
  position: relative;
}

#bigSlider .circle2 {
  position: absolute;
  right: 30px;
  top: 75px;
}

/**/

#events .moreInfo {

  text-align: center;
}

#events .moreInfo button {

  border: 2px solid #e1e1e1;
  box-sizing: border-box;
  border-radius: 3px;
  padding: 16px;
  background: transparent;
  font-weight: bold;
  width: 235px;
}

#events .moreInfo button:hover {
  border: 2px solid #e7e242
}

#events .moreInfo button:focus {
  outline: none;
}

#events .moreInfo button i {
  margin-left: 16px;
}

#events .rel {
  position: relative;
}

#events .moreInfo a {
  color: #202931
}


#numbers .moreInfo {

  text-align: center;
}

#numbers .moreInfo button {

  border: 2px solid #e1e1e1;
  box-sizing: border-box;
  border-radius: 3px;
  padding: 16px;
  background: transparent;
  font-weight: bold;
  width: 235px;
}

#numbers .moreInfo button:hover {
  border: 2px solid #e7e242
}

#numbers .moreInfo button:focus {
  outline: none;
}

#numbers .moreInfo button i {
  margin-left: 16px;
}

#numbers .rel {
  position: relative;
}

#numbers .moreInfo a {
  color: #202931
}

/**/


.circles {
  display: flex;
  align-items: center;
}

.circles .circle {
  width: 12px;
  height: 12px;
  background: #aeaeae;
  opacity: 0.3;
  border-radius: 50px;
  margin-right: 12px;
}

.headName {
  padding-bottom: 35px;
  padding-top: 15px;
}

/* ** BIRTH DAY ** */

#birthDay {
  padding-top: 80px;
}

#birthDay .headName {}

#birthDay .headName h1 {
  margin: 0;
  margin-left: 24px;
  font-weight: bold;
  font-size: 40px;
}

#birthDay .circles {
  display: flex;
  align-items: center;
}

#birthDay .circles .circle {
  width: 12px;
  height: 12px;
  background: #aeaeae;
  opacity: 0.3;
  border-radius: 50px;
  margin-right: 12px;
}

#birthDay .sliderHB {
  margin-top: 56px;
  background: #f7f7f7;
  border-radius: 5px;
  margin-bottom: 16px;
  padding: 69px 62px;
  position: static;
}

#birthDay .sliderHB a {
  text-decoration: none;
}

#birthDay .wrapperSlider {
  position: relative;
  padding-bottom: 50px;
}

#birthDay .sliderHB .splide {
  position: static;
}

#sliders .secondSliderButtons {
  display: flex;
  width: 140px;
  justify-content: space-between;
  align-items: center;
}

#sliders .secondSliderButtons .prev {
  margin-right: 0;
}

#sliders .secondSliderButtons img {
  width: 30px;
  height: 28px;
}

#birthDay .sliderHB .buttonsSliderHB {
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
}

#birthDay .sliderHB .item h6 {
  font-family: "Roboto";
  font-size: 20px;
  color: #393939;
}

#birthDay .sliderHB .item p {
  font-family: "Roboto";
  font-weight: 300;
  font-size: 15px;
  color: #393939;
  margin-top: 24px;
}

#birthDay .itemsGroup {
  display: flex;

  justify-content: space-between;
}

#birthDay .itemsGroup a {
  text-decoration: none;
}

#birthDay .recomBlock {
  display: flex;
  align-items: center;
  margin-top: 40px;
  z-index: 1;
}

#birthDay .recomText {
  font-family: "Roboto";
  font-size: 18px;
  color: #393939;
  margin-left: 24px;
  margin-bottom: 0;
  max-width: 260px;
  font-weight: bolder;
}

#birthDay .recomText:hover {
  color: #005fa0;
}

section.buttonUp {
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(../img/cirlce2.png) no-repeat;
  background-position: center;
  padding: 36px;
  margin: 42px 0;
}

section.buttonUp button {
  border: none;
  background: none;
}

section.buttonUp button:focus {
  outline: none;
}

section.buttonUp button {
  font-family: "Roboto";
  font-weight: 500;
  font-size: 15px;
  color: #393939;
}

/* ** FOOTER ** */

footer {
  background-color: #242424;
  padding-bottom: 60px;
}

footer .firstSection {
  display: flex;
  justify-content: space-around;
  background-color: #242424;
  height: 100%;
  padding: 98px 0 78px;
}

footer .firstSection h2 {
  margin: 0;
  margin-bottom: 24px;
  font-family: "Roboto";
  font-size: 20px;
  color: #ececec;
  font-weight: 500;
}

footer .footerInfor {
  height: 295px;
  display: flex;
  /*max-width: 25%;*/
  flex-direction: column;
  justify-content: space-between;
}

footer .leftLine {
  border-left: 1px solid #5b5959;
  padding-left: 24px;
}

footer .whileColor {
  color: white;
}

footer .inSection {
  font-size: 15px;
  color: #857c7c;
}

footer .social {
  margin-bottom: 18px;
}

footer .socialPhoto_block {
  margin-left: 9px;
}

footer .socialPhoto_block:first-child {
  margin-left: 0;
}

footer hr {
  border: none;
  height: 1px;
  background: #4e4d4d;
}

footer .footerSlider .item .wrapper {
  display: flex;
  align-items: center;
}

/* ** FOOTER SLIDER ** */

footer .footerSlider .item .wrapper img {
  width: auto;
  max-height: 75px;
}

.footerSlider .owl-nav {
  display: flex !important;
  justify-content: flex-end;
}

.footerSlider .owl-nav .owl-next,
.footerSlider .owl-nav .owl-prev {
  width: 40px;
  height: 40px;
  background: url(../img/footerArrow.png) !important;
  background-repeat: no-repeat !important;
  border: 2px solid #857c7c !important;
  border-radius: 0;
  background-position: 50% 50% !important;
}

.footerSlider .owl-nav .owl-prev {
  transform: rotate(180deg);
}

.owl-theme .owl-nav {
  margin: 0;
}

footer .owl-carousel,
footer .owl-carousel.owl-loaded {
  display: flex !important;
  align-items: center;
}

.footerSlider .owl-nav {
  background: #242424;
}

footer .footerContainer {
  width: 96%;
}

footer .footerSite {
  display: flex;
  justify-content: space-between;
}

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

footer .siteInfor {
  color: #857c7c;
  font-size: 15px;
  font-family: "Roboto";
  width: 194px;
  margin: 0;
  margin-left: 5%;
}

footer .footerEnd {
  color: #857c7c;
  margin-top: 3%;
}

footer .inSectionHref {
  color: #857c7c;
  margin-top: 4px;
  display: block;
}

.footerContainer .firstSection .footerInfor:first-child {
  border-left: none;
  padding-left: 0;
}

#video {
  position: relative;
  margin-top: 20px;
  cursor: pointer;
  z-index: 100;
}

#video>div {
  padding: 170px 0;
  margin-bottom: 90px;
  background-image: url(../img/dgty.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.play_box {
  position: relative;
}

.play_link {
  font-size: 97px;
}

#video h2 {
  margin-top: 20px;
}

#video .play_box-circles {
  position: absolute;
  width: -webkit-calc(100% + 20px);
  width: calc(100% + 20px);
  height: -webkit-calc(100% + 20px);
  height: calc(100% + 20px);
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 10;
}

#video .play_box-circles__item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #f1f6fd;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -webkit-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  z-index: -1;
}

.display_inline_block {
  display: inline-block;
  zoom: 1;
  vertical-align: middle;
}

.text_center {
  text-align: center;
}

.promo-video__play:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/icons/icon-play.svg);
  background-position: center center;
  background-repeat: no-repeat;
}

.promo-video__play {
  background: #006c80;
  text-shadow: 0 1px 0 rgb(9 70 122 / 20%);
  -webkit-box-shadow: 0 3px 0 0 rgb(9 97 172 / 0%), 0 9px 40px 0 rgb(9 97 172 / 57%);
  box-shadow: 0 3px 0 0 rgb(9 97 172 / 0%), 0 9px 40px 0 rgb(9 97 172 / 57%);
  width: 95px;
  height: 95px;
  margin: 0 auto;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  position: relative;
}



/*univercity numbers*/
.offer_tab_card {
  cursor: pointer;
  overflow: hidden;
  width: 100%;
  margin-bottom: 14px;
  background: #fff;

  box-sizing: border-box;
  background: #f6f8fb;
  border-radius: 3px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  height: 140px;
  align-items: flex-start;

}

.sotrudniki .offer_tab_card {

  height: 80px;


}

.title-header {
  color: #fff;
  padding-left: 15px;
}

.offer-tab--active {
  transition: opacity .5s ease-in-out;
  opacity: 1;
  height: auto;
}

.offer_tab_card_wrapper {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.offer_tab_card {
  width: calc(33% - 7px);
  height: 190px;
  padding: 15px 15px;
}

.offer_tab_card__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.offer_tab_card_image {
  max-width: 20%;
  height: auto;
  max-height: 60%;
  position: absolute;
  right: 15px;
  bottom: 15px;
}

.offer_tab_card_text {
  width: 80%;
}

.offer_tab_card_text h3 {
  line-height: 23px;
  /* width: max-content;*/
  font-size: 16px;
}

.offer_tab_card_text p {
  font-size: 13px;
  line-height: 20px;
}

.offer_tab_card>div {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.active {
  display: block;
}

.hide {
  display: none;
}

.clickme {
  cursor: pointer
}

.leftBlock .activelink {
  color: #1a518f;
}

.swiper-container-thumbs img {
  max-height: 140px;
  object-fit: cover;
}

#news .rightBlock .tab-pane .mainBlock .right img {
  height: 500px;
}

.post-content {
  /*padding: 40px 0px 0px 0px;*/
}

.post-body__date {
  padding: 0px 0px 0px 70px;
  font: 10px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.post-body__posttitle {
  padding: 20px 80px 28px 70px;
  font-size: 36px;
  letter-spacing: 2.8px;
  line-height: 40px;
  text-transform: uppercase;
  font-weight: bolder;
}

.post-body__postshorttext {
  padding: 0px 80px 20px 70px;
  font-size: 20px;
  letter-spacing: 0px;
  line-height: 28px;
  font-style: italic;
}

.postcontentmain {
  text-align: left !important;
  margin: 40px 20px 20px 20px;
  padding-bottom: 35px;
  font-size: 16px;
  letter-spacing: 0px;
  line-height: 24px;
  border-bottom: 1px solid #e8e8e9;

}

.postcontentmain>* {
  padding-bottom: 9px;
}

.postcontentmain #lightgallery .col-lg-3 {
  padding-bottom: 9px;
}

#lightgallery img {
  border-radius: 10px;
}

.postattachement li {
  padding-bottom: 5px
}

.rsidebarhead-post {
  color: #192128;
  font-weight: bolder;
  font-size: 18px;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: left;
}

.rsidebar-post {
  display: block;
  color: #192128;
  font: 14px "Open Sans", sans-serif;
  text-transform: none;
  margin: 20px 0px 12px 0;
  line-height: 1.2;
  letter-spacing: 0.1px;
}

.rSidebar-events__date {
  padding-top: 5px;
}


.rSidebar-box {
  padding: 15px 0;
  border-top: solid 3px #005fa0;
}

/*inner header*/
.header-top {
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  color: #333536;
  background: #f7f7f7;
}

header.innerheader {
  padding: 10px 0 10px;
  position: relative;
  background: #006c80;
  height: 55px;
}

header.innerheader .logo img {
  height: 55px;
}

header.innerheader .wrapperHead .leftHeader .menu li a {
  color: #fff
}

header.innerheader .wrapperHead .leftHeader .menu li a:hover {
  color: #fff
}

header.innerheader .burger .menu-btn__burger::before,
header.innerheader .burger .menu-btn__burger::after {
  background: #fff
}

header.innerheader .burger .menu-btn__burger {
  background-color: #fff
}


.innerheader .navDrop {
  background-color: #025868;
  color: #fff;
}

.deskMenu.innerheader {
  background: #006c80;
  color: #fff
}

.slider__img {
  height: 710px;
  -o-object-fit: cover;
  object-fit: cover;
}

.post-slider .owl-nav button {
  width: 49.5% !important;
  height: 57px;
  line-height: 3px !important;
  background: l#006c80 !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 !important;
  border-radius: 0 !important;
  outline: none;
  color: #fff !important;
}

.post-slider .owl-nav {
  width: 140px;
  position: absolute;
  color: #fff;
  left: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.post-slider .owl-nav button span {
  display: block;
  color: #fff;
  font-size: 50px;
  margin-top: -5px;
}

.form-control {
  margin-right: 2%;
  font-weight: 300;
  line-height: normal;
  font-size: 16px;
  letter-spacing: .05em;
  padding: 16px;
  border: 1px solid #b8b8b8;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 15px;
  resize: none;
  background-color: #fff;
  border-radius: 0px;
  box-shadow: none;
}

button.defaultbutton {
  width: 100%;
  border: 2px solid #e1e1e1;
  box-sizing: border-box;
  border-radius: 3px;
  padding: 16px;
  background: transparent;
  font-weight: bold;
  color: #393939;
  border: 2px solid #337ab7;
  border-radius: 0px;
  box-shadow: none;

}

#eye {
  cursor: pointer
}

.main-page-info>* {
  margin-bottom: 20px !important;
  line-height: 1.5 !important;
  font-family: "Roboto" !important;
  font-weight: 300;
  font-size: 16px !important;
  overflow-x: auto;
}

.categories {
  width: 100%;
  margin-bottom: 20px;
  background: #f7f7f7;
  border-radius: 5px
}

.categories ul li {
  /*box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);*/
  border-bottom: 1px solid #e7e8ea
}

.categories a {
  font-weight: 500;
  font-size: 15px;
  padding: 10px 10px 10px 20px;
  color: #242424;
  /* background-color: #fff;*/
  display: inline-block;
  width: 100%;
  transition: all 0.5s;
  /* border-bottom: 0.3px solid #E3E3E3;
  border-left: 3px solid transparent;*/
}

.categories h4 {
  font-size: 22px;
  font-weight: normal;
  padding-left: 15px;
  width: 220px;
  color: #393939;
}

.categories a:hover {
  background-color: #fff !important;
  transition: all 0.3s ease-out;
  color: #393939;

  -webkit-box-shadow: 0 5px 9px rgba(25, 88, 113, .17);
  -moz-box-shadow: 0 5px 9px rgba(25, 88, 113, .17);
  box-shadow: 0 5px 9px rgba(25, 88, 113, .17);
  text-decoration: none;

}

.active-cat {
  background-color: #fff !important;
  color: black !important;
  border-right: 3px solid #0a5898 !important;
}

.sveden-menu {
  padding-top: 30px;
  width: 260px;


}

.sveden-menu ul {
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);

}

.sveden-menu a {
  font-weight: 400;
  font-size: 14px;
  padding: 10px 10px 10px 20px;
  color: #747474;
  background-color: #fff;
  display: inline-block;
  width: 100%;
  transition: all 0.5s;
  border-bottom: 0.3px solid #E3E3E3;
  border-left: 3px solid transparent;
}

.sveden-menu h4 {
  font-size: 22px;
  font-weight: normal;
  padding-left: 15px;
  width: 220px;
  color: #393939;
}

.sveden-menu a:hover {
  background-color: #f3f3f3 !important;
  transition: all 0.3s ease-out;
  color: #393939;
  border-left: 3px solid rgba(25, 70, 186, .8) !important;
}

li.nav-menu-special-active>a {
  background-color: #f3f3f3 !important;
  color: black !important;
  border-left: 3px solid #0b2056 !important;
}

.cat_drop_down {
  display: none;
  transform: translate3d(7px, 0px, 0px);
}

.cat_drop.open .cat_drop_down {
  display: block;
}

#materials {
  margin-top: 30px;
  margin-bottom: 20px;
}

#materials p {
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 38px;
  line-height: 145.3%;
  color: #1E1D1D;

}

#materails_text {
  font-size: 14px;
  line-height: 1.5;

}

#materails_text ul {
  margin-left: 20px;
  font-size: 16px;
  text-align: justify;
}

#materails_text i.fa {
  margin-right: 5px;
  color: #0a5898;
  margin-left: 20px;
}

#materails_text p {
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 145.3%;
  color: #1E1D1D;
  text-align: left;
}

#materails_text a:hover {
  color: #0a5898;
}

#materails_text a.active:hover {
  color: #212d3a;
}

#way {
  margin-top: 65px;
}

#way_ol li {
  display: inline;
}

#way_ol li:before {
  font-family: 'custom-icons';
  padding: 0 5px;
  color: gray;
  content: "/\00a0";

}

#way_ol li a.deactive {
  cursor: default;
  color: gray;
  pointer-events: none;
}

#way_ol li a.deactive:hover {
  cursor: default;
  color: gray;
}

ol,
ul,
dl {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.sticky {
  position: sticky;
  top: 80px;
}

.row-flex {
  display: flex;
  flex-flow: row wrap;
}

.bodytext {
  font-family: "Roboto" !important;
  font-size: 16px !important;
}

.bodytext span {
  font-family: "Roboto" !important;
  font-size: 16px !important;
}


table td a[itemprop="divisionClauseDocLink"] {
  word-break: break-all;
}

table {
  width: 100%;
  border: none;
  margin-bottom: 20px;
  border-collapse: separate;
}

table thead th {
  font-weight: bold;
  text-align: left;
  border: none;
  padding: 10px 15px;
  background: #EDEDED;
  font-size: 14px;
  border-top: 1px solid #ddd;
}

table tr th:first-child,
.table tr td:first-child {
  border-left: 1px solid #ddd;
}

table tr th:last-child,
.table tr td:last-child {
  border-right: 1px solid #ddd;
}

table thead tr th:first-child {
  border-radius: 20px 0 0 0;
}

table thead tr th:last-child {
  border-radius: 0 20px 0 0;
}

table tbody td {
  text-align: left;
  border: none;
  padding: 10px 15px;
  font-size: 14px;
  vertical-align: top;
}

table tbody tr:nth-child(even) {
  background: #F8F8F8;
}

table tbody tr:last-child td {
  border-bottom: 1px solid #ddd;
}

table tbody tr:last-child td:first-child {
  border-radius: 0 0 0 20px;
}

table tbody tr:last-child td:last-child {
  border-radius: 0 0 20px 0;
}

.innerheader .wrapperHead .rightHeader .lang {
  /* background: #fff; */
  box-shadow: 0px 0px 26px -7px rgba(34, 60, 80, 0.29) inset;
}




header.fix {
  -webkit-box-shadow: 0 3px 30px rgb(0 0 0 / 9%);
  -moz-box-shadow: 0 3px 30px rgba(0, 0, 0, .09);
  box-shadow: 0 3px 30px rgb(0 0 0 / 9%);
  position: fixed;
  width: 100%;
  z-index: 105;
  top: 0;
  left: 0;
  animation: transY .35s linear forwards;
}

.pt {
  padding-top: 155px;
}

.innerheader svg path {
  fill: #fff !important;
}

.searchButtonImg svg path {
  fill: #EEF5FA !important;
}

#head-content {
  background: #f7f7f7;
  padding: 18px 36px;
  margin-bottom: 54px;
  margin-top: 15px;
  border-radius: 5px
}

/*
#download-presentation>span>span:after,
#portfolio-down span:after,
.p-item .p-link:after,
#clients .img_box a:after,
.arrows a:after,
#services ol a span:after,
#we_are_tommygun .text a:after,
#info .bottom-menu ol span:after,
#info .bottom-menu>a span:after,
.txt_cont a:after,
#hidden_form .tz_file span:after,
.all_work:after,
.all_blog:after,
#feedback_box a:after,
.content a:not([id]):not([class]):after,
.content .step-dev-link span:after,
.cat-item .name span:after,
.under-link:after {
  content: '';
  display: block;
  position: absolute;
  width: 0%;
  height: 1px;
  background: #fff;
  left: 50%;
  bottom: 0px;
  -webkit-transition-duration: .15s;
  -moz-transition-duration: .15s;
  -ms-transition-duration: .15s;
  -o-transition-duration: .15s;
  transition-duration: .15s;
}
*/
@media (max-width: 480px) {

  #download-presentation>span>span:after,
  #portfolio-down span:after,
  .p-item .p-link:after,
  #clients .img_box a:after,
  .arrows a:after,
  #we_are_tommygun .text a:after,
  .txt_cont a:after,
  #hidden_form .tz_file span:after,
  .all_work:after,
  .all_blog:after,
  #feedback_box a:after,
  .under-link:after {
    left: 0;
    width: 100%;
  }
}

#download-presentation:hover>span>span:after,
#portfolio-down:hover span:after,
.p-item a:hover .p-link:after,
#clients .img_box:hover a:after,
.arrows a:hover:after,
#services ol a:hover span:after,
#we_are_tommygun .text a:hover:after,
#info .bottom-menu ol a:hover span:after,
#info .bottom-menu>a:hover span:after,
.txt_cont a:after,
#hidden_form .tz_file:hover span:after,
#feedback_box a:hover:after,
.content a:not([id]):not([class]):hover:after,
.content .step-dev-link:hover span:after,
.cat-item:hover .name span:after,
.under-link:hover:after {
  left: 0;
  width: 100%;
}



.lm-blue {
  background: #dae9ef;
  overflow: hidden;
  padding: 24px 0 260px;
  position: relative;
  -webkit-transition: top .5s;
  -moz-transition: top .5s;
  -ms-transition: top .5s;
  -o-transition: top .5s;
  transition: top .5s;
}

.lm-blue>div {
  padding-bottom: 1px;
}


.menu-icon {
  position: absolute;
  display: block;
  width: 36px;
  height: 36px;
  top: 0;
  right: 6.8%;
  border-radius: 50%;
  background: #85afc0;
  text-align: center;
  overflow: hidden;
  cursor: pointer;
}

/*
.q-border {
  box-shadow: 0 7px 16px rgb(133 175 192 / 27%);
  border: 5px solid transparent;
  background: #fff;
  padding: 45px 60px;
  overflow: hidden;
  border-image: linear-gradient(#005fa0, #025868);
  -moz-border-image: -moz-linear-gradient(#005fa0, #025868);
  -webkit-border-image: -webkit-linear-gradient(#005fa0, #025868);
}
*/

#head-content h1,
.t-nav .name,
.title_diz {
  display: inline-block;
  line-height: 35px;
  margin: 4px 0 0;
  font-size: 2.533em;
  text-transform: uppercase;

}

#head-content h1 span,
.t-nav .name span,
.title_diz span {
  display: inline-block;
  color: #003346;
  padding-top: 7px;
  /* padding-right: 20px; */


  font-weight: 900;
}

.block-main-background {}

.block-white-background {
  background: #fff
}

.fs20 {
  font-size: 20px;
  padding-bottom: 5px;
}

.form-horizontal .form-group {
  margin-right: 0;
  margin-left: 0;
}

h2.photo_title {
  margin: 0 0 1.25% 2.82%;
  top: auto;
  bottom: 0;
}


/*news*/
.news {
  margin-top: 15px;
}

.news-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 15px;
}

.news-body__item {

  width: 32%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.news-body__item img {
  width: 100%;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  max-height: 365px;
}

.news-item__date {
  margin: 3px 0;
}

.news-item__title {
  font-size: 17px;
  color: #393939;
  margin-top: 8px;
  font-weight: bolder;
}

.news-item__title a {
  color: #393939;
  text-decoration: none;
  font-family: "Museo Sans Cyrl";
  font-weight: 900;
}

.news-item__desc {
  color: #393939;
  font-size: 16px;
  font-family: "Museo Sans Cyrl";
}

.news ul {
  border-bottom: solid 3px #13a99e;
  margin-bottom: 9px;
}

.news .nav-tabs .nav-item {
  margin-bottom: 0;
  width: auto;
  background: #fff;
  border: none;
}

.news .nav-tabs .nav-item+.nav-item {
  margin-left: 0;
}

.news .nav-tabs .nav-item.open .nav-link,
.news .nav-tabs .nav-item.open .nav-link:focus,
.news .nav-tabs .nav-item.open .nav-link:hover,
.news .nav-tabs .nav-link.active,
.news .nav-tabs .nav-link.active:focus,
.news .nav-tabs .nav-link.active:hover {
  color: #fff;
  background-color: #13a99e;
  border-color: #ddd #ddd transparent;
}

.news .nav-tabs .nav-link {
  padding: 0 23px;
  line-height: 35px;
  border: none !important;
  border-radius: 0;
  font-weight: bolder;
  font-size: 15px;
  font-family: "Museo Sans Cyrl";
  font-weight: 900;
}

.news .nav-link {
  color: #393939;
}

.nav-tabs .active {
  background-color: #3313a9 !important;
}

.nav-tabs>li.active>a {
  background-color: none;
}

.eabiturient {
  margin-right: 15px;
  background: #f0f0f1;
  font-weight: 300;
  font-size: 14px;
  color: #393939;

}

.eabiturient span {
  padding: 14px 50px;
  text-decoration: none;

}

.eabiturient span:hover {
  text-decoration: none;
  color: #fff
}

.eabiturient:hover {
  background: #006c80;
  color: #fff;
  text-decoration: none;
}

.indent {
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
}

.fs {
  display: flex;
  justify-content: flex-start;
  flex: 2;
  align-items: center;
}

.fe {
  display: flex;
  justify-content: flex-end;
  flex: 2;
}



.swype {
  background: rgba(0, 0, 0, 0) url(../img/swype.png) repeat scroll 0 0;
  bottom: 24px;
  height: 50px;
  right: 0;
  position: absolute;
  width: 50px;
  z-index: 2;
}

.tab-content {
  position: relative;
  overflow: hidden;
}

.sliderNewsThirtyTab {
  overflow: hidden;
}

.sliderNewsMain,
.sliderNewsMain2,
.sliderNewsMain3 {
  position: relative
}

.phonenumber {
  font-weight: bolder;
  color: #242424;
  text-decoration: none;
  font-size: 0.9em;

}

.phonenumber:hover {
  text-decoration: none;
}

.content-main {
  padding-bottom: 25px
}

/*image effects*/

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


header .nav .menu li:hover .navDropabout {
  padding-bottom: 10rem;
  background-image: url(../img/100let_background.png);
  background-repeat: no-repeat, no-repeat;
  background-position: 0 50%, 100% 50%;
}

header .nav .menu li:hover .navDropscience {
  padding-bottom: 10rem;
  background-image: url(../img/atoms-left.png);
  background-repeat: no-repeat, no-repeat;
  background-position: 0 50%, 100% 50%;
}

/*
header .nav .menu li:hover .navDropedu {
  padding-bottom: 1rem;
  background-image: url(/img/newyear/2023-chaged.png);
  background-repeat: no-repeat, no-repeat;
  background-position: 0 20%, 100% 50%;
}
*/
.footerSlider a:hover {
  text-decoration: none;
}

.af-col {
  background-color: #0358941c;
  padding: 20px 20px 10px 20px;
  box-shadow: 0 2px 4px rgb(0 0 0 / 20%);
  margin-bottom: 30px;
}

.btn-success.active,
.btn-primary,
.btn-success:active,
.open>.dropdown-toggle.btn-success {
  color: #fff;
  background-color: #025997;
  border-color: #064f87;
}

.beautycard {

  position: relative;
  display: flex;
  flex-grow: 1;
  align-items: flex-end;
  height: 100%;
  padding: 20px 30px 20px 20px;
  overflow: hidden;
  color: #000;
  background: #f6f8fb;
  border-radius: 20px 20px;
  margin-top: 10px;
  min-height: 230px;

}

#birthDay .itemsGroup .column {
  height: 100%;
  width: 33%;
}

.b-category-tabs__item-image,
.b-category-tabs__item-image img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

figure {
  margin: 0;
}

.custom-image {
  width: 100%;
}

.b-category-tabs__block span {
  position: relative;
  z-index: 1;
}


#persone {
  background-color: #fff;
  border: 1px solid #e3e3e3;
  padding: 20px 25px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  margin-bottom: 30px;

}

#persone h3 {
  border-bottom: 1px solid #e3e3e3;
  margin-top: 0px
}

#persone img {
  border-radius: 5px;
  width: 120px;
  object-fit: cover;
}

.persone {
  background-color: #fff;
  border: 1px solid #e3e3e3;
  padding: 20px 25px !important;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  margin-bottom: 30px;

}

.persone a {
  color: #232d3b;
  text-decoration: none !important;
}

.persone h3 {
  border-bottom: 1px solid #e3e3e3;
  margin-top: 0px;
  font-weight: 400;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

.persone img {
  border-radius: 5px;
  width: 100%;
  object-fit: cover;
}

.persone-block p {
  text-align: justify !important;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

#bigSlider .moreInfo a {
  color: #FFF;
}

.userway_dark {
  background: #0a467b !important;
}

.ac {
  text-align: center;
  margin: 0 auto;
  display: block;
}

.sliderNewsAll .card p.headName {
  margin-top: 5px;
  font-size: 13px;
  text-align: center;
  font-weight: bolder;
}

.first-banner-main-page {
  width: 80% !important;
  padding-bottom: 10px;
  height: auto;


}

.banners .container {
  text-align: center;
}

.sliderNewsThirtyTab .card,
.sliderNewsSecondTab1 .card,
.sliderNewsSecondTab2 .card,
.sliderNewsSecondTab3 .card {

  box-shadow: none;
  background-color: transparent;
  border: none
}


.sliderNewsThirtyTab .card h5,
.sliderNewsSecondTab1 .card h5,
.sliderNewsSecondTab2 .card h5,
.sliderNewsSecondTab3 .card h5 {
  font-size: 1rem;
}




.sliderEvents .card,
.sliderEvents2 .card {
  box-shadow: none;
  background-color: transparent;


}

.slider2Screen1 .card {
  box-shadow: none;
  border: none
}

#user-profile {}

.ms-3 {
  margin-left: 10px;
}

.teacher .card-text {
  text-align: justify;
}

.card img {
  border-radius: 5px;
  max-width: 100%;
}

#bigSlider .owl-carousel .owl-item img {
  border-radius: 5px;
}

.sliderNewsThirtyTab .card h5,
.sliderNewsSecondTab1 .card h5,
.sliderNewsSecondTab2 .card h5,
.sliderNewsSecondTab3 .card h5 {
  font-size: 14px;
  font-weight: 500;
  margin-top: 10px;
}

#news .rightBlock .sliderNews .date {
  font-size: 12px;
  margin: 0.5rem 0px 0 0;
}

DIV.csc-textpic-intext-left DIV.csc-textpic-imagewrap {
  background: none repeat scroll 0 0 #E4F5FF;
  border: 1px solid #087EB4;
  float: left;
}

div.csc-textpic-intext-left .csc-textpic-imagewrap,
div.csc-textpic-intext-left-nowrap .csc-textpic-imagewrap {
  margin-right: 10px;
}

.csc-textpic-caption {
  caption-side: bottom;
  text-align: center;
  font-size: 14px
}

div.csc-textpic div.csc-textpic-imagecolumn {
  float: left;
}

.wrapperHead .leftHeader .menu li .menuColumn a {
  font-size: 15px;
}

.news-list .leftBlock {
  width: 100% !important
}

.news-list .leftBlock .wrapper {
  margin-right: 0 !important;
  padding: 15px 20px !important;
}

.phone-helper {
  font-size: 13px;
  line-height: 18px;
  padding-right: 4%;
  display: flex;
  align-items: center;
}



.rightSidebar .card {
  border: none;
  box-shadow: none;

}

.rightSidebar .card .card-body {
  margin: 0;
  padding: 0;
}

.rightSidebar .card .card-body .news {
  margin-top: 0;
}

/* Стили для табов в правом блоке */
.rightSidebar-tabs {
  margin: 15px 0;
}

.rightSidebar-tabs__list {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #e0e0e0;
}

.rightSidebar-tabs__item {
  margin-right: 20px;
}

.rightSidebar-tabs__item:last-child {
  margin-right: 0;
}

.rightSidebar-tabs__link {
  display: block;
  padding: 8px 0;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  color: #666;
  text-decoration: none;
  border-bottom: 2px solid transparent;
  transition: all 0.3s ease;
}

.rightSidebar-tabs__link:hover {
  color: #006c80;
  text-decoration: none;
}

.rightSidebar-tabs__link.active {
  color: #006c80;
  font-weight: bold;
  border-bottom-color: #006c80;
}

.rightSidebar-tab-content {
  margin-top: 15px;
}

.rightSidebar-tab-content .oneNews {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #f0f0f0;
}

.rightSidebar-tab-content .oneNews:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }

  .col-xs-12 {

    width: 100%;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
  }

  .postcontentmain {
    margin: 0
  }
}

#events .mainBlock .leftBlock a {
  color: #393939;
  text-decoration: none;
}

.ms-auto {
  margin-left: auto !important;
}

.avatar {
  white-space: nowrap;
  background-color: #C3C3C3;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
  color: #FFF;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 1rem;
  text-align: center;
  vertical-align: middle;
  font-weight: 600;
}

.avatar img {
  object-fit: cover;
}

.mt-2 {
  margin-top: 1.5rem !important;
}

.me-75 {
  margin-right: .75rem !important;
}

.slider-shadow {
  position: absolute;
  right: 0;


}


div.csc-textpic-center .csc-textpic-center-outer {
  position: relative;
  float: right;
  right: 50%;
}

div.csc-textpic-center .csc-textpic-center-inner {
  position: relative;
  float: right;
  right: -50%;
}

div.csc-textpic .csc-textpic-imagewrap .csc-textpic-image {
  margin-bottom: 10px;
}

div.csc-textpic-center .csc-textpic-imagewrap,
div.csc-textpic-center figure.csc-textpic-imagewrap {
  overflow: hidden;
}

.leftHeader .headerDopDownNav .menu li a {
  color: #393939 !important;
}

.csc-textpic-text>* {
  font-family: "Roboto" !important;
}

.sliderNewsSecondTab1 .card img,
.sliderNewsSecondTab2 .card img,
.sliderNewsSecondTab3 .card img {
  object-fit: cover;
  max-height: 140px;
}

.thumbnail {
  cursor: pointer;
}

.lightgallery-album {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  clear: both;
}

.post-slider .slider__img {
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  max-height: 710px;
}

.post-slider-templ2 .slider__img {
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.banners .container a {
  margin: 0 auto
}

.table {
  width: 100% !important;
}

.head-avtoshkola {
  border-radius: 0;
  text-align: center;
  color: #fff !important;
  font-size: 17px;
  display: block;
  background: #004d5c !important;
  border-radius: 0 !important;
  z-index: 500
}

.head-avtoshkola:hover {
  background: #FFF844 !important;
  color: #000 !important;
}


@media screen and (max-width: 1200px) {
  .slider-shadow {
    width: 70%
  }
}

@media screen and (max-width: 1140px) {

  .eventsonnews {
    width: 100% !important;
    height: auto !important;
  }

  .post-body__posttitle {
    padding: 0;
    font-size: 1.5rem;
  }

  .post-body__date {
    padding: 0;
  }
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%,
  20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%,
  20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}


@keyframes sheens {

  0%,
  79% {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: rotateZ(60deg) translate(-5em, 7.5em);
    transform: rotateZ(60deg) translate(-5em, 7.5em)
  }

  80% {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: rotateZ(60deg) translate(-5em, 7.5em);
    transform: rotateZ(60deg) translate(-5em, 7.5em)
  }

  95% {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: rotateZ(60deg) translate(1em, -19em);
    transform: rotateZ(60deg) translate(1em, -19em)
  }

  100% {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: rotateZ(60deg) translate(1em, -19em);
    transform: rotateZ(60deg) translate(1em, -19em)
  }
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

@keyframes mainbutton {
  0% {
    top: -20px;
  }

  50% {
    top: -30px;
  }

  to {
    top: -20px;
  }
}

@keyframes transY {
  0% {
    transform: translateY(-200px)
  }

  50% {
    transform: translateY(-100px)
  }

  100% {
    transform: translateY(0)
  }
}