.main-title-new {
    display: block;
    margin: 0 0 40px -6px;
    padding-left: 50px;
    color: #070707;
    font-family: MontserratLight,Arial, Helvetica, sans-serif;
    font-size: 60px;
    font-weight: 100;
}

.main-info-work {
    position:relative;
}
.main-info {
    display: flex;
    position: relative;
    width: 100%;
}
.main-contacts__main-wrap--detail .main-info__left {
    margin-right: -50px;
    height: 500px;
}
.main-info__left {
    width: 60%;
    min-height: 500px;
    overflow: hidden;
}

.main-info_company-policy img {
    width:auto !important;
}
.main-info__right_company-policy {
    position:relative !important;
}
.main-info img {
    display: block;
    width:100%;
}

.main-contacts__main-wrap--detail .main-info__right {
    position: static;
    top: auto;
    left: auto;
    z-index: 1;
}
.main-info__right {
    position: absolute;
    top: 0;
    right: 0;
    padding: 70px 85px;
    width: 720px;
    background-color: #fff;
}
.main-info__right h2 {
    margin-top: 0;
    margin-bottom: 50px;
    color: #070707;
    font-family: MontserratLight,Arial, Helvetica, sans-serif;
    font-size: 40px;
    font-weight: 100;
    line-height: normal;
}
.main-info__right > .brand__description {
    color: #2d2d2d;
    font-family: MontserratRegular,Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
}
.main-info__right p {
    margin-top: 0;
    margin-bottom: 20px;
}
.main-info__right p:last-child {
    margin-bottom: 0;
}
.main-info__right h3 {
    margin-top: 0;
    margin-bottom: 10px;
    font-family: MontserratSemiBold, Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    color: #caa98b;
}
.main-info__right h3:last-child {
    margin-bottom: 0;
}
.main-info__right a {
    position: relative;
    display: block;
    padding-left: 25px;
    color: #2d2d2d;
    font-family: MontserratSemiBold,Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
}
.main-info__right a:hover {
    color: #caa98b;
}
.main-info__right a::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background: url('/images/paper-clip.png') center center / 100% 100% no-repeat;
}
.main-image-wrap {
    position: relative;
    width: 100%;
    height: 100%;
}
.main-image-wrap img {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: inherit;
    min-height: inherit;
    width: auto;
    height: 100%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
.text-and-list {
    margin: auto;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 1790px;
    width: 100%;
}
.text-and-list__wrap {
    margin-top: 100px;
    margin-bottom: 100px;
}
.text-and-list__container {
    display: flex;
    margin-left: auto;
    margin-right: auto;
    max-width: 1440px;
    width: 100%;
}
.text-and-list__column {
    width: 100%;
}
.text-and-list__column:nth-child(2n + 1) {
    margin-right: 30px;
}
.text-and-list__column:nth-child(2n) {
    margin-left: 30px;
}
.text-and-list__column > * {
    margin-top: 16px;
    margin-bottom: 16px;
    color: #3d3d3d;
    font-family: MontserratRegular, Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 2;
}
.text-and-list__column:last-child > * {
    font-size: 18px;
}
.text-and-list__column p {
    margin-top: 0;
}
.text-and-list__column h2 {
    margin-top: 0;
    margin-bottom: 20px;
    margin-left: -6px;
    font-family: MontserratLight, Arial, Helvetica, sans-serif;
    font-size: 60px;
    font-weight: 400;
    line-height: 1.2;
}
.text-and-list__column h3 {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: -6px;
    font-family: MontserratLight, Arial, Helvetica, sans-serif;
    font-size: 40px;
    font-weight: 400;
    line-height: 1.2;
}
.text-and-list__column ul {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    font-size: 18px;
    list-style: none;
}
.text-and-list__column li {
    position: relative;
    margin-bottom: 26px;
    padding-left: 25px;
}
.text-and-list__column li:last-child {
    margin-bottom: 0;
}
.text-and-list__column li::before {
    content: '';
    position: absolute;
    top: 11px;
    left: 0;
    display: block;
    width: 8px;
    height: 8px;
    border: 3px solid #a61c35;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
.text-and-list__column a {
    color: #caa98b;
}
.text-and-list__column a:hover {
    text-decoration: none;
}
.two-image-button {
    margin: auto;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 1790px;
    width: 100%;
}
.two-image-button__wrap {
    margin-top: 100px;
    margin-bottom: 100px;
}
.two-image-button__container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.two-image-button__image {
    position: relative;
    width: 100%;
    max-height: 470px;
    overflow: hidden;
}
.two-image-button__image:first-child {
    padding-right: 45px;
}
.two-image-button__image:last-child {
    padding-left: 45px;
}
.two-image-button__image img {
    width: 100%;
    height: auto;
}
.two-image-button__image p {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: 0;
    margin-bottom: 0;
    padding: 15px;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    text-align: center;
    font-family: MontserratLight, Arial, Helvetica, sans-serif;
    font-size: 60px;
    font-weight: 400;
    color: #fff;
}
.two-image-button__link {
    width: 100%;
    height: 100%;
}
.main-quote {
    margin: auto;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 1790px;
    width: 100%;
}
.main-quote__wrap {
    margin-top: 100px;
    margin-bottom: 100px;
}
.main-quote__container {
    margin-left: auto;
    margin-right: auto;
    max-width: 1440px;
    width: 100%;
}
.main-quote__text {
    font-family: MontserratLight, Arial, Helvetica, sans-serif;
    font-size: 36px;
    font-weight: 400;
    line-height: 1.4;
    color: #3d3d3d;
    background: url('/images/corporate-life/quotes.png') right center / contain no-repeat;
}
.main-quote__text > * {
    width: 80%;
}
.main-quote__text q,
.main-quote__text cite,
.main-quote__text cite > span {
    display: block;
}
.main-quote__text cite {
    margin-top: 40px;
    font-family: MontserratRegular, Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    color: #070707;
}
.main-quote__text cite > span {
    color: #a6a6a6;
    font-size: 16px;
}
.policy {
    margin: auto;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 1790px;
    width: 100%;
}
.policy__main-wrap {
    padding: 20px 15px 100px;
    background-color: #fdf7f2;
}
.policy__main-wrap--security {
    padding-top: 100px;
}
.policy__main-wrap--security .policy__container {
    margin-bottom: 100px;
}
.policy__main-wrap--security .policy__container:last-child {
    margin-bottom: 0;
}
.policy__main-wrap--security .policy__main-info {
    margin-bottom: 0;
}
.policy__main-wrap--security .policy__container:nth-child(2n) .main-info__right {
    right: auto;
    left: 0;
}
.policy__main-wrap--security .policy__container:nth-child(2n) .main-info__left {
    margin-left: auto;
}
.policy__container {
    margin-left: auto;
    margin-right: auto;
    max-width: 1440px;
    width: 100%;
}
.policy__main-info {
    margin-bottom: 50px;
}
.karyera {
    margin: auto;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 1790px;
    width: 100%;
}
.karyera__main-wrap {
    padding: 20px 15px 100px;
    background-color: #fdf7f2;
}
.karyera__main-wrap--many > * {
    margin-bottom: 50px;
}
.karyera__main-wrap--many > :last-child {
    margin-bottom: 0;
}
.karyera__main-wrap--security {
    padding-top: 100px;
}
.karyera__main-wrap--security .karyera__container {
    margin-bottom: 100px;
}
.karyera__main-wrap--security .karyera__container:last-child {
    margin-bottom: 0;
}
.karyera__main-wrap--security .karyera__main-info {
    margin-bottom: 0;
}
.karyera__main-wrap--reverse .karyera__container:nth-child(2n + 1) .main-info__right,
.karyera__main-wrap--security .karyera__container:nth-child(2n) .main-info__right {
    right: auto;
    left: 0;
}
.karyera__main-wrap--reverse .karyera__container:nth-child(2n + 1) .main-info__left,
.karyera__main-wrap--security .karyera__container:nth-child(2n) .main-info__left {
    margin-left: auto;
}
.karyera__container {
    margin-left: auto;
    margin-right: auto;
    max-width: 1440px;
    width: 100%;
}
.priorities {
    margin: auto;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 1790px;
    width: 100%;
}
.priorities__main-wrap {
    padding: 90px 15px 100px;
    background-color: #fdf7f2;
}
.priorities__main-wrap--many > * {
    margin-bottom: 50px;
}
.priorities__main-wrap--many > :last-child {
    margin-bottom: 0;
}
a.main-button,
.main-button a {
    position: relative;
    display: inline-block;
    margin-top: 40px;
    padding: 17px 78px 17px 34px;
    font-family: MontserratSemiBold, Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
    text-decoration: none;
    color: #3d3d3d;
    text-transform: uppercase;
    z-index: 1;
}
a.main-button::before,
.main-button a::before {
    position: absolute;
    top: 50%;
    right: 34px;
    width: 57px;
    height: 100%;
    background: #fdf7f2;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
    z-index: -1;
}
a.main-button::after,
.main-button a::after {
    position: absolute;
    top: 50%;
    right: 44px;
    content: '\e900';
    font-family: 'icomoon', sans-serif;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    font-size: 18px;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
a.main-button:hover,
.main-button a:hover {
    color: #3d3d3d;
}
a.main-button:hover::before,
.main-button a:hover::before {
    width: 100%;
}
a.main-button:hover::after,
.main-button a:hover::after {
    right: 34px;
}
.certificate {
    margin: auto;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 1790px;
    width: 100%;
}
.certificate__wrap {
    margin-top: 100px;
    margin-bottom: 100px;
}
.certificate__container {
    display: flex;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    max-width: 1440px;
    width: 100%;
}
.certificate__image {
    padding-left: 20px;
    padding-right: 20px;
    max-width: 210px;
    width: 100%;
}
.certificate__image img {
    width: 100%;
    height: auto;
}
.certificate__link {
    display: block;
    width: 100%;
    height: 100%;
}
.main-news {
    margin: auto;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 1790px;
    width: 100%;
}
.main-news__main-wrap {
    padding: 20px 15px 0;
}
.main-news__container {
    margin-left: auto;
    margin-right: auto;
    max-width: 1440px;
    width: 100%;
}
.main-news__main {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 100px;
    background-color: #fdf7f2;
}
.main-news__image-wrap {
    position: relative;
    max-width: 50%;
    width: 100%;
    min-height: 450px;
    overflow: hidden;
}
.main-news__image {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 100%;
    width: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
.main-news__text {
    padding: 50px 15px 50px 50px;
    max-width: 720px;
    width: 100%;
    font-family: MontserratLight, Arial, Helvetica, sans-serif;
    font-size: 40px;
    font-weight: 400;
    line-height: 1.2;
    color: #070707;
}
.main-news__text-preview {
    margin-bottom: 50px;
    font-size: 18px;
}
.main-news__date {
    margin-top: 0;
    margin-bottom: 0;
    font-family: MontserratRegular, Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    color: #a6a6a6;
}
.main-news__main-title {
    margin-top: 0;
    margin-bottom: 50px;
    font-weight: 400;
    font-size: inherit;
}
.main-news__link.main-button {
    margin-top: 0;
}
.main-news__link.main-button::before {
    content: '';
    top: 0;
    left: 0;
    background-color: #f9ede3;
}
.main-news__content {
    position: relative;
}
.main-news .news-filter {
    position: absolute;
    top: 0;
    left: 0;
    width: 175px;
    z-index: 1;
}
.main-news .news-filter.news-filter--fixed {
    position: fixed;
    top: 200px;
    left: auto;
}
.main-news .news-filter.news-filter--bottom {
    top: auto;
    bottom: 0;
}
.main-news .news-filter__month.news-filter--current {
    position: relative;
}
.main-news .news-filter__month::before {
    content: '';
    position: absolute;
    margin-top: 7px;
    right: 100%;
    margin-right: 5px;
    width: 0;
    height: 1px;
    background-color: #a9855b;
}
.main-news .news-filter__month.news-filter--current::before {
    width: 100px;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}
.main-news__content {
    display: flex;
}
.main-news-list {
    display: flex;
    flex-direction: column;
    margin-left: 175px;
    padding-bottom: 30px;
    min-height: 485px;
    width: 100%;
}
.main-news__subscribe {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 140px 20%;
    width: 100%;
    background-color: #f9ede3;
}
.main-news__subscribe-title {
    margin-top: 0;
    margin-bottom: 30px;
    font-family: MontserratLight, Arial, Helvetica, sans-serif;
    font-size: 30px;
    font-weight: 400;
    line-height: 1;
    text-align: center;
    color: #3d3d3d;
}
.main-news__subscribe-form {
    position: relative;
    width: 100%;
}
.main-news__subscribe-email {
    display: block;
    margin: 0;
    padding: 15px 50px 15px 0;
    width: 100%;
    background: none;
    border: none;
    border-bottom: 1px solid #d9d9d9;
    outline: none;
    font-family: MontserratRegular, Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
    color: #070707;
}
.main-news__subscribe-email:-webkit-autofill {
    -webkit-box-shadow: inset 0 0 0 50px #f9ede3 !important;
    -webkit-text-fill-color: #070707 !important;
    color: #070707 !important;
}
.main-news__subscribe-send {
    position: absolute;
    top: 50%;
    right: 0;
    margin-left: 0;
    padding: 0;
    width: 35px;
    height: 100%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background: none;
    border: none;
    outline: none;
    font-family: icomoon, sans-serif;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 0;
    color: #a6a6a6;
    cursor: pointer;
}
.main-news__subscribe-send:hover,
.main-news__subscribe-send:focus {
    color: #3d3d3d;
}
.main-news__subscribe-send::before {
    content: '\e900';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 32px;
    height: 32px;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    font-size: 32px;
}
.main-news__subscribe-message {
    margin-top: 15px;
    margin-bottom: 0;
    min-height: 25px;
    font-size: 18px;
    text-align: center;
    color: #caa98b;
}
.main-news__subscribe-message--error {
    color: #3d3d3d;
}
.main-news-list__item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 50px;
}
.main-news-list__image-wrap {
    position: relative;
    flex-shrink: 0;
    max-width: calc(50% - 120px);
    width: 100%;
    padding-bottom: calc(50% - 240px);
    overflow: hidden;
}
.main-news-list__image {
    position: absolute;
    top: 0;
    left: 50%;
    height: auto;
    width: 100%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #fdf7f2;
}
.main-news-list__text {
    padding-left: 25px;
    padding-right: 15px;
    max-width: 655px;
    width: 100%;
    font-family: MontserratLight, Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2;
    color: #070707;
    order: 1;
}
.main-news-list__date {
    margin-top: 0;
    margin-bottom: 20px;
    font-family: MontserratRegular, Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    color: #a6a6a6;
}
.main-news-list__main-title {
    margin-top: 0;
    margin-bottom: 20px;
    font-weight: 400;
    font-size: 40px;
}
.main-news-list__description {
    margin-bottom: 30px;
}
.main-news-list__link.main-button {
    margin-top: 0;
}
.main-news-list__link.main-button::before {
    content: '';
    top: 0;
    left: 0;
    background-color: #f9ede3;
}
.main-news-detail__current-wrap {
    margin-top: 50px;
    margin-bottom: 50px;
    max-width: 1760px;
    background-color: #fdf7f2;
}
.main-news-detail__current {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding: 110px 25px 100px 180px;
    max-width: 1440px;
    font-family: MontserratLight, Arial, Helvetica, sans-serif;
    font-size: 40px;
    font-weight: 400;
    line-height: 1.2;
    color: #3d3d3d;
}
.main-news-detail__date {
    margin-top: 0;
    margin-bottom: 40px;
    font-family: MontserratRegular, Arial, Helvetica, sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 1;
    color: #a6a6a6;
}
.main-news-detail__main-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: inherit;
    font-weight: inherit;
}
.main-news-detail__nav {
    position: absolute;
    top: 0;
    left: 50px;
    display: flex;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.main-news-detail__nav .main-news-detail__link {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    margin-right: 20px;
    width: 55px;
    height: 55px;
    background-color: #caa98b;
    font-family: MontserratRegular, Arial, Helvetica, sans-serif;
    font-size: 70px;
    font-weight: 400;
    line-height: 1;
    text-decoration: none;
    color: #fff;
    border-radius: 50%;
    overflow: hidden;
    cursor: pointer;
}
.main-news-detail__nav .main-news-detail__link.main-news-detail__link--hide,
.main-news-detail__nav .main-news-detail__link.main-news-detail__link--hide:hover {
    background-color: #a6a6a6;
    cursor: default;
}
.main-news-detail__nav .main-news-detail__link:last-child {
     margin-right: 0;
 }
.main-news-detail__nav .main-news-detail__link:hover {
    background-color: #4a483f;
}
.main-news-detail__nav .main-news-detail__link-text {
    margin-top: -14px;
}
.main-news-detail__nav .main-news-detail__link:first-child .main-news-detail__link-text {
    margin-left: -5px;
}
.main-news-detail__nav .main-news-detail__link:last-child .main-news-detail__link-text {
    margin-right: -5px;
}
.main-news-detail__other {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1340px;
    width: 100%;
}
.main-news-more {
    margin-right: 15px;
    padding: 40px 35px;
    min-height: 715px;
    width: 625px;
    background-color: #fdf7f2;
}
.main-news-more.main-news-more--full {
    margin-right: 0;
    width: 100%;
}
.main-news-more__title {
    margin-top: 0;
    margin-bottom: 30px;
    font-family: MontserratSemiBold, Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
    color: #a6a6a6;
}
.main-news-more__image-wrap {
    flex-shrink: 0;
    position: relative;
    margin-right: 30px;
    width: 150px;
    height: 150px;
    background-color: #f9ede3;
    overflow: hidden;
}
.main-news-more__image {
    position: absolute;
    top: 50%;
    left: 50%;
    height: auto;
    width: 100%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
.main-news-more__item {
    display: flex;
    align-items: center;
    margin-bottom: 70px;
}
.main-news-more__item:last-child {
    margin-bottom: 0;
}
.main-news-more__link {
    font-family: MontserratRegular, Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.2;
    text-decoration: none;
    color: #3d3d3d;
}
.main-news-more__link:hover {
    color: #caa98b;
}
.main-news-more__main-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: inherit;
    font-weight: 400;
    color: inherit;
}
.main-news-next {
    position: relative;
    margin-left: 15px;
    width: 625px;
    font-family: MontserratSemiBold, Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    text-decoration: none;
    color: #3d3d3d;
}
.main-news-next__image-wrap {
    position: relative;
    min-height: 715px;
    background-color: #f9ede3;
    overflow: hidden;
}
.main-news-next__image {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: 100%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
.main-news-next__image.main-news-next__image--no-photo {
    width: 100%;
    height: auto;
}
.main-news-next__label {
    margin-top: 35px;
    margin-bottom: 20px;
    padding-right: 15px;
    width: calc(100% - 250px);
    font-family: MontserratSemiBold, Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
    text-transform: uppercase;
    color: #a6a6a6;
}
.main-news-next__title-next {
    margin-top: 0;
    margin-bottom: 0;
    padding-right: 15px;
    width: calc(100% - 250px);
    font-family: MontserratLight, Arial, Helvetica, sans-serif;
    font-size: 30px;
    font-weight: 400;
    line-height: 1.2;
    color: #070707;
}
.main-news-next__link {
    position: absolute;
    bottom: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 75px 15px ;
    width: 40%;
    background-color: #a61c35;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    -webkit-transition: .4s;
    -o-transition: .4s;
    -moz-transition: .4s;
    transition: .4s;
}
.main-news-next__link:hover {
    background-color: #070707;
}
.main-news-next__link-text::after {
    content: '\e900';
    margin-left: 15px;
    font-family: 'icomoon', sans-serif;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}
.main-news-detail__content {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 1340px;
    width: 100%;
    font-family: MontserratRegular, Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    color: #070707;
}
.main-news-detail__content img {
    max-width: 100%;
    height: auto;
}

.thumb-wrap {
    position: relative;
    display: block;
    padding-top: 50%;
}
.main-news-detail__content iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-width: 100%;
    min-height: 100%;
    max-width: 100%;
    max-height: 100%;
}

.agreement {
    margin: 20px auto 100px;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 1760px;
    width: 100%;
}
.agreement__main-wrap {
    margin-left: auto;
    margin-right: auto;
    padding-left: 50px;
    padding-right: 50px;
    max-width: 1440px;
    width: 100%;
}
.agreement__container {
    font-family: MontserratLight, Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2;
    text-align: justify;
    color: #070707;
}
.agreement__container h1 {
    margin-top: 0;
    margin-bottom: 40px;
    margin-left: -6px;
    font-family: MontserratLight, Arial, Helvetica, sans-serif;
    font-size: 60px;
    font-weight: 400;
    line-height: 1;
    text-align: left;
}
.agreement__container p {
    margin-top: 0;
    margin-bottom: 30px;
}
.agreement__container > div {
    padding-left: 20px;
}
.agreement__container li > p {
    margin-top: 15px;
    margin-bottom: 15px;
}
.agreement__container p > b {
    display: block;
    margin-top: 20px;
    margin-bottom: -15px;
}
.agreement__container ol {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    font-size: 16px;
    list-style: none;
}
.agreement__container > ol > li > span {
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: 700;
    text-transform: uppercase;
}
.agreement__container a {
    color: #caa98b;
    text-decoration: none;
}
.agreement__container a:hover,
.agreement__container a:focus {
    text-decoration: underline;
}
.agreements {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    font-family: MontserratLight, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    color: #a6a6a6;
}
.agreements__list {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 240px;
    padding-left: 0;
    list-style: none;
}


.agreements__list {
    margin-right: 30px;
}
.agreements__list:last-child {
    margin-right: 0;
}
.right_agreements__list:last-child {
    margin-right: 70px;
}
.agreements a {
    color: #a6a6a6;
    text-decoration: none;
}
.agreements a:hover,
.agreements a:focus,
.agreements .agreements__list.agreements__list--light a:hover,
.agreements .agreements__list.agreements__list--light a:focus {
    color: #caa98b;
    opacity: 1;
}
.agreements .agreements__list.agreements__list--light a {
    opacity: .5;
}
.agreements .agreements__list.agreements__list--light {
    align-items: flex-start;
    margin-left: 75px;
    margin-right: 0;
}
.agreements__item {
    margin-right: 30px;
    padding-right: 30px;
    border-right: 1px solid #a6a6a6;
}
.agreements__item:last-child {
    margin-right: 0;
    padding-right: 0;
    border: none;
}
.main-search {
    margin: auto;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 1790px;
    width: 100%;
}
.main-search__main-wrap {
    padding: 20px 15px 0;
}
.main-search__container {
    margin-left: auto;
    margin-right: auto;
    max-width: 1440px;
    width: 100%;
}
.main-search__main {
    padding-left: 50px;
    margin-bottom: 100px;
    font-family: MontserratRegular, Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    color: #3d3d3d;
}
.main-search__main-title {
    margin-top: 0;
    margin-bottom: 50px;
    font-weight: 400;
    font-size: inherit;
}
.main-search__form {
    position: relative;
    margin-bottom: 70px;
}
.main-search__field {
    display: block;
    padding: 10px 40px 10px 0;
    width: 100%;
    border-width: 1px;
    border-color: #d9d9d9;
    border-style: none none solid;
    outline: none;
    font-family: MontserratRegular, Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
    color: #070707;
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}
.main-search__button {
    position: absolute;
    top: 50%;
    right: 0;
    padding: 0;
    height: 100%;
    background: none;
    border: none;
    outline: none;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    font-size: 0;
    color: #a6a6a6;
    cursor: pointer;
}
.main-search__button:hover,
.main-search__button:focus {
    color: #3d3d3d;
}
.main-search__button::before {
    content: '\e900';
    width: 32px;
    height: 32px;
    font-family: icomoon, sans-serif;
    speak: none;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.main-search__title-result {
    margin-top: 0;
    margin-bottom: 30px;
    font-family: MontserratLight, Arial, Helvetica, sans-serif;
    font-size: 30px;
    font-weight: 400;
    line-height: 1;
}
.main-search__items {
    margin-bottom: 20px;
}
.main-search__item {
    margin-bottom: 20px;
    padding: 20px;
    background-color: #fdf7f2;
}
.main-search__item:last-child {
    margin-bottom: 0;
}
.main-search__item > * {
    margin-bottom: 15px;
}
.main-search__item > :last-child {
    margin-bottom: 0;
}
.main-search__date {
    font-size: 13px;
}
.main-search__link {
    margin-bottom: 15px;
    font-weight: 700;
    text-decoration: none;
    color: #caa98b;
    cursor: pointer;
}
.main-search__link:hover {
    text-decoration: underline;
}
.main-search__text {
    margin-top: 15px;
    margin-bottom: 15px;
}
.main-search__wrap-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.main-map-site-0 {
    padding-left: 50px;
    list-style: none;
    font-family: MontserratRegular, Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    color: #3d3d3d;
}
.main-map-site-0 a {
    color: inherit;
}
.main-map-site-0 li {
    padding-top: 5px;
    padding-bottom: 5px;
}
.main-map-site-0 a:hover {
    color: #caa98b;
}
@media (max-width: 1800px) {
    .policy {
        padding-left: 0;
        padding-right: 0;
    }
    .karyera {
        padding-left: 0;
        padding-right: 0;
    }
    .main-news {
        padding-left: 0;
        padding-right: 0;
    }
    .main-news .news-filter {
        padding-left: 15px;
        width: 190px;
    }
    .main-news-list {
        margin-left: 190px;
    }
    .main-news__subscribe {
        margin-left: 15px;
        margin-right: 15px;
        width: calc(100% - 30px);
    }
    .main-search {
        padding-left: 0;
        padding-right: 0;
    }
    .priorities {
        padding-left: 0;
        padding-right: 0;
    }
}
@media (max-width: 1600px) {
    .main-news-list__image {
        top: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%);
        -moz-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        -o-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
    }
    .agreements__list {
        flex-direction: row;
    }
}
@media (max-width: 1550px) {
    .agreements {
        flex-direction: column;
        align-items: flex-start;
    }
    .agreements .agreements__list.agreements__list--light {
        margin-left: 0;
    }
    .agreements__list {
        margin-right: 0;
        margin-bottom: 15px;
        flex-direction: column;
    }
    .agreements__list:last-child {
        margin-bottom: 0;
    }
    .agreements__item {
        margin-right: 0;
        margin-bottom: 15px;
        padding-right: 0;
        border-right: none;
    }
    .agreements__item:last-child {
        margin-bottom: 0;
    }
}
@media (max-width: 1350px) {
    .main-title-new {
        padding-left: 0;
    }
    .two-image-button__image:first-child {
        padding-right: 25px;
    }
    .two-image-button__image:last-child {
        padding-left: 25px;
    }
    .two-image-button__image p {
        font-size: 50px;
    }
    .main-news__text {
        padding-left: 15px;
    }
    .main-news-detail__nav {
        left: 15px;
    }
    .main-news-detail__current {
        padding-left: 50px;
    }
    .main-news-detail__main-title {
        font-size: 30px;
    }
    .main-news-detail__date {
        margin-bottom: 30px;
        font-size: 18px;
    }
    .main-search__main {
        padding-left: 0;
    }
}
@media (max-width: 1250px) {
    .main-news__subscribe {
        margin-left: 0;
        margin-right: 0;
        width: 100%;
    }
}
@media (max-width: 1150px) {
    .main-title-new {
        margin-left: 15px;
        margin-right: 15px;
    }
    .main-info {
        flex-direction: column-reverse;
        padding-left: 15px;
        padding-right: 15px;
        min-height: initial;
    }
    .main-info__left {
        min-height: 100%;
        max-height: 70vw;
        width: auto;
    }
    .main-contacts__main-wrap--detail .main-info__left {
        margin-right: 0;
    }
    .main-info__right {
        position: static;
        z-index: 1;
        margin: 0 auto -200px;
        width: 650px;
    }
    .main-image-wrap img {
        position: static;
        top: 0;
        left: 0;
        min-height: 100%;
        width: 100%;
        height: auto;
        -webkit-transform: translateX(0) translateY(0);
        -moz-transform: translateX(0) translateY(0);
        -ms-transform: translateX(0) translateY(0);
        -o-transform: translateX(0) translateY(0);
        transform: translateX(0) translateY(0);
    }
    .text-and-list__wrap {
        margin-top: 70px;
        margin-bottom: 70px;
    }
    .two-image-button__wrap {
        margin-top: 70px;
        margin-bottom: 70px;
    }
    .text-and-list__column:nth-child(2n+1) {
        margin-right: 20px;
    }
    .text-and-list__column:nth-child(2n) {
        margin-left: 20px;
    }
    .text-and-list__column {
        margin-bottom: 20px;
    }
    .text-and-list__column:last-child {
        margin-bottom: 0;
    }
    .text-and-list__column h2 {
        font-size: 40px;
    }
    .text-and-list__column h3 {
        font-size: 35px;
    }
    .text-and-list__column li {
        margin-bottom: 12px;
        line-height: 1.6;
    }
    .text-and-list__container {
        flex-direction: column;
        padding-left: 15px;
        padding-right: 15px;
    }
    .two-image-button__image p {
        font-size: 35px;
    }
    .policy__main-wrap--security .policy__container:nth-child(2n) .main-info__left {
        margin-left: 0;
    }
    .policy__main-wrap {
        padding-left: 0;
        padding-right: 0;
    }
    .karyera__main-wrap--reverse .karyera__container:nth-child(2n + 1) .main-info__left,
    .karyera__main-wrap--security .karyera__container:nth-child(2n) .main-info__left {
        margin-left: 0;
    }
    .karyera__main-wrap {
        padding-left: 0;
        padding-right: 0;
    }
    .main-news__main-wrap {
        padding-left: 0;
        padding-right: 0;
    }
    .main-search__main-wrap {
        padding-left: 0;
        padding-right: 0;
    }
    .priorities__main-wrap {
        padding-left: 0;
        padding-right: 0;
    }
    .certificate__wrap {
        margin-top: 70px;
        margin-bottom: 70px;
    }
    .certificate__image {
        padding-left: 15px;
        padding-right: 15px;
    }
    .main-search__main {
        margin-left: 15px;
        margin-right: 15px;
    }
}
@media (max-width: 1100px) {
    .main-quote__text {
        font-size: 28px;
    }
}
@media (max-width: 1000px) {
    .two-image-button__container {
        flex-direction: column;
    }
    .two-image-button__image {
        max-height: 100%;
    }
    .two-image-button__image:first-child {
        margin-bottom: 50px;
        padding-right: 0;
    }
    .two-image-button__image:last-child {
        padding-left: 0;
    }
    .two-image-button__image p {
        font-size: 60px;
    }
    .policy__main-wrap {
        padding-bottom: 70px;
    }
    .policy__main-wrap--security {
        padding-top: 70px;
    }
    .policy__main-wrap--security .policy__container {
        margin-bottom: 70px;
    }
    .karyera__main-wrap {
        padding-bottom: 70px;
    }
    .karyera__main-wrap--security {
        padding-top: 70px;
    }
    .karyera__main-wrap--security .karyera__container {
        margin-bottom: 70px;
    }
    .priorities__main-wrap {
        padding-top: 60px;
        padding-bottom: 70px;
    }
    .main-news__main {
        display: block;
        margin-bottom: 70px;
        background-color: transparent;
    }
    .main-news__text {
        position: relative;
        margin-left: auto;
        margin-right: auto;
        padding: 70px 85px;
        width: 650px;
        margin-bottom: -100px;
        background-color: #fdf7f2;
        z-index: 1;
    }
    .main-news__image-wrap {
        position: static;
        max-width: 100%;
        min-height: 100%;
    }
    .main-news__image {
        position: static;
        top: 0;
        left: 0;
        width: 100%;
        height: auto;
        transform: none;
    }
    .main-news__content {
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
    }
    .main-news-list {
        margin-left: 0;
        margin-bottom: 70px;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 0;
        min-height: 100%;
    }
    .main-news .news-filter,
    .main-news .news-filter.news-filter--fixed,
    .main-news .news-filter.news-filter--bottom {
        position: relative;
        top: auto;
        bottom: auto;
        right: auto;
        left: auto;
        flex-direction: row;
        justify-content: center;
        flex-wrap: wrap;
        margin-bottom: 70px;
        padding-right: 15px;
        max-width: 750px;
        width: 100%;
    }
    .main-news .news-filter > .news-filter__all-wrap,
    .main-news .news-filter > .news-filter__years {
        flex-shrink: 0;
    }
    .main-news .news-filter__months {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        margin-top: 50px;
    }
    .main-news .news-filter__month {
        margin-left: 7px;
        margin-right: 7px;
        padding-bottom: 10px;
    }
    .main-news .news-filter__month.news-filter--current::before {
        width: 0;
    }
    .main-news .news-filter label,
    .main-news .news-filter button,
    .main-news .news-filter__all-wrap {
        margin-bottom: 0;
    }
    .main-news .news-filter__years {
        position: absolute;
        top: 30px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .main-news .news-filter__year {
        font-size: 16px;
    }
    .main-news .news-filter__years > button {
        font-size: 16px;
    }
    .main-news  button.news-filter__year-prev {
        margin-right: 20px;
    }
    .main-news  button.news-filter__year-next {
        margin-left: 20px;
    }
    .main-news-list__item {
        display: block;
        margin-left: -15px;
        margin-right: -15px;
        width: calc(100% + 30px);
    }
    .main-news-list__item:last-child {
        margin-bottom: 0;
    }
    .main-news-list__text {
        position: relative;
        margin-bottom: -100px;
        margin-left: auto;
        margin-right: auto;
        padding: 70px 85px;
        width: 650px;
        background-color: #fff;
        z-index: 1;
    }
    .main-news-list__image-wrap {
        padding-bottom: 75%;
        max-width: 100%;
    }
    .main-news-detail__current {
        padding-top: 80px;
        padding-bottom: 70px;
    }
    .main-news-detail__other {
        flex-direction: column;
        align-items: center;
    }
    .main-news-more {
        margin-right: 0;
        margin-bottom: 50px;
    }
    .main-news-next {
        margin-left: 0;
    }
    .main-news-next__image-wrap {
        min-height: 100%;
        padding-bottom: 100%;
    }
    .main-news-next__image {
        width: 100%;
        height: auto;
    }
    .main-news-next__label {
        margin-bottom: 20px;
    }
    .main-search__content {
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
    }
    .agreement {
        margin-bottom: 70px;
    }
    .agreement__container h1 {
        font-size: 45px;
    }
    .main-search__main {
        margin-bottom: 70px;
    }
}
@media (max-width: 850px) {
    .main-quote__text {
        font-size: 24px;
    }
    .main-quote__text > * {
        width: 100%;
    }
}
@media (max-width: 700px) {
    .main-title-new {
        margin-bottom: 30px;
        font-size: 30px;
    }
    .main-info {
        padding-left: 0;
        padding-right: 0;
    }
    .main-info__right {
        margin-left: 15px;
        margin-right: 15px;
        padding: 35px 25px;
        width: auto;
    }
    .main-info__right h2 {
        margin-bottom: 30px;
        font-size: 24px;
    }
    .main-info__right p {
        font-size: 14px;
    }
    .main-info__right a {
        font-size: 14px;
    }
    .main-info__right a:hover {
        color: #caa98b;
    }
    .main-info__right a::before {
        width: 16px;
        height: 16px;
    }
    a.main-info__right.main-button:hover,
    .main-info__right.main-button a:hover,
    .main-info__right a.main-button:hover {
        color: #3d3d3d;
    }
    a.main-info__right.main-button::before,
    .main-info__right.main-button a::before,
    .main-info__right a.main-button::before {
        width: 57px;
        height: 100%;
    }
    .main-info__right a.main-button:hover::before {
        width: 100%;
    }
    .text-and-list__wrap {
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .two-image-button__wrap {
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .two-image-button__image:first-child {
        margin-bottom: 20px;
    }
    .text-and-list__column {
        margin-bottom: 20px;
    }
    .text-and-list__column > * {
        font-size: 14px;
    }
    .text-and-list__column:last-child > * {
        font-size: 16px;
    }
    .text-and-list__column h2 {
        font-size: 30px;
    }
    .text-and-list__column h3 {
        font-size: 25px;
    }
    .text-and-list__column li {
        font-size: 16px;
    }
    .two-image-button__image p {
        font-size: 50px;
    }
    .policy__main-wrap {
        padding-bottom: 50px;
    }
    .policy__main-wrap--security {
        padding-top: 50px;
    }
    .policy__main-wrap--security .policy__container {
        margin-bottom: 50px;
    }
    .karyera__main-wrap {
        padding-bottom: 50px;
    }
    .karyera__main-wrap--security {
        padding-top: 50px;
    }
    .karyera__main-wrap--security .karyera__container {
        margin-bottom: 50px;
    }
    .certificate__wrap {
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .certificate__image {
        padding-left: 5px;
        padding-right: 5px;
    }
    .priorities__main-wrap {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .priorities__main-wrap li {
      color: #000000;
    }
    .priorities__main-wrap li span{
      color: #3d3d3d;
    }
    .main-news__main {
        margin-bottom: 50px;
    }
    .main-news__text {
        margin-left: 15px;
        margin-right: 15px;
        margin-bottom: -50px;
        padding: 35px 25px;
        width: calc(100% - 30px);
    }
    .main-news__text-preview {
        margin-bottom: 25px;
        font-size: 14px;
    }
    .main-news-list__text {
        margin-left: 15px;
        margin-right: 15px;
        margin-bottom: -50px;
        padding: 35px 25px;
        width: calc(100% - 30px);
        font-size: 14px;
    }
    .main-news__main-title {
        margin-bottom: 25px;
        font-size: 24px;
    }
    .main-news-list__main-title {
        margin-bottom: 25px;
        font-size: 24px;
    }
    .main-news .news-filter,
    .main-news .news-filter.news-filter--fixed,
    .main-news .news-filter.news-filter--bottom {
        margin-bottom: 50px;
    }
    .main-news-detail__current {
        padding-top: 60px;
        padding-bottom: 50px;
    }
    .main-news-more {
        min-height: 560px;
    }
    .main-news-more__item {
        margin-bottom: 30px;
    }
    .main-news-more__title {
        font-size: 12px;
        margin-bottom: 20px;
    }
    .main-news-more__image-wrap {
        width: 130px;
        height: 130px;
    }
    .main-news-more__link {
        font-size: 18px;
    }
    .main-news-next__label {
        margin-top: 30px;
        width: calc(100% - 190px);
        font-size: 12px;
    }
    .main-news-next__title-next {
        width: calc(100% - 190px);
    }
    .main-news-next__link {
        font-size: 12px;
        padding-left: 30px;
        padding-right: 30px;
        width: auto;
    }
    .main-news__subscribe {
        padding: 100px 10%;
    }
    .main-news__subscribe-title {
        font-size: 24px;
    }
    .main-search__main-title {
        margin-bottom: 25px;
        font-size: 24px;
    }
    .agreement {
        margin-bottom: 50px;
    }
    .agreement__main-wrap {
        padding-left: 0;
        padding-right: 0;
    }
    .agreement__container {
        font-size: 14px;
    }
    .agreement__container h1 {
        margin-bottom: 30px;
        margin-left: -3px;
        font-size: 30px;
    }
    .agreement__container p {
        margin-bottom: 20px;
    }
    .agreement__container ol {
        font-size: 14px;
    }
    .agreement__container > ol > li > span {
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .agreement__container > div {
        padding-left: 0;
    }
    .main-search__main {
        margin-bottom: 50px;
        font-size: 14px;
    }
    .main-search__item {
        padding: 15px;
    }
    .main-search__field {
        font-size: 14px;
    }
    .main-search__date {
        font-size: 12px;
    }
    .main-map-site-0 {
        padding-left: 20px;
        font-size: 14px;
    }
    .main-map-site-0 ul {
        padding-left: 20px;
    }
}
@media (max-width: 650px) {
    .main-news-detail__other {
        padding-left: 15px;
        padding-right: 15px;
    }
    .main-news-more {
        width: 100%;
    }
    .main-news-next {
        width: 100%;
    }
}
@media (max-width: 600px) {
    .two-image-button__image p {
        font-size: 40px;
    }
    .main-quote__text {
        font-size: 18px;
    }
    .main-quote__text q > span {
        font-size: 12px;
    }
    .main-news-list .hlebprom-page-load {
        align-self: center;
    }
    .main-news-list .hlebprom-page-navigation {
        align-self: center;
    }
    .main-news-next__label {
        margin-bottom: 15px;
        font-size: 10px;
    }
    .main-news-next__title-next {
        font-size: 18px;
    }
}
@media (max-width: 500px) {
    .main-info__right > *,
    .main-info__right li,
    .main-info__right p {
        font-size: 12px;
    }
    .brand__description-title {
      font-size: 30px !important;
    }
    .main-info__right a {
        font-size: 12px;
        line-height: normal;
    }
    .main-info__right h3 {
        font-size: 12px;
    }
    .main-info__right h3 {
        margin-bottom: 15px;
    }
    .text-and-list__column:last-child {
        margin-left: 5px;
    }
    .text-and-list__column > *,
    .text-and-list__column li {
        font-size: 12px;
    }
    .two-image-button__image p {
        font-size: 30px;
    }
    .main-news-next__link {
        padding: 60px 15px;
        font-size: 10px;
    }
    .main-news-next__label {
        width: calc(100% - 140px);
    }
    .main-news-next__title-next {
        width: calc(100% - 140px);
    }
    .main-news-more {
        margin-left: -15px;
        margin-right: -15px;
        padding-left: 15px;
        padding-right: 15px;
        min-height: 485px;
        width: calc(100% + 30px);
    }
    .main-news-more.main-news-more--full {
        margin-right: -15px;
        width: calc(100% + 30px);
    }
    .main-news-more__image-wrap {
        margin-right: 15px;
        width: 100px;
        height: 100px;
    }
    .main-news-more__title {
        margin-bottom: 30px;
    }
    .main-news-more__link {
        width: 100%;
        font-size: 16px;
    }
    .main-news__subscribe-title {
        font-size: 20px;
    }
    .main-news__subscribe-email {
        font-size: 14px;
    }
    .main-news__subscribe-send::before {
        font-size: 28px;
    }
    .main-news__subscribe {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .agreement__container h1 {
        margin-left: 0;
        font-size: 24px;
    }
    .agreement__container,
    .agreement__container ol {
        font-size: 12px;
    }
    .agreement__container li > ul {
        padding-left: 20px;
    }
}

.command-slider .owl-stage {
  display: flex;
}

.command-slider__slide {
  padding-left: 50px;
  padding-right: 50px;
  display: -ms-flex;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  font-family: MontserratRegular, Areal, sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
}

.command-slider__name {
  margin-top: 0;
  margin-bottom: 25px;
  font-family: MontserratLight, Arial, sans-serif;
  font-size: 30px;
  font-weight: 400;
  color: #fff;
  text-align: center;
}

.command-slider__position {
  margin-top: 0;
  margin-bottom: 60px;
  font-family: MontserratRegular, Areal, sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  text-align: center;
}

.command-slider__wrap-image {
  display: -ms-flex;
  display: flex;
  margin-top: auto;
}

.command-slider__image {
  margin-top: auto;
}

@media (max-width: 500px) {
  .command-slider__slide {
    padding-left: 30px;
    padding-right: 30px;
  }
  .command-slider__position {
    margin-bottom: 40px;
  }
  .command-slider__wrap-image {
    height: 320px;
  }
  .command-slider__image {
    margin-left: auto;
    margin-right: auto;
    width: auto !important;
    height: 100%;
  }
}
@media (max-width: 400px) {
  .command-slider__slide {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.main-contacts-info__item a {
  text-decoration: none;
  color: inherit;
}

.cookie-notification-modal {
    display: none;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1060;
    padding: 10px;
    line-height: 1.5;
    background: #e2e2e2;
}

.container_cookie {
    margin-right: auto;
    margin-left: auto;
    padding-left: 10px;
    padding-right: 10px;
}
.container_cookie::before {
    content: " ";
    display: table;
}
@media (min-width: 768px) {
    .container_cookie {
        width: 768px;
    }
}
@media (min-width: 992px) {
    .container_cookie {
        width: 972px;
    }
}
@media (min-width: 1200px) {
    .container_cookie {
        width: 1200px;
    }
}


.cookie-agree {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}
.cookie-agree__text {
    line-height: 1.5;
    margin: 0;
    font-family: Leroy Merlin,Arial,sans-serif;
    font-size: 13px;
    letter-spacing: normal;
    color: #000;
}

@media (min-width: 768px) {
    .cookie-agree__text {
        padding-right: 10px;
    }
}
.cookie-agree__button.btn-green {
    background: #a61c35;
    border: 1px solid #a61c35;
}
.cookie-agree__button.btn-green:hover {
    background: #FFFFFF;
}
.cookie-agree__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.cookie-agree__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    font-size: 12px;
    height: 35px;
    border-radius: 4px;
    -webkit-transition: color .3s ease-out,background .3s ease-out;
    transition: color .3s ease-out,background .3s ease-out;
    cursor: pointer;
}

.cookie-agree__button:hover{
    color:#a61c35;
}
.main-quote-margin-bottom {
    margin-bottom:50px;
}
@media (min-width: 768px) {
    .cookie-agree__button {
        width: 140px;
    }
}
.main-carousel {
  max-width: 1760px;
  width: 100%;
  height: 935px;
  overflow: hidden;
}
.main-carousel .owl-stage {
  display: flex;
}
.main-carousel__slide {
  position: relative;
  width: 100%;
  height: 775px;
}
.main-carousel__wrapper {
  height: inherit;
  overflow: hidden;
}
.main-carousel .owl-item .main-carousel__scale {
  height: inherit;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
  opacity: 0;
}
.main-carousel .owl-item.active .main-carousel__scale {
  -webkit-transition: all 6s ease;
  -o-transition: all 6s ease;
  -moz-transition: all 6s ease;
  transition: all 6s ease;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.main-carousel__image {
  width: 100%;
  height: inherit;
}
.main-carousel .owl-prev,
.main-carousel .owl-next {
  display: none;
}
.main-carousel__text-wrap {
  position: absolute;
  left: 0;
  top: 0;
  display: -ms-flex;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: center;
  padding: 55px;
  width: 100%;
  height: 100%;
  font-family: MontserratRegular, Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
}
.main-carousel__company {
  font-size: 14px;
  font-weight: 400;
}
.main-carousel__title {
  margin-top: 35px;
  margin-bottom: 35px;
  font-size: 50px;
  font-weight: 100;
}
.main-carousel__description {
  margin: 0;
  padding: 0;
  max-width: 615px;
  width: 100%;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
}
.main-carousel .owl-item .main-carousel__company,
.main-carousel .owl-item .main-carousel__title,
.main-carousel .owl-item .main-carousel__description {
  position: relative;
  -webkit-transition: all .5s ease-out;
  -o-transition: all .5s ease-out;
  -moz-transition: all .5s ease-out;
  transition: all .5s ease-out;
  -webkit-transform: translateY(25px);
  -moz-transform: translateY(25px);
  transform: translateY(25px);
  opacity: 0;
}
.main-carousel .owl-item.active .main-carousel__company,
.main-carousel .owl-item.active .main-carousel__title,
.main-carousel .owl-item.active .main-carousel__description {
  top: 0;
  -webkit-transition-delay: .6s;
  -moz-transition-delay: .6s;
  -o-transition-delay: .6s;
  transition-delay: .6s;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.main-carousel__link {
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translateY(50%);
  display: flex;
  align-items: center;
  padding: 5px 70px 5px 55px;
  width: 260px;
  height: 200px;
  font-family: MontserratSemiBold, Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  text-transform: uppercase;
  background-color: #a61c35;
  color: #fff;
  text-decoration: none;
  -webkit-transition: .3s;
  -o-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  z-index: 1;
}
.main-carousel__link:hover {
  background-color: #070707;
}
.main-carousel__link::after {
  content: '\e900';
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translate(-100%, calc(-50% + 25px));
  -moz-transform: translate(-100%, calc(-50% + 25px));
  transform: translate(-100%, calc(-50% + 25px));
  font-family: 'icomoon', sans-serif;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all .5s ease-out;
  -o-transition: all .5s ease-out;
  -moz-transition: all .5s ease-out;
  transition: all .5s ease-out;
  opacity: 0;
}
.main-carousel .owl-item.active .main-carousel__link::after {
  -webkit-transform: translate(-100%, -50%);
  -moz-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
  opacity: 1;
  -webkit-transition-delay: .6s;
  -moz-transition-delay: .6s;
  -o-transition-delay: .6s;
  transition-delay: .6s;
}
.main-carousel .owl-item .main-carousel__link-wrap-text {
  position: relative;
  -webkit-transform: translateY(25px);
  -moz-transform: translateY(25px);
  transform: translateY(25px);
  -webkit-transition: all .5s ease-out;
  -o-transition: all .5s ease-out;
  -moz-transition: all .5s ease-out;
  transition: all .5s ease-out;
  opacity: 0;
}
.main-carousel .owl-item.active .main-carousel__link-wrap-text {
  -webkit-transition-delay: .6s;
  -moz-transition-delay: .6s;
  -o-transition-delay: .6s;
  transition-delay: .6s;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.main-carousel__navigation {
  margin-right: 260px;
  margin-top: -160px;
}
.main-carousel__dots {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
.main-carousel__dot {
  position: relative;
  margin-right: 15px;
  padding: 20px 110px 20px 0;
  background-color: #fff;
  font-family: MontserratRegular, Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  list-style: none;
  white-space: nowrap;
  color: #a6a6a6;
  cursor: pointer;
}
.main-carousel__dot.active {
  color: #2d2d2d;
}
.main-carousel__dot::before {
  content: '';
  position: absolute;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: #fff;
}
.main-carousel__dot.active::before {
  height: 10px;
  top: -10px;
}
.main-carousel__time-bar {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.main-carousel__time-bar-overlay {
  width: 100%;
  height: 1px;
  background-color: #ededed;
}
.main-carousel__dot .main-carousel__time-bar-time {
  background-color: #2d2d2d;
  width: 0;
  height: 100%;
  -webkit-transition: width step-start;
  -o-transition: width step-start;
  -moz-transition: width step-start;
  transition: width step-start;
}
.main-carousel__dot.active .main-carousel__time-bar-time {
  width: 100%;
  -webkit-transition: width 7s linear;
  -o-transition: width 7s linear;
  -moz-transition: width 7s linear;
  transition: width 7s linear;
}
.main-carousel__button {
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  transform: translateY(50%);
  margin: 0;
  padding: 5px 85px 5px 55px;
  width: 260px;
  height: 200px;
  border: none;
  outline: none;
  background-color: #a61c35;
  font-family: 'Font Awesome 5 Free', sans-serif;
  font-size: 32px;
  font-weight: 900;
  line-height: 1;
  cursor: pointer;
  z-index: 1;
}
.main-carousel__button-text {
  position: absolute;
  left: 40%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: inline-block;
  font-family: MontserratSemiBold, Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  text-transform: uppercase;
  text-align: left;
  color: #fff;
}
.main-carousel__button::after {
  position: absolute;
  right: 55px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 28px;
  height: 32px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  color: #fff;
}
.main-carousel__button[data-state="play"]::after {
  content: '\f04b';
}
.main-carousel__button[data-state="pause"]::after {
  content: '\f04c';
}
.main-carousel__button:hover {
  background-color: #070707;
}
.main-carousel__button:focus {
  outline: none;
}
.main-carousel__progress {
  display: none;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  width: 100%;
  height: 20px;
}
.main-carousel__progress-bar-wrapper {
  width: 100%;
  background-color: #edebed;
}
.main-carousel__progress-bar {
  width: 0;
  height: 1px;
  background-color: #3d3d3d;
  transition: width;
}
.main-carousel__progress.active .main-carousel__progress-bar {
  width: 100%;
  transition: width 6s linear;
}
.main-carousel__progress-counter {
  margin-left: 20px;
  font-family: MontserratRegular, Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  color: #3d3d3d;
}
@media (max-width: 1510px) {
  .main-carousel {
    height: 760px;
  }
  .main-carousel__slide {
    height: 600px;
  }
}
@media (max-width: 1150px) {
  .main-carousel__slide {
    height: 600px;
  }
  .main-carousel__title {
    font-size: 40px;
  }
}
@media (max-width: 1110px) {
  .main-carousel__video-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    height: 600px;
  }
  .main-carousel__video {
    height: 100%;
    width: auto;
  }
}
@media (max-width: 900px) {
  .main-carousel__description {
    width: 480px;
  }
  .main-carousel__link {
    padding: 5px 50px 5px 35px;
    width: 200px;
    height: 160px;
    font-size: 10px;
  }
  .main-carousel__navigation {
    margin-right: 200px;
  }
  .main-carousel__dot {
    padding: 10px 30px 10px 0;
    font-size: 12px;
    line-height: 2;
  }
  .main-carousel__button {
    padding: 5px 65px 5px 35px;
    width: 200px;
    height: 160px;
    font-size: 24px;
  }
  .main-carousel__button::after {
    right: 50px;
    width: 24px;
    height: 24px;
  }
  .main-carousel__button-text {
    font-size: 10px;
  }
}
@media (max-width: 700px) {
  .main-carousel {
    height: auto;
  }
  .main-carousel__slide {
    height: auto;
  }
  .main-carousel__wrapper {
    height: 310px;
  }
  .main-carousel__text-wrap {
    position: static;
    padding: 20px 0 0;
    color: #070707;
  }
  .main-carousel__link {
    top: 310px;
    bottom: auto;
    transform: translateY(-50%);
    padding: 5px 45px 5px 15px;
    width: 160px;
    height: 120px;
    font-size: 9px;
  }
  .main-carousel__title {
    margin-top: 18px;
    margin-bottom: 18px;
    font-size: 22px;
    color: #caa98b;
  }
  .main-carousel__description {
    padding-right: 20px;
    max-width: 100%;
    width: 100%;
    font-size: 12px;
  }
  .main-carousel__title,
  .main-carousel__company {
    width: calc(100% - 160px);
  }
  .main-carousel__navigation {
    display: none;
  }
  .main-carousel__video-wrap {
    max-height: 310px;
  }
  .main-carousel__video {
    width: 100%;
    height: auto;
  }
  .main-carousel__button {
    top: 310px;
    bottom: auto;
    transform: translateY(-50%);
    padding: 5px 60px 5px 15px;
    width: 160px;
    height: 120px;
  }
  .main-carousel__button::after {
    right: 40px;
  }
  .main-carousel__button-text {
    font-size: 9px;
  }
  .main-carousel__progress {
    display: flex;
  }
}
@media (max-width: 600px) {
  .main-carousel__video {
    width: auto;
    height: 100%;
  }
}
.brand-block {
  margin-left: auto;
  margin-right: auto;
  padding: 0 0 75px 100px;
  max-width: 1342px;
  width: 100%;
  box-sizing: content-box;
}
.brand-block__list {
  display: flex;
  justify-content: space-between;
}
.brand-block__group {
  width: 25%;
  flex-shrink: 0;
}
.brand-block__group--1 .brand-block__item:first-child {
  margin-top: 100%;
}
.brand-block__group--3 .brand-block__item:first-child {
  margin-top: 50%;
}
.brand-block__group--4 .brand-block__item:first-child {
  margin-top: 100%;
}
.brand-block__title {
  margin-bottom: 25px;
  font-family: MontserratLight, sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 1.2;
}
.brand-block__body {
  margin-bottom: 25px;
  padding-right: 30px;
  font-family: MontserratRegular, sans-serif;
  font-size: 16px;
  line-height: 1.6;
}
.brand-block__item:not(.brand-block__item--main) {
  position: relative;
  padding-top: 100%;
}
.brand-block__item--main {
  padding-bottom: 70px;
}
.brand-mobile {
  display: none;
  padding: 0 15px 60px;
}
.brand-mobile__info {
  margin-bottom: 70px;
  padding-left: 15px;
  width: 75%;
}
.brand-mobile__title {
  font-family: MontserratLight, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.2;
}
.brand-mobile__body {
  margin-top: 25px;
  margin-bottom: 25px;
  padding-right: 30px;
  font-family: MontserratRegular, sans-serif;
  font-size: 16px;
  line-height: 1.6;
}
.brand-mobile__list {
  display: flex;
  justify-content: space-between;
}
.brand-mobile__group {
  width: 50%;
  flex-shrink: 0;
}
.brand-mobile__item {
  position: relative;
  padding-top: 100%;
}
.brand-card {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
.brand-card__link {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px;
  width: 100%;
  height: 100%;
  background-color: #a61c35;
  font-family: MontserratRegular, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  color: #fff;
  text-decoration: none;
  opacity: 0;
  transition: all .3s ease-out;
}
.brand-card__link::after {
  content: '\e920';
  position: absolute;
  bottom: 15px;
  right: 40px;
  font-family: icomoon, sans-serif;
  font-size: 40px;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  color: #fff;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  opacity: 0;
}
.brand-card__link:hover,
.brand-card__link:hover::after {
  opacity: 1;
}
.brand-card__image {
  max-width: 120px;
  max-height: 70px;
}
.brand-card__text {
  position: relative;
  margin-top: 30px;
  margin-bottom: 0;
  width: 100%;
  overflow: hidden;
}
.brand-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding-left: 34px;
  padding-right: 34px;
  height: 50px;
  font-family: MontserratSemiBold, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  color: inherit;
  text-transform: uppercase;
  text-decoration: none;
}
.brand-button::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 57px;
  height: 100%;
  background-color: #fdf7f2;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  -moz-transition: all .4s ease;
  transition: all .4s ease;
  z-index: 0;
}
.brand-button::after {
  content: '\e900';
  margin-left: 15px;
  font-family: icomoon, sans-serif;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  color: inherit;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
  z-index: 1;
}
.brand-button:hover::before {
  width: 100%;
}
.brand-button:hover::after {
  margin-left: 25px;
}
.brand-button__text {
  z-index: 1;
}
.brand-mobile__group:nth-child(2n) .brand-mobile__item:first-child {
  margin-top: 50%;
}
@media (max-width: 1800px) {
  .brand-block {
    padding: 0 15px 75px;
    box-sizing: border-box;
  }
}
@media (max-width: 1280px) {
  .brand-card__link {
    padding: 20px;
    font-size: 14px;
    line-height: 1.3;
  }
  .brand-card__link::after {
    bottom: 5px;
    right: 20px;
  }
}
@media (max-width: 1000px) {
  .brand-block {
    display: none;
  }
  .brand-mobile {
    display: block;
  }
  .brand-card__link {
    padding: 40px;
    font-size: 16px;
    line-height: 1.6;
  }
  .brand-card__link::after {
    bottom: 15px;
    right: 40px;
  }
}
@media (max-width: 760px) {
  .brand-mobile__title {
    font-size: 30px;
  }
  .brand-mobile__info {
    padding-left: 0;
    width: auto;
  }
  .brand-mobile__body {
    padding-right: 0;
    font-size: 14px;
  }
  .brand-card__link {
    font-size: 14px;
    line-height: 1.3;
  }
  .brand-card__link::after {
    font-size: 30px;
  }
}
@media (max-width: 480px) {
  .brand-card__link {
    padding: 20px;
    font-size: 14px;
    line-height: 1.3;
  }
  .brand-card__link::after {
    bottom: 5px;
    right: 20px;
    font-size: 20px;
  }
  .brand-card__image {
    max-width: 60px;
    max-height: 35px;
  }
  .brand-card__text {
    margin-top: 15px;
    font-size: 12px;
  }
}
