html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
}

html, body{
    overflow-x: hidden;
}

input, textarea {
    outline:none;
}

a:hover{
	cursor: pointer;
}

.btn:active,
.btn:focus
{
    outline: none !important;
}

ol, ul {
	list-style: none;
}

*::-webkit-input-placeholder {
	color: #666;
	opacity: 1;
}
*:-moz-placeholder {
	color: #666;
	opacity: 1;
}
*::-moz-placeholder {
	color: #666;
	opacity: 1;
}
*:-ms-input-placeholder {
	color: #666;
	opacity: 1;
}

body input:focus:required:invalid,
body textarea:focus:required:invalid {
	outline: none;
}
body input:required:valid,
body textarea:required:valid{
	outline: none;
}

body {
	font-family: "MuseoSansRegular", sans-serif;
	font-size: 16px;
    color: #222;
}

h1, h2, h3, h4, h5, h6{
    font-weight: normal;
}

header *,
.top *,
.s1 *,
.s2 *,
.s3 *,
.s10 *,
footer *
{
    -webkit-transition: all .5s ease;
     -moz-transition: all .5s ease;
     -o-transition: all .5s ease;
     transition: all .5s ease;
}

/*header start*/

header{
	position: relative;
    height: 570px;
    background-color: #fff;
	text-align: center;
    background-image: url(../img/header.jpg);
    background-repeat: no-repeat;
    background-position: 35% 40%;
	background-attachment: fixed;
}

.head-botton{
	position: absolute;
	width: 100%;
	height: 40px;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: -1px;
}

.head-botton2{
	position: absolute;
	width: 100%;
	height: 40px;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: -8px;
	z-index: 10;
}

.head-top{
	position: absolute;
	width: 100%;
	height: 40px;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: -1px;
}


header,
.s1,
.s2,
.s3,
.s4,
.s5,
.s6
{
    position: relative;
	top: -1px;
	text-align: center;
}

.top,
.sticky-content
{
    height: 1px; 
	position: relative;
	z-index: 100;
/*    background-color: #111;*/
    background-color: transparent;
}

.sticky-content{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
/*	border-bottom: 1px solid #555;*/
    
     -webkit-transition: all .5s ease;
     -moz-transition: all .5s ease;
     -o-transition: all .5s ease;
     transition: all .5s ease;
}

.sticky-content .mob-top{
    position: absolute;
    right: 5px;
    top: 12px;
}

.sticky-content .phone{
    height: 12px;
	position: relative;
	top: -2px;
}

.mob-top p{
    padding-bottom: 4px;
    color: #fff;
	font-size: 14px;
}

.mob-top p a{
	color: #fff;
}

.mob-top p:hover{
	opacity: .85;
}

.mob-top p span{
	font-size: 18px;
	font-family: "MuseoSansBold";
}

.mail-top{
	font-size: 14px;
	font-family: "MuseoSansMedium" !important;
	padding-left: 4px;
}

.sticky-content .flags a{
	display: inline-block;
	margin-right: 6px;
}

.sticky-content .flags a:hover{
	opacity: .73;
}

.sticky-content .glag-ico img{
	height: 17px;
}

.sticky-content .flags{
	position: absolute;
	top: 13px;
	right: 165px;
}

.sticky-content.fixed .flags{
	position: absolute;
	top: 13px;
	right: 145px;
}

.logo img{
    position: absolute;
    top: -1px;
    left: 0;
    width: 128px;
	z-index: 30;
	filter: brightness(1000%);
}

/*
.logo:hover{
	-webkit-filter: brightness(115%);
	-moz-filter: brightness(115%);
	-o-filter: brightness(115%);
	filter: brightness(115%);
}
*/

.sticky-content .partner{
	position: absolute;
	top: 84px;
	left: 5px;
	color: #fff;
	font-size: 13.5px;
	font-family: "MuseoSansLight";
	font-family: "MuseoSansRegular";
	transition: all .3s ease;
	margin: 0;
}

.sticky-content .partner span{
	display: block;
	margin-top: -3px;
}

