

/* ==========================================================================
   Author's custom styles
   ========================================================================== */


html {
font-family: sans-serif;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
}
::-moz-focus-inner { border: 0; padding: 0; }
body { margin:0; padding:0;}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

div{ margin:0; outline:0;}
ul {outline:0;}
a:active,
a:hover {
  outline: 0;
}
/*убираем бордюры*/
img, a:link img, a:visited img, a:hover img, a:active img { border: 0; }
a:focus { border:0px; }
/*общее оформление ссылок*/
a { color: #075aaf; text-decoration: none; }
a:hover { color:#075aaf; text-decoration:underline; }


/*бэкграунд*/
html {
    background:#fff;
}
body {min-width:1160px; font-size: 16px; line-height: 1.3; color:#2e2e2e; font-weight:normal;}
 
/*разделитель*/
.clear { height:0px; width:100%; clear:both; }

/*все дивы в бокссайз бордер бокс*/
div {
	box-sizing: border-box;
}

/* обновите браузер*/
.browserupgrade {
	text-align:center;
	padding:10px;
	background:#fff;
	border-bottom:3px solid #000;
}
.browserupgrade a {
	color:#ff0000;
	font-weight:bold;
	text-decoration:underline;
}

/* шрифт */

body {font-family: Open Sans, Arial;}


/* Типографика */
h1 {
	font-weight:normal;
	font-size:34px;
	line-height:42px;
	padding:0;
	margin:30px 0px 20px;
	text-transform:uppercase;
}
h2 {
	font-weight:bold;
	font-size:40px;
	line-height:40px;
	padding:0;
	margin:90px auto 60px;
	text-transform:uppercase;
	/*text-align:center;*/
	color: #172842;

}
h3 {
	font-weight:bold;
	font-size:30px;
	line-height:30px;
	padding:0;
	margin:60px auto 40px;
	text-transform:uppercase;
	/*text-align:center;*/
	color: #172842;
}
p {
	margin:0 0 15px;
}

.lister {
    font-size:21px;
    font-weight:normal;
    text-transform:none!important;
}
.lister span {
    color: #EC652B;
    font-weight:bold;
}




/*центрируем блоки*/
.center-box {
	margin:0 auto;
	width:1200px;
	position:relative;
}

/* header-line */

.header-line {
    position:relative;
    background: #172842;
    z-index:200;
    color:#fff;
    height:100px;
    overflow:hidden;
}

	.header-line .name-box {
        float:left;
        width:450px;
        text-align:left;
        height:auto;
        padding:20px 0;
        font-weight:400;
        font-size:30px;
        line-height:50px;
        text-transform:uppercase;
	}
	.header-line .name-box a.logo {
        color:#fff;
        text-decoration:none;
        padding:5px 0 30px 70px;
        background:url(../images/fav3.png) left top no-repeat;
        background-size:60px;
        font-family: 'Bookman Old Style';
        font-weight:bold;
        position:relative;
        margin-top:-10px;
	}
	.header-line .name-box a.logo .time {
        display:block;
        font-size:18px;
        position:absolute;
        bottom:0;
        right:0;
        color:#EC652B;
	}
	
	.header-line .top-contact-box {
        float:right;
        width: auto;
        text-align: right;
        height: auto;
        padding: 25px 0;
        position:relative;
        margin-right:50px;
	}
	.header-line .top-contact-box.last {
        margin-right:0;
	}
	
	.header-line .top-contact-box .telefon {
        font-weight:bold;
        font-size:20px;
        line-height:20px;
        text-align:left;
	}
	.header-line .top-contact-box .telefon span {
        display:block;
        font-weight:400;
        font-size:14px;
        line-height:14px;
        margin-bottom:10px;
	}
	.header-line .top-contact-box a {
        text-decoration:none;
        color:#fff;
	}
	/*.header-line .top-contact-box .fosbtn {
        background: #EC652B;
        font-size:14px;
        line-height:14px;
        padding:15px 30px;
        text-transform:uppercase;
        border-radius:25px;
        cursor:pointer;
	}*/
	.header-line .top-contact-box .fosbtn {
    	font-size: 14px;
        line-height: 14px;
        padding: 5px 0;
        text-transform: uppercase;
        border-radius: 25px;
        cursor: pointer;
        text-align: right;
	}
	.header-line .top-contact-box .fosbtn:hover span {
    	color:#EC652B;
	}
	.header-line .top-contact-box .whatsappbtn {
    	font-size: 14px;
        line-height: 14px;
        padding: 5px 0;
        text-transform: uppercase;
        border-radius: 25px;
        cursor: pointer;
        text-align: right;
	}
	.header-line .top-contact-box .whatsappbtn:hover span {
    	color:#EC652B;
	}
/**/

/*навигация*/	
.nav-line {
    position:relative;
    background:#fff;
    z-index:150;
    color:#1c1d21;
    overflow:hidden;
}
.mob-menu {
    display:none;
}

.nav-line a {
    color:#193763;

}

.nav-line ul.menu {
    display:block;
    margin:25px 0;
    padding:0;
    list-style:none;
}

.nav-line ul.menu li {
    display:inline-block;
    margin-right:15px;
    font-weight:600;

}
.nav-line ul.menu li a {
    display:block;
    padding:10px 0;
    position:relative;
    text-transform:uppercase;
    color:#193763;
}

.nav-line ul.menu li:last-child {
    float:right;
    /*border: 1px solid #19376380;*/
    
    margin-right:0;
    color:#fff;
    
}
.nav-line ul.menu li:last-child a {
   padding:10px 20px;
   color:#fff;
   background:#EC652B;
   border: 1px solid #EC652B;
   border-radius:5px;
}
.nav-line ul.menu li:last-child a:hover {
    color:#EC652B;
    background:#fff;
}





/*.nav-line ul.menu li.active a {
    background:#ffad61;
    color:#fff;
}*/



		

			
.stop-line {
    height:1px;
    background: #172842;
}
/* slider */
.slider-line {
    /*height:500px;*/
    height:auto;
    /*background:url(/images/slide2.jpg) center no-repeat;*/
    /*background: #172842;*/
    color:#fff;
    overflow:hidden;
}
.slider-line a {
    display:block;
}
.slider-line img {
    display:block;
}


.slider_mob-line {
    display:none;
}
.slider-line .center-box {
    overflow:hidden;
}
.slider-line a {
    color:#fff;
}
.slider_title {
    font-size:80px;
    line-height:80px;
    text-transform:uppercase;
    margin-top:90px;
    
}
.slider_text {
    font-size:24px;
    line-height:30px;
    margin-top:50px;
    
}
.slider_btn {
        display:inline-block;
        background: #EC652B;
        font-size:14px;
        line-height:14px;
        padding:15px 30px;
        text-transform:uppercase;
        border-radius:25px;
        cursor:pointer;
        margin-top:50px;
	}



.separator-line {
    height:auto;
    background:url(../images/separator.jpg) center no-repeat;
    color:#fff;
    text-align:center;
}

.sep {
    width:350px;
    height:220px;
    display:inline-block;
    margin:90px 20px;
    border:1px solid #fff;
    border-radius:10px;
    line-height:24px;
    font-size:24px;
    color:#fff;
    text-transform:uppercase;
    text-align:center;
    padding-top:155px;
    box-sizing: border-box;
    text-decoration:none;
    cursor:pointer;
}
a.sep:hover {
    border:1px solid #EC652B;
    background-color:#EC652B!important;
    text-decoration:none;
    color:#fff;
}
.sep1 {
    background:url(../images/sep1.png) center top 45px no-repeat;
}
.sep2 {
    background:url(../images/sep2.png) center top 45px no-repeat;
}
.sep3 {
    background:url(../images/sep3.png) center top 45px no-repeat;
}

/* content-line */
.content-line {
	/*min-height:300px;*/
	position:relative;
}
.content-line.dark {
	background:#253778;
	color:#fff;
}
    .content-line.dark h3 {
    	color:#fff;
    }

.content-line .main {
    overflow:hidden;
    padding:30px 0;
}
.content-line .main h2 {
    margin:60px 0 40px;
}

/**/
.main table {
    border: 0;
    border-collapse: collapse;
    max-width: 100%;
    margin: 20px 0;
    width: 100%;
    border-left: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
}
.catalog table {
    border: 0;
    border-collapse: collapse;
    max-width: 100%;
    margin: 0;
    background:#fafafa;
}
.catalog table tr td {
/*transition: background 0.5s ease 0s;*/
}
.catalog table tbody tr:hover td {
/*transition: background 0.5s ease 0s;*/
background:#003464;
color:#fff;
}


.main table td {
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    padding:10px;
    width:auto;
    font-size:14px;
    /*white-space: nowrap;*/
}
.main table td span {
    font-size:12px;
    color:#666;
}
.main table td:nth-child(1) {
    white-space: normal;
}
.main table th {
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    padding:10px;
    width:auto;
    background:#ecebf0;
    text-align:left;
    text-transform:uppercase;
    letter-spacing:1px;
}
.main table p {
    margin:0;
    padding:0;
}
.main table tr:nth-child(2n) {
    background:#fff;
}

.catalog-diametr {
    background: #F5F5F5;
    padding:60px;
    margin-top:60px;
    margin-bottom:90px;
    border-radius:20px;
}
.catalog-diametr h3 {
    margin-top:0;
}

.catalog-diametr.incat {
    margin-bottom:0px;
}

.catalog-filter {
    text-align:center;
    margin-bottom: 60px;
}


.filter-item {
    float:left;

    width:200px;
    display:block;
    text-align:center;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #193763;
    text-decoration:none;
    cursor:pointer;
    position:relative;
}
.filter-item:hover {
    color: #EC652B;
    text-decoration:none;
}
.filter-item_img {
    width:160px;
    height:160px;
    border-radius:90px;
    overflow:hidden;
    margin:0 auto 20px;
    background-size:cover!important;
    border:3px  solid #193763;
}
.filter-item_title {
    /*height:48px;*/
}
.filter-item:hover .filter-item_img {
    box-shadow:0 0 15px rgba(0,0,0,0.3);
    border:3px  solid #EC652B;
}
.filter-item.active {
    color: #EC652B;
    text-decoration:none;
}
.filter-item.active .filter-item_img {
    box-shadow:0 0 15px rgba(0,0,0,0.3);
}
.filter-item.active:before {
    content: "✔";
    displaY:block;
    width:30px;
    height:30px;
    line-height:30px;
    font-size:21px;
    color:green;
    position:absolute;
    border-radius:15px;
    left:20px;
    top:20px;
    background:#fff;
    box-shadow:0 0 3px rgba(0,0,0,0.5);
}


.filter-item1 .filter-item_img {
    /*background:url(../images/filter1.jpg) center no-repeat;*/
    background:url(../images/fil1.png?2) center no-repeat;
}
.filter-item2 .filter-item_img {
    background:url(../images/fil2.png?2) center no-repeat;
}
.filter-item3 .filter-item_img {
    background:url(../images/fil3.png?2) center no-repeat;
}
.filter-item4 .filter-item_img {
    /*background:url(../images/filter4.jpg) center no-repeat;*/
    background:url(../images/fil4.png?2) center no-repeat;
}
.filter-item5 .filter-item_img {
    background:url(../images/filter5.jpg?2) center no-repeat;
}
.filter-item6 .filter-item_img {
    /*background:url(../images/filter6.jpg) center no-repeat;*/
    background:url(../images/fil4.png?2) center no-repeat;
}
.filter-item7 .filter-item_img {
    /*background:url(../images/filter6.jpg) center no-repeat;*/
    background:url(../images/fil5.png?2) center no-repeat;
}

.filter-item9_1 .filter-item_img {
    background:url(../images/zab1.png?2) center no-repeat;
}
.filter-item9_2 .filter-item_img {
    background:url(../images/zab2.png?2) center no-repeat;
}
.filter-item9_3 .filter-item_img {
    background:url(../images/zab3.png) center no-repeat;
}
.filter-item8 .filter-item_img {
    background:url(../images/vorota1.png) center no-repeat;
}



.filter2-item {
    display:inline-block;
    text-align:center;
    background: #193763;
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
    padding:15px 25px;
    border-radius:22px;
    color: #fff;
    text-decoration:none;
    cursor:pointer;
    margin:0 10px;
    position:relative;
}
.filter2-item:hover {
    background: #EC652B;
    color: #fff;
    text-decoration:none;

}
.filter2-item.active {
    box-shadow: 0 0 15px rgb(0,0,0,0.5);
    background: #EC652B;
}
.filter2-item.active:before {
    content: "✔";
    displaY:block;
    width:20px;
    height:20px;
    line-height:20px;
    font-size: 16px;
    color:green;
    position:absolute;
    border-radius:10px;
    left:0;
    top:0;
    background:#fff;
    box-shadow:0 0 3px rgba(0,0,0,0.5);
}

.mobile-filter {
    display:none;
}
.full-filter {
    display:block;
}


.how-block {
    padding-bottom:80px;
    padding-top:20px;
}
.step {
    float:left;
    width:190px;
    display:block;
    text-align:center;
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    color: #193763;
    text-decoration:none;
    cursor:pointer;
}
.step_img {
    width:110px;
    height:110px;
    overflow:hidden;
    margin:0 auto 20px;
    background-size:cover!important;
}
.step1 .step_img {
    background:url(../images/step1.png) center no-repeat;
}
.step2 .step_img {
    background:url(../images/step2.png) center no-repeat;
}
.step3 .step_img {
    background:url(../images/step3.png) center no-repeat;
}
.step4 .step_img {
    background:url(../images/step4.png) center no-repeat;
}
.step5 .step_img {
    background:url(../images/step5.png) center no-repeat;
}
.how-arr {
    float:left;
    width:60px;
    display:block;
    text-align:center;
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    color: #193763;
    text-decoration:none;
    cursor:pointer;
}
.how-arr_img {
    width:60px;
    height:110px;
    overflow:hidden;
    margin:0 auto 20px;
    background:url(../images/how-arr.png) center no-repeat;
}

.use-block {
    margin:0 -23px 50px;
}
.use-item {
    float:left;
    width:130px;
    display:block;
    text-align:center;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #193763;
    text-decoration:none;
    cursor:pointer;
    margin:0 23px 50px;
}
.use-item:hover {
    color: #EC652B;
    text-decoration:none;
}
.use-item_img {
    width:130px;
    height:130px;
    border-radius:5px;
    overflow:hidden;
    margin:0 auto 20px;
    background-color:#F5F5F5!important;
}
.use-item:hover .use-item_img {
    background-color:#fff!important;
    box-shadow:0 0 25px rgba(0,0,0,0.3);
}
.use-item1 .use-item_img {
    background:url(../images/use1.png) center no-repeat;
}
.use-item2 .use-item_img {
    background:url(../images/use2.png) center no-repeat;
}
.use-item3 .use-item_img {
    background:url(../images/use3.png) center no-repeat;
}
.use-item4 .use-item_img {
    background:url(../images/use4.png) center no-repeat;
}
.use-item5 .use-item_img {
    background:url(../images/use5.png) center no-repeat;
}
.use-item6 .use-item_img {
    background:url(../images/use6.png) center no-repeat;
}
.use-item7 .use-item_img {
    background:url(../images/use7.png) center no-repeat;
}
.use-item8 .use-item_img {
    background:url(../images/use8.png) center no-repeat;
}
.use-item9 .use-item_img {
    background:url(../images/use9.png) center no-repeat;
}
.use-item10 .use-item_img {
    background:url(../images/use10.png) center no-repeat;
}
.use-item11 .use-item_img {
    background:url(../images/use11.png) center no-repeat;
}
.use-item12 .use-item_img {
    background:url(../images/use12.png) center no-repeat;
}
.use-item13 .use-item_img {
    background:url(../images/use13.png) center no-repeat;
}
.use-item14 .use-item_img {
    background:url(../images/use14.png) center no-repeat;
}




.catalog {
    background: #F5F5F5;
    padding:0;
    margin-top:20px;
    margin-bottom:20px;
    border-radius:20px;
    overflow:hidden;
}
.catalog-title {
    padding:10px 30px;
    border-bottom:1px solid #172842;
    font-weight: bold;
    font-size: 24px;
    line-height: 30px;
    text-transform: uppercase;
    /*text-align: center;*/
    color: #172842;
}
.catalog-table {
    min-height: 30px;
    background: #fafafa;
}





.sert img {
 display:inline-block; 
 margin:10px;
 border:1px solid #eee;
 border-radius:5px;
 overflow:hidden;
 height:250px!important;
}



/* map */
.map-line {
    height:500px;
    background:url(../images/map.png) center no-repeat;
    color:#fff;
    position:relative;
}
.map-line .map {
    height:500px;
    width:100%;
    position:absolute;
    top:0;
    left:0;
    z-index:50;
}
.map-line .map2 {
    display:none;
}
.map-fon {
    height:500px;
    width:100%;
    background:url(../images/map.png) center no-repeat;
    color:#fff;
    position:relative;
    z-index:100;
}
.map-line .center-box {
    overflow:hidden;
    position:relative;
    z-index:100;
}
.map-line a {
    color:#fff;
}
.map_title {
    font-size:48px;
    line-height:48px;
    text-transform:uppercase;
    margin-top:90px;
    margin-bottom:50px;
    
}
.map_text {
    font-size:24px;
    line-height:30px;
    margin-bottom:35px;
    padding:0 0 0 50px;
    background:url(../images/map-check.png) center left no-repeat;
    
}
/* footer-line */

.footer-line {
    background: #172842;
    z-index:150;
    color:#1c1d21;
}
.footer-line.footer2 {
    background:#1c1d21;
}
    .footer-line .center-box {
        padding:20px 0;
    }

    .footer-line a {
        color:#fff;
    } 
    	.footer-line .links {
    	    margin-bottom:10px;
    	}
    
        	.footer-line  a.mail {
                display:block;
                font-size:18px;
                line-height:30px;
                padding:5px 0;
                height:30px;
                color:#000;
                text-decoration:underline;
                text-align:center;
        	}
        .footer-line .adres {
    	    text-transform:uppercase;
    	    font-size:21px;
    	    margin-bottom:10px;
    	    text-align:center;
    	}
    	.footer-line .telefon {
            font-weight:bold;
            font-size:28px;
            line-height:32px;
            text-align:center;
    	}

/*******/


/* ДОПОЛНИТЕЛЬНОЕ ОФОРМЛЕНИЕ */
/*листалка для постраничного вывода*/
.pagination
{
text-align:center;
margin-top:30px !important;
padding-top:10px !important;
border-top:1px solid #aaa;
}

.pagination ul
{
list-style: none;
}
.pagination ul li
{
display: inline-block;
margin-left:2px;
margin-right:2px;
}
.pagination ul li span, .pagination ul li a
{
    padding: 2px 15px;
    line-height: 18px;
    border: 1px solid #999;
    color:#999;
    border-radius: 3px;
}
.pagination ul li a
{
    border: 1px solid #065b9c;
    color:#065b9c;
}


#lightbox-wrap, #lightbox-wrap * {
    box-sizing: unset;
}


    
/*Галерея*/

.catalog-list {
    
}
.catalog-item {
    float:left;
    width:380px;
    display:block;
    height:285px;
    position:relative;
    border:1px solid #c3a074;
    cursor:pointer;
    margin:0 9px 10px;
}
    .catalog-item img {
        display:block;
    }
    .catalog-item span {
        position:absolute;
        padding:10px 30px;
        bottom:20px;
        left:0;
        max-width:90%;
        color:#fff;
        background:#c3a074;
        text-transform:uppercase;
        display:block;
        box-sizing: border-box;
    }
.catalog-item:hover {
    border:1px solid #543b26;
    box-shadow:0 0 5px rgba(0,0,0,0.5);
}
.catalog-item:hover span {
    background:#543b26;
}


/**/
.teaser-item {
    float:left;
    width:280px;
    display:block;
    height:210px;
    position:relative;
    border:1px solid #c3a074;
    cursor:pointer;
    margin:10px 9px;
}
    .teaser-item img {
        display:block;
    }
    .teaser-item span {
        display:block;
        position:absolute;
        padding:10px 30px;
        bottom:20px;
        left:0;
        max-width:90%;
        color:#fff;
        background:#c3a074;
        text-transform:uppercase;
        box-sizing: border-box;
        font-size:14px;
    }
.teaser-item:hover {
    border:1px solid #543b26;
    box-shadow:0 0 5px rgba(0,0,0,0.5);
}
.teaser-item:hover span {
    background:#543b26;
}


/**/
.zayavka {
    margin: 70px auto;
    background: #fafafa url(../images/zayavka.jpg) center no-repeat;
    border-radius: 5px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    overflow:hidden;
}
.zayavka .fos-box-text {
    background:rgba(0,0,0,0.1);
}
.zayavka .fos-box-text h2 {
    margin:0;
    padding:10px;
}
.zayavka .answer_os.ok {
    padding:20px;
    text-align:center;
}
.zayavka .form_os {
    padding:20px;
}
.zayavka .blo-duble {
    float:left;
    margin:10px 2%;
    width:46%;
}
.zayavka input[type=text] {
    padding:10px;
    margin:auto;
    width:100%;
    display:block;
    box-sizing: border-box;
    font-size:18px;
    text-align:center;
}
.fos-box  .error input[type=text] {
    background: #ff000011;
}

.fos-box  .blo-check {
    margin:10px 2%;
    text-align:center;
    background:rgba(255,255,255,0.1);
    padding:10px;
}
.blo-check.error {
        background: #ff000011;
    }

.zayavka input[type=submit] {
    padding:10px;
    margin:auto;
    width:300px;
    display:block;
    box-sizing: border-box;
    font-size:18px;
    text-align:center;
}
a[data-rokbox-generate-thumbnail] {
    display:inline-block;
    width:19.5%;
    height:auto;
}
a[data-rokbox-generate-thumbnail] img {
    display:block;
    width:100%;
    height:auto;
}


.fos-wrapper {
    display:none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.5);
    z-index: 200;
}
.fos-box {
    display:none;
    position: fixed;
    left: 50%;
    top: 50%;
    width:420px;
    height:560px;
    margin-left: -260px;
    margin-top: -240px;
    border-radius: 15px;
    padding: 50px 30px 50px 40px;
    background: #fff;
    background-size:cover;
    color: #333;
    z-index: 2200;
}

    .fos-box .fos-box-close {
        position: absolute;
        width: 32px;
        height: 32px;
        top: -32px;
        right: -32px;
        background: url(../images/fos-close.png) top center no-repeat;
        cursor: pointer;
        z-index:100;
    }
    .fos-box .fos-box-title {
        height: auto;
        font-weight:400;
        color:#193763;
        font-size: 40px;
        line-height: 40px;
        margin-bottom:10px;
        margin-right:-10px;
    }
    .fos-box .fos-box-success {
        height: auto;
        font-weight:400;
        color:#F38535;
        font-size: 18px;
        line-height: 18px;
        margin-bottom:10px;
        margin-right:-10px;
        padding: 10px 0;
    }
    .fos-box .fos-box-subtitle {
        height: auto;
        font-weight:500;
        color:#344738;
        font-size: 18px;
        line-height: 26px;
        padding: 10px 0;
        margin-bottom:10px;
    }
    .fos-box .blo {
        margin: 20px 0 0;
    }
    .fos-box input[type="text"] {
        display: block;
        width: 100%;
        margin: auto;
        color: #344738;
        background: #F5F5F5;
        padding: 16px 20px;
        border-radius: 5px;
        border:0;
        outline: 0;
        box-sizing: border-box;
        font-size: 16px;
        line-height:20px;
    }
    .fos-box textarea {
        display: block;
        width: 100%;
        height:60px;
        margin: auto;
        color: #344738;
        background: #F5F5F5;
        padding: 16px 20px;
        border-radius: 5px;
        border:0;
        outline: 0;
        box-sizing: border-box;
        font-size: 16px;
        line-height:20px;
    }

    .fos-box input[type="submit"] {
        border: 0;
        background: #EC652B;
        border-radius: 50px;
        padding: 18px 28px 18px 28px;
        text-align: left;
        width: 230px;
        font-size:16px;
        line-height: 16px;
        color:#fff;
        cursor:pointer;
        text-align:center;
    }
    
.fosbox_mob {
    display:none;
}
.whatsappbtn_mob {
    display:none;
}

body.rokbox-opened {
    overflow: auto!important;
}

