@import url(../fonts/OpenSans/stylesheet.css);
/* @import url(../fonts/Neucha/stylesheet.css); */
@import url(../fonts/Flaticon/font/flaticon.css);

[class*=flaticon-]: after, [class*=flaticon-]:before {
  font-size: inherit;
  font-weight: 400;
  margin-left: 0;
  transition: all .5s ease;
}

.main {
  font-family: Montserrat, sans-serif;
}

.main:before {
  content: "";
  position: relative;
  top: 30%;
  right: 0;
  bottom: 0;
  left: 0;
}

.color-white {
  color: #fff;
}

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

.color-white-bg_opacity {
  background-color: hsla(0, 0%, 100%, .8);
}

.color-white-shadow {
  box-shadow: 0 0 15px 4px hsla(0, 0%, 100%, .2);
}

.color-black {
  color: #2f241d;
}

.color-black-bg {
  background-color: #2f241d;
}

.color-black-bg_opacity {
  background-color: rgba(47, 36, 29, .8);
}

.color-black-shadow {
  box-shadow: 0 0 15px 4px rgba(47, 36, 29, .2);
}

.color-black_button-shadow {
  box-shadow: 0 -9px 22px -4px rgba(157, 121, 97, .4);
}

body, html {
  min-width: 300px;
  height: auto;
  margin: 0 auto;
}

html {
  font-family: Open Sans, sans-serif;
  font-weight: 400;
  font-style: normal;
}

body.no-scroll {
  height: 100vh;
  width: 100%;
  position: fixed;
  overflow: hidden;
}

h1, h2, h3, h4, h5, li {
  color: #2f241d;
  margin: 0;
  padding: 0;
  transition: all .5s ease;
}

h1 {
  font-size: 3vw;
}

@media only screen and (max-width:1200px) {
  h1 {
    font-size: 31px;
  }
}

@media only screen and (max-width:1024px) {
  h1 {
    font-size: 21px;
  }
}

h2 {
  font-size: 2vw;
}

@media only screen and (max-width:1200px) {
  h2 {
    font-size: 30px;
  }
}

a {
  text-decoration: none;
  cursor: pointer;
}

a:before {
  transition: all .5s ease;
}

a:hover {
  text-decoration: none;
}

a, li, p, span {
  line-height: 20px;
}

[class|=flaticon]:before {
  font-size: 21px;
}

img {
  -o-object-fit: cover;
  object-fit: cover;
}

table td {
  padding-right: 10px;
  padding-left: 10px;
}

#wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  margin: 0 auto;
}

#wrapper .container {
  width: calc(100% - 160px);
  margin: 0 80px;
}

@media only screen and (max-width:1200px) {
  #wrapper .container {
    width: calc(100% - 60px);
    margin: 0 30px;
  }
}

@media only screen and (max-width:576px) {
  #wrapper .container {
    width: calc(100% - 20px);
    margin: 0 10px;
  }
}

#main {
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.img-filter {
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
}

.img-contrast-filter {
  -moz-filter: hue-rotate(270deg);
  -ms-filter: hue-rotate(270deg);
  -o-filter: hue-rotate(270deg);
  filter: hue-rotate(270deg);
  filter: violet;
}

.main-title {
  font-family: Neucha, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 35px;
  text-align: center;
  padding: 25px 0;
  border-bottom: 1px solid;
}

@media only screen and (max-width:1024px) {
  .main-title {
    font-size: 25px;
  }
}

.main-title_white {
  color: #fff;
  border-color: hsla(0, 0%, 100%, .2);
}

.main-title_black {
  color: #2f241d;
  border-color: rgba(47, 36, 29, .2);
}

.preview-text {
  display: inline-block;
  min-height: 200px;
  padding: 40px 0;
}

.preview-text p {
  line-height: 35px;
}

.preview-text p {
  margin-bottom: 20px;
}

@media only screen and (max-width:1200px) {
  .preview-text span {
    min-height: 300px;
  }
}

.email-massage-title {
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 50px 0;
}

.email-massage-title h3 {
  font-size: 50px;
  padding: 0 0 20px;
}

.email-massage-title h3, .email-massage-title p {
  font-family: Neucha, sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
}

.email-massage-title p {
  font-size: 25px;
}

.loader {
  display: none;
  position: absolute;
  border: 5px solid #fff;
  border-top: 5px solid #2f241d;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: a 1s linear infinite;
  z-index: 999;
}

@keyframes a {
  0% {
    transform: rotate(0);
  }

  to {
    transform: rotate(1turn);
  }
}

.not_found h2 {
  font-size: 120px !important;
}

.not_found .back-button {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.error-message, .excellent-message {
  display: none;
  text-align: center;
}

.error-message h3, .excellent-message h3 {
  font-family: Neucha, sans-serif;
  font-weight: 400;
  font-style: normal;
  margin: 0 auto;
  font-size: 25px;
  text-transform: uppercase;
  color: #2f241d;
  border-bottom: 1px solid rgba(47, 36, 29, .2);
  margin-top: 30px;
  padding-bottom: 10px;
}

#lightbox {
  margin-top: 70px;
}

#lightbox .lb-number {
  display: none !important;
}

.main-link-hover a {
  position: relative;
  display: inline;
  text-decoration: none;
  transition: all .3s cubic-bezier(.2, 0, 0, 1);
  padding: 3px 7px;
}

.main-link-hover a p {
  display: inline;
  position: relative;
  z-index: 2;
  color: #fff;
}

.main-link-hover a:before {
  position: absolute;
  display: block;
  content: "";
  top: 95%;
  right: 6%;
  bottom: 0;
  left: 6%;
  background-color: #fff;
  transition: all .5s ease;
  border-radius: 7px;
  z-index: 1;
}

.main-link-hover a:hover p {
  color: #2f241d;
}

.main-link-hover a:hover:before {
  top: 0;
  right: 0;
  left: 0;
}

.gm-svpc img {
  -o-object-fit: contain;
  object-fit: contain;
}

.gm-style-cc, .gmnoprint {
  height: auto !important;
}

.gm-iv-address.gm-iv-address-link {
  top: 41px !important;
}

.social-link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}

.social-link a {
  position: relative;
  display: inline;
  text-decoration: none;
  padding: 5px 8px;
  margin: 0 5px;
  transition: all .3s cubic-bezier(.2, 0, 0, 1);
}

.social-link a:before {
  position: relative;
  color: #fff;
  z-index: 2;
}

.social-link a:after {
  position: absolute;
  display: block;
  content: "";
  top: 95%;
  right: 6%;
  bottom: 0;
  left: 6%;
  background-color: #fff;
  transition: all .5s ease;
  border-radius: 7px;
  z-index: 1;
}

.social-link a:hover:before {
  color: #2f241d;
}

.social-link a:hover:after {
  top: 0;
  right: 0;
  left: 0;
}

.main-bottom {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: Open Sans, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 14px;
  color: #fff;
  border-radius: 7px;
  padding: 20px 60px;
  margin-top: 20px;
  position: relative;
  font-weight: 700;
  text-decoration: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: 0;
  cursor: pointer;
  background-image: linear-gradient(45deg, hsla(0, 0%, 100%, 0) 30%, hsla(0, 0%, 100%, .8), hsla(0, 0%, 100%, 0) 70%);
  background-repeat: no-repeat;
  background-size: 200% 100%;
  background-position: 200% 0;
}

@media only screen and (max-width:576px) {
  .main-bottom {
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    padding: 20px 0;
  }
}

.main-bottom:hover {
  transition: .5s linear;
  background-position: -200% 0;
}

.back-button {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  justify-content: flex-start;
  overflow: hidden;
}

@media only screen and (max-width:576px) {
  .back-button {
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    padding: 20px 0;
  }
}

.back-button a {
  font-family: Open Sans, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 14px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 200px;
  padding: 20px 35px;
  border-radius: 7px;
  position: relative;
  font-weight: 700;
  text-decoration: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: 0;
  background-image: linear-gradient(45deg, hsla(0, 0%, 80%, 0) 30%, hsla(0, 0%, 80%, .8), hsla(0, 0%, 80%, 0) 70%);
  background-repeat: no-repeat;
  background-size: 200% 100%;
  background-position: 200% 0;
}

.back-button a:hover {
  transition: .5s linear;
  background-position: -200% 0;
}

.back-button a .flaticon-arrow-point-hand-drawn-outline-pointing-to-right-direction {
  padding-left: 20px;
  transform: rotate(180deg);
}

