html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}

strong {
    font-family: 'Roboto', serif;
    font-weight: 500;
}

em {
    font-style: italic;
}

:focus {
    outline: 0;
}

.clr {
    border: medium none;
    clear: both;
    display: block;
    float: none;
    height: 0;
    line-height: 0;
    margin: 0;
    padding: 0;
}

html, body {
    height: 100%;
    min-height: 100%;
}

body {
	background-color: #fff;
    font-family: 'Roboto', sans-serif;
    /*font-family: 'Roboto', serif;*/
	color: #000000;
}

h1 {
    font-family: 'Roboto', serif;
    font-size: 1.875em;
	font-weight: 700;
	color: #ffffff;
	margin: 0 0 30px;
}
h2 {
    font-family: 'Roboto', serif;
    font-size: 1.5em;
	font-weight: 700;
	margin: 20px 0;
}

a {
    color: #000000;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    outline: none;
}
img {
    max-width: 100%;
}
.centerBlock {
    max-width: 1150px;
    margin: 0 auto;
    width: 100%;
}

.header .flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 32px;
}

div.mod-languages ul.lang-inline {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
div.mod-languages ul.lang-inline li {
    width: 66px;
    height: 66px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 22px;
}

div.mod-languages ul.lang-inline li a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    font-size: 1.5em;
    font-weight: 700;
    background-color: #000000;
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
}
div.mod-languages ul.lang-inline li.lang-active a,
div.mod-languages ul.lang-inline li a:hover {
    background-color: rgba(59, 59, 57, 0.7);
}

.content .centerBlock {
    background-image: url(../images/main_bg.png);
    background-position: left top;
    background-repeat: no-repeat;
    min-height: 650px;
    padding-top: 102px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.content .flex {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
}
.container {
    width: 715px;
}
.content_bg {
    background-color: rgba(48,48,48,.8);
    padding: 45px 42px;
    position: relative;
}
.content_bg.preload::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, .35);
    background-image: url(../images/1488.gif);
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0;
}
.city_selection {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.select_label {
    color: #C4C4C4;
    font-weight: 500;
    margin-right: 15px;
}
.select_styled {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.select_styled select {
    font-weight: 400;
    font-size: 1em;
    opacity: 0;
    padding: 0;
    width: 100%;
    z-index: 2;
    position: absolute;
    left: 0;
    top: 0;
}
.select_styled span {
    display: block;
    background-color: transparent;
    color: #ffffff;
    font-weight: 500;
    font-size: 1em;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    padding-right: 30px;
    background-image: url(../images/select.png);
    background-position: right top;
    background-repeat: no-repeat;
}

.city_content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.city_text {
    color: #ffffff;
}

.city_text_item {
    margin-top: -25px;
}
.city_text_item.hidden {
    display: none;
}
.city_text_item h1 {
    padding-right: 70px;
}
.city_text_item p {
    margin-bottom: 12px;
    font-size: 1.125em;
    padding-right: 25px;
}
.city_text_item table {
    padding-right: 25px;
}
.city_text_item td {
    padding-bottom: 12px;
    font-size: 1.125em;
}
.city_text_item td:first-child {
    padding-right: 20px;
    font-weight: 700;
}
.city_text_item strong {
    display: inline-block;
    min-width: 130px;
}

.city_btns {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 35px;
    width: 207px;
    flex: none;
}
.city_btns a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 55px;
    background-color: #DF0000;
    color: #ffffff;
    font-weight: 500;
    padding: 0 17px;
    margin-bottom: 32px;
    text-transform: uppercase;
    text-decoration: none;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.city_btns a:hover,
.city_btns a.active {
    background-color: #000000;
}
.city_btns a::after {
    content: '';
    width: 24px;
    height: 24px;
    position: absolute;
    right: 15px;
    top: 15px;
    background-position: center;
    background-repeat: no-repeat;
}
.city_btns a.ico_hours::after {
    background-image: url(../images/ico_hours.png);
}
.city_btns a.ico_phones::after {
    background-image: url(../images/ico_phones.png);
}
.city_btns a.ico_address::after {
    background-image: url(../images/ico_address.png);
}

.custom_links {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 45px;
}
.custom_links a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #DF0000;
    text-decoration: none;
}
.custom_links a img {
    margin-bottom: 10px;
}
.custom_links a:hover {
    text-decoration: underline;
}

.custom_slider  {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
    margin: 45px 0;
}
.custom_slider .slick-list {
    width: 85%;
    margin: 0 auto;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.custom_slider .slick-track {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.custom_slider .slick-slide {
    float: left;
}
.slick-arrow {
    display: block;
    height: 58px;
    width: 58px;
    font-size: 0;
    background-image: url(../images/slider_nav.png);
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent;
    border: 1px solid #DF0000;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-indent: -9999px;
    top: 37%;
    outline: none;
    cursor: pointer;
    position: absolute;
    z-index: 2;
    outline: none;
}
.slick-prev {
    left: 0;
}
.slick-next {
    right: 0;
    transform: rotate(180deg);
}

.contacts_map {
    margin-top: 20px;
}
#map {
    width: 375px;
    height: 120px;
}
.ymaps-2-1-78-gototech,
.ymaps-2-1-78-gotoymaps__container,
.ymaps-2-1-78-copyright__content {
    display: none !important;
}