@font-face {
    font-family: 'PF DinDisplay Pro Regular';
    src: url(/fonts/PFDinDisplayPro-Reg.ttf);
}

@font-face {
    font-family: 'PF DinDisplay Pro Medium';
    src: url(/fonts/PFDinDisplayPro-Med.ttf);
}

@media (min-width: 768px) {
    .container {
        width: 750px;
    }

    .container_header {
        left: calc(50% - 375px);
    }

    .menu__item {
        font-size: 16px;
        padding: 8px 15px;
    }
}

@media (max-width: 991px) {
    .logo {
        width: 80px;
        height: 70px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }

    .container_header {
        left: calc(50% - 485px);
    }

    .logo {
        width: 110px;
        height: 100px;
    }

    .menu__item {
        font-size: 20px;
        padding: 12px 26px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }

    .container_header {
        left: calc(50% - 585px);
    }

    .logo {
        width: 138px;
        height: 120px;
    }

    .menu__item {
        font-size: 22px;
        padding: 16px 30px;
    }
}

@media (min-width: 1590px) {
    .container {
        width: 1560px;
    }

    .container_header {
        left: calc(50% - 780px);
    }

    .logo {
        width: 192px;
        height: 150px;
    }

    .menu__item {
        font-size: 21px;
        padding: 20px 34px;
    }
}

html, body {
    height: 100%;
}

body {
    font-family: 'PF DinDisplay Pro Regular', sans-serif;
    font-size: 16px;
    color: #393b3d;
}

header {

}

h1 {
    font-size: 28px;
    color: #a9272f;
}

a {
    color: #bb3038;
}

table {
    width: 100%;
    text-align: left;
}

thead {
    border-bottom: 3px solid #c3cad3;
}

th {
    background: #838c98;
    font-family: 'PF DinDisplay Pro Medium', sans-serif;
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    padding: 9px 7px;
}

tbody > tr {
    border-top: 1px solid #c3cad3;
}

td {
    padding: 10px 7px;
}

th:first-child,
td:first-child {
    padding: 0 5px;
}

footer {
    position: absolute;
    background: #d0d8e3;
    min-height: 100px;
    bottom: 0;
    width: 100%;
    color: #393b3d;
    font-size: 14px;
}

iframe {
    margin-top: 20px;
    border: none;
}