.header-top .container {
  height: 50px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width:768px) {
  .header-top .container {
    height: auto;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.header-top .container a, .header-top .container p, .header-top .container span {
  color: #fff;
}

@media only screen and (max-width:768px) {
  .header-top__social-link {
    margin-top: 20px;
  }
}

@media only screen and (max-width:768px) {
  .header-top__eye {
    display: none;
  }
}

.header-top__eye a, .header-top__registration a {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-top__eye a:before, .header-top__registration a:before {
  position: absolute;
  content: "";
  top: 23px;
  right: 100%;
  bottom: 0;
  left: 32px;
  border-bottom: 1px solid #fff;
}

.header-top__eye a:hover:before, .header-top__registration a:hover:before {
  right: 0;
}

.header-top__eye p, .header-top__registration p {
  padding-left: 10px;
}

.header-top__registration {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}

@media only screen and (max-width:768px) {
  .header-top__registration {
    margin: 20px 0;
  }
}

.header-top__registration a:first-child {
  margin-right: 35px;
}

.header-bottom {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  padding: 12px 0;
}

@media only screen and (max-width:992px) {
  .header-bottom {
    padding: 20px 0;
  }
}

.header-bottom .container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width:992px) {
  .header-bottom .container {
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.header-bottom__left-block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width:768px) {
  .header-bottom__left-block {
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.header-bottom__logo {
  display: -ms-flexbox;
  display: flex;
  font-size: 30px;
  font-weight: 700;
}

.header-bottom__logo img {
  min-width: 175px !important;
  min-height: 175px !important;
}

.header-bottom__title {
  padding-left: 50px;
}

@media only screen and (max-width:1200px) {
  .header-bottom__title {
    padding: 0 25px;
    text-align: center;
  }
}

@media only screen and (max-width:768px) {
  .header-bottom__title {
    padding: 25px 0;
  }
}

.header-bottom h1, .header-bottom h2 {
  font-family: Neucha, sans-serif;
  font-weight: 400;
  font-style: normal;
}

@media only screen and (max-width:768px) {
  .header-bottom h1, .header-bottom h2 {
    text-align: center;
  }
}

.header-bottom__buttons {
  width: 100%;
  max-width: 450px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: end;
  align-items: flex-end;
}

@media only screen and (max-width:576px) {
  .header-bottom__buttons {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}

.header-bottom__button {
  max-width: 205px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width:576px) {
  .header-bottom__button {
    margin: 0 10px;
  }
}

.header-bottom__button p {
  max-width: 170px;
  font-family: Open Sans, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  text-align: center;
}

.footer-top .container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  padding: 50px 0;
}

@media only screen and (max-width:1500px) {
  .footer-top .container {
    min-height: inherit;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 40px !important;
  }
}

@media only screen and (max-width:768px) {
  .footer-top .container {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
}

.footer-top__left, .footer-top__middle, .footer-top__right {
  min-height: 90px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer-top__left a, .footer-top__left p, .footer-top__middle a, .footer-top__middle p, .footer-top__right a, .footer-top__right p {
  font-family: Open Sans, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 16px;
  color: #fff;
}

@media only screen and (max-width:1500px) {
  .footer-top__left {
    width: 100%
  }
}

@media only screen and (max-width:768px) {
  .footer-top__left {
    min-height: 60px;
  }

  .footer-top__left>div {
    margin-bottom: 20px;
  }
}

.footer-top__middle {
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media only screen and (max-width:1500px) {
  .footer-top__middle {
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media only screen and (max-width:768px) {
  .footer-top__middle {
    min-height: 60px;
  }
}

@media only screen and (max-width:576px) {
  .footer-top__middle {
    margin: 15px 0;
  }
}

.footer-top__right {
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width:1500px) {
  .footer-top__right {
    position: relative;
    top: -50px;
  }
}

@media only screen and (max-width:768px) {
  .footer-top__right {
    min-height: 60px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    position: inherit;
    top: 0;
  }
}

.footer-top__menu {
  max-width: 550px;
  padding: 20px 0;
}

.footer-top__menu a {
  font-family: Open Sans, sans-serif;
  font-weight: 600;
  font-style: italic;
}

.footer-top__menu a:hover {
  opacity: .5;
}

.footer-top__menu .point:last-child, .footer-top__menu .point:nth-child(3n) {
  display: none;
}

.footer-top .point {
  color: #fff;
}

.footer-top__contacts {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

@media only screen and (max-width:768px) {
  .footer-top__contacts {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.footer-top__phone {
  padding-right: 5px;
  padding-left: 5px;
}

.footer-top .copyright {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.footer-top .copyright, .footer-top .copyright a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.footer-top .copyright a {
  min-width: 150px;
  position: relative;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-left: 5px;
}

.footer-top .copyright a:before {
  position: absolute;
  content: "";
  top: 0;
  right: 100%;
  left: 5px;
  bottom: 0;
  border-bottom: 1px solid;
  transition: right .5s ease;
}

.footer-top .copyright a .logo-GermanWeb {
  width: 30px;
  height: 30px;
  background: url(../images/logo-GermanWeb.svg) 50% 50% no-repeat;
  background-size: contain;
  margin-left: 10px;
  transition: margin .5s ease;
}

.footer-top .copyright a:hover:before {
  right: 50px;
}

.footer-top .copyright a:hover .logo-GermanWeb {
  margin-left: 20px;
}

.footer-top__social-link {
  padding: 20px 0;
}

.footer-bottom .container {
  height: 50px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}

.main-slider {
  max-height: 410px;
  position: relative;
  margin: 0 -80px;
}

@media only screen and (max-width:1024px) {
  .main-slider {
    display: none;
  }
}

.main-slider__img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: -1;
  background-color: hsla(0, 0%, 100%, .3);
}

.main-slider .line-slide {
  position: absolute;
  content: "";
  top: 25px;
  right: 0;
  bottom: 25px;
  left: 60px;
  border-left: 1px solid #2f241d;
}

.main-slider__item {
  width: calc(100% - 160px);
  min-height: 350px;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 80px;
}

.main-slider__item:active, .main-slider__item:focus {
  outline: 0;
}

.main-slider__item .wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
  width: 785px;
  height: 280px;
  border-radius: 7px;
}

.main-slider__item p, .main-slider__item span {
  font-family: Neucha, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 40px;
  line-height: 50px;
}

.main-slider__title {
  font-size: 50px;
}

.main-slider__bottom, .main-slider__top {
  width: 100%;
  max-width: 600px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 0 auto;
}

.main-slider__top {
  margin-bottom: 40px;
}

.main-slider .title-separate {
  padding: 0 10px;
}

.main-slider .slick-arrow {
  width: 20px;
  height: 20px;
  cursor: pointer;
  z-index: 99;
}

.main-slider .slick-arrow:before {
  font-size: 25px;
  color: #fff;
  transition: all .5s ease;
}

.main-slider .slick-arrow:hover:before {
  opacity: .5;
}

.main-slider .slick-prev {
  float: left;
}

.main-slider .slick-prev:before {
  position: absolute;
  transform: rotate(180deg);
}

.main-slider .slick-dots {
  display: -ms-flexbox !important;
  display: flex !important;
  float: left;
  padding: 0;
  margin: 0 15px 0 17px;
}

.main-slider .slick-dots, .main-slider .slick-dots li {
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}

.main-slider .slick-dots li {
  display: -ms-flexbox;
  display: flex;
  list-style: none;
}

.main-slider .slick-dots li button {
  width: 20px;
  height: 20px;
  font-size: 0;
  padding: 0;
  border: 3px solid #fff;
  background-color: transparent;
  border-radius: 3px;
  margin: 0 5px;
  cursor: pointer;
  transition: all .5s ease;
}

.main-slider .slick-dots li button:hover {
  opacity: .5;
}

.main-slider .slick-dots .slick-active button {
  pointer-events: none;
  background-color: #fff;
}

.main-slider__arrow {
  max-width: 500px;
  left: 55%;
  padding-bottom: 30px;
}

.contact-info {
  min-height: 555px;
  border-radius: 7px;
}

.contact-info .wrapper {
  padding: 0 140px;
  margin: 0 auto;
}

@media only screen and (max-width:1200px) {
  .contact-info .wrapper {
    padding: 0 70px;
  }
}

@media only screen and (max-width:1024px) {
  .contact-info .wrapper {
    padding: 0 35px;
  }
}

.contact-info__body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 45px 0;
}

@media only screen and (max-width:1024px) {
  .contact-info__body {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.contact-info__text {
  max-width: 350px;
}

.contact-info__text, .contact-info__text .row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.contact-info__text .row:first-child {
  margin-bottom: 10px;
}

.contact-info__text .row h4 {
  padding-right: 5px;
}

.contact-info h4 {
  font-family: Open Sans, sans-serif;
  font-weight: 800;
  font-style: normal;
  color: #fff;
  margin-bottom: 0;
}

@media only screen and (max-width:768px) {
  .contact-info h4 {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 5px;
  }
}

.contact-info a, .contact-info p {
  font-family: Open Sans, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  color: #fff;
  line-height: 25px;
}

.contact-info__link {
  width: 100%;
  position: relative;
  margin-bottom: 10px;
}

.contact-info__separate {
  display: block;
  max-width: 200px;
  border-bottom: 1px solid hsla(0, 0%, 100%, .2);
  padding: 0 0 15px;
  margin: 0 0 15px;
}

@media only screen and (max-width:768px) {
  .contact-info__text .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.contact-info__center, .contact-info__left, .contact-info__right {
  width: 100%
}

@media only screen and (max-width:1024px) {
  .contact-info__center, .contact-info__left, .contact-info__right {
    margin: 10px 0;
  }
}

.contact-info__center, .contact-info__left {
  max-width: 450px;
}

@media only screen and (max-width:1024px) {
  .contact-info__center, .contact-info__left {
    max-width: none;
    width: 50%
  }
}

@media only screen and (max-width:576px) {
  .contact-info__center, .contact-info__left {
    width: 100%
  }
}

.contact-info__left {
  width: calc(50% - 20px);
  padding-right: 20px;
}

.contact-info__social-link {
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-top: 15px;
}

.contact-info__social-link a {
  margin: 0;
  margin-right: 10px;
}

.contact-info #g-map {
  width: 100%;
  min-height: 375px;
  border-radius: 7px;
}

.important-info__slider {
  margin: 30px 0;
}

.important-info .item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}

.important-info .item:active, .important-info .item:focus {
  outline: 0;
}

.important-info .slick-track {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}

.important-info .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 99;
}

.important-info .slick-arrow:before {
  font-size: 25px;
  transition: all .5s ease;
}

.important-info .slick-arrow:hover:before {
  opacity: .5;
}

.important-info .slick-prev {
  left: -50px;
  width: 20px;
  height: 20px;
}

@media only screen and (max-width:1200px) {
  .important-info .slick-prev {
    left: -25px;
  }
}

@media only screen and (max-width:768px) {
  .important-info .slick-prev {
    left: -15px;
  }
}

@media only screen and (max-width:576px) {
  .important-info .slick-prev {
    left: 0;
  }
}

.important-info .slick-prev:before {
  position: absolute;
  transform: rotate(180deg);
}

.important-info .slick-next {
  right: -50px;
}

@media only screen and (max-width:1200px) {
  .important-info .slick-next {
    right: -25px;
  }
}

@media only screen and (max-width:768px) {
  .important-info .slick-next {
    right: -15px;
  }
}

@media only screen and (max-width:576px) {
  .important-info .slick-next {
    right: 0;
  }
}

.breadcrumbs {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: center;
  align-items: center;
  list-style: none;
  padding: 20px 0;
  margin: 0;
}

@media only screen and (max-width:576px) {
  .breadcrumbs {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.breadcrumbs li:first-child {
  display: none;
}

.breadcrumbs__separate {
  padding: 0 5px 0 2px;
}

.breadcrumbs-default {
  padding: 0 0 30px;
}

.breadcrumbs-default li:first-child {
  display: -ms-flexbox;
  display: flex;
}

.breadcrumbs-default__separate {
  padding: 0 5px;
}

.breadcrumbs-foldersBlock {
  padding: 15px 0 0 15px;
  margin-bottom: -25px;
}

.folder-inside .breadcrumbs li:first-child, .gallery-news .breadcrumbs li:first-child, .one-news .breadcrumbs li:first-child {
  display: -ms-flexbox;
  display: flex;
}

.folder-inside .breadcrumbs__separate, .gallery-news .breadcrumbs__separate, .one-news .breadcrumbs__separate {
  padding: 0 5px;
}

.special-mode body {
  padding-top: 80px;
}

.special-mode #main {
  background: 0 0 !important;
}

.special-mode #footer, .special-mode #header, .special-mode .button-more a, .special-mode .contact-info, .special-mode .folder, .special-mode .footer-bottom, .special-mode .footer-top, .special-mode .header-bottom, .special-mode .header-top, .special-mode .main-bottom, .special-mode .main-content .js-tab, .special-mode .main-content__body, .special-mode .main-content__center nav, .special-mode .main-content__left, .special-mode .main-content__right, .special-mode .main-slider__item a, .special-mode .metrics {
  background: 0 0 !important;
  box-shadow: none !important;
}

.special-mode .folder-gradient1, .special-mode .folder-gradient2 {
  display: none;
}

.special-mode .folder__title {
  background: 0 0 !important;
}

.special-mode.scheme-white a, .special-mode.scheme-white a.active, .special-mode.scheme-white a.active:hover, .special-mode.scheme-white a:hover, .special-mode.scheme-white h1, .special-mode.scheme-white h1:hover, .special-mode.scheme-white h2, .special-mode.scheme-white h2:hover, .special-mode.scheme-white h3, .special-mode.scheme-white h3:hover, .special-mode.scheme-white h4, .special-mode.scheme-white h4:hover, .special-mode.scheme-white h5, .special-mode.scheme-white h5:hover, .special-mode.scheme-white input, .special-mode.scheme-white input:hover, .special-mode.scheme-white label, .special-mode.scheme-white label:hover, .special-mode.scheme-white li, .special-mode.scheme-white li:hover, .special-mode.scheme-white p, .special-mode.scheme-white p:hover, .special-mode.scheme-white span, .special-mode.scheme-white span:hover {
  color: #2f241d !important;
  text-shadow: none !important;
}

.special-mode.scheme-white input, .special-mode.scheme-white label {
  background: 0 0 !important;
  border-color: #2f241d !important;
}

.special-mode.scheme-white input:active, .special-mode.scheme-white input:focus, .special-mode.scheme-white label:active, .special-mode.scheme-white label:focus {
  border-color: #2f241d !important;
}

.special-mode.scheme-white .slick-arrow:before {
  color: #2f241d;
}

.special-mode.scheme-white .line-slide, .special-mode.scheme-white .slick-dots button {
  border-color: #2f241d;
}

.special-mode.scheme-white .flaticon-check-mark:before, .special-mode.scheme-white [class|=flaticon]:before {
  color: #2f241d !important;
}

.special-mode.scheme-white .social-link a {
  border-color: #2f241d;
}

.special-mode.scheme-white .folders a {
  border-color: inherit #2f241d !important;
}

.special-mode.scheme-white .folders a.visible, .special-mode.scheme-white .folders a:hover {
  border-color: #2f241d !important;
}

.special-mode.scheme-white .form-star {
  color: #2f241d !important;
}

.special-mode.scheme-black a, .special-mode.scheme-black a.active, .special-mode.scheme-black a.active:hover, .special-mode.scheme-black a:hover, .special-mode.scheme-black h1, .special-mode.scheme-black h1:hover, .special-mode.scheme-black h2, .special-mode.scheme-black h2:hover, .special-mode.scheme-black h3, .special-mode.scheme-black h3:hover, .special-mode.scheme-black h4, .special-mode.scheme-black h4:hover, .special-mode.scheme-black h5, .special-mode.scheme-black h5:hover, .special-mode.scheme-black input, .special-mode.scheme-black input:hover, .special-mode.scheme-black label, .special-mode.scheme-black label:hover, .special-mode.scheme-black li, .special-mode.scheme-black li:hover, .special-mode.scheme-black p, .special-mode.scheme-black p:hover, .special-mode.scheme-black span, .special-mode.scheme-black span:hover, .special-mode.scheme-blue a, .special-mode.scheme-blue a.active, .special-mode.scheme-blue a.active:hover, .special-mode.scheme-blue a:hover, .special-mode.scheme-blue h1, .special-mode.scheme-blue h1:hover, .special-mode.scheme-blue h2, .special-mode.scheme-blue h2:hover, .special-mode.scheme-blue h3, .special-mode.scheme-blue h3:hover, .special-mode.scheme-blue h4, .special-mode.scheme-blue h4:hover, .special-mode.scheme-blue h5, .special-mode.scheme-blue h5:hover, .special-mode.scheme-blue input, .special-mode.scheme-blue input:hover, .special-mode.scheme-blue label, .special-mode.scheme-blue label:hover, .special-mode.scheme-blue li, .special-mode.scheme-blue li:hover, .special-mode.scheme-blue p, .special-mode.scheme-blue p:hover, .special-mode.scheme-blue span, .special-mode.scheme-blue span:hover {
  color: #fff !important;
  text-shadow: none !important;
}

.special-mode.scheme-black input, .special-mode.scheme-black label, .special-mode.scheme-blue input, .special-mode.scheme-blue label {
  background: 0 0 !important;
  border-color: #fff !important;
}

.special-mode.scheme-black input:active, .special-mode.scheme-black input:focus, .special-mode.scheme-black label:active, .special-mode.scheme-black label:focus, .special-mode.scheme-blue input:active, .special-mode.scheme-blue input:focus, .special-mode.scheme-blue label:active, .special-mode.scheme-blue label:focus {
  border-color: #fff !important;
}

.special-mode.scheme-black .slick-arrow:before, .special-mode.scheme-blue .slick-arrow:before {
  color: #fff;
}

.special-mode.scheme-black .line-slide, .special-mode.scheme-black .slick-dots button, .special-mode.scheme-blue .line-slide, .special-mode.scheme-blue .slick-dots button {
  border-color: #fff;
}

.special-mode.scheme-black [class|=flaticon]:before, .special-mode.scheme-blue [class|=flaticon]:before {
  color: #fff !important;
}

.special-mode.scheme-black .flaticon-check-mark:before, .special-mode.scheme-blue .flaticon-check-mark:before {
  color: #2f241d !important;
}

.special-mode.scheme-black .folders a, .special-mode.scheme-black .folders a.visible, .special-mode.scheme-black .folders a:hover, .special-mode.scheme-blue .folders a, .special-mode.scheme-blue .folders a.visible, .special-mode.scheme-blue .folders a:hover {
  border-color: #fff !important;
}

.special-mode.scheme-black .form-star, .special-mode.scheme-blue .form-star {
  color: #fff !important;
}

.special-mode.img-off #g-map, .special-mode.img-off .page-presentation {
  display: none;
}

.special-mode.font-small a, .special-mode.font-small h1, .special-mode.font-small h2, .special-mode.font-small h3, .special-mode.font-small h4, .special-mode.font-small h5, .special-mode.font-small li, .special-mode.font-small p, .special-mode.font-small span {
  font-size: 1.4rem !important;
  line-height: 30px !important;
}

.special-mode.font-small .header-bottom__title h1 {
  font-size: 3rem !important;
}

.special-mode.font-small .header-bottom__title h2 {
  font-size: 2rem !important;
  margin-bottom: 10px;
}

.special-mode.font-middle a, .special-mode.font-middle h1, .special-mode.font-middle h2, .special-mode.font-middle h3, .special-mode.font-middle h4, .special-mode.font-middle h5, .special-mode.font-middle li, .special-mode.font-middle p, .special-mode.font-middle span {
  font-size: 1.5rem !important;
  line-height: 30px !important;
}

.special-mode.font-middle .slick-next {
  line-height: 25px !important;
}

.special-mode.font-middle .header-bottom__title h1 {
  font-size: 3.4rem !important;
  line-height: 50px !important;
}

.special-mode.font-middle .header-bottom__title h2 {
  font-size: 2.4rem !important;
  line-height: 50px !important;
  margin-bottom: 10px;
}

.special-mode.font-big a, .special-mode.font-big h1, .special-mode.font-big h2, .special-mode.font-big h3, .special-mode.font-big h4, .special-mode.font-big h5, .special-mode.font-big li, .special-mode.font-big p, .special-mode.font-big span {
  font-size: 1.6rem !important;
  line-height: 40px !important;
}

.special-mode.font-big .slick-prev {
  line-height: 30px !important;
}

.special-mode.font-big .slick-next {
  line-height: 0 !important;
  position: relative;
  top: -2px;
}

.special-mode.font-big .header-bottom__title h1 {
  font-size: 3.6rem !important;
  line-height: 70px !important;
}

.special-mode.font-big .header-bottom__title h2 {
  font-size: 2.6rem !important;
  line-height: 70px !important;
  margin-bottom: 10px;
}

.special-mode.font-big .custombox {
  top: -20px;
  width: 160px;
  height: 20px;
}

.special-mode .slick-dots {
  min-height: 28px;
}

.special-mode .special-mode-panel {
  background: #cbcbcb !important;
}

.special-mode .special-mode-panel a, .special-mode .special-mode-panel h1, .special-mode .special-mode-panel h2, .special-mode .special-mode-panel h3, .special-mode .special-mode-panel h4, .special-mode .special-mode-panel h5, .special-mode .special-mode-panel li, .special-mode .special-mode-panel p, .special-mode .special-mode-panel span {
  font-size: 18px !important;
  line-height: 30px !important;
}

.special-mode .special-mode-panel a:hover, .special-mode .special-mode-panel h1:hover, .special-mode .special-mode-panel h2:hover, .special-mode .special-mode-panel h3:hover, .special-mode .special-mode-panel h4:hover, .special-mode .special-mode-panel h5:hover, .special-mode .special-mode-panel li:hover, .special-mode .special-mode-panel p:hover, .special-mode .special-mode-panel span:hover {
  color: inherit !important;
}

.special-mode .special-mode-panel .color-scheme__item-black:hover, .special-mode .special-mode-panel .color-scheme__item-blue:hover {
  color: #fff !important;
}

.special-mode .special-mode-panel .color-scheme__item-white:hover {
  color: #2f241d !important;
}

.special-mode .special-mode-panel .font-size__item-small {
  font-size: 18px !important;
}

.special-mode .special-mode-panel .font-size__item-middle {
  font-size: 24px !important;
}

.special-mode .special-mode-panel .font-size__item-big {
  font-size: 26px !important;
}

.special-mode .main-link-hover:before {
  display: none;
}

.user-box {
  display: none;
  opacity: 0;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
}

.user-form-bg {
  bottom: -100vh;
}

.user-form, .user-form-bg {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}

.user-form {
  bottom: 0;
}

.user-form .wrapper {
  width: 100%
}

.user-form .flaticon-cross {
  position: absolute;
  top: 30px;
  left: calc(100% - 30px);
  transform: translate(-50%, -50%);
  cursor: pointer;
}

.user-form .flaticon-cross:before {
  font-size: 30px;
}

.user-form .flaticon-cross:hover:before {
  color: rgba(47, 36, 29, .5);
}

.user-form__body, .user-form__title {
  position: relative;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.user-form__body {
  box-sizing: border-box;
  top: 40%;
  transform: translateY(-50%);
  max-width: 500px;
  min-width: 300px;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #f2f2f2;
  border-radius: 7px;
  padding: 50px;
  margin: 0 auto;
  z-index: 999;
}

@media only screen and (max-width:1024px) {
  .user-form__body {
    top: 0;
    margin: 50px auto;
    transform: none;
  }
}

@media only screen and (max-width:400px) {
  .user-form__body {
    padding: 50px 25px;
  }
}

.user-form h3 {
  border: none;
  padding: 0;
  margin-bottom: 20px;
}

.user-form form {
  width: 100%
}

.user-form form, .user-form label {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.user-form input, .user-form label {
  font-family: Open Sans, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
}

.user-form form>label {
  margin-bottom: 20px;
}

.user-form form>label:last-child {
  margin-bottom: 0;
}

.user-form .text-label {
  margin-bottom: 10px;
}

.user-form .text-input {
  min-height: 40px;
  border-radius: 7px;
  border: 1px solid rgba(47, 36, 29, .2);
  padding-left: 20px;
}

.user-form .text-input:active, .user-form .text-input:focus {
  outline: 0;
}

.user-form__footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 60px;
}

@media only screen and (max-width:768px) {
  .user-form__footer {
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.user-form__footer .sub {
  transition: all .5s ease;
}

@media only screen and (max-width:768px) {
  .user-form__footer .sub {
    width: 100%;
    max-width: 300px;
    text-align: right;
    margin-top: 30px;
  }
}

.user-form .main-bottom {
  padding: 20px 35px;
  margin-top: 0;
  margin-right: 70px;
  cursor: pointer;
  border: none;
}

@media only screen and (max-width:768px) {
  .user-form .main-bottom {
    margin: 0 auto;
    max-width: 300px;
    min-width: 250px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.user-form .text-error {
  margin-top: 20px;
  margin-bottom: -20px;
}

#forget {
  margin-top: 20px;
}

#forget .main-bottom {
  max-width: 170px;
  margin-top: 30px;
  margin-right: 0;
}

@media only screen and (max-width:768px) {
  .registrate-form {
    overflow: scroll;
  }
}

.registrate-form__body {
  width: 100%;
  max-width: 700px;
  position: relative;
  top: 40%;
  transform: translateY(-50%);
}

@media only screen and (max-width:1024px) {
  .registrate-form__body {
    top: 0;
    margin: 50px auto;
    transform: none;
  }
}

.registrate-form__footer {
  width: 100%;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 30px;
}

.registrate-form__footer p {
  color: #000;
  width: 100%;
  text-align: right;
  margin-bottom: 10px;
}

@media only screen and (max-width:768px) {
  .registrate-form__footer p {
    max-width: 300px;
  }
}

.registrate-form .buttons {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-width:768px) {
  .registrate-form .buttons {
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

.registrate-form .buttons .main-bottom {
  margin: 0;
  width: calc(50% - 20px);
  box-sizing: border-box;
}

@media only screen and (max-width:768px) {
  .registrate-form .buttons .main-bottom {
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
  }
}

@media only screen and (max-width:768px) {
  .registrate-form .buttons .main-bottom: first-child {
    margin-top: 30px;
  }
}

.registrate-form .input-block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: end;
  align-items: flex-end;
}

@media only screen and (max-width:576px) {
  .registrate-form .input-block {
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.registrate-form .input-block label {
  width: calc(50% - 20px);
  margin-bottom: 20px;
}

@media only screen and (max-width:576px) {
  .registrate-form .input-block label {
    width: 100%
  }
}

.registrate-form .input-block label[for=father_name] {
  width: 100%
}

.registrate-form .input-block #father_name {
  width: calc(50% - 20px);
  box-sizing: border-box;
}

@media only screen and (max-width:576px) {
  .registrate-form .input-block #father_name {
    width: 100%
  }
}

#js-text-registration h3, #js-text-registration p {
  font-family: Neucha, sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
}

#js-text-registration h3 {
  font-size: 35px;
  text-transform: uppercase;
  margin-bottom: 45px;
}

#js-text-registration p {
  font-size: 30px;
  line-height: 40px;
}

.user-form-settings {
  position: fixed;
}

@media only screen and (max-width:768px) {
  .user-form-settings {
    overflow: scroll;
  }
}

.user-form-settings__body {
  width: 100%;
  max-width: 700px;
  top: 50%
}

@media only screen and (max-width:1024px) {
  .user-form-settings__body {
    top: 0;
    margin: 50px auto;
    transform: none;
  }
}

.user-form-settings__footer {
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-top: 0;
}

@media only screen and (max-width:768px) {
  .user-form-settings__footer {
    margin: 0 auto;
  }
}

.js-form-settings {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.js-form-settings h3 {
  margin-bottom: 15px;
}

.js-form-settings .form-change, .js-form-settings .form-personal-info {
  margin: 15px 0 0;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: end;
  align-items: flex-end;
}

.js-form-settings .form-change h3, .js-form-settings .form-personal-info h3 {
  width: 100%
}

.js-form-settings .form-change>label, .js-form-settings .form-personal-info>label {
  width: calc(50% - 30px);
}

@media only screen and (max-width:768px) {
  .js-form-settings .form-change>label, .js-form-settings .form-personal-info>label {
    width: 100%
  }
}

.js-form-settings .sub_group {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: end;
  align-items: flex-end;
}

.js-form-settings .sub_group>div {
  width: calc(50% - 30px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

@media only screen and (max-width:768px) {
  .js-form-settings .sub_group>div {
    width: 100%
  }
}

.js-form-settings .sub_text {
  margin-bottom: 10px;
}

.js-form-settings .sub_text, .js-form-settings input {
  font-family: Open Sans, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
}

.js-form-settings input {
  min-height: 40px;
  border: 1px solid rgba(47, 36, 29, .2);
  border-radius: 7px;
  padding: 0 20px;
  margin-bottom: 20px;
}

.js-form-settings input:focus {
  outline: 0;
}

.js-form-settings .main-bottom {
  max-width: 300px;
  padding: 20px 60px;
  margin: 50px 0 0;
}

.main-content {
  display: -ms-flexbox;
  display: flex;
  margin: 60px auto 45px;
}

@media only screen and (max-width:1200px) {
  .main-content {
    margin: 10px auto 60px;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.main-content__left, .main-content__right {
  border-radius: 7px;
  min-width: 280px;
}

.main-content__center {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  width: calc(100% - 590px);
  margin: 0 15px;
}

@media only screen and (max-width:1200px) {
  .main-content__center {
    width: 100%;
    margin: 0;
  }
}

.main-content__center nav {
  position: relative;
  z-index: 2;
}

.main-content__body {
  height: 100%;
  border-bottom-right-radius: 7px;
  border-bottom-left-radius: 7px;
  position: relative;
  z-index: 1;
}

@media only screen and (max-width:1200px) {
  .main-content__body {
    margin-bottom: 60px;
  }
}

.main-content__left {
  overflow: hidden;
}

.main-content__left nav .wrapper {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 20px;
  margin: 0 auto;
  box-sizing: border-box;
}

.main-content__left nav a {
  position: relative;
  font-family: Neucha, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  padding: 0 0 13px;
  margin: 0 auto 13px;
  max-width: 200px;
}

@media only screen and (max-width:1200px) {
  .main-content__left nav a {
    width: 100%;
    text-align: center;
    max-width: 100%
  }
}

@media only screen and (max-width:768px) {
  .main-content__left nav a {
    max-width: calc(100% - 30px);
  }
}

.main-content__left nav a:before {
  position: absolute;
  content: "";
  top: 0;
  right: calc(50% - 20px);
  bottom: 0;
  left: calc(50% - 20px);
  border-bottom: 1px solid hsla(0, 0%, 100%, .2);
}

.main-content__left nav a:hover {
  font-size: 20px;
}

@media only screen and (max-width:1200px) {
  .main-content__left nav a: hover {
    font-size: inherit;
  }
}

.main-content__left nav a:hover:before {
  border-bottom: 2px solid hsla(0, 0%, 100%, .8);
}

@media only screen and (max-width:1200px) {
  .main-content__left nav a: hover:before {
    border-bottom: 1px solid hsla(0, 0%, 100%, .2);
  }
}

.main-content__left nav a:last-child {
  padding: 0;
  margin: 0 auto;
}

.main-content__left nav a:last-child:before {
  display: none;
}

.menu {
  text-align: right;
}

@media only screen and (max-width:1200px) {
  .menu {
    margin-bottom: 15px;
  }
}

.menu__icon {
  display: none;
  width: 45px;
  height: 35px;
  position: relative;
  cursor: pointer;
  margin-top: 7px;
  margin-right: 7px;
}

@media only screen and (max-width:1200px) {
  .menu__icon {
    display: inline-block;
  }
}

.menu__icon span {
  display: block;
  position: absolute;
  height: 7px;
  width: 100%;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  transform: rotate(0);
  transition: .25s ease-in-out;
}

.menu__icon span:first-child {
  top: 0;
}

.menu__icon span:nth-child(2), .menu__icon span:nth-child(3) {
  top: 13px;
}

.menu__icon span:nth-child(4) {
  top: 26px;
}

.menu__links .wrapper {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width:1200px) {
  .menu__links {
    display: none;
    box-sizing: border-box;
    z-index: 9999;
    transition: none;
    margin-top: -30px;
  }
}

.menu__links-item {
  text-align: center;
}

@media only screen and (max-width:1200px) {
  .menu__links-item {
    transition: none;
  }
}

.menu.menu_state_open .menu__icon span:first-child {
  width: 0;
  top: 18px;
  left: 50%
}

.menu.menu_state_open .menu__icon span:nth-child(2) {
  transform: rotate(45deg);
}

.menu.menu_state_open .menu__icon span:nth-child(3) {
  transform: rotate(-45deg);
}

.menu.menu_state_open .menu__icon span:nth-child(4) {
  width: 0;
  top: 18px;
  left: 50%
}

.unique-item-js {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  margin-bottom: 0 !important;
  min-width: 200px;
}

@media only screen and (max-width:1200px) {
  .unique-item-js {
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.unique-item-js .flaticon-arrow-point-hand-drawn-outline-pointing-to-right-direction {
  position: absolute;
  top: -5px;
  left: calc(100% - 15px);
  color: #fff;
  transform: rotate(90deg);
  transition: transform .5s ease;
}

@media only screen and (max-width:1200px) {
  .unique-item-js .flaticon-arrow-point-hand-drawn-outline-pointing-to-right-direction {
    top: -5px;
  }
}

.unique-item-js .flaticon-arrow-point-hand-drawn-outline-pointing-to-right-direction:before {
  font-size: 9px;
}

.unique-item-js .flaticon-arrow-point-hand-drawn-outline-pointing-to-right-direction.active {
  transform: rotate(-90deg);
}

.unique-item-js.active:before {
  width: auto;
  right: -100vw;
  left: -100vw;
  border-bottom: 2px solid #fff;
  transition: all .1s ease;
}

.unique-item-js.active:hover:before {
  border-bottom: 2px solid #fff;
}

.sub-menu {
  display: none;
  padding: 0;
  margin: 0 -20px;
  background-color: #fff;
  padding-top: 13px;
  margin-bottom: 13px;
}

.sub-menu__item {
  max-width: 200px;
  list-style: none;
  text-align: center;
  margin: 0 auto 13px;
}

.sub-menu__item a:hover {
  font-size: 16px !important;
}

.sub-menu__item a.active {
  pointer-events: none;
}

.sub-menu+a {
  margin-top: 13px !important;
}

.main-content__center nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  min-height: 0;
}

@media only screen and (max-width:1600px) {
  .main-content__center nav {
    margin: 0;
  }
}

@media only screen and (max-width:1350px) {
  .main-content__center nav {
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.main-content__center nav a {
  padding: 10px 30px;
  margin-right: 10px;
  margin-bottom: 10px;
  border-radius: 7px;
  font-size: 18px;
  color: #fff;
}

@media only screen and (max-width:1024px) {
  .main-content__center nav a {
    width: inherit;
    margin-right: 10px;
  }

  .main-content__center nav a:nth-child(2n) {
    margin-right: 10px;
  }
}

@media only screen and (max-width:576px) {
  .main-content__center nav a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    width: calc(50% - 65px);
    min-height: 60px;
    margin-right: 10px;
  }

  .main-content__center nav a:nth-child(2n) {
    margin-right: 0;
  }
}

.main-content__center nav a.active {
  pointer-events: none;
  color: #2f241d;
  border-top-right-radius: 7px;
  border-top-left-radius: 7px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.main-content__body {
  height: auto;
  min-height: inherit;
  padding: 0 60px 30px;
}

@media only screen and (max-width:1400px) {
  .main-content__body {
    padding: 0 30px 30px;
  }
}

@media only screen and (max-width:1200px) {
  .main-content__body {
    padding: 0 60px 60px;
  }
}

@media only screen and (max-width:768px) {
  .main-content__body {
    min-height: 300px;
    padding: 0 30px 30px;
    margin-bottom: 0;
  }
}

.main-content .wrapper {
  width: 100%;
  height: auto;
  padding: 30px;
  box-sizing: border-box;
}

.main-content .wrapper iframe {
  display: inline-block;
  width: 100%;
  min-height: 100%
}

.main-content__right {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px 0 0;
  margin-top: 15px;
}

.main-content__right a {
  margin: 15px;
}

.main-content__right img {
  border-radius: 7px;
}

.main-content__right .button-more {
  width: 100%;
  margin: 50px 0;
}

@media only screen and (max-width:1200px) {
  .main-content__right .button-more {
    margin: 10px 0 30px;
  }
}

.main-content__right .button-more__text {
  display: none;
  opacity: 0;
  transition: all .5s ease;
}

.main-content__right .button-more__text.active {
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
  transition: all .5s ease;
}

.main-content__right .button-more a {
  font-family: Open Sans, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 14px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 200px;
  padding: 20px 0;
  margin: 0 auto;
  border-radius: 7px;
  position: relative;
  font-weight: 700;
  text-decoration: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: 0;
  background-image: linear-gradient(45deg, hsla(0, 0%, 80%, 0) 30%, hsla(0, 0%, 80%, .8), hsla(0, 0%, 80%, 0) 70%);
  background-repeat: no-repeat;
  background-size: 200% 100%;
  background-position: 200% 0;
}

.main-content__right .button-more a:hover {
  transition: .5s linear;
  background-position: -200% 0;
}

.main-content__right .button-more a .flaticon-arrow-point-hand-drawn-outline-pointing-to-right-direction {
  padding-left: 20px;
}

.main-content__right .banners {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  overflow: visible;
  transition: all .5s ease;
}

@media only screen and (max-width:1200px) {
  .main-content__right .banners {
    width: 100%;
    height: auto;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.main-content__right .banners.active {
  overflow: hidden;
  height: 800px;
}

@media only screen and (max-width:1200px) {
  .main-content__right .banners.active {
    height: 170px;
  }
}

.page-documents .files, .page-documents .folders {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: center;
  align-items: center;
}

.page-documents .folders {
  border-bottom: 1px solid rgba(47, 36, 29, .2);
}

.page-documents .files {
  width: 100%;
  padding-top: 0;
}

.page-documents a {
  display: block;
  margin: 10px 0;
  color: inherit;
}

.page-documents .file, .page-documents .folder {
  min-height: 60px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 10px;
  margin: 30px auto 30px 0;
  cursor: pointer;
}

.page-documents .folder {
  width: calc(100% / 3 - 10px);
}

@media only screen and (max-width:1600px) {
  .page-documents .folder {
    width: calc(50% - 10px);
  }
}

@media only screen and (max-width:576px) {
  .page-documents .folder {
    width: 100%
  }
}

.page-documents .file {
  width: calc(50% - 50px);
}

@media only screen and (max-width:1500px) {
  .page-documents .file {
    width: 100%
  }
}

@media only screen and (max-width:1200px) {
  .page-documents .file {
    width: calc(50% - 50px);
  }
}

@media only screen and (max-width:768px) {
  .page-documents .file {
    width: 100%
  }
}

.page-documents .file:nth-child(2n) {
  margin-right: 0;
}

.page-documents .file img {
  padding-right: 20px;
}

.page-documents .flaticon-folder {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 30px;
}

.page-documents .flaticon-folder:before {
  font-size: 65px;
  color: inherit;
}

.page-feedback .contact-us-form {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.page-feedback .contact-us-form>div {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.page-feedback .contact-us-form>div:nth-child(3), .page-feedback .contact-us-form>div:nth-child(4) {
  width: calc(50% - 10px);
}

@media only screen and (max-width:768px) {
  .page-feedback .contact-us-form>div: nth-child(3), .page-feedback .contact-us-form>div:nth-child(4) {
    width: 100%
  }
}

.page-feedback .contact-us-form>div:nth-child(7) {
  margin-bottom: 15px;
}

@media only screen and (max-width:1024px) {
  .page-feedback .contact-us-form>div: nth-child(7) {
    margin-bottom: 30px;
  }
}

.page-feedback .contact-us-form>div:nth-child(8) {
  width: 100%;
  max-width: 230px;
}

@media only screen and (max-width:1600px) {
  .page-feedback .contact-us-form>div: nth-child(8) {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    max-width: inherit;
  }

  .page-feedback .contact-us-form>div:nth-child(8) .form-file {
    width: 50%
  }

  .page-feedback .contact-us-form>div:nth-child(8) .form-file>.main-bottom {
    max-width: 200px;
  }

  .page-feedback .contact-us-form>div:nth-child(8) .form-file__name {
    width: calc(50% - 50px);
  }
}

@media only screen and (max-width:1200px) {
  .page-feedback .contact-us-form>div: nth-child(8) {
    width: 100%;
    max-width: 230px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .page-feedback .contact-us-form>div:nth-child(8) .form-file {
    width: auto;
  }

  .page-feedback .contact-us-form>div:nth-child(8) .form-file>.main-bottom {
    max-width: inherit;
  }

  .page-feedback .contact-us-form>div:nth-child(8) .form-file__name {
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px 0;
    width: 100%
  }
}

@media only screen and (max-width:1024px) {
  .page-feedback .contact-us-form>div: nth-child(8) {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    max-width: inherit;
  }

  .page-feedback .contact-us-form>div:nth-child(8) .form-file {
    width: 300px;
  }

  .page-feedback .contact-us-form>div:nth-child(8) .form-file>.main-bottom {
    max-width: 200px;
  }

  .page-feedback .contact-us-form>div:nth-child(8) .form-file__name {
    width: calc(50% - 50px);
  }
}

@media only screen and (max-width:768px) {
  .page-feedback .contact-us-form>div: nth-child(8) {
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-align: center;
    align-items: center;
  }

  .page-feedback .contact-us-form>div:nth-child(8) .form-file, .page-feedback .contact-us-form>div:nth-child(8) .form-file__name {
    width: 100%
  }

  .page-feedback .contact-us-form>div:nth-child(8) .form-file__name {
    max-width: 240px;
  }
}

.page-feedback .contact-us-form>div:nth-child(8) .main-bottom {
  text-align: center;
  margin: 0 auto;
}

.page-feedback .contact-us-form>div:nth-child(9) {
  width: calc(100% - 300px);
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media only screen and (max-width:1600px) {
  .page-feedback .contact-us-form>div: nth-child(9) {
    width: 100%;
    margin-top: 25px;
    margin-bottom: 25px;
  }
}

@media only screen and (max-width:1200px) {
  .page-feedback .contact-us-form>div: nth-child(9) {
    width: calc(100% - 300px);
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

@media only screen and (max-width:1024px) {
  .page-feedback .contact-us-form>div: nth-child(9) {
    width: 100%;
    margin-top: 50px;
  }
}

@media only screen and (max-width:768px) {
  .page-feedback .contact-us-form>div: nth-child(9) {
    width: 100%;
    margin-top: 25px;
  }
}

@media only screen and (max-width:576px) {
  .page-feedback .contact-us-form>div: nth-child(9) {
    width: 100%;
    margin-top: 10px;
  }
}

.page-feedback .contact-us-form__button {
  margin-left: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: end;
  align-items: flex-end;
}

@media only screen and (max-width:1500px) {
  .page-feedback .contact-us-form__button {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
}

@media only screen and (max-width:1200px) {
  .page-feedback .contact-us-form__button {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
}

@media only screen and (max-width:768px) {
  .page-feedback .contact-us-form__button {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
}

.page-feedback .contact-us-form__button #register-recaptcha {
  margin: 0 !important;
}

@media only screen and (max-width:1600px) {
  .page-feedback .contact-us-form__button #register-recaptcha {
    margin: 0 auto !important;
  }
}

@media only screen and (max-width:1200px) {
  .page-feedback .contact-us-form__button #register-recaptcha {
    margin: 0 !important;
  }
}

@media only screen and (max-width:768px) {
  .page-feedback .contact-us-form__button #register-recaptcha {
    margin: 0 auto !important;
  }
}

.page-feedback .contact-us-form__button input[type=submit] {
  font-family: Open Sans, sans-serif;
  font-weight: 600;
  font-style: normal;
  max-width: 230px;
  padding: 20px 55px;
  margin-right: 0;
  margin-left: auto;
  border: none;
  cursor: pointer;
}

@media only screen and (max-width:1500px) {
  .page-feedback .contact-us-form__button input[type=submit] {
    margin: 30px auto 0;
  }
}

@media only screen and (max-width:1200px) {
  .page-feedback .contact-us-form__button input[type=submit] {
    margin-right: 0;
    margin-left: auto;
  }
}

@media only screen and (max-width:768px) {
  .page-feedback .contact-us-form__button input[type=submit] {
    margin: 30px auto 0;
  }
}

.page-feedback .sub_text {
  font-family: Open Sans, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  margin: 30px 0 15px;
}

@media only screen and (max-width:768px) {
  .page-feedback .sub_text {
    margin: 15px 0;
  }
}

@media only screen and (max-width:576px) {
  .page-feedback .sub_text {
    max-width: 215px;
  }
}

.page-feedback input, .page-feedback textarea {
  font-family: Open Sans, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  min-height: 40px;
  border: 1px solid rgba(47, 36, 29, .2);
  border-radius: 7px;
}

.page-feedback input:focus, .page-feedback textarea:focus {
  outline: 0;
}

.page-feedback input {
  padding: 0 20px;
}

.page-feedback textarea {
  padding: 10px 20px;
  resize: none;
}

.form-file {
  position: relative;
  cursor: pointer;
}

.form-file input[type=file] {
  position: absolute;
  border: none;
  width: 0;
  height: 0;
  font-size: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
}

.form-file .main-bottom {
  font-size: 18px;
  padding: 20px;
  margin: 0;
}

.form-file__name, .form-file__text {
  display: -ms-flexbox;
  display: flex;
}

.form-file__name {
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 20px 0;
}

.form-file__name .flaticon-paperclip-document-outline {
  padding-right: 5px;
}

.form-file__name .flaticon-garbage {
  cursor: pointer;
  transition: all .2s ease;
}

.form-file__name .flaticon-garbage:before {
  transition: all .2s ease;
}

.checkbox p {
  font-family: Open Sans, sans-serif;
  font-weight: 600;
  font-style: normal;
}

.checkbox label {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-left: 20px;
}

.checkbox input[type=checkbox] {
  font-size: 0;
  width: 1px;
  height: 1px;
  min-height: 1px;
  top: 10px;
  right: 0;
  bottom: 0;
  left: 4px;
  position: absolute;
  padding: 0;
  margin: 0;
  opacity: 0;
}

.checkbox .custombox {
  position: absolute;
  left: -5px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  width: 15px;
  height: 15px;
  background-color: #fff;
  border: 1px solid rgba(47, 36, 29, .2);
  border-radius: 3px;
  margin-right: 15px;
}

.checkbox .custombox .flaticon-check-mark {
  top: -5px;
  left: 1px;
  position: absolute;
  opacity: 0;
  transition: all .5s ease;
}

.checkbox .custombox .flaticon-check-mark:before {
  font-size: 20px;
  margin-left: 0;
}

.checkbox .custombox .flaticon-check-mark.active {
  opacity: 1;
}

.form-star {
  margin-left: -4px;
}

.page-music .files, .page-music .folders {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 0;
}

.page-music .folders {
  border-bottom: 1px solid rgba(47, 36, 29, .2);
}

.page-music .folder {
  width: 33.33333%;
  min-height: 60px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: center;
  align-items: center;
  margin: 30px 0;
  cursor: pointer;
}

@media only screen and (max-width:1600px) {
  .page-music .folder {
    width: calc(50% - 10px);
  }
}

@media only screen and (max-width:576px) {
  .page-music .folder {
    width: 100%
  }
}

.page-music .flaticon-album {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 30px;
}

.page-music .flaticon-album:before {
  font-size: 65px;
  color: inherit;
}

.page-music .sounds {
  margin: 25px 0;
}

.page-music .sound-name {
  display: -ms-flexbox;
  display: flex;
  margin: 10px 0;
}

.page-music .sound-name .flaticon-outlined {
  padding-right: 35px;
  padding-left: 10px;
}

.page-music .sound-audio {
  display: none;
  margin: 10px 0;
}

@media only screen and (max-width:400px) {
  .page-music .sound-audio {
    overflow-x: scroll;
  }
}

.page-presentation .one-presentation {
  padding-bottom: 30px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(47, 36, 29, .2);
}

@media only screen and (max-width:768px) {
  .page-presentation .one-presentation iframe {
    height: 400px;
  }
}

.page-presentation .one-presentation:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}

.page-presentation h4 {
  margin: 20px 0;
  font-size: 25px;
}

.page-vote .folders {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 0;
}

.page-vote a {
  display: block;
  margin: 10px 0;
  color: inherit;
}

.page-vote .folder {
  width: calc(100% / 2 - 10px);
  min-height: 60px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  border: 1px solid #2f241d;
  border-radius: 7px;
  margin: 10px auto 10px 0;
  pointer-events: none;
}

@media only screen and (max-width:768px) {
  .page-vote .folder {
    width: 100%;
    margin: 10px auto 20px 0;
  }
}

.page-vote .folder__title {
  min-height: 50px;
  text-align: center;
  color: #fff;
  background-color: #2f241d;
  padding: 5px 20px;
  border-top-right-radius: 7px;
  border-top-left-radius: 7px;
}

.page-vote .folder__body, .page-vote .folder__title {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  box-sizing: border-box;
}

.page-vote .folder__body {
  min-height: 80px;
  padding: 0 20px;
  margin: 0;
}

@media only screen and (max-width:1500px) {
  .page-vote .folder__body p {
    text-align: center;
  }
}

@media only screen and (max-width:1200px) {
  .page-vote .folder__body p {
    text-align: right;
  }
}

@media only screen and (max-width:576px) {
  .page-vote .folder__body p {
    text-align: center;
  }
}

.page-vote .folder:nth-child(2n) {
  margin-right: 0;
}

.page-vote .folder.visible {
  pointer-events: auto;
}

.page-vote .flaticon-info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 30px;
}

@media only screen and (max-width:1500px) {
  .page-vote .flaticon-info {
    display: none;
  }
}

@media only screen and (max-width:1200px) {
  .page-vote .flaticon-info {
    display: -ms-flexbox;
    display: flex;
  }
}

@media only screen and (max-width:576px) {
  .page-vote .flaticon-info {
    display: none;
  }
}

.page-vote .flaticon-info:before {
  font-size: 65px;
  color: inherit;
}

.vote-wrapper {
  margin: 50px 0;
}

.vote-wrapper .voting {
  margin: 25px 0 0;
  padding: 0 0 25px;
  border-bottom: 1px solid rgba(47, 36, 29, .2);
}

.vote-wrapper .voting .interview {
  margin: 20px 0;
}

.vote-wrapper .voting:last-child {
  border-bottom: none;
}

.radio_form p {
  font-family: Open Sans, sans-serif;
  font-weight: 600;
  font-style: normal;
  margin-bottom: 15px;
}

.post_vote>div {
  padding: 5px 0;
}

.post_vote>div label {
  cursor: pointer;
}

.post_vote .main-bottom {
  border: none;
}

.result_interview>.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  padding: 5px 0;
}

.result_interview>.row span {
  font-size: 18px;
}

.page-gallery {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media only screen and (max-width:768px) {
  .page-gallery {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
  }
}

.gallery-base-style .folder {
  position: relative;
  width: calc(50% - 25px);
  border-radius: 7px;
  background-size: cover;
  margin-right: 50px;
  margin-top: 50px;
}

@media only screen and (max-width:1024px) {
  .gallery-base-style .folder {
    width: calc(50% - 15px);
    margin-right: 30px;
    margin-top: 30px;
  }
}

@media only screen and (max-width:768px) {
  .gallery-base-style .folder {
    width: 100%;
    max-width: 300px;
    margin-right: 0;
  }
}

.gallery-base-style .folder:nth-child(2n) {
  margin-right: 0;
}

.gallery-base-style .folder a {
  height: 300px;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 1;
}

@media only screen and (max-width:1024px) {
  .gallery-base-style .folder a {
    height: 200px;
  }
}

.gallery-base-style .folder span {
  font-family: Neucha, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 45px;
  color: #fff;
  text-shadow: 3px 3px 3px rgba(47, 36, 29, .8);
  transition: all .5s ease;
}

@media only screen and (max-width:1024px) {
  .gallery-base-style .folder span {
    font-size: 35px;
  }
}

.gallery-base-style .folder .text {
  line-height: 40px;
  text-align: center;
  position: relative;
  top: 40px;
}

@media only screen and (max-width:1024px) {
  .gallery-base-style .folder .text {
    top: 0;
  }
}

.gallery-base-style .folder .separate {
  width: 100%;
  max-width: 100px;
  border-bottom: 1px solid #fff;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.gallery-base-style .folder .separate, .gallery-base-style .folder .text-hide {
  opacity: 0;
  font-size: 0;
}

@media only screen and (max-width:1024px) {
  .gallery-base-style .folder .separate, .gallery-base-style .folder .text-hide {
    display: none;
  }
}

.gallery-base-style .folder .text-hide {
  text-align: center;
  line-height: 40px;
}

.gallery-base-style .folder .folder-gradient1, .gallery-base-style .folder .folder-gradient2 {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 7px;
}

.gallery-base-style .folder .folder-gradient1 {
  opacity: 0;
}

.gallery-base-style .folder .folder-gradient2 {
  opacity: .3;
}

.gallery-base-style .folder:hover .text {
  top: 0;
}

.gallery-base-style .folder:hover span {
  opacity: 1;
  font-size: 45px;
}

@media only screen and (max-width:1024px) {
  .gallery-base-style .folder: hover span {
    font-size: 35px;
  }
}

.gallery-base-style .folder:hover .folder-gradient1 {
  opacity: .8;
}

.gallery-base-style .folder:hover .folder-gradient2 {
  opacity: 0;
}

.gallery-base-style .back-button {
  margin-top: 50px;
}

.folder-inside__body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media only screen and (max-width:576px) {
  .folder-inside__body {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
  }
}

.folder-inside__body .photo {
  position: relative;
  width: calc(50% - 25px);
  border-radius: 7px;
  background-size: cover;
  margin-right: 50px;
  margin-top: 50px;
}

@media only screen and (max-width:768px) {
  .folder-inside__body .photo {
    width: calc(50% - 15px);
    margin-right: 30px;
    margin-top: 30px;
  }
}

@media only screen and (max-width:576px) {
  .folder-inside__body .photo {
    width: 100%;
    max-width: 300px;
    margin-right: 0;
  }
}

.folder-inside__body .photo:nth-child(2n) {
  margin-right: 0;
}

.folder-inside__body .photo img {
  width: 100%;
  height: 100%;
  border-radius: 7px;
}

.folder-inside__body .photo .flaticon-search {
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all .5s ease;
}

.folder-inside__body .photo .flaticon-search:before {
  color: #fff;
  font-size: 0;
}

.folder-inside__body .photo:hover .flaticon-search {
  opacity: 1;
}

.folder-inside__body .photo:hover .flaticon-search:before {
  color: #fff;
  font-size: 55px;
}

.page-news-anons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 30px 0;
}

@media only screen and (max-width:576px) {
  .page-news-anons {
    margin: 30px 0 0;
  }
}

.page-news-anons__left-anons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: calc(100% - 315px);
}

@media only screen and (max-width:1600px) {
  .page-news-anons__left-anons {
    width: 60%
  }
}

@media only screen and (max-width:576px) {
  .page-news-anons__left-anons {
    display: none;
  }
}

.page-news-anons__right-anons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  max-width: 315px;
  padding-left: 60px;
}

@media only screen and (max-width:1600px) {
  .page-news-anons__right-anons {
    width: 40%;
    padding-left: 40px;
  }
}

@media only screen and (max-width:576px) {
  .page-news-anons__right-anons {
    width: 100%;
    padding-left: 0;
  }
}

.page-news-anons__right-anons .event__separate {
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid rgba(47, 36, 29, .2);
}

.page-news-anons__right-anons .event:last-child .event__separate {
  display: none;
}

.page-news-anons .one-year {
  margin-bottom: 20px;
}

.page-news-anons .title-year {
  font-size: 18px;
  font-family: Open Sans, sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 20px;
}

.page-news-anons .event img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 7px;
}

.page-news-anons .event__small {
  width: calc(50% - 35px);
  margin: 30px 0 0;
}

@media only screen and (max-width:1600px) {
  .page-news-anons .event__small {
    width: 100%
  }
}

.page-news-anons .event__small img {
  height: 200px;
}

@media only screen and (max-width:1600px) {
  .page-news-anons .event__small img {
    height: auto;
  }
}

.page-news-anons .event__name {
  margin-top: 10px;
}

.event .name {
  margin-top: 5px;
}

.page-news-anons .event__name p {
  font-size: 15px;
  font-weight: 500;
  line-height: 25px;
}

.page-news-anons .event__name p:first-child {
  font-weight: 600;
}

.page-news-anons .event a {
  font-family: Open Sans, sans-serif;
  font-weight: 600;
  font-style: italic;
  font-size: 15px;
  line-height: 25px;
  position: relative;
}

.page-news-anons .event a:hover {
  text-decoration: underline;
}

.page-news-anons .event__short-separate {
  padding: 17px 5px;
}

.page-news-anons .button-event {
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width:768px) {
  .page-news-anons .button-event {
    margin-top: 20px;
  }
}

.page-news-anons .button-event a {
  font-family: Open Sans, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 14px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 200px;
  padding: 20px 35px;
  border-radius: 7px;
  position: relative;
  font-weight: 700;
  text-decoration: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: 0;
  background-image: linear-gradient(45deg, hsla(0, 0%, 80%, 0) 30%, hsla(0, 0%, 80%, .8), hsla(0, 0%, 80%, 0) 70%);
  background-repeat: no-repeat;
  background-size: 200% 100%;
  background-position: 200% 0;
}

.page-news-anons .button-event a:hover {
  transition: .5s linear;
  background-position: -200% 0;
}

.page-news-anons .button-event a .flaticon-arrow-point-hand-drawn-outline-pointing-to-right-direction {
  padding-left: 20px;
}

.page-news-anons__right-anons {
  max-width: 335px;
}

.page-news-anons__right-anons .wrapper {
  padding: 0;
}

.page-news-anons__right-anons .event__text {
  padding: 15px;
  border: 1px solid #cfccbf;
  margin-bottom: 15px;
  border-radius: 8px;
}

.page-news-anons__right-anons .event__name {
  margin-top: 0;
}

.page-news-anons__right-anons .event__link {
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-decoration: underline;
  margin-top: 10px;
}

.page-news-anons__right-anons .event__link:hover {
  text-decoration: none !important;
}

.page-news-anons__right-anons .button-event a {
  width: 100%;
  max-width: 1000px;
}

.news {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 25px auto 0;
}

.news, .news__box {
  display: -ms-flexbox;
  display: flex;
}

.news__box {
  width: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 15px 0;
}

@media only screen and (max-width:576px) {
  .news__box>a {
    display: none;
  }
}

.news__text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  width: calc(100% - 250px);
}

@media only screen and (max-width:576px) {
  .news__text {
    width: 100%
  }
}

.news__date {
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
}

.news__date p {
  font-weight: 400;
  font-style: italic;
  font-size: 14px;
  padding-right: 5px;
}

.news .title-year, .news__date p {
  font-family: Open Sans, sans-serif;
}

.news .title-year {
  font-size: 18px;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 45px;
}

.news .one-year {
  width: 100%;
  border-bottom: 1px solid rgba(47, 36, 29, .2);
  padding-bottom: 25px;
  margin-bottom: 35px;
}

.news .one-year:last-child {
  border-bottom: none;
}

.news .pagination_numbers {
  width: 100%;
  margin: 0;
}

.news .pagination_numbers, .news .pagination_numbers li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
}

.news .pagination_numbers li {
  font-family: Open Sans, sans-serif;
  font-weight: 700;
  font-style: normal;
  list-style: none;
  width: 30px;
  height: 30px;
  margin: 0 5px;
  cursor: pointer;
  transition: all .5s ease;
}

.news .pagination_numbers li:not(.next):not(.prev) {
  border: 2px solid rgba(47, 36, 29, .2);
  background-color: transparent;
  border-radius: 3px;
}

.news .pagination_numbers li:not(.next):not(.prev):hover {
  border: 2px solid #2f241d !important;
}

.news .pagination_numbers .prev {
  position: relative;
}

.news .pagination_numbers .prev a {
  position: absolute;
  transform: rotate(180deg);
}

.news .pagination_numbers .active {
  background-color: #2f241d !important;
}

.news .pagination_numbers .active a {
  color: #fff !important;
}

.one-news h4 {
  margin: 20px 0;
}

.one-news__header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: end;
  align-items: flex-end;
}

@media only screen and (max-width:576px) {
  .one-news__header {
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media only screen and (max-width:576px) {
  .one-news .header-left {
    width: 100%
  }
}

@media only screen and (max-width:576px) {
  .one-news .header-right {
    width: 100%;
    margin-top: 30px;
  }
}

.one-news .back-button a {
  padding: 15px 25px;
}

.one-news__body, .one-news__video {
  margin-top: 40px;
}

@media only screen and (max-width:768px) {
  .one-news__video iframe {
    height: 400px;
  }
}

.one-news__text {
  margin: 30px 0 25px;
}

.one-news__presentation {
  width: 100%
}

@media only screen and (max-width:768px) {
  .one-news__presentation iframe {
    height: 400px;
  }
}

.one-news__big-slider {
  height: auto !important;
}

.one-news__big-slider img {
  height: 600px;
}

@media only screen and (max-width:768px) {
  .one-news__big-slider img {
    height: 400px;
  }
}

.one-news__small-slider {
  position: relative;
  margin: 35px 45px 0;
}

.one-news__small-slider .slick-list {
  padding: 0 !important;
}

.one-news__small-slider .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 99;
}

.one-news__small-slider .slick-arrow:before {
  font-size: 25px;
  transition: all .5s ease;
}

.one-news__small-slider .slick-arrow:hover:before {
  opacity: .5;
}

.one-news__small-slider .slick-prev {
  left: -50px;
  width: 20px;
  height: 20px;
}

@media only screen and (max-width:768px) {
  .one-news__small-slider .slick-prev {
    left: -40px;
  }
}

@media only screen and (max-width:576px) {
  .one-news__small-slider .slick-prev {
    left: -30px;
  }
}

@media only screen and (max-width:400px) {
  .one-news__small-slider .slick-prev {
    left: -50px;
  }
}

.one-news__small-slider .slick-prev:before {
  position: absolute;
  transform: rotate(180deg);
}

.one-news__small-slider .slick-next {
  right: -50px;
}

@media only screen and (max-width:768px) {
  .one-news__small-slider .slick-next {
    right: -40px;
  }
}

@media only screen and (max-width:576px) {
  .one-news__small-slider .slick-next {
    right: -30px;
  }
}

@media only screen and (max-width:400px) {
  .one-news__small-slider .slick-next {
    right: -50px;
  }
}

.one-news__small-slider .slick-slide {
  cursor: pointer;
}

.one-news__small-slider .slick-slide:active, .one-news__small-slider .slick-slide:focus {
  outline: 0;
}

.one-news__small-slider .img-item {
  position: relative;
}

.one-news__small-slider .img-item img {
  margin: 0 auto 20px;
}

.one-news__small-slider .img-item:before {
  position: absolute;
  content: "";
  top: 0;
  right: 50%;
  bottom: 0;
  left: 50%;
  margin: 0 auto;
  opacity: 0;
  transition: all .5s ease;
}

.one-news__small-slider .img-item.slick-current {
  pointer-events: none;
}

.one-news__small-slider .img-item.slick-current:before {
  right: 10px;
  left: 10px;
  opacity: 1;
}

.one-news__header .breadcrumbs {
  font-size: 13px;
}

.page-tour__body {
  border-radius: 7px;
  margin: 60px 30px;
}

.page-tour iframe {
  width: 100%;
  min-height: 600px;
  border: none;
}

@media only screen and (max-width:768px) {
  .page-tour iframe {
    min-height: 400px;
  }
}

.default-page__slider {
  margin: 30px 0 0;
}

.default-page__slider h4 {
  margin: 0 0 30px;
}

.itemprop-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.itemprop-content>div>p {
  text-align: left !important;
}

.itemprop-content .itemprop {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 20px 0;
  overflow: hidden;
}

@media only screen and (max-width:1600px) {
  .itemprop-content .itemprop {
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media only screen and (max-width:1200px) {
  .itemprop-content .itemprop {
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

@media only screen and (max-width:768px) {
  .itemprop-content .itemprop {
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.itemprop-content .itemprop:after {
  position: absolute;
  content: "";
  top: 0;
  right: -60px;
  bottom: calc(100% - 1px);
  left: -60px;
  border-top: 1px solid rgba(47, 36, 29, .1);
}

.itemprop-content .itemprop__content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.itemprop-content .itemprop__content p {
  padding: 0 0 20px !important;
}

.itemprop-content .itemprop__title {
  font-family: Open Sans, sans-serif;
  font-weight: 600;
  font-style: normal;
  min-width: 380px;
  width: 100%;
  max-width: 380px;
  padding-right: 80px;
  box-sizing: border-box;
}

@media only screen and (max-width:1600px) {
  .itemprop-content .itemprop__title {
    padding-right: 0;
    padding-bottom: 15px;
    max-width: 100%
  }
}

@media only screen and (max-width:1200px) {
  .itemprop-content .itemprop__title {
    padding-right: 80px;
    padding-bottom: 0;
    min-width: 380px !important;
    max-width: 380px;
  }
}

@media only screen and (max-width:768px) {
  .itemprop-content .itemprop__title {
    padding-right: 0;
    padding-bottom: 15px;
    max-width: 100%;
    min-width: 0 !important;
  }
}

.itemprop-content .itemprop__text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.itemprop-content .itemprop__text img {
  margin-right: 15px;
}

.itemprop-content .itemprop__list .itemprop__text {
  padding-bottom: 15px;
}

.itemprop-content .itemprop__list .itemprop__text:last-child {
  padding: 0;
}

.itemprop-content .itemprop.page-documents {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.itemprop-content .itemprop.page-documents p:first-child {
  width: 100%;
  font-family: Open Sans, sans-serif;
  font-weight: 600;
  font-style: normal;
}

.itemprop-content .itemprop:first-child:after {
  border: none;
}

.itemprop-content .itemprop-comnet, .itemprop-content .itemprop-educationplan, .itemprop-content .itemprop-educationshedule, .itemprop-content .itemprop-eduel, .itemprop-content .itemprop-erlist, .itemprop-content .itemprop-finplandoclink, .itemprop-content .itemprop-hostelinfo, .itemprop-content .itemprop-ip-support, .itemprop-content .itemprop-licensedoclink, .itemprop-content .itemprop-localactcollec, .itemprop-content .itemprop-localactorder, .itemprop-content .itemprop-localactstud, .itemprop-content .itemprop-methodology, .itemprop-content .itemprop-modedoclink, .itemprop-content .itemprop-perevoddoclink, .itemprop-content .itemprop-prescriptiondoclink, .itemprop-content .itemprop-prescriptionotchetdoclink, .itemprop-content .itemprop-priemdoclink, .itemprop-content .itemprop-tekkontroldoclink, .itemprop-content .itemprop-vozdoclink {
  padding-top: 0;
}

.itemprop-content .itemprop-comnet:after, .itemprop-content .itemprop-educationplan:after, .itemprop-content .itemprop-educationshedule:after, .itemprop-content .itemprop-eduel:after, .itemprop-content .itemprop-erlist:after, .itemprop-content .itemprop-finplandoclink:after, .itemprop-content .itemprop-hostelinfo:after, .itemprop-content .itemprop-ip-support:after, .itemprop-content .itemprop-licensedoclink:after, .itemprop-content .itemprop-localactcollec:after, .itemprop-content .itemprop-localactorder:after, .itemprop-content .itemprop-localactstud:after, .itemprop-content .itemprop-methodology:after, .itemprop-content .itemprop-modedoclink:after, .itemprop-content .itemprop-perevoddoclink:after, .itemprop-content .itemprop-prescriptiondoclink:after, .itemprop-content .itemprop-prescriptionotchetdoclink:after, .itemprop-content .itemprop-priemdoclink:after, .itemprop-content .itemprop-tekkontroldoclink:after, .itemprop-content .itemprop-vozdoclink:after {
  border: none;
}

.itemprop-content .itemprop-eduaccred>.itemprop__title, .itemprop-content .itemprop-teachingstaff>.itemprop__title {
  display: none;
}

.itemprop-content .itemprop-dateend .itemprop__text span {
  padding-right: 5px;
}

.itemprop-content .itemprop-edustandartdoc {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.itemprop-content .itemprop-edustandartdoc a {
  padding-top: 15px;
  width: 100%;
  font-style: italic;
  text-decoration: underline;
}

.itemprop-content .itemprop-edustandartdoc .itemprop__content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: calc(100% - 380px);
}

@media only screen and (max-width:1600px) {
  .itemprop-content .itemprop-edustandartdoc .itemprop__content {
    width: 100%
  }
}

@media only screen and (max-width:1200px) {
  .itemprop-content .itemprop-edustandartdoc .itemprop__content {
    width: calc(100% - 380px);
  }
}

@media only screen and (max-width:768px) {
  .itemprop-content .itemprop-edustandartdoc .itemprop__content {
    width: 100%
  }
}

.itemprop-content .itemprop .leader-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-bottom: 15px;
}

@media only screen and (max-width:1600px) {
  .itemprop-content .itemprop .leader-item {
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media only screen and (max-width:1200px) {
  .itemprop-content .itemprop .leader-item {
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media only screen and (max-width:1024px) {
  .itemprop-content .itemprop .leader-item {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

@media only screen and (max-width:768px) {
  .itemprop-content .itemprop .leader-item {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.itemprop-content .itemprop .leader-item>.itemprop__title {
  display: inline-block;
  max-width: none;
  width: inherit;
  min-width: inherit;
  box-sizing: initial;
  padding-right: 20px !important;
  padding-bottom: 0 !important;
}

.itemprop-content .itemprop .leader-item:last-child {
  padding: 0;
}

.itemprop-content .itemprop .teachingstaff_image {
  margin: 0;
  border-right: 5px solid #2f241d;
  border-left: 5px solid #2f241d;
  opacity: .1;
}

.itemprop-content .itemprop-teachingstaff .itemprop-rucovodstvo {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  border-bottom: 1px solid rgba(47, 36, 29, .1);
  margin-bottom: 15px;
}

.itemprop-content .itemprop-teachingstaff .itemprop-rucovodstvo:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

@media only screen and (max-width:1600px) {
  .itemprop-content .itemprop-teachingstaff .itemprop-rucovodstvo {
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media only screen and (max-width:1200px) {
  .itemprop-content .itemprop-teachingstaff .itemprop-rucovodstvo {
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .itemprop-content .itemprop-teachingstaff .itemprop-rucovodstvo p:last-child {
    text-align: right;
  }
}

@media only screen and (max-width:1024px) {
  .itemprop-content .itemprop-teachingstaff .itemprop-rucovodstvo {
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .itemprop-content .itemprop-teachingstaff .itemprop-rucovodstvo p:last-child {
    text-align: left;
  }
}

@media only screen and (max-width:768px) {
  .itemprop-content .itemprop-teachingstaff .itemprop-rucovodstvo {
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .itemprop-content .itemprop-teachingstaff .itemprop-rucovodstvo p:last-child {
    text-align: left;
  }
}

.itemprop-content .itemprop-teachingstaff .itemprop-rucovodstvo .left {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 380px;
}

@media only screen and (max-width:1600px) {
  .itemprop-content .itemprop-teachingstaff .itemprop-rucovodstvo .left {
    width: 100%;
    max-width: none;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media only screen and (max-width:1200px) {
  .itemprop-content .itemprop-teachingstaff .itemprop-rucovodstvo .left {
    min-width: 380px;
    width: auto;
    max-width: 380px;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

@media only screen and (max-width:768px) {
  .itemprop-content .itemprop-teachingstaff .itemprop-rucovodstvo .left {
    min-width: 0;
    width: 100%;
    max-width: none;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media only screen and (max-width:1600px) {
  .itemprop-content .itemprop-teachingstaff .itemprop-rucovodstvo .itemprop__title {
    min-width: 0 !important;
  }
}

@media only screen and (max-width:1200px) {
  .itemprop-content .itemprop-teachingstaff .itemprop-rucovodstvo .itemprop__title {
    min-width: 0 !important;
  }
}

@media only screen and (max-width:768px) {
  .itemprop-content .itemprop-teachingstaff .itemprop-rucovodstvo .itemprop__title {
    min-width: 0 !important;
  }
}

.itemprop-content .itemprop-post.itemprop__title {
  padding-right: 0;
}

@media only screen and (max-width:1600px) {
  .itemprop-content .itemprop-fio, .itemprop-content .itemprop-post {
    -ms-flex-pack: center !important;
    justify-content: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    text-align: center;
  }
}

@media only screen and (max-width:1200px) {
  .itemprop-content .itemprop-fio, .itemprop-content .itemprop-post {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
    text-align: right;
  }
}

@media only screen and (max-width:768px) {
  .itemprop-content .itemprop-fio, .itemprop-content .itemprop-post {
    -ms-flex-pack: center !important;
    justify-content: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    text-align: center;
  }
}

@media only screen and (max-width:1600px) {
  .itemprop-content .itemprop-fio {
    padding: 30px 0 60px !important;
  }
}

@media only screen and (max-width:1200px) {
  .itemprop-content .itemprop-fio {
    padding: 0 0 15px !important;
  }
}

@media only screen and (max-width:768px) {
  .itemprop-content .itemprop-fio {
    padding: 30px 0 60px !important;
  }
}

.itemprop-content .itemprop-purpose .itemprop__text {
  padding-bottom: 30px;
}

.itemprop-content .itemprop-foldersBlock .folder {
  display: -ms-flexbox;
  display: flex;
  padding: 25px 0;
}

.itemprop-content .itemprop-foldersBlock .folder .flaticon-folder {
  margin: 0 20px 0 10px;
}

.itemprop-content .itemprop-foldersBlock .folder .flaticon-folder:before {
  font-size: 55px;
}

.flex-column .itemprop__text {
  -ms-flex-direction: column;
  flex-direction: column;
}

.flex-column .itemprop__text.itemprop__doc {
  -ms-flex-direction: row;
  flex-direction: row;
}

.main-content__right a {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
}

.main-content__right .under_pic_text {
  background: #fff;
  border-radius: 5px;
  padding: 5px 10px;
  margin: 6px 0 0;
}

.user-form__footer.registrate-form__footer .captcha_block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 20px;
  align-items: baseline;
}

.wrapper p {
  margin-bottom: 20px;
}

.contact-info p {
  margin-bottom: 0;
}

.breadcrumbs p {
  margin-bottom: 0;
  margin-top: 0;
}

.breadcrumbs a {
  color: #2f241d;
}

.breadcrumbs {
  font-size: 14px;
}

.event__text p {
  margin-bottom: 0;
}

.event__name p {
  margin-bottom: 0;
  margin-top: 0;
}

.tire {
  margin-left: 10px;
  margin-right: 10px;
}

.top-container {
  display: flex;
}

.search-container {
  align-self: center;
  margin-right: 20px;
}

.search-container input {
  width: 220px;
  height: 34px;
  border: none;
  border-radius: 3px;
  padding-left: 15px;
  font-family: Open Sans, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 12px;
  color: #000;
  outline: 0;
  transition: .1s cubic-bezier(.64, .41, .26, .76);
}

.search-container form {
  position: relative;
}

.search-container form input:nth-child(1):focus {
  border: none;
  font-size: 14px;
  transition: .1s cubic-bezier(.64, .41, .26, .76);
}

.search-container input.search-button {
  top: 9px;
  position: absolute;
  right: 15px;
  width: 15px;
  height: 15px;
  background-position: center;
  background-size: 15px;
  background: url(../images/search-button-min.png);
  background-repeat: no-repeat;
  cursor: pointer;
  opacity: .8;
  border: none;
  transition: .1s cubic-bezier(.64, .41, .26, .76);
}

.search-container input.search-button:hover {
  opacity: 1;
  width: 17px;
  height: 17px;
  background-size: 17px;
  transition: .1s cubic-bezier(.64, .41, .26, .76);
}

.search_results .search_box {
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #2F241D;
}

.search_results .search_box a {
  font-family: Open Sans, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 18px;
  color: #2F241D;
  display: block;
}

.search_results .search_box a:hover {
  transition: .1s;
  color: #1B6E23;
}

.search_results .search_box p {
  font-family: Open Sans, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 18px;
}

.section_capt .container {
  padding-top: 50px;
  padding-bottom: 30px;
  border-bottom: 1px solid #2F241D;
}

.section_capt h1 {
  font-family: Open Sans, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 36px;
  color: #2F241D;
}

.search_results .pagination_numbers {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.search_results .pagination_numbers li {
  text-align: center;
  width: 40px;
  height: 40px;
  background: #8A8970;
  border-radius: 3px;
  margin-right: 5px;
  font-family: Open Sans, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 16px;
}

.search_results .pagination_numbers li a {
  line-height: 40px;
  color: #FFFFFF;
  position: relative;
  display: block;
  transition: .1s;
}

.search_results .pagination_numbers li a:hover {
  background: #1B6E23;
  transition: .2s;
}

.search_results .pagination_numbers li.active {
  background: #1B6E23;
}

.search_results .pagination_numbers a span::before {
  margin: 0;
  height: 40px;
  width: 40px;
  background-size: 8px;
  background-repeat: no-repeat;
  position: absolute;
  content: '';
  background-image: url(../images/arrow-search.png);
  background-position: center;
}

.search_results .pagination_numbers li:hover {
  background: #1B6E23;
}

.search_results .pagination_numbers li.next {
  text-align: left;
}

.search_results .pagination_numbers li.prev {
  text-align: left;
  transform: rotate(180deg);
}

@media screen and (max-width: 1024px) {
  .search-container {
    margin-right: 0 !important;
  }

  .search-field {
    width: auto !important;
  }
}

@media screen and (max-width: 768px) {
  .top-container {
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 512px) {
  .search_results .pagination_numbers {
    justify-content: center;
  }

  .search_results .pagination_numbers li {
    margin-right: 2px;
  }
}

@media screen and (max-width: 432px) {
  .search-container {
    margin: 0 auto !important;
    margin-top: 20px !important;
    width: 80%;
  }

  .search-field {
    width: 100% !important;
  }
}

.ep-picture {
  position: relative;
}

.ep-picture+span {
  opacity: 0;
  position: absolute;
  margin-left: 5px;
  width: 250px;
  border: 1px solid rgba(255, 255, 255, 1);
  padding: 3px;
  background-color: rgba(255, 255, 255, .9);
  transition: opacity .2s linear;
  pointer-events: none;
  z-index: 1;
}

.ep-picture:hover+span {
  opacity: 1;
  pointer-events: all;
}

.download-ep {
  font-size: 14px;
}

.captcha_reset {
  z-index: 10;
}

.main-bottom.send-vote[disabled] {
  background-color: #C4C4C4 !important;
  cursor: auto;
}