/* @font-face {
    font-family: 'Helvetica';
    src: url('../fonts/HelveticaNeue.ttf');
   
    font-weight: normal;
    font-style: normal;
}  */

@font-face {
    font-family: 'DIN Next W1G';
    font-display: swap;
    src: url('fonts/dinnextw1g.otf');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'DIN Next W1G';
    font-display: swap;
    src: url('fonts/dinnextw1g_medium.otf');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'CocoGothic';
    font-display: swap;
    src: url('fonts/CocoGothic-Bold_trial.ttf');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'DIN Next W1G';
    font-display: swap;
    src: url('fonts/dinnextw1g_bold.otf');
    font-weight: 700;
    font-style: normal;
}

* {
    font-family: 'DIN Next W1G', sans-serif;
}

html{
    height: 100%;
}

/* * {
    border: 1px solid #f00; } */
body{
    margin: 0;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.bx-nav-1-lvl>a span {
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 16px;
    padding: 0px 0px 0px; 
    color: #6B2D08;
}

.container{
    flex-grow: 1;
}
footer{
    flex-shrink: 0;
}
a:focus {
    outline:none !important;
}
button:focus {
    outline:none !important;
}
.col-lg-2.phoneBtn {
    display: none;
}
.firstslider:after {
    content: "";
	display: block;    
	width: 100%;
	height: 100%;    
	position: absolute;
	top: 0;      
	left: 0;   
	background: transparent;
	background-image: linear-gradient(to left, #11de93, #0e7ad6);
	opacity: 0.8;
}
.personalMan{
    display: flex !important;
    top: 36% !important;
    width: 190px !important;
    height: 40px !important;
    background: #6B2D08 !important;
    border-radius: 2px !important;
    align-items: center !important;
}
.navbar-expand-lg .navbar-nav {
    width: 100% !important;
}
.personalMan:hover {
    color: #fff !important;
    text-decoration: none !important;
}
.personalMan::before {
    margin-right: 10px !important;
    content: url(images/smarthomeImg/person_new.svg) !important;
}
.hedrbackgr{
    background: #EFDDC3;
}
.navbar{
    outline: none;
}

.product-item-container{
    outline: none;
}
p{
    margin: 0;
    padding: 0;
}
ul{
    padding: 0;
    margin: 0;
}
ul li{
    text-decoration: none;
    list-style-type: none;
}
a{
    color:black;  
}
a:hover{
    color: black;
    text-decoration: none;
}
footer{
    margin-top: 120px;
    background: #EFDDC3;
}
.nav>li>a {
    padding: 10px 15px;
    display: block;
    font-weight: 400;
    font-size: 15px;
    color: #6B2D08;
}
.nav>li>a:hover {
    text-decoration: none;
    background-color: #eee;
}
.license {
    margin-top: 72px;
}
h2{
    font-family: 'CocoGothic';
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 55px;
    color: #6B2D08;
    margin-bottom: 40px;
    margin-top: 20px;
}

.logoImg{
    padding: 28px 0px;
}
.headerInfo {
    text-align: right;
}
.headerInfo ul{
    padding: 30px 0px;
   
}
.headerInfo ul li{
    padding:4px;
}
.headerInfo_wrapper{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    text-align: left;
}
.headerRightSide{
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    /* display: flex;
    align-items: center; */
    color: #6B2D08;
    margin: 15px 0 0 0 !important;
}

.headerRightSide a {
    color: #6B2D08 !important;
}
.navbords{
    margin: 25px 0px;
}
.navmenuheadr{
    margin: auto;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #3D3D3D;
}

.box {
    width: 65%;
}
.personalMan{
    /* position: absolute;
    right: 0;
    top: 5px; */
    margin-left: auto;
    color: white;
    padding:10px 20px;
    background: #58C1FF;
    border-radius: 30px;
    font-size: 14px;
    line-height: 16px;
    color: #FFFFFF;
}
.twobtnRelase{
    margin-top: 40px;
}
.navbar-expand-lg .navbar-nav {
    
    width: 80%;
}
.personalMan::before{
    margin-right: 10px;
}
#contactNumber{
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    color: #6B2D08;

}
.navbar{
    padding: 20px 0px 30px 0;
}
.navbar ul li{
    padding: 0px 8px;
}
.navbar ul {
    width: 100%;
    margin-right: 0px !important;
}
.navbar-collapse.collapse.show ul li{
    padding: 5px 0px;
}


/* first slider */
.owl-nav button:first-child{
    position: absolute;
    left: 3%;
    top: 150px;
    
    
}
.owl-nav button:last-child{
    position: absolute;
    right: 3%;
    top: 150px;
    
    
}
.owl-next span{
    content: url(images/smarthomeImg/arrow2.png);
}
.owl-prev span{
    content: url(images/smarthomeImg/arrow1.png);
}
.onbacgroundFirstslider{
    background: rgba(0,0,0,.3);
    height: 340px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.containerTofirstSld{
    padding-top: 80px;
}
.firstTextfslide{
    font-family: 'CocoGothic';
    font-style: normal;
    font-weight: 700;
    font-size: 50px;
    line-height: 55px;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    color: #fff;
}
.scondTextfslide{
    width: 100% !important;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    display: flex;
    align-items: center;
    color: #fff;
}

/* two slider */

.sliderTwocont{
    background: #FFFFFF;
    border: 1px solid #D48239;
}
.sliderTwocont img{
    width: 100%;
    height: 200px;
}

.dateNewsblock{
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    color: #292929;
    margin-top: 15px;
    margin-bottom: 10px;
}
.infoNewsblock{
    margin-bottom: 75px;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.02em;
    color: #6B2D08;
}
.news_infoNewsblock{
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 18px;
    color: #6B2D08;
    margin-bottom: 20px;
}
.d-block{
    font-size: 14px;
    line-height: 16px;
    color: #3D3D3D;
}
.reklamkapng_title{
font-weight: normal;
font-size: 24px;
line-height: 30px;
align-items: center;
color: #000000;
}
.reklamkapng_surprice {
    font-weight: 700;
    color: #C02D5A;
}
.reklamkapng_subtitle {
    margin-top: 43px;
    font-size: 12px;
    line-height: 18px;
    color: #000000;
}

.btnMoreinf{
    font-weight: 400;
    font-size: 19px;
    line-height: 20px;
    text-decoration-line: underline;
    color: #292929;
    padding: 3px 0px;
    box-sizing: border-box;
    border-radius: 30px;
    position: absolute;
    bottom:15px;
    text-decoration: revert;
}
.cntrolbtnslide .owl-nav button:first-child{
    position: absolute;
    top: 0;
    left: -40px;
    margin-left: 10px;
}
.cntrolbtnslide .owl-nav {
    padding-left: 40px;
    position: absolute;
    right: 45px;
    top: -80px;
    
}
.cntrolbtnslide .owl-nav button:last-child{
    position: absolute;
    top: 0;
    right: -44px;
    margin-right: 10px;
}

.cntrolbtnslide .owl-next {
    width: 40px;
    height: 40px;

}

.cntrolbtnslide .owl-next span{
    content: url(images/smarthomeImg/right.svg);
    width: 40px;
    height: 40px;
    border: 1px solid #6B2D08;
    padding: 8px 13px;
}

.cntrolbtnslide .owl-prev {
    width: 40px;
    height: 40px;
}

.cntrolbtnslide .owl-prev span{
    content: url(images/smarthomeImg/left.svg);
    width: 40px;
    height: 40px;
    border: 1px solid #6B2D08;
    padding: 8px 13px;
}
#lastbtnOutnews{
    text-align: center;
}
.btnoutNews{
    display: block;
    padding: 10px 30px;
    font-weight: 400;
    font-size: 19px;
    line-height: 20px;
    color: #FFFFFF;
    background: #D48239;
    border-radius: 2px;
    width: 177px;
    height: 40px;
    margin: 0 auto 15px auto;

}
.btnoutNews:hover {
    color: #fff;
}
.tobtnthis{
    margin:15px 0px;
    
}
.controlImageServ{
    object-fit: cover;
    height: 205px;
}
.reklamkapng{
    background: #EBEBEB;
    display: flex;
    text-align: center;
    margin-bottom: 70px;
    margin-top: 55px;
}
.reklamkapng_wrapper {
    display: flex;
    flex-direction: column;
    text-align: left;
    justify-content: space-around;
    padding-left: 38px;
}
.sliderThreecont{
    margin: 0px 10px;
    background: #FCFCFC;
    box-shadow: 0px 2px 4px rgba(213, 218, 221, 0.25);
    border-radius: 0px 0px 8px 8px;
}
.popularText{
    margin: 10px 10px;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #3D3D3D;   
}
.pricePopular{
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 20px;
    margin-left: 15px;
    
    color: #3D3D3D; 
}
.hhhhhh{
    margin-top: 25px;
   
}
.totalpriceItem{
    margin-right: 10px;
}
.aaaaaaa{
    margin-top: 30px;
    padding-bottom: 20px;
}
.ptextPriceI{
    width: 25px;
    text-align: center;
}
.imgForSetItem{
    width: auto !important;
}
.btnOrderthis{
    padding: 5px 15px;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 18px;
    color: #3D3D3D;
    border: 1px solid #58C1FF;
    box-sizing: border-box;
    border-radius: 30px;
}
.btnOrderthis::before{
    content: url(images/smarthomeImg/shopping-cart.svg);
    margin-right: 5px;
}

.InfoNextPg{
    font-weight: 400;
    font-size: 19px;
    line-height: 20px;
    text-decoration-line: underline;
    color: #292929;
    margin-top: 16px;
}
.firsttextInfobl{
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
    color: #6B2D08;
    margin-bottom: 10px;
}
.secondtextInfobl{
    display: flex;
    flex-direction: column;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #292929;
}
.innertextInfo{
    padding: 20px 20px 20px 35px;
}
.bacgrounInfo{
    background: #FFFFFF;
    box-shadow: 2px 0px 7px rgba(0, 0, 0, 0.15), 3px 4px 7px rgba(0, 0, 0, 0.15);
    border-radius: 0px;
    margin:0px 10px;
    position: relative;
    height: 100%;
}

.bacgrounInfo::before{
    position: absolute;
    content: url(images/smarthomeImg/nelpful.svg);
    left: -20px;
    top: 8%;
}
.navItemthis{
    font-style: normal;
    font-weight: normal;
    font-size: 10px;
    line-height: 12px;
    color: #3D3D3D;
}

/* kpn_page */

.kpn_facetext{
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.02em;
    color: #3D3D3D;
}
.kpn_imagelp{
    width: 478px;
    height: 478px;
    width: 100%;
}
.kpn_licens{
    margin: auto;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 18px;
    color: #C02D5A;
}
.kpn_licens::before{
    content: url(images/smarthomeImg/pdfbefr.png);
    margin-right: 10px;
}

/*  ruk_text  */
.ruk_namepersonal{
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 20px;
    color: #3D3D3D;
    margin-bottom: 12px;
}
.ruk_tagPersonal{
    margin-bottom: 20px;
    font-style: normal;
    font-size: 16px;
    line-height: 18px;
    color: #6B2D08;
}
.ruk_textPrsonal{
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.02em;
    color: #3D3D3D;
    margin: 0px 0px 10px 0;
}
.ruk_prsonalCard{
    margin: 20px 0px 40px 0;
}
.news_block{
    background: #FFFFFF;
    border: 1px solid #D9E5ED;
    box-sizing: border-box;
    padding: 15px;
}
.news_emailfield{
    border: none;
    outline: none;
    outline-offset: 0;
    width: 265px;
    height: 44px;
    padding: 10px 15px;
    background: #ffffff;
    border: 1px solid #ABABAB;
    box-sizing: border-box;
    border-radius: 2px;
}
.news_emailpos{
    text-align: right;
}
.btn-subscribe {  
    background: #D48239;
    border-radius: 2px;
    width: 306px;
    height: 44px;
}
.newsin_sliderN{
    margin: 0px 5px;
    background-color: #3D3D3D;
}

.news_blockNewpos{
    margin: auto;
}
.news_checkLicenpos{
    margin: auto;
    margin-top: 10px;
    text-align: right;
}
.news_block{
    margin: 20px 0px;
}
.news_blockNewpos3 span{
    padding: 10px 25px;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 18px;
    color: #FFFFFF;
    background: #58C1FF;
    border-radius: 30px;
}
.news_checkLicenpos p{
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 12px;
    color: #595959;
}
.news_topBlock{
    margin-bottom: 20px;
    padding: 20px 0px;
    /* background: linear-gradient(90deg, #EAF3F8 0%, rgba(234, 243, 248, 0.2) 100%); */
}
.news_dateNewsblock{
    margin-bottom: 13px;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.02em;

    color: #7A7A7A;
}
.newsin_1text{
    margin: 15px 0px;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 27px;
    color: #6B2D08;
}
.news_paginBtn{
    padding-left: 12px;
    padding-top: 5px;
    height: 36px;
    width: 36px;
    margin: 0px 8px;
    background: #FFFFFF;
    border: 1px solid #58C1FF;
    box-sizing: border-box;
    border-radius: 30px;
}
.news_nTxt{
    margin-bottom: 45px;
    margin-top: 5px;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.02em;
    color: #3D3D3D;
}
.news_pagination {
    margin-top: 20px;
}
.news_btnMoreInfo{
    position: absolute;
    bottom: 0;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 18px;
    border-radius: 30px;
    color: #3D3D3D;
}
/* footre */

.footrMainul{
    padding-top: 25px;
    margin: auto;
    display: flex;
}
.footrMainul img{
   
    width: 200px;
    height: 40px;
    
}
.firstLimar{
    margin-left: 0px !important;
}
.lastLimar{
    margin-top: 7px!important;
    margin-right: 0px !important;
}
.footrMainul > li{
    margin: auto;
    display: inline-block;
    
}
.footrlastChildcon{
    text-align: left;
    
}
.phoneMan {
    display: none;
    background: #F3FBFF;
}
.copyrightflex{
    text-align: left !important;
    letter-spacing: 0.02em;
    padding-bottom: 12px;
    padding-top: 40px;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    color: #6B2D08;
}
.footrmobile{
    display: none;
}
#bx-soa-total-mobile{
    display: none !important;
}
.link_wrapper{
    display: flex;
    flex-direction: row;
    justify-content:space-between;
}
.luckru {
    letter-spacing: 0.02em;
    padding-bottom: 12px;
    padding-top: 40px;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.02em;
    color: #7A7A7A;
}
.luckru:hover{
    color: #7A7A7A;
}




