*,::after,::before {
	box-sizing: inherit
}

html {
	box-sizing: border-box
}

body {
	font-family: Roboto,sans-serif;
	font-weight: 300;
	margin: 0;
	padding: 0;
	background: #fff;
	font-size: 17px;
	color: #000
}

a {
	color: inherit;
	text-decoration: none
}

a:active,a:focus,a:hover {
	color: inherit
}

h1,h2,h3,h4,h5,h6,p {
	font-family: Roboto,sans-serif;
	margin: 0;
	padding: 0
}

ul {
	margin: 0;
	padding: 0;
	list-style: none
}

img {
	max-width: 100%;
	box-sizing: content-box;
	height: auto
}

.container {
	max-width: 1220px;
	padding-left: 15px;
	padding-right: 15px;
	margin: 0 auto
}

@media screen and (max-width:1199px) {
	.container {
		padding-left: 15px;
		padding-right: 15px
	}
}

.hidden,.visible-sm {
	display: none
}

@media screen and (max-width:767px) {
	.container {
		padding-left: 15px;
		padding-right: 15px
	}

	.visible-sm {
		display: block
	}
}

.visible-xs {
	display: none
}

@media screen and (max-width:575px) {
	.container {
		padding-left: 15px;
		padding-right: 15px
	}

	.visible-xs {
		display: block
	}
}

.visible-md {
	display: none
}

@media screen and (max-width:991px) {
	.container {
		padding-left: 15px;
		padding-right: 15px
	}

	.visible-md {
		display: block
	}
}


.lang-section {
	background: #feffff;
	border-bottom: 1px solid #f1f1f1
}

.header {
	position: relative;
	padding: 17px 0;
	background-color: #feffff
}

