<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@import url(ionicons.min.css);
@font-face {
  font-family: 'Gotham';
  font-weight: 300;
  src: url("../fonts/GothaProLig.eot");
  src: local("☺"), url("../fonts/GothaProLig.woff") format("woff"), url("../fonts/GothaProLig.ttf") format("truetype"), url("../fonts/GothaProLig.svg") format("svg");
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gotham';
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/GothaProReg.eot");
  src: local("☺"), url("../fonts/GothaProReg.woff") format("woff"), url("../fonts/GothaProReg.ttf") format("truetype"), url("../fonts/GothaProReg.svg") format("svg");
  font-display: swap;}

@font-face {
  font-family: 'Gotham';
  font-weight: 700;
  font-style: normal;
  src: url("../fonts/GothaProBol.eot");
  src: local("☺"), url("../fonts/GothaProBol.woff") format("woff"), url("../fonts/GothaProBol.ttf") format("truetype"), url("../fonts/GothaProBol.svg") format("svg");
  font-display: swap;}

@font-face {
  font-family: 'Gotham';
  font-weight: 900;
  src: url("../fonts/GothaProBla.eot");
  src: local("☺"), url("../fonts/GothaProBla.woff") format("woff"), url("../fonts/GothaProBla.ttf") format("truetype"), url("../fonts/GothaProBla.svg") format("svg");
  font-style: normal;
  font-display: swap;}

