/*------------------------------------------------------------------
Project:  
Version:  
Last change:  
Assigned to:  Le Xuan Bach
Primary use:  Company
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
[LAYOUT]

* body
  + Header / header
  + Page Content / .page-content .name-page
        + Section Layouts / section .name-section
        ...
  + Footer / footer

-------------------------------------------------------------------*/
/*------------------------------------------------------------------
[COLOR CODES]

# Text Color      :  
# Primary Color 01:  
# Primary Color 02:   
# Primary Color 03:  

------------------------------------------------------------------*/
/*------------------------------------------------------------------
[TYPOGRAPHY]

Body            : 16px/1.6 '', Arial, sans-serif;
Title           : 18px/1.6 '', Arial, sans-serif;
Paragrap        : 18px/1.6 '', Arial, sans-serif;
Input, textarea : 14px/1.6 '', Arial, sans-serif;
-------------------------------------------------------------------*/



/*[ FONT ]
///////////////////////////////////////////////////////////
*/

@font-face {
  font-family: Montserrat-Regular;
  src: url('../fonts/montserrat/Montserrat-Regular.ttf'); 
}

@font-face {
  font-family: Montserrat-Medium;
  src: url('../fonts/montserrat/Montserrat-Medium.ttf'); 
}

@font-face {
  font-family: Montserrat-Bold;
  src: url('../fonts/montserrat/Montserrat-Bold.ttf'); 
}

@font-face {
  font-family: Montserrat-Italic;
  src: url('../fonts/montserrat/Montserrat-Italic.ttf'); 
}

@font-face {
  font-family: Montserrat-Black;
  src: url('../fonts/montserrat/Montserrat-Black.ttf'); 
}

@font-face {
  font-family: Linearicons;
  src: url('../fonts/Linearicons-Free-v1.0.0/WebFont/Linearicons-Free.ttf'); 
}

@font-face {
  font-family: Poppins-Bold;
  src: url('../fonts/poppins/Poppins-Bold.ttf'); 
}

@font-face {
  font-family: Poppins-Black;
  src: url('../fonts/poppins/Poppins-Black.ttf'); 
}

/*[ RESTYLE TAG ]
///////////////////////////////////////////////////////////
*/
* {
	margin: 0px; 
	padding: 0px; 
	box-sizing: border-box;
}

body, html {
	height: 100%;
	font-family: Montserrat-Regular, sans-serif;
  font-weight: 400;
}

/* ------------------------------------ */
a {
	font-family: Montserrat-Regular;
  font-weight: 400;
	font-size: 15px;
	line-height: 1.7;
	color: #666666;
	margin: 0px;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
}

a:focus {
	outline: none !important;
}

a:hover {
	text-decoration: none;
	color: #EF7B00;
}

/* ------------------------------------ */
h1,h2,h3,h4,h5,h6 {
	margin: 0px;
}

p {
	font-family: Montserrat-Regular;
	font-size: 15px;
	line-height: 1.7;
	color: #888888;
	margin: 0px;
}

ul, li {
	margin: 0px;
	list-style-type: none;
}

#cookie_note.show {
        display: flex;
        align-items: center;
    }
    
#cookie_note {
    display: none;
    position: fixed;
    flex-direction: column;
    text-align: center;
    z-index: 999999;
    bottom: 100px;
    right: 30px;
    width: 270px;
    padding: 20px;
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 19px 38px rgba(0, 0, 0, .12), 0 15px 12px rgba(0, 0, 0, .13);
}

#cookie_note a {
    text-decoration: none;
}

#cookie_note p {
    line-height: 16px;
}


a.active.focus,
a.active:focus,
a.focus,
a:active.focus,
a:active:focus,
a:focus,
button.active.focus,
button.active:focus,
button.focus,
button:active.focus,
button:active:focus,
button:focus,
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
outline: 0!important;
outline-color: transparent!important;
outline-width: 0!important;
outline-style: none!important;
box-shadow: 0 0 0 0 rgba(0,123,255,0)!important;
}


/* ------------------------------------ */
input {
	outline: none;
	border: none !important;
}

.dis-desctops {
    display: block;
}

.dis-mobiles {
    display: none;
}

.menu-mob-block {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center !important;
    align-items: center !important;
    justify-content: center;
}

    .nice_input_checkbox{
        display: inline-block;
        margin-right: 20px;
        padding-top: 5px;
    }
    .nice_input_checkbox input{
        display: none;
    }
    .nice_input_checkbox span{
        position: relative;
        display: block;
        width: 20px;
        height: 20px;
        border-radius:3px;
        background-color: #f8f6f6;
        border:1px solid #eae4e5;
        -webkit-box-shadow: inset 0 1px 1px #eae4e5;
        -moz-box-shadow: inset 0 1px 1px #eae4e5;
        box-shadow: inset 0 1px 1px #eae4e5;
    }
    .nice_input_checkbox input:hover + span{
        border:1px solid #ccc;
    }
    .nice_input_checkbox input:active + span{
        background-color: #fdfdfd;
    }
    .input_policy_row.error input + span,
    .nice_input_checkbox input.haserror + span{
        border:1px solid #e95640;
    }
    .input_policy_row.error input + span:before,
    .nice_input_checkbox input.haserror + span:before {
        content: '';
        position: absolute;
        z-index: 1;
        width: 60px;
        height: 60px;
        top: -21px;
        left: -21px;
        background: rgba(233, 86, 64, 0.18);
        border-radius: 100%;
    }
    #msOrder .input_policy_row.error{
        border:none !important;
    }
    .nice_input_checkbox input:checked + span{
        border:1px solid #ccc;
    }
    .nice_input_checkbox input:checked + span:after{
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        background-position: 50%;
        background-size: 12px;
        background-repeat: no-repeat;
        background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjE2cHgiIGhlaWdodD0iMTZweCIgdmlld0JveD0iMCAwIDQ0Mi41MzMgNDQyLjUzMyIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDQyLjUzMyA0NDIuNTMzOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxnPgoJPHBhdGggZD0iTTQzNC41MzksOTguNDk5bC0zOC44MjgtMzguODI4Yy01LjMyNC01LjMyOC0xMS43OTktNy45OTMtMTkuNDEtNy45OTNjLTcuNjE4LDAtMTQuMDkzLDIuNjY1LTE5LjQxNyw3Ljk5M0wxNjkuNTksMjQ3LjI0OCAgIGwtODMuOTM5LTg0LjIyNWMtNS4zMy01LjMzLTExLjgwMS03Ljk5Mi0xOS40MTItNy45OTJjLTcuNjE2LDAtMTQuMDg3LDIuNjYyLTE5LjQxNyw3Ljk5Mkw3Ljk5NCwyMDEuODUyICAgQzIuNjY0LDIwNy4xODEsMCwyMTMuNjU0LDAsMjIxLjI2OWMwLDcuNjA5LDIuNjY0LDE0LjA4OCw3Ljk5NCwxOS40MTZsMTAzLjM1MSwxMDMuMzQ5bDM4LjgzMSwzOC44MjggICBjNS4zMjcsNS4zMzIsMTEuOCw3Ljk5NCwxOS40MTQsNy45OTRjNy42MTEsMCwxNC4wODQtMi42NjksMTkuNDE0LTcuOTk0bDM4LjgzLTM4LjgyOEw0MzQuNTM5LDEzNy4zMyAgIGM1LjMyNS01LjMzLDcuOTk0LTExLjgwMiw3Ljk5NC0xOS40MTdDNDQyLjUzNywxMTAuMzAyLDQzOS44NjQsMTAzLjgyOSw0MzQuNTM5LDk4LjQ5OXoiIGZpbGw9IiM5OWIwYWUiLz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4K);
    }
    .input_policy_row{
        padding: 14px 0;
    }
    .input_policy_row .nice_input_checkbox{
        float: left;
    }
    .input_policy_row .input_policy_text{
        margin-left: 40px;
    }
    
.input_policy_text a {
    font-size: 14px;
}

.adrabota {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    justify-content: space-around;
    align-content: center;
    background-image: url(../images/advantages/ellipse-115.png);
    background-position: center 0;
    background-repeat: no-repeat;
    background-size: contain;
    margin-bottom: 20px;
    text-align: left;
    min-height: 200px;
    padding: 40px 10px;
}

.adrabota span {
    font-size: 86px;
    font-family: 'Montserrat-Bold';
    color: #EF7B00;
    margin-right: 10px;
    line-height: 1;
}

.adrabota p {
    font-size: 12px;
    font-family: 'Montserrat-Medium';
    font-weight: 500;
    color: #000;
    text-align: left;
    width: 70%;
 }

.menu-mob-tal {
    font-size: 12px;
    color: #EF7B00;
    width: 100%;
    text-align: center;
}

.views {
    text-align: left;
    margin-bottom: 10px;
}

.views i {
    color:#EF7B00;
}

.big-table .ms-title {
    padding: .75rem .75rem .75rem 0rem;
}

.title-zakaz {
    font-family: Montserrat-Bold;
    color: #5B5B5B;
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 25px;
    position: relative;
}

#exampleModalpoisk .modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: flex-end;
    padding: 15px 15px 0px 15px;
    border-bottom: 1px solid #fff;
}

#exampleModallkpass .modal-header {
    padding: 15px 15px 0px 15px;
    border: none;
    justify-content: flex-end;
}

#aflExampleForm input {
    border: 1px solid rgba(0,0,0,.15) !important;
}

#exampleModallkreg .modal-header {
    padding: 15px 15px 0px 15px;
    border: none;
    justify-content: flex-end;
}

#office-auth-register input {
    border: 1px solid #e3e3e3 !important;
    padding: 15px 20px;
    border-radius: 45px;
}

#office-auth-register .custom-checkbox>span {
    font-size: 14px;
}

.order-infob.active-delivery {
    display: block;
}

.scrolsi {
    font-family: 'Montserrat-Bold';
    font-size: 16px;
    color: #EF7B00;
    margin-top: 15px;
    display: none;
}

.block-ot-flec {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.mobile-servises {
    color: #000;
    font-size: 14px;
    font-family: Montserrat-Regular;
    display: none;
}

.mobile-servises-o {
    color: #000;
    font-size: 14px;
    font-family: Montserrat-Regular;
    display: none;
}

.mobile-servises-g {
    color: #000;
    font-size: 14px;
    font-family: Montserrat-Regular;
    display: none;
}

.swal2-container {
    z-index: 91060 !important;
}

.button-cards span {
    display: none;
}

.catal-mob {
    display: none;
}

.mobilu-bloc {
    display: none;
}

.not_empty .button-cards span {
    display: block;
    position: absolute;
    top: -15px;
    right: 12px;
    background: #9ED075;
    color: #fff;
    font-size: 18px;
    font-family: 'Montserrat-Bold';
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
}

.msMiniCart.full .not_empty {
    position: relative;
}

.contents table th {
    padding: 10px;
}

.price-test {
    font-size: 12px;
    color: #EF7B00;
}

.vorites-slid {
    position: absolute;
    top: 22px;
    right: 15px;
}

.markers-right {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.markers-right .msfavorites {
    width: auto;
    margin-bottom: 20px;
}

.msfavorites-text-add {
    font-family: 'Montserrat-Bold';
    font-size: 14px;
    color: #434343;
}

.msfavorites-text-remove {
    font-family: 'Montserrat-Bold';
    font-size: 14px;
    color: #434343;
}

.msfavorites-text-load {
    font-family: 'Montserrat-Bold';
    font-size: 14px;
    color: #434343;
}

.msfavorites {
    display: flex;
    vertical-align: middle;
    width: 100%;
}

.blocks-fel {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-content: space-between;
}

.msfavorites i {
    margin-right: 5px;
}

.blocks-row-lk {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.blocks-row-lk-100 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center !important;
    align-items: center !important;
    justify-content: flex-start;
    width: 100%;
    border-top: 1px dashed #B5B5B5;
    padding-top: 20px;
}

.blocks-row-lk-50 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-align: center !important;
    align-items: center !important;
    justify-content: space-between;
    width: 45%;
    border-right: 1px dashed #B5B5B5;
    margin-right: 15px;
    padding-right: 15px;
    margin-bottom: 25px;
}

.blocks-row-lk-50-2 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-align: center !important;
    align-items: center !important;
    justify-content: space-between;
    width: 45%;
    margin-bottom: 25px;
}

.url-lk-pris {
    font-family: 'Montserrat-Bold';
    font-size: 16px;
    padding-bottom: 5px;
    color: #434343;
    display: block;
}

.markers {
    position: relative;
    text-align: left;
    min-height: 35px;
}

.pay-none {
    display: none;
}

.price-button .old_price {
    padding-left: 0px;
    padding-right: 10px;
    font-size: 12px;
}

.markers .marker {
    font-family: 'Montserrat-Bold';
    font-size: 12px;
    color: #EF7B00;
    border: 1px solid;
    padding: 2px 7px;
    margin-right: 10px;
    margin-bottom: 10px;
    display: inline-block;
    border-radius: 10px;
}

.password {
	position: relative;
}
.password-control {
	position: absolute;
	top: 15px;
	right: 15px;
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(/view.svg) 0 0 no-repeat;
}
.password-control.view {
	background: url(/no-view.svg) 0 0 no-repeat;
}

.password-control-r {
	position: absolute;
	top: 14px;
	right: 20px;
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(/view.svg) 0 0 no-repeat;
}
.password-control-r.view {
	background: url(/no-view.svg) 0 0 no-repeat;
}

.password-control-r-2 {
	position: absolute;
	top: 14px;
	right: 20px;
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(/view.svg) 0 0 no-repeat;
}
.password-control-r-2.view {
	background: url(/no-view.svg) 0 0 no-repeat;
}

.articles .title-vakan {
    font-family: Montserrat-Bold;
    font-size: 18px;
    color: #5B5B5B;
    margin-bottom: 15px;
    text-align: left;
    min-height: auto;
}

.articles .p-vakan {
    font-family: 'Montserrat-Medium';
    font-size: 16px;
    color: #5B5B5B;
    margin-bottom: 5px;
    text-align: justify;
    line-height: 1.2;
}

.chec-reg {
    padding-left: 35px;
    font-family: Montserrat-italic;
    color: #989898;
    text-decoration: underline;
    font-size: 12px;
}

.reg-tabs .nav-tabs {
    border-bottom: none;
    justify-content: center;
    margin-bottom: 40px;
}

.reg-tabs .nav-tabs .nav-link.active {
    color: #EF7B00;
    border: none;
    border-bottom: 3px solid #EF7B00;
}

.reg-tabs .nav-tabs .nav-link {
    font-family: 'Montserrat-Bold';
    font-size: 16px;
    color: #3C281E;
    border: none;
    border-bottom: 1px solid #fff;
}

.reg-tabs .nav-link {
    display: block;
    padding: 0 15px 10px 15px;
}

.menu_lk {
    width: 100%;
}

.menu_lk li {
    padding-bottom: 10px;
}
    
.menu_lk li a {
    color: #434343;
    font-size: 16px;
    font-family: 'Montserrat-Medium';
    font-weight: 500;
    display: block;
}

.menu_lk li a svg {
    margin-right: 8px;
    width: 15px;
}

.menu_lk li a:hover {
    color: #EF7B00;
}

.menu_lk li a:hover svg path {
    fill: #EF7B00;
}

.menu_lk li.active a {
    color: #EF7B00;
}

.menu_lk li.active a svg path {
    fill: #EF7B00;
}

#office-auth-login input {
    border: 1px solid #e3e3e3 !important;
    padding: 15px 20px;
    border-radius: 45px;
}

#exampleModallk .modal-header {
    padding: 15px 15px 0px 15px;
    border: none;
    justify-content: flex-end;
}

#exampleModallkreg .modal-dialog {
    max-width: 550px;
    margin: 30px auto;
}

#exampleModallk .modal-dialog {
    max-width: 550px;
    margin: 30px auto;
}


.registr-mod {
    font-size: 16px;
    font-family: 'Montserrat-Medium';
    font-weight: 500;
    color: #EF7B00;
    text-decoration: underline;
    padding-left: 30px;
}

.control-bth {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center!important;
    align-items: center!important;
    justify-content: center;
}

.button-autoriz {
    font-family: 'Montserrat-Bold';
    font-size: 16px;
    color: #fff;
    background: #EF7B00;
    border-radius: 16px;
    padding: 15px 30px;
    display: inline-block;
    min-width: 200px;
}

