@font-face {
  font-family: 'Open Sans Condensed';
  src: local("Open Sans Cond Light"), local("OpenSans-CondensedLight"), url("../fonts/OpenSansCondensed/opensanscondlight.woff2") format("woff2"), url("../fonts/OpenSansCondensed/opensanscondlight.woff") format("woff"), url("../fonts/OpenSansCondensed/opensanscondlight.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Open Sans Condensed';
  src: local("Open Sans Cond Light Italic"), local("OpenSans-CondensedLightItalic"), url("../fonts/OpenSansCondensed/opensanscondlightitalic.woff2") format("woff2"), url("../fonts/OpenSansCondensed/opensanscondlightitalic.woff") format("woff"), url("../fonts/OpenSansCondensed/opensanscondlightitalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: 'Open Sans Condensed';
  src: local("Open Sans Condensed Bold"), local("OpenSans-CondensedBold"), url("../fonts/OpenSansCondensed/opensanscondensedbold.woff2") format("woff2"), url("../fonts/OpenSansCondensed/opensanscondensedbold.woff") format("woff"), url("../fonts/OpenSansCondensed/opensanscondensedbold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
/*Default settings*/
* {
  box-sizing: border-box;
}

html,
body {
  height: 100%;
}

body {
  font-family: "Open Sans Condensed";
  font-size: 14px;
  margin: 0;
  padding: 0;
  color: #fff;
}

.container {
  max-width: 1030px;
  padding: 0px 15px;
  margin: auto;
  position: relative;
}

.substrate {
  position: absolute;
  display: block;
  margin: auto;
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  opacity: 0.3;
  z-index: 2;
}

input {
  font-family: "Open Sans Condensed";
}

a {
  color: #0D1C37;
}

p {
  margin: 0 0 10px 0;
}

img {
  max-width: 100%;
  height: auto;
}

label {
  font-weight: normal;
}

h1 {
  font-size: 32px;
}

h2 {
  font-size: 24px;
}

h3 {
  font-size: 20px;
}

input, textarea, button {
  outline: none;
}

.clear {
  clear: both;
}

::-webkit-input-placeholder {
  color: #6a6a6a;
  text-align: center;
  font-family: "Open Sans Condensed";
  font-weight: bold;
  font-size: 18px;
}

::-moz-placeholder {
  color: #6a6a6a;
  text-align: center;
  font-family: "Open Sans Condensed";
  font-weight: bold;
  font-size: 18px;
}

/* Firefox 19+ */
:-moz-placeholder {
  color: #6a6a6a;
  text-align: center;
  font-family: "Open Sans Condensed";
  font-weight: bold;
  font-size: 18px;
}

/* Firefox 18- */
:-ms-input-placeholder {
  color: #6a6a6a;
  text-align: center;
  font-family: "Open Sans Condensed";
  font-weight: bold;
  font-size: 18px;
}

body:not(.home) #page {
  background-position: center -292px;
}
body.single-product #page {
  background-position: center -408px;
}

#page {
  overflow: hidden;
  position: relative;
  min-height: 100%;
  background-image: url("../images/fon-top.jpg");
  background-repeat: no-repeat;
  background-color: #000;
  background-position: center top;
}
@media only screen and (max-width: 880px) {
  #page {
    background-image: none;
  }
}

@media only screen and (min-width: 881px) {
  .wrapper {
    padding-bottom: 72px;
  }
}
@media only screen and (max-width: 880px) {
  .wrapper {
    padding-top: 70px;
  }
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.content {
  padding: 105px 0px 30px 0px;
}
@media only screen and (max-width: 767px) {
  .content {
    padding-top: 20px;
  }
}

@media only screen and (min-width: 881px) {
  .mobile-menu {
    display: none;
  }
}
@media only screen and (max-width: 880px) {
  .mobile-menu {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    background: #0d1c37;
    z-index: 999;
    box-shadow: 0px 1px 2px 0px #939393;
  }
  .mobile-menu .menu-btn {
    width: 45px;
    float: left;
    text-align: center;
    padding: 6px 0px;
    text-transform: uppercase;
    cursor: pointer;
    margin-top: 9px;
  }
  .mobile-menu .icon-bar {
    display: block;
    width: 29px;
    height: 2px;
    border-radius: 1px;
    background-color: #fff;
    margin-left: auto;
    margin-right: auto;
  }
  .mobile-menu .mobile-menu__image {
    width: 58px;
    display: block;
    margin: 4px 0px 0px 15px;
  }
  .mobile-menu .icon-bar + .icon-bar {
    margin-top: 4px;
  }
  .mobile-menu .btn_title {
    font-size: 10px;
    display: block;
    margin-top: 3px;
    color: #fff;
  }
  .mobile-menu .mobile-menu__callback {
    float: right;
    margin-right: 10px;
  }
  .mobile-menu .mobile-menu__callback-link {
    width: 40px;
    height: 40px;
    display: block;
    padding-top: 5px;
    text-align: center;
    background: #0D1C37;
    border: 1px solid #fff;
    margin-top: 6px;
    line-height: 40px;
    border-radius: 3px;
  }
}

@media only screen and (min-width: 881px) {
  .header {
    padding: 5px 0px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.65);
    z-index: 20;
  }
  .header .header__l {
    float: left;
    width: 24%;
    min-height: 1px;
  }
  .header .header__c {
    float: left;
    width: 51%;
  }
  .header .header__r {
    float: right;
    width: 49%;
    text-align: right;
    margin-top: 3px;
  }
}