.wrapper {
    min-width: 768px;
    min-height: 100%;
    overflow-x: hidden;
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.container {
    position: relative;
    margin: 0 auto;
}

.container_header {
    position: absolute;
    top: 0;
}

.slider_header {
    min-width: 100%;
    white-space: nowrap;
}

.slider__item_wrapper {
    width: 100%;
    height: auto;
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

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

.logo {
    display: block;
    background: url(/img/logo.svg) 50% no-repeat;
    background-color: #bb3038;
    -webkit-background-size: 60%;
    background-size: 60%;
    cursor: pointer;
}

.header-right {
    float: right;
    padding-top: 57px;
}

.lang-trigger, .search-on-site {
    background-color: rgba(0, 0, 0, 0.302);
    color: #fff;
}

.lang-trigger {
    display: inline-block;
    font-size: 16px;
    color: #fff;
    margin-left: 5px;
    padding: 15px 17px;
}

.lang-trigger__link {
    text-decoration: underline;
    cursor: pointer;
    margin-left: 2px;
    line-height: 20px;
    color: #fff;
}

.lang-trigger__flag-container {
    display: inline-block;
    /*   background: linear-gradient(to bottom, #fefefe, #ddd);
       padding: 1px;*/
    vertical-align: -8%;
}

.lang-trigger__flag-rf {
    background-image: url(/img/flag_rus.svg);
    width: 24px;
    height: 14px;
}

.lang-trigger__flag-uk {
    background-image: url(/img/flag_eng.svg);
    width: 24px;
    height: 14px;
}

.search-on-site {
    float: left;
    padding: 15px;
    line-height: 20px;
    cursor: pointer;
}

.search-on-site__input {
    border: none;
    outline: none;
    background: none;
    padding: 0;
    width: 167px;
}

.hidden {
    display: none;
}

.menu {
    background: #bb3038;
    margin: 0;
}

.menu__item {
    display: inline-block;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    position: relative;
}

@media (max-width: 767px) {
    .menu__item {
        display: block;
        font-size: 20px;
    }
}

.menu__item:hover {
    background: #da4850;
}

.menu__item a {
    color: #fff;
    text-decoration: none;
    width: 100%;
    display: block;
}

.menu__item a.extra-padding {
    padding-left: 51px;
}

.menu__item a:hover {
    color: white;
}

.submenu {
    display: none;
    position: absolute;
    list-style-type: none;
    top: 100%;
    left: 0;
    padding: 0;
    z-index: 1;
    margin: 0;
}

.submenu__item a {
    background: #989fa8;
    white-space: nowrap;
    padding: 8px 49px 11px 34px;
}

.submenu__item a:hover {
    background: #6d7681;
}

.extra-padding {
    padding-left: 17px;
}

.content {
    padding-top: 30px;
    padding-bottom: 175px;
}

.slider {
    display: inline-block;
    padding-top: 66px;
}

.slider__wrapper {
    text-align: center;
    clear: both;
}

.slider__item {
    position: relative;
    cursor: pointer;
}

.slider__img,
.inline-block_catalog-preview {
    position: relative;
}

.slider__img:hover:before,
.inline-block_catalog-preview:hover:before {
    display: block;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(/img/zoom_in.svg) 50% no-repeat;
    -webkit-background-size: 18%;
    background-size: 18%;
}

.colspan-row {
    text-align: center;
}

.nopaddingleft {
    padding-left: 0 !important;
}

.owl-prev,
.owl-next {
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 15px;
    height: 52px;
}

.owl-prev {
    left: -45px;
    background: url('/img/slider-arrow-left.svg');
}

.owl-prev.disabled {
    background: url('/img/slider-arrow-left-disabled.svg');
}

.owl-next {
    right: -45px;
    background: url('/img/slider-arrow-right.svg');
}

.owl-next.disabled {
    background: url('/img/slider-arrow-right-disabled.svg');
}

.inline-block {
    display: inline-block;
    margin: 20px;
}

.inline-block_logo {
    vertical-align: middle;
}

.inline-block_catalog {
    width: 190px;
    vertical-align: top;
}

.inline-block_catalog-preview {
    margin-bottom: 15px;
}

.inline-block_catalog-preview img {
    width: 100%;
}

form.feedback .form-row {
    margin-bottom: 20px;
}

form.feedback .form-widget {
    width: 80%;
    display: inline-block;
}

form.feedback .form-error {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #a94442;
}

div.dropzone + div.form-row {
    display: none;
}

div.form-widget.input-checkbox + label {
    padding-left: 10px;
    width: auto;
}

form.feedback .form-widget.input-checkbox {
    width: auto;
}

form.feedback .form-row input#hazard_message_captcha {
    margin-top: 10px;
    vertical-align: bottom;
}

form.feedback label {
    display: inline-block;
    width: 20%;
    vertical-align: top;
}
form.feedback #write_us_captcha_label {
    width: 100%;
}

.feedback__input {
    line-height: 30px;
    padding: 0 15px;
    width: 100%;
    border: 1px solid #bb3038;
}

.feedback__input:focus {
    outline-color: #bb3038;
}

.feedback__submit {
    background: #bb3038;
    color: #fff;
    padding: 5px 30px;
    border: none;
    float: right;
}

.footer-copyright {
    line-height: 100px;
}

.footer-contacts {
    padding: 23px 0;
}

.documents {
    padding-left: 8px;
    display: flex;
}

.documents__group {
    margin-left: 20px;
}

.documents__group:first-child {
    margin-left: 0;
}

.ducuments__subtitle {
    margin-bottom: 8px;
    font-size: 16px;
    line-height: 24px;
    color: black;
}

.documents__list {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.documents__link {
    color: black;
    font-weight: 700;
    text-decoration: none;
    transition: color 0.3s;
}

.documents__link:hover {
    color: #bb3038;
}

label.required:before {
    content: "* "
}

.hazard_message__file,
.hazard_message__checkbox {
    margin-bottom: 20px;
    line-height: 30px;
    padding: 0;
}

.agreement-requirement {
    display: none;
    margin-left: 20%;
    color: #bb3038;
}

button[disabled] {
    background: #dddddd;
}

/* captcha style */
.captcha_image {
    vertical-align: middle;
    padding-right: 10px;
}

.ac-panel {
    padding: 0 20px;
}
