.clearfix:after {
	content: '';
	display: table;
	width: 100%;
	clear: both;
	height: 0
}

.i-b {
	display: inline-block;
	margin-left: -0.36em;
	vertical-align: top
}

.i-b:first-child {
	margin-left: 0
}

@font-face {
	font-family: "GothamPro";
	src: url("../fonts/GothamPro/GothamPro-300.eot");
	src: url("../fonts/GothamPro/GothamPro-300.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamPro/GothamPro-300.woff") format("woff"), url("../fonts/GothamPro/GothamPro-300.otf") format("opentype");
	font-style: normal;
	font-weight: 300
}

@font-face {
	font-family: "GothamPro";
	src: url("../fonts/GothamPro/GothamPro-400.eot");
	src: url("../fonts/GothamPro/GothamPro-400.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamPro/GothamPro-400.woff") format("woff"), url("../fonts/GothamPro/GothamPro-400.otf") format("opentype");
	font-style: normal;
	font-weight: 400
}

@font-face {
	font-family: "GothamPro";
	src: url("../fonts/GothamPro/GothamPro-500.eot");
	src: url("../fonts/GothamPro/GothamPro-500.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamPro/GothamPro-500.woff") format("woff"), url("../fonts/GothamPro/GothamPro-500.otf") format("opentype");
	font-style: normal;
	font-weight: 500
}

@font-face {
	font-family: "GothamPro";
	src: url("../fonts/GothamPro/GothamPro-700.eot");
	src: url("../fonts/GothamPro/GothamPro-700.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamPro/GothamPro-700.woff") format("woff"), url("../fonts/GothamPro/GothamPro-700.otf") format("opentype");
	font-style: normal;
	font-weight: 700
}

@font-face {
	font-family: "GothamPro";
	src: url("../fonts/GothamPro/GothamPro-900.eot");
	src: url("../fonts/GothamPro/GothamPro-900.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamPro/GothamPro-900.woff") format("woff"), url("../fonts/GothamPro/GothamPro-900.otf") format("opentype");
	font-style: normal;
	font-weight: 900
}

@font-face {
	font-family: "GothamProItalic";
	src: url("../fonts/GothamProItalic/GothamProItalic-400.eot");
	src: url("../fonts/GothamProItalic/GothamProItalic-400.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamProItalic/GothamProItalic-400.woff") format("woff"), url("../fonts/GothamProItalic/GothamProItalic-400.ttf") format("truetype");
	font-style: normal;
	font-weight: 400
}

@font-face {
	font-family: "Intro";
	src: url("../fonts/Intro/Intro-700.eot");
	src: url("../fonts/Intro/Intro-700.eot?#iefix") format("embedded-opentype"), url("../fonts/Intro/Intro-700.woff") format("woff"), url("../fonts/Intro/Intro-700.ttf") format("truetype");
	font-style: normal;
	font-weight: 700
}

@font-face {
	font-family: "Impact";
	src: url("../fonts/Impact/Impact-400.eot");
	src: url("../fonts/Impact/Impact-400.eot?#iefix") format("embedded-opentype"), url("../fonts/Impact/Impact-400.woff") format("woff"), url("../fonts/Impact/Impact-400.ttf") format("truetype");
	font-style: normal;
	font-weight: 400
}

.intro {
	font-weight: 400;
	font-family: 'Intro'
}

.impact {
	font-weight: 400;
	font-family: 'Impact'
}

i,
.italic,
em {
	font-weight: 400;
	font-family: 'GothamProItalic'
}

*:focus {
	outline: none!important
}

body {
	color: #333;
	font-family: GothamPro;
	font-weight: 400;
	line-height: 1.25;
	position: relative;
	font-size: 15px;
	overflow-x: hidden
}

@media(max-width:767px) {
	body {
		font-size: 14px
	}
}

.avc {
	top: 0;
	bottom: 0;
	margin-top: auto;
	margin-bottom: auto
}

.ahc {
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto
}

.ul {
	list-style: none;
	padding: 0;
	margin-bottom: 0
}

.anim_all_05 {
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s
}

.flex-wrapper {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-flow: row wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-flex-direction: row;
	flex-direction: row
}

.table-wrapper {
	display: table;
	width: 100%;
	height: 100%
}

.cell-wrapper {
	display: table-cell;
	width: 100%;
	height: 100%;
	vertical-align: middle
}

@media(min-width:1200px) {
	.container {
		padding-left: 0;
		padding-right: 0
	}
}

a {
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s
}

p {
	margin-bottom: 0
}

@media(max-width:991px) {
	p {
		font-size: 15px
	}
}

@media(max-width:767px) {
	p {
		font-size: 14px
	}
}

.oh {
	overflow: hidden;
	padding-right: 17px
}

h2 {
	font-size: 54px;
	line-height: 1;
	margin: 90px 0 40px;
	text-transform: uppercase;
	font-weight: 400;
	font-family: 'Intro'
}

@media(max-width:1199px) {
	h2 {
		font-size: 48px;
		margin: 70px 0 30px
	}
}

@media(max-width:991px) {
	h2 {
		font-size: 42px;
		margin: 50px 0 20px
	}
}

@media(max-width:991px) {
	h2 {
		font-size: 36px;
		margin: 40px 0 20px
	}
}

@media(max-width:767px) {
	h2 {
		font-size: 32px;
		margin: 40px 0 20px
	}
}

.green_btn {
	background: #73b21d;
	text-decoration: none;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	border: 0;
	border-radius: 30px;
	padding: 0;
	font-weight: 700;
	color: #fff;
	font-size: 15px;
	line-height: 60px;
	text-align: center;
	width: 100%
}

.green_btn:hover {
	text-decoration: none;
	color: #fff;
	background: #497012
}

