/* -------------------------------------------------------------- */

@font-face {
	font-family: 'MuseoSans';
	src: url('../fonts/MuseoSansCyrl-300.eot');
	src: url('../fonts/MuseoSansCyrl-300.eot?#iefix') format('embedded-opentype'),
		url('../fonts/MuseoSansCyrl-300.woff2') format('woff2'),
		url('../fonts/MuseoSansCyrl-300.woff') format('woff'),
		url('../fonts/MuseoSansCyrl-300.ttf') format('truetype'),
		url('../fonts/MuseoSansCyrl-300.svg#MuseoSansCyrl-300') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'MuseoSans';
	src: url('../fonts/MuseoSansCyrl-500.eot');
	src: url('../fonts/MuseoSansCyrl-500.eot?#iefix') format('embedded-opentype'),
		url('../fonts/MuseoSansCyrl-500.woff2') format('woff2'),
		url('../fonts/MuseoSansCyrl-500.woff') format('woff'),
		url('../fonts/MuseoSansCyrl-500.ttf') format('truetype'),
		url('../fonts/MuseoSansCyrl-500.svg#MuseoSansCyrl-500') format('svg');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'MuseoSans';
	src: url('../fonts/MuseoSansCyrl-700.eot');
	src: url('../fonts/MuseoSansCyrl-700.eot?#iefix') format('embedded-opentype'),
		url('../fonts/MuseoSansCyrl-700.woff2') format('woff2'),
		url('../fonts/MuseoSansCyrl-700.woff') format('woff'),
		url('../fonts/MuseoSansCyrl-700.ttf') format('truetype'),
		url('../fonts/MuseoSansCyrl-700.svg#MuseoSansCyrl-700') format('svg');
	font-weight: bold;
	font-style: normal;
}

/* -------------------------------------------------------------- */

html, body {
    font-family: MuseoSans, sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.5;
    color: #25262a;
    background: #fff;
}

/* -------------------------------------------------------------- */

.content_wrapper {
    min-width: 940px;
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 20px;
}

.content_inner_wrapper {
    max-width: 780px;
    margin: 0 auto;
}

@media (max-width: 450px) {
    .content_wrapper {
        min-width: 290px;
        max-width: 460px;
        padding: 0 15px;
    }
}

/* -------------------------------------------------------------- */

.show_on_mobile {
    display: none;
}

@media (max-width: 450px) {
    .show_on_mobile {
        display: block;
    }

    .hide_on_mobile {
        display: none;
    }
}

/* -------------------------------------------------------------- */

.f-incorrect {
    box-shadow: 0 0 2px 1px #c61919 !important;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

/* -------------------------------------------------------------- */

a {
    text-decoration: underline;
    color: #c61919;
}

a:hover {
    color: #d82424;
}

/* -------------------------------------------------------------- */

h1 {
    margin: 0 0 35px 0;
    font-size: 50px;
    font-weight: 500;
    line-height: 1;
}

h2 {
    margin: 24px 0 24px 0;
    font-size: 36px;
    font-weight: 500;
    line-height: 1.2;
}

h3 {
    margin: 24px 0 24px 0;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.2;
}

h4 {
    margin: 24px 0 12px 0;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5;
}

h1:first-child, h2:first-child, h3:first-child, h4:first-child { margin-top: 0; }
h1:last-child, h2:last-child, h3:last-child, h4:last-child { margin-bottom: 0; }

@media (max-width: 450px) {
    h1 {
        margin-bottom: 24px;
        font-size: 30px;
        line-height: 1.2;
    }

    h2 {
        font-size: 26px;
    }

    h3 {
        margin-bottom: 12px;
        font-size: 24px;
        line-height: 1.3;
    }

    h4 {
        font-size: 16px;
        line-height: 1.5;
    }
}

/* -------------------------------------------------------------- */

table,
table td,
table th {
    padding: 0;
    margin: 0;
    border: 0 none;
    border-collapse: collapse;
}

.static_text p {
    margin: 12px 0;
}

.static_text p:first-child {
    margin-top: 0;
}

.static_text img {
    max-width: 100%;
}

.static_text ol {
    padding-left: 0;
    counter-reset: item;
}

.static_text ol > li {
    margin-bottom: 6px;
    padding-left: 28px;
    list-style-type: none;
}

.static_text ol > li:before {
	content: counter(item) '. ';
	float: left;
	counter-increment: item;
	margin-left: -22px;
	color: #c61919;
}

.static_text ul {
    padding-left: 0;
}

.static_text ul > li {
    margin-bottom: 6px;
    padding-left: 28px;
    list-style-type: none;
}

.static_text ul > li:before {
	content: '';
	display: block;
	float: left;
	width: 5px;
	height: 5px;
	margin: 1.2ex 0 0 -18px;
	background: #c61919;
	border-radius: 100%;
}

.fix-width {
    max-width: 840px;
}

ul.static_checklist > li {
    padding-left: 28px;
}

ul.static_checklist > li:before {
    content: '';
	display: block;
	float: left;
	width: 18px;
	height: 18px;
	margin: 2px 0 0 -28px;
	background: url('../img/li_check.png') no-repeat 0 0;
	background-size: 18px;
}

.static_table td,
.static_table th {
    padding: 10px 12px 14px 12px;
    vertical-align: top;
    border-bottom: 1px solid #ccc;
}

.static_table tr:last-child td {
    border-bottom: none;
}

.static_table td:nth-child(2n + 1) {
    background: #f9f9f9;
}

.static_table th,
.static_table thead td {
    padding: 2px 12px 4px 12px;
    color: #fff;
    background: #c61919;
    font-weight: normal;
    text-align: left;
}

@media (max-width: 450px) {
    .static_table_container {
        overflow-x: scroll;
    }
}

.big_text {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.1;
    color: #c61919;
}

p.big_text {
    margin-top: 16px;
}

.big_text + p {
    margin-top: -6px;
}

.static_big_img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 0 28px 0;
}

@media (max-width: 450px) {
    @supports (object-fit: cover) {
        .static_big_img {
            min-height: 250px;
            object-fit: cover;
        }
    }
}

/* -------------------------------------------------------------- */

.custom_input,
.custom_textarea {
    box-sizing: border-box;
    width: 100%;
    padding: 10px 9px 12px 9px;
    font-family: MuseoSans, sans-serif;
    font-size: 16px;
    font-weight: normal;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #f9f9f9;
    border: none;
    border-radius: 10px;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.35);
    outline: none;
    transition: opacity 150ms;
}

