@import "../fonts/fregat.css";

html, body{
	margin:0;
	padding:0;
	height:100%;
	font-family: Fregat, sans-serif;
}
.container{
	width: 1100px;
	margin: 0 auto;
}
.clear{
	clear: both;
}
.header{
}
.menu1{
	background:#000;
	overflow:hidden;
}
.menu1 .navigation1{
	position:relative;
	width:50%;
	float:left;
	margin:0;
	padding: 0;
}
.menu1 .navigation1 li{
	list-style:none;
	display:inline-block;
	padding: 30px;
}
.menu1 .navigation1 a{
	text-decoration:none;
	color:#FFF;
}
.header .menu1 .button{
	float:right;
	display:inline-block;
}
.button a{
	color:#FFF;
	text-decoration:none;
	padding:10px 20px;
	margin: 7px 15px;
	background:#000;
	display: inline-block;
	border-radius: 30px;
	border:1px solid #fee900;
}
.button a:hover{
	color:#000;
	background:#fee900;
}
.menu2{
	background:#fee900;
	height:100px;
	position: relative;
}
.menu2 .logo{
	width:10%;
}
.menu2 .navigation2{
	text-align:left;
	float:left;
	width:70%;
	padding:0 0 0 20px;
	margin: 0;
}
.menu2 .navigation2 ul{
	padding:0;
}
.menu2 .navigation2 .sub-menu-wrap{
	position: absolute;
	width: 100%;
	z-index: 5;
	left: -99999px;
	top: 100px;
}
.menu2 .navigation2 li:hover .sub-menu-wrap{
	left:0;
}
.menu2 .navigation2  > li > .sub-menu-wrap span{
	width: 0;
	height: 0;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-bottom: 15px solid #f1c737;
	text-align: center;
	margin: 0 auto;
	display: table;
	content: " ";
	position:absolute;
	top:-15px;
	left: auto;
	z-index:5;
}
.menu2 .navigation2 > li > .sub-menu-wrap > .sub-menu{
	width: 100%;
	background: #f1c737;
	text-align: center;
	padding-top: 20px;
}

.menu2 .navigation2 li{
	list-style:none;
	display:inline-block;
	padding:0 10px;
	line-height: 20px;
}
.menu2 .navigation2 > li{
	height: 100px;
	line-height: 100px;
}
.menu2 .navigation2 li a{
	text-decoration:none;
	color:#000;
	font-weight: 700;
	font-size:15px;
}
.menu2 .navigation2 li a:hover{
	color:#8b8f8d;
}
.menu2 .navigation2 > li > .sub-menu-wrap > .sub-menu > ul > li{
	font-weight: 700;
	font-size: 18px;
	margin: 10px 30px;
	vertical-align:top;
}
.menu2 .navigation2 > li > .sub-menu-wrap > .sub-menu > ul > li > ul > li{
	display: block;
	font-weight: 300;
	margin: 7px 0;
}
.menu2 .navigation2 > li > .sub-menu-wrap > .sub-menu > ul > li a{
	font-size: 18px;
	display: block;
	margin: 0 0 15px;
}
.menu2 .navigation2 > li > .sub-menu-wrap > .sub-menu > ul > li > ul > li a{
	font-size: 15px;
	display: block;
	margin: 0 0 10px;
}
.menu2 .navigation2 li li{
	padding: 0;
	text-align: left;
}
.menu2 .navigation2 .sub-menu-wrap .sub-menu-wrap {
    position: relative;
    left: 0;
    top: 0;
    margin: 0;
}

.menu2 .navigation2 .sub-menu-wrap .sub-menu-wrap li {
    display: block;
    font-weight: normal;
}

.menu2 .navigation2 .sub-menu-wrap .sub-menu-wrap a {
    font-size: 14px!important;
}
.contacts{
	float:right;
	background:#776e0e;
	width:20%;
	margin:0;
	height:100px;
}
.contacts p{
	margin:0;
	text-align:right;
	color:#FFF;
	line-height: 20px;
}
.contacts .phonetime{
	font-size:16px;
	padding: 10px 20px 10px 0;
	font-weight:700;
}	
.contacts .phone1 .phone_min{
	font-size:12px;
	font-weight:700;
	padding: 0 10px 0 0;
}
.contacts .phone1 .phone_max{
	font-size:30px;
	font-weight:700;
	padding: 0 20px 0 0;
}
.contacts .phone2{
	font-size:13px;
	padding: 0 20px 0 0;
	line-height: 15px;
}
.contacts .freecall{
	font-size:14px;
	padding: 5px 20px 0 0;
}
.slider img{
	width:100%;
	height:550px;
}
.advantages h2{
	text-align:center;
	color:#000;
}

