@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,400i,500,700,900&subset=cyrillic");
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;
  vertical-align: baseline;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

img, fieldset, a img {
  border: none;
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  -webkit-appearance: none;
}

input[type="submit"],
button {
  cursor: pointer;
}

input[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

textarea {
  overflow: auto;
}

input, button {
  margin: 0;
  padding: 0;
  border: 0;
}

div, input, textarea, select, button,
h1, h2, h3, h4, h5, h6, a, span, a:focus {
  outline: none;
}

ul, ol {
  list-style-type: none;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
  width: 100%;
}

html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

.icon-facebook {
  width: 0.53em;
  height: 1em;
  fill: #000;
}

body {
  min-width: 320px;
  background: #1A1A1A;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #000;
}

body.no-scroll {
  overflow: hidden;
}

a {
  text-decoration: none;
}

button {
  background: none;
}

.center {
  max-width: 1260px;
  margin: 0 auto;
  padding: 0 30px;
}

.out {
  overflow: hidden;
}

.header {
  margin-bottom: 0px;
}

.header__wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 30px 65px;
  /* background: #1F1F1F; */
}

.header__logo {
  margin-right: auto;
  font-size: 0;
}

.header__pic {
  width: 220px;
}

.header__nav {
  display: -ms-flexbox;
  display: flex;
}

.header__nav.show {
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}

.header__link {
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  color: rgba(249, 249, 249, 0.8);
  transition: color .3s;
}

.header__link:hover {
  color: #fff;
}

.header__link:not(:last-child) {
  margin-right: 95px;
}

.burger {
  display: none;
  position: relative;
  z-index: 20;
  width: 32px;
  height: 32px;
  margin-left: auto;
  border-radius: 8px;
  border: 1px solid #fff;
  text-align: center;
}

.burger:before, .burger:after,
.burger span {
  display: block;
  width: 16px;
  height: 2px;
  border-radius: 1px;
  background: #fff;
  transition: transform .2s, width .2s;
}

.burger:before, .burger:after {
  content: '';
  margin: 0 auto;
}

.burger span {
  margin: 5px auto;
}

.burger.active:before {
  -ms-transform: translateY(7px) rotate(45deg);
  transform: translateY(7px) rotate(45deg);
}

.burger.active span {
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.burger.active:after {
  -ms-transform: translateY(-7px) rotate(45deg);
  transform: translateY(-7px) rotate(45deg);
}

.section__content {
  padding: 70px 70px 90px 100px;
  background: #fff;
}

.section__content_other {
  min-height: 685px;
  padding: 67px 90px 70px 100px;
}

.content h1 {
  margin-bottom: 15px;
  font-size: 30px;
  font-weight: 700;
}

.content a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  width: 250px;
  height: 54px;
  margin: 0 auto;
  /* background-color: #169fe3; */
	background-color: #169fe3;
    border-radius: 3px;
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    transition: background .3s;
}

.content a:hover {
  background: #ae141c;
}

.content a.link_img {
    width: 100%;
    display: block;
    height: auto;	
	background: none;
    margin-bottom: 10px;
}


.content b {
  font-weight: 700;
}

.content ul.circle li:before {
  content: "•";
  padding-right: 6px;
  font-size: 16px;
  color: #000;
}

.content .mb5 {
  margin-bottom: 5px;
}

.content .mb25 {
  margin-bottom: 25px;
}

.content .mb30 {
  margin-bottom: 30px;
}

.content .mb35 {
  margin-bottom: 35px;
}

.content .mb40 {
  margin-bottom: 40px;
}

.content .mb45 {
  margin-bottom: 45px;
}

.content .mb50 {
  margin-bottom: 50px;
}

.content .mb55 {
  margin-bottom: 55px;
}

.footer {
  padding-bottom: 30px;
}

.footer__wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 55px 65px 40px 100px;
  background: #1f1f1e;
}

.footer__nav {
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
}

.footer__link {
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  color: rgba(249, 249, 249, 0.6);
  transition: color .3s;
}

.footer__link:hover {
  color: #fff;
}

.footer__link:not(:last-child) {
  margin-right: 95px;
}

.footer__copyright {
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
  color: rgba(249, 249, 249, 0.4);
}

@media only screen and (max-width: 1259px){
  .header__wrap{
    padding: 25px;
  }
  .header__link:not(:last-child){
    margin-right: 55px;
  }
  .section__content{
    padding: 60px;
  }
  .section__content_other{
    padding: 60px;
    min-height: 520px;
  }
  .footer__wrap{
    padding: 40px 30px;
  }
  .footer__link:not(:last-child){
    margin-right: 50px;
  }
}

@media only screen and (max-width: 1023px){
  .header__wrap{
    padding: 25px 0;
  }
  .header__pic{
    width: 170px;
  }
  .header__link{
    font-size: 18px;
  }
  .header__link:not(:last-child){
    margin-right: 30px;
  }
  .section__content{
    padding: 30px 40px;
  }
  .section__content_other{
    padding: 30px 40px;
  }
  .footer{
    padding: 0;
  }
  .footer__wrap{
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    padding: 30px 0;
  }
  .footer__nav{
    margin: 0 0 30px 0;
  }
}

@media only screen and (max-width: 767px){
  body{
    line-height: 1.3;
  }
  .center{
    padding: 0 20px;
  }
  .header{
    position: relative;
    margin-bottom: 5px;
  }
  .header__nav{
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 100vh;
    padding: 50px 30px;
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;
    background: #1F1F1F;
    transition: all .5s;
  }
  .header__link{
    font-size: 20px;
  }
  .header__link:not(:last-child){
    margin: 0 0 20px 0;
  }
  .burger{
    display: inline-block;
  }
  .section__content{
    padding: 30px 20px 40px;
  }
  .section__content_other{
    min-height: 400px;
    padding: 30px 20px 40px;
  }
  .content h1{
    font-size: 26px;
  }
  .content .mb25{
    margin-bottom: 20px;
  }
  .content .mb30{
    margin-bottom: 20px;
  }
  .content .mb35{
    margin-bottom: 25px;
  }
  .content .mb40{
    margin-bottom: 30px;
  }
  .content .mb45{
    margin-bottom: 35px;
  }
  .content .mb50{
    margin-bottom: 40px;
  }
  .content .mb55{
    margin-bottom: 45px;
  }
  .footer__wrap{
    padding: 25px 0;
  }
}

@media only screen and (max-width: 666px){
  .footer__link{
    font-size: 16px;
  }
  .footer__link:not(:last-child){
    margin-right: 25px;
  }
}

@media only screen and (max-width: 474px){
  .section__center{
    padding: 0;
  }
  .content h1{
    font-size: 24px;
  }
  .footer__nav{
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
  }
  .footer__link:not(:last-child){
    margin: 0 0 10px 0;
  }
}

/*# sourceMappingURL=app.css.map */