.custom_input._disabled,
.custom_textarea._disabled {
    opacity: 0.5;
}

/* -------------------------------------------------------------- */

.custom_button {
    box-sizing: border-box;
    display: inline-block;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 2px;
    white-space: nowrap;
    color: #fff;
    background-color: #c61919;
    border: none;
    border-radius: 10px;
    transition: transform 100ms, opacity 100ms;
}

.custom_button:hover {
    color: #fff;
    background-color: #d82424;
    border: none;
}

.custom_button:active {
    transform: scale(0.97);
}

.custom_button._outline {
    color: #222;
    background-color: transparent;
    border: 2px solid #333;
}

.custom_button._outline:hover {
    color: #fff;
    background-color: #333;
}

.custom_button._outline:active {
    color: #fff;
    background-color: #222;
    border-color: #222;
}

.custom_button._outline._inverted {
    color: #fff;
    border-color: #fff;
}

.custom_button._outline._inverted:hover {
    color: #222;
    background-color: #fff;
}

.custom_button._arrow {
    padding-left: 65px;
    background-repeat: no-repeat;
    background-position: 20px 50%;
    background-size: 26px;
}

.custom_button._arrow,
.custom_button._outline._arrow:hover,
.custom_button._outline._arrow:active,
.custom_button._outline._inverted._arrow {
    background-image: url('../img/button_arrow_light.png');
}

.custom_button._outline._arrow,
.custom_button._outline._inverted._arrow:hover,
.custom_button._outline._inverted._arrow:active {
    background-image: url('../img/button_arrow_dark.png');
}

.custom_button._disabled {
    pointer-events: none;
    opacity: 0.3;
}

/* -------------------------------------------------------------- */

.custom_switch_controls {
    margin: 0 0 20px 0;
}

.custom_switch_link {
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    white-space: nowrap;
    color: #aaa;
    background-image: linear-gradient(to right, #c61919 0%, #c61919 60%, transparent 80%, transparent 100%);
    background-repeat: repeat-x;
    background-position: 0 100%;
    background-size: 5px 1px;
    transition: color 200ms;
}

.custom_switch_link:hover {
    color: #c61919;
}

.custom_switch_link._selected {
    color: #222;
    background: none;
}

.custom_switch_link:not(:last-child) {
    margin-right: 30px;
}

@media (max-width: 450px) {
    .custom_switch_link {
        font-size: 18px;
    }
}

/* -------------------------------------------------------------- */

.custom_form_row {
    margin: 0 0 10px 0;
}

.custom_form_row_title {
    box-sizing: border-box;
    margin-bottom: 8px;
    padding-top: 7px;
}

.custom_form_row_title._inline {
    float: left;
    width: 45%;
    margin-bottom: 0;
}

.custom_form_row_field {
    box-sizing: border-box;
}

.custom_form_row_field._inline {
    float: right;
    width: 55%;
}

@media (max-width: 450px) {
    .custom_form_row_title._inline {
        float: none;
        width: 100%;
        padding-top: 0;
    }

    .custom_form_row_field._inline {
        float: none;
        width: 100%;
    }
}

.custom_form_footer {
    margin: 18px 0 0 0;
    padding: 40px 0 0 0;
    border-top: 4px solid #333;
}

.custom_form_footer_subtle {
    padding: 24px 0 0 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.7;
    color: #333;
}

/* -------------------------------------------------------------- */

.dark_bg_container {
    padding: 55px 0;
    color: #fff;
    background: #333;
}

.dark_bg_container a {
    color: #fff;
}

.dark_bg_container a:hover {
    color: #c61919;
}

@media (max-width: 450px) {
    .dark_bg_container {
        padding: 24px 0;
    }
}

/* -------------------------------------------------------------- */

.mfp-bg {
    background: #fff;
}

.mfp-bg._animated {
    opacity: 0;
    transition: opacity 300ms;
}

.mfp-wrap._animated {
    opacity: 0;
    transform: scale(0.7);
    transition: opacity 300ms, transform 300ms;
}

.mfp-bg._animated.mfp-ready {
    opacity: 0.8;
}

.mfp-wrap._animated.mfp-ready {
    opacity: 1;
    transform: scale(1);
}

.mfp-bg._animated.mfp-removing {
    opacity: 0;
}

.mfp-wrap._animated.mfp-removing {
    opacity: 0;
    transform: scale(0.7);
}

.mfp-wrap._animated._change {
    transition: opacity 150ms linear, transform 150ms linear;
}

.mfp-wrap._animated._changing {
    opacity: 0.8;
    transform: scale(0.8);
}

.mfp-wrap._empty {
    display: none;
}

.mfp-wrap._form .mfp-content,
.mfp-wrap._form .mfp-inline-holder .mfp-content {
    position: relative;
    box-sizing: border-box;
    width: 560px;
    min-width: 320px;
    max-width: 100%;
    margin: 0 auto;
    padding: 20px 40px 40px 40px;
    background: #f5f5f5;
    box-shadow: 0px 3px 40px rgba(0, 0, 0, 0.3);
}

@media (max-width: 450px) {
    .mfp-wrap._form .mfp-content,
    .mfp-wrap._form .mfp-inline-holder .mfp-content {
        padding: 10px 20px 20px 20px;
    }
}

/* -------------------------------------------------------------- */

.mfp-close,
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    width: 42px;
    height: 42px;
    font-size: 0;
    opacity: 1;
}

.mfp-close:before,
.mfp-close:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 2.5px;
    margin: -2px 0 0 -10px;
    background: #222;
}

.mfp-close:before {
    transform: rotate(-45deg);
}

.mfp-close:after {
    transform: rotate(45deg);
}

.mfp-close:hover:before,
.mfp-close:hover:after {
    background: #c61919;
}

/* -------------------------------------------------------------- */

.pager_container {
    margin: 20px 0;
    text-align: center;
}

.pager_item {
    display: inline-block;
    width: 26px;
    height: 26px;
    margin: 0 2px;
    line-height: 26px;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    color: #222;
    background: none;
    border: 2px solid transparent;
}

a.pager_item:hover {
    color: #c61919;
    text-decoration: underline;
}

.pager_item._selected {
    color: #c61919;
    border-color: #c61919;
    border-radius: 100%;
}

.pager_prev,
.pager_next {
    display: inline-block;
    width: 26px;
    height: 26px;
    background: none;
    border: none;
}