@media screen and (max-width: 1110px) and (min-width: 881px) {
  .header .header__r {
    width: 260px;
  }
  .header .header__c {
    width: 68%;
    padding-top: 15px;
  }
  .send {
    margin-top: 12px;
  }
  .opros {
    margin-top: 10px;
  }
}

.menu {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
@media only screen and (min-width: 881px) {
  .menu {
    text-align: left;
  }
  .menu:before, .menu:after {
    content: "";
    display: table;
  }
  .menu:after {
    clear: both;
  }
  .menu .menu__item {
    display: inline-block;
    text-align: right;
    margin-left: 3px;
  }
  .menu .menu__item:first-child {
    margin-left: 0;
  }
  .menu .menu__item:last-child:after {
    content: none;
  }
  .menu .menu__item:after {
    content: "|";
    display: inline-block;
    margin-left: 5px;
    color: #fff;
  }
  .menu .menu__link {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    padding: 2px 0px 4px;
    display: inline-block;
    border-bottom: 1px solid transparent;
  }
  .menu .menu__link:hover, .menu .current-menu-item .menu__link {
    border-bottom-color: #fff;
  }
}

@media only screen and (max-width: 880px) {
  .menu {
    margin: 0px -15px;
  }
  .menu .menu__item {
    display: block;
    padding: 0px;
  }
  .menu .menu__item:first-child .menu__link {
    border-top: 1px solid #173160;
  }
  .menu .menu__item.menu__item_active .menu__link {
    background: #173160;
  }
  .menu .menu__link {
    display: block;
    border-bottom: 1px solid #173160;
    color: #fff;
    text-transform: uppercase;
  }
  .menu .menu__link:active {
    background: #173160;
  }
}

.send {
  display: inline-block;
  margin-left: 12px;
  vertical-align: middle;
}
@media only screen and (max-width: 880px) {
  .send {
    display: none;
  }
}

.callback {
  display: inline-block;
  margin-top: 1px;
  vertical-align: middle;
  margin-left: 5px;
}
@media only screen and (max-width: 880px) {
  .callback {
    display: none;
  }
}

div.search {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
div.search .search__field {
  width: 118px;
  height: 24px;
  font-weight: bold;
  color: #4c4c4c;
}
div.search .search__button {
  position: absolute;
  top: 0px;
  right: 0;
  background: url("../images/icon_srch.png") center center no-repeat;
  border: none;
  width: 33px;
  height: 24px;
  cursor: pointer;
}
@media only screen and (max-width: 880px) {
  div.search {
    display: block;
    width: 100%;
    margin: 20px 0px;
  }
  div.search .search__field {
    width: 100%;
    height: 35px;
  }
  div.search .search__button {
    height: 35px;
  }
}

.section.section_form {
  padding-top: 55px;
  padding-bottom: 52px;
}
.section.section_adv {
  background: #0D1C37;
  padding: 13px 0px 25px;
}
.section.section__bottom {
  padding: 60px 0px 94px;
  background: url("../images/fon-ftr.jpg") center center no-repeat;
}
.section .section__form {
  text-align: center;
  padding-left: 46%;
  margin-bottom: 100px;
}
.section .section__form h1 {
  margin-top: 0;
  font-size: 40px;
}
.section .section__form .form {
  max-width: 380px;
  padding: 23px 45px 8px 45px;
  margin: 57px auto 0px;
  border-top: 14px solid #0D1C37;
  border-bottom: 14px solid #0D1C37;
  background: rgba(0, 0, 0, 0.6);
  position: relative;
  left: 22px;
}
@media only screen and (max-width: 880px) {
  .section .section__form {
    padding-left: 0;
  }
  .section .section__form .form {
    left: 0;
  }
}
@media only screen and (max-width: 480px) {
  .section .section__form h1 {
    font-size: 32px;
  }
  .section .section__form .form {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.section .section__title {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 29px;
}
.section .section__desc {
  font-size: 18px;
  font-weight: bold;
  line-height: 26px;
}
.section .section__small {
  font-size: 39px;
  font-weight: bold;
  margin-bottom: 31px;
}
.section .section__large {
  font-size: 71px;
  font-weight: bold;
}
@media only screen and (max-width: 880px) {
  .section .section__small {
    font-size: 27px;
  }
  .section .section__large {
    font-size: 42px;
  }
}

.advs, .catalog {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: center;
  -ms-flex-pack: start;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  clear: both;
}
.advs:before, .advs:after, .catalog:before, .catalog:after {
  content: "";
  display: table;
}
.advs:after, .catalog:after {
  clear: both;
}

.adv {
  width: 20%;
  float: left;
}
.adv .adv__img {
  margin-bottom: 13px;
  display: inline-block;
}
.adv .adv__name {
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
}
@media only screen and (max-width: 880px) {
  .adv {
    width: 33.3333%;
    padding-bottom: 65px;
  }
}
@media only screen and (max-width: 480px) {
  .adv {
    width: 50%;
  }
}

@media only screen and (min-width: 881px) {
  body:not(.home) .footer {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 62px;
    border-top: 14px solid #0D1C37;
  }
}

.catalog {
  margin: 0px -4%;
}

.item {
  width: 33.3333%;
  float: left;
  text-align: center;
  padding: 0px 4%;
}
.item a {
  color: #fff;
  text-decoration: none;
}
.item a:hover {
  text-decoration: none;
}
.item .item__cnt {
  max-width: 240px;
  border: 2px solid #0D1C37;
  background: #0D1C37;
  margin: 0px auto 45px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.item .item__cnt:hover {
  background: #173160;
  border-color: #173160;
}
.item .item__cnt:hover .item__image img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.item .item__image {
  width: 100%;
  height: 240px;
  line-height: 240px;
  display: inline-block;
  background: #fff;
  position: relative;
  overflow: hidden;
}
.item .item__image img {
  max-height: 240px;
  vertical-align: middle;
  line-height: 240px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.item .item__name {
  padding: 10px 10px;
  font-size: 17px;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .item {
    width: 50%;
  }
}
@media only screen and (max-width: 480px) {
  .item {
    width: 100%;
  }
}

.product {
  padding-top: 8px;
}
.product .product__left {
  float: left;
  width: 25%;
}
.product .product__left a {
  width: 100%;
  height: 240px;
  line-height: 240px;
  display: inline-block;
  background: #fff;
  text-align: center;
}
.product .product__left a img {
  max-height: 240px;
  vertical-align: middle;
  line-height: 240px;
}
.product .product__right {
  float: right;
  width: 75%;
  padding: 91px 0px 10px 28px;
}
.product .product__right h1 {
  margin: 0px 0px 20px 0px;
}
.product .product__desc {
  font-size: 18px;
  margin: 55px 0px 40px;
  line-height: 25px;
}
.product .product__desc p {
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .product .product__left {
    width: 240px;
    float: none;
    margin: 0px auto 20px;
  }
  .product .product__right {
    width: 100%;
    padding-top: 0;
    padding-left: 0;
  }
}

.pdf {
  padding: 0px 5px;
}
.pdf .pdf__icn {
  display: inline-block;
  vertical-align: middle;
}
.pdf .pdf_desc {
  display: inline-block;
  vertical-align: middle;
  padding: 8px 0px 0px 9px;
  font-size: 18px;
  font-weight: bold;
}
.pdf .pdf_desc a {
  color: #fff;
}
.pdf .pdf_desc a:hover {
  text-decoration: none;
}
@media only screen and (max-width: 640px) {
  .pdf .pdf_desc {
    font-size: 15px;
  }
  .pdf .pdf_desc a {
    display: block;
  }
}

.aurora {
  text-align: right;
  line-height: 12px;
}
.aurora a {
  color: #fff;
  text-decoration: none;
  font-size: 11px;
}
.aurora a:hover {
  text-decoration: underline;
}

.form.form_catalog {
  margin: 13px auto;
  max-width: 275px;
}
.form.form_catalog .form-group.form-group_button {
  text-align: center;
}
.form .form-group {
  max-width: 540px;
  width: 100%;
  margin: 0px auto 17px;
  position: relative;
}
.form .form-group.form-group_button {
  margin-top: 24px;
}
.form .form-group.form-group_error .form-group__field {
  border: 1px solid #da251d;
}
.form .form-group.form-group_success .form-group__field {
  border: 1px solid green;
}
.form .form-group .form-group__info {
  position: absolute;
  bottom: -17px;
  left: 0;
  width: 100%;
  color: red;
  text-align: left;
  padding: 0px 7px;
  font-size: 12px;
  font-weight: normal;
}
.form .form-group.form-group-title {
  font-size: 28px;
}
.form .form-group.form-group_file {
  padding-top: 15px;
}
.form .form-group .form-group__field {
  width: 100%;
  height: 35px;
  padding: 0px 10px;
  border: none;
  text-align: center;
  font-size: 17px;
  font-weight: bold;
}
.form .form-group .form-group__textarea {
  width: 100%;
  min-height: 130px;
  padding: 10px;
  border: none;
  font-size: 17px;
  font-weight: bold;
  max-width: 100%;
}
.form .form-group .form-group__field.errorText {
  border: 1px solid red;
}
.form .form-group .form-group__field.valid {
  border: 1px solid green;
}
.form .form-group .form-group__submit {
  font-family: "Open Sans Condensed";
  background: #0D1C37;
  cursor: pointer;
  border: none;
  padding: 6px 15px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
}
.form .form-group .form-group__submit:hover {
  background: #173160;
}
@media only screen and (max-width: 480px) {
  .form .form-group.form-group_file {
    margin-bottom: 35px;
  }
  .form .form-group .form-group_filelogo {
    display: block;
    margin-bottom: 20px;
  }
}
.form .form-group.form-group_file {
  padding-top: 15px;
}
.form .form-group .form-group__field {
  width: 100%;
  height: 41px;
  padding: 0px 10px;
}
.form .form-group .form-group__file {
  width: 0.1px;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.form .form-group .form-group__file + .form-group__file-label {
  background: #000000;
  color: #fff;
  transition: .2s;
  cursor: pointer;
  vertical-align: middle;
  padding: 8px 10px;
  font-size: 13px;
  font-weight: bold;
  white-space: nowrap;
  position: relative;
  max-width: 100%;
  width: 100%;
  display: inline-block;
  text-align: center;
  border: 2px dotted #0d1c37;
  overflow: hidden;
  text-overflow: ellipsis;
}
.form .form-group .form-group__file + .form-group__file-label:before {
  content: "";
  display: inline-block;
  margin-right: 5px;
  width: 19px;
  height: 23px;
  background: url("../images/upload.png") center center no-repeat;
  background-size: contain;
  display: inline-block;
  vertical-align: middle;
}
.form .form-group .form-group__file + .form-group__file-label span {
  display: inline-block;
  vertical-align: middle;
}
.form .form-group .form-group__file:focus + label, .form .form-group .form-group__file + label:hover {
  background-color: #686868;
}
.form .form-group .form-group__file:focus + label {
  outline: 1px dotted #000;
  outline: -webkit-focus-ring-color auto 5px;
}
@keyframes scaleAnimation {
  0% {
    opacity: 0;
    transform: scale(1.5);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes drawCircle {
  0% {
    stroke-dashoffset: 151px;
  }
  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes drawCheck {
  0% {
    stroke-dashoffset: 151px;
  }
  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

#successAnimationCircle {
  stroke-dasharray: 151px 151px;
  stroke: #128b1b;
}

#successAnimationCheck {
  stroke-dasharray: 36px 36px;
  stroke: #128b1b;
}

#successAnimationResult {
  fill: #128b1b;
  opacity: 0;
}

#successAnimation.animated {
  animation: 1s ease-out 0s 1 both scaleAnimation;
}
#successAnimationCircle {
animation: 1s cubic-bezier(0.77, 0, 0.175, 1) 0s 1 both drawCircle,
			0.3s linear 0.9s 1 both fadeOut;
}
  
#successAnimationCheck {
animation: 1s cubic-bezier(0.77, 0, 0.175, 1) 0s 1 both drawCheck,
			0.3s linear 0.9s 1 both fadeOut;
}
  
#successAnimationResult {
animation: 0.3s linear 0.9s both fadeIn;
}
.buy__message {
	font-size: 22px;
	text-transform: uppercase;
	font-weight: bold;
}
.buy__desc {
    margin-top: 20px;
    font-size: 16px;
    margin-bottom: 20px;
}
.bs_loading {
  position: relative;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  transition: .3s ease;
}
.bs_loading:before {
  content: "";
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
}
.bs_loading:after {
  content: "";
  width: 40px;
  height: 40px;
  background: url("../images/ajax.gif") center center no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  z-index: 99999;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.opros {
  float: right;
  margin-left: 12px;
  text-align: left;
}
.opros img {
  display: inline-block;
  vertical-align: middle;
}
.opros span {
  display: inline-block;
  vertical-align: middle;
  line-height: 13px;
}
@media only screen and (max-width: 880px) {
  .opros {
    display: none;
  }
}
.callback a, .send a, .opros a {
  text-decoration: none;
  color: #fff;
}
.callback a, .send a,
.callback img, .send img {
  display: inline-block;
  vertical-align: middle;
}