@font-face {
    font-family: 'MuseoSansCyrl';
    src: url('./fonts/MuseoSansCyrl-100.ttf') format('truetype'), url('./fonts/MuseoSansCyrl-100.woff') format('woff');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'MuseoSansCyrl';
    src: url('./fonts/MuseoSansCyrl-300.ttf') format('truetype'), url('./fonts/MuseoSansCyrl-300.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'MuseoSansCyrl';
    src: url('./fonts/MuseoSansCyrl-500.ttf') format('truetype'), url('./fonts/MuseoSansCyrl-500.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'MuseoSansCyrl';
    src: url('./fonts/MuseoSansCyrl-700.ttf') format('truetype'), url('./fonts/MuseoSansCyrl-700.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'MuseoSansCyrl';
    src: url('./fonts/MuseoSansCyrl-900.ttf') format('truetype'), url('./fonts/MuseoSansCyrl-900.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}

* {
    margin: 0;
    padding: 0;
    border: none;
    box-sizing: border-box;
    outline: none;
}

main,
article,
section,
footer,
header,
aside,
canvas {
    display: block;
}

section,
header,
footer {
    position: relative;
}

html {
    height: 100%;
}

body {
    min-width: 960px;
    min-height: 100%;
    background-color: #ffffff;
    font-family: 'MuseoSansCyrl', sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.2;
    letter-spacing: 0em;
    color: #333333;
    position: relative;
}

.main {
/*    padding-bottom: 148px;*/
    padding-bottom: 183px;
}

.inner {
    position: relative;
    width: 940px;
    height: 100%;
    margin: 0 auto;
}

.inner:after {
    content: '';
    display: block;
    clear: both;
}

section:after {
    content: '';
    display: block;
    clear: both;
}

h1,
h2 {
    font-family: MuseoSansCyrl, serif;
    font-size: 24px;
    font-weight: 900;
    letter-spacing: 0.025em;
    color: #333333;
    margin-bottom: 30px;
    text-align: center;
    padding-top: 35px;
    padding-bottom: 25px;
    position: relative;
    text-transform: uppercase;
}

h1:after,
h2:after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 3px;
    background: url(./images/title-after_new.png) no-repeat center;
    bottom: 0;
}

h3 {
    font-family: MuseoSansCyrl, serif;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.025em;
    color: #333333;
    text-align: justify;
    margin-bottom: 18px;
}

a {
    color: #333333;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

strong {
    font-weight: 700;
}

p {
    letter-spacing: 0.025em;
    margin-bottom: 18px;
}

.btn {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.025em;
    text-transform: uppercase;
    color: #fefefe;
    background-color: #0E9538;
    display: inline-block;
    min-width: 161px;
    min-height: 42px;
    border-radius: 30px;
    padding: 16px 20px;
    text-align: center;
    text-decoration: none;
}

.btn:hover {
    opacity: 0.8;
}

button {
    font-family: 'MuseoSansCyrl', sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.025em;
    text-transform: uppercase;
    color: #fefefe;
    background-color: #0E9538;
    display: inline-block;
    /*min-width: 161px;
      min-height: 42px;*/
    border-radius: 15px;
    padding: 16px 5px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
}

input {
    font-family: 'MuseoSansCyrl', sans-serif;
    font-size: 12px;
    font-weight: 700;
    color: #333333;
    letter-spacing: 0.025em;
    display: block;
    padding-left: 15px;
}

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

/*.block_success {
	 display: none;
}
*/
.header__top-info {
    position: relative;
    padding-top: 5px;
    padding-bottom: 5px;
    box-shadow: 4px 0px 2px 4px rgba(73, 73, 73, 0.3);
}

.header__search {
    float: right;
    padding-top: 13px;
}

.header__menu {
    background-color: #0E9538;
    padding: 8px 0;
}

.logo {
    float: left;
}

.logo__picture {
    height: 55px;
    width: auto;
}

.footer__logo-picture {
    width: 181px;
}

.header__language {
    display: inline-block;
    vertical-align: top;
}

.search {
    width: 282px;
    height: 30px;
    margin-right: 15px;
    position: relative;
    display: inline-block;
    vertical-align: top;
}

.search__input {
    border: 1px solid #c2c2c2;
    width: 100%;
    height: 30px;
    border-radius: 15px;
    color: #000000;
    letter-spacing: 0.05em;
    font-weight: 300;
}

.search__submit {
    position: absolute;
    width: 70px;
    height: 30px;
    right: 0;
    top: 0;
    padding: 0;
    background: url(./images/search.png) left center no-repeat;
}

.search__submit:after {
    content: 'Поиск';
    font-size: 11px;
    color: #858585;
    letter-spacing: 0.05em;
    font-weight: 100;
    text-transform: none;
    padding-left: 5px;
}

.language {
    display: block;
    border: 1px solid #c2c2c2;
    height: 30px;
    text-decoration: none;
    border-radius: 15px;
    padding: 0px 8px;
    font-size: 12px;
}

.language img {
    display: inline-block;
    vertical-align: middle;
    padding-right: 2px;
}

.language span {
    display: inline-block;
    vertical-align: middle;
}

.language:after {
    content: '';
    height: 29px;
    display: inline-block;
    vertical-align: middle;
}

.language:hover {
    opacity: 0.7;
}

.main-menu {
    width: 100%;
}

.main-menu__list {
    display: table;
    width: 100%;
    /*table-layout: fixed;*/
}

.main-menu__item {
    display: table-cell;
    height: 29px;
    vertical-align: middle;
    border-right: 2px solid #0c7e2f;
    text-align: center;
    padding: 0 30px;
    position: relative;
    /*Если будет много пунктов, то убрать данное свойство*/
}

.main-menu__item:last-child {
    border-right: 0;
    text-align: right;
    padding-right: 0;
}

.main-menu__item:first-child {
    text-align: left;
    padding-left: 0;
}

.main-menu__link {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.1em;
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
}

.main-menu__link:hover,
.main-menu__link--active,
.main-menu__link--forsub {
    border-bottom: 2px solid #ffffff;
}

.promo-slider {
    position: relative;
}

.promo-slider__item {
    width: 100%;
    height: 369px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

@media screen and (min-width: 1600px) {
    .promo-slider__item {
        height: 500px;
    }
}

.promo-slider__title {
    font-size: 41px;
    font-weight: 900;
    position: relative;
    color: #ffffff;
    text-shadow: 0 0 3px #000000;
    text-align: left;
    letter-spacing: 0;
    padding-bottom: 10px;
    margin-bottom: 10px;
    padding-top: 0;
}

.promo-slider__title:after {
    content: '';
    position: absolute;
    display: block;
    width: 60px;
    height: 5px;
    left: 0;
    bottom: 0;
    background: url(./images/promo-slider__title.png);
}

.promo-slider__title--no-after {
    padding-bottom: 0;
    margin-bottom: 0;
    padding-top: 55px;
}

.promo-slider__title--no-after:after {
    display: none;
}

.promo-slider__text {
    font-size: 0;
}

.promo-slider__text:after {
    content: '';
    height: 369px;
    vertical-align: middle;
    display: inline-block;
}

@media screen and (min-width: 1600px) {
    .promo-slider__text:after {
        height: 500px;
    }
}

.promo-slider__text--left {
    width: 370px;
}

.promo-slider__text--left--big {
    width: 53%;
}

.promo-slider__text--center {
    text-align: center;
}

.promo-slider__slide {
    display: inline-block;
    vertical-align: middle;
}

.promo-slider__subtitle {
    font-size: 21px;
    font-weight: 500;
    color: #ffffff;
    text-shadow: 0 0 3px #000000;
    text-align: left;
}

.promo-slider__subtitle--small {
    width: 345px;
}

.promo-slider__tab {
    width: 500px;
}

.promo-slider__tab td {
    vertical-align: top;
}

.promo-slider__tab-num {
    display: block;
    font-size: 39px;
    font-weight: 900;
    text-shadow: 0 0 3px #000000;
    color: #ffffff;
    padding-top: 15px;
}

.promo-slider__tab-text {
    display: block;
    font-size: 15px;
    font-weight: 900;
    text-shadow: 0 0 2px #000000;
    color: #ffffff;
    text-transform: uppercase;
}

.promo-slider.owl-carousel .owl-nav .owl-next,
.promo-slider.owl-carousel .owl-nav .owl-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    display: block;
    width: 21px;
    height: 41px;
    opacity: 0.75;
}

.promo-slider.owl-carousel .owl-nav .owl-next:hover,
.promo-slider.owl-carousel .owl-nav .owl-prev:hover {
    opacity: 1;
}

.promo-slider.owl-carousel .owl-nav .owl-next {
    right: 35px;
    background-image: url(./images/promo-slider-right.png);
}

.promo-slider.owl-carousel .owl-nav .owl-prev {
    left: 35px;
    background-image: url(./images/promo-slider-left.png);
}

.promo-slider .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    margin: auto;
}

.promo-slider .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
}

.promo-slider .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 0px 10px;
    background: #ffffff;
    display: block;
    border-radius: 50%;
}

.promo-slider .owl-dots .owl-dot.active span,
.promo-slider .owl-dots .owl-dot:hover span {
    background: #0E9538;
}

.about {
    padding-top: 35px;
    padding-bottom: 25px;
}

.about-info {
/*    display: block;*/
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    font-size: 0;
}

.about-info:after {
    content: '';
    display: block;
    clear: both;
}

.about-info__item {
    display: inline-block;
    width: 33.333333%;
    padding: 135px 15px 10px;
    /*height: 330px;*/
    height: 360px;
    text-align: center;
    position: relative;
    background-position: top center;
    background-repeat: no-repeat;
    border-radius: 10px;
    vertical-align: top;
}

.about-info__item:hover {
    box-shadow: 0px 0px 12px 4px rgba(212, 213, 227, 0.3);
}

.about-info__item--gmp {
    background-image: url(./images/item--gmp-bg_new.png);
}

.about-info__item--tour {
    background-image: url(./images/item--tour--bg.png);
}

.about-info__item--service {
    background-image: url(./images/item--servic-bg.png);
}

.about-info__title {
    font-size: 18px;
    font-weight: 700;
    color: #0E9538;
    letter-spacing: 0;
    padding: 0 0 15px;
    margin-bottom: 15px;
    position: relative;
}

.about-info__title:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: url(./images/about-title-after_new.png) center no-repeat;
}

.about-info__text {
    font-size: 14px;
    font-weight: 300;
    color: #858585;
    padding-bottom: 5px;
}

.about-info__link {
    text-decoration: none;
    color: #0E9538;
}

.btn--gray {
    background-color: #efefef;
    color: #333333;
}

.btn--small {
    font-size: 11px;
    min-width: 110px;
    min-height: 40px;
    letter-spacing: 0.05em;
}

.block-buttons {
    margin-top: 0px;
    margin-bottom: 30px;
    text-align: center;
}

.block-buttons__margin {
    margin-top: 30px;
}

.preparation {
    background-color: #fafbfc;
    padding-bottom: 37px;
}

.preparation__carousel {
    padding-left: 35px;
    padding-right: 35px;
    position: relative;
}

.preparation__item {
    width: 295px;
    display: block;
    height: 335px;
}

.preparation__block {
    background-color: #ffffff;
    box-shadow: 0px 0px 10px 2px rgba(212, 213, 227, 0.3);
    border-radius: 10px;
    display: block;
    height: 315px;
    width: 275px;
    margin: auto;
    padding: 35px 15px;
}

.preparation__photo {
    width: 240px;
    height: 150px;
    margin: auto;
    text-align: center;
}

.preparation__photo:after {
    content: '';
    font-size: 0;
    display: inline-block;
    vertical-align: middle;
    height: 150px;
}

.preparation__photo-img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    display: inline-block;
    vertical-align: middle;
}

