html,
body {
	padding: 0;
	margin: 0;
	font-family: 'Open Sans', sans-serif;
}
.container {
	width: 1170px;
	max-width: 100%;
	margin: 0 auto; 
}
.flex,
.container .flex {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	-ms-align-items: center;
	align-items: center;
	padding: 10px 0;
}
header {
	background-color: #fff;
	padding: 10px 0;
	padding-bottom: 0;
}
header .logo {
	width: 200px;
}
header .logo img {
	max-width: 100%;
}
.header-info {
	text-align: right;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.header-info a {
	text-decoration: none;
	color: #7BCF00;
	font-weight: bold;
	font-size: 20px;
	padding-left: 20px;
	position: relative;
	margin-left: 20px;
}
.header-info a.phone:before {
	content: "";
	position: absolute;
	left: -5px;
	top: 8px;
	width: 20px;
	height: 17px;
	background-repeat: no-repeat;
	background-image: url(../img/phone.png);
	display: block;
	background-size: contain;
}
.header-info a.email:before {
	content: "";
	position: absolute;
	left: -5px;
	top: 6px;
	width: 20px;
	height: 20px;
	background-image: url(../img/mail.png);
	display: block;
	background-size: contain;

}
.header-info  a {
	background-color: #7BCF00;
	text-decoration: none;
	display: block;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	padding: 0px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
}
.header-info  a img {
	width: 100%;
	max-width: 20px;
}
.header-info p {
	margin-top: 5px;
}
.main-nav {
	background-color: #7BCF00;
}
.main-nav ul {
	padding: 0px;
	letter-spacing: normal;
}
.main-nav li {
	display: inline-block;
}
.main-nav a {
	color: #fff;
	text-decoration: none;
	padding: 10px 20px;
	display: inline-block;
}
.main-nav a.pupup-btn {
	padding: 10px 20px;
	font-size: 14px;
	text-decoration:  underline;
	padding-right: 0;
}
.main  {
	padding: 0px 0;
	padding-bottom: 0;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	max-height: 500px;
}
.main img {
	height: 100%;
}
.main  .flex {
	padding-bottom: 0;
}
.main  img {
	height: 100%;
	display: flex;
}
.main h1 {
	font-size: 34px;
}
.main p {
	font-size: 20px;
	margin-bottom: 35px;
	margin-top: 35px;
}
.main .main-bankrot {
	background-color: #F3F5FB;
	text-decoration: none;
	color: #7BCF00;
	font-size: 20px;
	padding: 10px;
	border-radius: 5px;
}
.main .tel {
	background-color: #7BCF00;
	color: #fff;
	padding: 10px 20px;
	text-decoration: none;
	font-size: 20px;
	border-radius: 5px;
	margin-right: 10px;
	border: 2px solid #7BCF00;
}
.pupup-btn {
	border-radius: 5px;
	padding: 10px 20px;
	font-size: 20px;
	border: 2px solid #7BCF00;
	color: #7BCF00;
	text-decoration: none;
}
.calltoaction  {
	background-color: #fff;
}
.calltoaction h2 {
	color: #7BCF00;	
}
.calltoaction a {
	background-color: #7BCF00;
	text-decoration: none;
	display: block;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	padding: 0px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
}
.calltoaction a img {
	width: 100%;
	max-width: 30px;
}
.calltoaction .banks img {
	width: 128px;
	margin: 0 auto;
}
.calltoaction .banks {
	padding: 20px 0;
	text-align: center;
}
.calltoaction .shield {
	background-color: #7BCF00;
	color: #fff;
	padding: 1px 0;
	text-align: center;
}
.calltoaction .shield .flex {
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
}
.calltoaction .shield img {
	width: 20px;
}
.form-section {
	padding: 40px 0;
	background-color: #F3F5FB;
}
form {
	margin: 0 auto;
	width: 480px;
	padding: 20px;
	box-sizing: border-box;
	text-align: center;
	border: 2px solid #7BCF00;
	max-width: 100%;
}
 form input {
	display: block;
	line-height: 30px;
	margin: 0 auto;
	margin-bottom: 10px;
	width: 300px;
	outline: none;
	padding-left: 10px;
}
form input[type="submit"] {
	background-color: #7BCF00;
	color: #fff;
	padding: 6px 10px;
	text-decoration: none;
	font-size: 20px;
	border-radius: 5px;
	/* margin-right: 10px; */
	border: 2px solid #7BCF00;
	width: 200px;
	display: inline;
}
.reviews .flex {
	flex-wrap: wrap;
}
.reviews .flex iframe {
	margin-bottom: 15px;
}

.gallery h2,
.reviews h2,
.reviews p {
	text-align: center;
}
.contacts .right{
	background-color: #F3F5FB;
}
.contacts .flex {
	padding: 0;
}
.contacts .right,
.contacts .left {
	width: 50%;
}
.contacts .right {
	padding: 40px;
	box-sizing: border-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	-ms-align-items: center;
	align-items: flex-start;
	/*justify-content: center;*/
	height: 400px;
}
.contacts .right h2 {
	/*text-align: center;*/
}
.contacts .right p {
	margin-bottom: 30px;
}


.contacts .right a.phone ,
.contacts .right a.email {
	text-decoration: none;
	color: #7BCF00;
	font-weight: bold;
	font-size: 20px;
	padding-left: 20px;
	position: relative;
	margin-left: 10px;
	margin-bottom: 20px;
}
.contacts .right a.phone:before {
	content: "";
	position: absolute;
	left: -5px;
	top: 8px;
	width: 20px;
	height: 17px;
	background-repeat: no-repeat;
	background-image: url(../img/phone.png);
	display: block;
	background-size: contain;
}
.contacts .right a.email:before {
	content: "";
	position: absolute;
	left: -5px;
	top: 6px;
	width: 20px;
	height: 20px;
	background-image: url(../img/mail.png);
	display: block;
	background-size: contain;

}






.gallery .flex {
	flex-wrap: wrap;
}
.gallery .flex a {
	width: 32%;
	margin-bottom: 10px;
}
.gallery .flex a img {
	width: 100%;
}
footer {
	background-color: #7BCF00;
	text-align: center;
	padding: 20px 0;
	color: #fff;
}
footer p {
	margin-bottom: 25px;
}


.owl-carousel .owl-nav.disabled {
	display: block;
}
.owl-carousel .owl-nav button.owl-next {
	position: absolute;
	top: 50%;
	font-size: 50px;
	right: -30px;
	color: #7BCF00;
	margin-top: -60px;
	outline: none;
	background: none;
}
.owl-carousel .owl-nav button.owl-prev {
	position: absolute;
	top: 50%;
	font-size: 50px;
	left: -30px;
	color: #7BCF00;
	margin-top: -60px;
	outline: none;
	background: none;
}
.owl-carousel .owl-nav button:hover {
	background-color: transparent !important;
}


.banks .owl-carousel .owl-nav button.owl-prev,
.banks .owl-carousel .owl-nav button.owl-next {

	margin-top: -40px;
}
.banks .owl-carousel .item {
	height: 50px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
}

.popup-wrap {
	width:100%;
	height:100%;
	display:none;
	position:fixed;
	z-index: 99;
	top:0px;
	left:0px;
	content:'';
	background:rgba(0,0,0,0.85);
}


.popup-box {
	width:400px;
	padding:70px;
	transform:translate(-50%, -50%) scale(0.5);
	position:absolute;
	top:50%;
	left:50%;
	box-shadow:0px 2px 16px rgba(0,0,0,0.5);
	border-radius:3px;
	background:#fff;
	text-align:center;
}
.close-btn {
	width:35px;
	height:35px;
	display:inline-block;
	position:absolute;
	top:10px;
	right:10px;
	-webkit-transition:all ease 0.5s;
	transition:all ease 0.5s;
	border-radius:1000px;
	background:#7BCF00;
	font-weight:bold;
	text-decoration:none;
	color:#fff;
	line-height:190%;
}

.transform-in, .transform-out {
	display:block;
	-webkit-transition:all ease 0.5s;
	transition:all ease 0.5s;
}

.transform-in {
	-webkit-transform:translate(-50%, -50%) scale(1);
	transform:translate(-50%, -50%) scale(1);
}

.transform-out {
	-webkit-transform:translate(-50%, -50%) scale(0.5);
	transform:translate(-50%, -50%) scale(0.5);
}
#reviews .item {
    width: 50%;
    box-sizing: border-box;
    padding: 10px;
}
@media screen and (max-width: 768px) {
    
#reviews .item {
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
}
	.flex,
	.container .flex {
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;;
	}
	img {
		max-width: 100%;
	}
	.form-section form {
		max-width: 100%;
	}
	.header-info {
		text-align: center;
	}
	.main-nav li {
		display: block;
		text-align: center;
	}
	.main-nav ul {
		margin-bottom: 0;
	}
	.main h1 {
		font-size: 24px;
		text-align: center;
	}
	.main .main-bankrot {
		display: none;
	}
	.main .left {
		text-align: center;
	}
	.main .left div {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
		-ms-align-items: center;
		align-items: center;
	}
	.main .tel {
		margin-right: 0;
		margin-bottom: 10px;
	}
	.main img {
		height: auto;
		display: inline;
	}
	.owl-carousel .owl-nav button.owl-next {
		right: 30px;
	}
	.owl-carousel .owl-nav button.owl-prev {
		left: 30px;
	}
	.gallery .flex a {
		width: 100%;
		margin-bottom: 10px;
	}
	.contacts .right, .contacts .left {
		width: 100%;
	}
	.contacts .left {
		/*display: none;*/
	}
	.contacts .right {
		height: auto;
	}
	.popup-box {
		width: 300px;
	}
	form input {
		max-width: 90%;
		box-sizing: border-box;
		margin-left: 10px;
	}
	form input[type="submit"] {
		margin-left: auto;
	}
	.close-btn {
		right: 50px;
	}
}