* { box-sizing: border-box; }
body {
  width: 100%;
  margin: 0;
   background-image: url(images/fon2.jpg);
  background-size: cover;
}
nav {/* background: white; */}
nav ul {

  list-style: none;
  margin: 0 50px;
  padding: 0;
}

nav a {
  text-decoration: none;
  outline: none;
  display: block;
  transition: .4s ease-in-out;
}
.topmenu {
  text-align: center;
  padding: 10px 0;
}
.topmenu > li {
  display: inline-block;
  position: relative;
}
.topmenu > li:after {
  content: "";
  position: absolute;
  right: 0;
  width: 1px;
  height: 12px;
  background: #d2d2d2;
  top: 16px;
  box-shadow: 4px -2px 0 #d2d2d2;
  transform: rotate(30deg);
}
.topmenu > li:last-child:after {
  background: none;
  box-shadow: none;
}
.topmenu > li > a {
  padding: 12px 26px;
  color: white;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
  font-family: 'Exo 2', sans-serif;
}
.topmenu li a:hover { color: #c0a97a; }
.submenu {
  position: absolute;
  left: 50%;
  top: 100%;
  width: 210px;
  margin-left: -105px;
  background: #fafafa;
  border: 1px solid #ededed;
  z-index: 5;
  visibility: hidden;
  opacity: 0;
  transform: scale(.8);
  transition: .4s ease-in-out;
}
.submenu li a {
  padding: 10px 0;
  margin: 0 10px;
  border-bottom: 1px solid #efefef;
  font-size: 12px;
  color: #484848;
  font-family: 'Kurale', serif;
}
.topmenu > li:hover .submenu {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
}


#w {
 /* margin-left: 35%;*/
  color: white;
  float: right;
  width: 48%;

}
h1{
   margin-left: 8%;
   color: white;
}
/* form styles */
form .row {

display: block;
padding: 7px 8px;
margin-bottom: 7px;

}
form .row:hover {
background: black;
}

form label {
display: inline-block;
font-size: 1.2em;
font-weight: bold;
width: 120px;
padding: 6px 0;
color: white;
vertical-align: top;
}
form .req { color: #ca5354; }

form .note {
font-size: 1.2em;
line-height: 1.33em;
font-weight: normal;
padding: 2px 7px;
margin-bottom: 10px;
}

form input:focus, form textarea:focus { outline: none; }

/* placeholder styles: http://stackoverflow.com/a/2610741/477958 */
::-webkit-input-placeholder { color: #aaafbd; font-style: italic; } /* WebKit */
:-moz-placeholder { color: #aaafbd; font-style: italic; } /* Mozilla Firefox 4 to 18 */
::-moz-placeholder { color: #aaafbd; font-style: italic; } /* Mozilla Firefox 19+ */
:-ms-input-placeholder { color: #aaafbd; font-style: italic; } /* Internet Explorer 10+ */

form .txt {
display: inline-block;
padding: 8px 9px;
padding-right: 30px;
width: 240px;
font-family: 'Oxygen', sans-serif;
font-size: 1.35em;
font-weight: normal;
color: #898989;
}

#carta {
  float: left;
  width: 50%;
  margin-left: 25px;
 /* margin-left: 100px;*/
}

#text {
  float: right;
  margin-right: 200px;
  margin-top: 100px;
}
@font-face {
  font-family: Solid; /* Гарнитура шрифта */
  src: url(fonts/solid.ttf); /* Путь к файлу со шрифтом */
} 
#text p {
  text-align: center;
   font-family: 'Solid 3d', 'Comic Sans MS', cursive;
    font-size: 25px;
  
}

@media screen and (max-width: 1200px) { 
body {
  width: 70%;
}


#wrap { 
width: 100%; 
} 
#menu{ 
float:none; 
font-size: 18px; 
padding:0px; 
margin: 0px; 
height:auto; 
width:100%; 
} 
.list_menu li { 
margin-right: 20px; 
width: 140px; 
float: left; 
} 

#content { 
width: 35%;
margin-left: 0px; 
clear:both; 
padding-top: 0px; 
} 
#rt {
  width: 35%;
}
blockquote{
  width: 300px;
}
}
 @media screen and (max-width: 768px) { 
body {
  width: 40%;
}


#wrap { 
width: 100%; 
} 
#menu{ 
float:none; 
font-size: 18px; 
padding:0px; 
margin: 0px; 
height:auto; 
width:100%; 
} 
.list_menu li { 
margin-right: 20px; 
width: 140px; 
float: left; 
} 

#content { 
width: 30%;
margin-left: 0px; 
clear:both; 
padding-top: 0px; 
} 
#rt {
  width: 35%;
}
blockquote{
  width: 300px;
}}