/*@import "uikit/uikit.css";*/
@import "slick.css";
@import "slick-theme.css";
@import "jquery-ui.min.css";
@import "jquery.fancybox.css";
@import "jquery.mCustomScrollbar.css";
@import "reset.css";

/************************* Fonts *************************/
/* + font-family: "RobotoRegular"; */
@font-face {
    font-family: "RobotoRegular";
    src: url("../fonts/RobotoRegular/RobotoRegular.eot");
    src: url("../fonts/RobotoRegular/RobotoRegular.eot?#iefix") format("embedded-opentype"),
    url("../fonts/RobotoRegular/RobotoRegular.woff") format("woff"),
    url("../fonts/RobotoRegular/RobotoRegular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

/* + font-family: "RobotoLight"; */
@font-face {
    font-family: "RobotoLight";
    src: url("../fonts/RobotoLight/RobotoLight.eot");
    src: url("../fonts/RobotoLight/RobotoLight.eot?#iefix") format("embedded-opentype"),
    url("../fonts/RobotoLight/RobotoLight.woff") format("woff"),
    url("../fonts/RobotoLight/RobotoLight.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

/* font-family: "RobotoMedium"; */
@font-face {
    font-family: "RobotoMedium";
    src: url("../fonts/RobotoMedium/RobotoMedium.eot");
    src: url("../fonts/RobotoMedium/RobotoMedium.eot?#iefix") format("embedded-opentype"),
    url("../fonts/RobotoMedium/RobotoMedium.woff") format("woff"),
    url("../fonts/RobotoMedium/RobotoMedium.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

/* font-family: "RobotoBold"; */
@font-face {
    font-family: "RobotoBold";
    src: url("../fonts/RobotoBold/RobotoBold.eot");
    src: url("../fonts/RobotoBold/RobotoBold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/RobotoBold/RobotoBold.woff") format("woff"),
    url("../fonts/RobotoBold/RobotoBold.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

/* font-family: "RobotoSlabRegular"; */
@font-face {
    font-family: "RobotoSlabRegular";
    src: url("../fonts/RobotoSlabRegular/RobotoSlabRegular.eot");
    src: url("../fonts/RobotoSlabRegular/RobotoSlabRegular.eot?#iefix") format("embedded-opentype"),
    url("../fonts/RobotoSlabRegular/RobotoSlabRegular.woff") format("woff"),
    url("../fonts/RobotoSlabRegular/RobotoSlabRegular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

/* font-family: "RobotoSlabLight"; */
@font-face {
    font-family: "RobotoSlabLight";
    src: url("../fonts/RobotoSlabLight/RobotoSlabLight.eot");
    src: url("../fonts/RobotoSlabLight/RobotoSlabLight.eot?#iefix") format("embedded-opentype"),
    url("../fonts/RobotoSlabLight/RobotoSlabLight.woff") format("woff"),
    url("../fonts/RobotoSlabLight/RobotoSlabLight.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

/* + font-family: "RobotoSlabBold"; */
@font-face {
    font-family: "RobotoSlabBold";
    src: url("../fonts/RobotoSlabBold/RobotoSlabBold.eot");
    src: url("../fonts/RobotoSlabBold/RobotoSlabBold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/RobotoSlabBold/RobotoSlabBold.woff") format("woff"),
    url("../fonts/RobotoSlabBold/RobotoSlabBold.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "PTSansRegular";
    src: url("../fonts/PTSansRegular/PTSansRegular.eot");
    src: url("../fonts/PTSansRegular/PTSansRegular.eot?#iefix") format("embedded-opentype"),
    url("../fonts/PTSansRegular/PTSansRegular.woff") format("woff"),
    url("../fonts/PTSansRegular/PTSansRegular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

/************************* Общие стили *************************/
html,
body {
    height: 100%;
    font-size: 16px;
    color: #000;
    font-family: RobotoRegular, serif;
}

body {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
}

img {
    outline: none;
}

img:focus {
    outline: none;
}

.slick-slide img {
    max-width: 100%;
}

a {
    outline: none;
}

a:hover {
    text-decoration: none;
    color: inherit;
}

.basic_width {
    max-width: 1170px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}

.wrapper {
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}

.clearfix_:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.title {
    font-family: RobotoSlabBold, serif;
    text-transform: uppercase;
    color: #000;
}

.h1 {
    font-size: 1.5rem;
}

.h1.title {
    padding-bottom: 40px;
}

.flex-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
}

.main-content {
    padding-top: 35px;
	overflow: hidden;
}

/************************* bread-crumbs *************************/
.bread-crumbs {
    font-family: RobotoSlabRegular, serif;
    font-size: 0.875rem;
}

.bread-crumbs__list {
    float: left;
    padding-top: 37px;
    padding-bottom: 14px;
}

.bread-crumbs__item {
    float: left;
    margin-right: 17px;
    position: relative;
}

.bread-crumbs__item:last-child {
    margin-right: 0;
}

.bread-crumbs__item::after {
    content: '';
    position: absolute;
    width: 2px;
    height: 2px;
    right: -10px;
    top: 6px;
    background-color: #f7c499;
}

.bread-crumbs__item:last-child::after {
    display: none;
}

.bread-crumbs__link {
    display: inline-block;
    border-bottom: 1px solid transparent;
    color: #000;
}

a.bread-crumbs__link:hover {
    border-bottom: 1px solid #f7c499;
}

/************************* header *************************/
.header {
    background: url("../images/header_bg.jpg") 50% 50% no-repeat;
    background-size: cover;
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.5);
    padding-bottom: 3.947368421052632%;
    max-height: 200px;
}

.index-top-wrap {
    background: url("../images/header-slider-index.jpg") 0 0 no-repeat;
    background-size: cover;
}

.index-top-wrap .slick-dotted.slick-slider {
     margin-bottom: 0;
}

.header-index {
    padding-bottom: 3.947368421052632%;
    background-color: rgba(0,0,0,0.4);
    border-bottom: 1px solid #75838c;
    max-height: 200px;
}

.header-top {
    height: 50px;
    background-color: rgba(0, 0, 0, 0.7);
}

.header-top__nav {
    font-family: RobotoLight, serif;
    font-size: .875rem;
}

.header-top__nav-el {
    float: left;
    padding: 18px 0;
    margin-right: 27px;
}

.header-top__nav-el a {
    color: #d5d5d5;
    border-bottom: 1px solid #424548;
    text-decoration: none;
}

.header-top__nav-el:hover a {
    border-bottom-color: #ec6703;
}

.header-bottom__logo img {
    max-width: 100%;
	vertical-align: middle;
}

/* переключение языка */
.dropbtn-lang {
    padding: 5px 14px;
    cursor: pointer;
}

.dropdown-lang {
    position: relative;
    display: inline-block;
    padding-top: 13px;
    padding-bottom: 13px;
    width: 144px;
    float: right;
}

.dropdown-lang-content {
    display: none;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.6);
    margin-top: 13px;
    width: 144px;
    z-index: 99999;
}

.dropbtn-lang, .dropdown-lang-content a {
    padding-left: 45px;
    font-family: RobotoRegular, serif;
    font-size: 14px;
    color: #fff;
}

.dropbtn-lang[data-lang="ru"], a[data-lang="ru"] {
    background: url('../images/lang/ru.png') no-repeat 10px center;
}

.dropbtn-lang[data-lang="eng"], a[data-lang="eng"] {
    background: url('../images/lang/eng.png') no-repeat 10px center;
}

.dropbtn-lang[data-lang="ger"], a[data-lang="ger"] {
    background: url('../images/lang/ger.png') no-repeat 10px center;
}

.dropbtn-lang[data-lang="sp"], a[data-lang="sp"] {
    background: url('../images/lang/sp.png') no-repeat 10px center;
}

.dropbtn-lang[data-lang="byn"], a[data-lang="byn"] {
    background: url('../images/lang/byn.png') no-repeat 10px center;
}

.dropbtn-lang::after {
    background: rgba(0, 0, 0, 0) url("../images/dropdown-arrow.png") no-repeat center center;
    content: "";
    height: 4px;
    position: absolute;
    right: 10px;
    top: 24px;
    width: 8px;
}

.dropdown-lang-content a {
    display: block;
    text-decoration: none;
    padding-top: 15px;
    padding-bottom: 15px;
}

.dropdown-lang-content a:hover, .dropdown-lang:hover {
    background-color: #000;
}

.dropdown-lang:hover .dropdown-lang-content {
    display: block;
}

/*social*/
.social-top {
    display: inline-block;
    float: right;
    margin-right: 27px;
    padding: 13px 0;
	font-size: 0;
}

.social-top__item {
    width: 21px;
    height: 21px;
    display: inline-block;
    margin-right: 12px;
}

.social-top__item:last-of-type {
    margin-right: 9px;
}

.social-top__item a {
    display: block;
    width: 100%;
    height: 100%;
}

.social-top__item.youtube {
    background-image: url("../images/social/social-youtube.png");
}

.social-top__item.youtube:hover {
    background-image: url("../images/social/social-youtube-hover.png");
}

.social-top__item.le {
    background-image: url("../images/social/social-le.png");
}

.social-top__item.le:hover {
    background-image: url("../images/social/social-le-hover.png");
}

.social-top__item.hz {
    background-image: url("../images/social/social-hz.png");
}

.social-top__item.hz:hover {
    background-image: url("../images/social/social-hz-hover.png");
}

/*header-bottom*/
.header-bottom__nav, .header-bottom__nav-link, .header-bottom__search {
    display: inline-block;
}

.header-bottom__search {
    width: 39.03508771929825%;
    float: right;
    height: 50px;
    background-color: rgba(102, 102, 102, .4);
    border-radius: 25px;
    padding-left: 25px;
    padding-right: 23px;
    margin-top: 4.210526315789474%;
    position: relative;
    z-index: 9999;
}

.header-bottom__search-close {
    position: absolute;
    display: none;
    right: -111px;
    top: 10px;
    color: #999;
    -ms-text-align-last: right;
    background: url('../images/form-close.png') 5% 50% no-repeat;
    padding: 5px 5px 5px 30px;
    cursor: pointer;
}

.header-bottom__logo {
    margin-top: 4.12280701754386%;
    margin-left: 1px;
    float: left;
}

.header-bottom__nav {
    margin: 5.43859649122807% 5.789473684210526% 0 5.175438596491228%;
    float: left;
}

.header-bottom__nav-link {
    font-family: RobotoBold, serif;
    font-size: 1rem;
    margin-right: 33px;
}

.header-bottom__nav-link:last-child {
    margin-right: 0;
}

.header-bottom__nav-link a {
    position: relative;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
}

.header-bottom__nav-link a:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 3px;
    background-color: #646365;
    left: 0;
    bottom: -8px;
}

.header-bottom__nav-link:hover a:after {
    background-color: #ec6703;
}

.header-bottom__search-el {
    background-color: transparent;
    border: none;
    font-family: RobotoLight, serif;
    color: #fff;
    height: 100%;
    font-size: 1rem;
    width: 89%;
}

.header-bottom__search-el::-webkit-input-placeholder { /* WebKit browsers */
    color: #fff;
}

.header-bottom__search-el:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #fff;
}

.header-bottom__search-el::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #fff;
}

.header-bottom__search-el:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #fff;
}

.header-bottom__search-btn {
    border: none;
    background: url("../images/magnifier.png") center center no-repeat transparent;
    width: 25px;
    height: 50px;
    float: right;
    cursor: pointer;
}

.focus {
    width: 735px;
    background-color: #fff;
    color: #666;
}

.header-bottom__search.focus{
    padding-right: 12px;
    transform: translateX(-100px);
}

.header-bottom__search.focus .header-bottom__search-el {
    color: #666;
    background: url('../images/magnifier-focus.png') 0 60% no-repeat;
    padding-left: 40px;
    transition: 0s;
}

.header-bottom__search.focus .header-bottom__search-btn {
    background: none;
    border: 1px solid #ec6703;
    height: 30px;
    line-height: 26px;
    width: 71px;
    margin-top: 10px;
    border-radius: 30px;
}

.header-bottom__search.focus .header-bottom__search-el::-webkit-input-placeholder { /* WebKit browsers */
    color: #666;
}

.header-bottom__search.focus .header-bottom__search-el:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #666;
}

.header-bottom__search.focus .header-bottom__search-el::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #666;
}

.header-bottom__search.focus .header-bottom__search-el:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #666;
}

/************************* footer *************************/
.footer {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    background: url("../images/footer_bg.jpg") 50% 50% no-repeat;
    background-size: cover;
    box-shadow: 0 -10px 30px 0 rgba(0, 0, 0, 0.5);
    font-family: RobotoSlabRegular, serif;
    font-size: 0.875rem;
    color: #fff;
}

.footer-top {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.footer-top__logo {
    margin-top: 51px;
    margin-right: 6.3%;
}

.footer-top__copyright {
    margin-top: 60px;
    font-family: RobotoRegular, serif;
    font-size: 11px;
    color: #807a77;
}

.footer-top__nav {
    margin-top: 45px;
    margin-right: 2.6%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.footer-top__product-nav {
    margin-right: 40px;
}

.footer-top__nav-el {
    margin-bottom: 16px;
}

.footer-top__nav-link {
    font-family: RobotoSlabRegular, serif;
    font-size: 0.875rem;
    color: #fff;
    position: relative;
}

.footer-top__nav-link::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    background-color: #9a500b;
    bottom: 0;
    left: 0;
}

.footer-top__nav-link:hover::after {
    background-color: #ec6703;
}

.footer-top__contacts {
    margin-top: 42px;
}

.footer-top__contacts-address {
    line-height: 20px;
    margin-bottom: 21px;
}

.footer-top__contacts-phone {
    line-height: 20px;
    font-family: RobotoSlabBold, serif;
}

.footer-top__contacts-phone a {
    color: #fff;
}

.footer-top__contacts-mail {
    margin-top: 22px;
}

.footer-top__contacts-mail a {
    position: relative;
    color: #fff;
}

.footer-top__contacts-mail a::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #9a500b;
    bottom: 0;
    left: 0;
}

.footer-top__contacts-mail a:hover::after {
    border-bottom: 1px solid #ec6703;
}

.footer-top__map {
    width: 21.49122807017544%;
    height: 230px;
    overflow: hidden;
    float: right;
    margin-right: -15px;
}

#mapFooter {
    width: 245px;
    height: 260px;
}

.footer-bottom {
    background-image: linear-gradient(rgba(0, 0, 0, .6) 40%, rgba(0, 0, 0, .3));
}

.footer-bottom-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    height: 52px;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.footer-bottom__social {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.footer-bottom__count {
    margin-left: -18px;
    margin-right: 28px;
}

.footer-bottom__social .youtube {
    margin-left: 17px;
    margin-top: 3px;
}

.footer-bottom_wc span {
    font-family: RobotoRegular, serif;
    font-size: 13px;
    color: #636260;
    vertical-align: middle;
    margin-right: 11px;
}

.footer-bottom_wc img {
    color: #636260;
    vertical-align: middle;
}

/************************* pagination *************************/
.pagination {
    text-align: center;
    margin-top: -5px;
    padding-bottom: 47px;
}

.main .pagination {
    padding-left: 276px;
}

.pagination-wrap {
    display: inline-block;
    position: relative;
}

.pagination-list {
    display: inline-block;
    font-size: 0;
}

.pagination-list li {
    display: inline-block;
}

.pagination-list-el__link {
    font-family: RobotoMedium, serif;
    font-size: 1.5rem;
    color: #666666;
    border: 2px solid #b3b3b3;
    border-radius: 4px;
    box-sizing: border-box;
    width: 40px;
    height: 40px;
    line-height: 36px;
    display: inline-block;
    transition: 0s;
    margin-right: 20px;
}

.pagination-list-el__link:hover {
    color: #666666;
}

.pagination-list-el:last-of-type .pagination-list-el__link {
    margin-right: 0;
}

.pagination-list-el__link.active {
    border: none;
    line-height: 40px;
    color: #fff;
    background-color: #ec6703;
}

.pagination-list-el__dotted {
    border: none;
    color: #cccccc;
    position: relative;
    top: -7px;
}

.pagination-list-el__dotted:hover {
    color: #cccccc;
}

.prev-pagination {
    position: absolute;
    content: '';
    background: url("../images/prev-pagination.png") 50% 50% no-repeat;
    width: 40px;
    height: 40px;
    left: -90px;
}

.next-pagination {
    position: absolute;
    content: '';
    background: url("../images/next-pagination.png") 50% 50% no-repeat;
    width: 40px;
    height: 40px;
    right: -90px;
}

/************************* aside *************************/
.aside {
    min-width: 293px;
    padding-right: 15px;
    -ms-flex-preferred-size: 293px;
    flex-basis: 293px;
    padding-top: 10px;
}

.aside__title {
    font-family: RobotoSlabBold, serif;
    font-size: 1.125rem;
    color: #000;
    float: left;
    padding-top: 2px;
    margin-top: 28px;
    margin-bottom: 21px;
}

.aside__title.first {
    margin-bottom: 27px;
    margin-top: 0;
}

.aside__title.first + .help-icon {
    margin-top: 0;
}

.aside-title-form {
    display: -ms-flexbox;
    display: flex;
}

.products-tooltip {
    display: inline-block;
    position: relative;
    margin-left: 14px;
    margin-top: 28px;
}

.first + .products-tooltip {
    margin-top: 0;
}

.tooltip-content {
    display: none;
    position: absolute;
    left: 50px;
    top: 0;
    padding: 10px;
    border: 1px solid #ec6703;
    border-radius: 5px;
    background-color: #fff;
    min-width: 300px;
    z-index: 10;

}

.products-tooltip:hover .tooltip-content {
    display: block;
}

.help-icon:hover {
    cursor: pointer;
}

.field__wrap {
    margin-bottom: 8px;
    display: block;
}

.field__label, .field__label-checkbox {
    padding-left: 25px;
    position: relative;
    display: inline-block;
    line-height: 20px;
}

.field__label-checkbox {
    padding-left: 27px;
}

.field__label::before {
    box-sizing: border-box;
    position: absolute;
    content: '';
    width: 15px;
    height: 15px;
    border: 1px solid #a1a1a1;
    border-radius: 50%;
    margin-left: -25px;
    top: 3px;
}

.field__label::after {
    position: absolute;
    content: '';
    width: 7px;
    height: 7px;
    background-color: #ec6703;
    left: 4px;
    top: 7px;
    border-radius: 50%;
    display: none;
}

.field__label-checkbox::before {
    position: absolute;
    content: '';
    width: 16px;
    height: 16px;
    border: 1px solid #a1a1a1;
    border-radius: 2px;
    margin-left: -27px;
    top: 1px;
}

.field__label-checkbox::after {
    position: absolute;
    content: '';
    width: 16px;
    height: 16px;
    background: url("../images/checked.png") no-repeat 50% 50%;
    left: 1px;
    top: 1px;
    display: none;
}

.field__title, .field__title-border {
    font-family: RobotoRegular, serif;
    font-size: .875rem;
}

.field__title-border {
    vertical-align: baseline;
    line-height: .95;
    color: #000;
    border-bottom: 1px solid #ccc;
}

.form__field:checked + label:after {
    display: block;
}

.form__field:checked + .field__label-checkbox::before {
    border: 1px solid #ec6703;
}

.form__field:checked + label + .field__title-border {
    border-bottom: 1px solid #f7c499;
}

.form__field:checked + .field__label::before {
    border: 2px solid #ec6703;
}

.form__field {
    display: none;
}

.field__label:hover, .field__label-checkbox:hover {
    cursor: pointer;
}

.news-preview-block {
    position: relative;
}

.news-preview-block-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.news-preview-block::before {
    content: "";
    position: absolute;
    height: 100%;
    top: 0;
    left: -22px;
    width: 1px;
    background-color: #ccc;
}


button.news-preview-block__btn {
    display: block;
    width: 100%;
    background-color: transparent;
}

button:hover {
    cursor: pointer;
}

.range-wrap {
    width: 250px;
}

#slider-range {
    height: 5px;
    border-radius: 5px;
    background-color: #ec6703;
    margin-top: 11px;
    margin-bottom: 10px;
}

.ui-slider .ui-slider-handle {
    box-sizing: border-box;
    width: 15px;
    height: 15px;
    background-color: #fff;
    cursor: pointer;
    border-radius: 50%;
    border: 2px solid #ec6703;
    outline: none;
}

.range {
    font-family: RobotoRegular, serif;
    font-size: 0.875rem;
    padding: 2px 0;
    border: 1px solid #b2b2b2;
    border-radius: 2px;
}

.range-min, .range-info__from {
    float: left;
}

.range-max, .range-info__to {
    float: right;
}

#range-min, #range-max {
    width: 45px;
    text-align: center;
}

.range-info {
    font-family: RobotoRegular, serif;
    font-size: .75rem;
    color: #666;
    margin-bottom: 50px;
}

/************************* catalog *************************/
.catalog {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-top: 17px;
    padding-bottom: 17px;
    /* -ms-flex-pack: justify;
    justify-content: space-between; */
	margin-right: -30px;
}

.catalog-item {
    width: 262px;
    min-height: 470px;
    background-color: #fafafa;
    margin-bottom: 30px;
	margin-right: 30px;
}

.catalog-item__image-wrap {
    height: 262px;
    position: relative;
    overflow: hidden;
}

.catalog-item__image-wrap img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.catalog-info {
    padding: 13px 9px 10px 18px;
    background-color: #f2f2f2;
    min-height: 208px;
    text-align: center;
}

.catalog-info__title {
    font-family: RobotoSlabBold, serif;
    font-size: 1rem;
    line-height: 20px;
    min-height: 60px;
    margin-bottom: 16px;
    text-align: left;
}

.catalog-info__read-more {
    width: 140px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    font-family: RobotoSlabRegular, serif;
    font-size: 0.875rem;
    background: url("../images/read-more-catalog.png") 100% 50% no-repeat #fff;
    border-radius: 30px;
    text-align: left;
    padding-left: 23px;
    color: #000;
    margin-right: 9px;
}

.catalog-info__read-more:hover {
    background-color: #d76100;
    color: #fff;
}

.catalog-item__image-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 14px;
    text-align: center;
}

.catalog-item__image-hover {
    font-family: RobotoMedium, serif;
    font-size: 1.125rem;
    text-transform: uppercase;
    color: #fff;
    height: 100%;
    position: relative;
}

.catalog-item__image-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
}

.catalog-item__image-link:hover {
    background-color: rgba(236, 103, 3, .8);
}

.catalog-item__image-link:hover .catalog-item__image-hover {
    border: 1px solid #fff;
}

.catalog-item__image-link:hover .catalog-item__image-text {
    display: block;
}

.catalog-info__description {
    text-align: left;
}

.catalog-info__description ul {
    list-style: none;
    font-family: RobotoRegular, serif;
    font-size: 0.875rem;
    margin-bottom: 30px;
}

.catalog-info__description li {
    padding-left: 10px;
    line-height: 21px;
    position: relative;
}

.catalog-info__description li::before {
    position: absolute;
    content: '−';
    color: #9a9a9a;
    left: 0;
}

/************************* promo-slider *************************/
.promo-slider {
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.5);
    position: relative;
}