.preparation__title {
    height: 65px;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    border-bottom: 1px solid #d6d6d6;
}

.preparation__title:after {
    content: '';
    font-size: 0;
    display: inline-block;
    vertical-align: middle;
    height: 65px;
}

.preparation__title span {
    display: inline-block;
    vertical-align: bottom;
    padding-bottom: 10px;
}

.preparation__preview {
    font-size: 12px;
    font-weight: 100;
    text-align: center;
    padding-top: 10px;
}

.preparation__carousel .owl-nav .owl-next,
.preparation__carousel .owl-nav .owl-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    display: block;
    width: 21px;
    height: 41px;
    opacity: 0.75;
}

.preparation__carousel .owl-nav .owl-next:hover,
.preparation__carousel .owl-nav .owl-prev:hover {
    opacity: 1;
}

.preparation__carousel .owl-nav .owl-next {
    right: 0;
    background-image: url(./images/preparation-slide-right.png);
}

.preparation__carousel .owl-nav .owl-prev {
    left: 0;
    background-image: url(./images/preparation-slide-left.png);
}

.preparation__carousel.owl-carousel .owl-item img {
    width: auto;
    display: inline-block;
}

.preparations__item {
    margin-bottom: 20px;
    width: 100%;
    box-shadow: 0px 0px 10px 2px rgba(212, 213, 227, 0.3);
    border-radius: 10px;
    display: block;
    min-height: 315px;
    padding: 20px;
}

