
* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	background: #fff;
	font-family: OpenSans-Regular;
}

/* ---------- STYLE SITE ----------- */

.container {
		/* max-width: 1280px; */
		width: 100%;
		/* max-width:  */
    margin: auto;
}

.shadow-big {
	border: 1px solid #ebebeb;
    box-shadow: 0px 0px 10px 1px #ededed;
}

.head-top {
	background: #fafafa;
    padding: 25px 58px;
    -webkit-box-pack: justify;
    	-ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    	-ms-flex-direction: row;
           		flex-direction: row;
    display: -webkit-box;
	    display: -ms-flexbox;
	    	display: flex;
	position: relative;
}

.language {
    position: absolute;
    right: 57px;
    top: 52px;
}

.language a {
    color: #d0d0d0;
    text-decoration: none;
}

.language a:hover {
    text-decoration: underline;
}

.language span {
    color: #5fa32c;
}

.language>.now__ {
    color: #5fa32c;
    text-decoration: none !important;
}

.navbar, .head-search {
	display: inline-block;
}

.navbar ul li {
    display: inline-block;
		padding: 20px;
		
}

.navbar ul li a {
	font-size: 24px;
	color: #231f20;
	text-decoration: none;
}

.navbar ul li a:hover {
	color: #6d6d6d;
}

.head-search {
    margin-left: 15px;
	height: 21px;
	width: 21px;
	position: relative;
	top: 3px;
}

.head-search button {
	background: transparent;
	border: 0;
	width: 21px;
	height: 21px;
	padding: 0;
	cursor: pointer;
	position: absolute;
}

.head-search span {
	position: absolute;
	background: url(../img/search.png) no-repeat;
	width: 21px;
	height: 21px;
	left: 0;
	top: 0;
}

.bg___ {
	background: url(../img/head-bg.jpg) no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	background-size: cover;
	padding: 190px 0 175px 90px;
}

.title-pege {
	color: #231f20;
}

.title-pege h1 {
	font-size: 48px;
	font-family: PTSans-Bold;
}

.title-pege h1 span {
	color: #00800b;
}

.title-pege p:nth-child(2) {
	font-family: PTSans-Regular;
	font-size: 18px;
	margin-top: 40px;
}

.title-pege p:last-child {
	margin-top: 50px;
}

.btn {
	width: 230px;
	height: 50px;
	background: #f05929;
	border-radius: 5px;
	border: 0;
	font-family: OpenSans-Bold;
	font-size: 18px;
	color: #fff;
	cursor: pointer;
}

.btn:hover {
	background: #f76435
}

.job__bg_ {
	background: #fafafa;
}

.job-content {
    margin-top: 83px;
    margin-bottom: 155px;
}

.title-section {
	color: #333333;
	font-size: 48px;
	text-align: center;
	font-family: PTSans-Bold;
}

.job-group {
    margin-top: 60px;
    -webkit-box-pack: justify;
    	-ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    	-ms-flex-direction: row;
           		flex-direction: row;
    display: -webkit-box;
	    display: -ms-flexbox;
	    	display: flex;
    padding: 0 90px;
}

.job-text {
	margin-top: 45px;
}

.job-text p {
	color: #737373;
}

.advantages>.shadow-big {
	border-top: 0;
}

.advantages-content {
    background: url(../img/advantages-bg.jpg) no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    padding-top: 90px;
    padding-bottom: 105px;
}

.title-white {
	color: #fff;
}

.advantages-list {
	padding-top: 67px;
}

.list___ {
	color: #fff;
	font-size: 24px;
	/* padding-left: 157px; */
	display: flex;
	flex-direction: column;
}

.list___ .list-item {
	display: flex;
	align-items: center;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 24px;
}

.list___ .list-item p {
	width: 900px;
	margin-right: auto
}
.list___ .list-item p.ro-version {
	width: 700px;
}

.list___ ul li .list-text {
	/* width: 100%; */
}

.list___ ul li p {
	width: 100%;
}

.list-img, .list-text {
    display: inline-block;
		vertical-align: middle;
		
}

.list-img {
		width: 100px;
		display: flex;
		justify-content: center;
		margin-right: 30px;
		margin-left: auto;

}

.list-text {
	margin-left: 35px;
	line-height: 30px;
}

/* .list___ ul li {
	margin-bottom: 45px;
} */

.list___ ul li:nth-child(3) {
	margin-bottom: 0;
}

ul.list___ li:last-child {
    /* margin-bottom: 0; */
    /* width: 74%; */
    margin-top: 45px;
    font-size: 18px;
}

.line___ {
	height: 11px;
	background: #fff;
}

.bg_and_cont {
    background: #fafafa;
    padding-top: 80px;
    padding-bottom: 50px;
    position: relative;
    display: inline-block;
    width: 100%;
}

.bg_and_cont:after {
	content: " ";
	position: absolute;
	background: url(../img/wave.png) no-repeat;
	width: 100%;
	height: 77px;
	left: 0;
	bottom: -50px;
}

