@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&subset=cyrillic);
.pl2 .cont .col1 img,
.wr_item .cols img {
	object-fit: cover;
	object-position: bottom
}

#banner .wr h2,
#last_mot .wr .sp,
.pl2 .cont .col2 h2,
.wr_item .btn_open_more,
header .wr nav ul li a {
	text-transform: uppercase
}

*,
body,
html {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-ms-content-zooming: none;
	-webkit-appearance: none;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: Roboto, sans-serif;
	transition: all .25s ease;
	outline: 0
}

body {
	max-width: 100vw;
	overflow-x: hidden
}

.wr {
	width: 1200px;
	max-width: 95%;
	margin-right: auto;
	margin-left: auto
}

header,
header:after {
	top: 0;
	left: 0;
	width: 100%
}

ul {
	list-style: none
}

a {
	text-decoration: none;
	color: inherit
}

a:hover {
	text-decoration: underline
}

#body {
	position: relative;
	overflow: hidden
}

header {
	height: 65px;
	position: fixed;
	z-index: 100
}

header:after {
	background: url(http://www.msaltd.co.uk/msa/media/images/fade-large.png) repeat-x;
	background-size: 50px 100%;
	content: "";
	position: absolute;
	height: 140px;
	transform: rotate(180deg);
	opacity: .2px 15px 10px -7px rgba(0, 0, 0, .72);
	z-index: 1;
	display: none
}

header .wr,
header .wr nav ul {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	align-items: center
}

header .logo img {
	height: 55px;
	width: auto
}

header .logo img.sact {
	background: #fafafa;
	padding: 20px 10px;
	height: 100px;
	box-shadow: 0 7px 12px rgba(0, 0, 0, .15);
	border-radius: 100%;
	margin-top: 20px
}

header .wr,
header .wr nav {
	height: 100%
}

header .wr {
	display: flex;
	justify-content: space-between;
	position: relative;
	z-index: 2
}

header .wr nav ul {
	display: flex;
	height: 100%;
	justify-content: center
}

header .wr nav ul li a {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	text-align: center;
	margin: 0 25px;
	color: #fff;
	font-size: 14.5px;
	letter-spacing: .9px;
	font-weight: 400;
	position: relative
}

#banner,
header .wr nav ul li:first-child a:after {
	display: none
}

#banner:before,
header .wr nav ul li a:after {
	content: "";
	position: absolute
}

header .wr nav ul li a:after {
	top: 50%;
	transform: translateY(-50%);
	left: -27px;
	height: 6px;
	width: 6px;
	background: #fff;
	border-radius: 100%
}

#banner,
section {
	position: relative
}

header.active {
	background: #fff;
	border-bottom: 2px solid #f1f1f1
}

header.active a {
	color: #333!important
}

section {
	z-index: 2;
	padding: 60px 0
}

#banner {
	height: calc(100vh - 80px);
	margin-top: 80px;
	background: url(../img/REK_1362.jpg);
	background-size: cover
}

#banner:before {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .1)
}

#banner .wr,
.pl1 {
	position: relative
}

#banner .wr {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	height: 100%;
	z-index: 1
}

#banner .wr h2 {
	color: #fff;
	letter-spacing: 1.2px;
	font-size: 38px;
	text-shadow: 0 0 2px rgba(0, 0, 0, .6);
	max-width: 700px;
	text-align: center
}

section .head {
	text-align: center;
	margin-bottom: 80px;
	line-height: 1.5
}

section .head h2 {
	font-weight: 400;
	color: #333;
	font-size: 26px;
	margin-bottom: 5px
}

section .head p {
	font-weight: 300;
	font-size: 15.5px;
	line-height: 1.5;
	color: #555;
	width: 550px;
	margin-right: auto;
	margin-left: auto
}

section .head .line {
	height: 1px;
	width: 150px;
	background: rgba(0, 0, 0, .2);
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px
}

.info_mini.open_block:before {
	display: none
}

.pl .cont,
.pl1 .cont {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex
}

.pl .cont {
	display: -o-flex;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
	text-align: center
}