/*  */

.hedrbackgr > div > .row{
    justify-content: space-between;
    align-items: center;
}
.hedrbackgr > div > .row > div{
    /* margin: auto; */
}

/*  */

.other_services-overlay {
    display: none;
    z-index: 20;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color:rgba(84, 84, 84, 0.9);
}

.other_services-overlay .form {
    font-family: 'Open Sans';
    z-index: 21;
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    width: 434px;
    height: 650px;
    background-color:#fff;
    padding: 16px 25px 33px 25px;
}

.other_services-overlay .form .modal_close {
    position: absolute;
    top: 0;
    right: 16px;
    font-size: 46px;
    color: #444434;
    cursor: pointer;
}

.other_services-overlay .form .form_title {
    margin-top: 30px;
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 30px;
    text-align: center;
    color: #3D3D3D;
}

.other_services-overlay .form .form_input {
    margin-top: 10px;
}

.other_services-overlay .form .form_input label {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    color: rgba(61, 61, 61, 0.5);
}

.other_services-overlay .form .form_input .label_error {
    display: none;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 18px;
    color: #C02D5A;
}

.other_services-overlay .form .form_input label.important::after {
    margin-left: 2px;
    color: #C02D5A;
    content: " *";
    font-size: 14px;
}

.other_services-overlay .form .form_input input, textarea {
    width: 100%;
    min-height: 40px;
    border: 1px solid #ABABAB;
    box-sizing: border-box;
    border-radius: 2px;
    padding: 11px 0 11px 15px;
    font-style: normal;
    font-weight: normal;
    font-size: 16px !important;
    line-height: 18px;
    color: #3D3D3D;
}