.advantages .advantages-list{
	text-align:inherit;
	overflow:hidden;
	margin-left:0;
	margin-right:0;
}
.advantages .advantages-list .advantage-item{
	display:block;
	vertical-align:top;
	width:25%;
	overflow:hidden;
	float: left;
}
.advantages .advantages-list .advantage-item .advantages_num{
	float: left;
    width: 80px;
    font-size: 72px;
    line-height: 1;
    font-weight: 700;
    color: #ddd;
    text-align: left;
}
.advantages .advantages-list .advantage-item .advantages_text{
	margin-top: 5px;
    float: left;
    width: 160px;
    font-size: 15px;
    line-height: 20px;
    color: #333;
    text-align: left;
}
h1{
	font-size: 38px;
    line-height: 1;
}
.content .text{
	margin: 50px 0 30px;
}
.prefooter{
	height: 246px;
}
.footer {
	z-index: 1;
	background: #353535;
	background: -webkit-gradient(linear,left top,right top,color-stop(50%,#353535),color-stop(50%,#444));
	background: -moz-linear-gradient(left,#353535 50%,#444 50%);
	background: -o-linear-gradient(left,#353535 50%,#444 50%);
	/* background: linear-gradient(to right,#353535 50%,#444 50%); */
	height: 246px;
	margin: -246px 0 0;
}
.footer .footer_contacts{
	width: 25%;
	float: left;
	padding:  30px 0;
}
.footer .footer-menu{
	width: 75%;
	float: right;
	background: #444;
	padding:  35px 0;
}
.footer .footer-menu .block{
	width: 22%;
	margin-left: 3%;
	float: left;

}
.footer h3{
	color: #fee900;
	margin: 10px 0;
}
.footer .footer-menu .block ul{
	list-style-type: none;
	padding: 0;
}
.footer .footer-menu .block ul li{
	line-height: 20px;
}
.footer .footer-menu .block ul li a{
	color: #fff;
	font-size: 14px;
	text-decoration: none;
}
.footer .contacttime{
	font-weight: bold;
	color: #fee900;
	margin: 5px 0;
	margin-bottom: 15px;
}
.footer .contactphone1, .footer .contactphone2{
	color: #fff;
	font-weight: bold;
}
.footer .multichannel, .footer .contactfreecall{
	color: #999;
	font-size: 13px;
	font-weight: lighter;
	margin-bottom: 15px;
}
.footer .contact_skype{
	color: #999;
}
.footer .contactmail a{
	color: #fee900;
}
.footer .footer-menu .block ul li a:hover{
	color: #efc825
}
.modal-content {
    background: #fee900;
    color: #000;
}
.modal-header{
	border-bottom: 1px solid #000;
}
.modal-footer{
	border-top: 1px solid #000;
}
.modal-content .btn-primary{
	background: #000;
}
.inner-content{
	overflow: hidden;
}
.inner-sidebar{
	float: left;
	width:20%;
}
.inner-wrap{
	float: right;
	width:80%;
}
.inner-sidebar ul{
	list-style-type: none;
	width:90%;
	padding: 15px 0;
	background: #444;
}
.inner-sidebar ul li{
	line-height: 22px;
	
}
.inner-sidebar ul li a{
	color: #fff;
	font-size: 16px;
	display: block;
	padding:10px 25px;	
	background: #444;
	text-decoration:none;
}
.inner-sidebar ul > li:nth-child(odd) > a{
	background: #000;
	color: #fff;
}
.inner-sidebar ul ul{
	display: none;
	padding-left: 15px;
}
.inner-sidebar ul ul li a{
	color: #fff;
	font-size: 14px;
	overflow:hidden;
	background: #444!important;
}
.inner-sidebar ul li.open > a{
	color: #000;
	background: #fee900;
}
.inner-sidebar ul li.open ul{
	display: block;
}
.open-button {
    float: right;
}
.review .img {
    max-width: 200px;
    float: left;
}

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

.review {
    overflow: hidden;
    margin-bottom: 50px;
    box-shadow: 2px 4px 4px #666;
}

.review .body {width: calc(100% - 200px);float: left;}

.review .name {
    font-size: 16px;
    font-weight: bold;
}
form.ajax_form.af_example.reciew_form {
    width: 50%;
    margin: 0 auto;
}
.main{
	min-height:100%;
	width: 100%;
	overflow: hidden;
}
.logo{
	float:left;
}
.logo img{
	height: 100px;
}
.mobile-menu{
	display: none;
	text-align: left;
	float: none;
}
.mobile-menu ul{
	display: none;
}
.mobile-menu ul li{
	margin-bottom: 8px;
}
.mobile-menu ul li a{
	color: #000;
}
.mobile-menu ul.active{
	display: block;
}
a.wotsap:hover {
    background: #189d0e;
    border: 1px solid #189d0e;
    opacity: 0.8;
    color: #fff;
}
a.wotsap {
    background: #189d0e;
    border: 1px solid #189d0e;
}
a.wotsap svg {
    width: 21px;
    height: 14px;
    filter: brightness(0) invert(1);
    position: relative;
    top: 2px;
}
.elem {
    animation: 1.2s ease-in-out 0s normal none infinite running trambling-animation;
}
.elem.trybka_tras {
    position: fixed;
    right: 44px;
    bottom: 45px;
}
@keyframes trambling-animation {
    0%, 50%, 100% {
        transform: rotate(0deg);
    }
    10%, 30% {
        transform: rotate(-10deg);
    }
    20%, 40% {
        transform: rotate(10deg);
    }
}
@media screen and (min-width: 1260px){
	.container{
		width: 1220px;
	}
}
@media screen and (max-width: 800px){
	.mobile-menu{
		display: block;
	}
	.container{
		width: 100%;
		padding: 0;
	}
	.content{
		padding:0 5%;
	}
	.header .menu1 .button{
		float:none;
	}
	.header .menu2 .logo {
		border-bottom: 1px solid #000;
		padding-bottom: 10px;
		width: 100%;
	}
	.menu1{
		text-align:center;
		height: auto;
	}
	.menu2{
		text-align:center;
		height: auto;
	}
	.menu2 .navigation2{
		display: none;
	}
	.contacts{
		width:100%;
		float: none;
		clear:both;
	}
	.footer{
		height:auto;
		background: #353535;
	}
	.footer .footer-menu{
		display:none;
	}
	.footer .footer_contacts{
		width:100%;
		float:none;
	}
	.footer .footer-menu .block{
		width:100%;
	}
	.footercontact{
		padding-left:20px;
	}
	.advantages .advantages-list .advantage-item{
		width:100%;
		float: none;
	}
	.inner-sidebar{
		width: 100%;
		float:none;
	}
	.advantages{
		padding: 0 5%;
	}
}