.button-autoriz:hover {
    font-family: 'Montserrat-Bold';
    font-size: 16px;
    color: #fff;
    background: #EF7B00;
    border-radius: 16px;
    padding: 15px 30px;
    display: inline-block;
    min-width: 200px;
}

.text-autoriz {
    padding: 20px 0;
    font-size: 14px;
    text-align: center;
    color: #A9A9A9;
}

.password-help {
    font-size: 14px;
    font-family: 'Montserrat-Medium';
    font-weight: 500;
    color: #1E3869;
    text-decoration: underline;
    padding-left: 10px;
}

.password-help:hover {
    color: #1E3869;
    text-decoration: none;
}

.title-page-lk {
    font-family: Montserrat-Bold;
    color: #5B5B5B;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 25px;
    position: relative;
}

.ico-m-phon-lk {
    display: inline-block;
    padding-left: 10px;
    margin-top: 20px;
    margin-bottom: 40px;
}

.ico-m-phon-lk img {
    width: 45px;
}

.lk-blocks {
    box-shadow: 0px 9px 19px -2px #0000001F;
    border-radius: 42px;
    padding: 20px 40px;
    margin-bottom: 20px;
    min-height: 310px;
    background: #ffffff;
    height: 100%;
}

.lk-blocks-2 {
    box-shadow: 0px 9px 19px -2px #0000001F;
    border-radius: 42px;
    padding: 20px 40px;
    margin-bottom: 20px;
    text-align: center;
    min-height: 180px;
    background: #FFEFE3;
    height: 100%;
}

.text-phone-lk {
    font-family: Montserrat-Bold;
    color: #5B5B5B;
    font-size: 16px;
    font-weight: 700;
    position: relative;
}

.lk-datas {
    color: #434343;
    font-size: 16px;
    font-family: 'Montserrat-Medium';
    font-weight: 500;
    margin-bottom: 15px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center!important;
    align-items: center!important;
}

.lk-datas svg {
    width: 20px;
    margin-right: 10px;
}

.a-phone-lk {
    font-family: Montserrat-Bold;
    font-weight: 700;
    color: #EF7B00;
    font-size: 16px;
}

.ico-m-phon {
    display: inline-block;
    padding-left: 10px; 
}

.phone-footer-m-phon {
    position: relative;
    padding-left: 30px;
    text-decoration: underline;
    display: inline-block;
}

.ico-m-phon img {
    width: 25px;
}


.catalod-product .availability {
    font-family: 'Montserrat-Bold';
    font-size: 16px;
    color: #5B5B5B;
}

.contacts .ulttext {
    font-family: Montserrat-Medium;
    font-size: 12px;
    color: #5B5B5B;
    padding-bottom: 0px;
    display: block;
    text-decoration: none;
}

.contents {
	-ms-user-select: none; 
	-moz-user-select: none; 
	-webkit-user-select: none; 
	user-select: none;
}

.panel-nemu-mob {
    background: #fff;
    width: 100%;
    position: fixed;
    bottom: 0px;
    z-index: 999;
    padding: 10px;
    display: none;
}

.panel-nemu-mob .icon {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center!important;
    align-items: center!important;
    justify-content: space-around;
}

.contents table td {
    padding: 10px;
}

.contents table {
    font-family: Montserrat-Regular;
    font-size: 14px;
    color: #5B5B5B;
}

.big-table {
	overflow: auto;
	position: relative;
}
.big-table table {
	width: 100% !important;
	overflow-x: auto;
}

.print-body {
	display: none;
}

.h4-pdfon {
    font-family: Montserrat-Bold;
    color: #5B5B5B;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
    text-align: left;
}

.url-pdfon {
    font-size: 16px;
    font-family: 'Montserrat-Medium';
    font-weight: 500;
    color: #EF7B00;
    text-decoration: underline;
    margin-bottom: 15px;
    text-align: left;
    display: block;
}

.message-pdfon {
    box-shadow: 0px 9px 19px -2px #0000001F;
    background: #FFEFE3;
    border-radius: 42px;
    padding: 20px 40px;
    margin-bottom: 20px;
    text-align: center;
    min-height: 180px;
}

.img-150 {
    max-height: 150px;
}

.message-pdfon .url-pdfon {
    text-align: center;
}

.advantages .p-pdfon {
    color: #B5B5B5;
    font-size: 14px;
    text-align: left;
}

.print-block {
    padding: 20px 85px;
}

.print-cards {
    color: #958383;
    position: relative;
    display: block;
    padding-left: 30px;
    text-decoration: underline;
}

.print-cards::before {
    content: "";
    position: absolute;
    top: 3px;
    left: 0px;
    width: 20px;
    height: 20px;
    background-image: url(../images/icons/print.png);
}

.bannercatalog {
    border: 2px solid #F1F1F1;
    border-radius: 24px;
    padding: 15px 15px 15px 0px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    background-image: url(../images/elementbannercatsc.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bannercatalog .img {
    width: 45%;
    margin-right: 35px;
}

.bannercatalog .img img {
    max-width: 100%;
}


.bannercatalog .title {
    font-family: Montserrat-Medium;
    font-size: 16px;
    color: #5B5B5B;
    margin-bottom: 30px;
    
}

.bannercatalog .contsbancat {
    width: 45%;
}

.bannercatalog .aurl:hover svg path {
    fill: #EE9553;
}


.ec-message-vopros {
    background: #fff;
    border-radius: 45px;
    padding: 20px 30px;
    border: 1px solid #F1F1F1;
}

.ec-message-vopros h4 {
    font-family: 'Montserrat-Bold';
    font-size: 16px;
    color: #3C281E;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.ec-message-vopros p {
    font-family: Montserrat-Regular;
    font-size: 14px;
    color: #5B5B5B;
    margin-bottom: 15px;
}

.ec-message__reply-vopros {
    background: #fff;
    border-left: 5px solid #EF7B00;
    padding-left: 20px;
}

.ec-form input {
    border: 1px solid rgba(0,0,0,.15) !important;
}

.ec-form .ec-error {
    color: red;
    margin-top: 10px;
    display: block;
}

#msOrder h4 {
    font-family: Montserrat-Bold;
    color: #5B5B5B;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
}

.contents .row img {
    width: 100%;
    height: auto;
}

.cat-all {
    color: #EE9553;
    text-decoration: underline;
}

.cat-all:hover {
    color: #EE9553;
    text-decoration: auto;
}

ul.category-list-data {
position: relative;
    width: 100%;
    overflow: hidden;
    max-height: 135px;
    transition: max-height 1s ease 0.1s;
}

ul.category-list-data.active {
    max-height: 1000px;
}

.catalog-text-desct {
    box-shadow: 0px 9px 19px -2px #0000001F;
    border-radius: 20px;
    padding: 30px;
    background: #fff;
}

.block-orders {
    box-shadow: 0px 9px 19px -2px #0000001F;
    border-radius: 20px;
    padding: 20px;
    background: #fff;
    margin-bottom: 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    -ms-flex-align: center!important;
    align-items: center!important;
}

.iconcard {
    width: 80%;
}

.order-infob-dps {
    background: #fff;
    border-radius: 45px;
    padding: 20px 30px;
    margin-top: 20px;
    display: none;
}

.order-infob-dps.active-delivery {
    display: block;
}

.order-infob-dps p {
    font-family: 'Montserrat-Medium';
    color: #5B5B5B;
    font-size: 14px;
}

.block-orders p {
    font-family: Montserrat-Regular;
    font-size: 12px;
    color: #5B5B5B;
}

.foto-droduct img {
    max-width: 100%;
    margin-bottom: 15px;
}

.contents .img-left {
    float: left;
    padding-right: 30px;
}

.contents .img-right {
    float: right;
    padding-left: 30px;
}


.foto-droduct h4 {
    font-family: 'Montserrat-Bold';
    font-size: 14px;
    color: #3C281E;
}

.video-droduct iframe {
    width: 100%;
    margin-bottom: 15px;
}

.video-droduct h4 {
    font-family: 'Montserrat-Bold';
    font-size: 14px;
    color: #3C281E;
}

.ownproduction {
    box-shadow: 0px 9px 19px -2px #0000001F;
    border-radius: 35px;
    padding: 30px 15px;
    background: #fff;
    min-height: 300px;
    margin-bottom: 30px;
}

.ownproduction h2 {
    font-family: 'Montserrat-Bold';
    font-size: 14px;
    color: #434343;
}

.ownproduction a:hover h2 {
    color: #EE9553;
}

.Important {
    border-radius: 20px;
    padding: 20px;
    background: #F3F3F3;
}

.Important h4 {
    font-family: Montserrat-Bold;
    font-size: 16px;
    color: #5B5B5B;
    text-transform: uppercase;
    margin-bottom: 15px;
    position: relative;
    padding-left: 35px;
}

.Important h4::before {
    content: "";
    position: absolute;
    top: -4px;
    left: 0px;
    width: 23px;
    height: 21px;
    background-image: url(../images/vajno.png);
}

.imagesu {
    background-image: url(../images/ownproduction/ellipse.png);
    background-position: center 0;
    background-repeat: no-repeat;
    background-size: contain;
    margin-bottom: 20px;
    text-align: center;
    min-height: 120px;
}

.imagesu img {
    max-height: 120px;
}

.owl-carousel-sp img {
    margin: auto;
}

.sp-row {
    margin-bottom: 20px;
    min-height: 230px;
}

.owl-carousel-sp .owl-prev {
    position: absolute;
    top: 35%;
    left: -30px;
}

.owl-carousel-sp .owl-next {
    position: absolute;
    top: 35%;
    right: -30px;
}

.order-grups {
    background: #fff;
    border: 1px solid #e3e3e3;
    padding: 10px 30px;
    border-radius: 45px;
}

.order-grups label {
    margin: auto;
    font-size: 14px;
    color: #B5B5B5;
}

.order-grups input {
    width: 100%;
    color: #5B5B5B;
    font-size: 16px;
    font-family: 'Montserrat-Medium';
}

.order-grups-coments {
    background: #fff;
    border: 1px solid #e3e3e3;
    padding: 10px 30px;
    border-radius: 45px;
    min-height: 100px;
    width: 100%;
}

.order-deliveries {
    background: #fff;
    border: 1px solid #e3e3e3;
    border-radius: 45px;
    padding: 20px;
    width: 100%;
    font-family: 'Montserrat-Medium';
    color: #5B5B5B;
    font-size: 14px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    min-height: 84px;
}

.order-deliveries img {
    margin-right: 8px;
}

.order-infob {
    background: #fff;
    border-radius: 45px;
    padding: 20px 30px;
    margin-top: 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    display: none;
}

.order-infob p {
    font-family: 'Montserrat-Medium';
    color: #5B5B5B;
    font-size: 14px;
    width: 100%;
}

.inp-delivery:checked+label {
    background: #fff;
    border: 1px solid #EF7B00;
    border-radius: 45px;
    padding: 20px;
}

.inp-delivery {
    display: none;
}

.checkbox-order {
    margin-right: 15px;
    width: 23%;
}

.chexk-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}    

.block-itogo {
    box-shadow: 0px 9px 19px -2px #0000001F;
    border-radius: 20px;
    padding: 20px 20px;
    background: #FFEFE3;
    margin-bottom: 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    -ms-flex-align: center!important;
    align-items: center!important;
}

.block-itogo p {
    font-family: Montserrat-Regular;
    font-size: 12px;
    color: #5B5B5B;
}

.button-100 {
    font-family: 'Montserrat-Bold';
    font-size: 16px;
    color: #fff;
    background: #EF7B00;
    border-radius: 16px;
    padding: 20px 30px;
    display: block;
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
}

.button-100:hover {
    color: #fff;
    background: #9ED075;
}

.itogo-b {
    font-family: 'Montserrat-Bold';
    font-size: 20px;
    color: #EF7B00;
}

.itogo-r {
    font-family: Montserrat-Regular;
    font-size: 16px;
    color: #5B5B5B;
}

.itogo-col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 15px;
}

.count-plus {
    background: #F3F3F3;
    border-radius: 13px;
    padding: 5px;
    margin-top: 20px;
}

.count-plus input {
    font-family: Montserrat-Regular;
    font-size: 16px;
    color: #898989;
    text-align: center;
    background: #F3F3F3;
}

.count-plus .minus{
    font-family: Montserrat-Regular;
    font-size: 26px;
    color: #898989;
    text-align: center;
    padding: 5px 15px;
    cursor: pointer;
}

.count-plus .plus{
    font-family: Montserrat-Regular;
    font-size: 26px;
    color: #898989;
    text-align: center;
    padding: 5px 15px;
    cursor: pointer;
}

