.th-button-default {
	line-height: 42px;
	border-radius: 21px;
	padding: 0 20px;
	-webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.45);
	-moz-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.45);
	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.45);
	color: #222328;
	font-size: 16px;
	font-weight: 300;
	text-transform: uppercase;
	display: inline-block
}

.th-button-default:hover {
	color: #fff
}

.th-button-default-blue {
	background: #3B4C9A;
	color: #fff
}

.th-button-default-blue:hover {
	background: #ff6633
}

.th-button-default-white-transparent {
	color: #fff;
	border: 1px solid #fff
}

.th-button-default-white-transparent:hover {
	background: #3B4C9A;
	border-color: #3B4C9A
}

.th-button-default-black {
	color: #222328;
	border: 1px solid #222328
}

.th-button-default-black:hover {
	color: #fff;
	background: #ff6633;
	border-color: #ff6633
}

.th-button-default-big {
	line-height: 50px;
	border-radius: 25px;
	padding: 0 30px
}

body {
	font-family: 'Rubik', sans-serif;
	font-weight: 400
}

body * {
	font-family: 'Rubik', sans-serif
}

a,
button {
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	transition: all 300ms ease-out
}

a::before,
button::before,
a::after,
button::after {
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	transition: all 300ms ease-out
}

a:hover,
button:hover,
a:focus,
button:focus {
	text-decoration: none;
	color: inherit;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	transition: all 300ms ease-out
}

a:hover::before,
button:hover::before,
a:focus::before,
button:focus::before,
a:hover::after,
button:hover::after,
a:focus::after,
button:focus::after {
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	transition: all 300ms ease-out
}

.uk-modal-dialog * {
	color: #fff
}

.uk-modal-dialog .uk-spinner {
	color: #3B4C9A !important
}

.uk-modal-dialog .uk-spinner * {
	color: #3B4C9A !important
}

.uk-modal-dialog iframe {
	position: relative;
	z-index: 20
}

.uk-lightbox-button svg {
	stroke: #fff !important
}

section.inverse .header p {
	color: #fff
}

section .header h2 {
	text-transform: uppercase;
	color: #3B4C9A;
	font-size: 30px;
	font-weight: 500
}

section .header h2 span {
	color: #ff6633
}

section .header p {
	font-size: 16px;
	font-weight: 300;
	color: #777
}

hr.uk-divider-icon:before,
hr.uk-divider-icon:after {
	border-color: #222328
}

strong,
b {
	font-weight: 500
}

p {
	font-weight: 400;
	line-height: 1.5
}

.uk-form-large {
	font-size: 14px !important
}

@media (min-width:960px) and (max-width:1200px) {
	.uk-hidden\@l-only {
		display: none !important
	}
}

@media (min-width:640px) and (max-width:960px) {
	.uk-hidden\@m-only {
		display: none !important
	}
}

@-webkit-keyframes opacity {
	0% {
		opacity: 0
	}
	100% {
		opacity: 1
	}
}

.snowflakes {
	background-image: url(/images/system/snowflakes.png);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: auto 100%;
	height: 100%;
	z-index: 1
}

.clouds_right {
	background-image: url(/images/system/cloud-1.png);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: auto 80%;
	height: 100%;
	z-index: 1
}

.clouds_left {
	background-image: url(/images/system/clouds-front.png);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: auto 80%;
	height: 100%;
	z-index: 1
}

.series_play_button {
	width: 75px;
	height: 75px;
	border-radius: 100%;
	box-shadow: 10px 10px 50px -10px rgba(0, 0, 0, 0.7);
	-moz-box-shadow: 10px 10px 50px -10px rgba(0, 0, 0, 0.7);
	-webkit-box-shadow: 10px 10px 50px -10px rgba(0, 0, 0, 0.7);
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	transition: all 300ms ease-out
}

.series_play_button svg {
	width: inherit;
	height: inherit
}