.other_services-overlay .form .form_input input::-webkit-input-placeholder  {
    color: rgba(61, 61, 61, 0.5);
}

.other_services-overlay .form .form_input input::-moz-placeholder {
    color: rgba(61, 61, 61, 0.5);
} 

.other_services-overlay .form .form_input input.error {
    border: 1px solid #C02D5A;
}

.other_services-overlay .form .form_input  textarea {
    height: 60px;
    resize: none;

}

.other_services-overlay .form .form_input input, textarea:focus {
    outline: none;
    box-shadow: none;
}


.other_services-overlay .form .form_btn {
    margin-top: 20px;
    width: 100%;
    height: 44px;
    background: #D48239;
    border-radius: 2px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    border: none;
}

.other_services-overlay .form .form_policy {
    margin-top: 12px;
}

.other_services-overlay .form .form_policy input {
    display: none;
}

.custom-checkbox+label {
    display: inline-flex;
    align-items: center;
    user-select: none;
}
.custom-checkbox+label::before {
    content: '';
    display: inline-block;
    width: 14px;
    height: 13px;
    flex-shrink: 0;
    flex-grow: 0;
    border: 1px solid rgba(61, 61, 61, 0.6);
    border-radius: 2px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
    cursor: pointer;
}

.custom-checkbox:checked+label::before {
    background-image: url("images/custom-checkbox.svg");
    background-size: 10px 7px;
}