.table-responsive .catalod-product {
    box-shadow: 0px 9px 19px -2px #0000001F;
    border-radius: 20px;
    padding: 20px 5px;
    background: #fff;
    margin-bottom: 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.table-responsive .catalod-product .ms2_form {
    display: block;
}

.table-responsive .catalog-button {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-content: flex-end;
    height: 100%;
}

.dostavka-block {
    box-shadow: 0px 9px 9px -2px #0000001F;
    border-radius: 35px;
    padding: 0px 30px 30px 30px;
    background: #F1F1F1;
    min-height: 100%;
    text-align: center;
}

.plays .max-100 {
    bottom: 0px;
    position: absolute;
    left: 0;
}

.dostavka-block img {
    height: 200px;
    margin-bottom: 20px;
}

.dostavka-block h2 {
    font-family: Montserrat-Bold;
    color: #5B5B5B;
    font-size: 20px;
    font-weight: 700;
    text-align: left;
    margin-bottom: 15px;
}

.dostavka-block-2 {
    box-shadow: 0px 9px 9px -2px #0000001F;
    border-radius: 35px;
    padding: 30px;
    background: #F1F1F1;
    margin-bottom: 30px;
    text-align: center;
}

.dostavka-block-2 img {
    height: 200px;
    margin-bottom: 20px;
}

.dostavka-block-2 h2 {
    font-family: Montserrat-Bold;
    color: #5B5B5B;
    font-size: 20px;
    font-weight: 700;
    text-align: left;
    margin-bottom: 15px;
}

.section-page-bg-vozv {
    background: #F1F1F1;
    margin-bottom: 70px;
}

.section-page-bg-vozv .cont-dos {
    padding: 40px 0;
}

.cont-dos img {
    max-width: 100%;
}

.plays-urls {
    box-shadow: 0px 9px 9px -2px #0000001F;
    border-radius: 35px;
    padding: 0px 15px 0px 15px;
    background: #F1F1F1;
    margin-top: 30px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
}

.plays-urls a {
    font-family: Montserrat-Regular;
    font-size: 16px;
    color: #5B5B5B;
    margin-left: 60px;
    max-width: 60%;
}

.plays-urls img {
    transform: rotate(350deg);
}

.cont-dos {
    text-align: left;
}

.cont-dos h2 {
    font-family: Montserrat-Bold;
    color: #5B5B5B;
    font-size: 20px;
    font-weight: 700;
    text-align: left;
    margin-bottom: 15px;
}

.cont-dos h3 {
    font-family: Montserrat-Bold;
    color: #5B5B5B;
    font-size: 20px;
    font-weight: 700;
    text-align: left;
    margin-bottom: 15px;
}

.cont-dos strong {
    font-family: Montserrat-Bold;
    color: #5B5B5B;
    font-weight: 700;
}

.cont-dos p {
    font-family: Montserrat-Regular;
    font-size: 16px;
    color: #5B5B5B;
    margin-bottom: 15px;
    line-height: 1.2;
}

.cont-dos ol {
    padding-left: 20px;
    margin-bottom: 15px;
}

.cont-dos ol li {
    list-style: decimal;
}

.cont-dos ul {
    padding-left: 20px;
    margin-bottom: 15px;
}

.cont-dos ul li {
    list-style: disc;
}

.max-100 {
    max-width: 100%;
}

.tehhar {
    margin-bottom: 10px;
}

.row-tehhar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.col-tehhar {
    background: #F8E8D6;
    padding: 10px 20px;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin-right: 15px;
    font-family: Montserrat-Bold;
    color: #5B5B5B;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}

.col-tehhar2 {
    background: #F8E8D6;
    padding: 10px 20px;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin-right: 15px;
    font-family: Montserrat-Bold;
    color: #5B5B5B;
    font-size: 14px;
    font-weight: 700;
}

.tehhar:nth-child(2n) .col-tehhar {
   background: #F1F1F1; 
}

.tehhar:nth-child(2n) .col-tehhar2 {
   background: #F1F1F1; 
}

.url-about {
    font-family: Montserrat-Medium;
    font-size: 14px;
    color: #5B5B5B;
}

.servis-block img {
    margin-bottom: 20px;
}

.servis-block-new img {
    margin-bottom: 20px;
}

.servis-block-new p {
    font-family: Montserrat-Regular;
    font-size: 16px;
    color: #5B5B5B;
    margin-bottom: 15px;
    line-height: 1.2;
}

.url-about:hover {
    color: #EE9553;
} 

.footer .footer-ico {
    display: inline-block;
    padding: 0px 15px 10px 0px;
}

.cat-menu-l2 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center!important;
    align-items: center!important;
    justify-content: flex-start;
}

.cat-menu-l2 span {
    width: 90%;
    padding-left: 10px;
}

.url-about:hover svg path {
    fill: #EE9553;
}

.section-plays {
    background-image: url(../images/oplata/bgpay.jpg);
    background-position: center 0;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 20px 0 200px 0;
}

.plays {
    box-shadow: 0px 9px 9px -2px #0000001F;
    border-radius: 35px;
    padding: 30px 30px 0px 30px;
    background: #F1F1F1;
    height: 472px;
    text-align: center;
    position: relative;
}

.plays h2 {
    font-family: Montserrat-Bold;
    color: #5B5B5B;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 25px;
}

.h-100 {
    height: 100%;
}

.plays-2 {
    box-shadow: 0px 9px 9px -2px #0000001F;
    border-radius: 35px;
    background: #F1F1F1;
    position: relative;
    padding: 20px 20px 20px 0px;
    height: 100%;
}

.plays-2 h2 {
    font-family: Montserrat-Bold;
    color: #5B5B5B;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 25px;
}

.section-plays h1 {
    font-family: Montserrat-Bold;
    color: #5B5B5B;
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 15px;
    padding-top: 120px;
}

.section-dost {
    background-image: url(../images/dostavka/banner-dos.jpg);
    background-position: center 0;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 20px 0 200px 0;
}

.section-dost h1 {
    font-family: Montserrat-Bold;
    color: #5B5B5B;
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 15px;
    padding-top: 120px;
}

.section-servis {
    background-image: url(../images/servise/banner-serv.jpg);
    background-position: center 0;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 20px 0 200px 0;
}

.section-servis h1 {
    font-family: Montserrat-Bold;
    color: #5B5B5B;
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 15px;
    padding-top: 120px;
}

.section-servis p {
    font-family: Montserrat-Medium;
    font-size: 20px;
    color: #5B5B5B;
    margin-bottom: 20px;
    padding-left: 80px;
    position: relative;
}

.section-servis p::before {
    background-color: #EE9553;
    top: 15px;
    content: "";
    height: 7px;
    left: 0;
    position: absolute;
    right: 0;
    width: 60px;
}


.section-onas {
    background-image: url(../images/company/banners.jpg);
    background-position: center 0;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 20px 0 200px 0;
}

.section-onas h1 {
    font-family: Montserrat-Bold;
    color: #5B5B5B;
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 15px;
    padding-top: 120px;
}

.section-onas p {
    font-family: Montserrat-Medium;
    font-size: 20px;
    color: #5B5B5B;
    margin-bottom: 20px;
    padding-left: 80px;
    position: relative;
}

.section-onas p::before {
    background-color: #EE9553;
    top: 15px;
    content: "";
    height: 7px;
    left: 0;
    position: absolute;
    right: 0;
    width: 60px;
}

.servis-block-new {
    box-shadow: 0px 9px 19px -2px #0000001F;
    border-radius: 35px;
    padding: 20px;
    background: #fff;
    margin-bottom: 30px;
    word-wrap: break-word;
}

.servis-block {
    box-shadow: 0px 9px 19px -2px #0000001F;
    border-radius: 35px;
    padding: 30px;
    background: #fff;
    margin-bottom: 30px;
}

.servis-block h2 {
    font-family: Montserrat-Bold;
    color: #5B5B5B;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 15px;
}

.servis-block p {
    font-family: Montserrat-Regular;
    font-size: 16px;
    color: #5B5B5B;
    margin-bottom: 15px;
    line-height: 1.2;
}

.servis-block-l {
    box-shadow: 0px 9px 19px -2px #0000001F;
    border-radius: 35px;
    background: #fff;
    margin-bottom: 30px;
}

.servis-block-l img {
    border-radius: 0px 35px 35px 0px;
    width: 100%;
}

.s-l-p {
    padding: 30px;
}

.servis-block-l h2 {
    font-family: Montserrat-Bold;
    color: #5B5B5B;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 15px;
}

.servis-block-l p {
    font-family: Montserrat-Regular;
    font-size: 16px;
    color: #5B5B5B;
    margin-bottom: 15px;
    line-height: 1.2;
}

.about-block {
    position: relative;
    padding-right: 250px;
    width: 100%;
    margin-bottom: 35px;
}

.advantages-fri {
    box-shadow: 0px 9px 19px -2px #0000001F;
    border-radius: 42px;
    padding: 20px;
    margin-bottom: 20px;
    text-align: center;
    min-height: 380px;
    background: #F2F2F2;
}

.advantages-fri p {
    font-family: Montserrat-Medium;
    font-size: 16px;
    color: #5B5B5B;
    line-height: 1.2;
    width: 100%;
    margin-bottom: 20px;
}

.svez {
    box-shadow: 0px 9px 19px -2px #0000001F;
    border-radius: 35px;
    padding: 20px;
    background: #FFEFE3;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-align: center!important;
    align-items: center!important;
    min-height: 201px;
    margin-bottom: 20px;
}

.svez p {
    font-family: Montserrat-Bold;
    color: #5B5B5B;
    font-size: 16px;
    font-weight: 700;
}

.svez p a {
    font-family: Montserrat-Bold;
    color: #5B5B5B;
    font-size: 16px;
    font-weight: 700;
}

.svez div {
    padding-left: 25px;
}

.svez img {
    max-width: 180px;
    max-height: 140px;
}

.advantages-background-ser {
    padding: 40px 0;
    background: linear-gradient(to bottom, #F1F1F1 70%, #EF7B00 30%);
}

.advantages-background-ser .advantages p {
    font-family: Montserrat-Medium;
    font-size: 14px;
    color: #5B5B5B;
    line-height: 1.2;
    width: 100%;
}

.advantages-background-ser .advantages {
    padding: 20px 15px;
    min-height: 260px;
    display: block;
}

.advantages-background-ser .advantages img {
    margin: auto;
    margin-bottom: 20px;
    height: 60px;
}

.advantages-background {
    padding: 40px 0;
    background: linear-gradient(to bottom, #fff 80%, #EF7B00 20%);
}

.advantages-background .container {
    background-image: url(../images/advantages/bg-adva.png);
    background-position: right top;
    background-repeat: no-repeat;
}

.about {
    background-image: url(../images/advantages/bg-onas.png);
    background-position: center;
    background-repeat: no-repeat; 
}

.advantages {
    box-shadow: 0px 9px 19px -2px #0000001F;
    border-radius: 42px;
    padding: 20px 40px;
    margin-bottom: 20px;
    text-align: center;
    min-height: 180px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center!important;
    align-items: center!important;
    background: #ffffff;
}

.advantages img {
    margin: auto;
}

.advantages p {
    font-family: Montserrat-Medium;
    font-size: 16px;
    color: #5B5B5B;
    line-height: 1.2;
    width: 100%;
}

.num-about {
    font-family: Montserrat-Bold;
    color: #EF7B00;
    font-size: 92px;
    font-weight: 700;
    padding-left: 40px;
}

.about .num-about p {
    font-family: Montserrat-Medium;
    font-size: 16px;
    color: #5B5B5B;
    text-align: left;
}

.about-block::after {
    content: url(../images/onas/onas.png);
    right: 0px;
    top: 0px;
    position: absolute;
}

.h1-about {
    font-family: Montserrat-Bold;
    color: #EF7B00;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 25px;
}

.about p {
    font-family: Montserrat-Regular;
    font-size: 14px;
    color: #5B5B5B;
    margin-bottom: 15px;
    text-align: justify;
    line-height: 1.2;
}

.catalog-menus {
    width: 100%;
    box-shadow: 0px 9px 19px -2px #0000001F;
    border-radius: 25px;
    padding: 30px;
    background: #fff;
    height: 690px;
    overflow-y: scroll
}

.catalog-menus h2 a {
    font-family: Montserrat-Bold;
    color: #434343;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
}

.catalog-menus h3 a {
    font-family: Montserrat-Bold;
    color: #434343;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 1.2;
}

.catalog-menus ul li {
    margin-bottom: 10px;
 }

.catalog-menus ul li a {
    font-family: Montserrat-Regular;
    font-size: 14px;
    color: #434343;
}
 
.catalog-menus ul li a:hover {
    color: #EF7B00;
}

.catalog-menus {
    display: none;
}

.catalog-menus.is-active {
    display: block;
}

.wrapper {
    width: 400px;
    height: 225px;
}
.exmpl {
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
.exmpl img {
    height: 100%;
    width: auto;
}

textarea {
  outline: none;
}

/* textarea:focus, input:focus {
  border-color: transparent !important;
} */

input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; }
input:focus::-moz-placeholder { color:transparent; }
input:focus:-ms-input-placeholder { color:transparent; }

textarea:focus::-webkit-input-placeholder { color:transparent; }
textarea:focus:-moz-placeholder { color:transparent; }
textarea:focus::-moz-placeholder { color:transparent; }
textarea:focus:-ms-input-placeholder { color:transparent; }

/* ------------------------------------ */
button {
	outline: none !important;
	border: none;
	background: transparent;
}

button:hover {
	cursor: pointer;
}

iframe {
	border: none !important;
}

#sync1 .syn1 {
    max-width: 100%;
}

#sync2 .syn2 {
    max-width: 100%;
}

#sync2 .owl-item  {
    display: flex;
    align-items: center;
    text-align: center;
    height: 120px;
}

/* для элемента input c type="checkbox" */
.custom-checkbox>input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

/* для элемента label, связанного с .custom-checkbox */
.custom-checkbox>span {
  display: inline-flex;
  align-items: center;
  user-select: none;
  width: 93%;
}

