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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
/*dl, dt, dd, ol, ul, li,*/
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-family: inherit;
    font-size: 100%;
    vertical-align: baseline; }

html {
    line-height: 1;
    font-family: ubuntu;
    -webkit-tap-highlight-color: transparent;
}

body {
    font-size: 15px;
    line-height: 1.42857;
    color: #333333;
    background-color: white;
	max-width: 1880px;
    margin-left: auto;
    margin-right: auto;
}

/*ol, ul {
    list-style: none; }*/

ol, ul {
	font-size: 15px;
}
	
table {
    border-collapse: collapse;
    border-spacing: 0; }

caption, th, td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle; }

q, blockquote {
    quotes: none; }
q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none; }

h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}
h1, .h1 {
    font-size: 36px;
}
h3, .h3 {
    font-size: 24px;
}

p {
	font-size: 15px;
	margin: 5px 0 20px 0;
}

a img {
    border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
    display: block; font-size: 17px;}

a {
    color: #080808;
    text-decoration: none;
}
a:hover, a:focus {
    color: #E8B609;
    text-decoration: none;
}
a.white-hover:hover {
    color: #FFFFFF;
    text-decoration: none;
}
a.yellow-link {
    color: #E8B609;
    text-decoration: none;
}
a.yellow-link:hover {
    color: #080808;
    text-decoration: none;
}
a.white-link {
    color: #FFFFFF;
    text-decoration: none;
}
a.white-linkwhite-link:hover {
    color: #080808;
    text-decoration: none;
}
.clear {
    clear: both;
}
.color-yellow { color: #E8B609; }
.color-white { color: white; }

.btn-yellow {
    background-color: #E8B609;
    border-color: #E8B609;
    margin-right: 10px;
}
.btn-yellow:hover {
    background-color: white;
    color: #080808;
}
.btn-white {
    background-color: white;
    margin-left: 10px;
}
.btn-white:hover {
    background-color: #E8B609;
    color: white;
}

#page { overflow: hidden; }

.all-row-block-delimetr-dark {
    background-color: #080808;
    line-height: 5px;
    height: 5px;
    content: '';
    margin: 25px 0 10px 0;
}
/* paddings */
.shift20 {
    margin-top: 20px;
}
.push20 {
    margin-bottom: 20px;
}
.padding-push20 {
    padding-bottom: 20px;
}
/* /paddings */

/* FONT */
/* sizes */
.f16 {
    font-size: 16px;
}
/* /sizes */

/* weight */
.weight500 {
    font-weight: 500;
}
.weight700 {
    font-weight: 700;
}
/* /weight */
/* /FONT */

.img_w100 {
	width: 100%;
}

/* header */
header {
    background-image: url(images/header_bg.png);
    min-height: 50px;
    font-size: 20px;
    line-height: 50px;
    font-weight: 500;
	overflow: hidden;
}

header .fa-ico-marginright {
    margin-right: 10px;
}
header .delimetr {
    margin: 0 20px;
}
header .work-time-wrap {
    padding-left: 50px;
}
header .social-wrap {
    padding-left: 30px;
}
header .social-wrap i.fab {
    padding-right: 10px;
}
@media (max-width: 768px) {
    header {
        background-image: none;
        background-color: #E3E3E3;
    }
}
@media (max-width: 1555px) {
    header .work-time-wrap {
        font-size: 15px;
    }
    header .fa-ico-marginright {
        margin-right: 5px;
    }
    header .work-time-wrap {
        padding-left: 20px;
    }
    header .delimetr {
        margin: 0 10px;
    }
    header .social-wrap {
        padding-left: 0;
    }
    header .social-wrap i.fab {
        padding-right: 5px;
    }
}

.header-logo-wrap {
    background-color: #080808;
	display: flex;
    align-items: center;
    display: -webkit-flex;
}
.logo {
    margin-left: 60px;
    margin-top: 10px;
	height: 90px;
    width: 170px;
}
/* /header */

/* MAIN PAGE */
.main-page-info-block-wrap {
    margin-top: 15px;
}

/* block title */
.block-title-wrap .block-title-title {
    text-transform: uppercase;
    font-size: 45px;
    font-weight: bold;
    margin-top: 20px;
}
.block-title-wrap .block-title-delimetr {
    background-color: #E8B609;
    height: 3px;
    margin-top: 10px;
    margin-bottom: 15px;
}
.block-title-wrap .block-title-description {
    color: #8B8B8B;
    font-size: 22px;
    padding-left: 16%;
    padding-right: 16%;
    margin-bottom: 15px;
}
/* /block title */

/* consultation */
.main-page-consultation-wrap {
    background: url(images/consultation_bg.jpg);
}
@media (min-width: 768px) {
    .main-page-consultation-wrap {
        background: url(images/consultation_bg_230.jpg);
    }
}
.main-page-consultation-wrap .main-page-consultation-title {
    font-size: 30px;
    color: white;
    padding: 15px 0 15px 30px;
}
.main-page-consultation-wrap .main-page-consultation-form {
    margin-bottom: 10px;
}
/* /consultation */

/* info block */
.main-page-info-block-item {
    padding: 15px 15px 50px 15px;
}
.main-page-info-block-item a {
    position: relative;
    display: block;
    text-decoration: none;
}
.main-page-info-block-item a:hover {
    text-decoration: none;
}
.main-page-info-block-item img {
    position: absolute;
    top: 13.5%;
    left: 5.3%;
    width: auto;
    max-width: 42.7%;
    height: auto;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    z-index: 2;
}
.main-page-info-block-item-decr {
    color: #8B8B8B;
    background-color: #ededed;
    display: block;
    font-size: 13px;
    line-height: 17px;
    font-weight: normal;
    position: relative;
    text-align: left;
    padding: 5% 6% 4.5% 39.5%;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.main-page-info-block-item a:hover .main-page-info-block-item-decr {
    background-color: #E8B609;
    color: white;
}
.main-page-info-block-item-title {
    font-size: 38px;
    line-height: 28px;
    color: #080808;
    margin-bottom: 28px;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 0px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.main-page-info-block-item a:hover .main-page-info-block-item-title {
    color: white;
}
@media (max-width: 1665px){
    .main-page-info-block-item-decr {
        padding-left: 44.5%;
    }
}
@media (max-width: 1493px){
    .main-page-info-block-item-decr {
        padding-left: 49.5%;
    }
    .main-page-info-block-item-title {
        font-size: 28px;
    }
}
@media (max-width: 1247px){
    .main-page-info-block-item-title {
        font-size: 24px;
    }
}
@media (max-width: 1085px){
    .main-page-info-block-item-title {
        font-size: 20px;
        font-weight: 500;
    }
}
@media (max-width: 375px){
    .main-page-info-block-item-decr {
        padding-left: 49.5%;
    }
    .main-page-info-block-item-title {
        font-size: 20px;
        font-weight: 500;
    }
}
/* /info block */

/* download catalog */
.main-page-dawnlod-catalog-wrap {
    margin-top: 20px;
    background-color: #110F14;
}
.main-page-dawnlod-catalog-descr, .main-page-dawnlod-catalog-descr a {
    color: #E8B609;
    padding-right: 10%;
}
.main-page-dawnlod-catalog-title {
    font-size: 70px;
}
.main-page-dawnlod-catalog-descr a {
    font-size: 28px;
}
@media (max-width: 1637px){
    .main-page-dawnlod-catalog-descr, .main-page-dawnlod-catalog-descr a {
        padding-right: 15px;
    }
    .main-page-dawnlod-catalog-title {
        font-size: 37px;
    }
}
/* /download catalog */
/* contacts */
.main-page-contacts-wrap {
    padding-left: 50px;
}
.mpc-title,  .mpf-title{
    color: #102747;
    font-size: 50px;
    line-height: 38px;
    margin-top: 30px;
    margin-bottom: 20px;
}
.mpc-description, .mpf-description {
    font-size: 17px;
    line-height: 17px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.mpc-data {
    padding: 0 15px 10px 15px;
}
.mpc-data-item {
    font-size: 17px;
    margin-top: 10px;
}
.mpc-data-item .fas {
    color: #E8B609;
}
@media (max-width: 485px){
    .main-page-contacts-wrap {
        padding-left: 15px;
    }
}

.main-page-feedback-wrap, .mpf-data {
    padding: 0;
}
/* /contacts */
/* /MAIN PAGE */

/* seo block */
.seo-block-title {
    margin-top: 0!important;
}
.seo-block-content {
    margin-bottom: 15px;
}
/* /seo block */

/* FOOTER */
footer {
    background-color: #080808;
}
footer .logo-wrap {
    float: left;
}
footer .copy-wrap {
    color: white;
    margin-top: 28px;
    padding-left: 30px;
    float: left;
}
footer .block-title-wrap .block-title-title {
    text-transform: none;
    font-size: 18px;
}
footer .block-title-wrap .block-title-delimetr {
    margin-left: 15px;
}
@media (max-width: 768px){
    footer .copy-wrap {
        margin-top: 0;
    }
}
/* /FOOTER */

/* PRODUCT_DETAIL */
.table-product-detail th {
    background-color: #E8B609;
    text-transform: uppercase;
    text-align: center;
    color: white;
    font-weight: 700;
}
.table-product-detail td {
    text-align: center;
}
/* /PRODUCT_DETAIL */

/* MODAL */
.api_modal .api_modal_header {
    background: #E8B609;
    color: white;
}
/* /MODAL */

/* DELARS SERVICES */
.navi-tabs .active { color: #E8B609; }
.tab-content > div { display: none; }
.tab-content .active { display: block; }
.tab-content .map-wrap > img {
    width: 100%;
    margin-top: -70px;
}
.dealer-service-info-block {
    background-color: #E3E3E3;
    padding: 15px;
}
/* /DELARS SERVICES */

/* ARTICLE */
.num-section .container {
    position: relative;
}

.num-section .num.animated {
    opacity: 1;
}

.num-section .num {
    font-size: 50px;
    line-height: 1;
    color: #E8B609;
    opacity: 0;
}
.num-section .num .num-val {
    font-weight: 700;
}

.default-styled-list {
    list-style: disc;
    margin-left: 20px;
}
/* /ARTICLE */

/* BLOCKOUTE */
.blockquote-virgolette {
    padding: 30px 40px;
    position: relative;
    background-color: #E3E3E3;
    margin-bottom: 20px;
}
.blockquote-virgolette:before {
    content: "\f10d";
    font: normal normal normal 18px/1 FontAwesome;
    display: block;
    position: absolute;
    bottom: 10px;
    right: 10px;
    color: #000000;
    font-size: 25px;
}
.blockquote-virgolette:after {
    content: "\f10e";
    font: normal normal normal 18px/1 FontAwesome;
    display: block;
    position: absolute;
    top: 10px;
    left: 10px;
    color: #000000;
    font-size: 25px;
}
.blockquote-virgolette-content {
    font-style: italic;
}
/* BLOCKOUTE */

/* BLOCKS */
.left-block {
    border-right: 1px solid #d2dae3;
}
/* /BLOCKS */