
html {
    height:100%;
}

body {
    margin:0;
    background-color: #fcfcfc;
    height:100%;
    font-family: 'Cuprum', "Trebuchet MS", Trebuchet, Verdana, sans-serif;
    font-size:14pt;
    line-height: 1.5em;
}

h1 {
   font-size: 1.6em;
   line-height: 1.5em; 
   text-align: center;
}

h2 {
   font-size: 1.3em;
   line-height: 1.5em;
   text-align: center;
}

.topmarginzero {
    margin-top: 0;
}

.hide {
	display:none !important;
}

.mark {
  font-style: normal;
  border-radius: 1em 0 1em 0;
  text-shadow: 1px 1px 1px #fff;
  background-image: 
    linear-gradient(-100deg, 
      rgba(225,255,190,0.15),
      rgba(225,255,190,0.8) 100%, 
      rgba(225,255,190,0.25)
    );
}

h3 {
   line-height: 1.5em; 
}

a {
    text-decoration: none;
    color: #FF8F49;
	color: rgb(86, 122, 110);
    border-bottom: 1px solid #ffd1b5;
}

.flags a {
	border-bottom: none;
}

.flags span {
	border-bottom: 1px solid #ffd1b5;
}

.relative {
position:relative;
}

a.anchor {
	position:absolute; top:-180px;
	}

a[href^="tel:"] {
color:black;
}

div.site {
    background-color: white;
    width:98%;
    margin: 1% auto;
    max-width: 1000px;
    min-height:96%;
    -webkit-box-shadow: 0px 0px 15px 0px #d3d3d3;
    -moz-box-shadow: 0px 0px 15px 0px #d3d3d3;
    box-shadow: 0px 0px 15px 0px #d3d3d3;
    position: relative;
}

.header {
    height:110px;
    margin-top:50px;
    
    display: flex;
    
    justify-content: center;
    align-items: flex-start;
    flex-direction: row;
	flex-wrap: wrap;
	border-top:4px solid #FF8F49;
	border-top:4px solid rgb(86, 122, 110);
	
	padding:25px 0 15px 0;
	position:relative;
}

.header p {
margin-top: 3px;
margin-bottom: 3px;
}

img.logo {
    width:80px;
    height:auto;
}

span.slogan {
    font-size: 1em;
}

div.logo {
   text-align: center; 
   width:25%;
}

div.headerphones {
width:50%;
}

.headerphones img {
height: 18px;
width: auto;
vertical-align: middle;
}


.headerphones span.headerphone {
display: inline-block;
width:calc(50% - 20px);
margin:3px 10px;
}

div.headeraction {
width:25%;
}

a.callback {
padding:3px;
background-color: #FF8F49;
background-color: rgb(86, 122, 110);
color:white;
font-weight: bold;
display:block;
width:140px;
text-align: center;

-webkit-box-shadow: 0px 0px 20px 0px rgba(200, 200, 200, 0.75);
    -moz-box-shadow: 0px 0px 20px 0px rgba(200, 200, 200, 0.75);
    box-shadow: 0px 0px 20px 0px rgba(200, 200, 200, 0.75);
	border-bottom: none;

}

a.callback:hover {
-webkit-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.75);
    box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.75);

	}

span.name {
    color:#FF8F49;
    font-weight:bold;
}

div.slogan {
    position: absolute;
    top:140px;
    left:-125px;
    transform: rotate(-90deg);
    color: #FF8F49;
	color: rgb(86, 122, 110);
    
}

div.topline {
    position: fixed;
	top:0;
	width:100%;
	z-index: 100;
	display: none;
	
    
}

.toplinephones {
width: 98%;
max-width: 1000px;
margin:0 auto;
border-bottom:1px solid #FF8F49;
border-top:1px solid #FF8F49;
border-bottom:1px solid rgb(86, 122, 110);
border-top:1px solid rgb(86, 122, 110);
position: relative;
}

.top {
position: absolute;
left: -40px;
top: 11px;
font-size:2em;
}

.topline a {
	color:black;
}

.topline span {
    display: inline-block;
    width:calc(25% - 20px);
    padding:10px;
    text-align: center;
    font-weight:bold;
	/*min-width:90px;*/
}