.series_play_button svg path {
	fill: #fff;
	stroke: #000
}

@media (max-width:768px) {
	.series_play_button {
		width: 55px;
		height: 55px
	}
}

.specification h2 {
	font-size: 28px;
	font-weight: 500;
	line-height: 40px;
	text-shadow: 2px 2px 5px rgba(255, 255, 255, 0.3)
}

.specification h2 span {
	font-size: 40px;
	line-height: 1;
	font-weight: 500;
	color: #3B4C9A
}

.specification ul li {
	font-size: 20px;
	font-weight: 400;
	text-shadow: 2px 2px 5px rgba(255, 255, 255, 0.3)
}

.specification ul li strong {
	font-weight: 500
}

@media (max-width:1025px) {
	.specification h2 {
		font-size: 22px;
		line-height: 34px
	}
	.specification h2 span {
		font-size: 34px
	}
	.specification ul li {
		font-size: 18px
	}
}

@media (max-width:768px) {
	.specification h2 {
		font-size: 20px;
		line-height: 28px
	}
	.specification h2 span {
		font-size: 28px
	}
	.specification ul li {
		font-size: 16px;
		line-height: 1.3
	}
}

.hexa * {
	box-sizing: border-box
}

.hexa .outerclip {
	-webkit-transform: skew(-30deg);
	-ms-transform: skew(-30deg);
	transform: skew(-30deg);
	overflow: hidden;
	display: block;
	width: 100%
}

.hexa .innerclip {
	-webkit-transform: skew(50deg);
	-ms-transform: skew(50deg);
	transform: skew(50deg);
	overflow: hidden;
	display: block;
	width: 100%;
	border: 5px solid;
	border-color: #fff;
	position: relative
}

.hexa .innerclip::before,
.hexa .innerclip::after {
	content: "";
	position: absolute;
	z-index: 1;
	transform: skew(-50deg);
	-webkit-transform: skew(-50deg);
	-ms-transform: skew(-50deg);
	height: 100%;
	width: 100%
}

.hexa .innerclip::before {
	bottom: 0;
	left: 0;
	border-right: 5px solid;
	border-color: inherit
}

.hexa .innerclip::after {
	top: 0;
	right: 0;
	border-left: 5px solid;
	border-color: inherit
}

.hexa .innerclip img {
	transform: scale(1);
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	transition: all 300ms ease-out
}

.hexa .innerclip:hover img {
	transform: scale(1.2)
}

.hexa .uk-inline {
	-webkit-transform: skew(-30deg);
	-ms-transform: skew(-30deg);
	transform: skew(-30deg)
}

.hexa .uk-inline img {
	width: 100%;
	height: auto
}

h2.main_title {
	font-weight: 300;
	font-size: 38px;
	line-height: 1.1;
	text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
	text-transform: uppercase;
	color: #fff;
	z-index: 100
}

h2.main_title span {
	font-size: 84px;
	color: inherit
}

h2.main_title.blue {
	color: #3B4C9A !important
}

h2.main_title.blue span.white {
	color: #fff !important
}

@media (max-width:425px) {
	h2.main_title {
		font-size: 30px
	}
	h2.main_title span {
		font-size: 50px
	}
}

header {
	z-index: 100
}

header * {
	color: #fff
}

header .uk-inline div.h1 {
	background: #3B4C9A;
	padding: 20px
}

header .uk-inline .open_dropdown,
header .uk-inline .icons {
	padding: 20px;
	background: rgba(0, 19, 107, 0.6);
	cursor: pointer;
	text-transform: uppercase;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	transition: all 300ms ease-out
}

header .uk-inline .open_dropdown:hover,
header .uk-inline .icons:hover {
	background: rgba(0, 19, 107, 0.9)
}

header .uk-inline .uk-dropdown {
	padding: 0;
	background: transparent;
	box-shadow: none
}

header .uk-inline .uk-dropdown ul li {
	margin: 0
}