.sticky-content.fixed .logo img{
	top: -1px;
    width: 94px !important;
	filter: brightness(100%);
}

.sticky-content.fixed .partner{
	opacity: 0;
	transition: all .2s ease;
	margin: -5px 0 0 -50px;
	transform: scale(0);
}

.sticky-content.fixed .mob-top{
    font-size: 16px;
    top: 6px;
    right: 0;
}

.sticky-content.fixed .mob-top p span{
	font-size: 14px !important;
}

.sticky-content.fixed ul{
    padding: 6px 0 !important;
}

.sticky-content ul li a{
    padding: 34px 20px 25px;
    font-size: 14px;
    color: #c4c4c4;
}

.sticky-content ul li a:hover{
    color: #ffffff;
}

.sticky-content.fixed{
    position: fixed;
    z-index: 900;
    top: -1px;
    left: 0;
    right: 0;
    height: 55px;
    background-color: #171717;
}

.sticky-content.fixed ul{
    padding: 0;
}


/*head ************/

.black-mask{
	background-color: rgba(0, 0, 0, 0.5);
	width: 75%;
	height: 300px;
	margin: 100px auto 0;
	border-radius: 0px;
	margin-bottom: 15px;
	border: 1px solid #149EDB;
	box-shadow: 0 0 0px 12px rgba(0, 0, 0, 0.5);
}

h1{
	margin-top: 30px;
	padding-bottom: 20px;
	color: #fff;
	font-size: 54px;
	font-family: "MyriadProBold";
	text-transform: uppercase;
	background-image: url(../img/semi-white-line.png);
	background-repeat: no-repeat;
	background-position: center 96%;
	background-position: center 94%;
	background-size: 67% 1px;
	transition: all 1s ease;
/*	color: #FFD835;*/
}

h1 span{
	display: block;
}

h2{
	color: #fff;
/*	color: #FFD835;*/
	font-size: 44px;
	font-size: 38px;
	text-transform: uppercase;
	font-family: "MyriadProBold";
	margin-bottom: 36px;
	transition: all 1.4s ease;
}

h2 span{
	padding: 0 12px;
}

.arrow1{
	position: relative;
	top: -4px;
	padding-right: 5px;
	width: 35px;
}

header p{
	text-align: left;
	color: #fff;
	width: 49%;
	margin: 20px 0;
	font-family: "MuseoSansMedium";
	font-size: 16px;
	transition: all 1sec ease;
}


.btn{
	display: inline-block;
	margin-top: 30px;
	color: #fff;
	background-color: #149EDB;
	padding: 12px 55px 12px 23px;
	border-radius: 55px;
	background-image: url(../img/arrow-btn.png);
	background-repeat: no-repeat;
	background-size: auto 55%;
	background-position: 91% center;
}

.btn:hover{
	background-position: 92% center;
	padding: 12px 59px 12px 27px;
	background-color: #1B8FCA;
}


.btn1{
	background-image: url(../img/arrow-btn-down.png);
}


.header2{
	height: 300px;
}

.header2 .black-mask{
	height: 130px;
}

.header2 h1{
	background-position: center 73%;
}




h3{
	font-family: "MyriadProBold";
	display: block;
	font-size: 35px;
	text-transform: uppercase;
	margin: 35px auto 24px;
	color: #222;
}

h3 span{
	display: block;
	font-size: 18px;
	font-size: 21px;
	font-family: "MyriadProBoldItalic";
	text-transform: none;
	color: #808080;
	color: #45372E;

}

h3 span i{
	font-family: "MyriadProItalic";
}


/*.s3******************/

.s3{
	padding-bottom: 50px;
	background-image: url(../img/s3-bg.jpg);
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: 5% 50%;
	
	background-size: auto 110%;
	background-position: 100% 25%;
}

.ico-s3{
	width: 77px;
	margin: 5px auto 5px;
}

.s4-line{
	width: 20px;
	height: 1px;
	margin: 10px auto 0;
	background-color: #C9C9C9;
}

