/**/
@import url(//fonts.googleapis.com/css?family=Signika:400,300,600,700);
/* 'Signika', sans-serif */

@import "../css/reset.css";
@import "../css/grid.css";
@import "../css/superfish.css";

input {
	outline:  none !important;
}


html {
	width: 100%;
}

 a[href^="tel:"] {
color: inherit;
text-decoration:none;
}

* {
	-webkit-text-size-adjust: none;
}


body {
	font: 13px/19px  Arial, Helvetica, sans-serif;
	color:#ecedef;
	position:relative;
	min-width:960px;
	background: #f07100;
}

.ic {
	border:0;
	float:right;
	background:#fff;
	color:#f00;
	width:50%;
	line-height:10px;
	font-size:10px;
	margin:-220% 0 0 0;
	overflow:hidden;
	padding:0
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-family: 'Signika', sans-serif;
	color: #ecedef;
}

h2 {
	font-size: 60px;
	padding-top: 101px;
	line-height: 60px;
	text-align: center;
}

h3 {
	font-size: 48px;
	line-height: 54px;
}

p {
	margin-bottom: 19px;
}

img {
	max-width: 100%;
}

address {
	font-style: normal;
}
ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

ul.list{

}

/*links*/

a {
	text-decoration: none;
	color: inherit;
	outline: none;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}

a:hover {
	color: #334960;
	
}

/*preclass*/

.mb0 {
	margin-bottom: 0px !important;
}
.m0 {
	margin: 0 !important;
}


.pad0 {
	padding: 0 !important;
}


.pt0 {
	padding-top: 0;
}

.img_inner {
	max-width: 100%;
	 -moz-box-sizing: border-box;
 -webkit-box-sizing: border-box;
 -o-box-sizing: border-box;
 box-sizing: border-box;
 position: relative;
}

.fleft {
	float: left;
	margin-right: 20px;
	margin-top: 3px;
	margin-bottom: 22px;
}

.fright {
	float: right !important;	
}

.upp {
	text-transform: uppercase;
}

.alright {
	text-align: right;
}
.center {
	text-align: center;
}
.wrapper, .extra_wrapper {
	overflow: hidden;
}
.clear {
	float: none !important;
	clear: both;
}



/*header*/

header {
	display: block;
	position: fixed;
	z-index: 999;
	left: 0;
	right: 0;
	padding-bottom: 20px;
	top: 0;
	overflow: hidden;
	background-color: #f07100;
	transition: 0.2s ease;
	-o-transition: 0.1s ease;
	-webkit-transition: 0.2s ease;

}




h1 {
	float: left;
	z-index: 999;

}
header h1 a {
	display: block;
	overflow: hidden;
	width: 443px;
	height: 106px;
	text-indent: -999px;
	transition: 0s ease;
	-o-transition: 0s ease;
	-webkit-transition: 0s ease;
}

header h1 a img {
	display: block;	
}
.language {
	position:relative;
	float:right;
	top:20px;
	right:0px;
	width:31px;
}
.language img {
	width:25px;
	margin:3px;
	cursor:pointer;
}
.language img:hover {
	width:29px;
	margin:2px 1px;
	box-shadow:0 0 10px rgba(0,0,0,0.5);
	cursor:pointer;
}

#block-en {
	display:none;
}
#block-ru {
	display:none;
}
#content-en {
	display:none;
}
#content-ru {
	display:none;
}

/*Content*/
.content {
	padding-top: 125px;
	text-align: center;
	position: relative;
}

.content:after {
	display: block;
	position: absolute;
	content: '';
	z-index: 1;
	width: 0px;
height: 0px;
border-style: solid;
border-width: 37px 50px 0 50px;
border-color: #f07100 transparent transparent transparent;
	left: 50%;
	margin-left: -50px;
	top: 0;

}

#contact:after {
	border-color: #f17c72 transparent transparent transparent;
}

#page4:after {
	border-color: #32ac97 transparent transparent transparent;
}

#page5:after, #page12:after, #page22:after {
	border-color: #f17c72 transparent transparent transparent;
}

.tm_link {
	color: #fd2614;
}

.tm_link:hover {
	color: #fff;
}

#page1, #page10, #page20 {
	padding-bottom: 191px;
}

header li {
	position: relative;
}

header li .hover {
	top: -100%;
}

header li:hover .hover,
header li.active .hover{
	top: 0;
}

#page2, #page11, #page21, #price {
	background-color: #f17c72;
	padding-top: 230px;
	padding-bottom: 500px;
	padding-bottom: 190px;
}

header.page2, header.page11, header.page21, header.price {
	background-color: #f17c72;
}

header.page2 .hover, header.page11 .hover, header.page21 .hover, header.price .hover {
	background-color: #e6655e;
}



#page3 {
	background-color: #32ac97;
	padding-top: 230px;
}

header.page3{
	background-color: #32ac97;
}

header.page3 .hover {
	background-color: #46dcc7;
}

#page4 {
	background-color: #7f4c76;
}

header.page4{
	background-color: #7f4c76;
}

header.page4 .hover {
	background-color: #b288ab;
}

#page5, #page12, #page22, #contact {
	background-color: #3f9fc9;
}

header.page5, header.page12, header.page22, header.contact {
	background-color: #3f9fc9;
}

header.page5 .hover, header.page12 .hover, header.page22 .hover, header.contact .hover {
	background-color: #37637f;
}


.content {
}

.slogan h3 {
	margin-bottom: 40px;
}
.slogan a {
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 40px;
}

#page2 h3 span, #page11 h3 span, #page21 h3 span {
	background-color: #2aae96;
}