.promo-slider-wrap {
    overflow: hidden;
}

.promo-slider__title {
    font-family: RobotoSlabBold, serif;
    color: #fff;
    position: absolute;
    font-size: 1.75rem;
    top: 34.71698113207547%;
    left: 8.11965811965812%;
}

.promo-slider__title::before {
    position: absolute;
    content: "";
    width: 9.63%;
    height: 3px;
    background-color: #fff;
    left: -12.841%;
    top: 50%;
}

.promo-slider-wrap img {
    max-width: 100%;
}

.promo-slider__btn {
    display: inline-block;
    width: 290px;
    height: 50px;
    font-family: RobotoRegular, serif;
    font-size: 1rem;
    color: #fff;
    text-transform: uppercase;
    line-height: 48px;
    border: 1px solid #fff;
    border-radius: 50px;
    padding-left: 52px;
    position: absolute;
    top: 47.16981132075472%;
    left: 93px;
    text-decoration: none;
}

.promo-slider__btn:hover {
    color: #fff;
}

.promo-slider__btn:after {
    position: absolute;
    content: '';
    height: 50px;
    width: 24px;
    background: url("../images/button-arrow.png") center center no-repeat;
    right: 36px;
    top: -2px;
}

.promo-slider .basic_width {
    position: relative;
}

