* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

main {
  width: 100%;
  max-width: 1440px;
  height: auto;
  margin: 0 auto;
}

main header {
  width: 100%;
  height: auto;
  padding-left: 400px;
}

main header .header {
  width: 100%;
  height: auto;
  /** max-width: 1040px **/
  position: relative;
  margin: 0;
  padding: 30px 60px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #f5f2e9;
}

main header .header .logo {
  display: none;
}

main header .header .schedule {
  display: none;
}

main header .header .search {
  width: 260px;
  position: relative;
}

main header .header .search .input {
  border: none;
  border-bottom: 3px solid #55514d;
  background: transparent;
  width: 240px;
  display: none;
}

main header .header .search .fas {
  position: absolute;
  top: 0px;
  left: 0px;
  color: #8F8479;
  cursor: pointer;
}

main header .header .search .subm {
  position: relative;
  top: -30px;
  left: 250px;
  width: 30px;
  height: 30px;
  background-color: #6c0b1e;
  color: #fff;
  text-align: center;
  line-height: 30px;
  border-radius: 5px;
  display: none;
}

main header .header .search input::-webkit-input-placeholder {
  color: #C7C1BC;
}

main header .header .search input:-ms-input-placeholder {
  color: #C7C1BC;
}

main header .header .search input::-ms-input-placeholder {
  color: #C7C1BC;
}

main header .header .search input::placeholder {
  color: #C7C1BC;
}

main header .header-login li {
  display: inline-block;
}

main header .header-login li a {
  text-transform: uppercase;
  text-decoration: none;
  color: #736268;
  font-family: 'Ubuntu';
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  margin-left: 29px;
  width: 45px;
}

main header .header-login li a:hover {
  color: #6C0B1E;
  font-weight: bold;
}

main header .header-login li:nth-child(1) {
  border-right: 1px solid #736268;
  height: 25px;
  padding-right: 29px;
}

main header .header .hamburger {
  display: none;
}

main .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}