/* создание в label псевдоэлемента before со следующими стилями */
.custom-checkbox>span::before {
  content: '';
  display: inline-block;
  width: 21px;
  height: 21px;
  flex-shrink: 0;
  flex-grow: 0;
  border: 1px solid #adb5bd;
  border-radius: 0.25em;
  margin-right: 15px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

/* стили при наведении курсора на checkbox */
.custom-checkbox>input:not(:disabled):not(:checked)+span:hover::before {
  border-color: #b3d7ff;
}

/* стили для активного чекбокса (при нажатии на него) */
.custom-checkbox>input:not(:disabled):active+span::before {
  background-color: #b3d7ff;
  border-color: #b3d7ff;
}

/* стили для чекбокса, находящегося в фокусе */
.custom-checkbox>input:focus+span::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* стили для чекбокса, находящегося в фокусе и не находящегося в состоянии checked */
.custom-checkbox>input:focus:not(:checked)+span::before {
  border-color: #80bdff;
}

/* стили для чекбокса, находящегося в состоянии checked */
.custom-checkbox>input:checked+span::before {
  border-color: #EF7B00;
  background-color: #EF7B00;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}

/* стили для чекбокса, находящегося в состоянии disabled */
.custom-checkbox>input:disabled+span::before {
  background-color: #e9ecef;
}

.b-breadcrumbs {
    position: relative;
    z-index: 5;
    margin-bottom: 15px;
}

.b-breadcrumbs__inner {
    margin: 0 auto;
}

.b-breadcrumbs__list {
    display: flex;
    flex-wrap: wrap;
}

.b-breadcrumbs__text {
    font-family: Montserrat-Regular;
    color: #9F9E9D;
    font-size: 14px;
}

a:hover .b-breadcrumbs__text {
    font-family: Montserrat-Regular;
    color: #EF7B00;
    font-size: 14px;
}

.b-breadcrumbs__item:not(:last-child)::after {
    display: inline-block;
    padding: 0 10px 0 5px;
    content: '\0276F';
    color: #9F9E9D;
    font-size: 14px;
}

/* ------------------------------------ */
.container {
	max-width: 1500px;
}

.contents blockquote {
    font-family: Montserrat-Regular;
    font-size: 14px;
    color: #5B5B5B;
    background-color: #F3F3F3;
    border-left: 5px solid #EF7B00;
    padding: 1ch 2.5ch;
    margin: 2ch 0;
}

.contents {
    font-family: Montserrat-Regular;
    font-size: 14px;
    color: #5B5B5B;
    margin-bottom: 15px;
}

.contents b {
    font-family: Montserrat-Bold;
    font-size: 14px;
    color: #5B5B5B;
}

.contents p {
    font-family: Montserrat-Regular;
    font-size: 14px;
    color: #5B5B5B;
    margin-bottom: 15px;
}

.contents h2 {
    font-family: Montserrat-Bold;
    font-size: 20px;
    color: #5B5B5B;
    margin-bottom: 15px;
}

.contents img {
    max-width: 100%;
}

.contents iframe {
   max-width: 100%; 
}

.contents ol {
    padding-left: 20px;
    margin-bottom: 15px;
}

.contents ol li {
    list-style: decimal;
}

.contents ul {
    padding-left: 20px;
    margin-bottom: 15px;
}

.contents ul li {
    list-style-image: url(../images/marker.png);
}

.contents h3 {
    font-family: Montserrat-Bold;
    font-size: 16px;
    color: #5B5B5B;
    margin-bottom: 15px;
}

.product-tabs .nav-tabs {
    border-bottom: none;
    justify-content: center;
    margin-bottom: 40px;
}

.product-tabs .nav-tabs .nav-link {
    font-family: 'Montserrat-Bold';
    font-size: 16px;
    color: #3C281E;
    border: none;
    border-bottom: 1px solid #BEC4C6;
}

.product-tabs .nav-tabs .nav-link.active {
    color: #EF7B00;
    border: none;
    border-bottom: 3px solid #EF7B00;
}

.product-tabs .nav-link {
    display: block;
    padding: 0 15px 10px 15px;
}

.article {
    font-family: Montserrat-Regular;
    font-size: 12px;
    color: #958383;
    margin-bottom: 10px;
}

.detal-price {
    font-family: 'Montserrat-Bold';
    font-size: 20px;
    color: #5B5B5B;
}

.old_price {
    font-family: Montserrat-Regular;
    font-size: 16px;
    color: #958383;
    text-decoration: line-through;
    padding-left: 20px;
}

.catalod-product .old_price {
    display: block;
}

.skidca {
    font-family: 'Montserrat-Bold';
    font-size: 16px;
    color: #5B5B5B;
    position: relative;
}

.skidca span {
    color: #EF7B00;
    position: relative;
    padding-left: 18px;
}

.skidca span::before {
    content: "";
    position: absolute;
    top: 1px;
    left: 0px;
    width: 14px;
    height: 14px;
    background-image: url(../images/icons/product/acts.svg);
}

.button-gray {
    font-family: 'Montserrat-Medium';
    font-size: 16px;
    color: #958383;
    border: 1px solid #958383;
    padding: 10px 20px;
    border-radius: 12px;
    display: block;
    margin: 15px 0;
    text-align: center;
    max-width: 200px;
}

.button-gray:hover {
    color: #fff;
    border: 1px solid #EF7B00;
    background: #EF7B00;
}

.button-gray-ot {
    font-family: 'Montserrat-Medium';
    font-size: 16px;
    color: #958383;
    border: 1px solid #958383;
    padding: 10px 20px;
    border-radius: 12px;
    display: none;
    margin: 15px 0;
    text-align: center;
    max-width: 200px;
}

.button-gray-ot:hover {
    color: #fff;
    border: 1px solid #EF7B00;
    background: #EF7B00;
}

.signature {
    font-family: Montserrat-Regular;
    font-size: 12px;
    color: #958383;
}

.resw {
    font-family: 'Montserrat-Bold';
    font-size: 16px;
    color: #5B5B5B;
    position: relative;
    text-transform: uppercase;
}

.resw span {
    color: #EF7B00;
}

.product-article-b {
    background: #FFEFE3;
    padding: 15px;
    border-radius: 12px;
    margin-bottom: 15px;
}

.product-resw-b {
    background: #F3F3F3;
    padding: 15px 85px 15px 15px;
    border-radius: 12px;
    margin-bottom: 15px;
    background-image: url(../images/icons/product/bg-resw.png);
    background-position: bottom right;
    background-repeat: no-repeat;
}

.product-docs-b span {
    width: 80%;
}

.product-docs-b li a {
    border-bottom: 1px solid #DFDEDE;
    padding: 10px 0;
    margin-bottom: 10px;
}

.product-docs-b li:last-child {
    border-bottom: none;
    padding: 10px 0 0 0;
    margin-bottom: 0px;
}

.serv-b {
    font-family: 'Montserrat-Bold';
    font-size: 16px;
    color: #5B5B5B; 
}

.url-serv {
    font-family: 'Montserrat-Bold';
    font-size: 16px;
    color: #5B5B5B; 
}

.url-serv:hover {
    color: #EF7B00; 
}

.product-docs-b li a {
    font-family: 'Montserrat-Medium';
    font-size: 14px;
    color: #5B5B5B;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    -ms-flex-align: center!important;
    align-items: center!important;
    width: 100%;
}



.product-docs-b li a:hover {
    color: #EF7B00;
}

.product-docs-b {
    background: #F3F3F3;
    padding: 15px;
    border-radius: 12px;
    margin-bottom: 15px;
}

.product-serv-b {
    background: #F3F3F3;
    padding: 15px;
    border-radius: 12px;
    margin-bottom: 15px;
    background-image: url(../images/icons/product/ser-bg.png);
    background-position: bottom right;
    background-repeat: no-repeat;
}

.product-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
}

.stoc {
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
    margin-bottom: 30px;
}

.product-viber {
    position: relative;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
    padding-left: 30px;
    margin-bottom: 30px;
}

.product-viber::before {
    content: "";
    position: absolute;
    top: 5px;
    left: 0px;
    width: 24px;
    height: 27px;
    background-image: url(../images/icons/viber-p.svg);
}

.p-time {
    position: relative;
    font-family: 'Montserrat-Bold';
    font-size: 16px;
    color: #5B5B5B;
    margin-bottom: 20px;
    padding-left: 35px;
    width: 100%;
}

.p-time::before {
    content: "";
    position: absolute;
    top: 2px;
    left: 0px;
    width: 20px;
    height: 20px;
    background-image: url(../images/icons/product/time.png);
}

.p-dostavka {
    position: relative;
    margin-bottom: 20px;
    padding-left: 35px;
    width: 100%;
}

.p-dostavka::before {
    content: "";
    position: absolute;
    top: 3px;
    left: 0px;
    width: 23px;
    height: 20px;
    background-image: url(../images/icons/product/dostavka.png);
}

.p-time span {
    color: #EF7B00;
}

.p-dostavka p {
    font-family: 'Montserrat-Bold';
    font-size: 16px;
    color: #5B5B5B;
}

.p-dostavka span {
    color: #EF7B00;
}

.p-dostavka .recuva {
    font-family: Montserrat-Regular;
    font-size: 14px;
    color: #958383;
}

.p-oplata {
    position: relative;
    margin-bottom: 20px;
    padding-left: 35px;
    width: 100%;
}

.p-oplata::before {
    content: "";
    position: absolute;
    top: 3px;
    left: 0px;
    width: 21px;
    height: 22px;
    background-image: url(../images/icons/product/oplata.png);
}

.p-oplata p {
    font-family: 'Montserrat-Bold';
    font-size: 16px;
    color: #5B5B5B;
}

.p-oplata .recuva {
    font-family: Montserrat-Regular;
    font-size: 14px;
    color: #958383;
}

.p-garant {
    position: relative;
    margin-bottom: 20px;
    padding-left: 35px;
    width: 100%;
}

.p-garant::before {
    content: "";
    position: absolute;
    top: 3px;
    left: 0px;
    width: 18px;
    height: 23px;
    background-image: url(../images/icons/product/garant.png);
}

.p-garant p {
    font-family: 'Montserrat-Bold';
    font-size: 16px;
    color: #5B5B5B;
}

.p-garant .recuva {
    font-family: Montserrat-Regular;
    font-size: 14px;
    color: #958383;
}

.p-servise {
    position: relative;
    margin-bottom: 50px;
    padding-left: 35px;
    width: 100%;
}

.p-servise::before {
    content: "";
    position: absolute;
    top: 3px;
    left: 0px;
    width: 21px;
    height: 21px;
    background-image: url(../images/icons/product/servis.png);
}

.p-servise p {
    font-family: 'Montserrat-Bold';
    font-size: 16px;
    color: #5B5B5B;
}

.p-servise .recuva {
    font-family: Montserrat-Regular;
    font-size: 14px;
    color: #958383;
}

.p-url-ico {
    font-family: 'Montserrat-Medium';
    font-size: 14px;
    color: #5B5B5B;
    text-decoration: underline;
}

.p-url-ico:hover {
    color: #EF7B00;
}

.p-url-ico:hover path {
    fill: #EF7B00;
}

.stoc p {
    font-family: 'Montserrat-Bold';
    font-size: 20px;
    color: #5B5B5B;
    text-transform: uppercase;
}

.stoc a {
    font-family: 'Montserrat-Bold';
    font-size: 14px;
    color: #EF7B00;
    text-decoration: underline;
}

.product-viber p {
    font-family: 'Montserrat-Bold';
    font-size: 14px;
    color: #5B5B5B;
}

.product-viber span {
    font-family: Montserrat-Regular;
    font-size: 12px;
    color: #958383;
    display: block;
}

.brends {
    font-family: Montserrat-Regular;
    font-size: 14px;
    color: #B5B5B5;
    display: block;
    text-align: right;
}

.title-page-str {
    font-family: Montserrat-Bold;
    color: #5B5B5B;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 25px;
    position: relative;
}

.title-page-str-t {
    font-family: Montserrat-Bold;
    color: #5B5B5B;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 25px;
    position: relative;
}

.select-sort {
    padding: 15px;
    border-radius: 10px;
    border: 1px solid #E0E0E0;
    color: #434343;
    font-family: Montserrat-Regular;
    font-size: 16px;
    margin-bottom: 30px;
    width: 100%;
    appearance: none;
    -webkit-appearance: none; /* Safari и Chrome */
    -moz-appearance: none; /* Mozilla */
    -ms-appearance: none; /* IE */
    background-image: url("data:image/svg+xml,<svg height='15px' width='15px' viewBox='0 0 16 16' fill='%434343' xmlns='http://www.w3.org/2000/svg'><path d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/></svg>");
    background-repeat: no-repeat;
    background-color: #fff;
    background-position: calc(100% - 15px) center;
    outline: none;
    cursor: pointer;
}

.filters h4 {
    font-family: 'Montserrat-Bold';
    font-size: 16px;
    color: #3C281E;
    margin-bottom: 15px;
}

.filter-submit {
    font-family: 'Montserrat-Bold';
    font-size: 16px;
    color: #fff;
    background: #EF7B00;
    border-radius: 16px;
    padding: 15px 30px;
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
}

.filter-reset {
    font-family: 'Montserrat-Bold';
    font-size: 16px;
    color: #958383;
    border-radius: 16px;
    padding: 15px 30px;
    display: inline-block;
    width: 100%;
    border: 1px solid #958383;
}

.filters fieldset {
    border-bottom: 1px solid #E0E0E0;
    padding-bottom: 10px;
    margin-bottom: 25px;
}

.filters label {
    font-family: Montserrat-Regular;
    font-size: 14px;
    color: #434343;
    width: 100%;
}

.product-detal {
    box-shadow: 0px 9px 19px -2px #0000001F;
    border-radius: 20px;
    padding: 30px;
    background: #fff;
}

.conts-form {
    box-shadow: 0px 9px 19px -2px #0000001F;
    border-radius: 20px;
    padding: 0px 50px;
    background: #F3F3F3;
}

.conts-form img {
    max-width: 100%;
}

.conts-form h4 {
    font-family: 'Montserrat-Bold';
    font-size: 24px;
    color: #5B5B5B;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.conts-form p {
    color: #5B5B5B;
    font-size: 20px;
    line-height: 1.2;
    font-family: 'Montserrat-Medium';
    margin-bottom: 15px;
}

.conts-form spam {
    font-family: Montserrat-Regular;
    font-size: 14px;
    color: #958383;
    display: block;
    padding: 15px 0;
}

.product-tabs {
    box-shadow: 0px 9px 19px -2px #0000001F;
    border-radius: 20px;
    padding: 30px 50px;
    background: #fff;
}

.filters {
    box-shadow: 0px 9px 19px -2px #0000001F;
    border-radius: 20px;
    padding: 30px;
    background: #fff;
}

.results {
    box-shadow: 0px 9px 19px -2px #0000001F;
    border-radius: 20px;
    padding: 30px;
    background: #fff;
}

.catalod-product {
    box-shadow: 0px 9px 19px -2px #0000001F;
    border-radius: 20px;
    padding: 20px 5px;
    background: #fff;
    margin-bottom: 20px;
}

.catalod-product h2 {
    font-family: 'Montserrat-Bold';
    font-size: 16px;
    color: #5B5B5B;
    margin-bottom: 15px;
}

.catalod-product p {
    font-family: Montserrat-Regular;
    font-size: 14px;
    color: #898989;
    margin-bottom: 15px;
}

.catalod-product .ms2_form {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.catalog-button {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-content: space-between;
    height: 100%;
}

.catalod-product .price {
    font-family: 'Montserrat-Bold';
    font-size: 20px;
    width: 100%;
    text-align: right;
    color: #EF7B00;
}

.marker {
    font-family: 'Montserrat-Bold';
    font-size: 14px;
    color: #EF7B00;
    border: 1px solid;
    padding: 10px 15px;
    margin-right: 10px;
    margin-bottom: 20px;
    display: inline-block;
    border-radius: 10px;
}

.mini-card .title {
    width: 100%;
}

.catalod-product .mini-card-button {
    margin-right: 10px;
}

.catalod-product-img {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}

.catalod-product img {
    max-width: 100%;
    max-height: 250px;
    margin: auto;
}

.title-page-sob-pro {
    font-family: Montserrat-Bold;
    color: #5B5B5B;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 45px;
    position: relative;
    line-height: 1.4;
}

.section-page-rel {
    padding: 40px 0 0 0;
    position: relative;
    bottom: 80px;
    z-index: 2;
}

.section-page-p-rel {
    padding: 0 0 40px 0;
}

.banner-category a:hover h3 {
    color: #EE9553;
}

.banner-category h3 {
    font-family: 'Montserrat-Bold';
    font-size: 16px;
    color: #000000;
}

.banner-category {
    box-shadow: 0px 9px 19px -2px #0000001F;
    border-radius: 35px;
    padding: 30px;
    text-align: center;
    background: #fff;
}

.banner-misia {
    box-shadow: 0px 9px 19px -2px #0000001F;
    border-radius: 35px;
    padding: 30px 60px;
    background: #fff;
}

.section-page-banner .owl-carousel .owl-prev {
    position: relative;
    top: 0;
    left: auto;
    display: block !important;
    border: 0px solid black;
}

.section-page-banner .owl-carousel .owl-next {
    position: relative;
    top: 0;
    right: auto;
}

.section-page-banner .owl-dots .owl-dot {
    display: block;
    zoom: 1;
}

.section-page-banner .owl-dots {
    position: absolute;
    bottom: 100px;
    right: 15px;
    z-index: 9;
}

.phones {
    position: relative;
}

.phones::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 10px;
    width: 18px;
    height: 22px;
    background-image: url(../images/icons/phones.svg);
}

.section-page-banner .owl-dots .owl-dot.active span, .section-page-banner .owl-dots .owl-dot:hover span {
    background: #9ED075;
}

.section-page-banner .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}

.section-page-banner .owl-dots .owl-dot span {
    width: 13px;
    height: 13px;
    margin: 15px 7px;
}

.section-page-banner .owl-carousel .owl-nav {
    position: absolute;
    width: 100%;
    bottom: 110px;
    right: 150px;
    height: 70px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
}

.section-page-banner .owl-carousel .owl-nav button.owl-next {
    width: 60px;
    font-size: 32px;
    border: 1px solid #fff;
    border-radius: 50%;
    background: #fff;
}

.section-page-banner .owl-carousel .owl-nav button.owl-next span {
    color: #707070;
}

.section-page-banner .owl-carousel .owl-nav button.owl-prev {
    width: 60px;
    font-size: 32px;
    border: 1px solid #fff;
    border-radius: 50%;
    background: #fff;
}

.section-page-banner .owl-carousel .owl-nav button.owl-prev span {
    color: #707070;
}

#sync1 .owl-nav button.owl-next {
    width: 58px;
    font-size: 32px;
    border: 1px solid #EEEAEA;
    border-radius: 50%;
    background: #EEEAEA;
    color: #707070;
}

#sync1 .owl-nav button.owl-prev {
    width: 58px;
    font-size: 32px;
    border: 1px solid #EEEAEA;
    border-radius: 50%;
    background: #EEEAEA;
    color: #707070;
}

#sync1 .owl-nav button.owl-next:hover {
    border: 1px solid #97CD6B;
    background: #97CD6B;
}

#sync1 .owl-nav button.owl-prev:hover {
    border: 1px solid #97CD6B;
    background: #97CD6B;
}

#sync1 .owl-nav button.owl-next svg {
    position: relative;
    top: -2px;
    left: 1px;  
}

#sync1 .owl-nav button.owl-prev svg {
    position: relative;
    top: -2px;
    right: 1px;
}

#sync1 .owl-stage {
  display: flex;
  align-items: center;
  text-align: center;
}

#sync2 .owl-stage {
  display: flex;
  align-items: center;
  text-align: center;
}

#sync2 .owl-item {
    border: 1px solid #C9C9C9;
    border-radius: 15px;
    padding: 10px;
}

#sync2 .owl-item.current {
    border: 1px solid #EF7B00;
}

#sync2.owl-theme .owl-nav [class*=owl-] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #fff;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
}

#sync2.owl-theme .owl-nav [class*=owl-]:hover {
    background: #FFF;
    text-decoration: none;
    border: none;
}

#sync2 .owl-next {
    position: absolute;
    top: 40%;
    right: 20px;
    display: block !important;
    border: 0px solid black;
}

#sync2 .owl-prev {
    position: absolute;
    top: 40%;
    left: 20px;
    display: block !important;
    border: 0px solid black;
}

#sync1 .owl-next {
    position: absolute;
    top: 40%;
    right: 0px;
    display: block !important;
    border: 0px solid black;
}

#sync1 .owl-prev {
    position: absolute;
    top: 40%;
    left: 0px;
    display: block !important;
    border: 0px solid black;
}

.section-page-banner .owl-carousel .owl-nav button.owl-next:hover {
    width: 58px;
    font-size: 32px;
    border: 1px solid #9ED075;
    border-radius: 50%;
    background: #9ED075;
}

.section-page-banner .owl-carousel .owl-nav button.owl-prev:hover {
    width: 60px;
    font-size: 32px;
    border: 1px solid #9ED075;
    border-radius: 50%;
    background: #9ED075;
}

.button {
    font-family: 'Montserrat-Bold';
    font-size: 16px;
    color: #fff;
    background: #EF7B00;
    border-radius: 16px;
    padding: 20px 30px;
    display: inline-block;
}

.button:hover {
    font-family: 'Montserrat-Bold';
    font-size: 16px;
    color: #fff;
    background: #EF7B00;
    border-radius: 16px;
    padding: 20px 30px;
    display: inline-block;
}

.owl-carousel-banner {
    background-image: url(../images/banner/banner-bg.png);
    background-position: center 0;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 10px;
}

.owl-carousel-banner .owl-stage-outer {
    margin: 0px;
    padding: 0px;
    min-height: 500px;
}

.owl-theme .owl-nav.disabled {
    display: none;
}

.owl-carousel-banner.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel-banner .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none;
}

.owl-carousel-banner .owl-item, .owl-carousel-banner .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
}

.owl-carousel-banner, .owl-carousel-banner .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative;
}

.owl-carousel-banner .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0,0,0);
}

.owl-carousel-banner .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
}





#sync1 .owl-stage-outer {
    margin: 0px;
    padding: 0px;
}

#sync1.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#sync1 .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none;
}

#sync1 .owl-item, #sync1 .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
}

#sync1, #sync1 .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative;
}

#sync1 .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0,0,0);
}

#sync1 .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
}

#sync2 {
    padding: 0 80px;
}

#sync2 .owl-item {
    margin-left: 5px;
}

#sync2 .owl-stage-outer {
    margin: 0px;
    padding: 0px;
}

#sync2.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#sync2 .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none;
}