.slider-next {
    background: url("../images/slider-next.png") 10px 43% no-repeat;
    width: 52px;
    height: 100%;
    right: 0;
    top: 0;
    position: absolute;
    cursor: pointer;
}

.slider-prev {
    background: url("../images/slider-prev.png") 70% 43% no-repeat;
    width: 52px;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    z-index: 1;
    cursor: pointer;
}

.slider-dots {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
}

.slider-dots li {
    display: inline-block;
}

.slider-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    cursor: pointer;
    color: transparent;
    border: 2px solid #fff;
    border-radius: 50%;
    margin-right: 10px;
    outline: none;
    background: transparent;
}

.slider-dots li:last-of-type button {
    margin-right: 0;
}

.slider-dots .slick-active button {
    border: none;
    background-color: rgb(255, 111, 4);
    box-shadow: 0 3px 7px 0 rgba(236, 103, 3, .65);
}

/************************* product-and-news *************************/
.product-and-news {
    padding-top: 69px;
    color: #000;
    padding-bottom: 49px;
}

.product-preview {
    display: inline-block;
    width: 59.2%;
}

.news-preview {
    width: 39.12280701754386%;
    display: inline-block;
    float: right;
}

.product-and-news__title {
    font-family: RobotoSlabBold, serif;
    font-size: 1.75rem;
    text-transform: uppercase;
    color: #000;
    line-height: 40px;
    border-left: 3px solid #ec6703;
    padding-left: 16px;
    margin-bottom: 40px;
    display: inline-block;
}

.product-preview__nav {
    font-size: 0;
    clear: both;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.product-preview__nav-item {
    width: 30.81481481481481%;
    line-height: 0;
    margin-right: 15px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 15px;
    position: relative;
}

.product-preview__nav-item-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.product-preview-title-wrap {
    display: table-cell;
    vertical-align: middle;
    text-align: center;

}

.product-preview__nav-item-title {
    background-color: rgba(25, 25, 25, 0.9);
    color: #fff;
    font-family: RobotoSlabBold, serif;
    font-size: .875rem;
    padding: 12px 27px;
    line-height: 18px;
    min-height: 60px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
}

.product-preview__nav-item-image {
    height: 100%;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    background: url("../images/product/product-bg.png") 50% 50% no-repeat;
    background-size: 100% 100%;
}

.product-preview__nav-item-image img {
    max-width: 100%;
    margin-top: 4.807692307692308%;
    margin-bottom: 4.807692307692308%;
}

.product-preview__nav-item-link:hover {
    text-decoration: none;
}

.product-preview .product-and-news__title {
    float: left;
}

.product-and-news__title-button {
    display: inline-block;
    width: 120px;
    height: 30px;
    font-family: RobotoRegular, serif;
    font-size: 0.875rem;
    color: #000;
    text-transform: uppercase;
    line-height: 28px;
    border: 1px solid #4c4c4c;
    border-radius: 30px;
    padding-left: 16px;
    position: relative;
    margin-left: 30px;
    margin-top: 5px;
    float: left;
    text-decoration: none;
}
.product-and-news__title-button:hover {
    color: #fff;
    border-color: #ec6703;
    background-color: #ec6703;
}

.product-and-news__title-button:hover.product-and-news__title-button:after {
    background-image: url('../images/button-arrow.png');
    width: 16px;
    background-size: contain;
}

.product-and-news__title-button:after {
    position: absolute;
    content: '';
    height: 30px;
    width: 16px;
    background: url("../images/button-arrow-dark.png") center center no-repeat;
    right: 12px;
}

.news-preview-block__item {
    width: 47.08520179372197%;
    float: left;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    min-height: 360px;
    position: relative;
}

.news-preview-block__item a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.news-preview-block__item:first-child {
    margin-right: 26px;
}

.news-preview-block__item-title {
    height: 210px;
    overflow: hidden;
    font-family: RobotoSlabBold, serif;
    font-size: 0.875rem;
    line-height: 18px;
    padding: 14px;
}

.news-preview-block__item-image {
    padding-top: 71.42857142857143%;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.news-preview-block__item-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.7);
}

.news-preview-block__item-image img {
    position: absolute;
    width: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.news-preview-block__btn {
    height: 41px;
    border: 2px solid #f97a1a;
    font-family: RobotoSlabBold, serif;
    font-size: 0.875rem;
    color: #000;
    line-height: 37px;
    display: block;
    text-align: center;
    clear: both;
    border-radius: 5px;
    text-transform: uppercase;
}

.news-preview-block__more {
    display: none;
    position: absolute;
    padding: 15px 28px;
    background-color: #f97a1a;
    color: #fff;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-family: RobotoRegular, serif;
    font-size: 0.875rem;
    text-transform: uppercase;
}

.news-preview-block__item:hover .news-preview-block__more {
    display: inline-block;
}

.product-preview__nav-item .news-preview-block__item-overlay {
    background-color: rgba(0,0,0,0);
    border-radius: 5px;
    transition: 0.2s;
}

.product-preview__nav-item:hover .news-preview-block__more {
    display: inline-block;
}

.product-preview__nav-item:hover .news-preview-block__item-overlay {
    background-color: rgba(0,0,0,0.7);
}

/************************* partners *************************/
.partners {
    background: url("../images/slider-partners_bg.jpg") 50% 50% no-repeat;
    background-size: cover;
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.5),
    0 -10px 30px 0 rgba(0, 0, 0, 0.5);
    padding-bottom: 47px;
}