.red_btn {
	background: #ff500d;
	text-decoration: none;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	border: 0;
	border-radius: 30px;
	padding: 0;
	font-weight: 400;
	color: #fff;
	font-size: 15px;
	line-height: 50px;
	text-align: center;
	width: 100%
}

.red_btn:hover {
	text-decoration: none;
	color: #fff;
	background: #c03500
}

.sect_1 {
	background: #628fac url("../img/sect1_bg.png") center no-repeat;
	-webkit-background-size: cover;
	background-size: cover
}

.sect_1 .sect_table {
	height: 100vh;
	padding-top: 100px
}

.sect_1 h1 {
	margin: 0 0 200px;
	text-shadow: 0 0 9px rgba(32, 134, 202, 0.89);
	-moz-transform: matrix(0.88610598369686, 0, 0, 0.88479614457244, 0, 0);
	-webkit-transform: matrix(0.88610598369686, 0, 0, 0.88479614457244, 0, 0);
	-ms-transform: matrix(0.88610598369686, 0, 0, 0.88479614457244, 0, 0);
	font-weight: 400;
	font-family: 'Intro';
	text-transform: uppercase;
	line-height: 1.2;
	text-align: center;
	font-size: 120px;
	color: #fff
}

.sect_1 h1 span {
	display: block;
	font-family: 'GothamPro';
	font-weight: 500;
	font-size: 36px
}

.sect_1 article {
	overflow: hidden;
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.7);
	box-shadow: 0 0 9px 0 rgba(32, 134, 202, 0.89);
	padding: 25px 70px
}

.sect_1 article .sect_1_text {
	flex: 0 1 61%;
	-webkit-flex: 0 1 61%;
	flex-basis: 61%
}

.sect_1 article .sect_1_text .st1_title {
	font-weight: 400;
	font-family: 'Intro';
	line-height: 1;
	font-size: 33px;
	text-transform: uppercase;
	color: #000
}

.sect_1 article .sect_1_text .st1_title span {
	color: #ff500d
}

@media(min-width:1200px) {
	.sect_1 article .sect_1_text .st1_title span {
		/* display: block */
	}
}

.sect_1 article .sect_1_text .st1_descr {
	font-weight: 700;
	margin-top: 10px
}

.sect_1 article .sect_1_btn {
	flex: 0 1 39%;
	-webkit-flex: 0 1 39%;
	flex-basis: 39%;
	text-align: right
}

.sect_1 article .sect_1_btn .green_btn {
	max-width: 270px;
	display: inline-block
}

@media(max-width:1600px) {
	.sect_1 h1 {
		margin: 0 0 100px
	}
}

@media(max-width:1440px) {
	.sect_1 h1 {
		margin: 0 0 75px
	}
}

@media(max-width:1199px) {
	.sect_1 article {
		padding: 25px
	}
	.sect_1 article .sect_1_text {
		flex: 0 1 70%;
		-webkit-flex: 0 1 70%;
		flex-basis: 70%
	}
	.sect_1 article .sect_1_text .st1_title {
		font-size: 30px
	}
	.sect_1 article .sect_1_btn {
		flex: 0 1 30%;
		-webkit-flex: 0 1 30%;
		flex-basis: 30%
	}
	.sect_1 article .sect_1_btn .green_btn {
		max-width: 240px
	}
	.sect_1 h1 {
		font-size: 100px
	}
	.sect_1 h1 span {
		font-size: 30px
	}
}

@media(max-width:991px) {
	.sect_1 article {
		padding: 25px
	}
	.sect_1 h1 {
		font-size: 75px
	}
	.sect_1 h1 span {
		font-size: 24px
	}
}

@media(max-width:767px) {
	.sect_1 .sect_table {
		padding-top: 75px
	}
	.sect_1 h1 {
		margin: 0 0 50px;
		font-size: 45px
	}
	.sect_1 h1 span {
		font-size: 16px
	}
	.sect_1 article {
		padding: 15px;
		text-align: center
	}
	.sect_1 article .sect_1_text,
	.sect_1 article .sect_1_btn {
		flex: 0 1 100%;
		-webkit-flex: 0 1 100%;
		flex-basis: 100%;
		text-align: center
	}
	.sect_1 article .sect_1_text .st1_title,
	.sect_1 article .sect_1_btn .st1_title {
		font-size: 24px
	}
	.sect_1 article .sect_1_text .green_btn,
	.sect_1 article .sect_1_btn .green_btn {
		margin-top: 15px
	}
}

@media(max-width:480px) {
	.sect_1 h1 {
		margin: 0 0 50px;
		font-size: 37px
	}
	.sect_1 h1 span {
		font-size: 15px
	}
	.sect_1 article .sect_1_text .st1_title,
	.sect_1 article .sect_1_btn .st1_title {
		font-size: 20px
	}
	.sect_1 article .sect_1_text .st1_descr,
	.sect_1 article .sect_1_btn .st1_descr {
		font-size: 13px
	}
}

.sect_2 {
	background: #fff url(../img/sect2_bg.png) right bottom no-repeat;
	padding-bottom: 80px
}

.sect_2 h2 {
	color: #ff500d;
	text-align: center
}

.sect_2 p {
	text-shadow: 0 0 10px #fff
}

.sect_2 p+p {
	margin-top: 20px
}

.sect_2 .flex-wrapper {
	justify-content: left
}

.sect_2 .sect2_box {
	border-radius: 4px;
	background-color: #fff;
	box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.35);
	padding: 14px 12px;
	flex: 0 1 270px;
	-webkit-flex: 0 1 270px;
	flex-basis: 270px;
	text-align: center;
	margin: 15px;
	max-width: 270px
}

.sect_2 .sect2_box img {
	border-radius: 4px
}

