@import "https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,600&amp;subset=cyrillic,cyrillic-ext";

::selection {
    color:#fff;
    background:#939393; 
}

* {
	margin: 0;
	padding: 0;
}


html, body {
	font-size: 17px;
    font-family: "Roboto", "Open Sans", sans-serif;
    font-weight: 300;
	margin: 0;
	padding: 0px; /* Для старых браузров */
}

.divMenu {
    margin-top: 10px;
    text-align: center;
}

.divMenuMain {
    font-size: 50px;
    font-weight: 400;
}

.divMenuDop {
    font-size: 18px;
    font-weight: 400;
}

.divPageIndexFoto {
   margin-top: 100px;
   margin-bottom: 250px;
}

.divPageIndexFotoOne {
    border: 1px solid #CCD1D8;
}

.divPageIndexFotoAutor {
    margin-top: 15px;
    color: #434A53;
}


.divPageIndexStart {
    margin-top: 30px;
    text-align: center;
}

.divPageIndexEnd {
    font-size: 18px;
    margin-bottom: 250px;
    text-align: center;

    p    {
    margin: 0;
    padding: 0;
    
}

}


.divPageIndexEndDownload {
    margin-top: 50px;
}




.button-gray {
   color: #6c757d !important;
   font-weight: 300; 
   background-color: #fff;
   border-color: #C4C4C4;
   cursor: pointer;

}

.button-gray:hover {
  color: #fff !important;
  background-color: #6c757d;
  border-color: #6c757d;
}

.button-black {
    color: white;
    background-color: #000000;
}

.button-motion {
  padding: 1.75em 2em;
  text-align: center;
  text-decoration: none;
  color: black;
  border: 1px solid #C4C4C4;
  font-size: 16px;
  display: inline-block;
  transition: all 0.2s ease-in-out !important;
  position: relative;
  overflow: hidden;
  &:before {
    content: "";
    background-color: rgba(255,255,255,0.5);
    height: 100%;
    width: 3em;
    display: block;
    position: absolute;
    top: 0;
    left: -5.5em;
    transform: skewX(-45deg) translateX(0);
    transition: none;
  }
  &:hover {
    background-color: #6c757d;
    color: #fff;
  //  border-bottom: 4px solid darken(#2194E0, 10%);
    &:before {
      transform: skewX(-45deg) translateX(35em);
     transition: all 0.5s ease-in-out;
    }
  }
}

@keyframes sheen {
  0% {
    transform: skewY(-45deg) translateX(0);
  }
  100% {
    transform: skewY(-45deg) translateX(12.5em);
  }
}



.button-large {
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    font-size: 16px;
    width: 250px;
    height: 80px;
}