.dark-bg-wrap {
    display: inline-block;
    margin-top: 8.157894736842105%;
}

.dark-bg {
    display: inline-block;
    background-color: rgba(0, 0, 0, .7);
    padding: 10px 20px 10px 10px;
    position: relative;
}

.dark-bg::after {
    width: 0;
    height: 0;
    position: absolute;
    content: '';
    border-top: 60px solid rgba(0, 0, 0, .7);
    border-right: 20px solid transparent;
    top: 0;
    right: -20px;
}

.h2-title {
    font-family: RobotoSlabBold, serif;
    font-size: 1.625rem;
    text-transform: uppercase;
    color: #000;
    line-height: 40px;
    border-left: 3px solid #ec6703;
    padding-left: 16px;
    display: inline-block;
}

.dark-bg .h2-title {
    color: #fff;
}

.slider-partners {
    float: right;
    margin-top: 7.192982456140351%;
    width: 68.94736842105263%;
    margin-right: 18px;
}

.slider-partners__item {
    width: 140px;
    min-width: 140px;
    text-align: center;
    font-family: RobotoRegular, serif;
    font-size: 13px;
    color: #fff;
    display: inline-block;
}

.slider-partners__title {
    padding: 10px;
    line-height: 14px;
}

.slider-partners .slick-slide {
    margin: 0 9px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
}

.slider-partners .slider-next {
    background: url('../images/slider-partners-next.png') 55% 23% no-repeat;
    right: -30px;
    width: 30px;
}

.slider-partners .slider-prev {
    background: url('../images/slider-partners-prev.png') 65% 23% no-repeat;
    left: -30px;
    width: 30px;
}

/************************* slider-news *************************/
.index-news {
    padding-top: 65px;
    padding-bottom: 69px;
}

.slider-news {
    width: 94.73684210526316%;
    margin: 0 auto;
}

.index-news .slider-news__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.slider-news__link {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.slider-news__title {
    font-family: RobotoRegular, serif;
    font-size: 0.875rem;
    color: #000;
    text-align: center;
    margin-top: 14px;
    line-height: 18px;
    max-width: 140px;
}

.index-news .slider-next {
    background: url('../images/slider-news-next.png') 100% 40% no-repeat;
    right: -30px;
    width: 50px;
}

.index-news .slider-prev {
    background: url('../images/slider-news-prev.png') 0 40% no-repeat;
    left: -30px;
    width: 50px;
}

.index-news .slider-next:hover {
    background-image: url('../images/slider-news-next-hov.png');

}

.index-news .slider-prev:hover {
    background-image: url('../images/slider-news-prev-hov.png');
}

.slider-news__image {
    height: 140px;
    width: 140px;
    position: relative;
    overflow: hidden;
}

.slider-news__image img {
    position: absolute;
    width: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

/************************* products *************************/
.products-nav {
    display: -ms-flexbox;
    display: flex;
    margin-left: -15px;
    margin-right: -15px;
	justify-content: center;
}

.products-nav__image {
    max-width: 100%;
}

.products-nav__item {
    width: 16.66%;
    padding-top: 16.75213675213675%;
    position: relative;
}

.products-nav__border {
    position: absolute;
    content: '';
    top: 7px;
    right: 7px;
    left: 7px;
    bottom: 8px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    display: none;
}

.products-nav__title {
    position: absolute;
    top: 52%;
    left: 50%;
    width: 100%;
    text-align: center;
    transform: translate(-50%, -50%);
    font-family: RobotoSlabBold, serif;
    font-size: 0.875rem;
    color: #fff;
    line-height: 18px;
}

.products-nav__link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: transparent;
}

.products-nav__item:hover .products-nav__border {
    display: block;
}

.products-nav__item.active .products-nav__border {
    display: block;
    border-color: #fff;
}

/************************* product-card *************************/
.product-card {
    padding-top: 16px;
}

.product-card__image {
    float: left;
    padding-right: 50px;
    padding-bottom: 45px;
    width: 44.562%;
    min-width: 345px;
    font-size: 0;
}

#tab-photo, #tabs-drawing {
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-bottom: 100%;
}

#tab-photo img, #tabs-drawing img {
    max-width: 100%;

    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.product-card__image ul {
    font-size: 0;
	position: relative;
	z-index: 10;
}

.product-card__image li {
    display: inline-block;
    background-color: rgb(230, 230, 230);
    width: 50%;
    height: 50px;
    font-family: RobotoRegular, serif;
    font-size: 1.125rem;
    text-align: center;
    color: #000;
}

.product-card__image .ui-state-active {
    background-image: linear-gradient(45deg, rgb(236, 103, 3) 0%, rgb(239, 144, 72) 100%);
}

.product-card__image .ui-state-active a {
    color: #fff;
}

.product-card__image li:first-child {
    border-bottom-left-radius: 5px;
}

.product-card__image li:last-child {
    border-bottom-right-radius: 5px;
}

.product-card__image a {
    color: #000;
    display: block;
    height: 100%;
    line-height: 50px;
}

.product-card__description {
    font-family: RobotoRegular, serif;
    font-size: 0.875rem;
    line-height: 20px;
}

.product-card__description b {
    font-family: RobotoBold, serif;
}

.product-card__description ul {
    margin-bottom: 30px;
}

.product-card__title {
    font-family: RobotoSlabBold, serif;
    font-size: 1.25rem;
    margin-bottom: 26px;
}

.btn-order {
    border: 2px solid rgb(236, 103, 3);
    width: 291px;
    height: 48px;
    z-index: 507;
    border-radius: 50px;
    color: rgb(236, 103, 3);
    display: inline-block;
    text-transform: uppercase;
    text-align: center;
    line-height: 44px;
    font-family: RobotoMedium, serif;
    font-size: 1rem;
}

.btn-order:hover {
    background-color: rgb(236, 103, 3);
    color: #fff;
    cursor: pointer;
}

.product-card .btn-order {
    margin-top: 19px;
}

.product-card__description-title {
    font-family: RobotoSlabBold, serif;
    font-size: 1rem;
}

.product-card__description li {
    position: relative;
    left: -5px;
}

.product-card__description li:before {
    position: relative;
    content: "- ";
    left: -3px;
}

.product-card__subtitle {
    font-family: RobotoSlabBold, serif;
    font-size: 1rem;
    margin-top: 17px;
    margin-bottom: 10px;
}

.product-card__subtitle span {
    font-family: RobotoRegular,serif;
    font-size: 0.875rem;
}

.accuracy-class {
    margin-top: 16px;
}

.accuracy-class__letter {
    display: inline-block;
    border-radius: 5px;
    background-image: linear-gradient( 45deg, rgb(236,103,3) 0%, rgb(239,144,72) 100%);
    box-shadow: 0 3px 5px 0 rgba(236, 103, 3, 0.5);
    width: 60px;
    height: 60px;
    margin-right: 20px;
    line-height: 60px;
    text-align: center;
    font-family: RobotoSlabBold, serif;
    color: #fff;
    font-size: 1.5rem;
}

.accuracy-class-item {
    display: inline-block;
    margin-bottom: 11px;
}

.accuracy-class-item:nth-of-type(odd) {
    width: 340px;
}

.accuracy-class__wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.product-card__table-wrap {
    margin-top: 23px;
    margin-bottom: 38px;
}

.product-card__table-wrap th, .product-card__table-wrap td {
    width: 119px;
    text-align: left;
}

.product-card__table-wrap th, .product-card__table-wrap tr:first-of-type td {
    font-family: RobotoBold, serif;
    font-size: 0.875rem;
}

.product-card__table-wrap tr:first-of-type {
    border-bottom: 1px solid #ccc;
}

.product-card__table-wrap tr:first-of-type th, .product-card__table-wrap tr:first-of-type td {
    padding-bottom: 14px;
	vertical-align: middle;
	border-right: 1px solid #ccc;
}

.product-card__table-wrap tr:first-of-type th:last-of-type, .product-card__table-wrap tr:first-of-type td:last-of-type {
	border-right: 0;
}

.product-card__table-wrap th:first-of-type, .product-card__table-wrap td:first-of-type {
    padding-left: 0;
}

.product-card__table-wrap th:last-of-type, .product-card__table-wrap td:last-of-type {
    width: 30px;
}

.product-card__table-wrap tr:last-of-type td {
    padding-top: 15px;
}

#card-tabs {
    margin-top: 50px;
    margin-bottom: 37px;
	clear: both;
}

.card-tabs__list {
    background-image: linear-gradient( 90deg, rgb(230,230,230) 0%, rgb(255,255,255) 100%);
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    font-size: 0;
}

.card-tabs__list li:first-child .card-tabs__link {
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
}

.card-tabs__list li{
    display: inline-block;
}

.card-tabs__link {
    height: 50px;
    width: 170px;
    line-height: 50px;
    display: inline-block;
    font-family: RobotoRegular, serif;
    font-size: 1.125rem;
    text-align: center;
    color: #000;
}

.card-tabs__bg-im {
    width: 24px;
    height: 24px;
    vertical-align: middle;
    margin-left: 5px;
    display: inline-block;
    background-image: url('../images/tabs-image.png');
}

.card-tabs__el {
    font-family: RobotoRegular, serif;
    font-size: 0.875rem;
    line-height: 19px;
    margin-top: 22px;
    margin-bottom: 38px;
}

.card-tabs__list .ui-state-active a {
    background-image: linear-gradient( 45deg, rgb(236,103,3) 0%, rgb(239,144,72) 100%);
    color: #fff;
}

.card-tabs__list .ui-state-active .card-tabs__bg-im {
    background-image: url('../images/tabs-image-white.png');
}

.review-count {
    transition: 0s;
}

.review-form {
    margin-bottom: 52px;
}

.review-form input, .review-form textarea, .popup input {
    padding: 9px 17px ;
    border: 1px solid #d9d9d9;
    border-radius: 5px;
    font-family: RobotoSlabRegular, serif;
    font-size: 0.875rem;
    color: #000;
    max-width: 360px;
    width: 100%;
    display: block;
}