.pl .cont .item {
	width: 25%;
	padding: 0 30px
}

.pl .cont .item img {
	width: 200px;
	height: 200px;
	object-fit: cover;
	border-radius: 100%;
	margin-bottom: 15px;
	border: 3px solid rgba(0, 0, 0, .2);
	box-shadow: 0 8px 30px rgba(0, 0, 0, .25)
}

.pl .cont .item h4 {
	font-weight: 400;
	font-size: 23px;
	color: #333
}

.pl .cont .item p {
	font-size: 15px;
	font-weight: 300;
	margin-top: 10px;
	color: #555
}

.pl1 {
	padding-bottom: 100px
}

.pl1:after,
.pl1:before {
	position: absolute;
	width: 100%;
	background: #fafafa;
	left: 0;
	content: ""
}

.pl1:before {
	top: 0;
	height: 35%
}

.pl1:after {
	bottom: 0;
	height: 22%;
	z-index: 1;
	display: none
}

.pl1 .cont,
.pl1 .cont .item {
	display: -o-flex;
	position: relative
}

.pl1 .head {
	position: relative;
	z-index: 1
}

.pl1 .cont {
	display: flex;
	z-index: 2
}

.pl1 .cont .item,
.pl1 .cont .item .top {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex
}

.pl1 .cont .item {
	width: calc(33.333% - 30px);
	padding: 20px;
	background: url(https://scontent-fra3-1.cdninstagram.com/t51.2885-15/e35/15876963_259821591114950_4006921783830642688_n.jpg);
	min-height: 450px;
	height: auto;
	background-size: cover;
	margin: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	color: #fff;
	box-shadow: 0 30px 30px -25px rgba(0, 0, 0, .35);
	filter: saturate(150%)
}

.pl1 .cont .item .top {
	height: 75px;
	width: 75px;
	background: #fff;
	display: -o-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	z-index: 1;
	top: -40px;
	box-shadow: 0 7px 30px rgba(0, 0, 0, .25)
}

#prod .wr .cont,
.pl2 .cont .cols {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex
}

.pl1 .cont .item .top img {
	height: 52.5%;
	width: 52.5%
}

.pl1 .cont .item:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgba(90, 90, 90, .75);
	box-shadow: inset 0 0 80px rgba(0, 0, 0, .25)
}

.pl1 .cont .item img {
	width: 100%;
	position: relative
}

.pl1 .cont .item h4 {
	position: relative;
	z-index: 1;
	font-size: 45px;
	font-weight: 400;
	margin-bottom: 5px;
	text-align: center;
	letter-spacing: 1.15px
}

.pl1 .cont .item p {
	position: relative;
	z-index: 1;
	text-align: center;
	font-weight: 300;
	font-size: 16px;
	width: 85%;
	line-height: 1.3
}

.pl2 .head {
	margin-bottom: 30px
}

.pl2 .cont .cols {
	display: -o-flex;
	display: flex
}

.pl2 .cont .col1 {
	width: 40%
}

.pl2 .cont .col1 img {
	width: 100%;
	max-height: 410px;
	border: 4px solid #fff;
	box-shadow: 0 4px 30px rgba(0, 0, 0, .35);
	border-radius: 5px
}

.pl2 .cont .col2 {
	width: 60%;
	padding-left: 60px
}

.pl2 .cont .col2 h2 {
	font-weight: 400;
	color: #444;
	margin-bottom: 20px;
	letter-spacing: .8px
}

.pl2 .cont .col2 p {
	font-weight: 300;
	color: #444;
	line-height: 1.5em;
	margin-bottom: 20px
}

#prod {
	padding: 70px 0 0;
	background: #fafafa
}

#prod .wr .cont {
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	background: #fafafa
}

#prod .wr_prod .cont .item,
#prod .wr_prod .cont .item .price {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex
}

#prod .wr_prod .cont .item {
	width: calc(25% - 40px);
	margin: 5px;
	display: -o-flex;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	box-shadow: 0 9px 35px rgba(0, 0, 0, .1);
	cursor: pointer;
	border-radius: 5px;
	position: relative;
	top: 0
}