.s3 p span{
	display: block;
}

.more{
	display: block;
	font-size: 12px;
	color: #222;
	padding-top: 10px;
	font-style: normal;
}

.more:hover{
	color: #149EDB;
	cursor: pointer;
}

.price{
	display: block;
	color: #222;
	padding-top: 16px;
	font-style: normal;
	font-size: 18px;
}

.price:hover{
	cursor: default !important;
	color: #222;
}

.price span{
	display: block;
	font-size: 14px;
}

.wrap-s4{
	position: relative;
	display: inline-block;
	overflow: hidden;
	vertical-align: top;
	background-color: #fff;
	min-height: 239px;
	box-shadow: 0 -11px 22px rgba(0, 0, 0, .07);
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	background-image: url(../img/s2-line.png);
	background-repeat: no-repeat;
	background-size: 0 4px;
	background-position: left top;
	
	width: 19%;
	margin: 45px 4px 15px;
	padding: 15px 0 25px;
}

.wrap-s4:hover{
	box-shadow: 0 11px 22px rgba(0, 0, 0, .1);
	background-image: url(../img/s2-line.png);
	background-repeat: no-repeat;
	background-size: 102% 4px;
	background-position: 50% top;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
}

.s3 p{
	margin-top: 8px;
	color: #222;
}

.s3 p b{
	font-family: "MuseoSansBold";
	display: block;
}

.mysor{
	font-size: 14.2px !important;
}

.s3 .big1{
	margin-top: 26px !important;
}


/*.s10*********************/


.s10{
	text-align: center;
	background-color: #fbfbfb;
	padding: 0 0 40px;
	text-align: center;
}

.s10-wrap{
	margin-top: 35px;
}

h4{
	font-size: 30px;
	font-family: "MyriadProSemiBold";
}

.s10-wrap:hover h4{
	color: #149EDB;
}

.s10-wrap:hover p{
	opacity: .85;
}

.s10-line{
	margin: 6px auto;
	width: 50px;
	height: 2px;
	background-color: #149EDB;
}

.s10 p{
	margin: 0 auto;
	width: 65%;
	width: 75%;
/*
	font-size: 16px;
	line-height: 1.29em;
	font-family: "MuseoSansSemiBold", sans-serif;
*/
}


/*.s4*************************/

.s4{
	text-align: center;
	background-color: #ebebeb;
}

.center{
    margin: 34px auto;
    padding: 0;
	position: relative;
	left: -16px;
}

.center img{
    width: 98%;
    margin: 0 auto;
	background-color: #fff;
	border-radius: 2px;
}

.center div{
    margin: 0 15px;
    text-align: center;
    width: 99%;
}

.slick-prev:before,
.slick-next:before {
    color: black;
}

.btn-slider:hover{
    background-color: #FFF66F;
}

.slider div:hover{
    cursor: grab;
    cursor: -webkit-grab;
}

.slider div:focus{
    cursor: grabbing;
    cursor: -webkit-grabbing;
    outline: none;
}

/*footer******************/

footer{
/*	padding-top: 5px;*/
	min-height: 100px;
	position: relative;
	text-align: center;
}

footer .spinner{
	margin-top: -33px;
}

footer h3{
	text-align: center;
	margin-bottom: 40px;
}

footer iframe{
	margin: 0 auto 35px;
	width: 100%;
	height: 250px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	box-shadow: 0 4px 22px rgba(0, 0, 0, .1);
}

footer iframe:hover{
	box-shadow: 0 5px 22px rgba(0, 0, 0, .3);
}

.foot-wrap{
	position: relative;
	display: inline-block;
	text-align: left;
	margin: 0;
	margin-top: 26px;
}

.grey-foot{
	position: absolute;
	height: 150px;
	width: 40%;
	background-color: #F7F7F7;
	z-index: 0;
	top: -50px;
	left: -65px;
}

.logo-big{
	display: block;
	width: 230px;
	margin-top: 5px;
	margin-left: 155px;
}

