
body {
    font-family: 'DINPro-Regular';
    font-size: 15px;
    color: #000;
    width: 100%;
}
.page {
    background: -webkit-linear-gradient(45deg, rgba(0, 0, 0, 0) 49.9%, #f9f9f9 49.9%, #f9f9f9 60%, rgba(0, 0, 0, 0) 60% ), -webkit-linear-gradient(45deg, #f9f9f9 10%, rgba(0, 0, 0, 0) 10% );
    background: -o-linear-gradient(45deg, rgba(0, 0, 0, 0) 49.9%, #f9f9f9 49.9%, #f9f9f9 60%, rgba(0, 0, 0, 0) 60% ), -o-linear-gradient(45deg, #f9f9f9 10%, rgba(0, 0, 0, 0) 10% );
    background: linear-gradient(45deg, rgba(0, 0, 0, 0) 49.9%, #f9f9f9 49.9%, #f9f9f9 60%, rgba(0, 0, 0, 0) 60% ), linear-gradient(45deg, #f9f9f9 10%, rgba(0, 0, 0, 0) 10% );
    background-size: 0.5em 0.5em
}
.common-home .top-box {
    margin-bottom: 50px;
}
.common-home iframe {
    margin-top: 50px;
}
.micro-hidden-box, .micro {
    display: none;
}
h1, h2, h3, h4, h5, h6 {
    color: #444;
}
/* default font size */
.fa {
    font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
    font-size: 33px;
}
h2 {
    font-size: 27px;
}
h3 {
    font-size: 21px;
}
h4 {
    font-size: 15px;
}
h5 {
    font-size: 12px;
}
h6 {
    font-size: 10.2px;
}
/* DINPro-Regular */
@font-face {
    font-family: 'DINPro-Regular';
    font-style: normal;
    font-weight: 400;
    src: url('/catalog/view/theme/default/fonts/DINPro.eot'); /* IE9 Compat Modes */
    src: local('DINPro-Regular'),
    url('/catalog/view/theme/default/fonts/DINPro.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('/catalog/view/theme/default/fonts/DINPro.woff2') format('woff2'), /* Super Modern Browsers */
    url('/catalog/view/theme/default/fonts/DINPro.woff') format('woff'), /* Modern Browsers */
    url('/catalog/view/theme/default/fonts/DINPro.ttf') format('truetype'), /* Safari, Android, iOS */
    url('/catalog/view/theme/default/fonts/DINPro.svg#DINPro') format('svg'); /* Legacy iOS */
}
/* DINPro-Light */
@font-face {
    font-family: 'DINPro-Light';
    font-style: normal;
    font-weight: 300;
    src: url('/catalog/view/theme/default/fonts/DINPro-Light.eot'); /* IE9 Compat Modes */
    src: local('DINPro-Light'),
    url('/catalog/view/theme/default/fonts/DINPro-Light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('/catalog/view/theme/default/fonts/DINPro-Light.woff2') format('woff2'), /* Super Modern Browsers */
    url('/catalog/view/theme/default/fonts/DINPro-Light.woff') format('woff'), /* Modern Browsers */
    url('/catalog/view/theme/default/fonts/DINPro-Light.ttf') format('truetype'), /* Safari, Android, iOS */
    url('/catalog/view/theme/default/fonts/DINPro-Light.svg#DINPro') format('svg'); /* Legacy iOS */
}
/* DINPro-Medium */
@font-face {
    font-family: 'DINPro-Medium';
    font-style: normal;
    font-weight: 600;
    src: url('/catalog/view/theme/default/fonts/DINPro-Medium.eot'); /* IE9 Compat Modes */
    src: local('DINPro-Medium'),
    url('/catalog/view/theme/default/fonts/DINPro-Medium.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('/catalog/view/theme/default/fonts/DINPro-Medium.woff') format('woff'), /* Modern Browsers */
    url('/catalog/view/theme/default/fonts/DINPro-Medium.ttf') format('truetype'), /* Safari, Android, iOS */
    url('/catalog/view/theme/default/fonts/DINPro-Medium.svg#DINPro') format('svg'); /* Legacy iOS */
}
/* DINPro-Medium */
@font-face {
    font-family: 'DINPro-Bold';
    font-style: normal;
    font-weight: 900;
    src: url('/catalog/view/theme/default/fonts/DINPro-Bold.eot'); /* IE9 Compat Modes */
    src: local('DINPro-Bold'),
    url('/catalog/view/theme/default/fonts/DINPro-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('/catalog/view/theme/default/fonts/DINPro-Bold.woff') format('woff'), /* Modern Browsers */
    url('/catalog/view/theme/default/fonts/DINPro-Bold.ttf') format('truetype'), /* Safari, Android, iOS */
    url('/catalog/view/theme/default/fonts/DINPro-Bold.svg#DINPro') format('svg'); /* Legacy iOS */
}
* {
    margin: 0;
    padding: 0;
}

a:hover, a:focus, a:active, button:hover, button:focus, button:active {
    outline: none;
    text-decoration: none;

}
/*=====================inputs start ===================================*/

.information-information ul, .information-information ol {

    padding-left: 10px;
}
input[type='text'], input[type='tel'], input[type='password'], input[type='email'], select.form-control, select,
option, textarea.form-control, textarea {
    border-radius: 0;
    color: #000;
    font-size: 15px;
    height: 40px;
    line-height: 24px;
    padding: 10px 10px 10px 5px;
    width: 100%;
}
textarea {
    resize: none;
    height: auto;
    min-height: 150px;
    overflow: hidden;
    border: 1px solid #ef7f1a!important;
    padding: 10px!important;
}
input[type='text']:focus, input[type='tel']:focus, input[type='password']:focus, input[type='email']:focus,
select.form-control:focus, select:focus, option:focus, textarea.form-control:focus, textarea:focus {
    outline: none;
}

input[type='text']:focus::-webkit-input-placeholder, input[type='tel']:focus::-webkit-input-placeholder,
input[type='password']:focus::-webkit-input-placeholder, input[type='email']:focus::-webkit-input-placeholder,
select.form-control:focus::-webkit-input-placeholder, select:focus::-webkit-input-placeholder,
option:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
    outline: none;
}

input[type='text']:focus::-moz-placeholder, input[type='tel']:focus::-moz-placeholder, input[type='password']:focus::-moz-placeholder, input[type='email']:focus::-moz-placeholder,
select.form-control:focus::-moz-placeholder, select:focus::-moz-placeholder, option:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
    outline: none;
}

/* Firefox 19+ */

input[type='text']:focus:-moz-placeholder, input[type='tel']:focus:-moz-placeholder, input[type='password']:focus:-moz-placeholder, input[type='email']:focus:-moz-placeholder,
select.form-control:focus:-moz-placeholder, select:focus:-moz-placeholder, option:focus:-moz-placeholder, textarea:focus:-moz-placeholder {
    outline: none;
}

/* Firefox 18- */
input[type='text']:focus:-ms-input-placeholder, input[type='tel']:focus:-ms-input-placeholder, input[type='password']:focus:-ms-input-placeholder, input[type='email']:focus:-ms-input-placeholder,
select.form-control:focus:-ms-input-placeholder, select:focus:-ms-input-placeholder, option:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
    outline: none;
}
a, button {
    cursor: pointer;
    outline: none;

}
/*=====================inputs end ===================================*/
/*======================================= my frame start ================================================*/
.my_list-unstyled {
    list-style: none;
}
.my_list-inline {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
}
.my_box {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
}
.my_inline-box {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}
.my_box-center {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
}
.my_box-start {
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
}
.my_box-end {
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end;
}
.my_box--start {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
}
.my_box--end {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
}
.my_box--center {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
}
.my_box--between {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
}
.my_box--around {
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.my_box-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.my_box-column {
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    flex-direction: column;
}
.my_box-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}
.my_dropsown-wrap {
    position: relative;
}
.my_input-group {
    position: relative;
}

.btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    cursor: pointer;
    padding: 5px 30px;
    border-radius: 3px;
    height: 40px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.btn-primary {
    color: #fff;
    font-size: 15px;
    background: #ef7f1a;
    border: none;
    font-weight: 700;
    border: 1px solid #ef7f1a;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.btn-inverse_my {
    color: #ef7f1a;
    font-size: 15px;
    background: #fff;
    border: none;
    font-weight: 700;
    border: 1px solid #fff;
}
.btn-primary:hover {
    background: #fff;
    color: #ef7f1a;
    border: 1px solid #ef7f1a;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.btn-inverse_my:hover {
    color: #fff;
    font-size: 15px;
    background: #ef7f1a;
    border: none;
    font-weight: 700;
    border: 1px solid #fff;
}
.my_bolder {
    font-family: 'DINPro-Medium';
}
.my_thin {
    font-family: 'DINPro-Light';
}
.main-site-title {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    font-size: 26px;
    font-family: 'DINPro-Regular';
    font-weight: 600;
    text-transform: uppercase;
    padding: 15px 0;
    border-radius: 3px;
    margin: 20px 0;
    text-align: center;

}
table {
    width: 100%!important;
    margin-bottom: 25px;
}

table td {
    border: 1px solid #ccc;

}
table thead td {
    background: #f9f9f9;
    padding: 15px ;
    font-size: 16px;
    color: #333333;
    font-family: 'DINPro-Medium';
    font-weight: 600;
}
.main-site-title__white {
    color: #fff;
}
table tbody td {
    background: #fff;
    padding: 15px;
    font-size: 16px;
    color: #333333;
}
table tfoot td {
    background: #fff;
    padding: 5px 15px;
    font-size: 16px;
    color: #333333;
}
#content {
    min-height: 600px;
}

.nice_click {
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.circle {
    display: block;
    position: absolute;
    background: rgba(115, 115, 115, 0.5);
    border-radius: 50%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}
.circle.animate {
    -webkit-animation: effect 0.45s linear;
    animation: effect 0.45s linear;
}

@-webkit-keyframes effect {
    100% {
        opacity: 0;
        -webkit-transform: scale(2.5);
        transform: scale(2.5);
    }
}

@keyframes effect {
    100% {
        opacity: 0;
        -webkit-transform: scale(2.5);
        transform: scale(2.5);
    }
}
.main-slider-wrap img {
    width: 100%;
}
.class-bottom-margin{
    margin-bottom: 50px;
}
.search-box_btn {
    position: absolute;
    right: 5px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: transparent;
    border: none;
    opacity: 1;
    z-index: 3;
    color: #2d2651;
}
.search-box {
    position: relative;
}
.search-box input:focus ~ button {
    color: #ef7f1a;
}
.main-menu-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
header .container .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.common-home .header_main_wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    background: rgba(255, 255, 255, 0.9);
    padding: 12px 0 16px;
    border-bottom: 1px solid #ef7f1a;
}
.header_main_wrap {
    padding: 15px 0;
    border-bottom: 1px solid #ef7f1a;
    background-color: #fff;
}
.owl-wrapper-outer {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
}
.owl-carousel {
    background: transparent;
}
.owl-controls .owl-page > span {
    display: none!important;
}

.owl-pagination {
    text-align: center;
    top: 0;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    /* flex-wrap: wrap;*/
    overflow: hidden;
    padding: 3px 0;
}
.item-link {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
}
.owl-page {
    margin: 0!important;
    width: 100%;
    height: 100px;
}
.owl-controls .owl-page span {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: rgba(255,255,255,.8);
    color: #000;
    font-size: 15px;
    text-transform: uppercase;
    border-radius: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    font-weight: 600;
}
.owl-controls .owl-page.active span {
    background-color: rgba(255,255,255,.8);
    color: #000;
    font-size: 16px;
    text-transform: uppercase;
    border-radius: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    font-weight: 600;
}
.owl-controls .owl-page {
    opacity: 0.6;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
}
.owl-controls .owl-page.active {
    opacity: 1;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-box-shadow: 0 0 5px #ef7f1a;
    box-shadow: 0 0 5px #ef7f1a;
    z-index: 3;
}
.owl-controls .owl-page.active:before {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    display: block;
    top: 0;
    height: 3px;
    background-color: #ef7f1a;
    -webkit-animation: full-width 4s linear;
    animation: full-width 4s linear;
    z-index: 2;
}
.owl-controls .owl-page.active:after {
    content: '';
    position: absolute;
    right: 0;
    width: 100%;
    display: block;
    bottom: 0;
    height: 3px;
    background-color: #ef7f1a;
    -webkit-animation: full-width 4s linear;
    animation: full-width 4s linear;
    z-index: 2;
}
@-webkit-keyframes full-width {
    0% {
        width: 0
    }
    100% {
        width: 100%
    }
}

@keyframes full-width {
    0% {
        width: 0
    }
    100% {
        width: 100%
    }
}
.slider-item-text-box {
    position: absolute;
    left: 7%;
    bottom: 20px;
    background: rgba(255,255,255,.8);
    padding: 25px;
    -webkit-transform: translateX(-5%);
    -ms-transform: translateX(-5%);
    transform: translateX(-5%);
    border-radius: 15px;
    width: 50%;

}
.slider-item-text-box p {
    margin: 0;
    color: #000;
}
#top a {
    color: #2d2651;
    position: relative;
    font-size: 16px;
    font-weight: 600;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
#top a:hover {
    color: #ef7f1a;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
#top a:before {
    content: '';
    position: absolute;
    display: block;
    left: 0;
    bottom: -1px;
    height: 2px;
    border-radius: 2px;
    width: 0;
    background: #ef7f1a;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
#top a:hover:before {
    width: 40%;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
#top .dropdown a.dropdown-toggle {
    padding-right: 15px;
}
#top .dropdown a.dropdown-toggle:after {
    content: '\f107';
    position: absolute;
    display: block;
    right: 0;
    font-family: 'FontAwesome';
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.input-effect {
    position: relative;
}
.my_input-effect {
    border: 0;
    padding: 4px;
    border-bottom: 1px solid #ef7f1a;
    background-color: transparent;
    position: relative;
    z-index: 1;
}

.my_input-effect ~ .focus-border {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #ef7f1a;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.my_input-effect:focus ~ .focus-border,
.has-content.my_input-effect ~ .focus-border {
    width: 100%;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.my_input-effect ~ label {
    position: absolute;
    left: 10px;
    width: 100%;
    top: 9px;
    color: #2d2651;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    z-index: 0;
    letter-spacing: 0.5px;
    text-align: left;
}
.my_input-effect:focus ~ label,
.has-content.my_input-effect ~ label {
    top: -12px;
    left: -15px;
    font-size: 12px;
    color: #ef7f1a;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}



.home-page-form_box .my_input-effect ~ label {
    color: #fff;
}
.home-page-form_box .home-page-form_box .my_input-effect:focus ~ label,
.home-page-form_box .has-content.my_input-effect ~ label {
    color: #ccc;
}
.home-page-form_box .my_input-effect {
    border-bottom: 1px solid #fff;
    color: #fff;
}
.home-page-form_box .my_input-effect ~ .focus-border {
    background-color: #fff;
}

#top {
    margin-bottom: 10px;
}
.header-phones-drop .dropdown-menu a {
    padding: 5px 5px 2px 23px;
    margin-bottom: 3px;
}
.header-phones-drop .dropdown:hover > .dropdown-menu {
    display: block;
    padding: 0;
    margin: 0;
}
#megamenu-menu {
    width: 70%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.main-menu-box {
    width: 100%;
}
.main-menu-list a {
    color: #ef7f1a;
    font-size: 16px;
    font-weight: 900;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.main-menu-list {
    padding-left: 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.main-menu-list li {
    width: auto;
    text-align: center;
}
footer .main-menu-list li {
    width: auto;
    text-align: center;
}
footer .main-menu-list {
    padding-left: 0;
}
#top .header-top_item.header-top_item__calc a, #top .header-top_item.header-top_item__callback a {
    height: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #ef7f1a;
    padding: 0 15px;
    color: #fff;
    border: 1px solid #ef7f1a;
    white-space: nowrap;
}
#top .header-top_item.header-top_item__calc a:before, #top .header-top_item.header-top_item__callback a:before {
    display: none!important;
}
#top .header-top_item.header-top_item__calc a:hover, #top .header-top_item.header-top_item__callback a:hover {
    height: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #fff;
    padding: 0 15px;
    color: #ef7f1a;
}



footer .header-top_item.header-top_item__calc a, footer .header-top_item.header-top_item__callback a {
    height: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #ef7f1a;
    padding: 0 15px;
    color: #fff;
    text-decoration: none;
    border: 1px solid #ef7f1a;
}
footer .header-top_item.header-top_item__calc a:before, footer .header-top_item.header-top_item__callback a:before {
    display: none!important;
}
footer .header-top_item.header-top_item__calc a:hover, footer .header-top_item.header-top_item__callback a:hover {
    height: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #fff;
    padding: 0 15px;
    color: #ef7f1a;
}
footer {
    background: #fff;
}
.header-top_item {
    width: 20%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.header-top_item__phones {
    margin-left: 0;
    width: auto;
}
#map {
    height: 500px;
    width: 100%;
}
.modal-thanks {
    display: none;
}
.btn-primary.focus, .btn-primary:focus,.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover {
    color: #ef7f1a;
    background-color: #fff;
    border-color: #ef7f1a;
    outline: none;
}
.btn-inverse_my.focus, .btn-inverse_my:focus,.btn-inverse_my.active.focus, .btn-inverse_my.active:focus, .btn-inverse_my.active:hover, .btn-inverse_my:active.focus, .btn-inverse_my:active:focus, .btn-inverse_my:active:hover {
    color: #fff;
    background-color: #ef7f1a;
    border-color: #fff;
    outline: none;
}

.home-page-advantages {
    background: #ef7f1a;
    padding: 25px 0 50px;
    color: #fff;
    font-size: 16px;
    margin: 25px 0;
    display: none;
}
.advantages-item {
    width: 16%;
    text-align: center;
}
.advantages-item_img {
    width: 150px;
    height: 150px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 2px solid #fff;
    border-radius: 50%;
    padding: 15px;
    margin: 0 auto 10px;
}

#jivo_top_wrap .green a.button.accept:hover, .green #callme-form #callme-start-call:hover, .green.systemMessageEmail .save-chat-email div.email-block button.save-chat-email_button:hover, .green input.jivoBtn.accept:hover {
    background-color: #be6514!important;
}
#jivo_top_wrap .green a.button.accept, .green #callme-form #callme-start-call, .green.systemMessageEmail .save-chat-email div.email-block button.save-chat-email_button, .green input.jivoBtn.accept {
    background-color: #ef7f1a!important;
}
input.jivoBtn.accept {
    background-color: #ef7f1a!important;
}

.caption h4 a {
    color: #ef7f1a;
    font-size: 18px;
    text-align: center;
    display: block;
    height: 39px;
    overflow: hidden;
}
.contact-list__item {
    width: 33%;
    min-width: 33%;
}
.contact-list_icon {
    width: 100px;
    height: 100px;
    border: 2px solid #ef7f1a;
    color: #ef7f1a;
    border-radius: 50%;
    margin-right: 10px;
    min-width: 100px;
}
.contact-list_icon i {
    font-size: 42px;
}
.contact-list_text {
    max-width: 70%;
}
.contact-list_text {
    padding-top: 10px;
}
.contact-list__title {
    font-weight: 600;
    font-size: 18px;
    margin: 0 0 10px;
}

.contact-list_text a, .contact-list_text span {
    color: #ef7f1a;
    font-size: 16px;
    line-height: 1.2;
    display: block;
}
.contact-list_text a {
    text-decoration: underline;
}
.contact-list_text a:hover {
    text-decoration: none;
}
.on-map-info-box {
    padding: 0 0 25px;
}
.home-page-form_box {
    background: #ef7f1a;
    padding: 0 0 50px;
}
.form_box-home-title {
    margin: 0 0 10px;
    color: #fff;
    text-align: center;
    font-size: 20px;
}
.home-page-form_box .main-site-title {
    margin-bottom: 10px;
    padding-bottom: 0;
}
#form-home_page {
    margin-top: 30px;
}
.remodal-close {
    left: auto;
    right: 0;
    color: #ef7f1a;
}
.remodal {
    width: 30%;
}
.my_modal-title {
    margin: 0 0 25px;
    font-size: 24px;
    font-weight: 600;
}
.input-field.input-effect {
    margin-bottom: 25px;
    position: relative;
}
.error {
    position: absolute;
    left: 35%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #eee;
    -webkit-box-shadow: 1px 1px 5px #ef7f1a;
    box-shadow: 1px 1px 5px #ef7f1a;
    padding: 3px;
    font-size: 13px;
    border-radius: 10px;
    color: #ef7f1a;
    font-weight: 600;
    top: 45px;
    z-index: 50;
}
.error:before {
    content: '';
    position: absolute;
    left: 35%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #eee;
    top: -9px;
}
.remodal button[type='submit'] {
    margin: 0 auto;
}
.product-thumb {
    padding: 5px;
    border: 1px solid #ef7f1a;
    margin-bottom: 20px;
    background: #fff;
}
.product-thumb:hover {
    -webkit-box-shadow: 0 0 3px #ef7f1a;
    box-shadow: 0 0 3px #ef7f1a;
}
.product-thumb img {
    margin: 0 auto;
}
.product-category-name {
    margin: 10px 0 0;
    display: block;
    color: #ef7f1a;
    text-decoration: underline;
}
#product .form-group label.control-label, #product .form-group .form-control, .rating {
    display: none;
}
ul.thumbnails {
    list-style-type: none;
}
.main-site-title-left {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 0 0 10px;
}
.block__specifications, .block__description {
    margin: 20px 0 40px;
}
.btn-block+.btn-block {
    margin-top: 0;
}
.btn-product .btn {
    width: 47%;
}
.block__specifications_head {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: flex-start;
    -webkit-box-pack: flex-start;
    justify-content: flex-start;
    -ms-flex-align: flex-start;
    -webkit-box-align: flex-start;
    align-items: flex-start;
    font-family: 'DINPro-Regular';
    font-weight: 600;
}
.btn-product .nice_click.btn-primary{
    background: #2d2651;
    border: 1px solid #2d2651;
}
.btn-product .nice_click.btn-primary:active:hover, .btn-product .nice_click.btn-primary:hover{
    color: #2d2651;
    border-color: #2d2651;
    background: #fff;
}
.product-thumb .price {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
span.main_price {
    color: #444;
    font-size: 26px;
    font-weight: 700;
    margin-right: 0;
}
span.price_old {
    color: #f85b5b;
    text-decoration: line-through;
    -webkit-text-decoration-color: #f85b5b;
    text-decoration-color: #f85b5b;
    font-size: 18px;
    font-weight: 600;
    line-height: 2;
    margin-left: 20px;
}
.my_list-unstyled--specifications li>span {
    color: #444;
    font-weight: 600;
}
.my_breadcrumb li>a {
    color: #2d2651;
    font-weight: 600;
}
.my_breadcrumb {
    background-color: transparent;
    padding: 0!important;
    margin: 20px 0 50px;
}
.breadcrumb>li+li:before {
    color: #2d2651;
}
.contact-page_item__img i {
    font-size: 44px;
}
.contact-page_item__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    border: 1px solid #ef7f1a;
    border-radius: 50%;
    color: #ef7f1a;
    margin-right: 10px;
    min-width: 100px;
}
.contact_page-item {
    width: 50%;
    min-width: 50%;
    margin-bottom: 25px
}
.contact_page--top {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.product-big_img {
    border: 1px solid #ef7f1a;
}

.product-big_img:hover {
    -webkit-box-shadow: 0 0 3px #ef7f1a;
    box-shadow: 0 0 3px #ef7f1a;
}

.bx-wrapper img {
    width: 100%;
}
.bx-wrapper .bx-controls-direction a.disabled {
    display: block;
}
.bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: auto;
    margin-top: 0;
    outline: 0;
    width: 32px;
    height: 32px;
    text-indent: 0;
    z-index: 999;
    width: 100%;
    background: #ef7f1a61;
    height: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #fff;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.bx-wrapper .bx-controls-direction a:hover {
    background: #ef7f1a;
}
.bx-wrapper .bx-controls-direction .bx-next {
    right: auto;
    left: 0;
    bottom: 0;
}
.bx-wrapper .bx-controls-direction .bx-prev {
    right: auto;
    left: 0;
    top: 0;
}
.product-small-images li.image-additional:hover {
    border: 1px solid #ef7f1a;
    -webkit-box-shadow: 0 0 3px #ef7f1a;
    box-shadow: 0 0 3px #ef7f1a;
}
.product-small-images li.image-additional {
    border: 1px solid #ef7f1a61;
}
.bx-wrapper {
    -webkit-box-shadow: 0 0 5px #ef7f1a;
    box-shadow: 0 0 5px #ef7f1a;
}
.input-field.input-effect.input-field-textarea {
    margin-top: 35px;
}
.input-field.input-effect.input-field-textarea .focus-border {
    bottom: 3px;
}
.input-field-textarea .my_input-effect:focus ~ label, .input-field-textarea .has-content.my_input-effect ~ label {
    top: -20px;
}
select {
    border: 1px solid #ef7f1a;
    color: #ef7f1a;
    border-radius: 5px;
    margin-bottom: 10px;
}
input[type='range'] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    height: 12px;
    background: #ccc;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    -webkit-transition: opacity .2s;
    -o-transition: opacity .2s;
    transition: opacity .2s;
}
input[type='range']:hover {
    opacity: 1;
}
input[type='range']::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 24px;
    height: 12px;
    background: #ef7f1a;
    cursor: pointer;
}
input[type='range']::-moz-range-thumb {
    width: 24px;
    height: 12px;
    background: #ef7f1a;
    cursor: pointer;
}
.input-field {
    position: relative;
}
.my_output {
    position: absolute;
    right: 0;
    top: -30px;
    padding: 3px;
    border: 1px solid #ef7f1a;
    line-height: 1;
}
.weight-calc-top_wrap .input-field {
    margin-bottom: 25px;
}
.my_featured-products.owl-carousel.owl-theme .owl-buttons .owl-prev {
    left: -60px !important;
}
.my_featured-products .owl-buttons .owl-prev i, .my_featured-products .owl-buttons .owl-next i {
    color: #ef7f1a;
    font-size: 90px;
}
.my_featured-products.owl-carousel.owl-theme .owl-buttons .owl-next {
    right: -60px!important;
}
.main-site-title-prod {
    font-size: 26px;
    font-family: 'DINPro-Regular';
    font-weight: 600;
    text-transform: uppercase;
    padding: 15px 0;
    border-radius: 3px;
    margin: 20px 0;
    text-align: center;
}
.owl-carousel .owl-buttons div {
    opacity: 1;
}
.subcategories {
    margin-bottom: 30px;
    list-style-type: none;
}
.subcategories li>a {
    color: #848484;
    font-weight: 600;
}
.sub_category_item__wrap {
    padding: 15px 20px;
    position: relative;
    width: 32%;
    margin-bottom: 20px;
    -webkit-box-shadow: 0px 0px 5px 1px #ef7f1a;
    box-shadow: 0px 0px 5px 1px #ef7f1a;
    background-color: #fff;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.sub-cat_img img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    height: 150px;
    width: 325px;
}
.sub-cat_text {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 2;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    height: 100%;
    width: 100%;
    text-align: center;
    background: rgba(0,0,0,0.6);
    left: 0;
    right: auto;
    top: 0;
    font-size: 18px;
    padding: 15px;
}
.sub_category_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}
.sub_category_item:hover .sub-cat_img img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
.sub_category_item:hover .sub-cat_text {
    text-shadow: 0 0 1px #ef7f1a, 0 0 1em #ef7f1a;
}
.sub-cat_img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.block__category_empty {
    padding: 15px 20px 60px;
    position: relative;
    width: 100%;
    -webkit-box-shadow: 0px 0px 5px 1px #ef7f1a;
    box-shadow: 0px 0px 5px 1px #ef7f1a;
    background-color: #fff;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.block__category_empty p {
    color: #444;
    font-size: 20px;
    font-family: 'DINPro-Regular';
    font-weight: 600;
}
.block__category_empty {
    margin-top: 20px;
}
.modal-cacl_total-box > div {
    width: 45%;
}
.qua-symvols {
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 40px;
    color: #ef7f1a;
}
.modal-cacl_total-box input[type="text"] {
    padding: 0;
    width: 80px;
    text-align: center;
}
.calc_total__title {
    font-weight: 600;
    text-align: left;
    margin-bottom: 5px;
}
.modal-weight_total .calc_total__title {
    text-align: right;
}
.weight_total-value {
    font-size: 20px;
    text-align: right;
    color: #ef7f1a;
    font-weight: 600;
}
.start-calc_please {
    margin: 10px 0 15px;
}
.news-wrap__block {
    width: 45%;
    margin-bottom: 70px;
}
.news_item__wrap {
    padding: 15px 20px;
    position: relative;
    -webkit-box-shadow: 0px 0px 5px 1px #ef7f1a;
    box-shadow: 0px 0px 5px 1px #ef7f1a;
    background-color: #fff;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.news_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.news_text {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 2;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    height: 100%;
    width: 100%;
    text-align: center;
    background: rgba(0,0,0,0.6);
    left: 0;
    right: auto;
    top: 0;
    font-size: 18px;
    padding: 30px 15px 15px;
}
.news-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.news-img img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    height: 150px;
    width: 475px;
}
.news_item:hover .news-img img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
.news_item:hover .news_text {
    text-shadow: 0 0 1px #ef7f1a, 0 0 1em #ef7f1a;
}
.news_block__title a {
    font-weight: 600;
    padding: 5px 0;
    color: #444;
    height: 67px;
    display: block;
    overflow: hidden;
}
.news_block__title {
    padding: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    margin: 0 0 25px;
}
.news_block__title:hover a{
    color: #ef7f1a;
    text-decoration: underline;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.news_more__info {
    height: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #ef7f1a;
    padding: 0 15px;
    color: #fff;
    border: 1px solid #ef7f1a;
    opacity: 0;
    position: absolute;
    bottom: 30px;
    width: 180px;
    text-align: center;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all 0.9s;
    -o-transition: all 0.9s;
    transition: all 0.9s;
}
.news_item:hover .news_more__info {
    opacity: 1;
}
.news_more__info:hover {
    height: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #fff;
    color: #ef7f1a;
    -webkit-transition: all 0.9s;
    -o-transition: all 0.9s;
    transition: all 0.9s;
}
.more_services__page-block--img img {
    height: 400px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border: 2px solid #ef7f1a;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 8px #ef7f1a;
    box-shadow: 0 0 8px #ef7f1a;
}
.more_services__page-block--img {
    margin-bottom: 40px;
}
.weight-calc-bottom_wrap {
    margin-top: 35px;
}
footer .header-top_item {
    width: 48%;
}
.footer-top-item_menu {
    width: 25%;
}
footer .header-top_item {
    width: 250px;
    margin: 5px 0;
}
.footer-down-line__item.copyright {
    margin-top: 50px;
}
footer .header-top_item a {
    width: 100%;
}
footer .main-menu-list a {
    font-size: 16px;
    color: #fff;
}
.advantages-item_img {
    -webkit-transition: all 400ms ease-out 0s;
    -o-transition: all 400ms ease-out 0s;
    transition: all 400ms ease-out 0s;
    -webkit-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.advantages-item_img img {
    -webkit-transition: all 400ms ease-out 0s;
    -o-transition: all 400ms ease-out 0s;
    transition: all 400ms ease-out 0s;
    -webkit-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    transform: rotateY(180deg);
    margin: 0 auto;
    width: 100%;
}
.advantages-item:hover .advantages-item_img {
    background: #2d2651;
    -webkit-box-shadow: inset 0 0 20px #ef7f1a;
    box-shadow: inset 0 0 20px #ef7f1a;
}
.advantages-item_text {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.advantages-item:hover .advantages-item_text {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    text-shadow: 0px 0px 0px #2d2651, 0 0 1em #4245f4;
}
.advantages-item:hover img {
    text-shadow: none;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
}
.contact-list_icon, .contact-page_item__img {
    -webkit-transition: all 400ms ease-out 0s;
    -o-transition: all 400ms ease-out 0s;
    transition: all 400ms ease-out 0s;
    -webkit-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.contact-list__item:hover .contact-list_icon, .contact_page-item:hover .contact-page_item__img {
    background: #ef7f1a;
    color: #fff;
}
.contact-list_icon  i, .contact-page_item__img i {
    -webkit-transition: all 400ms ease-out 0s;
    -o-transition: all 400ms ease-out 0s;
    transition: all 400ms ease-out 0s;
    -webkit-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    transform: rotateY(180deg);
    margin: 0 auto;
}
.contact-list_icon:hover i, .contact-page_item__img:hover i {
    text-shadow: none;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
    color: #fff;
}
.more_services__page-block--text {
    margin-bottom: 90px;

}
.main-slider-wrap .owl-prev i, .main-slider-wrap .owl-next i {
    color: #ef7f1a;
    padding: 15px;
}
.main-slider-wrap  .owl-carousel .owl-buttons div i {
    font-size: 80px;
}
.main-menu-list li:hover a {
    color: #2d2651;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.footer-down-line {
    background: #2d2651;
    padding: 50px 0;
    color: #fff;
}
#up-button {
    position: fixed;
    width: 50px;
    height: 50px;
    background: #fff;
    bottom: 15px;
    z-index: 999;
    left: 2%;
    border: 1px solid #ef7f1a;
    color: #ef7f1a;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity:0.7;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
#up-button:hover {
    opacity: 1;
    -webkit-box-shadow: 0 0 10px #ef7f1a;
    box-shadow: 0 0 10px #ef7f1a;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
#up-button i {
    font-size: 38px;
}
.footer-down-line__item.cntct-item {
    margin-bottom: 10px;
}
.footer-down-line__item.cntct-item a {
    text-decoration: underline;
    color: #fff;
}
a.contact-page_item__title, span.contact-page_item__title {
    font-weight: 600;
    font-size: 18px;
    margin: 0 0 10px;
}
a.contact-page_item__value-item {
    color: #ef7f1a;
    position: relative;
    font-size: 16px;
    font-weight: 600;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
a.contact-page_item__value-item:before {
    content: '';
    position: absolute;
    display: block;
    left: 0;
    bottom: -1px;
    height: 2px;
    border-radius: 2px;
    width: 0;
    background: #ef7f1a;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
a.contact-page_item__value-item:hover {
    color: #2d2651;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
a.contact-page_item__value-item:hover:before {
    width: 40%;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
span.contact-page_item__value-item {
    color: #2d2651;
    font-weight: 600;
}
.contact_us-title {
    font-weight: 600;
}
.ask_question-title {
    font-weight: 600;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    padding: 15px 0;
    border-radius: 3px;
    margin: 70px 0 0;
    text-align: center;
    font-size: 26px;
}
.contact-page_form__item {
    width: 50%;
}
.contact-page_form__item-right {
    padding-left: 30px;
}
.contact-page_form__item-right .input-field.input-effect.input-field-textarea {
    margin-top: 0;
}
.contact-page_form__item-right .btn{
    float: right;
}
#form-home_page .input-field.input-effect {
    width: 30%;
}
.home-page-form_box h4.modal-thanks {
    font-weight: 600;
    font-size: 20px;
    margin-top: 30px;
}
.home-page-form_box {
    min-height: 240px;
    margin-top: 50px;
}
.product-category-name_box:hover .product-category-name {
    color: #2d2651;
}
.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    background: #ef7f1a;
    border: 1px solid #ef7f1a;
}
.pagination>li>a, .pagination>li>span {
    color: #ef7f1a;
    line-height: 1.5;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ef7f1a;
}
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
    color: #fff;
    background-color: #ef7f1a;
    border-color: #ef7f1a;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}
.contact-page_form__item-right {
    margin-top: 40px;
}
.parner_name {
    font-size: 16px;
    color: #2d2651;
    font-weight: 600;
    margin-top: 5px;
}
.home-page-form_box h4.modal-thanks {
    color: #fff;
    text-align: center;
}
.partners img {
    margin: 0 auto;
}
.partners.owl-carousel .owl-buttons .owl-next {
    color: #ef7f1a;
}
.partners.owl-carousel .owl-buttons .owl-prev {
    color: #ef7f1a;
}
#contact-page-form {
    margin-bottom: 50px;
}
select.contact-city-select {
    border: 1px solid #ef7f1a;
    color: #ef7f1a;
    border-radius: 5px;
    margin-bottom: 0;
    width: 20%;
}
.main-site-title-left {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 0 0 30px;
}
.contact_us-title {
    font-weight: 600;
    margin-bottom: 25px;
}
.home-page-block {
    padding: 50px 0 70px;
}
.home-page-block.home-page-contact {
    padding-bottom: 0;
}
.on-map-info-box {
    padding: 0 0 70px;
}
.my_partners {
    padding: 50px 0 70px;
}
.information-contact .main-site-title-left {
    margin: 0 25px 0 0;
    padding: 0;
}
.new-contact-title_box {
    margin-bottom: 20px;
}
.my_header-mail {
    margin-left: 44px;
}
.subcategories-wrap {
    margin: 0 0 70px;
}
.my_title-margin {
    margin-top: 50px;
}
.block__description {
    margin: 70px 0 90px;
}
.soc_icon a {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    margin-right: 5px;
    width: 40px;
    height: 40px;
    background: #ef7f1a;
    color: #2d2651;
    border: 1px solid #ef7f1a;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.soc_icon a i {
    font-size: 26px;
}
.soc_icon a:hover {
    background: #2d2651;
    color: #ef7f1a;
}
.social-ttl {
    color: #fff;
    margin: 0 0 25px;
    font-size: 16px;
    font-weight: 600;
}
.footer-down-line__item-soc {
    margin-left: 150px;
}
.map_info-line-separate {
    height: 1px;
    background: #ccc;
    margin: 10px 0;
}
.header-lang button {
    background: #ef7f1a;
    color: #fff;
    padding: 0 15px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ef7f1a;
}
.header-lang button:hover {
    background: #fff;
    color: #ef7f1a;
    border: 1px solid #ef7f1a;
    text-decoration: none;
}
.header-lang button img {
    margin-right: 5px;
}
.header-lang button i {
    margin-left: 5px;
}
.header-lang li a img {
    margin-right: 5px;
}
.header-lang .dropdown-menu {
    left: auto;
    right: 0;
}
.mm-menu .mm-listview>li a:not(.mm-next) i {
    margin-right: 5px;
}
h2.news_block__title {
    margin-bottom: 10px;
}
.news_block__title a {
    height: 45px;
    display: block;
    overflow: hidden;
    font-size: 18px;
}
.footer_copy-link {
    color: #fff;
    text-decoration: underline;
    font-size: 22px;
}
.footer_copy-link:hover {
    color: #eee;
    text-decoration: none;
}
.content_items_wrapper {
    padding: 25px 15px 25px;
    margin: 25px 0;
    border: 1px solid #ef7f1a;
}
.header_items {
    font-weight: 600;
    font-size: 21px;
    margin: 0 0 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #2d2651;
}
.iw_item {
    display: flex;
    position: relative;
    border: 1px solid #2d2651;
    margin-bottom: 10px;
    width: 48%;
    padding: 10px;
}
.items_wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.ii_image {
    width: 100px;
    max-width: 100px;
    min-width: 100px;
    margin-right: 5px;
    padding: 5px;
    border: 1px solid #ef7f1a;
}
.ii_name > a {
    color: #333;
    font-weight: 600;
    margin-bottom: 10px;
    display: block;
    width: 100%;
}
.more_items {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 25px 0 0;
}
.ii_go_link .btn {
    font-weight: 400;
    padding: 3px 10px;
    height: auto;
}
.contact_page_c_link {
    color: #333;
}
.contact_page_c_link:hover {
    color: #ccc;
    text-decoration: none;
}


@media(max-width: 1200px) {
    ._orinationRight_25 .button_1O {
        margin-right: 40px;
    }
    #top .header-top_item.header-top_item__calc a,
    #top .header-top_item.header-top_item__callback a,
    footer .header-top_item.header-top_item__calc a,
    footer .header-top_item.header-top_item__callback a {
        padding: 0 6px;
        font-size: 14px;
    }
    .my_featured-products.owl-carousel.owl-theme .owl-buttons .owl-next {
        right: -15px!important;
    }
    .my_featured-products .owl-buttons .owl-prev i, .my_featured-products .owl-buttons .owl-next i {
        font-size: 70px;
    }
    .my_featured-products.owl-carousel.owl-theme .owl-buttons .owl-prev {
        left: -15px !important;
    }
    span.main_price {
        font-size: 20px;
        margin-right: 15px;
    }
    span.price_old {
        font-size: 16px;
        line-height: 1.5;
    }
    .remodal {
        width: 40%;
    }
    .slider-item-text-box {
        left: 15%;
        -webkit-transform: translateX(-15%);
        -ms-transform: translateX(-15%);
        transform: translateX(-15%);
    }
}
@media(max-width: 1024px) {
    .advantages-item {
        width: 30%;
        margin-bottom: 20px;
    }
    .bx-wrapper {
        width: 90px;
        margin-right: 10px;
    }
    .footer-down-line_inner {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .footer-down-line__item.cntct-item {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .news_item .news_more__info {
        opacity: 1;
    }
    .ask_question-title ~ div {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .contact-page_form__item {
        width: 100%;
    }
    .contact-page_form__item-right {
        padding-left: 0;
    }
}
@media(max-width: 995px) {
    .main-menu-list a {
        font-size: 12px;
    }
    .header-top {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .header-top_item.header-top_item__callback {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .header-top_item.header-top_item__calc {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    .slider-item-text-box {
        bottom: 0;
        padding: 15px;
    }
    .my_featured-products.owl-carousel.owl-theme .owl-buttons .owl-next {
        right: 0!important;
    }
    .my_featured-products.owl-carousel.owl-theme .owl-buttons .owl-prev {
        left: 0 !important;
    }
    .contact-list_home-page.my_box {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start;
    }
    .contact-list__item {
        width: 50%;
        min-width: 50%;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start;
    }
    .contact-list__item:last-child {
        width: 100%;
        min-width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .footer-top-item_menu {
        width: 100%;
    }
    .footer-inner_top {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .footer-top-item_btns {
        width: 100%;
    }
    footer .main-menu-list li {
        text-align: center;
    }
    .remodal {
        width: 50%;
    }
    .news-wrap__block {
        width: 100%;
    }
    .owl-page {
        margin: 0!important;
        width: 33%;
        height: 100px;
    }
    .owl-pagination {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .common-home .header_main_wrap {
        position: relative;
    }
    .slider-item-text-box {
        bottom: 15px;
    }
    .owl-controls .owl-buttons .owl-prev {
        left: 10px;
        top: 25%;
    }
    .owl-controls .owl-buttons .owl-next {
        top: 25%;
    }
    .contact-list__item:last-child {
        width: 100%;
        min-width: 100%;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .contact-list__item {
        margin-bottom: 25px;
    }
    .footer-top-item_btns {
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .footer-top-item_btns .header-top_item.header-top_item__calc {
        width: auto;
        margin: 15px 10px;
    }
    .footer-top-item_btns .header-top_item.header-top_item__callback {
        width: auto;
        margin: 15px 10px;
    }
    .my_header-mail {
        margin-left: 10px;
    }
    #top a {
        font-size: 12px;
    }
    .header-top_item {
        width: auto;
    }
    .header-top_item.header-top_item__search {
        margin-left: 15px;
    }
}
.product-img_box_mobile {
    display: none;
}
@media(max-width: 767px) {
    .footer-down-line__item-soc {
        margin-left: 0;
    }
    .soc_icon {
        justify-content: center;
    }
    .soc_icon a {
        margin: 0 5px;
    }
    .sub_category_item__wrap {
        width: 50%;
    }
    .product-search #button-search {
        margin-top: 15px
    }
    .product-img_box {
        display: none;
    }
    .product-img_box_mobile {
        display: block;
    }
    .header_main_wrap {
        display: none;
    }
    .mob-head-in {
        background: #fafafa;
        padding: 5px 15px;
        border-bottom: 1px solid #ef7f1a;
    }
    .mob-menu__toggle {
        color: #ef7f1a;
    }
    .mob-menu__toggle .material-icons {
        font-size: 38px;
    }
    .mob_logo-box {
        width: 228px;
    }
    .contact_page-item {
        width: 100%;
        min-width: 100%;
        margin-bottom: 25px;
    }
    .owl-controls .owl-buttons .owl-prev {
        top: 20%;
    }
    .owl-controls .owl-buttons .owl-next {
        top: 20%;
    }
    .main-slider-wrap .owl-carousel .owl-buttons div i {
        font-size: 30px;
        margin: 0;
        padding: 0;
    }
    .contact-list__item {
        margin-bottom: 25px;
        width: 100%;
    }
    .sub_category_item__wrap {
        width: 100%;
    }
    .product-big_img img {
        width: 80%;
        margin: 0 auto;
    }
    li.image-additional a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        border: 1px solid #ef7f1a;
        width: 80%;
        margin: 0 auto;
    }
    ul.additional-images_slider_mobile {
        list-style: none;
        margin-top: 15px;
    }
    .additional-images_slider_mobile .owl-controls .owl-buttons .owl-prev {
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .additional-images_slider_mobile .owl-controls .owl-buttons .owl-next {
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .additional-images_slider_mobile.owl-carousel .owl-buttons div i {
        margin: 0;
    }
    .remodal {
        width: 90%;
        padding: 20px;
    }
    .owl-page {
        width: 50%;
        height: 50px;
    }
    #form-home_page {
        margin-top: 30px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    #form-home_page .input-field.input-effect {
        width: 90%;
    }
    #form-home_page .input-field {
        position: relative;
        width: 90%;
    }
    button#submit-home_page {
        width: 100%;
    }
    .slider-item-text-box {
        width: 70%;
    }
    .mm-panel.mm-hasnavbar .mm-navbar {
        background: #ef7f1a;
    }
    .mm-menu .mm-navbar a, .mm-menu .mm-navbar>* {
        color: #fff;
        text-transform: uppercase;
    }
    .mm-menu {
        background: #fff;
        border-color: rgb(239, 127, 26);
        color: rgb(239, 127, 26);
        border-right: 1px solid #ef7f1a;
    }
    a.contact-page_item__value-item {
        font-size: 13px;
    }
    span.contact-page_item__value-item {
        font-size: 13px;
    }
    .btn-product {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .btn-product .btn {
        width: 100%;
        margin-bottom: 15px;
    }
    table tbody td {
        background: #fff;
        padding: 15px;
        font-size: 12px;
        color: #333333;
    }
    .my_modal-title {
        margin: 0 0 25px;
        font-size: 18px;
        font-weight: 600;
    }
    .main-slider-wrap .owl-buttons {
        display: none;
    }

    .footer-down-line_inner {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        align-items: center;
    }
    #megamenu-menu {
        width: 100%;
    }
    footer .main-menu-list {
        padding-left: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .header-top_item.header-top_item__calc {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        margin-top: 20px;
        width: 100%;
    }
    .header-top_item.header-top_item__callback {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin-top: 20px;
        width: 100%;
    }
    .footer-down-line__item.cntct-item {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding-top: 50px;
    }
    .new-contact-title_box {
        margin-bottom: 20px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    select.contact-city-select {
        width: 100%;
        margin-top: 10px;
    }
    .contact-page_form__item {
        width: 90%;
        margin: 0 auto;
    }
    .iw_item {
        display: flex;
        position: relative;
        border: 1px solid #2d2651;
        margin-bottom: 10px;
        width: 100%;
        padding: 10px;
    }
}
@media(max-width: 550px) {
    .owl-controls .owl-page span {
        font-size: 12px;
    }
    .owl-controls .owl-page.active span {
        font-size: 12px;
    }
    .advantages-item_img {
        width: 100px;
        height: 100px;
    }
    .footer-down-line__item.copyright {
        text-align: center;
        margin-bottom: 50px;
        display: block;
    }
    .main-site-title {
        font-size: 18px;
    }
    .advantages-item {
        width: 50%;
        margin-bottom: 20px;
    }
    .slider-item-text-box p {
        font-size: 11px;
    }
    .slider-item-text-box {
        width: 85%;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        text-align: center;
        padding: 5px;
    }

    .about-text-boxes {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        text-align: justify;
    }
    .about-text-box_item {
        font-size: 12px;
        width: 100%;
        margin-bottom: 15px;
    }
}
@media(max-width: 480px) {
    .main-slider-wrap .owl-controls .owl-buttons .owl-prev {
        top: 13%;
    }
    .main-slider-wrap .owl-controls .owl-buttons .owl-next {
        top: 13%;
    }
    .owl-controls .owl-buttons .owl-prev {
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .owl-controls .owl-buttons .owl-next {
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    footer .main-menu-list {
        padding-left: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
    }
    .footer-top-item_btns {
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .footer-top-item_btns .header-top_item.header-top_item__calc {
        width: auto;
        margin: 10px 10px 0;
    }
    .footer-top-item_btns .header-top_item.header-top_item__callback {
        width: auto;
        margin: 10px;
    }
    .contact-page_form__item-right .btn {
        float: right;
        width: 100%;
    }
}
@media(max-width: 320px) {

}
span.search_text {
    color: blue;
}
.contact-page_form__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.contact-page_form__footer .contact_captcha{
    margin-left: -50px;
    margin-right: 50px;
}