.review-form input {
    width: 31.57894736842105%;
}

.review-form textarea {
    resize: none;
    height: 112px;
    padding: 17px;
    margin-top: 20px;
    max-width: none;
    margin-bottom: 20px;
}

.review-form button {
    border-radius: 5px;
    width: 360px;
    height: 40px;
}

.form-field-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

::-webkit-input-placeholder { /* WebKit browsers */
    font-family: RobotoSlabRegular, serif;
    font-size: 0.875rem;
    color: #000;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    font-family: RobotoSlabRegular, serif;
    font-size: 0.875rem;
    color: #000;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    font-family: RobotoSlabRegular, serif;
    font-size: 0.875rem;
    color: #000;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    font-family: RobotoSlabRegular, serif;
    font-size: 0.875rem;
    color: #000;
}

.review-item {
    margin-bottom: 31px;
}

.review-item__name {
    display: inline-block;
    font-family: RobotoMedium, serif;
    font-size: 1rem;
    margin-bottom: 12px;
    margin-right: 47px;
}

.review-item__date {
    display: inline-block;
    font-family: RobotoLight, serif;
    font-size: 0.75rem;
}

.review__item-text {
    font-family: RobotoRegular, serif;
    font-size: 0.875rem;
}

.recommendation {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: -17px;
    margin-bottom: 67px;
}

.recommendation__item {
    width: 23.24561403508772%;
	flex: 0 0 23.24561403508772%;
    display: inline-block;
}


.recommendation .slick-track,.recommendation  .slick-list {
    width: 100%;
}

.recommendation__title {
    padding: 15px 20px 10px 18px;
    height: 80px;
    overflow: hidden;
    background-color: #f7f7f7;
    font-family: RobotoSlabRegular, serif;
    font-size: .875rem;
    line-height: 20px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.recommendation__title a {
	color: #000;
}

.recommendation__image {
    height: 240px;
    overflow: hidden;
    background-color: #f2f2f2;
    position: relative;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.recommendation__image img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

/************************* about *************************/
.about {
    background: url('../images/about.jpg') 50% 50% no-repeat;
    background-size: cover;
    padding-top: 50px;
    padding-bottom: 37px;
}

.about-info {
    font-family: RobotoRegular, serif;
    font-size: 0.875rem;
    color: #fff;
    line-height: 20px;
}

.about-info p {
    margin-bottom: 20px;
}

.about .product-and-news__title {
    margin-bottom: 34px;
}

/************************* services *************************/
.services-images {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: -16px;
    margin-right: -16px;
    position: relative;
}

.services-images__el {
    height: 339px;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1px;
    margin-right: 1px;
    position: relative;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 0;
}

.el_1-3, .el_2-3, .el_3-3, .el_half {
    position: relative;
    overflow: hidden;
    width: 292px;
    box-sizing: content-box;
}

.services-images__el img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.el_3-3 {
    height: 339px;
}

.el_2-3 {
    height: 200px;
}

.el_1-3 {
    height: 138px;
}

.el_half {
    height: 169px;
}

.services-images__info {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 30px 10px 30px 25px;
    color: #fff;
    font-family: RobotoRegular, serif;
    font-size: 0.875rem;
    background-color: rgba(0,0,0,0.7);
}

.services-images__info-title {
    font-family: RobotoSlabBold, serif;
    font-size: 1.125rem;
    margin-bottom: 22px;
    padding-right: 24px;
    line-height: 24px;
}

.services-images__info li {
    margin-bottom: 14px;
    position: relative;
    text-indent: 11px;
}

.services-images__info li::before {
    position: absolute;
    content: "- ";
    left: -11px;
    font-family: RobotoRegular, serif;
    font-size: 0.875rem;
}

.services-contacts {
    margin-top: 62px;
    text-align: center;
    font-family: RobotoRegular, serif;
    font-size: 1rem;
    line-height: 24px;
    margin-bottom: 71px;
}

.services-contacts__title {
    font-family: RobotoSlabBold, serif;
    font-size: 1.5rem;
    margin-bottom: 19px;
}

.services-contacts__slogan {
    font-family: RobotoSlabBold, serif;
    font-size: 1.125rem;
    margin-top: 23px;
}

/************************* dealers *************************/
.dealers-map-wrap {
    height: 490px;
    overflow: hidden;
    border-top: 1px solid #e6e6e6;
    margin-top: -10px;
    padding-top: 40px;
}

#dealers-map {
    height: 500px;

}

#dealers-map * {
    transition-duration: 0s;
}

.dealers-table-wrap {
    margin-top: 50px;
    margin-bottom: 50px;
}

.dealers-table, .dealers-table tr:first-child td {
    font-family: RobotoRegular, serif;
    font-size: 0.875rem;
}

.dealers-table tr:first-child td {
    padding: 16px 19px;
    font-family: RobotoSlabLight, serif;
}

.dealers-table td:first-child {
    font-family: RobotoBold, serif;
    font-size: 0.875rem;
    width: 21.05%;
}

.dealers-table td {
    border: 1px solid #edaa77;
    padding: 10px 20px;
    text-align: center;
    line-height: 18px;
    vertical-align: middle;
}

.dealers-table td:nth-of-type(2){
    width: 17.54%;
}

.dealers-table td:nth-of-type(3){
    width: 25.88%;
}

.dealers-table td:nth-of-type(4){
    width: 19.77%;
}

.flash-wrap {
    background-color: #ccc;
    padding-top: 35.08771929824561%;
    margin-bottom: 50px;
}

.dealers-mobile {
    display: none;
}

/************************* expo *************************/

.feature-expo {
    border-top: 1px solid #e6e6e6;
    margin-top: -11px;
}

.expo-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-line-pack: start;
    align-content: flex-start;
}

.expo-title {
    font-family: RobotoSlabBold, serif;
    font-size: 1.125rem;
    margin-top: 24px;
    margin-bottom: 29px;
}

.last-expo {
    margin-bottom: 16px;
}

.last-expo .expo-title {
    margin-bottom: 19px;
}

.last-expo .expo__item {
    margin-bottom: 30px;
}

.expo__item {
    display: -ms-flexbox;
    display: flex;
    width: 48.6%;
    margin-bottom: 19px;
    position: relative;
}

.expo__link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.expo__item-image {
    min-width: 215px;
    min-height: 215px;
    width: 215px;
    height: 215px;
    overflow: hidden;
    position: relative;
    border: 1px solid #dfdfdf;
}

.expo__item-image img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.expo__item-info {
    border: 1px solid #dfdfdf;
    border-left: none;
    padding: 14px 12px 10px 20px;
    width: 100%;
}

.expo__item-title {
    font-family: RobotoSlabBold, serif;
    font-size: 1rem;
    line-height: 21px;
    margin-bottom: 14px;
    max-height: 63px;
    overflow: hidden;
}

.expo__item-date {
    font-family:RobotoRegular, serif;
    font-size: 0.875rem;
    color: #666;
    margin-bottom: 12px;
}

.expo__item-address {
    font-family: RobotoSlabRegular, serif;
    font-size: 0.875rem;
    line-height: 18px;
    margin-bottom: 15px;
}

.expo__item-news {
    font-family: RobotoRegular, serif;
    font-size: 0.875rem;
    color: #4d4d4d;
    line-height: 18px;
    max-height: 35px;
    overflow: hidden;
}

/************************* expo-more *************************/
.expo-more {
    border-top: 1px solid #e6e6e6;
    margin-top: -10px;
    padding-top: 40px;
    padding-bottom: 50px;
}

.expo-more-wrap {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 52px;
}

.expo-more-date-picker {
    width: 304px;
    height: 287px;
}

.expo-more-date-picker__calendar {
    width: 304px;
    height: 287px;
    margin-bottom: 13px;
}

.expo-more-date-picker__tips {
    font-family: RobotoRegular, serif;
    font-size: 0.875rem;
    color: #111213;
    margin-top: 15px;
}

.expo-more-date-picker__tip {
    padding-left: 16px;
    padding-right: 22px;
}

.expo-more-photo .product-and-news__title {
    margin-bottom: 35px;
}

.green-dot {
    position: relative;
}

.green-dot::before, .expo-date::after  {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #49c830;
}

.brown-dot {
    position: relative;
}

.brown-dot::before, .meets::after {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #c85430;
}

.expo-more-date-picker__tip.green-dot::before, .expo-more-date-picker__tip.brown-dot::before {
    left: 3px;
    top: 7px;
}

.expo-more-info {
    margin-left: 25px;
    margin-right: 43px;
    margin-top: -5px;
}

.expo-more-info__location, .expo-more-info__time {
    font-family: RobotoRegular, serif;
    font-size: 0.875rem;
    line-height: 19px;
    padding-left: 21px;
    padding-right: 40px;
    position: relative;
    margin-bottom: 9px;
}

.expo-more-info__location::before {
    position: absolute;
    content: '';
    background-image: url('../images/loc.png');
    left: 0;
    top: 5px;
    width: 8px;
    height: 13px;
}

.expo-more-info__time::before {
    position: absolute;
    content: '';
    background-image: url('../images/clock.png');
    width: 12px;
    height: 13px;
    left: 0;
    top: 5px;
}

.expo-more-info__description {
    margin-top: 22px;
    margin-bottom: 25px;
    font-family: RobotoSlabBold, serif;
    font-size: 0.875rem;
    line-height: 18px;
}

.square-orange {
    background-color: transparent;
    border: 2px solid #ec6b01;
    color: #000;
}

.square-orange.modalbox {
    width: 245px;
    height: 40px;
    line-height: 36px;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    font-size: 0.875rem;
}

.expo-more-info button {
    box-sizing: border-box;
    height: 40px;
    line-height: 36px;
    text-transform: uppercase;
    font-family: RobotoRegular, serif;
    font-size: 0.875rem;
    width: 244px;
}

.expo-more-slider {
    width: 1032px;
    margin: 0 auto;
    position: relative;
    left: 13px;
}

.expo-more-slider__img {
    max-width: 100%;
    height: auto;
    margin-right: 27px;
}