footer p span{
	font-size: 12px;
	margin-left: 70px;
	margin-left: 78px;
	margin-left: 145px;
	position: relative;
	top: -8px;
}

footer p{
	position: relative;
	z-index: 10;
	text-align: left;
	margin-bottom: 8px;
	font-size: 16px;
}

footer p a{
	color: #222;
}

footer p a:hover{
	opacity: .7;
}

footer p:hover img{
/*	filter: invert(1); Фильтр ИНВЕРТИРУЕТ картинку цвет*/
	opacity: .7;
}

.foot-ico{
	position: relative;
	top: 0px;
	height: 12px;
	margin-right: 5px;
}

.foot-ico1{
	top: -2px;
	height: 12.9px;
	margin-right: 3px;
}

.tov{
	text-align: center;
	font-size: 13.1px;
	margin-top: 10px;
}

.a-for-tov{
	color: #1B8FCA;
	font-family: "MuseoSansSemiBold", sans-serif;
	font-family: "MuseoSansBold", sans-serif;
}

.a-for-tov:hover{
	opacity: .8;
}

.master{
	padding: 9px 0 2px;
	background-color: #171717;
	background-color: #F7F7F7;
	color: #fff;
	color: #222;
	font-size: 13.1px;
	text-align: center;
	box-shadow: 0 15px 0px #171717;
	box-shadow: 0 15px 0px #F7F7F7;
	margin-top: 15px;
	margin-top: 10px;
}

.master a{
	opacity: .7;
}

.master a:hover{
	opacity: .9;
	text-decoration: underline;
}














/*button-up*/

.button-up {
    display: none;
    position: fixed;
    right: 30px;
    bottom: 20px;
    height: 65px;
    width: 65px;
    cursor: pointer;
    background-image: url(../img/top-medium.png);
    background-repeat: no-repeat;
    background-position: center center;
    opacity: .4;
    z-index: 1000;
    
    -webkit-transition: all .5s ease;
        -moz-transition: all .5s ease;
            -o-transition: all .5s ease;
                transition: all .5s ease;
}


.button-up:hover{
    opacity: .9;
}


/*video-3*************/

.wrap-popup *{
    -webkit-transition: all .5s ease;
     -moz-transition: all .5s ease;
     -o-transition: all .5s ease;
     transition: all .5s ease;
}

.wrap-popup{
	margin: 0 auto;
	text-align: center;
	position: relative;
	width: 900px;
}

.wrap-popup video{
	width: 102%;
}

.popup-white{
	width: 800px;
	position: relative;
	background-color: #fff;
	padding: 14px 0 2px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	background-image: url(../img/s2-line.png);
	background-repeat: no-repeat;
	background-size: 100% 5px;
	background-position: left top;
}

.form-p1{
	font-size: 22px;
	font-family: "MuseoSansBold", sans-serif;
	text-transform: uppercase;
	text-align: center;
}

.form-line{
	width: 40px;
	height: 2px;
	margin: 2px auto 12px;
	background-color: #1B8FCA;
}

.form-input{
	display: block;
	width: 100%;
    background-color: rgba(255, 255, 255, 1);
    text-align: left;
    color: #222 !important;
    border: 1px solid #DFDFDF;
    border-radius: 25px;
	font-size: 14px;
    padding: 8px 18px;
	margin: 0 auto 10px;
}

.form-input:hover,
.select:hover,
.form-input:active,
.select:active
{
    border: 1px solid #149EDB !important;
    background-color: rgba(255, 255, 255, 1);
    background-size: 12px;
}

.form-input:focus,
.select:focus
{
    border: 1px solid #149EDB !important;
    background-color: rgba(255, 255, 255, 1);
    background-color: rgba(249, 249, 249, 0.75);
    background-size: 12px;
}

.btn-hiiden-for{
	border: none;
}

.btn3{
	padding: 11px 55px 11px 23px !important;
	background-position: 85% center;
	margin-top: 10px;
}


.form-bottom{
	height: 32px;
	bottom: -32px;
}
