@import url('https://fonts.googleapis.com/css?family=PT+Sans+Narrow&subset=cyrillic');
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  padding: 0;
  margin: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset,
img {
  border: 0;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-weight: normal;
  font-style: normal;
}
ol,
ul {
  list-style: none;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: 100%;
}
q:before,
q:after {
  content: '';
}
abbr,
acronym {
  border: 0;
}
#svg-def {
  width: 0;
  height: 0;
  position: absolute;
}
#svg {
  display: none;
}
.leaflet-bottom,
.leaflet-top {
  z-index: 2!important;
}
.phone:before,
.email:before,
.list:before {
  content: '';
  display: inline-block;
  margin-right: 10px;
}
.rupor:before,
.basket:before,
.help:before,
.rocket:before,
.docs:before {
  content: '';
  display: inline-block;
  border: 13px solid white;
  text-align: center;
}
.phone:before {
  background: transparent url(/res/img/icons.svg) -85px -100px no-repeat;
  width: 13px;
  height: 22px;
  vertical-align: text-bottom;
}
.phone.black:before {
  background: transparent url(/res/img/icons.svg) -85px -150px no-repeat;
  width: 13px;
  height: 22px;
  vertical-align: bottom;
}
.email:before {
  background: transparent url(/res/img/icons.svg) -86px -250px no-repeat;
  width: 21px;
  height: 16px;
  vertical-align: middle;
}
.email:before {
  border-radius: 2px;
}
.list:before {
  background: transparent url(/res/img/icons.svg) -84px -199px no-repeat;
  width: 17px;
  height: 17px;
  vertical-align: text-bottom;
}
.rupor:before {
  background: white url(/res/img/icons.svg) -150px 0px no-repeat;
  width: 59px;
  height: 48px;
  vertical-align: middle;
}
.basket:before {
  background: transparent url(/res/img/icons.svg) -150px -80px no-repeat;
  width: 60px;
  height: 50px;
  vertical-align: middle;
}
.help:before {
  background: white url(/res/img/icons.svg) -150px -160px no-repeat;
  width: 60px;
  height: 60px;
  vertical-align: middle;
}
.rocket:before {
  background: transparent url(/res/img/icons.svg) -150px -330px no-repeat;
  width: 72px;
  height: 66px;
  vertical-align: middle;
}
.docs:before {
  background: white url(/res/img/icons.svg) -150px -420px no-repeat;
  width: 56px;
  height: 57px;
  vertical-align: middle;
}
.pseudo {
  content: '';
  display: block;
}
.button_red {
  cursor: pointer;
  background: #ED4949;
  border: none;
  color: white;
  padding: 13px 20px;
  font: 14px 'PT Sans Narrow', sans-serif;
  text-transform: uppercase;
  transition: .5s;
}
.button_red:hover {
  background: #bd1313;
}
.button_red:focus,
.button_red:active {
  background: #f27777;
}
button {
  cursor: pointer;
  background: #ED4949;
  border: none;
  color: white;
  padding: 13px 20px;
  font: 14px 'PT Sans Narrow', sans-serif;
  text-transform: uppercase;
  transition: .5s;
  position: relative;
  top: 45%;
  display: inline-block;
}
button:hover {
  background: #bd1313;
}
button:focus,
button:active {
  background: #f27777;
}
body {
  width: 100%;
  *zoom: 1;
}
body:before,
body:after {
  content: "";
  display: table;
}
body:after {
  clear: both;
}
#wrap {
  width: 100%;
  overflow-x: hidden;
}
main {
  max-width: 960px;
  margin: 0 auto;
  overflow: hidden;
}
header {
  width: 100%;
  height: 70px;
  margin-bottom: 40px;
  position: fixed;
  z-index: 100;
}
header #top {
  background: #F7F7F7;
  max-width: 960px;
  margin: 0 auto;
  height: 70px;
  line-height: 70px;
  position: relative;
  z-index: 10;
}
header #top:before,
header #top:after {
  content: '';
  display: block;
  position: absolute;
  background: #565656;
  height: 70px;
  width: 200%;
  right: 98%;
  z-index: 0;
}
header #top:after {
  left: 98%;
  right: auto;
  background-color: #ED4949;
}
header h1,
header nav,
header p {
  float: left;
  height: 70px;
  z-index: 1;
  position: relative;
}
header h1 {
  display: inline;
  float: left;
  width: 18.75%;
  margin: 0 1.04166667%;
  background: #565656;
  position: relative;
}
header h1 a {
  color: white;
  text-decoration: none;
  font-family: impact;
}
header h1 img {
  height: 21px;
  width: 112px;
  margin-top: 24px;
  margin-left: 20px;
}
header h1:after {
  content: '';
  border-top: 70px solid #565656;
  border-right: 40px solid transparent;
  position: absolute;
  z-index: 1;
  right: -40px;
  top: 0;
  -moz-transform: scale(0.9999);
}
header nav {
  display: inline;
  float: left;
  width: 56.25%;
  margin: 0 1.04166667%;
  margin: 0 auto;
  position: relative;
}
header nav ul {
  margin-left: 20px;
}
header nav li {
  float: left;
  width: 24%;
  text-align: center;
}
header nav li a {
  color: #343434;
  font: 16px 'PT Sans Narrow', sans-serif;
  text-transform: uppercase;
  text-decoration: none;
}
header nav li a:hover {
  border-bottom: 2px solid #ED4949;
}
header nav li#order a {
  display: inline-block;
  border: 2px solid #ED4949;
  padding: 10px 20px;
  position: relative;
  overflow: hidden;
  margin-top: 12px;
  transition: color .2s .1s;
}
header nav li#order a span {
  position: relative;
  z-index: 10;
}
header nav li#order a:before {
  transition: left .3s;
  content: '';
  display: block;
  width: 100%;
  height: 0;
  border-top: 70px solid #ED4949;
  border-right: 40px solid transparent;
  position: absolute;
  left: -100%;
  margin-left: -40px;
  top: 0;
  -moz-transform: scale(0.9999);
}
header nav li#order a:hover {
  color: #fff;
}
header nav li#order a:hover:before {
  left: 40px;
}
header p {
  display: inline;
  float: left;
  width: 18.75%;
  margin: 0 1.04166667%;
  float: right;
  background: #ED4949;
  color: white;
  position: relative;
  font: 24px/70px 'PT Sans Narrow', sans-serif;
  font-weight: 300;
  text-shadow: 1px 1px #ED4949;
  text-align: right;
}
header p small {
  font-size: 14px;
}
header p small:before {
  content: '';
  display: inline-block;
  margin-right: 10px;
}
header p small:before {
  background: transparent url(/res/img/icons.svg) -85px -100px no-repeat;
  width: 13px;
  height: 22px;
  vertical-align: text-bottom;
}
header p small.black:before {
  background: transparent url(/res/img/icons.svg) -85px -150px no-repeat;
  width: 13px;
  height: 22px;
  vertical-align: bottom;
}
header p a,
header p a:hover {
  color: white;
}
header p:before {
  content: '';
  border-bottom: 70px solid #ED4949;
  border-left: 40px solid transparent;
  position: absolute;
  z-index: 1;
  left: -40px;
  top: 0;
  -moz-transform: scale(0.9999);
}
footer {
  width: 100%;
  background: url(/res/img/photos/page_footer.jpg) no-repeat;
  background-size: cover;
  height: 280px;
  margin-top: 60px;
  border-bottom: 7px solid #ED4949;
  text-align: center;
  z-index: 11;
}
footer.low {
  background: none;
  height: 0;
}
body {
  font: 16px Arial;
  color: #343434;
}
body:after {
  content: '';
  display: block;
  position: fixed;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0;
  transition: opacity .5s;
}
body.shadow main,
body.shadow footer {
  transition: .3s;
}
body.shadow:after {
  display: block;
  top: 0;
  opacity: .85;
  transition: opacity .3s;
  z-index: 2;
}
a {
  color: #ED4949;
  text-decoration: none;
  transition: .2s;
  cursor: pointer;
}
a:hover {
  color: #bd1313;
}
main {
  display: block;
  width: 102.08333333%;
  margin: 0 -1.04166667%;
  *zoom: 1;
  margin: 140px auto 0!important;
}
main:before,
main:after {
  content: "";
  display: table;
}
main:after {
  clear: both;
}
main h2 {
  font: 38px/36px 'PT Sans Narrow', sans-serif;
}
main .header {
  display: inline;
  float: left;
  width: 97.91666667%;
  margin: 0 1.04166667%;
  margin-bottom: 10px;
}
main .header h1,
main .header h2,
main .header p {
  text-align: center;
}
main .header h1 {
  display: inline;
  float: left;
  width: 64.58333333%;
  margin: 0 1.04166667%;
  margin-left: 17.70833333%;
  margin-right: 17.70833333%;
  height: 210px;
  background: #D8D8D8 url("/res/img/photos/page_header.png") no-repeat;
  font: 68px/210px 'PT Sans Narrow', sans-serif;
  color: white;
  margin-bottom: 40px;
}
main .header h2 {
  font: 38px/44px 'PT Sans Narrow', sans-serif;
  margin-bottom: 20px;
}
main .header p {
  font: italic 14px/22px 'PT Sans Narrow', sans-serif;
  display: block;
}
main .content h2 {
  font: 24px/30px 'PT Sans Narrow', sans-serif;
  margin-bottom: 30px;
  margin-top: 50px;
}
main .content h3 {
  font-weight: bold;
  margin-bottom: 15px;
}
main .content p {
  font: 14px/22px Arial;
  margin-bottom: 15px;
}
main .content ul {
  margin-left: 9.375%;
}
main .content ul li {
  font: 14px/22px Arial;
  margin-bottom: 20px;
  position: relative;
}
main .content ul li:before {
  content: '';
  display: inline-block;
  margin-right: 10px;
}
main .content ul li:before {
  background: transparent url(/res/img/icons.svg) -84px -199px no-repeat;
  width: 17px;
  height: 17px;
  vertical-align: text-bottom;
}
main .content ul li:before {
  position: absolute;
  left: -30px;
  top: 2px;
}
main .content strong {
  font-weight: bold;
}
main .col4 {
  display: inline;
  float: left;
  width: 31.25%;
  margin: 0 1.04166667%;
}
main .col8 {
  display: inline;
  float: left;
  width: 64.58333333%;
  margin: 0 1.04166667%;
}
aside {
  font: 14px/22px Arial;
  text-align: right;
}
aside .block {
  display: inline;
  float: left;
  width: 72.91666667%;
  margin: 0 1.04166667%;
  margin-left: 26.04166667%;
  padding: 0 0 5px 0;
  margin: 80px 0 95px;
  border: 5px solid #EFEFEF;
  position: relative;
  float: right;
}
aside .block p {
  padding: 0 20px 15px;
  text-align: center;
}
aside .block h4 {
  text-align: center;
  font-weight: bold;
  margin-bottom: 15px;
}
aside h3 {
  font: bold 14px/22px Arial;
  margin-bottom: 15px;
}
header nav a {
  transition: none;
}
header nav a:hover {
  color: #DD2C2C;
}
header nav ul.contact > li > a[href*=contact] {
  border-bottom: 2px solid #ED4949;
}
header nav ul.projects > li > a[href*=projects] {
  border-bottom: 2px solid #ED4949;
}
header nav ul.production > li > a[href*=production] {
  border-bottom: 2px solid #ED4949;
}
.submenu {
  text-align: center;
  position: fixed;
  background-color: #F7F7F7;
  z-index: 1;
  top: -100%;
  left: 0;
  width: 100%;
  padding: 58px 0 70px;
  transition: top .3s, opacity .2s;
}
.submenu ul {
  margin-top: 15px;
}
.submenu span {
  font: 24px/32px 'PT Sans Narrow', sans-serif;
  text-transform: uppercase;
  color: #AFAFAF;
}
.submenu li {
  float: none;
  margin: 0 auto;
  margin-bottom: 8px;
  width: 100%;
  line-height: normal;
}
.submenu a {
  font: 20px/28px 'PT Sans Narrow', sans-serif;
  text-transform: none;
  color: #565656;
}
.submenu a:hover {
  color: #DD2C2C;
}
.nav .submenu {
  top: 70px;
  opacity: 1;
}
.request #request {
  left: 50%;
  opacity: 1;
}
#request {
  position: fixed;
  z-index: 100;
  background: #F7F7F7;
  max-width: 720px;
  top: 90px;
  left: -100%;
  opacity: 0;
  margin-left: -360px;
  padding: 50px 30px 50px 50px;
  transition: left .3s, opacity .2s;
}
#request h2 {
  font: 38px/40px 'PT Sans Narrow', sans-serif;
  text-align: center;
  margin-bottom: 20px;
}
#request .text,
#request .textarea {
  clear: both;
  overflow: hidden;
}
#request .text label,
#request .textarea label {
  float: left;
  font: bold 14px Arial;
  margin-bottom: 7px;
}
#request .text label span span,
#request .textarea label span span {
  color: #ED4949;
}
#request .text input,
#request .textarea input,
#request .text textarea,
#request .textarea textarea {
  display: block;
  font: 16px Arial;
  width: 256px;
  padding: 0 20px;
  margin: 5px 20px 8px 0;
  border: 2px solid #AFAFAF;
  background: #F7F7F7;
  transition: border-color 0.5s;
}
#request .text input:focus,
#request .textarea input:focus,
#request .text textarea:focus,
#request .textarea textarea:focus {
  border-color: #565656;
}
#request .text input,
#request .textarea input {
  height: 50px;
}
#request .text textarea,
#request .textarea textarea {
  width: 576px;
  height: 66px;
  padding: 15px 20px;
}
#request .textarea label {
  float: none;
}
#request .checkbox {
  clear: both;
  max-width: 640px;
}
#request .checkbox h3 {
  font: bold 14px Arial;
  margin-bottom: 15px;
}
#request .checkbox label {
  float: left;
  width: 320px;
  font: 14px Arial;
  margin-bottom: 15px;
  position: relative;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