.preparations__item:after {
    content: '';
    display: block;
    clear: both;
}

.preparations__main {
    width: 275px;
    float: left;
    margin-right: 30px;
}

.preparations__text {
    text-align: justify;
}

.content {
    padding-bottom: 55px;
    letter-spacing: 0.025em;
}

.content p {
    /*font-weight: 400;*/
    text-align: justify;
}

.content ul {
    /*font-weight: 400;*/
    list-style: none;
    margin-bottom: 18px;
}

.content li {
    position: relative;
    margin-bottom: 10px;
    padding-left: 20px;
}

.content li:before {
    content: '';
    position: absolute;
    display: block;
    left: 0;
    top: 6px;
    background: url(./images/li-before_new.png);
    width: 9px;
    height: 9px;
}

.content table {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
}

.content table td {
    border-right: 3px solid #ffffff;
    text-align: center;
}

.content table td:last-child {
    border-right: 0;
}
.content table img {
    width: 100%;
}
.content img {
    max-width: 100%;
    /*width: 100%;*/
}

.content img.preparation__photo-img {
    width: auto;
}

.content h3 {
    font-size: 21px;
}

/*.content__null {
	min-height: ~"calc(100vh - 260px)";
}*/
.news {
    width: 100%;
}

.news:after {
    content: '';
    display: block;
    clear: both;
}

