@import url('https://fonts.googleapis.com/css?family=Ubuntu:300,400,500,700&display=swap');

a:active, a:focus { outline: none; }
input, textarea {outline:none;}
input:active, textarea:active {outline:none;}
:focus {outline:none;}
textarea {resize:none;}
textarea {resize:vertical;}
textarea {resize:horizontal;}

body{
	font-family: 'Ubuntu', sans-serif;
}

h1{
	font-weight: 500;
	font-size: 32px;
	line-height: 46px;
	color: #223644;
	margin-bottom:30px;
	margin-top:0;
}
h2{
	font-weight: 500;
	font-size: 28px;
	line-height: 36px;
	color: #223644;
	margin-bottom:20px;
	margin-top:0;
}
h3{
	font-weight: 500;
	font-size: 18px;
	line-height: 21px;
	color: #223644;
	margin-bottom:20px;
	margin-top:0;
}


.header{padding:30px 0;}

.header .logo{
	font-weight: bold;
	font-size: 28px;
	line-height: 32px;
	color: #495A66;
}
.header .logo a{
	color:inherit;
	text-decoration:none;
}
.header .slogan{
	padding-top:5px;
	font-size: 14px;
	line-height: 24px;
	color: #495A66;
}

.header-worktime{overflow:hidden;width:250px;    margin: 0;
    margin-left: auto;}
.header-worktime-icon{
	float:left;
	width:50px;
	margin-right:20px;
}
.header-worktime-icon img{width:100%;height:auto;}
.header-worktime-txt{
	float:left;
	width:180px;
}
.header-worktime-txt-row{overflow:hidden;text-align:left;}
.header-worktime-txt-col1{
	float:left;
	width:50px;
	margin-right:10px;
	font-weight: bold;
	font-size: 14px;
	line-height: 26px;
	color: #435867;
}
.header-worktime-txt-col2{
	width:120px;
	float:left;
	font-size: 14px;
	line-height: 26px;
	color: #495A66;
}

.header-phone{text-align: right;}
.header-phone-icons{}
/*.header-phone-icons img{height:23px;width:auto;}*/
.header-phone-icons a{display:inline-block;margin-right:7px;}
.header-phone-icons a img{height:20px;width:auto;}
.header-phone-phone{
	font-weight: 500;
	font-size: 22px;
	line-height: 25px;
	color: #223644;
	padding-top:15px;
}
.header-phone-phone a{color:inherit;text-decoration:none;}

