@charset "UTF-8";
@font-face {
  font-display: swap;
  font-family: 'Univers';
  src: url("../fonts/Univers67.eot");
  src: local("☺"), url("../fonts/Univers67.woff") format("woff"), url("../fonts/Univers67.ttf") format("truetype"), url("../fonts/Univers67.svg") format("svg");
  font-weight: 600;
  font-style: normal; }

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

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

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

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

: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: "Univers";
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }
  body.lock {
    overflow: hidden; }

input, button, textarea {
  font-family: "Univers"; }

input::-ms-clear {
  display: none; }

button {
  cursor: pointer; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

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

a:hover {
  text-decoration: none; }

ul li {
  list-style: none; }

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

i {
  font-style: normal; }

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

.container {
  max-width: 1630px;
  margin: 0 auto;
  width: 100%; }
  @media (max-width: 1650px) {
    .container {
      max-width: 1200px; } }
  @media (max-width: 1260px) {
    .container {
      max-width: 970px; } }
  @media (max-width: 992px) {
    .container {
      max-width: 750px; } }
  @media (max-width: 767px) {
    .container {
      max-width: none;
      padding: 0 10px; } }

/*!
 * baguetteBox.js
 * @author  feimosi
 * @version %%INJECT_VERSION%%
 * @url https://github.com/feimosi/baguetteBox.js
 */
#baguetteBox-overlay {
  display: none;
  opacity: 0;
  position: fixed;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000000;
  background-color: #222;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-transition: opacity .5s ease;
  -o-transition: opacity .5s ease;
  transition: opacity .5s ease; }
  #baguetteBox-overlay.visible {
    opacity: 1; }
  #baguetteBox-overlay .full-image {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center; }
    #baguetteBox-overlay .full-image figure {
      display: inline;
      margin: 0;
      height: 100%; }
    #baguetteBox-overlay .full-image img {
      display: inline-block;
      width: auto;
      height: auto;
      max-height: 100%;
      max-width: 100%;
      vertical-align: middle;
      -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
      box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); }
    #baguetteBox-overlay .full-image figcaption {
      display: block;
      position: absolute;
      bottom: 0;
      width: 100%;
      text-align: center;
      line-height: 1.8;
      white-space: normal;
      color: #ccc;
      background-color: #000;
      background-color: rgba(0, 0, 0, 0.6);
      font-family: sans-serif; }
    #baguetteBox-overlay .full-image:before {
      content: "";
      display: inline-block;
      height: 50%;
      width: 1px;
      margin-right: -1px; }

#baguetteBox-slider {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  white-space: nowrap;
  -webkit-transition: left .4s ease, -webkit-transform .4s ease;
  transition: left .4s ease, -webkit-transform .4s ease;
  -o-transition: left .4s ease, transform .4s ease;
  transition: left .4s ease, transform .4s ease;
  transition: left .4s ease, transform .4s ease, -webkit-transform .4s ease; }
  #baguetteBox-slider.bounce-from-right {
    -webkit-animation: bounceFromRight .4s ease-out;
    animation: bounceFromRight .4s ease-out; }
  #baguetteBox-slider.bounce-from-left {
    -webkit-animation: bounceFromLeft .4s ease-out;
    animation: bounceFromLeft .4s ease-out; }

@-webkit-keyframes bounceFromRight {
  0% {
    margin-left: 0; }
  50% {
    margin-left: -30px; }
  100% {
    margin-left: 0; } }

@keyframes bounceFromRight {
  0% {
    margin-left: 0; }
  50% {
    margin-left: -30px; }
  100% {
    margin-left: 0; } }

@-webkit-keyframes bounceFromLeft {
  0% {
    margin-left: 0; }
  50% {
    margin-left: 30px; }
  100% {
    margin-left: 0; } }

@keyframes bounceFromLeft {
  0% {
    margin-left: 0; }
  50% {
    margin-left: 30px; }
  100% {
    margin-left: 0; } }

.baguetteBox-button#next-button, .baguetteBox-button#previous-button {
  top: 50%;
  top: calc(50% - 30px);
  width: 44px;
  height: 60px; }

.baguetteBox-button {
  position: absolute;
  cursor: pointer;
  outline: none;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 15%;
  background-color: #323232;
  background-color: rgba(50, 50, 50, 0.5);
  color: #ddd;
  font: 1.6em sans-serif;
  -webkit-transition: background-color .4s ease;
  -o-transition: background-color .4s ease;
  transition: background-color .4s ease; }
  .baguetteBox-button:focus, .baguetteBox-button:hover {
    background-color: rgba(50, 50, 50, 0.9); }
  .baguetteBox-button#next-button {
    right: 2%; }
  .baguetteBox-button#previous-button {
    left: 2%; }
  .baguetteBox-button#close-button {
    top: 20px;
    right: 2%;
    right: calc(2% + 6px);
    width: 30px;
    height: 30px; }
  .baguetteBox-button svg {
    position: absolute;
    left: 0;
    top: 0; }

/*
    Preloader
    Borrowed from http://tobiasahlin.com/spinkit/
*/
.baguetteBox-spinner {
  width: 40px;
  height: 40px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px; }

.baguetteBox-double-bounce1,
.baguetteBox-double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fff;
  opacity: .6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: bounce 2s infinite ease-in-out;
  animation: bounce 2s infinite ease-in-out; }

.baguetteBox-double-bounce2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s; }