.new {
    width: 460px;
    min-height: 398px;
    float: left;
    margin-right: 20px;
    background-color: #fafbfc;
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 30px;
}

.new:nth-child(2n) {
    margin-right: 0;
}

.new__prev {
    width: 460px;
    height: 235px;
    overflow: hidden;
}

.new__pic {
    width: 100%;
}

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

.new__info:after {
    content: '';
    display: block;
    clear: both;
}

.new__date {
    width: 123px;
    float: left;
    height: 108px;
    text-align: center;
}

.new__day {
    display: block;
    font-size: 58px;
    font-weight: 100;
    color: #bbbbbb;
}

.new__month {
    font-size: 16px;
    font-weight: 500;
    color: #bbbbbb;
}

.new__text {
    width: 337px;
    float: left;
    padding-left: 15px;
    border-left: 2px solid #bbbbbb;
    padding-right: 5px;
    padding-bottom: 5px;
}

.new__title {
    padding: 0 0 7px;
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    color: #0E9538;
    text-align: left;
    letter-spacing: 0;
}

.new__title:after {
    display: none;
}

.new__title a {
    color: #0E9538;
    text-decoration: none;
}

.new__announcement {
    margin-bottom: 7px;
}

.new__link {
    font-weight: 700;
    font-size: 14px;
}

.news-pagination {
    text-align: center;
    margin-bottom: 35px;
}

.news-pagination__item:before {
    display: none!important;
}

.news-pagination__item {
    display: inline-block;
    padding: 0 10px!important;
    font-size: 14px;
    font-weight: 900;
    margin: 0!important;
}

.news-pagination__link {
    color: #0E9538;
    text-decoration: none;
}

.news-pagination__link:hover {
    color: #adadad;
}

.news-pagination__link--active {
    color: #adadad;
}

.news-pagination__link-first {
    top: 2px;
    position: relative;
    display: block;
    width: 13px;
    height: 15px;
    background: url(./images/news-pagination__link-first.png);
}