.topmenu{
	background:#4A98CE;
}
.navmenu{}
.navmenu ul{list-style:none;margin:0;padding:0;}
.navmenu ul li{display:inline-block;}
.navmenu ul li a{
	font-weight: bold;
	font-size: 14px;
	line-height: 16px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #F2FAFF;
	display:inline-block;
	padding:17px 35px;
	border-left:1px solid #1D7ABA;
	text-decoration:none;
}
.navmenu ul li:last-child a{border-right:1px solid #1D7ABA;}
.navmenu ul li a:hover{color: #F2FAFF;text-decoration:none;background:#68BDF8;}
.navmenu ul li.active a{background:#2275AF;}

.topmenu-btn{margin:5px 0;}
.topmenu-btn a{
	display:block;
	/*background:#fff;*/
	background:#4A98CE;
	font-weight: 500;
	font-size: 15px;
	line-height: 17px;
	text-align: center;
	/*color: #4A98CE;*/
	color: #fff;
	padding:12px 0 11px 0;
	text-decoration:none;
}
.topmenu-btn a:hover{
	text-decoration:none;
	/*background:#4A98CE;*/
	background:#2275AF;
	color:#fff;
}




.slider{}
.slider img{width:100%;height:auto;}


.services{
	padding:80px 0;
	background: #516573;
}
.services-title{
	font-weight: bold;
	font-size: 32px;
	line-height: 46px;
	text-align: center;
	color: #FFFFFF;
}
.service{
	margin-top:30px;
	background:#ffffff;
}
.service:hover{
	background:#4A98CE;
}
.service-img img{width:100%;height:auto;}
.service-txt{
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	color: #223644;
	padding:8px 0;
}
.service:hover .service-txt{color:#fff;}


.why{
	background: radial-gradient(50% 50% at 50% 50%, #FFFFFF 40.1%, #F1F3F4 100%);
	padding:80px 0;
}
.why-title{
	font-weight: 500;
	font-size: 32px;
	line-height: 46px;
	text-align: center;
	color: #223644;
}
.why1{
	background: #FFFFFF;
	border: 2px solid #ECF0F4;
	box-sizing: border-box;
	text-align:center;
	margin-top:30px;
	padding:40px 0 35px 0;
}
.why1-ic img{width:64px;height:auto;}
.why1-txt{
	margin-top:20px;
	color: #223644;
	font-size: 16px;
	line-height: 24px;
}

.text{padding:80px 0 40px 0;}
.text-title{
	font-weight: 500;
	font-size: 32px;
	line-height: 46px;
	color: #223644;
	margin-bottom:25px;
}
.text-text{
	font-size: 14px;
	line-height: 24px;
	color: #495A66;
}
.text-text p{
	margin-bottom:30px;
}


.works{padding:0 0 80px 0;}
.works-title{
	font-weight: 500;
	font-size: 32px;
	line-height: 46px;
	text-align: center;
	color: #223644;
}
.works-gallery{margin-top:30px;position:relative;cursor:pointer;}
.works-gallery img{width:100%;height:auto;}
.works-gallery span{display:none;position:absolute;top:50%;left:50%;margin-top:-30px;margin-left:-30px;}
.works-gallery:hover span{display:block;}
.works-gallery span img{width:60px;}
.works-reload{
	text-align:center;
	margin-top:30px;
	display: table;
	position:relative;
	left:50%;
	margin-left:-107px;
}
.works-reload a{
	display: table-cell;
	vertical-align: middle;
	width:210px;
	height:45px;
	box-sizing: border-box;
	border: 2px solid #4A98CE;
	font-weight: 500;
	font-size: 15px;
	line-height: 17px;
	text-align: center;
	color: #4A98CE;
	text-decoration:none;
}
.works-reload a img{width:14px;height:16px;}
.works-reload a img.reload1{display:inline-block;}
.works-reload a img.reload2{display:none;}
.works-reload a:hover img.reload1{display:none;}
.works-reload a:hover img.reload2{display:inline-block;}
.works-reload a:hover{
	text-decoration:none;
	background:#4A98CE;
	color:#fff;
}





.maincontent{
	background:#F1F3F4;
	padding:45px 0 80px 0;
}
.maincontent .text-title{
	margin:0;
}

.sidebar{}
.sidebar-title{
	background:#637482;
	padding:8px 25px;
	font-weight: 500;
	font-size: 18px;
	line-height: 24px;
	color: #FFFFFF;
}
.sidebar-title img{height:12px;width:auto;}
.sidebar-menu{
	background: #FFFFFF;
	border: 1px solid #DBE0E3;
	box-sizing: border-box;
	padding:0;
}
.sidebar-menu-title{
	font-size: 18px;
	line-height: 24px;
	color: #223644;
	padding:25px 25px 0 25px;
}
.sidebar-menu-ul{
	list-style:none;
	padding:15px 0 0 0;
}
/*.sidebar-menu-ul li{content:"\2022";color:#4A98CE;margin-right:0px;}*/
.sidebar-menu-ul li{border-left:2px solid #fff;margin:0;padding:0;padding:7px 0 7px 40px;}
.sidebar-menu-ul li a{
	font-weight: 500;
	font-size: 14px;
	line-height: 26px;
	text-decoration-line: underline;
	color: #4A98CE;
}
.sidebar-menu-ul li:before{
	content:'\2022';
	color:#4A98CE;
	width:15px;
	display: block;
}
.sidebar-menu-ul li.active{
	background: linear-gradient(90deg, #F1F3F4 0%, rgba(255, 255, 255, 0) 100%);
	border-left:2px solid #4A98CE;
}
.sidebar-menu-ul li.active:before{
	content: '\2022';
	color:#4A98CE;
	width:15px;
	display: block;
}
.sidebar-menu-ul li.active a{
	text-decoration:none;
	color:#223644;
}
.sidebar-menu-ul li {display: flex;}
.listitem{
	background:#fff;
	text-align:center;
	padding:10px 10px 20px 10px;
	height: auto;
	position:relative;
	margin-top:30px;
}
.listitem-img{}
.listitem-img img{width:100%;height:auto;}
.listitem-title{
	font-weight: bold;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	color: #223644;
	padding:15px 0 10px 0;
	min-height: 73px;
}
.listitem-price{
	font-size: 15px;
	line-height: 24px;
	text-align: center;
	color: #495A66;
	height: 31px;
}
.listitem-btn{
	position: relative;
	width:100%;
	bottom: 0;
	left:0;
}
.listitem-btn a{
	display:inline-block;
	width:130px;
	border: 1px solid #4A98CE;
	box-sizing: border-box;
	font-weight: 500;
	font-size: 15px;
	line-height: 17px;
	text-align: center;
	color: #4A98CE;
	padding:9px 0;
}
.listitem-btn a:hover{text-decoration:none;background:#4a98ce;color:#fff;}



.item-img-big{position:relative;padding:10px;background:#fff;}
.item-img-big img{width:100%;height:auto;}
.item-img-big-price{
background: rgb(99 116 130 / 63%);
	font-weight: bold;
	font-size: 34px;
	line-height: 24px;
	text-align: center;
	color: #FFFFFF;
	padding: 25px 35px;
	min-width:145px;
	position:absolute;
	bottom: 72px;
	right: 0;
}

.item-txt{margin:30px 0;}
.item-txt p{
	font-size: 14px;
	line-height: 24px;
	color: #223644;
	margin-bottom:20px;
}
.item-txt table{
	margin-bottom:30px;
	background:#fff;
	width:100%;
}
.item-txt table th{
	font-weight: 500;
	font-size: 15px;
	line-height: 24px;
	color: #4A98CE;
	border: 1px solid #DEE2E6;
	padding:15px 20px;
}
.item-txt table td{
	font-size: 15px;
	padding:15px 20px;
	line-height: 24px;
	color: #223644;
	border: 1px solid #DEE2E6;
}
.item-txt ul{
	list-style-image: url(img/ul.svg);
	font-size: 14px;
	line-height: 24px;
	color: #223644;
	padding:20px;
	padding-top: 0;
}
.item-txt ul li{margin-bottom:20px;padding-left:10px;}
.item-txt ol{padding:20px;padding-top: 0;/*list-style-type: none;counter-reset: num;*/}
.item-txt ol li{margin-bottom:20px;padding-left:10px;}
/*.item-txt ol li::before{
	content: counter(num) '. ';
	counter-increment: num;
	color: #4A98CE;
	font-weight:bold;
}*/

.item-txt .text-title{
	font-weight: 500;
	font-size: 28px;
	line-height: 36px;
	color: #223644;
	margin:30px 0 0 0;
}
.cont-tabs{
	background:#FFFFFF;
}
.cont-tabs ul.nav-tabs{
	padding:0;
	margin:0;
	list-style:none;
	border:none;
	border-bottom:1px solid #E1E7EC;
}
.cont-tabs ul.nav-tabs li{
	margin:0;
	padding:0;
}
.nav-tabs>li>a{margin:0;padding:11px 30px;color:#495A66;border:none;border-bottom:2px solid #fff;}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{
	border:none;
	color:#4A98CE;
	border-bottom:2px solid #4A98CE;
}
.nav-tabs>li>a:hover{
	border:none;
	background:none;
}
.cont-tabs .tab-content{padding:30px;}
.cont-tabs .tab-img img{width:100%;height:auto;}


.breadcrumb{
	padding:0;
	background:none;
	font-size: 14px;
	line-height: 16px;
	color: #495A66;
}
.breadcrumb a{
	color: #495A66;
	text-decoration:none;
}

.item-why{
	background:#fff;
	margin:30px 0 60px 0;
	overflow:hidden;
}
.item-why1{
	padding:30px 0;
	border-right:2px solid #F1F3F4;
	float:left;
	width:20%;
	min-height:187px;
}
.item-why1:last-child{border-right:2px solid #fff;}
.item-why1-icon{text-align:center;margin-bottom:15px;}
.item-why1-icon img{}
.item-why1-text{
	font-size: 15px;
	line-height: 24px;
	text-align: center;
	color: #223644;
}


.feedback{padding:128px 0 80px 0;}
.fdbck{position:relative;border:12px solid #C7ECFF;padding:70px 0;}
.fdbck-man{position:absolute;bottom:0;left:8px;}
.fdbck-man img{width:422px;height:413px;}
.fdbck-tg{position:absolute;right:32px;top:42px;}
.fdbck-tg img{width:74px;height:68px;}
.fdbck1{
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #495A66;
}
.fdbck2{
	padding:12px 0 25px 0;
	font-size: 28px;
	line-height: 36px;
	color: #223644;
}
.fdbck2 b{font-weight:500;}
.fdbck2 a{color:inherit;text-decoration:none;}
.fdbck2 span{
	font-weight: 500;
	font-size: 22px;
	line-height: 36px;
	color: #4A98CE;
}
.fdbck3{
	font-size: 15px;
	line-height: 24px;
	color: #495A66;
}
.fdbck4{padding:30px 0 0 0;}
.fdbck4 label{
	margin-top:17px;
	font-weight: normal;
	font-size: 14px;
	line-height: 24px;
	color: #495A66;
}
.fdbck4 label a{
	color:#495A66;
	text-decoration:none;
	border-bottom:1px dashed #495A66;
}
.fdbck4 label a:hover{
	border-bottom:1px solid #495A66;
}
.fdbck4 .input{
	background:url(img/fdbck-phone.svg) 20px 11px no-repeat;
	width:336px;
	float:left;
	border:1px solid #B3BFC5;
	font-weight: normal;
	font-size: 15px;
	line-height: 24px;
	color: #82909A;
	padding:11px 0 10px 54px;
}
.fdbck4 .submit{
	float:left;
	border:1px solid #4A98CE;
	background:#4A98CE;
	font-weight: 500;
	font-size: 15px;
	line-height: 17px;
	text-align: center;
	color: #FFFFFF;
	padding:14px 30px;
}
.fdbck4 .submit:hover{
	background:#2275AF;
}


.slider{}
.owl-nav{
	position:absolute;
	bottom:100px;
	left:50%;
	margin-left:-96px;
	background:#FFFFFF;
	-webkit-transform: skewX(-20deg); 
	-moz-transform: skewX(-20deg); 
	-ms-transform: skewX(-20deg); 
	-o-transform: skewX(-20deg); 
	transform: skewX(-20deg); 
}
.owl-nav > * {
	-webkit-transform: skewX(20deg); 
	-moz-transform: skewX(20deg); 
	-ms-transform: skewX(20deg); 
	-o-transform: skewX(20deg); 
	transform: skewX(20deg); 
}
.owl-nav .owl-prev div, .owl-nav .owl-next div{
	border:none;
	padding:25px 30px!important;
}
.owl-dots{
	position:absolute;
	left:50%;
	margin-left:-570px;
	bottom:140px;
}
.owl-dot{
	width:12px;
	height:12px;
	background: #FFFFFF;
	border: 2px solid #CAD5DD!important;
	border-radius:20px;
	margin-right:8px;
}
.owl-dot.active{
	border: 2px solid #4A98CE!important;
}
.slider .item{
	position:relative;
	background: radial-gradient(50% 50% at 50% 50%, #FFFFFF 40.1%, #F1F3F4 100%);
}
.slider-img{
	margin-left:-64px;
}
.slider-img img{width:auto!important;height:100%;}
.slider-txt{
	width:100%;
	position:relative;
	left:100%;
	margin-left:-555px;
	padding:110px 0 230px 0;
}
.sldr1{
	font-weight: bold;
	font-size: 36px;
	line-height: 46px;
	color: #223644;
}
.sldr2{
	font-size: 15px;
	line-height: 24px;
	color: #495A66;
	padding:30px 0 40px 0;
}
.sldr3 a{
	font-weight: 500;
	font-size: 15px;
	line-height: 17px;
	text-align: center;
	color: #FFFFFF;
	display:block;
	width:140px;
	height:45px;
	background: #4A98CE;
	padding:14px 0;
}
.sldr3 a:hover{text-decoration:none;background:#2275AF;}


.footer{
	background:#485D6B;
	overflow:hidden;
	position:relative;
}
.footer-map{margin-left:-64px}
.footer-map img{width:auto;height:100%;}
.footer-text{position:relative;left:100%;margin-left:-555px;}
.ftr1{
	font-weight: 500;
	font-size: 22px;
	line-height: 25px;
	color: #FFFFFF;
	margin:60px 0 30px 0;
}
.ftr1 img{margin-right:20px;}
.ftr1 a{color:inherit;text-decoration:none;}
.ftr2{}
.footer-worktime{overflow:hidden;width:250px;}
.footer-worktime-icon{
	float:left;
	width:50px;
	margin-right:20px;
}
.footer-worktime-icon img{width:100%;height:auto;}
.footer-worktime-txt{
	float:left;
	width:180px;
}
.footer-worktime-txt-row{overflow:hidden;text-align:left;}
.footer-worktime-txt-col1{
	float:left;
	width:50px;
	margin-right:10px;
	font-size: 14px;
	line-height: 26px;
	color: #fff;
}
.footer-worktime-txt-col2{
	width:120px;
	float:left;
	font-size: 14px;
	line-height: 26px;
	color: #fff;
}
.ftr3{margin-top:40px;}
.ftr3 a{margin-right:15px;}
.ftr3 span{
	margin-left:15px;
	font-size: 15px;
	line-height: 24px;
	color: #B0BFCA;
}

#callmodal2 .modal-dialog{
	width:420px;
}
#callmodal2 .modal-content{
	border-radius:0px;
	box-shadow:none;
}
#callmodal2 button.close{
	position:absolute;
	right:15px;
	top:15px;
	font-size:16px;
	opacity:1;
}
#callmodal2 .modal-form-img{
	text-align:center;
	margin-top:30px;
}
#callmodal2 .modal-form-title{
	font-weight: 500;
	font-size: 28px;
	line-height: 36px;
	text-align: center;
	color: #223644;
	padding:30px 0 10px 0;
}
#callmodal2 .modal-form-title2{
	font-size: 15px;
	line-height: 24px;
	color: #495A66;
	text-align:center;
}
#callmodal2 .modal-form-btn{
	margin:40px 0 20px 0;
	text-align:center;
}
#callmodal2 .modal-form-btn a{
	display:inline-block;
	border:1px solid #4A98CE;
	font-weight: 500;
	font-size: 15px;
	line-height: 17px;
	text-align: center;
	color: #4A98CE;
	padding:12px 35px;
}
#callmodal2 .modal-form-btn a:hover{
	text-decoration:none;
}


#callmodal .modal-dialog{
	width:420px;
}
#callmodal .modal-content{
	border-radius:0px;
	box-shadow:none;
}
#callmodal button.close{
	position:absolute;
	right:15px;
	top:15px;
	font-size:16px;
	opacity:1;
}
.modal-form-title{
	font-weight: 500;
	font-size: 28px;
	line-height: 36px;
	text-align: center;
	color: #223644;
	margin:15px 0 25px 0;
}
#callmodal form{padding:0 30px 15px 30px;}
#callmodal label{
	margin-top:17px;
	font-weight: normal;
	font-size: 14px;
	line-height: 24px;
	color: #495A66;
	margin:0;
}
#callmodal label a{
	color:#495A66;
	text-decoration:none;
	border-bottom:1px dashed #495A66;
}
#callmodal label a:hover{
	border-bottom:1px solid #495A66;
}
#callmodal .modal-input{
	background:url(img/fdbck-phone.svg) 20px 11px no-repeat;
	width:100%;
	border:1px solid #B3BFC5;
	font-weight: normal;
	font-size: 15px;
	line-height: 24px;
	color: #82909A;
	padding:11px 0 10px 54px;
}
#callmodal .modal-textarea{
	background:url(img/input-message.svg) 20px 11px no-repeat;
	width:100%;
	border:1px solid #B3BFC5;
	font-weight: normal;
	font-size: 15px;
	line-height: 24px;
	color: #82909A;
	padding:11px 0 10px 54px;
	height:180px;
	margin:20px 0;
	resize:none;
}
#callmodal .modal-submit{
	border:1px solid #4A98CE;
	width:100%;
	background:#4A98CE;
	font-weight: 500;
	font-size: 15px;
	line-height: 17px;
	text-align: center;
	color: #FFFFFF;
	padding:14px 30px;
	margin:0 0 20px 0;
}
#callmodal .modal-submit:hover{
	background:#2275AF;
}