.sect_2 .sect2_box h3 {
	margin: 10px 0 5px;
	color: #ff500d;
	text-transform: uppercase;
	font-weight: 400;
	font-family: 'Intro';
	font-size: 18px
}

.sect_2 .sect2_box .link {
	color: #333;
	font-weight: 700;
	position: relative;
	text-decoration: none;
	display: inline-block
}

.sect_2 .sect2_box .link:after {
	background: #b2b2b2;
	content: '';
	width: 100%;
	height: 1px;
	position: absolute;
	left: 0;
	bottom: 0;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s
}

.sect_2 .sect2_box .link:hover:after {
	width: 0
}

.sect_2 .sect2_box .green_btn {
	display: block;
	margin-top: 10px;
	line-height: 53px;
	text-transform: uppercase
}

@media(min-width:1200px) {
	.sect_2 .flex-wrapper {
		margin: 20px -30px 0
	}
}

@media(max-width:1199px) {
	.sect_2 {
		padding-bottom: 60px
	}
	.sect_2 .flex-wrapper {
		max-width: 600px;
		margin: 20px auto 0
	}
}

.sect_5 {
	background: #f3e6cd url(../img/sect5_bg.png) top center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	padding-bottom: 90px
}

.sect_5 h2 {
	color: #fff;
	text-align: center
}

.sect_5 .flex-wrapper {
	justify-content: center
}

.sect_5 .sect5_box {
	border-radius: 4px;
	background-color: #fff;
	box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.35);
	padding: 14px 0;
	flex: 0 1 270px;
	-webkit-flex: 0 1 270px;
	flex-basis: 270px;
	text-align: center;
	margin: 15px
}

.sect_5 .sect5_box img {
	border-radius: 4px
}

.sect_5 .sect5_box h3 {
	margin: 10px 0 5px;
	color: #ff500d;
	text-transform: uppercase;
	font-weight: 400;
	font-family: 'Intro';
	font-size: 18px
}

.sect_5 .sect5_box .link {
	margin-top: 10px;
	color: #333;
	font-weight: 700;
	position: relative;
	text-decoration: none;
	display: inline-block
}

.sect_5 .sect5_box .link:after {
	background: #b2b2b2;
	content: '';
	width: 100%;
	height: 1px;
	position: absolute;
	left: 0;
	bottom: 0;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s
}

.sect_5 .sect5_box .link:hover:after {
	width: 0
}

.sect_5 .sect5_box .text {
	padding: 0 12px;
	text-align: left;
	min-height: 126px
}

.sect_5 .green_btn {
	display: block;
	line-height: 53px;
	text-transform: uppercase;
	width: 270px;
	margin: 30px auto 0
}

@media(min-width:1200px) {
	.sect_5 .flex-wrapper {
		margin: 20px -30px 0
	}
}

@media(max-width:1199px) {
	.sect_5 .flex-wrapper {
		margin: 20px auto 0
	}
}

.sect_3 {
	background: #2a5482 url("../img/sect3_bg.png") top center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	color: #fff;
	text-align: center
}

.sect_3 form {
	max-width: 1030px;
	margin: 0 auto;
	border: 6px solid rgba(255, 255, 255, 0.7);
	padding: 30px 60px
}

.sect_3 form ::-webkit-input-placeholder {
	color: #808080;
	opacity: 1!important
}

.sect_3 form ::-moz-placeholder {
	color: #808080;
	opacity: 1!important
}

.sect_3 form :-moz-placeholder {
	color: #808080;
	opacity: 1!important
}

.sect_3 form :-ms-input-placeholder {
	color: #808080;
	opacity: 1!important
}

.sect_3 form .input_wrapper {
	padding: 10px 15px;
	float: left;
	width: 33.333%
}

.sect_3 form .input_wrapper input {
	color: #333;
	border: 0;
	line-height: 50px;
	padding: 0 10px 0 30px;
	width: 100%;
	border-radius: 4px;
	height: 50px
}

.sect_3 form .input_wrapper .green_btn {
	line-height: 50px
}

.sect_3 form .form_inner {
	overflow: hidden
}

.sect_3 .gift_wrapper {
	margin: 90px auto 68px;
	max-width: 1030px
}

.sect_3 .gift {
	background: #fc0;
	text-align: left;
	position: relative;
	padding: 25px 0;
	border-radius: 4px;
	max-width: 860px
}

.sect_3 .gift h3,
.sect_3 .gift p {
	padding-left: 30px;
	width: 93%;
	text-shadow: 0 0 7px rgba(0, 0, 0, 0.55)
}

.sect_3 .gift h3 {
	margin: 0 0 10px;
	font-weight: 400;
	font-family: 'Intro';
	font-size: 40px;
	text-transform: uppercase;
	line-height: 1
}

.sect_3 .gift p {
	font-weight: 500;
	font-size: 14px;
	line-height: 1;
	text-transform: uppercase
}

.sect_3 .gift img {
	position: absolute;
	left: 100%;
	top: -110px;
	margin-left: -80px
}

@media(max-width:1199px) {
	.sect_3 .gift_wrapper {
		margin: 120px auto 68px
	}
	.sect_3 .gift h3 {
		font-size: 48px
	}
	.sect_3 .gift p {
		font-size: 20px
	}
	.sect_3 .gift img {
		position: absolute;
		left: 100%;
		top: -165px;
		margin-left: -155px
	}
}

@media(max-width:991px) {
	.sect_3 form {
		padding: 30px 0
	}
	.sect_3 .gift_wrapper {
		margin: 60px auto 40px
	}
	.sect_3 .gift {
		text-align: center
	}
	.sect_3 .gift h3,
	.sect_3 .gift p {
		width: 100%;
		padding: 0 20px
	}
	.sect_3 .gift h3 {
		font-size: 42px
	}
	.sect_3 .gift p {
		font-size: 18px
	}
	.sect_3 .gift img {
		display: none
	}
}