.expo-more-slider-next {
    background: url("../images/expo-more-right-arrow.png") 50% 50% no-repeat;
    width: 30px;
    height: 100%;
    position: absolute;
    right: -46px;
    top: 0;
    cursor: pointer;
}

.expo-more-slider-prev {
    background: url("../images/expo-more-left-arrow.png") 50% 50% no-repeat;
    width: 30px;
    height: 100%;
    position: absolute;
    left: -75px;
    top: 0;
    cursor: pointer;
    z-index: 10;
}

.clndr-previous-button {
    left: 0;
    border-right: 1px solid #cd5c00;
    background: url("../images/date-prev.png") 50% 50% no-repeat transparent;

}

.clndr-next-button {
    border-left: 1px solid #cd5c00;
    background: url("../images/date-next.png") 50% 50% no-repeat;
    right: 0;
}


/************************* buyers *************************/
.buyers {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-top: 1px solid #e6e6e6;
    margin-top: -10px;
    padding-top: 33px;
    padding-bottom: 46px;
}

.buyers-info, .questions {
    width: 48.68%;
}

.buyers-title {
    font-family: RobotoSlabBold, serif;
    font-size: 1.125rem;
    display: inline;
    border-bottom: 2px solid #ec6703;
    text-transform: uppercase;
}

.buyers-title::after  {
    content: "";
    display: block;
    margin-bottom: 37px;
}

.question {
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.question-item {
    margin-bottom: 19px;
}

.question__text {
    margin-left: 20px;
    font-family: RobotoSlabBold, serif;
    font-size: 1rem;
}

.questions__btn {
    background: url("../images/faq-icon.png") 50% 50% no-repeat;
    width: 30px;
    height: 30px;
    min-width: 30px;
    transition: all 0.2s linear;
}

.question-answer {
    padding-left: 48px;
    overflow: hidden;
    height: 0;
    padding-top: 0;
    padding-bottom: 0;
    transition: all 0.2s linear;
    font-size: 0.875rem;
    line-height: 20px;
}

.question-answer p {
    margin-bottom: 21px;
}

.buyers ul {
    padding-left: 19px;
}

.buyers li {
    position: relative;
}

.buyers li:before {
    position: absolute;
    content: '•';
    font-size: 0.875rem;
    left: -12px;
}

.panel-active .questions__btn {
    transform: rotate(180deg)
}

.panel-active + .question-answer {
    padding-top: 14px;
    padding-bottom: 10px;
    height: auto;
    padding-right: 70px;
}

.docs {
    padding-bottom: 16px;
    font-family: RobotoRegular, serif;
    font-size: 0.875rem;
}

.doc-items {
    padding-top: 9px;
}

.docs-item {
    margin-bottom: 36px;
    padding-left: 45px;
    position: relative;
}

.docs-item::before {
    position: absolute;
    content: "";
    background: url("../images/pdf-icon.png");
    width: 26px;
    height: 30px;
    left: -2px;
    top: calc(50% - 15px);
}

.technical-catalogue {
    padding-bottom: 43px;
}

.technical-catalogue img {
    max-width: 100%;
    display: block;
    margin-bottom: 11px;
}

.technical-catalogue img::after {
    content: "";
    display: block;

}

.technical-catalogue .link_orange {
    font-size: 0.875rem;
}

.petitions {
    font-size: 0.875rem;
    line-height: 20px;
}

.petitions ul {
    padding-left: 10px;
}

.petition-inner {
    margin-top: -8px;
}

.petition-inner p{
    padding-right: 27px;
    margin-top: 20px;
}

/************************* contacts-wrap *************************/
.contacts-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-top: 1px solid #e6e6e6;
    margin-top: -11px;
    margin-bottom: 69px;
    padding-top: 34px;
}

.contact-form-wrap, .contact-info {
    width: 49.5%;
}

.contact-info {
    padding-left: 8px;
}

.contact-form-wrap {
    padding-right: 35px;
}

.contacts-title {
    font-family: RobotoSlabBold, serif;
    font-size: 1.125rem;
    margin-bottom: 28px;
}

.contact-form input, .contact-form textarea {
    padding: 9px 11px ;
    border: 1px solid #d9d9d9;
    border-radius: 5px;
    font-family: RobotoSlabRegular, serif;
    font-size: 0.875rem;
    color: #000;
    width: 100%;
    display: block;
	min-width: 0;
}

.contact-form input:not(:last-child) {
    margin-right: 30px;
}

.contact-form textarea {
    resize: none;
    height: 160px;
    padding: 10px 14px;
    margin-top: 20px;
    max-width: none;
    margin-bottom: 20px;
}

.contact-form__btn {
    background-color: #ec6703;
    color: #fff;
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 0.875rem;
    text-transform: uppercase;
}

.contact-info__item {
    font-size: 0.875rem;
    margin-bottom: 20px;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.contact-info__img {
    width: 40px;
    height: 40px;
}

.contact-info__item__text {
    line-height: 20px;
    margin-left: 20px;
}

.contacts-table {
    width: 100%;
    margin-bottom: 50px;
}

.contacts-table td {
    padding: 10px 5px 9px;
    text-align: center;
    border: 1px solid #edaa77;
    font-size: 0.875rem;
    line-height: 20px;
    vertical-align: middle;
}

.contacts-table td:first-child {
    width: 32.80701754385965%;
}

.contacts-table tr:first-child td {
    padding: 14px 5px 14px;
}

.contacts-table td:last-child {
    width: 25%;
}

.contacts-table tr:first-child td {
    font-family: RobotoSlabLight, serif;
    font-size: 1.125rem;
}


/************************* news *************************/
.news {
    border-top: 1px solid #e6e6e6;
    margin-top: -10px;
    padding-top: 30px;
    padding-bottom: 6px;
}

.news + .pagination {
    padding-bottom: 40px;
}

.news-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
}



.news-item {
    margin-bottom: 39px;
    display: inline-block;
    position: relative;
    width: 31.57894736842105%;
    height: 420px;
    overflow: hidden;
}