#prod .wr_prod .cont .item:after {
	content: "";
	position: absolute;
	bottom: -38px;
	left: 50%;
	transform: translateX(-50%);
	border: 20px solid transparent;
	border-top: 20px solid #fff;
	opacity: 0
}

#prod .wr_prod .cont .item.active:after,
#prod .wr_prod .cont .item:hover:after {
	content: "";
	opacity: 1;
	transform: translateX(-50%);
	left: 50%
}

#prod .wr_prod .cont .item:hover {
	position: relative;
	top: -10px;
	box-shadow: 0 15px 35px rgba(0, 0, 0, .15)
}

#prod .wr_prod .cont .item:hover:after {
	position: absolute;
	bottom: -40px;
	border: 20px solid transparent;
	border-top: 20px solid #fff
}

#prod .wr_prod .cont .item.active {
	position: relative;
	top: -10px;
	box-shadow: 0 15px 35px rgba(0, 0, 0, .15)
}

#prod .wr_prod .cont .item.active:after {
	position: absolute;
	bottom: -56px;
	border: 30px solid transparent;
	border-top: 30px solid #fff
}

#prod .wr_prod .cont .item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 5px 5px 0 0
}

#prod .wr .cont .item .price {
	background: rgba(0, 153, 255, .8);
	color: #fff;
	width: 90px;
	height: 90px;
	border-radius: 100%;
	display: -o-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 33px;
	font-weight: 300;
	letter-spacing: .9px;
	position: absolute;
	top: 35%;
	left: 50%;
	transform: translateX(-50%)
}

#prod .wr .cont .info,
.icons {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex
}

#prod .wr .cont .info {
	background: #fff;
	padding: 20px 15px 15px;
	width: 100%;
	position: relative;
	border-radius: 0 0 5px 5px;
	display: flex;
	flex-direction: column;
	align-items: center
}

#prod .wr .cont .info h4 {
	color: #333633;
	font-weight: 400;
	font-size: 19px!important;
	text-align: center;
	margin-bottom: 0
}

#prod .wr .cont .info span {
	color: #999;
	font-weight: 300;
	font-size: 14px;
	text-align: center;
	width: 100%
}

#prod .wr .cont .info .btn {
	text-decoration: none;
	background: #49B956;
	color: #fff;
	font-size: 16px;
	padding: 12px 54px;
	border-radius: 5px;
	display: block;
	margin-top: 20px;
	font-weight: 400;
	margin-bottom: 15px;
	cursor: pointer;
	box-shadow: 0 7px 30px rgba(0, 0, 0, .05)
}

.icons {
	margin-top: 70px;
	display: flex;
	flex-wrap: wrap
}

.icons .item,
.wr_item {
	background: #fff;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex
}

.icons .item {
	width: calc(25% - 30px);
	border-radius: 5px;
	margin: 0 15px 35px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	text-align: center;
	box-shadow: 0 2px 35px -3px rgba(0, 0, 0, .1);
	padding: 30px 10px
}

.icons .item img {
	height: 65px;
	width: 65px;
	margin-bottom: 5px
}

.icons .item h4 {
	font-weight: 400;
	color: #444;
	font-size: 20px
}

.icons .item p {
	line-height: 1.5;
	font-size: 15px;
	margin-top: 5px
}

.wr_item {
	padding: 50px 0;
	display: flex;
	flex-direction: column
}

.wr_item .wr {
	padding: 30px 25px 10px;
	line-height: 1.5
}

.wr_item .wr .cont {
	background: #fff!important
}

.wr_item .wr p {
	background: 0 0;
	color: #333;
	font-weight: 300;
	letter-spacing: .3px
}

.wr_item .cols {
	background: #fff;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: column
}

/*
.wr_item .cols img {
	width: 100%;
	height: auto;
	border: 8px solid #fff;
	box-shadow: 0 4px 30px rgba(0, 0, 0, .2);
	border-radius: 5px;
	margin: 30px auto 20px
}
*/