#sync2 .owl-item, #sync2 .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
}

#sync2, #sync2 .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative;
}

#sync2 .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0,0,0);
}

#sync2 .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
}


.search .input-group {
    border: 1px solid #A9A9A9;
    border-radius: 46px;
    padding: 8px;
}

.search .input-group input {
    border-radius: 46px;
}

.search .search-header {
    color: #A9A9A9;
    padding: 5px 10px 0px 10px;
}

.header1 .icon {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center!important;
    align-items: center!important;
    justify-content: center;
}

.header1 .icon .button-cards {
    margin-right: 10px;
}

.ec-message-otziv {
    background: #fff;
    border-radius: 45px;
    padding: 20px 30px;
    border: 1px solid #F1F1F1;
}

.reviews-fz.ec-message-otziv p {
    height: 168px;
    overflow: hidden;
}

.reviews-fz.ec-message-otziv p.active{
    height: auto;
}

.reviews-fz {
    background: #fff;
    border-radius: 42px;
    padding: 25px;
    margin-bottom: 20px;
    min-height: 370px;
}

.reviews-fz h3 {
    font-family: Montserrat-Bold;
    font-size: 16px;
    color: #5B5B5B;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.reviews-fz a {
    font-family: Montserrat-Medium;
    font-size: 14px;
    color: #5B5B5B;
    text-decoration: underline;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center!important;
    align-items: center!important;
    justify-content: space-between;
}

.reviews-fz a:hover {
    color: #EE9553;
}

.reviews-fz a:hover svg path {
    fill: #EE9553;
}

.reviews-fz span {
    font-family: Montserrat-Bold;
    font-size: 14px;
    color: #5B5B5B;
    margin-bottom: 10px;
    display: block;
}

.reviews-fz p {
    font-family: Montserrat-Regular;
    font-size: 14px;
    color: #5B5B5B;
    margin-bottom: 25px;
    text-align: justify;
    line-height: 1.2;
}

.reviews-jr {
    background: #fff;
    border-radius: 42px;
    margin-bottom: 20px;
}

.reviews-jr img {
    border-radius: 42px;
    width: 100%;
}


.reviews .nav-tabs .nav-link.active {
    font-family: Montserrat-Bold;
    font-size: 20px;
    color: #fff;
    background-color: #EF7B00;
    border-color: #EF7B00 #EF7B00 #EF7B00;
    padding: 18px 45px;
}

.reviews .nav-tabs .nav-link {
    font-family: Montserrat-Bold;
    font-size: 20px;
    color: #958383;
    background-color: #fff;
    border-color: #fff #fff #fff;
    padding: 18px 45px;
}

.nav-tabs .nav-link.bord-rad-l {
    border-radius: 15px 0px 0px 15px;
}

.nav-tabs .nav-link.bord-rad-r {
    border-radius: 0px 15px 15px 0px;
}

.reviews .nav-tabs {
    border-bottom: none;
    justify-content: center;
    margin-bottom: 45px;
}

.reviews .tab-content {
    margin-bottom: 25px;
}

.payment-footer img {
    max-width: 70px;
    padding: 10px 0px 10px 5px;
}

.news h4 {
    font-family: Montserrat-Bold;
    font-size: 14px;
    color: #5B5B5B;
    margin-bottom: 10px;
}

.publishedon {
    text-align: left;
    padding-bottom: 10px;
}

.news p {
    font-family: Montserrat-Regular;
    font-size: 14px;
    color: #5B5B5B;
    margin-bottom: 10px;
    text-align: justify;
    line-height: 1.2;
}

.news .contents {
    position: relative;
    padding: 15px;
}

.manager {
    box-shadow: 0px 9px 19px -2px #0000001F;
    border-radius: 42px;
}

.owl-carousel .owl-item .manager img {
    width: 100%;
}

.manager .contens {
    padding: 20px;
    text-align: center;
}

.manager p {
    font-family: Montserrat-Medium;
    font-size: 14px;
    color: #5B5B5B;
    margin-bottom: 10px;
    min-height: 48px;
}

.manager h3 {
    font-family: Montserrat-Bold;
    font-size: 16px;
    color: #5B5B5B;
    margin-bottom: 10px;
}

.email-manager {
    font-family: Montserrat-Medium;
    font-size: 14px;
    color: #5B5B5B;
    margin-bottom: 10px;
    line-height: 1.2;
    position: relative;
    padding-left: 20px;
}

.phone-manager {
    font-family: Montserrat-Medium;
    font-size: 14px;
    color: #5B5B5B;
    margin-bottom: 10px;
    line-height: 1.2;
    position: relative;
    padding-left: 20px;
}

.manager img {
    border-radius: 42px 42px 0px 0px;
}

.manager-button {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center!important;
    align-items: center!important;
    justify-content: center;
}

.manager-button .button-cards {
    margin-right: 10px;
    display: flex;
}

.manager-button .button-cards:hover {
    background: #9ED075;
}

.phone-manager::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 14px;
    height: 17px;
    background-image: url(../images/icons/manager-phone.svg);
}

.email-manager::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 4px;
    width: 15px;
    height: 11px;
    background-image: url(../images/icons/manager-email.svg);
}

.partner {
    border: 2px solid #F1F1F1;
    border-radius: 24px;
    padding: 15px;
}

.partner img {
    margin: auto;
    max-height: 90px;
}

.owl-carousel-banner.owl-carousel .owl-item img {
    display: block;
    width: auto;
    height: 450px;
    margin: auto;
}

.owl-carousel-banner h2 {
    font-family: Montserrat-Bold;
    font-size: 42px;
    color: #434343;
    margin-bottom: 20px;
}

.owl-carousel-banner span {
    color: #97CD6B;
    display: block;
}

.owl-carousel .owl-item img {
    display: block;
    width: auto;
}

.mini-card {
    box-shadow: 0px 9px 19px -2px #0000001F;
    border-radius: 42px;
    padding: 20px;
    text-align: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center!important;
    align-items: center!important;
    justify-content: space-between;
    margin-bottom: 20px;
    background: #fff;
}

.title-page-news {
    font-family: 'Montserrat-Bold';
    font-size: 20px;
    color: #5B5B5B;
    margin-bottom: 30px;
}

.news {
    box-shadow: 0px 9px 19px -2px #0000001F;
    border-radius: 14px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-bottom: 30px;
    overflow: hidden;
}

.articles {
    box-shadow: 0px 9px 19px -2px #0000001F;
    border-radius: 42px;
    text-align: center;
    background: #fff;
    margin-bottom: 25px;
}

.ui-widget.ui-widget-content {
    border: 1px solid #c5c5c5;
    z-index: 99999;
    margin-top: 9px;
}

.articles h4 {
    font-family: Montserrat-Bold;
    font-size: 16px;
    color: #5B5B5B;
    margin-bottom: 15px;
    text-align: justify;
    min-height: 58px;
}

.articles .aurl {
    font-family: Montserrat-Medium;
    font-size: 14px;
    color: #5B5B5B;
    text-decoration: underline;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center!important;
    align-items: center!important;
    justify-content: space-between;
}

.articles .aurl:hover {
    color: #EE9553;
}  

.articles .aurl:hover svg path {
    fill: #EE9553;
}  

.news .aurl {
    font-family: Montserrat-Medium;
    font-size: 14px;
    color: #5B5B5B;
    text-decoration: underline;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center!important;
    align-items: center!important;
    justify-content: space-between;
    position: absolute;
    bottom: 0px;
    width: 80%;
}

.news .aurl:hover {
    color: #EE9553;
}  

.news a:hover svg path {
    fill: #EE9553;
}  

.news img {
    max-height: 225px;
    border-radius: 14px 0px 0px 14px;
}

.url-page {
    font-family: Montserrat-Bold;
    font-size: 20px;
    color: #5B5B5B;
}

.url-page:hover {
    color: #EE9553;
}  

.url-page svg {
    margin-bottom: 2px;
}

.url-page:hover svg path {
    fill: #EE9553;
} 

.articles p {
    font-family: Montserrat-Regular;
    font-size: 14px;
    color: #5B5B5B;
    margin-bottom: 15px;
    text-align: justify;
    line-height: 1.2;
}

.articles img {
    max-width: 100%;
    border-radius: 42px 42px 0px 0px;
    max-height: 220px;
}

.articles .contents {
    padding: 35px 15px;
}

.owl-carousel .owl-nav button.owl-prev {
    width: 38px;
    font-size: 24px;
    border: 1px solid #5B5B5B;
    color: #5B5B5B;
    border-radius: 50%;
    background: #fff;
}

.owl-carousel .owl-nav button.owl-next {
    width: 38px;
    font-size: 24px;
    border: 1px solid #5B5B5B;
    color: #5B5B5B;
    border-radius: 50%;
    background: #fff;
}

.owl-stage-outer { 
    margin: -15px; padding: 15px; 
}

.owl-prev {
    position: absolute;
    top: 40%;
    left: -25px;
    display: block !important;
    border:0px solid black;
}

.owl-next {
    position: absolute;
    top: 40%;
    right: -25px;
    display: block !important;
    border:0px solid black;
}

.part .owl-prev {
    position: absolute;
    top: 35%;
    left: -25px;
    display: block !important;
    border:0px solid black;
}

.part .owl-next {
    position: absolute;
    top: 35%;
    right: -25px;
    display: block !important;
    border:0px solid black;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: #EF7B00;
    color: #FFF;
    text-decoration: none;
    border: 1px solid #EF7B00;
}

.mini-card img {
    max-width: 100%;
    max-height: 200px;
    margin: auto;
    margin-bottom: 20px;
}

.mini-card h3 {
    font-family: Montserrat-Bold;
    font-size: 14px;
    color: #434343;
    margin-bottom: 10px;
    min-height: 47px;
}

.mini-card p {
    font-family: Montserrat-Medium;
    font-size: 14px;
    color: #898989;
    margin-bottom: 20px;
    min-height: 72px;
}

.price-button {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center!important;
    align-items: center!important;
    justify-content: space-between;
    background: #F1F1F1;
    border-radius: 10px;
    width: 80%;
}

.price-button .price {
    font-family: Montserrat-Bold;
    font-size: 16px;
    color: #434343;
    margin: auto;
}

.button-cards {
    width: 54px;
    height: 54px;
    background: #EF7B00;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    -ms-flex-align: center!important;
    align-items: center!important;
}

.mini-card-button {
    width: 54px;
    height: 54px;
    background: #EF7B00;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    -ms-flex-align: center!important;
    align-items: center!important;
}

.mini-card-button:hover {
    background: #9ED075;
}

.footer {
    background: #898989;
    padding: 40px 0 10px 0;
}

.phone-footer {
    position: relative;
    padding-left: 30px;
    text-decoration: underline;
    display: block;
}

.phone-footer::before {
    content: "";
    position: absolute;
    left: 0px;
    width: 19px;
    height: 20px;
    background-image: url(../images/icons/phone.png);
}

.emails-footer {
    position: relative;
    padding-left: 30px;
    text-decoration: underline;
    display: block;
}

.emails-footer::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 6px;
    width: 19px;
    height: 14px;
    background-image: url(../images/mail.png);
}

.time-footer {
    position: relative;
    padding-left: 30px;
}

.time-footer::before {
    content: "";
    position: absolute;
    left: 0px;
    width: 22px;
    height: 22px;
    background-image: url(../images/icons/time.png);
}

.local-footer {
    position: relative;
    padding-left: 20px;
}

.local-footer::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 4px;
    width: 10px;
    height: 14px;
    background-image: url(../images/icons/local.png);
}

.footer ul li {
    padding-bottom: 10px;
} 

.footer ul li a {
    font-family: Montserrat-Medium;
    font-size: 16px;
    color: #fff;
    text-decoration: underline;
} 

.contacts p {
    font-family: Montserrat-Medium;
    font-size: 18px;
    color: #5B5B5B;
    padding-bottom: 10px;
} 

.contacts span {
    font-family: Montserrat-Medium;
    font-size: 14px;
    color: #5B5B5B;
    padding-bottom: 15px;
    display: block;
} 

.contacts .phone-footer::before {
    content: "";
    position: absolute;
    left: 0px;
    width: 19px;
    height: 20px;
    background-image: url(../images/contact/phone.png);
}

.phone-footer-m-phon::before {
    content: "";
    position: absolute;
    left: 0px;
    width: 19px;
    height: 20px;
    background-image: url(../images/contact/phone.png);
} 

.contacts .time-footer::before {
    content: "";
    position: absolute;
    left: 0px;
    width: 22px;
    height: 22px;
    background-image: url(../images/contact/time.png);
}

.contacts .emails-footer::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 6px;
    width: 19px;
    height: 14px;
    background-image: url(../images/contact/mail.png);
}

.contacts .local-footer::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 4px;
    width: 10px;
    height: 14px;
    background-image: url(../images/contact/local.png);
}

.contacts a {
    font-family: Montserrat-Medium;
    font-size: 18px;
    color: #5B5B5B;
    padding-bottom: 15px;
} 

.footer p {
    font-family: Montserrat-Medium;
    font-size: 18px;
    color: #fff;
    padding-bottom: 10px;
} 

.footer span {
    font-family: Montserrat-Medium;
    font-size: 16px;
    color: #fff;
    padding-bottom: 15px;
    display: block;
} 

.footer .copys {
    font-family: Montserrat-Medium;
    font-size: 12px;
    color: #fff;
    padding-bottom: 25px;
    display: block;
} 

.footer a {
    font-family: Montserrat-Medium;
    font-size: 16px;
    color: #fff;
    padding-bottom: 15px;
} 

.section-page-banner {
    position: relative;
}

.section-page {
    padding: 40px 0;
}

.section-page-bg {
    padding: 40px 0;
    background: #F1F1F1;
}

.section-page-str {
    padding: 40px 0;
    background: #F3F3F3;
    margin-top: 20px;
}

.section-page-footer {
    padding: 30px 0 10px 0;
    background: #EF7B00;
}

.section-page-footer p {
    font-family: Montserrat-Medium;
    font-size: 24px;
    color: #fff;
}

.button-white {
    font-family: Montserrat-Medium;
    font-size: 16px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 16px;
    padding: 25px 40px;
}

.button-white:hover {
    font-family: Montserrat-Medium;
    font-size: 16px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 16px;
    padding: 25px 40px;
}

.title-page {
    font-family: Montserrat-Bold;
    color: #5B5B5B;
    font-size: 36px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 65px;
    position: relative;
}

.title-page::before {
    background-color: #EE9553;
    bottom: -15px;
    content: "";
    height: 5px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 70px;
}

.cards-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between; 
}

.phones a {
    color: #4D4D4D;
    font-size: 16px;
    font-family: 'Montserrat-Medium';
    font-weight: 500;
    display: block;
    padding-left: 30px;
}

.phones button {
    font-size: 16px;
    font-family: 'Montserrat-Medium';
    font-weight: 500;
    color: #EF7B00;
    text-decoration: underline;
    padding-left: 30px;
}

.catalog-menu {
    background: #F3F3F3;
    border-radius: 16px;
    width: 100%;
}

.catalog-menu ul {
    list-style-type: none;
    margin: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.catalog-menu button {
    background: #9ED075;
    border-radius: 16px;
    font-family: 'Montserrat-Bold';
    font-size: 14px;
    color: #434343;
    padding: 25px 50px;
}

.catalog-menu ul li.button {
    padding: 0;
}

.catalog-menu ul li {
    padding: 25px 20px;
}

.catalog-menu ul li a {
    font-family: 'Montserrat-Bold';
    font-size: 14px;
    padding-bottom: 5px;
    color: #434343;
}

.catalog-menu ul li a:hover {
    font-family: 'Montserrat-Bold';
    font-size: 14px;
    color: #97CD6B;
    padding-bottom: 5px;
    border-bottom: 2px solid #97CD6B;
}

.catalog-menu ul li .a-marker {
    font-family: 'Montserrat-Bold';
    font-size: 14px;
    padding-bottom: 5px;
    color: #EF7B00;
    position: relative;
}

.catalog-menu ul li .a-marker:hover {
    font-family: 'Montserrat-Bold';
    font-size: 14px;
    color: #97CD6B;
    padding-bottom: 5px;
    border-bottom: 2px solid #97CD6B;
}

.catalog-menu ul li .a-marker:hover svg path {
    fill: #97CD6B;
}

.catalog-menu ul li .a-marker:hover svg circle {
    stroke: #97CD6B;
}

.a-marker svg {
    position: absolute;
    left: -28px;
}

.slick-slide {
  outline: none !important;
}

.dis-flex-nowrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: nowrap;
    -ms-flex-align: center!important;
    align-items: center!important;
}

