/* IMPORT STYLES */
@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700i&subset=latin-ext');
/* BASE */
html {
  font-size: 62.5%;
  height: 100%;
}

body {
  font-family: 'Roboto', sans-serif;
  font-size: 1.4rem;
  font-weight: normal;
  font-style: normal;
  background: #fff;
  color: #181818;
  height: 100%;
}

p {
  font-size: 1.4rem;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  line-height: 3rem;
  margin: 0;
}

strong {
  font-weight: 700;
  font-family: 'Roboto', sans-serif;
}

a {
  text-decoration: none;
  color: #181818;
}

ul {
  margin: 15px 0;
}

ul li {
  font-size: 1.4rem;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
}

a:hover {
  text-decoration: none;
  color: #ffd500;
}

:focus,
:active {
  outline: none;
  text-decoration: none;
}


@font-face {
    font-family: 'DejaVuSans-ExtraLight';
    src: url('../font/dejavusans-extralight-webfont.eot');
    src: url('../font/dejavusans-extralight-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/dejavusans-extralight-webfont.woff2') format('woff2'),
         url('../font/dejavusans-extralight-webfont.woff') format('woff'),
         url('../font/dejavusans-extralight-webfont.ttf') format('truetype'),
         url('../font/dejavusans-extralight-webfont.svg#dejavu_sansextralight') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'DejaVuSansCondensed-Bold';
    src: url('../font/dejavusanscondensed-bold-webfont.eot');
    src: url('../font/dejavusanscondensed-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/dejavusanscondensed-bold-webfont.woff2') format('woff2'),
         url('../font/dejavusanscondensed-bold-webfont.woff') format('woff'),
         url('../font/dejavusanscondensed-bold-webfont.ttf') format('truetype'),
         url('../font/dejavusanscondensed-bold-webfont.svg#dejavu_sanscondensed_bold') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
  font-family: "Flaticon";
  src: url("../font/Flaticon.eot");
  src: url("../font/Flaticon.eot?#iefix") format("embedded-opentype"), url("../font/Flaticon.woff") format("woff"), url("../font/Flaticon.ttf") format("truetype"), url("../font/Flaticon.svg#Flaticon") format("svg");
  font-weight: normal;
  font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: "Flaticon";
    src: url("../font/Flaticon.svg#Flaticon") format("svg");
  }
}