.wr_item .cols .col2 {
	width: 100%
}

.wr_item .cols .col2 h3 {
	font-weight: 400;
	font-size: 30px;
	color: #333;
	width: 100%;
	position: relative
}

.wr_item .cols .col2 h3 a {
	position: absolute;
	right: 0;
	background: rgba(0, 153, 255, .8);
	color: #fff;
	padding: 7px 10px;
	width: 150px;
	border-radius: 5px;
	text-align: center;
	font-weight: 300;
	font-size: 18px;
	box-shadow: 0 7px 30px rgba(0, 0, 0, .05)
}

.wr_item .cols .col2 h3 a span {
	font-weight: 400;
	font-size: 20px
}

.wr_item .cols .col2 p {
	margin-top: 15px
}

.wr_item .btn_open_more {
	letter-spacing: .7px;
	font-weight: 900;
	color: #33ADFF;
	cursor: pointer;
	padding-top: 10px;
	display: block
}

.wr_item .info_mini {
	max-height: 200px;
	overflow-y: hidden;
	position: relative;
	margin-top: 30px;
	display: block
}

#prod .main_info,
.cont_youtube {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex
}
.cont_youtube > div{float:left;width:33.3%;text-align:center}
.wr_item .info_mini.open_block {
	max-height: 1000px;
	height: auto
}

.wr_item .info_mini p {
	font-size: 15px
}

.cont_youtube {
	display: flex;
	/*flex-direction: column;*/
	align-items: center
}
@media  (max-width: 676px) {
    .cont_youtube > div {
        float: none;
        width: 100%;
        text-align: center
    }
}

.cont_youtube iframe {
	border: 5px solid #fff;
	box-shadow: 0 9px 55px rgba(0, 0, 0, .3);
	border-radius: 5px;
	margin-bottom: 60px;
	position: relative;
	z-index: 2
}

#prod .item {
	height: 355px
}

#prod .item .imgs {
	height: 200px
}

#prod .item .price {
	top: 17%!important
}

#prod .main_info {
	display: flex;
	align-items: flex-start;
	margin-top: 0
}

#prod .main_info h5 {
	font-weight: 400;
	font-size: 20px;
	color: #666;
	margin-bottom: 10px
}

#prod .main_info ul {
	margin-bottom: 15px;
	width: 50%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: column;
	margin-right: 15px
}

#prod .main_info ul li {
	padding-left: 20px
}

#prod .main_info ul li:first-child {
	padding: 0
}

#prod .main_info ul li ul li {
	padding-left: 0!important
}

#prod .main_info ul h5 {
	box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
	display: block;
	padding: 10px 10px 10px 20px;
	background: #fafafa;
	border-radius: 5px;
	font-weight: 300
}

#prod .main_info ul ul {
	border: none;
	margin: 0;
	padding: 0
}

#prod .main_info li {
	font-size: 16px;
	color: #777;
	font-weight: 300;
	margin-bottom: 2.5px
}

.pl2 {
	background: #fafafa
}

.pl2 .wr .head p {
	width: 1000px
}

.pl2 .wr2 {
	width: 100%;
	max-width: 100%;
	overflow-x: scroll;
	padding-bottom: 20px
}

.pl2 .wr2::-webkit-scrollbar {
	width: 1em;
	border: 1px solid rgba(0, 0, 0, .1);
	display: none
}

#map .cont,
.pl2 .cont {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex
}

.pl2 .wr2::-webkit-scrollbar-track {
	-webkit-box-shadow: #fafafa
}

.pl2 .wr2::-webkit-scrollbar-thumb {
	background-color: #999;
	background-image: url(../img/scroll.png);
	background-size: 120px;
	background-position: center;
	background-repeat: no-repeat;
	outline: #f1f1f1 solid 10px;
	border-radius: 5px;
	cursor: pointer
}

.pl2 .cont {
	display: flex;
	align-items: center
}

.pl2 .cont .item {
	width: 25vw;
	height: auto;
	margin: 20px
}