.icon-section>.shadow-big {
	border-top: 0;
}

.group-icon {
	width: 770px;
	margin: 70px auto 0;
}


.item-icon {
    text-align: center;
    width: 20%;
    float: left;
    margin-bottom: 35px;
}

.item-icon:nth-child(6),
.item-icon:nth-child(7),
.item-icon:nth-child(8),
.item-icon:nth-child(9),
.item-icon:nth-child(10) {
    margin-bottom: 0;
}

.line__green {
	width: 40px;
	height: 3px;
	background: #6dab3c;
	margin: 10px auto 0;
}

.icon-img {
    height: 82px;
    position: relative;
}

.icon-img img {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
}

.icon-text {
    margin-top: 15px;
    font-size: 18px;
}

.models-content {
    padding-top: 120px;
    padding-bottom: 88px;
}
.models-text {
    text-align: center;
}

/* ==================== SLIDE ==================== */

.myslider {
	margin-top: 48px;
	position: relative;
}

.slide {
	text-align: center;
	display: inline-block;
	position: relative;
	top: 30px;
}

.owl-carousel {
	width: 745px;
	margin: auto;
}

.owl-carousel>.center>.slide-img {
	width: 200px;
	height: 200px;
}

.slide-img {
	width: 140px;
	height: 140px;
	border-radius: 50%;
	text-align: center;
	border: 4px solid #6dab3c;
	margin: auto;
}

.slide-img img {
	display: inline-block !important;
	width: 75% !important;
	margin-top: 8px;
}

.slide-text {
	margin-top: 30px;
}

.slide-text p {
	font-size: 18px;
	font-family: PTSans-Bold;
	color: #231f20;
}

.carousel-control {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 15%;
	font-size: 20px;
	text-align: center;
	filter: alpha(opacity=50);
	opacity: .5;
	z-index: 1;
}

.owl-carousel .owl-stage {
	height: 304px;
	overflow: hidden;
}

.owl-carousel .owl-item {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}
.owl-carousel .owl-item.center .slide-img {
	transform: scale(1);
	transition: transform 0.5s ease-in-out;
}
.owl-carousel .owl-item.center .slide-img {
	transform: scale(1.4);
}
.owl-carousel .owl-item.center .slide-text {
	transition: margin-top 0.5s ease-in-out;
}
.owl-carousel .owl-item.center .slide-text {
	margin-top: 65px;
}

.left {
	left: 0;
}

.right {
	right: 0;
}

.icon-control {
	position: absolute;
	top: 70%;
	z-index: 5;
	display: inline-block;
	margin-top: -59px;
	width: 33px;
	height: 59px;

	transform: translateY(-50%) scale(1);
	transition: transform 0.2s ease-out;
}

.icon-control:hover {
	transform: translateY(-50%) scale(1.1);
}

.icon-control:active {
	transform: translateY(-50%) scale(1);
}

span.left-icon {
	position: absolute;
	left: 0;
}

.left-icon:before {
	content: " ";
	position: absolute;
	background: url(../img/models/arrow-left.png) no-repeat;
	width: 33px;
	height: 59px;
}

span.right-icon {
	position: absolute;
	left: 0;
}

.right-icon:before {
	content: " ";
	position: absolute;
	background: url(../img/models/arrow-right.png) no-repeat;
	width: 33px;
	height: 59px;
}

.models-text {
	margin-top: 70px;
	font-size: 18px;
	color: #5fa22c;
	font-family: OpenSans-Bold;
	/* padding-left: 157px; */
}

/*==================================*/

.bg_section____ {
	background: url(../img/work-bg.jpg) no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	padding-top: 80px;
	padding-bottom: 112px;
}

.work-advantages-content {
	color: #fff;
}

.subtitle-section {
	margin-top: 20px;
	text-align: center;
	font-size: 30px;
	font-family: PTSans-Bold;
}

.work-advantages-text {
	margin-top: 85px;
	font-size: 24px;
	text-align: center;
}

.work-advantages-text p:first-child {
	margin-bottom: 65px;
}

.work-advantages-text p:last-child {
	margin-bottom: 70px;
}

.btn_cont {
	text-align: center;
}

.btn-size {
	width: 300px;
    height: 60px;
    font-size: 28px;
}

.btn-w {
    color: #231f20;
    background: #fff;
}

.btn-w:hover {
	background: #e9e9e9;
}

.bonus>.shadow-big {
	border-top: 0;
}

.bonus-content {
    padding-top: 65px;
}

.bonus-text {
	margin-top: 55px;
	text-align: center;
	font-size: 24px;
	color: #231f20
}

.bonus-text span {
	font-family: OpenSans-Bold;
	color: #5fa22c;
}

.bonus_btn {
	margin-top: 60px;
	text-align: center;
}

.money {
	margin-top: 30px;
}

.mobey-content {
    background: url(../img/money-bg.png) no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    padding-top: 132px;
    padding-bottom: 135px;
}