[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
[class^="flaticon-"]:after, [class*=" flaticon-"]:after {
  font-family: Flaticon;
  font-size: 2rem;
  font-style: normal;
  margin-right: 20px;
  display: inline-block;
  position: relative;
}

.flaticon-back:before {
  content: "\f100";
}

.flaticon-close:before {
  content: "\f101";
}

.flaticon-envelope:before {
  content: "\f102";
}

.flaticon-magnifying-glass:before {
  content: "\f103";
}

.flaticon-next:before {
  content: "\f104";
}

.flaticon-rubbish-bin:before {
  content: "\f105";
}

.flaticon-technology:before {
  content: "\f106";
}

/* HELPERS */
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

* html .clearfix {
  zoom: 1;
}

/* IE6 */
*:first-child + html .clearfix {
  zoom: 1;
}

/* IE7 */
/* COMPONENTS */
.breadcrumbs {
  position: absolute;
  top: 0;
  left: 15px;
  margin-top: 20px;
}

.breadcrumbs__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.breadcrumbs__list li {
  display: inline-block;
  margin-right: 20px;
  position: relative;
  font-size: 1.2rem;
  color: #7d8793;
  font-weight: 300;
  font-family: 'Roboto', sans-serif;
}

.breadcrumbs__list li a {
  font-size: 1.2rem;
  color: #7d8793;
  font-weight: 300;
  font-family: 'Roboto', sans-serif;
  display: inline-block;
}

.breadcrumbs__list li a:hover {
  color: #ffd500;
}

.breadcrumbs__list li:after {
  content: "\f104";
  font-family: "Flaticon";
  font-size: 0.8rem;
  color: #7d8793;
  font-weight: 300;
  display: inline-block;
  position: relative;
  top: 0;
  right: -10px;
}

.breadcrumbs__list li:last-of-type {
  margin-right: 0;
}

.breadcrumbs__list li:last-of-type:after {
  display: none;
}

.container--relative {
  position: relative;
}

.pagination {
  display: block;
  margin-top: 40px;
  text-align: center;
}

.pagination__list {
  list-style: none;
  margin: 0;
  display: inline-block;
  padding: 15px 0 0;
  border-top: 1px solid rgba(125, 135, 147, 0.4);
}

.pagination__list li {
  display: inline-block;
}

.pagination__list .prev a i:before {
  font-size: 1.2rem;
  margin-right: 2px;
  color: #7d8793;
  top: 0px;
}

.pagination__list .prev:hover a i:before {
  color: #ffd500;
}

.pagination__list .text a {
  display: inline-block;
  margin: 0 5px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  color: #7d8793;
}

.pagination__list .text a:hover {
  color: #181818;
}

.pagination__list .next a {
  display: inline-block;
}

.pagination__list .next a i:before {
  font-size: 1.2rem;
  margin-right: 0;
  margin-left: 2px;
  color: #7d8793;
  top: 0px;
}

.pagination__list .next:hover a i:before {
  color: #ffd500;
}

.link-deafult {
  color: #1e1c20;
  font-size: 1.2rem;
  text-transform: uppercase;
  background: #ffd500;
  border-radius: 30px;
  border: 0;
  padding: 10px 18px;
  font-family: 'Roboto', sans-serif;
  font-weight: 800;
  display: inline-block;
}

.link-deafult:hover {
  color: #fff;
  background: #ff4200;
}

.link-deafult.link-deafult--gray {
  background: #252525;
  font-size: 1.6rem;
  color: #fff;
}

.link-deafult.link-deafult--gray:hover {
  background: #b7b7b7;
}

.link-deafult.link-deafult--black {
  background: #252525;
  color: #fff;
  font-size: 1.6rem;
  padding: 10px 18px 8px;
}

.link-deafult.link-deafult--black i:before {
  color: #fff;
  margin: 0 0 0 9px;
  font-size: 1.2rem;
  top: -2px;
}

.link-deafult.link-deafult--black:hover {
  background: #ffd500;
  color: #1e1c20;
}

.link-deafult.link-deafult--black:hover i:before {
  color: #1e1c20;
}

.link-simple {
  font-size: 1.4rem;
  color: #7d8793;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  display: inline-block;
}

.link-simple:hover {
  color: #ffd500;
}

.form-control {
  border: 1px solid #a5acb4;
  height: 40px;
  box-shadow: none;
  border-radius: 2px;
  font-size: 1.2rem;
  color: #181818;
  font-family: 'Roboto', sans-serif;
}

textarea.form-control {
  height: 210px;
  resize: none;
}

.modal .modal-dialog {
  width: 964px;
}

.modal .modal-body {
  padding: 10px 0;
}

.modal .modal-border {
  border: 1px solid #acacac;
  border-radius: 6px;
  padding: 8px;
}

.modal .modal-content {
  padding: 15px;
}

.modal .modal-footer {
  border-top: 0;
  text-align: center;
}

.modal .modal-footer .link-deafult {
  margin-right: 15px;
  font-size: 0.9rem;
}

.modal .modal-footer .link-deafult.link-deafult--close {
  background: #d0d0d0;
}

.modal .modal-footer .link-deafult.link-deafult--close:hover {
  color: #1e1c20;
  background: #ffd500;
}

.modal .modal-header {
  padding: 32px 15px;
  border-bottom: 1px solid #acacac;
}

.modal .modal-header__model {
  position: relative;
  padding-left: 125px;
  padding-right: 180px;
}

.modal .modal-header__model__img {
  width: 98px;
  height: 91px;
  position: absolute;
  text-align: center;
  left: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.modal .modal-header__model__img img {
  max-height: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: relative;
}

.modal .modal-header__model__title {
  display: block;
  font-size: 1.6rem;
  font-family: 'Roboto', sans-serif;
  margin: 0;
}

.modal .modal-header__model__sub-title {
  display: block;
  font-size: 1.2rem;
  font-family: 'Roboto', sans-serif;
  margin: 8px 0 0;
}

.modal .modal-header__model__access {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 13px;
  font-family: 'Roboto', sans-serif;
  font-size: 1.8rem;
}

.modal .modal-body .table .input-content {
  width: 92px;
  float: right;
  border-radius: 6px;
  border: 1px solid #cccccc;
  position: relative;
  min-height: 28px;
}

.modal .modal-body .table .input-content__text {
  position: absolute;
  right: 25px;
  top: 5px;
  font-size: 1.2rem;
  color: #505050;
  font-family: 'Roboto', sans-serif;
}

.modal .modal-body .table .input-content__buttons {
  position: absolute;
  right: 5px;
  top: 0;
}

.modal .modal-body .table .input-content__buttons__link {
  position: absolute;
  border: 0;
  background: none;
}

.modal .modal-body .table .input-content__buttons__link.top-arrow {
  bottom: -13px;
  overflow: hidden;
  right: 0;
  height: 10px;
}

.modal .modal-body .table .input-content__buttons__link.top-arrow i:before {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  margin: 0;
  font-size: 0.9rem;
  font-weight: 700;
}

.modal .modal-body .table .input-content__buttons__link.top-arrow i {
  position: relative;
  top: -7px;
}

.modal .modal-body .table .input-content__buttons__link.bottom-arrow {
  top: 14px;
  right: -1px;
  height: 10px;
  overflow: hidden;
}

.modal .modal-body .table .input-content__buttons__link.bottom-arrow i:before {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  margin: 0;
  font-size: 0.9rem;
  font-weight: 700;
}

.modal .modal-body .table .input-content__buttons__link.bottom-arrow i {
  position: relative;
  top: -9px;
}

.modal .modal-body .table .input-content__input {
  width: 34px;
  float: left;
  margin-left: 6px;
  background: none;
  border: 0;
  margin-top: 4px;
  color: #181818;
  font-family: 'Roboto', sans-serif;
  font-size: 1.2rem;
  text-align: center;
}

.modal .modal-body .table td {
  border: 0;
  padding: 2px 5px;
  vertical-align: middle;
}

.modal .modal-body .table td span {
  font-size: 1.2rem;
  font-family: 'Roboto', sans-serif;
}

.modal .modal-body .table tr:nth-child(odd) {
  background: transparent;
}

.modal .modal-body .table tr:nth-child(n+3) {
  background-color: rgba(183, 183, 183, 0.18);
}

.modal .modal-body .table tr:nth-child(n+5) {
  background: transparent;
}

.modal .modal-body .table tr:nth-child(n+7) {
  background-color: rgba(183, 183, 183, 0.18);
}

.modal .modal-body .table tr:nth-child(n+9) {
  background: transparent;
}

.modal .modal-body .table tr:nth-child(n+11) {
  background-color: rgba(183, 183, 183, 0.18);
}

.modal .modal-body .table tr:nth-child(n+13) {
  background: transparent;
}

.modal .modal-body .table tr:nth-child(n+15) {
  background-color: rgba(183, 183, 183, 0.18);
}

.modal .modal-body .table tr:nth-child(n+17) {
  background: transparent;
}

.modal .modal-body .table tr:nth-child(n+19) {
  background-color: rgba(183, 183, 183, 0.18);
}

.modal .modal-body .table tr:nth-child(n+21) {
  background: transparent;
}

.modal .modal-body .table tr:nth-child(n+23) {
  background-color: rgba(183, 183, 183, 0.18);
}

.modal .modal-body .table tr:nth-child(n+25) {
  background: transparent;
}

.modal .modal-body .table tr:nth-child(n+27) {
  background-color: rgba(183, 183, 183, 0.18);
}

.modal .modal-body .table tr:nth-child(n+29) {
  background: transparent;
}

.modal .modal-body .table tr {
  width: 49%;
  float: left;
  margin-right: 1%;
}

.modal .modal-body .table tr:nth-child(2n) {
  margin-right: 0;
}

.modal .modal-body .table .left-side {
  float: left;
  margin-top: 4px;
}

.modal .modal-body .table .right-side {
  float: right;
}

/* LAYOUT */
.header-main {
  background: #0b0a0c url("../items/header_main.jpg") no-repeat center center;
  height: 716px;
}

.header-main__beam {
  padding: 7px 0;
  position: relative;
  text-align: right;
}

.header-main__phone {
  color: #acacac;
  font-weight: 300;
  font-family: 'Roboto', sans-serif;
  position: relative;
  top: -1px;
  font-size: 1.1rem;
}

.header-main__phone:before {
  content: "\f106";
  font-family: "Flaticon";
  color: #acacac;
  margin: 0 10px 0 0;
}

.header-main__mail {
  color: #acacac;
  font-weight: 300;
  font-family: 'Roboto', sans-serif;
  position: relative;
  top: -1px;
  font-size: 1.1rem;
}

.header-main__search {
  margin-left: 15px;
  display: inline-block;
  position: relative;
  top: 1px;
  z-index: 2;
}

.header-main__search__call-to {
  border: 0;
  background: none;
  padding: 0;
  margin: 0;
}

.header-main__search__call-to i:before {
  margin: 0 5px;
  color: #acacac;
  font-size: 1.3rem;
  top: -1px;
  font-weight: 700;
}

.header-main__search__call-to:hover i:before {
  color: #ffd500;
}

.header-main__search__call-to.current i:before {
  color: #ffd500;
}

.header-main__search__call-to::after {
  content: "/";
  color: #acacac;
  font-weight: 300;
  font-family: 'Roboto', sans-serif;
  display: inline-block;
  font-size: 1.5rem;
}

.header-main__search__field {
  display: none;
  position: absolute;
  top: 29px;
}

.header-main__search__field input {
  background: #201f24;
  border: 1px solid #2e2b33;
  padding: 0 28px 0 8px;
  height: 34px;
  color: #acacac;
  font-size: 1.2rem;
  position: relative;
}

.header-main__search__field__call-to {
  border: 0;
  background: none;
  padding: 0;
  margin: 0;
  position: absolute;
  right: 5px;
  top: 8px;
}

.header-main__search__field__call-to i:before {
  margin: 0 5px;
  color: #acacac;
  font-size: 1.3rem;
  top: -1px;
  font-weight: 700;
}

.header-main__search__field__call-to:hover i:before {
  color: #ffd500;
}

.header-main__language {
  margin-left: 4px;
  display: inline-block;
}

.header-main__language__link {
  margin-right: 5px;
  font-family: 'Roboto', sans-serif;
  position: relative;
  padding-left: 22px;
  text-transform: uppercase;
  color: #acacac;
  font-size: 1.2rem;
  font-weight: 600;
  opacity: 0.8;
  display: inline-block;
}

.header-main__language__link .icon-flag {
  position: absolute;
  left: 0;
  top: 1px;
  display: inline-block;
  height: 11px;
  width: 16px;
}

.header-main__language__link .flag-pl {
  background: url("../items/pl.jpg") no-repeat 0 0;
}

.header-main__language__link .flag-en {
  background: url("../items/en.jpg") no-repeat 0 0;
}

.header-main__language__link .flag-ru {
  background: url("../items/ru.jpg") no-repeat 0 0;
}

.header-main__language__link:hover {
  opacity: 1;
  color: #acacac;
}

.header-main__language__link:last-of-type {
  margin-right: 0;
}

.header-main__nav {
  position: relative;
  text-align: right;
  margin-top: 30px;
}

.header-main__nav .logo {
  position: absolute;
  left: 0;
}

.header-main__nav .logo img {
  width: 288px;
  height: 49px;
}

.header-main__nav__list {
  display: inline-block;
  margin-top: 12px;
}

.header-main__nav__list__link {
  list-style: none;
  padding: 0;
  margin: 0;
}

.header-main__nav__list__link li {
  display: inline-block;
  margin-right: 25px;
}

.header-main__nav__list__link li a {
  color: #fff;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
}

.header-main__nav__list__link li a:hover {
  color: #ffd500;
}

.header-main__nav__list__link li .dropdown {
  border: 0;
}

.header-main__nav__list__link li .dropdown .btn {
  color: #fff;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  background: none;
  padding: 0;
  margin: 0;
  box-shadow: none;
  border: 0;
}

.header-main__nav__list__link li .dropdown .caret {
  margin-left: 1px;
  top: -1px;
  position: relative;
}

.header-main__nav__list__link li .dropdown .dropdown-menu {
  background: #ffd500;
  border-radius: 0;
  width: 195px;
  min-width: auto;
}

.header-main__nav__list__link li .dropdown .dropdown-menu li {
  display: block;
  border-bottom: 1px solid rgba(30, 28, 32, 0.23);
  margin: 0 14px;
}

.header-main__nav__list__link li .dropdown .dropdown-menu li a {
  text-transform: uppercase;
  color: #1e1c20;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  padding: 10px 0;
  white-space: normal;
}

.header-main__nav__list__link li .dropdown .dropdown-menu li a:hover {
  background: none;
  color: #fff;
}

.header-main__nav__list__link li .dropdown .dropdown-menu li:last-of-type {
  border-bottom: 0;
}

.header-main__nav__list__link li .dropdown:hover .btn,
.header-main__nav__list__link li .dropdown:hover .caret {
  color: #ffd500;
}

.header-main__nav__list__link li:last-of-type {
  margin-right: 0;
}

.header-main__wall {
  margin-top: 13%;
  position: relative;
}

.header-main__wall__before {
  position: absolute;
  top: 0;
  left: 0;
}

.header-main__wall__before:after {
  content: "";
  height: 1px;
  width: 233px;
  background: #585858;
  position: absolute;
  bottom: -74px;
  left: 56px;
}

.header-main__wall__before:before {
  content: "";
  height: 50px;
  width: 1px;
  background: #585858;
  position: absolute;
  bottom: -74px;
  left: 56px;
}

.header-main__wall__heading {
  display: block;
  margin: 0;
  font-size: 3rem;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  color: #fff;
}

.header-main__wall__heading strong {
  font-size: 3.7rem;
  font-family: 'Roboto', sans-serif;
  display: block;
  color: #838383;
  font-weight: 800;
}

.header-main__wall__title {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  display: block;
  color: #fff;
  margin: 17px 0;
}

.header-main__wall .link-default--gray {
  background: #585858;
  padding: 9px 19px;
  font-size: 0.9rem;
  color: #fff;
}

.header-main__wall .link-default--gray:hover {
  background: #e9500e;
}

.header-main__wall .link-default--orange {
  background: #e9500e;
  padding: 9px 19px;
  font-size: 0.9rem;
  color: #fff;
}

.header-main__wall .link-default--orange:hover {
  background: #585858;
}

.header-main__wall__after {
  position: absolute;
  top: 0;
  right: 0;
  text-align: right;
}

.header-main__wall__after .header-main__wall__heading strong {
  color: #e9500e;
}

.header-main__wall__after:after {
  content: "";
  height: 1px;
  width: 568px;
  background: #ff5000;
  position: absolute;
  bottom: -74px;
  right: 56px;
}

.header-main__wall__after:before {
  content: "";
  height: 50px;
  width: 1px;
  background: #e8500e;
  position: absolute;
  bottom: -74px;
  right: 56px;
}

.header-main.header-main--subpage {
  background: #0b0a0c url("../items/header_subpage.jpg") no-repeat center bottom;
  height: 142px;
}

.header-main.header-main--subpage .header-main__nav__list {
  margin-top: 14px;
}

.main.main--subpage {
  background: url("../items/bg_transparent.png") no-repeat center top;
  padding-top: 78px;
}

.main.main--subpage .header-section {
  margin-bottom: 30px;
}

.wrapper {
  height: auto !important;
  height: 100%;
  min-height: 100%;
}

.footer-main {
  padding-bottom: 15px;
}

.footer-main .top-line::before {
  content: "";
  position: relative;
  display: block;
  width: -webkit-calc(100% - 8px);
  width: calc(100% - 8px);
  background: #7d8793;
  height: 3px;
  margin: 0 auto 15px;
}

.footer-main p, .footer-main a {
  font-size: 1.2rem;
  color: #181818;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  margin: 0;
  display: inline-block;
  line-height: 2rem;
}

.footer-main p {
  display: block;
}

.footer-main__author {
  text-align: right;
}

.footer-main__author p {
  display: inline;
}

.footer-main .logo-footer {
  display: inline-block;
}

.footer-main .logo-footer img {
  width: 60px;
  height: 19px;
}

/* PAGES */
/* -_home */
.section-main-level-1 {
  margin-top: 70px;
}

.header-section {
  display: block;
  margin-bottom: 60px;
}

.header-section__heading {
  display: block;
  margin: 0;
  font-size: 3.7rem;
  color: #181818;
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
}

.header-section__heading small {
  font-size: 3rem;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  color: #181818;
  margin-bottom: 5px;
  display: block;
}

.header-section__heading--muted {
  margin-top: 40px;
}

.news-box {
  margin-bottom: 45px;
  height: 195px;
}

.news-box__time {
  display: block;
  font-size: 1.1rem;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  color: #181818;
  margin-bottom: 6px;
}

.news-box__heading {
  font-size: 1.8rem;
  text-transform: uppercase;
  color: #181818;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  margin: 0 0 3px;
  line-height: 2.3rem;
  height: 46px;
  overflow: hidden;
}

.news-box__heading:hover {
  color: #ffd500;
}

.news-box p {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  color: #181818;
  margin: 0;
  height: 85px;
  overflow: hidden;
}

.news-box .link-simple {
  margin-top: 15px;
}

.books-box {
  position: relative;
}

.books-box .link-deafult {
  position: absolute;
  right: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.section-main-level-2 {
  margin-top: 100px;
  position: relative;
  z-index: 1;
}

.section-main-level-2 .short-form-main {
  margin-top: 80px;
}

.section-main-level-2 .short-form-main__step {
  display: block;
  margin-bottom: 14px;
  color: #7d8793;
  font-size: 1.8rem;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}

.section-main-level-2 .short-form-main .link-deafult {
  margin-top: 30px;
  padding: 16px 24px;
}

.section-main-level-2 .img-content img {
  position: relative;
  top: -47px;
}

.section-main-level-2::after {
  content: "";
  background: #f1f1f1;
  width: 100%;
  position: absolute;
  bottom: 0;
  height: 316px;
  z-index: -1;
}

/*--*/
/* -_job */
.main.main--subpage .section-job {
  margin-bottom: 45px;
}

.main.main--subpage .section-job .header-section {
  margin-bottom: 50px;
}

.main.main--subpage .section-job__offers .table tbody td {
  padding: 15px 20px;
}

.main.main--subpage .section-job__offers .table tbody td span {
  text-transform: uppercase;
  font-size: 1.8rem;
  color: #181818;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
}

.main.main--subpage .section-job__offers .table tbody td a {
  display: table-cell;
  vertical-align: middle;
}

.main.main--subpage .section-job__offers .table tr:nth-child(even) {
  background-color: #f5f6f7;
}

.main.main--subpage .section-job__offers .table tr:nth-child(odd) {
  background-color: transparent;
}

.main.main--subpage .section-job__offers .table tr:nth-child(odd) td {
  border-top: 0;
}

.main.main--subpage .section-job__offers__description__text {
  text-align: center;
  margin-bottom: 50px;
}

.main.main--subpage .section-job__offers__description__text .link-deafult {
  margin: 25px 0;
  padding: 10px 30px;
}

.main.main--subpage .section-job__offers__description__text p {
  text-align: left;
  margin: 0;
}

.main.main--subpage .section-job__offers__description__recently {
  margin-top: 60px;
}

.main.main--subpage .section-job__offers__item {
  border: 1px solid #b9b9b9;
  border-radius: 3px;
  margin-bottom: 30px;
  display: block;
  text-align: center;
  padding: 20px 0;
}

.main.main--subpage .section-job__offers__item__title {
  text-transform: uppercase;
  margin: 0;
  display: block;
  font-size: 1.6rem;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
}

.main.main--subpage .section-job__offers__item:hover {
  border: 1px solid #ff4200;
  color: #ff4200;
}

.main.main--subpage .section-job__offers__heading {
  font-size: 1.6rem;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  display: block;
  text-align: left;
  margin-bottom: 15px;
}

.main.main--subpage .section-job__offers ul {
  margin: 15px 0;
}

.main.main--subpage .section-job__offers ul li {
  line-height: 2.7rem;
  text-align: left;
  font-weight: 300;
 font-family: 'Roboto', sans-serif;
}

.main.main--subpage .section-job__offers p {
  font-weight: 300;
  font-family: 'Roboto', sans-serif;
}

.main.main--subpage .section-job__offers__header {
  display: block;
  margin-bottom: 40px;
  text-align: center;
}

.main.main--subpage .section-job__offers__title {
  text-transform: uppercase;
  font-size: 2.4rem;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  margin: 0;
}

.main.main--subpage .section-job__offers__subtitle {
  display: block;
  font-size: 1.4rem;
  font-weight: 300;
  font-family: 'Roboto', sans-serif;
}

/*--*/
/* -_news */
.main.main--subpage .section-news {
  margin-bottom: 45px;
}

.main.main--subpage .section-news .header-section {
  margin-bottom: 50px;
}

.main.main--subpage .section-news__row {
  margin-bottom: 45px;
  padding-top: 45px;
  padding: 45px 20px 0 20px;
  margin: 0 -20px 45px;
}

.main.main--subpage .section-news__row .col-lg-4 {
  margin-bottom: 30px;
}

.main.main--subpage .section-news__row .col-lg-4 .news-box {
  margin-bottom: 0px;
}

.main.main--subpage .section-news__row .col-lg-4:nth-child(n+4) {
  background: #f5f6f7;
  padding-top: 24px;
  padding-bottom: 15px;
}

.main.main--subpage .section-news__row .col-lg-4:nth-child(n+7) {
  background: transparent;
}

.main.main--subpage .section-news__row .col-lg-4:nth-child(n+10) {
  background: #f5f6f7;
  padding-top: 24px;
  padding-bottom: 15px;
}

.main.main--subpage .section-news__row .col-lg-4:nth-child(n+13) {
  background: transparent;
}

.main.main--subpage .section-news__row .col-lg-4:nth-child(n+16) {
  background: #f5f6f7;
  padding-top: 24px;
  padding-bottom: 15px;
}

.main.main--subpage .section-news__row .col-lg-4:nth-child(n+19) {
  background: transparent;
}

.main.main--subpage .section-news__row .col-lg-4:nth-child(n+22) {
  background: #f5f6f7;
  padding-top: 24px;
  padding-bottom: 15px;
}

.main.main--subpage .section-news__row .col-lg-4:nth-child(n+25) {
  background: transparent;
}

.main.main--subpage .section-news__row .col-lg-4:nth-child(n+28) {
  background: #f5f6f7;
  padding-top: 24px;
  padding-bottom: 15px;
}

.main.main--subpage .section-news__row .col-lg-4:nth-child(n+31) {
  background: transparent;
}

.main.main--subpage .section-news__row:nth-child(odd) {
  background: #f5f6f7;
}

.main.main--subpage .section-news__post__header__time {
  display: block;
  font-size: 1.1rem;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  margin-bottom: 15px;
}

.main.main--subpage .section-news__post__header__heading {
  display: block;
  margin: 0 0 15px;
  font-size: 2.4rem;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
}

.main.main--subpage .section-news__post img {
  margin: 10px 0;
}

.main.main--subpage .section-news__post .link-deafult {
  margin-top: 20px;
}

.main.main--subpage .section-news__recently-post {
  padding-top: 94px;
}

.main.main--subpage .section-news__recently-post .header-section {
  margin-bottom: 20px;
}

.main.main--subpage .section-news__recently-post__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.main.main--subpage .section-news__recently-post__list li {
  display: block;
  border-bottom: 1px solid rgba(180, 185, 192, 0.5);
  margin-bottom: 30px;
}

.main.main--subpage .section-news__recently-post__list li a {
  display: block;
}

.main.main--subpage .section-news__recently-post__news {
  margin-bottom: 30px;
  padding: 0 5px;
}

.main.main--subpage .section-news__recently-post__news__time {
  font-size: 1.1rem;
  font-weight: 300;
  font-family: 'Roboto', sans-serif;
  display: block;
  margin-bottom: 2px;
}

.main.main--subpage .section-news__recently-post__news__title {
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
}

/*--*/
/* -_brand */
.article-description h4 {
  font-size: 1.8rem;
  color: #181818;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  display: block;
  margin: 0;
}

.article-description p {
  margin: 22px 0;
  line-height: 2.4rem;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
}

.article-description img {
  margin: 30px 0;
}

.section-management {
  margin-top: 80px;
  margin-bottom: 60px;
}

.section-management__items {
  margin-top: 40px;
  text-align: center;
}

.section-management__items__link {
  margin-bottom: 30px;
  border: 1px solid #c2c2c2;
  border-radius: 3px;
  display: inline-block;
  height: 200px;
}

.section-management__items__link img {
  max-height: 100%;
}

.section-management__items__link:hover img {
  opacity: 0.9;
}

.article-management p {
  margin: 0;
  line-height: 2.4rem;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
}

.article-management p strong {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
}

.article-management ul {
  list-style: none;
  padding: 0 0 0 15px;
  margin: 0;
}

.article-management ul li {
  position: relative;
  padding-left: 20px;
  line-height: 3rem;
}

.article-management ul li:before {
  content: "";
  width: 6px;
  height: 6px;
  background: #7d8793;
  position: absolute;
  left: 0;
  top: 13px;
  border-radius: 50%;
}

.author {
  font-size: 2.4rem;
  color: #181818;
  text-align: right;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  display: block;
  float: right;
  margin-top: 30px;
  line-height: 2.1rem;
}

.author small {
  font-size: 1.4rem;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
}

/*--*/
/* -_order */
.section-orders {
  margin-bottom: 45px;
  position: relative;
}

.section-orders__content__heading {
  display: block;
  text-transform: uppercase;
  font-size: 1.8rem;
  font-family: 'Roboto', sans-serif;
  margin: 0 0 30px;
  font-weight: 700;
}

.section-orders__content .send-orders {
  text-align: center;
  margin-top: 30px;
}

.section-orders__list__heading {
  text-transform: uppercase;
  font-size: 1.8rem;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  display: block;
  margin: 0 0 30px;
}

.section-orders__list .table tbody tr td {
  vertical-align: middle;
  border-top: 0;
  border-bottom: 1px solid #b7b7b7;
}

.section-orders__list .table tbody tr td i:before {
  margin: 0;
  font-size: 1.5rem;
  color: #000;
}

.section-orders__list .table tbody tr td span {
  font-size: 1.2rem;
  font-weight: 300;
  font-family: 'Roboto', sans-serif;
}

.section-orders__list .table tbody tr td span b {
  font-weight: 700;
  font-family: 'Roboto', sans-serif;
}

.section-orders__list .table tbody tr td .delete-button {
  background: none;
  border: 0;
  padding: 0;
}

.section-orders__list .table tbody tr td .delete-button:hover i:before {
  color: #ef1616;
}

.section-orders__list .table tbody tr:hover {
  background-color: #f9f9f9 !important;
  cursor: pointer;
}

.section-orders__list .table tbody tr:nth-child(even) {
  background: #f9f9f9;
}

.section-orders__list .table tbody tr:nth-child(odd) {
  background-color: transparent;
}

.section-orders__list .table tbody tr:nth-child(odd) td {
  border-top: 0;
}

.section-orders .contact-form__heading {
  text-transform: uppercase;
  font-size: 1.8rem;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  display: block;
  margin: 0 0 30px;
}

.section-orders .contact-form .form-control {
  color: #181818;
}

.section-orders .contact-form .contact-form__send--custom .sup {
  float: right;
  font-size: 1.2rem;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  margin-top: 10px;
}

.section-orders .contact-form .contact-form__send--custom .link-deafult.link-deafult--back {
  background: #b7b7b7;
  color: #1e1c20;
  font-size: 0.9rem;
  margin-top: 15px;
}

.section-orders .contact-form .contact-form__send--custom .link-deafult.link-deafult--back i:before {
  font-size: 1rem;
  margin: 0 7px 0 0;
}

.section-orders .contact-form .contact-form__send--custom .link-deafult.link-deafult--back:hover {
  background: #252525;
  color: #fff;
}

.section-orders .contact-form .contact-form__send--custom .link-deafult.link-deafult--back:hover i:before {
  color: #fff;
}

.section-orders__item {
  border-radius: 10px;
  border: 1px solid #acacac;
  text-align: center;
  padding: 20px 16px;
  margin-bottom: 30px;
  position: relative;
  height: 298px;
}

.section-orders__item .section-orders__item__value {
  border-radius: 50%;
  position: absolute;
  right: -5px;
  top: -5px;
  width: 26px;
  height: 26px;
  background: #57aa5f;
  color: #fff;
  line-height: 26px;
  font-size: 1rem;
  font-weight: 700;
  display: none;
  font-family: 'Roboto', sans-serif;
}

.section-orders__item .section-orders__item__img {
  position: relative;
  height: 150px;
}

.section-orders__item .section-orders__item__img img {
  max-height: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: relative;
}

.section-orders__item .section-orders__item__title {
  font-size: 1.6rem;
   font-family: 'DejaVuSansCondensed-Bold';
  font-weight: 700;
  height: 34px;
  overflow: hidden;
}

.section-orders__item .link-deafult {
  margin-top: 8px;
  font-size: 0.9rem;
}

.section-orders__item:hover {
  border: 1px solid #ffd500;
}

.section-orders__item:hover .link-deafult {
  background: #ffd500;
  color: #1e1c20;
}

.section-orders__item:hover .section-orders__item__title {
  color: #181818;
}

.section-orders__item.current {
  border: 1px solid #57aa5f;
}

.section-orders__item.current .section-orders__item__value {
  display: inline-block;
}

.section-orders__item.current .link-deafult {
  background: #57aa5f;
  color: #fff;
}

/*--*/
/* -_offers*/
.section-offers {
  margin-bottom: 45px;
}

.section-offers__small .link-simple {
  margin-top: 20px;
}

.section-offers__content .headline::before {
  content: "";
  height: 1px;
  width: -webkit-calc(100% - 30px);
  width: calc(100% - 30px);
  background: #d0d4d8;
  display: block;
  margin: 0 auto;
}

.section-offers__content__level-2 {
  padding-top: 60px;
}

.section-offers__content__level-2__text {
  display: block;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  margin: 0;
  font-size: 1.4rem;
}

.section-offers__content__level-2 .link-deafult {
  margin-top: 25px;
}

.section-offers__content__wall {
  margin-top: 7%;
  position: relative;
  height: 567px;
  margin-bottom: 24px;
  background: url("../items/product_generals.png") no-repeat center center;
}

.section-offers__content__wall__before {
  position: absolute;
  top: 0;
  left: 0;
}

.section-offers__content__wall__before:after {
  content: "";
  height: 1px;
  width: 188px;
  background: #ff5000;
  position: absolute;
  bottom: -74px;
  left: 56px;
}

.section-offers__content__wall__before:before {
  content: "";
  height: 50px;
  width: 1px;
  background: #ff5000;
  position: absolute;
  bottom: -74px;
  left: 56px;
}

.section-offers__content__wall__heading {
  display: block;
  margin: 0;
  font-size: 3rem;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  color: #1e1c20;
}

.section-offers__content__wall__heading strong {
  font-size: 3.7rem;
 font-family: 'Roboto', sans-serif;
  display: block;
  color: #1e1c20;
  font-weight: 800;
}

.section-offers__content__wall__title {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  display: block;
  color: #1e1c20;
  margin: 17px 0;
}

.section-offers__content__wall .link-deafult {
  font-size: 0.9rem;
}

.section-offers__content__wall__after {
  position: absolute;
  top: 0;
  right: 0;
  text-align: right;
}

.section-offers__content__wall__after .header-main__wall__heading strong {
  color: #e9500e;
}

.section-offers__content__wall__after:after {
  content: "";
  height: 1px;
  width: 159px;
  background: #7d7175;
  position: absolute;
  bottom: -74px;
  right: 56px;
}

.section-offers__content__wall__after:before {
  content: "";
  height: 50px;
  width: 1px;
  background: #7d7175;
  position: absolute;
  bottom: -74px;
  right: 56px;
}

.section-offers__product {
  padding-left: 4%;
}

.aside-offers.aside-offers--fixed {
  z-index: 10;
  max-height: 100%;
}

.aside-offers.aside-offers--fixed .aside-offers__nav {
  overflow-y: auto;
  max-height: 444px;
  border-right: 1px solid #d7d7d7;
  border-left: 1px solid #d7d7d7;
}

.aside-offers.aside-offers--fixed .aside-offers__nav .aside-offers__nav__list li a {
  padding: 13px 12px;
}

.aside-offers.aside-offers--fixed .aside-offers__nav .aside-offers__nav__list ul li a {
  padding-left: 25px;
}

.aside-offers.aside-offers--fixed .aside-offers__nav .aside-offers__nav__list ul li ul .nav-submenun a, .aside-offers.aside-offers--fixed .aside-offers__nav .aside-offers__nav__list ul li ul li a {
  padding-left: 30px;
}

.aside-offers.aside-offers--fixed .aside-offers__nav .aside-offers__nav__list ul li ul .nav-submenun ul .nav-submenun a, .aside-offers.aside-offers--fixed .aside-offers__nav .aside-offers__nav__list ul li ul .nav-submenun ul li a, .aside-offers.aside-offers--fixed .aside-offers__nav .aside-offers__nav__list ul li ul li ul .nav-submenun a, .aside-offers.aside-offers--fixed .aside-offers__nav .aside-offers__nav__list ul li ul li ul li a {
  padding-left: 35px;
}

.aside-offers__nav {
  background: #fff;
  position: relative;
  z-index: 10;
}

.aside-offers__nav__list {
  list-style: none;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #d7d7d7;
  /*
			.nav-submenu{
				ul{
					li{
						a{
padding: 0 0 0 15px;
						}
						

					}
				}
			}

			li{
				border-top:1px solid #d7d7d7;

				a,span{
					font-size: 1.4rem;
					color:#7d8793;
					 font-family: DejaVuSansCondensed-Bold;
					 font-weight: 700;
					 display: block;
					 padding: 18px 5px;
					 cursor:pointer;

					 &:hover{
					 	color:#1e1c20;
					 }
				}
				span.active{
					color:#1e1c20;
					background: #fff;
				}

				ul{
					list-style:none;
					margin:0;
					padding: 0;
					 background: #fbfbfc;
				
					
					

					li{
						border-top:1px solid #d7d7d7;
						

						a{
					font-size: 1.4rem;
					color:#7d8793;
					 font-family: DejaVuSansCondensed-Bold;
					 font-weight: 700;
					 display: block;
					 padding: 18px 0 18px 35px;
					

					 &:hover{
					 	color:#1e1c20;
					 }
				}
					}
				
						a{
							font-size: 1.4rem;
					color:#7d8793;
					 font-family: DejaVuSansCondensed-Bold;
					 font-weight: 700;
					 display: block;
					 padding: 18px 0 18px 30px;
					 background: #fbfbfc;
						}
						a.active{
							color:#1e1c20;
							background: #fff;
						}
					
					ul{
						
					li{
						a,span{
							padding: 18px 0 18px 60px;
						}
					}
						.nav-submenu{
							
						a,span{
							padding: 18px 0 18px 80px;
						}
					
					}
				
				}
			
				
					li:last-of-type{
						border-bottom:0;
					}

				

				}

			}
			li:last-of-type{
						border-bottom:1px solid #d7d7d7;
					}*/
}

.aside-offers__nav__list li {
  border-top: 1px solid #d7d7d7;
}

.aside-offers__nav__list li a {
  font-size: 1.4rem;
  color: #7d8793;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  display: block;
  padding: 18px 12px;
  cursor: pointer;
  text-decoration: none;
}

.aside-offers__nav__list li a:hover {
  color: #1e1c20;
}

.aside-offers__nav__list li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  background: #fbfbfc;
}

.aside-offers__nav__list li ul .nav-submenu, .aside-offers__nav__list li ul li {
  border-bottom: 0;
}

.aside-offers__nav__list li ul .nav-submenu a, .aside-offers__nav__list li ul li a {
  padding-left: 25px;
}

.aside-offers__nav__list li ul .nav-submenu ul .nav-submenu, .aside-offers__nav__list li ul .nav-submenu ul li, .aside-offers__nav__list li ul li ul .nav-submenu, .aside-offers__nav__list li ul li ul li {
  border-bottom: 0;
}

.aside-offers__nav__list li ul .nav-submenu ul .nav-submenu a, .aside-offers__nav__list li ul .nav-submenu ul li a, .aside-offers__nav__list li ul li ul .nav-submenu a, .aside-offers__nav__list li ul li ul li a {
  padding-left: 30px;
}

.aside-offers__nav__list li ul .nav-submenu ul .nav-submenu ul .nav-submenu, .aside-offers__nav__list li ul .nav-submenu ul .nav-submenu ul li, .aside-offers__nav__list li ul .nav-submenu ul li ul .nav-submenu, .aside-offers__nav__list li ul .nav-submenu ul li ul li, .aside-offers__nav__list li ul li ul .nav-submenu ul .nav-submenu, .aside-offers__nav__list li ul li ul .nav-submenu ul li, .aside-offers__nav__list li ul li ul li ul .nav-submenu, .aside-offers__nav__list li ul li ul li ul li {
  border-bottom: 0;
}

.aside-offers__nav__list li ul .nav-submenu ul .nav-submenu ul .nav-submenu a, .aside-offers__nav__list li ul .nav-submenu ul .nav-submenu ul li a, .aside-offers__nav__list li ul .nav-submenu ul li ul .nav-submenu a, .aside-offers__nav__list li ul .nav-submenu ul li ul li a, .aside-offers__nav__list li ul li ul .nav-submenu ul .nav-submenu a, .aside-offers__nav__list li ul li ul .nav-submenu ul li a, .aside-offers__nav__list li ul li ul li ul .nav-submenu a, .aside-offers__nav__list li ul li ul li ul li a {
  padding-left: 35px;
}

.aside-offers__nav__list li ul > .nav-submenu {
  border-bottom: 0 !important;
}

.aside-offers__nav__list .nav-submenu.nav-active > a {
  background: #fff;
  color: #000;
}

.aside-offers__nav__list .nav-submenu:last-of-type {
  border-bottom: 1px solid #d7d7d7;
}

.aside-offers__section {
  margin-top: 30px;
}

.aside-offers__section__date {
  margin-bottom: 30px;
}

.aside-offers__section__date p, .aside-offers__section__date a {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  margin: 0;
  line-height: normal;
  display: inline-block;
}

.aside-offers__section__date p {
  display: block;
}

.aside-offers__section__heading {
  display: block;
  margin: 0;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
}

.aside-offers__product__content {
  margin-top: 30px;
}

.aside-offers.aside-offers--fixed {
  width: 260px;
  position: absolute;
  top: 154px;
  background: #fff;
  left: 47px;
  -webkit-transition: all .1s;
  transition: all .1s;
}

.section-offers__product__item {
  position: relative;
  height: 212px;
  margin-bottom: 30px;
}

.section-offers__product__item__img {
  position: relative;
  text-align: center;
  height: 170px;
}

.section-offers__product__item__img img {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: relative;
  max-height: 100%;
}

.section-offers__product__item__title {
  margin-top: 18px;
  display: block;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  height: 36px;
  overflow: hidden;
}

.section-offers__product__item:hover .section-offers__product__item__title {
  color: #ffd500;
}

.aside-offers.aside-offers--fixed.fixed-class {
  position: fixed;
  top: 20px;
}
.offer-list .pull-link {
   display: none;
}
@media screen and (max-width: 1860px) {
  .aside-offers.aside-offers--fixed {
    left: -260px;
  }
  .aside-offers.aside-offers--fixed.push-class {
    left: 10px;
  }
}

.pull-link.rotate i:before {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.pull-link {
  -webkit-transition: all 2s;
  transition: all 2s;
  padding: 23px;
  background: #d7d7d7;
  position: absolute;
  right: -47px;
  display: inline-block;
}

.pull-link i {
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.pull-link i:before {
  color: #fff;
  font-size: 1.5rem;
  margin: 0;
}

.pull-linkhover {
  background: #57aa5f;
}

@media screen and (min-width: 1860px) {
  .pull-link {
    display: none;
  }
}

/*--*/
/* -_contact */
.section-contact {
  margin-bottom: 45px;
}

.section-contact__date {
  margin-bottom: 40px;
}

.section-contact__date__heading {
  text-transform: uppercase;
  font-size: 1.6rem;
  font-weight: 700;
  display: block;
  margin-bottom: 20px;
  font-family: 'Roboto', sans-serif;
}

.section-contact__date .title-value {
  font-size: 1.4rem;
}

.section-contact__date__adress p {
  margin-bottom: 0px;
  display: block;
  line-height: 2rem;
}

.section-contact__date__adress p .first {
  text-align: left;
}

.section-contact__date__adress p .second {
  text-align: right;
  float: right;
}

.section-contact__date__adress .link-simple {
  margin-top: 20px;
  display: inline-block;
}

.section-contact__date__adress--custom .width-scale {
  width: 50%;
}

.section-contact__date__call a {
  font-size: 1.4rem;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  display: block;
}

.section-contact__date__call .call-mail {
  margin-top: 20px;
}

.section-contact__date__call .call-mail.call--mail {
  margin-top: 40px;
}

.section-contact__date__time p {
  display: block;
}

.section-contact__date__time p .first {
  text-align: left;
}

.section-contact__date__time p .second {
  text-align: right;
  float: right;
}

.section-contact .contact-form {
  margin-top: 20px;
}

.section-contact .contact-form__heading {
  display: block;
  text-transform: uppercase;
  margin: 0 0 20px;
  font-weight: 700;
  font-family: 'Roboto', sans-serif;
  font-size: 1.6rem;
}

.section-contact .contact-form__send {
  margin-top: 25px;
}

.section-contact .contact-form__send .sup {
  float: right;
  font-size: 1.2rem;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  margin-top: 10px;
}

.section-contact__section {
  margin-top: 60px;
  border-top: 1px solid #b4b9c0;
  padding-top: 60px;
}

.section-contact__section__row {
  margin-bottom: 50px;
}

.section-contact__section__heading {
  text-transform: uppercase;
  font-weight: 700;
  font-family: 'Roboto', sans-serif;
  font-size: 1.8rem;
  display: block;
  margin: 0 0 15px;
}

.section-contact__section .table tbody tr td {
  border-top: 0;
  vertical-align: middle;
}

.section-contact__section .table tbody tr td a {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
}

.section-contact__maps {
  margin-top: 60px;
}

.section-contact__maps__title {
  text-transform: uppercase;
  display: block;
  margin: 0 0 10px;
  font-weight: 700;
  font-family: 'Roboto', sans-serif;
}

.section-contact__section .table tbody tr td:nth-child(1) {
  width: 30%;
}

.section-contact__section .table tbody tr td:nth-child(2) {
  width: 25%;
}

.section-contact__section .table tbody tr td:nth-child(3) {
  width: 30%;
}

.section-contact__section .table tbody tr td:nth-child(4) {
  width: 15%;
}

/*--*/
/* VENDORS */
/* RESPONSIVE */
@media screen and (max-width: 1200px) {
  .header-main__nav__list__link li {
    margin-right: 18px;
  }
  .header-main__nav .logo img {
    width: 204px;
    height: 32px;
  }
  .header-main__wall__after:after {
    width: 480px;
  }
  .header-main__wall__before:after {
    width: 126px;
  }
  .header-main__wall__heading {
    font-size: 2.7rem;
  }
  .header-main__wall__heading strong {
    font-size: 3.5rem;
  }
  .article-management {
    margin-bottom: 100px;
  }
  .section-offers__content__wall__before,
  .section-offers__content__wall__after {
    top: -30px;
  }
  .section-offers__content__wall {
    margin-top: 9%;
  }
  .section-offers__content__wall {
    background-position: center 43px;
  }
}

@media screen and (max-width: 992px) {
  .main.main--subpage .section-news__row .col-lg-4:nth-child(n+3),
  .main.main--subpage .section-news__row .col-lg-4:nth-child(n+5),
  .main.main--subpage .section-news__row .col-lg-4:nth-child(n+4),
  .main.main--subpage .section-news__row .col-lg-4:nth-child(n+10),
  .main.main--subpage .section-news__row .col-lg-4:nth-child(n+13),
  .main.main--subpage .section-news__row .col-lg-4:nth-child(n+16),
  .main.main--subpage .section-news__row .col-lg-4:nth-child(n+19),
  .main.main--subpage .section-news__row .col-lg-4:nth-child(n+22),
  .main.main--subpage .section-news__row .col-lg-4:nth-child(n+25),
  .main.main--subpage .section-news__row .col-lg-4:nth-child(n+28),
  .main.main--subpage .section-news__row .col-lg-4:nth-child(n+31) {
    background: none;
    padding-top: 24px;
    padding-bottom: 15px;
  }
  .main.main--subpage .section-news__row .col-lg-4:nth-child(n+3) {
    background: #f5f6f7;
  }
  .main.main--subpage .section-news__row .col-lg-4:nth-child(n+5) {
    background: transparent;
  }
  .main.main--subpage .section-news__row .col-lg-4:nth-child(n+7) {
    background: #f5f6f7;
  }
  .main.main--subpage .section-news__row .col-lg-4:nth-child(n+9) {
    background: transparent;
  }
  .main.main--subpage .section-news__row .col-lg-4:nth-child(n+11) {
    background: #f5f6f7;
  }
  .main.main--subpage .section-news__row .col-lg-4:nth-child(n+13) {
    background: transparent;
  }
  .main.main--subpage .section-news__row .col-lg-4:nth-child(n+15) {
    background: #f5f6f7;
  }
  .main.main--subpage .section-news__row .col-lg-4:nth-child(n+17) {
    background: transparent;
  }
  .modal .modal-dialog {
    width: 100%;
    margin: 0;
  }
  .modal .modal-body .table tr {
    width: 49.3333%;
    margin-right: 10px;
  }
  .modal .modal-body .table tr:nth-child(n+4) {
    background: none;
  }
  .modal .modal-body .table tr:nth-child(3n) {
    margin-right: 10px;
  }
  .modal .modal-body .table tr:nth-child(even) {
    margin-right: 0;
  }
  .section-orders .contact-form .contact-form__send--custom .sup {
    margin-top: 22px;
  }
  .section-orders .contact-form .contact-form__send--custom .link-deafult.link-deafult--back {
    margin-left: 15px;
  }
  .contact-form {
    margin-top: 30px;
  }
  .section-offers__content__wall__before, .section-offers__content__wall__after {
    top: -90px;
  }
  .section-offers__content__wall {
    margin-top: 21%;
  }
  .section-offers__content__wall__after:before {
    bottom: -173px;
    height: 151px;
  }
  .section-offers__content__wall__after:after {
    bottom: -173px;
  }
  .section-offers__content__wall__before:after {
    width: 110px;
  }
  .main.main--subpage .section-news__recently-post__list li {
    width: -webkit-calc(50% - 10px);
    width: calc(50% - 10px);
    float: left;
    margin-right: 10px;
  }
  .main.main--subpage .section-news__recently-post__list li:nth-child(even) {
    margin-right: 0;
  }
  .article-description img {
    margin: 30px auto;
  }
  .books-box {
    margin: auto;
    text-align: center;
  }
  .books-box .link-deafult {
    right: 144px;
  }
  .books-box img {
    margin: 0 auto;
  }
  .header-section__heading {
    font-size: 3.5rem;
  }
  .section-main-level-2 .short-form-main {
    margin-top: -12px;
  }
  .section-main-level-2::after {
    height: 249px;
  }
  .header-main.header-main--subpage {
    background: #0b0a0c url("../items/header-tablet.jpg") no-repeat center 33px/cover;
    height: 114px;
  }
  .header-main.header-main--subpage .header-main__nav {
    margin-top: 19px;
  }
  .header-main.header-main--subpage .header-main__nav__list {
    padding-top: 60px;
  }
  .header-main {
    background-image: url("../items/header-main-layer.png"), url("../items/header-tablet.jpg");
    background-color: #0b0a0c;
    background-repeat: no-repeat;
    background-position: -67px 157px, center bottom;
    height: 550px;
  }
  .header-main__wall__after:after {
    width: 308px;
  }
  .header-main__wall__before:after {
    width: 298px;
  }
  .navbar-toggle {
    z-index: 1;
    display: inline-block;
    background: #000;
    margin: 0;
    position: absolute;
    right: 0;
    top: 0;
  }
  .navbar-toggle span {
    background: #acacac;
  }
  .header-main__nav__list {
    display: block;
    padding-top: 47px;
  }
  .navbar-collapse {
    box-shadow: none !important;
  }
  .header-main__nav__list__link {
    position: absolute;
    z-index: 1;
    left: 0px;
    right: 0px;
    padding: 0;
    border: 0;
    box-shadow: 0;
    background: rgba(0, 0, 0, 0.86);
  }
  .header-main__nav__list__link li {
    display: block;
    text-align: left;
    margin-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .header-main__nav__list__link li a {
    display: block;
    padding: 6px 7px;
  }
  .header-main__nav__list__link li a:hover {
    background: rgba(255, 255, 255, 0.3);
  }
  .header-main__nav__list__link li .dropdown {
    display: block;
    padding: 6px 7px;
  }
  .header-main__nav__list__link li .dropdown .dropdown-menu {
    position: relative;
    width: 100%;
    margin: 7px 0 4px;
    float: none;
    box-shadow: none;
    border: 0;
  }
  .header-main__nav__list__link li .dropdown .dropdown-menu li a {
    padding: 9px 15px;
  }
  .header-main__nav__list__link li .dropdown .btn {
    display: block;
    text-align: left;
    width: 100%;
  }
  .header-main__nav__list__link li .dropdown .btn .caret {
    float: right;
    top: 9px;
  }
  .header-main__nav__list__link li .dropdown:hover {
    background: #ffd500;
  }
  .header-main__nav__list__link li .dropdown:hover .btn {
    color: #fff;
  }
  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    display: block;
  }
  .navbar-collapse.collapse {
    display: none !important;
  }
  .navbar-collapse.collapse.in {
    display: block !important;
  }
  .navbar-nav {
    float: none !important;
  }
}

@media screen and (min-width: 768px) {
  a[href^=tel] {
    pointer-events: none;
    cursor: pointer;
  }
}

@media screen and (max-width: 798px) {
  .modal .modal-body .table tr {
    width: 49%;
  }
}

@media screen and (max-width: 768px) {
  .header-main__wall__heading {
    width: 100%;
  }
  .header-main__search__field {
    left: 0;
    right: 0;
    width: 100%;
  }
  .header-main__search__field input {
    width: 100%;
  }
  .header-main__search {
    position: static;
  }
  .header-main__wall__title {
    display: none;
  }
  .section-contact__maps .col-sm-6 {
    margin-bottom: 30px;
    text-align: center;
  }
  .header-main__wall__heading {
    margin-bottom: 20px;
  }
  .section-contact__date__time {
    width: 50%;
  }
  .main.main--subpage .section-job {
    margin-bottom: 0;
  }
  .aside-offers__section {
    display: none;
  }
  .section-offers__product {
    padding-left: 0;
    margin-top: 30px;
  }
  .section-offers__content__wall {
    background-size: contain;
  }
  .section-offers__content__wall__after:before {
    bottom: -141px;
    height: 112px;
  }
  .section-main-level-2 {
    margin-top: 40px;
  }
  .section-offers__content__wall__after:after {
    bottom: -142px;
  }
  .header-main {
    background-image: url("../items/header-main-layer_3.png"), url("../items/header-tablet.jpg");
    background-color: #0b0a0c;
    background-repeat: no-repeat;
    background-position: center bottom, center bottom;
    background-size: contain, cover;
  }
  .header-main__wall {
    margin-top: 6%;
  }
  .header-main__wall__before:after {
    width: 187px;
  }
  .header-main__wall__after:after {
    width: 191px;
  }
  .footer-main__author {
    text-align: center;
    margin-top: 10px;
  }
  .footer-main {
    text-align: center;
  }
}

@media screen and (max-width: 760px) {
  .section-offers__content__wall__before, .section-offers__content__wall__after {
    display: block;
    position: relative;
    text-align: center;
    margin-bottom: 30px;
  }
  .section-offers__content__level-2 {
    text-align: center;
    padding-top: 22px;
    margin-top: 30px;
  }
  .section-offers__content__wall__before, .section-offers__content__wall__after {
    top: 0;
  }
  .section-offers__content__wall__after:before,
  .section-offers__content__wall__after:after,
  .section-offers__content__wall__before:before,
  .section-offers__content__wall__before:after {
    display: none;
  }
  .section-offers__content__wall {
    background: none;
    height: auto;
    margin-top: 50px;
    padding-bottom: 9px;
  }
  .header-main__wall__after:after,
  .header-main__wall__after:before,
  .header-main__wall__before:after,
  .header-main__wall__before:before {
    display: none;
  }
  .header-main__wall__before {
    position: relative;
    top: auto;
    left: auto;
    display: block;
    text-align: center;
    margin-bottom: 50px;
  }
  .header-main__wall__after {
    position: relative;
    top: 0;
    right: 0;
    text-align: center;
  }
  .header-main {
    height: auto;
    padding: 0 0 60px;
  }
  .img-content {
    display: none;
  }
  .section-main-level-2 {
    text-align: center;
    padding-bottom: 30px;
  }
  .section-main-level-2 .col-xs-25 {
    width: 100%;
  }
  .section-main-level-2::after {
    left: 0;
    height: 254px;
  }
}

@media screen and (max-width: 700px) {
  .section-contact__section .table tbody tr td {
    float: left;
    width: 100%;
    text-align: left;
  }
}

@media screen and (max-width: 560px) {
  .modal .modal-body .table tr {
    width: 100%;
  }
  .section-main-level-1 {
    margin-top: 30px;
  }
  .modal .modal-header__model__access {
    top: auto;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    position: relative;
    margin-top: 30px;
    right: auto;
    display: block;
  }
  .modal .modal-header__model {
    padding-left: 0;
  }
  .modal .modal-header__model__img {
    top: auto;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    position: relative;
    display: block;
    left: auto;
  }
  .modal .modal-header__model {
    padding-right: 0;
  }
  .header-section__heading {
    font-size: 3rem;
  }
  .section-management {
    margin-top: 50px;
  }
  .main.main--subpage .section-job__offers .table tbody td span {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 460px) {
  .aside-offers__nav__list li .sub-menu li a {
    padding: 10px 19px;
  }
  .aside-offers__nav__list li a, .aside-offers__nav__list li span {
    padding: 10px 15px;
  }
  .section-offers__product__item {
    text-align: center;
  }
  .main.main--subpage .section-news__row .col-lg-4:nth-child(n+3),
  .main.main--subpage .section-news__row .col-lg-4:nth-child(n+5),
  .main.main--subpage .section-news__row .col-lg-4:nth-child(n+4),
  .main.main--subpage .section-news__row .col-lg-4:nth-child(n+10),
  .main.main--subpage .section-news__row .col-lg-4:nth-child(n+13),
  .main.main--subpage .section-news__row .col-lg-4:nth-child(n+16),
  .main.main--subpage .section-news__row .col-lg-4:nth-child(n+19),
  .main.main--subpage .section-news__row .col-lg-4:nth-child(n+22),
  .main.main--subpage .section-news__row .col-lg-4:nth-child(n+25),
  .main.main--subpage .section-news__row .col-lg-4:nth-child(n+28),
  .main.main--subpage .section-news__row .col-lg-4:nth-child(n+31) {
    background: none;
    padding-top: 24px;
    padding-bottom: 15px;
  }
  .main.main--subpage .section-news__row .col-lg-4:nth-child(even) {
    background: #f5f6f7;
  }
  .section-orders .contact-form .contact-form__send--custom .link-deafult.link-deafult--back {
    margin-left: 0;
  }
  .section-orders__list .table tbody tr td {
    float: left;
    width: 100%;
    text-align: left;
  }
  .section-offers__product__content .col-xs-25--half {
    width: 50%;
  }
  .main.main--subpage .section-news__recently-post {
    padding-top: 63px;
  }
  .main.main--subpage .section-news .header-section {
    margin-bottom: 27px;
  }
  .main.main--subpage .section-news__recently-post__news__title {
    font-size: 1.5rem;
  }
  .main.main--subpage .section-news__post__header__heading {
    font-size: 2rem;
  }
  .main.main--subpage .section-news__row {
    padding: 0;
    margin: 0;
  }
  .main.main--subpage .section-news__row:nth-child(odd) {
    background: transparent;
  }
  .section-management .header-section__heading {
    font-size: 2.5rem;
  }
  .header-main__mail {
    display: none;
  }
  .col-xs-25 {
    width: 100%;
  }
  .news-box {
    height: auto;
  }
  .news-box .news-box__heading {
    height: auto;
  }
  .news-box p {
    height: auto;
  }
  .books-box .link-deafult {
    right: 0;
  }
  .header-section__heading {
    font-size: 3rem;
  }
}

@media screen and (max-width: 425px) {
  .section-orders .contact-form .contact-form__send--custom .sup {
    margin-top: 10px;
  }
  .section-contact__date__adress--custom .width-scale,
  .section-contact__date__time {
    width: 100%;
  }
  .section-management__items .col-xs-25--muted {
    text-align: center;
  }
  .section-management__items .main.main--subpage .section-job__offers__title {
    font-size: 2rem;
  }
  .main.main--subpage .section-news__recently-post__list li {
    width: 100%;
  }
}

@media screen and (max-width: 390px) {
  .link-deafult.link-deafult--gray {
    font-size: 1.4rem;
  }
  .section-offers__product__content .col-xs-25--half {
    width: 100%;
  }
  .header-section__heading small {
    font-size: 2.2rem;
  }
  .section-offers__product__item {
    height: auto;
  }
  .section-offers__product__item__title {
    height: auto;
  }
  .header-main__wall__heading {
    font-size: 2.4rem;
  }
  .header-main__wall__heading strong {
    font-size: 3rem;
  }
}

@media screen and (max-width: 340px) {
  .header-main__phone {
    display: none;
  }
}

/*/*/