header .uk-inline .uk-dropdown ul li span,
header .uk-inline .uk-dropdown ul li a {
	background: rgba(0, 19, 107, 0.6);
	padding: 15px 0 15px 0;
	width: 100%;
	display: inline-block;
	margin: 0;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	transition: all 300ms ease-out
}

header .uk-inline .uk-dropdown ul li span:hover,
header .uk-inline .uk-dropdown ul li a:hover {
	color: inherit
}

header .uk-inline .uk-dropdown ul li a:hover {
	background: rgba(0, 19, 107, 0.9)
}

header .uk-inline .uk-dropdown ul li span {
	color: #efefef
}

header .mainmenu .icon-bars {
	font-size: 24px
}

header .mainmenu .icons {
	font-size: 24px;
	background: #3B4C9A
}

header .mainmenu .uk-dropdown {
	max-width: 300px
}

header .mainmenu .uk-dropdown ul li a {
	padding: 15px;
	box-sizing: border-box
}

header .mainmenu .uk-dropdown ul li a svg {
	width: 25px;
	height: 25px;
	float: right
}

header .mainmenu .uk-dropdown ul li.item-106,
header .mainmenu .uk-dropdown ul li.item-102,
header .mainmenu .uk-dropdown ul li.item-104 {
	display: none;
	visibility: hidden
}

header .language .uk-dropdown {
	max-width: 120px;
	min-width: auto
}

header .language .uk-dropdown ul li a {
	padding: 20px 0
}

.uk-lightbox-toolbar button.uk-close {
	padding: 15px;
	background: #3B4C9A
}

#home {
	position: relative;
	background-color: #fff;
	z-index: 23
}

#home .uk-inline {
	height: 100vh
}

#home .uk-inline .no_video {
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%
}

@media (max-width:768px) {
	#home .uk-inline {
		height: 90vh
	}
}

#home .svg_triangle {
	position: absolute;
	bottom: -2px;
	border-bottom: 1px solid #fff;
	z-index: 2
}

#home .svg_triangle svg {
	width: 100%;
	height: 150px;
	display: block
}

#home .svg_triangle svg polygon {
	fill: #fff
}

@media (max-width:768px) {
	#home .svg_triangle {
		bottom: -1px
	}
	#home .svg_triangle svg {
		height: 100px
	}
}

#home .svg_triangle .icon-angle-down {
	padding: 30px;
	font-size: 32px;
	background: rgba(0, 0, 0, 0.5);
	color: #fff;
	position: absolute;
	left: 50%;
	top: -46px;
	margin-left: -46px;
	border-radius: 100%;
	min-width: 92px;
	text-align: center;
	box-sizing: border-box
}

#home h1 {
	font-size: 24px;
	color: #3B4C9A
}

.series li {
	color: #222328
}

#series_individual {
	background-color: #fff;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	padding: 10% 0 20% 0;
	margin-top: -10%;
	z-index: 21
}

@media (max-width:1441px) {
	#series_individual {
		padding: 5% 0 15% 0
	}
}

@media (max-width:1025px) {
	#series_individual {
		padding: 7% 0 15% 0
	}
}

@media (max-width:768px) {
	#series_individual {
		padding: 0 0 15% 0
	}
}

@media (max-width:600px) {
	#series_individual {
		background-position: top left;
		background-repeat: no-repeat;
		background-size: auto 100%
	}
}

@media (max-width:426px) {
	#series_individual {
		padding: 0 0 12% 0
	}
	#series_individual .clouds_right {
		background-position: right top
	}
}

#series_individual::after {
	content: '';
	width: 100%;
	height: 100px;
	position: absolute;
	bottom: -1px;
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0, #fff 100%);
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0, #fff 100%);
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, #fff 100%)
}

#series_individual .atach a {
	color: #222328;
	font-size: 14px;
	opacity: .8;
	text-transform: uppercase;
	line-height: 34px
}

#series_individual .atach a i {
	font-size: 32px
}