.custom-checkbox.error+label::before{
    content: '';
    border: 1px solid #C02D5A;
}
.other_services-overlay .form .form_policy span {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 18px;
    color: rgba(61, 61, 61, 0.6);
} 

.other_services-overlay .form .form_policy span a {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 18px;
    color: rgba(61, 61, 61, 0.6);
    text-decoration: underline;
}

.other_services-overlay .form .form_link {
    display: block;
    margin-top: 10px;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #D48239;
    text-decoration: underline;
}

.other_services-overlay .form .form_link:hover {
    text-decoration: none;
}


.other_services-wrapper {
    margin-top: 20px;
    width: 245px;
    height: 330px;
    background: #FFFFFF;
    border: 1px solid #D48239;
    border-radius: 0px 0px 2px 2px;
    padding: 42px 13px 32px 13px;
}

.other_services-icon {
    display: block;
    margin: 0 auto;
    cursor: pointer;

}
.other_services-title {
    margin-top: 33px;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    color: #292929;
    text-align: center;
    cursor: pointer;
}

.other_services-btn {
    margin-top: 44px;
    width: 100%;
    height: 36px;
    border: none;
    background: #D48239;
    border-radius: 2px;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    color: #FFFFFF;
}

.message_sent-overlay {
    display: none;
    z-index: 20;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color:rgba(84, 84, 84, 0.9);
}