.pager_prev:before,
.pager_next:before {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    border-style: solid;
    border-color: #222;
    border-width: 2px 2px 0 0;
}

.pager_prev:before {
    margin: 0 -5px 0 0;
    transform: rotate(-135deg);
}

.pager_next:before {
    margin: 0 5px 0 0;
    transform: rotate(45deg);
}

.pager_prev:hover:before,
.pager_next:hover:before {
    border-color: #c61919;
}

/* -------------------------------------------------------------- */

.page_header_links {
    background: #c61919;
}
.header_links {
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: flex-end;
    padding: 0.825rem 1.25rem;
}
.header_link {
    display: flex;
    flex-flow: row;
    align-items: center;
    line-height: 1em;
    font-size: 15px;
    color: #fff;
    text-decoration: none;
}
.header_link + .header_link {
    margin-left: 1rem;
}

.header_link_img {
    margin-right: .625rem;
    display: block;
    border: 0;
}

/* -------------------------------------------------------------- */

.page_header_top {
    color: #aaa;
    background-color: #222;
}

/* --------------------------------- */

.page_header_logo {
    box-sizing: border-box;
    float: left;
    width: 50%;
    padding: 19px 20px 15px 0;
}

.page_header_phone {
    box-sizing: border-box;
    float: left;
    width: 25%;
    padding: 16px 20px 15px 0;
    text-align: center;
}

.page_header_address {
    box-sizing: border-box;
    float: left;
    width: 25%;
    padding: 15px 0;
}

/* --------------------------------- */

.page_header_phone a,
.page_header_phone a:hover {
    color: #fff;
    text-decoration: none;
}

/* --------------------------------- */

.header_logo_img {
    display: block;
    float: left;
    width: 150px;
    height: 46px;
    background: url('../img/header_logo.svg') no-repeat 50% 50%;
    background-size: contain;
    border: none;
    transition: opacity 150ms;
}

.header_logo_img:hover {
    opacity: 0.8;
}

.header_logo_text {
    float: left;
    width: 220px;
    margin: 0 0 0 20px;
    font-size: 13px;
    line-height: 1.6;
}

.header_phone {
    text-align: left;
}

.header_phone_number {
    font-size: 21px;
    font-weight: 500;
    line-height: 1.3;
    color: #fff;
}

.header_phone_time {
    margin: 5px 0 0 0;
    font-size: 13px;
    line-height: 1.3;
}

.header_address {
    font-size: 13px;
    line-height: 1.8;
}

@media (max-width: 450px) {
    .page_header_logo {
        width: auto;
        padding: 10px 0 12px 0;
    }

    .header_logo_img {
        width: 98px;
        height: 29px;
    }

    .header_logo_text {
        display: none;
    }

    .page_header_phone {
        float: right;
        width: auto;
        padding: 12px 0 0 0;
    }

    .header_phone_number {
        font-size: 18px;
    }

    .header_phone_time {
        display: none;
    }

    .page_header_address {
        display: none;
    }
}

/* -------------------------------------------------------------- */

.page_header_menu {
    position: relative;
    white-space: nowrap;
    background-color: #f9f9f9;
    box-shadow: 0 0px 5px rgba(0, 0, 0, 0.2);
}

.header_menu_item {
    position: relative;
    display: inline-block;
    margin-right: 20px;
}

.header_menu_item:last-child {
    margin-right: 0;
}

.header_menu_item_title {
    display: block;
    padding: 20px 0;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 2px;
    color: #222;
    transition: color 200ms;
}

.header_menu_item_title:hover,
.header_menu_item._hover .header_menu_item_title,
.header_menu_item._selected .header_menu_item_title {
    color: #c41919;
}

.header_menu_item_title:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 4px;
    background: #c61919;
    transform: scaleX(0);
    transform-origin: 0 50% 0;
    transition: transform 300ms;
}

.header_menu_item._hover  .header_menu_item_title:before,
.header_menu_item._selected .header_menu_item_title:before {
    transform: scaleX(1);
}

.header_menu_item._has_subitems .header_menu_item_title:after {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    margin: 0 0 3px 8px;
    border-style: solid;
    border-width: 6px 4px 0 4px;
    border-color: #222 transparent transparent transparent;
}

.header_menu_item._has_subitems._hover .header_menu_item_title:after {
    border-top-color: #c61919;
}

body.body_touch .header_menu_item._has_subitems .header_menu_item_title:after {
    display: none;
}

@media (max-width: 1100px) {
    .header_menu_item {
        margin-right: 26px;
    }

    .header_menu_item_title {
        letter-spacing: 0.8px;
    }
}

@media (max-width: 1050px) {
    .header_menu_item {
        margin-right: 18px;
    }
}

.header_menu_submenu {
    z-index: 100;
    box-sizing: border-box;
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 100%;
    font-size: 0;
    white-space: nowrap;
    background: #f9f9f9;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.header_menu_item._hover .header_menu_submenu {
    display: block;
}

body.body_touch .header_menu_item._hover .header_menu_submenu {
    display: none;
}

@supports (display: flex) {
    .header_menu_item._hover .header_menu_submenu {
        display: flex;
        align-items: stretch;
    }
}

.header_menu_item:last-child .header_menu_submenu {
    left: auto;
    right: 0;
}

/* --------------------------------- */

.header_menu_submenu_level {
    display: none;
    vertical-align: top;
    max-width: 400px;
    padding: 14px 0;
    font-size: 15px;
}

.header_menu_submenu_level._first,
.header_menu_submenu_level._visible {
    display: inline-block;
}

.header_menu_submenu_level:not(._first) {
    border-left: 4px solid #e5e5e5;
}

/* --------------------------------- */

.header_menu_subitem {
    display: block;
    position: relative;
    padding: 6px 20px;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #222;
}

.header_menu_subitem:hover,
.header_menu_subitem._selected {
    color: #fff;
    background: #c41919;
}

.header_menu_subitem._has_subitems:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 8px;
    width: 0;
    height: 0;
    margin: -3px 0 0 0;
    border-style: solid;
    border-width: 4px 0 4px 6px;
    border-color: transparent transparent transparent #222;
}

.header_menu_subitem._has_subitems:hover:after,
.header_menu_subitem._has_subitems._selected:after {
    border-left-color: #fff;
}

/* -------------------------------------------------------------- */

.page_header_mobile_menu {
    display: none;
    position: relative;
    background-color: #f9f9f9;
    box-shadow: 0 0px 5px rgba(0, 0, 0, 0.2);
}