#series_multisport {
	background-position: top left;
	background-repeat: no-repeat;
	background-size: 100% auto;
	position: relative;
	margin-top: -20%;
	padding: 15% 0 18% 0;
	z-index: 22
}

#series_multisport::before {
	content: '';
	width: 100%;
	height: 70%;
	position: absolute;
	top: 15%;
	transform: skew(0deg, -7deg);
	-webkit-transform: skew(0deg, -7deg);
	-ms-transform: skew(0deg, -7deg);
	background: rgba(0, 0, 0, 0.3)
}

#series_multisport::after {
	content: '';
	width: 100%;
	height: 100px;
	position: absolute;
	bottom: 0;
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0, #fff 100%);
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0, #fff 100%);
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, #fff 100%)
}

#series_multisport .specification h2,
#series_multisport .specification li,
#series_multisport .specification strong {
	color: #fff;
	text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3)
}

@media (max-width:1441px) {
	#series_multisport {
		margin-top: -18%;
		padding: 15% 0 20% 0
	}
}

@media (max-width:1025px) {
	#series_multisport {
		margin-top: -20%;
		padding: 19% 0;
		background-size: auto 100%
	}
}

@media (max-width:768px) {
	#series_multisport {
		margin-top: -25%;
		padding: 22% 0;
		background-size: auto 100%
	}
}

@media (max-width:426px) {
	#series_multisport {
		margin-top: -50%;
		padding: 50% 0;
		background-size: auto 100%;
		background-position: left center
	}
}

#series_multisport .atach a {
	color: #efefef;
	font-size: 14px;
	opacity: .8;
	text-transform: uppercase;
	line-height: 34px
}

#series_multisport .atach a i {
	font-size: 32px
}

#proleski_climb {
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 100% auto;
	position: relative;
	padding: 12% 0 12% 0;
	z-index: 23;
	margin-top: -16%
}

@media (max-width:1441px) {
	#proleski_climb {
		margin-top: -13%;
		padding: 10% 0;
		background-size: auto 100%
	}
}

@media (max-width:1025px) {
	#proleski_climb {
		margin-top: -25%;
		padding: 10% 0;
		background-size: auto 100%
	}
}

@media (max-width:768px) {
	#proleski_climb {
		margin-top: -20%;
		padding: 15% 0;
		background-size: auto 100%
	}
}

@media (max-width:426px) {
	#proleski_climb {
		margin-top: -30%;
		padding: 20% 0;
		background-position: top center;
		background-size: auto 100%
	}
}

#proleski_climb::after {
	content: '';
	width: 100%;
	height: 100px;
	position: absolute;
	bottom: -1px;
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0, #fff 100%);
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0, #fff 100%);
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, #fff 100%)
}

#proleski_climb .clouds_right {
	background-position: right bottom;
}

#proleski_climb .atach a {
	color: #222328;
	font-size: 14px;
	opacity: .8;
	text-transform: uppercase;
	line-height: 34px
}

#proleski_climb .atach a i {
	font-size: 32px
}

#media {
	background-position: top right;
	background-repeat: no-repeat;
	background-size: 100% auto;
	position: relative;
	margin-top: -20%;
	padding-top: 5%;
	z-index: 24
}

@media (max-width:600px) {
	#media {
		background-position: top right;
		background-repeat: no-repeat;
		background-size: auto 100%
	}
}

#media::after {
	content: '';
	width: 100%;
	height: 100px;
	position: absolute;
	bottom: -1px;
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0, #fff 100%);
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0, #fff 100%);
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, #fff 100%)
}

#partner_map {
	margin-top: 15%;
	position: relative;
	z-index: 25
}

#partner_map .custom_padding {
	padding-top: 100px;
	padding-bottom: 100px
}

#partner_map::before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	transform: skew(0deg, 7deg);
	-webkit-transform: skew(0deg, 7deg);
	-ms-transform: skew(0deg, 7deg);
	background: rgba(0, 0, 0, 0.3);
	z-index: -1
}