#page2 h3 span, #page2 h3 em, #page11 h3 span, #page11 h3 em, #page21 h3 span, #page21 h3 em {
	display: inline-block;
	padding: 0 3px;
}

#page2 h3 em, #page11 h3 em, #page21 h3 em {
	font-style: normal;
	background-color: #7f4c76;
}

.socials {
	padding-top: 45px;
	text-align: center;
	font-size: 0;
	line-height: 0;
}

.socials a {
	display: inline-block;
	font-size: 0;
	line-height: 0;
	width: 69px;
	height: 69px;
	background: url(../images/socials.png) 0 0 no-repeat;
}

.socials a:hover {
	opacity: 0.5;
}

.socials a+a {
	margin-left: 18px;
	background-position: -87px 0;
}

.socials a+a+a {
	background-position: -175px 0;
	margin-left: 19px;
}

.socials a+a+a+a {
	background-position: right 0;
}


.pictures1 {
	width:250px;
	float:left;
	margin:-50px 25px 30px 60px;
}
.pictures2 {
	width:250px;
	float:right;
	margin:0px 0px 10px 25px;
}

.text1 {
	font-size: 22px;
	line-height: 22px;
}

.box {
	background-color: #e6655e;
	border: 3px solid #f4948b;
	padding: 23px 0 24px;
	border-top-width: 4px;
	border-bottom-width: 4px;
}

.box img {
	border: 3px solid #f4948b;
	border-radius: 500px;
	margin-bottom: 19px;
}

.box .text1 {
	margin-bottom: 1px;
}

.slogan {
	margin-bottom: 50px;
}

.text2 {
	font-size: 20px;
	line-height: 20px;
	color: #334960;
	margin-bottom:10px;
}



.socials1 {
	margin-top: 19px;
	padding-top: 24px;
	border-top: 2px solid #2aae96;
	text-align: center;
	font-size: 0;
	line-height: 0;
}

.socials1 a {
	display: inline-block;
	font-size: 0;
	line-height: 0;
	width: 31px;
	height: 31px;
	background: url(../images/soc1.png) 0 0 no-repeat;
}

.socials1 a:hover {
	opacity: 0.5;
}

.socials1 a+a {
	width: 32px;
	margin-left: 8px;
	background-position: -39px 0;
}

.socials1 a+a+a {
	background-position: -79px 0;
}

.socials1 a+a+a+a {
	background-position: right 0;
}

#page3  {
	padding-bottom: 190px;
}
#page3 .box {
	color: #fff;
	background-color: #46dcc7;
	border-color: #99d6cb;
	padding: 22px 15px 27px;
}
#page3 .box img {
	margin-bottom: 21px;
	border-color: #c8f5ee;
	background-color: #334960;
}
#page3 .box .text1 {
	margin-bottom: 16px;
}
.grid_12 tr {
	border-top: 2px solid #f4948b;
}
.grid_12 td {
	padding:7px 30px;
}
.spisok {
	width:750px;
}
.spisok li {
	list-style-type: disc;
	text-align:left;
	margin-top:7px;
}

#page4 {
	padding-top: 240px;
	padding-bottom: 186px;
}

#page4  h3 {
	margin-bottom: 108px;
}

.companies img {
	margin-bottom: 19px;
}

.companies .text1 {
	margin-bottom: 9px;
}

.companies a {
	display: inline-block;
	color: #b288ab;
	padding-right: 12px;
	background: url(../images/link_marker.png) right 4px no-repeat;
	margin-top: 14px;
}

.companies a:hover {
	color: #fff;
}

.companies .clear {
	height: 114px;
}

#page5, #page12, #page22 {
	padding-top: 240px;
	padding-bottom: 190px;
}

#page5 .slogan, #page12 .slogan, #page22 .slogan {
	margin-bottom: 90px;
}
/****Map***/

.map {
	text-align: left;
	overflow: hidden;
	padding-top: 0px;
}

.map .text1 {
	margin-bottom: 39px;
	color: #fff;
}
.map figure {
	position: relative;
	top: 0px;
	border: 1px solid #3c7f9f;
	width: 100%;
		 -moz-box-sizing: border-box;
 -webkit-box-sizing: border-box;
 -o-box-sizing: border-box;
 box-sizing: border-box;
 display: block;

}
.map figure iframe {
	width: 100%;
	height: 380px;
	max-width: 100%;
}

.map a {
	color: #373b47;
}

.map a:hover {
	color: #fff;
}

.map address {
	overflow: hidden;
	font-size: 18px;
	line-height: 25px;

}

address {
	margin-bottom: 30px;
}
address dt {
	margin-bottom: 30px;
}
address dd span {
	min-width: 45px;
	display: inline-block;
	text-align: left;
}




/************Footer***********/

footer {
	display: block;
}

footer {
}

footer a:hover {
	color: #f17c72;
}

.copy {
	color: #e0e8ec;
	padding-top: 29px;
	padding-bottom: 30px;
	font-size: 12px;
	line-height: 24px;
}

/**to top**/
#toTop {
	display:none;
	text-decoration:none;
	position:fixed;
	bottom:40px;
	margin-right: -620px !important;
	overflow:hidden;
	width:45px;
	height:45px;
	border:none;
	text-indent:-999px;
	z-index:999;
	background:url(../images/totop.png) no-repeat left top;
	transition: 0s ease;
	-webkit-transition: 0s ease;
	-o-transition: 0s ease;	
}
#toTop:hover {
	background-position: right 0;
}

.language {
    display: grid;
    grid-template-columns: 1fr 1fr;
    right: 0;
    float: right;
    position: relative;
    width: 65px;
}
.caption.banner h2 {
    padding:20px 0;
}