.header-inner {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.logo-mobile {
	display: none
}

@media screen and (max-width:575px) {
	.header-inner {
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.logo {
		display: none
	}

	.logo-mobile {
		display: block
	}
}

@media screen and (max-width:991px) {

}

@media screen and (max-width:575px) {
	.nav {
		left: 0;
		right: auto;
		width: 100%;
		text-align: center
	}

	.mobile-btn {
		position: absolute;
		top: 50%;
		left: 15px;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%)
	}
}

.nav a {
	display: inline-block;
	font-size: 14px;
	color: #585858;
	text-decoration: none;
	text-transform: uppercase;
	padding-bottom: 3px;
	border-bottom: 1px solid transparent;
	transition: border .3s
}

.nav a+a {
	margin-left: 20px
}

@media screen and (max-width:1199px) {
	.nav a+a {
		margin-left: 12px
	}
}

.nav a:hover {
	border-bottom: 1px solid #3b9b45
}

.mobile-btn {
	display: none;
	width: 25px;
	height: 25px;
	padding: 0;
	border: none;
	outline: 0;
	background: url(../img/menu.png) center/contain no-repeat;
	z-index: 1;
	cursor: pointer
}

@media screen and (max-width:991px) {
	.nav a {
		display: block;
		font-size: 20px;
		margin: 15px 0
	}

	.nav a+a {
		margin-left: 0
	}

	.mobile-btn {
		display: block
	}
}

.mobile-tel {
	display: none;
	width: 25px;
	height: 25px;
	padding: 0;
	border: none;
	outline: 0;
	background: url(../img/phone.svg) center/contain no-repeat;
	z-index: 1;
	cursor: pointer
}

.intro {
	background: #f0f8ff
}

.intro-inner {
	padding: 150px 0;
	background: url(../img/intro-bg.png) center right/500px no-repeat
}

@media screen and (max-width:1199px) {
	.intro-inner {
		padding: 100px 0
	}

	.intro-text {
		max-width: 530px
	}
}

.intro-title {
	font-size: 50px;
	margin-bottom: 15px;
	font-weight: 300
}

@media screen and (max-width:575px) {
	.intro-inner {
		padding: 75px 0
	}

	.intro-title {
		font-size: 30px;
		margin-bottom: 30px
	}
}

.intro-text {
	margin-bottom: 40px;
	font-size: 23px;
	color: #62676d
}

.info {
	padding: 50px 0 50px
}

.info-items {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px
}

.info-item {
	text-align: center;
	box-sizing: border-box;
	margin-left: 15px;
	margin-right: 15px;
	word-wrap: break-word;
	width: calc(25% - 30px)
}

@media screen and (max-width:991px) {
	.intro-inner {
		background-image: none;
		text-align: center
	}

	.intro-text {
		max-width: none
	}

	.info-item {
		width: calc(50% - 30px);
		margin-bottom: 40px
	}
}

@media screen and (max-width:575px) {
	.info {
		padding: 75px 0 25px
	}

	.info-item {
		width: calc(100% - 30px)
	}
}

.info-item:nth-child(2) .info-item-icon {
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column
}

.info-item:nth-child(4) .info-item-icon {
	background: url(../img/info-1-item-4.png) center/70% no-repeat #3b9b45
}

.info-item-icon {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin: 0 auto 30px;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 153px;
	height: 153px;
	background-color: #3b9b45;
	border-radius: 50%;
	font-size: 25px;
	color: #fff;
	text-shadow: 3px 1px 0 #766;
	line-height: 1
}

.info-item-icon b {
	font-size: 50px
}

.info-item-text {
	font-size: 18px;
	text-transform: uppercase;
	line-height: 1.4
}

.delivery {
	float:left; width:100%; background:#f2f5f9;
	padding: 20px 0 0px
}

.delivery-title {
	font-size: 35px;
	margin-bottom: 20px;
	font-weight: 300;
	text-align: center
}

@media screen and (max-width:575px) {
	.delivery {
		padding: 50px 0
	}

	.delivery-title {
		font-size: 26px
	}
}

.delivery-text {
	font-size: 23px;
	text-align: center;
	color: #62676d
}

.delivery-items {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
	margin-top: 100px
}

.delivery-item {
	box-sizing: border-box;
	margin-left: 15px;
	margin-right: 15px;
	word-wrap: break-word;
	width: calc(25% - 30px);
	text-align: center
}

@media screen and (max-width:991px) {
	.delivery-item {
		width: calc(50% - 30px);
		margin-bottom: 30px
	}
}

@media screen and (max-width:575px) {
	.delivery-text {
		font-size: 18px
	}

	.delivery-text br {
		display: none
	}

	.delivery-items {
		margin-top: 50px
	}

	.delivery-item {
		width: calc(100% - 30px)
	}
}

.delivery-item-head {
	position: relative;
	padding: 35px 0;
	font-size: 20px;
	color: #fff;
	background-color: #20272f;
	border-radius: 5px
}

.delivery-item-head::before {
	content: '';
	position: absolute;
	width: 50px;
	height: 50px;
	left: 30px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background: center/cover no-repeat
}

.delivery-item-head.delivery-item-first::before {
	background-image: url(../img/delivery-item-1.png)
}

.delivery-item-head.delivery-item-second::before {
	background-image: url(../img/delivery-item-2.png)
}

.delivery-item-head.delivery-item-third::before {
	background-image: url(../img/delivery-item-3.png)
}

.delivery-item-head.delivery-item-fourth::before {
	background-image: url(../img/delivery-item-4.png)
}

.delivery-item-body {
	background-color: #e8e9ea;
	padding: 16px 0
}

.delivery-item-body:nth-child(even) {
	background-color: #f4f4f4
}

.promo {
	padding: 70px 0;
	background-color: #f0f8ff;
	text-align: center
}

.promo-title {
	margin-bottom: 20px;
	font-size: 35px;
	font-weight: 300
}

@media screen and (max-width:767px) {
	.intro-text br {
		display: none
	}

	.promo-title {
		font-size: 30px
	}

	.promo-text br {
		display: none
	}
}

.promo-text {
	margin-bottom: 45px;
	color: #62676d;
	font-size: 23px
}

@media screen and (max-width:575px) {
	.promo {
		padding: 50px 0
	}

	.promo-text {
		font-size: 18px
	}
}

.features {
	float:left; width:100%; background:url(../Themes/Default/h2_bg.png) bottom center no-repeat;
	padding: 50px 0;
	height:auto;
	text-align: center
}
.divfeatures
 {
	float:left; width:100%; background:url(../Themes/Default/h2_bg.png) bottom center no-repeat #f2f5f9;
	padding: 50px 0;
	height:auto;
	text-align: center
}
@media screen and (max-width:575px) {
	.features {
		padding: 75px 0
	}
}

.features-title {
	font-size: 35px;
	font-weight: 300;
	margin-bottom: 20px
}

@media screen and (max-width:767px) {
	.features-title {
		font-size: 32px
	}

	.features-item-title br {
		display: none
	}
}

.features-text {
	font-size: 23px;
	color: #62676d
}

.features-items {
	padding-top: 20px;
}

.features-item+.features-item {
	padding-bottom: 20px;
}

.features-item-icon {
	position: relative;
	display: inline-block;
	margin-bottom: 40px
}

@media screen and (max-width:575px) {
	.features-items {
		padding: 50px 0 0
	}

	.features-item+.features-item {
		margin-top: 30px
	}

	.features-item-icon {
		margin-bottom: 20px
	}

	.features-item-text br {
		display: none
	}
}

.features-item-icon-number {
	position: absolute;
	left: 5px;
	top: -10px;
	font-size: 35px;
	font-weight: 700;
	text-shadow: 1px 1px 0 #eaeaea
}

.features-item-icon img {
	width: 122px
}

.features-item-title {
	font-size: 25px;
	font-weight: 300;
	margin-bottom: 15px
}

.features-item-text {
	font-size: 20px;
	color: #62676d
}

.form {
	border: 1px solid #c8c8c8;
	max-width: 900px;
	margin: 0 auto;
	border-radius: 5px
}

.form-3 {
	display: none
}

.form-head {
	padding: 30px 0;
	text-align: center;
	color: #fff;
	background-color: #20272f;
	border-radius: 5px 5px 0 0
}

.form-head-title {
	font-size: 30px
}

@media screen and (max-width:575px) {
	.form-head-title {
		font-size: 24px
	}
}

.form-head-subtitle {
	font-size: 18px
}

.form-body {
	padding: 60px 125px
}

@media screen and (max-width:991px) {
	.form-body {
		padding: 60px
	}
}

@media screen and (max-width:575px) {
	.form-body {
		padding: 20px
	}
}

.form-body-3 {
	padding: 120px 75px
}

@media screen and (max-width:991px) {
	.form-body-3 {
		padding: 60px
	}

	.form-body-text br {
		display: none
	}
}

.form-body-title {
	font-size: 20px;
	font-weight: 300;
	margin-bottom: 20px
}

.form-body input[type=text] {
	font-family: Roboto,sans-serif;
	padding: 16px 25px;
	font-weight: 300;
	font-size: 15px;
	background-color: #f6f6f6;
	border: 1px solid transparent;
	transition: border-color .3s,background-color .3s
}

.form-body input[type=text]:hover {
	border-color: #3b9c44
}

.form-body input[type=text]:focus {
	border-color: #3b9c44;
	outline: 0;
	background-color: #fff
}

.form-body input[type=text]::-webkit-input-placeholder {
	color: #858585
}

.form-body input[type=text]::-moz-placeholder {
	color: #858585
}

.form-body input[type=text]:-ms-input-placeholder {
	color: #858585
}

.form-body input[type=text]::placeholder {
	color: #858585
}

.form-body input[type=text].error {
	border-color: red
}

.form-body input[type=text].form-field-text-1 {
	display: block;
	width: 100%;
	margin-bottom: 30px
}

.form-body input[type=text].form-field-text-2,.form-body input[type=text].form-field-text-3,.form-body input[type=text].form-field-text-4,.form-body input[type=text].form-field-text-5,.form-body input[type=text].form-field-text-6,.form-body input[type=text].form-field-text-7 {
	width: 48%
}

@media screen and (max-width:575px) {
	.form-body-3 {
		padding: 20px
	}

	.form-body-title {
		text-align: center
	}

	.form-body input[type=text].form-field-text-1 {
		margin-bottom: 30px
	}

	.form-body input[type=text].form-field-text-2,.form-body input[type=text].form-field-text-3,.form-body input[type=text].form-field-text-4,.form-body input[type=text].form-field-text-5,.form-body input[type=text].form-field-text-6,.form-body input[type=text].form-field-text-7 {
		width: 100%
	}

	.form-body input[type=text] {
		margin-bottom: 30px
	}
}

.form-body-text {
	text-align: center;
	font-size: 20px;
	color: #62676d
}

.form-body-text+.form-body-text {
	margin-top: 25px
}

.form-footer {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 25px 125px;
	border-top: 1px solid #c8c8c8;
	border-radius: 0 0 5px 5px
}

@media screen and (max-width:575px) {
	.form-footer {
		padding: 20px;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.form-body-title {
		margin-top: 40px
	}
}

.form-body-title-2 {
	margin-top: 60px
}

.form-inputs-wrap-1,.form-inputs-wrap-2,.form-inputs-wrap-3 {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.form-inputs-wrap-1,.form-inputs-wrap-2 {
	margin-bottom: 30px
}

.checkbox {
	display: block;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.checkbox-input {
	opacity: 0;
	visibility: hidden
}

.checkbox-input:checked~.checkbox-box {
	background: url(../img/checked.svg) center/60% no-repeat #fff;
	border-color: #47a24f
}

.checkbox-input.error~.checkbox-box {
	border-color: red
}

.checkbox-box {
	display: inline-block;
	width: 36px;
	height: 36px;
	background-color: #f6f6f6;
	border: 1px solid transparent;
	vertical-align: top;
	transition: border-color .3s
}

.checkbox-box:hover {
	border-color: #47a24f
}

.checkbox-text {
	display: inline-block;
	margin-left: 10px;
	vertical-align: middle;
	font-size: 15px
}

.checkbox-text a {
	color: #8babe6
}

.checkbox-text a:hover {
	text-decoration: underline
}

.checkbox-text a:focus {
	outline: 0
}

label.error {
	position: absolute;
	font-size: 0
}

.certificate {
	padding: 50px 0;
	text-align: center;
	color: #62676d
}

@media screen and (max-width:575px) {
	.form-body-title-2 {
		margin-top: 40px
	}

	.form-inputs-wrap-1,.form-inputs-wrap-2,.form-inputs-wrap-3 {
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.form-inputs-wrap-1,.form-inputs-wrap-2 {
		margin-bottom: 0
	}

	.checkbox {
		margin-bottom: 20px
	}

	.certificate {
		padding: 75px 0 50px
	}
}

.certificate-item {
	position: relative;
	display: block;
	width: 324px;
	margin: 0 auto 30px;
	border: 12px solid #000
}

.certificate-item:hover::after {
	opacity: 1
}

.certificate-item::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 50px;
	height: 50px;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	border-radius: 50%;
	background: url(../img/zoom.svg) center/cover no-repeat;
	opacity: 0;
	transition: all .3s
}

.certificate-item img {
	display: block
}

.certificate-text {
	max-width: 630px;
	margin: 0 auto
}

.partners {
	float:left; width:100%;
	background:url(../Themes/Default/502850.png) bottom no-repeat;
	padding: 50px 0 100px
}

@media screen and (max-width:575px) {
	.certificate-item {
		width: 250px
	}

	.partners {
		padding: 50px 0
	}
}

.partners-items {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.partners-item {
	width: 20%;
	text-align: center
}

@media screen and (max-width:991px) {
	.partners-items {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	.partners-item {
		width: 50%;
		margin: 20px auto
	}
}

@media screen and (max-width:575px) {
	.partners-item {
		width: 100%
	}

	.footer {
		padding: 30px 0
	}

	.footer-top {
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		text-align: center
	}

	.footer-left {
		margin-bottom: 20px
	}
}

.footer {
	padding: 55px 0 35px;
}

.footer-top {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 30px
}

/*# sourceMappingURL=sourcemaps/style.css.map */