.pl2 .cont .item img {
	width: 100%;
	height: auto;
	border: 5px solid #fff;
	box-shadow: 0 9px 35px rgba(0, 0, 0, .15);
	cursor: pointer;
	user-select: none
}

.pl2 .cont .item img:hover {
	transform: scale(1.06)
}

#info3 {
	position: relative
}

#info3 .plane {
	position: absolute;
	top: 50%;
	transform: translateX(-50%);
	left: 50%;
	background-size: cover;
	height: 200px;
	width: 500px;
	opacity: .7;
	animation-name: plane_moving3;
	animation-duration: 2s;
	animation-iteration-count: infinite;
	z-index: 1
}

#map {
	background: #222;
	padding: 80px 0;
	height: 925px;
	position: relative
}

#map .wr {
	margin-bottom: 70px
}

#map .wr h2 {
	color: #fff;
	font-weight: 300;
	text-align: center;
	font-size: 30px
}

#map .cont {
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center
}

#last_mot .wr,
#last_mot .wr form {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex
}

.where_been {
	position: absolute;
	top: 10%;
	right: 10%;
	background: #fff;
	padding: 20px;
	width: 250px;
	border-radius: 5px;
	box-shadow: 0 15px 10px -7px rgba(0, 0, 0, .65)
}

.where_been .inside {
	max-height: 100px;
	overflow-y: scroll
}

.where_been p {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid rgba(0, 0, 0, .15)
}

.where_been ul {
	list-style: decimal;
	padding-left: 18px;
	height: auto
}

.where_been li {
	font-weight: 300;
	margin-bottom: 5px;
	font-size: 15px
}

#last_mot .wr {
	display: flex;
	flex-direction: column;
	align-items: center;
	line-height: 1.55
}

#last_mot .wr h3 {
	font-size: 27px;
	font-weight: 300
}

#last_mot .wr .sp {
	font-weight: 300;
	letter-spacing: .8px;
	color: #999
}

#last_mot .wr form {
	margin-top: 40px;
	background: #f1f1f1;
	padding: 30px 60px 40px;
	display: flex;
	flex-direction: row;
	border-radius: 5px
}

#last_mot .wr form input {
	height: 35px;
	padding-left: 10px;
	padding-right: 10px;
	border: 1px solid #cdcdcd;
	border-radius: 5px;
	box-shadow: 0 0 13px rgba(0, 0, 0, .1)
}

.slogan .wr h2:before,
.slogan:after {
	content: "";
	height: 100%
}

#last_mot .wr form input[type=submit] {
	background: rgba(0, 153, 255, .8);
	color: #fff;
	padding-left: 30px;
	padding-right: 30px
}

#last_mot .wr form label {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: column;
	margin: 0 10px
}

#last_mot .wr form label span {
	margin-bottom: 5px;
	font-size: 15px;
	color: #444
}

#last_mot .wr form label .like_span {
	margin-top: 28px;
	display: block
}

footer {
	background: #f1f1f1;
	padding: 50px 0 40px
}

footer .wr {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: column;
	align-items: center
}

footer .footer_p {
	font-weight: 300;
	margin-bottom: 10px
}

footer .dev_block a,
footer .dev_block p {
	color: #1f75af
}

.slogan {
	position: relative;
	background: url(../img/xa.jpg) center;
	background-size: cover;
	padding: 150px 0
}

.slogan:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background: rgba(130, 126, 123, .36)
}

.slogan .wr h2 {
	font-size: 27px;
	font-weight: 300;
	color: #555;
	z-index: 2;
	text-align: center;
	background: #fff;
	width: 700px;
	margin: 0 auto;
	padding: 25px 20px;
	border-radius: 5px;
	box-shadow: 0 5px 60px 0 rgba(0, 0, 0, .5);
	position: relative;
	overflow: hidden;
	max-width: 100%;
	line-height: 1.45em
}

.slogan .wr h2:before {
	position: absolute;
	bottom: -60px;
	right: -20px;
	width: 113px;
	background: url(../img/planet-earth.svg) no-repeat;
	opacity: .075;
	background-size: cover
}

.none {
	display: none!important
}