.message_sent-overlay .message_sent-text {
    font-family: 'Open Sans';
    z-index: 21;
    position:absolute;
    top:50%;
    left:50%;
    font-size: 22px;
    text-align: center;
    transform:translate(-50%,-50%);
    width: 434px;
    height: 280px;
    background-color:#fff;
    padding: 16px 25px 33px 25px;
    border-radius: 2px;
}

.message_sent-overlay .message_sent-text span {
    display: block;
    margin-top: 60px;
}

.message_sent-overlay .modal_close {
    position: absolute;
    top: 0;
    right: 16px;
    font-size: 46px;
    color: #444434;
    cursor: pointer;
}

.slider__control {
    width: 40px !important;
    height: 40px !important;
    padding: 10px 13px;
    border: 1px solid #6B2D08;
}

.slider__control_left::before {
    background-image: url(/bitrix/templates/eshop_bootstrap_v4/images/smarthomeImg/left.svg) !important;
    background-position: center;
    width: 100% !important;
    height: 100% !important;
    padding: 0 !important;
}

.slider__control_right::before {
    background-image: url(/bitrix/templates/eshop_bootstrap_v4/images/smarthomeImg/right.svg) !important;
    background-position: center;
    width: 100% !important;
    height: 100% !important;

}

@media(max-width: 1200px){
    .headerInfo_wrapper{
        width: 360px;
    }

    .other_services-wrapper {
        width: 285px;
    }
}