.mobile_menu {
    overflow: hidden;
    height: 50px;
}

.mobile_menu_inner {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 30px;
    font-size: 0;
    white-space: nowrap;
}

.mobile_menu_item {
    display: inline-block;
    position: relative;
    height: 50px;
    line-height: 50px;
    margin: 0 14px 0 0;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;
    letter-spacing: 2px;
    color: #222;
}

.mobile_menu_item._selected:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 4px;
    background: #c61919;
}

@media (max-width: 450px) {
    .page_header_menu {
        display: none;
    }

    .page_header_mobile_menu {
        display: block;
    }
}

/* -------------------------------------------------------------- */

.page_header_submenu {
    position: relative;
    padding: 12px 0;
    background-color: #f9f9f9;
    box-shadow: 0 0px 2px rgba(0, 0, 0, 0.15);
}

.header_submenu {
    font-size: 0;
}

@media (max-width: 450px) {
    .header_submenu {
        overflow: hidden;
        height: 20px;
    }

    .header_submenu_inner {
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch;
        padding-bottom: 30px;
        white-space: nowrap;
    }
}

.header_submenu_item {
    position: relative;
    display: inline-block;
    padding-right: 40px;
    font-size: 13px;
}

.header_submenu_item:last-child {
    padding-right: 20px;
}

.header_submenu_item:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 18px;
    width: 4px;
    height: 4px;
    margin: -2px 0 0 0;
    background: #222;
    border-radius: 100%;
}

.header_submenu_item:last-child:after {
    display: none;
}

.header_submenu_item_title {
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    letter-spacing: 0.6px;
    color: #222;
}

.header_submenu_item_title:hover,
.header_submenu_item._selected .header_submenu_item_title {
    color: #c41919;
}

@media (max-width: 450px) {
    .page_header_mobile_menu:after,
    .page_header_submenu:after {
        content: '';
        pointer-events: none;
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        width: 50px;
        height: 100%;
        background-image: linear-gradient(to right, rgba(249, 249, 249, 0) 0%, rgba(249, 249, 249, 1) 50%);
    }
}

/* -------------------------------------------------------------- */

.page_header_breadcrumbs {
    padding: 12px 0;
    background-color: #f9f9f9;
    box-shadow: 0 0px 2px rgba(0, 0, 0, 0.15);
}

.breadcrumbs_menu {
    font-size: 0;
}

@media (max-width: 450px) {
    .breadcrumbs_menu {
        overflow: hidden;
        height: 20px;
    }

    .breadcrumbs_menu_inner {
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch;
        padding-bottom: 30px;
        white-space: nowrap;
        font-size: 0;
    }
}

.breadcrumbs_menu_item {
    position: relative;
    display: inline-block;
    padding-right: 35px;
    font-size: 13px;
}

.breadcrumbs_menu_item:last-child {
    padding-right: 15px;
}

.breadcrumbs_menu_item:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 15px;
    width: 8px;
    height: 8px;
    margin: -4px 0 0 0;
    border-style: solid;
    border-color: #aaa;
    border-width: 2px 2px 0 0;
    transform: rotate(45deg);
}

.breadcrumbs_menu_item:last-child:after {
    display: none;
}

.breadcrumbs_menu_item_title {
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    letter-spacing: 0.6px;
    color: #222;
}

.breadcrumbs_menu_item_title:hover {
    color: #c41919;
}

/* -------------------------------------------------------------- */

.page_content {
    padding: 35px 0 60px 0;
}

@media (max-width: 450px) {
    .page_content {
        padding: 24px 0 40px 0;
    }
}

body.body_index .page_content {
    padding-top: 0;
}

/* -------------------------------------------------------------- */

.content_view_date {
    margin: 12px 0 24px 0;
    font-size: 24px;
    font-weight: 500;
    color: #c61919;
}

/* -------------------------------------------------------------- */

.even_columns_left,
.even_columns_right {
    box-sizing: border-box;
    float: left;
    width: 50%;
}
.even_columns_left { padding-right: 20px; }
.even_columns_right { padding-left: 20px; }