.h1-title {
    width: 250px;
    margin-left: 20px;
    color: #898989;
    font-size: 14px;
    line-height: 1.4;
}

.social {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center!important;
    align-items: center!important;
    justify-content: flex-end;
}

.social a {
    margin: 15px 0px 15px 15px;
    display: inline-flex;
}

/*[ LOADDING ]
///////////////////////////////////////////////////////////
*/
.animsition-loading-1 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

[data-loader='ball-scale'] {
    width: 50px;
    height: 50px;
    -webkit-animation: ball-scale infinite linear .75s;
    -moz-animation: ball-scale infinite linear .75s;
    -o-animation: ball-scale infinite linear .75s;
    animation: ball-scale infinite linear .75s;
    border-radius: 100%;
    background-color: #e65540;
}

@-webkit-keyframes ball-scale {
    0% {
        -webkit-transform: scale(.1);
        -ms-transform: scale(.1);
        -o-transform: scale(.1);
        transform: scale(.1);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@-moz-keyframes ball-scale {
    0% {
        -webkit-transform: scale(.1);
        -ms-transform: scale(.1);
        -o-transform: scale(.1);
        transform: scale(.1);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@-o-keyframes ball-scale {
    0% {
        -webkit-transform: scale(.1);
        -ms-transform: scale(.1);
        -o-transform: scale(.1);
        transform: scale(.1);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@keyframes ball-scale {
    0% {
        -webkit-transform: scale(.1);
        -ms-transform: scale(.1);
        -o-transform: scale(.1);
        transform: scale(.1);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

/*[ BACK TO TOP ]
///////////////////////////////////////////////////////////
*/
.btn-back-to-top {
  display: none;
  position: fixed;
  width: 40px;
  height: 40px;
  bottom: 40px;
  right: 40px;
  background-color: black;
  opacity: 0.5;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  border-radius: 4px;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
}

.symbol-btn-back-to-top {
  font-size: 22px;
  color: white;
  line-height: 1em;
}

.btn-back-to-top:hover {
  opacity: 1;
  cursor: pointer;
}

@media (max-width: 576px) {
  .btn-back-to-top {
    bottom: 85px;
    right: 15px;
  }
}

/*[ Restyle Select2 ]
///////////////////////////////////////////////////////////
*/
/* Select2 */
.select2-container {
  display: block;
  max-width: 100% !important;
  width: auto !important;
}

.select2-container .select2-selection--single {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  background-color: transparent;
  border: none;
  height: 20px;
  outline: none;
  position: relative;
}

/* in select */
.select2-container .select2-selection--single .select2-selection__rendered {
  font-size: 13px;
  font-family: Montserrat-Regular;
  line-height: 20px;
  color: #888888;
  padding-left: 0px ;
  background-color: transparent;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 20px;
  top: 50%;
  transform: translateY(-50%);
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.select2-selection__arrow b {
  display: none;
}

.select2-selection__arrow:after {
  content: '';
  display: block;
  width: 5px;
  height: 5px;
  background-color: transparent;
  border-right: 1px solid #888888;
  border-bottom: 1px solid #888888;
  color: white;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-bottom: 2px;
  margin-right: 8px;
}

/* dropdown option */
.select2-container--open .select2-dropdown {
  z-index: 1251;
  border: 1px solid #e5e5e5;
  border-radius: 0px;
  background-color: white;
}

.select2-container .select2-results__option[aria-selected] {
  padding-top: 5px;
  padding-bottom: 5px;
}

.select2-container .select2-results__option[aria-selected="true"] {
  background-color: #e65540;
  color: white;
}

.select2-container .select2-results__option--highlighted[aria-selected] {
  background-color: #e65540;
  color: white;
}

.select2-results__options {
  font-size: 13px;
  font-family: Montserrat-Regular;
  color: #888888;
}

.select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: none;
  font-family: Montserrat-Regular;
  font-size: 13px;
  color: #888888;
}

/*[ rs1-select2 ]
-----------------------------------------------------------
*/
.rs1-select2 .select2-container {
  margin-left: 26px;
}

.rs1-select2 .select2-container .select2-selection--single {
  height: 20px;;
}

/*[ rs2-select2 ]
-----------------------------------------------------------
*/
.rs2-select2 .select2-container .select2-selection--single {
  background-color: white;
  height: 50px;
}

.rs2-select2 .select2-container .select2-selection--single .select2-selection__rendered {
  line-height: 20px;
  color: #555555;
  padding-left: 22px ;
}

.rs2-select2 .select2-container--default .select2-selection--single .select2-selection__arrow {
  right: 10px;
}

#dropDownSelect2 .select2-results__options {
  color: #555555;
}

#dropDownSelect2 .select2-search--dropdown .select2-search__field {
  color: #555555;
}



/*[ rs3-select2 ]
-----------------------------------------------------------
*/
.rs3-select2 .select2-container .select2-selection--single {
  height: 45px;
}

.rs3-select2 .select2-selection__arrow b {
  display: block;
}

.rs3-select2 .select2-selection__arrow:after {
  display: none;
}

/*[ rs4-select2 ]
-----------------------------------------------------------
*/
.rs4-select2 .select2-container .select2-selection--single {
  height: 40px;
}

.rs4-select2 .select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 15px ;
}

.rs4-select2 .select2-container--default .select2-selection--single .select2-selection__arrow {
  right: 5px;
}


/*[ Header ]
///////////////////////////////////////////////////////////
*/
.header1 {
  height: 260px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.fixed-header {height: 193px;}


/*[ Header Desktop ]
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/

.container-menu-header {
  width: 100%;
  top: 0;
  left: 0;
  position: fixed;
  z-index: 1100;
}

.fixed-header .container-menu-header {
  background: #ffffff;
}

.catalog-menus .men-bt {
    position: absolute;
    top: 20px;
    right: 40px;
}

/*[ Top bar ]
===========================================================*/
.topbar {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 2px solid #F3F3F3;
}


/* ------------------------------------ */

.topbar-social {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  padding-left: 40px;
}

.topbar-social-item {
  font-size: 18px;
  color: #888888;
  padding: 10px;
}

/* ------------------------------------ */
.topbar-email,
.topbar-child1 {
  font-family: Montserrat-Regular;
  font-size: 13px;
  color: #888888;
  line-height: 1.7;
}

/* ------------------------------------ */
.topbar-child2 {
  position: absolute;
  height: 100%;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding-right: 38px;
}


/*[ Menu ]
===========================================================*/

.fixed-header .wrap_header {
  height: 193px;
}


/*[ Logo ]
-----------------------------------------------------------*/

.logo img {
  max-height: 100%;
  padding: 20px 0;
}


/*[ Menu ]
-----------------------------------------------------------*/
.main_menu {
  list-style-type: none;
  margin: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}

.main_menu > li {
  display: block;
  position: relative;
  padding-top: 20px;  
  padding-bottom: 20px; 
  padding-left: 0px;
  padding-right: 30px;
}

.main_menu > li > a {
  font-family: Montserrat-Medium;
  font-size: 14px;
  color: #434343;
  padding: 0;
  border-bottom: 1px solid transparent;
}

li.sale-noti > a {
  color: #e65540;
}

.main_menu > li:hover > a {
  text-decoration: none;
  border-bottom: 1px solid #333333;
}

.main_menu li {
  position: relative;
}

.main_menu > li:hover > .sub_menu {
  visibility: visible;
  opacity: 1;
}

.sub_menu {
  list-style-type: none;
  position: absolute;
  z-index: 1100;
  top:0;
  left:100%;
  width: 225px;
  background-color: #222222;
  opacity: 0;
  visibility: hidden;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
}

.main_menu > li > .sub_menu {
  top:100%;
  left: 0;
  position: absolute;
}

.sub_menu li:hover > .sub_menu {
  visibility: visible;
  opacity: 1;
} 

.sub_menu li { 
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
}

.sub_menu li, .sub_menu a {
  padding: 10px;
  font-family: Montserrat-Regular;
  font-size: 13px;
  color: white;
}

.sub_menu > li:hover > a {
  color: #e65540;
  text-decoration: none;
}

/* ------------------------------------ */
.header-icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  position: absolute;
  right: 52px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.header-wrapicon1,
.header-wrapicon2 {
  height: 27px;
  position: relative;
}

.header-wrapicon1 img,
.header-wrapicon2 img {
  height: 100%;
}

.header-icon1:hover,
.header-icon2:hover {
  cursor: pointer;
}

.header-icons-noti {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #111111;
  color: white;
  font-family: Montserrat-Medium;
  font-size: 12px;
  position: absolute;
  top: 0;
  right: -10px;
}

.linedivide1 {
  display: block;
  height: 20px;
  width: 1px;
  background-color: #e5e5e5;
  margin-left: 23px;
  margin-right: 23px;
  margin-top: 5px;
}

/*[ Header cart ]
-----------------------------------------------------------
*/
.header-cart {
  position: absolute;
  z-index: 1100;
  width: 339px;
  top: 190%;
  right: -10px;
  padding: 20px;
  border-top: 3px solid #e6e6e6;
  background-color: white;

  box-shadow: 0 3px 5px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 5px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 3px 5px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 3px 5px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 3px 5px 0px rgba(0, 0, 0, 0.1);
  
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  
  transform-origin: top right;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}

.show-header-dropdown {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.fixed-header .header-cart {
  top: 160%;
}

.header-cart-wrapitem {
  max-height: 270px;
  overflow: auto;
}

.header-cart-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-bottom: 5px;
  padding-top: 5px;
}

/* ------------------------------------ */
.header-cart-item-img {
  width: 80px;
  position: relative;
  margin-right: 20px;
}

.header-cart-item-img img {
  width: 100%;
}

.header-cart-item-img::after {
  content: '\e870';
  font-family: Linearicons;
  font-size: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,0.5);
  color: white;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  opacity: 0;
}

.header-cart-item-img:hover:after {
  cursor: pointer;
  opacity: 1;
}

/* ------------------------------------ */
.header-cart-item-txt {
  width: calc(100% - 100px);
}

.header-cart-item-name {
  display: block;
  font-family: Montserrat-Regular;
  font-size: 15px;
  color: #555555;
  line-height: 1.3;
  margin-bottom: 12px;
}

.header-cart-item-info {
  display: block;
  font-family: Montserrat-Regular;
  font-size: 12px;
  color: #888888;
  line-height: 1.5;
}

.header-cart-total {
  font-family: Montserrat-Regular;
  font-size: 15px;
  color: #555555;
  line-height: 1.3;
  text-align: right;
  padding-top: 15px;
  padding-bottom: 25px;
  padding-right: 3px;
}
/* ------------------------------------ */
.header-cart-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.header-cart-wrapbtn {
  width: calc((100% - 10px) / 2);
}



/*[ Header Mobile ]
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/
.wrap_header_mobile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  min-height: 80px;
  padding-left: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: white;
  display: none;
}

/*[ Logo mobile ]
-----------------------------------------------------------*/
.logo-mobile {
  display: block;
}

.logo-mobile img {
  max-height: 40px;
}

/*[ btn show menu ]
-----------------------------------------------------------*/
.btn-show-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
}

.hamburger {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  margin-top: 5px;
}


/*[ Header icon mobile ]
-----------------------------------------------------------*/
.header-icons-mobile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin-right: 15px;
}
.linedivide2 {
  display: block;
  height: 20px;
  width: 1px;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 5px;
}

.header-icons-mobile .header-cart {
  width: 300px;
  top: 190%;
  right: -80px;  
  z-index: 1100;
  transform-origin: top right;
}

/*[ Menu mobile ]
-----------------------------------------------------------*/
.wrap-side-menu {
  width: 100%;
  background-color: white;
  display: none;
  border-top: 1px solid #ececec;
}

.side-menu {
  width: 100%;
}

.side-menu li {
  list-style-type: none;
}

.side-menu .main-menu {margin-bottom: 0;}

.item-menu-mobile {
  background-color: #EF7B00;
}

.side-menu .main-menu > li > a {
  padding-left: 20px;
  font-family: Montserrat-Regular;
  font-size: 15px;
  color: white;
  line-height: 2.86;
}

.side-menu .main-menu > li {
  color: white;
  position: relative;
}


.side-menu .main-menu .arrow-main-menu {
  font-size: 14px;
  position: absolute;
  right: 20px;
  top: 5px;
  padding: 10px;
  -webkit-transition: all 0.4s !important;
  -o-transition: all 0.4s !important;
  -moz-transition: all 0.4s !important;
  transition: all 0.4s !important;
}

.side-menu .main-menu .arrow-main-menu:hover {
  cursor: pointer;
}

.turn-arrow {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.side-menu .sub-menu a {
    padding-left: 20px;
    font-family: Montserrat-Regular;
    font-size: 14px;
    color: #fff;
    line-height: 1.2;
    display: block;
    padding-bottom: 15px;
}

.side-menu .sub-menu > li {
  padding-left: 12px;
}

.side-menu .sub-menu {
  background-color: white;
  display: none;
}

@media (min-width: 992px){
  .wrap-side-menu {
    display: none;
  }
}

/* ------------------------------------ */
.item-topbar-mobile {
  border-bottom: 1px solid #ececec;
}

.topbar-child2-mobile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.topbar-social-moblie {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}


/*[ Header2 ]
///////////////////////////////////////////////////////////
*/
.topbar2 {
  background-color: #fff;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* ------------------------------------ */
.logo2 {
  display: block;
}

.logo2 img {
  max-height: 27px;
}

.fixed-header2 {
  z-index: 1300;
  position: fixed;
  height: 65px;
  left: 0;
  top: -70px;
  visibility: hidden;

  box-shadow: 0 1px 5px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 1px 5px 0px rgba(0,0,0,0.2);
  -webkit-box-shadow: 0 1px 5px 0px rgba(0,0,0,0.2);
  -o-box-shadow: 0 1px 5px 0px rgba(0,0,0,0.2);
  -ms-box-shadow: 0 1px 5px 0px rgba(0,0,0,0.2); 
}

.fixed-header2 .header-cart {
  top: 160%;
}

.show-fixed-header2 {
  visibility: visible;
  top: 0px;
}


/*[ Header3 ]
///////////////////////////////////////////////////////////
*/
.container-menu-header-v3 {
  position: fixed;
  z-index: 1200;
  top: 0;
  left: 0;
  background-color: #fff;
  width: 320px;
  height: 100vh;
  border-right: 1px solid #e5e5e7;

  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

/*[ Menu ]
===========================================================*/
.container-menu-header-v3 .wrap_header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  background-color: white;
}


/*[ Logo ]
-----------------------------------------------------------*/
.container-menu-header-v3 .logo3 {
  display: block;
}

.container-menu-header-v3 .logo3 img {
  max-width: 120px;
}

/*[ Header Icon ]
-----------------------------------------------------------*/
.container-menu-header-v3 .header-icons3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  position: unset;
}

/*[ Header cart ]
-----------------------------------------------------------
*/
.container-menu-header-v3 .header-cart {
  left: -10px;
  transform-origin: top left;
}

/*[ Menu ]
-----------------------------------------------------------*/
.container-menu-header-v3 .main_menu {
  list-style-type: none;
  margin: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
  flex-direction: column;
}

.container-menu-header-v3 .main_menu > li {
  padding-top: 3px;  
  padding-bottom: 3px; 
  padding-left: 0px;
  padding-right: 0px;
  text-align: center;
}

.container-menu-header-v3 .sub_menu {
  top:0;
  left:100%;
}

.container-menu-header-v3 .main_menu > li > .sub_menu {
  top: 10px;
  left: 95%;
}

.container-menu-header-v3 .sub_menu li { 
  text-align: left;
}

.container-menu-header-v3 .topbar-social-item {
  padding: 10px 8px;
}


/*[ Page sidebar ]
-----------------------------------------------------------
*/
.container1-page {
  margin-left: 320px;
}

@media (max-width: 992px){
  .wrap_header_mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex !important;
  }
  
.container-menu-header-v3, .container-menu-header-v2 {
    display: none;
}

.dis-mods {
    display: none;
}

header {
    height: auto !important;
}

  .top-bar {display: none;}
  header {height: 325px;}

  .container1-page {
    margin-left: 0px;
  }
}



/*[ Slide1 ]
///////////////////////////////////////////////////////////
*/

/*[ Slick1 ]
-----------------------------------------------------------
*/
.wrap-slick1 {
  position: relative;
}

.item-slick1 {
  height: 570px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.arrow-slick1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-size: 18px;
  color: white;
  position: absolute;
  background-color: black;
  opacity: 0;
  
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);

  border-radius: 50%;
  z-index: 200;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.wrap-slick1:hover .arrow-slick1 {
  opacity: 0.5;
}

.arrow-slick1:hover {
  background-color: #e65540;
}

.next-slick1 {
  right: 50px;
  left: auto;
}

.prev-slick1 {
  left: 50px;
  right: auto;
}

@media (max-width: 576px) {
  .next-slick1 {
    right: 15px;
  }

  .prev-slick1 {
    left: 15px;
  }
}

/*[ Caption ]
-----------------------------------------------------------
*/
@media (max-width: 992px) {
  .wrap-content-slide1 .xl-text2 {
    font-size: 60px;
  }
}

@media (max-width: 768px) {
  .wrap-content-slide1 .xl-text3,
  .wrap-content-slide1 .xl-text2,
  .wrap-content-slide1 .xl-text1 {
    font-size: 50px;
  }
  
.catalod-product .availability {
    width: 100%;
}

.catalod-product .price {
    text-align: left;
    margin-bottom: 15px;
    font-size: 12px;
}

.catalog-button {
    justify-content: flex-start;
}

.markers-right {
    justify-content: flex-start;
}
  
  .blocks-row-lk-50 {
    width: 100%;
    border-right: none;
    margin-right: 0px;
    padding-right: 0px;
  }
  
  .blocks-row-lk-50-2 {
    width: 100%;
  }

  .wrap-content-slide1 .m-text27,
  .wrap-content-slide1 .m-text1 {
    font-size: 16px;
  }

  .item-slick1 {
    height: 470px;
  }
}

@media (max-width: 576px) {
  .wrap-content-slide1 .xl-text3,
  .wrap-content-slide1 .xl-text2,
  .wrap-content-slide1 .xl-text1 {
    font-size: 40px;
  }

  .wrap-content-slide1 .m-text27,
  .wrap-content-slide1 .m-text1 {
    font-size: 16px;
  }

  .item-slick1 {
    height: 370px;
  }
}

/*[ rs1-slick1 ]
-----------------------------------------------------------
*/
.rs1-slick1 .item-slick1 {
  height: 100vh;
}

@media (max-width: 992px) {
  .rs1-slick1 .item-slick1 {
    height: calc(100vh - 85px);
  }
}




/*[ Slide2 ]
///////////////////////////////////////////////////////////
*/

/*[ Slick2 ]
-----------------------------------------------------------
*/
.wrap-slick2 {
  position: relative;
  margin-right: -15px;
  margin-left: -15px;
}

/* ------------------------------------ */
.arrow-slick2 {
  position: absolute;
  z-index: 100;
  top: calc((100% - 70px) / 2);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 39px;
  color: #cccccc;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.arrow-slick2:hover {
  color: #666666;
}

.next-slick2 {
  right: -30px;
}

.prev-slick2 {
  left: -30px;
}

@media (max-width: 1280px) {
  .next-slick2 {
    right: 0px;
  }

  .prev-slick2 {
    left: 0px;
  }
}

@media (max-width: 1610px) {
  .rs1-slick2 .next-slick2 {
    right: 0px;
  }

  .rs1-slick2 .prev-slick2 {
    left: 0px;
  }
}

/*[ rs Sweetalert ]
///////////////////////////////////////////////////////////
*/
.swal-overlay {
    overflow-y: auto;
}

.swal-icon--success {
    border-color: #66a8a6;
}

.swal-icon--success__line {
    background-color: #66a8a6;
}

.swal-icon--success__ring {
    border: 4px solid rgba(102, 168, 166, 0.2);
}

.swal-button:focus {
    outline: none;
    box-shadow: none;
}

.swal-button {
    background-color: #e65540;
    font-family: Montserrat-Regular;
    font-size: 15px;
    color: white;
    text-transform: uppercase;
    font-weight: unset;
    border-radius: 20px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.swal-button:hover {
    background-color: #333333;
}

.swal-button:active {
    background-color: #e65540;
}

.swal-title {
  font-family: Montserrat-Medium;
  color: #333333;
  font-size: 16px;
  line-height: 1.5;
  padding: 0 15px;
}

.swal-text {
  font-family: Montserrat-Regular;
  color: #333333;
  font-size: 15px;
  text-align: center;
}

.swal-footer {
    margin-top: 0;
}


/*[ Block1 ]
///////////////////////////////////////////////////////////
*/
.block1-wrapbtn {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 20px;

  box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.1);
}


/*[ Block2 ]
///////////////////////////////////////////////////////////
*/
.block2-labelsale::before,
.block2-labelnew::before 
{
  z-index: 100;
  font-family: Montserrat-Regular;
  font-size: 12px;
  color: white;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 22px;
  border-radius: 11px;
  position: absolute;
  top: 12px;
  left: 12px;
}

.block2-labelsale::before {
  background-color: #e65540;
  content: 'Sale';
}

.block2-labelnew::before {
  background-color: #66a8a6;
  content: 'New';
}

/* ------------------------------------ */
.block2-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,0.3);
  opacity: 0;
}

/* ------------------------------------ */
.block2-btn-addcart {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -45px;
}

/* ------------------------------------ */
.block2-btn-towishlist,
.block2-btn-addwishlist {
  display: block;
  position: absolute;
  top: 26px;
  right: 20px;
  font-size: 20px;
  color: white;
  line-height: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}

.block2-btn-addwishlist:hover {
  color: white;
}

.block2-btn-addwishlist .icon-wishlist,
.block2-btn-towishlist .icon-wishlist {
  line-height: 0;
}

.block2-btn-addwishlist:hover .icon_heart_alt {
  display: none;
}

.block2-btn-addwishlist:hover .icon_heart {
  display: block;
}

/* ------------------------------------ */
.block2-btn-towishlist .icon_heart_alt {
  display: none;
}

.block2-btn-towishlist .icon_heart {
  display: block;
  color: #e65540;
}

/* ------------------------------------ */
.block2-overlay:hover {
  opacity: 1;
}

.block2-overlay:hover .block2-btn-addcart {
  bottom: 20px;
}

.block2-overlay:hover .block2-btn-addwishlist,
.block2-overlay:hover .block2-btn-towishlist{
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}


/*[ Block4 ]
///////////////////////////////////////////////////////////
*/
.block4 {
  position: relative;
  overflow: hidden;
  width: calc(100% / 5);
}

@media (max-width: 1360px) {
  .block4 {
    width: calc(100% / 4);
  }
}

@media (max-width: 1200px) {
  .block4 {
    width: calc(100% / 3);
  }
}

@media (max-width: 992px) {
  .block4 {
    width: calc(100% / 2);
  }
}

@media (max-width: 576px) {
  .block4 {
    width: calc(100% / 1);
  }
}

/* ------------------------------------ */
@media (max-width: 1660px) {
  .rs1-block4 .block4 {
    width: calc(100% / 4);
  }
}

@media (max-width: 1380px) {
  .rs1-block4 .block4 {
    width: calc(100% / 3);
  }
}

@media (max-width: 1200px) {
  .rs1-block4 .block4 {
    width: calc(100% / 2);
  }
}

@media (max-width: 576px) {
  .rs1-block4 .block4 {
    width: calc(100% / 1);
  }
}

/* ------------------------------------ */
.block4-overlay {
  display: block;
  background-color: rgba(0,0,0,0.9);
  visibility: hidden;
  opacity: 0;
}

.block4-overlay:hover {
  color: unset;
}

/* ------------------------------------ */
.block4-overlay-txt {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -100%;
}

/* ------------------------------------ */
.block4-overlay-heart {
  transform-origin: top left;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}

/* ------------------------------------ */
.block4:hover .block4-overlay {
  visibility: visible;
  opacity: 1;
}

.block4:hover .block4-overlay-txt {
  bottom: 0;
}

.block4:hover .block4-overlay-heart {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}


/*[ BG Title Page ]
///////////////////////////////////////////////////////////
*/
.bg-title-page {
  width: 100%;
  min-height: 239px;
  padding-left: 15px;
  padding-right: 15px;
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: cover;
}

@media (max-width: 576px) {
  .bg-title-page .l-text2 {font-size: 35px;}
  .bg-title-page .m-text13 {font-size: 16px;}
}

/*[ rs NoUI ]
///////////////////////////////////////////////////////////
*/
.leftbar #filter-bar {
  margin-right: 6px;
  margin-left: 6px;
  height: 4px;
  border: none;
  background-color: #e1e1e1;
}
.leftbar #filter-bar .noUi-connect {
  background-color: #c5c5c5;
  border: none;
  box-shadow: none;
}
.leftbar #filter-bar .noUi-handle {
  width: 13px;
  height: 13px;
  left: -6px;
  top: -5px;
  border: none;
  border-radius: 50%;
  background: #999999;
  cursor: pointer;
  box-shadow: none;
  outline: none;
}
.leftbar #filter-bar .noUi-handle:before {
  display: none;
}
.leftbar #filter-bar .noUi-handle:after {
  display: none;
}

