@charset "utf-8";
* {box-sizing: border-box;}
body, html {
height: 100%;
width: 100%;
background: url(img/dark_wood_texture.jpg);
margin:0 auto;
font:Arial, Helvetica, sans-serif;
color: white;
}
.wrapper {
position: relative;
height: 100%;
width: 940px;
margin: 0 auto;
}
header {
border: 3px  solid blue;
}
.site-logo {
position: absolute;
left: 40px;
top: 10px;
width: 453;
height: 120;
padding: 0;
margin: 0;
}
.date {
position: absolute;
right: 30px;
top: 5%;
padding: 0;
margin: 0;
color: white;
}
.link a {
text-decoration: none;
font-family: sans-serif, Helvetica;
color: #424242;
}
.link a:hover {
text-decoration: none; 
color: #D5B45B;}
.link {
text-decoration: none;
position: relative;
padding: 5px;
padding-left: 30px;
margin: 0px;
height: 40px;
width: 100%;
font-family: arial;
}
.main {
display:flex;
align-items:stretch;
position:relative;
min-height: 100%;
width: 940px;
margin-bottom:20px;
border: 3px solid blue;
padding-bottom:20px;
padding-top:20px;
padding-left:20px;
}
.menu-serch {
}
.button-serch:hover {background: #D5B45B; text-decoration: none;}
.button-serch {
font-family: sans-serif, Helvetica;
color: #424242;
font-weight: bold;
text-align: center;
display: flex;
text-decoration: none;
flex-direction: column;
flex-flow: row;
justify-content: space-around;
align-items: center;
margin: 5px;
padding: 5px;
margin-right: 50px;
width: 500px;
height: 100px;
border: 2px solid blue;
border-radius:10px 10px 10px 10px; 
background: #D8D8D8;
color:#2A1B0A;
}
.to-main {
font-family: sans-serif, Helvetica;
text-decoration: none;
margin: 20px;
}
.to-main a {
text-decoration: none;
color: white;
}
.to-main a:hover {
text-decoration: none;
color: #D5B45B;
}
@-webkit-keyframes pulsate {
 50% { color: #fff; text-shadow: 0 -1px rgba(0,0,0,.3), 0 0 5px #ffd, 0 0 8px #fff; }
}
@keyframes pulsate {
 50% { color: #fff; text-shadow: 0 -1px rgba(0,0,0,.3), 0 0 5px #ffd, 0 0 8px #fff; }
}
.attantion {
  color: rgb(245,245,245);
  text-shadow: 0 -1px rgba(0,0,0,.1);
  background: green;
  -webkit-animation: pulsate 1.2s linear infinite;
  animation: pulsate 1.2s linear infinite;
}
#sidebar1 {
height:100%;
width: 200px;
margin:5px;
padding:5px;
border: 2px solid grey;
border-radius: 10px 10px 10px 10px;
background: #D8D8D8;
color:#2A1B0A;
}
.info {
margin: 5px;
}
.info a {
text-align:left;
text-decoration:none;
font-family: sans-serif,  Helvetica; 
color: #424242;
font-weight: bold;
}
.widget {
padding:0px;
margin:0px;
height:194px;
width:194px;
}
.info a:hover {color: #D5B45B;}
.colortext {
color: #D5B45B;
}
.text a:hover {color: #D5B45B;}
.text {
position: relative;
padding:0px;
margin-left:5px;
margin-right: 5px;
width:700px;
min-height:100%;
font:normal 16px  Arial, Helvetica, sans-serif;
color:#E6E6E6;
}
.text a {color:inherit;}
.text li:hover a {color: #D5B45B;}
header {
margin:0px;
padding:0px;
}
.calc-block:hover {color:#D5B45B;}
.calc-block {
display: flex;
flex-flow: column;
position: relative;
height: 170px;
width: 145px;
margin: 0px;
padding: 0px;
font: normal 12px Arial, Helvetica, sans-serif;
}
.calc-button {
position: absolute;
left: 0px;
top: 0px;
height: 145px;
width: 145px;
margin: 0px;
padding: 0px;
}
.name-calc-button {
position: absolute;
text-align: center;
bottom: 0px;
height: 25px;
width: 145px;
margin: 0px;
padding: 0px;
}
.headerin {
height:220px;
width:940px;
margin:0 auto;
font:normal 12px Arial, Helvetica, sans-serif;
color:white;
position:relative;
background-color:blue;
border-radius: 0px 0px 20px 20px;
}
.phone-box {position: absolute; top: 45%; right: 30px;font:normal 14px Arial, Helvetica, sans-serif;}
.stroka {
display: flex;
flex-flow: row;
justify-content: space-around; 
align-items: center;
position: absolute;
padding: 0px;
margin: 0px;
height: 40px;
width: 860px;
left: 40px;
bottom: 45px;
background: white;
font:normal 20px Arial, Helvetica, sans-serif;
font-style: oblique;
color:green;
border: 2px groove black;
border-width: 5px;
}
.stroka p {
padding:0px; margin:0px;
}
footer {
position:relative;
width:100%;
height:100px;
}
.footer {
  height:100%;
  width:940px;
  margin:0 auto;
  font:normal 12px Arial, Helvetica, sans-serif;
  color:white;
  background:blue;
  border-radius: 20px 20px 0px 0px;
}
footer ul {list-style: none;}
footer li {display: inline;}
.qr-code{
position: absolute;
padding: 5px;
left: 15px;
top: 15px;
}
.topbox a {
  text-decoration: none;
  outline: none;
  display: block;
transition: .3s ease-in-out;}
nav {
  display: table;
  margin: 0 auto;
}
nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.topbox {position: absolute; bottom: 0px;left: 120px;}
.topmenu > li {
  float: left;
  position: relative;
  font-family: 'Open Sans', sans-serif;
}
.topmenu > li > a {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  color: white;
  padding: 15px ;
  text-decoration:none;
}
.submenu-link:after {
  font-family: "FontAwesome";
  color: inherit;
  margin-left: 10px;
}
.submenu-link:hover {color: #D5B45B;} 
#submenu1{width: 280px;}
#submenu2{width: 280px;}
#submenu3{width: 575px;}
.submenu {
  background: #273037;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 5;
  width: 600px;
  opacity: 0;
  transform: scaleY(0);
  transform-origin: 0 0;
  transition: .5s ease-in-out;
}
.submenu a {
  color: white;
  text-align: left;
  padding: 12px 15px;
  font-size: 13px;
  border-bottom: 1px solid rgba(255,255,255,.1);
}
.submenu li a {
text-decoration:none;
}
.submenu a:hover {color: #D5B45B;}
.submenu li:last-child a {border-bottom: none;}
.topmenu > li:hover .submenu {
  opacity: 1;
  transform: scaleY(1);
}
.submenu-link2 {
position:absolute;
border-left: 10px solid transparent;
left: 100%;
color: white; 
background: #273037;
width: 100%;
top: -9999em;
opacity: 0;
transition: 0.5s opacity;
}
.submenu-link3 {
position:relative;
}
.submenu-link3:hover .submenu-link2 {
opacity: 1;
top: 0;
color: white;
}
.submenu-link3::after {
content: " ";
position: absolute;
border: 5px solid;
border-color: transparent transparent transparent #eee;
top: 1.2em;
right: 0.7em;
transition: 0.5s;
}
.submenu-link3:hover::after {
transform: scaleX(-1);
}
.contentall{
position:relative;
height:100%; 
width:940;
padding: 20px;
}
.menu-box {
display: flex;
flex-flow: row;
justify-content: space-around; 
align-items: center;
position:relative;
height: 200px;
width:900px;
padding: 0px;
margin: 0px;
font:normal 12px Arial, Helvetica, sans-serif;
color:white;
}
.menu-block {
color:white;
position:relative;
height:160px;
width:145px;
padding:0px;
margin:0px;
}
.menu-box1-text {
position:absolute;
height:15px;
width:145px;
padding:0px;
margin:0px;
bottom:0px;
left:0px;
text-align:center;
}
.menu-box1 {
position:absolute;
left:0px;
top:0px;
padding:0px;
height:0px;
height:145px;
width:145px;
background: white;
border: 5px solid blue;
border-radius: 10px 10px 10px 10px;
overflow:hidden;
}
.menu-box1 img {
 -moz-transition: all 1s ease-out;
 -o-transition: all 1s ease-out;
 -webkit-transition: all 1s ease-out;
 }
 
.menu-box1 img:hover{
 -webkit-transform: scale(1.1);
 -moz-transform: scale(1.1);
 -o-transform: scale(1.1);
 }
.bottommenu a {
text-decoration: none; 
font-size: 12px;
color: white;
}
.bottommenu a:hover {color: #D5B45B; text-decoration:none;}
.bottommenu {
display: flex;
flex-flow: row;
justify-content: space-around; 
align-items: center;
position:  absolute;
left: 40px;
top: 15px;
margin: 0px;
width: 800px;
color: white;
}
						/*start form contact*/
.clear{
	clear:both;
}

#main-container{
    position:relative;
	width:400px;
	margin:30px auto;
}

#form-container{
	background-color:#f5f5f5;
	padding:15px;
	color:#2A1B0A;
	-moz-border-radius:12px;
	-khtml-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius:12px;
}

/*td{
	white-space:nowrap;
}*/


a:hover{
	text-decoration:underline;
}
label{
	text-transform:uppercase;
	font-size:10px;
	font-family:Tahoma,Arial,Sans-serif;
}

textarea{
	color:#404040;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
}

td > button{
	text-indent:8px;
}

.error{
	background-color:#AB0000;
	color:white;
	font-size:10px;
	font-weight:bold;
	margin-top:10px;
	padding:10px;
	text-transform:uppercase;
	width:240px;
}

#loading{
	position:relative;
	bottom:9px;
	visibility:hidden;
}

				/*end form contact*/
.counter {
display: flex;
justify-content:center;
margin-top: 15px;
padding: 3px;
}
.site-name-bottom {
position: absolute;
padding: 3px;
margin: 0px;
right: 20px;
bottom: 10px;
}
.table-sks {
table-layout:fixed;
width:698px;
font:normal 11px Times, Arial, Helvetica, sans-serif;
color:white;
}
.partnery-block {
position:relative;
display: flex;
flex-flow: wrap column;
margin:10px;
}
.logo-image {
background-color: #D8D8D8;
}
.price {
display: none;
}
.calc {
position:relative;
display: flex;
flex-direction: column;
flex-wrap: wrap;
margin-top: 5px;
color: #2A1B0A;
background: #D8D8D8;
width: 640px;
border-radius: 12px;
}
.table-calc {
display: flex;
padding: 0px;
margin: 20px 20px 20px 20px;
background-color: #f5f5f5;
width: 600px;
border-collapse: collapse;
}
.calc-manual-input input{
height: 30px;
width: 100%;
border-radius: 5px;
text-align: center;
}
.table-calc td {
padding: 3px;
border: 1px solid grey;
}
.calc-manual-total {
text-align: center;
}
.calc-total-summary {
text-align: center;
}
.headding-of-table {
background: #D8D8D8;
}
.title-of-section {
background: #D8D8D8;
height: 100%;
width: 100%;
}
.coef {
display:none;
}
.clearbutton {
display: flex;
}
.clearbutton button{
margin-top: 5px;
border-radius: 5px;

}
@-webkit-keyframes blink {
10% { transform: scale(1, 1) rotate(80deg); } 
20% { transform: scale(0, 0) rotate(160deg); } 
100% { transform: scale(0, 0) rotate(0deg); } 
} 
@keyframes blink { 
10% { transform: scale(1, 1) rotate(80deg); }
20% { transform: scale(0, 0) rotate(160deg); } 
100% { transform: scale(0, 0) rotate(0deg); } 
} 
#blink { 
position: relative; 
display: inline-block; 
} 
#blink:after, #blink:before { 
content: ""; 
position: absolute; 
display: block; 
width: 100px; 
height: 100px; 
background-image: radial-gradient(rgba(255,255,255,1), rgba(255,255,255,0) 30%), linear-gradient(45deg, rgba(0,0,0,0) 49%, rgba(255,255,255,.4) 50%, rgba(0,0,0,0) 51%), linear-gradient(135deg, rgba(0,0,0,0) 49%, rgba(255,255,255,.4) 50%, rgba(0,0,0,0) 51%); 
-webkit-animation: blink 10s linear infinite; 
animation: blink 5s linear infinite; 
transform: scale(0, 0) rotate(0deg); 
} 
#blink:after {
top: -220%;
right: 0; 
-webkit-animation-delay: 5s;
animation-delay: 5s;
}
#blink:before {
top: -180%;
left: 0;
-webkit-animation-delay: 5s;
animation-delay: 2s;
}
.licence-img{
margin: 10px;
display: flex;
flex-wrap: wrap;
justify-content: center;
align-content: space-around;
}
.img-lic {
padding: 5px;
}