.footer-text{position:relative;left:0;margin-left:0;padding:0 15px 20px 15px;}
.sidebar {
    font-family: "Montserrat",sans-serif;
}
ul.sidebar-menu-ul {
    display: none;
}
.sidebar-menu-title.sidebar-menu-titlehaschild.active ul.sidebar-menu-ul {display: block;}

.sidebar-menu-ul li a:hover {
    text-decoration: none;
}
.sidebar-menu-title a {
  
  
    font-weight: 500;
}











@media (min-width: 768px){
	.footer-text{position:relative;left:0;margin-left:0;padding:0 15px 20px 15px;}
}
@media (min-width: 992px){
	.footer-text{position:relative;left:100%;margin-left:-470px;padding:0;}
}
@media (min-width: 1200px){
	.footer-text{position:relative;left:100%;margin-left:-555px;padding:0;}
}

@media (max-width: 992px) and (min-width: 768px){
	.slider-img{
		margin-left:-64px;
	}
	.slider-img img{width:auto!important;height:100%;}
	.slider-txt{
		width:100%;
		position:relative;
		left:100%;
		margin-left:-355px;
		padding:50px 0 100px 0;
	}
	.sldr1{
		font-weight: bold;
		font-size: 36px;
		line-height: 46px;
		color: #223644;
	}
	.sldr2{
		font-size: 15px;
		line-height: 24px;
		color: #495A66;
		padding:30px 0 40px 0;
	}
}