/*[ Filter Color ]
///////////////////////////////////////////////////////////
*/
.color-filter1 {background-color: #00bbec;}
.color-filter2 {background-color: #2c6ed5;}
.color-filter3 {background-color: #ffa037;}
.color-filter4 {background-color: #ff5337;}
.color-filter5 {background-color: #a88c77;}
.color-filter6 {background-color: #393939;}
.color-filter7 {background-color: #cccccc;}

.checkbox-color-filter {
  display: none;
}

.color-filter {
    display:block;
    width:25px;
    height:25px;
    cursor:pointer;
    border-radius: 50%;
}

.checkbox-color-filter:checked + .color-filter {
  box-shadow: 0 0 0px 2px black;
  -moz-box-shadow: 0 0 0px 2px black;
  -webkit-box-shadow: 0 0 0px 2px black;
  -o-box-shadow: 0 0 0px 2px black;
  -ms-box-shadow: 0 0 0px 2px black;
}

/*[ Pagination ]
///////////////////////////////////////////////////////////
*/
.pagination {
  margin-right: -6px;
  margin-left: -6px;
}

.item-pagination {
  font-family: Montserrat-Regular;
  font-size: 13px;
  color: #808080;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid #eeeeee;
  margin: 6px;
}

.item-pagination:hover {
  background-color: #222222;
  color: white;
}

.active-pagination {
  background-color: #222222;
  color: white;
}


/*[ Slick3 ]
///////////////////////////////////////////////////////////
*/

.wrap-slick3-dots {
  width: 14.5%;
}

.slick3 {
  width: 80.64%;
}

.slick3-dots li {
  display: block;
  position: relative;
  width: 100%;
  margin-bottom: 15px;
}

.slick3-dots li img {
  width: 100%;
}

.slick3-dot-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
  border: 3px solid transparent;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.slick3-dot-overlay:hover {
  border: 3px solid #888888;
}

.slick3-dots .slick-active .slick3-dot-overlay {
  border: 3px solid #888888;
}


/*[ Dropdown content ]
///////////////////////////////////////////////////////////
*/
.show-dropdown-content .down-mark {
  display: block;
}

.show-dropdown-content .up-mark {
  display: none;
}


/*[ Cart ]
///////////////////////////////////////////////////////////
*/
/*[ Table ]
-----------------------------------------------------------
*/
.wrap-table-shopping-cart {
  overflow: auto;
}

.container-table-cart::before {
  content: '';
  display: block;
  position: absolute;
  width: 1px;
  height: calc(100% - 51px);
  background-color: #e6e6e6;
  top: 51px;
  left: 0;
}

.container-table-cart::after {
  content: '';
  display: block;
  position: absolute;
  width: 1px;
  height: calc(100% - 51px);
  background-color: #e6e6e6;
  top: 51px;
  right: 0;
}

.table-shopping-cart {
  border-collapse: collapse;
  width: 100%;
  min-width: 992px;
}

.table-shopping-cart .table-row {
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}

.table-shopping-cart .column-1 {
  width: 225px;
  padding-left: 50px;
}
.table-shopping-cart .column-2 {
  width: 330px;
  padding-right: 30px;
}
.table-shopping-cart .column-3 {
  width: 133px;
  padding-right: 30px;
}
.table-shopping-cart .column-4 {
  width: 355px;
  padding-right: 30px;
}
.table-shopping-cart .column-5 {
  padding-right: 30px;
}

.table-shopping-cart .table-head th {
  font-family: Montserrat-Bold;
  font-size: 13px;
  color: #555555;
  line-height: 1.5;
  text-transform: uppercase;
  padding-top: 16px;
  padding-bottom: 16px;
}

.table-shopping-cart td {
  font-family: Montserrat-Regular;
  font-size: 16px;
  color: #555555;
  line-height: 1.5;
  padding-top: 37px;
  padding-bottom: 30px;
}

.table-shopping-cart .table-row .column-2 {
  font-size: 15px;
}


/* ------------------------------------ */
.cart-img-product {
  width: 90px;
  position: relative;
}

.cart-img-product img {
  width: 100%;
}

.cart-img-product::after {
  content: '\e870';
  font-family: Linearicons;
  font-size: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,0.5);
  color: white;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  opacity: 0;
}

.cart-img-product:hover:after {
  cursor: pointer;
  opacity: 1;
}


/*[ Tags ]
///////////////////////////////////////////////////////////
*/
.wrap-tags {
  margin-right: -3px;
  margin-left: -3px;
}

.tag-item {
  display: block;
  font-family: Montserrat-Regular;
  font-size: 13px;
  color: #888888;
  line-height: 1.5;
  padding: 5px 15px;
  border: 1px solid #cccccc;
  border-radius: 15px;
  margin: 3px;
}

.tag-item:hover {
  border: 1px solid #e65540;
}


/*[ tab01 ]
///////////////////////////////////////////////////////////
*/
.tab01 .nav-tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border-bottom: none;
  margin-right: -15px;
  margin-left: -15px;
}

.tab01 .nav-tabs .nav-item {
  padding: 8px 16px;
}

.tab01 .nav-link {
  padding: 0;
  border-radius: 0px;
  border: none;
  border-bottom: 1px solid transparent;
  font-family: Montserrat-Regular;
  font-size: 15px;
  color: #888888;
  line-height: 1.1;
}

.tab01 .nav-link.active {
    color: #333333;
    border-bottom: 1px solid #6a6a6a;
}

.tab01 .nav-link:hover {
    color: #333333;
    border-bottom: 1px solid #6a6a6a;
}

@media (max-width: 480px) {
  .tab01 .nav-tabs .nav-item {
    padding: 8px 6px;
  }

  .tab01 .nav-tabs {
    margin-right: -6px;
    margin-left: -6px;
  }
}


/*[ Modal video 01 ]
///////////////////////////////////////////////////////////
*/
body {padding-right: 0px !important;}

.modal {
  padding: 0px !important;
  z-index: 1360 !important;
  overflow-x: hidden;
  overflow-y: auto !important;
}
.modal-open {overflow-y: scroll;}

/* ------------------------------------ */
.modal-backdrop {
  background-color: transparent;
}

#modal-video-01 {
  background-color: rgba(0,0,0,0.8);
  z-index: 1350;
  
}

#modal-video-01 .modal-dialog {
  max-width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: relative;
}

.wrap-video-mo-01 {
  width: 854px;
  height: auto;
  position: relative;
  margin: 15px;
}

.video-mo-01 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all 2s;
  -o-transition: all 2s;
  -moz-transition: all 2s;
  transition: all 2s;
}

.video-mo-01 iframe {
  width: 100%;
  height: 100%;
}

.close-mo-video-01 {
  font-size: 50px;
  color: white;
  opacity: 0.6;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 1250;
  width: 60px;
  height: 60px;
  top: 0;
  right: 0;
}

.close-mo-video-01:hover {
  cursor: pointer;
  opacity: 1;
}


/*[ Input NumProduct ]
///////////////////////////////////////////////////////////
*/
input.num-product {
    -moz-appearance: textfield;
    appearance: none;
    -webkit-appearance: none;
}

input.num-product::-webkit-outer-spin-button,
input.num-product::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0; 
}

@media (max-width: 1440px) {
.container {
	max-width: 1330px;
}

.owl-carousel-banner.owl-carousel .owl-item img {
    display: block;
    width: auto;
    height: 350px;
    margin: auto;
}

.owl-carousel-banner .owl-stage-outer {
    margin: 0px;
    padding: 0px;
    min-height: 400px;
}

.main_menu > li > a {
    font-size: 12px;
}

.main_menu > li > a:hover {
    font-size: 12px;
}

.price-button .price {
    font-size: 14px;
}

.phones a {
    font-size: 14px;
    padding-left: 25px;
}

.phones button {
    font-size: 14px;
    padding-left: 25px;
}

.input-group .form-control {
    width: 180px;
}

.price-button {
    width: 75%;
}

.catalog-menu ul li {
    padding: 25px 30px;
}
}

@media (max-width: 1366px) {
.container {
	max-width: 1330px;
}

.owl-carousel-banner.owl-carousel .owl-item img {
    display: block;
    width: auto;
    height: 350px;
    margin: auto;
}

.owl-carousel-banner .owl-stage-outer {
    margin: 0px;
    padding: 0px;
    min-height: 400px;
}

.main_menu > li {
    padding-right: 20px;
}

.main_menu > li > a {
    font-size: 12px;
}

.catalog-menu ul li a {
    font-size: 12px;
}

.main_menu > li > a:hover {
    font-size: 12px;
}

.catalog-menu ul li a:hover {
    font-size: 12px;
}

.price-button .price {
    font-size: 14px;
}

.phones a {
    font-size: 14px;
    padding-left: 25px;
}

.phones button {
    font-size: 14px;
    padding-left: 25px;
}

.input-group .form-control {
    width: 180px;
}

.price-button {
    width: 75%;
}

.catalog-menu ul li {
    padding: 25px 30px;
}
}


@media (max-width: 1280px) {
.container {
	max-width: 1250px;
}
.social a {
    margin: 15px 0px 15px 5px;
}
}

@media (max-width: 1024px) {
.container {
	max-width: 1010px;
}

.main_menu > li > a {
    font-size: 10px;
}

.social a {
    margin: 15px 0px 15px 5px;
}

.social a svg {
    width: 24px;
    height: 24px;
}

.msmc--light .msmc-toggle {
    font-size: 12px;
}

.catalog-menu ul li {
    padding: 25px 10px;
}

.catalog-menu ul li a {
    font-size: 10px;
}

.catalog-menu ul li .a-marker {
    font-size: 10px;
}

.a-marker svg {
    position: absolute;
    left: -22px;
    width: 15px;
    height: 15px;
    top: -2px;
}

.logo img {
    max-height: 90px;
    padding: 20px 0;
}

.h1-title {
    font-size: 10px;
}

}

.mobilu-bloc a {
    font-size: 18px;
    margin-right: 15px;
    color: #EF7B00;
    font-family: 'Montserrat-Bold';
}


@media (max-width: 767px) {
.table-wrap table {
    width: 100% !important;
    max-width: 100%;
}

.dis-desctops {
    display: none;
}

.dis-mobiles {
    display: block;
}

.adrabota {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 40px 40px;
}

.adrabota p {
    font-size: 14px;
}

.title-page-sob-pro {
    font-family: Montserrat-Bold;
    color: #5B5B5B;
    font-size: 16px;
}

.checkbox-order {
    margin-right: 15px;
    width: 100%;
}

.button-gray-ot {
    font-family: 'Montserrat-Medium';
    font-size: 14px;
    color: #958383;
    border: 1px solid #958383;
    padding: 10px 10px;
    border-radius: 12px;
    display: block;
    margin: 15px 0;
    text-align: center;
    max-width: 200px;
}

.button-gray {
    font-family: 'Montserrat-Medium';
    font-size: 14px;
    color: #958383;
    border: 1px solid #958383;
    padding: 10px 10px;
    border-radius: 12px;
    display: block;
    margin: 15px 0;
    text-align: center;
    max-width: 200px;
}

.mobile-servises {
    display: inline-block;
    cursor: pointer;
}

.mobile-servises-o {
    display: inline-block;
    cursor: pointer;
}

.mobile-servises-g {
    display: inline-block;
    cursor: pointer;
}

.recuva-dos {
    display: none;
}

.recuva-opl {
    display: none;
}

.recuva-gar {
    display: none;
}

.p-dostavka .mobile-servises {
    color: #000;
}

.p-servise {
    margin-bottom: 15px;
}

.scrolsi {
    font-family: 'Montserrat-Bold';
    font-size: 16px;
    color: #EF7B00;
    margin-top: 15px;
    display: block;
}

.product-tabs .tab-content {
    max-height: 200px;
    overflow-x: hidden;
    overflow-y: hidden;
}

.product-tabs .tab-content.active-scrol {
    max-height: max-content;
    overflow-x: hidden;
}

.product-tabs .nav-tabs .nav-link {
    font-size: 14px;
}

.product-resw-b {
    display: none;
}

.product-serv-b {
    display: none;
}

.catalod-product {
    padding: 20px 0px;
}

.catalod-product .marker {
    display: none;
}

.catalod-product .old_price {
    display: inline-block;
    font-size: 12px;
}

.catalod-product p {
    display: none;
}

.catalod-product-img {
    margin-bottom: 15px;
}

.catalod-product h2 {
    font-size: 10px;
}

.articles h4 {
    font-size: 10px;
    min-height: 70px;
}

.reviews-fz {
    background: #fff;
    border-radius: 22px;
    padding: 15px;
    margin-bottom: 20px;
    min-height: 340px;
}

.reviews-fz h3 {
    font-size: 12px;
}

.reviews-fz span {
    font-size: 12px;
}

.reviews-fz a {
    font-size: 10px;
}

.articles p {
    font-size: 10px;
}

.catalod-product .msfavorites {
    margin-bottom: 15px;
}

.imagesu img {
    max-height: 80px;
}

.ownproduction h2 {
    font-size: 10px;
}

.results {
    box-shadow: none;
    border-radius: 20px;
    padding: 0px;
    background: #F3F3F3;
}

.mobilu-bloc {
    display: block;
    margin-bottom: 20px
}

.catal-mob {
    display: block;
    text-align: center;
    margin-top: 10px;
}

.button-cards span {
    font-family: 'Montserrat-Medium';
    font-size: 14px;
    color: #fff;
    display: block;
    margin-left: 10px;
}

.owl-carousel-banner .owl-stage-outer {
    margin: 0px;
    padding: 0px;
    min-height: 400px;
}

.panel-nemu-mob {
    background: #fff;
    width: 100%;
    position: fixed;
    bottom: 0px;
    z-index: 999;
    padding: 10px;
    display: block;
}

.catalog-menus {
    margin-top: 20px;
}

.catalog-menus .men-bt {
    position: absolute;
    top: 30px;
    right: 40px;
}

.catalog-menus h2 a {
    font-family: Montserrat-Bold;
    color: #434343;
    font-size: 18px;
    line-height: 1;
    font-weight: 700;
    margin-bottom: 20px;
}

.cat-menu-l2 span {
    width: 85%;
    padding-left: 10px;
}

.catalog-menus h3 a {
    font-family: Montserrat-Bold;
    color: #434343;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 1.2;
}

.catalog-menus h2 a {
    line-height: 0.8;
}

.cont-dos img {
    max-width: 100%;
    height: auto;
}

.plays-urls {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.plays-urls img {
    transform: rotate(0deg);
    margin-bottom: 10px;
    margin-top: 10px;
}

.plays-urls a {
    margin-left: 0px;
    max-width: 100%;
    margin-bottom: 20px;
}

.ownproduction {
    min-height: auto;
}

.table-wrap {
    overflow-y: scroll;
}

.contents img {
    max-width: 100%;
    height: auto;
}

.owl-carousel-banner h2 {
    font-family: Montserrat-Bold;
    font-size: 18px;
    color: #434343;
    margin-bottom: 20px;
}

.center-mobil {
    text-align: center;
}

.section-page-banner .owl-carousel .button {
    font-size: 14px;
    padding: 10px 20px;
}

.owl-carousel-banner.owl-carousel .owl-item img {
    display: block;
    width: auto;
    max-height: 150px;
    margin: auto;
    margin-top: 20px;
}

.owl-carousel-banner {
    margin-top: 10px;
}

.section-page-banner .owl-carousel .owl-nav {
    position: absolute;
    width: 100%;
    bottom: 30px;
    right: 0px;
    height: 70px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
}

.owl-carousel-banner .owl-item img {
    margin-top: 20px;
}

.about-block {
    padding-right: 0px;
}

.about-block::after {
    display: none;
}

.num-about {
    padding-left: 0px;
}

.banner-category h3 {
    font-size: 12px;
}

.banner-category {
    padding: 15px;
}

.panel-nemu-mob .button-cards {
    width: 34px;
    height: 34px;
}

.owl-carousel-str .mini-card h3 {
    font-size: 10px;
}

.owl-carousel-str .mini-card p {
    font-size: 8px;
    line-height: 1.2;
    min-height: 42px;
    display: none;
}

.owl-carousel-str .manager-button .button-cards {
        width: 30%;
        height: 34px;
}

.owl-carousel-str .button-cards {
    width: 100%;
    height: 34px;
}

.owl-carousel-str .mini-card-button {
    width: 34px;
    height: 34px;
}

.owl-carousel-str .button-cards svg {
    width: 23px;
    height: 21px;
}

.owl-carousel-str .mini-card-button svg {
    width: 20px;
    height: 16px;
}

.price-button .old_price {
    display: none;
}

.articles .aurl {
    font-size: 10px;
}

.owl-carousel-str .price-button .price {
    font-size: 10px;
}

.h1-about {
    font-family: Montserrat-Bold;
    color: #EF7B00;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
}

.num-about {
    font-size: 32px;
}

.advantages p {
    font-size: 12px;
}

.advantages {
    padding: 20px 20px;
}

.owl-carousel-str .manager p {
    font-size: 10px;
    line-height: 1.2;
    min-height: 38px;
}

.owl-carousel-str .manager h3 {
    font-size: 12px;
    min-height: 40px;
}

.owl-carousel-str .manager .contens {
    padding: 10px;
}

.owl-carousel-str .phone-manager {
    font-size: 12px;
}

.owl-carousel-str .email-manager {
    font-size: 12px;
}

.owl-carousel .owl-item .manager img {
    width: 100%;
}

.owl-carousel .owl-item .partner img {
    width: 100%;
}

.section-page-footer p {
    font-size: 14px;
}

.about .num-about p {
    font-size: 14px;
}

.owl-carousel-str .mini-card {
    padding: 15px;
}

.owl-carousel-str .vorites-slid {
    position: absolute;
    top: 17px;
    right: 15px;
}

.sp-row {
    min-height: auto;
}

.title-page {
    font-size: 18px;
    margin-bottom: 35px;
}

.reviews .nav-tabs .nav-link {
    font-size: 12px;
    padding: 10px 15px;
}

.reviews .nav-tabs .nav-link.active {
    font-size: 12px;
    padding: 10px 15px;
}

.owl-prev {
    left: 0px;
}

.owl-next {
    right: 0px;
}

.part .owl-prev {
    left: 0px;
}

.part .owl-next {
    right: 0px;
}

.button-white {
    display: block;
}

.section-page-rel {
    bottom: 40px;
}

.title-page-str {
    font-size: 16px;
    margin-bottom: 15px;
}

.title-page-str-t {
    font-size: 16px;
    margin-bottom: 0px;
}

.b-breadcrumbs__list {
        display: flex;
        white-space: nowrap;
        flex-wrap: nowrap;
        overflow-x: scroll;
}

.brends {
    text-align: left;
}

.marker {
    font-size: 12px;
    padding: 5px 10px;
    margin-bottom: 10px;
}

.product-detal {
    padding: 15px;
}

#sync2 {
    padding: 0 0px;
}

#sync2.owl-theme .owl-nav [class*=owl-] {
    display: none !important;
}

.print-block {
    padding: 20px 10px;
    display: none;
}

.stoc {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 15px;
}

.product-tabs {
    padding: 15px 15px;
}

.product-tabs .nav.nav-tabs {
    display: block;
}

.section-page-str {
    padding: 10px 0;
    margin-top: 0px;
}

.price-button {
    width: 100%;
    margin-bottom: 10px;
}

.product-tabs .nav-link {
    display: block;
    padding: 0 0px 5px 0px;
    margin-bottom: 10px;
}

.product-tabs .nav-tabs {
    margin-bottom: 20px;
}

.row-tehhar {
    display: block;
}

.col-tehhar {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-right: 0px;
}

.col-tehhar2 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-right: 0px;
}