.news-pagination__link-first:hover,
.news-pagination__link-first--active {
    background: url(./images/news-pagination__link-first-active.png);
}

.news-pagination__link-page-prev {
    top: 2px;
    position: relative;
    display: block;
    width: 9px;
    height: 15px;
    background: url(./images/news-pagination__link-page-prev.png);
}

.news-pagination__link-page-prev:hover,
.news-pagination__link-page-prev--active {
    background: url(./images/news-pagination__link-page-prev-active.png);
}

.news-pagination__link-page-next {
    top: 2px;
    position: relative;
    display: block;
    width: 9px;
    height: 15px;
    background: url(./images/news-pagination__link-page-next.png);
}

.news-pagination__link-page-next:hover,
.news-pagination__link-page-next--active {
    background: url(./images/news-pagination__link-page-next-active.png);
}

.news-pagination__link-last {
    top: 2px;
    position: relative;
    display: block;
    width: 13px;
    height: 15px;
    background: url(./images/news-pagination__link-last.png);
}

.news-pagination__link-last:hover,
.news-pagination__link-last--active {
    background: url(./images/news-pagination__link-last-active.png);
}

.one-new {
    padding-bottom: 0;
}

.one-new__title {
    text-transform: none;
    text-align: left;
    padding-top: 5px;
    padding-bottom: 18px;
    margin-bottom: 0;
}

.one-new__title:after {
    display: none;
}

.one-new__date {
    margin-bottom: 20px;
    font-weight: 300;
    letter-spacing: 0;
    color: #bbbbbb;
}

.one-new__prev {
    width: 383px;
    height: 318px;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
    float: left;
    margin-right: 20px;
    margin-bottom: 5px;
}

img.one-new__prev-pic {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    margin: auto;
    width: auto;
    max-width: 150%;
    min-height: 100%;
    min-width: 100%;
    transform: translate(-50%);
}

.footer {
    /*Прижимаем footer к нижней границе + html: height: 100%; body: position: relative; min-height: 100%; + main: padding-bottom: 148px; + */
    height: 148px;
    position: absolute;
    bottom: 0;
    width: 100%;
    /**/
    background: url(./images/footer-bg_new.jpg) no-repeat;
    background-size: cover;
    height: auto;
    padding: 25px 0;
}

.footer .logo {
    float: left;
    padding-top: 15px;
}

.footer__info {
    float: right;
    width: 700px;
}

.footer__menu {
    display: block;
    width: 100%;
    padding-bottom: 10px;
    border-bottom: 1px solid #ffffff;
}

.footer__contacts {
    padding-top: 20px;
    text-align: center;
}

.footer__contacts p {
    color: #ffffff;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.05em;
    margin-bottom: 10px;
}

.footer__contacts a {
    color: #ffffff;
}

.footer__address {
    text-transform: uppercase;
}

.footer__address a {
    color: #3d3d3d;
}

.footer__scheme {
    text-transform: none;
    font-weight: 500;
    color: #3d3d3d;
}

.footer-menu {
    width: 100%;
}

.footer-menu__list {
    width: 100%;
    display: table;
}

.footer-menu__item {
    display: table-cell;
    text-align: center;
}

.footer-menu__link {
    font-size: 12px;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: 0.075em;
    text-transform: uppercase;
    text-decoration: none;
}

.footer-menu__link:hover {
    text-decoration: underline;
}

.content-table {
    width: 100%;
    border-collapse: collapse;
    border: 0;
}

.content .content-table td {
    border-top: 1px solid #dddddd;
    padding: 8px;
    vertical-align: middle;
    border-right: 0;
}

.content-table tr:nth-child(2n) td {
    background-color: #f9f9f9;
}

.content-table th {
    font-weight: 700;
    padding: 8px;
    vertical-align: middle;
}

.content-table p {
    margin-bottom: 8px;
    text-align: left;
}

.content-table p:last-child {
    margin-bottom: 3px;
}

.table-preparation td:first-child {
    width: 45%;
}

.table-preparation td:nth-child(2) {
    width: 25%;
}

.table-preparation td:last-child {
    width: 30%;
}

/*Подменю*/
.main-menu__submenu {
    display: none;
    position: absolute;
    top: 25px;
    left: 0px;
    z-index: 50;
    width: 100%;
    text-align: left;
}