@media(max-width: 995px){
    .other_services-wrapper {
        width: 205px;
    }

    .navbar-collapse {
        margin-top: 20px;
    }
    .hedrbackgr {
        padding-top: 5px;
        position: absolute;
        z-index: 1;
        width: 100%;
        height: 99px;
    }
    .navbar-toggler {
       margin-top: 13px;
       z-index: 2;
    }
    .navbar-toggler {
        margin-right: auto;
        margin-left: 0 !important;

     }
     .infoNewsblock {
         margin-bottom: 0;
         font-size: 16px;
         padding-bottom: 20px;
     }
     .headerInfo {
         display: none;
     }
     .col-lg-2.phoneBtn {
        display: block;
    }
    .phoneMan{
        display: block;
        top: 36% ;
        width: 36px;
        height: 36px;
        border: 1px solid #C02D5A;
        border-radius: 2px;
        padding: 8px 9px 10px 9px;
    }
    .phoneMan::before {
        margin-right: 10px;
        content: url('images/smarthomeImg/phone.svg');
    }
    .personalMan {
        font-size: 0;
    }
     .personalMan::before {
        position: absolute;
        top: 7px;
        left: 28%;
     }
    .checkmobileStatusRemove{
        display: none;
    }
    .product-item-image-alternative{
        opacity: 1;
    }
    .news_pagination a{
       margin: auto;
    }
    .news_nTxt{
        margin-bottom: 50px;
    }
    .news_topBlock{
        text-align: center;
    }
    .news_emailpos {
        text-align: center;
        margin-bottom: 30px;
    }
    .twobtnRelase{
        margin-top: 0px;
    }
    .footrMainul > li {
        margin: 0;
    }
    .reklamkapng{
        text-align: center;
        margin-bottom: 50px;
        margin-top: 40px;
    }
    .reklamkapng_title{
        font-size: 18px;
    }
    .reklamkapng_wrapper {
        padding: 20px;
    }
    .reklamkapng img {
        height: 100%;
    }
    #contactNumber {
        font-size: 14px;
    }
    .headerRightSide {
        font-size: 14px;
    }
    .news_checkLicenpos {
        margin-top: 20px;
    }
    .bestInfohouse{
        margin: 10px 0px;
    } 
    .btnOrderthis{
        font-size: 14px;
        line-height: 12px;
    }
    .sliderThreecont{
        
        margin: 0px 5px;
    }
    .btnOrderthis::before{
        content:'';
        margin-right: 5px;
    }
    .owl-nav button:last-child {
        position: absolute;
        right: 0;
        top: 150px;
        margin-right: 10px;
    }
    .owl-nav button:first-child {
        position: absolute;
        right: 0;
        top: 150px;
        margin-left: 10px;
    }
    .personalMan {
        top: 8px;
        
    }
    .containerTofirstSld {
        padding-top: 80px;
        margin-left: 90px;
        width: 74%;
    }
      .personalMan{
        width: 36px !important;
        height: 36px !important;
    } 
    .personalMan::before {
        margin: 0 auto !important;
        align-items: center !important;
    }
    #lastbtnOutnews {
        margin-top: 20px;
    }
    /* .hedrbackgr > div > .row > div{
        padding: 0;
    } */
    .personalBtn .personalMan{
        position: relative;
        top: 0 !important;
    }
    .col-3.personalBtn {
        margin-right: inherit;
    }
    /*  */
    .lastchildFtrmobil img {
        padding-top: 30px;
        width: 100%;
    }
    .logoImg {
        margin-top: 6px;
        align-items: center; 
        padding: 0%;  
     }

    .navbar-toggler-icon {
        width: 25px;
        height: 25px;
    }

    .navbar-toggler {
        margin-top: 20px;
    }

    .phoneBtn {
        position: absolute;
        right: -5px;
    }

    .personalBtn {
        position: absolute;
        right: -60px;
    }
}
@media(max-width:770px){

    .other_services-wrapper {
        width: 145px;
    }

    .navbar-toggler-icon {
        width: 20px;
        height: 20px;
    }

    .phoneBtn {
        position: static;
        padding-right: 36px !important;
        max-width: 36px !important;
    }
    .personalBtn {
        position: static;
        /* padding: 0 !important; */
    }
    .ruk_prsonalCard{
        text-align: center;
    }
    .ruk_prsonalCard img{
        width: 100%;
    }
    .ruk_namepersonal{
        margin-top: 20px;
    }
    .ruk_tagPersonal{
        text-align: left;
        margin-left: 15px;
    }
    .ruk_textPrsonal {
        
        text-align: left;
        margin-left: 15px;
    }
    .kpn_facetext{
        margin-top: 20px;
        margin-bottom: 40px;
    }
    .hedrbackgr > div > .row {
        align-items: inherit;
    }
    .kpn_licens{
        text-align: left;
    }
    .kpn_imgSertif img{
        margin: auto;
    }
    .firstslidermobil{
        max-width: 100%;
        padding-left:0px !important;
        padding-right: 0px !important;
    }
    .lastchildFtrmobil ul{
        margin-top: 25px;
    }
    .sliderTwocont img {
        padding: 14px;
        height: 100%;
    }
    .follow {
        font-weight: 600;
        font-size: 28px;
        line-height: 26px;
        color: #C02D5A;
    }
    .news_dateNewsblock {
        margin-top: 12px;
    }
    .firstslider1 {
        background-size: cover !important;
    }
    .footrMainul{
        display: none;
    }
    .footrmobile{
        padding-top: 10px;
        display: block;
    }
    .fotrmobileNav{
        font-style: normal;
        font-weight: normal;
        font-size: 10px;
        line-height: 14px;
        color: #3D3D3D;
    }
    .btnMoreinf {
		position: relative;
		padding-top: 20px;
        bottom: 0;
	}
    .btnoutNews{
        padding: 8px 20px;
        font-size: 13px;
        line-height: 15px;
    }
    .hedrbackgr {
        padding-top: 17px;
        position: absolute;
        z-index: 1;
        width: 103%;
        height: 87px;
    }
    .logoImg {
        padding: 0;
        margin-top: -6px;
    }
    .fotrmobileNav li{
        padding: 3px 0px;
    }
    .lastchildFtrmobil{
        text-align: center;
    }
    .lastchildFtrmobil img{
        padding-top: 30px;
        width: auto;

    }
    .containerTofirstSld {
        padding-top: 70px;
        margin-left: 70px;
        width: 74%;
    }
    #contactNumber{
        font-size: 12px;
        line-height: 12px;
    }
    .headerRightSide{
        font-size: 16px;
        line-height: 16px;
    }
    .logoImg {
        width: 100%;
        /* padding: 26px !important; */
    }
    .footrmobile{
        display: flex;
       flex-direction: column-reverse;
   }
   .reklamkapng {
    display: flex;
    flex-direction: row;
    margin-bottom: 50px;
    margin-top: 40px;
    }
    .reklamkapng_title {
        font-size: 16px;
        line-height: 24px;
        padding-top: 0px;
    }
    .reklamkapng_subtitle{
        padding-bottom: 0px;
        margin-top: 15px;
    }
    .reklamkapng img {
        height: 100%;
    }
    .reklamkapng_wrapper {
        padding: 10px 20px 10px 10px;
    }

    .navbar-toggler {
        margin-top: 13px;
       z-index: 2;
    }
    .lastchildFtrmobil ul{
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        padding-bottom: 15px;
    }
    #contactNumber {
        display: none;
    }
    .headerRightSide:nth-child(2) {
        font-weight: 600;
        font-size: 15px;
        white-space: nowrap;
    }
    .headerRightSide {
        font-weight: 600;
        font-size: 15px;
        padding-right: 40px;
    }
    .headerInfo {
        display: none;
    }
    .col-2.phoneBtn {
        display: block;
    }
    .luckru {
        padding-right: 40px;
    }
    #lastbtnOutnews {
        margin-top: 20px;
    }
    .box {
        width: 100%;
    }
    .firstTextfslide {
        font-size: 28px;
    }
    .scondTextfslide {
        font-size: 16px;
    }
    .ruk_namepersonal {
        text-align: left;
        margin-top: 15px;
    }
    .ruk_tagPersonal {
        margin-left: 0;
    }
    .ruk_textPrsonal {
        margin-left: 0;
    }
    .row.news-list.bx-blue  {
        margin-top: 75px;
    }
}

