@charset "UTF-8";
/**
Creative Coding settings file

 **/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

@font-face {
  font-family: OpenSans;
  src: url("../fonts/OpenSans/OpenSans.eot");
  src: url("../fonts/OpenSans/OpenSans.eot") format("embedded-opentype"), url("../fonts/OpenSans/OpenSans.woff2") format("woff2"), url("../fonts/OpenSans/OpenSans.woff") format("woff"), url("../fonts/OpenSans/OpenSans.ttf") format("truetype"), url("../fonts/OpenSans/OpenSans.svg#TTDrugsThin") format("svg");
  font-weight: normal;
  font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: OpenSans;
    src: url("../fonts/OpenSans/OpenSans.svg#OpenSans") format("svg");
  }
}
@font-face {
  font-family: Opensans-Semibold;
  src: url("../fonts/Opensans-Semibold/Opensans-Semibold.eot");
  src: url("../fonts/Opensans-Semibold/Opensans-Semibold.eot") format("embedded-opentype"), url("../fonts/Opensans-Semibold/Opensans-Semibold.woff2") format("woff2"), url("../fonts/Opensans-Semibold/Opensans-Semibold.woff") format("woff"), url("../fonts/Opensans-Semibold/Opensans-Semibold.ttf") format("truetype"), url("../fonts/Opensans-Semibold/Opensans-Semibold.svg#TTDrugsThin") format("svg");
  font-weight: normal;
  font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: Opensans-Semibold;
    src: url("../fonts/Opensans-Semibold/Opensans-Semibold.svg#Opensans-Semibold") format("svg");
  }
}
@font-face {
  font-family: HelveticaNeueCyr-Bold;
  src: url("../fonts/HelveticaNeueCyr-Bold/HelveticaNeueCyr-Bold.eot");
  src: url("../fonts/HelveticaNeueCyr-Bold/HelveticaNeueCyr-Bold.eot") format("embedded-opentype"), url("../fonts/HelveticaNeueCyr-Bold/HelveticaNeueCyr-Bold.woff2") format("woff2"), url("../fonts/HelveticaNeueCyr-Bold/HelveticaNeueCyr-Bold.woff") format("woff"), url("../fonts/HelveticaNeueCyr-Bold/HelveticaNeueCyr-Bold.ttf") format("truetype"), url("../fonts/HelveticaNeueCyr-Bold/HelveticaNeueCyr-Bold.svg#TTDrugsThin") format("svg");
  font-weight: normal;
  font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: HelveticaNeueCyr-Bold;
    src: url("../fonts/HelveticaNeueCyr-Bold/HelveticaNeueCyr-Bold.svg#HelveticaNeueCyr-Bold") format("svg");
  }
}


@font-face {
  font-family: Roboto-Bold;
  src: url("../fonts/Roboto-bold/Roboto-bold.eot");
  src: url("../fonts/Roboto-bold/Roboto-bold.eot") format("embedded-opentype"), url("../fonts/Roboto-bold/Roboto-bold.woff2") format("woff2"), url("../fonts/Roboto-bold/Roboto-bold.woff") format("woff"), url("../fonts/Roboto-bold/Roboto-bold.ttf") format("truetype"), url("../fonts/Roboto-bold/Roboto-bold.svg#TTDrugsThin") format("svg");
  font-weight: normal;
  font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: Roboto-Bold;
    src: url("../fonts/Roboto-bold/Roboto-bold.svg#Roboto-bold") format("svg");
  }
}

.icons-sprite, .icons-facebook, .icons-google {
  background-image: url('../img/icons-s164e20d300.png');
  background-repeat: no-repeat;
}

.icons-facebook {
  background-position: 0 0;
}

.icons-google {
  background-position: 0 -50px;
}

.icons-facebook {
  display: inline-block;
  position: relative;
  width: 28px;
  height: 50px;
  vertical-align: top;
  display: -moz-inline-stack;
  zoom: 1;
  *display: inline;
}

.icons-google {
  display: inline-block;
  position: relative;
  width: 40px;
  height: 50px;
  vertical-align: top;
  display: -moz-inline-stack;
  zoom: 1;
  *display: inline;
}

body {
  -webkit-font-smoothing: subpixel-antialiased;
}
body button, body select {
  -webkit-appearance: none;
}
body a {
  text-decoration: none;
}
body a:hover, body a:focus, body a:active, body a:active:focus {
  outline: none;
}

