@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Suez+One");
@import url("https://fonts.googleapis.com/css?family=Roboto+Slab|Suez+One");
* {
  margin: 0;
  padding: 0; }

body, html {
  width: 100%;
  height: 100%; }

body {
  background-color: #f6f6f6; }

a {
  color: white;
  text-decoration: none;
  transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease; }
  a:hover {
    color: #fa713e; }

img {
  max-width: 100%;
  height: auto;
  width: auto\9;
  /*ie8*/
  -o-transition: all 3s ease-out;
  -moz-transition: all 3s ease-out;
  -webkit-transition: all 3s ease-out; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

header {
  float: left;
  background-color: #343434;
  width: 99.4%;
  padding: 0.3%;
  border-bottom: 5px solid #59595a;
  font-family: "Robota Slab", serif; }
  header div#logo > a > img {
    width: 50px;
    height: 50px;
    float: left; }

header > div#logo > a {
  color: white;
  text-decoration: none;
  transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease; }
  header > div#logo > a:hover {
    color: #fa713e; }

header > div#logo > a > span {
  font-size: 2.5em;
  margin-left: 5px;
  font-family: 'Suez One', serif; }

.about {
  text-align: center;
  font-size: 1.4em;
  padding-top: 10px;
  float: left;
  margin-left: 100px;
}
  .about a {
    color: white;
	margin-left: 3px;
    text-decoration: none;
    transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease; }
    .about a:hover {
      color: #fa713e; }

@media (max-width: 524px) {
.about   {
	margin-left: 45px;

}
}

.abouT {
  text-align: center;
  font-size: 1.4em;
  padding-top: 10px; 
  float: left;
  margin-left: 10px;}
  .abouT a {
    color: white;
	margin-left: 3px;
    text-decoration: none;
    transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease; }
    .abouT a:hover {
      color: #fa713e; }

@media (max-width: 524px) {
.abouT  {
	margin-left: 45px;

}
}

/* корзина шапки*/
#cart {
 margin-top: 10px;
margin-left: 20px;
float: left;}

#cart > a {
  width: 100%;
  color: #ebe7e7;
  
  text-align: center;
  line-height: 40px;
  font-size: 2.5em; }

#cart > a:hover {
  color: #fa713e; }

.mini-cart {
  float: right;
  margin-right: 20px;
  width: 25px;
  background: red;
  border-radius: 50%;
  font-size: 25px; }



@media (max-width: 524px) { 
	#cart {
		margin-top: -18px;
		margin-left: 36px;
	}

}
@media (max-width: 524px) {
	.mini-cart {
	margin-left: 30%;
	margin-top: -42px;;
	}
}

@media (min-width: 950px) {
  header > div#logo > a > img {
    margin-left: 15px; }
  #logo {
    float: left;
    width: 28%; }
  #about {
    float: left;
    width: 33%; }
  #cart {
    float: left;
    width: 7%; }
  #reg_auth {
    float: right;
    width: 29%; } }

@media (max-width: 750px) and (min-width: 525px) {
  header > div#logo > a > img {
    margin-left: 15px; }
  #logo {
    float: left;
    width: 28%; 
	margin-left: 5px;
	}
  #reg_auth {
    float: right;
	margin-left: 5px;
    width: 29%; } }

@media (max-width: 524px) {
  header > div#logo > a > img {
    margin-left: 17px; }
  #logo {
    width: 100%; }
  #reg_auth {
    visibility: hidden;
    display: none; } }

.butt {
  float: right;
  margin-right: 3%;
  margin-top: 5px;
  border-radius: 5px;
  padding: 5px  9px;
  font-size: 1.2em;
  background-color: darkgrey;
  border-bottom: 4px solid #d95b48;
  color: white;
  text-shadow: #454545 0 0 2px;
  font-family: "Robota Slab", serif; }

.butt:hover {
  border-bottom: 2px solid #d95b48;
  margin-top: 7px; }

.butt:active {
  border-bottom: 0;
  margin-top: 9px; }

/*Меню сайта*/
nav {
  background-color: white;
  width: 99.4%;
  padding: 6px 0.3%;
  float: left;
  border-bottom: 2px solod silver #ebebeb; }

nav a {
  color: #323232;
  font-size: 1.4em;
  margin-left: 2%; }

nav a:hover {
  color: #e8622d; }

nav a:last-child {
  margin-left: 15px; }

.fixed {
  position: fixed;
  top: 0;
  opacity: 0.97;
  padding: 4px 0.3%; }

.fixed:hover {
  opacity: 1; }

.fixed a {
  font-size: 1.3em; }

#hideMenu {
  display: inline; }

#menuShow {
  display: inline;
  font-size: 1.4em;
  margin-left: 20px;
  float: left;
  margin-top: 4px;
  cursor: pointer; }

#mobileMenu {
  display: none;
  width: 100%;
  float: left; }

@media (min-width: 785px) {
  #menuShow {
    display: none;
    visibility: hidden; } }

@media (max-width: 784px) {
  #hideMenu {
    display: none;
    visibility: hidden; } }

@media (max-width: 784px) {
  #hideMenu {
    display: none;
    visibility: hidden; } }

/*footer делает внизу сайта*/
#wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%; }

#content {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto; }

footer {
  float: left;
  background-color: #343434;
  width: 100%;
  padding: 1%;
  border-top: 5px solid #59595a;
  font-family: "Robota Slab", serif; 
}

#site_name {
  margin-right: 5%;
  color: #f4f4f4;
  font-size: 1.5em;
  float: right; }

#site_name > span {
  font-family: 'Suez One', serif; }

@media (max-width: 1080px) {
  #clear {
    clear: both; } }

#footer_menu {
  font-size: 1.2em; }

#footer_menu > a {
  margin-left: 2%;
  color: #f4f4f4; }

#footer_menu > a:hover, #rights > a:hover {
  border-bottom: 1px solid silver;
  color: #aeaeae; }

#rights {
  float: left;
  margin-left: 5%;
  font-size: 1.1em;
  margin-top: 20px; }

#rights > a {
  color: white; }

#social {
  float: right;
  width: 40%;
  margin-right: 5%;
  margin-top: 10px; }

#social > a {
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  background-color: #d95b48;
  margin-left: 2%;
  width: 30px;
  height: 30px;
  float: right;
  color: white;
  text-align: center;
  line-height: 30px;
  font-size: 1.2em; }
  #social > a:hover {
    background-color: rgba(217, 91, 72, 0.6); }

@media (max-width: 520px) {
  #site_name {
    display: none; }
  #social {
    width: 100%; } }
