/* ---------------fonts---------------------- */
@font-face {
	font-family: 'Open Sans';
	src:local('Open Sans Regular'), local('OpenSans-Regular'),
        url('../fonts/OpenSans-Regular.eot'),
		url('../fonts/OpenSans-Regular.eot?#iefix') format('embedded-opentype'),
		url('../fonts/OpenSans-Regular.woff') format('woff'),
		url('../fonts/OpenSans-Regular.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Gilroy';
    src: local('Gilroy Regular'), local('Gilroy-Regular'),
        url('../fonts/Gilroy-Regular.eot'),
        url('../fonts/Gilroy-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gilroy-Regular.woff') format('woff'),
        url('../fonts/Gilroy-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: local('Gilroy Medium'), local('Gilroy-Medium'),
        url('../fonts/Gilroy-Medium.eot'),
        url('../fonts/Gilroy-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gilroy-Medium.woff') format('woff'),
        url('../fonts/Gilroy-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: local('Gilroy SemiBold'), local('Gilroy-SemiBold'),
        url('../fonts/Gilroy-SemiBold.eot'),
        url('../fonts/Gilroy-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gilroy-SemiBold.woff') format('woff'),
        url('../fonts/Gilroy-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: local('Gilroy Bold'), local('Gilroy-Bold'),
        url('../fonts/Gilroy-Bold.eot'),
        url('../fonts/Gilroy-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gilroy-Bold.woff') format('woff'),
        url('../fonts/Gilroy-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* ---------------fonts end---------------------- */

/* ------------------------------------- */

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
a,
button,
span {
    display: inline-block;
}
input,
textarea {
    display: block;
    width: 100%;
}
table {
    width: 100%;
    border-collapse: collapse;
}
a {
    background-color: transparent;
    text-decoration: none;
    color: inherit;
}

.content a:hover{
    color: #CD032A;
}

.content a:visited{
    color: #8D9195;
}

.content a:focus{
    color: #5CA3FF;
}

img {
    border: none;
    max-width: 100%;
    height: auto;
}
a,
button {
    outline: 0;
    cursor: pointer;
}
li {
    list-style: none;
}
button {
    background: 0 0;
    border: none;
}
a,
button,
input,
textarea {
    outline: 0;
    font-weight: inherit;
    -webkit-appearance: none;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
button {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
textarea {
    resize: none;
    outline: 0;
    border: none;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: 0 0;
}
input {
    outline: 0;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: 0;
}
input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
    -webkit-appearance: none;
}
input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: none;
    display: inline-block;
}
input[type="search"]::-webkit-search-cancel-button {
    background: 0 0;
    display: none;
}

[hidden] {
    display: none !important;
}

.slick-list.dragging,
.slick-list.draggable:active:hover,
.slick-list.dragging a,
.slick-list.draggable a:active:hover {
cursor: -webkit-grabbing;
cursor: grabbing;
}


input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  transition: all 5000s ease-in-out 0s;
}

.slick-list.dragging,
.slick-list.draggable:active:hover,
.slick-list.dragging a,
.slick-list.draggable a:active:hover {
cursor: -webkit-grabbing;
cursor: grabbing;
}


.slick-no-transform .slick-track{
    -webkit-transform: none!important;
	-ms-transform: none!important;
	transform: none!important;
    margin-left: 0;
}


/* input[type="text"], input[type="reset"], input[type="submit"], button, select, textarea {
    margin-top:0;
    margin-left:0;
    margin-bottom:0;
    margin-right:0;

    padding-top:0;
    padding-right:0;
    padding-left:0;
    padding-bottom:0;

    font-family:inherit;
    font-size:1em;
    line-height:12px !important;

    border-width:0;
    }

    input,
    button {
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      padding: 0;
} */

/* ------------------------------------- */
body{
    font-family: 'Gilroy';
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #1C242C;
}

body.menu-open{
    overflow: hidden;
    padding-right: 17px;
}

h1{
    font-family: 'Gilroy';
    font-weight: 500;
    font-size: 48px;
    line-height: 62px;
    color: #FFFFFF;
}

h2{
    font-family: 'Gilroy';
    font-weight: 500;
    font-size: 42px;
    line-height: 54px;
}

h3{
    font-family: 'Gilroy';
    font-weight: 500;
    font-size: 36px;
    line-height: 48px;
}

h4{
    font-family: 'Gilroy';
    font-weight: 500;
    font-size: 30px;
    line-height: 40px;
}

h5{
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
}

h6{
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
}

@media(max-width: 991px){
    h1{
        font-size: 28px;
        line-height: 34px;
    }

    h2{
        font-size: 26px;
        line-height: 32px;
    }

    h3{
        font-size: 24px;
        line-height: 30px;
    }

    h4{
        font-size: 21px;
        line-height: 25px;
    }

    h5{
        font-size: 17px;
        line-height: 21px;
    }

    h6{
        font-size: 15px;
        line-height: 19px;
    }

    body{
        font-size: 14px;
        line-height: 20px;
    }
}
/*
.header,
.mp-banner,
.mp-service,
.footer{
    overflow: hidden;
} */

.captcha{
    width: 300px;
    height: 78px;
}



.wrapper{
    width: 100%;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh;
}

main{
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    display: block;
}

header{
    height: 199px;
    background: #1C242C;
    z-index: 10;
    position: relative;
}

.header__tabs{
    background: rgba(255, 255, 255, 0.07);
    padding: 7px 0 0;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.header__nav{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header__nav li:not(:last-child){
    margin-right: 10px;
}

.header__nav-item{
    padding: 9px 15px;
    background: #545A60;
    border-radius: 5px 5px 0px 0px;
    font-family: 'Gilroy';
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #fff;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.header__nav-item.active{
    background: #1C242C;
}

.header__nav-item:not(.active):hover{
    background: #8D9195;
}

.header__main{
    padding: 24px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.header__main-wrapper{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.logo{
    height: 36px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.header__main-mobile-nav{
    display: none;
}

.header.is-fixed .logo{
    height: 30px;
}

.logo img{
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.header__contacts-wrapper{
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header__contacts-phone{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    font-size: 13px;
    line-height: 16px;
    color: #C5C7C9;
    margin-right: 100px;
}
.slider-btn:hover{
    border-color: #8D9195;
}
.phone-number{
    font-weight: 500;
    font-size: 22px;
    line-height: 32px;
    color: #fff;
}

.header.is-fixed .phone-number{
    line-height: 24px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.phone-number:hover{
    color: #FF0032;
}

.btn-question{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 9px 20px;
    border: 1px solid #C5C7C9;
    border-radius: 5px;
    font-weight: 500;
    font-size: 15px;
    line-height: 19px;
    color: #fff;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.footer .btn-question{
    max-width: 180px;
}

.header.is-fixed .btn-question{
    padding: 7px 20px;
}

.btn-question:hover{
    color: #FF0032;
}

.button-icon{
    height: 20px;
    margin-right: 7px;
}

.button-icon img{
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.social-links__wrapper{
    margin-left: 20px;
}

.social-link{
    padding: 5px;
    width: 42px;
    height: 42px;
    border: 1px solid #C5C7C9;
    border-radius: 32px;
    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;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.header.is-fixed .social-link{
    height: 36px;
    width: 36px;
}

.social-link:hover .social-icon svg{
    stroke: #FF0032;
    fill: #FF0032;
}

.social-icon{
    height: 24px;
    width: 24px;
}

.icon {
    stroke-width: 0;
  }

.social-icon svg{
    stroke: #fff;
    fill: #fff;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.tg-margin{
    margin-right: 2px;
}
.header__search-wp{
    margin-left: 10px;
    position: relative;
}

.header__search-wp .form-control{
    position: absolute;
    z-index: 3;
    top: 0;
    left: -274px;
    width: 311px;
    height: 36px;
    border-radius: 10px;
    border: none;
    background: #fff;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    padding: 12px 36px 12px 12px;
}

.header__main.is-search::before{
    position: absolute;
    content: "";
    left: -2000px;
    right: -2000px;
    top: 0;
    bottom: 0;
    z-index: 3;
    background: #1C242C;
}

.header__search-wp .form-control.is-open{
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.header__search-btn.is-active{
    border: none;
    z-index: 4;
    position: relative;
}

.header__search-btn.is-active svg{
    fill: #272E36;
}

.header__search-btn{
    width: 42px;
    height: 42px;
    padding: 5px;
    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;
    cursor: pointer;
    border: 1px solid #C5C7C9;
    border-radius: 32px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.header__search-btn:hover svg{
    stroke: #FF0032;
    fill: #FF0032;
}

.header.is-fixed .header__search-btn{
    width: 36px;
    height: 36px;
}


.header__search-btn svg{
    stroke: #fff;
    fill: #fff;
    height: 20px;
    width: 20px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.header__menu-nav{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.header__menu-nav-item{
    padding: 21px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.header.is-fixed .header__menu-nav-item{
    padding: 16px 0;
}

.header__menu-nav-item:hover .header__menu-nav-link{
    color: #FF0032;
}

.header__menu-nav-item.active .header__menu-nav-link{
    color: #FF0032;
}

.header__menu-nav-item.active .icon-arrow{
    fill: #FF0032;
}

.header__menu-nav-item.active .header__menu-nav-arrow{
    -webkit-transform: scale(-1);
    -ms-transform: scale(-1);
    transform: scale(-1);
    margin-top: 3px;
}

.header__menu-nav-link{
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    color: #FFFFFF;
    position: relative;
}

.header__menu-nav-arrow{
    height: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 5px;
    cursor: pointer;
}

.header__menu-nav-item:hover .icon-arrow{
    fill: #FF0032;
}

.icon-arrow{
    width: 14px;
    height: 14px;
    fill: #fff;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.header__submenu{
    position: absolute;
    top: 199px;
    left: 0;
    right: 0;
    width: 100%;
    z-index: -1;
    background: #272E36;
    -webkit-box-shadow: 0px 0px 40px rgba(34, 34, 34, 0.1);
    box-shadow: 0px 0px 40px rgba(34, 34, 34, 0.1);
    overflow-y: hidden;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    padding: 30px 0 25px;
}

.header__submenu.is-open{
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    z-index: 9;
}

.header__submenu-nav{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}





.header__submenu-nav--morecolumn{
    display: block;
    -webkit-columns: 4;
    -moz-columns: 4;
    columns: 4;
    column-gap: 30px;
}

.header__submenu-nav--lesscolumn{
    display: block;
    -webkit-columns: 3;
    -moz-columns: 3;
    columns: 3;
}

.header__submenu-nav li{
    margin-bottom: 20px;
    max-width: 300px;
    min-height: 44px;
}

.header__submenu-nav-link{
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #FFFFFF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 10;
}

.header__submenu-nav--morecolumn .header__submenu-nav-link{
    min-height: 44px;
}

.header__submenu-nav--align .header__submenu-nav-link{
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header__submenu-nav-link:hover{
    color: #C5C7C9;
}

.overlay{
    position: absolute;
    left: 0;
    right: 0;
    top: 199px;
    width: 100%;
    height: 100vh;
    z-index: 1;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}


.overlay.active{
    visibility: visible;
    pointer-events: auto;
    background: #CCCCCC;
    opacity: .8;
}

.submenu-icon{
    height: 36px;
    max-width: 36px;
    width: 100%;
    display: block;
    margin-right: 10px;
}

.submenu-icon img{
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.social-link--mobile{
    display: none;
}

.header__main-mobile{
    display: none;
}

.header__mobile{
    display: none;
}


.header__main-search-close{
    position: absolute;
    left: -36px;
    top: 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    width: 36px;
    height: 36px;
    border-radius: 32px;
    border: 1px solid #fff;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    cursor: pointer;
}

.header__main-search-close.is-active{
    pointer-events: auto;
    visibility: visible;
    opacity: 1;
    z-index: 4;
    left: 0;
}

.header__main-search-close .icon-close{
    fill: #fff;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.header__main-search-close:hover .icon-close{
    fill: #FF0032;
}

.footer__top-arrow{
    display: none;
}

.footer__top{
    padding: 50px 0 0;
    background: #1C242C;
}

.footer__top-menu{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
    position: relative;
}

.footer__top-menu::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    display: block;
    background: rgba(255, 255, 255, 0.1);
    left: 0;
    top: 50%;
}

.footer__top-menu-item{
    margin-bottom: 66px;
    min-width: 262px;
}

.footer__top-menu-link{
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #FFFFFF;
}

.footer__top-submenu-link{
    font-weight: 400;
    font-size: 15px;
    line-height: 21px;
    color: #FFFFFF;
    width: 100%;
}

.footer__top-submenu-link:hover{
    color: #C5C7C9;
}

.footer__top-submenu-item:not(:last-child){
    margin-bottom: 12px;
}

.footer__top-submenu-item{
    max-width: 262px;
}

.footer__top-submenu-columns{
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    column-fill: auto;
    height: 254px;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
}

.footer__top-contact-phone{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    color: #C5C7C9;
    margin-bottom: 15px;
}

.footer__top .social-links__wrapper{
    margin-left: 0;
    margin-top: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.footer__top .social-link{
    margin-right: 10px;
}

.footer__top-submenu-link .submenu-icon{
    display: none;
}

.footer__bottom{
    margin-top: 0;
    padding: 11px 0;
    background:  #272F37;
}


.footer__bottom-wp{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer__bottom-copy{
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #EEEEEE;
}

.footer__bottom-links{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer__bottom-links li{
    margin-right: 20px;
}

.footer__bottom-link{
    font-size: 14px;
    line-height: 17px;
    color: #EEEEEE;
}

.footer__bottom-link:hover{
    color: #C5C7C9;
}

.footer__bottom-info{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: auto;
}

.footer__bottom-logo{
    height: 35px;
}

.footer__bottom-logo img{
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.header__main-search-close .icon-close{
    width: 35px;
    height: 34px;
}

.header__search-btn.is-active{
    margin-top: -3px;
}

.header__main-search-close{
    top: 3px;
}

.mp-banner{
    padding: 28px 0 30px;
    background: #fff;
}


.mp-banner__wp{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.mp-banner__wp-promo{
    position: relative;
    max-width: 440px;
    margin-left: 30px;
    height: 100%;
    z-index: 1;
    padding: 170px 30px 30px;
    overflow: hidden;
    /* background: url('../img/banner/banner-promo.png') no-repeat;
    background-size: cover; */
}

.mp-banner__wp-promo::after{
    content: "";
    width: 300px;
    height: 300px;
    position: absolute;
    top: -150px;
    right: -150px;
    z-index: 0;
    display: block;
    background: url('../img/banner/promo.svg') no-repeat;
    background-size: cover;
}

.mp-banner__wp-promo::before{
    content: "";
    position: absolute;
    bottom: -150px;
    left: -150px;
    width: 300px;
    height: 300px;
    display: block;
    background: #FF0032;
    z-index: 0;
    clip-path: circle(50%);
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.mp-banner__wp-promo:hover .btn--promo{
    background: #FFF;
    color: #FF0032;
}

.mp-banner__wp-promo:hover::before{
    bottom: -130px;
    left: -112px;
    width: 350px;
    height: 350px;
}


.mp-banner__wp-promo-img{
    position: absolute;
    top: 0;
    left: 0;
    min-height: 360px;
    height: 100%;
    width: 100%;
    z-index: -1;
}

.mp-banner__wp-promo-img::before{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(28, 36, 44, 0.1)), color-stop(57.29%, rgba(14, 17, 21, 0.8)), to(rgba(0, 0, 0, 0.9)));
    background: -o-linear-gradient(top, rgba(28, 36, 44, 0.1) 0%, rgba(14, 17, 21, 0.8) 57.29%, rgba(0, 0, 0, 0.9) 100%);
    background: linear-gradient(180deg, rgba(28, 36, 44, 0.1) 0%, rgba(14, 17, 21, 0.8) 57.29%, rgba(0, 0, 0, 0.9) 100%);
}

.mp-banner__wp-promo-img img{
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.mp-banner__wp-promo-title{
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    color: #FFFFFF;
    margin-bottom: 10px;
    position: relative;
    z-index: 1;
}

.mp-banner__wp-promo-subtitle{
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #EEEEEE;
    margin-bottom: 10px;
    position: relative;
    z-index: 1;
}

.btn{
    padding: 9px 20px;
    border: 1px solid #fff;
    border-radius: 5px;
    font-size: 15px;
    line-height: 19px;
    color: #fff;
    position: relative;
    z-index: 1;
}

.btn:hover{
    background: #fff;
    color: #FF0032;
}

.mp-banner__slide{
    /* padding: 72px 30px 80px; */
    position: relative;
    height: 360px;
    z-index: 1;
}

.mp-banner__wp-slider{
    width: calc(100% - 470px);
}

.mp-banner__slider{
    height: 360px;
}

.mp-banner__slide-img{
    height: 360px;
    width: 100%;

}

.mp-banner__slide-img img{
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.mp-banner__slide-top-tag{
    padding: 6px 20px;
    background: #FF0032;
    border-radius: 30px;
    margin-bottom: 20px;
    max-width: 92px;
    text-align: center;
    font-weight: 700;
    font-size: 15px;
    line-height: 19px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #FFFFFF;
}

.mp-banner__slide-title{
    margin-bottom: 20px;
    max-width: 320px;
    font-weight: 500;
    font-size: 30px;
    line-height: 40px;
    color: #FFFFFF;
}

.mp-banner__slide-bottom-tag{
    padding: 4px 12px;
    background: #FF0032;
    color: #FFF;
    border-radius: 30px;
    max-width: 250px;
    font-size: 18px;
    line-height: 32px;
    max-width: 230px;
}

.slick-dots{
    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;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    position: relative;
    z-index: 1;
}

.slick-dots li{
    width: 20px;
    height: 20px;
    padding: 2px;
    line-height: unset;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}

.slick-dots li button{
    display: block;
    border-radius: 100%;
    background: #fff;
    font-size: 0;
    height: 12px;
    width: 12px;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.slick-dots li.slick-active button{
    background: #FF0032;
}

.slick-dots li:not(:last-child){
    margin-right: 10px;
}

.mp-banner__slider .slick-dots{
    bottom: 20px;
    width: 100%;
    margin-left: 80px;
    width: calc(100% - 160px);
    position: absolute;
}


.section-black-bg{
    background: #1C242C;
}
.mp-service{
    padding: 75px 0 50px;
}

.section-black-bg .section__title{
    color: #fff;
}

.section-more-black-bg .section__title{
    color: #fff;
}

.section-black-bg .section__subtitle{
    color: #C5C7C9;
}

.section__subtitle{
    font-size: 24px;
    line-height: 32px;
    margin-top: 25px;
}

.section__heading{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 45px;
    position: relative;
    z-index: 1;
}


.section__heading-nav{
    margin-left: auto;
}

.mp-service__list{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

.mp-service__item-link{
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
    width: 33.3%;
}

.mp-service__item{
    padding: 30px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    height: 100%;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.mp-service__item:hover{
    border-color: rgba(255, 255, 255, 0.3);
}

.mp-service__item-img{
    width: 64px;
    height: 64px;
    margin-bottom: 20px;
}

.mp-service__item-img img{
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.mp-service__item-name{
    max-width: 310px;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
}


.mp-products{
    padding: 75px 0 80px;
}

.mp-products__slide-wp{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.mp-products__slide-part{
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
}



.mp-products__slide-part:hover:before{
    animation: productsDecor .9s linear;
    animation-iteration-count: 1;
    top: -256px;
    right: -256px;
}

.mp-products__slide-part--circle::before{
    content: "";
    position: absolute;
    top: -141px;
    right: -141px;
    width: 256px;
    height: 256px;
    background: url(../img/svg/circle.svg) no-repeat;
    background-size: cover;
    z-index: 1;
    -webkit-transition: all .9s ease-in-out;
    -o-transition: all .9s ease-in-out;
    transition: all .9s ease-in-out;
}


.mp-products__slide-part--dots::before{
    content: "";
    position: absolute;
    top: -141px;
    right: -141px;
    width: 256px;
    height: 256px;
    background: url(../img/svg/dots.svg) no-repeat;
    background-size: cover;
    z-index: 1;
    -webkit-transition: all .9s ease-in-out;
    -o-transition: all .9s ease-in-out;
    transition: all .9s ease-in-out;
}

.mp-products__slide-part:hover .mp-products__slide-photo img{
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}



.mp-products__slide-part:last-child{
    margin-bottom: 0;
}

.mp-products__slide-photo{
    height: 185px;
    position: relative;
    z-index: 0;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.mp-products__slide-photo::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: block;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(28, 36, 44, 0.2)), color-stop(57.29%, rgba(14, 17, 21, 0.7)), to(rgba(0, 0, 0, 0.85)));
    background: -o-linear-gradient(top, rgba(28, 36, 44, 0.2) 0%, rgba(14, 17, 21, 0.7) 57.29%, rgba(0, 0, 0, 0.85) 100%);
    background: linear-gradient(180deg, rgba(28, 36, 44, 0.2) 0%, rgba(14, 17, 21, 0.7) 57.29%, rgba(0, 0, 0, 0.85) 100%);
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    z-index: 1;
}

.mp-products__slide-part:hover .mp-products__slide-photo::before{
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(28, 36, 44, 0.4)), color-stop(57.29%, rgba(14, 17, 21, 0.85)), to(rgba(0, 0, 0, 0.95)));
    background: -o-linear-gradient(top, rgba(28, 36, 44, 0.4) 0%, rgba(14, 17, 21, 0.85) 57.29%, rgba(0, 0, 0, 0.95) 100%);
    background: linear-gradient(180deg, rgba(28, 36, 44, 0.4) 0%, rgba(14, 17, 21, 0.85) 57.29%, rgba(0, 0, 0, 0.95) 100%);
    z-index: 1;
}

.mp-products__slide-photo img{
    height: 100%;
    width: 100%;
    display: inline-block;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: .9s;
    -o-transition: .9s;
    transition: .9s;

}

.mp-products__slide-text{
    position: absolute;
    left: 30px;
    bottom: 25px;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    color: #FFF;
    z-index: 1;
    max-width: 310px;
}

.mp-products__slide-part:hover .mp-products__slide-text{
    color: #C5C7C9;
}

.mp-products__slider{
    margin-left: -15px;
    margin-right: -15px;
}

.mp-products__slide{
    padding-left: 15px;
    padding-right: 15px;
}


.slider-btn{
    width: 48px;
    height: 48px;
    border-radius: 64px;
    border: 1px solid #EBEBEB;
    margin-left: 10px;
}

.slider-btn > span{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    margin: auto;
}

.slider-btn .icon-arrow{
    fill: #545A60;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}


.slider-btn__prev{
    transform: rotate(90deg);
}

.slider-btn__next{
    transform: rotate(-90deg);
}

.mp-products__slider{
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}

.mp-producers__slider{
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.mp-producers{
    padding: 75px 0 80px;
    position: relative;
    overflow: hidden;
}

.section-black-bg .slider-btn{
    background: #1C242C;
    border-color: #545A60;
}

.section-black-bg .slider-btn:hover{
    border-color: #8D9195;
}

.section-black-bg-decor .slider-btn{
    border: none;
}

.section-black-bg .slider-btn .icon-arrow{
    fill: #fff;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.section-black-bg .slider-btn:hover .icon-arrow{
    fill: #fff;
}


.mp-producers__slide{
    padding-left: 15px;
    padding-right: 15px;
}

.mp-producers__slide-info{
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px;
    overflow: hidden;
}

.mp-producers__slide-info:last-child{
    margin-bottom: 0;
}

.mp-producers__slide-logo{
    height: 50px;
    max-width: 150px;
    margin-bottom: 40px;
    position: relative;
}

.mp-producers__slide-logo::after{
    position: absolute;
    content: "";
    width: 80px;
    height: 1px;
    display: block;
    background: #EBEBEB;
    bottom: -20px;
    left: calc(50% - 40px);
}

.mp-producers__slide-logo img{
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: -webkit-filter .3s;
    transition: -webkit-filter .3s;
    -o-transition: filter .3s;
    transition: filter .3s;
    transition: filter .3s, -webkit-filter .3s;
}

.mp-producers__slide-title{
    font-size: 16px;
    line-height: 19px;
    color: #1C242C;
}


.mp-producers .section__heading::before{
    content: '';
    position: absolute;
    width: 600px;
    height: 450px;
    top: -178px;
    right: -238px;
    background: url('../img/producers/prod-top.svg') no-repeat;
    background-size: cover;
    z-index: -1;
}

.mp-producers .section__heading::after{
    content: "";
    position: absolute;
    bottom: -534px;
    left: -230px;
    width: 600px;
    height: 450px;
    background: url('../img/producers/prod-bottom.svg') no-repeat;
    background-size: cover;
    z-index: -1;
}

.mp-portal{
    padding: 75px 0 80px;
}

.mp-portal__content-list{
    max-width: 629px;
    margin-bottom: 35px;
}

.mp-portal__content-item{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    margin-bottom: 15px;
}

.mp-portal__content-item:last-child{
    margin-bottom: 0;
}


.mp-portal__content-img{
    max-width: 64px;
    width: 100%;
    height: 64px;
    border-radius: 64px;
    background: #EBEBEB;
    margin-right: 15px;
    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;
}

.mp-portal__content-img img{
    height: 32px;
    -o-object-fit: cover;
    object-fit: cover;
}

.mp-portal__content-text{
    font-size: 18px;
    line-height: 27px;
}

.btn-red{
    padding: 14px 35px;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
    background: #FF0032;
    border-radius: 5px;
    font-family: 'Gilroy';
}

.btn-red:hover{
    background: #CF0029;
}

.mp-portal__content{
    position: relative;
}

.mp-portal__content-photo{
    height: 568px;
    position: absolute;
    right: -55px;
    bottom: 0;
}

.mp-portal__content-photo img{
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}


.mp-press__content-info{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 17px 40px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.mp-press__content-title{
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
}

.mp-press__content{
    background: #1C242C;
}

.mp-press__content-more{
    margin-left: auto;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #C5C7C9;
}

.mp-press__content-more:hover{
    color: #fff;
}

.mp-press__slider{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
    background: #1C242C;
}

.mp-press__slide-info{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: calc(100% - 220px);
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.mp-press__slide{
    height: 100%;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    /* border-right: 1px solid rgba(255, 255, 255, 0.1); */
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 30px 40px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
}
.mp-press__slide-wp{
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
}

.mp-press__slide:last-child{
    border-right: 1px solid rgba(255, 255, 255, 0.1)
}

.mp-press__slide-photo{
    height: 260px;
    margin-bottom: 20px;
}

.mp-press__slide-photo img{
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.mp-press__slide-tab{
    padding: 6px 15px;
    background: #FF0032;
    border-radius: 5px;
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    color: #FFFFFF;
    display: inline-block;
    margin-bottom: 10px;
}

.mp-press__slide-tab:hover{
    background: #CF0029;
}

.mp-press{
    padding: 75px 0 80px;
    background: #C5C7C9;
}

.mp-press__slide-title{
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    color: #FFFFFF;
}

.mp-press__slide-info-links{
    margin-bottom: 10px;
}

.mp-press__slide-title:hover{
    color: #C5C7C9;
}

.mp-press__slide-date{
    font-weight: 500;
    font-size: 16px;
    line-height: 23px;
    color: #C5C7C9;
}

.mp-press__slide-date-icon{
    width: 24px;
    height: 24px;
    margin-right: 7px;
}

.mp-press__slide-date-icon img{
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}


.mp-press__slide-date-info{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.mp-press__slide-data{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.mp-press__slide-producer{
    margin-left: auto;
    height: 26px;
    /* max-width: 76px; */
}

.mp-press__slide-producer img{
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.mp-press__news{
    margin-bottom: 30px;
}


.mp-press__news-item{
    position: relative;
    min-height: 300px;
}

.mp-press__news-heading{
    padding: 18px 40px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 1;
    margin-bottom: 93px;
}

.mp-press__news-topic{
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
}

.mp-press__news-more{
    margin-left: auto;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
}

.mp-press__news-more:hover{
    color: #C5C7C9;
}

.mp-press__news-title{
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #FFFFFF;
    margin-bottom: 10px;
}

.mp-press__news-title:hover{
    color: #C5C7C9;
}

.mp-press__news-subtitle{
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #EEEEEE;
    text-overflow: ellipsis;
    display: -moz-box;
    -moz-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-clamp: 2;
    box-orient: vertical;
    overflow: hidden;
}

.mp-press__news-period{
    margin-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.mp-press__news-info{
    position: relative;
    z-index: 1;
    padding: 0 40px;
}

.mp-press__news-date{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.mp-press__news-date-icon{
    height: 20px;
    width: 20px;
    margin-right: 7px;
}

.mp-press__news-date-icon img{
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.mp-press__news-date-time{
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    color: #EEEEEE;
}

.mp-press__news-producer{
    height: 30px;
    max-width: 200px;
    margin-left: auto;
}

.mp-press__news-producer img{
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.mp-press__news-photo{
    height: 300px;
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
}

.fancybox__content{
    height: 540px;
}

.mp-press__news-photo::before{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(28, 36, 44, 0.3)), color-stop(9.38%, rgba(26, 33, 40, 0.5)), color-stop(28.65%, rgba(21, 27, 33, 0.3)), color-stop(57.29%, rgba(14, 17, 21, 0.85)), to(rgba(0, 0, 0, 0.75)));
    background: -o-linear-gradient(top, rgba(28, 36, 44, 0.3) 0%, rgba(26, 33, 40, 0.5) 9.38%, rgba(21, 27, 33, 0.3) 28.65%, rgba(14, 17, 21, 0.85) 57.29%, rgba(0, 0, 0, 0.75) 100%);
    background: linear-gradient(180deg, rgba(28, 36, 44, 0.3) 0%, rgba(26, 33, 40, 0.5) 9.38%, rgba(21, 27, 33, 0.3) 28.65%, rgba(14, 17, 21, 0.85) 57.29%, rgba(0, 0, 0, 0.75) 100%);
}

.mp-press__news-photo img{
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.mp-press__news-item--video .mp-press__news-heading{
    margin-bottom: 107px;
}

.mp-press__news-photo--video::after{
    position: absolute;
    content: "";
    height: 80px;
    width: 80px;
    top: 67px;
    left: calc(50% - 40px);
    display: block;
    background: url('../img/svg/video-play.svg') no-repeat;
    background-size: cover;
}


.mp-press__news-video img{
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.mp-press__table-heading{
    padding: 18px 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.mp-press__table-topic{
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
}

.mp-press__table-more{
    margin-left: auto;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #C5C7C9;
}

.mp-press__table-more:hover{
    color: #fff;
}

.mp-press__table-item{
    padding: 18px 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 23px 40px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    height: 100%;
}

.mp-press__table-date{
    display: flex;
    flex-direction: column;
    margin-right: 20px;
    max-width: 31px;
    color: #C5C7C9;
    font-size: 14px;
    line-height: 18px;
}

.mp-press__table-day{
    color: #FF0032;
    font-size: 24px;
    line-height: 22px;
}

.mp-press__table-news{
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #FFFFFF;
    background: #1C242C;
}

.mp-press__table-news:hover{
    color: #C5C7C9;
}

.row--margin{
    margin-top: -1px;
    margin-left: 1px;
    margin-right: -2px;
}

.row--margin > div[class*=col-]{
    margin: 0 0 -1px -1px;
    padding-left: 0;
    padding-right: 0;
}

.mp-subscribe{
    padding: 75px 0 80px;
    overflow: hidden;
}

.section__heading-naming{
    max-width: 856px;
}

.mp-subscribe__form-wp{
    max-width: 856px;
    position: relative;
}

.mp-subscribe__form-wp form{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.mp-subscribe .form-group{
    min-width: 653px;
    position: relative;
    margin-bottom: 0;
    padding: 0;
}

.form-group.error .form-control{
    border-color: #CF0029;
}

.form-control{
    padding: 16px 40px 12px;
    border-radius: 5px;
    border: 2px solid #C5C7C9;
    height: 50px;
    font-size: 18px;
    line-height: 27px;
}

.mp-subscribe .form-control{
    border-radius: 5px 0px 0px 5px;
}

.form-control-placeholder{
    font-size: 18px;
    line-height: 27px;
    color: #8D9195;
    position: absolute;
    left: 40px;
    top: 11px;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.mp-subscribe__form-wp .form-btn{
    width: 100%;
    margin-bottom: 0;
}

.form-btn--subscribe .btn-red{
    border-radius: 0px 5px 5px 0px;
    width: 100%;
    height: 50px;
    padding: 14px 35px;
}

.mp-subscribe .mp-subscribe__form-photo{
    position: absolute;
    right: -570px;
    bottom: -156px;
    width: 570px;
    height: 617px;
}

.mp-subscribe__form-photo img{
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.form-control-placeholder.is-hide{
    font-size: 14px;
    line-height: 18px;
    top: 1px;
}

.form-control-placeholder.is-active{
    font-size: 14px;
    line-height: 18px;
    top: 1px;
}

.header__search-block{
    position: absolute;
    top: 72px;
    left: 0;
    right: 0;
    width: 100%;
    z-index: -1;
    background: #272E36;
    -webkit-box-shadow: 0px 0px 40px rgba(34, 34, 34, 0.1);
    box-shadow: 0px 0px 40px rgba(34, 34, 34, 0.1);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.header__search-block.is-open{
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
    z-index: 4;
}

.header__search-block::before{
    content: "";
    position: absolute;
    left: -2000pc;
    right: -2000px;
    top: 0;
    bottom: 0;
    display: block;
    z-index: -1;
    background: #272E36;
}


.header__search-block{
    padding: 40px 0;
}

.header__search-input{
    border: 2px solid #8D9195;
    border-radius: 5px;
    padding: 14px 60px 14px 30px;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
    height: 50px;
}

::-webkit-input-placeholder,
:-moz-placeholder,
::-moz-placeholder,
:-ms-input-placeholde,
::-ms-input-placeholder,
::placeholder{
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #999999;
}


.header__search-sumbit{
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    right: 20px;
    padding: 5px;
    z-index: 2;

}

.header__search-sumbit svg{
    width: 24px;
    height: 24px;
    fill: #999999;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.header__search-form form{
    position: relative;
}

.header__search-input:focus{
    border-color: #FF0032;
}

.header__search-input:focus ~ .header__search-sumbit svg{
    fill: #FFF;
}

.header__search-close{
    width: 42px;
    height: 42px;
    padding: 5px;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    border: 1px solid #C5C7C9;
    border-radius: 32px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.header__search-close:hover svg{
    fill: #FF0032;
}

.header__search-close svg{
    stroke: #fff;
    fill: #fff;
    width: 30px;
    height: 30px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.header__search-wp.is-active .header__search-btn{
    display: none;
}

.header__search-wp.is-active .header__search-close{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.header__search-link b{
    font-weight: 500!important;
    font-size: 18px;
    line-height: 22px;
    color: #FF0032;
}

.header__search-result{
    margin-top: 10px;
    padding: 20px 30px;
    background: #1C242C;
    border-radius: 5px;
}

.header__search-link{

    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
    width: 100%;
}

.header__search-item{
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 20px 0;
}


.header__search-item:hover .header__search-link{
    color: #FF0032;
}


.header__search-all-results{
    margin-top: 20px;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
}

.header__search-all-results:hover{
    color: #FF0032;
}


.header.is-fixed .header__tabs{
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    height: 0;
    padding: 0;
}

.header.is-fixed{
    position: fixed;
    top: 0;
    left: 0;
    height: 71px;
    width: 100%;
}

.header.is-fixed .header__main{
    padding: 15px 0;
}

.header.is-fixed .header__menu {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    visibility: hidden;
    pointer-events: none;
    opacity: 0;
    height: 0;
}

.header.is-fixed .header__menu.is-open{
    visibility: visible;
    pointer-events: auto;
    opacity: 1;
    height: auto;
}

.header.is-fixed .header__submenu{
    top: 50px;
}

.header.is-fixed .header__search-block{
    top: 56px;
}

.header.is-fixed.is-submenu-open{
    height: 122px;
}

.header__main-fixed-menu{
    padding: 6px 20px;
    background: #FF0032;
    border-radius: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 700;
    font-size: 15px;
    line-height: 19px;
    color: #FFFFFF;
    cursor: pointer;
    margin-left: 190px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    position: absolute;
    top: -300px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.header.is-fixed .header__main-fixed-menu{
    position: relative;
    top: inherit;
    visibility: visible;
    pointer-events: auto;
    opacity: 1;
}

.header__main-fixed-btn{
    position: relative;
    width: 24px;
    height: 24px;
    font-size: 0;
    outline: none;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    margin-left: 10px;
}

.header__main-fixed-btn span{
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 24px;
    height: 2px;
    background: #fff;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.header__main-fixed-btn span:nth-child(1){
    top: calc(50% - 5px);
    -webkit-transform: translate(-50%, -50%) rotate(0);
    -ms-transform: translate(-50%, -50%) rotate(0);
    transform: translate(-50%, -50%) rotate(0);
}

.header__main-fixed-btn span:nth-child(2){
    opacity: 1;
}

.header__main-fixed-btn span:nth-child(3){
    top: calc(50% + 5px);
    -webkit-transform: translate(-50%, -50%) rotate(0);
    -ms-transform: translate(-50%, -50%) rotate(0);
    transform: translate(-50%, -50%) rotate(0);
}

.header.is-fixed .header__main-fixed-menu.is-open span{
    width: 12px;
}

.header.is-fixed .header__main-fixed-menu.is-open span:nth-child(1){
    -webkit-transform: translate(-50%,-50%) rotate(45deg);
    -ms-transform: translate(-50%,-50%) rotate(45deg);
    transform: translate(-50%,-50%) rotate(45deg);
    top: 50%;
}

.header.is-fixed .header__main-fixed-menu.is-open span:nth-child(2){
    opacity: 0;
}

.header.is-fixed .header__main-fixed-menu.is-open span:nth-child(3){
    -webkit-transform: translate(-50%,-50%) rotate(-45deg);
    -ms-transform: translate(-50%,-50%) rotate(-45deg);
    transform: translate(-50%,-50%) rotate(-45deg);
    top: 50%;
}


.verstka .list-page{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.page-info{
    padding: 30px 0 40px;
    background:  #1C242C;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.breadcrumb{
    margin-bottom: 5px;
}

.breadcrumb__list{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}


.breadcrumb__item{
    position: relative;
    padding-left: 28px;
    line-height: 18px;
}

.breadcrumb__item:first-of-type{
    padding-left: 0;
}

.breadcrumb__item::before{
    content: '';
    position: absolute;
    left: 14px;
    top: 9px;
    width: 4px;
    height: 4px;
    display: block;
    background: #C5C7C9;
    border-radius: 8px;
}

.breadcrumb__item:first-child::before{
    content: none;
}

.breadcrumb__link{
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    color: #C5C7C9;
}

.breadcrumb__link:hover{
    color: #fff;
}

.subscribe{
    padding: 50px 0 80px;
    background: #272E36;
}

.form-group__title{
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    color: #FFFFFF;
    margin-bottom: 15px;
}

.subscribe .form-group{
    margin-bottom: 30px;
    position: relative;
}

.subscribe .form-control{
    border: 2px solid #8D9195;
    border-radius: 5px;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
    padding: 16px 19px 14px;
}

.subscribe .form-control-placeholder{
    position: absolute;
    top: 58px;
    left: 19px;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #C5C7C9;
}

.form-group__radio-input{
    display: none;
}

.form-group__radio-label{
    padding-left: 36px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.form-group__radio-label::before{
    content: "";
    position: absolute;
    display: inline-block;
    top: -3px;
    left: 0;
    width: 24px;
    height: 24px;
    line-height: 24px;
    background-repeat: no-repeat;
    background-position: center;
    border: 2px solid #8D9195;
    border-radius: 24px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.form-group__radio-input[type=radio]:checked + .form-group__radio-label::before{
    border-color: #FF0032;
    background: #FF0032;
    background-image: url(../img/svg/arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
}

.form-group__radio{
    margin-bottom: 10px;
}

.form-group__radio:last-child{
    margin-bottom: 0;
}

.form-group__checkbox{
    margin-bottom: 10px;
}

.form-group__checkbox:last-child{
    margin-bottom: 0;
}

.form-group__checkbox-input{
    display: none;
}

.form-group__checkbox-label{
    padding-left: 36px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.form-group__checkbox-label::before{
    content: "";
    position: absolute;
    display: inline-block;
    top: -3px;
    left: 0;
    width: 24px;
    height: 24px;
    line-height: 24px;
    border-radius: 5px;
    background-repeat: no-repeat;
    background-position: center;
    border: 2px solid #8D9195;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.form-group__checkbox-input[type=checkbox]:checked + .form-group__checkbox-label::before{
    border-color: #FF0032;
    background: #FF0032;
    background-image: url(../img/svg/arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
}

.form-group__text{
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #C5C7C9;
}

.subscribe .btn-red{
    padding: 22px;
    max-width: 300px;
    width: 100%;
    margin-left: auto;
    border-radius: 4px;
    height: 65px;
}


.subscribe .form-control-placeholder.is-hide{
    font-size: 14px;
    line-height: 18px;
    top: 45px;
}

.subscribe .form-control-placeholder.is-active{
    font-size: 14px;
    line-height: 18px;
    top: 45px;
}

.page-404__header{
    padding: 36px 0;
    background: #1C242C;
}

.page-404__header .logo{
    height: 48px;
}

.page-404__body{
    background: #272E36;
    padding: 98px 0;
    width: 100%;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.wrapper--error main{
    display: flex;
}

.content p{
    margin-bottom: 25px;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 25px;
}

.content p:last-child{
    margin-bottom: 0;
}

.content ul{
    padding-left: 30px;
    margin-bottom: 25px;
    /* display: inline-block; */
}
.content ul:last-child{
    margin-bottom: 0;
}

.content ul > li > ul{
    margin-top: 10px;
}

.content ul > li{
    padding-left: 24px;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 24px;
    position: relative;
    list-style-position: inside;
    text-indent: -.5em;
    overflow: hidden;
}
.content ul ul {padding-left: 24px}
.content ul > li::before{
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    display: block;
    background: #FF0032;
    border-radius: 9px;
    left: 0;
    top: 9px;
}

.content ul > li:last-child{
    margin-bottom: 0;
}

.content ul > li > a{
    color: #FF0032;
}

.content ul > li > a:hover{
    color: #CF0029;
}

.page-404__body-img{
    height: 320px;
    margin-bottom: 20px;
}

.page-404__body-img img{
    height: 100%;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.page-404__body h1{
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
}


.search-result{
    padding: 0 0 80px;
}

.search-result__form-wp{
    padding: 0 0 40px;
    background: #1C242C;
    position: relative;
    z-index: 1;
}

.search-result__form-wp::before{
    content: "";
    position: absolute;
    left: -1000px;
    right: -1000px;
    top:0;
    bottom: 0;
    display: block;
    background: #1C242C;
    z-index: 0;
}

.search-result__form{
    position: relative;
    margin-bottom: 25px;
}




.search-result__form-input{
    height: 55px;
    padding: 14px 60px 14px 30px;
    border: 2px solid #8D9195;
    border-radius: 5px;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
}

.search-result__form-input:focus{
    border-color: #FF0032;
    color: #fff;
}

.search-result__form-input:focus ~ .search-result__form-sumbit svg{
    fill: #fff;
}


.search-result__form-sumbit{
    position: absolute;
    top: 0;
    right: 20px;
    width: 55px;
    height: 55px;
    z-index: 2;
}

.search-result__form-sumbit svg{
    width: 24px;
    height: 24px;
    fill: #999999;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.search-result__form-sum{
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #C5C7C9;
    position: relative;
}

.search-result__result{
    padding-top: 50px;
}


.search-result__result-item{
    margin-bottom: 30px;
    border-bottom: 1px solid #C5C7C9;
    padding-bottom: 30px;
}

.search-result__result-item:last-child{
    margin-bottom: 0;
}

.search-result__result-link{
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #1C242C;
    margin-bottom: 10px;
}

.search-result__result-link:hover{
    color: #FF0032;
}

.search-result__result-link b{
    color: #FF0032;
}

.search-result__result-text{
    font-size: 18px;
    line-height: 27px;
    color: #1C242C;
}

.search-result__result-text b{
    color: #FF0032;
}

.search-result__form-result{
    position: absolute;
    padding: 20px 30px;
    background: #272E36;
    border-radius: 5px;
    width: 100%;
    top: 57px;
    left: 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.search-result__form.is-open ~ .search-result__form-result{
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.search-result__form-item{
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 20px 0;
}

.search-result__form-link:hover{
    color: #FF0032;
}

.search-result__form-link{
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
    width: 100%;
}

.search-result__form-link b{
    color: #FF0032;
}

.search-result__form-all-result{
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
}

.search-result__form-all-result:hover{
    color: #FF0032;
}

.fancybox__container{
    --fancybox-bg: rgba(84, 90, 96, 0.8);
}

.carousel__button.is-close{
    width: 42px;
    height: 42px;
    background: #C5C7C9;
}

.carousel__button svg{
    height: 16px;
    width: 16px;
    stroke: #1C242C;
}

.typical-page{
    padding: 50px 0 80px;
}




.content img{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    -o-object-fit: cover;
    object-fit: cover;
}

.content-photo{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
    max-width: 970px;
    margin-bottom: 40px;
    margin-bottom: 40px;
}

.content-photo:last-child{
    margin-bottom: 0;
}

.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6{
    margin-bottom: 25px;
}

.content-photo figcaption{
    padding: 15px;
    background: #C5C7C9;
    text-align: center;
    width: 100%;
}

.no-photo{
    background: #ECECEC;
    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;
    width: 100%;
}

.no-photo img{
    -webkit-transform: scale(.5);
    -ms-transform: scale(.5);
    transform: scale(.5);
    padding: 30px;
    width: auto;
    -o-object-fit: contain!important;
    object-fit: contain!important;
}

.content{
    min-height: 320px;
}

.content img{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
}

.no-photo.typical-content{
    min-height: 400px;
    margin-bottom: 40px;
}

.link-icon{
    height: 11px;
    max-width: 13px;
    display: inline-block;
    line-height: 24px;
}


.link-icon svg{
    fill: #FF0032;
    height: 100%;
    width: 100%;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

a:visited .link-icon svg{
    fill: #8D9195;
}

a:hover .link-icon svg{
    fill: #CD032A;
}

a:focus .link-icon svg{
    fill: #5CA3FF;
}

.content ol{
    margin-bottom: 30px;
    padding-left: 30px;
    counter-reset: num;
}

.content ol > li{
    margin-bottom: 10px;
    position: relative;
    padding-left: 32px;
    font-size: 16px;
    line-height: 24px;
}

.content ol > li::before{
    content: counter(num);
	counter-increment: num;
    position: absolute;
    top: -1px;
    left: 0;
    width: 20px;
    height: 22px;
    background: #FF0032;
    border-radius: 4px;
    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;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #FFFFFF;
}

.content blockquote{
    padding: 40px 30px 40px 69px;
    background: #EBEBEB;
    position: relative;
    margin-bottom: 30px;
}

.content blockquote::before{
    position: absolute;
    content: "";
    top: 40px;
    left: 30px;
    width: 24px;
    height: 24px;
    display: block;
    background: url('../img/svg/blockquote.svg') no-repeat;
    background-size: cover;
}

.content blockquote p{
    margin-bottom: 0;
}


.content .table-responsive{
    margin-bottom: 30px;
}

.table-responsive{
    display: block;
    width: 100%;
    overflow-x: auto
}

.content table{
    border: 1px solid #E1E1E1;
    border-collapse: collapse;
    margin-bottom: 30px;
    overflow: hidden;
    width: 100%;
}

.content table tr{
    border-bottom: 1px solid #E1E1E1;
}

.content table tr > th{
    padding: 20px 30px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #1C242C;
}

.content table tr > td{
    padding: 20px 30px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #545A60;
}

.mp-producers__slider{
    margin: 0 -15px;
}

.mp-products__slider{
    margin: 0 -15px;
}

.products{
    padding: 60px 0 79px;
    background: #C5C7C9;
}

.products__card{
    height: 100%;
}

.products__card .mp-products__slide-part{
    width: 100%;
    margin-bottom: 0;
}

.products__card-desc{
    padding: 20px 30px 25px;
    background: #272E36;
    line-height: 20px;
    color: #C5C7C9;
    height: calc(100% - 185px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: -7px;
}

.mg-bt-30{
    margin-bottom: 30px;
}

.company-about{
    padding: 90px 0 95px;
    background: #272E36;
    position: relative;
    overflow: hidden;
}

.company-about::before{
    position: absolute;
    content: "";
    left: -149px;
    top: -99px;
    width: 400px;
    height: 550px;
    display: block;
    background: url('../img/svg/decor-circles.svg') no-repeat;
    background-size: cover;
    z-index: 0;
}

.company-about::after{
    position: absolute;
    content: "";
    right: -149px;
    top: -135px;
    width: 400px;
    height: 550px;
    display: block;
    background: url('../img/svg/decor-dots.svg') no-repeat;
    background-size: cover;
    z-index: 0;
}

.company-about__info{
    font-size: 22px;
    line-height: 30px;
    color: #FFFFFF;
    max-width: 940px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.question-block{
    padding: 75px 0 80px;
    position: relative;
    overflow: hidden;
}


.question-block::before{
    position: absolute;
    content: "";
    bottom: 0;
    left: -235px;
    width: 800px;
    height: 631px;
    display: block;
    background: url('../img/products/question-pic.png') no-repeat;
    background-size: cover;
    z-index: 0;
}

.form__top{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -5px;
    margin-right: -5px;
}

.form-group{
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-bottom: 10px;
    position: relative;
    padding-left: 5px;
    padding-right: 5px;
    min-width: 50%;
}

.form-control{
    border-color: #8D9195;
    padding: 16px 19px 10px;
    color: #fff;
}

.mp-subscribe__form-wp .form-control{
    color: #545A60;
}

.form-control-placeholder{
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #545A60;
    left: 19px;
    top: 15px;
}

.form-control-placeholder.is-hide{
    top: 2px;
    font-size: 13px;
    line-height: 15px;
}

.form-control-placeholder.is-active{
    top: 2px;
    font-size: 13px;
    line-height: 15px;
}

.form-btn{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 22px;
}

form .btn-red{
    margin-left: auto;
    padding: 22px 129px;
    border-radius: 4px;
    height: 65px;
    width: auto;
}

.form-checkbox{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.form-checkbox__input{
    position: relative;
    max-width: 20px;
    width: 100%;
    height: 20px;
    border-radius: 4px;
    top: 0;
    left: 0;
    display: inline-block;
    cursor: pointer;
}

.form-checkbox__input::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    border-radius: 5px;
    background: transparent;
    border: 2px solid #8D9195;
    border-radius: 5px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.form-checkbox__input:checked::before{
    background: url('../img/svg/arrow.svg') no-repeat center center, #FF0032;
    border-color: #FF0032;
}

.form-checkbox__label{
    padding-left: 24px;
    font-size: 12px;
    line-height: 16px;
    color: #C5C7C9;
    cursor: pointer;
}

.form-checkbox__label > a{
    color: #fff;
    text-decoration: underline;
}

textarea.form-control {
    min-height: 100px;
}

.products-detail__block-photo{
    height: 260px;
    border-bottom-right-radius: 640px;
    border-top-right-radius: 640px;
    position: relative;
    overflow: hidden;
}

.products-detail__block-photo::before{
    position: absolute;
    content: "";
    width: 240px;
    height: 240px;
    display: block;
    background: url('../img/svg/circle.svg') no-repeat;
    background-size: cover;
    left: -120px;
    bottom: -120px;
}

.products-detail__block--gray-bg .products-detail__block-photo::before{
    background: url('../img/svg/dots.svg') no-repeat;
    background-size: cover;
    left: inherit;
    bottom: -120px;
    right: -120px;
}

.products-detail__block-photo img{
    width: 100%;
    height: 100%;
    border-bottom-right-radius: 640px;
    border-top-right-radius: 640px;
    -o-object-fit: cover;
    object-fit: cover;
}

.products-detail__block--gray-bg .products-detail__block-photo{
    border-bottom-left-radius: 640px;
    border-top-left-radius: 640px;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.products-detail__block--gray-bg .products-detail__block-photo img{
    border-bottom-left-radius: 640px;
    border-top-left-radius: 640px;

    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.products-detail__block{
    padding: 40px 0;
}

.products-detail__block-text p{
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
    color: #1C242C;
    margin-bottom: 22px;
}

.products-detail__block-text p:last-child{
    margin-bottom: 0;
}

.products-detail__block--gray-bg{
    background: #C5C7C9;
}

.service-block__slide-inner{
    padding: 30px;
    border: 1px solid #EBEBEB;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}



.service-block__slide-icon{
    height: 64px;
    max-width: 64px;
    width: 100%;
    margin-right: 25px;
    color: #CD032A;
    display: flex;
}

.service-block__slide-icon img{
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.service-block__slide-text{
    font-size: 18px;
    line-height: 22px;
    color: #1C242C;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.service-block__slider{
    margin: 0 -15px;
}

.service-block__slide{
    padding: 0 15px;
}


.service-block__slide:hover .service-block__slide-inner{
    border-color: #CCCCCC;
}

.service-block__slide:hover .service-block__slide-text{
    color: #FF0032;
}

.service-block{
    padding: 75px 0 80px;
}


.mp-producers__slide-info:hover .mp-producers__slide-logo img{
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    -webkit-transition: -webkit-filter .3s;
    transition: -webkit-filter .3s;
    -o-transition: filter .3s;
    transition: filter .3s;
    transition: filter .3s, -webkit-filter .3s;
}




.mp-producers__slide-title{
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.mp-producers__slide-info:hover .mp-producers__slide-title{
    color: #545A60;
}

.viewed-block{
    padding: 75px 0 80px;
}

.viewed-block__slide-photo{
    height: 185px;
    position: relative;
    z-index: 0;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.viewed-block__slide-photo img{
    height: 100%;
    width: 100%;
    display: inline-block;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: .9s;
    -o-transition: .9s;
    transition: .9s;
}

.viewed-block__slide-photo::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: block;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(28, 36, 44, 0.2)), color-stop(57.29%, rgba(14, 17, 21, 0.7)), to(rgba(0, 0, 0, 0.85)));
    background: -o-linear-gradient(top, rgba(28, 36, 44, 0.2) 0%, rgba(14, 17, 21, 0.7) 57.29%, rgba(0, 0, 0, 0.85) 100%);
    background: linear-gradient(180deg, rgba(28, 36, 44, 0.2) 0%, rgba(14, 17, 21, 0.7) 57.29%, rgba(0, 0, 0, 0.85) 100%);
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    z-index: 1;
}

.viewed-block__slide-wp:hover .viewed-block__slide-photo::before{
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(28, 36, 44, 0.4)), color-stop(57.29%, rgba(14, 17, 21, 0.85)), to(rgba(0, 0, 0, 0.95)));
    background: -o-linear-gradient(top, rgba(28, 36, 44, 0.4) 0%, rgba(14, 17, 21, 0.85) 57.29%, rgba(0, 0, 0, 0.95) 100%);
    background: linear-gradient(180deg, rgba(28, 36, 44, 0.4) 0%, rgba(14, 17, 21, 0.85) 57.29%, rgba(0, 0, 0, 0.95) 100%);
}

.viewed-block__slide-wp:hover .viewed-block__slide::after{
    animation: productsDecor .9s linear;
    animation-iteration-count: 1;
    top: -256px;
    right: -256px;
}

.viewed-block__slide-wp:hover .viewed-block__slide-photo img{
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.viewed-block__slide-wp:hover .viewed-block__slide-text{
    color: #C5C7C9;
}

.viewed-block__slider{
    margin: 0 -15px;
}

.viewed-block__slide-wp{
    position: relative;
    padding: 0 15px;
}

.viewed-block__slide{
    position: relative;
    overflow: hidden;
}

.viewed-block__slide--circle-decor::after{
    content: "";
    position: absolute;
    top: -141px;
    right: -141px;
    width: 256px;
    height: 256px;
    background: url(../img/svg/circle.svg) no-repeat;
    background-size: cover;
    z-index: 1;
    -webkit-transition: all .9s ease-in-out;
    -o-transition: all .9s ease-in-out;
    transition: all .9s ease-in-out;
}

.viewed-block__slide--dots-decor::after{
    content: "";
    position: absolute;
    top: -141px;
    right: -141px;
    width: 256px;
    height: 256px;
    background: url(../img/svg/dots.svg) no-repeat;
    background-size: cover;
    z-index: 1;
    -webkit-transition: all .9s ease-in-out;
    -o-transition: all .9s ease-in-out;
    transition: all .9s ease-in-out;
}

.viewed-block__slide-text{
    position: absolute;
    left: 30px;
    bottom: 25px;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    color: #FFF;
    z-index: 1;
    max-width: 310px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.viewed-block.section-black-bg .slider-btn{
    border-color: #545A60;
}

.back-block{
    padding: 35px 0;
    background: #272E36;
}

.back-block__btn{
    padding: 19px 30px 19px 46px;
    border: 1px solid #C5C7C9;
    font-family: 'Open Sans';
    font-size: 18px;
    line-height: 25px;
    color: #C5C7C9;
    position: relative;
    max-width: 400px;
}

.back-block__btn::before{
    position: absolute;
    content: "";
    top: 27px;
    left: 30px;
    width: 9px;
    height: 9px;
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
    border-top: 2px solid #C5C7C9;
    border-right: 2px solid #C5C7C9;
    border-radius: 2px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.back-block__btn:hover{
    color: #FFFFFF;
}


.back-block__btn:hover::before{
    border-top-color: #fff;
    border-right-color: #fff;
}

.block-filter{
    padding: 38px 0;
    background: #272E36;

}

.producers__list-wp{
    padding: 80px 0;
}

.block-filter__select{
    padding: 14px 57px;
    border: 2px solid #8D9195;
    border-radius: 5px;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
    cursor: pointer;
    position: relative;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.block-filter__select::after{
    position: absolute;
    content: "";
    top: 20px;
    right: 25px;
    width: 9px;
    height: 9px;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    border-top: 2px solid #545A60;
    border-right: 2px solid #545A60;
    border-radius: 2px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;

}

.block-filter__select-list{
    padding: 15px 20px;
}

.filter-item{
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 15px 0;
}

.filter-item span{
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.filter-item:hover span{
    color: #FF0032;
}

.filter-item:last-child{
    border-bottom: none;
}

.block-filter__select-list{
    position: absolute;
    top: 52px;
    left: 0;
    background: #272E36;
    border-radius: 5px;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    width: 100%;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}


.block-filter__select.is-open::after{
    top: 24px;
    border-color: #C5C7C9;
    -webkit-transform: rotate(135deg) scale(-1);
    -ms-transform: rotate(135deg) scale(-1);
    transform: rotate(135deg) scale(-1);
}

.block-filter__select.is-open{
    border-color: #FF0032;
}

.filter-item.is-active span{
    color: #FF0032;
}

.block-filter.is-active .block-filter__select-list{
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    z-index: 10;
}
/* .block-filter__select-list.is-open{
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    z-index: 10;
} */

.producers{
    background: #C5C7C9;
}

.producers__list{
    margin: 0 -15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.producers__list-item-wp{
    padding: 0 15px;
    width: 20%;
    margin-bottom: 30px;
}

.producers__list-item{
    padding: 30px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}

.producers__list-photo{
    height: 50px;
    margin-bottom: 40px;
    position: relative;
}

.producers__list-photo::after{
    position: absolute;
    content: "";
    bottom: -20px;
    width: 80px;
    height: 1px;
    display: block;
    background: #EBEBEB;
    left: calc(50% - 40px);
}

.producers__list-photo img{
    -webkit-filter: grayscale(100%) contrast(0.2) invert(1);
    filter: grayscale(100%) contrast(0.2) invert(1);
    -webkit-transition: -webkit-filter .3s;
    transition: -webkit-filter .3s;
    -o-transition: filter .3s;
    transition: filter .3s;
    transition: filter .3s, -webkit-filter .3s;
    height: 100%;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.producers__list-item:hover .producers__list-photo img{
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}

.producers__list-item:hover .producers__list-title{
    color: #545A60;
}

.producers__list-title{
    font-size: 16px;
    line-height: 19px;
    color: #1C242C;
    height: calc(100% - 90px);
    text-align: center;
}


.producers-detail{
    padding: 60px 0;
    background: #C5C7C9;
}

.producers-detail__card-logo-wp{
    padding: 40px 25px;
    background: #fff;
}

.producers-detail__card-logo{
    height: 80px;
}

.producers-detail__card-logo img{
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.producers-detail__card-info{
    padding: 45px 30px 30px;
    background: rgba(255, 255, 255, 0.6);
}

.producers-detail__card-list{
    max-width: 270px;
}

.producers-detail__card-item{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 19px;
    color: #1C242C;
}

.producers-detail__card-item:last-child{
    margin-bottom: 0;
}

.producers-detail__card-icon{
    max-height: 16px;
    max-width: 16px;
    width: 100%;
    display: block;
    margin-right: 7px;
}

.producers-detail__card-icon img{
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.producers-detail__card-link{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}

.producers-detail__card-link:hover{
    color: #FF0032;
}

.producers-detail__info-title{
    font-size: 20px;
    line-height: 29px;
    color: #1C242C;
    margin-bottom: 25px;
}

.blockquote{
    padding-left: 42px;
    position: relative;
    margin-bottom: 25px;
    font-weight: 500;
}

.blockquote::before{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 32px;
    height: 32px;
    display: block;
    background: url('../img/svg/blockquote-gr.svg') no-repeat;
    background-size: contain;
}
.producers-detail__info-desc{
    font-size: 16px;
    line-height: 24px;
    color: #1C242C;
    margin-bottom: 15px;
}

.producers-detail__info-desc.hide-text{

    height: 72px;
    overflow: hidden;
}

.fixed-body{
    position: fixed;
    width: 100%;
}



.producers-detail__info-desc-more{
    position: relative;
}

.producers-detail__info-desc-more::after{
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    bottom: 3px;
    left: 0;
    display: block;
    background: #1C242C;
}





.mp-producers .slider-btn:hover{
    border-color: transparent;
}


.section-black-bg{
    background: #1C242C;
}


.section-black-bg .service-block__slide-text{
    color: #FFFFFF;
}

.section-black-bg .service-block__slide:hover .service-block__slide-inner{
    border-color: rgba(255, 255, 255, 0.3);
}

.section-black-bg .service-block__slide:hover .service-block__slide-text{
    color: #C5C7C9;
}


.manager{
    padding: 75px 0 80px;
}

.manager__slide-photo{
    height: 160px;
    width: 160px;
}

.manager__slide-photo img{
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.manager__slide-info{
    padding: 40px 30px;
    border: 1px solid #E1E1E1;
    border-left: none;
    width: calc(100% - 160px);
}

.manager__slide-title{
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #1C242C;
    margin-bottom: 10px;
}

.manager__slide-icon{
    max-height: 16px;
    max-width: 16px;
    width: 100%;
    display: block;
    margin-right: 7px;
}

.manager__slide-icon img{
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.manager__slide-contact{
    font-size: 16px;
    line-height: 19px;
    color: #545A60;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
}

.manager__slide-contact:last-child{
    margin-bottom: 0;
}

.manager__slide-contact:hover{
    color: #FF0032;
}

.manager__slide-inner{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.manager__slider{
    margin: 0 -15px;
}

.manager__slide{
    padding: 0 15px;
}

.vendor-news{
    padding: 75px 0 80px;
}

.vendor-news__slide-news .mp-press__table-item:last-of-type{
    margin-top: -1px;
}

.slider-btn:hover .icon-arrow{
    fill: #1C242C;
}


.section-black-bg-decor .slider-btn:hover .icon-arrow{
    fill: #C5C7C9;
}



.vendor-news__slider .slick-list{
    margin-right: -1px;
    padding: 1px;
}

.vendor-news__slider .slick-slide{
    margin-right: -1px;
}

.vendor-news__slider{
    margin-right: -1px;
}

.section-more-black-bg{
    background: #131920;
}


.service__card{
    padding: 30px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
}

.service__card-title{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 18px;
    line-height: 22px;
    color: #1C242C;
    margin-bottom: 20px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.service__card-icon{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 64px;
    max-width: 64px;
    width: 100%;
    margin-right: 25px;
}

.service__card-text{
    height: calc(100% - 64px);
    font-size: 15px;
    line-height: 23px;
    color: #1C242C;
}

.service__card:hover .service__card-title{
    color: #FF0032;
}

.service{
    padding: 0 0 80px;
}

.company-about--gray-bg{
    background: #C5C7C9;
}

.company-about--gray-bg .company-about__info{
    color: #1C242C;
}

.service-detail .products-detail__block-photo{
    height: 240px;
}

.service-detail .products-detail__block-photo::before{
    background: url('../img/svg/dots.svg') no-repeat;
    background-size: cover;
}

.work-stage{
    padding: 64px 0 80px;
}

.work-stage__wp{
    margin: 0 -15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.work-stage__block{
    padding: 0 15px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.work-stage__block-icon{
    height: 64px;
    width: 64px;
}

.work-stage__block-icon img{
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.work-stage__block-text{
    font-size: 15px;
    line-height: 22px;
    color: #C5C7C9;
}

.work-stage__block-title{
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
    margin-bottom: 10px;
}

.work-stage__block-number{
    margin-bottom: 20px;
    position: relative;
}

.work-stage__block-number::after{
    position: absolute;
    content: "";
    width: calc(100% - 94px);
    height: 2px;
    border-top: 2px dashed #C5C7C9;
    right: 0;
    top: calc(50% - 5px);
}

.work-stage__block:last-of-type .work-stage__block-number::after{
    content: none;
}

.section-gray-stripe{
    position: relative;
}

.section-gray-stripe::before{
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    top: 0;
    display: block;
    background: #E1E1E1;
}


.service-another{
    padding: 75px 0 80px;
    overflow: hidden;
}

.service-another__slider{
    margin: 0 -15px;
    position: relative;
    z-index: 1;
}

.service-another__slide{
    padding: 0 15px;
}

.service-another .service__card{
    background: #272E36;
}

.service-another .service__card-title{
    color: #fff;
}

.service-another .service__card-text{
    color: #C5C7C9;
}

.service-another .service__card:hover .service__card-title{
    color: #C5C7C9;
}

.service-another .section__heading::after{
    content: "";
    position: absolute;
    bottom: -534px;
    left: -230px;
    width: 600px;
    height: 450px;
    background: url(../img/producers/prod-bottom.svg) no-repeat;
    background-size: cover;
    z-index: -1;
}

.service-another .section__heading::before{
    content: '';
    position: absolute;
    width: 600px;
    height: 450px;
    top: -178px;
    right: -238px;
    background: url(../img/producers/prod-top.svg) no-repeat;
    background-size: cover;
    z-index: -1;
}

.section-black-bg{
    color: #fff;
}

.about-intra{
    padding: 70px 0;
    color: #fff;
    background: #272E36;
}

.about-intra__title{
    max-width: 462px;
    font-size: 22px;
    line-height: 30px;
}

.about-diff{
    padding: 75px 0 70px;
    background: #C5C7C9;
    overflow: hidden;
}

.about-diff__item{
    background: #272E36;
    padding: 30px;
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
}

.about-diff__item-title{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
    margin-bottom: 20px;
}

.about-diff__item-icon{
    display: inline-block;
    margin-right: 20px;
    height: 64px;
    max-width: 64px;
    width: 100%;
}

.about-diff__item-icon img{
    height: 100%;
    object-fit: cover;
}

.about-diff__item-text{
    font-size: 16px;
    line-height: 22px;
    color: #C5C7C9;
}


.about-diff__info{
    max-width: 920px;
    margin-left: auto;
    position: relative;
    z-index: 1;
    margin-top: 35px;
}

.about-diff .section__heading::before{
    content: '';
    position: absolute;
    width: 600px;
    height: 450px;
    top: -178px;
    right: -238px;
    background: url(../img/producers/prod-top.svg) no-repeat;
    background-size: cover;
    z-index: -1;
}

.about-diff .section__heading::after{
    content: "";
    position: absolute;
    bottom: -618px;
    left: -230px;
    width: 600px;
    height: 450px;
    background: url(../img/producers/prod-bottom.svg) no-repeat;
    background-size: cover;
    z-index: -1;
}


.division{
    padding: 75px 0 80px;
}

.heading__desc{
    margin-bottom: 30px;
}

.division__block{
    margin-bottom: 30px;
}

.division__block:last-of-type{
    margin-bottom: 0;
}

.division__block-wp{
    background: #272E36;
    padding: 30px;
}

.division__block-photo{
    height: 189px;
    width: 100%;
    border-radius: 0 290px 290px 0;
    margin-right: 30px;
    position: relative;
    overflow: hidden;
}

.division__block-photo img{
    height: 100%;
    width: 100%;
    border-radius: 0 290px 290px 0;
    -o-object-fit: cover;
    object-fit: cover;
}

.division__block-photo.circle-decor::before{
    position: absolute;
    content: "";
    width: 200px;
    height: 200px;
    display: block;
    left: -100px;
    bottom: -100px;
    background: url('../img/svg/circle.svg') no-repeat;
    background-size: cover;
}

.division__block-photo.dots-decor::before{
    position: absolute;
    content: "";
    width: 200px;
    height: 200px;
    display: block;
    right: -100px;
    bottom: -100px;
    background: url('../img/svg/dots.svg') no-repeat;
    background-size: cover;
}

.division__block-photo.dots-decor{
    border-radius: 290px 0 0 290px;
}

.division__block-photo.dots-decor img{
    border-radius: 290px 0 0 290px;
}


.division__block__block-text{
    font-size: 15px;
    line-height: 22px;
    color: #C5C7C9;

}

.division__block-text-title{
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 15px;
    color: #FFFFFF;
}

.vacancy-intra{
    padding: 0 0 60px;
    font-size: 22px;
    line-height: 30px;
    color: #C5C7C9;
}

.vacancy{
    padding: 50px 0;
    background: #C5C7C9;
}

.vacancy__item-inner{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%;
    background: #fff;
    padding: 30px;
}

.vacancy__item-title{
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 15px;
}

.vacancy__list{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -8px;
}

.vacancy__item{
    padding: 0 8px;
    margin-bottom: 15px;
    width: 33%;
}

.vacancy__item-title:hover{
    color: #545A60;
}

.vacancy__item-salary{
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #FF0032;
    margin-bottom: 15px;
}

.vacancy__item-condition{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.vacancy__item-icon{
    display: inline-block;
    height: 20px;
    width: 20px;
    margin-right: 6px;
}

.vacancy__item-icon img{
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.vacancy__item-condition{
    margin-bottom: 8px;
}

.vacancy__item-condition:last-of-type{
    margin-bottom: 0;
}

.resume-form__top{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -5px;
}

h3.section__title{
    margin-bottom: 25px;
}

.form-group--vacancy{
    width: 50%;
}

.resume__vacancy-selected{
    position: relative;
    padding: 16px 19px 10px;
    color: #fff;
    border-radius: 5px;
    border: 2px solid #8D9195;
    height: 50px;
    font-size: 18px;
    line-height: 27px;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #545A60;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    cursor: pointer;
    width: 100%;

}

.resume__vacancy-selected p{
    text-overflow: ellipsis;
    display: -moz-box;
    -moz-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    line-clamp: 1;
    box-orient: vertical;
    overflow: hidden;
}

.resume__vacancy-selected::after{
    position: absolute;
    content: "";
    top: 16px;
    right: 20px;
    width: 9px;
    height: 9px;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    border-top: 2px solid #545A60;
    border-right: 2px solid #545A60;
    border-radius: 2px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    cursor: pointer;
}

.form-group.is-open .resume__vacancy-selected::after{
    top: 22px;
    border-color: #C5C7C9;
    -webkit-transform: rotate(135deg) scale(-1);
    -ms-transform: rotate(135deg) scale(-1);
    transform: rotate(135deg) scale(-1);
}

.resume__vacancy-text{
    position: absolute;
    left: 11px;
    top: 13px;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.resume__vacancy-text.is-active{
    font-size: 13px;
    line-height: 15px;
    top: 2px;
    left: 19px;
}

.resume__vacancy-list{
    padding: 15px 20px;
    background: #272E36;
    position: absolute;
    top: 60px;
    left: 5px;
    border-radius: 5px;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    width: calc(100% - 10px);
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.resume__vacancy-list.is-open{
    pointer-events: auto;
    opacity: 1;
    visibility: visible;
    z-index: 3;
}

.resume__vacancy-item{
    padding: 15px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    color: #fff;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
}

.resume__vacancy-item:hover{
    color: #C5C7C9;
}

.resume__vacancy-item:last-of-type{
    border-bottom: none;
}

.resume{
    padding: 75px 0;
    position: relative;
    overflow: hidden;
}

.resume::before{
    position: absolute;
    content: "";
    width: 900px;
    height: 990px;
    bottom: -218px;
    left: -332px;
    background: url('../img/about/resume-decor.png') no-repeat;
    background-size: cover;
    display: block;
    z-index: 0;
}

.form-group-file{
    width: 100%;
}


.form-group-file input{
    width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
    height: 100%;
}

.drop-zone{
    border: 2px dashed #8D9195;
    height: 100px;
    border-radius: 5px;
    height: 100%;
    background: transparent;
    outline: unset;
    padding: 16px 19px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.drop-zone.drop-on{
    border-color: #fff;
}

.drop-zone .caption{
    margin-top: 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #8D9195;
    text-align: center;
}

.drop-zone .caption > span{
    color: #fff;
    text-decoration: underline;
    cursor: pointer;
}

.drop-zone .caption > p{
    color: #545A60;
    font-size: 14px;
    line-height: 17px;
    margin-top: 5px;
}

.drop-zone .files{
    font-weight: 500;
    font-size: 8px;
    line-height: 10px;
    color: #545A60;
    margin-top: 10px;
}

.drop-zone .icon{
    display: none;
}

.vacancy-info{
    margin-bottom: 40px;
}


.vacancy-info .vacancy__item-info{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
}

.vacancy-info .vacancy__item-salary{
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    margin-right: 50px;
}

.vacancy-info__condition{
    margin-right: 50px;
}

.vacancy-info .vacancy__item-condition{
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

.vacancy__item-icon{
    width: 24px;
    height: 24px;
    line-height: 24px;
    margin-bottom: 2px;
}

.vacancy-detail{
    padding: 0 0 80px;
}

.vacancy-detail__card{
    background: #fff;
    padding: 50px 50px 20px;
    color: #1C242C;
}

.vacancy-detail__card-info{
    padding: 42px 100px;
    background: #EBEBEB;
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 45px;
}

.vacancy-detail__card-title{
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
}

.content .vacancy-detail__card ul{
    padding-left: 0;
}

.vacancy-hr{
    padding: 99px 0;
}

.vacancy-hr__title{
    font-weight: 500;
    font-size: 30px;
    line-height: 34px;
    color: #FFFFFF;
    max-width: 237px;
}

.vacancy-hr__contact-item{
    margin-bottom: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
}

.vacancy-hr__contact-item:last-of-type{
    margin-bottom: 0;
}


.vacancy-hr__contact-icon{
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-right: 7px;
}

.vacancy-hr__contact-icon img{
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.vacancy-hr__contact-link{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

}

.vacancy-hr__contact-item:hover .vacancy-hr__contact-link{
    color: #FF0032;
}

.contacts__filter-city{
    position: absolute;
    left: 50px;
    top: 15px;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #C5C7C9;
}

.contacts .block-filter__select{
    padding: 14px 60px 14px 108px;
    position: relative;
}


.contacts__map-block{
    overflow: hidden;
    padding: 50px 0 80px;
    background: #C5C7C9;
}

.contacts__map{
    height: 500px;
}

[class*="-ground-pane"]{
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}


.ballon{
    background: #fff;
}

.baloon__body{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
}

.baloon__img{
    height: 231px;
    width: 160px;
}

.baloon__img img{
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.baloon__props{
    padding: 20px;
    height: 100%;
    width: calc(100% - 160px);
}

.baloon__line{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    margin-bottom: 15px;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    color: #1C242C;
}

.baloon__line:last-of-type{
    margin-bottom: 0;
}

.baloon__line-icon{
    height: 16px;
    max-width: 16px;
    width: 100%;
    display: inline-block;
    margin-right: 8px;
}

.baloon__line-icon img{
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.baloon__line-links{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.baloon__line-links a:hover{
    color: #FF0032;
}
.popover__inner{
    position: relative;
}
.popover__close{
    font-size: 13px;
    line-height: 1;
    position: absolute;
    right: 2px;
    top: 3px;
    height: 30px;
    width: 30px;
}

.popover__close svg{
    width: 100%;
    height: 100%;
    fill: #1C242C;
}

.popover__close:hover svg{
    fill: #000;
}

.popover__content{
    max-width: 413px;
}

.popover__tail{
    border: 16px solid transparent;
    border-top-color: #fff;
    margin-left: -9px;
    position: absolute;
    left: 50%;
    top: 100%;
}

.popover {
  max-width: 413px;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-clip: padding-box;
  -webkit-filter: drop-shadow(0px 0px 30px rgba(34, 34, 34, 0.15));
  filter: drop-shadow(0px 0px 30px rgba(34, 34, 34, 0.15));
}

.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}
.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem;
}
.bs-popover-top .arrow, .bs-popover-auto[x-placement^="top"] .arrow {
  bottom: calc((0.5rem + 1px) * -1);
}
.bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before,
.bs-popover-top .arrow::after, .bs-popover-auto[x-placement^="top"] .arrow::after {
  border-width: 0.5rem 0.5rem 0;
}
.bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before {
  bottom: 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-top .arrow::after, .bs-popover-auto[x-placement^="top"] .arrow::after {
  bottom: 1px;
  border-top-color: #fff;
}
.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem;
}
.bs-popover-right .arrow, .bs-popover-auto[x-placement^="right"] .arrow {
  left: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before,
.bs-popover-right .arrow::after, .bs-popover-auto[x-placement^="right"] .arrow::after {
  border-width: 0.5rem 0.5rem 0.5rem 0;
}
.bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before {
  left: 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-right .arrow::after, .bs-popover-auto[x-placement^="right"] .arrow::after {
  left: 1px;
  border-right-color: #fff;
}
.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem;
}
.bs-popover-bottom .arrow, .bs-popover-auto[x-placement^="bottom"] .arrow {
  top: calc((0.5rem + 1px) * -1);
}
.bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before,
.bs-popover-bottom .arrow::after, .bs-popover-auto[x-placement^="bottom"] .arrow::after {
  border-width: 0 0.5rem 0.5rem 0.5rem;
}
.bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before {
  top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-bottom .arrow::after, .bs-popover-auto[x-placement^="bottom"] .arrow::after {
  top: 1px;
  border-bottom-color: #fff;
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}
.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem;
}
.bs-popover-left .arrow, .bs-popover-auto[x-placement^="left"] .arrow {
  right: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before,
.bs-popover-left .arrow::after, .bs-popover-auto[x-placement^="left"] .arrow::after {
  border-width: 0.5rem 0 0.5rem 0.5rem;
}
.bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before {
  right: 0;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-left .arrow::after, .bs-popover-auto[x-placement^="left"] .arrow::after {
  right: 1px;
  border-left-color: #fff;
}
.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: inherit;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
  display: none;
}

.contacts__map-wp{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    height: 100%;
}

.contacts__map{
    width: calc(100% - 330px);
}

.contacts__list{
    background: #E1E1E1;
    height: 500px;
    max-width: 330px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
}

.contacts__item{
    padding: 20px 21px 20px 25px;
    border-bottom: 1px solid rgba(34, 34, 34, 0.1);
}

.contacts__item-title{
    font-weight: 500;
    font-size: 15px;
    line-height: 19px;
    color: #1C242C;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
}

.contacts__item-title-link{
    position: relative;
    width: 29px;
    height: 29px;
    border: 1px solid #545A60;
    border-radius: 64px;
    margin-left: auto;
}

.contacts__item-title-link:hover::after{
    border-color: #63676b;
}

.contacts__item-title-link::after{
    position: absolute;
    content: "";
    top:calc(50% - 5px);
    left:calc(50% - 6px);
    width: 9px;
    height: 9px;
    border-top: 2px solid #545A60;
    border-right: 2px solid #545A60;
    border-radius: 2px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.contacts__item-info-block{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    color: #1C242C;
}

.contacts__item-info-block:last-of-type{
    margin-bottom: 0;
}

.contacts__item-icon{
    max-width: 16px;
    width: 100%;
    height: 17px;
    margin-right: 7px;
}

.contacts__item-icon img{
    height: 100%;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.contacts__item-link:hover{
    color: #FF0032;
}

.contacts__item-links-wp{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.mCSB_scrollTools{
    width: 6px;
    border-radius: 6px;
    background: #CCCCCC;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
    background: #B1B1B1;
    border-radius: 6px;
    width: 6px;

}
.mCSB_scrollTools .mCSB_dragger{
    max-height: 100px!important;
}

.mCSB_scrollTools .mCSB_draggerRail{
    width: 6px;
    border-radius: 6px;
    background: #CCCCCC;
}

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{
    background: #969595;
}

.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{
    background: #969595;
}

.mCSB_inside>.mCSB_container{
    margin-right: 10px!important;
}

.contacts-detail__block{
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
}

.contacts-detail__block-top{
    padding: 40px 30px;
    background: #E1E1E1;
    margin-bottom: 30px;
    height: calc(100% - 518px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: space-between;
}

.contacts-detail__block-title{
    font-weight: 500;
    font-size: 32px;
    line-height: 39px;
    color: #1C242C;
    margin-bottom: 30px;
}


.contacts-detail__block-info{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.contacts-detail__block-item{
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 50%;
    max-width: 50%;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.contacts-detail__block-links-wp{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 16px;
    line-height: 19px;
    color: #1C242C;
}

.contacts-detail__block-icon{
    max-width: 24px;
    width: 100%;
    height: 24px;
    margin-right: 8px;
}

.contacts-detail__block-icon img{
    height: 100%;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.contacts-detail__block-subtitle{
    font-size: 14px;
    line-height: 14px;
    color: #545A60;
    margin-bottom: 2px;
}

.contacts-detail__block-direction{
    margin-top: auto;
}

.contacts-detail__block-direction-title{
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #1C242C;
    margin-bottom: 18px;
}

.contacts-detail__block-direction-wp{
    padding: 15px 25px;
    border: 1px solid rgba(34, 34, 34, 0.15);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #1C242C;
}

.contacts-detail__block-direction-wp:last-of-type{
    margin-bottom: 0;
}


.contacts-detail__block-direction .contacts-detail__block-icon{
    max-width: 20px;
    height: 20px;
    margin-right: 10px;
}

.contacts-detail__block-direction-link{
    margin-left: auto;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #545A60;
}

.contacts-detail__block-direction-link:hover{
    color: #FF0032;
}

.contacts-detail__block-link:hover{
    color: #FF0032;
}

.contacts-detail{
    padding: 50px 0 80px;
    background-color: #C5C7C9;
}


.contacts-detail__map{
    height: 488px;
}

.subscribe-bottom{
    padding: 45px 0 45px;
}

.subscribe-bottom__title{
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 15px;
    max-width: 491px;
    color: #fff;
}

.subscribe-bottom__subtitle{
    font-size: 17px;
    line-height: 20px;
    color: #C5C7C9;
}

.subscribe-bottom .form-group{
    position: relative;
    margin-bottom: 0;
    padding: 0;
}

.subscribe-bottom .form-control{
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}


.subscribe-bottom .form-btn{
    margin-bottom: 0;
}

.filters{
    background: #272E36;
    padding: 37px 0;
}

.filters .block-filter{
    padding: 0;
}

.filters__wp{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 -15px;
}

.filters__wp .block-filter{
    padding: 0 15px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.contacts__filter-category{
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #C5C7C9;
    margin-right: 16px;
}

.filters__wp .block-filter__select{
    padding: 14px 30px;
}

.filters__wp .block-filter__select-choose{
    display: flex;
}

.news{
    padding: 0 0 80px;
    background: #C5C7C9;
}

.news__list{
    padding: 50px 0 10px;

}


.news__item{
    background: #1C242C;
    height: 100%;
}

.news__item-photo{
    height: 200px;
}

.news__item-photo img{
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.news__item-info{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 30px;
    height: calc(100% - 200px);
}

.news__item-info-top{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 15px;
}

.news__item-date{
    max-width: 31px;
    margin-right: 20px;
    font-size: 14px;
    line-height: 18px;
    color: #C5C7C9;
}

.news__item-date span{
    font-size: 24px;
    line-height: 22px;
    color: #FF0032;
}

.news__item-title{
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #fff;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.news__item:hover .news__item-title{
  color: #C5C7C9;
}


.news__item-text{
    font-size: 15px;
    line-height: 22px;
    color: #C5C7C9;
    text-overflow: ellipsis;
    display: -moz-box;
    -moz-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-clamp: 2;
    box-orient: vertical;
    overflow: hidden;
    min-height: 44px;
}

.content-nav__list{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.content-nav__list-item{
    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;
    padding: 9px;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    color: #1C242C;
    border: 1px solid #545A60;
    border-radius: 5px;
    margin-right: 10px;
    cursor: pointer;
    min-width: 44px;
    height: 44px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.content-nav__list-item:hover{
    border-color: #1C242C;
}

.content-nav__list-item:hover a{
    border-color: #1C242C;
    color: #FF0032;
}

.content-nav__icon-left{
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.content-nav__icon-right{
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.content-nav .icon-arrow{
    width: 18px;
    height: 18px;
    fill: #1C242C;
}

.content-nav__list-item:hover .icon-arrow{
    fill: #FF0032;
}

.content-nav__list-item.is-active{
    background: #FF0032;
    border-color: #FF0032;
}

.content-nav__list-item.is-active a{
    color: #fff;
}

.page-info__info{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 5px;
}

.page-info__info-icon{
    width: 20px;
    height: 20px;
    margin-right: 7px;
}

.page-info__info-icon img{
    height: 100%;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.page-info__info-date{
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    color: #C5C7C9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}


.page-info__info-company{
    margin-left: 25px;
    height: 30px;
}

.page-info__info-company img{
    height: 100%;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -webkit-filter: grayscale(100%) contrast(1) invert(1);
    filter: grayscale(100%) contrast(1) invert(1);
    -webkit-transition: -webkit-filter .3s;
    transition: -webkit-filter .3s;
    -o-transition: filter .3s;
    transition: filter .3s;
    transition: filter .3s, -webkit-filter .3s;
}

.content__img{
    height: 300px;
    margin: 0 30px 20px 0;
    float: left;
}

.content__img img{
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    margin: 0;
}

.news-detail{
    padding: 50px 0 80px;
}

.training{
    padding: 40px 0 35px;
    background: #C5C7C9;
}

.training__card{
    margin-bottom: 30px;
}

.training__card:last-of-type{
    margin-bottom: 0;
}

.training__card{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    align-items: stretch;
    height: 100%;
}

.training__card-photo{
    max-width: 500px;
}

.training__card-photo img{
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.training__card-info{
    padding: 30px;
    background: #272E36;
    width: calc(100% - 500px);
    /* height: 100%; */
}

.training__card-tag{
    padding: 6px 15px;
    font-size: 15px;
    line-height: 22px;
    color: #fff;
    margin-bottom: 24px;
    border: 1px solid #545A60;
    border-radius: 5px;
    width: fit-content;
}

.training__card-title{
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    color: #FFFFFF;
    margin-bottom: 20px;
    min-height: 58px;
}

.training__card-title:hover{
    color: #C5C7C9;
}

.training__card-inner{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

    margin-bottom: 20px;
}

.training__card-date{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 30px;
}

.training__card-icon{
    width: 32px;
    height: 32px;
    margin-right: 10px;
}

.training__card-icon img{
    height: 100%;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.training__card-date-wp{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 16px;
    line-height: 19px;
    font-weight: 500;
    color: #fff;
}

.training__card-date-subtitle{
    font-size: 14px;
    line-height: 14px;
    color: #C5C7C9;
}

.training__card-company{
    height: 30px;
    max-width: 130px;
}

.training__card-company img{
    height: 100%;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -webkit-filter: grayscale(100%) contrast(0.2) invert(1);
    filter: grayscale(100%) contrast(0.2) invert(1);
    -webkit-transition: -webkit-filter .3s;
    transition: -webkit-filter .3s;
    -o-transition: filter .3s;
    transition: filter .3s;
    transition: filter .3s, -webkit-filter .3s;
}


.training__card-desc{
    color: #C5C7C9;
    margin-bottom: 20px;
}

.training .btn-red{
    padding: 11px 25px;
    font-size: 16px;
    line-height: 19px;
}

.training-past{
    padding: 35px 0 80px;
    background: #C5C7C9;
}

.filters--gray-bg{
    background: transparent;
    padding: 0;
}

.filters--gray-bg .filters__wp{
    padding: 35px 34px;
    background: #8D9195;
    margin: 0;
}

.filters--gray-bg .block-filter{
    background: transparent;
}

.filters--gray-bg .block-filter__select{
    border-color: #545A60;
    color: #1C242C;
}

.filters--gray-bg .contacts__filter-category{
    color: #545A60;
}

.filters--gray-bg .block-filter__select::after{
    border-color: #1C242C;
}

.filters--gray-bg .block-filter__select-list{
    background: #8D9195;
}

.filters--gray-bg .filter-item span{
    color: #1C242C;
}

.filters--gray-bg .filter-item{
    border-color: #545A60;
}

.filters--gray-bg .filter-item.is-active span{
    color: #FF0032;
}

.filters--gray-bg .block-filter__select.is-open{
    border-color: #FF0032;
}

.filters--gray-bg .filter-item:hover span{
    color: #FF0032;
}

.training-past__list{
    padding: 40px 10px;
}

.mp-press__slide-producer img{
    -webkit-filter: grayscale(100%) contrast(0.2) invert(1);
    filter: grayscale(100%) contrast(0.2) invert(1);
    -webkit-transition: -webkit-filter .3s;
    transition: -webkit-filter .3s;
    -o-transition: filter .3s;
    transition: filter .3s;
    transition: filter .3s, -webkit-filter .3s;
}

.training-past__item-photo{
    height: 227px;
}

.training-past__item-photo img{
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.training-past__item-info{
    padding: 30px;
    background: #1C242C;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.training-past__item-title{
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
    margin-bottom: 15px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    min-height: 66px;
}

.training-past__item:hover .training-past__item-title{
    color: #C5C7C9;
}

.training-past__item-desc{
    font-size: 15px;
    line-height: 22px;
    color: #C5C7C9;
    text-overflow: ellipsis;
    display: -moz-box;
    -moz-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    line-clamp: 4;
    box-orient: vertical;
    overflow: hidden;
}

.training-past__item-data{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.training-past__item-date-info{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.training-past__item-date-icon{
    width: 24px;
    height: 24px;
    margin-right: 7px;
}

.training-past__item-date-icon img{
    height: 100%;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.training-past__item-date{
    color: #C5C7C9;
}

.training-past__item-producer{
    height: 24px;
    margin-left: auto;
}

.training-past__item-info-text{
    margin-bottom: 15px;
}

.training-past__item-producer img{
    height: 100%;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -webkit-filter: grayscale(100%) contrast(0.2) invert(1);
    filter: grayscale(100%) contrast(0.2) invert(1);
    -webkit-transition: -webkit-filter .3s;
    transition: -webkit-filter .3s;
    -o-transition: filter .3s;
    transition: filter .3s;
    transition: filter .3s, -webkit-filter .3s;
}


.training-past__item{
    height: 100%;
}

.news-another{
    padding: 75px 0 80px;
    background: #272E36;
    overflow: hidden;
}

.news-another__slide{
    padding: 0 15px;
}

.news-another__slider{
    margin: 0 -15px;
    position: relative;
    z-index: 1;
}

.news-another .news__item{
    background: transparent;
    height: 100%;
}

.news-another .news__item-info{
    background: #1C242C;
}

.news-another .news__item-title{
    min-height: 66px;
}

.news-another .section__heading::before{
    content: '';
    position: absolute;
    width: 600px;
    height: 450px;
    top: -178px;
    right: -238px;
    background: url(../img/producers/prod-top.svg) no-repeat;
    background-size: cover;
    z-index: -1;
}

.news-another .section__heading::after{
    content: "";
    position: absolute;
    bottom: -534px;
    left: -230px;
    width: 600px;
    height: 450px;
    background: url(../img/producers/prod-bottom.svg) no-repeat;
    background-size: cover;
    z-index: -1;
}

.training-detail{
    padding: 60px 0 80px;
    background: #C5C7C9;
}

.training-detail__card{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    height: 100%;
    margin-bottom: 30px;
}

.training-detail__card-info{
    padding: 40px;
    background: rgba(255, 255, 255, 0.4);
    max-width: 400px;
}

.training-detail__card-title{
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
    color: #1C242C;
    margin-bottom: 25px;
}

.training-detail__card-company{
    padding: 22px 35px;
    background: #fff;
    margin-bottom: 25px;
    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;
    height: 112px;
}

.training-detail__card-company img{
    height: 100%;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.training-detail .training__card-date-wp{
    font-size: 15px;
    line-height: 18px;
    color: #1C242C;
}

.training-detail .training__card-date-subtitle{
    color: #545A60;
}

.training-detail__card-speaker{
    margin-top: 25px;
}

.training-detail__card-speaker-title{
    margin: 0 0 15px;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #1C242C;
}

.training-detail__card-speaker-item{
   margin-bottom: 10px;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: start;
   -ms-flex-align: start;
    align-items: flex-start;
}

.training-detail__card-speaker-item:last-of-type{
    margin-bottom: 0;
}

.training-detail__card-icon{
    display: block;
    max-width: 32px;
    width: 100%;
    height: 32px;
    margin-right: 8px;
}

.training-detail__card-icon img{
    height: 100%;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.training-detail__card-speaker-info{
    font-weight: 500;
}

.training-detail__card-speaker-info span{
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    color: #545A60;
}

.training-detail__card-form{
    width: calc(100% - 400px);
    background: #272E36;
    padding: 40px 40px 40px 30px ;
}

.training-detail__card-form-title{
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
    color: #FFFFFF;
    margin-bottom: 25px;
}

.training-detail__card-form .form-control-placeholder{
    color: #C5C7C9;
}

.training-detail__card-form  textarea.form-control{
    min-height: 60px;
}

.question-form--disabled .form-control{
    opacity: .4;
}

.question-form--disabled .form-control-placeholder{
    opacity: .4;
}

.question-form--disabled .form-checkbox{
    margin: 15px 0;
    opacity: .4;
}

.question-form--disabled .form-btn{
    margin-bottom: 0;
}
.question-form--disabled .btn-red{
    margin: 0;
    max-width: 440px;
    padding: 22px;
}

.training-detail__video{
    margin: 40px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.training-detail__video-title{
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: #1C242C;
    margin-bottom: 20px;
}

.training-detail__video-link{
    max-width: 640px;
    height: 400px;
    position: relative;
    margin: 0 auto;
}

.training-detail__video-link::before{
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(28, 36, 44, 0.4)), to(rgba(28, 36, 44, 0.4)));
    background: -o-linear-gradient(bottom, rgba(28, 36, 44, 0.4), rgba(28, 36, 44, 0.4));
    background: linear-gradient(0deg, rgba(28, 36, 44, 0.4), rgba(28, 36, 44, 0.4));
    z-index: 0;
}

.training-detail__video-link::after{
    position: absolute;
    content: "";
    height: 80px;
    width: 80px;
    top: 50%; left: 50%;
	-webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
    display: block;
    background: url('../img/svg/video-play.svg') no-repeat;
    background-size: cover;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.training-detail__video-link img{
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.training-detail__video-link:hover::after{
    background: url('../img/svg/video-play-hover.svg') no-repeat;
    background-size: cover;
}


.video__list{
    padding: 50px 0 0;
}

.video__card{
    height: 100%;
    position: relative;
}

.video__card-link{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 3;
}

.video__card-photo{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
}
.video__card-photo::before{
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(28, 36, 44, 0.3)), color-stop(9.38%, rgba(26, 33, 40, 0.5)), color-stop(28.65%, rgba(21, 27, 33, 0.3)), color-stop(57.29%, rgba(14, 17, 21, 0.85)), to(rgba(0, 0, 0, 0.75)));
    background: -o-linear-gradient(top, rgba(28, 36, 44, 0.3) 0%, rgba(26, 33, 40, 0.5) 9.38%, rgba(21, 27, 33, 0.3) 28.65%, rgba(14, 17, 21, 0.85) 57.29%, rgba(0, 0, 0, 0.75) 100%);
    background: linear-gradient(180deg, rgba(28, 36, 44, 0.3) 0%, rgba(26, 33, 40, 0.5) 9.38%, rgba(21, 27, 33, 0.3) 28.65%, rgba(14, 17, 21, 0.85) 57.29%, rgba(0, 0, 0, 0.75) 100%);
}

.video__card-photo img{
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.video__card-info{
    position: relative;
    z-index: 2;
    padding: 140px 50px 40px 40px;
}

.video__card-tab{
    padding: 5px 15px;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
    background: #FF0032;
    border-radius: 5px;
    margin-bottom: 15px;
    display: inline-block;
}

.video__card-title{
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #fff;
    min-height: 48px;
    margin-bottom: 15px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.video__card-desc{
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #C5C7C9;
    margin-bottom: 15px;
    text-overflow: ellipsis;
    display: -moz-box;
    -moz-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-clamp: 2;
    box-orient: vertical;
    overflow: hidden;
    min-height: 38px;

}

.video__card-time{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.video__card-date{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    color: #EEEEEE;
}

.video__card-icon{
    max-width: 20px;
    height: 20px;
    width: 100%;
    margin-right: 7px;
}

.video__card-icon img{
    height: 100%;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.video__card-company{
    height: 35px;
    margin-left: auto;
}

.video__card-company img{
    height: 100%;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -webkit-filter: grayscale(100%) contrast(0.2) invert(1);
    filter: grayscale(100%) contrast(0.2) invert(1);
}

.video{
    padding: 0 0 80px;
    background: #C5C7C9;
}

.training-completed{
    padding: 75px 0 80px;
    background: #272E36;
    overflow: hidden;
}

.training-completed .section__heading::before{
    content: '';
    position: absolute;
    width: 600px;
    height: 450px;
    top: -178px;
    right: -238px;
    background: url(../img/producers/prod-top.svg) no-repeat;
    background-size: cover;
    z-index: -1;
}

.training-completed .section__heading::after{
    content: "";
    position: absolute;
    bottom: -534px;
    left: -230px;
    width: 600px;
    height: 450px;
    background: url(../img/producers/prod-bottom.svg) no-repeat;
    background-size: cover;
    z-index: -1;
}

.training-completed-slider{
    position: relative;
    z-index: 1;
    margin: 0 -15px;
}

.training-completed .training-past__item{
    padding: 0 15px;
}

.designing{
    padding: 64px 0 80px;
    background: #272E36;
}

.news__item-company{
    margin-top: 15px;
    height: 35px;
    max-width: 100px;
}

.news__item-company img{
    height: 100%;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -webkit-filter: grayscale(100%) contrast(0.2) invert(1);
    filter: grayscale(100%) contrast(0.2) invert(1);
}

.cases{
    padding: 80px 0;
}

.section__heading-btn{
    color: #C5C7C9;
    padding: 12px 30px;
    border: 1px solid #C5C7C9;
    margin-left: auto;
}

.section__heading-btn:hover{
    border-color: #fff;
    color: #fff;
}

.cases .news__item-info{
    background: #272E36;
}

.service-detail__desc{
    margin-top: 40px;
    display: none;
}

.content span{
    margin-bottom: 25px;
    font-size: 20px;
    line-height: 30px;
}


.show-more.is-open{
    opacity: 0;
    visibility: 0;
    pointer-events: none;
}

.show-more,
.hide-more{
    position: relative;
}

.show-more::after,
.hide-more::after{
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    bottom: 3px;
    left: 0;
    display: block;
    background: #1C242C;
}

.content a.hide-more:visited{
    color: transparent;
}

.case-another{
    padding: 75px 0 80px;
    overflow: hidden;
    background: #272E36;
}

.case-another .section__heading::after{
    content: "";
    position: absolute;
    bottom: -662px;
    left: -230px;
    width: 600px;
    height: 450px;
    background: url(../img/producers/prod-bottom.svg) no-repeat;
    background-size: cover;
    z-index: -1;
}

.case-another .section__heading::before{
    content: '';
    position: absolute;
    width: 600px;
    height: 450px;
    top: -178px;
    right: -238px;
    background: url(../img/producers/prod-top.svg) no-repeat;
    background-size: cover;
    z-index: -1;
}

.case-another__slider{
    position: relative;
    z-index: 1;
    margin:  0 -15px;
}

.case-another .news__item{
    padding: 0 15px;
    background: transparent;
}

.case-another .news__item-info{
    background: #1C242C;
}

.case-another .news__item-title{
    min-height: 66px;
}

.modal-close{
    width: 42px;
    height: 42px;
    border: 1px solid #C5C7C9;
    border-radius: 42px;
    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;
    margin-left: auto;
}

.modal-close svg{
    width: 30px;
    height: 30px;
    fill: #ffff;
}

.modal-question .modal-dialog{
    max-width: 750px;
    margin: 0 auto;
    min-height: calc(100% - 1rem);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 0 10px 10px;
}

.modal-question .modal-content{
    padding: 40px 50px 60px;
    background: #1C242C;

}

.modal-question .section__title{
    color: #fff;
}

.modal-body{
    padding: 0;
    position: relative;
}

.modal-backdrop{
    background: rgba(84, 90, 96, 0.8);
}

.modal-request .modal-dialog{
    max-width: 450px;
    margin: 0 auto;
    min-height: calc(100% - 1rem);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 0 10px 10px;
}

.modal-request .modal-content{
    padding: 50px;
    background: #1C242C;
}

.modal-request .close-btn{
    position: absolute;
    right: 0;
    top: -10px;
}



.modal-request .section__title{
    line-height: 48px;
    text-align: center;
    color: #FFFFFF;
}

.modal-body__text{
    font-family: 'Open Sans';
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #C5C7C9;
    margin-bottom: 25px;
    text-align: center;
}

.modal-footer{
    border: none;
    padding: 0;
}

.modal-request .btn-red{
    margin: 0;
    width: 100%;
    padding: 25px;
}

.about-history__slide-inner{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
}

.about-history__slide-title{
    font-weight: 500;
    font-size: 30px;
    line-height: 34px;
    color: #1C242C;
    max-width: 400px;
    padding-right: 50px;
}

.about-history__slide-desc{
    width: calc(100% - 450px);
}

.about-history{
    padding: 75px 0 80px;
}



.about-advan{
    background: #F7F7F7;
    padding: 75px 0 80px;
}

.about-advan__diagram-bg{
    margin: 0 auto;
}

.about-advan__diagram{
    text-align: center;
}

.about-advan__diagram-inner{
    display: inline-block;
    position: relative;
}

.about-advan__diagram-img{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    z-index: 1;
    opacity: 0;
}

.about-advan__diagram-title{
    margin: -31.5px 0 0 -31.5px;
    border: 0;
    border-radius: 50%;
    padding: 0;
    width: 61px;
    height: 61px;
    font-size: 19px;
    line-height: 1.31;
    color: #0f315a;
    white-space: nowrap;
    position: absolute;
    z-index: 4;
    cursor: pointer;
    transition: color .25s;
}

.about-advan__diagram-content{
    margin: -200px 0 0 -220px;
    border-radius: 50%;
    padding: 12% 7% 10%;
    width: 440px;
    height: 440px;
    top: 50%;
    left: 50%;
    position: absolute;
    z-index: 1;
    opacity: 0;
}

.about-advan__diagram-tab:nth-child(1) .about-advan__diagram-title span{
    right: 77px;
    top: 16%;
    text-align: left;
}

.about-advan__diagram-tab:nth-child(1) .about-advan__diagram-title{
    left: 22%;
    top: 76%;
    text-align: left;
}

.about-advan__diagram-tab:nth-child(2) .about-advan__diagram-title span{
    right: 73px;
    top: 8%;
    text-align: right;
}
.about-advan__diagram-tab:nth-child(2) .about-advan__diagram-title {
    left: 17%;
    top: 51%;
    text-align: right;
}


.about-advan__diagram-tab:nth-child(3) .about-advan__diagram-title span{
    right: 75px;
    top: 6%;
    text-align: right;
}

.about-advan__diagram-tab:nth-child(3) .about-advan__diagram-title {
    left: 25%;
    top: 24%;
    text-align: right;
}


.about-advan__diagram-tab:nth-child(4) .about-advan__diagram-title span{
    top: -27px;
    right: -58px;
    text-align: center;
}

.about-advan__diagram-tab:nth-child(4) .about-advan__diagram-title {
    top: 8%;
    left: 50%;
    text-align: center;
}

.about-advan__diagram-tab:nth-child(5) .about-advan__diagram-title span{
    left: 121%;
    top: 6%;
    text-align: left;
}
.about-advan__diagram-tab:nth-child(5) .about-advan__diagram-title{
    left: 77%;
    top: 24%;
    text-align: left;
}


.about-advan__diagram-tab:nth-child(6) .about-advan__diagram-title span{
    left: 119%;
    top: 8%;
    text-align: left;
}
.about-advan__diagram-tab:nth-child(6) .about-advan__diagram-title{
    left: 78%;
    top: 51%;
    text-align: left;
}


.about-advan__diagram-tab:nth-child(7) .about-advan__diagram-title span{
    left: 118%;
    top: 16%;
    text-align: left;
}
.about-advan__diagram-tab:nth-child(7) .about-advan__diagram-title{
    left: 72%;
    top: 76%;
    text-align: left;
}

.about-advan__diagram-tab:nth-child(8) .about-advan__diagram-title span{
    left: -79%;
    top: 116%;
    text-align: center;
}

.about-advan__diagram-tab:nth-child(8) .about-advan__diagram-title{
    left: 50%;
    top: 91%;
    text-align: center;
}


.about-advan__diagram-title span{

    position: absolute;
}




.about-advan__diagram-tab.is-active .about-advan__diagram-title{
    color: #FF0032;
}

.about-advan__diagram-tab.is-active .about-advan__diagram-img{
    opacity: 1;
    z-index: 2;
}

.about-advan__diagram-tab.is-active .about-advan__diagram-content{
    opacity: 1;
    z-index: 3;
}
.about-advan__diagram-sleder-btn{
    margin-top: 25px;
}

.about-advan__diagram-sleder-btn .slider-btn{
    border: none;
    width: 30px;
    height: 30px;
    margin-left: 0;
}

.about-history__progress{
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.about-history__slider .slick-dots{
    position: absolute;
    top: -41px;
    width: 100%;
    justify-content: space-between;
}






.progressbar{
    height: 2px;
    width: 100%;
    display: flex;
    align-items: center;
    background: #8D9195;
}

.progressbar svg{
    fill: #8D9195;
    height: 2px;
    width: 100%;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}



.about-history__progress .slick-dots li:last-of-type{
    max-width:30px;
    width: 100%;
}

.about-history__progress  .slick-dots{
    width: 100%;
}

.about-history__progress  .slick-dots li{
    width: 100%;
    margin-right: 0;
    padding: 0;
}

.about-history__progress  .slick-dots li button{
    border: 1px solid #FF0032;
    background: transparent;
    max-width: 24px;
    width: 100%;
    height: 24px;
}

.about-history__progress  .slick-dots li.slick-active button{
    background: #FF0032;
}

.about-history__progress  .slick-dots li:last-of-type .progressbar{
    display: none;
}


.video__card::before{
    position: absolute;
    content: "";
    width: 80px;
    height: 80px;
    top: 70px;
    left: calc(50% - 35px);
    background: url('../img/svg/video-play.svg') no-repeat;
    background-size: cover;
    z-index: 1;
}

.video__card:hover .video__card-title{
    color: #C5C7C9;
}

.subscribe-bottom .btn-red{
    max-width: 170px;
    margin-left: 0;
    padding: 13px 30px;
}

.subscribe-bottom .mp-subscribe__form-wp .form-btn{
    width: auto;
}

.slick-dots li{
    position: relative;
}



.about-history__date{
    position: absolute;
    -webkit-transform: translate(-38%, -50%);
    -ms-transform: translate(-38%, -50%);
    transform: translate(-38%, -50%);
    position: absolute;
    top: -38%;
    left: 50%;
    font-weight: 600;
    font-size: 20px;
    line-height: 34px;
    color: #1C242C;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.slick-dots li.slick-active .about-history__date{
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
}

.slick-dots li:last-of-type .about-history__date{
    display: none;
}










@keyframes productsDecor {
    0% {
        top: -141px;
        right: -141px;
    }
    100% {
        top: -256px;
        right: -256px;
    }
}






@media(min-width: 1681px){

    .footer__top-menu{
        -webkit-column-gap: 120px;
        -moz-column-gap: 120px;
        column-gap: 120px;
    }

    .footer__top-submenu-columns{
        -webkit-column-gap: 120px;
        -moz-column-gap: 120px;
        column-gap: 120px;
    }

    .mp-products__slider{
        max-width: 1440px;
    }

    .mp-producers__slider{
        max-width: 1440px;
    }

    .company-about::before{
        left: 0;
    }

    .company-about::after{
        right: 0;
    }

}

@media(min-width: 1920px){
    .question-block::before{
        left: 0px;
    }
}

@media (max-width: 1679px){
    .producers__list-title{
        min-height: 38px;
    }
}

@media(min-width: 2560px){
    .question-block::before{
        left: 320px;
    }

    .company-about::before{
        left: 320px;
    }

    .company-about::after{
        right: 320px;
    }
}


@media(max-width: 1409px){

    .mp-portal__content-photo{
        right: -116px;
    }
    .footer__top-menu{
        -webkit-column-gap: 20px;
        -moz-column-gap: 20px;
        column-gap: 20px;
    }

    .footer__top-submenu-columns{
        -webkit-column-gap: 20px;
        -moz-column-gap: 20px;
        column-gap: 20px;
    }

    .mp-products__slide-text{
        max-width: 300px;
    }

    .mp-products__slider{
        max-width: 1140px;
    }

    .mp-producers__slider{
        max-width: 1140px;
    }

    .question-block::before{
        left: -386px;
    }

    .viewed-block__slide-text{
        max-width: 300px;
    }
}

@media(max-width: 1199px){

    .header__main-fixed-menu{
        margin-left: 0;
        margin: 0 auto;
    }



    .mp-portal__content-photo{
        height: 425px;
        right: -153px;
        bottom: 100px;
    }

    .mp-producers__slide-title{
        min-height: 31px;
    }

    .mp-products__slider{
        max-width: 960px;
    }



    .slider-btn .icon-arrow{
        width: 14px;
        height: 14px;
    }

    .footer__top-menu::before{
        top: 55%;
    }

    .header__menu-nav-link{
        font-size: 13px;
    }

    .header__menu-nav-arrow{
        height: 10px;
    }

    .icon-arrow{
        height: 10px;
        width: 10px;
    }

    .header__menu-nav-item.active .header__menu-nav-arrow{
        margin-top: 2px;
    }

    .footer__top-submenu-columns{
        column-count: 2;
        column-fill: balance;
        height: auto;
        -webkit-column-gap: 16px;
        -moz-column-gap: 16px;
        column-gap: 16px;
    }

    .footer__top-submenu-item{
        width: 220px;
    }

    .footer__top-contacts{
        max-width: 220px;
    }

    .footer__top-menu-item{
        min-width: 220px;
    }

    .footer__top-menu{
        -webkit-column-gap: 16px;
        -moz-column-gap: 16px;
        column-gap: 16px;
    }

    .content table tr > th{
        padding: 20px;
    }

    .content table tr > td{
        padding: 20px;
    }

    .manager__slide-info{
        padding: 28px 20px;
    }

    .resume::before{
        left: -455px;
    }

    .vacancy-detail__card-info{
        padding: 42px 52px;
    }

    .contacts-detail__block-info{
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .contacts-detail__block-item{
        width: 100%;
        max-width: none;
    }

    .training__card-photo{
        max-width: 300px;
    }

    .training__card-info{
        width: calc(100% - 300px);
    }

    .news-another .news__item-info-top{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .news-another .news__item-date{
        margin-right: 0;
        margin-bottom: 10px;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        max-width: none;
    }

    .news-another .news__item-date span{
        margin-right: 4px;
    }

    .training-detail__card-form .form-btn{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .training-detail__card-form form .btn-red{
        margin-left: 0;
    }
}

@media(max-width: 991px){

    .form-group__title{
        font-size: 16px;
        line-height: 19px;
    }

    .subscribe .form-control{
        height: 42px;
        font-size: 14px;
        line-height: 19px;
    }

    .subscribe .form-control-placeholder{
        font-size: 14px;
        top: 45px;
    }

    .subscribe .form-control-placeholder.is-hide{
        font-size: 12px;
        top: 35px;
    }

    .subscribe .form-control-placeholder.is-active{
        font-size: 12px;
        top: 35px;
    }

    .form-group__radio-label::before{
        width: 20px;
        height: 20px;
    }

    .form-group__radio-label{
        padding-left: 30px;
        font-size: 14px;
        line-height: 20px;
    }

    .form-group__checkbox-label{
        padding-left: 30px;
        font-size: 14px;
        line-height: 20px;
    }

    .form-group__checkbox-label::before{
        width: 20px;
        height: 20px;
        top: -2px;
    }




    .header__main-fixed-menu{
        display: none;
    }
    .mp-subscribe .btn-red{
        height: 42px;
        border-radius: 5px;
        padding: 10px 19px;
    }

    .header__search-block{
        top: 48px;
        padding: 20px 0;
    }

    .header__search-input{
        padding: 13px 50px 13px 20px;
        font-size: 16px;
        line-height: 19px;
        height: 44px;
    }

    .header__search-sumbit{
        height: 44px;
        width: 44px;
        right: 10px;
    }

    .header__search-sumbit svg{
        width: 20px;
        height: 20px;
    }

    .header__search-result{
        margin-top: 10px;
        padding: 12px 15px 25px;
    }

    .header__search-item{
        padding: 13px 0;
    }

    .header__search-link{
        font-size: 16px;
        line-height: 22px;
        text-overflow: ellipsis;
        display: -moz-box;
        -moz-box-orient: vertical;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        line-clamp: 2;
        box-orient: vertical;
        overflow: hidden;
    }

    .header__search-all-results{
        margin-top: 12px;
        font-size: 16px;
        line-height: 19px;
    }

    .header__search-close{
        width: 36px;
        height: 36px;
        padding: 0;
    }
    .mp-banner__wp-mob{
        display: none;
    }

    .mp-subscribe{
        padding: 50px 0 55px;
    }

    .mp-subscribe__form-wp form{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        position: relative;
        z-index: 1;
    }

    .mp-subscribe .form-group{
        min-width: 0;
        width: 100%;
    }

    .form-group{
        margin-bottom: 15px;
    }

    .mp-subscribe .form-control{
        border-radius: 5px;
    }

    .form-control{
        padding: 13px 25px 8px;
        height: 42px;
        font-size: 14px;
        line-height: 19px;
    }

    .form-control-placeholder.is-hide{
        font-size: 12px;
        line-height: 16px;
    }

    .form-control-placeholder.is-active{
        font-size: 12px;
        line-height: 16px;
    }

    .form-control-placeholder{
        font-size: 16px;
        line-height: 27px;
        top: 7px;
        left: 25px;
    }

    .mp-subscribe .mp-subscribe__form-photo{
        width: 290px;
        height: 310px;
        z-index: 0;
        right: -98px;
        bottom: 205px;
    }

    .mp-press__table-topic{
        font-size: 14px;
        line-height: 17px;
    }

    .mp-press__table-more{
        font-size: 13px;
        line-height: 16px;
    }

    .mp-press__table-heading{
        padding: 17px 20px;
    }

    .mp-press__table-item{
        padding: 25px 20px;
    }

    .row--margin{
        margin-right: -1px;
    }

    .mp-press__table-date{
        max-width: 22px;
        font-size: 14px;
        line-height: 19px;
        margin-right: 12px;
    }

    .mp-press__table-day{
        font-size: 20px;
        line-height: 19px;
    }

    .mp-press__table-news{
        font-size: 14px;
        line-height: 19px;
    }

    .table-year{
        display: none;
    }

    .mp-press__news{
        margin-bottom: 25px;
    }

    .mp-press__news-heading{
        padding: 17px 20px;
        margin-bottom: 38px;
    }

    .mp-press__news-topic{
        font-size: 14px;
        line-height: 17px;
    }

    .mp-press__news-more{
        font-size: 13px;
        line-height: 16px;
    }

    .mp-press__news-title{
        font-size: 18px;
        line-height: 22px;
    }

    .mp-press__news-subtitle{
        font-size: 14px;
        line-height: 20px;
        -webkit-line-clamp: 3;
        line-clamp: 3;
    }

    .mp-press__news-date-icon{
        width: 18px;
        height: 18px;
    }

    .mp-press__news-date-time{
        font-size: 14px;
        line-height: 17px;
    }

    .mp-press__news-info{
        padding: 0 20px;
    }

    .mp-press__news-item{
        min-height: 240px;
        margin-bottom: 25px;
    }

    .mp-press__news-photo{
        height: 240px;
    }

    .mp-press__news-photo--video::after{
        width: 64px;
        height: 64px;
        left: calc(50% - 32px);
    }

    .mp-press__news-item--video .mp-press__news-subtitle{
        display: none;
    }

    .mp-press__slide-tab{
        position: absolute;
        top: -57px;
        left: 20px;
        padding: 4px 10px;
        font-size: 14px;
        line-height: 16px;
        margin-bottom: 0;
    }

    .mp-press__slide-title{
        min-height: 38px;
    }

    .mp-press{
        padding: 50px 0 55px;
    }

    .mp-press .slick-slide{
        height: auto;
    }

    .mp-press__content-info{
        padding: 17px 20px;
    }

    .mp-press__content-title{
        font-size: 14px;
        line-height: 17px;
    }

    .mp-press__content-more{
        font-size: 13px;
        line-height: 16px;
    }

    .mp-press__slide{
        padding: 25px 20px;
        height: 100%;
    }

    .mp-press__slide-photo{
        height: 200px;
        margin-bottom: 15px;
    }

    .mp-press__slide-info{
        position: relative;
    }

    .mp-press__slide-title{
        font-size: 15px;
        line-height: 19px;
    }

    .mp-press__slide-date-icon{
        width: 20px;
        height: 20px;
    }

    .mp-press__slide-date{
        font-size: 14px;
        line-height: 19px;
    }



    .mp-press .slick-dots{
        padding: 15px 10px;
        border-left: 1px solid rgba(255, 255, 255, 0.1);
        border-right: 1px solid rgba(255, 255, 255, 0.1);
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    .slick-dots li{
        height: 20px;
        width: 20px;
        padding: 5px;
    }

    .slick-dots li:not(:last-child){
        margin-right: 5px;
    }



    .slick-dots li button{
        width: 10px;
        height: 10px;
    }

    .mp-press__slider{
        display: block;
        margin-bottom: 25px;
    }

    .mp-portal{
        display: none;
    }
    .mp-portal{
        padding: 50px 0 362px;
    }

    .mp-portal__content-photo{
        right: 0;
        left: 0;
        bottom: -314px;
        height: 277px;
        margin: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .section__subtitle{
        font-size: 17px;
        line-height: 21px;
        margin-top: 20px;
    }

    .mp-portal__content-list{
        margin-bottom: 30px;
    }

    .mp-portal__content-img{
        max-width: 44px;
        height: 44px;
        margin-right: 10px;
    }

    .mp-portal__content-text{
        font-size: 16px;
        line-height: 24px;
    }

    .btn-red{
        font-size: 16px;
        line-height: 19px;
        padding: 10px 19px;
    }

    .mp-portal__content-img img{
        height: 28px;
    }

    .mp-portal__content{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .mp-portal .btn-red{
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    }

    .mp-producers .section__heading::before{
        width: 255px;
        height: 191px;
        top: -123px;
        right: -14%;
    }

    .mp-producers .section__heading::after{
        bottom: -252px;
        left: -14%;
        width: 255px;
        height: 191px;
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .mp-producers__slide-logo{
        height: 36px;
        margin-bottom: 30px;
        max-width: 84px;
    }

    .mp-producers__slide-logo::after{
        bottom: -15px;
        width: 54px;
        left: calc(50% - 27px);
    }

    .mp-producers__slide-title{
        min-height: 38px;
    }

    .mp-producers{
        padding: 50px 0 185px;
    }

    .mp-producers__slide-wp{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .mp-producers__slide-info{
        margin-bottom: 0;
        width: 100%;
    }

    .mp-producers__slide-info:last-child{
        margin-left: 10px;
    }

    .mp-producers__slide{
        padding-left: 5px;
        padding-right: 5px;
    }

    .mp-producers__slider{
        position: absolute;
        height: 130px;
        right: 0;
        width: 86%;
    }

    .mp-producers__slider{
        width: 125%;
        left: 0;
        right: inherit;
        padding-left: 10px;
    }

    .mp-products__slider{
        position: absolute;
        width: 86%;
        height: 192px;
        right: 0;
    }
    .mp-products__slider .slick-list{
        padding: 0 10% 0 0;
        /* overflow: visible; */
    }

    .section__heading-nav{
        display: none;
    }

    .mp-products{
        padding: 50px 0 242px;
    }

    .mp-products__slide-wp{
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .mp-products__slide-part{
        margin-bottom: 0;
        margin-right: 10px;
    }

    .mp-products__slide-part:last-child{
        margin-right: 0;
    }

    .mp-products__slider .slick-list{
        padding:0 20% 0 0;
    }

    .mp-products__slider{
        margin-left: 0;
        margin-right: 0;
    }

    .mp-products__slide{
        padding-left: 5px;
        padding-right: 5px;
    }

    .mp-products__slide-text{
        font-size: 15px;
        line-height: 18px;
        left: 15px;
        bottom: 16px;
        max-width: 180px;
    }

    .mp-products__slide-part--circle::before{
        width: 180px;
        height: 180px;
        right: -90px;
        top: -90px;
    }

    .mp-products__slide-part--dots::before{
        width: 180px;
        height: 180px;
        right: -90px;
        top: -90px;
    }

    .mp-service__list{
        position: absolute;
        width: 125%;
        height: 182px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-left: -5px;
        margin-right: -5px;
    }

    .mp-service__item-link{
        padding-left: 5px;
        padding-right: 5px;
        margin-bottom: 0;
        height: 100%;
    }

    .section__heading{
        margin-bottom: 25px;
    }

    .mp-service{
        padding: 50px 0 237px;
    }


    .mp-service__item{
        padding: 25px 15px;
        min-height: 182px;
    }

    .mp-service__item-img{
        margin-bottom: 12px;
    }

    .mp-service__list .slick-list{
        padding:0 21% 0 0;
    }

    .mp-service__item-name{
        font-size: 15px;
        line-height: 18px;
        max-width: none;
        min-height: 36px;
    }

    .footer__top-menu::before{
        content: none;
    }

    .mp-banner__wp-promo-title{
        margin-bottom: 0;
        font-size: 18px;
        line-height: 22px;
        color: #FFFFFF;
    }

    .btn{
        padding: 6px 15px;
        font-size: 13px;
        line-height: 19px;
    }

    .btn--promo{
        margin-left: auto;
    }

    .mp-banner__wp-promo::after{
        width: 150px;
        height: 150px;
        top: -83px;
        right: -83px;
    }

    .mp-banner__wp-promo::before{
        width: 150px;
        height: 150px;
        bottom: -83px;
        left: -83px;
    }

    .mp-banner__wp-promo:hover::before{
        width: 150px;
        height: 150px;
        bottom: -83px;
        left: -83px;
    }

    .mp-banner__wp-promo-subtitle{
        display: none;
    }

    .mp-banner__wp{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .mp-banner__wp-slider{
        width: 100%;
        margin-bottom: 15px;
    }

    .mp-banner__wp-promo{
        max-width: none;
        margin-left: 0;
        padding: 25px 20px;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .mp-banner__wp-promo-img{
        min-height: 0;
        width: 100%;
    }

    .mp-banner__wp-promo-img img{
        width: 100%;
        object-position: top;
    }


    .header__search-btn.is-active{
        margin-top: 0;
    }
    .social-link{
        display: none;
    }

    .header__main-search-close{
        top: 0;
    }

    .social-link--mobile{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .header__tabs,
    .header__menu,
    .header__contacts-phone,
    .header__contacts-wrapper .btn-question{
        display: none;
    }

    .header__main-mobile-nav{
        display: block;
        position: relative;
        width: 60px;
        height: 36px;
        background: #FF0032;
        cursor: pointer;
        font-size: 0;
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
        margin-right: 36px;
        padding: 0;
        outline: none;
    }

    .header__main-mobile-nav::before{
        position: absolute;
        content: "";
        top: -500px;
        left: 0;
        right: 0;
        bottom: -12px;
        z-index: -1;
        display: block;
        background: #FF0032;

    }

    .header__main-mobile-nav span{
        position: absolute;
        top: 50%;
        left: 50%;
        display: block;
        width: 27px;
        height: 2px;
        border-radius: 2px;
        background: #fff;
        -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
    }

    .header__main-mobile-nav span:nth-child(1){
        top: calc(50% + 8px);
    }

    .header__main-mobile-nav span:nth-child(3){
        top: calc(50% - 8px);
    }

    .header__main{
        padding: 12px 0;
        border-bottom: none;
        /* overflow: hidden; */
    }

    header{
        height: 60px;
        /* overflow: hidden; */
    }

   .overlay .active{
        z-index: 1;
    }

    .overlay{
        top: 140px;
    }

    .logo{
        height: 24px;
    }

    .social-link{
        width: 36px;
        height: 36px;
    }

    .social-icon{
        height: 20px;
        width: 16px;
    }
    .header__search-btn{
        width: 36px;
        height: 36px;
    }

    .header__search-icon{
        height: 20px;
        width: 16px;
    }

    .header__mobile{
        display: block;
        position: fixed;
        top: 0px;
        left: -3000px;
        height: 100%;
        width: 100%;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        background: #1C242C;
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
    }

    .header__mobile.is-active{
        opacity: 1;
        pointer-events: auto;
        visibility: visible;
        left: 0;
    }

    .header__mobile-header{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 31px;
        padding: 15px 0;
        position: relative;
    }

    .header__mobile-header::after{
        position: absolute;
        content: "";
        width: 10000px;
        left: -1000px;
        right: -1000px;
        bottom: 0;
        height: 1px;
        background: rgba(255, 255, 255, 0.1);
    }

    .header__moile-header-close{
        width: 36px;
        height: 36px;
        margin-left: auto;
        border: 1px solid #fff;
        border-radius: 32px;
    }

    .header__moile-header-close:hover .icon-close{
        fill: #FF0032;
    }

    .header__mobile-menu-item{
        /* display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; */
        width: 100%;
        padding: 14px 0;
        position: relative;
        /* -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease; */
    }

    .header__mobile-menu-item.has-child::after{
        content: "";
        position: absolute;
        right: 0;
        top: 19px;
        width: 9px;
        height: 9px;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        border-top: 2px solid #fff;
        border-right: 2px solid #fff;
        border-radius: 2px;
    }

    .header__mobile-menu-item.is-active::after{
        content: none;
    }

    .header__mobile-menu-item.is-active .header__mobile-menu-link::before{
        content: "";
        position: absolute;
        top: -11px;
        left: -46px;
        width: 36px;
        height: 36px;
        background: url(../img/menu/back.svg) no-repeat;
        background-size: cover;
        cursor: pointer;
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
    }

    .header__mobile-menu-link{
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        font-weight: 500;
        font-size: 15px;
        line-height: 18px;
        color: #FFFFFF;
    }

    .header__mobile-menu{
        padding-bottom: 68px;
    }

    .header__mobile-menu-nav-arrow{
        padding: 2px 5px;
        max-height: 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        cursor: pointer;

    }

    .header__mobile-menu-nav-arrow .icon-arrow{
        height: 16px;
        width: 16px;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }

    .header__mobile-contacts{
        padding: 35px 0;
        background: #272E36;
        position: relative;
    }

    .header__mobile-contacts-phone{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        font-size: 12px;
        line-height: 14px;
        color: #C5C7C9;
        margin-bottom: 10px;
    }

    .header__mobile-contacts-info{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .header__mobile-social-link{
        margin-left: 10px;
        width: 36px;
        height: 36px;
        border: 1px solid #C5C7C9;
        border-radius: 32px;
        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;
    }

    .header__mobile-social-link .social-icon{
        width: 20px;
    }

    .btn-question{
        padding: 7px 15px;
        font-size: 13px;
        line-height: 19px;
    }

    .button-icon{
        height: 16px;
    }

    .header__mobile-links{
        padding: 35px 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .header__mobile-link{
        width: 100%;
        font-weight: 500;
        font-size: 13px;
        line-height: 19px;
        color: #FFFFFF;
        border: 1px solid #fff;
        border-radius: 5px;
        text-align: center;
        padding: 6px 10px;
    }

    .header__mobile-link:not(:last-child){
        margin-bottom: 10px;
    }

    .header__mobile-link--partner{
        background: #FF0032;
        border-color: #FF0032;
    }


    .header__mobile-submenu{
        padding: 25px 0;
        display: none;
    }

    .header__mobile-submenu-item > a{
        width: 100%;
        font-weight: 400;
        font-size: 14px;
        line-height: 18px;
        color: #fff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 10px 0;
    }

    .submenu-icon{
        margin-right: 8px;
    }

    .header__mobile.is-open{
        top: 0;
        padding: 0;
    }

    .header__mobile-menu-item.is-active .header__mobile-menu-link{
        margin-left: 46px;
        margin-top: 7px;
        width: calc(100% - 82px);
        position: relative;
    }

    .header__moile-submenu-close{
        display: none;
    }

    .header__mobile-menu-item.is-active .header__moile-submenu-close{
        display: flex;
        align-items: center;
        justify-content: center;
        width: 36px;
        height: 36px;
        border-radius: 32px;
        border: 1px solid #fff;
        position: absolute;
        right: 0;
        top: 10px;
        cursor: pointer;

    }

    .header__mobile-menu-item.is-active .header__moile-submenu-close:hover .icon-close{
        fill: #FF0032;
    }

    .icon-close{
        width: 100%;
        height: 100%;
        fill: #fff;
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
    }

    .header__mobile-menu-item.is-active .header__mobile-menu-link:hover::before{
        background: url("../img/menu/backhover.svg") no-repeat;
    }

    .header__mobile-menu-item{
        position: relative;
    }

    .header__mobile-menu-item::before{
        position: absolute;
        content: "";
        width: 10000px;
        height: 1px;
        background: rgba(255, 255, 255, 0.1);
        bottom: 0;
        left: -1000px;
        right: -1000px;
    }

    .header__mobile-menu-item.is-active::before{
        content: none;
    }

    .footer__top-submenu{
        display: none;
        margin: 7px 0 35px;
    }

    .footer__top-contacts{
        display: none;
        margin: 7px 0 35px;
    }

    .footer__top-menu-item{
        min-width: 0;
        margin-bottom: 0;
        position: relative;
    }

    .footer__top-menu-item::after{
        position: absolute;
        content: "";
        height: 1px;
        background: rgba(255, 255, 255, 0.1);
        left: -2000px;
        right: -2000px;
        display: block;
        bottom: 0;
    }

    .footer__bottom{
        margin-top: 0;
        background: rgba(28, 36, 44, .95);;
    }

    .footer__top-menu{
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .footer__top-menu-link{
        margin-bottom: 0;
        padding: 18px 0;
        width: 100%;
        position: relative;
        z-index: 1;
    }

    .footer__top{
        padding: 0;
    }

    .footer__top-arrow{
        display: block;
        position: absolute;
        right: 0;
        top: 17px;
        height: 17px;
        cursor: pointer;
        z-index: 0;
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
    }

    .footer__top-arrow .icon-arrow{
        width: 19px;
        height: 17px;
        fill: #C5C7C9;
    }

    .footer__top-menu-link{
        font-size: 16px;
        line-height: 19px;
    }

    .footer__top-menu-item.is-open .footer__top-arrow{
        -webkit-transform: scale(-1);
        -ms-transform: scale(-1);
        transform: scale(-1);
        top: 24px;
    }

    .footer__top-submenu-columns{
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        -webkit-column-gap: 0;
        -moz-column-gap: 0;
        column-gap: 0;
        height: auto;
    }

    .footer__top-submenu-item{
        width: 100%;
        max-width: none;
        line-height: 18px;
    }

    .footer__top-submenu-item:not(:last-child){
        margin-bottom: 15px;
    }

    .footer__top-submenu-link{
        font-size: 14px;
        line-height: 18px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .footer__top-contact-phone{
        font-size: 12px;
        line-height: 14px;
    }

    .phone-number{
        font-size: 19px;
        line-height: 32px;
    }

    .footer__top .btn-question{
        max-width: 148px;
    }

    .footer__top .social-link{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .footer__top-submenu-link .submenu-icon{
        display: block;
        height: 32px;
    }

    .footer__bottom-wp{
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
    }

    .footer__bottom-info{
        margin-left: 0;
        margin-bottom: 20px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
        width: 100%;
    }

    .footer__bottom-links{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
    }

    .footer__bottom-link{
        margin-left: 0;
    }

    .footer__bottom-link:not(:last-child){
        margin-bottom: 20px;
    }

    .header.is-fixed{
        height: 60px;
    }

    .header.is-fixed  .header__main{
        padding: 12px 0;
    }

    .header.is-fixed .logo{
        height: 24px;
    }

    .header.is-fixed .header__search-block{
        top: 48px;
    }

    .container--slider{
        position: relative;
    }

    .mp-products__slider{
        width: 125%;
        left: 0;
        right: inherit;
        padding-left: 10px;
    }

    .header__mobile-header-wp{
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }

    .header__mobile.is-open .header__mobile-header-wp{
        height: 0;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .page-404__body-title{
       margin-top: 50px;
    }

    .page-404__body-img{
        margin: 0 auto 20px;
    }

    .page-404__header .logo{
        height: 24px;
    }

    .page-404__body{
        padding: 50px 0;
        /* height: calc(100vh - 96px); */
    }

    .content p{
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 15px;
    }

    .content ul{
        padding-left: 20px;
    }

    .content ul > li{
        font-size: 14px;
        line-height: 20px;
    }

    .content ul > li::before{
        top: 8px;
    }

    .page-404__body-img{
        height: 231px;
        max-width: 246px;
    }

    .page-404__body h1{
        font-size: 18px;
        line-height: 25px;
    }

    .search-result__form-input{
        padding: 13px 50px 13px 20px;
        font-size: 16px;
        line-height: 19px;
        height: 44px;
    }

    .search-result__form-sumbit{
        height: 44px;
        width: 44px;
        right: 10px;
    }

    .search-result__form-sumbit svg{
        width: 20px;
        height: 20px;
    }

    .search-result__form-result{
        padding: 12px 15px 25px;
    }

    .search-result__form-item{
        padding: 13px 0;
    }

    .search-result__form-link{
        font-size: 16px;
        line-height: 22px;
        text-overflow: ellipsis;
        display: -moz-box;
        -moz-box-orient: vertical;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        line-clamp: 2;
        box-orient: vertical;
        overflow: hidden;

    }

    .search-result__form-all-result{
        margin-top: 12px;
        font-size: 16px;
        line-height: 19px;
    }

    .search-result__form-sum{
        font-size: 14px;
        line-height: 20px;
    }

    .search-result__form{
        margin-bottom: 20px;
    }

    .search-result__result-link{
        font-size: 15px;
        line-height: 18px;
    }

    .search-result__result-text{
        font-size: 15px;
        line-height: 23px;
    }

    .search-result__form-result{
        top: 47px;
    }

    .search-result__result-item{
        margin-bottom: 15px;
        padding-bottom: 15px;
    }

    .content p {
        margin-bottom: 25px;
    }

    .content-photo{
        margin-bottom: 30px;
    }

    .no-photo.typical-content{
        min-height: 250px;
        margin-bottom: 30px;
    }

    .content ol li{
        font-size: 14px;
        line-height: 20px;
        padding-left: 25px;
    }

    .content ol li::before{
        width: 16px;
        height: 18px;
        font-size: 12px;
        line-height: 14px;
        top: 1px;
    }

    .content ol{
        padding-left: 20px;
    }

    .content table tr > th{
        padding: 15px;
        font-size: 14px;
        line-height: 18px;
    }

    .content table tr > td{
        padding: 15px;
        font-size: 14px;
        line-height: 18px;
    }

    .mp-producers__slider{
        margin: 0 auto;
    }

    .products__card .mp-products__slide-part{
        margin-right: 0;
    }
    .products__card .mp-products__slide-text{
        max-width: 280px;
    }

    .products__card .mp-products__slide-part{
        height: 140px;
    }

    .products__card .mp-products__slide-photo{
        height: 140px;
    }

    .products__card .mp-products__slide-text{
        font-size: 16px;
        line-height: 24px;
        max-width: 242px;
        bottom: 10px;
    }

    .products__card-desc{
        padding: 15px 15px 25px;
        height: calc(100% - 140px);
        font-size: 14px;
    }

    .products{
        padding: 40px 0 50px;
    }

    .company-about__info{
        font-size: 17px;
        line-height: 27px;
        max-width: none;
    }

    .company-about{
        padding: 65px 0;
    }

    .company-about::before{
        width: 260px;
        height: 260px;
        top: inherit;
        bottom: -102px;
        left: -102px;
        background: url('../img/svg/decor-dots-mob.svg') no-repeat;
    }

    .company-about::after{
        width: 260px;
        height: 260px;
        top: -102px;
        right: -102px;
        background: url('../img/svg/decor-circles-mob.svg') no-repeat;
    }

    .question-block{
        padding: 55px 0 377px;
    }

    .question-block::before{
        left: 0;
        bottom: 0;
        right: 0;
        background: url('../img/products/question-pic-mob.png') no-repeat;
        width: 417px;
        height: 367px;
        margin: auto;
    }


    form .btn-red{
        height: 50px;
        padding: 15px;
        min-width: none;
    }



    .mp-portal--mobile{
        display: block;
    }

    .products-detail__block-photo{
        height: 180px;
        margin-bottom: 20px;
    }

    .products-detail__block-photo::before{
        width: 180px;
        height: 180px;
        left: -90px;
        bottom: -90px;
    }

    .products-detail__block--gray-bg .products-detail__block-photo::before{
        width: 180px;
        height: 180px;
        right: -90px;
        bottom: -90px;
    }

    .products-detail__block-text p{
        font-size: 17px;
        line-height: 26px;
    }

    .service-block__slide-inner{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
        padding: 25px 15px;
    }

    .service-block__slide-icon{
        margin-right: 0;
        margin-bottom: 10px;
    }

    .service-block__slide-text{
        font-size: 15px;
        line-height: 18px;
        min-height: 36px;
    }

    .service-block__slider{
        position: absolute;
        height: 180px;
        width: 125%;
        margin: 0 -5px;
    }

    .service-block{
        padding: 50px 0 235px;
    }

    .service-block__slider .slick-list{
        padding: 0 20% 0 0;
    }

    .service-block__slide{
        padding: 0 5px;
    }

    .viewed-block{
        padding: 50px 0 235px;
    }

    .viewed-block__slider{
        position: absolute;
        height: 180px;
        width: 125%;
        margin: 0 -5px;
    }

    .viewed-block__slider .slick-list{
        padding: 0 20% 0 0;
    }

    .viewed-block__slide-wp{
        padding: 0 5px;
    }

    .viewed-block__slide--circle-decor::after{
        width: 180px;
        height: 180px;
        right: -90px;
        top: -90px;
    }

    .viewed-block__slide--dots-decor::after{
        width: 180px;
        height: 180px;
        right: -90px;
        top: -90px;
    }

    .viewed-block__slide-text{
        font-size: 15px;
        line-height: 18px;
        left: 15px;
        bottom: 16px;
        max-width: 180px;
    }

    .back-block{
        padding: 30px 0;
    }

    .back-block__btn-wp{
        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;
    }

    .back-block__btn{
        padding: 13px 25px 13px 40px;
        font-size: 16px;
        line-height: 22px;
    }

    .back-block__btn::before{
        width: 8px;
        height: 8px;
        left: 25px;
        top: 20px;
    }

    .block-filter{
        padding: 20px 0;
    }

    .producers__list-wp{
        padding: 50px 0;
    }

    .block-filter__select{
        padding: 12px 39px 12px 15px;
        font-size: 16px;
        line-height: 19px;
    }

    .block-filter__select::after{
        width: 8px;
        height: 8px;
        top: 17px;
    }

    .block-filter__select.is-open::after{
        top: 22px;
    }

    .filter-item {
        padding: 13px 0;
    }

    .filter-item span{
        font-size: 16px;
        line-height: 22px;
        text-overflow: ellipsis;
        display: -moz-box;
        -moz-box-orient: vertical;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        line-clamp: 1;
        box-orient: vertical;
        overflow: hidden;
    }

    .producers__list-item-wp{
        width: 25%;
    }

    .producers-detail__card-logo-wp{
        padding: 30px 15px;
    }

    .producers-detail__card-logo{
        height: 65px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .producers-detail__card-info{
        padding: 30px 15px;
    }

    .producers-detail__card-list{
        max-width: none;
    }

    .producers-detail__card-item{
        margin-bottom: 12px;
        font-size: 15px;
        line-height: 18px;
    }

    .producers-detail__info-title{
        font-size: 17px;
        line-height: 27px;
    }

    .blockquote{
        padding-left: 36px;
    }

    .blockquote::before{
        width: 24px;
        height: 20px;
    }

    .producers-detail__info-desc{
        font-size: 15px;
        line-height: 22px;
    }

    .producers-detail__info-desc.hide-text{
        height: 70px;
    }

    .manager__slide-inner{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        height: 100%;
    }

    .manager__slide-photo{
        width: auto;
        height: 140px;
    }

    .manager__slide-photo img{
        width: 100%;
    }

    .manager__slide-info{
        width: 100%;
        padding: 20px 15px 30px;
        border-left: 1px solid #E1E1E1;
    }

    .manager__slide-title{
        font-size: 16px;
        line-height: 20px;
        min-height: 40px;
    }

    .manager__slide-contact{
        font-size: 15px;
        line-height: 18px;
    }

    .manager{
        padding: 50px 0 350px;
    }

    .manager__slider{
        margin: 0 -5px;
        position: absolute;
        width: 125%;
        height: 295px;
    }

    .manager__slide{
        padding: 0 5px;
    }

    .manager__slider .slick-list{
        padding: 0 20% 0 0;
    }

    .vendor-news{
        padding: 50px 0 312px;
    }

    .vendor-news__slider{
        position: absolute;
        width: 125%;
        /* height: 257px; */
    }

    .vendor-news__slider .slick-list{
        padding: 0 20% 0 0;
    }

    .vendor-news .mp-press__table-news{
        text-overflow: ellipsis;
        display: -moz-box;
        -moz-box-orient: vertical;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        line-clamp: 4;
        box-orient: vertical;
        overflow: hidden;
    }

    .service__card{
        padding: 30px 20px;
    }

    .service__card-title{
        margin-bottom: 15px;
        font-size: 16px;
        line-height: 19px;
    }

    .service__card-icon{
        height: 48px;
        max-width: 48px;
        width: 100%;
    }

    .service__card-text{
        height: calc(100% - 48px);
        font-size: 13px;
        line-height: 19px;
    }

    .service{
        padding: 0 0 50px;
    }

    .service-detail .products-detail__block-photo{
        height: 145px;
    }

    .work-stage__wp{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .work-stage__block{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 20px;
        min-height: 100px;
    }

    .work-stage__block:last-child{
        margin-bottom: 0;
    }

    .work-stage__block-number{
        margin-bottom: 0;
        margin-right: 20px;
    }

    .work-stage__block-icon{
        height: 48px;
        width: 48px;
    }

    .work-stage__block-number::after{
        right: calc(50% - 5px);
        top: inherit;
        bottom: 0;
        width: 2px;
        height: calc(100% - 68px);
        border-top: none;
        border-left: 2px dashed #C5C7C9;
    }

    .service-another .section__heading::after{
        content: none;
    }

    .service-another .section__heading::before{
        content: none;
    }

    .service-another{
        padding: 50px 0 255px;
    }

    .service-another__slider{
        position: absolute;
        margin: 0 -5px;
        width: 125%;
        min-height: 200px;
    }

    .service-another__slide{
        padding: 0 5px;
    }

    .service-another__slider .slick-list{
        padding: 0 20% 0 0;
    }

    .service-another .service__card-title{
        min-height: 57px;
    }

    .about-intra__title{
        font-size: 17px;
        line-height: 27px;
        margin-bottom: 15px;
    }

    .about-intra__subtitle{
        font-size: 13px;
        line-height: 19px;
    }

    .about-intra{
        padding: 50px 0;
    }

    .about-diff__item{
        margin-bottom: 30px;
        height: calc(100% - 30px);
    }

    .about-diff__item-icon{
        height: 48px;
        max-width: 48px;
        margin-right: 12px;
    }

    .about-diff__item-title{
        margin-bottom: 15px;
        font-size: 16px;
        line-height: 19px;
    }

    .about-diff__item-text{
        font-size: 13px;
        line-height: 19px;
    }

    .about-diff__info{
        margin-top: 5px;
    }

    .about-diff .section__heading::after{
        bottom: -868px;
    }

    .about-diff{
        padding: 50px 0;
    }

    .division{
        padding: 50px 0;
    }

    .division__block{
        margin-bottom: 20px;
    }

    .division__block:last-of-type{
        margin-bottom: 0;
    }

    .division__block-wp{
        padding: 25px 20px;
    }

    .division__block-photo{
        margin-bottom: 20px;
    }

    .division__block__block-text{
        font-size: 13px;
        line-height: 19px;
    }

    .division__block-text-title{
        margin-bottom: 15px;
        font-size: 16px;
        line-height: 19px;
    }

    .vacancy-intra{
        padding: 0 0 50px;
        font-size: 17px;
        line-height: 27px;
    }

    .vacancy__item{
        width: 50%;
    }

    .vacancy__item-title{
        font-size: 16px;
        line-height: 24px;
    }

    .vacancy__item-salary{
        font-size: 15px;
        line-height: 19px;
        margin-bottom: 10px;
    }

    .vacancy__item-icon{
        height: 16px;
        width: 16px;
    }

    .vacancy__item-inner{
        padding: 30px 20px;
    }

    h3.section__title{
        margin-bottom: 20px;
    }

    .mp-subscribe .form-group{
        margin-bottom: 10px;
    }

    .drop-zone{
        height: 100%;
    }

    .resume{
        padding: 55px 0 377px;
    }

    .resume::before{
        height: 417px;
        width: 379px;
        left: 0;
        bottom: -74px;
        right: 0;
        margin: auto;
    }

    .resume__vacancy-selected{
        height: 42px;
        padding: 13px 25px 8px;
        font-size: 16px;
        line-height: 27px;
    }

    .resume__vacancy-text{
        left: 15px;
        top: 6px;
    }

    .resume__vacancy-selected::after{
        width: 8px;
        height: 8px;
        top: 14px;
    }

    .form-group.is-open .resume__vacancy-selected::after{
        top: 18px;
    }

    .resume__vacancy-list{
        top: 42px;
    }

    .vacancy-info .vacancy__item-salary{
        font-size: 20px;
        line-height: 24px;
    }

    .vacancy-info .vacancy__item-condition{
        font-size: 14px;
        line-height: 20px;
    }

    .vacancy-detail__card{
        padding: 30px 30px 1px;
    }

    .vacancy-detail__card-info{
        padding: 30px;
        font-size: 17px;
        line-height: 24px;
        margin-bottom: 30px;
    }

    .vacancy-detail__card-title{
        margin-bottom: 15px;
        font-size: 18px;
         line-height: 20px;
    }
    .content .vacancy-detail__card ul > li::before{
        top: 7px;
    }

    .vacancy-detail{
        padding: 0 0 55px;
    }

    .vacancy-hr__title{
        font-size: 25px;
        line-height: 28px;
        max-width: 198px;
    }

    .vacancy-hr__contact-icon{
        width: 16px;
        height: 16px;
    }

    .vacancy-hr__contact-item{
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 10px;
    }

    .vacancy-hr__contact-item:last-of-type{
        margin-bottom: 0;
    }

    .vacancy-hr{
        padding: 65px 0;
    }

    .vacancy-info{
        margin-bottom: 30px;
    }

    .contacts__filter-city{
        font-size: 14px;
        line-height: 17px;
        left: 15px;
        top: 13px;
    }

    .contacts .block-filter__select{
        padding: 12px 39px 12px 66px;
    }

    .contacts__map-wp{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .contacts__map{
        width: 100%;
    }

    .contacts__list{
        max-width: none;
        height: 176px;
    }

    .contacts__item{
        padding: 20px 15px;
    }

    .contacts__map{
        height: 300px;
    }

    .contacts-detail__block{
        padding-bottom: 30px;
    }

    .contacts-detail__block-top{
        padding: 25px 15px;
        margin-bottom: 0;
        height: calc(100% - 300px);
    }

    .contacts-detail__block-title{
        font-size: 25px;
        line-height: 30px;
        margin-bottom: 15px;
    }

    .contacts-detail__block-item{
        margin-bottom: 10px;
    }

    .contacts-detail__block-icon,
    .contacts-detail__block-direction .contacts-detail__block-icon{
        max-width: 16px;
        height: 16px;
    }

    .contacts-detail__block-links-wp{
        font-size: 15px;
        line-height: 18px;
    }

    .contacts-detail__block-link{
        margin-bottom: 3px;
    }

    .contacts-detail__block-link:last-of-type{
        margin-bottom: 0;
    }

    .contacts-detail__block-direction-wp{
        font-size: 15px;
        line-height: 18px;
        padding: 10px;
    }

    .contacts-detail__block-direction-link{
        font-size: 15px;
        line-height: 18px;
    }

    .contacts-detail__map{
        height: 300px;
    }

    .contacts-detail{
        padding: 50px 0;
    }

    .subscribe-bottom .form-group{
        border-right: 2px solid #8D9195;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
        margin-bottom: 15px;
        width: 100%;
    }

    .subscribe-bottom__title{
        max-width: none;
        font-size: 19px;
        line-height: 23px;
        margin-bottom: 10px;
    }

    .subscribe-bottom__subtitle{
        font-size: 15px;
        line-height: 18px;
        margin-bottom: 20px;
    }

    .news__item-info{
        padding: 30px 15px;
        height: calc(100% - 150px);
    }

    .news__item-title{
        font-size: 18px;
        line-height: 22px;
        min-height: 44px;
    }

    .news__item-date{
        margin-right: 12px;
        font-size: 14px;
        line-height: 19px;
    }

    .news__item-date span{
        font-size: 20px;
        line-height: 19px;
    }

    .news__item-photo{
        height: 150px;
    }

    .contacts__filter-category{
        font-size: 14px;
        line-height: 19px;
        margin-right: 12px;
    }

    .filters__wp .block-filter__select{
        padding: 12px 15px;
    }

    .filters__wp{
        margin: 0 -5px;
    }

    .filters__wp .block-filter{
        padding: 0 5px;
    }

    .news-detail{
        padding: 50px 0;
    }

    .training__card{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 15px;
    }

    .training__card-photo{
        max-width: none;
        max-height: 240px;
    }

    .training__card-info{
        width: 100%;
        padding: 25px 20px;
    }

    .training__card-tag{
        padding: 4px 10px;
        font-size: 14px;
        line-height: 16px;
        margin-bottom: 15px;
    }

    .training__card-title{
        font-size: 17px;
        line-height: 19px;
        margin-bottom: 15px;
        min-height: 0;
    }

    .training__card-icon{
        width: 24px;
        height: 24px;
        margin-right: 8px;
    }

    .training__card-date-wp{
        font-size: 14px;
    }

    .training .btn-red{
        font-size: 16px;
        line-height: 19px;
        padding: 10px 19px;
    }

    .training__card-company{
        height: 25px;
    }

    .page-info__info-date{
        font-size: 14px;
        line-height: 17px;
    }

    .training-past__item-photo{
        height: 150px;
    }

    .training-past__item-info{
        padding: 30px 15px;
        height: calc(100% - 150px);
    }

    .training-past__item-title{
        font-size: 16px;
        line-height: 19px;
        min-height: 57px;
    }

    .news-another .section__heading::before{
        content: none;
    }

    .news-another .section__heading::after{
        content: none;
    }

    .news-another{
        padding: 50px 0 420px;
    }

    .news-another__slider{
        margin: 0 -5px;
        position: absolute;
        height: 364px;
        width: 125%;

    }

    .news-another__slide{
        padding: 0 5px;
    }

    .news-another__slider .slick-list{
        padding: 0 20% 0 0;
    }

    .training-detail__card{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 15px;
    }

    .training-detail__card-info{
        width: 100%;
        max-width: none;
        padding: 25px 20px;
    }

    .training-detail__card-title{
        font-size: 20px;
        line-height: 20px;
        margin-bottom: 15px;
    }

    .training-detail__card-company{
        padding: 20px;
        height: 80px;
        margin-bottom: 15px;
    }

    .training-detail .training__card-date-wp{
        font-size: 14px;
    }

    .training-detail__card-speaker{
        margin-top: 15px;
    }

    .training-detail__card-speaker-title{
        font-size: 15px;
    }

    .training-detail__card-icon{
        max-width: 24px;
        height: 24px;
    }

    .training-detail__card-speaker-info{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .training-detail__card-form{
        width: 100%;
    }

    .training-detail__card-form{
        padding: 25px 20px;
    }

    .training-detail__card-form-title{
        font-size: 20px;
        line-height: 20px;
        margin-bottom: 15px;
    }

    .training-detail__card-form .form-btn{
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .training-detail__card-form form .btn-red{
        margin-left: auto;
    }

    .training-detail{
        padding: 55px 0;
    }

    .question-form--disabled .btn-red{
        margin-left: 0!important;
    }

    .training-detail__video-link{
        height: 300px;
    }

    .training-detail__video-link::after{
        width: 64px;
        height: 64px;
    }

    .training-detail__video-title{
        font-size: 18px;
        line-height: 21px;
    }

    .video{
        padding: 0 0 50px;
    }

    .video__card-info{
        padding: 90px 20px 30px;
    }

    .video__card-tab{
        padding: 4px 10px;
        font-size: 14px;
        line-height: 16px;
    }

    .video__card-title{
        font-size: 18px;
        line-height: 22px;
    }

    .video__card-desc{
        font-size: 15px;
        line-height: 22px;
        color: #C5C7C9;
        text-overflow: ellipsis;
        display: -moz-box;
        -moz-box-orient: vertical;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        line-clamp: 2;
        box-orient: vertical;
        overflow: hidden;
    }

    .video__card-icon{
        max-width: 20px;
        height: 20px;
    }

    .video__card-date{
        font-size: 14px;
        line-height: 19px;
    }

    .video__card-company{
        height: 26px;
    }

    .content-nav__list{
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: 10px;
    }

    .content-nav__list-item{
        margin-right: 8px;
        margin-bottom: 8px;
        min-width: 35px;
        height: 35px;
        padding: 5px;
    }

    .training-completed .section__heading::before{
        content: none;
    }

    .training-completed .section__heading::after{
        content: none;
    }

    .training-completed-slider{
        position: absolute;
        width: 125%;
        margin: 0 -5px;
        height: 400px;
    }

    .training-completed-slider .slick-list{
        padding: 0 20% 0 0;
    }

    .training-completed .training-past__item{
        padding: 0 5px;
    }

    .training-completed{
        padding: 50px 0 450px;
    }

    .training-completed .training-past__item-title{
        min-height: 76px;
    }

    .section__heading-btn{
        padding: 12px 20px;
        font-size: 16px;
        line-height: 22px;
    }

    .news__item-company{
        height: 26px;
    }

    .cases{
        padding: 55px 0;
    }

    .news{
        padding: 0 0 55px;
    }

    .case-another{
        padding: 55px 0 440px;
    }

    .case-another .section__heading::after{
        content: none;
    }

    .case-another .section__heading::before{
        content: none;
    }

    .case-another .news__item-title{
        text-overflow: ellipsis;
        display: -moz-box;
        -moz-box-orient: vertical;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        line-clamp: 2;
        box-orient: vertical;
        overflow: hidden;
        min-height: 0!important;
    }

    .case-another__slider{
        position: absolute;
        width: 125%;
        margin: 0 -5px;
    }

    .case-another__slider .slick-list{
        padding: 0 20% 0 0;
    }

    .case-another .news__item{
        padding: 0 5px;
    }

    .modal-request .close-btn{
        top: -35px;
    }

    .modal-body__text{
        font-size: 15px;
        line-height: 19px;
    }

    .modal-request .btn-red{
        padding: 15px;
    }

    .about-advan__diagram-bg{
        display: none;
    }

    .about-advan__diagram-tab .about-advan__diagram-img{
        display: none;
    }

    .about-advan__diagram-tab:nth-child(1) .about-advan__diagram-title,
    .about-advan__diagram-tab:nth-child(2) .about-advan__diagram-title,
    .about-advan__diagram-tab:nth-child(3) .about-advan__diagram-title,
    .about-advan__diagram-tab:nth-child(4) .about-advan__diagram-title,
    .about-advan__diagram-tab:nth-child(5) .about-advan__diagram-title,
    .about-advan__diagram-tab:nth-child(6) .about-advan__diagram-title,
    .about-advan__diagram-tab:nth-child(7) .about-advan__diagram-title,
    .about-advan__diagram-tab:nth-child(8) .about-advan__diagram-title,
    .about-advan__diagram-tab:nth-child(1) .about-advan__diagram-title span,
    .about-advan__diagram-tab:nth-child(2) .about-advan__diagram-title span,
    .about-advan__diagram-tab:nth-child(3) .about-advan__diagram-title span,
    .about-advan__diagram-tab:nth-child(4) .about-advan__diagram-title span,
    .about-advan__diagram-tab:nth-child(5) .about-advan__diagram-title span,
    .about-advan__diagram-tab:nth-child(6) .about-advan__diagram-title span,
    .about-advan__diagram-tab:nth-child(7) .about-advan__diagram-title span,
    .about-advan__diagram-tab:nth-child(8) .about-advan__diagram-title span{
        position: relative;
        top: inherit;
        left: inherit;
        right: inherit;
        text-align: left;
    }

    .about-advan__diagram-tab.is-active .about-advan__diagram-title{
        color: #0f315a;
    }

    .about-advan__diagram-title{
        width: 100%;
        height: auto;
        margin: 0;
        cursor: auto;
    }

    .about-advan__diagram-title span{
        font-size: 18px;
        color: #1C242C;
    }

    .about-advan__diagram-inner{
        display: flex;
    }

    .about-advan__diagram-tabs{
        width: 100%;
    }

    .about-advan__diagram-tab .about-advan__diagram-content{
        position: relative;
        top: inherit;
        padding: 0;
        left: inherit;
        width: 100%;
        height: auto;
        margin: 0;
        opacity: 1;
        pointer-events: auto;
        z-index: 1;
        border-radius: 0;
        text-align: left;
    }

    .about-advan__diagram-title span br{
        display: none;
    }

    .about-advan__diagram-tab{
        position: relative;
        padding-left: 25px;
        margin-bottom: 15px;
    }

    .about-advan__diagram-tab:last-of-type{
        margin-bottom: 0;
    }

    .about-advan__diagram-tabs{
        counter-reset: number;
    }


    .about-advan__diagram-tab::before{
        content: counter(number);
        counter-increment: number;
        position: absolute;
        top: 3px;
        left: 0;
        width: 16px;
        height: 18px;
        background: #FF0032;
        border-radius: 4px;
        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;
        font-weight: 600;
        font-size: 12px;
        line-height: 14px;
        color: #FFFFFF;
    }

    .about-advan{
        padding: 55px 0;
    }

    .about-history__slide-inner{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .about-history__slide-title{
        max-width: none;
        margin-bottom: 25px;
        text-align: center;
        width: 100%;
        padding-right: 0;
    }

    .content span{
        font-size: 17px;
        line-height: 23px;
    }

    .about-history__slide-desc{
        width: 100%;
    }

    .about-history__progress{
        margin-bottom: 30px;
        margin-top: 40px;
    }

    .video__card::before{
        width: 64px;
        height: 64px;
        left: calc(50% - 32px);
        top: 30px;
    }

    .about-history__progress .slick-dots li button{
        height: 18px;
        max-width: 18px;
    }

    .about-history__progress .slick-dots li{
        margin-right: 0;
    }

    .about-history__slider {
        margin: 0 -5px;
    }

    .about-history__slide{
        padding: 0 5px;
    }

    .subscribe .btn-red{
        padding: 10px;
        font-size: 16px;
        line-height: 19px;
        height: 65px;
    }

    .subscribe-bottom .btn-red{
        max-width: none;
    }

    .subscribe-bottom .mp-subscribe__form-wp .form-btn{
        width: 100%;
    }

    .about-history__date{
        -webkit-transform: translate(-30%, -50%);
        -ms-transform: translate(-30%, -50%);
        transform: translate(-30%, -50%);
        top: -30%;
        font-size: 15px;
        line-height: 16px;
    }



}

@media(max-width: 767px){



    .mp-banner__wp-slider{
        margin-bottom: 10px;
    }

    .mp-banner__slide-top-tag{
        padding: 3px 8px;
        font-size: 9px;
        line-height: 7px;
        margin-bottom: 8px;
    }

    .mp-banner__slide-title{
        font-size: 14px;
        line-height: 17px;
        margin-bottom: 5px;
    }

    .mp-banner__slide-bottom-tag{
        padding: 3px 8px;
        font-size: 10px;
        line-height: 9px;
        max-width: 131px;
    }

    .mp-banner__slide-img{
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
    }

    .mp-banner__slider{
        height: 100%;
        overflow: hidden;
    }
    .mp-banner__slide{
        height: 100%;
        padding-top: 75%;
    }

    .mp-banner__slider .slick-dots{
        bottom: 15px;
    }

    .mp-press__slide-date-year{
        display: none;
    }
    .mp-press__slide-producer{
        margin-left: 25px;
        height: 20px;
    }
    .mp-press__slide-photo{
        height: 140px;
    }

    .mp-press__slide-info{
        height: -moz-calc(100% - 140px);
        height: -webkit-calc(100% - 140px);
        height: calc(100% - 140px);
    }
    .container--slider{
        position: relative;
    }

    .mp-products__slider{
        width: 125%;
        left: 0;
        right: inherit;
        padding-left: 10px;
    }

    .mp-producers__slide-title{
        font-size: 14px;
        line-height: 17px;
        max-width: 50px;
        min-height: 34px;
    }

    .mp-producers__slide-info{
        margin-bottom: 0;
    }


    .mp-producers .section__heading::before{
        right: -24%;
    }

    .mp-producers .section__heading::after{
        left: -24%;
    }

    .section__heading-naming{
        max-width: none;
    }

    .mp-subscribe .mp-subscribe__form-photo{
        right: -171px;
        bottom: 210px;
    }

    .subscribe .btn-red{
        max-width: none;
        height: 42px;
    }

    .content blockquote{
        padding: 30px 20px 30px 59px;
    }

    .content blockquote::before{
        top: 30px;
        left: 25px;
    }

    .mg-bt-30{
        margin-bottom: 15px;
    }

    .form-group{
        width: 100%;
    }

    .form-btn{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 20px;
    }

    form .btn-red{
        margin-left: 0;
        width: 100%;
    }

    .captcha{
        margin-bottom: 15px;
    }

    .form-checkbox__input{
        max-width: 18px;
        height: 18px;
    }

    .form-checkbox__input::before{
        width: 18px;
        height: 18px;
    }

    .mp-portal__content-list{
       max-width: none;
    }

    .mp-portal__content-photo{
        height: 257px;
    }

    .service-block__slide-inner{
        padding: 25px 12px;
    }

    .service-block__slider .slick-list{
        padding: 0 15% 0 0;
    }

    .mp-service__list .slick-list{
        padding: 0 22% 0 0;
    }

    .viewed-block__slider .slick-list{
        padding: 0 15% 0 0;
    }

    .producers__list{
        margin: 0 -5px;
    }

    .producers__list-item-wp{
        width: 50%;
        padding: 0 5px;
        margin-bottom: 10px;
    }

    .producers__list-item{
        padding: 25px 7px;
    }

    .producers__list-photo{
        height: 36px;
        margin-bottom: 30px;
    }

    .producers__list-photo::after{
        bottom: -15px;
        width: 54px;
        left: calc(50% - 27px);
    }

    .producers__list-title{
        font-size: 15px;
        line-height: 21px;
        min-height: 42px;
    }

    .producers-detail__card{
        margin-bottom: 30px;
    }

    .manager__slider .slick-list{
        padding: 0 15% 0 0;
    }


    .vendor-news__slider .slick-list{
        padding: 0 15% 0 0;
    }

    .service-another__slider .slick-list{
        padding: 0 15% 0 0;
    }

    .service__card-icon{
        margin-right: 12px;
    }

    .about-diff__item{
        margin-bottom: 15px;
        height: calc(100% - 15px);
    }

    .about-diff .section__heading::after{
        content: none;
    }

    .about-diff .section__heading::before{
        content: none;
    }

    .vacancy__item{
        width: 100%;
    }

    .vacancy-info .vacancy__item-info{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .vacancy-info .vacancy__item-salary{
        margin-right: 0;
        margin-bottom: 15px;
    }

    .vacancy-info__condition{
        margin-right: 0;
        margin-bottom: 15px;
    }
    .vacancy-detail__card{
        padding: 30px 30px 15px;
    }

    .vacancy-hr__title{
        max-width: none;
        margin-bottom: 20px;
    }

    .filters__wp{
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .filters__wp .block-filter{
        min-width: 200px;
        margin-bottom: 10px;
    }

    .content__img{
        margin-right: 0;
        height: 100%;
        padding: 27%;
        width: 100%;
        margin-bottom: 20px;
        position: relative;
    }

    .content__img img{
        position: absolute;
        left: 0;
        bottom: 0;
        right: 0;
        top: 0;
        margin: 0 auto;
    }

    .news-another__slider .slick-list{
        padding: 0 15% 0 0;
    }

    .training-detail__card-form form .btn-red {
        margin-left: 0;
    }

    .training-detail__card-form .form-btn {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .modal-question .modal-dialog{
        max-width:  600px;
    }

    .modal-close{
        width: 35px;
        height: 35px;
    }

    .modal-close svg{
        width: 25px;
        height: 25px;
    }

    .modal-question .modal-content{
        padding: 30px 30px 40px;
    }

    .modal-request .modal-content{
        padding: 50px 30px 30px;
    }

    .producers__list-photo{
        height: 25px;
        max-width: 58px;
        margin-bottom: 21px;
    }

    .producers__list-photo::after{
        bottom: -10px;
    }





}

@media(max-width: 576px){

    .mp-subscribe .mp-subscribe__form-photo{
        right: -124px;
        bottom: 289px;
    }

    .mp-press__news-item--video .mp-press__news-heading{
        margin-bottom: 100px;
    }

    .mp-press__news-photo--video::after{
        top: 72px;
    }

    .mp-press__news-item{
        min-height: 260px;
    }

    .mp-press__news-photo{
        height: 260px;
    }
    .mp-producers .section__heading::after{
        left: -30%;
        bottom: -247px;
        width: 200px;
        height: 140px;
        background-size: contain;
    }

    .mp-producers .section__heading::before{
        top: -99px;
        right: -24%;
        width: 200px;
        height: 140px;
        background-size: contain;
    }


    .header__main-mobile-nav{
        margin-left: -15px;
    }


    .mp-products__slider{
        width: 102%;
    }

    .mp-service__item-name{
        overflow-wrap: anywhere;
    }

    .mp-products__slide-text{
        max-width: 100px;
        overflow-wrap: anywhere;
    }


    .service-block__slider{
        width: 102%;
    }

    .service-block__slide-text{
        min-height: 54px;
        font-size: 14px;
    }


    .mp-service__list{
        width: 102%;
    }

    .mp-service__item-name{
        min-height: 72px;
    }

    .viewed-block__slide-text{
        max-width: 100px;
        overflow-wrap: anywhere;
    }

    .viewed-block__slider{
        width: 102%;
    }

    .manager__slider{
        width: 102%;
    }

    .vendor-news__slider{
        width: 102%;
    }

    .service-another__slider{
        width: 102%;
    }

    .contacts__filter-category{
        min-width: 42px;
    }

    .news-another__slider{
        width: 102%;
    }

    .training-completed-slider{
        width: 102%;
    }

    .training-completed-slider .slick-list{
        padding: 0 15% 0 0;
    }

    .section__heading{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .section__heading-btn{
        margin-left: 0;
        margin-top: 15px;
    }

    .case-another__slider{
        width: 102%;
    }

    .case-another__slider .slick-list{
        padding: 0 15% 0 0;
    }

    .baloon__img{
        height: 94px;
        width: 60px;
    }

    .baloon__props{
        width: calc(100% - 60px);
    }

    .contacts-detail__block-direction-wp p{
        margin-right: 10px;
    }


}

@media(max-width: 425px){
    .mp-producers__slide-title{
        overflow-wrap: anywhere;
    }

    .mp-producers__slider .slick-list{
        padding:0 10% 0 0;
    }

    .mp-producers__slide-title{
        max-width: none;
        min-height: 34px;
    }

    .question-block::before{
        margin: 0;
    }

    .service-block__slide-text{
        overflow-wrap: anywhere;

    }

    .service-another{
        padding: 50px 0 300px;
    }

    .resume::before{
        left: -15px;
    }
    .mp-producers__slider{
        width: calc(405px + 5px);
    }

    .producers__list-title{
        min-height: 42px;
        overflow-wrap: anywhere;
    }
}

@media(max-width: 375px){
    .mp-service__item{
        min-height: 200px;
    }

    .mp-products__slide-text{
        max-width: 80px;
    }

    .btn--promo{
        padding: 6px 8px;
    }

    .question-block::before{
        left: -31px;
    }

    .service-block__slide-text{
        min-height: 72px;
    }

    .mp-service__item-name{
        font-size: 13px;
    }

    .viewed-block__slide-text{
        max-width: 80px;
    }


}

@media(max-width: 320px){
    .question-block::before{
        left: -54px;
    }

    .resume::before{
        left: -57px;
    }
}

.about-history__progress .slick-dots li button.item-complete {
    background: #FF0032;
}
.item-complete {
    background: #FF0032;
}



.modal-question form .btn-red{
    margin-left: 30px;
    padding: 22px;
    width: 100%;
    height: 70px;
}

.form-checkbox__label > a{
    display: inline;
}

.header.is-fixed + main{
    padding-top: 71px;
}

.captcha.error .js-captcha > div{
    border: 1px solid #CF0029;
    border-radius: 4px;
    -webkit-box-shadow: 0px 2px 11px 5px rgb(207, 0, 41 / 30%);
    -moz-box-shadow: 0px 2px 11px 5px rgba(207, 0, 41, 0.3);
    box-shadow: 0px 2px 11px 5px rgb(207 0 41 / 30%);
}

.content ul > li{
    text-indent: 0;
}

form .btn-red{
    width: calc(100% - 330px);
    height: 70px;
}

.news__item{
    width: 100%;
}

.content-nav__list-item{
    padding: 0;
}

.content-nav__list-item a{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.training__card-photo{
    width: 100%;
}

.training-past__item-info{
    height: calc(100% - 227px);
}

.training-past__item{
    width: 100%;
}

@media(max-width: 1199px){
    form .btn-red{
        padding: 22px;
    }

}

@media(max-width: 991px){
    .footer__bottom-links li{
        margin-bottom: 5px;
    }

    .footer__bottom-links li:last-of-type{
        margin-bottom: 0;
    }

    form .btn-red{
        height: 70px;
    }

    .mp-subscribe .btn-red{
        height: 42px;
    }

    .training__card-photo{
        max-height: none;
        position: relative;
        padding-top: 54%;
    }

    .training__card-photo img{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .training-past__item-info{
        height: calc(100% - 150px);
    }
}


@media(max-width: 767px){
    .modal-question form .btn-red{
        max-width: 300px;
        margin-left: 0;
        margin:  0 auto;
    }

    form .btn-red{
        height: 50px;
        min-width: 300px;
        padding: 15px;
    }
}
@media(max-width: 576px){
    .captcha{
        -webkit-transform: scale(.75);
        -ms-transform: scale(.75);
        transform: scale(.75);
        margin-bottom: 0;
    }

    .modal-question form .btn-red{
        max-width: 225px;
        height: 57px;
    }

    form .btn-red{
        min-width: 225px;

    }
}

.producers-detail__card-logo{
    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;
}

.products-detail__block-text ul{
    padding-left: 30px;
    margin-bottom: 25px;
}

.products-detail__block-text ul li{
    padding-left: 24px;
    margin-bottom: 10px;
    font-size: 19px;
    line-height: 23px;
    position: relative;
}

.products-detail__block-text ul li::before{
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    display: block;
    background: #FF0032;
    border-radius: 9px;
    left: 0;
    top: 9px;
}
.products-detail__block-text ul li:last-of-type{
    margin-bottom: 0;
}

.products-detail__block-text a{
    color: #FF0032;
}

.products-detail__block-text a:hover{
    color: #CD032A;
}

.products-detail__block-text a:visited{
    color: #8D9195;
}

.products-detail__block-text a:focus{
    color: #5CA3FF;
}

.content__img{
    max-width: 370px;
}

.content__img img{
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

@media(max-width: 991px){
    .products-detail__block-text ul li{
        font-size: 16px;
        line-height: 21px;
        margin-bottom: 7px;
        padding-left: 20px;
    }

    .products-detail__block-text ul li:last-of-type{
        margin-bottom: 0;
    }

    .products-detail__block-text ul{
        padding-left: 15px;
        margin-bottom: 15px;
    }

    .products-detail__block-text ul li::before{
        top: 8px;
    }
}

@media(max-width: 767px){
    .content__img{
        max-width: none;
    }
}

.contacts-detail__block-subtitle--additional{
    margin-top: 15px;
}

.contacts__item-title-link:hover::after{
    border-color: #FF0032;
}

.contacts__item-title-link:hover{
    border-color: #FF0032;
}

.contacts__item-subtitle{
    margin: 5px 0;
}

.contacts__item-title-city-link:hover{
    color: #FF0032;
}

.baloon__city{
    font-weight: 500;
    font-size: 17px;
}

.baloon__type{
    font-size: 15px;
    margin-bottom: 10px;
}

.baloon__body.no-baloon-photo .baloon__props{
    width: 100%;
}

.baloon__body .contacts-detail__block-subtitle--additional{
    margin-bottom: 5px;
}

.contacts__list .contacts__item-subtitle{
    margin: 0 0 8px;
}

.contacts__item-links-wp .contacts__item-subtitle{
    margin: 8px 0;
}

.mp-subscribe__form-wp form{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
}

.mp-subscribe__form-top{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 100%;
    margin-bottom: 22px;
}

.mp-subscribe__form-bottom{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.mp-subscribe__form-bottom .form-checkbox{
    margin-bottom: 15px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.mp-subscribe__form-bottom .form-checkbox--align{
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
}

.mp-subscribe__form-bottom .form-checkbox:last-of-type{
    margin-bottom: 0;
}

.mp-subscribe__form-bottom .form-checkbox__label{
    color: #545A60;
    padding-left: 10px;
}

.mp-subscribe__form-bottom .form-checkbox__label > a{
    color: #5CA3FF;
}

.mp-subscribe__form-bottom .form-checkbox__label > a:hover{
    color: #3081ec;
}

.subscribe-bottom .mp-subscribe__form-bottom .form-checkbox__label{
    color: #C5C7C9;
}

.subscribe-bottom .mp-subscribe__form-bottom .form-checkbox__label > a{
    color: #FFFFFF;
}

.subscribe-bottom .mp-subscribe__form-bottom .form-checkbox__label > a:hover{
    opacity: .9;
}

.subscribe__checkbox .form-checkbox{
    margin-bottom: 15px;
}

.subscribe__checkbox .form-checkbox:last-of-type{
    margin-bottom: 0;
}

.header__mobile-submenu-back{
    width: 36px;
    height: 36px;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    border-radius: 32px;
    border: 1px solid #fff;
    display: none;
    padding: 9px;

}

.header__mobile-menu-item.is-active .header__mobile-submenu-back{
    display: block;
    float: left;
}

.header__mobile-menu-item.is-active .header__mobile-menu-link::before{
    content: none;
}



@media(max-width: 991px){
    .mp-subscribe__form-top{
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .mp-subscribe__form-top{
        margin-bottom: 15px;
    }
   .subscribe-bottom .form-btn--subscribe .btn-red{
    border-radius: 5px;
   }

   .header__mobile-menu-item.is-active .header__moile-submenu-close{
        top: 14px;
   }

   .header__mobile-menu-item.is-active .header__mobile-menu-link{
        margin-top: 10px;
   }

   .header__mobile-submenu{
        max-height: 500px;
        overflow: hidden;
   }

   .header__mobile-menu-link{
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
   }
}

@media(max-width: 576px){
    .mp-subscribe__form-bottom .form-checkbox{
        margin-bottom: 10px;
    }
    .mp-subscribe__form-bottom .form-checkbox:last-of-type{
        margin-bottom: 0;
    }
}

@media(max-width: 991px){
  .mp-products .mp-products__slide-part{
        max-width: 50%;
    }

    .producers__list-title{
        height: auto;
    }

    .contacts__list{
        height: 245px;
    }

}


@media(max-width: 767px){
    .contacts__map-block{
        padding: 50px 0;
    }

}

.video__card-company img{
    -webkit-filter: grayscale(100%) contrast(1) invert(1);
    filter: grayscale(100%) contrast(1) invert(1);
}

.video__card-info{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
}

.video__card-time{
    margin-top: auto;
}

.video__card-tab{
    width: fit-content;
}
.content{
    min-height: 0;
}
.content--detailnews{
    min-height: 320px;
}

.content__img{
    height: auto;
}

.content__img img{
    -o-object-fit: contain;
    object-fit: contain;
}

.content__img.products-detail__block-photo{
    height: auto;
    max-width: 470px;
}

@media(max-width: 767px){
    .content__img.products-detail__block-photo{
        max-width: none;
    }
}

.header__submenu-nav--morecolumn{
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.show-more, .hide-more{
    display: block;
    max-width: max-content;
}

.service-detail__desc--show{
    display: block;
}

.page-info__info-company{
    line-height: 0;
    height: auto;
    max-height: 30px;
}

.mp-press__slide-title{
    display: block;
}

.mp-producers--detail .mp-products__slide-wp{
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.mp-producers--detail .mp-producers__slide-wp{
    display: flex;
}

.mp-producers--detail  .mp-producers__slide-info{
    margin-bottom: 0;
}

.mp-producers--detail .mp-producers__slide-info:last-child{
    margin-left: 30px;
}

@media(max-width: 991px){
    .mp-producers--detail .mp-producers__slide-info:last-child{
        margin-left: 10px;
    }
}

.header__main-fixed-menu{
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.header__main-fixed-menu:hover{
    background: #CF0029;
}

.training-detail__card-company img{
    height: auto;
    width: auto;
    -o-object-fit: none;
    object-fit: none;
}

@media(max-width: 576px){
    .training-detail__card-company img{
        -o-object-fit: contain;
        object-fit: contain;
    }
}
.mp-producers--detail .mp-producers__slide-wp{
    margin: 0 -15px;
}

.mp-producers--detail .mp-producers__slide-info{
    width: 50%;

    margin: 0 15px;
}

.mp-producers--detail .mp-producers__slide-info:last-child{
    margin-left: 15px;
    max-width: 170px;
}

.mp-producers--detail .mp-products__slide-wp{
    margin: 0 -15px;
}

@media(max-width: 1199px){
    .mp-producers--detail .mp-producers__slide-info:last-child{
        max-width: none;
    }
}

@media(max-width: 991px){
    .mp-producers--detail .mp-producers__slide-wp{
        margin: 0 -5px;
    }

    .mp-producers--detail .mp-producers__slide-info{
        margin: 0 5px;
    }

    .mp-producers--detail .mp-producers__slide-info:last-child{
        margin-left: 5px;
    }

    .mp-producers--detail .mp-products__slide-wp{
        margin: 0 -5px;
    }
}

.mp-producers--detail .mp-producers__slide-info{
    width: 100%;
    margin: 0;
    max-width: none;
}

.mp-producers--detail .mp-producers__slide-info:last-child{
    max-width: none;
    margin-left: 0;
}

.mp-producers--detail .mp-products__slide-wp{
    margin: 0;
    width: 100%;
}

.mp-producers--detail .mp-producers__slide-info{
    width: 100%;
    margin: 0;
}

@media(max-width: 767px){
    .mp-producers__slider--detail .slick-list{
        padding: 0 15% 0 0;
    }
}

.mp-producers__slider--detail.slick-no-transform .slick-track{
    -webkit-transform: none!important;
	-ms-transform: none!important;
	transform: none!important;
    margin-left: 0;
}