@media (max-width:768px) {
	#partner_map .uk-marker {
		padding: 3px
	}
	#partner_map .uk-marker svg {
		width: 15px;
		height: 15px
	}
}

@media (max-width:425px) {
	#partner_map .uk-marker {
		padding: 2px
	}
	#partner_map .uk-marker svg {
		width: 10px;
		height: 10px
	}
}

#video_presentation {
	position: relative;
	z-index: 26;
	color: #222328;
	font-size: 18px
}

#video_presentation .custom_padding {
	padding-top: 100px;
	padding-bottom: 150px
}

#video_presentation svg {
	width: 100px;
	height: 100px
}

#business {
	position: relative;
	z-index: 27;
	padding-bottom: 200px;
	font-size: 20px;
	color: #222328
}

@media (max-width:768px) {
	#business {
		font-size: 14px
	}
	#business .uk-text-lead {
		font-size: 12px;
		transform: rotate(-45deg)
	}
}

#business .custom_padding {
	padding-top: 50px
}

#business::before {
	content: '';
	width: 100%;
	height: 90%;
	position: absolute;
	transform: skew(0deg, -7deg);
	-webkit-transform: skew(0deg, -7deg);
	-ms-transform: skew(0deg, -7deg);
	background: rgba(52, 69, 90, 0.66)
}

#business .clouds_left {
	opacity: .5;
	background-size: 100% auto
}

#business .atach a {
	color: #222328;
	font-size: 14px;
	opacity: .8;
	text-transform: uppercase;
	line-height: 34px
}

#business .atach a i {
	font-size: 32px
}

#business .icon-check {
	color: green;
	font-size: 24px
}

#business .icon-close {
	color: #de1e20;
	font-size: 24px
}

#gallery {
	z-index: 28
}

#gallery .gallery_container {
	text-align: left;
	margin-top: 12%
}

#gallery .gallery_container .gallery_item {
	width: 30%;
	position: relative;
	display: inline-block;
	margin-right: -6%;
	margin-bottom: 2%;
	margin-top: 0
}

#gallery .gallery_container .gallery_item:nth-child(even) {
	top: -166px
}

@media (max-width:1025px) {
	#gallery .gallery_container .gallery_item:nth-child(even) {
		top: -130px
	}
}

@media (max-width:768px) {
	#gallery .gallery_container {
		margin-top: 22%
	}
	#gallery .gallery_container .gallery_item {
		width: 55%;
		margin-right: -12%
	}
	#gallery .gallery_container .gallery_item:nth-child(even) {
		top: -171px
	}
}

@media (max-width:425px) {
	#gallery .gallery_container .gallery_item:nth-child(even) {
		top: -95px
	}
}

@media (max-width:320px) {
	#gallery .gallery_container .gallery_item:nth-child(even) {
		top: -84px
	}
}

@media (max-width:320px) {
	#gallery .gallery_container .gallery_item:nth-child(even) {
		top: -71px
	}
}

#about {
	position: relative;
	z-index: 29;
	padding-bottom: 200px;
	font-size: 16px
}

#about .custom_padding {
	padding-top: 50px
}

#about .custom_padding p {
	color: #efefef
}

#about::before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	transform: skew(0deg, -7deg);
	-webkit-transform: skew(0deg, -7deg);
	-ms-transform: skew(0deg, -7deg);
	background: #01162A;
	z-index: -1
}

#about .clouds_right {
	opacity: .5;
	background-size: 100% auto
}