@media(max-width:767px) {
	.sect_3 form {
		max-width: 90%;
		padding: 30px 0
	}
	.sect_3 form .input_wrapper {
		width: 100%;
		float: none;
		display: block;
		max-width: 480px;
		margin: 0 auto
	}
	.sect_3 form .input_wrapper .green_btn {
		max-width: 270px;
		display: block;
		margin: 0 auto
	}
	.sect_3 .gift_wrapper {
		margin: 60px auto 40px
	}
	.sect_3 .gift {
		text-align: center
	}
	.sect_3 .gift h3,
	.sect_3 .gift p {
		width: 100%;
		padding: 0 20px
	}
	.sect_3 .gift h3 {
		font-size: 42px
	}
	.sect_3 .gift p {
		font-size: 18px
	}
	.sect_3 .gift img {
		display: none
	}
}

@media(max-width:480px) {
	.sect_3 form {
		max-width: 100%
	}
	.sect_3 .gift h3,
	.sect_3 .gift p {
		padding: 0 15px
	}
	.sect_3 .gift h3 {
		font-size: 36px
	}
	.sect_3 .gift p {
		font-size: 16px
	}
}

.sect_6 {
	background: url("../img/sect6_bg.png") bottom center no-repeat
}

@media(max-width:1199px) {
	.sect_6 {
		-webkit-background-size: cover;
		background-size: cover
	}
}

.sect_6 h2 {
	text-align: center
}

.sect_6 .popular h2 {
	color: #ff500d
}

.sect_6 .owl-pop-wrapper {
	margin: 0 -15px
}

.sect_6 .owl-item {
	padding: 15px
}

.sect_6 .item {
	background: #fff;
	padding: 10px 10px 30px;
	border-radius: 4px;
	box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.35)
}

.sect_6 .item .big {
	height: 198px;
	width: 100%;
	display: block;
	position: relative;
	overflow: hidden
}

.sect_6 .item .big img {
	height: 100%;
	position: absolute;
	left: 0;
	top: -100%;
	width: 100%;
	object-fit: cover;
	border-radius: 4px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s
}

.sect_6 .item .big img.active {
	top: 0
}

.sect_6 .item .mini {
	margin-top: 10px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-flow: row wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-flex-direction: row;
	flex-direction: row
}

.sect_6 .item .mini img {
	flex: 0 1 32%;
	-webkit-flex: 0 1 32%;
	flex-basis: 32%;
	height: 64px;
	object-fit: cover;
	cursor: pointer;
	width: 32%;
	border-radius: 4px;
	max-width: 32%
}

.sect_6 .item .rating {
	text-align: center;
	color: #ed8a19;
	margin: 15px 0 10px
}

.sect_6 .item h3 {
	font-size: 18px;
	font-weight: 400;
	font-family: 'Intro';
	color: #ff500d;
	margin: 0 0 10px;
	text-align: center
}

.sect_6 .item .map_lnk {
	text-align: center;
	font-size: 14px
}

.sect_6 .item .map_lnk .fa {
	color: #999;
	margin-right: 5px
}

.sect_6 .item .map_lnk span {
	color: #565656;
	border-bottom: 1px dashed #565656;
	text-decoration: none;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s
}

.sect_6 .item .text {
	margin-top: 20px;
	height: 100%;
	margin-bottom: 10px;
	text-align: center;
	min-height:105px;
}

.sect_6 .item .text p {
	font-size: 12px!important
}

.sect_6 .item .text p.full_text {
	font-size: 19px!important
}

@media(max-width:991px) {
	.sect_6 .item .text {
		height: 75px
	}
}

@media(max-width:639px) {
	.sect_6 .item .text {
		height: 95px
	}
}

@media(max-width:559px) {
	.sect_6 .item .text {
		height: auto;
		margin-bottom: 20px
	}
}

.sect_6 .item .green_btn {
	font-weight: 400;
	line-height: 50px;
	display: block;
	max-width: 270px;
	margin: 0 auto
}

.sect_6 .owl-dots {
	display: block;
	width: 100%;
	margin-top: 25px;
	height: 14px;
	line-height: 14px;
	text-align: center
}

.sect_6 .owl-dot {
	display: inline-block;
	vertical-align: top;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	border: 2px solid #fff!important;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	margin: 0 2px;
	position: relative
}

.sect_6 .owl-dot:before {
	content: '';
	width: 10px;
	height: 10px;
	border-radius: 50%;
	top: 0;
	bottom: 0;
	margin-top: auto;
	margin-bottom: auto;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	background: #fff;
	opacity: 0;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	position: absolute
}

.sect_6 .owl-dot.active {
	border-color: transparent!important
}

.sect_6 .owl-dot.active:before {
	opacity: 1
}

.sect_6 .form {
	margin-top: 400px;
	background: rgba(221, 146, 9, 0.749);
	overflow: hidden
}

.sect_6 .form h2 {
	color: #fff;
	text-shadow: 0 0 7px rgba(0, 0, 0, 0.55)
}

.sect_6 .form form {
	max-width: 1030px;
	margin: 0 auto;
	background: rgba(0, 0, 0, 0.2);
	border: 6px solid rgba(255, 255, 255, 0.7);
	padding: 30px 60px
}

.sect_6 .form form ::-webkit-input-placeholder {
	color: #808080;
	opacity: 1!important
}

.sect_6 .form form ::-moz-placeholder {
	color: #808080;
	opacity: 1!important
}

.sect_6 .form form :-moz-placeholder {
	color: #808080;
	opacity: 1!important
}

.sect_6 .form form :-ms-input-placeholder {
	color: #808080;
	opacity: 1!important
}

.sect_6 .form form .input_wrapper {
	padding: 10px 15px;
	float: left;
	width: 33.333%
}