#request .checkbox label:before {
  content: '';
  display: block;
  width: 13px;
  height: 13px;
  border: 2px solid #565656;
  float: left;
  margin-right: 10px;
  flex: none;
}
#request .checkbox label svg {
  position: absolute;
  width: 20px;
  height: 18px;
  left: 1px;
  top: -1px;
  opacity: 0;
}
#request .checkbox label input {
  visibility: hidden;
  width: 0;
  height: 0;
  position: absolute;
}
#request .checkbox label em {
  display: none;
}
#request .checkbox label.checked svg {
  opacity: 1;
  transition: opacity .2s;
}
#request .checkbox input {
  margin-right: 5px;
}
#request .btn {
  clear: both;
  text-align: center;
  margin-top: 13px;
}
#request .close {
  position: absolute;
  width: 38px;
  height: 38px;
  right: -10px;
  top: 10px;
  stroke: #888888;
  background: #EFEFEF;
  font: 14px 'PT Sans Narrow', sans-serif;
}
#request .close svg {
  position: relative;
  width: 24px;
  height: 24px;
  left: 8px;
  top: 8px;
  transition: transform .5s;
}
#request .close:hover {
  background: #343434;
}
#request .close:hover svg {
  stroke: white;
  transform: rotate(360deg);
}
.scheme .circle ellipse,
.scheme .circle circle {
  stroke: #BFBFBF;
  stroke-dasharray: 2.2;
  fill: #F8F8F8;
}
.scheme .circle text {
  font: normal 14px/17px 'PT Sans Narrow', sans-serif;
  fill: #333333;
  cursor: default;
}
.scheme .circle:hover ellipse,
.scheme .circle:hover circle {
  transition: .5s;
  fill: #ED4949;
  stroke: #ED4949;
  stroke-dasharray: 1;
}
.scheme .circle:hover text {
  fill: white;
}
.scheme #lines {
  stroke: #EFEFEF;
  stroke-width: 2;
  stroke-linecap: square;
  fill: none;
}
#index {
  position: absolute;
  display: flex;
  overflow: hidden;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