#catalogs {
	position: relative;
	z-index: 30;
	margin-top: -2px;
	font-size: 18px;
	transform: skew(0deg, -7deg);
	-webkit-transform: skew(0deg, -7deg);
	-ms-transform: skew(0deg, -7deg);
	background: #fff;
	background: -moz-linear-gradient(left, #fff 0, #fff 50%, #556370 50%, #556370 100%);
	background: -webkit-gradient(left top, right top, color-stop(0, #fff), color-stop(50%, #fff), color-stop(50%, #556370), color-stop(100%, #556370));
	background: -webkit-linear-gradient(left, #fff 0, #fff 50%, #556370 50%, #556370 100%);
	background: -o-linear-gradient(left, #fff 0, #fff 50%, #556370 50%, #556370 100%);
	background: -ms-linear-gradient(left, #fff 0, #fff 50%, #556370 50%, #556370 100%);
	background: linear-gradient(to right, #fff 0, #fff 50%, #556370 50%, #556370 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#556370', GradientType=1)
}

#catalogs .wrap {
	position: relative
}

#catalogs .wrap .skew_grid {
	transform: skew(0deg, 0deg);
	-webkit-transform: skew(0deg, 0deg);
	-ms-transform: skew(0deg, 0deg)
}

#catalogs .wrap .skew_grid .catalogs,
#catalogs .wrap .skew_grid .anonces {
	transform: skew(0deg, 0deg);
	-webkit-transform: skew(0deg, 0deg);
	-ms-transform: skew(0deg, 0deg);
	padding-top: 150px;
	padding-bottom: 150px
}

#catalogs .wrap .skew_grid .catalogs .catalogs_content,
#catalogs .wrap .skew_grid .anonces .catalogs_content {
	transform: skew(0deg, 7deg);
	-webkit-transform: skew(0deg, 7deg);
	-ms-transform: skew(0deg, 7deg)
}

#catalogs .wrap .skew_grid .catalogs .catalogs_content .catalog_info a,
#catalogs .wrap .skew_grid .anonces .catalogs_content .catalog_info a {
	border: 1px solid #222328;
	color: #222328;
	text-transform: uppercase;
	padding: 5px 20px;
	border-radius: 20px;
	display: inline-block;
	box-sizing: border-box;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	transition: all 300ms ease-out
}

#catalogs .wrap .skew_grid .catalogs .catalogs_content .catalog_info a:hover,
#catalogs .wrap .skew_grid .anonces .catalogs_content .catalog_info a:hover {
	color: #fff;
	background: #3B4C9A
}

#catalogs .wrap .skew_grid .anonces {
	margin-bottom: -2px
}

#feedback {
	z-index: 29;
	background: #01162A;
	position: relative;
	margin-top: -2px;
	transform: skew(0deg, -7deg);
	-webkit-transform: skew(0deg, -7deg);
	-ms-transform: skew(0deg, -7deg)
}

#feedback .wrap {
	position: relative;
	padding: 150px 0 100px 0;
	transform: skew(0deg, 7deg);
	-webkit-transform: skew(0deg, 7deg);
	-ms-transform: skew(0deg, 7deg);
	background: #01162A
}

#feedback .wrap .feedback_info * {
	color: #efefef;
	font-size: 18px;
	line-height: 1.5
}

#feedback .wrap form * {
	font-family: 'Rubik', sans-serif;
	color: #222328;
	outline: 0 none
}

#feedback .wrap form input,
#feedback .wrap form textarea,
#feedback .wrap form button {
	width: 100%;
	box-sizing: border-box;
	padding: 10px 20px;
	font-size: 16px;
	line-height: 1.5
}

#feedback .wrap form button {
	border: 1px solid #fff;
	padding: 10px 20px;
	border-radius: 20px;
	background: transparent;
	cursor: pointer;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
	color: #fff
}

#feedback .wrap form button:hover {
	background: #3B4C9A
}

#feedback .wrap form .formError {
	border-color: #de1e20
}

#feedback .wrap form span.formError {
	color: #de1e20;
	font-size: 12px;
	font-weight: 400
}

#feedback .wrap form .uk-position-absolute {
	top: 2px;
	right: 10px
}

footer {
	background: #000;
	padding: 10px 0;
	color: #fff
}