/* NEW FONTS */
@font-face {
  font-family: 'EagleSans';
  src: url('../fonts/subset-EagleSans-Bold.eot');
  src: url('../fonts/subset-EagleSans-Bold.eot?#iefix') format('embedded-opentype'),
  url('../fonts/subset-EagleSans-Bold.woff2') format('woff2'),
  url('../fonts/subset-EagleSans-Bold.woff') format('woff'),
  url('../fonts/subset-EagleSans-Bold.ttf') format('truetype'),
  url('../fonts/subset-EagleSans-Bold.svg#EagleSans-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'museo_sans_cyrl';
  font-weight: 100;
  src: url('../fonts/museosanscyrl_0-webfont.eot');
  src: url('../fonts/museosanscyrl_0-webfont.eot?#iefix') format('embedded-opentype'),
  url('../fonts/museosanscyrl_0-webfont.woff2') format('woff2'),
  url('../fonts/museosanscyrl_0-webfont.woff') format('woff'),
  url('../fonts/museosanscyrl_0-webfont.ttf') format('truetype'),
  url('../fonts/museosanscyrl_0-webfont.svg#museo_sans_cyrl100') format('svg');
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'museo_sans_cyrl';
  font-weight: 300;
  src: url('../fonts/museosanscyrl_1-webfont.eot');
  src: url('../fonts/museosanscyrl_1-webfont.eot?#iefix') format('embedded-opentype'),
  url('../fonts/museosanscyrl_1-webfont.woff2') format('woff2'),
  url('../fonts/museosanscyrl_1-webfont.woff') format('woff'),
  url('../fonts/museosanscyrl_1-webfont.ttf') format('truetype'),
  url('../fonts/museosanscyrl_1-webfont.svg#museo_sans_cyrl300') format('svg');
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'museo_sans_cyrl';
  font-weight: 500;
  src: url('../fonts/museosanscyrl_2-webfont.eot');
  src: url('../fonts/museosanscyrl_2-webfont.eot?#iefix') format('embedded-opentype'),
  url('../fonts/museosanscyrl_2-webfont.woff2') format('woff2'),
  url('../fonts/museosanscyrl_2-webfont.woff') format('woff'),
  url('../fonts/museosanscyrl_2-webfont.ttf') format('truetype'),
  url('../fonts/museosanscyrl_2-webfont.svg#museo_sans_cyrl500') format('svg');
  font-style: normal;
  font-display: swap;}
@font-face {
  font-family: 'museo_sans_cyrl';
  font-weight: 700;
  src: url('../fonts/museosanscyrl_3-webfont.eot');
  src: url('../fonts/museosanscyrl_3-webfont.eot?#iefix') format('embedded-opentype'),
  url('../fonts/museosanscyrl_3-webfont.woff2') format('woff2'),
  url('../fonts/museosanscyrl_3-webfont.woff') format('woff'),
  url('../fonts/museosanscyrl_3-webfont.ttf') format('truetype'),
  url('../fonts/museosanscyrl_3-webfont.svg#museo_sans_cyrl700') format('svg');
  font-style: normal;
  font-display: swap;}

* {
  padding: 0px;
  margin: 0px;
  border: 0px; }

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
body{
  opacity: 1;
}
:focus, :active {
  outline: none; }

a:focus, a:active {
  outline: none; }

aside, nav, footer, header, section {
  display: block; }

html, body {
  height: 100%;
  margin: 0;
  padding: 0;
  min-width: 320px;
  position: relative;
  width: 100%;
  color: #000; }

body {
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  font-family: "Gotham"; }
body.bluepage {
  background-color: #fbfeff; }

input, button, textarea {
  font-family: 'Gotham'; }

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

a, a:visited {
  text-decoration: none; }

a:hover {
  text-decoration: none; }

img {
  max-width: 100%;
  vertical-align: top; }

.clr {
  clear: both;
  display: block; }

.wrapper {
  width: 100%;
  min-height: 100%;
  overflow: hidden; }

.row:after {
  display: block;
  content: '';
  clear: both; }

.container {
  max-width: 1170px;
  margin: 0 auto;
  position: relative;
  padding: 0px; }

@media (max-width: 1170px) {
  .container {
    max-width: 970px; } }

@media (max-width: 992px) {
  .container {
    max-width: 750px; } }

@media (max-width: 767px) {
  .container {
    max-width: none;
    padding: 0 10px; } }

/*
font-family: 'Open Sans Condensed';
@extend .fr;
@include anim(0.3s);
*/
header {
  -webkit-box-shadow: 0 0 81px rgba(24, 131, 177, 0.09);
  box-shadow: 0 0 81px rgba(24, 131, 177, 0.09);
  background: #fff;
  position: relative;
  z-index: 10; }

.header-body {
  font-family: "museo_sans_cyrl", sans-serif;
  font-weight: 300;
  background: #fff url('../img/bgheader.png') no-repeat center top; }

.header-body-table &gt; .cell {
  vertical-align: middle;
  height: 145px;
  padding-bottom: 20px; }
.header-body-table &gt; .cell:first-child {
  padding-bottom: 0; }

.header__logo {
  display: inline-block;
  width: 308px; }
.header__logo img {
  max-width: 100%; }

.header-body-buttons {
  padding: 0 20px;
  text-align: center; }

.header-body-buttons__address {
  vertical-align: middle;
  height: 45px;
  border: 1px solid #166388;
  display: inline-block;
  border-radius: 30px;
  text-align: center;
  padding: 0 20px;
  color: #166388; }
.header-body-buttons__address i {
  font-style: normal;
  border-bottom: 1px dotted; }
.header-body-buttons__address span {
  display: block;
  background: url("../img/icons/btn_map.svg") left no-repeat;
  line-height: 43px;
  font-size: 15px;
  padding-left: 30px;
  font-weight: 300; }
.header-body-buttons__address:hover {
  background-color: #166388;
  color: #fff; }
.header-body-buttons__address:hover i {
  border-bottom: 1px dotted #166388; }
.header-body-buttons__address:hover span {
  background: url("../img/icons/btn_map_h.svg") left no-repeat; }
.header-body-buttons__address:active {
  background-color: #166388; }
.header-body-buttons__address:active i {
  border-bottom: none; }

.header-body-buttons__email {
  vertical-align: middle;
  height: 45px;
  padding: 0 25px;
  background-color: #166388;
  display: inline-block;
  border-radius: 30px;
  margin-left: 20px;
  font-size: 15px;
  font-weight: 300;
  line-height: 45px;
  color: #f2f8fc;
  text-decoration: underline; }
.header-body-buttons__email i {
  font-style: normal;
  color: #fff; }
.header-body-buttons__email span {
  display: block;
  background: url("../img/icons/btn_email.svg") left no-repeat;
  padding-left: 44px; }
.header-body-buttons__email:hover {
  background-color: #0088d5;
  color: #fff; }
.header-body-buttons__email:active {
  background-color: #0073b5; }

.header-phones {
  position: relative;
  padding-left: 80px;
  float: right; }
.header-phones:before {
  content: '';
  background: #166388 url("../img/icons/header-phone.svg") 67% 50% no-repeat;
  width: 63px;
  height: 63px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -31.5px;
  border-radius: 50%; }
.header-phones &gt; .cell {
  vertical-align: middle; }
.header-phones .header-body-buttons__email {
  display: none; }

.header-phones__label {
  font-size: 16px;
  font-weight: 300;
  color: #2e2e2e;
  cursor: pointer;
  margin-bottom: 10px; }
.header-phones__label span {
  border-bottom: 1px dotted;
  cursor: pointer; }
.header-phones__label:last-child {
  margin-bottom: 0px; }
.header-phones__label.active {
  color: #a5652d; }

.header-phones-values {
  padding-left: 30px; }

.header-phones-values__item {
  padding: 0;
  width: 198px;
  height: 45px;
  background-color: #a5652d;
  border-radius: 30px;
  color: #fff;
  font-size: 16px;
  line-height: 45px;
  text-align: center;
  display: inline-block; }
.header-phones-values__item strong {
  font-weight: 500; }

.header-mobileicons,
.header-body-buttons-mobile,
.header-menu__icon {
  display: none; }

@media (max-width: 1170px) {
  .header-body-buttons__address, .header-body-buttons__email {
    width: 100%;
    margin: 0; }
  .header-body-buttons__address {
    margin-bottom: 5px; } }

@media (max-width: 992px) {
  .header-body-table &gt; .cell {
    padding: 20px 0;
    height: auto; }
  .header__logo {
    width: 230px; }
  .header-phones &gt; .cell {
    display: block; }
  .header-phones__label {
    display: inline-block;
    margin: 0px 10px 0px 0px; }
  .header-phones__label:last-child {
    margin: 0px; }
  .header-phones-values {
    padding: 15px 0 0 0px; }
  .header-phones-values__item {
    width: 185px; } }

@media (max-width: 767px) {
  .header-body-table &gt; .cell {
    padding: 0px 0;
    height: 60px; }
  .header-body-table &gt; .cell:first-child {
    width: 100%; }
  .header__logo {
    width: 157px; }
  .header-mobileicons,
  .header-menu__icon {
    display: block; }
  .header-body-buttons {
    display: none;
    position: absolute;
    width: 100%;
    left: 0;
    top: 60px;
    padding: 10px 10px 30px 10px;
    background-color: #fff;
    z-index: 10; }
  .header-body-buttons.active {
    display: block; }
  .header-body-buttons-mobile {
    display: block;
    padding: 0 40px; }
  .header-body-buttons-mobile__icon {
    border-radius: 50%;
    background: #166388  url("../img/icons/btn_map_h.svg") center no-repeat;
    background-size: 24px;
    display: inline-block;
    vertical-align: middle;
    width: 50px;
    height: 50px;
    border: 1px solid #166388 ;
    margin-bottom: 17px; }
  .header-body-buttons-mobile__label {
    color: #36405a;
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 10px; }
  .header-body-buttons-mobile__address {
    color: #166388 ;
    font-size: 14px;
    font-weight: 300;
    line-height: 28px;
    border-bottom: 1px dotted; }
  .header-body-buttons__address {
    display: none; }
  .header-body-buttons__email {
    max-width: 210px;
    display: block;
    margin: 50px auto 0px auto; }
  .header-phones {
    display: none;
    position: absolute;
    width: 100%;
    left: 0;
    top: 60px;
    padding: 90px 10px 30px 10px;
    background-color: #fff;
    z-index: 10;
    text-align: center; }
  .header-phones:before {
    content: '';
    left: 50%;
    top: 10px;
    margin: 0px 0px 0px -25px;
    width: 50px;
    height: 50px;
    background-size: 30px; }
  .header-phones.active {
    display: block; }
  .header-phones .header-body-buttons__email {
    display: block; }
  .header-phones__label {
    margin: 0 15px !important; }
  .header-phones-values {
    padding-top: 25px; }
  .header-phones-values__item {
    width: 198px;
    margin: 0px auto; }
  .header-mobileicons {
    white-space: nowrap;
    padding-right: 50px; }
  .header__addresicon {
    border-radius: 50%;
    background: #166388  url("../img/icons/btn_map_h.svg") center no-repeat;
    background-size: 14px;
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    border: 1px solid #166388 ; }
  .header__phoneicon {
    border-radius: 50%;
    background: #166388  url("../img/icons/header-phone.svg") 66% center no-repeat;
    background-size: 18px;
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    border: 1px solid #166388;
    margin-left: 15px; }
  .header-menu__icon {
    display: block;
    position: absolute;
    top: 20px;
    right: 10px;
    width: 32px;
    height: 18px;
    cursor: pointer;
    z-index: 5; }
  .header-menu__icon span {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    top: 8px;
    left: 0px;
    position: absolute;
    width: 32px;
    height: 3px;
    background-color: #166388;
    border-radius: 2px;
    display: inline-block; }
  .header-menu__icon span:first-child {
    top: 0px;
    width: 21px; }
  .header-menu__icon span:last-child {
    top: auto;
    bottom: 0px;
    width: 21px;
    right: 0;
    left: auto; }
  .header-menu__icon.active span {
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0); }
  .header-menu__icon.active span:first-child {
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 7px;
    width: 32px; }
  .header-menu__icon.active span:last-child {
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    bottom: 8px;
    width: 32px; } }

.header-bottom {
  background: #262e41;
}
.header-menu {
  font-size: 0;
  display: table;
  width: 100%; }

.header-menu-list {
  text-align: left; }
.header-menu-list li {
  display: inline-block;
  list-style: none;
  margin: 0 10px;
  position: relative; }
.header-menu-list li.hover .header-menu-sublist {
  display: block; }
.header-menu-list li.hover .header-menu__link {
  color: #fff;
  background: #196489;
  /*position: relative;*/ }
/*.header-menu-list li.hover .header-menu__link:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #007dc4; }*/
.header-menu-list li.hover .header-menu__more {
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg); }

.header-menu__link {
  display: block;
  line-height: 57px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  font-family: "museo_sans_cyrl", sans-serif;
  text-transform: uppercase;
  padding: 0 20px; }

@media (max-width: 767px) {
  .header-menu__link {
    color: #36405a;
  }
}

.header-menu__more {
  display: none;
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg); }

.header-menu-sublist {
  display: none;
  position: absolute;
  left: 0;
  top: 57px;
  padding: 18px 22px;
  width: 340px;
  -webkit-box-shadow: 0 0 81px rgba(24, 131, 177, 0.09);
  box-shadow: 0 0 81px rgba(24, 131, 177, 0.09);
  background-color: #f9fcfd;
  text-align: left; }
.header-menu-sublist li {
  list-style: none;
  display: block;
  margin: 0; }

.header-menu__sublink {
  color: #1e2431;
  line-height: 28px;
  font-weight: 300;
  font-family: "museo_sans_cyrl", sans-serif;
  font-size: 14px; }
.header-menu__sublink:hover {
  color: #166388; }

body.touch .header-menu__more {
  display: inline-block;
  margin-left: 5px;
  vertical-align: top;
  position: relative;
  top: -1px; }

@media (max-width: 1170px) {
  .header-menu__link {
    padding: 0 10px; } }

@media (max-width: 992px) {
  .header-menu-list &gt; li {
    margin: 0 5px; }
  .header-menu__link {
    padding: 0 5px;
    font-size: 13px; } }

@media (max-width: 767px) {
  .header-menu {
    display: none;
    padding: 20px 0px 20px 0px;
    position: absolute;
    background-color: #fff;
    top: 0px;
    left: 0;
    width: 100%; }
  .header-menu.active {
    display: block; }
  .header-menu-list &gt; li {
    margin: 0px 0px 20px 0px;
    display: block;
    text-align: center; }
  .header-menu-list &gt; li:last-child {
    margin-bottom: 0px; }
  .header-menu-list &gt; li.hover .header-menu__link {
    font-weight: 700; }
  .header-menu__link {
    line-height: 1;
    font-weight: 700;
    font-size: 14px; }
  .header-menu__link:after {
    content: '';
    display: none; }
  .header-menu-sublist {
    position: relative;
    width: 100%;
    top: 0;
    text-align: center;
    background-color: transparent;
    -webkit-box-shadow: 0 0 0 #000;
    box-shadow: 0 0 0 #000;
    padding: 20px 0px 5px 0px; }
  .header-menu-sublist li {
    margin-bottom: 15px; } }

/*
font-family: 'Open Sans Condensed';
@extend .fr;
@include anim(0.3s);
*/
/*
font-family: 'Open Sans Condensed';
@extend .fr;
@include anim(0.3s);
*/
body.bluepage footer:before {
  display: none; }

footer {
  background: #262e41;
  padding: 40px 0px 0px 0px;
  position: relative; }
footer:before {
  content: '';
  background: url('../img/bg_footer.svg') bottom no-repeat;
  background-size: 2000px;
  width: 100%;
  position: absolute;
  bottom: -90px;
  height: 1452px;
  left: 0;
  z-index: -1; }

.footer-body-table .cell:first-child {
  width: 200px; }

.footer-body-table .cell:last-child {
  width: 370px; }

.footer__label {
  color: #fff;
  font-family: "EagleSans", sans-serif;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px; }
.footer__label span {
  padding: 0; }
.footer__label span:before {
  display: none; }

.footer-list {
  padding-right: 20px; }
.footer-list li {
  list-style: none;
  margin-bottom: 15px; }
.footer-list li:last-child {
  margin-bottom: 0px; }

.footer-list__link {
  color: #fff;
  font-family: "museo_sans_cyrl", sans-serif;
  font-size: 13px;
  font-weight: 300; }
.footer-list__link:hover {
  text-decoration: underline;
  color: #a5652d; }

.footer-lists .footer-list {
  float: left;
  width: 50%; }
.footer-lists .footer-list:last-child {
  padding-left: 30px; }

.footer-contacts-block {
  color: #fff;
  font-family: "museo_sans_cyrl", sans-serif;
  font-weight: 300;
  padding-bottom: 14px; }
.footer-contacts-block:last-child {
  padding-bottom: 0; }

.footer-contacts__label {
  font-size: 13px;
  margin-bottom: 10px; }

.footer-contacts__value {
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 10px;
  display: block; }
.footer-contacts__value a {
  color: #fff; }
.footer-contacts__value.footer-contacts__value-tel {
  font-size: 18px;
  line-height: 27px;
  margin: 0;
}
.footer-contacts__value.footer-contacts__value-email {
  font-size: 16px;
  text-decoration: underline;
}
.footer-contacts__value.footer-contacts__value-email:hover{
  text-decoration: none;
}

.footer-contacts__map {
  font-size: 13px;
  text-decoration: underline;
  color: #fff;
  display: inline-block;
  margin: 10px 0; }
.footer-contacts__map:hover {
  text-decoration: none; }

.footer-bottom {
  padding: 30px 0px 0px 0px; }

.footer-bottom-table .cell {
  vertical-align: middle;
  padding: 24px 0; }
.footer-bottom-table .cell:last-child {
  text-align: right; }

.footer__copy {
  color: #fff;
  font-family: "museo_sans_cyrl", sans-serif;
  font-size: 13px;
  font-weight: 300; }
.footer__copy img {
  vertical-align: middle;
  display: inline-block;
  margin-right: -6px 10px 0 0; }

.footer__dev {
  font-family: "museo_sans_cyrl", sans-serif;
  font-size: 13px;
  font-weight: 300;
  color: #fff; }
.footer__dev img {
  vertical-align: middle;
  display: inline-block;
  margin: -8px 0 0 6px; }

@media (max-width: 1170px) {
  .footer-body-table .cell:first-child {
    width: 200px; }
  .footer-body-table .cell:last-child {
    width: 250px; } }

@media (max-width: 992px) {
  .footer-body-table .cell:first-child {
    width: 180px; }
  .footer-body-table .cell:last-child {
    width: 180px; } }

@media (max-width: 767px) {
  footer {
    padding: 20px 0px 0px 0px; }
  .footer-body-table {
    text-align: center; }
  .footer-body-table .cell {
    display: block;
    width: 100%;
    padding: 0 20px 20px 20px; }
  .footer-body-table .cell:first-child {
    width: 100%; }
  .footer-body-table .cell:last-child {
    width: 100%; }
  .footer__label {
    margin: 0; }
  .footer__label span {
    position: relative;
    padding-right: 20px; }
  .footer__label span:before {
    position: absolute;
    right: 0;
    top: 2px;
    display: block; }
  .footer__label.active {
    color: #007dc2; }
  .footer__label.active span:before {
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg); }
  .footer-list {
    padding: 20px 0 0 0;
    display: none; }
  .footer-lists {
    display: none; }
  .footer-lists .footer-list {
    width: 100%;
    display: block; }
  .footer-lists .footer-list:last-child {
    padding: 15px 0 0 0; }
  .footer-list__link {
    font-size: 14px; }
  .footer-contacts {
    padding-top: 20px; }
  .footer-bottom {
    padding-top: 0px; }
  .footer-bottom-table {
    padding: 15px 0; }
  .footer-bottom-table .cell {
    display: block;
    text-align: center;
    padding: 5px 0; }
  .footer-bottom-table .cell:last-child {
    text-align: center; }
  .footer__copy img {
    display: block;
    margin: 0px auto 20px auto; } }

/*
font-family: 'Open Sans Condensed';
@extend .fr;
@include anim(0.3s);
*/
/*
font-family: 'Open Sans Condensed';
@extend .fr;
@include anim(0.3s);
*/
.mainslider {
  position: relative; }

.mainslider-slide-content {
  z-index: 2;
  position: relative;
  color: #fff; }
.mainslider-slide-content .table {
  width: 70%; }
.mainslider-slide-content .cell {
  height: 640px;
  vertical-align: middle;
  padding: 75px 0; }

.mainslider-slide__title {
  font-family: "EagleSans", sans-serif;
  font-size: 46px;
  font-weight: bold;
  line-height: 44px;
  margin-bottom: 30px; }

.mainslider-slide__text {
  font-weight: 300;
  font-family: "museo_sans_cyrl", sans-serif;
  line-height: 23px;
  font-size: 17px; }

.mainslider-slide__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }

.mainslider-dots {
  position: absolute;
  bottom: 30px;
  left: 5px;
  width: 100%; }

@media (max-width: 992px) {
  .mainslider-slide-content .table {
    width: 100%; }
  .mainslider-slide-content .cell {
    height: 400px;
    vertical-align: middle; } }

@media (max-width: 767px) {
  .mainslider-slide__title {
    font-size: 28px;
    text-align: center;
    line-height: 30px;
    margin-bottom: 20px; }
  .mainslider-slide__text {
    text-align: center;
    font-size: 14px;
    line-height: 18px; }
  .mainslider-dots {
    text-align: center; }
  .mainslider-dots .slick-dots {
    width: 100%; } }

.servicesmodule {
  padding: 45px 0px 15px 0px;
  position: relative; }
.servicesmodule:after {
  content: '';
  z-index: -1;
  top: 225px;
  left: 0;
  position: absolute;
  background: url("../img/bg_top.svg") top no-repeat;
  width: 100%;
  height: 1242px; }

.servicesmodule__title.title {
  text-align: center;
  margin-bottom: 45px; }

.servicesmodule-row {
  margin: 0 -15px; }

.servicesmodule-column {
  padding: 0 15px;
  display: inline-block;
  vertical-align: top;
  width: 25%;
  margin-bottom: 35px;
  text-align: center; }

.servicesmodule-item {
  min-height: 190px;
  background-color: #fff;
  -webkit-transition: box-shadow .2s ease;
  transition: box-shadow .2s ease;
  -webkit-box-shadow: 0 0 27px rgba(0, 0, 0, 0.13);
  box-shadow: 0 0 27px rgba(0, 0, 0, 0.13);
  display: block;
  padding: 20px 30px 15px 30px;
  text-align: center;
  display: inline-block;
  max-width: 270px;
  width: 100%; }
.servicesmodule-item:hover .servicesmodule-item__icon_1 {
  background: url("../img/services/01_h.png") center no-repeat; }
.servicesmodule-item:hover .servicesmodule-item__icon_2 {
  background: url("../img/services/02_h.png") center no-repeat; }
.servicesmodule-item:hover .servicesmodule-item__icon_3 {
  background: url("../img/services/03_h.png") center no-repeat; }
.servicesmodule-item:hover .servicesmodule-item__icon_4 {
  background: url("../img/services/04_h.png") center no-repeat; }
.servicesmodule-item:hover .servicesmodule-item__icon_5 {
  background: url("../img/services/05_h.png") center no-repeat; }
.servicesmodule-item:hover .servicesmodule-item__icon_6 {
  background: url("../img/services/06_h.png") center no-repeat; }
.servicesmodule-item:hover .servicesmodule-item__icon_7 {
  background: url("../img/services/07_h.png") center no-repeat; }
.servicesmodule-item:hover .servicesmodule-item__icon_8 {
  background: url("../img/services/08_h.png") center no-repeat; }
.servicesmodule-item:hover .servicesmodule-item__icon_9 {
  background: url("../img/services/09_h.png") center no-repeat; }
.servicesmodule-item:hover .servicesmodule-item__icon_10 {
  background: url("../img/services/10_h.png") center no-repeat; }
.servicesmodule-item:hover .servicesmodule-item__icon_11 {
  background: url("../img/services/11_h.png") center no-repeat; }
.servicesmodule-item:hover .servicesmodule-item__icon_12 {
  background: url("../img/services/12_h.png") center no-repeat; }
.servicesmodule-item:hover .servicesmodule-item__icon_13 {
  background: url("../img/services/13_h.png") center no-repeat; }
.servicesmodule-item:hover .servicesmodule-item__icon_14 {
  background: url("../img/services/14_h.png") center no-repeat; }
.servicesmodule-item:hover .servicesmodule-item__icon_15 {
  background: url("../img/services/15_h.png") center no-repeat; }
.servicesmodule-item:hover .servicesmodule-item__icon_16 {
  background: url("../img/services/16_h.png") center no-repeat; }
.servicesmodule-item:hover .servicesmodule-item__icon_17 {
  background: url("../img/services/17_h.png") center no-repeat; }
.servicesmodule-item:hover .servicesmodule-item__icon_18 {
  background: url("../img/services/18_h.png") center no-repeat; }
.servicesmodule-item:hover {
  -webkit-box-shadow: 0 0 43px rgba(165, 101, 45, 0.3);
  box-shadow: 0 0 43px rgba(165, 101, 45, 0.3); }
.servicesmodule-item:hover .servicesmodule-item__text {
  color: #a5652d;
  text-decoration: none; }
.servicesmodule-item:hover .servicesmodule-item__text span {
  text-decoration: none; }

.servicesmodule-item__icon {
  display: block;
  height: 80px; }

.servicesmodule-item__icon_1 {
  background: url("../img/services/01.png") center no-repeat; }

.servicesmodule-item__icon_2 {
  background: url("../img/services/02.png") center no-repeat; }

.servicesmodule-item__icon_3 {
  background: url("../img/services/03.png") center no-repeat; }

.servicesmodule-item__icon_4 {
  background: url("../img/services/04.png") center no-repeat; }

.servicesmodule-item__icon_5 {
  background: url("../img/services/05.png") center no-repeat; }

.servicesmodule-item__icon_6 {
  background: url("../img/services/06.png") center no-repeat; }

.servicesmodule-item__icon_7 {
  background: url("../img/services/07.png") center no-repeat; }

.servicesmodule-item__icon_8 {
  background: url("../img/services/08.png") center no-repeat; }

.servicesmodule-item__icon_9 {
  background: url("../img/services/09.png") center no-repeat; }

.servicesmodule-item__icon_10 {
  background: url("../img/services/10.png") center no-repeat; }

.servicesmodule-item__icon_11 {
  background: url("../img/services/11.png") center no-repeat; }

.servicesmodule-item__icon_12 {
  background: url("../img/services/12.png") center no-repeat; }

.servicesmodule-item__icon_13 {
  background: url("../img/services/13.png") center no-repeat; }

.servicesmodule-item__icon_14 {
  background: url("../img/services/14.png") center no-repeat; }

.servicesmodule-item__icon_15 {
  background: url("../img/services/15.png") center no-repeat; }

.servicesmodule-item__icon_16 {
  background: url("../img/services/16.png") center no-repeat; }

.servicesmodule-item__icon_17 {
  background: url("../img/services/17.png") center no-repeat; }

.servicesmodule-item__icon_18 {
  background: url("../img/services/18.png") center no-repeat; }

.servicesmodule-item__text {
  display: block;
  padding-top: 20px;
  color: #36405a;
  font-size: 16px;
  font-family: "EagleSans", sans-serif;
  font-weight: bold;
  line-height: 20px; }
.servicesmodule-item__text span {
  text-decoration: underline; }

.servicesmodule-button .cell {
  height: 190px;
  vertical-align: middle;
  text-align: center; }

@media (max-width: 1170px) {
  .servicesmodule-column {
    width: 33.333%; } }

@media (max-width: 767px) {
  .servicesmodule-column {
    width: 50%; } }

@media (max-width: 520px) {
  .servicesmodule-column {
    width: 100%; }
  .servicesmodule-button .cell {
    height: auto; } }

.textblock {
  margin-bottom: 35px; }

.textblock-row {
  margin: 0 -100px;
  padding: 55px 100px;
  background-color: #e4e4e4; }
.textblock-row.nobg {
  background-color: transparent; }

.textblock-leftside {
  float: left;
  width: 300px;
  padding-right: 30px; }

.textblock__logo {
  margin-bottom: 10px; }

.textblock__more {
  margin-top: 20px; }

.textblock-body {
  margin-left: 370px; }

@media (max-width: 992px) {
  .textblock-body {
    margin-left: 300px; } }

@media (max-width: 767px) {
  .textblock-leftside {
    float: none;
    width: 100%;
    padding: 0px 0px 30px 0px; }
  .textblock-body {
    margin-left: 0px; } }

.objectsmodule {
  padding: 0px 0px 45px 0px; }

.objectsmodule-header {
  margin-bottom: 35px; }
.objectsmodule-header .cell {
  vertical-align: middle; }
.objectsmodule-header .cell:last-child {
  text-align: right; }

.objectsmodule-slider {
  margin: 0 -15px; }
.objectsmodule-slider .slick-track, .objectsmodule-slider .slick-list {
  overflow: visible !important; }

.objectsmodule-slide {
  text-align: center;
  padding: 0 15px; }

.objectsmodule-slide-item {
  text-align: left;
  position: relative;
  display: inline-block;
  width: 370px;
  height: 370px; }
.objectsmodule-slide-item:hover .objectsmodule-slide-item-content {
  display: block; }

.objectsmodule-slide-item-content {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }
.objectsmodule-slide-item-content:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(22, 99, 136, 0.68);
  z-index: 1; }

.objectsmodule-slide-item-content-text {
  position: relative;
  z-index: 2;
  padding: 40px 20px;
  font-family: "museo_sans_cyrl", sans-serif;
  font-weight: 300;
  color: #fff; }

.objectsmodule-slide-item-content__title {
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 15px; }

.objectsmodule-slide-item-content__text {
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 15px; }

.objectsmodule-slide-item-content__link {
  font-weight: 700;
  font-size: 14px;
  color: #fff;
  text-decoration: underline; }
.objectsmodule-slide-item-content__link:hover {
  text-decoration: none; }

.objectsmodule-slide-item__image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }

@media (max-width: 1170px) {
  .objectsmodule-slider .slick-arrow:before {
    color: #000; } }

@media (max-width: 992px) {
  .objectsmodule-slider .slick-arrow {
    bottom: 10px;
    top: auto;
    margin: 0; }
  .objectsmodule-slider .slick-arrow:before {
    color: #fff; }
  .objectsmodule-slider .slick-arrow.slick-prev {
    left: 50%;
    margin-left: -40px; }
  .objectsmodule-slider .slick-arrow.slick-next {
    right: 50%;
    margin-right: -40px; } }

@media (max-width: 767px) {
  .objectsmodule-slide-item-content {
    display: block; } }

@media (max-width: 600px) {
  .objectsmodule-header .cell {
    display: block;
    text-align: center !important; }
  .objectsmodule-header__title.title.line {
    margin-bottom: 30px; }
  .objectsmodule-header__title.title.line:after {
    content: '';
    left: 50%;
    margin-left: -35px; } }

@media (max-width: 470px) {
  .objectsmodule-slide-item {
    width: 300px;
    height: 300px; } }

.brandmodule {
  padding: 0px 0px 35px 0px; }

.brandmodule__title {
  margin-bottom: 30px; }

.brandmodule-row {
  margin: 0 -15px; }

.brandmodule-table {
  margin-bottom: 5px; }

.brandmodule-column {
  display: inline-block;
  vertical-align: top;
  width: 16.666%;
  text-align: center;
  margin-bottom: 20px;
  padding: 0 15px; }

.brandmodule-item {
  border: 1px solid #e8e8e8;
  display: inline-block;
  width: 100%;
  max-width: 170px;
  background-color: #fff;
  border-radius: 2px; }
.brandmodule-item img {
  max-width: 100%; }
.brandmodule-item .cell {
  height: 95px;
  vertical-align: middle;
  text-align: center; }
.brandmodule__btn.btn-2 {
  font-size: 14px;
  font-weight: 300;
}

.brandmodule-footer {
  text-align: center; }

@media (max-width: 1170px) {
  .brandmodule-column {
    width: 20%; } }

@media (max-width: 992px) {
  .brandmodule-column {
    width: 25%; } }

@media (max-width: 767px) {
  .brandmodule-column {
    width: 33.333%; } }

@media (max-width: 600px) {
  .brandmodule-row {
    margin: 0 -5px; }
  .brandmodule-column {
    width: 50%;
    padding: 0 5px; } }

.showroommodule-row {
  position: relative;
  padding: 50px 0 50px 0px; }
.showroommodule-row:before {
  content: '';
  background-color: #e4e4e4;
  width: 614px;
  height: 100%;
  position: absolute;
  top: 0;
  left: -30px; }

.showroommodule-leftside {
  float: left;
  width: 395px;
  position: relative; }
.showroommodule__title.title{
  font-size: 46px;
}

.showroommodule-leftside-body {
  position: relative;
  z-index: 2;
  padding-left: 30px; }

.showroommodule__logo {
  margin-bottom: 10px; }

.showroommodule__text.text {
  margin: 20px 0 26px; }

.showroommodule-body {
  margin-left: 395px;
  padding: 0px 0 0px 30px;
  position: relative;
  z-index: 10; }

.showroommodule-body__image img {
  max-width: 100%; }

@media (max-width: 992px) {
  .showroommodule-leftside {
    float: none;
    width: 100%; }
  .showroommodule-leftside-body {
    padding-left: 0; }
  .showroommodule-body {
    margin: 40px 0 0 0;
    text-align: center;
    padding: 0; } }

@media (max-width: 767px) {
  .showroommodule-row {
    padding: 30px 0; }
  .showroommodule__btn.btn {
    margin: 0px auto;
    display: block;
    width: 225px; } }

/*
font-family: 'Open Sans Condensed';
@extend .fr;
@include anim(0.3s);
*/
/*
font-family: 'Open Sans Condensed';
@extend .fr;
@include anim(0.3s);
*/
.catalog-leftside {
  float: left;
  width: 270px; }

.catalog-leftside-top {
  text-align: center; }

.catalog-leftside__btn.btn {
  cursor: default;
  min-width: 0;
  width: auto;
  background: transparent !important;
  border-radius: 0;
  color: #166388;
  font-size: 24px;
  height: auto;
  line-height: 1.2em;
  padding: 0;
  font-family: "EagleSans", sans-serif;
  margin-bottom: 9px; }
.catalog-leftside__btn.btn:hover{
  background: transparent;
}
.catalog-leftside__btn.btn span {
  display: none; }
  .catalog-leftside__btn.btn span.active {
  display: block; }
 .popup__subtitle a{
	 color:black;
 }
/*
.catalog-leftside__btn.btn span:last-child {
  display: none; }*/
.catalog-leftside__btn.btn.active span:first-child {
  display: none; }
.catalog-leftside__btn.btn.active span:last-child {
  display: block; }

/*.catalog-sectors {
  margin: 10px 0 0;
  -webkit-box-shadow: 0 0 21px rgba(38, 46, 65, 0.06);
  box-shadow: 0 0 21px rgba(38, 46, 65, 0.06);
  background-color: #ffffff; }*/
.catalog-sectors {
  margin: 10px 0 0;
  -webkit-box-shadow: 0 0 27px rgba(0, 0, 0, 0.13);
  box-shadow: 0 0 27px rgba(0, 0, 0, 0.13);
  background-color: #ffffff; }

.catalog-sectors-item {
  display: none; }
.catalog-sectors-item.active {
  display: block; }

.catalog-sectors-item__title {
  text-align: center;
  font-family: "museo_sans_cyrl", sans-serif;
  color: #36405a;
  font-size: 15px;
  padding: 9px;
  font-weight: 700; }
.catalog-sectors-item__title-holder span{
  display: inline-block;
  border-bottom: 1px dotted #fff;
  vertical-align: middle;
  line-height: 1.2em;
  position: relative;
}
.catalog-sectors-item__title-holder:hover span{
  border-bottom: 1px dotted transparent;
}
.catalog-sectors-item__title-holder{
  height: 45px;
  line-height: 37px;
  background: #196489;
  color: #fff;
  -webkit-box-shadow: 0 0 27px rgba(54, 64, 90, 0.04);
  box-shadow: 0 0 27px rgba(54, 64, 90, 0.04);
  cursor: pointer;
}
.catalog-sectors-item__title-holder:hover{
  -webkit-box-shadow: 0 0 21px rgba(38, 46, 65, 0.06);
  box-shadow: 0 0 21px rgba(38, 46, 65, 0.06);
}

.catalog-sectors-item__title_1 span:before {
  position: absolute;
  right: 100%;
  top: 50%;
  margin: -15px 0 0;
  background: url("../img/icons/catalog.svg") left no-repeat;
  width: 30px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
  content: '';
}

.catalog-sectors-item__title_2 span:before {
  position: absolute;
  right: 100%;
  top: 50%;
  margin: -15px 0 0;
  background: url("../img/icons/filter.svg") left no-repeat;
  width: 30px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
  content: '';
}

.catalog-sectors-item-block {
  border-bottom: 1px solid #dedede; }

.catalog-sectors-item-block__title a {
  color: #36405a;
}
.catalog-sectors-item-block__title:hover,
.catalog-sectors-item-block__title:hover a {
  text-decoration: underline ;
  color: #196489;
}
.catalog-sectors-item-block__title.active &gt; a {
  color: #fff;
}
.catalog-sectors-item-block__title {
  background-color: #f7f7f7;
  line-height: 15px;
  position: relative;
  cursor: pointer;
  padding: 13px 48px 12px 18px;
  color: #36405a;
  font-size: 14px;
  font-family: "museo_sans_cyrl", sans-serif;
  font-weight: 700; }
.catalog-sectors-item-block__title span {
  background: url('../img/icons/arrow-down.svg') no-repeat center center;
  position: absolute;
  right: 17px;
  top: 9px;
  border: 1px solid #36405a;
  border-radius: 50%;
  width: 21px;
  height: 21px;
  line-height: 22px;
  text-align: center; }
.catalog-sectors-item-block__title span:before {
  display: none }
.catalog-sectors-item-block__title.active {
  background: #196489;
  color: #fff;
}
.catalog-sectors-item-block__title.active span {
  background: url('../img/arrow-up_white.svg') no-repeat center 45%;
  top: 8px;
  width: 23px;
  height: 23px;
  border: 1px solid #fff; }

.catalog-sectors-item-block-body {
  padding: 20px;
  display: none; }

.catalog-sectors-item-block-body__check.check {
  margin-bottom: 15px; }
.catalog-sectors-item-block-body__check.check:last-child {
  margin-bottom: 0px; }

.catalog-sectors-item-footer {
  text-align: center;
  padding: 22px 0px 23px 0px; }

.catalog-sectors-item__btn.btn {
  margin-bottom: 18px; }

.catalog-sectors-item__clear {
  text-decoration: underline;
  color: #36405a;
  font-weight: 300; }
.catalog-sectors-item__clear:hover {
  text-decoration: none; }

.catalog-sectors-item-block-body-block {
  margin-bottom: 15px; }
.catalog-sectors-item-block-body-block a{
  color: #36405a;
}
.catalog-sectors-item-block-body-block__title.active a,
.catalog-sectors-item-block-body-block a:hover{
  color: #196489;
}
.catalog-sectors-item-block-body-block:last-child {
  margin-bottom: 0px; }

.catalog-sectors-item-block-body-block__title {
  color: #333e5a;
  font-weight: 700;
  position: relative;
  font-size: 12px;
  cursor: pointer;
  padding-right: 20px; }
.catalog-sectors-item-block-body-block__title span {
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
.catalog-sectors-item-block-body-block__title &gt; span:before {
  font-size: 16px;
  line-height: 13px; }
.catalog-sectors-item-block-body-block__title.active {
  color: #196489; }
.catalog-sectors-item-block-body-block__title.active span {
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg); }

.catalog-sectors-item-block-body-block-body {
  padding: 10px 0px 5px 10px;
  display: none; }

.catalog-sectors-item-block-body-block-body-list li {
  list-style: none;
  margin-bottom: 7px; }
.catalog-sectors-item-block-body-block-body-list li:last-child {
  margin-bottom: 0px; }

.catalog-sectors-item-block-body-block-body__link {
  color: #333e5a;
  font-size: 12px; }
.catalog-sectors-item-block-body-block-body__link:hover {
  text-decoration: underline;
  color: #007dc4; }

.catalog-sectors-item-block-body-block-body a{
  position: relative;
}
.catalog-sectors-item-block-body-block-body a:before{
  position: absolute;
  left: -10px;
  top: 1px;
  font-size: 11px;
  content: '›';
}

@media (max-width: 992px) {
  .catalog-leftside {
    float: none;
    width: 100%; } }

.catalog-body {
  margin-left: 270px;
  padding: 0px 0px 0px 30px; }

.catalog-body-block {
  float: left;
  width: 100%; }

.catalog-action {
  margin-bottom: 30px; }

.catalog-action-order {
  float: right; }
.catalog-action-order .cell {
  vertical-align: middle;
  padding-right: 14px; }
.catalog-action-order .cell:last-child {
  padding-right: 0; }

.catalog-action-order__label {
  color: #36405a;
  font-family: "museo_sans_cyrl", sans-serif;
  font-size: 16px;
  font-weight: 300; }

.catalog-action-order__value {
  color: #36405a;
  font-family: "museo_sans_cyrl", sans-serif;
  font-size: 16px;
  font-weight: 300;
  cursor: pointer;
  text-align: center; }
.catalog-action-order__value span {
  text-decoration: underline;
  position: relative;
  padding-right: 20px; }
.catalog-action-order__value span:before {
  position: absolute;
  right: 0;
  top: 2px; }
.catalog-action-order__value:hover span {
  text-decoration: none; }
.catalog-action-order__value.active {
  color: #a3662b; }
.catalog-action-order__value.order span:before {
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg); }

@media (max-width: 992px) {
  .catalog-body {
    margin: 0;
    padding: 50px 0px 0px 0px; } }

@media (max-width: 520px) {
  .catalog-action-order__value {
    margin-bottom: 15px;
  }
  .catalog-action-order {
    float: none; }
  .catalog-action-order .cell {
    display: block; }
  .catalog-action-order__label {
    margin-bottom: 15px; } }

.catalog-products-row {
  margin: 0 -15px; }

.catalog-products-column {
  display: inline-block;
  vertical-align: top;
  width: 33.333%;
  padding: 0 15px;
  margin-bottom: 30px; }

.catalog-products-item {
  -webkit-transition: box-shadow .2s ease;
  transition: box-shadow .2s ease;
  background-color: #fff;
  -webkit-box-shadow: 0 0 27px rgba(0, 0, 0, 0.13);
  box-shadow: 0 0 27px rgba(0, 0, 0, 0.13);
  padding: 18px; }

.catalog-products-item:hover {
  -webkit-box-shadow: 0 0 43px rgba(165, 101, 45, 0.3);
  box-shadow: 0 0 43px rgba(165, 101, 45, 0.3); }

.catalog-products-item-image.table{
	display: block;
}
.catalog-products-item-image .cell {
  height: 250px;
  line-height: 250px;
  display: block;
  text-align: center;
  vertical-align: middle; }
.catalog-products-item-image .cell img {
	vertical-align: middle;
  max-width: 100%; }

.catalog-products-item-body {
  font-family: "museo_sans_cyrl", sans-serif;
  font-weight: 300;
  padding: 30px 0px 0px 0px; }

.catalog-products-item__title {
  color: #36405a;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  display: inline-block;
  height: 65px;
  overflow: hidden;
  margin-bottom: 5px; }

.catalog-products-item__title:hover{
  text-decoration: underline;
  color: #166388;
}

.catalog-products-item__label {
  color: #36405a;
  font-size: 12px; }
.catalog-products-item__label a {
  text-decoration: underline;
  color: #36405a; }
.catalog-products-item__label a:hover {
  text-decoration: none; }

.catalog-products-item__price {
  color: #1e749e;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 8px;
  margin-top: 18px; }

@media (max-width: 1170px) {
  .catalog-products-column {
    width: 50%; } }

@media (max-width: 600px) {
  .catalog-products-column {
    width: 100%; } }

/*
font-family: 'Open Sans Condensed';
@extend .fr;
@include anim(0.3s);
*/
/*
font-family: 'Open Sans Condensed';
@extend .fr;
@include anim(0.3s);
*/
.product-mainblock {
  background-color: #fff;
  -webkit-box-shadow: 0 0 27px rgba(0, 0, 0, 0.13);
  box-shadow: 0 0 27px rgba(0, 0, 0, 0.13);
  padding: 18px; }

.product-mainblock-top {
  margin-bottom: 15px; }

.product-mainblock-leftside {
  float: left;
  width: 450px; }

.product-mainblock-body {
  margin-left: 450px;
  padding: 0px 0px 0px 30px; }

@media (max-width: 1170px) {
  .product-mainblock-leftside {
    width: 350px; }
  .product-mainblock-body {
    margin-left: 350px;
    padding: 0px 0px 0px 30px; } }

@media (max-width: 992px) {
  .product-mainblock-top {
    margin-bottom: 45px; }
  .product-mainblock-leftside {
    width: 100%;
    float: none; }
  .product-mainblock-body {
    margin-left: 0px;
    padding: 0px 0px 0px 0px; } }

.product-mainblock-image {
  border: 1px solid #e5e5e5;
  padding: 0 30px;
  display: table;
  width: 100%; }
.product-mainblock-image .cell {
  vertical-align: middle;
  height: 455px;
  text-align: center;
  padding: 30px 0; }
.product-mainblock-image .cell img {
  max-width: 100%; }

@media (max-width: 992px) {
  .product-mainblock-image {
    margin-bottom: 30px; }
  .product-mainblock-image .cell {
    height: auto; } }

.product-mainblock__title {
  color: #166388;
  font-weight: bold;
  font-size: 26px;
  font-family: "EagleSans", sans-serif;
  line-height: 32px;
  margin-bottom: 18px;
  padding-top: 11px; }

.product-mainblock-params {
  color: #36405a;
  font-family: "museo_sans_cyrl", sans-serif;
  line-height: 24px;
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 14px; }

.product-mainblock-params__item a {
  color: #36405a;
  text-decoration: underline; }
.product-mainblock-params__item a:hover {
  text-decoration: none; }
.product-mainblock-params__item:last-child {
  margin-bottom: 0px; }

.product-mainblock__text.text {
  font-family: "museo_sans_cyrl", sans-serif;
  line-height: 24px;
  font-size: 14px;
  font-weight: 300;
  color: #272f44;
  margin-bottom: 25px; }

.product-mainblock-order {
  font-family: "museo_sans_cyrl", sans-serif;
  font-weight: 300;
  color: #36405a;
  background-color: #e4e4e4;
  border-radius: 8px;
  padding: 25px; }

.product-mainblock-order__text {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 15px; }
.product-mainblock-order__text strong {
  font-size: 16px; }

.product-mainblock-order-table .cell {
  vertical-align: middle; }
.product-mainblock-order-table .cell:first-child {
  padding-right: 20px; }

.product-mainblock-order__label {
  font-size: 14px;
  margin-bottom: 5px; }

.product-mainblock-order__price {
  font-size: 28px;
  font-weight: 700; }

@media (max-width: 767px) {
  .product-mainblock-order {
    padding: 15px; }
  .product-mainblock-order-table .cell {
    display: block; }
  .product-mainblock-order-table .cell:first-child {
    padding: 0 0 20px 0; } }

.product-mainblock-used:after{
  content: '';
  clear: both;
  overflow: hidden;
  display: table;
}
.product-mainblock-used__title {
  color: #36405a;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
  padding-right: 45px; }
.slider-off .product-mainblock-used__title{
  padding-right: 0;
}
.product-mainblock-used-slider {
  margin: 0 -5px;
}
.product-mainblock-used-slider .slick-arrow {
  position: absolute;
  height: 25px;
  width: 25px;
  background-color: transparent;
  cursor: pointer;
  z-index: 10;
  top: -12px; }
.product-mainblock-used-slider .slick-arrow:before {
  color: #e86505;
  font-size: 25px;
  line-height: 25px;
  display: inline-block; }
.product-mainblock-used-slider .slick-arrow.slick-prev {
  right: 20px;
  left: auto; }
.product-mainblock-used-slider .slick-arrow.slick-next {
  right: 0px; }
.product-mainblock-used-slider .slick-arrow:hover:before {
  color: #f46c09; }
.product-mainblock-used-slider .slick-arrow:active:before {
  color: #d75e04; }

.product-mainblock-used_toggle-slider{
  float: right;
  font-family: "museo_sans_cyrl", sans-serif;
  font-weight: 300;
  font-size: 14px;
  color: #166388;
  border-bottom: 1px dotted #166388;
}
.product-mainblock-used_toggle-slider:hover{
  border-bottom: 1px dotted transparent;
}
.toggle-slider-off{
  display: inline;
}
.toggle-slider-on{
  display: none;
}
.slider-off .toggle-slider-off{
  display: none;
}
.slider-off .toggle-slider-on{
  display: inline;
}

.product-mainblock-used-slide {
  border: 0;
  float: left;
  border-radius: 0;
  padding: 5px; }

.slider-off .product-mainblock-used-slide{
  width: 33.333%;
}
@media (max-width: 992px) {
  .slider-off .product-mainblock-used-slide{
    width: 50%;
  }
}
@media (max-width: 630px) {
  .slider-off .product-mainblock-used-slide{
    width: 100%;
  }
}
.product-mainblock-used-list li {
  list-style: none;
  margin-bottom: 10px; }
.product-mainblock-used-list li:last-child {
  margin-bottom: 0px; }

.product-mainblock-used__link {
  font-family: "museo_sans_cyrl", sans-serif;
  font-weight: 300;
  color: #166388;
  font-size: 14px;
  line-height: 20px;
  display: block;
  border-radius: 8px;
  padding: 8px 9px;
  border: 1px solid #e7e7e7;
}
.product-mainblock-used__img{
  width: 60px;
  height: 60px;
  float: left;
  margin: 0 10px 0 0;
  background-size: cover;
  background-position: center center;
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid #e7e7e7;
}
.product-mainblock-used__link-holder{
  display: table;
}
.product-mainblock-used__link span{
  display: table-cell;
  height: 60px;
  vertical-align: middle;
  text-decoration: none;
  font-size: 14px;
  line-height: 16px;
  color: #166388;
}
.product-mainblock-used__link:hover span {
  text-decoration: underline; }

@media (max-width: 992px) {
  .product-mainblock-used {
    margin-bottom: 30px; } }

.product-mainblock-buywith__title {
  color: #36405a;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px; }

.product-mainblock-buywith-slider .slick-arrow {
  position: absolute;
  height: 40px;
  width: 40px;
  background-color: transparent;
  cursor: pointer;
  z-index: 10;
  top: auto;
  bottom: 15px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #e86505; }
.product-mainblock-buywith-slider .slick-arrow:before {
  color: #fff;
  font-size: 25px;
  line-height: 40px;
  display: inline-block; }
.product-mainblock-buywith-slider .slick-arrow.slick-prev {
  right: 60px;
  left: auto; }
.product-mainblock-buywith-slider .slick-arrow.slick-next {
  right: 15px; }
.product-mainblock-buywith-slider .slick-arrow:hover {
  background-color: #f46c09; }
.product-mainblock-buywith-slider .slick-arrow:active {
  background-color: #d75e04; }

.product-mainblock-buywith-product {
  border: 1px solid #fafafa;
  border-radius: 10px;
  padding: 25px 20px; }

.product-mainblock-buywith-product__image {
  float: left;
  width: 150px; }
.product-mainblock-buywith-product__image img {
  max-width: 100%; }

.product-mainblock-buywith-product-body {
  color: #36405a;
  margin-left: 150px;
  padding-left: 30px; }

.product-mainblock-buywith-product__title {
  color: #007dc4;
  font-size: 16px;
  display: inline-block;
  font-weight: 700;
  margin-bottom: 10px; }

.product-mainblock-buywith-product__brand {
  font-size: 12px;
  margin-bottom: 20px; }
.product-mainblock-buywith-product__brand a {
  text-decoration: underline;
  color: #36405a; }
.product-mainblock-buywith-product__brand a:hover {
  text-decoration: none; }

.product-mainblock-buywith-product__price {
  font-size: 20px;
  font-weight: 900; }

@media (max-width: 550px) {
  .product-mainblock-buywith-product__image {
    float: none;
    margin: 0px auto;
    display: block; }
  .product-mainblock-buywith-product-body {
    margin: 30px 0px 0px 0px;
    padding: 0px 0px 0px 0px; } }

.product-tabs {
  padding: 35px 0px 30px 0px; }

.product-tabs-navigator {
  text-align: center;
  margin-bottom: 22px; }

.product-tabs-navigator__link {
  margin: 0 8px 8px 8px; }

.product-tabs-item__text {
  margin-bottom: 20px; }

.product-tabs-item {
  border: 1px solid #e7e7e7;
  padding: 30px;
  background: #fff;
  color: #36405a;
  line-height: 1.2em;
  font-family: "museo_sans_cyrl", sans-serif;
  font-size: 14px;
  font-weight: 300; }
@media (max-width: 960px) {
  .product-tabs-item{
    padding: 25px 18px;
  }

}

.product-tabs-item-whitetext-row {
  margin: 0 -30px; }

.product-tabs-item-whitetext-column {
  float: left;
  width: 50%;
  padding: 0 30px; }

.product-tabs-item-docs__label {
  font-size: 16px;
  color: #36405a;
  font-weight: 700;
  margin-bottom: 20px; }

.product-tabs-item-docs-item {
  font-family: "museo_sans_cyrl", sans-serif;
  margin-bottom: 20px; }

.product-tabs-item-docs-item__link {
  color: #166388;
  font-size: 14px;
  line-height: 18px;
  font-weight: 300;
  text-decoration: underline; }
.product-tabs-item-docs-item__link:hover {
  text-decoration: none; }

.product-tabs-item-docs-item__info {
  color: #7f838b;
  font-size: 12px;
  line-height: 24px;
  font-weight: 300;
  padding-top: 4px; }

.product-tabs-item-characteristics__label {
  font-size: 16px;
  color: #36405a;
  font-weight: 700;
  margin-bottom: 20px; }

.product-tabs-item-characteristics-table.table {
  color: #36405a;
  font-family: "museo_sans_cyrl", sans-serif;
  max-width: 460px; }
.product-tabs-item-characteristics-table.table .trow:last-child .cell {
  border-bottom: 0; }
.product-tabs-item-characteristics-table.table .cell {
  font-size: 14px;
  font-weight: 300;
  padding: 15px 0;
  border-bottom: 1px solid #e4e4e4;
}
.product-tabs-item-characteristics-table.table .cell:last-child {
  text-align: left;
  padding-left: 10px;
  font-weight: 700; }

@media (max-width: 767px) {
  .product-tabs-navigator__link {
    width: 100%;
    margin: 0px 0px 8px 0px; }
  .product-tabs-item__text {
    margin-bottom: 30px; }
  .product-tabs-item-whitetext {
    background-color: #fff;
    padding: 20px 0; }
  .product-tabs-item-whitetext-column {
    width: 100%; }
  .product-tabs-item-whitetext-column:first-child {
    margin-bottom: 20px; } }

.product-same__title {
  text-align: center;
  font-family: "EagleSans", sans-serif;
  font-weight: bold;
  margin-bottom: 10px;
  color: #262e41;
  font-size: 24px; }

.product-same-slider {
  margin: 0 -20px 20px; }
.product-same-slider .slick-arrow {
  position: absolute;
  height: 40px;
  width: 40px;
  cursor: pointer;
  z-index: 10;
  top: auto;
  top: 50%;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #262e41;
  margin-top: -20px; }
.product-same-slider .slick-arrow:before {
  color: #fff;
  font-size: 25px;
  line-height: 40px;
  display: inline-block; }
.product-same-slider .slick-arrow.slick-prev {
  left: -5px; }
.product-same-slider .slick-arrow.slick-next {
  right: -5px; }
.product-same-slider .slick-arrow:hover {
  background-color: #a5652d; }
.product-same-slider .slick-arrow:active {
  background-color: #9b5b2d; }

.product-same-slide {
  padding: 20px; }

@media (max-width: 767px) {
  .product-same-slider .slick-arrow.slick-prev {
    left: 20px; }
  .product-same-slider .slick-arrow.slick-next {
    right: 20px; } }

/*
font-family: 'Open Sans Condensed';
@extend .fr;
@include anim(0.3s);
*/
/*
font-family: 'Open Sans Condensed';
@extend .fr;
@include anim(0.3s);
*/
.about {
  position: relative;
}
.about .content-header {
  margin-bottom: 0;
}

.about-toptext{
  position: relative;
}
.about-toptext-content {
  position: relative;
  z-index: 2; }
.about-toptext-content .cell {
  height: 465px;
  vertical-align: middle;
  text-align: center;
  color: #fff;
  padding: 50px 0; }

.about-toptext-content__title {
  font-size: 46px;
  font-weight: 900;
  margin-bottom: 20px; }

.about-toptext-content__text {
  font-weight: 300;
  font-size: 17px;
  line-height: 23px;
  max-width: 650px;
  margin: 0px auto; }

.about__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }

/*
font-family: 'Open Sans Condensed';
@extend .fr;
@include anim(0.3s);
*/
/*
font-family: 'Open Sans Condensed';
@extend .fr;
@include anim(0.3s);
*/
.contacts-address-sector {
  margin-bottom: 30px; }

.contacts-address-sector__title {
  color: #007dc4;
  font-size: 18px;
  font-weight: 900;
  margin-bottom: 25px; }

.contacts-address-sector-row {
  margin: 0 -20px; }

.contacts-address-sector-table {
  margin-bottom: 20px; }

.contacts-address-sector-column {
  display: inline-block;
  width: 33.333%;
  padding: 0 20px;
  vertical-align: top; }

.contacts-address-sector-item {
  font-size: 14px; }

.contacts-address-sector-item__title {
  color: #36405a;
  font-weight: 900;
  margin-bottom: 10px;
  line-height: 18px; }

.contacts-address-sector-item__value {
  font-weight: 300;
  line-height: 24px; }

@media (max-width: 767px) {
  .contacts-address-sector-row {
    margin: 0 -10px; }
  .contacts-address-sector-column {
    width: 50%;
    margin-bottom: 30px;
    padding: 0 10px; }
  .contacts-address-sector-column:last-child {
    margin-bottom: 0px; } }

@media (max-width: 500px) {
  .contacts-address-sector-column {
    width: 100%; } }

.contacts-map {
  height: 735px; }

@media (max-width: 767px) {
  .contacts-map {
    height: 535px; } }

.contacts-form {
  margin-top: -220px; }

.contacts-form-block {
  -webkit-box-shadow: 0 0 81px rgba(24, 131, 177, 0.09);
  box-shadow: 0 0 81px rgba(24, 131, 177, 0.09);
  background-color: #ffffff;
  padding: 50px; }

.contacts-form__title {
  text-align: center;
  color: #007dc4;
  font-size: 24px;
  font-weight: 900;
  margin-bottom: 15px; }

.contacts-form__subtitle {
  text-align: center;
  color: #53443e;
  font-weight: 300;
  margin-bottom: 25px; }

.contacts-form-body {
  max-width: 870px;
  margin: 0px auto; }

.contacts-form-row {
  margin: 0 0 30px 0; }
.contacts-form-row.row {
  margin: 0 -15px 30px -15px; }

.contacts-form-column {
  float: left;
  width: 33.333%;
  padding: 0 15px; }

.contacts-form__text {
  text-align: center;
  font-size: 14px;
  font-weight: 300;
  color: #36405a;
  line-height: 24px;
  max-width: 800px;
  margin: 0px auto; }
.contacts-form__text strong {
  font-size: 16px; }
.contacts-form__text a {
  color: #007dc4;
  text-decoration: underline; }
.contacts-form__text a:hover {
  text-decoration: none; }

.contacts-form-button {
  text-align: center; }

@media (max-width: 767px) {
  .contacts-form-block {
    padding: 30px 20px; }
  .contacts-form-column {
    width: 100%;
    margin-bottom: 30px; }
  .contacts-form-column:last-child {
    margin-bottom: 0px; } }

/*
font-family: 'Open Sans Condensed';
@extend .fr;
@include anim(0.3s);
*/
/*
font-family: 'Open Sans Condensed';
@extend .fr;
@include anim(0.3s);
*/
.news-items {
  margin-bottom: 30px; }

.news-item {
  background-color: #fff;
  margin-bottom: 20px;
  padding: 30px 0;
  -webkit-box-shadow: 0 0 27px rgba(0, 0, 0, 0.13);
  box-shadow: 0 0 27px rgba(0, 0, 0, 0.13);
  -webkit-transition: box-shadow .2s ease;
  transition: box-shadow .2s ease; }
.news-item:hover{
  -webkit-box-shadow: 0 0 43px rgba(25, 100, 137, 0.3);
  box-shadow: 0 0 43px rgba(25, 100, 137, 0.3);
}
.news-item .cell {
  vertical-align: middle; }
.news-item .cell:first-child {
  width: 250px;
  text-align: center; }

.news-item__image img {
  max-width: 100%; }

.news-item-body {
  padding: 0 30px; }

.news-item__date {
  color: #36405a;
  font-size: 14px;
  font-weight: 300; }

.news-item__title {
  color: #007dc4;
  font-size: 18px;
  font-weight: 900;
  line-height: 28px; }

.news-item__text {
  color: #36405a;
  font-weight: 300;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 15px; }

.news-item-article .cell {
  vertical-align: top; }

.news-item-article .news-item__title {
  font-size: 24px;
  margin-bottom: 30px;
  display: inline-block; }

.news-item-article__image img {
  max-width: 100%; }

@media (max-width: 660px) {
  .news-item .cell {
    display: block; }
  .news-item .cell:first-child {
    width: 100%;
    padding-bottom: 25px; }
  .news-item-body {
    padding-left: 10px;
    padding-right: 10px; }
  .news-item__btn.btn {
    width: 100%; } }

/*
font-family: 'Open Sans Condensed';
@extend .fr;
@include anim(0.3s);
*/
/*
font-family: 'Open Sans Condensed';
@extend .fr;
@include anim(0.3s);
*/
.category-items-row {
  margin: 0 -15px; }

.category-items-column {
  display: inline-block;
  width: 25%;
  padding: 0 15px;
  margin-bottom: 30px;
  vertical-align: top; }

.category-items-item {
  display: inline-block;
  -webkit-box-shadow: 0 0 21px rgba(0, 125, 196, 0.18);
  box-shadow: 0 0 21px rgba(0, 125, 196, 0.18);
  background-color: #ffffff;
  width: 100%;
  max-width: 270px;
  height: 190px;
  padding: 10px 25px; }
.category-items-item:hover .category-items-item__text {
  text-decoration: none;
  color: #e86505; }

.category-items-item__iamge {
  display: table;
  width: 100%;
  margin-bottom: 10px; }
.category-items-item__iamge .cell {
  height: 105px;
  vertical-align: middle;
  text-align: center; }

.category-items-item__text {
  color: #36405a;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: underline;
  text-align: center;
  display: block; }

.category-text {
  padding-top: 15px; }

.category-text__title {
  font-weight: 900;
  margin-bottom: 15px;
  color: #36405a;
  font-size: 24px; }

@media (max-width: 992px) {
  .category-items-column {
    width: 33.333%; } }

@media (max-width: 767px) {
  .category-items-column {
    width: 50%;
    text-align: center; } }

@media (max-width: 550px) {
  .category-items-column {
    width: 100%;
    text-align: center; } }

/*
font-family: 'Open Sans Condensed';
@extend .fr;
@include anim(0.3s);
*/
/*
font-family: 'Open Sans Condensed';
@extend .fr;
@include anim(0.3s);
*/
.page404 {
  text-align: center;
  padding: 80px 0; }

.page404-body__text-1 {
  color: #007dc4;
  font-size: 186px;
  font-weight: 900;
  line-height: 150px;
  margin-bottom: 40px; }

.page404-body__text-2 {
  color: #36405a;
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  max-width: 700px;
  margin: 0px auto 30px auto; }

.page404-body__text-3 {
  font-size: 16px;
  color: #36405a;
  margin-bottom: 15px;
  font-weight: 700;
  line-height: 22px; }

.page404-body__link {
  display: inline-block;
  margin-bottom: 15px;
  text-decoration: underline;
  color: #007dc4; }
.page404-body__link:hover {
  text-decoration: none; }

@media (max-width: 450px) {
  .page404 {
    text-align: center;
    padding: 30px 0 0px 0; }
  .page404-body__text-1 {
    font-size: 130px;
    margin-bottom: 20px; } }

/*
font-family: 'Open Sans Condensed';
@extend .fr;
@include anim(0.3s);
*/
/*
font-family: 'Open Sans Condensed';
@extend .fr;
@include anim(0.3s);
*/
.content {
  padding-bottom: 40px; }

.content-header {
  background: #e4e4e4;
  padding: 22px 0;
  margin: 0 0 40px;
}

.content__title {
  text-align: center;
  font-size: 24px;
  line-height: 1.2em;
  font-weight: bold;
  font-family: "EagleSans", sans-serif;
  color: #262e41;  }
.content__title.big {
  font-size: 38px;
  line-height: 43px;
  margin: 26px 0 20px;
}
.content__title.ta-left{
  text-align: left;
}
.content__title_icon {
  display: inline-block;
  width: 300px;
  text-align: center;
  vertical-align: middle;
}

@media (max-width: 992px) {
  .content__title_icon {
    width: 100px;
    padding: 0 20px 0 0;
  }
  .content__title_icon img{
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .content__title_icon {
    display: none;
  }
  .content__title.big {
    line-height: 1.2em;
    font-size: 24px; } }

.breadcrumbs {
  font-family: "museo_sans_cyrl", sans-serif;
  text-align: left;
  font-size: 14px;
  line-height: 18px;
  font-weight: 300;
  color: #262e41;
  margin-bottom: 0; }

.breadcrumbs__link {
  display: inline-block;
  color: #262e41;
  text-decoration: none; }
.breadcrumbs__link:hover {
  text-decoration: underline; }

.breadcrumbs__item {
  display: inline-block;
  color: #166388; }

.title {
  color: #36405a;
  font-size: 34px;
  line-height: 44px;
  font-family: "EagleSans", sans-serif;
  font-weight: bold; }
.title.line {
  position: relative;
  padding-bottom: 20px; }
.title.line:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 70px;
  height: 1px;
  background-color: #166388; }
.textblock-leftside .title{
  font-size: 46px;
}

@media (max-width: 767px) {
  .title {
    font-size: 24px; } }

.input {
  border-radius: 3px;
  height: 47px;
  line-height: 47px;
  color: #53443e;
  font-size: 13px;
  font-weight: 300;
  border: 1px solid #e8e8e8;
  background-color: #ffffff;
  width: 100%;
  padding: 0 15px; }
.input.err {
  border: 1px solid red; }

textarea.input {
  resize: none;
  height: 108px;
  padding: 15px;
  line-height: 14px; }

.table {
  display: table;
  font-size: 0;
  width: 100%; }

.trow {
  display: table-row; }

.cell {
  display: table-cell; }
.cell.full {
  width: 100%; }

.ibg,.ibgm {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }
.ibg img{
  display: none; }
  .ibgm img{
    display: none!important;
  }
.slick-slider {
  position: relative; }
.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }
.slick-slider .slick-list {
  position: relative;
  overflow: hidden;
  width: 100%; }
.slick-slider .slick-track {
  position: relative;
  width: 100%; }
.slick-slider .slick-slide {
  overflow: hidden;
  float: left;
  position: relative; }

.slick-dots {
  position: absolute;
  bottom: 0px;
  left: 0; }
.slick-dots li {
  list-style: none;
  display: inline-block;
  margin: 0 3.5px; }
.slick-dots li button {
  width: 8px;
  height: 8px;
  background-color: #fff;
  border-radius: 50px;
  font-size: 0;
  cursor: pointer; }
.slick-dots li.slick-active button {
  width: 14px;
  height: 14px; }

.slick-arrow {
  position: absolute;
  top: 50%;
  margin-top: -20px;
  height: 40px;
  width: 40px;
  background-color: transparent;
  cursor: pointer;
  z-index: 10; }
.slick-arrow:before {
  color: #fff;
  font-size: 60px;
  line-height: 40px;
  display: inline-block; }
.slick-arrow.slick-prev {
  left: 12px; }
.slick-arrow.slick-next {
  right: 12px; }

.text {
  font-family: "museo_sans_cyrl", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
  color: #36405a; }
.text.product-tabs-item__text,
.product-tabs-item-whitetext-column.text {
  font-size: 14px;
  line-height: 24px;
}
.product-tabs-item-whitetext-column.text strong{
  font-size: 16px;
  line-height: 34px;
}
.text p {
  margin-bottom: 25px; }
.text p:last-child {
  margin-bottom: 0px; }
.text ul li {
  list-style: none;
  position: relative;
  padding-left: 15px; }
.text ul li:before {
  content: '-';
  position: absolute;
  left: 0;
  top: 0px; }
.text strong {
  font-weight: 700; }

@media (max-width: 767px) {
  .text {
    font-size: 14px;
    line-height: 22px; }
  .text p {
    margin-bottom: 15px; } }

.tab__item {
  display: none; }
.tab__item.active {
  display: block; }

.btn {
  color: #fff;
  text-decoration: none;
  height: 45px;
  background-color: #a5652d;
  display: inline-block;
  padding: 0 25px;
  text-align: center;
  cursor: pointer;
  border-radius: 30px;
  font-size: 14px;
  font-family: "museo_sans_cyrl", sans-serif;
  font-weight: 700;
  line-height: 45px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  min-width: 225px; }
.btn:hover {
  background-color: #f46c09; }
.btn:active {
  background-color: #d75e04; }

.btn-2 {
  border: 1px solid #a5652d;
  color: #a5652d;
  text-decoration: none;
  height: 45px;
  display: inline-block;
  padding: 0 25px;
  text-align: center;
  cursor: pointer;
  border-radius: 30px;
  font-size: 14px;
  font-family: "museo_sans_cyrl", sans-serif;
  font-weight: 700;
  line-height: 45px;
  min-width: 225px; }
.btn-2:hover {
  border: 1px solid #f46c09;
  background-color: #f46c09;
  color: #fff; }
.btn-2:active {
  background-color: #d75e04;
  border: 1px solid #d75e04; }

.btn-blue {
  border: 1px solid #166388;
  background-color: #166388;
  color: #fff;
  text-decoration: none;
  height: 45px;
  display: inline-block;
  padding: 0 25px;
  text-align: center;
  cursor: pointer;
  border-radius: 30px;
  font-size: 14px;
  font-family: "museo_sans_cyrl", sans-serif;
  font-weight: 700;
  line-height: 45px;
  min-width: 225px; }
.btn-blue:hover {
  border: 1px solid #0073b5;
  background-color: #0073b5; }
.btn-blue:active {
  background-color: #006aa8;
  border: 1px solid #006AA8; }

.tabnav {
  min-width: 224px;
  display: inline-block;
  height: 45px;
  padding: 0 15px;
  color: #166388;
  font-size: 14px;
  font-family: "museo_sans_cyrl", sans-serif;
  font-weight: 700;
  border-radius: 30px;
  line-height: 43px;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  border: 1px solid #166388;
  background-color: #ffffff; }
.tabnav:hover, .tabnav.active {
  background-color: #166388;
  color: #fff; }
.tabnav.active {
  position: relative; }
.tabnav.active:before {
  position: absolute;
  left: 50%;
  top: 100%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #166388 transparent transparent transparent;
  margin: 1px 0 0;
  content: '';
}

.check {
  position: relative;
  padding-left: 25px;
  color: #36405a;
  font-family: "museo_sans_cyrl", sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 16px;
  cursor: pointer; }
.check input {
  display: none; }
.check:before {
  content: '';
  left: 0;
  top: 0;
  border-radius: 2px;
  width: 16px;
  height: 16px;
  border: 2px solid rgba(54, 64, 90, 0.9);
  background-color: #ffffff;
  position: absolute; }
.check.active {
  text-decoration: underline;
  color: #166388 !important; }
.check.active:before {
  border: 2px solid #166388;
  background: #fff url("/local/templates/bravo/img/icons/check-blue.svg") center no-repeat; }
.check:hover {
  color: #166388;
  text-decoration: underline; }
.check:hover:before {
  border: 2px solid rgba(22, 99, 136, 0.9); }

.more {
  color: #166388;
  display: inline-block;
  font-family: "museo_sans_cyrl", sans-serif;
  font-size: 15px;
  font-weight: 700;
  text-decoration: underline; }
.more:hover {
  text-decoration: none;
  color: #0088d5; }
.more:active {
  color: #0073b5; }

.select {
  position: relative;
  cursor: pointer;
  display: inline-block;
  vertical-align: top; }
.select .select-title {
  z-index: 1;
  width: 100%;
  position: relative;
  height: 29px;
  border: 1px solid #f3f3f3;
  background-color: #fff; }
.select .select-title__arrow {
  position: absolute;
  top: 50%;
  margin-top: -4px;
  right: 5px;
  width: 12px;
  height: 8px; }
.select .select-title__value {
  font-size: 14px;
  color: #0097ac;
  font-weight: 300;
  line-height: 27px;
  display: block;
  overflow: hidden;
  padding: 0 25px 0 10px;
  white-space: nowrap;
  text-transform: none;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis; }
.select .select-options {
  position: absolute;
  z-index: 10;
  top: 28px;
  display: none;
  overflow: hidden;
  min-width: 100%;
  border: 1px solid #f3f3f3;
  border-top: none; }
.select .select-options-inside {
  background-color: #fff;
  padding-bottom: 5px; }
.select .select-options__value {
  color: #9b9b9b;
  font-weight: 300;
  font-size: 13px;
  padding: 5px 10px; }
.select .select-options__value:hover {
  color: #000; }

.pagging {
  text-align: center;
  max-width: 860px;
  margin: 0px auto; }

.pagging__arrow {
  line-height: 40px; }
.pagging__arrow i {
  font-style: normal;
  color: #36405a;
  text-decoration: underline; }
.pagging__arrow.left {
  float: left; }
.pagging__arrow.left i {
  margin-left: 9px; }
.pagging__arrow.right {
  float: right; }
.pagging__arrow.right i {
  margin-right: 9px; }
.pagging__arrow span {
  width: 40px;
  height: 40px;
  background-color: #262e41;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  line-height: 40px; }
.pagging__arrow span:before {
  color: #fff;
  font-size: 20px;
  line-height: 40px;
  display: inline-block; }
.pagging__arrow:hover i {
  color: #a5652d; }
.pagging__arrow:hover span {
  background-color: #a5652d; }
.pagging__arrow:active span {
  background-color: #a5652d; }

.pagging-list {
  font-family: "museo_sans_cyrl", sans-serif;
  height: 45px;
  display: inline-block;
  border-radius: 30px;
  vertical-align: top;
  line-height: 45px;
  padding: 0 35px; }
.pagging-list li {
  display: inline-block;
  list-style: none;
  margin: 0 10px; }

.pagging__link {
  color: #36405a;
  font-size: 16px;
  font-weight: 700; }
.pagging__link:hover, .pagging__link.active {
  color: #a5652d; }

@media (max-width: 767px) {
  .pagging__arrow {
    font-size: 12px; }
  .pagging-list {
    padding: 0 10px; } }

@media (max-width: 600px) {
  .pagging-list {
    width: 100%;
    margin-top: 10px; }
  .pagging-list li {
    display: inline-block;
    list-style: none;
    margin: 0 8px; } }

#up {
  width: 40px;
  border-radius: 50%;
  height: 40px;
  position: absolute;
  cursor: pointer;
  top: -20px;
  right: 20px;
  background-color: #166388;
  text-align: center; }
#up:before {
  color: #fff;
  text-align: center;
  display: inline-block;
  line-height: 40px;
  font-size: 20px; }

@media (max-width: 767px) {
  #up {
    position: relative;
    margin: 0px auto;
    right: 0;
    top: 0; } }

.popup-bg {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  background-color: #000000;
  opacity: 0.37; }

.popup {
  display: none;
  position: absolute;
  width: 630px;
  left: 50%;
  margin-left: -315px;
  padding: 40px;
  top: 100px;
  z-index: 100;
  background-color: #fff;
  border-radius: 15px; }

.popup-close {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  background: url("../img/icons/close.svg") 0 0 no-repeat; }

.popup__title {
  text-align: center;
  font-family: "EagleSans", sans-serif;
  color: #166388;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px; }

.popup__subtitle {
  font-family: "museo_sans_cyrl", sans-serif;
  text-align: center;
  font-weight: 300;
  color: #36405a;
  font-size: 14px;
  line-height: 16px;
  margin: 0px auto;
  max-width: 300px;
  margin-bottom: 20px; }

.popup-form {
  max-width: 370px;
  margin: 0px auto; }

.popup-form__input {
  margin-bottom: 20px; }

.popup-form__text {
  font-family: "museo_sans_cyrl", sans-serif;
  text-align: center;
  font-weight: 300;
  font-size: 14px;
  line-height: 24px;
  color: #36405a; }
.popup-form__text strong {
  font-weight: 700;
  font-size: 15px; }
.popup-form__text a {
  color: #196489;
  text-decoration: underline; }
.popup-form__text a:hover {
  text-decoration: none; }

.popup-form-button {
  text-align: center;
  padding: 30px 0px 0px 0px; }

@media (max-width: 650px) {
  .popup {
    width: 95%;
    left: 2.5%;
    margin: 0;
    padding: 40px 20px; } }

/*
font-family: 'Open Sans Condensed';
@extend .fr;
@include anim(0.3s);
*/

/* solutions list */
.categories-left-side{
  float: left;
  width: 270px;
  margin: 0 30px 0 0;
}

.categories-left-side__title{
  font-size: 24px;
  line-height: 1em;
  color: #166388;
  font-family: "EagleSans", sans-serif;
  font-weight: bold;
  text-align: center;
  margin: 0 0 20px;
}

.categories-left-side__navigation{
  background: #FFF;
  padding: 15px 25px 15px 18px;
  -webkit-box-shadow: 0 0 21px rgba(38, 46, 65, 0.06);
  box-shadow: 0 0 21px rgba(38, 46, 65, 0.06);
}
.categories-left-side__navigation ul{
  list-style: none;
}
.categories-left-side__navigation li{
  margin: 0;
  padding: 7px 0;
}
.categories-left-side__navigation a{
  font-size: 13px;
  line-height: 19px;
  color: #36405a;
  font-family: "museo_sans_cyrl", sans-serif;
  font-weight: 700;
  text-decoration: underline;
}
.categories-left-side__navigation a:hover, .categories-left-side__navigation a.active{
  color: #196489;
  text-decoration: none;
}

.categories-list-content{
  padding: 44px 0 0;
  margin: 0 0 0 300px;
}
.categories-list-holder{
  margin: 0 0 40px;
}
.categories-list-item{
  background: #fff;
  margin: 0 0 20px;
  padding: 35px 25px 27px;
  -webkit-box-shadow: 0 0 27px rgba(0, 0, 0, 0.13);
  box-shadow: 0 0 27px rgba(0, 0, 0, 0.13);
  -webkit-transition: box-shadow .2s ease;
  transition: box-shadow .2s ease;
}
.categories-list-item:hover{
  -webkit-box-shadow: 0 0 43px rgba(25, 100, 137, 0.3);
  box-shadow: 0 0 43px rgba(25, 100, 137, 0.3);
}

.categories-list-item__title{
  text-decoration: none;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 1.2em;
  color: #166388;
  font-family: "EagleSans", sans-serif;
  font-weight: bold;
  display: inline-block;
  margin: 0 0 15px;
}
.categories-list-item__title:hover{
  text-decoration: underline;
}

.categories-list-item__text{
  font-size: 14px;
  line-height: 24px;
  color: #36405a;
  font-family: "museo_sans_cyrl", sans-serif;
  font-weight: 300;
  margin: 0 0 18px;
}
.categories-list-item__read-more{
  min-width: 0;
  padding-left: 36px;
  padding-right: 36px;
}

@media (max-width: 992px) {
  .categories-left-side{
    float: none;
    width: 100%;
  }
  .categories-list-content{
    margin: 0;
  }
  .categories-list-item{
    padding: 28px 18px 25px;
  }
}

.mainslider-slide{
  background: #2c364c;
  background: -moz-linear-gradient(top, #2c364c 0%, #202636 100%, #202636 100%);
  background: -webkit-linear-gradient(top, #2c364c 0%,#202636 100%,#202636 100%);
  background: linear-gradient(to bottom, #2c364c 0%,#202636 100%,#202636 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c364c', endColorstr='#202636',GradientType=0 );
}
.mainslider-slide__bg{
  opacity: .5;
}

.mainslider-slide__text ul{
  list-style: none;
}
.mainslider-slide__text li{
  list-style: none;
  color: #fff;
  font-size: 17px;
  line-height: 30px;
}
.mainslider-slide__text li:before{
  content: '›';
  display: inline-block;
  margin: 0 8px 0 0;
  color: #fff;
}
.mainslider-slide__text li a{
  color: #fff;
  text-decoration: none;
}
.mainslider-slide__text li a:hover{
  color: #fff;
  text-decoration: underline;
}

.text h1{
  font-size: 35px;
  line-height: 42px;
  font-weight: bold;
  margin: 40px 0 35px;
}

.text h2{
  font-size: 30px;
  line-height: 38px;
  font-weight: bold;
  margin: 35px 0 30px;
}

.text h3{
  font-size: 25px;
  line-height: 30px;
  font-weight: bold;
  margin: 30px 0 25px;
}

.text h4{
  font-size: 20px;
  line-height: 26px;
  font-weight: bold;
  margin: 25px 0 20px;
}

.text ul,
.text ol{
  margin: 20px 0 20px 20px;
  -webkit-padding-start: 15px;
}
.text img{
  margin: 20px 0;
}

.product-tabs-item p{
  margin: 0 0 20px;
}
.product-tabs-item ul,
.product-tabs-item ol{
  margin: 20px 0 20px;
  -webkit-padding-start: 20px;
}
.product-tabs-item blockquote,
.text blockquote{
  margin: 20px 0;
  border: 1px solid rgba(241, 238, 238, 0.35);
  padding: 15px 25px;
}
.product-tabs-item i,
.text i{
  color: rgba(54, 64, 90, 0.79);
}
.sub_section {
    margin-left: 15px;
	display:none;
}
.categories-left-side__navigation .ion-arrow-down-b{
	margin-left: 5px;
	cursor:pointer;
}
.categories-left-side__navigation .ion-arrow-up-b{
	margin-left: 5px;
	cursor:pointer;
}

.content__title_with-icon{
	display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
	justify-content: flex-start;
}
.content__title_icon{
	flex: 0 0 auto
}

.servicesmodule-table{
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.servicesmodule-table .servicesmodule-column{
	display: -ms-flexbox;
	display: flex;
	-moz-justify-content: space-around;
	-webkit-justify-content: space-around;
	justify-content: space-around;
}

iframe{
	max-width: 100%;
}
.news-item__text{
	word-break: break-word;
}

hr{
  border-bottom: 1px solid #36405a;
  margin: 1em 0;
}

@media (max-width: 991px){
	.text h2{
		font-size: 25px;
		line-height: 1.25em;
		margin: 1em 0;
	}
	.text h3{
		font-size: 22px;
		line-height: 1.25em;
		margin: 1em 0;
	}
	.text h4{
		font-size: 18;
		line-height: 1.25em;
		margin: 1em 0;
	}
}

[class*="ymaps-2"][class*="-ground-pane"] {
  filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
  /* Firefox 3.5+ */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+ &amp; Safari 6+ */
}

.popup {
  box-shadow: 0 -1px 15px rgba(0,0,0,0.5);
}</pre></body></html>