.main-menu__submenu--open {
    display: block;
}

.submenu {
    list-style: none;
    background-color: #efefef;
    margin-top: 12px;
}

.submenu__item {

}

.submenu__link {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.1em;
    color: #5f5f5f;
    text-transform: uppercase;
    text-decoration: none;
    display: block;
    padding: 15px;
}

.submenu__link:hover,
.submenu__link--active {
    background-color: #e2e2e2;
}

/*Таблица сотрудники*/
.people-tab td:first-child {
    width: 30%;
    text-align: center;
}

.people-tab td:first-child img {
    width: 200px;
    border-radius: 50%;
}

.people-tab td:last-child {
    width: 70%;
}

.people-tab__name {
    font-weight: 700;
    font-size: 1.2em;
}

.people-tab__position {

}

.people-tab__science {
    font-style: italic;
}

.content .people-tab tr:last-child td {
    border-bottom: 1px solid #dddddd;
}
hr {
    border-top: 1px solid #dddddd;
    margin-bottom: 18px;
}

.content .ml {
    margin-left: 20px;
}
.content .mr {
    margin-right: 20px;
}
.last-news {
    padding-bottom: 30px;
}

.production-nav {
    padding-bottom: 20px;
}
.production-nav__row {
    display: flex;
    flex-wrap: wrap;
}
.production-nav__col {
    width: 33.33%;
}
.production-nav__item {
    border-right: 2px solid #ffffff;
}
.production-nav__col:last-child .production-nav__item {
    border-right: 0;
}
.production-nav__link {
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    width: 100%;
    background: #efefef;
    color: #333333;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.5s;
    padding: 15px 10px;
}
.production-nav__link:hover {
    background: #0E9538;
    color: #ffffff;
}

.promo-banner {
    padding-bottom: 25px;
    padding-top: 28px;
}
.promo-banner__inner {
    width: 1180px;
}
.promo-banner__wrap {
    display: block;
}
.promo-banner__picture {
    display: block;
    max-width: 100%;
}

.last-news__inner {
    width: 1180px;
}

@media screen and (max-width:1200px) {
    .promo-banner__inner {
        width: 940px;
    }

    .last-news__inner {
        width: 940px;
    }
}

.footer .footer__privacy-policy {
    font-weight: 300;
    text-decoration: none;
    margin-bottom: 0;
    font-size: 10px;
}

.last-news .news {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
    width: auto;
}

.last-news .new {
    width: calc( 50% - 20px );
    margin-left: 10px;
    margin-right: 10px;
}

.last-news .new__prev {
    width: 100%;
}

.last-news .new__pic {
    height: 100%;
    object-fit: cover;
}

.video {
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  cursor: pointer;
  background: #F5F5F5;
  margin-bottom: 20px;
}
.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.new-table {
    border-collapse: collapse;
    table-layout: fixed;
}
.content .new-table td {
    padding: 10px;
    border: 1px solid #bbbbbb !important;
}
.content .new-table tr:first-child td {
    background: #0E9538;
    color: #ffffff;
}
.content .new-table p {
    text-align: left;
    margin-bottom: 0;
}
.footer__privacy-policy ul {
    list-style: none;
}
       #cookie-consent {
            position: fixed;
            bottom: 0;
            left: 0;
            right: 0;
            background: #f1f1f1;
            padding: 15px;
            box-shadow: 0 -2px 10px rgba(0,0,0,0.1);
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: space-between;
            z-index: 9999;
        }
        
        #cookie-consent p {
            margin: 0;
            font-size: 14px;
            color: #333;
        }
        
        #cookie-consent a {
            color: #0066cc;
            text-decoration: underline;
        }
        
        #cookie-consent button {
            background: #0066cc;
            color: white;
            border: none;
            padding: 8px 15px;
            border-radius: 4px;
            cursor: pointer;
            margin-left: 15px;
            white-space: nowrap;
            margin: 10px;
        }
        
        #cookie-consent button:hover {
            background: #0055aa;
        }
        
        @media (max-width: 768px) {
            #cookie-consent {
                flex-direction: column;
                text-align: center;
            }
            
            #cookie-consent button {
                margin: 10px 0 0 0;
            }
        }