.topline span.one {
    background-color: #FF8F49;
    background-color: #ffd1b5;
	background-color: rgb(116, 224, 188);
	background-color: rgb(86, 122, 110);
	background-color: #8ba099;

}

.one a  {
	color:white;
}

.topline span.two {
    background-color: #fff3ed;
	background-color: rgb(203, 244, 230);
	background-color: #F1F0F0;
}

/* стили для меню*/

div.menublock {
	max-width: 400px;
	position: absolute;
	top: -50px;
	right: 0;
}

.menublock a{
border:none;
}

.menublock ul {
  list-style: none;
  padding: 0;
  margin: 0;
    letter-spacing: -1px;
    
    display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  align-content: center;
  z-index:4;
}

.menublock ul li {
    display: block;
    position: relative;
    display: inline-block;
    height:50px;
    text-align: center;
    vertical-align: top;
    
}

.menublock li ul { display: none; }

.menublock ul li a {
  display: block;
  text-decoration: none;
  white-space: nowrap;
  color: black;
    line-height: 17px;
    padding:18px 20px 15px 20px;
   
}

.menublock ul li a:hover {

	background: #FF8F49;
	color:white;
	background-color: #8ba099;;
    
}

.menublock li:hover > ul {
  display: block;
  position: absolute;
  right: 0; /* выравнивает выпадающее меню по правому краю*/
  width:458px;
  background-color: #fff3ed;
  background-color: #F1F0F0;

}

.menublock li:hover li { display: inline-block; width:150px;}

.menublock li:hover a {
background: #fff3ed;
background-color: #F1F0F0;

}

.menublock li:hover li a:hover {
   
    
       background: #FF8F49;
	   color:white;
	     background-color: #8ba099;


}

.menublock li ul li { border-top: 0; }

.menublock ul ul ul {
  left: 100%;
  top: 0;
}




/* окончание стилей для меню */

div.content {
    
    padding:20px;
    
}

div.contentblock {
    
    padding:20px;
    
}

div.footer {
    text-align: center;
    padding: 10px 0 20px 0;
}

/* Каталог flex */

div.catalog {
    display: flex;
    
    justify-content: center;
    align-items: center;
    flex-direction: row;
	flex-wrap: wrap;
    
}

.catalog div {
    padding:10px;
    margin:20px;
    width:200px;
    text-align:center;
    -webkit-box-shadow: 0px 0px 40px 0px rgba(200, 200, 200, 0.75);
    -moz-box-shadow: 0px 0px 40px 0px rgba(200, 200, 200, 0.75);
    box-shadow: 0px 0px 40px 0px rgba(200, 200, 200, 0.75);
    vertical-align: top;
	
	
}

/* video bg start */

.intro {
    /*min-height: 100vh;*/
    overflow: hidden;
    position: relative;

    background: url("i/cover.jpg") center no-repeat;
    background-size: cover;
	margin:-20px;
}

.intro:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;

    background-color: rgba(0, 0, 0, .6);

    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

.intro__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: calc(100% - 40px);
    
    
    height: 100%;
    padding: 20px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
}

.intro__title {
    margin: 0;

    color: #fff;
    text-align: center;
}

.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.video {
    position: relative;
    z-index: 1;
    padding-bottom: 56.25%;
    display: flex;
}

.video__media {
    width: 100%;
    height: auto;
    
    width: auto;
    height: 100%;

    position: absolute;
    top: 0;
    left: 0;
    margin:auto;
}

/* video bg end */




/* Каталог flex */

div.catalog {
    display: flex;
    
    justify-content: center;
    align-items: stretch;
    flex-direction: row;
	flex-wrap: wrap;
    
}

.catalog div {
    padding:10px;
    margin:20px;
    width:180px;
    text-align:center;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(200, 200, 200, 0.75);
    -moz-box-shadow: 0px 0px 30px 0px rgba(200, 200, 200, 0.75);
    box-shadow: 0px 0px 30px 0px rgba(200, 200, 200, 0.75);
    vertical-align: top;
	
	
}

.catalog img {
    width:160px;
    height:160px;
    border-radius: 80px;
}