.sect_6 .form form .input_wrapper input {
	color: #333;
	border: 0;
	line-height: 50px;
	padding: 0 10px 0 30px;
	width: 100%;
	border-radius: 4px;
	height: 50px
}

.sect_6 .form form .input_wrapper .green_btn {
	line-height: 50px
}

.sect_6 .form form .form_inner {
	overflow: hidden
}

.sect_6 .form .gift_wrapper {
	color: #fff;
	margin: 90px auto 68px;
	max-width: 1030px
}

.sect_6 .form .gift {
	background: #fc0;
	text-align: left;
	position: relative;
	padding: 25px 0;
	border-radius: 4px;
	max-width: 860px
}

.sect_6 .form .gift h3,
.sect_6 .form .gift p {
	padding-left: 30px;
	width: 93%;
	text-shadow: 0 0 7px rgba(0, 0, 0, 0.55)
}

.sect_6 .form .gift h3 {
	margin: 0 0 10px;
	font-weight: 400;
	font-family: 'Intro';
	font-size: 40px;
	text-transform: uppercase;
	line-height: 1
}

.sect_6 .form .gift p {
	font-weight: 500;
	font-size: 14px;
	line-height: 1;
	text-transform: uppercase
}

.sect_6 .form .gift img {
	position: absolute;
	left: 100%;
	top: -110px;
	margin-left: -80px
}

@media(max-width:1199px) {
	.sect_6 .form {
		margin-top: 300px
	}
	.sect_6 .form .gift_wrapper {
		margin: 120px auto 68px
	}
	.sect_6 .form .gift h3 {
		font-size: 48px
	}
	.sect_6 .form .gift p {
		font-size: 20px
	}
	.sect_6 .form .gift img {
		position: absolute;
		left: 100%;
		top: -165px;
		margin-left: -155px
	}
}

@media(max-width:991px) {
	.sect_6 .form {
		margin-top: 200px
	}
	.sect_6 .form form {
		padding: 30px 0
	}
	.sect_6 .form .gift_wrapper {
		margin: 60px auto 40px
	}
	.sect_6 .form .gift {
		text-align: center
	}
	.sect_6 .form .gift h3,
	.sect_6 .form .gift p {
		width: 100%;
		padding: 0 20px
	}
	.sect_6 .form .gift h3 {
		font-size: 42px
	}
	.sect_6 .form .gift p {
		font-size: 18px
	}
	.sect_6 .form .gift img {
		display: none
	}
}

@media(max-width:767px) {
	.sect_6 .form {
		margin-top: 100px
	}
	.sect_6 .form form {
		max-width: 90%;
		padding: 30px 0
	}
	.sect_6 .form form .input_wrapper {
		width: 100%;
		float: none;
		display: block;
		max-width: 480px;
		margin: 0 auto
	}
	.sect_6 .form form .input_wrapper .green_btn {
		max-width: 270px;
		display: block;
		margin: 0 auto
	}
	.sect_6 .form .gift_wrapper {
		margin: 60px auto 40px
	}
	.sect_6 .form .gift {
		text-align: center
	}
	.sect_6 .form .gift h3,
	.sect_6 .form .gift p {
		width: 100%;
		padding: 0 20px
	}
	.sect_6 .form .gift h3 {
		font-size: 42px
	}
	.sect_6 .form .gift p {
		font-size: 18px
	}
	.sect_6 .form .gift img {
		display: none
	}
}

@media(max-width:480px) {
	.sect_6 .form {
		margin-top: 50px
	}
	.sect_6 .form form {
		max-width: 100%
	}
	.sect_6 .form .gift h3,
	.sect_6 .form .gift p {
		padding: 0 15px
	}
	.sect_6 .form .gift h3 {
		font-size: 36px
	}
	.sect_6 .form .gift p {
		font-size: 16px
	}
}

.sect_7 {
	padding-bottom: 20px
}

.sect_7 h2 {
	color: #ff500d;
	text-align: center
}

.sect_7 .steps {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-flow: row wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-flex-direction: row;
	flex-direction: row;
	max-width: 970px;
	margin: 0 auto
}

.sect_7 .steps .step {
	margin: 0 0 30px;
	flex: 0 1 25%;
	-webkit-flex: 0 1 25%;
	flex-basis: 25%
}

.sect_7 .steps .step:nth-child(1) .img {
	margin-left: 50px
}

.sect_7 .steps .step:nth-child(2) .img {
	margin-left: 60px
}

.sect_7 .steps .step:nth-child(3) .img {
	margin-left: 70px
}

.sect_7 .steps .step:nth-child(4) .img {
	margin-left: 60px
}

.sect_7 .steps .icon_box {
	overflow: hidden
}

.sect_7 .steps .icon_box .impact {
	padding-left: 10px;
	float: left;
	line-height: 156px;
	font-size: 180px;
	text-transform: uppercase;
	color: #ffb092;
	text-align: center;
	-moz-transform: matrix(0.99971473262622, 0, 0, 1.00001362482913, 0, 0);
	-webkit-transform: matrix(0.99971473262622, 0, 0, 1.00001362482913, 0, 0);
	-ms-transform: matrix(0.99971473262622, 0, 0, 1.00001362482913, 0, 0);
	text-shadow: -1px -1px 0 #ff500d, 1px -1px 0 #ff500d, -1px 1px 0 #ff500d, 1px 1px 0 #ff500d
}

.sect_7 .steps .icon_box .img {
	display: block;
	width: 157px;
	height: 156px;
	position: relative;
	background: url("../img/sect7/bg.png")
}

.sect_7 .steps .icon_box .img img {
	position: absolute;
	top: 0;
	bottom: 0;
	margin-top: auto;
	margin-bottom: auto;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto
}