.conts-form img {
    display: none;
}

.conts-form h4 {
    margin-bottom: 15px;
    margin-top: 15px;
    font-size: 18px;
}

.conts-form p {
    font-size: 14px;
}

.button {
    font-size: 14px;
    padding: 15px 30px;
}

.conts-form .button {
    width: 100%;
    margin-bottom: 15px;
}

.conts-form {
    padding: 0px 15px;
}

.section-page {
    padding: 20px 0;
}

.product-viber {
    position: relative;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 1000%;
    padding-left: 30px;
    margin-bottom: 15px;
}

.servis-block h2 {
    font-size: 24px;
}

.servis-block-l h2 {
    font-size: 24px;
}

.svez img {
    max-width: 140px;
    max-height: 140px;
}

.servis-block-l img {
    border-radius: 0px 0px 0px 0px;
    width: 100%;
}

.section-servis h1 {
    padding-top: 20px;
}

.section-servis {
    padding: 20px 0 20px 0;
}
}

.sidebar {
	width: 100%;
}

.sidebar-toggle,.sidebar-close {
	display: none;
}

@media (max-width:768px) {
	.sidebar-offcanvas {
		position: fixed;
		top: 0;
		width: 320px;
		height: 100%;
		padding: 42px 24px 30px;
		background-color: #fff;
		box-shadow: 0 0 0 0 rgba(0,0,0,0.15);
		z-index: 9910;
		overflow-y: auto;
		-ms-overflow-style: none;
	}

	.sidebar-offcanvas.position-right {
		right: -320px;
		transition: right 0.4s cubic-bezier(0.785,0.135,0.15,0.86) 0.3s,box-shadow 0.3s 0.3s;
	}

	.sidebar-offcanvas.position-left {
		left: -320px;
		transition: left 0.4s cubic-bezier(0.785,0.135,0.15,0.86) 0.3s,box-shadow 0.3s 0.3s;
	}

	.sidebar-offcanvas.open {
		box-shadow: 0 0 50px 3px rgba(0,0,0,0.15);
	}

	.sidebar-offcanvas.open.position-right {
		right: 0;
	}

	.sidebar-offcanvas.open.position-left {
		left: 0;
	}

	.sidebar-close {
		display: block;
		position: absolute;
		top: 8px;
		right: 15px;
		color: #606060;
		font-size: 24px;
		cursor: pointer;
	}

	.sidebar-offcanvas::-webkit-scrollbar {
		display: none;
	}

	.sidebar-toggle {
    display: inline-block;
    text-align: center;
    width: 100%;
	}
}

@media print {
	.header1, .footer, .section-page-str, .section-page, .section-page-footer, .btn-back-to-top {
		display: none !important;
	}
	body{
	    -webkit-print-color-adjust:exact !important;
	    print-color-adjust:exact !important;
	}
	
	blockquote {
	    border-top: none;
	    border-bottom: none;
	    border-right: none;
	}
	.panel-nemu-mob {
	    display: none;
	}
	
	.catal-mob {
	    display: none;
	}
	
	.img-print img {
	    width: 300px;
	}
	
	.print-body {
	    display: block;
	}
	
.title-page-str {
    font-size: 18px;
    margin-top: 15px;
}

.title-page-str-t {
    font-size: 18px;
    margin-top: 15px;
}

.company-inform img {
    width: 200px;
    padding-left: 20px;
}

.logo-compas {
    width: 200px;
    margin-bottom: 15px;
    margin-right: 15px;
}

.company-inform .inform-rec {
    width: 100%;
    padding-left: 20px;
    margin-bottom: 15px;
}

.col-tehhar {
    font-size: 12px;
    padding: 5px 20px;
}

.col-tehhar2 {
    font-size: 12px;
    padding: 5px 20px;
}

.brends {
    text-align: left;
}

.detal-price {
    margin-bottom: 10px;
}

.img-print {
    width: 300px;
    padding-right: 20px;
    margin-bottom: 15px;
}

.names-print {
    width: 300px;
    margin-bottom: 15px;
}

.company-inform {
    width: 100%;
    margin-bottom: 15px;
}

.company-inform p {
    font-size: 14px;
    color: #5B5B5B;
}

@page{size:auto; margin:5mm 5mm 5mm 10mm;}
	
}

