section {
    padding: 50px 0;
}

.main_slider {
    padding: 0;
}

.main__catalog {
    background-color: #fff;
    padding-bottom: 0;
}

.main_slider .item {
    position: relative;
    height: 490px;
    padding-top: 85px;
    padding-bottom: 43px;
}

.main_slider .slider_bg {
    position: absolute;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    height: 490px;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

.main_slider .overlay {
    background-color: #0000005c;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

.main_slider .owl-carousel .owl-dots {
    position: relative;
    margin-top: -25px!important;
}

.slide__gr {
    display: flex;
    flex-direction: column;
    height: 100%;
    z-index: 3;
}

.slide__info,
.slide__primary {
    color: #fff;
}

.slide__info {
    flex: 1 0 auto;
}

.slide__primary {
    flex: 0 0 auto;
}

.slide__title {
    font-weight: 700;
    font-size: 57px;
    margin-bottom: 10px;
    line-height: 65px;
}

.slide__title span {
    display: block;
}

.slide__descr {
    max-width: 610px;
    font-weight: 400;
    font-size: 15px;
    line-height: 23px;
}

.slide__descr2 {
    max-width: 610px;
    font-weight: 400;
    font-size: 15px;
    line-height: 23px;
    margin-top: 10px;
}

.slide__date,
.slide__place {
    margin-top: 8px;
    font-size: 0;
}

.slide__gr img {
    width: auto!important;
    height: 14px;
    margin-right: 9px;
}

.slide__date span,
.slide__place span {
    display: flex;
    font-weight: 400;
    font-size: 14px;
    align-items: center;
}

.slide__place span br {
    display: none;
}


/*--- VIDEO SECTION */

.video_main {
    padding: 0;
    position: relative;
}

.video_main.bg_img {
    background-image: url("/uploads/site/_default/video/video.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.video_main.bg_grey {
    background-color: #f4f4f4;
}

.video_main .wr {
    background-color: #f4f4f4;
}

.video_main .icon_logo {
    position: absolute;
    z-index: 2;
    top: 20px;
    left: 20px;
    width: 40px;
    animation-name: rotation;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    display: none;
}

.video-box {
    position: relative;
    overflow: hidden;
    min-height: 500px;
    z-index: 1;
}

.video-box .overlay {
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgb(0 0 0 / 42%);
    z-index: 1;
    height: 100%;
    width: 100%;
    /*  background: linear-gradient(90deg, #0e135445, #2b33a745, #00000045, #00000045);
  background-size: 400% 400%;
  animation: gradient 10s ease infinite;
  transform: translate3d(0, 0, 0); */
}

.video-box video {
    position: absolute;
    top: 0px;
    left: 0;
    width: 0;
    height: 0;
    z-index: -1;
}

.vc__title {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 2;
}

.vc__title li {
    display: none;
    font-size: 40px;
    color: #fff;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 1.2;
}

.vc__title li.active {
    display: block;
}


/* VIDEO SECTION ---*/

.form__main {
    padding: 90px 0;
}

.plusy__main_card {
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.plusy__main_card>img {
    width: 70px;
    height: 70px;
}

.plusy__main_card>.title {
    font-weight: 700;
    font-size: 18px;
    margin: 12px 0;
    text-align: center;
}

.plusy__main_card>.descr {
    text-align: center;
    min-height: 100px;
}

.about__main {
    background: #000;
    position: relative;
    padding: 0;
}

.about__main_bg {
    position: absolute;
    height: 100%;
    width: 100%;
    background-position: center;
    background-size: cover;
}

.about__main_gr {
    position: relative;
    z-index: 1;
    margin-left: auto;
    width: 45%;
    color: #fff;
    padding: 30px;
    background: #000000ba;
}

.about__main_gr h3 {
    font-size: 24px;
    margin-bottom: 11px;
}

.about__main_descr {
    margin-bottom: 20px;
}

.about__main_adv>.item {
    margin-bottom: 10px;
}

.about__main_adv>.item i {
    padding-right: 10px;
}

.contacts__main {
    padding: 0;
    position: relative;
    height: 400px;
}

.contacts__main .contacts__map_frame {
    position: absolute;
    height: 100%;
    width: 100%;
}

.contacts__main .contacts__info {
    position: absolute;
    z-index: 1;
    background-color: #fff;
    padding: 15px;
    top: 5px;
    left: 5px;
}

.contacts__main .contacts__info>.title {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 10px;
}