@media (max-width: 450px) {
    .even_columns_left,
    .even_columns_right {
        float: none;
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    .even_columns_left {
        margin-bottom: 40px;
    }

    @supports (display: flex) {
        .even_columns {
            display: flex;
            flex-wrap: wrap;
        }

        .even_columns_left._first,
        .even_columns_right._first {
            order: -1;
            margin-bottom: 40px;
        }
    }
}

/* -------------------------------------------------------------- */

.fotorama__nav-wrap {
    min-width: 280px;
    max-width: 100%;
    margin: 10px 0 0 0;
    padding: 0;
}

.fotorama__nav--dots .fotorama__nav__frame--dot {
    width: 32px;
    height: 32px;
}

.fotorama__dot,
.fotorama__nav__frame.fotorama__active .fotorama__dot {
    box-sizing: border-box;
    top: 0;
    width: 32px;
    height: 32px;
    border: 1px solid transparent;
    border-radius: 100%;
}

.fotorama__dot:before {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    margin: 9px 0 0 9px;
    background: #222;
    border-radius: 100%;
}

.fotorama__nav__frame.fotorama__active .fotorama__dot {
    border-color: #c61919;
}

.fotorama__nav__frame:hover .fotorama__dot:before,
.fotorama__nav__frame.fotorama__active .fotorama__dot:before {
    background: #c61919;
}

/* -------------------------------------------------------------- */

.promo_slider {
    margin: 0 0 60px 0;
}

.promo_slider .fotorama__nav-wrap {
    position: relative;
    min-width: 940px;
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 20px;
}

.promo_slider .fotorama__nav {
    position: absolute;
    top: -70px;
    left: 10px;
    text-align: left;
}

.promo_slider .fotorama__dot:before {
    background: #fff;
    box-shadow: 1px -1px 1px 1px black;
}

@media (max-width: 900px) {
    .promo_slider .fotorama__nav-wrap {
        min-width: 280px;
        max-width: 100%;
        margin: 10px 0 0 0;
        padding: 0;
    }

    .promo_slider .fotorama__nav {
        position: relative;
        top: 0;
        left: 0;
        text-align: center;
    }

    .promo_slider .fotorama__dot:before {
        background: #222;
    }
}

/* -------------------------------------------------------------- */

.promo_slide {
    width: 100%;
    height: 650px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}

.promo_slide_inner {
    position: relative;
    height: 100%;
}

.promo_slide_link {
    box-sizing: border-box;
    display: block;
    position: absolute;
    top: 210px;
    left: 20px;
    max-width: 600px;
    padding: 36px 200px 36px 22px;
    text-decoration: none;
    color: #fff;
    border: none;
    border-radius: 10px;
    background: rgba(34, 34, 34, 0.6);
}

.promo_slide_link:hover {
    color: #fff;
}

@supports (-webkit-backdrop-filter: blur()) or
          (-moz-backdrop-filter: blur()) or
          (backdrop-filter: blur()) {
    .promo_slide_link {
        background: rgba(34, 34, 34, 0.2);
        -webkit-backdrop-filter: blur(5px);
        -moz-backdrop-filter: blur(5px);
        backdrop-filter: blur(5px);
    }
}

.promo_slide_info_title {
    font-size: 50px;
    font-weight: 500;
    line-height: 1;
}

.promo_slide_info_anot {
    margin: 12px 0 0 0;
    font-size: 21px;
    font-weight: 500;
    line-height: 1.15;
}

.promo_slide_more {
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    width: 180px;
    height: 100%;
    background-color: #222;
    border-radius: 10px;
    transition: background 200ms;
}

.promo_slide_more_text {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    margin-top: -2em;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 2em;
    text-align: center;
    vertical-align: middle;
    color: #fff;
}

.promo_slide_more_arrow {
    position: absolute;
    left: -175px;
    bottom: -20px;
    width: 260px;
    height: 140px;
    background: url('../img/promo_arrow.png') no-repeat 0 0;
    transition: transform 200ms;
}

.promo_slide_link:hover .promo_slide_more {
    background: #c41919;
}

.promo_slide_link:hover .promo_slide_more_arrow {
    transform: translateX(70px);
}

@media (max-width: 450px) {
    .promo_slide {
        height: 400px;
    }

    .promo_slide_link {
        top: auto;
        bottom: 0;
        left: 0;
        padding-right: 80px;
    }

    .promo_slide_info_title {
        font-size: 30px;
    }

    .promo_slide_info_anot {
        font-size: 18px;
    }

    .promo_slide_more {
        width: 60px;
    }

    .promo_slide_more_text {
        display: none;
    }

    .promo_slide_more_arrow {
        width: 130px;
        height: 70px;
        left: -80px;
        bottom: auto;
        top: 50%;
        margin-top: -35px;
        background-size: 130px;
    }

    .promo_slide_link:hover .promo_slide_more_arrow {
        transform: translateX(0);
    }
}

/* -------------------------------------------------------------- */

.promo_block_list {
    margin: 0 0 0 -20px;
    font-size: 0;
}

.promo_block {
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    width: 33.33%;
    min-width: 290px;
    padding: 0 0 20px 20px;
    font-size: 16px;
    text-align: center;
}

@supports (display: flex) {
    .promo_block_list {
        display: flex;
        flex-wrap: wrap;
        align-items: stretch;
    }

    .promo_block {
        display: flex;
        align-items: stretch;
    }
}

@media (max-width: 450px) {
    .promo_block_list {
        display: block;
        margin-top: 60px;
        text-align: center;
    }

    .promo_block {
        display: inline-block;
        width: 100%;
    }
}

.promo_block_inner {
    position: relative;
    width: 100%;
    padding: 50px 18px 80px 18px;
    background: #f9f9f9;
    border-radius: 10px;
}

.promo_block_img {
    display: block;
    width: 190px;
    height: 130px;
    margin: 0 auto 15px auto;
    background: url('../img/promo_icons.svg') no-repeat 0 0;
}

.promo_block._service .promo_block_img {
    background-position: 0 0;
}

.promo_block._parts .promo_block_img {
    background-position: 0 -172px;
    transform: translateX(-36px);
}

.promo_block._used .promo_block_img {
    background-position: 0 -340px;
    transform: translateX(-10px);
}

.promo_block_title {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.3;
    text-transform: uppercase;
}

.promo_block_anot {
    margin: 8px 0 50px 0;
    font-size: 14px;
    line-height: 1.5;
    color: #777777;
}

.promo_block_link {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50px;
    line-height: 50px;
    white-space: nowrap;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 2px;
    color: #fff;
    background: #333;
    border-radius: 0 0 10px 10px;
    transition: background 150ms, opacity 200ms;
}

.promo_block_link:hover {
    color: #fff;
    background: #c61919;
}

.promo_block_link._disabled {
    opacity: 0.5;
}

.promo_block_link_text {
    display: inline-block;
    padding-left: 65px;
    background: url('../img/button_arrow_light.png') no-repeat 20px 50%;
    background-size: 26px;
    transition: transform 150ms;
}

.promo_block_link:active .promo_block_link_text {
    transform: scale(0.95);
}

/* -------------------------------------------------------------- */

.index_company_left {
    box-sizing: border-box;
    float: left;
    width: 30%;
    margin: 40px 0;
    padding: 0 20px 0 0;
}

.index_company_right {
    box-sizing: border-box;
    float: left;
    width: 70%;
    margin: 40px 0;
    padding: 0 0 0 20px;
}

@media (max-width: 450px) {
    .index_company_left,
    .index_company_right {
        float: none;
        width: 100%;
        padding: 0;
    }
}

.index_company_short {
    border-left: 4px solid #c61919;
    padding: 0 0 0 16px;
}

.index_company_short_text {
    color: #777;
}

.index_company_text {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.65;
}

/* -------------------------------------------------------------- */

.page_subtitle {
    margin: 0 0 20px 0;
}

.page_subtitle_text {
    float: left;
    width: 70%;
}

.page_subtitle_button {
    float: right;
}

@media (max-width: 450px) {
    .page_subtitle_text {
        float: none;
        width: auto;
    }

    .page_subtitle_button {
        float: none;
        width: auto;
        margin-top: 15px;
    }
}

/* -------------------------------------------------------------- */

.category_text {
    margin-top: 60px;
}

@media (max-width: 450px) {
    .category_text {
        margin-top: 30px;
    }
}

/* -------------------------------------------------------------- */

.category_list_inner {
    margin: 0 0 0 -20px;
    font-size: 0;
}

/* -------------------------------------------------------------- */

.category_item {
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    min-width: 290px;
    font-size: 16px;
    text-align: left;
}

.category_list .category_item {
    padding: 0 0 20px 20px;
    width: 33.33%;
}

@media (max-width: 450px) {
    .category_list {
        text-align: center;
    }

    .category_list .category_item {
        width: 100%;
    }
}

@media (min-width: 451px) {
    @supports (display: flex) {
        .category_list_inner {
            display: flex;
            flex-wrap: wrap;
            align-items: stretch;
        }

        .category_list .category_item {
            display: flex;
            align-items: stretch;
        }
    }
}

/* --------------------------------- */

.category_item_link {
    display: block;
    width: 100%;
    text-decoration: none;
    color: #222;
    background: #f9f9f9;
    border: none;
    border-radius: 10px;
    transition: box-shadow 300ms;
}

.category_item_link:hover {
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.15);
}