.sect_7 .steps .descr {
	margin-top: 20px;
	font-weight: 700;
	text-align: center;
	padding: 0 15px
}

@media(max-width:991px) {
	.sect_7 .steps {
		max-width: 500px
	}
	.sect_7 .steps .step {
		flex: 0 1 50%;
		-webkit-flex: 0 1 50%;
		flex-basis: 50%
	}
}

@media(max-width:500px) {
	.sect_7 .steps {
		max-width: 250px
	}
	.sect_7 .steps .step {
		flex: 0 1 100%;
		-webkit-flex: 0 1 100%;
		flex-basis: 100%
	}
}

.sect_8 {
	background: #ffd69f url("../img/sect8_bg.png") top left repeat;
	padding-bottom: 120px
}

.sect_8 h2 {
	text-align: center;
	color: #ff500d
}

.sect_8 .warranty {
	position: relative
}

.sect_8 .warranty:after {
	content: '';
	display: table;
	width: 100%;
	clear: both;
	height: 0
}

.sect_8 .warranty .text {
	width: 57.2%;
	float: right;
	position: relative
}

.sect_8 .warranty .text p {
	margin-top: 15px;
	line-height: 1.6
}

.sect_8 .warranty .text .intro {
	font-size: 20px
}

.sect_8 .warranty .text .intro+p {
	margin-top: 0
}

@media(max-width:767px) {
	.sect_8 .warranty .text {
		width: 100%;
		float: none
	}
}

.sect_8 .warranty .img {
	max-width: 40%;
	position: relative;
	float: left;
	margin-left: 0
}

.sect_8 .warranty .img img {
	width: 100%
}

@media(max-width:767px) {
	.sect_8 .warranty .img {
		position: relative;
		top: inherit;
		left: inherit;
		max-width: 100%;
		margin-bottom: 30px
	}
}

.sect_9 {
	text-align: center
}

.sect_9 h2 {
	color: #ff500d
}

.sect_9 .sub_header {
	font-weight: 500;
	font-size: 20px;
	margin-bottom: 40px;
	margin-top: -25px
}

@media(max-width:1199px) {
	.sect_9 .sub_header {
		margin-top: -15px;
		font-size: 18px
	}
}

@media(max-width:991px) {
	.sect_9 .sub_header {
		margin-top: -10px;
		margin-bottom: 30px;
		font-size: 16px
	}
}

@media(max-width:767px) {
	.sect_9 .sub_header {
		margin-top: -10px;
		font-size: 15px;
		margin-bottom: 20px
	}
}

.sect_9 .sub_footer {
	text-align: center;
	font-weight: 500;
	width: 100%;
	font-size: 20px;
	margin-top: 25px
}

@media(max-width:1199px) {
	.sect_9 .sub_footer {
		font-size: 18px
	}
}

@media(max-width:991px) {
	.sect_9 .sub_footer {
		margin-bottom: 16px
	}
}

@media(max-width:767px) {
	.sect_9 .sub_footer {
		font-size: 15px
	}
}

.sect_9 .why {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-flow: row wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-flex-direction: row;
	flex-direction: row
}

.sect_9 .item {
	flex: 0 1 31.5%;
	-webkit-flex: 0 1 31.5%;
	flex-basis: 31.5%;
	margin: 15px 0
}

.sect_9 .item .img {
	height: 90px;
	position: relative;
	width: 100%;
	display: block
}

.sect_9 .item .img img {
	position: absolute;
	top: 0;
	bottom: 0;
	margin-top: auto;
	margin-bottom: auto;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto
}

.sect_9 .item .title {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 10px
}

.sect_9 .item .descr {
	font-size: 16px
}

@media(max-width:991px) {
	.sect_9 .why {
		justify-content: center
	}
	.sect_9 .item {
		flex: 0 1 48%;
		-webkit-flex: 0 1 48%;
		flex-basis: 48%
	}
}

@media(max-width:767px) {
	.sect_9 .why {
		max-width: 370px;
		margin: 0 auto
	}
	.sect_9 .item {
		flex: 0 1 100%;
		-webkit-flex: 0 1 100%;
		flex-basis: 100%
	}
}

.sect_10 {
	padding-bottom: 40px
}

.sect_10 h2 {
	text-align: center;
	color: #ff500d
}

