body {
    font-family: 'Roboto', sans-serif;
}

a {
    text-decoration: none !important;
    transition: color .3s ease-in;
}

a:hover {
    color: #E3000B !important;
}

button {
    cursor: pointer;
}

.d-none {
    display: none !important;
}

.container {
    max-width: 1230px;
    margin: 0 auto;
}

.row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

/* Main header */
.main-header {
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.main-header__row {
    padding-top: 24px;
    padding-bottom: 38px;
    height: 52px;
}

/* Logo */
.main-header__logo {
    width: 249.76px;
    height: 80px;
    margin-top: -7px;
    margin-right: 40.24px;
}

/* Main header contacts block */
.main-header__contacts {
    width: 352px;
    margin-top: 6px;
    margin-right: 32px;
}

.main-header__contacts-row {
    justify-content: unset;
    align-items: flex-end;
}

/* Phone */
.main-header-contacts__phone {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
    color: #191919;
    margin-right: 14px;
}

/* Email */
.main-header-contacts__email {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 18px;
    color: #4896D2;
}

/* Contacts text */
.main-header-contacts__text {
    width: 352px;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 27px;
    color: #808080;
}

/* Main header search */
.main-header__search {
    width: 218px;
    border: 1px solid #E1E1E1;
    box-sizing: border-box;
    border-radius: 4px;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    padding: 12px 24px 13px 24px;
    margin-right: 10px;
}

/* Main header menu */
.main-header__menu {
    /* width: 298px; */
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.main-header-menu__item {
    margin-right: 20px;
}

.main-header-menu__link {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 160%;
    color: #191919;
}

.main-header-menu__link:hover {
    color: #E3000B;
}

.main-header-menu__burger-btn {
    display: none;
    border: none;
    background-color: #fff;
    width: 100%;
    cursor: pointer;
    margin-top: 6px;
}

/* Search form for search page */

.search-form__btn {
    border: none;
    background-color: #003C83;
    color: white;
    width: 120px;
    height: 42px;
    margin-bottom: 34px;
}


/* Fullwidth banner */
.banner {
    width: 100%;
    height: 550px;
    background-size: cover;
}

.banner-index {
    background: url('../img/banner-index.jpg') center center;
}

/* Catalog */
.catalog-row {
    margin-top: 56px;
    flex-wrap: wrap;
    justify-content: space-between;
}

.catalog__item {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 390px;
    margin-bottom: 43px;
}



/* Catalog icon */
.catalog-item__icon {
    width: 100px;
    height: 100px;
    background-color: #F5F5F5 !important;
    border-radius: 50%;
    margin-top: -2px;
}

.catalog-item__icon--firefighter {
    background: url('../img/firefighter.svg') center 44% no-repeat;
}

.catalog-item__icon--mask {
    background: url('../img/mask.svg') center 44% no-repeat;
}

.catalog-item__icon--drager {
    background: url('../img/drager.png') center center no-repeat;
    background-size: 64px 25px;
}

.catalog-item__icon--vetter {
    background: url('../img/vetter.png') center center no-repeat;
    background-size: 64px 35px;
}

/* Catalog content */
.catalog-item__content {
    width: 260px;
}

.ajaxSearch_resultLink,
.catalog-item-content__header-link {
    margin-top: 7px;
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 32px;
    color: #505050;
}

.catalog-item-content__list {
    padding-top: 6px;
}

.catalog-item-content__list li a {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 28px;
    color: #505050;
    margin-bottom: 8px;
}

.catalog-item-content-list__item:last-child {
    margin-bottom: 0;
}

.catalog-item-content__more-btn {
    padding: 0;
    background: none;
    margin-top: 3px;
    border: none;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 200%;
    color: #4896D2;
}

/* /Catalog */

/* Hero */
.hero {
    width: 100%;
    height: 1436px;
    background: url('../img/hero-index-bg.svg') center center;
}

.hero-index__image {
    padding-top: 735px;
    height: 700px;
    width: 568px;
    background: url('../img/hero-index.png') center center no-repeat;
}

.hero-index__content {
    padding-top: 399px;
    width: 570px;
}

.hero-index-content__header {
    font-style: normal;
    font-weight: bold;
    font-size: 48px;
    line-height: 53px;
    color: #FFFFFF;
    margin-top: -2px;
    margin-bottom: 12px;
}

.hero-index-content__text {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 29px;
    color: #F5F5F5;
    margin-bottom: 30px;
}

.hero-index-content__btn {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 4px;
    background: none;
    border: none;
    width: 236px;
    height: 62px;
    background-color: #fff;
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 29px;
    color: #003C83;
}

/* /Hero */

/* News */
.news__header {
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 32px;
    line-height: 40px;
    color: #191919;
    margin-bottom: 30px;
}

.news__row {
    margin-bottom: 64px;
    flex-wrap: wrap;
}

.news__card {
    padding: 49px 54px;
    border: 1px solid #F0F0F0;
    width: 390px;
    box-sizing: border-box;
    margin-bottom: 36px;
}

.news-card__text {
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 27px;
    color: #191919;
    min-height: 52px;
    display: block;
}

.news-card__text:hover {
    color: #E3000B;
}

.news-card__date {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    color: #A0A0A0;
    margin-top: 30px;
}

/* /News */

/* Footer */
.main-footer-menu__container-fluid {
    background-color: #fafafa;
}

.main-footer-menu__row {
    height: 200px;
    padding-top: 68px;
    justify-content: space-between;
    flex-wrap: wrap;
}

.main-footer__logo {
    width: 249.76px;
    height: 80px;
    margin-top: -1px;
    margin-right: 120px;
}

.main-footer-menu__div {
    /* hack for pixel-perfect */
    padding-right: 1px;
    margin-right: 80px;
}

.main-footer-contacts-menu__div {
    margin-left: -7px;
    margin-right: 0;
}

.main-footer-menu__header {
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 29px;
    color: #505050;
}

.main-footer-menu__list {
    margin-top: 2px;
}

.main-footer-menu__catalog-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 200px;
}

.main-footer-menu-catalog-list__item {
    width: 95px;
}

.main-footer-menu__link {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 29px;
    color: #505050;
}

.main-footer-menu__contact-us-link {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 29px;
    color: #E3000B;
}

.main-footer-copyright__row {
    padding-bottom: 37px;
    padding-top: 37px;
}

.main-footer__copyright {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    color: #8C8C8C;
}

.main-footer__link {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    color: #4896D2;
}

.main-footer__policy-link {
    margin-right: 22px;
}

/* Breadcrumbs */
.breadcrumbs__container {
    margin-top: 40px;
    margin-left: 420px;
}

.B_crumbBox {
    display: flex;
}

.B_crumbBox li::after {
    margin: 0 8px;
    display: inline-block;
    content: "/";
    color: #8C8C8C;
}

.B_crumbBox li:last-child span {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #b4b4b4;
}

.B_crumbBox li:last-child::after {
    display: none;
}

.B_crumbBox li a {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #8C8C8C;
}

.B_crumbBox li a:hover {
    color: #E3000B;
}

/*  /Breadcrumbs */

/* Aside menu */
.aside-menu__container {
    width: 340px;
    margin-top: 24px;
    margin-bottom: 60px;
}

.aside-menu__btn-activator {
    position: relative;
    width: 340px;
    height: 60px;
    border: none;
    border-top: 1px solid #F0F0F0;
    background-color: transparent;
    padding-left: 24px;
    padding-top: 16px;
    text-align: left;
    box-sizing: border-box;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 25px;
    color: #191919;
    cursor: pointer;
}

.aside-menu__item:last-child .aside-menu__btn-activator {
    border-bottom: 1px solid #F0F0F0;
}

.aside-menu-btn-activator__icon {
    position: absolute;
    display: inline-block;
    width: 12px;
    height: 6px;
    right: 24px;
    top: 24px;
}

.aside-menu-btn-activator__icon--more {
    background: url('../img/icon-more.svg') center center no-repeat;
}

.aside-menu-btn-activator__icon--less {
    background: url('../img/icon-less.svg') center center no-repeat;
}

.aside-menu-item__list li a {
    padding-left: 24px;
    display: block;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    color: #808080;
    padding-bottom: 18px;
}

.aside-menu-item__list li a:hover {
    color: #E3000B;
}

.aside-menu__link--active {
    color: #003C83;
}


/* Page content */
.page-content__container {
    width: 810px;
    padding-top: 18px;
    min-height: 650px;
}

.page-content__header {
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    color: #191919;
}

.page-content__container p,
.page-content__container li,
.page-content__text {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 29px;
    color: #505050;
    margin-bottom: 26px;
}

.page-content__container ul,
.page-content__container ol {
    list-style: initial;
}

.page-content__container ol {
    list-style-type: decimal;
}

.page-content__cards-container {
    margin-top: 48px;
}

.page-content__card {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border-bottom: 1px solid #F0F0F0;
    margin-bottom: 30px;
    margin-top: 32px;
}

.page-content__card:last-child {
    border-bottom: none;
    margin-bottom: 37px;
}

.page-content-cards__header {
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 31px;
    color: #191919;
    margin-bottom: 30px;
}

.page-content-card__image {
    width: 285px;
    height: 160px;
}

.page-content__card-content {
    width: 495px;
    padding-top: 6px;
}

.page-content-card__title {
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 32px;
    color: #505050;
}

.page-content-card__text {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 29px;
    color: #505050;
    margin-bottom: 19px;
}

.page-content-card__btn {
    border: none;
    background-color: #003C83;
    color: white;
    width: 204px;
    height: 56px;
    margin-bottom: 34px;
}


/* Table */
table,
.page-content__table {
    margin-bottom: 32px;
}

tr,
.page-content-table__row {
    height: 78px;
}

thead tr,
thead .page-content-table__row {
    background-color: #F8F8F8;
}

tbody tr:nth-child(odd). 
tbody .page-content-table__row:nth-child(odd) {
    background-color: white;
}

tbody tr:nth-child(even),
tbody .page-content-table__row:nth-child(even) {
    background-color: #F8F8F8;
}

th,
.page-content-table__header {
    padding-top: 17px;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 21px;
    text-align: center;
    color: #808080;
}

td,
.page-content-table__cell {
    padding-top: 17px;
    text-align: center;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 21px;
    color: #505050;
}

td:first-child,
.page-content-table__cell:first-child {
    padding-left: 32px !important;
    text-align: left;
    min-width: 190px;
}

/* /Table */

/* Feedback */
.feedback__header {
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    color: #191919;
    margin-top: 48px;
}

.feedback__form {
    padding-top: 24px;
}

.feedback-form__row {
    margin-bottom: 16px;
}

.feedback-form__input,
.feedback-form__textarea {
    border: 1px solid #E1E1E1;
    box-sizing: border-box;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    padding: 12px 24px 12px 30px;
    width: 397px;
    height: 56px;
}

.feedback-form__textarea {
    width: 100%;
    height: 111px;
}

.feedback-form__submit-row {
    margin-top: 28px;
    align-items: center;
    justify-content: left;
    margin-bottom: 68px;
}

.feedback-form__btn {
    width: 161px;
    height: 56px;
    border: none;
    background-color: #003C83;
    color: white;
}

.feedback-form__warning {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
    color: #A0A0A0;
    padding-left: 26px;
	margin-bottom: 0 !important;
}