.inline-block, .header .button-group a, .footer .nav ul li, .footer .icons li {
  display: -moz-inline-stack;
  /* Firefox 2 */
  display: inline-block;
  /* good browser */
  _overflow: hidden;
  /* IE6, IE7 */
  *zoom: 1;
  /* include hasLayout for IE6, IE7 */
  *display: inline;
  /* with hasLayout true display:inline in IE6, IE7 behaves like display:inline-block */
}

.clear:before, .clear:after {
  clear: both;
  box-sizing: border-box;
  content: " ";
  display: table;
}

/*.container {
	position: relative; width: 1140px;
	margin: 0 auto;
	box-sizing: border-box;

}*/
.bg-header-violet {
  background: url("../img/bg-top2.jpg") no-repeat center top;
  background-size: cover;
  padding-bottom: 38px;
}

.app {
  min-width: 1000px;
}
@media only screen and (max-width: 991px) {
  .app {
    min-width: auto;
  }
}

.header {
  position: relative;
  background: #fff;
  text-align: center;
}
.header .logo-wrapper {
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  .header .logo-wrapper {
    max-width: 80%;
    margin: 0px auto;
  }
}
@media only screen and (max-width: 767px) {
  .header .logo-wrapper {
    margin: 30px auto;
  }
}
.header .logo-wrapper img {
  max-width: 100%;
}
.header h1 {
  font-family: "Roboto-Bold", sans-serif;
  font-size: 38px;
  line-height: 52px;
  letter-spacing: -0.2px;
  color: #ff9803;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 35px;
}
@media only screen and (max-width: 991px) {
  .header h1 {
    font-size: 30px;
    line-height: 40px;
  }
}
@media only screen and (max-width: 481px) {
  .header h1 {
    font-size: 24px;
    line-height: 36px;
  }
}
.header span {
  font-family: "OpenSans", sans-serif;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 0;
  color: #eeeeee;
  max-width: 600px;
  display: block;
  text-align: center;
  margin: 0 auto;
}
@media only screen and (max-width: 991px) {
  .header span {
    font-size: 20px;
    line-height: 30px;
  }
}
.header span:after {
  content: "";
  display: block;
  width: 60px;
  border-bottom: 3px solid #ff9903;
  margin: 28px auto 38px;
}
@media only screen and (max-width: 481px) {
  .header span {
    font-size: 17px;
    line-height: 25px;
  }
}
.header .button-group {
  text-align: center;
}
@media (max-width: 767px) {
  .header .button-group {
    display: inline-block;
  }
}
@media (max-width: 481px) {
  .header .button-group {
    margin: 0 -10px;
  }
}
.header .button-group a {
  position: relative;
  font-family: "OpenSans", sans-serif;
  font-size: 21px;
  line-height: 30px;
  letter-spacing: 0;
  color: #fff;
}
.header .button-group a:hover, .header .button-group a:focus, .header .button-group a:active:focus {
  text-decoration: none;
  outline: none;
}
@media only screen and (max-width: 767px) {
  .header .button-group a {
    display: block;
  }
}
@media only screen and (max-width: 481px) {
  .header .button-group a {
    width: 310px;
  }
}
.header .button-group .face-button {
  /*background: url('../img/fb-button.png') no-repeat center center;*/
  background-color: #31459c;
  border-radius: 12px;
  box-shadow: 0px 0px 3px 2px rgba(255, 255, 255, 0.5) inset, 0px 0px 12px 2px rgba(247, 95, 220, 0.3);
  border: 2px solid #270422;
  padding: 21px 30px 7px 60px;
  margin-right: 70px;
  height: 76px;
}
@media only screen and (max-width: 991px) {
  .header .button-group .face-button {
    margin-right: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .header .button-group .face-button {
    margin: 0 auto 20px;
  }
}
.header .button-group .face-button:hover {
  text-shadow: 2px 5px 8px rgba(3, 19, 80, 0.6);
}
.header .button-group .google-button {
  /*background: url('../img/google-button.png') no-repeat center center;*/
  background-color: #10030c;
  box-shadow: 0px 0px 3px 2px rgba(255, 255, 255, 0.5) inset, 0px 0px 12px 2px rgba(247, 95, 220, 0.3);
  border: 2px solid #270422;
  border-radius: 12px;
  height: 76px;
  padding: 21px 66px 7px 80px;
  margin-left: 70px;
}
@media only screen and (max-width: 991px) {
  .header .button-group .google-button {
    margin-left: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .header .button-group .google-button {
    margin: 0 auto 20px;
  }
}
.header .button-group .google-button:hover {
  text-shadow: 2px 4px 5px rgba(255, 255, 255, 0.4), 1px 1px 1px rgba(247, 95, 220, 0.4);
}
.header .button-group .icons-facebook {
  left: -32px;
  top: -5px;
}
.header .button-group .face-button:after {
  content: "";
  display: block;
  width: 3px;
  height: 26px;
  background: url("../img/divider.png") no-repeat center center;
  position: absolute;
  left: 70px;
  top: 25px;
}
.header .button-group .icons-google {
  right: 62px;
  top: -7px;
}
.header .button-group .google-button:after {
  position: absolute;
  top: 25px;
  left: 70px;
  content: "";
  display: block;
  width: 3px;
  height: 26px;
  background: url("../img/divider2.png") no-repeat center center;
}

.section {
  padding: 30px 0;
  background-color: #efedee;
}
.section h2 {
  text-transform: uppercase;
  text-align: center;
  font-family: "Roboto-Bold", sans-serif;
  font-size: 24px;
  line-height: 36px;
  letter-spacing: 0;
  color: #ff9803;
  margin-bottom: 15px;
}
@media only screen and (max-width: 1199px) {
  .section h2 {
    font-size: 21px;
    line-height: 30px;
  }
}
.section p {
  font-family: "OpenSans", sans-serif;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  color: #212121;
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .section p {
    font-size: 14px;
    line-height: 23px;
  }
}
.section a {
  color:#424242;
  text-decoration: underline;
}
.section a:hover {
  color:#ff9803;
  text-decoration: none
}

.section .cross-list {
  min-height: 140px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .section .cross-list {
    text-align: center;
  }
}
.section .cross-list li {
  margin-bottom: 10px;
  min-height: 30px;
  font-family: "Opensans-Semibold", sans-serif;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  color: #212121;
}
.section .cross-image {
  text-align: center;
  margin-bottom: 30px;
}
.section .cross-image img {
  max-width: 100%;
}

/* end section */
.footer {
  padding: 30px 0;
  background-color: #efedee;
}
@media only screen and (max-width: 767px) {
  .footer .nav ul {
    text-align: center;
    padding: 20px 0;
  }
}
.footer .nav ul li a {
  font-family: "Opensans-Semibold", sans-serif;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0;
  color: #424242;
  margin-right: 24px;
  padding: 5px 0;
  display: block;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .footer .nav ul li a {
    font-size: 18px;
    line-height: 25px;
  }
}
.footer .nav ul li a:hover, .footer a:focus, .footer a:active:focus {
  text-decoration: none;
  color: #ff9803;
}
.footer .nav ul li a:after {
  content: "";
  display: block;
  border-right: 1px solid #424242;
  height: 12px;
  position: absolute;
  top: 15px;
  right: -14px;
}
@media only screen and (max-width: 767px) {
  .footer .nav ul li a:after {
    top: 12px;
  }
}
.footer .nav ul li:last-child a:after {
  display: none;
}
.footer .icons {
  float: right;
}
@media only screen and (max-width: 767px) {
  .footer .icons {
    float: none;
    text-align: center;
    padding: 20px 0;
  }
}
.footer .icons li a {
  margin-left: 20px;
  padding: 5px 0;
  font-size: 36px;
  color: #424242;
}
@media only screen and (max-width: 767px) {
  .footer .icons li a {
    font-size: 30px;
  }
}
.footer .icons li a:hover {
  color: #ff9803;
}
.footer .copyright {
  font-family: "Roboto-Bold", sans-serif;
  font-size: 16px;
  line-height: 34px;
  letter-spacing: 0;
  color: #424242;
  max-width: 670px;
  margin: 20px auto 0;
  display: block;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .footer .copyright {
    font-size: 18px;
    line-height: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .footer .copyright {
    font-size: 16px;
    letter-spacing: 0.4px;
  }
}

/* Welcome to Compass. Use this file to define print styles.
 * Import this file using the following HTML or equivalent:
 * <link href="/css/print.css" media="print" rel="stylesheet" type="text/css" /> */