div.catalog2 {
    display: flex;
    
    justify-content: center;
    align-items: center;
    flex-direction: row;
	flex-wrap: wrap;
    
}

.catalog2 div {
    padding:10px;
    margin:5px;
    width:200px;
    text-align:center;
    vertical-align: top;
	
	
}

div.catalog_countries {
    display: flex;
    
    justify-content: center;
    align-items: center;
    flex-direction: row;
	flex-wrap: wrap;
    
}

.catalog_countries div {
    padding:10px;
    margin:20px;
    width:120px;
    text-align:center;
    vertical-align: top;
	
	
}


div.whywe {
    background-color: #fff3ed;
	margin:-20px;
	background-color: rgb(203, 244, 230);	
	background-color: #F1F0F0;
}

div.contactsblock {
    background-color: #fff3ed;
	background-color: rgb(203, 244, 230);	
	background-color: #F1F0F0;
	}

div.contacts {
    text-align: center;
}



.contacts img {
    height:18px;
    width:auto;
    vertical-align: middle;
}

.why {
    font-size:1.5em;
    line-height: 150%;
}

.flags img {
    height:36px;
    width:auto;
    vertical-align: middle;
}

h3 {
    text-align: center;
}

.center {
    text-align: center;
}

.orange {
color: #FF8F49;
}

.darkgreen {
	color: rgb(86, 122, 110);
}

/* контактная форма */


.formblock input.forminput {
	width: 49%;
	width: calc(50% - 15px);
	margin-top: 6px;
	border: 1px solid #bbbbbb;
	border-radius: 3px;
	padding: 5px;
	font-size: 1.5em;
	font-family: 'Cuprum', "Trebuchet MS", Trebuchet, Verdana, sans-serif;
}

.formblock textarea.formtextarea {
	width:100%;
	width: calc(100% - 13px);
	margin-top: 6px;
	border: 1px solid #bbbbbb;
	border-radius: 3px;
	padding: 5px;
	font-size: 1.5em;
	resize:vertical;
	font-family: 'Cuprum', "Trebuchet MS", Trebuchet, Verdana, sans-serif;
}

.formblock input.formsubmit {
	margin-top: 6px;
	border: 1px solid black;
	border-radius: 3px;
	padding: 5px;
	font-size: 1.5em;
	background-color: #fff3ed;
	background-color: rgb(86, 122, 110);
	color:white;
	font-family: 'Cuprum', "Trebuchet MS", Trebuchet, Verdana, sans-serif;
}


.formblock input.formsubmit:hover {
	margin-top: 6px;
	border: 1px solid black;
	border-radius: 3px;
	padding: 5px;
	font-size: 1.5em;
	background-color: #ffd1b5;
	background-color: rgb(116, 224, 188);
	cursor: pointer;
	font-family: 'Cuprum', "Trebuchet MS", Trebuchet, Verdana, sans-serif;
	color:black;
	}
	
.reviews img {
width: auto;
height: 30px;
border-radius: 1px;
object-fit: contain;
}

.messengers {
	position: fixed;
	bottom:10px;
	left:10px;
	z-index:10;
}

.messengers a {
	border-bottom: unset;
	margin: 10px;
}

.messengers img {
	height: 40px;
}

/* адаптивность */

.less-900-show {
		display: none !important;
		}

		
@media screen and (max-width:1100px) {

.top {
		left: 0px;
		bottom: -45px;
		position: absolute;
		top:unset;
		}		
}
		
@media screen and (max-width:900px) {
    .less-900 {
		display: none !important;
    }
	
	body {
	font-size:12pt;
	}
	
	.less-900-show {
		display: inline !important;
    }
	
	.topline span {
		/*-moz-transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);*/
		
	}
	
	
	
	
	
	.toplinephones {
		 border-bottom:none;
		border-top:none;
		display: flex;
		flex-flow: row wrap;
	}
	
	.toplinephones span {
	width:calc(33.33% - 20px);
	}
	
	h1 {
	font-size:1.3em;
	}
	
	.catalog_countries div {
	    width:80px !important;
	}
	
	.headeraction {
	display:none;
	}
	
	.menublock li:hover > ul {
	width:auto;
	}

	}