/* --------------------------------- */

.category_item_img {
    width: 100%;
    padding: 60% 0 0 0;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    border-radius: 10px 10px 0 0;
}

.category_item_img:not([style*="background-image"]) {
    background-image: url('../img/no_img.png');
    background-position: 50% 50%;
    background-size: 100px;
}

/* --------------------------------- */

.category_item_info {
    padding: 12px 12px 24px 12px;
}

.category_item_title {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.35;
}

.category_item_title_hover {
    color: #222;
    text-decoration: underline;
}

.category_item_link:hover .category_item_title_hover {
    color: #c61919;
}

/* -------------------------------------------------------------- */

.product_list_inner {
    margin: 0 0 0 -20px;
    font-size: 0;
}

/* -------------------------------------------------------------- */

.product_item {
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    min-width: 290px;
    font-size: 16px;
    text-align: left;
}

.product_list .product_item {
    padding: 0 0 20px 20px;
    width: 33.33%;
}

@media (max-width: 450px) {
    .product_list {
        text-align: center;
    }

    .product_list .product_item {
        width: 100%;
    }
}

@media (min-width: 451px) {
    @supports (display: flex) {
        .product_list_inner {
            display: flex;
            flex-wrap: wrap;
            align-items: stretch;
        }

        .product_list .product_item {
            display: flex;
            align-items: stretch;
        }
    }
}

/* --------------------------------- */

.product_item_link {
    display: block;
    width: 100%;
    text-decoration: none;
    color: #222;
    background: #f9f9f9;
    border: none;
    border-radius: 10px;
    transition: box-shadow 300ms;
}

.product_item_link:hover {
    color: #222;
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.15);
}

/* --------------------------------- */

.product_item_img {
    width: 100%;
    padding: 60% 0 0 0;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    border-radius: 10px 10px 0 0;
}

.product_item_img:not([style*="background-image"]) {
    background-image: url('../img/no_img.png');
    background-position: 50% 50%;
    background-size: 100px;
}

/* --------------------------------- */

.product_item_info {
    padding: 12px 12px 32px 12px;
}

.product_item_title {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.35;
}

.product_item_title_hover {
    color: #222;
    text-decoration: underline;
}

.product_item_link:hover .product_item_title_hover {
    color: #c61919;
}

.product_item_price {
    margin: 12px 0 0 0;
    font-size: 16px;
    font-weight: 500;
    color: #c61919;
}

.product_item_anot {
    margin: 12px 0 0 0;
    font-size: 14px;
    line-height: 1.7;
}

/* --------------------------------- */

.product_item_property_list {
    margin-top: 15px;
}