@media (max-width: 1200px) {
    .other_services-overlay .form {
        max-height: calc(100vh - 56px);
        overflow-y: scroll;
    }
}

@media (max-width: 575px) {

    .other_services-wrapper {
        margin: 20px auto 0 auto;
        width: 245px;

    }
    .other_services-overlay .form {
        width: 320px;
        padding: 13px 20px 34px 20px;
        
    }

    .other_services-overlay .form .form_title {
        font-size: 20px;
    }

    .other_services-overlay .form .modal_close {
        top: -10px;
        right: 13px;
    }

    .message_sent-overlay .message_sent-text {
        font-size: 20px;
        width: 310px;
        height: 280px;
        padding: 16px 10px 33px 10px;
    }
    
}

@media (max-width: 320px) {
    .other_services-overlay .form {
        width: 290px;
        padding: 13px 8px 34px 8px;
    }
}

@media(max-width:400px){
    .navbar-toggler {
        border: none !important;
    }

    .navbar {
        margin-bottom: 0 !important;
    }
    .slider {
        margin: 0;
    }
    .btnordmobile{
        text-align: right;
    }
    .btnOrderthis{
        margin-right: 40px;
    }
    .link_wrapper {
        flex-direction: column;
    }
    .luckru {
        padding-top: 20px;
    }
    .copyrightflex{
        padding-bottom: 0px;
    }
    #lastbtnOutnews {
        margin-top: 20px;
    }
    .firstTextfslide {
        font-size: 23px;
        line-height: 33px;
    }
    .scondTextfslide {
        width: 100%;
        font-size: 15px;
        line-height: 21px;
        font-weight: 500;
    }
	.btnMoreinf {
		position: relative;
		padding-top: 20px;
        bottom: 0;
	}
    .containerTofirstSld {
        margin-left: 49px;
        width: 86%;
    }
    .box {
        width: 100%;
    }
    .infoNewsblock {
        margin-bottom: 20px;
    }
    .news_wrapper {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .reklamkapng {
        display: flex;
        flex-direction: column;
    }
    .reklamkapng_title {
        font-size: 16px;
        line-height: 24px;
        padding-top: 20px;
    }
    .reklamkapng_subtitle{
        padding-bottom: 20px;
        margin-top: 15px;
    }
    .reklamkapng {
        margin-bottom: 50px;
    }
    .logoImg {
        margin-top: 2px;
        align-items: center; 
        padding-left: 15px;
        width: 142px;
        height: 27px;
     }
     nav .flex-column {
         font-size: 13px;
     }
     .footrmobile{
         display: flex;
        flex-direction: column-reverse;
    }
    .personalMan {
        font-size: 0;
    }
     .personalMan::before {
        position: absolute;
        top: 7px;
        left: 28%;
     }
     .navbar-toggler {
        margin-right: auto;
        margin-left: 0 !important;
        margin-top: 10px;

     }
     .infoNewsblock {
         margin-bottom: 0;
         font-size: 16px;
         padding-bottom: 20px;
     }
     .headerInfo {
         display: none;
     }
     .phoneMan{
        display: block;
        top: 36% ;
        /* width: 190px ; */
        background: #F3FBFF;
        border-radius: 2px ;
        align-items: center ;
    }
    .col-lg-2.phoneBtn {
        display: block;
    }
    
    .phoneMan::before {
        margin-right: 10px;
        content: url(images/smarthomeImg/phone.svg);
    }
    .hedrbackgr {
        padding-top: 15px;
        position: absolute;
        z-index: 1;
        height: 66px;
    }
    .lastchildFtrmobil ul{
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        padding-bottom: 15px;
    }
    #contactNumber {
        display: none;
    }
    .popular {
        width: 50%;
    }
    .slick-prev {
        top: -82px;
    }
    .slick-next {
        top: -82px;
    }
    .headerRightSide {
        font-weight: 600;
        font-size: 15px;
    }
    .headerRightSide {
        font-weight: 600;
        font-size: 15px;
        padding-right: 0;
    }
    .copyrightflex {
        padding-top: 15px;
    }
    .reklamkapng_wrapper {
        padding: 20px;
    }

    /*  */
    .hedrbackgr > div > .row{
        justify-content: flex-end;
    }
    .personalBtn .personalMan{
        position: relative;
        top: 0 !important;
    }
    .col-3.personalBtn {
        margin-right: inherit;
    }
    /*  */
    .lastchildFtrmobil img {
        padding-top: 30px;
        width: 100%;
        max-width: 160px;
        object-fit: contain;
    }
    .ruk_namepersonal {
        text-align: left;
        margin-top: 15px;
    }
    .ruk_tagPersonal {
        margin-left: 0;
    }
    .ruk_textPrsonal {
        margin-left: 0;
    }
    .col-lg-3.personalBtn.col-2 {
        margin-right: 15px;
    }
    .hedrbackgr > div > .row {
        align-items: inherit;
    } 
    .row.news-list.bx-blue  {
        margin-top: 75px;
    }
}

.hedrbackgr .logo img {
    width: 100%;
    height: auto;
}