.novelty img{
    min-width: 100%;
    min-height: 420px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.news-item__img {
    height: 210px;
    position: relative;
    overflow: hidden;
}

.news-item__img img {
    min-height: 210px;
    min-width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.novelty-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 19px 20px 15px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: rgba(0,0,0,0.5);
}

.novelty-overlay__block, .news-item__block {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    font-family: RobotoRegular, serif;
    font-size: 0.8125rem;
    color: #fff;
}

.news-item__block {
    margin-bottom: 17px;
}

.novelty-overlay__title {
    font-family: RobotoSlabBold, serif;
    border-bottom: 1px solid transparent;
    color: #fff;
    line-height: 21px;
}

.news-item:hover .novelty-overlay__title,
.news-item:hover .news-item__title {
    border-bottom: 1px solid #f7c29a;
}

.news-item:hover {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
}

.novelty-overlay__label, .news-item__label {
    text-transform: uppercase;
    border-radius: 5px;
    background-color: rgb(236, 103, 3);
    padding: 6px 16px;
    margin-right: 15px;
}

.news-item__info {
    color: #000;
    padding: 19px 70px 35px 18px;
    border: 1px solid #e6e6e6;
    border-top: none;
    height: 210px;
    background: url("../images/news-bg.jpg") 100% 100% no-repeat;
}

.news-item__title {
    font-family: RobotoSlabBold, serif;
    line-height: 21px;
    max-height:42px;
    overflow: hidden;
    border-bottom: 1px solid transparent;
}

.news-item__text {
    font-size: 0.875rem;
    line-height: 17px;
    margin-top: 19px;
    max-height: 51px;
    overflow: hidden;
}

.news-item__date {
    color: #b2b2b2;
}

/************************* news-page *************************/
.news-page {
    border-top: 1px solid #e6e6e6;
    margin-top: -10px;
    padding-top: 22px;
    padding-bottom: 46px;
    font-size: 0.875rem;
    line-height: 20px;
}

.news-page strong {
    font-family: RobotoBold, serif;
}

.news-page p {
    margin-top: 20px;
    margin-bottom: 20px;
}

.news-page ul {
    margin-bottom: 22px;
    margin-top: 19px;
}

.news-page img {
    max-width: none;
}

.news-page__img {
    margin-right: 34px;
    margin-bottom: 31px;
    float: left;
    margin-top: 7px;
}

.social-buttons {
    margin-top: 67px;
    margin-bottom: 36px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
}

.social-buttons a {
    font-size: 1rem;
}

.social-buttons__el {
    width: 311px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    font-family: RobotoRegular, serif;
    display: inline-block;
    text-align: center;
}

.social-buttons__el:hover {
    color: #fff;
}

.social-buttons__el img {
    margin-left: 9px;
    vertical-align: baseline;
}

.btn__f {
    background-color: #3b5998;
}

.btn__f img {
    position: relative;
    top: 2px;
}

.btn__vk {
    background-color: #45668e;
    margin-left: 38px;
    margin-right: 38px;
}

.btn__tw {
    background-color: #1da1f2;
    margin-right: 0;
}

.slick-track {
    margin: 0 auto;
}

.news-page__slider .about-slider-next {
    right: -68px;
}


.news-page__slider {
    text-align: center;
    width: 65%;
    margin: 27px auto 0;
}

.news-page__slider a {
    min-width: 199px;
}

.news-page__slider .slick-slide {
    margin-right: 25px;
    margin-left: 25px;
}

.news-page__slider .slick-slide:last-child {
    margin-right: 0;
}

.back-link {
    font-family: RobotoSlabBold, serif;
    margin-left: 11px;
    position: relative;
    border-bottom: 1px solid rgba(0, 0, 0, .4);
    font-size: 1rem;
	color: #000;
}

.back-link::before {
    position: absolute;
    content: '';
    left: -25px;
    background-image: url("../images/arrow-back.png");
    width: 16px;
    height: 8px;
    top: 8px;
}

.fancybox-close {
    background: url("../images/close-btn.png") 50% 50% no-repeat;
    width: 24px;
    height: 24px;
    right: -44px;
    top: 0;
}

/************************* social-page *************************/
.social-page {
    margin-bottom: 29px;
    border-top: 1px solid #e6e6e6;
    margin-top: -11px;
    padding-top: 30px;
    padding-bottom: 20px;
}

.social-page__item {
    position: relative;
    margin-bottom: 1px;
    font-size:0;
}

.social-page__img-wrap img {
    max-width: 100%;
}

.social-page__title {
    font-family: RobotoSlabBold, serif;
    font-size: 1.5rem;
    color: #fff;
    position: absolute;
    top: calc(50% - 22px);
    background-color: rgba(0, 0, 0, .7);
    padding: 10px;
    left: 38px;
}

.social-page__title::before {
    width: 0;
    height: 0;
    position: absolute;
    content: '';
    border-bottom: 44px solid rgba(0, 0, 0, .7);
    border-left: 14px solid transparent;
    top: 0;
    left: -14px;
}

.social-page__title::after {
    width: 0;
    height: 0;
    position: absolute;
    content: '';
    border-top: 44px solid rgba(0, 0, 0, .7);
    border-right: 14px solid transparent;
    top: 0;
    right: -14px;
}

/************************* 404 *************************/
.other-background {
    background: url("../images/404-bg.jpg") 0 -2px no-repeat;
    background-size: 100% 101%;
    position: relative;
}

.other-background .header {
    background: none;
    box-shadow: none;
    border-bottom: 1px solid #5d6972;
}

.other-background .bread-crumbs__link, .other-background .title {
    color: #fff;
}

.other-background  .not-found {
    color: #fff;
    border-top: 1px solid #777b84;
    margin-top: -12px;
    text-align: center;
    padding-bottom: 70px;
}

.not-found__image {
    margin-top: 40px;
    margin-bottom: 40px;
    position: relative;
    display: inline-block;
    width: 245px;
    height: 93px;
    background: url("../images/404.png") 50% 50% no-repeat;
}

.not-found__rotate {
    position: absolute;
    top: 0;
    left: 31%;
    animation: rotate 2s infinite linear;
}

@keyframes rotate {
    0% {transform: rotate(0deg)}
    100% {transform: rotate(360deg)}
}

.not-found__title {
    font-family: RobotoSlabBold, serif;
    font-size: 1.125rem;
}

.not-found__info {
    font-size: 0.875rem;
    line-height: 20px;
    margin-top: 31px;
    margin-bottom: 58px;
}

.not-found__btn {
    color: #fff;
    border-width: 2px;
    height: 40px;
    max-width: 282px;
    width: 100%;
    line-height: 36px;
    display: inline-block;
    text-transform: uppercase;
    font-size: 0.875rem;
}

.not-found__btn:first-of-type {
    margin-right: 28px;
}

/************************* sitemap *************************/
.sitemap {
    color: #fff;
    border-top: 1px solid #777b84;
    margin-top: -12px;
    padding-top: 30px;
    padding-bottom: 95px;
    margin-left: -15px;
    margin-right: 15px;
}

.sitemap a {
    line-height: 28px;
    color: #fff;
    border-bottom: 1px solid rgba(255,255,255, .3);
}

.sitemap ul {
    padding-left: 28px;
}

.sitemap li {
    position: relative;
}

.sitemap li::before {
    content: '•';
    position: absolute;
    left: -13px;
    color: #fff;
    line-height: 28px;
}

/************************* about-page *************************/
.awards {
    display: -ms-flexbox;
    display: flex;
    border-top: 1px solid #e6e6e6;
    margin-top: -10px;
    padding-top: 31px;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 63px;
}

.awards-img img {
    max-width: 100%;
}

.about-page {
    font-size: 0.875rem;
    line-height: 19px;
    margin-bottom: 50px;
    position: relative;
}

.awards-img {
    position: relative;
}

.awards-img__title {
    position: absolute;
    font-family: RobotoSlabBold, serif;
    font-size: 1.125rem;
    top: 34px;
}

.awards-slider {
    padding-top: 8px;
    width: 50.43859649122807%;
    margin-right: 16px;
}

.about-slider {
    width: 84.21%;
    margin: 34px auto 35px;
}

.awards-slider__img {
    width: 170px;
    display: inline-block;
}

.about-slider__img {
    max-width: 100%;
    height: auto;
}

.about-slider__img img {
    max-width: 260px;
}

.about-slider .slick-slide {
    margin-left: 44px;
    margin-right: 44px;
}

.about-slider-next {
    background: url("../images/about-slider-next.png") 50% 55% no-repeat;
    width: 50px;
    height: 100%;
    position: absolute;
    right: -95px;
    top: 0;
    cursor: pointer;
}

.about-slider-prev {
    background: url("../images/about-slider-prev.png") 52% 55% no-repeat;
    width: 50px;
    height: 100%;
    position: absolute;
    left: -67px;
    top: 0;
    cursor: pointer;
}

.awards-slider .about-slider-next {
    right: -31px;
}

.awards-slider .about-slider-prev {
    left: -52px;
}

.about-page p {
    margin-top: 18px;
    margin-bottom: 19px;
    font-size: 0.875rem;
}

/************************* search *************************/
.search {
    border-top: 1px solid #e6e6e6;
    margin-top: -11px;
    padding-top: 30px;
    margin-bottom: 20px;
}

.form-search {
    position: relative;
    padding-bottom: 20px;
}

.form-search__el {
    display: block;
    width: 100%;
    border: 2px solid #ebebeb;
    height: 50px;
    padding: 0 20px 0 49px;
    font-family: RobotoRegular, serif;
    font-size: 1rem;
    color: #818181;
    line-height: 46px;
}

.form-search__submit {
    position: absolute;
    width: 49px;
    height: 50px;
    background: url("../images/search.png") center center no-repeat;
    top: 0;
    left: 0;
}

.search-items {
    margin-top: 10px;
    padding-bottom: 10px;
}

.search-item {
    display: flex;
    align-items: center;
    flex-direction: row;
    margin-bottom: 25px;
    position: relative;
}

.search-item__img {
    flex: 0 0 130px;
    height: 130px;
    width: 130px;
    border: 1px solid #e6e6e6;
    position: relative;
}

.search-item__img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    max-width: 130px;
    max-height: 130px;
}

.search-item__title-wrap {
    margin-left: 30px;
    margin-right: 40px;
    flex: 0 0 270px;
}

.search-item__line {
    height: 77px;
    width: 1px;
    background-color: #e6e6e6;
    margin-right: 38px;
    flex: 0 0 1px;
}

.search-item__description {
    font-size: 0.875rem;
    line-height: 19px;
    font-family: RobotoRegular, serif;
}

.search-item__title {
    font-family: RobotoBold, serif;
    font-size: 1rem;
    display: inline;
    line-height: 24px;
    border-bottom: 1px solid transparent;
    transition: border 0.3s;
}

.search-item__lnk {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.search-item:hover .search-item__title {
    border-bottom: 1px solid #f7c499;
}

.search-item__title-info {
    margin-top: 13px;

}

.search-item__title-info a {
	font-family: RobotoMedium, serif;
    font-size: 0.8125rem;
    color: #ec6b01;
}

.search-item__description strong {
    font-family: RobotoBold, serif
}

/************************* popups *************************/
.popup {
    max-width: 330px;
}

#meet {
    width: 330px;
}

.popup input, .popup button {
    width: 100%;
}
.popup {
    display: none;
    padding: 20px 26px 26px;
    background-color: #fff;
    border-radius: 4px;
}

.popup-title {
    font-family: RobotoBold, serif;
    margin-bottom: 22px;
    text-align: center;
}

#send-order-tab ul {
    font-size: 0;
    margin-bottom: 20px;
}

#send-order-tab li {
    display: inline-block;
    background-color: rgb(230, 230, 230);
    width: 50%;
    height: 40px;
    font-family: RobotoRegular, serif;
    font-size: 0.875rem;
    text-align: center;
    color: #000;
}

#send-order-tab .ui-state-active {
    background-image: linear-gradient(45deg, rgb(236, 103, 3) 0%, rgb(239, 144, 72) 100%);
}

#send-order-tab .ui-state-active a {
    color: #fff;
}

#send-order-tab li:first-child {
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
}

#send-order-tab li:last-child {
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
}

#send-order-tab a {
    color: #000;
    display: block;
    height: 100%;
    line-height: 40px;
}

#send-order-tab input, .popup input {
    margin-bottom: 14px;
}

#send-order-tab button, .popup button {
    height: 36px;
    border: 2px solid #ec6703;
    color: #ec6703;
    background-color: #fff;
    text-transform: uppercase;
}


/************************* модификаторы *************************/
.theme_white {
    color: #fff;
}

.hide_after.services-images__info-title::after {
    display: none;
}

.orange_btn {
    background-image: linear-gradient( 45deg, rgb(236,103,3) 0%, rgb(239,144,72) 100%);
    color: #fff;
    font-family: RobotoRegular, serif;
    font-size: 1rem;
}

.border-b {
    border-bottom: 1px solid transparent;
}

.link_orange, .link_orange:hover {
    color: #ec6703;
    position: relative;
}

.link_orange::after {
    position: absolute;
    content: '';
    height: 1px;
    width: 100%;
    background-color: #ec6703;
    bottom: 0;
    left: 0;
}

.dark-close {
    background: url('../images/close-dark.png') 50% 50% no-repeat;
    width: 17px;
    height: 17px;
}

.desktop_none {
    display: none;
}

.tablet_show {
    display: none;
}

.mobile_show {
    display: none;
}

.products-nav_show-tablet {
    display: none;
}

.products-nav_hide-tablet {
    display: inline;
}

.aside-toggle {
    display: none;
    padding: 14px 20px 9px 40px;
    position: relative;
}

.aside-toggle_border {
    border-bottom: 1px solid #edaa77;
}

.aside-toggle::before {
    position: absolute;
    content: '';
}

.products-nav-toggle {
    display: none;
}

.products-nav__mob-vis {
    display: none;
}

.mobile-nav {
    display: none;
}

.recommendation .slick-slide {
    margin: 5px 15px 0;
}