.product_item_property {
    display: table;
    width: 100%;
    font-size: 16px;
    background-image: linear-gradient(to right, transparent 50%, #aaa 50%);
    background-repeat: repeat-x;
    background-position: left 0 bottom 7px;
    background-size: 4px 1px;
}

.product_item_property:not(:last-child) {
    margin-bottom: 6px;
}

.product_item_property_title {
    display: table-cell;
    width: 60%;
    padding-right: 5px;
    text-align: left;
    vertical-align: bottom;
}

.product_item_property_value {
    display: table-cell;
    width: 40%;
    padding-left: 5px;
    text-align: right;
    vertical-align: bottom;
}

.product_item_property_title_text,
.product_item_property_value_text {
    background: #f9f9f9;
    -webkit-box-decoration-break: clone;
    -moz-box-decoration-break: clone;
    -ms-box-decoration-break: clone;
    -o-box-decoration-break: clone;
    box-decoration-break: clone;
}

.product_item_property_title_text { padding-right: 4px; }
.product_item_property_value_text { padding-left: 4px; }

/* -------------------------------------------------------------- */

.property_item {
    display: table;
    width: 100%;
    font-size: 16px;
    background-image: linear-gradient(to right, transparent 50%, #aaa 50%);
    background-repeat: repeat-x;
    background-position: left 0 bottom 7px;
    background-size: 4px 1px;
}

.property_item:not(:last-child) {
    margin-bottom: 12px;
}

.property_item_title {
    display: table-cell;
    width: 65%;
    padding-right: 5px;
    text-align: left;
    vertical-align: bottom;
}

.property_item_value {
    display: table-cell;
    width: 35%;
    padding-left: 5px;
    text-align: right;
    vertical-align: bottom;
}

.property_item_title_text,
.property_item_value_text {
    background: #fff;
    -webkit-box-decoration-break: clone;
    -moz-box-decoration-break: clone;
    -ms-box-decoration-break: clone;
    -o-box-decoration-break: clone;
    box-decoration-break: clone;
}

.property_item_title_text { padding-right: 4px; }
.property_item_value_text { padding-left: 4px; }

/* -------------------------------------------------------------- */

.product_gallery .fotorama__thumb-border {
    background: none;
    border-color: #c61919;
    border-radius: 10px;
}

.product_gallery .fotorama__thumb {
    background-color: transparent;
    border-radius: 10px;
}

/* -------------------------------------------------------------- */

.product_view_buy {
    margin: 24px 0 0 0;
    padding: 32px 0 0 0;
    border-top: 4px solid #333;
}

.product_view_buy_price {
    font-size: 24px;
    font-weight: 500;
    color: #c61919;
}

.product_view_buy_button {
    position: relative;
    top: -4px;
    margin: 0 0 0 32px;
}

.product_view_buy_subtle {
    margin: 18px 0 0 0;
    font-size: 16px;
    font-weight: 500;
}

/* -------------------------------------------------------------- */

.product_view_video {
    margin: 60px 0;
}

@media (max-width: 450px) {
    .product_view_video {
        padding-bottom: 0;
    }

    .product_view_video .video_block {
        margin: 24px -10px 0 -10px;
    }
}

/* -------------------------------------------------------------- */

.event_list_inner {
    margin: 0 0 0 -20px;
    font-size: 0;
}

.event_list_item_wrapper {
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    width: 50%;
    padding: 0 0 20px 20px;
}

.event_item {
    box-sizing: border-box;
    width: 100%;
    padding: 15px 20px 30px 20px;
    font-size: 16px;
    background: #f5f5f5;
    border-left: 4px solid #c61919;
}

.event_item._past {
    color: #aaa;
    border-left-color: #ccc;
}

@supports (display: flex) {
    .event_list_inner {
        display: flex;
        flex-wrap: wrap;
    }

    .event_list_item_wrapper {
        display: flex;
        align-items: stretch;
    }
}

.event_item_date {
    float: left;
    width: 150px;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.3;
    color: #c61919;
}

.event_item._past .event_item_date {
    color: #ccc;
}

.event_item_info {
    margin-left: 170px;
}

.event_item_title {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.65;
}

.event_item_title a {
    color: #222;
}

.event_item_title a:hover {
    color: #c61919;
}

.event_item._past .event_item_title a,
.event_item._past .event_item_title a:hover {
    color: #aaa;
}

.event_item_anot {
    margin-top: 8px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.7;
}

@media (max-width: 450px) {
    .event_list {
        margin-left: -10px;
        margin-right: -10px;
    }

    .event_list_item_wrapper {
        width: auto;
    }

    .event_item_date {
        float: none;
        width: auto;
        font-size: 18px;
    }

    .event_item_info {
        margin-left: 0;
    }
}

/* -------------------------------------------------------------- */

.index_event_list_inner {
    margin: 0 0 0 -40px;
    font-size: 0;
}

.index_event {
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    width: 33.33%;
    padding: 0 0 40px 40px;
    font-size: 16px;
}

.index_event_date {
    margin: 0 0 6px 0;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.65;
    color: #c61919;
}

.index_event_title {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.65;
}

.index_event_anot {
    margin: 4px 0 0 0;
    font-size: 14px;
    line-height: 1.7;
}

@media (max-width: 450px) {
    .index_event {
        width: auto;
        padding-bottom: 24px;
    }

    .index_event_anot {
        display: none;
    }
}

/* -------------------------------------------------------------- */

.index_event_container {
    margin: 60px 0 0 0;
}

.index_video_container {
    padding: 55px 0 5px 0;
    background: #f9f9f9;
}

@media (max-width: 450px) {
    .index_event_container {
        margin: 30px 0 0 0;
    }

    .index_video_container {
        padding: 40px 0;
    }
}

/* -------------------------------------------------------------- */

.video_category_list_inner {
    margin: 0 0 0 -50px;
    font-size: 0;
}

.video_category {
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    width: 33.33%;
    font-size: 16px;
}

.video_category_list .video_category {
    padding: 0 0 50px 50px;
}

.video_category_link {
    display: block;
    border: none;
}

.video_category_link {
    color: #222;
}

.video_category_link:hover {
    color: #c61919;
}

.video_category_img {
    display: block;
    position: relative;
    width: 100%;
    padding: 65% 0 0 0;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}

.video_category_img:not([style*="background-image"]) {
    background-image: url('../img/no_img.png');
    background-position: 50% 50%;
    background-size: 100px;
}

.video_category_wrap_count {
    position: absolute;
    top: 0;
    right: 0;
    width: 33%;
    height: 100%;
    background: #222;
    opacity: 0.6;
    transition: opacity 150ms ease-out;
}

.video_category_link:hover .video_category_wrap_count {
    opacity: 0.85;
}

.video_category_count {
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 8px 10px;
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 8px;
    white-space: nowrap;
    transform: translate(-50%, -50%);
}

.video_category_count_arrow {
    font-size: 22px;
}

.video_category_title {
    margin: 8px 0 0 0;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.65;
}

@media (max-width: 450px) {
    .video_category_list_inner {
        margin: 0;
    }

    .video_category_list .video_category {
        width: 100%;
        padding: 0;
        margin: 0 0 30px 0;
    }
}

/* -------------------------------------------------------------- */

.video_list_inner {
    margin: 0 0 0 -50px;
    font-size: 0;
}

.video_item {
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    width: 33.33%;
    font-size: 16px;
}

.video_list .video_item {
    padding: 0 0 50px 50px;
}

.video_item_link {
    display: block;
    border: none;
    color: #222;
}

.video_item_link:hover {
    color: #c61919;
}

.video_item_img {
    display: block;
    position: relative;
    width: 100%;
    padding: 65% 0 0 0;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}

.video_item_img:not([style*="background-image"]) {
    background-image: url('../img/no_img.png');
    background-position: 50% 50%;
    background-size: 100px;
}

.video_item_img:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60px;
    height: 60px;
    margin: -30px 0 0 -30px;
    background: url('../img/play_icon.png') no-repeat 50% 50%;
    background-size: 60px;
    transition: transform 200ms;
}

.video_item_link:hover .video_item_img:after {
    transform: scale(1.1);
}

.video_item_link:active .video_item_img:after {
    transform: scale(1);
}

.video_item_title {
    margin: 8px 0 0 0;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.65;
}

@media (max-width: 450px) {
    .video_list_inner {
        margin: 0;
    }

    .video_list .video_item {
        width: 100%;
        padding: 0;
        margin: 0 0 30px 0;
    }

    .video_item_title {
        font-size: 16px;
        line-height: 1.5;
    }
}

/* -------------------------------------------------------------- */

.recent_video_list_container {
    margin: 32px 0 50px 0;
    padding: 22px 0 0 0;
    background: #f9f9f9;
}

/* -------------------------------------------------------------- */

.video_block_link {
    display: block;
    position: relative;
    width: 100%;
    padding: 60% 0 0 0;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    border: none;
}

.video_block_link:not([style*="background-image"]) {
    background-image: url('../img/no_img.png');
    background-position: 50% 50%;
    background-size: 100px;
}

.video_block_link:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, transparent 75%, rgba(0, 0, 0, 0.8) 100%);
}

.video_block_link:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60px;
    height: 60px;
    margin: -30px 0 0 -30px;
    background: url('../img/play_icon.png') no-repeat 50% 50%;
    background-size: 60px;
    transition: transform 200ms;
}

.video_block_link:hover:after {
    transform: scale(1.1);
}

.video_block_link:active:after {
    transform: scale(1);
}