@-webkit-keyframes bounce {
  0%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes bounce {
  0%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

.popup {
  -webkit-overflow-scrolling: touch;
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
  position: fixed !important;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 100; }
  .popup.active .popup-content {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  .popup.show {
    display: block; }
    .popup.show .popup-content {
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -webkit-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1); }

.popup-table {
  height: 100%;
  table-layout: fixed; }
  .popup-table > .cell {
    height: 100%;
    vertical-align: middle;
    padding: 30px 10px; }

.popup-content {
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  max-width: 570px;
  margin: 0px auto;
  background: #D4F3FF;
  -webkit-box-shadow: 0px 20px 40px rgba(82, 82, 82, 0.3);
  box-shadow: 0px 20px 40px rgba(82, 82, 82, 0.3);
  padding: 100px 100px; }
  @media (max-width: 767px) {
    .popup-content {
      padding: 40px 20px 30px;
      background-color: #144475; } }

.popup-close {
  width: 26px;
  height: 26px;
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  background: url("../img/icons/close.svg") center/cover no-repeat; }
  @media (max-width: 767px) {
    .popup-close {
      background: url("../img/icons/close_wh.svg") center/cover no-repeat; } }

.popup-video .popup-close {
  width: 40px;
  height: 40px;
  background-color: #000;
  top: 0;
  right: 0; }

.popup-video__value {
  max-width: 99%;
  height: 99%;
  border: none; }
  .popup-video__value iframe {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 100%;
    min-height: 100%;
    height: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background-size: cover; }

.popup__title {
  font-size: 48px;
  line-height: 60px;
  text-transform: uppercase;
  color: #144475;
  margin: 0px 0px 65px 0px;
  font-weight: 600; }
  @media (max-width: 767px) {
    .popup__title {
      font-size: 24px;
      line-height: 30px;
      color: #fff;
      margin: 0px 0px 30px 0px;
      padding: 0px 15px; } }

.popup-thankyou .popup__title {
  margin: 0px 0px 35px 0px; }
  @media (max-width: 767px) {
    .popup-thankyou .popup__title {
      margin: 0px 0px 25px 0px; }
      .popup-thankyou .popup__title p {
        display: inline; } }

.popup__logo {
  width: 57px;
  margin: 0px 0px 25px 0px; }
  .popup__logo img {
    max-width: 100%; }
  @media (max-width: 767px) {
    .popup__logo {
      width: 65px;
      padding: 0px 0px 0px 15px; } }

.popup__txt {
  font-size: 18px;
  line-height: 26px;
  color: #144475; }
  @media (max-width: 992px) {
    .popup__txt {
      font-size: 14px;
      line-height: 20px;
      color: #fff;
      padding: 0px 0px 0px 15px; } }

header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3; }
  header.header-white {
    position: relative;
    height: auto;
    background-color: #fff; }
    header.header-white .header-body {
      padding: 50px 0px 0px 0px; }
      @media (max-width: 767px) {
        header.header-white .header-body {
          padding: 17px 0px 30px 0px; } }
    header.header-white .header__bg {
      background-color: #fff; }
    header.header-white .header-body-top-left__address {
      color: #445465; }
      header.header-white .header-body-top-left__address:before {
        content: '';
        background: url("../img/icons/location_ico_red.svg") 0 0 no-repeat; }
    header.header-white .form-search-input .input {
      border: 1px solid #445465;
      color: #445465; }
    header.header-white .form-search-btn .btn {
      background: url("../img/icons/search_ico_red.svg") center no-repeat; }
    header.header-white .header-body-top-left__mail {
      color: #445465; }
      header.header-white .header-body-top-left__mail:before {
        content: '';
        background: url("../img/icons/email_ico_red.svg") center no-repeat; }
    header.header-white .header-body-top-right-phone__link {
      color: #445465; }
      header.header-white .header-body-top-right-phone__link:before {
        content: '';
        background: url("../img/icons/phone_ico_red.svg") center/contain no-repeat; }
    header.header-white .header-body-top-right-callback__link {
      color: #E30613;
      border-bottom: 1px dashed  #E30613; }
      @media (max-width: 767px) {
        header.header-white .header-body-top-right-callback__link {
          border-bottom: none;
          background: url("../img/icons/phone_ico_red.svg") center/contain no-repeat;
          -webkit-transition: all 0.3s ease 0s;
          -moz-transition: all 0.3s ease 0s;
          -ms-transition: all 0.3s ease 0s;
          -o-transition: all 0.3s ease 0s;
          transition: all 0.3s ease 0s; }
          header.header-white .header-body-top-right-callback__link.active {
            -webkit-transition: all 0.3s ease 0s;
            -moz-transition: all 0.3s ease 0s;
            -ms-transition: all 0.3s ease 0s;
            -o-transition: all 0.3s ease 0s;
            transition: all 0.3s ease 0s;
            background: url("../img/icons/close.svg") center no-repeat; } }
    header.header-white .header-menu__icon span {
      -webkit-transition: all 0.3s ease 0s;
      -moz-transition: all 0.3s ease 0s;
      -ms-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s;
      background-color: #E30613; }
      header.header-white .header-menu__icon span:before {
        background-color: #E30613; }
      header.header-white .header-menu__icon span:after {
        background-color: #E30613; }
    header.header-white .header-body-bottom-list__link {
      color: #445465; }
      header.header-white .header-body-bottom-list__link.active {
        color: #E30613;
        border-bottom: 2px solid #E30613; }
      header.header-white .header-body-bottom-list__link:hover {
        color: #E30613;
        border-bottom: 2px solid #E30613; }
    header.header-white .header-body-bottom-menu {
      background: #fff; }
    header.header-white .header-body-bottom-menu-content-title__link {
      color: #144475; }
    header.header-white .header-body-bottom-menu-content-list__link {
      color: #144475; }
      header.header-white .header-body-bottom-menu-content-list__link:hover {
        color: #E30613; }
    header.header-white .header-callback-content {
      background-color: #D4F3FF; }
      @media (max-width: 767px) {
        header.header-white .header-callback-content {
          background-color: #fff; } }
    header.header-white .header-callback-top__phone {
      color: #144475; }
    header.header-white .header-callback-body__title {
      color: #144475; }
    header.header-white .form-input .input {
      border: 1px solid #144475; }
    header.header-white .form-check .check {
      color: #144475; }
      header.header-white .form-check .check:before {
        content: '';
        border: 1px solid #144475; }

.header__bg {
  left: -200%;
  background-color: #144475;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 12;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s; }
  @media (max-width: 1650px) {
    .header__bg.active {
      -webkit-transition: all 0.5s ease 0s;
      -moz-transition: all 0.5s ease 0s;
      -ms-transition: all 0.5s ease 0s;
      -o-transition: all 0.5s ease 0s;
      transition: all 0.5s ease 0s;
      left: 0; } }
  @media (max-width: 767px) {
    .header__bg.active_phone {
      -webkit-transition: all 0.3s ease 0s;
      -moz-transition: all 0.3s ease 0s;
      -ms-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s;
      left: 0; } }

.header-body {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  padding: 50px 0px 20px 0px; }
  @media (max-width: 767px) {
    .header-body {
      padding: 17px 0px 30px 0px; } }

.header-body__column:nth-child(1) {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100px;
  flex: 0 0 100px;
  max-width: 100px; }

.header-body__column:nth-child(2) {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  max-width: none;
  padding: 0px 0px 0px 77px; }

@media (max-width: 1260px) {
  .header-body__column:nth-child(2) {
    padding: 0px 0px 0px 30px; } }

@media (max-width: 767px) {
  .header-body__column:nth-child(1) {
    display: none; }
  .header-body__column:nth-child(2) {
    padding: 0px 0px 0px 0px; } }

.header-body__logo {
  display: inline-block;
  position: relative;
  z-index: 15; }
  .header-body__logo img {
    max-width: 100%; }

.header-body-top {
  position: relative;
  z-index: 14;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0px 0px 50px 0px; }
  @media (max-width: 767px) {
    .header-body-top {
      margin: 0px 0px 0px 0px; } }

@media (max-width: 767px) {
  .header-body-top__column:nth-child(2) {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: none; } }

.header-body-top-left {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  margin: 0px -40px; }
  @media (max-width: 1260px) {
    .header-body-top-left {
      margin: 0px -15px; } }

.header-body-top-left__column {
  padding: 0px 40px; }
 /* @media (max-width: 1650px) {
    .header-body-top-left__column:nth-child(1) {
      display: none; } }*/
  @media (max-width: 1260px) {
    .header-body-top-left__column {
      padding: 0px 15px; } }
  @media (max-width: 992px) {
    .header-body-top-left__column:nth-child(2) {
      display: none; }
    .header-body-top-left__column:nth-child(3) {
      display: none; } }

.header-body-top-left__address {
  font-size: 18px;
  line-height: 25px;
  color: #fff;
  font-weight: 500;
  padding: 0px 0px 0px 30px;
  position: relative; }
  .header-body-top-left__address:before {
    content: '';
    position: absolute;
    width: 20px;
    height: 26px;
    top: 2px;
    left: 0;
    background: url("../img/icons/location_ico.svg") 0 0/contain no-repeat; }

.header-body-top-left-search {
  position: relative;
  width: 325px; }
  @media (max-width: 1260px) {
    .header-body-top-left-search {
      width: 250px; } }

.form-search-input .input {
  background-color: transparent;
  border: 1px solid #fff;
  height: 38px;
  font-size: 18px;
  padding: 0px 45px 0px 10px;
  color: #fff; }

.form-search-btn {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 12px;
  width: 27px;
  height: 100%; }
  .form-search-btn .btn {
    width: 100%;
    height: 100%;
    background: url("../img/icons/search_ico.svg") center no-repeat; }

.header-body-top-left__mail {
  display: inline-block;
  font-size: 18px;
  line-height: 25px;
  color: #fff;
  text-decoration: underline;
  font-weight: 500;
  padding: 0px 0px 0px 43px;
  position: relative; }
  .header-body-top-left__mail:before {
    content: '';
    position: absolute;
    width: 27px;
    height: 100%;
    top: 0;
    left: 0;
    background: url("../img/icons/email_ico.svg") center/contain no-repeat; }

.header-body-top-right {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0; }
  @media (max-width: 767px) {
    .header-body-top-right {
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; } }

.header-body-top-right__column {
  text-align: right; }
  .header-body-top-right__column:nth-child(2) {
    padding: 0px 0px 0px 38px; }
  .header-body-top-right__column:nth-child(3) {
    display: none; }
  @media (max-width: 767px) {
    .header-body-top-right__column:nth-child(1) {
      -webkit-box-ordinal-group: 3;
      -moz-box-ordinal-group: 3;
      -ms-flex-order: 3;
      -webkit-order: 3;
      order: 3; }
    .header-body-top-right__column:nth-child(2) {
      padding: 0px 0px 0px 0px; }
    .header-body-top-right__column:nth-child(3) {
      display: block; } }

.header-body-top-right-phone {
  margin: 0px 0px 13px 0px; }
  @media (max-width: 767px) {
    .header-body-top-right-phone {
      display: none; } }

.header-body-top-right-phone__link {
  font-size: 24px;
  line-height: 29px;
  color: #fff;
  display: inline-block;
  padding: 0px 0px 0px 37px;
  position: relative;
  z-index: 31;
  font-weight: 500; }
  .header-body-top-right-phone__link:before {
    content: '';
    position: absolute;
    width: 26px;
    height: 26px;
    top: 3px;
    left: 0;
    background: url("../img/icons/phone_ico.svg") center/contain no-repeat; }

.header-body-top-right-phone__mob {
  display: none; }
  @media (max-width: 767px) {
    .header-body-top-right-phone__mob {
      display: block; } }

.header-body-top-right-callback__link {
  display: inline-block;
  font-size: 18px;
  line-height: 22px;
  color: #fff;
  font-weight: 500;
  border-bottom: 1px dashed #fff; }
  @media (max-width: 767px) {
    .header-body-top-right-callback__link {
      font-size: 0;
      width: 26px;
      height: 26px;
      background: url("../img/icons/phone_ico_mob.svg") center/contain no-repeat;
      border-bottom: none;
      -webkit-transition: all 0.3s ease 0s;
      -moz-transition: all 0.3s ease 0s;
      -ms-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s; }
      .header-body-top-right-callback__link.active {
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -ms-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        background: url("../img/icons/close_wh.svg") center/contain no-repeat; } }

.header-body-bottom.top-fix {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 85px;
  padding: 18px 0px 0px 0px;
  background-color: #fff; }
  @media (max-width: 1260px) {
    .header-body-bottom.top-fix {
      padding: 30px 0px 0px 0px; } }
  .header-body-bottom.top-fix .header-body-bottom-list-logo {
    padding: 0px 0px 18px 0px; }
    @media (max-width: 1260px) {
      .header-body-bottom.top-fix .header-body-bottom-list-logo {
        padding: 0px 0px 5px 0px; } }
  .header-body-bottom.top-fix .header-body-bottom-list-menu-icon {
    padding: 0px 0px 28px 0px; }
    @media (max-width: 1260px) {
      .header-body-bottom.top-fix .header-body-bottom-list-menu-icon {
        padding: 0px 0px 10px 0px; } }
  .header-body-bottom.top-fix .header-body-bottom-list {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }
  .header-body-bottom.top-fix .header-body-bottom-list-mob {
    display: block; }
  .header-body-bottom.top-fix .header-body-bottom-list-logo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 170px;
    flex: 0 0 170px;
    max-width: 170px; }
  .header-body-bottom.top-fix .header-body-bottom-list__link {
    color: #445465;
    padding: 0px 25px 28px; }
    .header-body-bottom.top-fix .header-body-bottom-list__link.active {
      color: #E30613;
      border-bottom: 2px solid #E30613; }
    .header-body-bottom.top-fix .header-body-bottom-list__link:hover {
      color: #E30613;
      border-bottom: 2px solid #E30613; }
    @media (max-width: 1260px) {
      .header-body-bottom.top-fix .header-body-bottom-list__link {
        padding: 0px 10px 10px; } }
  .header-body-bottom.top-fix .header-menu__icon span {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    background-color: #E30613; }
    .header-body-bottom.top-fix .header-menu__icon span:before {
      background-color: #E30613; }
    .header-body-bottom.top-fix .header-menu__icon span:after {
      background-color: #E30613; }
  .header-body-bottom.top-fix .header-body-bottom-menu {
    padding: 50px 0px 0px 0px; }
  @media (max-width: 1650px) {
    .header-body-bottom.top-fix .header-body-bottom-list-logo {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100px;
      flex: 0 0 100px;
      max-width: 100px; } }
  @media (max-width: 992px) {
    .header-body-bottom.top-fix {
      display: none; } }

.header-body-bottom-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  @media (max-width: 992px) {
    .header-body-bottom-list {
      display: none; } }

.header-body-bottom-list-mob {
  display: none; }
header:not(.header-white) .header-body-bottom-list__link,
header:not(.header-white) .header-body-top-right-callback__link,
header:not(.header-white) a.header-body-top-left__mail,
header:not(.header-white) .header-body-top-right-phone__link
{
  color: #fff;
}
.header-body-bottom-list__link {
  display: inline-block;
  font-size: 18px;
  line-height: 22px;
  color: #fff;
  font-weight: 500;
  padding: 0px 25px 20px;
  border-bottom: 2px solid transparent;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
  .header-body-bottom-list__link.active {
    border-bottom: 2px solid #fff;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
  .header-body-bottom-list__link:hover {
    border-bottom: 2px solid #fff;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
  @media (max-width: 1260px) {
    .header-body-bottom-list__link {
      padding: 0px 10px 10px; } }

.header-body-bottom-menu {
  position: fixed;
  top: 0;
  left: -200%;
  width: 100%;
  height: 100%;
  padding: 230px 0px 0px 00px;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  z-index: 4; }
  .header-body-bottom-menu.active {
    display: block;
    left: 0;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    background: -webkit-linear-gradient(45deg, rgba(17, 34, 51, 0.8) 28.3%, rgba(19, 62, 103, 0) 75.28%), #144475;
    background: -o-linear-gradient(45deg, rgba(17, 34, 51, 0.8) 28.3%, rgba(19, 62, 103, 0) 75.28%), #144475;
    background: linear-gradient(45deg, rgba(17, 34, 51, 0.8) 28.3%, rgba(19, 62, 103, 0) 75.28%), #144475; }
    @media (max-width: 1650px) {
      .header-body-bottom-menu.active {
        background: #144475; } }
  @media (max-width: 1650px) {
    .header-body-bottom-menu {
      padding: 230px 0px 0px 0px; } }
  @media (max-width: 992px) {
    .header-body-bottom-menu {
      padding: 200px 0px 0px 0px; } }
  @media (max-width: 767px) {
    .header-body-bottom-menu {
      padding: 115px 0px 0px 0px; } }
  .header-body-bottom-menu .container {
    overflow-x: auto;
    max-height: 100%; }

.header-body-bottom-menu-content {
  padding: 0px 0px 0px 200px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0; }
  @media (max-width: 1650px) {
    .header-body-bottom-menu-content {
      padding: 27px 0px 0px 50px; } }
  @media (max-width: 992px) {
    .header-body-bottom-menu-content {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      padding: 0px 0px 0px 0px; } }

.header-body-bottom-menu-content__column {
  padding: 0px 10px; }
  .header-body-bottom-menu-content__column:nth-child(1) {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 60%;
    flex: 1 1 60%;
    max-width: 60%; }
  .header-body-bottom-menu-content__column:nth-child(2) {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 40%;
    flex: 1 1 40%;
    max-width: 40%; }
  @media (max-width: 992px) {
    .header-body-bottom-menu-content__column {
      padding: 0px 0px 0px 0px; }
      .header-body-bottom-menu-content__column:nth-child(1) {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        max-width: none; }
      .header-body-bottom-menu-content__column:nth-child(2) {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        max-width: none; } }

.header-body-bottom-menu-content-block {
  padding: 0px 0px 30px 0px; }
  @media (max-width: 992px) {
    .header-body-bottom-menu-content-block {
      padding: 0px 0px 0px 0px; } }

.header-body-bottom-menu-content-title {
  margin: 0px 0px 30px 0px; }
  @media (max-width: 992px) {
    .header-body-bottom-menu-content-title {
      padding: 0px 15px;
      margin: 0px 0px 0px 0px; } }

.header-body-bottom-menu-content-title_more {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
  .header-body-bottom-menu-content-title_more.active {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    background-color: #D4F3FF; }
    .header-body-bottom-menu-content-title_more.active .header-body-bottom-menu-content-title__link {
      -webkit-transition: all 0.3s ease 0s;
      -moz-transition: all 0.3s ease 0s;
      -ms-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s;
      color: #144475; }

.header-body-bottom-menu-content-title__link {
  display: inline-block;
  font-size: 36px;
  line-height: 51px;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
  @media (max-width: 992px) {
    .header-body-bottom-menu-content-title__link {
      font-size: 24px;
      line-height: 35px;
      padding: 15px 0px; } }

.header-body-bottom-menu-content-list {
  padding: 0px 0px 0px 50px;
  max-width: 650px; }
  @media (max-width: 992px) {
    .header-body-bottom-menu-content-list {
      padding: 0px 0px 0px 40px;
      display: none; } }

.header-body-bottom-menu-content-list__link {
  font-size: 18px;
  line-height: 35px;
  font-weight: 500;
  text-decoration: underline;
  text-transform: uppercase;
  color: #fff;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
  .header-body-bottom-menu-content-list__link:hover {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    color: #0FD4FF;
    text-decoration: underline; }

.header-menu__icon {
  display: block;
  position: relative;
  top: 3px;
  width: 32px;
  height: 30px;
  cursor: pointer;
  z-index: 5; }
  .header-menu__icon span {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    top: 12px;
    left: 12px;
    position: absolute;
    width: 6px;
    height: 6px;
    background-color: #0FD4FF;
    border-radius: 50%; }
    .header-menu__icon span:before {
      content: '';
      position: absolute;
      top: 0;
      left: -12px;
      width: 6px;
      height: 6px;
      background-color: #0FD4FF;
      border-radius: 50%; }
    .header-menu__icon span:after {
      content: '';
      position: absolute;
      top: 0;
      left: 12px;
      width: 6px;
      height: 6px;
      background-color: #0FD4FF;
      border-radius: 50%; }
    .header-menu__icon span:first-child {
      top: 0px; }
    .header-menu__icon span:last-child {
      top: auto;
      bottom: 0px; }
  .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);
      left: 0;
      top: 13px;
      width: 100%;
      height: 4px;
      border-radius: 0; }
      .header-menu__icon.active span:first-child:before {
        content: '';
        width: 0;
        height: 0; }
      .header-menu__icon.active span:first-child:after {
        content: '';
        width: 0;
        height: 0; }
    .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);
      left: 0;
      height: 4px;
      bottom: 13px;
      width: 100%;
      border-radius: 0; }
      .header-menu__icon.active span:last-child:before {
        content: '';
        width: 0;
        height: 0; }
      .header-menu__icon.active span:last-child:after {
        content: '';
        width: 0;
        height: 0; }
  @media (max-width: 767px) {
    .header-menu__icon span {
      background-color: #fff; }
      .header-menu__icon span:before {
        content: '';
        background-color: #fff; }
      .header-menu__icon span:after {
        content: '';
        background-color: #fff; } }

.header-callback {
  position: fixed;
  display: none;
  top: 0;
  right: 0;
  z-index: 15;
  height: 100%;
  width: 100%;
  overflow: auto; }
  .header-callback .container {
    position: relative;
    height: 100%; }
  @media (max-width: 767px) {
    .header-callback {
      z-index: 11; } }

.header-callback-content {
  width: 566px;
  position: absolute;
  top: 0;
  right: 0;
  height: auto;
  min-height: 100%;
  background: #D4F3FF;
  padding: 0px 100px 25px; }
  @media (max-width: 767px) {
    .header-callback-content {
      width: 100%;
      background-color: #144475;
      padding: 0px 15px 25px;
      height: auto; } }

.header-callback__close {
  position: absolute;
  top: 23px;
  right: 23px;
  width: 23px;
  height: 23px;
  cursor: pointer;
  background: url("../img/icons/close.svg") center no-repeat; }

.header-callback-top {
  padding: 30px 35px 0px 0px;
  text-align: right; }
  @media (max-width: 767px) {
    .header-callback-top {
      padding: 110px 15px 0px;
      text-align: left; } }

.header-callback-top__phone {
  font-size: 24px;
  line-height: 29px;
  color: #144475;
  font-weight: 500;
  display: inline-block;
  padding: 0px 0px 0px 37px;
  position: relative; }
  .header-callback-top__phone:before {
    content: '';
    position: absolute;
    width: 26px;
    height: 26px;
    top: 3px;
    left: 0;
    background: url("../img/icons/phone_ico_red.svg") center/contain no-repeat; }
  @media (max-width: 767px) {
    .header-callback-top__phone {
      color: #fff;
      padding: 0px 0px 0px 0px;
      margin: 0px 0px 15px 0px; }
      .header-callback-top__phone:before {
        content: '';
        width: 0;
        height: 0; } }

.header-callback-body {
  padding: 140px 0px 0px 0px; }
  @media (max-width: 767px) {
    .header-callback-body {
      padding: 0px 0px 0px 0px; } }

.header-callback-body__title {
  font-size: 48px;
  line-height: 60px;
  color: #144475;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0px 0px 64px 0px; }
  @media (max-width: 767px) {
    .header-callback-body__title {
      color: #fff;
      padding: 0px 15px;
      margin: 0px 0px 10px 0px;
      font-size: 24px;
      line-height: 30px; }
      .header-callback-body__title p {
        display: inline; } }

.header-callback-body-form-check, .callback-body-form-check {
  margin: 0px 0px 70px 0px; }
  .header-callback-body-form-check .form-check .check,
  .callback-body-form-check .form-check .check {
    color: #144475; }
    @media (max-width: 767px) {
      .header-callback-body-form-check .form-check .check {
        color: #fff;
        font-size: 16px;
        line-height: 16px; } }
  @media (max-width: 767px) {
    .header-callback-body-form-check {
      margin: 0px 0px 25px 0px; } }

.form-input_phone-mob {
  display: none; }
  @media (max-width: 767px) {
    .form-input_phone-mob {
      display: block; } }

footer {
  padding: 100px 0px 70px 0px;
  background-color: #11263C; }
  @media (max-width: 767px) {
    footer {
      padding: 35px 0px 70px 0px; } }

.footer-body {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  margin: 0px -30px 25px; }
  @media (max-width: 1260px) {
    .footer-body {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin: 0px 0px 25px;
      padding: 0px 10px 0px 22px; } }
  @media (max-width: 767px) {
    .footer-body {
      margin: 0px 0px 0px 0px; } }

.footer-body__column {
  padding: 0px 30px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 18%;
  flex: 1 1 18%;
  max-width: 18%; }
  .footer-body__column:nth-child(4) {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 23%;
    flex: 1 1 23%;
    max-width: 23%; }
  .footer-body__column:nth-child(5) {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 23%;
    flex: 1 1 23%;
    max-width: 23%; }
  @media (max-width: 1260px) {
    .footer-body__column {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 33.333%;
      flex: 1 1 33.333%;
      max-width: 33.333%;
      margin: 0px 0px 25px 0px; }
      .footer-body__column:nth-child(1) {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        max-width: none; }
      .footer-body__column:nth-child(4) {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 33.333%;
        flex: 1 1 33.333%;
        max-width: 33.333%; }
      .footer-body__column:nth-child(5) {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        max-width: none; } }
  @media (max-width: 767px) {
    .footer-body__column {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
      flex: 1 1 100%;
      max-width: none;
      padding: 0px 0px; }
      .footer-body__column:nth-child(1) {
        text-align: center; }
      .footer-body__column:nth-child(4) {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        max-width: none; } }

.footer-body__logo {
  display: inline-block;
  width: 100px; }
  .footer-body__logo img {
    max-width: 100%; }
  @media (max-width: 1260px) {
    .footer-body__logo {
      margin: 0px 0px 25px 0px; } }
  @media (max-width: 767px) {
    .footer-body__logo {
      width: 65px; } }

@media (max-width: 767px) {
  .footer-body-item {
    max-width: 250px; } }

.footer-body-item__title {
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  text-transform: uppercase;
  color: #7CA1BC;
  padding: 0px 0px 15px 0px;
  border-bottom: 1px solid #7CA1BC;
  max-width: 208px;
  margin: 0px 0px 13px 0px; }

.footer-body-item-list {
  margin: 0px 0px 35px 0px; }
  .footer-body-item-list > li {
    margin: 0px 0px 7px 0px; }

.footer-body-item-list__link {
  display: inline-block;
  font-size: 18px;
  line-height: 26px;
  color: #7CA1BC;
  text-decoration: underline; }

.footer-body-info {
  margin: 0px 0px 68px 0px; }

.footer-body-info__text {
  position: relative;
  padding: 0px 0px 0px 47px;
  font-size: 18px;
  line-height: 26px;
  color: #7CA1BC;
  margin: 0px 0px 40px 0px; }
  .footer-body-info__text:last-child {
    margin: 0px 0px 0px 0px; }

.footer-body-info__location:before {
  content: '';
  position: absolute;
  top: 5px;
  left: 0;
  width: 20px;
  height: 26px;
  background: url("../img/icons/location_ico.svg") 0 0 no-repeat; }

.footer-body-info__phone:before {
  content: '';
  position: absolute;
  top: 5px;
  left: 0;
  width: 27px;
  height: 27px;
  background: url("../img/icons/phone_ico.svg") 0 0 no-repeat; }
.footer-body-info__phone a{
  color: #0FD4FF;
}

.footer-body-info__phone__link {
  color: #0FD4FF; }
  .footer-body-info__phone__link:hover {
    text-decoration: underline; }

.footer-body-info__email:before {
  content: '';
  position: absolute;
  top: 5px;
  left: 0;
  width: 27px;
  height: 27px;
  background: url("../img/icons/email_ico.svg") 0 0 no-repeat; }

.footer-body-info__email__link {
  color: #7CA1BC; }
  .footer-body-info__email__link:hover {
    text-decoration: underline; }

.footer-body-social {
  max-width: 230px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0px 0px 35px 0px; }
  @media (max-width: 1260px) {
    .footer-body-social {
      margin: 0px auto 35px; } }
  @media (max-width: 767px) {
    .footer-body-social {
      max-width: 300px; } }

.footer-body-social__link {
  display: inline-block;
  width: 33px;
  height: 32px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
  .footer-body-social__link:hover {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
  .footer-body-social__link:active {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
  .footer-body-social__link.vk_link {
    background: url("../img/icons/vk_ico.svg") 0 0 no-repeat; }
    .footer-body-social__link.vk_link:hover {
      background: url("../img/icons/vk_hv.svg") 0 0 no-repeat; }
    .footer-body-social__link.vk_link:active {
      background: url("../img/icons/vk_ac.svg") 0 0 no-repeat; }
  .footer-body-social__link.inst_link {
    background: url("../img/icons/inst_ico.svg") 0 0 no-repeat; }
    .footer-body-social__link.inst_link:hover {
      background: url("../img/icons/inst_hv.svg") 0 0 no-repeat; }
    .footer-body-social__link.inst_link:active {
      background: url("../img/icons/inst_ac.svg") 0 0 no-repeat; }
  .footer-body-social__link.fb_link {
    background: url("../img/icons/fb_ico.svg") 0 0 no-repeat; }
    .footer-body-social__link.fb_link:hover {
      background: url("../img/icons/fb_hv.svg") 0 0 no-repeat; }
    .footer-body-social__link.fb_link:active {
      background: url("../img/icons/fb_ac.svg") 0 0 no-repeat; }

.footer-copyright {
  border-top: 1px solid #7CA1BC;
  padding: 27px 0px 0px 0px; }
  @media (max-width: 767px) {
    .footer-copyright {
      padding: 48px 0px 0px 0px; } }

.footer-copyright__text {
  font-size: 14px;
  line-height: 20px;
  color: #7CA1BC; }

.main-top {
  position: relative; }

.main-top-slide {
  position: relative; }

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

.main-top-content {
  position: relative;
  z-index: 2;
  padding: 300px 0px 80px 100px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media (max-width: 1260px) {
    .main-top-content {
      padding: 250px 0px 80px 0px; } }
  @media (max-width: 992px) {
    .main-top-content {
      padding: 200px 0px 80px 0px; } }
  @media (max-width: 767px) {
    .main-top-content {
      padding: 150px 0px 50px 0px; } }

.main-top-content__column:nth-child(1) {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  max-width: none; }

.main-top-content__column:nth-child(2) {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 220px;
  flex: 0 0 220px;
  max-width: 220px; }

@media (max-width: 1650px) {
  .main-top-content__column:nth-child(2) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50px;
    flex: 0 0 50px;
    max-width: 50px; } }

@media (max-width: 992px) {
  .main-top-content__column:nth-child(2) {
    display: none; } }

.main-top-content-left {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0px -15px; }
  @media (max-width: 992px) {
    .main-top-content-left {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }

.main-top-content-left__column {
  padding: 0px 15px; }
  .main-top-content-left__column:nth-child(1) {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: none; }
  .main-top-content-left__column:nth-child(2) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 484px;
    flex: 0 0 484px;
    max-width: 484px; }
  @media (max-width: 992px) {
    .main-top-content-left__column:nth-child(1) {
      margin: 0px 0px 35px 0px; }
    .main-top-content-left__column:nth-child(2) {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
      flex: 1 1 100%;
      max-width: none; } }

.main-top-content-left__title {
  font-size: 48px;
  line-height: 60px;
  color: #fff;
  text-transform: uppercase;
  margin: 0px 0px 30px 0px; }
  .main-top-content-left__title i {
    font-weight: 600; }
  @media (max-width: 767px) {
    .main-top-content-left__title {
      font-size: 32px;
      line-height: 36px; } }

.main-top-content-left__subtitle {
  font-size: 24px;
  line-height: 29px;
  color: #fff;
  font-weight: 500;
  margin: 0px 0px 67px 0px; }
  @media (max-width: 992px) {
    .main-top-content-left__subtitle {
      margin: 0px 0px 35px 0px; } }

@media (max-width: 767px) {
  .main-top-content-left-download {
    text-align: center; } }

.main-top-content-left-advantages {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 22px 0px 0px 0px;
  margin: 0px -12px; }
  @media (max-width: 1260px) {
    .main-top-content-left-advantages {
      margin: 0px -8px; } }

.main-top-content-left-advantages__column {
  padding: 0px 12px;
  margin: 0px 0px 22px 0px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
  max-width: 50%; }
  .main-top-content-left-advantages__column.active .main-top-content-left-advantages-item {
    -webkit-box-shadow: 0px 20px 50px rgba(0, 209, 255, 0.4);
    box-shadow: 0px 20px 50px rgba(0, 209, 255, 0.4);
    background: #148AB6; }
  .main-top-content-left-advantages__column.active .main-top-content-left-advantages-item__text {
    color: #fff; }
  @media (max-width: 1260px) {
    .main-top-content-left-advantages__column {
      padding: 0px 8px;
      margin: 0px 0px 14px 0px; } }

.main-top-content-left-advantages-item {
  border: 1px solid #0FD4FF;
  background-color: rgba(20, 66, 114, 0.8);
  padding: 50px 10px 10px 35px;
  min-height: 216px;
  width: 215px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
  .main-top-content-left-advantages-item:hover {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -webkit-box-shadow: 0px 20px 50px rgba(0, 209, 255, 0.4);
    box-shadow: 0px 20px 50px rgba(0, 209, 255, 0.4);
    background: #148AB6; }
    .main-top-content-left-advantages-item:hover .main-top-content-left-advantages-item__text {
      color: #fff;
      -webkit-transition: all 0.3s ease 0s;
      -moz-transition: all 0.3s ease 0s;
      -ms-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s; }
  @media (max-width: 1260px) {
    .main-top-content-left-advantages-item {
      min-height: 150px;
      width: 100%;
      padding: 20px 10px 0px 20px; } }

.main-top-content-left-advantages-item-top {
  margin: 0px 0px 23px 0px; }
  @media (max-width: 1260px) {
    .main-top-content-left-advantages-item-top {
      margin: 0px 0px 17px 0px; } }

.main-top-content-left-advantages-item-top__img img {
  max-width: 100%;
  max-height: 100%; }

@media (max-width: 1260px) {
  .main-top-content-left-advantages-item-top__img {
    height: 25px; } }

.main-top-content-left-advantages-item__text {
  font-size: 18px;
  line-height: 22px;
  color: #0FD4FF;
  font-weight: 500;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
  @media (max-width: 1260px) {
    .main-top-content-left-advantages-item__text {
      font-size: 14px;
      line-height: 16px;
      font-weight: 400; }
      .main-top-content-left-advantages-item__text p {
        display: inline; } }

.main-top-content-dots {
  position: absolute;
  top: 300px;
  right: 0;
  width: 100%;
  height: 0; }
  .main-top-content-dots .container {
    position: relative;
    height: 0; }
  @media (max-width: 992px) {
    .main-top-content-dots {
      display: none; } }

.main-top-content-dots-block {
  height: 500px;
  position: absolute;
  top: 0;
  right: 0;
  width: 200px; }
  @media (max-width: 1650px) {
    .main-top-content-dots-block {
      width: 50px; } }

.main-top-content-list {
  position: absolute;
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%); }
  .main-top-content-list > li {
    margin: 0px 0px 60px 0px;
    text-align: right;
    position: relative; }
    .main-top-content-list > li:last-child {
      margin: 0px 0px 0px 0px; }
    .main-top-content-list > li.active:before {
      content: '';
      position: absolute;
      width: 152px;
      height: 36px;
      top: 50%;
      margin: -18px 0px 0px 5px;
      left: 100%;
      background: url("../img/icons/line_top.png") center no-repeat; }

.main-top-content-list__item {
  font-size: 24px;
  line-height: 29px;
  color: #fff;
  display: inline-block;
  cursor: pointer; }

.main-product {
  background-color: #F2FAFF;
  padding: 90px 0px 100px 0px; }
  @media (max-width: 992px) {
    .main-product {
      padding: 85px 0px 57px 0px; } }

.main-product-top {
  padding: 0px 0px 0px 230px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0px 0px 75px 0px; }
  @media (max-width: 1650px) {
    .main-product-top {
      padding: 0px 0px 0px 130px; } }
  @media (max-width: 1260px) {
    .main-product-top {
      padding: 0px 0px 0px 0px; } }
  @media (max-width: 992px) {
    .main-product-top {
      margin: 0px 0px 30px 0px; } }

@media (max-width: 992px) {
  .main-product-top__column:nth-child(1) {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: none; }
  .main-product-top__column:nth-child(2) {
    display: none; } }

.main-product-top__title:before {
  content: '';
  position: absolute;
  width: 360px;
  height: 88px;
  top: 50%;
  right: 100%;
  margin: -44px 30px 0px 0px;
  background: url("../img/home/line_product.png") center no-repeat; }

@media (max-width: 1260px) {
  .main-product-top__title:before {
    content: '';
    width: 0;
    height: 0; } }

.main-product-slider {
  margin: 0px -13px;
  position: relative; }
  .main-product-slider .slick-arrow {
    position: absolute;
    top: 50%;
    width: 37px;
    height: 36px;
    margin: -18px 0px 0px 0px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
    .main-product-slider .slick-arrow.slick-prev {
      left: -57px;
      z-index: 2;
      background: url("../img/icons/sl_arr_prev.png") center no-repeat; }
      .main-product-slider .slick-arrow.slick-prev:hover {
        background: url("../img/icons/sl_arr_prev_hv.png") center no-repeat;
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -ms-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s; }
    .main-product-slider .slick-arrow.slick-next {
      right: -57px;
      background: url("../img/icons/sl_arr_next.png") center no-repeat; }
      .main-product-slider .slick-arrow.slick-next:hover {
        background: url("../img/icons/sl_arr_next_hv.png") center no-repeat;
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -ms-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s; }
    @media (max-width: 1780px) {
      .main-product-slider .slick-arrow.slick-prev {
        left: -10px; }
      .main-product-slider .slick-arrow.slick-next {
        right: -10px; } }
    @media (max-width: 767px) {
      .main-product-slider .slick-arrow.slick-prev {
        left: -3px; }
      .main-product-slider .slick-arrow.slick-next {
        right: -3px; } }
  @media (max-width: 767px) {
    .main-product-slider {
      margin: 0px 10px; } }
  .main-product-slider .slick-list {
    overflow: visible !important; }

.main-product-slide {
  padding: 25px 13px;
  opacity: 0;
  visibility: hidden;
  overflow: visible !important; }
  .main-product-slide.slick-active {
    opacity: 1;
    visibility: visible; }

.main-product-item {
  position: relative;
  height: 240px;
  display: block;
  z-index: 1; }
  .main-product-item:hover {
    z-index: 2; }
    .main-product-item:hover .main-product-item__bg {
      border: 1px solid #0FD4FF;
      height: 120%;
      top: -10%;
      -webkit-transition: all 0.3s ease 0s;
      -moz-transition: all 0.3s ease 0s;
      -ms-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s; }
      .main-product-item:hover .main-product-item__bg:before {
        content: '';
        opacity: 1;
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -ms-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s; }
    .main-product-item:hover .main-product-item__name {
      -webkit-transition: all 0.3s ease 0s;
      -moz-transition: all 0.3s ease 0s;
      -ms-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s;
      color: #fff; }
  @media (max-width: 767px) {
    .main-product-item {
      height: auto;
      padding: 0px 0px 30px 0px; } }

.main-product-item__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background: #FFFFFF;
  border: 1px solid #D5E2EB;
  z-index: 2; }
  .main-product-item__bg:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    background: -webkit-linear-gradient(231.27deg, #1499C3 -12.84%, #144475 73.81%);
    background: -o-linear-gradient(231.27deg, #1499C3 -12.84%, #144475 73.81%);
    background: linear-gradient(218.73deg, #1499C3 -12.84%, #144475 73.81%);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -webkit-box-shadow: 0px 20px 40px #7CA1BC;
    box-shadow: 0px 20px 40px #7CA1BC; }

.main-product-item__img {
  display: block;
  position: absolute;
  z-index: 4;
  bottom: 10px;
  right: 20px;
  width: 230px;
  text-align: right; }
  .main-product-item__img img {
    max-width: 100%;
    max-height: 230px; }
  @media (max-width: 767px) {
    .main-product-item__img {
      bottom: auto;
      width: 100%;
      text-align: center;
      height: auto;
      right: 0;
      position: relative; } }

.main-product-item__name {
  position: relative;
  z-index: 5;
  display: block;
  padding: 32px 0px 0px 0px;
  margin: 0px 0px 0px 30px;
  font-size: 18px;
  line-height: 25px;
  font-weight: 500;
  text-decoration: underline;
  text-transform: uppercase;
  color: #144475;
  max-width: 190px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
  .main-product-item__name i {
    display: block; }
  @media (max-width: 767px) {
    .main-product-item__name {
      padding: 20px 10px 0px;
      margin: 0px 0px 30px 0px;
      text-align: center;
      max-width: none; } }

.main-about {
  background-color: #D4F3FF;
  padding: 0px 0px 130px 0px; }
  @media (max-width: 992px) {
    .main-about {
      padding: 60px 0px 75px 0px; } }

.main-about-top__img {
  text-align: center;
  margin: 0px 0px 38px 0px; }
  @media (max-width: 992px) {
    .main-about-top__img {
      display: none; } }

.main-about__title {
  text-align: center;
  margin: 0px 0px 35px 0px; }

.main-about-body {
  margin: 0px 0px 40px 0px; }

.main-about-body__text {
  max-width: 1250px;
  margin: 0px auto;
  text-align: center;
  font-size: 24px;
  line-height: 40px;
  color: #68879E;
  font-weight: 500; }
  @media (max-width: 767px) {
    .main-about-body__text {
      font-size: 16px;
      line-height: 26px;
      text-align: left; } }

.main-about-body-bottom {
  text-align: center; }

.main-services {
  background-color: #F2FAFF;
  padding: 0px 0px 140px 0px; }
  @media (max-width: 992px) {
    .main-services {
      padding: 85px 0px 100px 0px; } }

.main-services-top__img {
  position: relative;
  top: -30px;
  text-align: center;
  margin: 0px 0px 10px 0px; }
  @media (max-width: 992px) {
    .main-services-top__img {
      display: none; } }

.main-services__title {
  text-align: center;
  margin: 0px 0px 35px 0px; }
  @media (max-width: 992px) {
    .main-services__title {
      margin: 0px 0px 25px 0px; } }

.main-services__subtitle {
  font-size: 24px;
  line-height: 29px;
  text-align: center;
  color: #68879E;
  font-weight: 500;
  margin: 0px 0px 115px 0px; }
  @media (max-width: 992px) {
    .main-services__subtitle {
      font-size: 16px;
      line-height: 19px;
      margin: 0px 0px 30px 0px; } }

.main-services-body {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0; }
  @media (max-width: 992px) {
    .main-services-body {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }

.main-services-body__column {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 33.333%;
  flex: 1 1 33.333%;
  max-width: 33.333%; }
  @media (max-width: 992px) {
    .main-services-body__column {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
      flex: 1 1 100%;
      max-width: none; } }

.main-services-body-item {
  display: block;
  height: 571px;
  position: relative; }
  .main-services-body-item:hover .main-services-body-item-bg {
    border: 1px solid #0FD4FF;
    height: 120%;
    top: -10%;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
    .main-services-body-item:hover .main-services-body-item-bg:before {
      content: '';
      opacity: 1;
      -webkit-transition: all 0.3s ease 0s;
      -moz-transition: all 0.3s ease 0s;
      -ms-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s; }
  .main-services-body-item:hover .main-services-body-item-bg__text {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    opacity: 1; }
  .main-services-body-item:hover .main-services-body-item-bg__title {
    z-index: 1; }
  @media (max-width: 992px) {
    .main-services-body-item {
      height: auto;
      min-height: 300px;
      margin: 0px -10px; } }

.main-services-body-item__img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.main-services-body-item-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  border: 1px solid #fff; }
  .main-services-body-item-bg:before {
    content: '';
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    background: -webkit-linear-gradient(217.03deg, #1499C3 -12.84%, #144475 73.81%), #144475;
    background: -o-linear-gradient(217.03deg, #1499C3 -12.84%, #144475 73.81%), #144475;
    background: linear-gradient(232.97deg, #1499C3 -12.84%, #144475 73.81%), #144475;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -webkit-box-shadow: 0px 20px 40px rgba(124, 161, 188, 0.5);
    box-shadow: 0px 20px 40px rgba(124, 161, 188, 0.5); }
  @media (max-width: 992px) {
    .main-services-body-item-bg {
      border: none; } }

.main-services-body-item-bg-text-block {
  position: absolute;
  top: 60px;
  left: 50px;
  font-weight: 500; }
  @media (max-width: 1260px) {
    .main-services-body-item-bg-text-block {
      top: 30px;
      left: 20px; } }

.main-services-body-item-bg__title {
  position: relative;
  z-index: 1;
  display: block;
  font-size: 24px;
  line-height: 35px;
  text-decoration: underline;
  text-transform: uppercase;
  color: #fff;
  max-width: 310px;
  min-height: 115px;
  margin: 0px 0px 45px 0px; }
  @media (max-width: 1260px) {
    .main-services-body-item-bg__title {
      font-size: 21px;
      line-height: 30px; 
min-height:0px;
margin:0 0 20px 0;
} }
  .main-services-body-item-bg__title i {
    display: block; }

.main-services-body-item-bg__text {
  position: relative;
  z-index: 2;
  font-size: 24px;
  line-height: 39px;
  color: #fff;
  font-weight: 500;
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  display: block;
  padding: 0px 50px 0px 0px;
  max-width: 400px; }
  @media (max-width: 1260px) {
    .main-services-body-item-bg__text {
      font-size: 18px;
      line-height: 20px; } }
  @media (max-width: 992px) {
    .main-services-body-item-bg__text {
      max-width: none; } }

.main-how {
  background: -webkit-linear-gradient(252.68deg, #1499C3 -12.84%, #144475 73.81%);
  background: -o-linear-gradient(252.68deg, #1499C3 -12.84%, #144475 73.81%);
  background: linear-gradient(197.32deg, #1499C3 -12.84%, #144475 73.81%);
  padding: 125px 0px 100px 0px; }
  @media (max-width: 992px) {
    .main-how {
      padding: 75px 0px 100px 0px; } }

.main-product-top_main-how {
  margin: 0px 0px 115px 0px; }
  @media (max-width: 767px) {
    .main-product-top_main-how {
      margin: 0px 0px 40px 0px; } }

.main-product-top__title_main-how:before {
  content: '';
  background: url("../img/icons/line_how.png") 0 0 no-repeat; }

.main-product-top__title_main-how.main_title {
  color: #fff; }

@media (max-width: 400px) {
  .main-product-top__title_main-how {
    max-width: 200px;
    margin: 0px auto; } }

.main-how-body-slider {
  margin: 0px -38px;
  position: relative; }
  .main-how-body-slider .slick-list {
    overflow: visible !important; }
  .main-how-body-slider .slick-arrow {
    position: absolute;
    width: 16px;
    height: 100%;
    top: 0; }
    .main-how-body-slider .slick-arrow.slick-next {
      right: 0;
      background: url("../img/icons/how_arr_next.png") center no-repeat; }
    .main-how-body-slider .slick-arrow.slick-prev {
      left: 0;
      z-index: 2;
      background: url("../img/icons/how_arr_prev.png") center no-repeat; }
    .main-how-body-slider .slick-arrow.slick-disabled {
      background: url() 0 0 no-repeat; }
  @media (max-width: 1260px) {
    .main-how-body-slider {
      margin: 0px -10px; }
      .main-how-body-slider .slick-arrow.slick-next {
        right: -5px; }
      .main-how-body-slider .slick-arrow.slick-prev {
        left: -5px; } }
  @media (max-width: 767px) {
    .main-how-body-slider .slick-arrow.slick-next {
      right: 30px; }
    .main-how-body-slider .slick-arrow.slick-prev {
      left: 30px; } }

.main-how-body-slide {
  padding: 0px 38px;
  overflow: visible !important;
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative; }
  .main-how-body-slide.slick-active {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    opacity: 1; }
  .main-how-body-slide:after {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    top: 50%;
    right: 0;
    margin: -8px -8px 0px 0px;
    background: url("../img/icons/how_arr_next.png") center no-repeat; }
  .main-how-body-slide:last-child:after {
    content: '';
    width: 0;
    height: 0; }
  @media (max-width: 1650px) {
    .main-how-body-slide:after {
      content: '';
      width: 0;
      height: 0; } }
  @media (max-width: 1260px) {
    .main-how-body-slide {
      padding: 0px 15px; 
    }
    .main-how-body-slide.slick-active-last:after {
      display: none;
    }
    
     }

.main-how-body-item {
  min-height: 208px;
  background: rgba(20, 66, 114, 0.8);
  border: 1px solid #0FD4FF;
  padding: 33px 33px 10px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  text-align: center;}
  .main-how-body-item:hover {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    background: #148AB6;
    -webkit-box-shadow: 0px 20px 50px rgba(0, 209, 255, 0.4);
    box-shadow: 0px 20px 50px rgba(0, 209, 255, 0.4); }
    .main-how-body-item:hover .main-how-body-item__text {
      color: #fff;
      -webkit-transition: all 0.3s ease 0s;
      -moz-transition: all 0.3s ease 0s;
      -ms-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s; }
  @media (max-width: 767px) {
    .main-how-body-item {
      min-height: 285px;
      padding: 45px 45px; } }

.main-how-body-item__img {
  margin: 0px 0px 22px 0px;
  height: 50px; }
  .main-how-body-item__img img {
    height: 100%; }
  @media (max-width: 767px) {
    .main-how-body-item__img {
      height: 65px; } }

.main-how-body-item__text {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
  color: #0FD4FF; }

.main-news {
  padding: 120px 0px 85px 0px;
  background-color: #D4F3FF; }
  @media (max-width: 992px) {
    .main-news {
      padding: 80px 0px 145px 0px; } }

.main-product-top_main-news {
  margin: 0px 0px 118px 0px; }
  @media (max-width: 992px) {
    .main-product-top_main-news {
      margin: 0px 0px 45px 0px; } }

.main-product-top__title_main-news:before {
  content: '';
  background: url("../img/icons/line_news.png") 0 0 no-repeat; }

.main-news-slider {
  margin: 0px -15px;
  position: relative; }
  .main-news-slider .slick-list,
  .main-news-slider-new .slick-list {
    overflow: visible !important; }
  .main-news-slider .slick-arrow {
    position: absolute;
    width: 37px;
    height: 100%;
    top: 0; }
    .main-news-slider .slick-arrow.slick-next {
      right: -53px;
      background: url("../img/icons/sl_arr_next_wh.png") center no-repeat;
      -webkit-transition: all 0.3s ease 0s;
      -moz-transition: all 0.3s ease 0s;
      -ms-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s; }
      .main-news-slider .slick-arrow.slick-next:hover {
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -ms-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        background: url("../img/icons/sl_arr_next_hv.png") center no-repeat; }
    .main-news-slider .slick-arrow.slick-prev {
      left: -53px;
      z-index: 2;
      background: url("../img/icons/sl_arr_prev_wh.png") center no-repeat;
      -webkit-transition: all 0.3s ease 0s;
      -moz-transition: all 0.3s ease 0s;
      -ms-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s; }
      .main-news-slider .slick-arrow.slick-prev:hover {
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -ms-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        background: url("../img/icons/sl_arr_prev_hv.png") center no-repeat; }
    @media (max-width: 1780px) {
      .main-news-slider .slick-arrow.slick-prev {
        left: -5px; }
      .main-news-slider .slick-arrow.slick-next {
        right: -5px; } }
    @media (max-width: 1260px) {
      .main-news-slider .slick-arrow.slick-prev {
        left: -10px; }
      .main-news-slider .slick-arrow.slick-next {
        right: -10px; } }
    @media (max-width: 992px) {
      .main-news-slider .slick-arrow {
        height: 37px;
        top: 100%;
        margin: 43px 0px 0px 0px; }
        .main-news-slider .slick-arrow.slick-prev {
          left: 0px; }
        .main-news-slider .slick-arrow.slick-next {
          right: 0px; } }
    @media (max-width: 767px) {
      .main-news-slider .slick-arrow.slick-next {
        background: url("../img/icons/sl_arr_next_dark.png") center no-repeat; }
      .main-news-slider .slick-arrow.slick-prev {
        background: url("../img/icons/sl_arr_prev_dark.png") center no-repeat; } }
  @media (max-width: 1260px) {
    .main-news-slider,
    .main-news-slider-new {
      margin: 0px 0px 0px 0px; } }
  @media (max-width: 767px) {
    .main-news-slider .slick-arrow.slick-next {
      right: 30px; }
    .main-news-slider .slick-arrow.slick-prev {
      left: 30px; } }

.main-news-slide {
  position: relative;

  padding: 0px 15px;
  overflow: visible !important;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
  .main-news-slide.slick-active {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    opacity: 1;
    visibility: visible; }
  @media (max-width: 1260px) {
    .main-news-slide {
      padding: 0px 0px 0px 0px; } }

.main-news-item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  min-height: 428px;
  border: 1px solid #D5E2EB;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
  .main-news-item:hover {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -webkit-box-shadow: 0px 20px 40px #A4B6C4;
    box-shadow: 0px 20px 40px #A4B6C4; }
  @media (max-width: 767px) {
    .main-news-item {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; 
max-width: 100%!important;} }







.main-news-item__column:nth-child(1) {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 42%;
  flex: 1 1 42%;
  max-width: 42%; }

.main-news-item__column:nth-child(2) {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 58%;
  flex: 1 1 58%;
  max-width: 58%; }

@media (max-width: 767px) {
  .main-news-item__column:nth-child(1) {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: none; }
  .main-news-item__column:nth-child(2) {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: none; } }

.main-news-item__img {
  display: block;
  height: 100%;
  border-right: 1px solid #D5E2EB; }
  @media (max-width: 767px) {
    .main-news-item__img {
      height: 265px; } }

.main-news-item-right {
  position: relative;
  background-color: #fff;
  height: 100%;
  padding: 30px 25px 45px 30px; }
  @media (max-width: 767px) {
    .main-news-item-right {
      padding: 15px 15px 35px; } }




.main-news-item-right-time {
  border-bottom: 1px solid #CCEAFF;
  margin: 0px 0px 27px 0px; }

.main-news-item-right-time__value {
  text-align: right;
  padding: 0px 20px 0px 0px;
  font-size: 14px;
  line-height: 20px;
  color: #7CA1BC; }
  .main-news-item-right-time__value span {
    display: inline-block;
    position: relative;
    padding: 0px 0px 0px 30px;
    margin: 0px 0px 11px 0px; }
    .main-news-item-right-time__value span:before {
      content: '';
      position: absolute;
      width: 21px;
      height: 21px;
      top: 50%;
      left: 0;
      margin: -10px 0px 0px 0px;
      background: url("../img/icons/time_ico.svg") center no-repeat; }

.main-news-item-right-title {
  margin: 0px 0px 30px 0px; }

.main-news-item-right-title__link {
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  color: #144475;
  text-decoration: underline;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
  .main-news-item-right-title__link:hover {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    color: #E30613;
    text-decoration: underline; }

.main-news-item-right__text {
  font-size: 18px;
  line-height: 26px; }

.main-news-item-right-bottom__link {
  position: absolute;
  width: 22px;
  height: 22px;
  bottom: 43px;
  right: 30px;
  background: url("../img/icons/news_link_ico.svg") center no-repeat;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
  .main-news-item-right-bottom__link:hover {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    background: url("../img/icons/news_link_ico_hv.svg") center no-repeat; }
  @media (max-width: 767px) {
    .main-news-item-right-bottom__link {
      display: none; } }

.main-reviews {
  padding: 100px 0px 112px 0px;
  background-color: #F2FAFF; }
  @media (max-width: 992px) {
    .main-reviews {
      padding: 80px 0px 120px 0px; } }

.main-product-top_main-reviews {
  margin: 0px 0px 83px 0px; }
  @media (max-width: 992px) {
    .main-product-top_main-reviews {
      margin: 0px 0px 30px 0px; } }

.main-reviews-slider {
  margin: 0px -13px;
  position: relative; }
  .main-reviews-slider .slick-list {
    overflow: visible !important; }
  .main-reviews-slider .slick-arrow {
    position: absolute;
    width: 37px;
    height: 100%;
    top: 0; }
    .main-reviews-slider .slick-arrow.slick-next {
      right: -53px;
      background: url("../img/icons/sl_arr_next_dark.png") center no-repeat;
      -webkit-transition: all 0.3s ease 0s;
      -moz-transition: all 0.3s ease 0s;
      -ms-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s; }
      .main-reviews-slider .slick-arrow.slick-next:hover {
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -ms-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        background: url("../img/icons/sl_arr_next_hv.png") center no-repeat; }
    .main-reviews-slider .slick-arrow.slick-prev {
      left: -53px;
      z-index: 2;
      background: url("../img/icons/sl_arr_prev_dark.png") center no-repeat;
      -webkit-transition: all 0.3s ease 0s;
      -moz-transition: all 0.3s ease 0s;
      -ms-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s; }
      .main-reviews-slider .slick-arrow.slick-prev:hover {
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -ms-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        background: url("../img/icons/sl_arr_prev_hv.png") center no-repeat; }
    @media (max-width: 1780px) {
      .main-reviews-slider .slick-arrow.slick-prev {
        left: -5px; }
      .main-reviews-slider .slick-arrow.slick-next {
        right: -5px; } }
    @media (max-width: 1260px) {
      .main-reviews-slider .slick-arrow.slick-prev {
        left: -10px; }
      .main-reviews-slider .slick-arrow.slick-next {
        right: -10px; } }
    @media (max-width: 992px) {
      .main-reviews-slider .slick-arrow {
        height: 37px;
        top: 100%;
        margin: 43px 0px 0px 0px; }
        .main-reviews-slider .slick-arrow.slick-prev {
          left: 0px; }
        .main-reviews-slider .slick-arrow.slick-next {
          right: 0px; } }
    @media (max-width: 767px) {
      .main-reviews-slider .slick-arrow.slick-next {
        background: url("../img/icons/sl_arr_next_dark.png") center no-repeat; }
      .main-reviews-slider .slick-arrow.slick-prev {
        background: url("../img/icons/sl_arr_prev_dark.png") center no-repeat; } }
  @media (max-width: 1260px) {
    .main-reviews-slider {
      margin: 0px -5px; } }
  @media (max-width: 767px) {
    .main-reviews-slider .slick-arrow.slick-next {
      right: 30px; }
    .main-reviews-slider .slick-arrow.slick-prev {
      left: 30px; } }

.main-reviews-slide {
  padding: 0px 13px;
  position: relative;
  overflow: visible !important;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
  .main-reviews-slide.slick-active {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    opacity: 1;
    visibility: visible; }
  @media (max-width: 1260px) {
    .main-reviews-slide {
      padding: 0px 5px; } }

.main-reviews-item {
  padding: 38px 38px 18px;
  background-color: #fff;
  border: 1px solid #D5E2EB;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
  .main-reviews-item:hover {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -webkit-box-shadow: 0px 20px 40px #A4B6C4;
    box-shadow: 0px 20px 40px #A4B6C4;
    border: 1px solid #0FD4FF; }

.main-reviews-item-img {
  margin: 0px 0px 35px 0px; }

.main-reviews-item-img__link {
  display: block;
  text-align: center;
  position: relative; }
  .main-reviews-item-img__link img {
    max-width: 100%; }
  .main-reviews-item-img__link:before {
    content: '';
    position: absolute;
    width: 132px;
    height: 132px;
    top: 50%;
    left: 50%;
    margin: -66px 0px 0px -66px;
    background: url("../img/icons/zoom_ico.png") center/contain no-repeat;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    opacity: 0; }
  .main-reviews-item-img__link:hover:before {
    content: '';
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    opacity: 1; }

.main-reviews-item__name {
  display: block;
  font-size: 23px;
  line-height: 22px;
  color: #144475;
  text-align: center;
  font-weight: 500;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
  .main-reviews-item__name i {
    display: block;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
  .main-reviews-item__name:hover {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
    .main-reviews-item__name:hover i {
      color: #E30613;
      -webkit-transition: all 0.3s ease 0s;
      -moz-transition: all 0.3s ease 0s;
      -ms-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s; }
    .main-reviews-item__name:hover span {
      color: #445465; }

.main-contactus {
  background: url("../img/home/contact_bg.jpg") center/cover no-repeat;
  padding: 0px 0px 100px 0px; }
  @media (max-width: 992px) {
    .main-contactus {
      padding: 70px 0px; } }

.main-contactus-top__img {
  text-align: center;
  margin: 0px 0px 38px 0px; }
  @media (max-width: 992px) {
    .main-contactus-top__img {
      display: none; } }

.main-contactus__title {
  margin: 0px 0px 30px 0px;
  text-align: center; }
  .main-contactus__title.main_title {
    color: #fff; }
  .main-contactus__title span {
    font-weight: 500; }
  @media (max-width: 992px) {
    .main-contactus__title {
      margin: 0px 0px 40px 0px; }
      .main-contactus__title span {
        display: block;
        font-weight: 400; } }

.main-contactus__subtitle {
  font-size: 24px;
  line-height: 29px;
  text-align: center;
  color: #CCEAFF;
  font-weight: 500;
  margin: 0px 0px 65px 0px; }
  @media (max-width: 767px) {
    .main-contactus__subtitle {
      font-size: 16px;
      line-height: 19px;
      max-width: 240px;
      margin: 0px auto 20px; } }

.main-contactus-body-top {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  margin: 0px -20px; }
  @media (max-width: 992px) {
    .main-contactus-body-top {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }

.main-contactus-body-top__column {
  padding: 0px 20px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 33.333%;
  flex: 1 1 33.333%;
  max-width: 33.333%; }
  @media (max-width: 992px) {
    .main-contactus-body-top__column {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
      flex: 1 1 100%;
      max-width: none; } }

.main-contactus-body-bottom {
  text-align: center;
  margin: 0px 0px 55px 0px; }
  .main-contactus-body-bottom .form-check {
    display: inline-block;
    text-align: left; }
  @media (max-width: 767px) {
    .main-contactus-body-bottom {
      margin: 0px 0px 25px 0px; } }

.main-contactus-body-button-block {
  max-width: 372px;
  margin: 0px auto; }

.breadcrumbs {
  padding: 48px 0px 0px 0px;
  margin: 0px 0px 25px 0px; }
  @media (max-width: 1260px) {
    .breadcrumbs {
      padding: 35px 0px 0px 0px; } }
  @media (max-width: 992px) {
    .breadcrumbs {
      padding: 20px 0px 0px 0px;
      margin: 0px 0px 20px 0px; } }

.breadcrumbs-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0; }

.breadcrumbs-list-item {
  padding: 0px 20px 0px 10px;
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  text-decoration: underline; }
  @media (max-width: 992px) {
    .breadcrumbs-list-item {
      font-size: 13px; } }
  .breadcrumbs-list-item:after {
    content: '/';
    position: absolute;
    width: 6px;
    height: 9px;
    top: 0;
    right: 0; }

.breadcrumbs-list-item_first {
  padding: 0px 15px 0px 0px; }

@media (max-width: 992px) {
  .breadcrumbs-list-item_mob {
    display: none; } }

.breadcrumbs-list__link {
  color: #68879E;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
  .breadcrumbs-list__link:hover {
    color: #144475;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }

.breadcrumbs-list-item_last {
  padding: 0px 0px 0px 8px;
  text-decoration: none; }
  .breadcrumbs-list-item_last:after {
    content: '';
    width: 0;
    height: 0; }

.breadcrumbs-list__last {
  color: #144475; }

.catalog {
  background-color: #F2FAFF; }

.catalog-body {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.catalog-body__column:nth-child(1) {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 500px;
  flex: 0 0 500px;
  max-width: 500px; }

.catalog-body__column:nth-child(2) {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  max-width: none;
  padding: 0px 0px 0px 30px; }

@media (max-width: 1650px) {
  .catalog-body__column:nth-child(1) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 320px;
    flex: 0 0 320px;
    max-width: 320px; } }

@media (max-width: 992px) {
  .catalog-body__column:nth-child(1) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 0px;
    flex: 0 0 0px;
    max-width: 0px;
    overflow: hidden; }
  .catalog-body__column:nth-child(2) {
    padding: 0px 0px 0px 0px; } }

@media (max-width: 992px) {
  .catalog-body-left-blocks {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 22;
    top: 0;
    left: -200%;
    overflow: auto;
    background-color: #fff;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
    .catalog-body-left-blocks.active {
      -webkit-transition: all 0.3s ease 0s;
      -moz-transition: all 0.3s ease 0s;
      -ms-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s;
      left: 0; } }

.catalog-body-left-block__close {
  display: none; }
  @media (max-width: 992px) {
    .catalog-body-left-block__close {
      display: block;
      position: absolute;
      width: 26px;
      height: 26px;
      top: 15px;
      right: 15px;
      background: url("../img/icons/close_wh.svg") center no-repeat; } }

.catalog-body-left-block {
  position: relative;
  margin: 0px 0px 30px 0px; }
  @media (max-width: 992px) {
    .catalog-body-left-block:nth-child(3) {
      display: none; }
    .catalog-body-left-block:nth-child(4) {
      display: none; }
    .catalog-body-left-block:nth-child(5) {
      display: none; } }

.catalog-body-left-catalog {
  background-color: #fff; }

.catalog-body-left-catalog-title {
  background-color: #144475;
  min-height: 84px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  padding: 25px 0px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.catalog-body-left-catalog-title__column:nth-child(1) {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100px;
  flex: 0 0 100px;
  max-width: 100px;
  padding: 0px 30px; }

@media (max-width: 1650px) {
  .catalog-body-left-catalog-title__column:nth-child(1) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60px;
    flex: 0 0 60px;
    max-width: 60px;
    text-align: center;
    padding: 0px 0px 0px 0px; } }

.catalog-body-left-catalog-title__text {
  font-size: 24px;
  line-height: 34px;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase; }
  @media (max-width: 767px) {
    .catalog-body-left-catalog-title__text {
      font-size: 18px;
      line-height: 24px; } }

.catalog-body-left-catalog-list > li {
  border: 1px solid #dadada;
  border-bottom: none; }
  .catalog-body-left-catalog-list > li:last-child {
    border-bottom: 1px solid #dadada; }

.catalog-body-left-catalog-list-item-title {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 95px;
  padding: 25px 0px;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
  .catalog-body-left-catalog-list-item-title:hover .catalog-body-left-catalog-list-item-title__text {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    color: #E30613;
    text-decoration: underline; }
  .catalog-body-left-catalog-list-item-title:after {
    content: '';
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    position: absolute;
    width: 15px;
    height: 8px;
    right: 20px;
    top: 50%;
    margin: -4px 0px 0px 0px;
    background: url("../img/icons/cat_more.svg") center no-repeat; }
    @media (max-width: 1650px) {
      .catalog-body-left-catalog-list-item-title:after {
        right: 10px; } }
  .catalog-body-left-catalog-list-item-title__text a:hover {
    color: #E30613;
  }
  .catalog-body-left-catalog-list-item-title.active {
    padding: 25px 0px 15px 0px;
    min-height: 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
    .catalog-body-left-catalog-list-item-title.active .catalog-body-left-catalog-list-item-title__text {
      color: #E30613;
      text-decoration: underline; }
    .catalog-body-left-catalog-list-item-title.active .catalog-body-left-catalog-list-item-title__img img:first-child {
      display: none; }
    .catalog-body-left-catalog-list-item-title.active .catalog-body-left-catalog-list-item-title__img img:last-child {
      display: inline-block; }
    .catalog-body-left-catalog-list-item-title.active:after {
      content: '';
      -webkit-transition: all 0.3s ease 0s;
      -moz-transition: all 0.3s ease 0s;
      -ms-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s;
      -moz-transform: rotate(-360deg);
      -ms-transform: rotate(-360deg);
      -webkit-transform: rotate(-360deg);
      -o-transform: rotate(-360deg);
      transform: rotate(-360deg);
      background: url("../img/icons/cat_more_act.svg") center no-repeat; }

.catalog-body-left-catalog-list-item-title__column:nth-child(1) {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100px;
  flex: 0 0 100px;
  max-width: 100px;
  padding: 0px 0px 0px 30px; }

@media (max-width: 1650px) {
  .catalog-body-left-catalog-list-item-title__column:nth-child(1) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60px;
    flex: 0 0 60px;
    max-width: 60px;
    text-align: center;
    padding: 0px 0px 0px 0px; } }

.catalog-body-left-catalog-list-item-title__img img:first-child {
  display: inline-block; }

.catalog-body-left-catalog-list-item-title__img img:last-child {
  display: none; }

.catalog-body-left-catalog-list-item-title__text {
  font-size: 18px;
  line-height: 25px;
  color: #144475;
  text-transform: uppercase;
  text-decoration: underline;
  font-weight: 500;
  padding: 0px 60px 0px 0px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
  @media (max-width: 1650px) {
    .catalog-body-left-catalog-list-item-title__text {
      padding: 0px 30px 0px 0px; } }
  @media (max-width: 767px) {
    .catalog-body-left-catalog-list-item-title__text {
      font-size: 16px;
      line-height: 20px; } }

.catalog-body-left-catalog-list-item-sublist {
  display: none;
  padding: 0px 20px 20px 100px; } /*padding: 0px 0px 20px 128px;*/
  @media (max-width: 1650px) {
    .catalog-body-left-catalog-list-item-sublist {
      padding: 0px 10px 20px 60px; } }

.catalog-body-left-catalog-list-item-sublist__link {
  font-size: 18px;
  line-height: 26px;
  color: #144475;
  text-decoration: underline; }
  .catalog-body-left-catalog-list-item-sublist__link:hover {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    color: #E30613; }

.catalog-body-left-discount {
  height: 687px;
  display: block;
  position: relative; }

.catalog-body-left-discount__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1; }

.catalog-body-left-discount-content {
  position: relative;
  display: block;
  z-index: 2;
  padding: 75px 30px 20px; }

.catalog-body-left-discount-content__title {
  font-size: 96px;
  display: block;
  line-height: 120px;
  color: #fff;
  text-transform: uppercase; }
  @media (max-width: 1650px) {
    .catalog-body-left-discount-content__title {
      font-size: 70px;
      line-height: 90px; } }

.catalog-body-left-discount-content__subtitle {
  font-size: 96px;
  line-height: 120px;
  color: #144475;
  font-weight: 600;
  display: block; }
  @media (max-width: 1650px) {
    .catalog-body-left-discount-content__subtitle {
      font-size: 70px;
      line-height: 90px; } }

.catalog-body-left-discount-content__divider {
  display: block;
  height: 1px;
  background-color: #fff; }

.catalog-body-left-discount-content__text {
  display: block;
  padding: 50px 0px 0px 0px;
  font-size: 24px;
  line-height: 35px;
  color: #144475;
  font-weight: 500;
  text-transform: uppercase; }

.catalog-body-left-discount-content__title_stock {
  color: #144475; }

.catalog-body-left-discount-content__subtitle_stock {
  color: #E30613; }

.catalog-body-left-manufacturer-body {
  background-color: #fff;
  padding: 48px 15px 15px 30px; }
  @media (max-width: 1650px) {
    .catalog-body-left-manufacturer-body {
      padding: 48px 10px 20px 10px; } }

.catalog-body-left-manufacturer-body-list > li {
  margin: 0px 0px 47px 0px; }

.catalog-body-left-manufacturer-body-list-item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.catalog-body-left-manufacturer-body-list-item__column:nth-child(1) {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 160px;
  flex: 0 0 160px;
  max-width: 160px; }

.catalog-body-left-manufacturer-body-list-item__column:nth-child(2) {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  max-width: none;
  padding: 0px 0px 0px 30px; }

@media (max-width: 1650px) {
  .catalog-body-left-manufacturer-body-list-item__column:nth-child(1) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 120px;
    flex: 0 0 120px;
    max-width: 120px; }
  .catalog-body-left-manufacturer-body-list-item__column:nth-child(2) {
    padding: 0px 0px 0px 10px; } }

.catalog-body-left-manufacturer-body-list-item__img {
  text-align: center; }
  .catalog-body-left-manufacturer-body-list-item__img img {
    max-width: 100%; }

.catalog-body-left-manufacturer-body-list-item__name {
  font-size: 18px;
  line-height: 21px;
  color: #144475;
  font-weight: 500; }

.catalog-body-right {
  position: relative; }
  @media (max-width: 992px) {
    .catalog-body-right {
      padding: 40px 0px 0px 0px; } }

.catalog-body-right-filter__icon {
  display: none; }
  @media (max-width: 992px) {
    .catalog-body-right-filter__icon {
      display: block;
      position: absolute;
      top: 10px;
      right: 10px;
      width: 30px;
      height: 18px;
      cursor: pointer;
      z-index: 1; }
      .catalog-body-right-filter__icon span {
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -ms-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        top: 8px;
        left: 0px;
        position: absolute;
        width: 100%;
        height: 2px;
        background-color: #144475; }
        .catalog-body-right-filter__icon span:first-child {
          top: 0px; }
        .catalog-body-right-filter__icon span:last-child {
          top: auto;
          bottom: 0px; }
      .catalog-body-right-filter__icon.active span {
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -webkit-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0); }
        .catalog-body-right-filter__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: 8px; }
        .catalog-body-right-filter__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; } }

.catalog-body-right-top {
  margin: 0px 0px 50px 0px; }

.catalog-body-right-top__title {
  font-size: 48px;
  line-height: 60px;
  font-weight: 600;
  color: #144475;
  margin: 0px 0px 30px 0px; }
  @media (max-width: 767px) {
    .catalog-body-right-top__title {
      font-size: 32px;
      line-height: 40px; } }

.catalog-body-right-top-body {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0; }
  @media (max-width: 1260px) {
    .catalog-body-right-top-body {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }

.catalog-body-right-top-body__column:nth-child(1) {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  max-width: none;
  padding: 0px 30px 0px 0px; }

.catalog-body-right-top-body__column:nth-child(2) {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 470px;
  flex: 0 0 470px;
  max-width: 470px; }
  .catalog-body-right-top-body__column:nth-child(2) img {
    max-width: 100%; }

@media (max-width: 1650px) {
  .catalog-body-right-top-body__column:nth-child(1) {
    padding: 0px 20px 0px 0px; }
  .catalog-body-right-top-body__column:nth-child(2) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 300px;
    flex: 0 0 300px;
    max-width: 300px; } }

@media (max-width: 1260px) {
  .catalog-body-right-top-body__column:nth-child(1) {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2; }
  .catalog-body-right-top-body__column:nth-child(2) {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: none;
    text-align: center;
    margin: 0px 0px 20px 0px; } }

.catalog-body-right-top-body__text {
  font-size: 18px;
  line-height: 26px;
  color: #144475; }
  .catalog-body-right-top-body__text p {
    margin: 0px 0px 25px 0px; }
    .catalog-body-right-top-body__text p:last-child {
      margin: 0px 0px 0px 0px; }


.catalog-body-right-top-body__text figure.sign2{float:right; background:#fff; padding:10px; margin:0 0 10px 10px; text-align:center; max-width:50%}
.card-product-details-body-description figure{float:left; background:#fff; padding:10px; margin:0 10px 10px 0; text-align:center; max-width:50%}

.catalog-body-right-block {
  margin: 0px 0px 95px 0px; }

.catalog-body-right-content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 0px -15px 20px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.catalog-body-right-content__column {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 33.333%;
  flex: 1 1 33.333%;
  max-width: 33.333%;
  padding: 0px 15px;
  margin: 0px 0px 30px 0px; }
  
.catalog-body-right-content__column-s{width:auto; margin:0 15px}
.catalog-body-right-content__column-s .catalog-body-right-content-item{height:auto; overflow: hidden;}
.catalog-body-right-content__column-s .catalog-body-right-content-item-img{
  float:left; 
  margin:0 30px 30px 0;
}
.catalog-body-right-content__column-s .catalog-body-right-content-item-name{text-align:left; text-transform:uppercase}
  
  
  @media (max-width: 1260px) {
    .catalog-body-right-content__column {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
      flex: 1 1 50%;
      max-width: 50%; } }
  @media (max-width: 767px) {
    .catalog-body-right-content__column {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
      flex: 1 1 100%;
      max-width: none; } }

.catalog-body-right-content-item {
  height: 100%;
  background-color: #fff;
  padding: 38px 35px 115px;
  position: relative;
  -webkit-box-shadow: inset 0px 0px 0px 1px #9cafb7;
  box-shadow: inset 0px 0px 0px 1px #9cafb7; }
  @media (max-width: 767px) {
    .catalog-body-right-content-item {
      padding: 40px 15px 90px; } }
  @media (min-width: 1670px) {
    .catalog-body-right-content-item {
      padding: 70px 25px 100px;
    }
  }
.catalog-body-right-content-item-img {
  margin: 0px 0px 20px 0px; }

.catalog-body-right-content-item-img__link {
  display: block;
  height: 220px;
  text-align: center; 
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
  .catalog-body-right-content-item-img__link img {  display:none;
    max-width: 100%;
    max-height: 100%;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
  .catalog-body-right-content-item-img__link:hover img {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -moz-transform: scale(1.02);
    -ms-transform: scale(1.02);
    -webkit-transform: scale(1.02);
    -o-transform: scale(1.02);
    transform: scale(1.02); }
  @media (max-width: 1650px) {
    .catalog-body-right-content-item-img__link {
      height: 220px; } }
  @media (max-width: 767px) {
    .catalog-body-right-content-item-img__link {
      height: 180px; } }

.catalog-body-right-content-item-name {
  margin: 0px 0px 15px 0px;
  text-align: center; }

.catalog-body-right-content-item-name__link {
  font-size: 18px;
  line-height: 22px;
  color: #144475;
  font-weight: 500; }
  .catalog-body-right-content-item-name__link:hover {
    text-decoration: underline; }

.catalog-body-right-content-item-stars {
  margin-bottom:5px;
  text-align: center;
  padding-top:15px;
}
.catalog-body-right-content-item-avail {
  margin-bottom:10px;
  color:#5a5a5a;
  text-align:center;
}

.catalog-body-right-content-item__price {
  font-size: 22px;
  line-height: 26px;
  color: #445465;
  text-align: left; 
  font-weight:bold;
  text-align:center;
}
@media (max-width: 1670px) {
  .catalog-body-right-content-item__price {
    font-size: 20px;
    line-height: 24px;
  }
}

.catalog-body-right-content-item__details {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 76px;
  background-color: #144475;
  font-size: 24px;
  line-height: 76px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  border: 1px solid #144475;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
  .catalog-body-right-content-item__details:hover {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    border: 1px solid #7CA1BC;
    background-color: #7CA1BC; }
  .catalog-body-right-content-item__details:active {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    border: 1px solid #144475;
    background-color: #fff;
    color: #E30613; }

.catalog-body-right-content-item__offer {
  position: absolute;
  top: 0;
  left: 0;
  height: 70px;
  width: 50%;
  max-width: 145px;
  padding: 0px 20px 0px 0px;
  text-align: center;
  font-size: 18px;
  line-height: 70px;
  text-transform: uppercase;
  color: #fff; }
  .catalog-body-right-content-item__offer:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    border-top: 35px solid transparent;
    border-right: 27px solid #fff;
    border-bottom: 35px solid transparent; }
  .catalog-body-right-content-item__offer.offer_new {
    background-color: #87C7E5; }
  .catalog-body-right-content-item__offer.offer_stock {
    background-color: #C0A788; }
  @media (max-width: 767px) {
    .catalog-body-right-content-item__offer {
      height: 50px;
      line-height: 50px; }
      .catalog-body-right-content-item__offer:before {
        content: '';
        border-top: 25px solid transparent;
        border-right: 20px solid #fff;
        border-bottom: 25px solid transparent; } }

.catalog-body-right-content-item__labels {
  position:absolute;
  left:0;
  top:0;
}
.catalog-element__labels { position:relative; float:left; }
.catalog-element__labels > div,
.catalog-body-right-content-item__labels > div {
  float:left;
  margin:15px 0px 0 15px;
  /*line-height: 34px;*/
  padding:7px 18px;
  color:#fff;
  border-radius:15px;
  -moz-border-radius:15px;
  -webkit-border-radius:15px;
}
.catalog-element__labels .label_new,
.catalog-body-right-content-item__labels .label_new {
  background-color:#dd1fdf;
}
.catalog-element__labels .label_hit,
.catalog-body-right-content-item__labels .label_hit {
  background-color:#f8971a;
}
.catalog-element__labels .label_recomend,
.catalog-body-right-content-item__labels .label_recomend {
  background-color:#1bcda1;
}
.catalog-element__labels > div {
  margin-top: 0px;
}
@media (min-width: 1670px) {
  .catalog-element__labels > div,
  .catalog-body-right-content-item__labels > div {
    margin:25px 0px 0 25px;
  }
  .catalog-element__labels > div {
    margin-top:0px;
  }
}

.catalog-element__stars {
  float:left; margin-right:15px;
}
.catalog-element__nal {
  background-position: 1px 3px;
  background-repeat: no-repeat;
  float:left; padding:5px 0 0 23px;
}

.catalog-body-right-paging {
  text-align: right; }

.catalog-body-right-paging-list {
  display: inline-block; }
  .catalog-body-right-paging-list > li {
    display: inline-block;
    vertical-align: middle; }

.catalog-body-right-paging-list__link {
  display: inline-block;
  width: 55px;
  height: 55px;
  color: #AED2E2;
  font-size: 24px;
  line-height: 55px;
  font-weight: 500;
  text-align: center;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  border: 1px solid transparent; }
  .catalog-body-right-paging-list__link:hover {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    color: #E30613; }
  .catalog-body-right-paging-list__link.active {
    color: #E30613;
    border: 1px solid #E30613; }

.catalog-body-right-paging-list__link_next {
  background: url("../img/icons/sl_arr_next.png") center no-repeat;
  background-size: 22px 22px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
  .catalog-body-right-paging-list__link_next:hover {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    background: url("../img/icons/sl_arr_next_hv.png") center no-repeat;
    background-size: 22px 22px; }

.catalog-body-right-paging-list__link_prev {
  background: url("../img/icons/sl_arr_prev.png") center no-repeat;
  background-size: 22px 22px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
  .catalog-body-right-paging-list__link_prev:hover {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    background: url("../img/icons/sl_arr_prev_hv.png") center no-repeat;
    background-size: 22px 22px; }


.catalog-body-right-paging-list__link_more {
  display: none; }
  @media (max-width: 767px) {
    .catalog-body-right-paging-list__link_more {
      display: inline-block; } }

@media (max-width: 767px) {
  .catalog-body-right-paging-list__link_mob {
    display: none; } }

.catalog-body-right__divider {
  height: 1px;
  background-color: #dadada;
  margin: 0px 0px 40px 0px; }

.catalog-body-right-description {
  margin: 0px 0px 95px 0px; }

.catalog-body-right-description-block {
  margin: 0px 0px 25px 0px; }
  .catalog-body-right-description-block:last-child {
    margin: 0px 0px 0px 0px; }

.catalog-body-right-description__title {
  font-size: 24px;
  line-height: 29px;
  font-weight: 500;
  color: #144475;
  margin: 0px 0px 15px 0px; }

.catalog-body-right-description__text {
  font-size: 18px;
  line-height: 26px;
  color: #144475; }

.category {
  background-color: #F2FAFF; }

.category__title {
  margin: 0px 0px 66px 0px; }
  @media (max-width: 767px) {
    .category__title {
      margin: 0px 0px 35px 0px; } }

.category-body {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  margin: 0px -10px 95px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media (max-width: 767px) {
    .category-body {
      margin: 0px -10px 50px; } }

.category-body__column {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 33.333%;
  flex: 1 1 33.333%;
  max-width: 33.333%;
  padding: 0px 10px;
  margin: 0px 0px 17px 0px; }
  @media (max-width: 1260px) {
    .category-body__column {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
      flex: 1 1 50%;
      max-width: 50%; } }
  @media (max-width: 767px) {
    .category-body__column {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
      flex: 1 1 100%;
      max-width: none; } }

.main-product-item_category {
  height: 270px; }
  @media (max-width: 767px) {
    .main-product-item_category {
      height: auto; } }

.filter {
  background-color: #fff;
  position: relative; }

.filter-module {
  padding: 20px 30px;
  border: 1px solid #7CA1BC;
  border-bottom: none; }
  .filter-module:last-child {
    border-bottom: 1px solid #7CA1BC; }
  @media (max-width: 1650px) {
    .filter-module {
      padding: 20px 10px 20px 20px; } }

.filter__title {
  cursor: pointer;
  color: #144475;
  font-size: 18px;
  line-height: 26px;
  position: relative; }
  .filter__title:after {
    content: '';
    width: 14px;
    height: 8px;
    position: absolute;
    right: 0;
    top: 8px;
    background: url("../img/icons/cat_more.svg") center no-repeat;
    background-size: 100%;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
  .filter__title:hover {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    color: #E30613; }
  .filter__title.active {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    color: #E30613; }
    .filter__title.active:after {
      -moz-transform: rotate(-360deg);
      -ms-transform: rotate(-360deg);
      -webkit-transform: rotate(-360deg);
      -o-transform: rotate(-360deg);
      transform: rotate(-360deg);
      background: url("../img/icons/cat_more_act.svg") center no-repeat; }

.filter-block {
  margin: 20px 0px 0px 0px;
  display: none;
  max-height: 500px;
  overflow-x: auto; }

.filter-block-row {
  margin: 0px -10px -12px -10px; }

.filter-block__check.check {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 0px 0px 7px 0px;
  font-size: 18px;
  color: #214496;
  line-height: 26px;
  min-height: 20px;
  padding: 4px 5px 0px 35px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
  .filter-block__check.check.filter-block__check_two {
    width: 50%; }
  .filter-block__check.check:before {
    content: '';
    top: 4px; }
  .filter-block__check.check.disable {
    opacity: 0.5;
    cursor: default; }
  .filter-block__check.check span {
    color: #919699; }
  .filter-block__check.check:hover {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    color: #E30613; }

.filter-block-checks-block {
  max-height: 140px;
  overflow: hidden; }

.filter-block-checks-column {
  display: inline-block;
  width: 50%;
  vertical-align: top; }
  .filter-block-checks-column .filter-block__check.check {
    width: 100%; }

.filter-block-checks__all {
  display: inline-block;
  border-bottom: 1px dotted;
  color: #6c6f71;
  font-size: 12px;
  font-weight: 100;
  cursor: pointer;
  margin: 15px 0px 0px 0px; }

.filter__tip {
  background: url("../img/icons/alert.svg") 0 0 no-repeat;
  width: 16px;
  height: 16px;
  display: inline-block; }

.filter-results {
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  visibility: hidden;
  background-color: #fff;
  border: 1px solid #E30613;
  position: absolute;
  top: 0;
  -webkit-box-shadow: 0 10px 40px rgba(57, 59, 59, 0.3);
  box-shadow: 0 10px 40px rgba(57, 59, 59, 0.3);
  left: 250px;
  z-index: 50;
  padding: 7px; }
  .filter-results.active {
    opacity: 1;
    visibility: visible; }
  .filter-results:before {
    content: '';
    width: 15px;
    height: 15px;
    position: absolute;
    left: -8px;
    top: 50%;
    margin-top: -8px;
    background-color: #fff;
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
    border: 1px solid #E30613; }
  .filter-results:after {
    content: '';
    content: '';
    width: 15px;
    height: 15px;
    position: absolute;
    left: -7px;
    top: 50%;
    margin-top: -8px;
    background-color: #fff;
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg); }
  .filter-results > .cell {
    vertical-align: middle;
    padding: 0 5px; }
    .filter-results > .cell:first-child {
      padding: 0px 5px 0px 10px; }
    .filter-results > .cell:last-child {
      padding: 0px 0px 0px 10px; }

.filter-results__label {
  color: #111212;
  font-weight: 400;
  font-size: 13px; }

.filter-results__quantity {
  color: #111212;
  font-size: 20px;
  font-weight: 700; }

.filter-results__btn.btn {
  width: auto;
  line-height: 36px;
  height: 36px;
  padding: 0 15px;
  margin: 0px 0px 0px 0px; }

@media (max-width: 992px) {
  .filter-results {
    display: none !important; } }

.filter-price-table {
  margin-bottom: 25px; }
  .filter-price-table.active input {
    color: #111212 !important; }
  .filter-price-table .cell {
    position: relative; }
    .filter-price-table .cell:first-child {
      padding-right: 7px; }
      .filter-price-table .cell:first-child:before {
        content: 'от';
        position: absolute;
        left: 0;
        top: 0;
        width: 35px;
        text-align: center;
        height: 36px;
        line-height: 37px;
        font-size: 13px;
        color: #111212; }
    .filter-price-table .cell:last-child {
      padding-left: 7px; }
      .filter-price-table .cell:last-child:before {
        content: 'до';
        position: absolute;
        left: 7px;
        top: 0;
        width: 35px;
        text-align: center;
        height: 36px;
        line-height: 37px;
        font-size: 13px;
        color: #111212; }
    .filter-price-table .cell input {
      -webkit-box-shadow: inset 0 2px 6px #eaeef0;
      box-shadow: inset 0 2px 6px #eaeef0;
      border-radius: 2px;
      border: 1px solid #c4c8ca;
      background-color: #ffffff;
      height: 36px;
      width: 100%;
      color: #919699;
      padding: 0px 20px 0px 30px; }
      .filter-price-table .cell input.focus {
        color: #111212; }

.filter-price-range {
  margin: 0 9px 10px 9px;
  background-color: #393b3b;
  height: 2px;
  position: relative; }
  .filter-price-range.degree .ui-slider-handle:last-child {
    border: 2px solid #ff1b1b; }
    .filter-price-range.degree .ui-slider-handle:last-child:hover {
      background-color: #ff1b1b; }
  .filter-price-range.degree .ui-slider-range {
    background-image: -webkit-gradient(linear, left top, right top, from(#3FBBD0), to(#fe4332));
    background-image: -webkit-linear-gradient(left, #3FBBD0 0%, #fe4332 100%);
    background-image: -o-linear-gradient(left, #3FBBD0 0%, #fe4332 100%);
    background-image: linear-gradient(to right, #3FBBD0 0%, #fe4332 100%); }
  .filter-price-range .ui-slider-range {
    background-color: #3FBBD0;
    height: 2px;
    position: relative; }
  .filter-price-range .ui-slider-handle {
    width: 18px;
    height: 18px;
    display: block;
    position: absolute;
    top: -8px;
    margin-left: -9px;
    cursor: pointer;
    border-radius: 2px;
    border: 2px solid #3FBBD0;
    background-color: #f8f9fa; }
    .filter-price-range .ui-slider-handle span {
      display: none; }
    .filter-price-range .ui-slider-handle:hover {
      -webkit-box-shadow: 0 4px 9px rgba(20, 111, 213, 0.4);
      box-shadow: 0 4px 9px rgba(20, 111, 213, 0.4);
      border-radius: 2px;
      background-color: #3FBBD0; }

.filter-result-bottom {
  background-color: #fff;
  padding: 26px 0px 23px; }

.filter-result-bottom-body {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0px 14px;
  margin: 0px -6px; }

.filter-result-bottom-body__column {
  margin: 0px 6px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
  max-width: 50%; }

.filter-result-bottom__btn.btn {border-radius:0;
  min-width: 87px;
  width: 100%;
  text-align: center;
  height: 60px;
  line-height: 58px;
  font-size: 16px;
  color: #E30613;
  font-weight: 500;
  text-transform: uppercase;
  border: 1px solid #1D74A5;
  background-color: #fff; }
  .filter-result-bottom__btn.btn:hover {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    border: 1px solid #E30613; }
  .filter-result-bottom__btn.btn:active {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    color: #fff;
    background-color: #E30613; }
  .filter-result-bottom__btn.btn.filter-result-bottom__btn_reset {
    background-color: #D4F3FF;
    border: 1px solid #D4F3FF;
    color: #68879E;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
    .filter-result-bottom__btn.btn.filter-result-bottom__btn_reset:hover {
      -webkit-transition: all 0.3s ease 0s;
      -moz-transition: all 0.3s ease 0s;
      -ms-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s;
      border: 1px solid #144475;
      color: #144475;
      background-color: #fff; }
    .filter-result-bottom__btn.btn.filter-result-bottom__btn_reset:active {
      border: 1px solid #144475;
      background-color: #144475;
      color: #fff; }

.card-product {
  background-color: #F2FAFF;
  padding: 0px 0px 100px 0px; }
  @media (max-width: 767px) {
    .card-product {
      padding: 0px 0px 50px 0px; } }

.card-product-top {
  margin: 0px 0px 20px 0px; }

.card-product-top__title {
  margin: 0px 0px 20px 0px; }

  @media (min-width: 1670px) {
    .card-product-top {
    margin-top: -30px; }
  }

.card-product-top__partnumber {
  font-size: 18px;
  line-height: 26px;
  color: #445465; }

.card-product-body {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 0px 0px 100px 0px; }
  @media (max-width: 992px) {
    .card-product-body {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin: 0px 0px 60px 0px; } }

.card-product-body__column:nth-child(1) {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 570px;
  flex: 0 0 570px;
  max-width: 570px; }

.card-product-body__column:nth-child(2) {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  max-width: none;
  padding: 0px 0px 0px 70px; }

@media (max-width: 1650px) {
  .card-product-body__column:nth-child(2) {
    padding: 0px 0px 0px 40px; } }

@media (max-width: 1260px) {
  .card-product-body__column:nth-child(1) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 300px;
    flex: 0 0 300px;
    max-width: 300px; } }

@media (max-width: 992px) {
  .card-product-body__column:nth-child(1) {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    margin: 0px 0px 30px 0px; }
  .card-product-body__column:nth-child(2) {
    padding: 0px 0px 0px 0px; } }

.product-page-top-image-bigimage {
  position: relative;
  margin: 0px 0px 28px 0px;
  background-color: #fff;
  -webkit-box-shadow: inset 0px 0px 0px 1px #9CAFB7;
  box-shadow: inset 0px 0px 0px 1px #9CAFB7; }

.product-page-top-image-bigslider-slide {
  height: 570px;
  padding: 32px 47px; }
  @media (max-width: 1260px) {
    .product-page-top-image-bigslider-slide {
      height: 300px;
      padding: 10px 10px; } }

.product-page-top-image-bigslider-slide__img {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  padding: 1px 1px; }
  .product-page-top-image-bigslider-slide__img img {
    max-width: 100%;
    max-height: 100%; }

.description-smallslider {
  position: relative;
  padding: 0px 35px; }
  .description-smallslider .slick-list {
    overflow: visible !important; }
  .description-smallslider .slick-arrow {
    position: absolute;
    top: 50%;
    width: 23px;
    height: 23px;
    margin: -12px 0px 0px 0px; }
    .description-smallslider .slick-arrow.slick-prev {
      z-index: 2;
      left: 0;
      background: url("../img/icons/sl_arr_prev.png") center/contain no-repeat;
      -webkit-transition: all 0.3s ease 0s;
      -moz-transition: all 0.3s ease 0s;
      -ms-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s; }
      .description-smallslider .slick-arrow.slick-prev:hover {
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -ms-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        background: url("../img/icons/sl_arr_prev_hv.png") center/contain no-repeat; }
    .description-smallslider .slick-arrow.slick-next {
      right: 0;
      background: url("../img/icons/sl_arr_next.png") center/contain no-repeat;
      -webkit-transition: all 0.3s ease 0s;
      -moz-transition: all 0.3s ease 0s;
      -ms-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s; }
      .description-smallslider .slick-arrow.slick-next:hover {
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -ms-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        background: url("../img/icons/sl_arr_next_hv.png") center/contain no-repeat; }
  @media (max-width: 1260px) {
    .description-smallslider {
      padding: 0px 25px; } }

.product-page-top-image-smallslider-slide {
  padding: 0px 12px;
  height: 133px;
  opacity: 0;
  visibility: hidden;
  overflow: visible !important; }
  .product-page-top-image-smallslider-slide.slick-active {
    opacity: 1;
    visibility: visible; }
  @media (max-width: 1260px) {
    .product-page-top-image-smallslider-slide {
      padding: 0px 5px; } }
  @media (max-width: 400px) {
    .product-page-top-image-smallslider-slide {
      height: 80px; } }

.product-page-top-image-smallslider-slide-border {
	height:80px;
  padding: 5px 5px;
  -webkit-box-shadow: inset 0px 0px 0px 1px #9CAFB7;
  box-shadow: inset 0px 0px 0px 1px #9CAFB7;
  cursor: pointer;
  background-color: #fff;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
  .product-page-top-image-smallslider-slide-border:hover {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -webkit-box-shadow: 0px 20px 40px rgba(82, 82, 82, 0.3), inset 0px 0px 0px 1px #E30613;
    box-shadow: 0px 20px 40px rgba(82, 82, 82, 0.3), inset 0px 0px 0px 1px #E30613; }

.product-page-top-image-smallslider-slide__img {
	height:70px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .product-page-top-image-smallslider-slide__img img {
    max-width: 100%;
    max-height: 100%; }

.catalog-body-right-content-item__offer_card-product {
  max-width: 185px; }

.card-product-body-right__title {
  font-size: 24px;
  line-height: 29px;
  font-weight: 500;
  color: #144475;
  margin: 0px 0px 10px 0px; }

.card-product-body-right__subtitle {
  font-size: 18px;
  line-height: 26px;
  color: #144475;
  margin: 0px 0px 17px 0px; }

.card-product-body-right-top-list {
  margin: 0px 0px 25px 0px; }
  .card-product-body-right-top-list > li {
    padding: 0px 0px 0px 35px;
    position: relative; }
    .card-product-body-right-top-list > li:before {
      content: '';
      position: absolute;
      width: 22px;
      height: 18px;
      top: 8px;
      left: 0;
      background: url("../img/icons/list_check.svg") center no-repeat; }

.card-product-body-right-top-list__item {
  font-size: 18px;
  line-height: 33px;
  color: #144475; }

.card-product-body-right-top-list__item__link {
  color: #E30613;
  text-decoration: underline;
  white-space: nowrap; }

.card-product-body-right__divider {
  height: 1px;
  background-color: #7CA1BC;
  max-width: 750px; }

.card-product-body-right-info {
  padding: 29px 0px 0px 0px;
  margin: 0px 0px 40px 0px; }

.card-product-body-right-info__title {
  font-size: 18px;
  line-height: 22px;
  color: #144475;
  font-weight: 500;
  margin: 0px 0px 20px 0px;
  max-width: 650px; }

.card-product-body-right-info-list > li {
  position: relative;
  padding: 0px 0px 0px 30px; }
  .card-product-body-right-info-list > li:before {
    content: '';
    position: absolute;
    top: 8px;
    left: 0;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #E30613; }

.card-product-body-right-info-list__item {
  font-size: 18px;
  line-height: 26px;
  color: #144475; }

.card-product-body-right-btn-block {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 0px -15px 60px; }
  @media (max-width: 767px) {
    .card-product-body-right-btn-block {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }

.card-product-body-right-btn-block__column {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
  max-width: 50%;
  padding: 0px 15px; }
  @media (max-width: 767px) {
    .card-product-body-right-btn-block__column {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
      flex: 1 1 100%;
      max-width: none; }
      .card-product-body-right-btn-block__column:nth-child(1) {
        margin: 0px 0px 20px 0px; } }

.card-product-body-right-services__title {
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  color: #144475;
  margin: 0px 0px 30px 0px;
  text-transform: uppercase; }

.card-product-body-right-services-body {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  margin: 0px -20px; }
  @media (max-width: 767px) {
    .card-product-body-right-services-body {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }

.card-product-body-right-services-body__column {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 25%;
  flex: 1 1 25%;
  max-width: 25%;
  padding: 0px 20px; }
  @media (max-width: 767px) {
    .card-product-body-right-services-body__column {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
      flex: 1 1 50%;
      max-width: 50%;
      margin: 0px 0px 25px 0px; } }
  @media (max-width: 500px) {
    .card-product-body-right-services-body__column {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
      flex: 1 1 100%;
      max-width: none; } }

.card-product-body-right-services-body__img {
  width: 52px;
  height: 60px;
  margin: 0px 0px 20px 0px; }
  .card-product-body-right-services-body__img img {
    max-width: 100%;
    max-height: 100%; }
  @media (max-width: 500px) {
    .card-product-body-right-services-body__img {
      margin: 0px auto 10px;
      height: auto; } }

.card-product-body-right-services-body__text {
  font-size: 18px;
  line-height: 22px;
  color: #144475; }
  @media (max-width: 500px) {
    .card-product-body-right-services-body__text {
      text-align: center; } }

.card-product-details {
  background-color: #fff;
  padding: 35px 35px 0px;
  margin: 0px 0px 117px 0px; }
  @media (max-width: 1650px) {
    .card-product-details {
      padding: 35px 20px 0px; } }
  @media (max-width: 1260px) {
    .card-product-details {
      padding: 10px 10px; } }
  @media (max-width: 992px) {
    .card-product-details {
      margin: 0px 0px 70px 0px; } }
  @media (max-width: 767px) {
    .card-product-details {
      margin: 0px 0px 40px 0px; } }

.card-product-details-body-top {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0px 0px 80px 0px; }
  @media (max-width: 1260px) {
    .card-product-details-body-top {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }

.card-product-details-body-top__column {
  padding: 0px 10px; }
  @media (max-width: 1650px) {
    .card-product-details-body-top__column {
      padding: 0px 0px; } }
  @media (max-width: 1260px) {
    .card-product-details-body-top__column {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
      flex: 1 1 100%;
      max-width: none; } }

.card-product-details-body-top__tab {
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  color: #144475;
  text-transform: uppercase;
  padding: 0px 10px 18px 10px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  border-bottom: 1px solid transparent; }
  .card-product-details-body-top__tab:hover {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    color: #E30613; }
  .card-product-details-body-top__tab.active {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    color: #E30613;
    border-bottom: 1px solid #E30613; }
  @media (max-width: 1650px) {
    .card-product-details-body-top__tab {
      padding: 0px 5px 18px 5px; } }
  @media (max-width: 1260px) {
    .card-product-details-body-top__tab {
      padding: 3px 0px;
      text-align: center; } }

.card-product-details-body-description {
  padding: 0px 0px 35px 0px; 
  font-size: 15px;
  overflow:hidden;
    line-height: 22px;
    color: #144475;}
.card-product-details-body-description li{list-style:inside}
.card-product-details-body-description-top {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  margin: 0px -60px 30px; }
  @media (max-width: 1260px) {
    .card-product-details-body-description-top {
      margin: 0px -20px 30px; } }
  @media (max-width: 767px) {
    .card-product-details-body-description-top {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }

.card-product-details-body-description-top__column {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
  max-width: 50%;
  padding: 0px 60px; }
  .card-product-details-body-description-top__column img {
    max-width: 100%; }
  @media (max-width: 1260px) {
    .card-product-details-body-description-top__column {
      padding: 0px 20px; } }
  @media (max-width: 767px) {
    .card-product-details-body-description-top__column {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
      flex: 1 1 100%;
      max-width: none; }
      .card-product-details-body-description-top__column:nth-child(1) {
        margin: 0px 0px 20px 0px; } }

.card-product-details-body-description-bottom {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  margin: 0px -60px 30px; }
  @media (max-width: 1260px) {
    .card-product-details-body-description-bottom {
      margin: 0px -20px 30px; } }
  @media (max-width: 767px) {
    .card-product-details-body-description-bottom {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }

.card-product-details-body-description-bottom__column {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
  max-width: 50%;
  padding: 0px 60px; }
  @media (max-width: 1260px) {
    .card-product-details-body-description-bottom__column {
      padding: 0px 20px; } }
  @media (max-width: 767px) {
    .card-product-details-body-description-bottom__column {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
      flex: 1 1 100%;
      max-width: none; }
      .card-product-details-body-description-bottom__column:nth-child(1) {
        margin: 0px 0px 20px 0px; } }

.card-product-details-body-description-bottom__title {
  font-size: 18px;
  line-height: 24px;
  color: #144475;
  font-weight: 500;
  margin: 0px 0px 4px 0px; }

.card-product-details-body-description-bottom__bigtitle {
  font-size: 24px;
  line-height: 29px;
  font-weight: 500;
  color: #144475;
  margin: 0px 0px 10px 0px; }

.card-product-details-body-description-bottom-list > li {
  font-size: 18px;
  line-height: 24px;
  color: #144475; }

.card-product-details-body-description-bottom__text {
  font-size: 18px;
  line-height: 24px;
  color: #144475;
  margin: 0px 0px 20px 0px; }
  .card-product-details-body-description-bottom__text p {
    margin: 0px 0px 15px 0px; }
    .card-product-details-body-description-bottom__text p:last-child {
      margin: 0px 0px 0px 0px; }

.card-product-details-body-description-bottom-img-block {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  margin: 0px -15px; }

.card-product-details-body-description-bottom-img-block__column {
  padding: 0px 15px; }
  .card-product-details-body-description-bottom-img-block__column img {
    max-width: 100%; }

.card-product-details-body-description-bottom__img img {
  max-width: 100%; }

.text-page {
  background-color: #F2FAFF; }

.text-page-content {
  padding: 0px 0px 100px 0px; }

.text-page__title {
  margin: 0px 0px 68px 0px; }
  @media (max-width: 767px) {
    .text-page__title {
      margin: 0px 0px 30px 0px; } }

.text-page-body-block {
  margin: 0px 0px 53px 0px; }
  @media (max-width: 767px) {
    .text-page-body-block {
      margin: 0px 0px 30px 0px; } }

.text-page-body__title {
  font-size: 24px;
  line-height: 29px;
  color: #144475;
  font-weight: 500;
  margin: 0px 0px 34px 0px; }
  @media (max-width: 767px) {
    .text-page-body__title {
      margin: 0px 0px 20px 0px; } }

.text-page-body-list > li {
  font-size: 18px;
  line-height: 26px;
  color: #144475; }

.text-page-body-advantages-list > li {
  font-size: 18px;
  line-height: 26px;
  color: #144475;
  margin: 0px 0px 35px 0px; }
  .text-page-body-advantages-list > li:last-child {
    margin: 0px 0px 0px 0px; }

.text-page-body-portfolio {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  margin: 0px -10px; }
  @media (max-width: 767px) {
    .text-page-body-portfolio {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }

.text-page-body-portfolio__column {
  padding: 0px 10px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 33.333%;
  flex: 1 1 33.333%;
  max-width: 33.333%; }
  @media (max-width: 767px) {
    .text-page-body-portfolio__column {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
      flex: 1 1 100%;
      max-width: none;
      margin: 0px 0px 20px 0px; }
      .text-page-body-portfolio__column:last-child {
        margin: 0px 0px 0px 0px; } }

.text-page-news {
  margin: 0px 0px 80px 0px; }

.text-page-news__title {
  margin: 0px 0px 50px 0px; }
  @media (max-width: 767px) {
    .text-page-news__title {
      margin: 0px 0px 30px 0px; } }

.text-page-news-body {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0; }
  @media (max-width: 1260px) {
    .text-page-news-body {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }

.text-page-news-body__column:nth-child(1) {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  max-width: none;
  padding: 0px 100px 0px 0px; }

.text-page-news-body__column:nth-child(2) {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 800px;
  flex: 0 0 800px;
  max-width: 800px; }

@media (max-width: 1650px) {
  .text-page-news-body__column:nth-child(1) {
    padding: 0px 60px 0px 0px; }
  .text-page-news-body__column:nth-child(2) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 500px;
    flex: 0 0 500px;
    max-width: 500px; } }

@media (max-width: 1260px) {
  .text-page-news-body__column:nth-child(1) {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    padding: 0px 0px 0px 0px; }
  .text-page-news-body__column:nth-child(2) {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: none;
    margin: 0px 0px 20px 0px; } }

.text-page-news-body__subtitle,
.text-page-news-body h3 {
  font-size: 24px;
  line-height: 29px;
  font-weight: 500;
  color: #144475;
  margin: 0px 0px 10px 0px; }

.text-page-news-body__text {
  font-size: 18px;
  line-height: 26px;
  color: #144475; }
  .text-page-news-body__text p {
    margin: 0px 0px 40px 0px; }
    .text-page-news-body__text p:last-child {
      margin: 0px 0px 0px 0px; }

.text-page-news-body__text a{color: #E30613;}

.text-page-news-body__img {
  text-align: center; }
  .text-page-news-body__img img {
    max-width: 100%; }

.text-page-similar__title {
  margin: 0px 0px 50px 0px; }
  @media (max-width: 767px) {
    .text-page-similar__title {
      margin: 0px 0px 30px 0px; } }

.text-page-similar-body {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  margin: 0px -15px; }
  @media (max-width: 1260px) {
    .text-page-similar-body {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }

.text-page-similar-body__column {
  padding: 0px 15px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 25%;
  flex: 1 1 25%;
  max-width: 25%; }
  @media (max-width: 1260px) {
    .text-page-similar-body__column {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
      flex: 1 1 50%;
      max-width: 50%;
      margin: 0px 0px 30px 0px; } }
  @media (max-width: 767px) {
    .text-page-similar-body__column {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
      flex: 1 1 100%;
      max-width: none; } }

.text-page-similar-body-item {
  height: 100%;
  background-color: #fff;
  padding: 30px 20px 35px; }

.text-page-similar-body-item-time {
  border-bottom: 1px solid #CCEAFF;
  padding: 0px 0px 10px 0px;
  margin: 0px 0px 28px 0px; }

.text-page-similar-body-item-time__value {
  padding: 0px 0px 0px 35px;
  position: relative;
  font-size: 14px;
  line-height: 20px;
  color: #7CA1BC; }
  .text-page-similar-body-item-time__value:before {
    content: '';
    position: absolute;
    width: 21px;
    height: 21px;
    top: 0;
    left: 0;
    background: url("../img/icons/time_ico.svg") center no-repeat; }

.text-page-similar-body-item-name {
  margin: 0px 0px 35px 0px; }

.text-page-similar-body-item-name__link {
  font-size: 18px;
  line-height: 26px;
  color: #144475;
  text-decoration: underline;
  text-transform: uppercase;
  font-weight: 500; }

.text-page-similar-body-item__text {
  font-size: 18px;
  line-height: 26px; }

.contacts-content {
  padding: 0px 0px 125px 0px; }
  @media (max-width: 767px) {
    .contacts-content {
      padding: 0px 0px 50px 0px; } }

.contacts__title {
  margin: 0px 0px 67px 0px; }
  @media (max-width: 767px) {
    .contacts__title {
      margin: 0px 0px 30px 0px; } }

.contacts-body-top {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0px 0px 30px 0px; }
  @media (max-width: 1260px) {
    .contacts-body-top {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }

.contacts-body-top__column:nth-child(1) {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 75%;
  flex: 1 1 75%;
  max-width: 75%; }

@media (max-width: 1260px) {
  .contacts-body-top__column {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: none; }
    .contacts-body-top__column:nth-child(1) {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
      flex: 1 1 100%;
      max-width: none;
      margin: 0px 0px 30px 0px; } }

.contacts-body-top-info {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0; }
  @media (max-width: 992px) {
    .contacts-body-top-info {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }

.contacts-body-top-info__column {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 33.333%;
  flex: 1 1 33.333%;
  max-width: 33.333%; }
  @media (max-width: 992px) {
    .contacts-body-top-info__column {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
      flex: 1 1 100%;
      max-width: none;
      margin: 0px 0px 20px 0px; } }

.contacts-body-top-info__text {
  font-size: 18px;
  line-height: 26px;
  color: #144475;
  padding: 0px 0px 0px 48px;
  position: relative; }

.contacts-body-top-info__location:before {
  content: '';
  position: absolute;
  width: 19px;
  height: 26px;
  top: 5px;
  left: 0;
  background: url("../img/icons/location_ico_red.svg") center/contain no-repeat; }

.contacts-body-top-info__phone:before {
  content: '';
  position: absolute;
  width: 27px;
  height: 26px;
  top: 5px;
  left: 0;
  background: url("../img/icons/phone_ico_red.svg") center no-repeat; }

.contacts-body-top-info__text__link {
  color: #E30613;
  text-decoration: underline; }

.contacts-body-top-info__email:before {
  content: '';
  position: absolute;
  width: 27px;
  height: 20px;
  top: 5px;
  left: 0;
  background: url("../img/icons/email_ico_red.svg") center no-repeat; }

.contacts-body-top-social {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  margin: 0px -20px; }
  @media (max-width: 1260px) {
    .contacts-body-top-social {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }

.contacts-body-top-social__column {
  padding: 0px 20px; }

.contacts-body-top-social__link {
  display: inline-block;
  width: 40px;
  height: 40px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
  .contacts-body-top-social__link:hover {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
  .contacts-body-top-social__link:active {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
  .contacts-body-top-social__link.vk_link {
    background: url("../img/icons/vk_ico_dark.svg") center no-repeat; }
    .contacts-body-top-social__link.vk_link:hover {
      background: url("../img/icons/vk_ico_dark_hv.svg") center no-repeat; }
    .contacts-body-top-social__link.vk_link:active {
      background: url("../img/icons/vk_ico_dark_act.svg") center no-repeat; }
  .contacts-body-top-social__link.inst_link {
    background: url("../img/icons/inst_ico_dark.svg") center no-repeat; }
    .contacts-body-top-social__link.inst_link:hover {
      background: url("../img/icons/inst_ico_dark_hv.svg") center no-repeat; }
    .contacts-body-top-social__link.inst_link:active {
      background: url("../img/icons/inst_ico_dark_act.svg") center no-repeat; }
  .contacts-body-top-social__link.fb_link {
    background: url("../img/icons/fb_ico_dark.svg") center no-repeat; }
    .contacts-body-top-social__link.fb_link:hover {
      background: url("../img/icons/fb_ico_dark_hv.svg") center no-repeat; }
    .contacts-body-top-social__link.fb_link:active {
      background: url("../img/icons/fb_ico_dark_act.svg") center no-repeat; }

.contacts-body-map {
  margin: 0px 0px 125px 0px; }
  @media (max-width: 767px) {
    .contacts-body-map {
      margin: 0px 0px 50px 0px; } }

#map {
  height: 425px; }

.contacts-body-bottom {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  margin: 0px -64px; }
  @media (max-width: 1260px) {
    .contacts-body-bottom {
      margin: 0px 0px;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }

.contacts-body-bottom__column {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
  max-width: 50%;
  padding: 0px 64px; }
  @media (max-width: 1260px) {
    .contacts-body-bottom__column {
      padding: 0px 0px 0px 0px;
      -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
      flex: 1 1 100%;
      max-width: none; }
      .contacts-body-bottom__column:nth-child(1) {
        margin: 0px 0px 50px 0px; } }

.contacts-body-bottom__title {
  margin: 0px 0px 58px 0px; }
  @media (max-width: 767px) {
    .contacts-body-bottom__title {
      margin: 0px 0px 30px 0px; } }

.contacts-body-bottom-info {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  margin: 0px -20px;
  min-height: 210px; }
  @media (max-width: 1260px) {
    .contacts-body-bottom-info {
      min-height: 0;
      margin: 0px -20px 30px; } }
  @media (max-width: 600px) {
    .contacts-body-bottom-info {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }

.contacts-body-bottom-info__column {
  padding: 0px 20px; }
  @media (max-width: 600px) {
    .contacts-body-bottom-info__column {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
      flex: 1 1 100%;
      max-width: none; }
      .contacts-body-bottom-info__column:nth-child(1) {
        margin: 0px 0px 30px 0px; } }

.contacts-body-bottom__img {
  margin: 0px 0px 50px 0px; }
  .contacts-body-bottom__img img {
    max-width: 100%; }

.form-row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  margin: 0px -15px; }

.form__column {
  padding: 0px 15px; }

.form-input {
  margin: 0px 0px 25px 0px; }
  .form-input .input {
    height: 68px;
    -webkit-box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.25);
    box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.25);
    background-color: #fff;
    padding: 0px 25px;
    font-size: 18px;
    color: #68879E; }
    .form-input .input.err {
      -webkit-box-shadow: inset 0px 0px 0px 1px rgba(255, 0, 0, 0.8);
      box-shadow: inset 0px 0px 0px 1px rgba(255, 0, 0, 0.8); }
    @media (max-width: 767px) {
      .form-input .input {
        height: 50px; } }

.btn {
  display: inline-block;
  padding: 0px 0px; }
  .btn.fw {
    width: 100%; }

.select-block {
  position: relative; }

.select__label {
  z-index: 2;
  position: absolute;
  top: -8px;
  background-color: #f7f7f7;
  padding: 0 5px;
  color: #979797;
  font-weight: 600;
  font-size: 13px;
  line-height: 16px;
  left: 20px; }

.select {
  position: relative;
  cursor: pointer; }
  .select .select-title {
    z-index: 1;
    width: 100%;
    height: 55px;
    border: 1px solid #dedede;
    position: relative;
    background-color: #fff; }
  .select .select-title__arrow {
    position: absolute;
    top: 0;
    right: 0px;
    width: 45px;
    height: 100%;
    background: url("../img/icons/select-arrow.svg") center no-repeat; }
  .select .select-title__value {
    color: #000;
    font-weight: 700;
    font-size: 18px;
    line-height: 53px;
    display: block;
    overflow: hidden;
    padding: 0 45px 0 25px;
    white-space: nowrap;
    text-transform: none;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis; }
  .select .select-options {
    position: absolute;
    z-index: 10;
    top: 54px;
    display: none;
    overflow: hidden;
    min-width: 100%;
    background-color: #fff;
    border: 1px solid #dedede;
    padding: 10px 20px 10px 25px; }
  .select .select-options-scroll {
    max-height: 80px;
    overflow: auto; }
  .select .select-options-list {
    padding: 0px 0px 0px 0px; }
  .select .select-options__value {
    color: #000;
    font-size: 20px;
    margin: 0px 0px 15px 0px; }
    .select .select-options__value:last-child {
      margin: 0px 0px 0px 0px; }
    .select .select-options__value:hover {
      color: #000; }

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

.input {
  border-radius: 0 !important;
  width: 100%;
  display: block;
  padding: 0px 20px; }

textarea.input {
  resize: none;
  padding: 0px 0px; }

.check {
  position: relative;
  padding-left: 47px;
  color: #fff;
  line-height: 26px;
  font-size: 18px;
  cursor: pointer; }
  .check input {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
	opacity:0}
  .check:before {
    content: '';
    left: 0;
    top: 0;
    width: 29px;
    height: 29px;
    background-color: #fff;
    position: absolute;
    -webkit-box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.25);
    box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.25); }
  .check.active:before {
    background: #fff url("../img/icons/check.png") center no-repeat; }
  .check.err:before {
    content: '';
    -webkit-box-shadow: inset 0px 0px 0px 1px rgba(255, 0, 0, 0.8);
    box-shadow: inset 0px 0px 0px 1px rgba(255, 0, 0, 0.8); }
  .check.err.active:before {
    content: '';
    -webkit-box-shadow: none;
    box-shadow: none; }

.option {
  position: relative;
  cursor: pointer;
  padding-left: 25px;
  line-height: 16px;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 300; }
  .option:last-child {
    margin-bottom: 0px; }
  .option input {
    display: none; }
  .option:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 16px;
    height: 16px;
    content: '';
    border: 1px solid #7f7f7f;
    border-radius: 50%; }
  .option.active:before {
    background: url("../img/icons/option.png") center no-repeat; }

.rating-block {
  display: table;
  font-size: 0; }

.rating {
  display: inline-block;
  position: relative;
  vertical-align: middle; }
  .rating.edit .star {
    cursor: pointer; }
  .rating .star {
    width: 17px;
    height: 14px;
    display: inline-block;
    position: relative;
    z-index: 3; }

.rating__line {
  position: absolute;
  width: 85px;
  height: 14px;
  top: 0;
  left: 0;
  background: url("../img/icons/bg_rating.svg") 0 0 no-repeat;
  z-index: 1;
  background-size: 85px 100%; }

.rating__activeline {
  position: absolute;
  width: 0px;
  height: 14px;
  top: 0;
  left: 0;
  background: url("../img/icons/bg_rating_active.svg") 0 0 no-repeat;
  z-index: 2;
  background-size: 85px 100%; }

.rating__value {
  display: inline-block;
  color: #1b3139;
  font-size: 14px;
  line-height: 13px;
  vertical-align: middle; }

.quantity {
  position: relative;
  width: 73px;
  height: 47px;
  border: 1px solid #cfcfcf;
  background-color: #ffffff; }

.quantity__input {
  height: 45px;
  width: 50px;
  text-align: center;
  color: #101010;
  font-weight: 300; }

.quantity__btn {
  position: absolute;
  top: 11px;
  right: 15px;
  cursor: pointer; }
  .quantity__btn:before {
    font-size: 25px;
    display: inline-block;
    line-height: 10px;
    color: #a9a9a9; }
  .quantity__btn:hover:before {
    color: #da0005; }
  .quantity__btn.dwn {
    top: 25px; }

.category-params-item-price-table {
  margin-bottom: 25px; }
  .category-params-item-price-table .cell:first-child {
    padding-right: 15px;
    position: relative; }
    .category-params-item-price-table .cell:first-child:after {
      content: '-';
      position: absolute;
      right: -4px;
      top: 8px;
      font-size: 20px; }
  .category-params-item-price-table .cell:last-child {
    padding-left: 15px; }
  .category-params-item-price-table .cell input {
    height: 37px;
    border: 2px solid #393939;
    background-color: #ffffff;
    text-align: center;
    font-size: 12px;
    color: #393939;
    font-weight: 500;
    width: 100%; }

.category-params-item-price-range {
  margin: 0 12px 40px 12px;
  background-color: #c9cecf;
  height: 2px;
  position: relative; }
  .category-params-item-price-range .ui-slider-range {
    background-color: #000;
    height: 2px;
    position: relative; }
  .category-params-item-price-range .ui-slider-handle {
    width: 23px;
    height: 28px;
    border: 3px solid #fbfbfb;
    background-color: #ea5922;
    display: block;
    position: absolute;
    top: -14px;
    margin-left: -12px;
    cursor: pointer; }
    .category-params-item-price-range .ui-slider-handle span {
      position: absolute;
      bottom: -18px;
      left: 50%;
      width: 50px;
      text-align: center;
      font-size: 10px;
      margin-left: -25px;
      font-weight: 500;
      color: #94a6aa; }

.form__info {
  position: absolute;
  width: 60px;
  height: 60px;
  right: 0;
  top: 0;
  line-height: 60px;
  text-align: center;
  color: #888;
  z-index: 2;
  font-size: 14px; }
  @media (max-width: 992px) {
    .form__info {
      width: 50px;
      height: 50px;
      line-height: 50px; } }

.form-range-line {
  position: relative;
  height: 5px;
  border-radius: 0 0 4px 4px;
  background-color: #e0e0e0;
  margin: -2px 0px 0px 0px; }
  .form-range-line .ui-slider-range {
    background-color: #093454;
    height: 5px;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 0 0 4px 4px; }
  .form-range-line .ui-slider-handle {
    background: url("../img/icons/range.svg") 0 0 no-repeat;
    width: 28px;
    height: 28px;
    position: absolute;
    margin: -9px 0px 0px -14px;
    top: 0;
    left: 0;
    cursor: pointer; }
  .form-range-line .ui-state-hover {
    background: url("../img/icons/range_a.svg") 0 0 no-repeat; }

.form-range-values {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 14px 0px 0px 0px; }

.form-range-values__item {
  font-size: 12px;
  color: #888; }

.main_title {
  font-size: 48px;
  line-height: 56px;
  color: #144475;
  font-weight: 600;
  position: relative;
  text-transform: uppercase; }
  @media (max-width: 767px) {
    .main_title {
      text-align: center;
      font-size: 32px;
      line-height: 40px; } }

*.btn_link {
  display: inline-block;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
  height: 75px;
  padding: 25px 53px;
  color: #fff;
  text-align: center;
  text-transform: uppercase; }
  .btn_link.btn_link_red {
    color: #fff !important;
    background-color: #E30613;
    -webkit-box-shadow: 0px 20px 40px rgba(12, 54, 96, 0.5);
    box-shadow: 0px 20px 40px rgba(12, 54, 96, 0.5); }
    .btn_link.btn_link_red:hover {
      -webkit-transition: all 0.3s ease 0s;
      -moz-transition: all 0.3s ease 0s;
      -ms-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s;
      background-color: #FF3A46;
      -webkit-box-shadow: none;
      box-shadow: none; }
    .btn_link.btn_link_red:active {
      -webkit-transition: all 0.3s ease 0s;
      -moz-transition: all 0.3s ease 0s;
      -ms-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s;
      background-color: #fff;
      color: #144475;
      -webkit-box-shadow: none;
      box-shadow: none; }
  .btn_link.btn_link_dark {
    background-color: #144475;
    border: 1px solid #144475;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
    .btn_link.btn_link_dark:hover {
      -webkit-transition: all 0.3s ease 0s;
      -moz-transition: all 0.3s ease 0s;
      -ms-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s;
      background-color: #7CA1BC;
      border: 1px solid #7CA1BC; }
    .btn_link.btn_link_dark:active {
      -webkit-transition: all 0.3s ease 0s;
      -moz-transition: all 0.3s ease 0s;
      -ms-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s;
      border: 1px solid #144475;
      background-color: #fff;
      color: #E30613; }
  .btn_link.btn_link_light, .btn_link.btn_link_blue {
    width: 300px;
    padding: 25px 0px;
    background-color: transparent;
    color: #E30613;
    border: 1px solid #1D74A5; }
    .btn_link.btn_link_light:hover, .btn_link.btn_link_blue:hover {
      -webkit-transition: all 0.3s ease 0s;
      -moz-transition: all 0.3s ease 0s;
      -ms-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s;
      border: 1px solid #E30613;
      background-color: #fff; }
    .btn_link.btn_link_light:active, .btn_link.btn_link_blue:active {
      -webkit-transition: all 0.3s ease 0s;
      -moz-transition: all 0.3s ease 0s;
      -ms-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s;
      background-color: #E30613;
      border: 1px solid #E30613;
      color: #fff;
      -webkit-box-shadow: none;
      box-shadow: none; }
    @media (max-width: 767px) {
      .btn_link.btn_link_light, .btn_link.btn_link_blue {
        width: 285px; } }
  .btn_link.btn_link_light_wh {
    color: #fff;
    border: 1px solid #fff; }
    .btn_link.btn_link_light_wh:hover {
      color: #E30613; }
    .btn_link.btn_link_light_wh:active {
      color: #fff; }
  .btn_link.btn_link_download span {
    display: inline-block;
    position: relative;
    text-transform: uppercase; }
    .btn_link.btn_link_download span:after {
      content: '';
      position: absolute;
      top: 50%;
      margin: -11px 0px 0px 0px;
      right: 0;
      width: 22px;
      height: 22px;
      background: url("../img/icons/link_ico.svg") center no-repeat;
      -webkit-transition: all 0.3s ease 0s;
      -moz-transition: all 0.3s ease 0s;
      -ms-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s; }
  .btn_link.btn_link_download.btn_callback span:after {
    content: '';
    background: url("../img/icons/link_bell.svg") center no-repeat; }
  .btn_link.btn_link_download:active span:after {
    content: '';
    background: url("../img/icons/link_ico_act.svg") center no-repeat;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
  .btn_link.btn_link_download:active.btn_callback span:after {
    content: '';
    background: url("../img/icons/link_bell_ac.svg") center no-repeat; }
  .btn_link.btn_link_download.btn_link_red span {
    padding: 0px 35px 0px 0px; }
  .btn_link.btn_link_download.btn_link_light span, .btn_link.btn_link_download.btn_link_blue span {
    padding: 0px 60px 0px 0px; }
    .btn_link.btn_link_download.btn_link_light span:after, .btn_link.btn_link_download.btn_link_blue span:after {
      content: '';
      background: url("../img/icons/link_ico_light.svg") center no-repeat; }
  .btn_link.btn_link_download.btn_link_light:active span:after, .btn_link.btn_link_download.btn_link_blue:active span:after {
    content: '';
    background: url("../img/icons/link_ico.svg") center no-repeat; }
  .btn_link.btn_link_download.btn_link_light_wh span:after {
    content: '';
    background: url("../img/icons/link_ico.svg") center no-repeat; }
  .btn_link.btn_link_download.btn_link_light_wh:hover span:after {
    content: '';
    background: url("../img/icons/link_ico_light.svg") center no-repeat; }
  .btn_link.btn_link_download.btn_link_light_wh:active span:after {
    content: '';
    background: url("../img/icons/link_ico.svg") center no-repeat; }
  .btn_link.btn_callback {
    padding: 25px 0px; }
  @media (max-width: 767px) {
    .btn_link {
      font-size: 12px;
      line-height: 20px;
      height: 70px;
      width: 285px;
      padding: 25px 0px;
      text-align: center; }
      .btn_link.btn_link_download.btn_link_red span, .btn_link.btn_link_download.btn_link_light span {
        padding: 0px 0px 0px 0px; }
        .btn_link.btn_link_download.btn_link_red span:after, .btn_link.btn_link_download.btn_link_light span:after {
          content: '';
          width: 0;
          height: 0; } }

.btn.btn_details {
  height: 40px;
  background-color: #144475;
  border: 1px solid #144475;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  padding: 10px 47px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
  .btn.btn_details:hover {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    background-color: #7CA1BC;
    border: 1px solid #7CA1BC; }
  .btn.btn_details:active {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    border: 1px solid #144475;
    background-color: #fff;
    color: #E30613; }

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

.rub:after {
  content: '₽'; }

.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

ol.counter {
  list-style-type: none;
  counter-reset: item; }
  ol.counter li {
    position: relative;
    padding: 0px 0px 0px 45px; }
    ol.counter li:before {
      counter-increment: item;
      content: counter(item);
      position: absolute;
      left: 0;
      top: 0;
      color: #818181;
      font-size: 14px;
      font-weight: 700;
      text-align: center;
      line-height: 26px;
      border-radius: 50%;
      width: 28px;
      height: 28px;
      border: 1px solid #4274bb; }

.ellipsis {
  display: block;
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis; }

.es {
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis; }

.table {
  display: table;
  width: 100%; }

.trow {
  display: table-row; }

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

.ibg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }
  .ibg img {
    display: none; }

.video {
  position: relative;
  overflow: hidden;
  height: 0;
  padding-bottom: 56.25%; }
  .video video, .video iframe, .video object, .video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.videobg video, .videobg iframe, .videobg object, .videobg embed {
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background-size: cover; }

.moretext {
  overflow: hidden; }

.moretext__more {
  cursor: pointer; }
  .moretext__more i {
    font-style: normal; }
    .moretext__more i:first-child {
      display: block; }
    .moretext__more i:last-child {
      display: none; }
  .moretext__more.active i {
    font-style: normal; }
    .moretext__more.active i:first-child {
      display: none; }
    .moretext__more.active i:last-child {
      display: block; }

.graystyle {
  -webkit-transition: all 0.8s ease 0s;
  -moz-transition: all 0.8s ease 0s;
  -ms-transition: all 0.8s ease 0s;
  -o-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
  filter: grayscale(1);
  -webkit-filter: grayscale(1);
  -moz-filter: grayscale(1);
  -o-filter: grayscale(1); }

.graystyleoff {
  filter: grayscale(0);
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -o-filter: grayscale(0); }

.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; }

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

.mirror {
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.nicescroll-rails {
  z-index: 1000 !important; }

.gm-style-iw-t {
  opacity: 0; }

.baloon {
  opacity: 1;
  right: -7px !important;
  bottom: 80px !important; }
  .baloon button {
    display: none !important; }
  .baloon:after {
    display: none !important; }

.baloon-style {
  display: none; }

.baloon-content.gm-style-iw {
  opacity: 1;
  border-radius: 0px !important;
  max-width: 300px !important;
  padding: 0 !important;
  left: 0 !important;
  width: 100% !important;
  overflow: visible !important; }
  .baloon-content.gm-style-iw > .gm-style-iw-d {
    overflow: hidden !important;
    max-width: none !important; }
  .baloon-content.gm-style-iw:after {
    display: none !important; }

.baloon-close {
  top: 18px !important; }

.category-body .main-news-item{-webkit-box-flex: 1;
    -ms-flex: 1 1 calc(50% - 20px);
    flex: 1 1 calc(50% - 20px);
    max-width: calc(50% - 20px);
    padding: 0px 0px;
    margin: 0px 10px 17px;}


.liststyle{color: #144475; font-size: 15px; line-height: 18px; background:#fff; padding:20px; margin:0 0 20px 0; border:1px solid #7CA1BC}
.liststyle p, .liststyle ul{margin:0 0 20px 0}
.liststyle h3{font-size: 24px;
    line-height: 29px;
    color: #144475;
    font-weight: 500;
    margin: 0px 0px 34px 0px;}
 .liststyle a{color:#E30613}

 
@media (min-width: 0px) and (max-width: 767px) {
  header.header-white .header-body-top-left__address,
  .header-body-top-left__address {
    display: none;
  }
}
@media (min-width: 993px) and (max-width: 1650px) {
  .card-product {
    padding-left: 15px;
    padding-right: 15px;
  }
}



@media (min-width: 993px) and (max-width: 1650px) {
  header.header-white .header-body {
    padding-top: 20px;
  }
  .header-body-top {
    margin-bottom: 20px;
  }
  .header-body-top-right-phone {
    margin-bottom: 7px;
  }
  .header-body__logo img {
    max-width: 70%;
    /*margin-left: auto;*/
    margin-right: auto;
    display: block;
  }
  .header-body-bottom-list__link {
    font-size: 15px;
    line-height: 18px;
  }
  .header-body-bottom-list__link {
    padding: 0 5px 2px;
  }
  header.header-white {
    /*padding-bottom: 10px;*/
  }
  .form-search-input .input {
    height: 28px;
  }
  header.header-white .form-search-btn .btn {
    background-size: cover;
  }
  header.header-white .form-search-btn .btn {
    width: 75%; 
    height: 70%;
    background-size: cover;
    margin-top: 15%;
  }
  .breadcrumbs {
    padding-top: 15px;
    margin-bottom: 15px;
  }
  .main_title {
    font-size: 38px;
    line-height: 1.3;
  }
  .card-product-body__column:nth-child(1) {
    max-width: 350px;
  }
  .card-product-body-right__subtitle,
  .card-product-body-right-top-list__item,
  .card-product-body-right-info-list__item,
  .card-product-body-right-services-body__text,
  .card-product-details-body-description-bottom__title,
  .card-product-details-body-description-bottom-list > li,
  .footer-body-item__title,
  .footer-body-item-list__link,
  .footer-body-info__text,
  .header-body-bottom-menu-content-list__link {
    font-size: 15px;
    line-height: 22px;
  }
  .header-body-bottom-menu-content-list__link {
    line-height: 30px;
  }
  .product-page-top-image-smallslider-slide {
    height: auto;
  }
  .header-body-bottom-menu-content-title__link {
    font-size: 26px;
    line-height: 41px;
    margin-top: 8px;
  }
  .header-body-bottom-menu {
    padding-top: 120px;
  }
  .main-contactus-top__img,
  .main-about-top__img {
    max-height: 80px;
  }
  .main-contactus-top__img img,
  .main-about-top__img img {
    height: 80px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  .card-product-details-body-top__tab {
    font-size: 13px;
    line-height: 18px;
    height: 43px;
    text-align: center;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
  }
  .card-product-details-body-description-top__column img {
    max-width: 70%;
    margin: 0 auto;
  }
  .card-product-details-body-top {
    margin-bottom: 30px;
  }
  .card-product-body-right-services-body__column {
    padding: 0px 10px;
  }
  .card-product-body-right-top-list > li:before {
    top: 2px;
  }
  .catalog-body-right-content-item__offer_card-product {
    max-width: 135px;
  }
  .catalog-body-right-content-item__offer {
    height: 50px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    padding-top: 3px;
  }
  .catalog-body-right-content-item__offer:before {
    border-top: 25px solid transparent;
    border-right: 19px solid #fff;
    border-bottom: 25px solid transparent;
  }
  .btn_link {
    height: 55px;
    padding: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    padding-top: 3px;
  }
  .card-product-details-body-top__column {
    flex: 1;
  }
  .main-contactus__title.main_title {
    font-size: 28px;
    line-height: 33px;
    margin-bottom: 15px;
  }
  .main-contactus__subtitle {
    font-size: 19px;
    line-height: 22px;
    margin-bottom: 30px;
  }
  .main-contactus .container {
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
  }
  .form-input .input {
    height: 48px;
  }
  .check:before {
    width: 19px;
    height: 19px;
    top: 2px;
    left: 10px;
  }
  .main-contactus-body-bottom {
    margin-bottom: 25px;
  }
  .btn_link {
    height: 45px;
  }
  button.form__btn.btn.fw.btn_link.btn_link_red.btn_link_download {
    /*width: 70%;*/
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
  }
  .header-callback-body-form-check {
    margin-bottom: 30px;
  }
  .product-page-top-image-bigslider-slide {
    height: 400px;
  }
  footer {
    padding: 30px 0;
  }





  /*КАТАЛОГ*/
  .catalog-body-right-top-body__text,
  .catalog-body-left-catalog-list-item-title__text,
  .catalog-body-right-content-item-name__link,
  /*.catalog-body-right-content-item__price,*/
  .filter-block__check.check,
  .catalog-body-right-description__text {
    font-size: 15px;
    line-height: 22px;
  }
  .catalog-body-left-catalog-title__text {
    font-size: 18px;
    line-height: 28px;
  }
  .catalog-body-right-top__title {
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 15px;
  }
  .catalog-body-right-content-item {
    padding: 70px 25px 60px;
  }

  .catalog-body-right-content-item-name {
    margin-bottom: 5px;
  }
  .catalog-body-right-content-item__details {
    height: 50px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    line-height: 50px;
  }
  .filter-result-bottom__btn.btn {
    height: 45px;
    padding: 0;
    line-height: 1;
  }
  .catalog-body-left-discount-content__title,
  .catalog-body-left-discount-content__subtitle {
    font-size: 50px;
    line-height: 70px;
  }
  .catalog-body-left-discount-content__text {
    padding-top: 25px;
  }
  .catalog-body-left-discount {
    height: 500px;
  }
  .catalog-body-left-discount-content {
    padding-top: 45px;
  }
  .catalog-body-left-catalog-title {
    min-height: 64px;
    padding: 0;
  }
  .catalog-body-left-catalog-list-item-title {
    min-height: 65px;
  }
  .catalog-body-left-catalog-list-item-title {
    padding: 15px 0;
  }
  .catalog-body-right-paging-list__link {
    width: 42px;
    height: 42px;
    line-height: 1;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
  }
  .catalog-body-right-block {
    margin-bottom: 30px;
  }
  .catalog-body-right-description__title {
    font-size: 20px;
    line-height: 24px;
  }
  .main_title {
    margin-bottom: 20px;
  }
  




  /*КАТЕГОРИЯ */
  /*КОНТАКТЫ*/

  .main-product-item__name,
  .contacts-body-top-info__text {
    font-size: 15px;
    line-height: 22px;
  }
  .main-product-item__name {
    max-width: 150px;
  }
  .item_category {
    height: 240px;
  }
  .popup__title {
    font-size: 38px;
    line-height: 50px;
    margin-bottom: 20px;
  }
  .contacts-body-map {
    margin-bottom: 45px;
  }
  #map {
    height: 285px;
  }





  /*ГЛАВНАЯ*/
  .main-top-content-left-advantages-item__text,
  .main-how-body-item__text,
  .main-news-item-right-title__link,
  .main-news-item-right__text,
  .main-reviews-item__name,
  .text-page-body-list > li,
  .text-page-similar-body-item-name__link,
  .text-page-similar-body-item__text  {
    font-size: 15px;
    line-height: 22px;
  }
  .text-page-similar-body-item {
    padding: 15px 20px;
  }
  .text-page-similar-body-item-name {
    margin-bottom: 20px;
  }
  .text-page-body__title {
    font-size: 21px;
    line-height: 25px;
  }
  .main-reviews-item-img {
    margin-bottom: 20px;
  }
  .main-about {
    padding-bottom: 70px;
  }
  .main-services__subtitle {
    margin-bottom: 70px;
  }
  .main-how-body-item {
    padding-right: 13px;
  }
  .main-top-content {
    padding-top: 190px;
  }
 
  .main-top-content-left__subtitle {
    font-size: 21px;
    line-height: 25px;
    margin-bottom: 30px;
  }
  .main-product-top {
      margin-bottom: 35px;
  }
  .btn_link.btn_link_download span {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
  }
  .btn_link.btn_link_download span:after {
    top: 10px;
  }
  .main-about-top__img {
    margin-bottom: 20px;
  }
  .main-about-body__text,
  .main-services-body-item-bg__title,
  .main-services-body-item-bg__text {
    font-size: 21px;
    line-height: 28px;
  }
  .btn_link.btn_link_light, .btn_link.btn_link_blue {
    margin: 0 auto;
  }
  .main-services-body-item {
    height: 380px;
  }
  .main-news-item-right-time__value {
    font-size: 12px;
  }
  .main-news-item-right-time__value span:before {
    width: 16px;
    height: 16px;
    background-size: cover;
  }
  .main-news-item-right {
    padding: 15px 20px;
  }
  .main-news-item-right-time,
  .main-news-item-right-title {
    margin-bottom: 15px;
  }
  .main-news-item {
    min-height: 388px;
  } 
  .container {
    max-width: 1110px;
    /*transform: scale(0.8);*/
  }
  .header-body {
    padding-top: 30px;
  }
  .header-body-top-left__column {
    padding: 0;
  }
  .header-body-top-left__address {
    padding: 0;
  }
  .header-body-top-left__address:before {
    width: 16px;
    left: 19px;
    left: -20px;
  }
  .header-body-top-left__address {
    font-size: 14px;
    line-height: 19px;
  }
  .header-body-top-left-search {
    position: relative;
    width: 225px;
    margin-left: 60px;
    margin-top: 3px;
  }
  .form-search-btn .btn {
    width: 75%;
    height: 70%;
    background: url(../img/icons/search_ico.svg) center no-repeat;
    background-size: cover;
    margin-top: 5px;
    margin-left: 12px;
  }
  .header-body-top-left__mail {
    font-size: 14px;
    left: 50px;
  }
  .header-body-top-left__mail:before {
    width: 20px;
  }
  .header-body-top-right-phone__link {
    font-size: 16px;
  }
  .header-body-top-right-phone__link:before {
    width: 15px;
    left: 10px;
  }
  .header-body-top-right__column:nth-child(2) {
    padding: 0px 0px 0px 18px;
  }
  .header-body-top-right-callback__link {
    font-size: 14px;
    line-height: 1;
  }
  .header-menu__icon {
    transform: scale(0.7);
    top: 1px;
    left: 5px;
  }
  .header-body-bottom {
    /*margin-top: 34px;*/
  }
  .header-body-bottom-list__link {
    font-size: 10px;
    position: relative;
    left: -40px;
  }
  /*.main-top-content-left-advantages,*/
  /*.btn_link.btn_link_light, .btn_link.btn_link_blue,*/
  /*.main-product-item__name,*/
  .main-product-slider .slick-arrow,
  /*.main-how-body-item,*/
  .main-news-slider .slick-arrow,
  .main-news-slider-new .slick-arrow {
    transform: scale(0.7);
  }
  .main-top-content {
    padding-left: 50px;
  }
  .main-top-content-left__title {
    font-size: 36px;
    line-height: 50px;
  }
  .main-top-content-left-download a {
    width: 300px;
  }
  .btn_link {
    font-size: 14px;
  }
  .main-top-content {
    padding-top: 130px;
  }
  .main-top-content-left__subtitle {
    font-size: 19px;
    line-height: 22px;
  }
  .main-top-content-dots-block {
    width: 50px;
    transform: scale(0.7);
  }
  .main-top-content-dots {
    top: 128px;
  }
  .main-top-content {
    padding-bottom: 0;
  }
  .main-product {
    padding-top: 30px;
  }
  .main_title {
    font-size: 33px;
  }
  .main-product-item__img img {
    max-width: 70%;
  }
  .main-product-item {
    height: 255px;
  }
  .main-about-body__text {
    font-size: 18px;
    max-width: 80%;
  }
  .main-services-top__img {
    height: 80px;
    padding-top: 20px;
  }
  .main-services-top__img img {
    height: 80px;
  }
  .main-services__subtitle {
    font-size: 19px;
  }
  .main-services-body-item-bg-text-block {
    position: absolute;
    top: 20px;
    left: -20px;
    font-weight: 500;
    transform: scale(0.7);
    z-index: 50;
  }
  .main-how {
    padding-top: 35px;
    padding-bottom: 30px;
  }
  .main-how-body-slide {
    padding: 0;
  }
  .main-news {
    padding-top: 90px;
    /*margin-bottom: 55px;*/
  }
  .main-news-item {
    min-height: 300px;
  }
  .main-news-item-right-title__link,
  .main-news-item-right__text {
    font-size: 15px;
    line-height: 18px;
  }
  .main-news-item-right-bottom__link {
    bottom: 13px;
    transform: scale(0.8)
  }
  .main-contactus-body {
    max-width: 1110px;
    margin: 0 auto;
  }
  .main-contactus-body-bottom .form-check {
    transform: scale(0.8);
  }
  .main-reviews {
    padding: 20px 0px 82px 0px;
  }
  header.header-white .header-body {
    padding-top: 33px;
  }
  .header-body-top {
    margin-bottom: 30px;
  }
  .breadcrumbs-list-item {
    font-size: 11px;
    line-height: 30px;
  }
  .card-product-top__partnumber {
    font-size: 14px;
    line-height: 1;
  }
  .catalog-body-right-content-item__offer {
    font-size: 10px;
  }
  .card-product-body__column:nth-child(2) {
    padding-left: 55px;
  }
  .card-product-body-right__title {
    font-size: 19px;
    line-height: 19px;
  }
  .card-product-body-right__subtitle {
    font-size: 15px;
    line-height: 1.1;
  }
  .card-product-body-right-top-list__item {
    font-size: 14px;
    line-height: 23px;
  }
  .card-product-body-right-info__title {
    font-size: 15px;
  }
  .card-product-body-right-info {
    padding-top: 0;
  }
  .card-product-body-right__divider {
    position: relative;
    top: -15px;
  }
  .card-product-body-right-info-list__item {
    font-size: 15px;
    line-height: 20px;  
  }
  .card-product-body-right-btn-block {
    margin-bottom: 30px;
  }
  .card-product-body-right-services-body__img {
    width: 32px;
    margin-bottom: 0;
  }
  .card-product-body-right-services-body__text {
    font-size: 15px;
    line-height: 18px;
  }
  .card-product-body {
    margin-bottom: 20px;
  }
  .card-product-details-body-description-top__column img {
    max-width: 100%;
  }
  .card-product-body-right__subtitle, .card-product-body-right-top-list__item, .card-product-body-right-info-list__item, .card-product-body-right-services-body__text, .card-product-details-body-description-bottom__title, .card-product-details-body-description-bottom-list > li, .footer-body-item__title, .footer-body-item-list__link, .footer-body-info__text, .header-body-bottom-menu-content-list__link {
    font-size: 15px;
  }
  .card-product-details {
    margin-bottom: 0;
  }
  .catalog-body__column:nth-child(2) {
    padding-left: 40px;
  }
  .catalog-body-right-top-body__text, .catalog-body-left-catalog-list-item-title__text, .catalog-body-right-content-item-name__link, /*.catalog-body-right-content-item__price,*/ .filter-block__check.check, .catalog-body-right-description__text {
    font-size: 15px;
  }
  .catalog-body-right-top-body__text p {
    margin-bottom: 5px;
  }
  .catalog-body-right-top {
    margin-bottom: 20px;
  }
  .catalog-body-right-content-item-img__link {
    height: 170px;
  }
  .catalog-body-right-content-item__details {
    font-size: 16px;
    line-height: 20px;
  }
  .filter__title {
    font-size: 16px;
  }
  .catalog-body-left-catalog-list-item-title__img,
  .main-reviews-slider .slick-arrow {
    transform: scale(0.7);
  }
  .catalog-body-left-catalog-list-item-sublist__link,
  .catalog-body-left-manufacturer-body-list-item__name {
    font-size: 14px;
  }
  .catalog-body-right-paging-list > li {
    transform: scale(0.8)
  }
  .catalog-body-right-description__title {
    font-size: 18px;
  }
  header.header-white .header-body-top-left__mail:before,
  header.header-white .header-body-top-left__address:before {
    background-size: contain;
  }
  .main-product-item__name, .contacts-body-top-info__text {
    font-size: 14px;
  }
  .contacts-body-top-info__location:before {
    width: 13px;
    left: 20px;
    top: 1px;
  }
  .contacts-body-top-info__phone:before,
  .contacts-body-top-info__email:before {
    width: 16px;
    background-size: contain;
    left: 20px;
    top: 1px;
  }
  .main_title {
    margin-bottom: 40px;
  }
  .contacts-body-bottom {
    margin-top: 70px;
  }
  .contacts-body-bottom-download {
    width: 250px;
  }
  .text-page-body__title {
    font-size: 19px;
  }
  .main-top-content-left-advantages-item__text, .main-how-body-item__text, .main-news-item-right-title__link, .main-news-item-right__text, .main-reviews-item__name, .text-page-body-list > li, .text-page-similar-body-item-name__link, .text-page-similar-body-item__text {
    font-size: 15px;
  }
  .text-page-body__title {
    margin-bottom: 15px;
  }
  .text-page-body-block {
    margin-bottom: 20px;
  }
  .text-page-body-advantages-list > li {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 20px;
  }
  .text-page-news-body__subtitle,
.text-page-news-body h3  {
    font-size: 18px;
  }
  .text-page-news-body__text {
    font-size: 15px;
    line-height: 18px;
  }
  .text-page-news-body__text p,
.text-page-news-body__text div,
.text-page-news-body__text ul  {
    margin-bottom: 20px;
  }
  .text-page-news {
    margin-bottom: 50px;
  }
  .text-page-similar-body-item__text {
    font-size: 14px;
    line-height: 16px;
  }
  .text-page-similar-body-item-time__value {
    transform: scale(0.7);
    position: relative;
    left: -30px;
  }
  .main-top-content-left-advantages-item {
    width: 185px;
    min-height: 185px;
    height: 185px;
    padding-left: 25px;
    padding-top: 25px;
  }
  .main-top-content-left-advantages {
    margin: 50px 0;
  }
  .main-product-item__img {
    width: 100%;
  }
  .main-how-body-item__text {
    font-size: 14px;
  }
  .main-how-body-item__img img {
    width: 35px;
  }
  .main-how-body-slide:after {
    content: '';
    width: 20px;
    height: 20px;
    right: 20px;
    margin-top: -10px;
  }
  .main-how-body-item {
    padding-right: 13px;
    width: 150px;
    height: 150px;
    min-height: 150px;
    padding-top: 10px;
    padding-left: 10px;
  }
  .main-how-body-item__img {
    margin-bottom: 5px;
  }

  .main-reviews {
    padding-top: 55px;
  }
  .main_title {
    margin-bottom: 20px;
  }
  .header-body-bottom-list__link {
    font-size: 13px;
  }
  .catalog-body-left-catalog-list-item-title__text {
    /*font-size: 12px;*/
  }
  .main-product-item__name {
    padding-top: 15px;
  }

}







.main-news-slider-new {
  margin: 0px -15px;
  position: relative; }
  .main-news-slider-new .slick-list {
    overflow: visible !important; }
   .main-news-slider-new .slick-arrow {
    position: absolute;
    width: 37px;
    height: 100%;
    top: 0; }
    .main-news-slider-new .slick-arrow.slick-next {
      right: -53px;
      background: url("../img/icons/sl_arr_next_wh.png") center no-repeat;
      -webkit-transition: all 0.3s ease 0s;
      -moz-transition: all 0.3s ease 0s;
      -ms-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s; }
      .main-news-slider-new .slick-arrow.slick-next:hover {
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -ms-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        background: url("../img/icons/sl_arr_next_hv.png") center no-repeat; }
    .main-news-slider-new .slick-arrow.slick-prev {
      left: -53px;
      z-index: 2;
      background: url("../img/icons/sl_arr_prev_wh.png") center no-repeat;
      -webkit-transition: all 0.3s ease 0s;
      -moz-transition: all 0.3s ease 0s;
      -ms-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s; }
      .main-news-slider-new .slick-arrow.slick-prev:hover {
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -ms-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        background: url("../img/icons/sl_arr_prev_hv.png") center no-repeat; }
    @media (max-width: 1780px) {
      .main-news-slider-new .slick-arrow.slick-prev {
        left: -5px; }
      .main-news-slider-new .slick-arrow.slick-next {
        right: -5px; } }
    @media (max-width: 1260px) {
      .main-news-slider-new .slick-arrow.slick-prev {
        left: -10px; }
      .main-news-slider-new .slick-arrow.slick-next {
        right: -10px; } }
    @media (max-width: 992px) {
      .main-news-slider-new .slick-arrow {
        height: 37px;
        top: 100%;
        margin: 43px 0px 0px 0px; }
        .main-news-slider-new .slick-arrow.slick-prev {
          left: 0px; }
        .main-news-slider-new .slick-arrow.slick-next {
          right: 0px; } 
      .main-news-slider-new .slick-arrow.slick-next {
        background: url("../img/icons/sl_arr_next_dark.png") center no-repeat; }
      .main-news-slider-new .slick-arrow.slick-prev {
        background: url("../img/icons/sl_arr_prev_dark.png") center no-repeat; } }
  @media (max-width: 1260px) {
    .main-news-slider-new {
      margin: 0px 0px 0px 0px; } }
  @media (max-width: 767px) {
    .main-news-slider-new .slick-arrow.slick-next {
      right: 30px; }
    .main-news-slider-new .slick-arrow.slick-prev {
      left: 30px; } }


.main-news-item-new {
  display: block;
  font-size: 0;
  min-height: 428px;
  border: 1px solid #D5E2EB;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; 
}
.main-news-item-new.review {
  min-height: 350px;
}
.main-news-item-new:hover {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-box-shadow: 0px 20px 40px #A4B6C4;
  box-shadow: 0px 20px 40px #A4B6C4; 
}
@media (max-width: 767px) {
  .main-news-item-new {
    max-width: 100%!important;
  } 
}

.main-news-item__column-new {
    width: 100%;
    background-color:#fff;
}

.prop3-4 { width:100%; position: relative; padding: 37% 0; }
.prop1-1 { width:100%; position: relative; padding: 50% 0; }

.news_list_img, .doc_list_img {
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
}
.news_list_img {
  background-size: cover;
  height: 100%;
  width: 100%;
  top:0;
  left:0;
}
.doc_list_img {
  background-size: contain;
  height: calc(100% - 20px);
  width: calc(100% - 20px);
  top:10px;
  left:10px;
}

.news_list_img > img { display: none; }
.doc_list_img > img { display: none; }

.content_table { border-collapse: collapse}
.content_table tr td {
  padding:10px;
  border:1px solid #000;
  vertical-align:top;
}



.main-news-item-right-new {
  position: relative;
  background-color: #fff;
  height: 300px;
  padding: 30px 25px 45px 30px; }
@media (min-width: 1670px) {
  .main-news-item-right-new {
    height: 350px; 
  } 
}
@media (max-width: 992px) {
  .main-news-item-right-new {
    height: 420px; 
  } 
}
@media (max-width: 767px) {
  .main-news-item-right-new {
    padding: 15px 15px 35px; 
  } 
}


.main-news-item-right-new.review {
  height: 150px;
}
@media (min-width: 1670px) {
  .main-news-item-right-new.review {
    height: 250px; 
  } 
}
@media (max-width: 992px) {
  .main-news-item-right-new.review {
    height: 250px; 
  } 
}
/*@media (max-width: 767px) {
  .main-news-item-right-new {
    padding: 15px 15px 35px; 
  } 
}*/


.category-body .main-news-item, .category-body .main-news-item-new{-webkit-box-flex: 1;
    -ms-flex: 1 1 calc(33% - 20px);
    flex: 1 1 calc(33% - 20px);
    max-width: calc(33% - 20px);
    padding: 0px 0px;
    margin: 0px 10px 17px;}
@media (max-width: 992px) {
  .category-body .main-news-item, .category-body .main-news-item-new{-webkit-box-flex: 1;
    -ms-flex: 1 1 calc(50% - 20px);
    flex: 1 1 calc(50% - 20px);
    max-width: calc(50% - 20px);
  }
}
@media (max-width: 612px) {
  .category-body .main-news-item, .category-body .main-news-item-new{-webkit-box-flex: 1;
    -ms-flex: 1 1 calc(100% - 20px);
    flex: 1 1 calc(100% - 20px);
    max-width: calc(100% - 20px);
  }
}