.help-block.form-error {
    display: none;
}

.list-map li {
    margin: 10px 0;
}

.list-map {
    margin-bottom: 50px;
}

@media all and (max-width: 1200px) {


    .header-bottom__nav {
        margin-left: 3%;
        margin-right: 3%;
    }

    .header-bottom__search {
        width: 30%;
    }

    .product-preview__nav {
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .product-preview__nav-item {
        margin-right: 0;
        margin-bottom: 30px;
        width: 30%;
    }

    .product-preview, .news-preview {
        width: 100%;
    }

    .product-and-news__title {
        margin-bottom: 30px;
    }

    .news-preview-block__item:first-child {
        margin-right: 0;
    }

    .news-preview-block__item {
        width: 30.5%;
    }

    .slider-partners, .slider-news {
        width: 96%;
        margin: 0 2%;
    }

    .services-images {
        margin-left: 0;
        margin-right: 0;
    }

    .expo-more-slider {
        width: 91%;
    }

    .expo-more-slider-prev {
        left: -43px;
    }

    .expo-more-slider-next {
        right: -16px;
    }

    .news-page img {
        max-width: 100%;
    }

    .about-slider img, .awards-slider__img img {
         max-width: 100%;
    }

	.catalog {
    justify-content: center;
	}

	.header-bottom__logo img:first-of-type {
		animation-name: none;
		width: 17%;
	}

	.header-bottom__logo img:last-of-type {
		width: 65%;
	}
}





.noselect {
    -webkit-user-select: none;
    /* Chrome/Safari */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* IE10+ */
}
#mini-clndr {
    width: 305px;
}
#mini-clndr .clndr {
    overflow: hidden;
}
#mini-clndr .clndr .controls {
    background-color: #ec6b01;
    color: white;
    height: 39px;
    line-height: 39px;
}
#mini-clndr .clndr .controls .clndr-previous-button,
#mini-clndr .clndr .controls .clndr-next-button {
    width: 44px;
    height: 100%;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    -webkit-user-select: none;
    /* Chrome/Safari */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* IE10+ */
    transition: background-color 0.5s;
}

#mini-clndr .clndr .controls .clndr-previous-button {
    float: left;
}

#mini-clndr .clndr .controls .clndr-next-button {
    float: right;
}

#mini-clndr .clndr .controls .month {
    width: 216px;
    display: inline-block;
    text-align: center;
    font-family: RobotoMedium, serif;
    font-size: 1.125rem;
    text-transform: capitalize;
}

#mini-clndr .clndr .days-container {
    position: relative;
    width: 100%;
    height: 235px;
    display: inline-block;
}
#mini-clndr .clndr .days-container .days {
    position: absolute;
    left: 0;
    width: 100%;
    transition: left 0.5s;
    background-color: #e3e3e3;
    font-size: 0;
}
#mini-clndr .clndr .days-container .days .day,
#mini-clndr .clndr .days-container .days .empty {
    width: 14.22%;
    height: 41px;
    line-height: 40px;
    display: inline-block;
    font-size: 1rem;
    font-family: RobotoMedium, serif;
    text-align: center;
    color: #212121;
    border-right: 1px solid #adadad;
    border-bottom: 1px solid #adadad;
}

#mini-clndr .clndr .days-container .days .day:nth-of-type(7n + 1) {
    border-right: none;
}

#mini-clndr .clndr .days-container .days .day:nth-of-type(n + 30) {
    border-bottom: none;
}
#mini-clndr .clndr .days-container .days .day.event,
#mini-clndr .clndr .days-container .days .empty.event {
    position: relative;
    cursor: pointer;
}

#mini-clndr .clndr .days-container .days .day.event::before,
#mini-clndr .clndr .days-container .days .empty.event::before {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #49c830;
    right: 5px;
    top: 5px;
}

#mini-clndr .clndr .days-container .days .day.event.current-expo::before,
#mini-clndr .clndr .days-container .days .empty.event.current-expo::before {
    display: none;
}

.current-expo {
    position: relative;
}

.current-expo::after {
    position: absolute;
    content: "";
    border: 2px solid #ec6b01;
    top: 0;
    left: -2px;
    right: -2px;
    bottom: 0;

}

#mini-clndr .clndr .days-container .days .day.adjacent-month,
#mini-clndr .clndr .days-container .days .empty.adjacent-month {
    color: #adadad;
}
#mini-clndr .clndr .days-container .days .empty {
    height: 31px;
    vertical-align: bottom;
}
#mini-clndr .clndr .days-container .days .headers {
    background-color: #c35903;
    padding-top: 10px;
    padding-bottom: 10px;
}
#mini-clndr .clndr .days-container .days .headers .day-header {
    width: 14.28571428571429%;
    display: inline-block;
    text-align: center;
    color: white;
    font-family: RobotoMedium, serif;
    font-size: 0.75rem;
}
#mini-clndr .clndr .days-container .events {
    position: absolute;
    left: 306px;
    width: 100%;
    transition: left 0.5s;
    background-color: #ebebeb;
}
#mini-clndr .clndr .days-container .events .headers {
    position: relative;
}
#mini-clndr .clndr .days-container .events .event-header {
    width: 100%;
    background-color: #c35903;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
    color: white;
}
#mini-clndr .clndr .days-container .events .x-button {
    position: absolute;
    font-size: 80%;
    top: 7px;
    left: 20px;
    cursor: pointer;
    color: #fff;
    transition: color 0.25s;
}
#mini-clndr .clndr .days-container .events .x-button:hover {
    color: white;
}
#mini-clndr .clndr .days-container .events .events-list {
    overflow: scroll;
    height: 235px;
}
#mini-clndr .clndr .days-container .events .events-list .event {
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 10px;
    border-bottom: 1px solid #e3e3e3;
    transition: background-color 0.25s;
}
#mini-clndr .clndr .days-container .events .events-list .event a {
    position: relative;
    font-size: 12px;
    letter-spacing: 1px;
    color: #212121;
    text-decoration: none;
    transition: color 0.25s;
}
#mini-clndr .clndr .days-container.show-events .days {
    left: -306px;
}
#mini-clndr .clndr .days-container.show-events .events {
    left: 0;
}

#mini-clndr .clndr .days-container .days .today {
    color: #ec6b01;
}

.tablet-image, .mobile-image {
    display: none;
}

.products-nav__item:first-of-type .products-nav__title {
	width: 79%;
}

.header-bottom__logo img:first-of-type {
	margin-right: 6px;
	animation: rotate 4s infinite linear;
}

.has-validation-callback .field-wraps:last-of-type{
    margin-bottom: 50px;
}

.aside-title-form.cams .aside__title {
	margin-top: -10px;
}

/**/

.news-item {
	margin-left: 1.75%;
}

.news-wrap {
	margin-left: -1.75%;
}

@media screen and (max-width: 1041px) {
	.news-item {
		margin-left: 1.6%;
	}

	.news-wrap {
		margin-left: -1.6%;
	}
}

@media screen and (max-width: 497px) {
	.news-item {
		margin-left: 0;
	}

	.news-wrap {
		margin-left: 0;
	}
}





/**/

.public-wrap {
    margin-bottom: 50px;
	margin-left: -2%;
}

.public.news-preview-block__item:first-child {
    margin-right: 0;
}

.news-preview-block__item.public {
    width: 18%;
	margin-left: 2%;
    min-width: 180px;
    line-height: 17px;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.news-wrap {
	justify-content: flex-start;
}



@media screen and (max-width: 1200px) {
	.news-preview-block__item.public {
        width: 31.32%;
    }
}

@media screen and (max-width: 769px) {
	.news-preview-block__item.public {
        width: 48%;
    }
}

@media screen and (max-width: 481px) {
	.news-preview-block__item.public {
        width: 100%;
		margin-left: 0;
    }

	.public-wrap {
		margin-left: 0;
	}
}

.public .news-preview-block__item-title {
    height: auto;
    padding-bottom: 0;
}

.public-preview-block__item-txt {
    padding: 14px;
    font-size: 0.875rem;
    height: 132px;
}

.search_lnk {
	color: #000;
}

table {
	width: 100%;
}


table th {
    font-family: RobotoBold, serif;
    font-size: 0.875rem;
}

table td, table th {
    border: 1px solid #edaa77;
    padding: 10px 20px;
    /* text-align: center; */
    line-height: 18px;
    vertical-align: middle;
}


.product-card__table-wrap tr th, .product-card__table-wrap tr td {
    border-top: none;
    border-bottom: none;
	border-left: none;
}
.table--search {
    margin-bottom: 46px;
    display: block;
    overflow: auto;
    max-width: 100%;
    width: 1139px;

}
@media (max-width: 768px) {
    .table--search {
        width: 900px;
    }
    .table--search th {
        font-size: 13px !important;
    }
    .table-product-img img {
        width: 100px;
    }
    .table--search p  {
        line-height: 18px  !important;
        font-size: 12px !important;
    }
    .table--search a  {
        font-size: 12px !important;
    }

}
.table--search .table-txt {
    vertical-align: top !important;
    white-space: nowrap;
}

.table--search td:nth-last-child(2) {
    white-space: normal;
}
.table--search td, .table--search th {
    border: 1px solid #D9D9D9 !important;
}

.table--search td {
    padding: 23px 25px 23px 25px;
}
.table--search .title-table {
    color: #EC6C0B;
    background: #F3F3F3;
}
.table--search .subtitle-table {
    background: #F3F3F3;
    width: 190px;
    font-size: 14px;
    color: #262626;
    white-space: nowrap !important;
}
.table--search p {
    font-weight: normal;
    line-height: 21px;
    font-size: 14px;
    color: #262626;
}
.table--search p:hover {
    color: #EC6C0B;
}
.table--search a:hover {
    color: #EC6C0B;
}
.table-product {
    width: 200px;
}
.table-schema {
    width: 197px;
}
.table-type {
    width: 377px;
}

.social-top__item.inst {
    background-image: url("../images/social/social-inst.png");
}

.social-top__item.inst:hover {
    background-image: url("../images/social/social-inst-hover.png");
}