.video_block_title {
    box-sizing: border-box;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px;
    font-size: 24px;
    font-weight: 500;
    color: #fff;
}

@media (max-width: 450px) {
    .video_block_title {
        padding: 10px 20px;
        font-size: 18px;
    }
}

/* -------------------------------------------------------------- */

.contacts_block_icon {
    display: block;
    width: 80px;
    height: 80px;
    margin: 0 0 22px 0;
    background: url('../img/contacts_icon.png') no-repeat 0 0;
    background-size: contain;
}

@media (max-width: 450px) {
    .contacts_block_icon {
        display: none;
    }
}

.contacts_block_phone {
    font-size: 24px;
    font-weight: 500;
}

.contacts_block_time {
    font-size: 13px;
    color: #777;
}

.contacts_block_address {
    margin: 16px 0 0 0;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.3;
}

.contacts_block_email {
    margin: 16px 0 0 0;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.3;
}

.contacts_block_requisites {
    margin: 48px 0 0 0;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.3;
}

/* -------------------------------------------------------------- */

.error_404 {
    padding: 100px 0;
}

.error_404_title {
    margin-bottom: 42px;
    font-size: 50px;
    font-weight: 500;
    line-height: 1;
}

.error_404_code {
    float: left;
    width: 454px;
    height: 194px;
    font-size: 0;
    background: url('../img/404.png') no-repeat 50% 50%;
    background-size: contain;
}

.error_404_info {
    margin-left: 480px;
    padding-top: 50px;
}

.error_404_info_title {
    font-size: 18px;
    font-weight: 500;
}

.error_404_info_subtitle {
    margin-top: 12px;
    font-size: 16px;
}

@media (max-width: 450px) {
    .error_404 {
        padding: 0;
    }

    .error_404_title {
        margin-bottom: 20px;
        font-size: 30px;
    }

    .error_404_code {
        float: none;
        width: 90%;
        height: auto;
        padding: 40% 0 0 0;
    }

    .error_404_info {
        margin-left: 0;
        padding-top: 36px;
    }
}

/* -------------------------------------------------------------- */

.page_footer {
    color: #555;
    background-color: #f9f9f9;
}

.page_footer_top {
    padding: 22px 0 28px 0;
}

.page_footer a {
    color: #222;
}

.page_footer a:hover {
    color: #c61919;
}

/* -------------------------------------------------------------- */

.page_footer_menu {
    box-sizing: border-box;
    float: left;
    width: 50%;
}

.page_footer_phone {
    box-sizing: border-box;
    float: left;
    width: 25%;
    text-align: center;
}

.page_footer_address {
    box-sizing: border-box;
    float: left;
    width: 25%;
    padding: 3px 0 0 0;
}

@media (max-width: 450px) {
    .page_footer_phone {
        margin: 28px 0 12px 0;
    }

    .page_footer_menu,
    .page_footer_phone,
    .page_footer_address {
        float: none;
        width: auto;
    }

    @supports (display: flex) {
        .page_footer_top {
            display: flex;
            flex-direction: column;
        }

        .page_footer_phone {
            order: 1;
            margin: 0;
        }

        .page_footer_address {
            order: 2;
            margin: 12px 0 28px 0;
            padding: 0;
        }

        .page_footer_menu {
            order: 3;
        }
    }
}

/* -------------------------------------------------------------- */

.footer_menu_col {
    box-sizing: border-box;
    float: left;
    width: 50%;
    padding-right: 20px;
}

.footer_menu_item {
    margin: 0 0 6px 0;
    font-size: 16px;
    line-height: 1.5;
}

@media (max-width: 450px) {
    .footer_menu {
        float: none;
    }

    .footer_menu_col {
        float: none;
        width: auto;
    }
}

/* -------------------------------------------------------------- */

.footer_phone {
    text-align: left;
}

.footer_phone_number {
    font-size: 18px;
    font-weight: 500;
    color: #222;
}

.footer_phone_number a {
    text-decoration: none;
}

.footer_phone_time {
    margin: 4px 0 0 0;
    font-size: 14px;
    line-height: 1.3;
}

.footer_address {
    font-size: 14px;
    line-height: 1.7;
}

/* -------------------------------------------------------------- */

.footer_social .we_in_social {
    font-size: 18px;
    text-align: left;
    padding-top: 30px;
    margin-bottom: 15px;
    font-weight: 500;
}

.social_buttons {
    display: flex;
}

.social_button {
    background-size: contain;
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
    display: block;
    margin-right: 10px;
}

.button_youtube {
    background-image: url(/media/img/icon_youtube.svg);
}

.button_instagram {
    background-image: url(/media/img/icon_instagram.svg);
}

/* -------------------------------------------------------------- */

.page_footer_bottom {
    padding: 14px 0 26px 0;
    border-top: 4px solid #e5e5e5;
}

/* -------------------------------------------------------------- */

.page_footer_copy {
    float: left;
}

.page_footer_copy_title {
    font-size: 18px;
}

.page_footer_copy_text {
    margin: 2px 0 0 0;
    font-size: 14px;
}

.page_footer_dev {
    float: right;
    font-size: 14px;
}

@media (max-width: 450px) {
    .page_footer_bottom {
        padding-bottom: 14px;
    }

    .page_footer_copy {
        float: none;
    }

    .page_footer_dev {
        float: none;
        margin: 14px 0 0 0;
    }
}

/* -------------------------------------------------------------- */

.page_header_address, .page_header_phone{
	width: auto
}
.header-icon{
	font-size: 16px;
	color:#fff;
	padding-left: 40px;
	text-align: left;
	position: relative;
	white-space: nowrap;
	margin-top: 10px;
	margin-left: 10px
}
	.header-icon1:before{
		background: url(/media/img/ico1.png) no-repeat;
	}
	.header-icon2:before{
		background: url(/media/img/ico2.png) no-repeat;
	}
	.header-icon3:before{
		background: url(/media/img/ico3.png) no-repeat;
	}
	.header-icon:before{
		content:'';
		width:30px;
		height: 30px;
		position: absolute;
		left:0;
		top:-3px;
		-moz-background-size: 100% !important;
		-webkit-background-size: 100% !important;
		-o-background-size: 100% !important;
		background-size: 100% !important;
	}
.header-icon a{
    text-decoration: none;
	color:#fff;
}
.header-icon a:hover{
    text-decoration: underline;
    color: #ff0000;
    /*color: #c61919;*/
    /*color: #d82424;*/
}