#index #side {
  height: 100%;
  width: 30%;
}
#index nav {
  display: inline;
  float: left;
  width: 6.25%;
  margin: 0 1.04166667%;
  position: fixed;
  display: block;
  height: 100px;
  width: 32px;
  top: 50%;
  left: 40px;
  margin-left: 9.375%;
  margin-top: -50px;
}
#index #up,
#index #down {
  background: url(/res/img/icons.svg) no-repeat;
  display: block;
  width: 32px;
  height: 35px;
  cursor: pointer;
  position: absolute;
}
#index #up {
  background-position: 0 -50px;
}
#index #down {
  bottom: 0;
  background-position: 0 -100px;
}
#slider {
  position: relative;
  padding: 110px 0 60px;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
#slider figure {
  position: relative;
  width: 100%;
  height: 0;
  transition: .5s;
  overflow: hidden;
  margin: 0;
  background-size: cover!important;
}
#slider figure#promotion {
  background: url("/res/img/photos/slider_promotion.jpg") no-repeat right bottom;
}
#slider figure#support {
  background: url("/res/img/photos/slider_support.jpg") no-repeat center center;
}
#slider figure#production {
  background: url("/res/img/photos/slider_production.jpg") no-repeat center center;
}
#slider figure#support a,
#slider figure#production a,
#slider figure#support p,
#slider figure#production p {
  color: white;
}
#slider figure.active {
  height: 100%;
  width: 100%;
}
#slider figure.active .text {
  opacity: 1;
}
#slider .text {
  position: absolute;
  top: 75px;
  left: 10%;
  opacity: 0;
  transition: .2s;
}
#slider p {
  color: #343434;
  font: 14px/22px Arial;
  margin-bottom: 18px;
}
#slider h2 {
  margin-bottom: 37px;
  text-decoration: none;
  font: 40px/36px 'PT Sans Narrow', sans-serif;
}
#slider h2 a {
  color: #343434;
}
footer.low {
  position: fixed;
  bottom: 0;
}
@media only screen and (max-device-width: 640px) {
  #side {
    position: absolute;
    width: 100% !important;
    bottom: 0;
    z-index: 10;
  }
  #side nav {
    position: initial;
    width: auto;
    height: auto;
    top: auto;
    left: auto;
  }
  #side #up,
  #side #down {
    transform: rotate(90deg);
    bottom: 20px;
  }
  #side #up {
    right: 20px;
  }
  #side #down {
    left: 20px;
  }
  #slider {
    margin: 126px 0 0 0;
    padding: 0;
    height: auto;
    overflow: hidden;
    position: relative;
  }
  #slider figure {
    position: absolute;
    float: left;
    width: 100%;
    height: 100%;
    opacity: 0;
    left: 0;
    top: 0;
    transition: background-position 10s cubic-bezier(0.17, 0.84, 0.44, 1), opacity 0.5s;
  }
  #slider figure .text {
    top: 50px;
    width: 85%;
  }
  #slider figure.active {
    width: 100%;
    opacity: 1;
  }
  #slider figure.active .text h2,
  #slider figure.active .text p {
    opacity: 1;
    transition: 1s;
  }
  #slider figure.active .text h2 {
    transition-delay: 1.5s;
  }
  #slider figure.active .text p {
    transition-delay: 0.5s;
  }
  #slider figure#promotion {
    background-position: 50% bottom;
  }
  #slider figure#promotion.active {
    background-position: 100% bottom;
  }
  #slider figure#support {
    background-position: 30% bottom;
  }
  #slider figure#support.active {
    background-position: 80% bottom;
  }
  #slider figure#production {
    background-position: 00% center;
  }
  #slider figure#production.active {
    background-position: 50% center;
  }
  #slider br {
    display: none;
  }
  #slider h2 {
    font: 25px/32px 'PT Sans Narrow', sans-serif;
    margin-bottom: 34px;
    opacity: 0;
  }
  #slider p {
    opacity: 0;
    font: 13px/20px 'PT Sans Narrow', sans-serif;
  }
}
#production .dev_rupor {
  text-align: center;
  margin: 60px 0 40px;
}
#production .dev_rupor:before {
  margin-top: -37px;
}
#contact .header h1 {
  background-image: url("/res/img/contacts.jpg");
  height: 207px;
}
#contact #map {
  display: inline;
  float: left;
  width: 97.91666667%;
  margin: 0 1.04166667%;
  height: 380px;
}
#contact #map1 {
  height: 400px;
}
#contact .maplabel {
  background: #616161;
  color: white;
  font: 11px/22px Helvetica, Arial !important;
  text-align: center;
}
#contact .content h1,
#contact .content p,
#contact .content div {
  text-align: center;
}
#contact .content h1 {
  font: 38px/40px 'PT Sans Narrow', sans-serif;
  margin-bottom: 34px;
}
#contact .content p {
  font: 15px/24px Arial;
}
#contact .content p strong {
  display: block;
}
#contact .content .contacts {
  margin-bottom: 36px;
}
#contact .content .contacts a {
  display: inline-block;
  margin-right: 55px;
}
#projects .header h1 {
  background-image: url("/res/img/photos/page_header-projects.png");
}
#projects article {
  display: inline;
  float: left;
  width: 31.25%;
  margin: 0 1.04166667%;
  height: 200px;
  margin-bottom: 20px;
}
#projects article a {
  display: block;
  overflow: hidden;
  text-align: left;
  padding: 30px;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  border: 5px solid #EFEFEF;
  vertical-align: middle;
  position: relative;
  transition: border-color 0.2s;
}
#projects article a:hover {
  border-color: #ED4949;
}
#projects article div {
  position: absolute;
  top: 30px;
  bottom: 30px;
  right: 30px;
  left: 30px;
  margin: auto;
  background: url(/res/img/logo/realkamchatka@2x.jpg) center no-repeat;
  background-size: 117px 110px;
  transition: .1s;
  text-align: center;
  font: 12px/16px Arial;
  color: #212121;
}
#projects article em,
#projects article p {
  margin-left: -100%;
  opacity: 0;
  transition: .2s;
}
#projects article em {
  font-style: normal;
  display: block;
  margin: 30px 0 15px;
  color: #ED4949;
}
#projects article p {
  font: 12px/18px Arial;
  color: #212121;
  margin-bottom: 15px;
  width: 100%;
}
#projects article.idea a {
  font: normal 18px/23px 'PT Sans Narrow', sans-serif;
  color: #565656;
  height: 100%;
  transition: .2s;
  text-align: center;
}
#projects article.idea a:before {
  background: transparent url(/res/img/icons.svg) -151px -250px no-repeat;
  width: 45px;
  height: 52px;
  vertical-align: middle;
}
#projects article.idea a:before {
  display: block;
  content: '';
  margin: 21px auto 20px;
}
#projects article.furfur div {
  background: url(/res/img/logo/furfur@2x.png) center no-repeat;
  background-size: 230px 51px;
}
#projects article.vityaz-aero div {
  background: url(/res/img/logo/vityaz-aero@2x.png) center 18px no-repeat;
  background-size: 116px 63px;
  padding-top: 90px;
}
#projects article.vityaz-avto div {
  background-image: url(/res/img/logo/vityaz-avto@2x.png);
  background-size: 203px 110px;
}
#projects article.vityaz-travel div {
  background-image: url(/res/img/logo/vityaz-travel@2x.png);
  background-size: 115px 110px;
}
#projects article.itc div {
  background-image: url(/res/img/logo/itc@2x.jpg);
  background-size: 220px 26px;
}
#projects article.perfectfloors div {
  background-image: url(/res/img/logo/perfectfloors@2x.png);
  background-size: 221px 50px;
}
#projects article.gosuslugi41 div {
  background-image: url(/res/img/logo/gosuslugi41@2x.png);
  background-size: 221px 52px;
}
#projects article.realkamchatka div {
  background-image: url(/res/img/logo/realkamchatka@2x.jpg);
  background-size: 118px 110px;
}
#projects article.roskam-n div {
  background-image: url(/res/img/logo/roskam-n@2x.jpg);
  background-size: 144px 111px;
}
#projects article.active div,
#projects article:hover div {
  right: -100%;
  opacity: 0;
}
#projects article.active p,
#projects article:hover p,
#projects article.active em,
#projects article:hover em {
  margin-left: 0;
  transition: .2s;
  opacity: 1;
}
#support .trust ol {
  display: block;
  width: 103.125%;
  margin: 0 -1.5625%;
  *zoom: 1;
  margin-top: 25px;
}
#support .trust ol:before,
#support .trust ol:after {
  content: "";
  display: table;
}
#support .trust ol:after {
  clear: both;
}
#support .trust ol li {
  display: inline;
  float: left;
  width: 46.875%;
  margin: 0 1.5625%;
  position: relative;
}
#support .trust ol a {
  display: block;
  height: 44px;
  margin-bottom: 20px;
  border: 1px solid #EFEFEF;
  padding: 18px 25px;
}
#support .trust ol a svg {
  display: inline-block;
  margin-right: 14px;
  position: absolute;
}
#support .trust ol a span {
  color: #565656;
  font: bold 18px/20px 'PT Sans Narrow', sans-serif;
  margin-left: 52px;
  display: inline-block;
}
#support .tariff {
  margin: 40px 0 50px;
}
#support .tariff h3 {
  float: left;
  font: bold 20px/26px 'PT Sans Narrow', sans-serif;
}
#support .tariff p {
  line-height: 16px;
  float: right;
  margin-left: 70px;
  font-weight: bold;
  margin-bottom: 6px;
  text-align: right;
}
#support .tariff p span {
  display: block;
  font-weight: normal!important;
  color: #AFAFAF;
}
#support .tariff section {
  border: 5px solid #ED4949;
  overflow: hidden;
  padding: 25px 25px 10px;
  clear: both;
}
#support .tariff .col {
  width: 50%;
  padding: 0 10px;
  float: left;
  box-sizing: border-box;
}
#support .tariff h4 {
  font: bold 14px/22px Arial;
  padding-bottom: 5px;
  margin-bottom: 12px;
  border-bottom: 1px solid #EFEFEF;
}
#support .tariff ol li {
  font: 12px/14px Arial;
  padding: 0 0 15px 0;
  position: relative;
}
#support .tariff ol li.plus,
#support .tariff ol li.yes {
  padding-left: 25px;
}
#support .tariff ol li.plus:before,
#support .tariff ol li.yes:before {
  display: block;
  width: 15px;
  height: 15px;
  background: #ED4949;
  color: white;
  border-radius: 50%;
  text-align: center;
  font: 15px/16px Arial;
  position: absolute;
  left: 0;
  margin-top: -1px;
}
#support .tariff ol li.plus.plus:before,
#support .tariff ol li.yes.plus:before {
  content: '+';
}
#support .tariff ol li.plus.yes:before,
#support .tariff ol li.yes.yes:before {
  content: '';
  background: #ED4949 url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAQCAQAAACxD+fXAAAAiElEQVQoU4XOMRJAMBCF4RRGrXALXc6h16R2Dr0iWpfhLG6gUpl5Ythkhay/3HzDU0oIhfR6EY0VrUxKLDgbkadIhhlUTccqQoMnlk4ddjSMGE8mZETOPHODt5ssKK9T5Z4RmB8MR3X4eMOYcT+gjOIxFrIq7sVosMBosMD44CR7Dv5k/Q9JdQCsncZnfWbJGQAAAABJRU5ErkJggg==') center no-repeat;
  background-size: 9px 8px;
}
#support .tariff ol li.line {
  padding-top: 15px;
  margin-top: 5px;
  border-top: 1px solid #EFEFEF;
}
#support .support_rocket {
  float: right;
  text-align: center;
}
#support .support_rocket h3 {
  margin-top: 2px;
  padding: 0 10%;
}
#support .support_rocket:before {
  margin-top: -45px;
  background-color: white;
  border: 13px solid white;
  text-align: center;
}
#support .support_rocket.plankton {
  margin-top: 360px;
}
#support .support_rocket.shrimp {
  margin-top: 430px;
}
#gov .trust ol {
  display: block;
  width: 103.125%;
  margin: 0 -1.5625%;
  *zoom: 1;
  margin-top: 25px;
}
#gov .trust ol:before,
#gov .trust ol:after {
  content: "";
  display: table;
}
#gov .trust ol:after {
  clear: both;
}
#gov .trust ol li {
  display: inline;
  float: left;
  width: 46.875%;
  margin: 0 1.5625%;
  position: relative;
}
#gov .trust ol a {
  display: block;
  background: url(/res/img/kam_gerb.png) 15px center no-repeat;
  background-size: 30px 36px;
  height: 44px;
  margin-bottom: 20px;
  border: 5px solid #EFEFEF;
  padding: 18px 10px 18px 60px;
  color: #343434;
  font: bold 14px/22px Arial;
}
#gov aside .block {
  position: relative;
}
#gov aside svg {
  padding: 8px 17px 10px;
  background: white;
  position: absolute;
  top: -39px;
  left: 50%;
  margin-left: -45px;
}
#gov aside h3 {
  margin: 50px 0 15px;
  text-align: center;
}
#gov .docs {
  text-align: center;
}
#gov .docs:before {
  margin-top: -45px;
}
#sсheme_gov .circle:hover {
  cursor: default;
}
#sсheme_gov .circle:hover ellipse,
#sсheme_gov .circle:hover circle {
  transition: .5s;
  fill: #ED4949;
  stroke: #ED4949;
  stroke-dasharray: 1;
}
#sсheme_gov .circle:hover text {
  fill: white;
}
#promotion .basket {
  text-align: center;
  margin: 55px 0 110px;
}
#promotion .basket:before {
  margin-top: -37px;
}
#promotion .help {
  text-align: center;
  margin: 0 0 30px 0;
}
#promotion .help:before {
  margin-top: -43px;
}
#promotion .dev_rupor {
  text-align: center;
}
#promotion .dev_rupor:before {
  margin-top: -37px;
  background-color: white;
  border: 13px solid white;
  text-align: center;
}
#sсheme_dev {
  display: inline;
  float: left;
  width: 97.91666667%;
  margin: 0 1.04166667%;
  margin-top: 40px;
}
#sсheme_dev li {
  border: 1px solid gray;
  border-radius: 50%;
  width: 125px;
  height: 125px;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  select,
  textarea,
  input {
    font-size: 16px!important;
  }
}
@media only screen and (max-device-width: 640px) {
  .nomobile {
    display: none;
  }
  header #top {
    height: 127px;
  }
  header #top:before,
  header #top:after {
    width: 0;
  }
  header #top h1,
  header #top p {
    box-sizing: border-box;
    margin: 0;
    height: 65px;
    line-height: 65px;
  }
  header #top h1:before,
  header #top p:before,
  header #top h1:after,
  header #top p:after {
    border-top-width: 65px;
    border-bottom-width: 65px;
  }
  header #top h1 {
    width: 55%;
  }
  header #top p {
    width: 45%;
    padding-right: 20px;
    font: 19px/65px 'PT Sans Narrow', sans-serif;
  }
  header #top p small {
    font-size: 11px;
  }
  header #top p a {
    color: white;
  }
  header #top p:after {
    content: '';
    display: block;
    width: 3px;
    background: #F7F7F7;
    position: absolute;
    height: 89px;
    z-index: 100;
    left: -22px;
    transform: rotate(30deg);
    top: -10px;
  }
  header #top nav {
    top: 65px;
    left: 0;
    width: 100%;
    float: none;
    position: absolute;
  }
  header #top nav ul {
    margin: 0;
  }
  header #top nav ul li {
    width: 33%;
  }
  header #top nav ul li a {
    cursor: pointer;
  }
  header #top #order {
    display: none;
  }
  .nav .submenu {
    top: 95px;
  }
  .submenu a {
    font: 16px/40px 'PT Sans Narrow', sans-serif;
  }
  main {
    margin-top: 127px!important;
    width: 100%;
    margin: 0;
  }
  main .header {
    width: 100%;
    margin: 0;
  }
  main .header h1 {
    margin: 0 0 37px 0!important;
    width: 100%!important;
    height: 120px!important;
    font: 44px/120px 'PT Sans Narrow', sans-serif !important;
  }
  main .content h1 {
    font: 21px/27px 'PT Sans Narrow', sans-serif !important;
  }
  main .content p {
    font: 12px/24px Arial !important;
    margin-bottom: 30px;
  }
  main .content a {
    font: 12px/24px Arial;
    margin: 0 15px!important;
  }
  main .content button {
    margin-top: 30px;
  }
  #projects .projects article {
    display: inline;
    float: left;
    width: 97.91666667%;
    margin: 0 1.04166667%;
    margin-bottom: 10px;
  }
  #production .content,
  #support .content,
  #gov .content,
  #promotion .content,
  #production .header,
  #support .header,
  #gov .header,
  #promotion .header {
    width: 100%;
    margin: 0;
    box-sizing: border-box;
  }
  #production .col4,
  #support .col4,
  #gov .col4,
  #promotion .col4 {
    display: none;
  }
  #sсheme_dev {
    display: none;
  }
  footer {
    margin-top: 20px;
  }
  main .header h2 {
    font: 26px/28px 'PT Sans Narrow', sans-serif;
    margin-bottom: 15px;
  }
  main .header p {
    padding: 0 20px;
  }
  main .header p br {
    display: none;
  }
  main .content {
    padding: 0 20px;
  }
  main .content h2 {
    margin: 30px 0 20px;
  }
  main .content ul li,
  main .content p {
    font: 12px/24px Arial;
    margin-bottom: 10px;
  }
  #support .tariff h3 {
    font-size: 18px;
  }
  #support .tariff section {
    padding: 10px 5px;
  }
  #support .tariff section .col {
    padding: 0 5px;
  }
  #support .tariff p,
  #support .tariff span {
    margin-left: 10px;
    line-height: 12px;
  }
  #support .tariff ol li {
    margin-bottom: 0;
  }
  .request #request {
    left: 0;
  }
  #request {
    width: 100%;
    box-sizing: border-box;
    position: fixed;
    overflow: hidden;
    bottom: 0;
    top: 0;
    left: -100%;
    margin: 0;
    padding: 0 17px 0;
    transition: left .2s;
  }
  #request a.close {
    display: block;
    left: 0;
    top: 20px;
    position: relative;
    background: none;
  }
  #request form {
    overflow-y: scroll;
    overflow-x: hidden;
    height: 100%;
  }
  #request button {
    margin-bottom: 20px;
  }
  #request h2 {
    font: 26px/45px 'PT Sans Narrow', sans-serif;
    margin: 0 0 15px 0;
  }
  #request label {
    font-size: 11px;
  }
  #request em {
    font-style: normal;
    display: inline-block !important;
  }
  #request .text input,
  #request .textarea textarea {
    font: 15px/40px Arial;
    width: 100%;
    box-sizing: border-box;
  }
  #request .textarea label {
    font: normal 11px/12px Arial;
  }
  #request .textarea textarea {
    line-height: 18px!important;
  }
  #request .text label {
    width: 100%;
    font: normal 11px/12px Arial;
  }
  #request .checkbox label {
    display: flex;
    width: 47%;
    box-sizing: border-box;
    margin-bottom: 20px;
    font: normal 11px/16px Arial;
  }
  #request .checkbox label input {
    margin: 0;
    position: absolute;
  }
  #request .checkbox label em {
    white-space: nowrap;
  }
  #request .checkbox label:before {
    flex: none;
  }
  #request .checkbox span {
    display: none;
  }
  #request .req_contacts {
    position: relative;
  }
  #request .req_contacts .req_phone,
  #request .req_contacts .req_email {
    width: 75%!important;
  }
  #request .req_contacts .req_phone span,
  #request .req_contacts .req_email span {
    display: none;
  }
  #request .req_contacts .req_phone.focus,
  #request .req_contacts .req_email.focus,
  #request .req_contacts .req_phone:focus,
  #request .req_contacts .req_email:focus,
  #request .req_contacts .req_phonefocus:active,
  #request .req_contacts .req_emailfocus:active {
    z-index: 2!important;
  }
  #request .req_contacts .req_phone {
    position: relative;
    z-index: 1;
    padding-bottom: 35px;
    margin-right: 25%;
  }
  #request .req_contacts .req_email {
    position: absolute;
    top: 35px;
    right: 0;
    z-index: 0;
    margin-left: 25%;
  }
  #request .req_contacts .req_email input {
    margin-bottom: 0;
  }
  #request .req_contacts .req_email em {
    font: normal 11px/12px Arial;
    float: right;
  }
}
/*# sourceMappingURL=main.css.map */