.list___money {
	margin-top: 90px;
	/* padding-left: 170px; */

}

.list___money ul li {
	width: 100%;
	margin-bottom: 40px;
	display: flex;
	justify-content: center;
}

.list___money ul p {
	width: 500px;
}
.money-img {
	width: 80px;
	height: 80px;
	margin-right: 15px;
}

.money-img, .money-text {
	display: inline-block;
	vertical-align: middle;
}

.money-text {
	margin-left: 30px;
	font-size: 24px;
	color: #231f20;
}

.garant__ {
	font-size: 30px;
	text-align: center;
}

.garant__ span {
	font-family: OpenSans-Bold;
}

.garant__ span:first-child {
	color: #5fa22c;
}

.garant__ span:last-child {
	color: #cc4242;
}

.econom-content {
    padding-top: 72px;
    padding-bottom: 80px;
}

.econom-text {
	margin-top: 60px;
}

.econom-group {
	-webkit-box-pack: center;
		-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	        flex-direction: row;
	display: -webkit-box;
		display: -ms-flexbox;
			display: flex;
}

.item-econom {
    text-align: center;
    font-size: 14px;
    color: #737373;
}

.namber {
	font-size: 72px;
	font-family: Oswald-Bold;
}

.item-econom:first-child span {
	color: #f05929;
}

.item-econom:last-child span {
	color: #5fa22c;
}

.item-econom:first-child {
	margin: 0 58px;
}

.econom-tex-bottom {
	margin-top: 40px;
	padding: 0 157px;
	font-size: 18px;
	color: #231f20;
}

.bg_footer {
	background: url(../img/footer-bg.jpg) no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	padding-top: 82px;
	padding-bottom: 135px;
}

.content-footer {
	color: #fafafa;
	padding: 0 105px 0 157px;
	-webkit-box-pack: justify;
    	-ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    	-ms-flex-direction: row;
           		flex-direction: row;
    display: -webkit-box;
	    display: -ms-flexbox;
	    	display: flex;
}

.copyright {
	font-size: 24px;
}

.footer-text {
	margin-top: 25px;
	font-size: 18px;
}

.footer-logo {
    position: relative;
    top: -15px;
}

.footer-logo span {
    position: absolute;
    left: -148px;
    top: 16px;
    font-size: 28px;
    font-family: PTSans-Regular;
}

.rum___ span {
    left: -156px;
}

/* ============== PopUp =================== */

#wrap,
#wrap_thank {
	display: none;
	opacity: 0.8;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	padding: 16px;
	background-color: rgba(1, 1, 1, 0.725);
	z-index: 100;
	overflow: auto;
}

#wrap_thank {
	display: block;
}

#window {
    width: 600px;
    height: 430px;
    margin: 50px auto;
    display: none;
    background: #f6f6f6;
    z-index: 200;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 16px;
}

.popup__title {
	padding-bottom: 10px;
	font-family: OpenSans-Bold, Oswald-Bold, PTSans-Bold, sans-serif;
	font-size: 22px;
	text-transform: uppercase;
	columns: #000000;
	text-align: center;
}

.close {
    cursor: pointer;
    position: absolute;
    top: 32px;
    right: 32px;
}

.form-modal {
    margin-top: 20px;
}

.form__ p {
    width: 400px;
    height: 60px;
    margin: 0 auto 20px;
}

.form__ p:nth-child(3) {
    margin-bottom: 30px;
}

.form__ p:last-child {
    margin-bottom: 0;
}

.form__ input, .form__ button {
    width: 100%;
    height: 100%;
    border-radius: 6px;
}

.form__ input {
    border: 2px solid #333333;
    padding-left: 30px;
    font-size: 18px;
}

::-webkit-input-placeholder {color:#999999;}
::-moz-placeholder          {color:#999999;}
:-moz-placeholder           {color:#999999;}
:-ms-input-placeholder      {color:#999999;}


.form__ button {
    background: #f05929;
    color: #fff;
    font-size: 28px;
    font-family: PTSans-Bold;
    text-align: center;
    border: 0;
}

.form__ > .field.last {
		margin: 0 auto 20px;
}

.error-field {
		display: block;
		text-align: center;
		font-family: PTSans-Regular;
		/* margin-left: 44px; */
		font-size: 14px;
		color: red;
		visibility: hidden;
}

.thanks-pop-up {
		display: block;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		position: absolute;
		width: 100%;
		height: 100%;
}

.thanks-dialog {
		width: 550px;
		height: 420px;
		-webkit-box-shadow: 0 13px 30px rgba(0, 0, 0, 0.38);
		box-shadow: 0 13px 30px rgba(0, 0, 0, 0.38);
		background-color: #f6f6f6;
		position: fixed;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		z-index: 1001;
}

.thanks-text {
		width: 100%;
		font-size: 36px;
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		text-align: center;
		font-family: PTSans-Bold;
		color: #231f20;
		padding: 0 30px;
}