.sect_10 audio {
	width: 100%;
	border-style: solid;
	border-width: 1px;
	border-color: #bdb699;
	background-image: -moz-linear-gradient(90deg, #000 0, #9e9e9e 100%);
	background-image: -webkit-linear-gradient(90deg, #000 0, #9e9e9e 100%);
	background-image: -ms-linear-gradient(90deg, #000 0, #9e9e9e 100%);
	box-shadow: .087px .996px 5px 0 rgba(0, 0, 0, 0.16), inset 0 1px 0 0 rgba(255, 255, 255, 0.004);
	border-radius: 4px
}

.sect_10 .reviews {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-flow: row wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-flex-direction: row;
	flex-direction: row
}

.sect_10 .review {
	margin: 20px 0;
	flex: 0 1 50%;
	-webkit-flex: 0 1 50%;
	flex-basis: 50%;
	max-width: 50%
}

.sect_10 .review:nth-child(odd) {
	padding-right: 10px
}

.sect_10 .review:nth-child(even) {
	padding-left: 10px
}

.sect_10 .img {
	float: left;
	border-radius: 50%;
	width: 150px;
	height: 150px
}

.sect_10 .text {
	overflow: hidden;
	padding-left: 10px
}

.sect_10 .text .tour {
	font-size: 13px;
	margin-bottom: 10px
}

.sect_10 .text .tour span {
	color: #ff500d
}

.sect_10 .text .text_rew {
	font-weight: 400;
	font-family: 'GothamProItalic';
	color: #6d6d6d
}

.sect_10 .audio {
	margin-top: 25px
}

.sect_10 .name {
	font-weight: 500;
	font-size: 16px;
	color: #454b51;
	margin-top: 10px
}

.sect_10 .green_btn {
	display: block;
	max-width: 270px;
	margin: 15px auto 0
}

@media(max-width:1199px) {
	.sect_10 .review {
		flex: 0 1 100%;
		-webkit-flex: 0 1 100%;
		flex-basis: 100%;
		max-width: 100%
	}
	.sect_10 .review:nth-child(odd) {
		padding-right: 0
	}
	.sect_10 .review:nth-child(even) {
		padding-left: 0
	}
}

@media(max-width:480px) {
	.sect_10 .img {
		float: none;
		display: block;
		margin: 0 auto
	}
	.sect_10 .text {
		padding-left: 0
	}
}

.footer {
	background: #f5ebdf;
	padding: 35px 0
}

.footer .line {
	overflow: hidden
}

.footer .line+.line {
	margin-top: 35px
}

.footer .line .logo {
	float: left;
	width: 500px
}

.footer .line .consult {
	float: left;
	width: 470px
}

.footer .line .consult p {
	font-size: 14px;
	color: #525252
}

.footer .line .consult ul {
	list-style: none;
	padding: 0;
	margin-bottom: 0;
	overflow: hidden
}

.footer .line .consult li {
	float: left;
	width: 50%
}

.footer .line .consult li a {
	font-weight: 400;
	font-family: 'Intro';
	font-size: 24px;
	color: #ff500d;
	text-decoration: none
}

.footer .line .consult li a:hover {
	text-decoration: none;
	color: #c03500
}

.footer .line .red_btn {
	float: left;
	max-width: 200px
}

.footer .line .address {
	float: left;
	font-weight: 500;
	font-size: 16px;
	line-height: 20px
}

.footer .line .copyright {
	float: right;
	font-size: 14px;
	color: #525252;
	line-height: 20px
}

@media(max-width:1199px) {
	.footer .line+.line {
		margin-top: 20px
	}
	.footer .line .logo {
		width: 58px;
		overflow: hidden;
		margin-right: 100px
	}
	.footer .line .red_btn {
		float: right
	}
	.footer .line .address {
		width: 100%;
		text-align: center;
		margin-bottom: 10px;
		float: none
	}
	.footer .line .copyright {
		text-align: center;
		float: none
	}
}

@media(max-width:991px) {
	.footer .line .logo,
	.footer .line .consult,
	.footer .line .red_btn {
		width: 100%;
		text-align: center;
		float: none;
		display: block;
		margin: 10px auto
	}
	.footer .line .logo ul,
	.footer .line .consult ul,
	.footer .line .red_btn ul {
		margin-top: 5px
	}
	.footer .line .logo li,
	.footer .line .consult li,
	.footer .line .red_btn li {
		float: none;
		width: 100%;
		text-align: center
	}
}

.header {
	z-index: 10;
	background: #fff;
	position: fixed;
	top: 0;
	width: 100%;
	left: 0;
	padding: 25px 0;
	box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.35)
}

@media(max-width:991px) {
	.header {
		padding: 10px 0
	}
}

.header .line {
	overflow: hidden
}

.header .line+.line {
	margin-top: 35px
}

.header .line .logo {
	float: left;
	width: 500px;
	margin-top: 5px
}

.header .line .consult {
	float: left;
	width: 470px
}

.header .line .consult p {
	font-size: 14px;
	color: #525252
}

.header .line .consult ul {
	list-style: none;
	padding: 0;
	margin-bottom: 0;
	overflow: hidden
}

.header .line .consult li {
	float: left;
	width: 50%
}

.header .line .consult li a {
	font-weight: 400;
	font-family: 'Intro';
	font-size: 24px;
	color: #ff500d;
	text-decoration: none
}

.header .line .consult li a:hover {
	text-decoration: none;
	color: #c03500
}

.header .line .red_btn {
	float: left;
	max-width: 200px
}

.header .line .address {
	float: left;
	font-weight: 500;
	font-size: 16px;
	line-height: 20px
}

.header .line .copyright {
	float: right;
	font-size: 14px;
	color: #525252;
	line-height: 20px
}

@media(max-width:1199px) {
	.header .line+.line {
		margin-top: 20px
	}
	.header .line .logo {
		margin-top: 0;
		width: 58px;
		overflow: hidden;
		margin-right: 100px
	}
	.header .line .red_btn {
		float: right
	}
	.header .line .address {
		width: 100%;
		text-align: center;
		margin-bottom: 10px;
		float: none
	}
	.header .line .copyright {
		text-align: center;
		float: none
	}
}

@media(max-width:991px) {
	.header .line .logo {
		width: auto
	}
	.header .line .consult {
		display: none
	}
}

@media(max-width:719px) {
	.header .line .logo {
		width: 58px;
		margin-right: 0
	}
	.header .line .consult {
		display: none
	}
	.header .line .red_btn {
		line-height: 40px
	}
}

.sect_4 h2 {
	text-align: center;
	color: #ff500d
}

.sect_4 .tabs {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%;
	text-align: center
}

.sect_4 .tabs:after {
	content: '';
	display: table;
	width: 100%;
	clear: both;
	height: 0
}

.sect_4 .tabs li {
	display: inline-block;
	vertical-align: top;
	margin: 0 15px;
	cursor: pointer;
	width: 200px;
	border-radius: 50px;
	line-height: 50px;
	overflow: hidden;
	text-transform: uppercase;
	color: #ff500d;
	border: 2px solid #ff500d;
	font-size: 15px;
	background: transparent;
	position: relative;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s
}

.sect_4 .tabs li.active,
.sect_4 .tabs li:hover {
	background: #ff500d;
	color: #fff
}

@media(max-width:767px) {
	.sect_4 .tabs {
		display: none
	}
}

.sect_4 .tab_container {
	clear: both;
	background: url("../img/sect4/hur_bg.png") left bottom no-repeat;
	width: 100%;
	overflow: auto
}

@media(max-width:1199px) {
	.sect_4 .tab_container {
		background: none!important
	}
}

@media(min-width:768px) {
	.sect_4 .tab_container {
		margin-top: 30px
	}
}

.sect_4 .tab_content {
	padding: 0;
	display: none
}

.sect_4 .tab_content.visible {
	display: block!important
}

.sect_4 .tab_drawer_heading {
	display: none
}

@media(max-width:767px) {
	.sect_4 .tab_drawer_heading {
		margin: 10px 15px!important;
		text-align: center;
		display: block;
		cursor: pointer;
		max-width: 100%;
		line-height: 40px;
		overflow: hidden;
		border-radius: 50px;
		font-weight: 700;
		text-transform: uppercase;
		color: #ff500d;
		border: 2px solid #ff500d;
		font-size: 15px;
		background: transparent;
		position: relative;
		-webkit-transition: all .5s;
		-moz-transition: all .5s;
		-ms-transition: all .5s;
		-o-transition: all .5s;
		transition: all .5s
	}
	.sect_4 .tab_drawer_heading.active,
	.sect_4 .tab_drawer_heading:hover {
		background: #ff500d;
		color: #fff
	}
}

.sect_4 .flex-wrapper {
	justify-content: center
}

.sect_4 .item {
	border-radius: 4px;
	background-color: #fff;
	box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.35);
	padding: 13px 13px 20px;
	flex: 0 1 270px;
	-webkit-flex: 0 1 270px;
	flex-basis: 270px;
	text-align: center;
	margin: 15px;
	max-width: 270px
}

.sect_4 .item .green_btn {
	display: block;
	line-height: 53px;
	text-transform: uppercase;
	width: 100%;
	margin: 5px auto 0
}

.sect_4 .item .title {
	color: #ff500d;
	text-transform: uppercase;
	font-weight: 400;
	font-family: 'Intro';
	margin: 10px 0 15px
}

.sect_4 .item img {
	border-radius: 4px;
	width: 100%;
	max-width: 100%;
	height: 210px;
	object-fit: cover
}

.sect_4 .item .descr {
	font-size: 14px;
	text-align: left;
	height: 220px;
	overflow: hidden;
	line-height: 1.3
}

.sect_4 .tab_description {
	margin-top: 30px;
	float: right;
	max-width: 58%;
	text-align: left;
	padding-bottom: 40px
}

.sect_4 .tab_description p {
	margin-top: 15px
}

.sect_4 .tab_description .green_btn {
	margin-top: 15px;
	display: inline-block;
	padding: 0 20px;
	width: auto;
	text-transform: uppercase
}

@media(min-width:1200px) {
	.sect_4 .flex-wrapper {
		margin: 20px -30px 0
	}
}

@media(max-width:1199px) {
	.sect_4 .flex-wrapper {
		margin: 20px auto 0;
		max-width: 750px
	}
	.sect_4 .tab_description {
		float: none;
		max-width: 100%;
		text-align: center
	}
	.sect_4 .tab_description p {
		text-align: left
	}
}

@media(max-width:767px) {
	.sect_4 {
		padding-bottom: 40px
	}
	.sect_4 .tab_description {
		padding-bottom: 20px
	}
}

.modal-dialog {
	max-width: 370px
}

.modal-dialog .modal-body {
	padding: 35px 0
}

.modal-dialog .close {
	right: 10px;
	top: 10px;
	position: absolute;
	z-index: 1;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s
}

.modal-dialog h3 {
	text-align: center;
	text-transform: uppercase;
	font-size: 36px;
	padding: 0 10px;
	font-weight: 400;
	font-family: 'Intro';
	color: #ff500d;
	margin: 0 0 20px
}

.modal-dialog p {
	line-height: 24px;
	font-size: 15px;
	font-weight: 700;
	text-align: center
}

.modal-dialog form {
	max-width: 270px;
	display: block;
	margin: 25px auto 0
}

.modal-dialog form .form_group {
	overflow: hidden
}

.modal-dialog form span {
	display: block;
	font-size: 16px;
	margin-bottom: 5px
}

.modal-dialog form input {
	display: block;
	background: #d9d8e4;
	border: 0;
	line-height: 60px;
	padding: 0 10px;
	margin-bottom: 10px;
	width: 100%;
	height: 60px
}

.modal-dialog form .green_btn {
	width: 100%;
	margin-top: 10px;
	text-transform: uppercase
}

.tab_bg {
	background: #fff;
	padding: 5px 20px 15px 20px;
	border-radius: 30px;
}

.icon-bar {
    position: fixed;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 9999;
}

.icon-bar a {
    display: block;
    text-align: center;
    padding: 10px;
    transition: all 0.3s ease;
    color: white;
    font-size: 20px;
}

.icon-bar a:hover {
    background-color: #000;
}

.facebook {
    background: #3B5998;
    color: white;
}

.instagram {
    background: #C13584;
    color: white;
}

.telegram {
    background: #0088CC;
    color: white;
}

.odnoklassniki {
    background: #ed812b;
    color: white;
}
.vk {
    background: #4c75a3;
    color: white;
}

.whatsapp {
    /*background: #075e54;*/
    /*background: #128c7e;*/
    background: #25d366;
    color: white;
}

.twitter {
    background: #55ACEE;
    color: white;
}

.google {
    background: #dd4b39;
    color: white;
}

.linkedin {
    background: #007bb5;
    color: white;
}

.youtube {
    background: #bb0000;
    color: white;
}