@media (max-width: 768px){
	.header .logo{text-align:center;}
	.header .slogan{text-align:center;margin-bottom:20px;}
	.header-worktime{display:none;}
	
	.topmenu-burger{
		background:#4A98CE;
		width:50px;
		height:50px;
		text-align:center;
		padding:14px 0;
		display:block;
	}
	
	.topmenu{
		position: absolute;
		z-index: 10;
		width: 100%;
		top: 165px;
		display:none;
	}
	
	.topmenu-btn{margin:20px 0 0 0;}
	.navmenu ul li{display:block;margin-right: -15px;margin-left: -15px;}
	.navmenu ul li a{display:block;text-align:center;border-left:none;}
	.navmenu ul li:last-child a{border:none;}
	
	.owl-dots{display:none!important;}
	.owl-nav{bottom:0;}
	.slider-txt{
		left: 0;
		margin-left: 0;
		padding: 20px 15px;
	}
	.sldr1{
		font-size: 22px;
		line-height: 30px;
		color: #223644;
	}
	.slider-img{
		margin-left:0;
	}
	.slider-img img {
		width: 100%!important;
		height: auto;
	}
	
	.sidebar{margin-bottom:20px;}
	.sidebar-menu{display:none;}
	
	.item-why1{
		padding: 20px 0;
		border-right: none;
		float: left;
		width: 100%;
		min-height: 1px;
	}
	
	.listitem{height: auto;}
	.listitem-btn{position:relative;bottom:0;}
	.listitem-price{margin-bottom:10px;}
	
	.fdbck-tg{display:none;}
	.fdbck-man{display:none;}
	.fdbck{
		border: 5x solid #C7ECFF;
		padding: 20px 10px;
	}
	.fdbck2{
		padding: 10px 0 20px 0;
		font-size:0px;
	}
	.fdbck2 b{
		font-size: 20px;
		line-height: 30px;
		color: #223644;
	}
	.fdbck2 span{
		margin-top:10px;
		display:block;
		font-weight: 500;
		font-size: 20px;
		line-height: 30px;
		color: #4A98CE;
	}
	.fdbck4 .input{width:100%;}
	.fdbck4 .submit{width:100%;margin-top:10px;}
	
	.ftr1{text-align:center;}
	.ftr3{text-align:center;}
	.ftr3 span{display:block;text-align:center;margin-left:0;margin-top:20px;}
	.footer-worktime{margin:0 auto;}
	#callmodal .modal-dialog{width:96%;}
	#callmodal2 .modal-dialog{width:96%;}
	#callmodal form{padding:0px 0px 15px 0px;}
	
	.tab-img{margin-bottom:20px;}
}