main .container .left {
  width: 400px;
  height: auto;
  padding-bottom: 50px;
  padding-left: 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

main .container .left .logo {
  margin-top: 42px;
}

main .container .left nav {
  padding-top: 67px;
}

main .container .left nav li {
  height: 45px;
  line-height: 45px;
}

main .container .left nav li a {
  font-family: ubuntu;
  font-weight: 700;
  font-size: 20px;
  line-height: 23px;
  text-transform: uppercase;
  text-decoration: none;
  color: #1D1C1B;
}

main .container .left nav li a:hover {
  color: #6C0B1E;
}

main .container .left-catalog {
  padding: 132px 20px 0 0;
}

main .container .left-catalog h2 a {
  font-family: ubuntu;
  font-weight: 700;
  font-size: 20px;
  line-height: 23px;
  text-transform: uppercase;
  text-decoration: none;
  color: #1D1C1B;
}

main .container .left-catalog h2 a:hover {
  color: #6C0B1E;
}

main .container .left-catalog p {
  padding: 28px 0;
  font-family: Lora;
  font-size: 15px;
  font-weight: 400;
  line-height: 145%;
  color: #8F8479;
}

main .container .left-catalog-search {
  position: relative;
}

main .container .left-catalog-search input {
  width: 280px;
  height: 40px;
  border: none;
  border-bottom: 3px solid #55514D;
  font-family: Lora;
  font-size: 15px;
  font-weight: 400;
  line-height: 145%;
  font-size: 14px;
  color: #C7C1BC;
}

main .container .left-catalog-search button {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 30px;
  height: 30px;
  background-color: #6C0B1E;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

main .container .left-catalog-search button i {
  color: #ffffff;
}

main .container .left-schedule {
  padding: 132px 50px 132px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

main .container .left-schedule img {
  margin-top: -7px;
}

main .container .left-schedule p {
  font-family: Lora;
  font-size: 15px;
  font-weight: 400;
  line-height: 145%;
  color: #8F8479;
  padding-left: 18px;
}

main .container .left-schedule p:last-child {
  padding-top: 22px;
}

main .container .left-schedule p span {
  color: #D96400;
}

main .container .left-contacts {
  padding: 0 50px 0 0;
}

main .container .left-contacts .map {
  width: 320px;
  height: 240px;
  border-radius: 20px;
}

main .container .left-contacts p {
  padding: 20px 0;
  font-family: Lora;
  font-size: 15px;
  font-weight: 400;
  line-height: 145%;
  color: #8F8479;
}

main .container .left-contacts a {
  display: block;
  padding-bottom: 40px;
  font-family: Ubuntu;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 0em;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
  color: #1D1C1B;
}

main .container .left-contacts a:hover {
  text-decoration: underline;
}

main .container .left .partners {
  padding-top: 60px;
}

main .container .left .partners h2 {
  font-family: Ubuntu;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 46px;
  text-transform: uppercase;
  color: #1D1C1B;
  padding-left: 46px;
}

main .container .left .partners-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

main .container .left .partners-logo img {
  padding-top: 68px;
}

main .container .left .sites {
  width: 202px;
  height: 90px;
  margin: 0 auto;
  margin-top: 70px;
  border: 1px solid #8D99AE;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 12px 23px;
}

main .container .left .sites:hover {
  border-color: #6C0B1E;
}

main .container .left .sites h2 {
  text-align: center;
}

main .container .left .sites h2 a {
  font-family: Ubuntu;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0em;
  text-transform: uppercase;
  text-decoration: none;
  color: #8D99AE;
}

main .container .left .sites h2 a:hover {
  color: #6C0B1E;
}

main .container .right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  /** width: 100% **/
  height: auto;
  -webkit-box-pack: column;
  -ms-flex-pack: column;
      justify-content: column;
  background-color: #f5f2e9;
  padding: 0 60px;
}

main .container .right hr {
  width: 100%;
  border-bottom: 1px solid #000;
}

main .container .right .slider {
  width: 100%;
  height: auto;
/*  min-height: 600px; */
/*  background: url(../img/slider.jpg) center center/cover no-repeat;*/
  border-radius: 25px;
  margin: 20px 0 60px;
}

main .container .right .slider h1 {
  padding: 100px 20px 0;
  font-family: 'Lora', serif;
  font-style: normal;
  font-weight: bold;
  font-size: 38px;
  line-height: 44px;
  text-align: center;
  color: #FFF;
}

main  .container .right .slider h2 {
  padding-top: 3px;
  padding-bottom: 28px;
  font-family: 'Lora', serif;
  font-style: normal;
  font-weight: 600;
  font-size: 28px;
  line-height: 40px;
  text-align: center;
  color: #FFF;
}

main .container .right .slider h2 span {
  font-weight: normal;
  font-size: 24px;
  font-weight: normal;
}

main .container .right .slider p {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 15px;
  line-height: 145%;
  text-align: center;
  color: #FFF;
}

main .container .right .big-news {
  width: 100%;
  /** padding-left: 11px **/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

main .container .right .big-news p.date {
  width: 81px;
  min-width: 81px;
  height: 24px;
  margin-top: 5px;
  line-height: 24px;
  background-color: #fff;
  border-radius: 5px;
  font-family: Ubuntu;
  font-size: 11px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  color: #737268;
  text-transform: uppercase;
}

main .container .right .big-news .item-news {
  /** max-width: 632px **/
  padding-left: 60px;
  padding-bottom: 40px;
}

main .container .right .big-news .item-news h2 {
  margin-bottom: 22px;
}

main .container .right .big-news .item-news h2 a {
  font-family: Ubuntu;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 145%;
  letter-spacing: 0em;
  text-align: left;
  color: #6C0B1E;
  text-transform: uppercase;
  text-decoration: none;
}

main .container .right .big-news .item-news img {
  display: inline;
  float: left;
  border-radius: 15px;
  margin: 0 30px 10px 0;
}

main .container .right .big-news .item-news .text-news p {
  font-family: Lora;
  font-size: 15px;
  font-weight: 400;
  line-height: 145%;
  color: #737268;
  padding-bottom: 20px;
}

main .container .right .big-news .item-news .text-news p.more {
  font-family: Lora;
  font-size: 15px;
  font-weight: 400;
  line-height: 145%;
  font-weight: 700;
  color: #D96400;
}

main .container .right .big-news .item-news .text-news p.more a {
  text-decoration: none;
  color: #D96400;
}

main .container .right .big-news .item-news .text-news p.more a::before {
  content: '';
  display: block;
  width: 14px;
  height: 2px;
  background: #C7C1BC;
  position: relative;
  left: 120px;
  top: 8px;
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
}

main .container .right .big-news .item-news .text-news p.more a::after {
  content: '';
  display: block;
  height: 2px;
  width: 14px;
  background: #C7C1BC;
  position: relative;
  left: 120px;
  top: -8px;
  -webkit-transform: rotate(-40deg);
          transform: rotate(-40deg);
}

main .container .right .big-news .item-news .text-news p.more a:hover::before, .container .right .big-news .item-news .text-news p.more a:hover::after {
  background-color: #D96400;
}

main .container .right .head-news {
  display: none;
}

main .container .right .news {
  padding-top: 60px;
  width: 100%;
}

main .container .right .news h2 {
  font-family: Ubuntu;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 46px;
  text-transform: uppercase;
  display: inline-block;
  padding-right: 20px;
}

main .container .right .news a {
  text-decoration: none;
  font-family: Ubuntu;
  font-size: 16px;
  font-weight: 700;
  line-height: 23px;
  color: #D96400;
  text-transform: uppercase;
}

main .container .right .news a:hover {
  text-decoration: underline;
}

main .container .right .news-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 40px;
}

main .container .right .news-wrapper .news-item {
  width: 100%;
/*  max-width: 366px; */
  padding-bottom: 60px;
}

main .container .right .news-wrapper .news-item:nth-child(odd) {
  padding-right: 20px;
}

main .container .right .news-wrapper .news-item p {
  font-family: Lora;
  font-size: 15px;
  font-weight: 400;
  line-height: 145%;
  color: #737268;
}

main .container .right .news-wrapper .news-item p.date {
  width: 81px;
  min-width: 81px;
  height: 24px;
  margin-top: 5px;
  line-height: 24px;
  background-color: #fff;
  border-radius: 5px;
  font-family: Ubuntu;
  font-size: 11px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  color: #737268;
  text-transform: uppercase;
}

main .container .right .news-wrapper .news-item h3 {
  padding: 15px 0 24px;
}

main .container .right .news-wrapper .news-item h3 a {
  color: #6C0B1E;
  font-family: Ubuntu;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 23px;
  letter-spacing: 0em;
  text-align: left;
}

main .container .right .news-wrapper .news-item img {
  display: inline;
  float: left;
  border-radius: 10px;
  margin: 0 30px 10px 0;
}

main .container .right .news-wrapper .news-item img.img-375 {
  display: none;
}

main .container .right .lib {
  margin-top: 60px;
}

main .container .right .lib h1 {
  font-family: Ubuntu;
  font-size: 48px;
  font-weight: 700;
  line-height: 70px;
  text-transform: uppercase;
  color: #1D1C1B;
  margin-bottom: 40px;
}

main .container .right .lib .top-menu {
  display: none;
}

main .container .right .lib .content {
  padding: 0 20px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

main .container .right .lib .content::after {
  content: '';
  display: block;
  height: 0;
  clear: both;
}

main .container .right .lib .content img {
  border-radius: 15px;
  margin: 20px 40px 20px 0;
}

main .container .right .lib .content .img-left {
  display: inline;
  float: left;
}

main .container .right .lib .content .img-center {
  display: block;
  margin: 20px auto;
}

main .container .right .lib .content p {
  font-family: Lora;
  font-size: 15px;
  font-weight: 400;
  line-height: 145%;
  color: #47463F;
  padding: 20px 0 30px;
}

main .container .right .lib .content h2 {
  font-family: Lora;
  font-size: 26px;
  font-weight: 700;
  line-height: 38px;
  text-align: center;
  color: #000000;
}

main .container .right .lib .content h3 {
  font-family: Lora;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  text-align: center;
  color: #000;
}

main .container .right .lib .content a {
  text-decoration: none;
  color: #D96400;
  font-weight: 700;
}

main .container .right .lib .content a:hover {
  text-decoration: underline;
}

main .container .right .lib .lib-catalog-768 {
  display: none;
}

main .container .right .lib .lib-catalog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-item-align: center;
      align-self: center;
  margin: 60px 0;
}

main .container .right .lib .lib-catalog-item {
  position: relative;
  height: 280px;
  margin: 0 5px 30px;
}

main .container .right .lib .lib-catalog-item-1 {
  width: 100%;
  max-width: 280px;
  background: url(../img/lib/catalog1.jpg) center center/cover no-repeat;
}

main .container .right .lib .lib-catalog-item-2 {
  width: 100%;
  max-width: 280px;
  background: url(../img/lib/catalog2.jpg) center center/cover no-repeat;
}

main .container .right .lib .lib-catalog-item-3 {
  width: 100%;
  max-width: 280px;
  background: url(../img/lib/catalog3.jpg) center center/cover no-repeat;
}

main .container .right .lib .lib-catalog-item-4 {
  width: 90%;
  max-width: 600px;
  background: url(../img/lib/catalog4.jpg) center center/cover no-repeat;
}

main .container .right .lib .lib-catalog-item-5 {
  width: 90%;
  max-width: 280px;
  background: url(../img/lib/catalog5.jpg) center center/cover no-repeat;
}

main .container .right .lib .lib-catalog-item-6 {
  width: 90%;
  max-width: 280px;
  background: url(../img/lib/catalog6.jpg) center center/cover no-repeat;
}

main .container .right .lib .lib-catalog-item-7 {
  width: 100%;
  max-width: 600px;
  background: url(../img/lib/catalog7.jpg) center center/cover no-repeat;
}

main .container .right .lib .lib-catalog-item .title {
  position: absolute;
  bottom: 20px;
  font-family: Lora;
  font-size: 15px;
  font-weight: 400;
  line-height: 145%;
  font-weight: 700;
  color: #ffffff;
  padding: 0 20px;
}

main .calendar-mini {
  display: none;
}

main .calendar {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: auto;
  max-width: 1440px;
  min-height: 631px;
  background-color: #f5f2e9;
}

main .calendar-wrapper {
  /** width: 1440px **/
  width: 100%;
  height: 631px;
  background: url(../img/calendar-bg.png) center center/cover no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

main .calendar-wrapper a {
  font-family: Lora;
  font-size: 15px;
  font-weight: 400;
  line-height: 145%;
  color: #D96400;
  text-decoration: none;
}

main .calendar-wrapper a:hover {
  text-decoration: underline;
}

main .calendar-wrapper-left {
  width: 400px;
  height: auto;
  min-height: 631px;
}

main .calendar-wrapper-left .block-calendar {
  padding: 40px 60px 0;
}

main .calendar-wrapper-left .block-calendar h2 {
  font-family: Ubuntu;
  font-size: 20px;
  font-weight: 700;
  line-height: 29px;
  color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
}

main .calendar-wrapper-left .block-calendar p {
  font-family: Lora;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0em;
  width: 250px;
  color: rgba(255, 255, 255, 0.5);
  padding-top: 20px;
}

main .calendar-wrapper-left .block-calendar p.date {
  font-family: Ubuntu;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 0em;
  color: #ffffff;
  text-transform: uppercase;
  padding-top: 0;
  padding-bottom: 11px;
}

main .calendar-wrapper-left .block-calendar p.date:nth-child(3) {
  padding-bottom: 34px;
}

main .calendar-wrapper-left .block-calendar p.date span {
  display: block;
  font-size: 60px;
  line-height: 60px;
  padding-top: 49px;
}

main .calendar-wrapper-right {
  width: 100%;
  padding: 40px 60px 20px;
}

main .calendar-wrapper-right h2.head {
  display: none;
}

main .calendar-wrapper-right h2 {
  font-family: Ubuntu;
  font-size: 20px;
  font-weight: 700;
  line-height: 29px;
  color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
  width: 150px;
  padding-bottom: 49px;
}

main .calendar-wrapper-right .block-date {
  display: none;
}

main .calendar-wrapper-right .calendar-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

main .calendar-wrapper-right .calendar-info img {
  width: 110px;
  height: 145px;
}

main .calendar-wrapper-right .calendar-info-text {
  height: 440px;
  overflow-x: hidden;
  overflow-y: auto;
}

main .calendar-wrapper-right .calendar-info-text p {
  width: 95%;
  padding-left: 47px;
  font-family: Lora;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 33px;
}

main .partners-media {
  display: none;
}

main .footer {
  width: 100%;
  max-width: 1440px;
  height: auto;
  margin: 0 auto;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  height: 310px;
  background: #55514D;
}

main .footer-left {
  width: 400px;
  padding-top: 60px;
  padding-left: 60px;
}

main .footer-left p {
  font-family: Lora;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 15px;
  color: #8F8479;
}

main .footer-left .copyright {
  padding: 14px 0 23px;
}

main .footer-left .copyright p {
  font-family: Ubuntu;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0em;
  color: #fff;
  text-transform: uppercase;
}

main .footer-left .copyright a {
  color: #D96400;
  text-decoration: none;
}

main .footer-left .copyright a:hover {
  text-decoration: underline;
}

main .footer-right {
  /** flex: 1 **/
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 60px;
  padding-top: 80px;
}

main .footer-right .flogo {
  display: none;
}

main .footer-right .block-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

main .footer-right .block-left .connection-media {
  display: none;
}

main .footer-right .block-left .connection {
  margin-bottom: 20px;
}

main .footer-right .block-left .connection a {
  display: inline-block;
  margin-left: 40px;
  font-family: Ubuntu;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  color: #fff;
  text-decoration: none;
}

main .footer-right .block-left p {
  font-family: Lora;
  font-size: 15px;
  font-weight: 400;
  line-height: 145%;
  font-size: 14px;
  color: #F5F2E9;
}

main .footer-right .f-menu {
  margin-bottom: 57px;
}

main .footer-right .f-menu li {
  display: inline-block;
  padding-left: 40px;
}

main .footer-right .f-menu li a {
  font-family: Ubuntu;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
}

main .footer-right .f-menu li a:hover {
  text-decoration: underline;
}

main .footer-right .block-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-left: 40px;
}

main .footer-right .block-right img {
  display: block;
  margin-bottom: 18px;
}

main .footer-right .copyright-media {
  display: none;
}

main .footer-right p.copy-info {
  display: none;
}

@media screen and (min-width: 1010px) and (max-width: 1210px) {
  main .footer-left {
    padding-left: 40px;
  }
  main .footer-right {
    padding-right: 40px;
  }
  main .footer-right .block-left .f-menu li {
    padding-left: 10px;
    padding-right: 10px;
  }
  main .footer-right .block-left .f-menu li:last-child {
    padding-right: 0;
  }
  main .footer-right .block-left .f-menu li a {
    font-size: 14px;
    line-height: 16px;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1140px) {
  main .container .left {
    padding-left: 40px;
  }
  main .container .right {
    padding: 0 40px;
  }
  main .container .right .slider {
    font-size: 28px;
    line-height: 30px;
    padding-left: 10px;
    padding-right: 10px;
  }
  main .container .right .slider h1 {
    padding: 119px 10px 0;
    font-size: 44px;
    line-height: 48px;
  }
  main .container .right .slider span {
    font-size: 20px;
  }
  main .container .right .slider p {
    font-size: 15px;
    padding-left: 10px;
    padding-right: 10px;
  }
  main .container .right .big-news {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  main .container .right .big-news .item-news {
    padding-left: 0;
    padding-top: 20px;
  }
  main .container .right .news-wrapper {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  main .container .right .news-wrapper .news-item img {
    display: block;
    float: none;
  }
}

@media screen and (max-width: 1024px) {
  main .container .left {
    display: none;
  }
  main .container .right .header .search {
    display: none;
  }
  main .container .right .header-login {
    display: none;
  }
  main .container .right .header .logo {
    display: block;
  }
  main .container .right .header .schedule {
    display: block;
  }
  main .container .right .header .schedule img {
    max-height: 79px;
  }
  main .container .right .header .hamburger {
    display: block;
  }
  main .calendar {
    width: 100%;
    height: 826px;
  }
  main .calendar-wrapper {
    height: 826px;
    width: 100%;
    border-radius: 25px;
  }
  main .calendar-wrapper-left {
    width: 0;
    display: none;
  }
  main .calendar-wrapper-right {
    padding: 40px;
    padding-top: 40px;
  }
  main .calendar-wrapper-right h2.head {
    display: block;
    font-family: Ubuntu;
    font-size: 20px;
    font-weight: 700;
    line-height: 29px;
    color: rgba(255, 255, 255, 0.5);
    text-transform: uppercase;
    width: 100%;
    padding-top: 0;
  }
  main .calendar-wrapper-right h2 {
    width: 100%;
    padding-top: 76px;
    padding-bottom: 38px;
  }
  main .calendar-wrapper-right .block-date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
  main .calendar-wrapper-right .block-date .date-item p {
    padding-left: 30px;
    font-family: Lora;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    width: 250px;
    color: rgba(255, 255, 255, 0.5);
    padding-top: 30px;
  }
  main .calendar-wrapper-right .block-date .date-item p:nth-child(1) {
    padding-top: 10px;
  }
  main .calendar-wrapper-right .block-date .date-item p.date {
    font-family: Ubuntu;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: 0em;
    color: #ffffff;
    text-transform: uppercase;
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 11px;
    width: 150px;
  }
  main .calendar-wrapper-right .block-date .date-item p.date span {
    display: block;
    font-size: 60px;
    line-height: 60px;
    padding-top: 0px;
  }
  main .calendar-wrapper-right .block-date .date-item .calendar-info {
    width: 100%;
  }
  main .calendar-wrapper-right .block-date .date-item .calendar-info p {
    max-width: 600px;
    font-size: 12px;
    line-height: 14px;
  }
  main .partners-media {
    height: auto;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background-color: #fff;
  }
  main .partners-media h2 {
    font-family: Ubuntu;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 46px;
    text-transform: uppercase;
    color: #1D1C1B;
    padding-left: 46px;
    padding-top: 60px;
    padding-bottom: 73px;
    text-align: left;
  }
  main .partners-media .partners-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    padding: 0 60px;
    margin-bottom: 60px;
  }
  main .partners-media .partners-logo a {
    display: block;
    margin: 0 20px 60px;
  }
  main .partners-media .partners-logo img {
    padding-top: 0;
  }
  main .partners-media .partners-logo h2 {
    width: 202px;
    height: 90px;
    border: 1px solid #8D99AE;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 12px 0;
    text-align: center;
  }
  main .partners-media .partners-logo h2:hover {
    border-color: #6C0B1E;
  }
  main .partners-media .partners-logo a {
    font-family: Ubuntu;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: 0em;
    text-transform: uppercase;
    text-decoration: none;
    color: #8D99AE;
  }
  main .partners-media .partners-logo a:hover {
    color: #6C0B1E;
  }
  main .footer {
    display: block;
    width: 100%;
    height: auto;
    min-height: 695px;
    margin: 0 auto;
    background: #55514D;
  }
  main .footer-left {
    display: none;
  }
  main .footer-right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 60px 50px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  main .footer-right .flogo {
    display: block;
  }
  main .footer-right .flogo img {
    width: 42px;
    height: 63px;
  }
  main .footer-right .block-left .f-menu {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  main .footer-right .block-left .f-menu li {
    margin-bottom: 20px;
    padding: 0 20px;
  }
  main .footer-right .block-left .f-menu li a {
    font-size: 20px;
    line-height: 23px;
  }
  main .footer-right .block-left .connection {
    display: none;
  }
  main .footer-right .block-left .connection-media {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  main .footer-right .block-left .connection-media a {
    font-family: Ubuntu;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    color: #fff;
    text-decoration: none;
    margin-bottom: 11px;
  }
  main .footer-right .block-left p {
    margin: 6px auto 40px;
  }
  main .footer-right .block-left .copyright-media {
    display: block;
    width: 100%;
    margin: 0 auto 10px;
  }
  main .footer-right .block-left .copyright-media p {
    font-family: Ubuntu;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    margin: 0;
  }
  main .footer-right .block-left .copyright-media a {
    color: #D96400;
    text-decoration: none;
  }
  main .footer-right .block-left .copyright-media a:hover {
    text-decoration: underline;
  }
  main .footer-right .block-left p.copy-info {
    display: block;
    font-family: Lora;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 15px;
    color: #8F8479;
  }
  main .footer-right .block-right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
  }
  main .footer-right .block-right img {
    margin: 0 10px;
  }
}

@media screen and (min-width: 375px) and (max-width: 767px) {
  main .container .right {
    padding: 0;
  }
  main .container .right .slider h1 {
    padding: 100px 7px 20px;
    font-size: 40px;
    line-height: 48px;
  }
  main .container .right .slider h2 {
    font-size: 28px;
    line-height: 30px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
  }
  main .container .right .slider h2 span {
    font-size: 15px;
    text-transform: none;
  }
  main .container .right .slider p {
    font-size: 15px;
    padding-left: 10px;
    padding-right: 10px;
  }
  main .partners-media .partners-logo {
    padding: 0 20px;
  }
  main .container .right .news {
    padding: 60px 20px 0 20px;
    width: 100%;
}
main .container .right .big-news {
    padding-left: 40px;
    padding-right: 40px;
}
@media screen and (max-width: 630px) {
  main .container .right .big-news {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  main .container .right .big-news .item-news {
    padding-left: 0;
    padding-top: 20px;
  }
  main .container .right .news {
/*    padding-top: 30px; */
  }
  main .container .right .news h2 {
/*    display: none; */
  }
  main .container .right .news a.all {
   display: none;
  }
  main .container .right .news-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-top: 0px;
  }
  main .container .right .news-wrapper .news-item {
    width: 100%;
    max-width: 100%;
    padding-bottom: 60px;
  }
  main .container .right .news-wrapper .news-item:nth-child(odd) {
    padding-right: 0px;
  }
  main  .container .right .news-wrapper .news-item p {
    font-family: Lora;
    font-size: 15px;
    font-weight: 400;
    line-height: 145%;
    color: #737268;
  }
  main .container .right .news-wrapper .news-item p.date {
    width: 81px;
    min-width: 81px;
    height: 24px;
    margin-top: 5px;
    line-height: 24px;
    background-color: #fff;
    border-radius: 5px;
    font-family: Ubuntu;
    font-size: 11px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    color: #737268;
    text-transform: uppercase;
  }
  main .container .right .news-wrapper .news-item h3 {
    padding: 15px 0 24px;
  }
  main .container .right .news-wrapper .news-item h3 a {
    color: #6C0B1E;
  }
  main .container .right .news-wrapper .news-item img {
    display: block;
    float: none;
    border-radius: 10px;
    margin: 0 auto 20px;
  }
}

@media screen and (max-width: 550px) {
  main .container .right {
    padding: 0;
  }
  main .container .right .header {
    padding: 0 20px;
    margin: 20px 0 0;
  }
  main .container .right .slider {
    margin-bottom: 40px;
  }
  main .container .right .slider h1 {
    padding: 90px 7px 20px;
    font-size: 32px;
    line-height: 38px;
  }
  main  .container .right .slider h2 {
    max-width: 100%;
    font-size: 24px;
    line-height: 28px;
    padding-left: 10px;
    padding-right: 10px;
    margin: 0 auto;
  }
  main .container .right .slider h2 span {
    font-size: 15px;
    text-transform: none;
  }
  main .container .right .slider p {
    font-size: 15px;
    padding-left: 10px;
    padding-right: 10px;
  }
  main .container .right .big-news, .container .right .news {
    padding-left: 20px;
    padding-right: 20px;
  }
  main  .container .right .big-news .item-news img {
    display: block;
    float: none;
    margin: 20px auto;
  }
  main .calendar {
    display: none;
  }
  main  .calendar-mini {
    display: block;
    width: 100%;
    height: auto;
    background-color: #f5f2e9;
  }
  main  .calendar-mini-wrapper {
    height: auto;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    border-radius: 15px;
    padding-bottom: 40px;
  }
  main  .calendar-mini-wrapper h2 {
    text-align: left;
    font-family: Ubuntu;
    font-size: 20px;
    font-weight: 700;
    line-height: 29px;
    color: rgba(255, 255, 255, 0.5);
    text-transform: uppercase;
    max-width: 95%;
    padding-top: 40px;
    padding-left: 20px;
  }
  main  .calendar-mini-wrapper .cal-img {
    display: block;
    margin: 30px auto;
  }
  main   .calendar-mini-wrapper p.date {
    display: inline-block;
    font-family: Ubuntu;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    color: #ffffff;
    text-transform: uppercase;
    padding-left: 5px;
    padding-top: 0;
    padding-bottom: 11px;
  }
  main .calendar-mini-wrapper p.date span {
    font-size: 60px;
    line-height: 60px;
    padding-top: 0px;
    padding-left: 20px;
  }
  main .calendar-mini-wrapper .date-item {
    margin-bottom: 20px;
  }
  main .calendar-mini-wrapper .date-item p {
    padding-top: 20px;
    padding-left: 20px;
    font-family: Lora;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    width: 250px;
    color: rgba(255, 255, 255, 0.5);
  }
  main .calendar-mini-wrapper .calendar-info {
    width: 100%;
  }
  main  .calendar-mini-wrapper .calendar-info p {
    padding: 10px 20px 0;
    font-size: 12px;
    line-height: 14px;
    font-family: Lora;
    font-size: 15px;
    font-weight: 400;
    line-height: 145%;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
  }
  main  .partners-media h2 {
    text-align: center;
    padding-left: 0;
  }
  main .partners-media .partners-logo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 20px 20px;
  }
  main  .footer-right .block-left .f-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
/*          flex-direction: column; */
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  main  .footer-right .block-left p.copy-info {
    display: block;
    font-family: Lora;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    color: #8F8479;
  }
  main  .footer-right .block-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 20px;
  }
  main  .footer-right .block-right img {
    display: block;
    margin: 0 10px;
  }
}

