* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  line-height: normal; }

body, figure {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

*:focus {
  outline: none; }

a {
  color:#003d7e;
  text-decoration: none; }
  .header-top__btn-wrap a#butOrder {
    color: #ffffff !important;
    position: relative;
    cursor: pointer;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    border-bottom: 1px dashed #fff
   }
a:active,
a:hover {
  outline: 0; }

small {
  font-size: 80%; }

img {
  border: 0; }

address {
  font-style: normal; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

textarea {
  overflow: auto;
  resize: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

ul, ol {
  margin: 0;
  padding-left: 0;
  list-style-type: none; }

td, th {
  padding: 0; }

p {
  margin: 0; }

*::-moz-selection {
  background: rgba(0, 61, 126, 0.5); }

*::selection {
  background: rgba(0, 61, 126, 0.5); }

@font-face {
  font-family: 'SFUIText-Light';
  src: url("../fonts/SFUIText-Light/SFUIText-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/SFUIText-Light/SFUIText-Light.otf") format("opentype"), url("../fonts/SFUIText-Light/SFUIText-Light.woff") format("woff"), url("../fonts/SFUIText-Light/SFUIText-Light.ttf") format("truetype"), url("../fonts/SFUIText-Light/SFUIText-Light.svg#SFUIText-Light") format("svg");
  font-style: normal; 
  font-display: swap;
}

@font-face {
  font-family: 'SFUIText-Heavy';
  src: url("../fonts/SFUIText-Heavy/SFUIText-Heavy.eot?#iefix") format("embedded-opentype"), url("../fonts/SFUIText-Heavy/SFUIText-Heavy.otf") format("opentype"), url("../fonts/SFUIText-Heavy/SFUIText-Heavy.woff") format("woff"), url("../fonts/SFUIText-Heavy/SFUIText-Heavy.ttf") format("truetype"), url("../fonts/SFUIText-Heavy/SFUIText-Heavy.svg#SFUIText-Heavy") format("svg");
  font-weight: normal;
  font-style: normal; 
  font-display: swap;
}

body {
  font-family: 'SFUIText-Light', Helvetica, Verdana, sans-serif;
  color: #616161;
  width: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  letter-spacing: 0.5px;
  min-width: 320px;
  line-height: 1.44; }

.reviews  {
  display: inline-block;
  list-style-type: none;
  margin: 20px 0px;
}
.reviews li {
  float: left;
  padding: 20px;
  margin: 0px !important;
  border-radius: 10px;
  overflow: hidden;
  list-style-type: none;
  background: none;
  width: 100%;
}
.reviews .review-stars {
  display: inline-block;
  margin: 0px 20px;
  padding: 0;
}
.reviews .review-stars .star  {
  background-image: url(../../../theme/assets/img/star.png);
  float: left;
  width: 16px;
  height: 16px;
  padding-right: 5px;
}
.reviews .title {
  font-size: 1rem;
  font-weight: bold;
  clear: both;
}
.reviews .description {
  display: block;
  margin: 10px 0px;
  padding: 0;
  text-align: left;
}
.reviews li:nth-child(odd) {
  background: #F2F1F1;
}
.reviews li img {
  width: auto;
  margin-right: 20px;
  border-radius: 50%;
  float: left;
}
/*  </review>  */
.nav {
	text-align: center;
	padding: 20px 0px;
}
.nav a {
	color: #003d7e;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

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

.wrapper {
  overflow: hidden; }

.container {
  max-width: 1200px;
  padding: 0 15px;
  margin: 0 auto; }

.des-hidden {
  display: none !important; }

.disable-hover,
.disable-hover * {
  pointer-events: none !important; }

.header-phone {
  position: relative;
  font-size: 1.3rem;
}
.header-phone li {
  position: relative;
  padding-left: 30px;
}
.header-phone li:nth-child(1) a:after {
  content: "";
  width: 25px;
  opacity: 1;
  height: 25px;
  position: absolute;
  left: 0;
  top: 3px;
  background: url(../img/viber.png) no-repeat;
}
.header-phone li:nth-child(2) a:after {
  content: "";
  width: 25px;
  opacity: 1;
  height: 25px;
  position: absolute;
  left: 0;
  top: 3px;
  background: url(../img/mobile.png) no-repeat;
}



@media (min-width: 320px) {
  body {
    font-size: 14px; }
  html {
    font-size: 12px; } }

@media (min-width: 767px) {
  body {
    font-size: 14px; } }

@media (min-width: 969px) {
  html {
    font-size: 14px; }
  body {
    font-size: 16px; } }

@media (min-width: 1199px) {
  html {
    font-size: 16px; } }

@media (max-width: 599px) {
  .des-hidden {
    display: block !important; }
  .container {
    padding: 0 10px; }
  .main {
    padding-top: 60px; } }

.main-aside {
  position: fixed;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }
  .main-aside + .main-content {
    z-index: 2;
    margin-left: 16.66667%;
    background: transparent; }
    .main-aside + .main-content .main-content__section {
      left: 16.66667%; }

.main-content {
  position: relative;
  z-index: 1;
  background-size: 100%;
  background-repeat: no-repeat;
  display: none;
  overflow: hidden;
  height: 100%;
  background: #000; }
  .main-content__section {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    will-change: transform;
    background-color: #000;
    min-height: 100vh;
    padding-top: 150px;
    padding-bottom: 150px;
    overflow: hidden; }
    .main-content__section__bg, .main-aside__bg, .main-content__section__fix-content {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      z-index: -1;
      overflow: hidden;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden;
      pointer-events: none;
      height: 100vh;
      will-change: transform; }
      .main-content__section__bg > img, .main-aside__bg > img, .main-content__section__fix-content > img {
        -o-object-fit: cover;
           object-fit: cover;
        -o-object-position: 50% 0%;
           object-position: 50% 0%;
        width: 100%;
        height: 100%;
        -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
        -webkit-backface-visibility: hidden;
                backface-visibility: hidden;
        pointer-events: none; }
      .main-content__section__bg > video, .main-aside__bg > video, .main-content__section__fix-content > video {
        -o-object-fit: cover;
           object-fit: cover;
        width: 100%;
        height: 100%; }
    .main-content__section__fix-content {
      z-index: 2;
      pointer-events: auto; }
    .main-content__section__content-right {
      margin-left: 50%;
      width: auto; }
    .main-content__section--align-center {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .main-content__section.m-h-auto {
      min-height: 0; }
    .main-content__section.section--from-right {
      max-height: 100vh;
      width: auto;
      right: auto; }

h1, .h1, h2, .h2, h3, .h3, h4, .h4, .h5, h5 {
  color: #616161;
  margin-bottom: 0;
  margin-top: 0;
  font-weight: 300;
  display: block; }

h1, .h1 {
  text-transform: uppercase;
  color: #003d7e;
  text-align: center;
  font-size: 1.625rem;
  margin-bottom: 3rem; }
  h1 span, .h1 span {
    display: table;
    margin: 0 auto;
    background: #fff;
    padding: 0 15px;
    position: relative; }
    h1 span:after, .h1 span:after {
      content: "";
      left: -65px;
      top: 48%;
      -webkit-transform: translateY(-1%);
          -ms-transform: translateY(-1%);
              transform: translateY(-1%);
      height: 1px;
      width: 60px;
      position: absolute;
      z-index: 1;
      background: #003d7e; }
    h1 span:before, .h1 span:before {
      content: "";
      right: -65px;
      top: 48%;
      -webkit-transform: translateY(-1%);
          -ms-transform: translateY(-1%);
              transform: translateY(-1%);
      height: 1px;
      width: 60px;
      position: absolute;
      z-index: 1;
      background: #003d7e; }

h2, .h2 {
  text-transform: uppercase;
  color: #003d7e;
  text-align: center;
  font-size: 1.625rem;
  margin-bottom: 3rem; }
  h2 span, .h2 span {
    display: table;
    margin: 0 auto;
    background: #fff;
    padding: 0 15px;
    position: relative; }
    h2 span:after, .h2 span:after {
      content: "";
      left: -65px;
      top: 48%;
      -webkit-transform: translateY(-1%);
          -ms-transform: translateY(-1%);
              transform: translateY(-1%);
      height: 1px;
      width: 60px;
      position: absolute;
      z-index: 1;
      background: #003d7e; }
    h2 span:before, .h2 span:before {
      content: "";
      right: -65px;
      top: 48%;
      -webkit-transform: translateY(-1%);
          -ms-transform: translateY(-1%);
              transform: translateY(-1%);
      height: 1px;
      width: 60px;
      position: absolute;
      z-index: 1;
      background: #003d7e; }

h3, .h3 {
  text-transform: uppercase;
  color: #003d7e;
  text-align: center;
  font-size: 1.625rem;
  margin-bottom: 3rem; }
  h3 span, .h3 span {
    display: table;
    margin: 0 auto;
    background: #fff;
    padding: 0 15px;
    position: relative; }
    h3 span:after, .h3 span:after {
      content: "";
      left: -65px;
      top: 48%;
      -webkit-transform: translateY(-1%);
          -ms-transform: translateY(-1%);
              transform: translateY(-1%);
      height: 1px;
      width: 60px;
      position: absolute;
      z-index: 1;
      background: #003d7e; }
    h3 span:before, .h3 span:before {
      content: "";
      right: -65px;
      top: 48%;
      -webkit-transform: translateY(-1%);
          -ms-transform: translateY(-1%);
              transform: translateY(-1%);
      height: 1px;
      width: 60px;
      position: absolute;
      z-index: 1;
      background: #003d7e; }

h4, .h4 {
  font-size: 1.125rem;
  text-transform: uppercase;
  color: #003d7e;
  text-align: center;
  margin-bottom: 1.875rem; }
  h4 span, .h4 span {
    display: table;
    margin: 0 auto;
    background: #fff;
    padding: 0 15px;
    position: relative; }
    h4 span:after, .h4 span:after {
      content: "";
      left: -65px;
      top: 48%;
      -webkit-transform: translateY(-1%);
          -ms-transform: translateY(-1%);
              transform: translateY(-1%);
      height: 1px;
      width: 60px;
      position: absolute;
      z-index: 1;
      background: #003d7e; }
    h4 span:before, .h4 span:before {
      content: "";
      right: -65px;
      top: 48%;
      -webkit-transform: translateY(-1%);
          -ms-transform: translateY(-1%);
              transform: translateY(-1%);
      height: 1px;
      width: 60px;
      position: absolute;
      z-index: 1;
      background: #003d7e; }

h5, .h5 {
  font-size: 1.125rem;
  text-transform: uppercase;
  color: #003d7e;
  text-align: center;
  margin-bottom: 0.9375rem; }
  h5 span, .h5 span {
    display: table;
    margin: 0 auto;
    background: #fff;
    padding: 0 15px;
    position: relative; }
    h5 span:after, .h5 span:after {
      content: "";
      left: -65px;
      top: 48%;
      -webkit-transform: translateY(-1%);
          -ms-transform: translateY(-1%);
              transform: translateY(-1%);
      height: 1px;
      width: 60px;
      position: absolute;
      z-index: 1;
      background: #003d7e; }
    h5 span:before, .h5 span:before {
      content: "";
      right: -65px;
      top: 48%;
      -webkit-transform: translateY(-1%);
          -ms-transform: translateY(-1%);
              transform: translateY(-1%);
      height: 1px;
      width: 60px;
      position: absolute;
      z-index: 1;
      background: #003d7e; }

.text-wrap {
  margin-bottom: 5rem; }
  .text-wrap h1, .text-wrap .h1, .text-wrap h2, .text-wrap .h2, .text-wrap h3, .text-wrap .h3, .text-wrap h4, .text-wrap .h4, .text-wrap .h5, .text-wrap h5 {
    margin-top: 40px; }
  .text-wrap p + p {
    margin-top: 20px; }
  .text-wrap strong {
    color: #003d7e;
    font-weight: 800;
    /*display: block;*/ }
    .text-wrap p>a {
      color: #003d7e;
      font-weight: 800;
  }
  .text-wrap ol {
    counter-reset: n;
    margin: 20px 0; }
    .text-wrap ol li {
      padding-left: 23px;
      position: relative; }
      .text-wrap ol li:before {
        content: counter(n) ".";
        top: 0;
        color: #003d7e;
        position: absolute;
        left: 0;
        counter-increment: n; }
  .text-wrap ul {
    margin: 20px 0; }
    .text-wrap ul li {
      padding-left: 23px;
      position: relative; }
      .text-wrap ul li:before {
        content: "";
        width: 12px;
        background: #003d7e;
        height: 2px;
        top: 9px;
        position: absolute;
        left: 0; }
  .text-wrap table {
    line-height: 36px;
    margin: 35px 0;
    width: 100%;
    table-layout: fixed; }
    .text-wrap table td {
      padding: 0 12px; }
      .text-wrap table td:last-child {
        text-align: right; }
    .text-wrap table tr:nth-child(odd) {
      background: #f2f6fa; }
  .text-wrap .img-left {
    float: left;
    margin: 30px 30px 25px 0; }
  .text-wrap img:first-of-type {
    margin-top: 0; }
  .text-wrap .img-right {
    float: right;
    margin: 30px 0 25px 30px; }
  .text-wrap .btn {
    min-width: 270px;
    line-height: 44px;
    height: 44px; }

@media (max-width: 767px) {
  .text-wrap .img-left,
  .text-wrap .img-right {
    margin: 15px 0 25px;
    width: 100%; } }

@media (max-width: 599px) {
  .text-wrap h1:first-of-type, .text-wrap .h1:first-of-type, .text-wrap h2:first-of-type, .text-wrap .h2:first-of-type {
    margin-top: 0; } }

@media (max-width: 479px) {
  h2, .h2, h3, .h3 {
    font-size: 16px;
    margin-bottom: 25px; }
    h2 span:after, .h2 span:after, h3 span:after, .h3 span:after {
      content: "";
      left: -110px;
      top: 48%;
      -webkit-transform: translateY(-1%);
          -ms-transform: translateY(-1%);
              transform: translateY(-1%);
      height: 1px;
      width: 95px;
      position: absolute;
      z-index: 1;
      background: #003d7e; }
    h2 span:before, .h2 span:before, h3 span:before, .h3 span:before {
      content: "";
      right: -110px;
      top: 48%;
      -webkit-transform: translateY(-1%);
          -ms-transform: translateY(-1%);
              transform: translateY(-1%);
      height: 1px;
      width: 95px;
      position: absolute;
      z-index: 1;
      background: #003d7e; }
  h4, .h4, h5, .h5 {
    font-size: 14px;
    margin-bottom: 25px; }
    h4 span:after, .h4 span:after, h5 span:after, .h5 span:after {
      content: "";
      left: -110px;
      top: 48%;
      -webkit-transform: translateY(-1%);
          -ms-transform: translateY(-1%);
              transform: translateY(-1%);
      height: 1px;
      width: 95px;
      position: absolute;
      z-index: 1;
      background: #003d7e; }
    h4 span:before, .h4 span:before, h5 span:before, .h5 span:before {
      content: "";
      right: -110px;
      top: 48%;
      -webkit-transform: translateY(-1%);
          -ms-transform: translateY(-1%);
              transform: translateY(-1%);
      height: 1px;
      width: 95px;
      position: absolute;
      z-index: 1;
      background: #003d7e; }
  .text-wrap table td,
  .text-wrap table th {
    line-height: 1;
    padding: 5px; } }

.form-order {
  margin-bottom: 10.3125rem; }
  .form-order__box {
    padding: 2.5rem 0;
    position: relative;
    color: #fff;
    background: #004ea1;
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #004ea1), color-stop(100%, #003d7e));
    background: -webkit-radial-gradient(center, ellipse cover, #004ea1 0%, #003d7e 100%);
    background: -o-radial-gradient(center, ellipse cover, #004ea1 0%, #003d7e 100%);
    background: -webkit-radial-gradient(center, ellipse, #004ea1 0%, #003d7e 100%);
    background: -o-radial-gradient(center, ellipse, #004ea1 0%, #003d7e 100%);
    background: radial-gradient(ellipse at center, #004ea1 0%, #003d7e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004ea1', endColorstr='#003d7e', GradientType=1 );
    border-radius: 0 0 0 30%; }
    .form-order__box:after {
      content: "";
      width: 444px;
      position: absolute;
      left: -20px;
      pointer-events: none;
      bottom: -120px;
      height: 355px;
      background: url(../img/form-fig.png) no-repeat; }
    .form-order__box .title {
      font-weight: 400;
      display: block;
      text-align: center;
      font-size: 2.1875rem;
      text-transform: uppercase;
      margin-bottom: 15px; }
    .form-order__box .text {
      font-size: 18px;
      text-align: center;
      margin-bottom: 20px;
      display: block;
      text-shadow: 0 0 8px #383838; }
  .form-order__form {
    max-width: 570px;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    display: table; }
    .form-order__form .item-input {
      display: inline-block;
      vertical-align: top;
      max-width: 270px;
      width: 100%;
      padding: 0 3px; }
      .form-order__form .item-input input {
        color: #fff;
        background: rgba(52, 52, 52, 0.55); }
    .form-order__form .btn {
      border: 1px solid #fff;
      color: #fff;
      -webkit-transition: background-color .3s linear;
      -o-transition: background-color .3s linear;
      transition: background-color .3s linear;
      background-color: #004c9d;
      background-image: url(../img/svg/fig-order.svg);
      background-position: 27px center;
      background-repeat: no-repeat;
      background-size: 20px 20px; }
      .form-order__form .btn:hover {
        background-color: #00438b;
        background-image: url(../img/svg/fig-order.svg);
        background-position: 27px center;
        background-repeat: no-repeat;
        background-size: 20px 20px; }

.item-input {
  margin-bottom: 10px; }
  .item-input input {
    width: 100%;
    color: #616161;
    border: 1px solid #c3c3c3;
    padding: 0 10px;
    line-height: 35px; }
    .item-input input.error {
      border: 1px solid #ad4545; }
  .item-input textarea {
    width: 100%;
    color: #616161;
    border: 1px solid #c3c3c3;
    padding: 6px 10px;
    line-height: 22px;
    resize: none;
    height: 68px; }
    .item-input textarea.error {
      border: 1px solid #ad4545; }

.item-select {
  font-size: 15px;
  position: relative; }
  .item-select .jcf-select {
    cursor: pointer;
    position: relative;
    width: 300px;
    padding-right: 20px; }
  .item-select .jcf-select-opener {
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    position: absolute;
    right: 0px;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    top: 7px;
    border-bottom: 0;
    border-top: 5px solid #578ac3; }
  .item-select .jcf-select-drop {
    padding: 0 5px;
    right: 0;
    min-width: 130px;
    border: 1px solid #cdcdcd;
    background: #fff;
    position: absolute;
    top: 25px;
    z-index: 3; }
    .item-select .jcf-select-drop li {
      line-height: 28px; }
      .item-select .jcf-select-drop li:hover .jcf-option, .item-select .jcf-select-drop li .jcf-selected {
        color: #003d7e; }
      .item-select .jcf-select-drop li + li {
        border-top: 1px solid #cdcdcd; }

.item-checkbox {
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px; }

.item-radio {
  margin-bottom: 10px;
  padding-left: 25px;
  position: relative; }

input[type="checkbox"] + label {
  cursor: pointer; }
  input[type="checkbox"] + label:after {
    content: "";
    width: 20px;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    height: 20px;
    border: 1px solid #adadad;
    position: absolute;
    background-color: #fff;
    cursor: pointer;
    left: 0;
    background-size: 13px 10px;
    background-position: center;
    top: 3px; }

input[type="checkbox"]:checked + label:after {
  content: "";
  width: 20px;
  height: 20px;
  border: 1px solid #003d7e;
  position: absolute;
  cursor: pointer;
  left: 0;
  background-color: #fff;
  background: url(../img/svg/check.svg) no-repeat;
  background-size: 13px 13px;
  background-position: center;
  top: 3px; }

input[type="radio"] + label {
  cursor: pointer; }
  input[type="radio"] + label:after {
    content: "";
    width: 18px;
    border-radius: 50%;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    height: 18px;
    border: 1px solid #adadad;
    position: absolute;
    cursor: pointer;
    left: 0;
    top: 2px;
    -webkit-box-shadow: inset 0 0 0 3px #fff;
            box-shadow: inset 0 0 0 3px #fff;
    background: #fff; }

input[type="radio"]:checked + label:after {
  background: #003d7e; }

@media (max-width: 959px) {
  .form-order {
    margin-bottom: 3.75rem; }
  .form-order__box {
    border-radius: 0; }
    .form-order__box:after {
      content: "";
      width: 244px;
      position: absolute;
      left: -40px;
      pointer-events: none;
      bottom: -66px;
      height: 155px;
      background: url(../img/form-fig.png) no-repeat;
      background-size: contain; } }

@media (max-width: 767px) {
  .form-order__form .item-input {
    max-width: 270px; }
  .form-order__box {
    padding: 15px 0;
    margin: 0 -15px; }
    .form-order__box .title {
      font-size: 16px; }
    .form-order__box .text {
      padding: 0 15px;
      font-size: 13px; } }

@media (max-width: 479px) {
  .form-order__box:after {
    content: "";
    width: 130px;
    position: absolute;
    left: -15px;
    pointer-events: none;
    bottom: -61px;
    height: 120px;
    background: url(../img/form-fig.png) no-repeat;
    background-size: contain; } }

.form-order__form .item-input input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff; }

.form-order__form .item-input input::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff; }

.form-order__form .item-input input:-ms-input-placeholder {
  /* IE 10+ */
  color: #fff; }

.form-order__form .item-input input:-moz-placeholder {
  /* Firefox 18- */
  color: #fff; }

.btn {
  background: #003d7e;
  display: table;
  margin: 0 auto;
  min-width: 180px;
  cursor: pointer;
  border: 0;
  height: 38px;
  line-height: 36px;
  color: #fff;
  text-align: center;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear; }
  .btn:hover {
    background: #616161; }

.btn-order {
  border-bottom: 1px dashed #fff;
  color: #fff;
  position: relative;
  cursor: pointer;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear; }
  .btn-order:hover {
    border-bottom: 1px solid #fff; }
  .btn-order:after {
    content: "";
    position: absolute;
    left: -30px;
    opacity: 0.64;
    top: 0;
    width: 20px;
    height: 20px;
    background: url(../img/svg/fig-order.svg) no-repeat; }

.vozvrat a {
  border-bottom: 1px dashed #fff;
  color: #ffffff !important;
  margin-left: 10px;
}

.breadcrumb {
  margin-bottom: 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .breadcrumb-item {
    margin: 0 12px;
    position: relative; }
    .breadcrumb-item:after {
      content: "";
      height: 15px;
      width: 9px;
      position: absolute;
      left: -16px;
      top: 5px;
      background: url(../img/svg/arrow-grey.svg) no-repeat; }
    .breadcrumb-item:first-child:after {
      display: none; }
    .breadcrumb-item a {
      color: #616161; }
      .breadcrumb-item a:hover {
        color: #003d7e; }
    .breadcrumb-item.active {
      cursor: default;
      opacity: 0.6; }
      .breadcrumb-item.active:after {
        opacity: 0.6; }

@media (max-width: 599px) {}

.products-section__slider {
  padding: 0 25px; }
  .products-section__slider:hover .slick-arrow {
    opacity: 1; }
  .products-section__slider .slick-list {
    padding: 10px 0; }

.slick-slider:hover .slick-arrow {
  opacity: 1; }

.slick-slider .slick-arrow {
  opacity: 0;
  width: 25px;
  background: #f0f0f0;
  position: absolute;
  top: 10px;
  border: 0;
  padding: 0;
  cursor: pointer;
  font-size: 0;
  bottom: 10px;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear; }
  .slick-slider .slick-arrow:after {
    content: "";
    position: absolute;
    left: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 15px;
    height: 25px; }
  .slick-slider .slick-arrow:hover {
    background: #d9d9d9; }
  .slick-slider .slick-arrow.slick-prev {
    left: 0px; }
    .slick-slider .slick-arrow.slick-prev:after {
      left: 5px;
      background: url(../img/svg/arrow-l.svg) no-repeat; }
  .slick-slider .slick-arrow.slick-next {
    right: 0px; }
    .slick-slider .slick-arrow.slick-next:after {
      left: 7px;
      background: url(../img/svg/arrow-r.svg) no-repeat; }

.reviews-slider {
  margin: 0 -15px 4.375rem; }
  .reviews-slider .slick-list:after {
    content: "";
    width: 15px;
    left: 0;
    top: 0;
    height: 100%;
    background: #fff;
    position: absolute; }
  .reviews-slider .slick-list:before {
    content: "";
    width: 15px;
    right: 0;
    z-index: 2;
    top: 0;
    height: 100%;
    background: #fff;
    position: absolute; }
  .reviews-slider .slick-arrow.slick-prev {
    left: 15px;
    top: 0;
    z-index: 2;
    bottom: 5px; }
  .reviews-slider .slick-arrow.slick-next {
    right: 15px;
    top: 0;
    z-index: 2;
    bottom: 5px; }
  .reviews-slider__item {
    position: relative;
    padding: 0 15px; }
    .reviews-slider__item:hover:after {
      opacity: 0.82; }
    .reviews-slider__item:after {
      content: "";
      -webkit-transition: opacity 0.3s linear;
      -o-transition: opacity 0.3s linear;
      transition: opacity 0.3s linear;
      position: absolute;
      pointer-events: none;
      opacity: 0;
      left: 16px;
      background-color: #fff;
      top: 1px;
      bottom: 1px;
      right: 16px;
      background-image: url(../img/svg/lup.svg);
      background-position: center;
      background-size: 40px;
      background-repeat: no-repeat;
      opacity: 0; }
    .reviews-slider__item img {
      display: block;
      margin: 0 auto;
      width: 100%;
      -webkit-transition: all .3s linear;
      -o-transition: all .3s linear;
      transition: all .3s linear;
      border: 1px solid #c3c3c3; }

@media (max-width: 599px) {
  .reviews-slider {
    margin: 0 0 4.4rem; }
    .reviews-slider .slick-list:before,
    .reviews-slider .slick-list:after {
      display: none; }
    .reviews-slider .slick-arrow.slick-prev {
      left: -10px; }
    .reviews-slider .slick-arrow.slick-next {
      right: -10px; }
    .reviews-slider__item {
      padding: 0 10px; }
  .products-section__slider {
    margin: 0 -10px;
    padding: 0 15px; }
  .slick-slider .slick-arrow {
    opacity: 1;
    width: 15px; }
  .slick-slider .slick-arrow:after {
    width: 15px;
    height: 15px; }
  .slick-slider .slick-arrow.slick-prev:after {
    left: 3px; }
  .slick-slider .slick-arrow.slick-next:after {
    left: 4px; } }

.pagination {
  font-size: 18px;
  padding: 40px 0; }
  .pagination ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .pagination ul .prev a {
      position: relative; }
      .pagination ul .prev a:after {
        content: "";
        position: absolute;
        margin: auto;
        width: 0;
        height: 0;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        border-right: 10px solid rgba(0, 61, 126, 0.6);
        border-top: 5px solid transparent;
        border-bottom: 5px solid transparent; }
      .pagination ul .prev a:hover:after {
        border-right: 10px solid #003d7e; }
    .pagination ul .next a {
      position: relative; }
      .pagination ul .next a:after {
        content: "";
        position: absolute;
        margin: auto;
        width: 0;
        height: 0;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        border-left: 10px solid rgba(0, 61, 126, 0.6);
        border-top: 5px solid transparent;
        border-bottom: 5px solid transparent; }
      .pagination ul .next a:hover:after {
        border-left: 10px solid #003d7e; }
    .pagination ul a {
      height: 20px;
      color: #616161;
      display: block;
      width: 18px;
      text-align: center; }
      .pagination ul a:hover {
        color: #003d7e; }
    .pagination ul li {
      line-height: 20px;
      margin: 0 12px; }

@media (max-width: 767px) {
  .pagination ul li {
    margin: 0 5px; } }

body.compensate-for-scrollbar {
  overflow: hidden; }

.fancybox-active {
  height: auto; }

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden; }

.fancybox-container {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;
  height: 100%;
  left: 0;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 99992; }

.fancybox-container * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.fancybox-bg, .fancybox-inner, .fancybox-outer, .fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto; }

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  -webkit-transition-duration: inherit;
       -o-transition-duration: inherit;
          transition-duration: inherit;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
       -o-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
          transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }

.fancybox-is-open .fancybox-bg {
  opacity: .87;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
       -o-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
          transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-caption, .fancybox-infobar, .fancybox-navigation .fancybox-button, .fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity .25s,visibility 0s linear .25s;
  -o-transition: opacity .25s,visibility 0s linear .25s;
  transition: opacity .25s,visibility 0s linear .25s;
  visibility: hidden;
  z-index: 99997; }

.fancybox-show-caption .fancybox-caption, .fancybox-show-infobar .fancybox-infobar, .fancybox-show-nav .fancybox-navigation .fancybox-button, .fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  -webkit-transition: opacity .25s,visibility 0s;
  -o-transition: opacity .25s,visibility 0s;
  transition: opacity .25s,visibility 0s;
  visibility: visible; }

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  text-align: center;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-toolbar {
  right: 0;
  top: 0; }

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
  z-index: 99994; }

.fancybox-is-open .fancybox-stage {
  overflow: hidden; }

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: opacity,-webkit-transform;
  -webkit-transition-property: opacity,-webkit-transform;
  -o-transition-property: transform,opacity;
  transition-property: transform,opacity;
  transition-property: transform,opacity,-webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994; }

.fancybox-slide:before {
  content: "";
  display: inline-block;
  height: 100%;
  margin-right: -.25em;
  vertical-align: middle;
  width: 0; }

.fancybox-is-sliding .fancybox-slide, .fancybox-slide--current, .fancybox-slide--next, .fancybox-slide--previous {
  display: block; }

.fancybox-slide--next {
  z-index: 99995; }

.fancybox-slide--image {
  overflow: visible;
  padding: 44px 0; }

.fancybox-slide--image:before {
  display: none; }

.fancybox-slide--html {
  padding: 6px 6px 0; }

.fancybox-slide--iframe {
  padding: 44px 44px 0; }

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0 0 6px;
  max-width: 100%;
  overflow: auto;
  padding: 0;
  padding: 24px;
  position: relative;
  text-align: left;
  vertical-align: middle; }

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  margin: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
      transform-origin: top left;
  transition-property: opacity,-webkit-transform;
  -webkit-transition-property: opacity,-webkit-transform;
  -o-transition-property: transform,opacity;
  transition-property: transform,opacity;
  transition-property: transform,opacity,-webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995; }

.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.fancybox-can-drag .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab; }

.fancybox-is-dragging .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.fancybox-container [data-selectable=true] {
  cursor: text; }

.fancybox-image, .fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%; }

.fancybox-spaceball {
  z-index: 1; }

.fancybox-slide--html .fancybox-content {
  margin-bottom: 6px; }

.fancybox-slide--iframe .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--video .fancybox-content {
  height: 100%;
  margin: 0;
  overflow: visible;
  padding: 0;
  width: 100%; }

.fancybox-slide--video .fancybox-content {
  background: #000; }

.fancybox-slide--map .fancybox-content {
  background: #e5e3df; }

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
  height: calc(100% - 44px);
  margin-bottom: 44px; }

.fancybox-iframe, .fancybox-video {
  background: transparent;
  border: 0;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%; }

.fancybox-iframe {
  vertical-align: top; }

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%; }

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0; }

.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  outline: none;
  padding: 10px;
  -webkit-transition: color .2s;
  -o-transition: color .2s;
  transition: color .2s;
  vertical-align: top;
  width: 44px; }

.fancybox-button, .fancybox-button:link, .fancybox-button:visited {
  color: #ccc; }

.fancybox-button:focus, .fancybox-button:hover {
  color: #fff; }

.fancybox-button.disabled, .fancybox-button.disabled:hover, .fancybox-button[disabled], .fancybox-button[disabled]:hover {
  color: #888;
  cursor: default; }

.fancybox-button svg {
  display: block;
  overflow: visible;
  position: relative;
  shape-rendering: geometricPrecision; }

.fancybox-button svg path {
  fill: transparent;
  stroke: currentColor;
  stroke-linejoin: round;
  stroke-width: 3; }

.fancybox-button--pause svg path:nth-child(1), .fancybox-button--play svg path:nth-child(2) {
  display: none; }

.fancybox-button--play svg path, .fancybox-button--share svg path, .fancybox-button--thumbs svg path {
  fill: currentColor; }

.fancybox-button--share svg path {
  stroke-width: 1; }

.fancybox-navigation .fancybox-button {
  height: 38px;
  opacity: 0;
  padding: 6px;
  position: absolute;
  top: 50%;
  width: 38px; }

.fancybox-show-nav .fancybox-navigation .fancybox-button {
  -webkit-transition: opacity .25s,visibility 0s,color .25s;
  -o-transition: opacity .25s,visibility 0s,color .25s;
  transition: opacity .25s,visibility 0s,color .25s; }

.fancybox-navigation .fancybox-button:after {
  content: "";
  left: -25px;
  padding: 50px;
  position: absolute;
  top: -25px; }

.fancybox-navigation .fancybox-button--arrow_left {
  left: 6px; }

.fancybox-navigation .fancybox-button--arrow_right {
  right: 6px; }

.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #555;
  cursor: pointer;
  height: 44px;
  margin: 0;
  padding: 6px;
  position: absolute;
  right: 0;
  top: 0;
  width: 44px;
  z-index: 10; }

.fancybox-close-small svg {
  fill: transparent;
  opacity: .8;
  stroke: currentColor;
  stroke-width: 1.5;
  -webkit-transition: stroke .1s;
  -o-transition: stroke .1s;
  transition: stroke .1s; }

.fancybox-close-small:focus {
  outline: none; }

.fancybox-close-small:hover svg {
  opacity: 1; }

.fancybox-slide--iframe .fancybox-close-small, .fancybox-slide--image .fancybox-close-small, .fancybox-slide--video .fancybox-close-small {
  color: #ccc;
  padding: 5px;
  right: -12px;
  top: -44px; }

.fancybox-slide--iframe .fancybox-close-small:hover svg, .fancybox-slide--image .fancybox-close-small:hover svg, .fancybox-slide--video .fancybox-close-small:hover svg {
  background: transparent;
  color: #fff; }

.fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
  display: none; }

.fancybox-caption {
  bottom: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px;
  right: 0; }

.fancybox-caption:before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);
  background-repeat: repeat-x;
  background-size: contain;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -25px;
  z-index: -1; }

.fancybox-caption:after {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  content: "";
  display: block;
  left: 44px;
  position: absolute;
  right: 44px;
  top: 0; }

.fancybox-caption a, .fancybox-caption a:link, .fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none; }

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline; }

.fancybox-loading {
  -webkit-animation: a .8s infinite linear;
  animation: a .8s infinite linear;
  background: transparent;
  border: 6px solid rgba(99, 99, 99, 0.5);
  border-radius: 100%;
  border-top-color: #fff;
  height: 60px;
  left: 50%;
  margin: -30px 0 0 -30px;
  opacity: .6;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 60px;
  z-index: 99999; }

@-webkit-keyframes a {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes a {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
       -o-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
          transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translateZ(0);
  transform: translateZ(0); }

.fancybox-fx-fade.fancybox-slide--next, .fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
       -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1; }

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
      transform: scaleX(1); }

.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-1turn);
  -ms-transform: rotate(-1turn);
      transform: rotate(-1turn); }

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(1turn);
  -ms-transform: rotate(1turn);
      transform: rotate(1turn); }

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
      transform: rotate(0deg); }

.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scaleX(1) translateZ(0);
  transform: scaleX(1) translateZ(0); }

.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); }

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); }

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translateZ(0) scale(1);
  transform: translateZ(0) scale(1); }

.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center; }

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px; }

.fancybox-share p {
  margin: 0;
  padding: 0; }

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap; }

.fancybox-share__button:link, .fancybox-share__button:visited {
  color: #fff; }

.fancybox-share__button:hover {
  text-decoration: none; }

.fancybox-share__button--fb {
  background: #3b5998; }

.fancybox-share__button--fb:hover {
  background: #344e86; }

.fancybox-share__button--pt {
  background: #bd081d; }

.fancybox-share__button--pt:hover {
  background: #aa0719; }

.fancybox-share__button--tw {
  background: #1da1f2; }

.fancybox-share__button--tw:hover {
  background: #0d95e8; }

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px; }

.fancybox-share__button svg path {
  fill: #fff; }

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%; }

.fancybox-thumbs {
  background: #fff;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  width: 212px;
  z-index: 99995; }

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden; }

.fancybox-show-thumbs .fancybox-thumbs {
  display: block; }

.fancybox-show-thumbs .fancybox-inner {
  right: 212px; }

.fancybox-thumbs > ul {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%; }

.fancybox-thumbs-x > ul {
  overflow: hidden; }

.fancybox-thumbs-y > ul::-webkit-scrollbar {
  width: 7px; }

.fancybox-thumbs-y > ul::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }

.fancybox-thumbs-y > ul::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px; }

.fancybox-thumbs > ul > li {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px; }

.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, 0.1); }

.fancybox-thumbs > ul > li {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover; }

.fancybox-thumbs > ul > li:before {
  border: 4px solid #4ea7f9;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991; }

.fancybox-thumbs .fancybox-thumbs-active:before {
  opacity: 1; }

@media (max-width: 800px) {
  .fancybox-thumbs {
    width: 110px; }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px; }
  .fancybox-thumbs > ul > li {
    max-width: calc(100% - 10px); } }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.header {
  background: #004ea1;
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #004ea1), color-stop(100%, #003d7e));
  background: -webkit-radial-gradient(center, ellipse cover, #004ea1 0%, #003d7e 100%);
  background: -o-radial-gradient(center, ellipse cover, #004ea1 0%, #003d7e 100%);
  background: -webkit-radial-gradient(center, ellipse, #004ea1 0%, #003d7e 100%);
  background: -o-radial-gradient(center, ellipse, #004ea1 0%, #003d7e 100%);
  background: radial-gradient(ellipse at center, #004ea1 0%, #003d7e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004ea1', endColorstr='#003d7e', GradientType=1 ); }
  .f-nav{ z-index: 9999; position: fixed; left: 0; top: 0; width: 100%;  background: #004ea1;
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #004ea1), color-stop(100%, #003d7e));
  background: -webkit-radial-gradient(center, ellipse cover, #004ea1 0%, #003d7e 100%);
  background: -o-radial-gradient(center, ellipse cover, #004ea1 0%, #003d7e 100%);
  background: -webkit-radial-gradient(center, ellipse, #004ea1 0%, #003d7e 100%);
  background: -o-radial-gradient(center, ellipse, #004ea1 0%, #003d7e 100%);
  background: radial-gradient(ellipse at center, #004ea1 0%, #003d7e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004ea1', endColorstr='#003d7e', GradientType=1 );} 
  .header .row {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .header-top {
    color: #fff;
    padding: 9px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3); }
    .header-top__menu ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .header-top__menu ul li {
        position: relative; }
        .header-top__menu ul li + li {
          margin-left: 30px; }
          .header-top__menu ul li + li:after {
            content: "";
            height: 12px;
            position: absolute;
            width: 1px;
            top: 5px;
            left: -15px;
            background: rgba(255, 255, 255, 0.3); }
    .header-top__menu a {
      color: #fff; }
    .header-top .btn-menu {
      display: none;
      position: relative;
      background: #00458f;
      width: 40px; }
      .header-top .btn-menu.show i {
        top: 4px;
        -webkit-transition-delay: .22s;
             -o-transition-delay: .22s;
                transition-delay: .22s;
        background-color: transparent; }
        .header-top .btn-menu.show i:before {
          top: 0;
          -webkit-transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.15s, -webkit-transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
          transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.15s, -webkit-transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
          -o-transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.15s, transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
          transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.15s, transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
          transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.15s, transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s, -webkit-transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
          -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
                  transform: translate3d(0, 10px, 0) rotate(45deg); }
        .header-top .btn-menu.show i:after {
          top: 0;
          -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
          transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
          -o-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
          transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
          transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s, -webkit-transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
          -webkit-transform: translate3d(0, 10px, 0) rotate(-45deg);
                  transform: translate3d(0, 10px, 0) rotate(-45deg); }
      .header-top .btn-menu i,
      .header-top .btn-menu i:after,
      .header-top .btn-menu i:before {
        content: "";
        position: absolute;
        width: 20px;
        height: 1px;
        left: 0;
        right: 0;
        margin: auto;
        -webkit-transition-timing-function: ease;
             -o-transition-timing-function: ease;
                transition-timing-function: ease;
        -webkit-transition-duration: .15s;
             -o-transition-duration: .15s;
                transition-duration: .15s;
        -webkit-transition-property: -webkit-transform;
        transition-property: -webkit-transform;
        -o-transition-property: transform;
        transition-property: transform;
        transition-property: transform, -webkit-transform;
        background-color: #fff; }
      .header-top .btn-menu i {
        top: 8px;
        -webkit-transition: background-color 0s linear .13s;
        -o-transition: background-color 0s linear .13s;
        transition: background-color 0s linear .13s; }
      .header-top .btn-menu i:before {
        top: 7px;
        -webkit-transition: top 0.1s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
        transition: top 0.1s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
        -o-transition: top 0.1s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
        transition: top 0.1s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
        transition: top 0.1s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
      .header-top .btn-menu i:after {
        top: 14px;
        -webkit-transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
        transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
        -o-transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
        transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
        transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
    .header-top .btn-cart {
      margin-left: 65px;
      position: relative;
      cursor: pointer;
      color: #fff;
      -webkit-transition: all .3s linear;
      -o-transition: all .3s linear;
      transition: all .3s linear;
      border-bottom: 1px dashed #fff; }
      .header-top .btn-cart:hover {
        border-bottom: 1px solid #fff; }
      .header-top .btn-cart:after {
        content: "";
        position: absolute;
        left: -30px;
        opacity: 0.64;
        top: -2px;
        width: 20px;
        height: 20px;
        background: url(../img/svg/cart.svg) no-repeat; }
    .header-top .btn-tel {
      position: relative;
      display: none; }
      .header-top .btn-tel:after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        width: 10px;
        height: 18px;
        top: 0;
        bottom: 0;
        margin: auto;
        opacity: 0.65;
        background: url(../img/svg/tel-w.svg) no-repeat; }
  .header-middle {
    padding: 24px 0;
    color: rgba(255, 255, 255, 0.66); }
    .header-middle__info {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding-top: 8px; }
      .header-middle__info_item + .header-middle__info_item {
        margin-left: 45px; }
      .header-middle__info_item a {
        color: rgba(255, 255, 255, 0.66); }
        .header-middle__info_item a:hover {
          color: white; }
      .header-middle__info_item .tel-box {
        position: relative;
        font-size: 22px; }
        .header-middle__info_item .tel-box:after {
          content: "";
          position: absolute;
          right: 15px;
          height: 0px;
          top: 10px;
          height: 0;
          border-left: 5px solid transparent;
          border-right: 5px solid transparent;
          border-top: 9px solid rgba(255, 255, 255, 0.66); }
        .header-middle__info_item .tel-box:hover .dropdown-tel {
          opacity: 1;
          pointer-events: auto; }
        .header-middle__info_item .tel-box .dropdown-tel {
          background: #004ea4;
          padding: 0 5px;
          font-weight: 300;
          opacity: 0;
          pointer-events: none;
          z-index: 2;
          -webkit-transition: opacity .3s linear;
          -o-transition: opacity .3s linear;
          transition: opacity .3s linear;
          position: absolute;
          left: 0;
          border: 1px solid #477fbd; }
          .header-middle__info_item .tel-box .dropdown-tel li {
            padding: 2px 0; }
            .header-middle__info_item .tel-box .dropdown-tel li + li {
              border-top: 1px solid #477fbd; }
      .header-middle__info_item .address {
        padding-left: 15px;
        position: relative; }
        .header-middle__info_item .address:after {
          content: "";
          width: 10px;
          opacity: 0.64;
          height: 14px;
          position: absolute;
          left: 0;
          top: 3px;
          background: url(../img/svg/map.svg) no-repeat; }
    .header-middle .row {
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
    .header-middle .logo {
      width: 280px;
      height: 75px; }
      .header-middle .logo img {
        width: 100%; }
  .header-nav {
    background: #fff;
    border-bottom: 1px solid #dbdbdb; }
    .header-nav .row {
      position: relative; }
    .header-nav .close, .header-nav .title {
      display: none; }
    .header-nav .title {
      color: #fff;
      font-size: 14px;
      text-align: center;
      display: none; }
    .phone-box {display: none;}
    .header-nav__menu {
      padding: 12px 0;
      text-transform: uppercase;
      font-size: 18px; }
      .header-nav__menu ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        .header-nav__menu ul:last-of-type {
          display: none; }
        .header-nav__menu ul li + li {
          margin-left: 28px; }
      .header-nav__menu a {
        line-height: 26px;
        color: #2c2c2c; }
        .header-nav__menu a:hover {
          color: #003d7e; }
    .header-nav .search-box {
      width: 260px;
      padding: 9px 0;
      position: absolute;
      right: 0;
      -webkit-transition: width .3s linear;
      -o-transition: width .3s linear;
      transition: width .3s linear; }
      .header-nav .search-box.show {
        width: 100%; }
        .header-nav .search-box.show .search-input {
          color: #616161;
          border-left: 1px solid #616161; }
        .header-nav .search-box.show .btn-search {
          opacity: 1;
          pointer-events: auto; }
      .header-nav .search-box .search-input {
        width: 100%;
        background: #f7f9fc;
        border: 0;
        color: #8d8d8d;
        font-size: 16px;
        height: 32px;
        padding: 0 65px 0 10px;
        line-height: 32px; }
      .header-nav .search-box .btn-form_search {
        width: 20px;
        padding: 0;
        height: 20px;
        border: 0;
        cursor: pointer;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 10px;
        -webkit-transition: all .3s linear;
        -o-transition: all .3s linear;
        transition: all .3s linear;
        margin: auto;
        background: url(../img/svg/search.svg) no-repeat; }
        .header-nav .search-box .btn-form_search.show {
          right: 0;
          background: url(../img/svg/close.svg) no-repeat; }
      .header-nav .search-box .btn-search {
        cursor: pointer;
        opacity: 0;
        width: 20px;
        padding: 0;
        -webkit-transition: all .3s linear;
        -o-transition: all .3s linear;
        transition: all .3s linear;
        pointer-events: none;
        height: 20px;
        border: 0;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 40px;
        margin: auto;
        background: url(../img/svg/search.svg) no-repeat; }

@media (max-width: 1199px) {
  .header-nav__menu {
    font-size: 14px; } }

@media (max-width: 1023px) {
  .header-nav__menu ul li + li {
    margin-left: 30px; }
  .header-middle .logo {
    width: 180px; }
  .header-middle__info_item .tel-box {
    font-size: 18px; }
  .header-middle__info {
    padding-top: 5px; } }

@media (max-width: 959px) {
  .header-middle__info_item + .header-middle__info_item {
    margin-left: 15px; }
  .header-middle__info_item .address {
    margin-bottom: 10px; }
  .header-nav .search-box {
    width: 40px; } }

@media (max-width: 767px) {
  .header-top {
    font-size: 12px; }
    .header-top .btn-cart {
      margin-left: 35px; }
  .header-middle__info_item .address {
    font-size: 12px; }
  .header-middle__info_item + .header-middle__info_item {
    margin-left: 0; }
  .header-middle__info_item .tel-box {
    font-size: 14px; }
    .header-middle__info_item .tel-box:after {
      right: 35px;
      top: 5px;
      border-left: 3px solid transparent;
      border-right: 3px solid transparent;
      border-top: 7px solid rgba(255, 255, 255, 0.66); }
  .header-middle {
    padding: 12px 0; }
    .header-middle .logo {
      height: 65px; }
    .header-middle .row {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    .header-middle__info {
      padding-top: 0;
      width: 100%;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
  .header-nav__menu {
    font-size: 12px; }
    .header-nav__menu ul li + li {
      margin-left: 18px; } }

@media (max-width: 599px) {
  .header-top__menu,
  .header-middle__info {
    display: none; }
  .header {
    z-index: 9;
    position: fixed;
    left: 0;
    background: #004fa3;
    top: 0;
    width: 100%;
    height: 30px; }
  .header-middle {
    padding: 0; }
  .header-top {
    padding: 0;
    height: 30px;
    border-bottom: 0; }
    .header-top .container {
      padding: 0; }
    .header-top .row {
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
  .header-nav {
    position: fixed;
    overflow-y: scroll;
    top: 0px;
    border-bottom: 0;
    width: 100%;
    height: 100%;
    padding: 110px 0 0;
    display: none;
    background: rgba(8, 43, 81, 0.9); }
    .header-nav .row {
      margin: 0 -10px;
      position: static; }
    .header-nav .title {
      display: block;
      margin-bottom: 10px; }
    .phone-box {display: inline-block;color: #ffffff;margin: 0 auto;font-size: 1.5rem;}
    .phone-box .phone-item {padding: 2rem 1rem ;}
    .phone-box li {list-style-type: none;}
    .phone-box a {display: block;color: #ffffff}
    .header-nav .close {
      position: absolute;
      top: 12px;
      right: 12px;
      width: 15px;
      height: 15px;
      display: block;
      cursor: pointer;
      background: url(../img/svg/close-w.svg) no-repeat; }
    .header-nav__menu {
      font-size: 14px;
      width: 100%;
      text-transform: none;
      padding-bottom: 0;
      margin: 0 auto; }
      .header-nav__menu ul {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        margin-bottom: 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row; }
        .header-nav__menu ul:last-of-type {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; }
        .header-nav__menu ul li {
          text-align: center;
          padding: 10px;
          margin: 0;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-flex: 0;
              -ms-flex: 0 0 50%;
                  flex: 0 0 50%; }
          .header-nav__menu ul li + li {
            margin: 0; }
          .header-nav__menu ul li a {
            display: block;
            width: 100%;
            line-height: 15px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            padding: 5px 10px;
            min-height: 43px;
            color: #fff;
            border: 1px solid #8193a6; }
    .header-nav .search-box {
      display: block;
      left: 30px;
      right: 30px;
      top: 50px;
      width: auto; }
      .header-nav .search-box .btn-search {
        opacity: 1;
        background: url(../img/svg/search-w.svg) no-repeat;
        right: 15px; }
      .header-nav .search-box .search-input {
        height: 35px;
        line-height: 33px;
        background: transparent;
        color: #fff;
        border: 1px solid #fff; }
      .header-nav .search-box .btn-form_search {
        display: none; }
  .header-middle .logo {
    height: 24px;
    top: 4px;
    position: absolute;
    left: 10px;
    width: 72px; }
  .header-top__btn-wrap {
    font-size: 0; }
    .header-top__btn-wrap  #butOrder {
      display: none;
    }
    .header-top__btn-wrap .btn-order,
    .header-top__btn-wrap .btn-tel,
    .header-top__btn-wrap .btn-cart,
    .header-top__btn-wrap .btn-menu {
      margin-left: 0;
      display: inline-block;
      width: 40px !important;
      height: 30px !important;
      border-left: 1px solid #00458f;
      border-bottom: 0;
      vertical-align: top;
      font-size: 0; }
      .header-top__btn-wrap .btn-order:after,
      .header-top__btn-wrap .btn-tel:after,
      .header-top__btn-wrap .btn-cart:after,
      .header-top__btn-wrap .btn-menu:after {
        content: "";
        left: 0;
        right: 0;
        width: 24px;
        height: 24px;
        margin: auto;
        top: 0;
        bottom: 0; }
    .header-top__btn-wrap .btn-tel:after {
      width: 12px; }
  .header-top__btn-wrap .btn-tel.close:after {
    height: 12px;
    background: url(../img/svg/close-w.svg) no-repeat; }
  .header-top__btn-wrap .btn-tel .dropdown-tel {
    font-size: 16px;
    width: 180px;
    background: #004ea4;
    padding: 0 5px;
    z-index: 2;
    font-weight: 300;
    z-index: 2;
    display: none;
    top: 100%;
    -webkit-transition: opacity .3s linear;
    -o-transition: opacity .3s linear;
    transition: opacity .3s linear;
    position: absolute;
    right: -41px;
    border: 1px solid #477fbd; }
    .header-top__btn-wrap .btn-tel .dropdown-tel li {
      padding: 5px 0; }
      .header-top__btn-wrap .btn-tel .dropdown-tel li + li {
        border-top: 1px solid #477fbd; }
      .header-top__btn-wrap .btn-tel .dropdown-tel li a {
        color: #fff; }
  .header-top .btn-cart:hover {
    border-bottom: 0; } }

.home-banner {
  padding: 5rem 0;
  border-bottom: 1px solid #dbdbdb; }
  .home-banner .row {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .home-banner__info {
    padding-top: 30px; }
    .home-banner__info .title {
      display: block;
      font-size: 104px;
      text-transform: uppercase;
      font-weight: 900;
      margin-bottom: 25px;
      line-height: 1;
      font-family: 'SFUIText-Heavy';
      color: rgba(44, 44, 44, 0.3); }
    .home-banner__info .text {
      padding-left: 30px;
      font-size: 24px;
      margin-left: 10px;
      line-height: 1.2;
      text-transform: uppercase;
      border-left: 3px solid #616161; }
      .home-banner__info .text .big-title {
        display: block;
        font-size: 37px;
        margin-bottom: 12px; }
  .home-banner .video-bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-size: cover;
    background-position: center; }
  .home-banner__video {
    max-width: 610px;
    width: 100%;
    position: relative;
    height: 285px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; }
    .home-banner__video .play {
      position: absolute;
      background: url(../img/play.png) no-repeat;
      height: 78px;
      z-index: 2;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      width: 56px;
      cursor: pointer;
      margin: auto; }

@media (max-width: 1199px) {
  .home-banner__info {
    padding: 0;
    margin-bottom: 20px; }
    .home-banner__info .title {
      font-size: 68px; }
    .home-banner__info .text {
      padding-left: 0;
      border-left: 0; }
  .home-banner .row {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .home-banner__info {
    max-width: 100%;
    text-align: center; }
  .home-banner__video {
    max-width: 100%;
    height: 400px; }
  .home-banner {
    padding: 4rem 0; } }

@media (max-width: 1023px) {
  .home-banner__info {
    padding-top: 20px; }
    .home-banner__info .title {
      font-size: 58px; }
    .home-banner__info .text {
      font-size: 18px; }
      .home-banner__info .text .big-title {
        font-size: 28px; } }

@media (max-width: 959px) {
  .home-banner {
    padding: 3rem 0; }
  .home-banner__info {
    padding-right: 10px;
    margin-bottom: 20px; }
    .home-banner__info .title {
      font-size: 48px; }
    .home-banner__info .text {
      margin-left: 0;
      padding-left: 10px;
      font-size: 16px; } }

@media (max-width: 767px) {
  .home-banner__info {
    display: none; }
  .home-banner .h2 {
    margin-bottom: 20px; } }

@media (max-width: 599px) {
  .home-banner {
    border-bottom: 0;
    padding-top: 0; }
  .home-banner__video {
    height: 280px; } }

.main-footer {
  padding: 20px 0 15px;
  background: #004ea1;
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #004ea1), color-stop(100%, #003d7e));
  background: -webkit-radial-gradient(center, ellipse cover, #004ea1 0%, #003d7e 100%);
  background: -o-radial-gradient(center, ellipse cover, #004ea1 0%, #003d7e 100%);
  background: -webkit-radial-gradient(center, ellipse, #004ea1 0%, #003d7e 100%);
  background: -o-radial-gradient(center, ellipse, #004ea1 0%, #003d7e 100%);
  background: radial-gradient(ellipse at center, #004ea1 0%, #003d7e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004ea1', endColorstr='#003d7e', GradientType=1 ); }
  .main-footer .row {
    margin: 0 -15px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .main-footer__item {
    padding: 0 15px; }
    .main-footer__item .tel-box {
      position: relative; }
      .main-footer__item .tel-box:after {
        content: "";
        position: absolute;
        right: -15px;
        height: 0px;
        top: 10px;
        height: 0;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 9px solid rgba(255, 255, 255, 0.66); }
      .main-footer__item .tel-box .dropdown-tel {
        background: #004ea4;
        padding: 0 5px;
        font-weight: 300;
        opacity: 0;
        bottom: 100%;
        pointer-events: none;
        z-index: 3;
        -webkit-transition: opacity .3s linear;
        -o-transition: opacity .3s linear;
        transition: opacity .3s linear;
        position: absolute;
        left: 0;
        border: 1px solid #477fbd; }
        .main-footer__item .tel-box .dropdown-tel li {
          padding: 2px 0;
          margin-bottom: 0; }
          .main-footer__item .tel-box .dropdown-tel li a {
            color: rgba(255, 255, 255, 0.6); }
            .main-footer__item .tel-box .dropdown-tel li a:hover {
              color: white; }
          .main-footer__item .tel-box .dropdown-tel li + li {
            border-top: 1px solid #477fbd; }
      .main-footer__item .tel-box:hover .dropdown-tel {
        pointer-events: auto;
        opacity: 1; }
    .main-footer__item .item {
      margin-bottom: 12px;
      color: rgba(255, 255, 255, 0.64); }
      .main-footer__item .item a {
        font-size: 22px;
        color: #fff; }
    .main-footer__item li {
      margin-bottom: 14px; }
      .main-footer__item li a {
        color: rgba(255, 255, 255, 0.64); }
        .main-footer__item li a:hover {
          color: white; }
    .main-footer__item .title {
      display: block;
      font-weight: 400;
      color: #fff;
      text-transform: uppercase;
      margin-bottom: 20px; }
    .main-footer__item .logo {
      width: 260px;
      display: inline-block; }
      .main-footer__item .logo img {
        width: 100%; }
    .main-footer__item .btn-order {
      margin-left: 27px; }
      .main-footer__item .btn-order:hover {
        border-bottom: 1px solid white; }
      .main-footer__item .btn-order:after {
        left: -27px; }

@media (max-width: 1199px) {
  .main-footer__item .tel-box .dropdown-tel,
  .main-footer__item .tel-box:after {
    display: none; } }

@media (max-width: 959px) {
  .main-footer__item .logo {
    width: 150px; }
  .main-footer__item .item {
    margin-bottom: 20px; }
    .main-footer__item .item a {
      font-size: 18px; } }

@media (max-width: 767px) {
  .main-footer .row {
    padding-top: 60px;
    position: relative; }
  .main-footer__item:first-child {
    padding: 0; }
  .main-footer__item .logo {
    top: -5px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto; } }

@media (max-width: 599px) {
  .main-footer .row {
    padding-top: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .main-footer__item {
    padding: 0 15px;
    margin-bottom: 20px; }
    .main-footer__item .item {
      text-align: center; }
    .main-footer__item .title {
      font-size: 16px;
      margin-bottom: 10px;
      text-align: center; }
    .main-footer__item ul {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
    .main-footer__item li {
      padding: 5px 15px;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 49%;
              flex: 0 0 49%;
      text-align: center;
      margin-bottom: 10px;
      border: 1px solid rgba(255, 255, 255, 0.4); }
      .main-footer__item li a {
        color: #fff; }
      .main-footer__item li:last-child {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%; }
    .main-footer__item:last-child {
      margin-bottom: 0; }
  .main-footer__item .btn-order {
    margin: 0 auto;
    letter-spacing: 3.5px;
    display: table; } }

.products-section {
  padding: 35px 0 2.8125rem; }

@media (max-width: 599px) {
  .products-section {
    padding: 30px 0; } }

.load-mask {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #fff;
  z-index: 99; }

.home-products {
  padding: 4.0625rem 0 2.1875rem; }
  .home-products .h2 {
    padding: 0 22px; }
  .home-products__list {
    display: block;
    margin: 0 -15px;
    overflow: hidden; }
  .home-products__item {
    padding: 15px;
    float: left;
    background-position: center;
    width: 25%; }
    .home-products__item a {
      position: relative;
      display: block;
      overflow: hidden;
      background-position: center;
      background-size: cover;
      height: 220px; }
      .home-products__item a:hover:after {
        opacity: 1; }
      .home-products__item a:hover .title {
        background: rgba(0, 61, 126, 0);
        -webkit-box-shadow: 0 0 0 4px rgba(0, 61, 126, 0);
                box-shadow: 0 0 0 4px rgba(0, 61, 126, 0); }
      .home-products__item a:after {
        content: "";
        left: 0;
        -webkit-transition: opacity .3s linear;
        -o-transition: opacity .3s linear;
        transition: opacity .3s linear;
        pointer-events: none;
        opacity: 0;
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(54, 54, 54, 0.9); }
    .home-products__item .title {
      left: 0;
      right: 0;
      padding: 5px 10px;
      line-height: 38px;
      display: block;
      text-align: center;
      color: #fff;
      position: absolute;
      top: 50%;
      letter-spacing: 1px;
      -webkit-transition: all .3s linear;
      -o-transition: all .3s linear;
      transition: all .3s linear;
      font-size: 20px;
      border: 1px solid rgba(255, 255, 255, 0.53);
      border-width: 1px 0;
      -webkit-box-shadow: 0 0 0 4px rgba(0, 61, 126, 0.9);
              box-shadow: 0 0 0 4px rgba(0, 61, 126, 0.9);
      z-index: 2;
      -webkit-transform: translate(0, -50%);
          -ms-transform: translate(0, -50%);
              transform: translate(0, -50%);
      text-transform: uppercase;
      background: rgba(0, 61, 126, 0.9); }
    .home-products__item:first-child {
      width: 50%;
      min-height: 500px; }
      .home-products__item:first-child a {
        height: 470px; }
    .home-products__item:nth-child(2) {
      width: 50%; min-height: 500px;}

.home-information {
  margin-bottom: 35px; }
  .home-information__list {
    overflow: hidden;}
  .home-information__item {
    width: 25%;
    min-height: 300px;
    padding: 0 15px 20px;
    float: left; }
    .home-information__item a:hover .title {
      text-decoration: underline; }
    .home-information__item .text {
      display: none;
      color: #616161; }
    .home-information__item img {
      display: block;
      margin-bottom: 10px;
      width: 100%; }
    .home-information__item:first-child {
      width: 50%; }
      .home-information__item:first-child img {
        margin-bottom: 25px; }
      .home-information__item:first-child .text {
        display: block; }
      .home-information__item:first-child .title {
        font-size: 1.5rem;
        margin-bottom: 25px; }
    .home-information__item a {
      display: block;
      color: #003d7e; }
    .home-information__item .title {
      display: block;
      font-size: 18px;
      color: #003d7e;
      font-weight: 400; }

.model-window {
  position: fixed;
  left: 0;
  top: 0;
  z-index: -1;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  width: 100%;
  background: rgba(255, 255, 255, 0.6); }
  .model-window.show {
    visibility: visible;
    opacity: 1;
    z-index: 999;
    pointer-events: auto; }
  .model-window .popup {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 955px;
    position: absolute;
    left: 0;
    right: 0;
    height: 550px;
    top: 0;
    background: #fff;
    bottom: 0;
    margin: auto;
    -webkit-box-shadow: 0 0 180px 0 rgba(11, 11, 11, 0.35);
            box-shadow: 0 0 180px 0 rgba(11, 11, 11, 0.35); }
    .model-window .popup .close {
      width: 20px;
      height: 20px;
      position: absolute;
      top: 10px;
      cursor: pointer;
      right: 10px;
      -webkit-transition: all .3s linear;
      -o-transition: all .3s linear;
      transition: all .3s linear;
      background: url(../img/svg/close.svg) no-repeat; }
      .model-window .popup .close:hover {
        background: url(../img/svg/close-r.svg) no-repeat; }
    .model-window .popup-img {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 300px;
              flex: 0 0 300px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      background: url(../img/img-pop.jpg) no-repeat;
      background-size: cover; }
      .model-window .popup-img .logo {
        width: 225px;
        margin-bottom: 50px;
		overflow:hidden;}
      .model-window .popup-img .text {
        padding: 0 20px;
        color: #fff;
        font-size: 15px;
        text-align: center;
        position: relative; }
        .model-window .popup-img .text:after {
          content: "";
          width: 115px;
          position: absolute;
          top: -28px;
          background: #fff;
          height: 1px;
          left: 0;
          right: 0;
          margin: auto; }
    .model-window .popup .btn {
      color: #fff;
      -webkit-transition: background-color .3s linear;
      -o-transition: background-color .3s linear;
      transition: background-color .3s linear;
      background-color: #004c9d;
      background-image: url(../img/svg/fig-order.svg);
      background-position: 27px center;
      background-repeat: no-repeat;
      background-size: 20px 20px; }
      .model-window .popup .btn:hover {
        background-color: #616161; }
    .model-window .popup-box {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 655px;
              flex: 0 0 655px;
      padding: 50px 30px; }
      .model-window .popup-box form {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
      .model-window .popup-box .left, .model-window .popup-box .right {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%; }
      .model-window .popup-box .right {
        padding-left: 10px; }
      .model-window .popup-box .pass-img {
        padding-top: 10px;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        margin-bottom: 35px; }
        .model-window .popup-box .pass-img .text {
          display: block;
          margin-bottom: 22px; }
        .model-window .popup-box .pass-img .item-input {
          min-width: 280px;
          vertical-align: bottom;
          display: inline-block; }
        .model-window .popup-box .pass-img .code {
          margin-left: 10px; }

@media (max-width: 1023px) {
  .home-information__item .title {
    font-size: 14px; }
  .home-information__item:first-child .title {
    margin-bottom: 15px; } }

@media (max-width: 959px) {
  .home-products__item {
    width: 50%; }
    .home-products__item .title {
      font-size: 16px; }
    .home-products__item:first-child a {
      height: 220px; }
  .model-window .popup-img {
    display: none; }
  .model-window .popup {
    width: 300px;
    height: 400px;
    padding: 20px 15px;
    overflow: hidden; }
    .model-window .popup .h3 span:after,
    .model-window .popup .h3 span:before {
      display: none; }
  .model-window .popup-box {
    padding: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: 100%; }
    .model-window .popup-box .h3 {
      margin-bottom: 15px; }
  .model-window .popup-box form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .model-window .popup-box .right {
    padding-left: 0; }
  .model-window .popup-box .pass-img {
    padding-top: 0;
    margin-bottom: 10px; }
    .model-window .popup-box .pass-img .text {
      margin-bottom: 10px;
      font-size: 12px; }
    .model-window .popup-box .pass-img .code {
      margin-left: 0; }
  .model-window .popup-box .pass-img .item-input {
    min-width: 0; } }

@media (max-width: 767px) {
  .home-products {
    padding-top: 2rem; }
    .home-products__item .title {
      font-size: 14px; }
  .home-information__item {
    width: 100%;
    padding-bottom: 25px; }
    .home-information__item img {
      margin-bottom: 10px; }
    .home-information__item .title {
      margin-bottom: 0;
      font-size: 16px; }
    .home-information__item:first-child {
      width: 100%; }
      .home-information__item:first-child img {
        margin-bottom: 10px; }
      .home-information__item:first-child .title {
        margin-bottom: 0;
        font-size: 16px; }
      .home-information__item:first-child .text {
        display: none; } }

@media (max-width: 599px) {
  .home-products .h2 {
    padding: 0; }
  .home-products__item {
    width: 100%; }
    .home-products__item a {
      height: 120px; }
    .home-products__item:first-child, .home-products__item:nth-child(2) {
      width: 100%; }
      .home-products__item:first-child a, .home-products__item:nth-child(2) a {
        height: 120px; }
  .home-products {
    padding-top: 0; } }

@media (max-width: 479px) {
  .home-products__item .title {
    line-height: 22px; }
  .home-products__item a {
    height: 90px; }
  .home-products__item:first-child a, .home-products__item:nth-child(2) a {
    height: 90px; } }

.catalog-section {
  margin-bottom: 1.875rem;
  padding-left: 30px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 270px);
          flex: 0 0 calc(100% - 270px); }
  .catalog-section .products-section {
    padding: 40px 0 0 0; }
    .catalog-section .products-section .row {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
    .catalog-section .products-section__item {
      width: 33.333334%;
      padding: 20px 10px; }

.sort-wrap {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #434343;
  padding: 10px 0;
  line-height: 30px;
  border-bottom: 1px solid #f2f2f2; }

.sort-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .sort-item .title {
    margin-right: 10px; }

@media (max-width: 959px) {
  .catalog-section .products-section__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%; } }

@media (max-width: 767px) {
  .catalog-section .products-section {
    padding-top: 20px; }
  .catalog-section {
    -ms-flex: 0 0 calc(100% - 220px);
    -webkit-box-flex: 0;
            flex: 0 0 calc(100% - 220px);
    max-width: calc(100% - 220px); } }

@media (max-width: 599px) {
  .sort-wrap {
    border-bottom: 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .sort-wrap .btn {
      margin: 0; }
    .sort-wrap .btn-filter {
      height: 28px;
      min-width: 145px;
      font-size: 12px;
      line-height: 26px;
      text-transform: uppercase; }
    .sort-wrap .sort-item .title {
      display: none; }
    .sort-wrap .sort-item .jcf-select-drop {
      right: -1px;
      border: 1px solid #003d7e; }
      .sort-wrap .sort-item .jcf-select-drop li + li {
        border-top: 1px solid #003d7e; }
    .sort-wrap .sort-item .jcf-select {
      background: none;
      max-width: 145px;
      border: 1px solid #003d7e;
      padding-right: 0;
      display: table;
      margin: 0 auto;
      min-width: 0;
      cursor: pointer;
      height: 28px;
      font-size: 12px;
      line-height: 26px;
      color: #003d7e;
      text-transform: uppercase;
      text-align: center;
      -webkit-transition: all .3s linear;
      -o-transition: all .3s linear;
      transition: all .3s linear; }
    .sort-wrap .sort-item .jcf-select-opener {
      display: none; }
  .catalog-section {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0; } }

.products-section__item {
  padding: 20px 15px;
  position: relative;
  width: 25%;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-box-shadow: 0 0 4px 0 rgba(11, 11, 11, 0);
          box-shadow: 0 0 4px 0 rgba(11, 11, 11, 0); }
  .products-section__item:hover {
    -webkit-box-shadow: 0 0 24px 0 rgba(11, 11, 11, 0.09);
            box-shadow: 0 0 24px 0 rgba(11, 11, 11, 0.09); }
    .products-section__item:hover .title {
      color: #003d7e; }
  .products-section__item .status {
    color: #fff;
    -webkit-transition: opacity .3s linear;
    -o-transition: opacity .3s linear;
    transition: opacity .3s linear;
    font-size: 13px;
    text-align: center;
    background: #227700;
    min-width: 75px;
    width: 20%;
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    margin: auto;
    line-height: 20px; }
    .products-section__item .status.hit {
      background: #004ea4; }
    .products-section__item .status.sale {
      background: #c10846; }
    .products-section__item .status.popular {
      background: #003d7e; }
  .products-section__item .img-box {
    margin: 0 0 30px; }
    .products-section__item .img-box img {
      margin: 0 auto;
      max-width: 100%;
      display: block; }
  .products-section__item a {
    display: block;
    height: 100%;
    overflow: hidden;
    color: #616161; }
  .products-section__item .title {
    -webkit-transition: color .3s linear;
    -o-transition: color .3s linear;
    transition: color .3s linear;
    color: #616161;
    display: block;
    text-align: center;
    margin-bottom: 20px;
    font-size: 18px; }
  .products-section__item .price-box {
    line-height: 24px;
    font-size: 1.5rem;
    display: block;
    text-align: center;
    color: #003d7e; }
    .products-section__item .price-box .old-price {
      text-decoration: line-through;
      font-size: 15px; }
      .products-section__item .price-box .old-price + .price {
        padding: 0 0 0 15px;
        display: inline-block;
        color: #c10846; }

.old-price {
  text-decoration: line-through;
  font-size: 15px;
  display: inline-block; }
  .old-price + .price {
    padding: 0 0 0 15px;
    display: inline-block;
    color: #c10846; }

@media (max-width: 1023px) {
  .products-section__item .title {
    font-size: 16px; }
  .products-section__item .price-box .old-price + .price {
    padding-left: 10px; }
  .products-section__item .price-box {
    font-size: 16px; }
  .products-section__item .price-box .old-price {
    font-size: 14px; } }

@media (max-width: 479px) {
  .products-section__item, .catalog-section .products-section__item {
    padding: 10px 5px; }
    .products-section__item .img-box img, .catalog-section .products-section__item .img-box img {
      width: 100%;
      max-width: 155px; }
    .products-section__item .title, .catalog-section .products-section__item .title {
      font-size: 13px;
      margin-bottom: 8px; }
    .products-section__item .status, .catalog-section .products-section__item .status {
      top: 10px; }
    .products-section__item .price-box, .catalog-section .products-section__item .price-box {
      font-size: 16px; }
      .products-section__item .price-box .old-price, .catalog-section .products-section__item .price-box .old-price {
        font-size: 12px; }
        .products-section__item .price-box .old-price + .price, .catalog-section .products-section__item .price-box .old-price + .price {
          vertical-align: middle;
          padding-left: 5px; } }

.seo-content {
  margin-bottom: 4.375rem; }

.jcf-scrollable {
  padding-right: 40px;
  height: 400px; }

.jcf-scrollbar {
  position: absolute;
  right: 0;
  background: #f5f5f5;
  width: 14px;
  top: 0; }
  .jcf-scrollbar .jcf-scrollbar-handle {
    background: #fff;
    left: 0px;
    width: 14px;
    border: 1px solid #f5f5f5; }

.map {
  height: 430px; }

.contact-section__info {
  pointer-events: auto;
  background: rgba(255, 255, 255, 0.9);
  max-width: 500px;
  padding: 25px 20px; }
  .contact-section__info a {
    color: #616161;
    margin-bottom: 10px;
    display: table; }
    .contact-section__info a:hover {
      color: #003d7e; }
  .contact-section__info .mail {
    margin-bottom: 10px;
    display: block;
    position: relative;
    line-height: 34px;
    padding-left: 25px;
    border-bottom: 1px solid #f2f2f2; }
    .contact-section__info .mail:after {
      content: "";
      width: 18px;
      height: 12px;
      position: absolute;
      left: 0;
      top: 11px;
      background: url(../img/svg/sms.svg) no-repeat; }
  .contact-section__info_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border-bottom: 1px solid #f2f2f2; }
    .contact-section__info_list li {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      max-width: 50%;
      padding-left: 25px;
      position: relative; }
      .contact-section__info_list li:after {
        content: "";
        width: 14px;
        height: 24px;
        position: absolute;
        left: 0;
        top: 1px;
        background: url(../img/svg/tel.svg) no-repeat; }
  .contact-section__info_address {
    border-bottom: 1px solid #f2f2f2; }
    .contact-section__info_address address {
      padding-left: 25px;
      position: relative;
      margin-bottom: 10px; }
      .contact-section__info_address address:after {
        content: "";
        width: 14px;
        height: 20px;
        position: absolute;
        left: 0;
        top: 0;
        background: url(../img/svg/map-g.svg) no-repeat; }

.contact-section__content {
  position: relative; }
  .contact-section__content .container {
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2; }

@media (max-width: 1199px) {
  .contact-section__info {
    max-width: 420px; }
    .contact-section__info a {
      font-size: 14px; } }

@media (max-width: 767px) {
  .contact-section__info {
    margin: 0 -15px;
    max-width: 100vw; }
  .contact-section__content .container {
    position: relative; }
  .map {
    height: 360px; } }

@media (max-width: 599px) {
  .map {
    height: 240px; }
  .contact-section__info {
    margin: 0 -10px;
    padding: 10px; }
    .contact-section__info li {
      font-size: 14px;
      padding-left: 0; }
      .contact-section__info li a {
        letter-spacing: 0; }
      .contact-section__info li:after {
        display: none; }
    .contact-section__info .mail {
      width: 100%;
      padding-left: 0; }
      .contact-section__info .mail:after {
        display: none; }
  .contact-section__info_address address {
    width: 49%;
    display: inline-block;
    padding-left: 0; }
    .contact-section__info_address address:after {
      display: none; } }

.sidebar-filter {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 270px;
          flex: 0 0 270px;
  padding-top: 15px;
  max-width: 270px; }
  .sidebar-filter .title {
    display: block;
    color: #003d7e;
    text-transform: uppercase;
    font-weight: 300;
    margin-bottom: 15px; }
  .sidebar-filter .filter-catalog {
    margin-bottom: 25px;
    font-size: 15px; }
    .sidebar-filter .filter-catalog__list li + li {
      margin-top: 12px; }
    .sidebar-filter .filter-catalog__list a {
      margin-right: 10px;
      color: #434343;
      display: inline-block; }
      .sidebar-filter .filter-catalog__list a:hover {
        color: #003d7e; }

.filter-item__title {
  display: block;
  margin-bottom: 13px;
  cursor: pointer; }
  .filter-item__title .title {
    position: relative;
    display: table; }
    .filter-item__title .title:after {
      content: "";
      border-right: 4px solid transparent;
      border-left: 4px solid transparent;
      position: absolute;
      right: -14px;
      -webkit-transition: all .3s linear;
      -o-transition: all .3s linear;
      transition: all .3s linear;
      top: 7px;
      border-top: 0;
      border-bottom: 5px solid #578ac3; }
  .filter-item__title.active .title:after {
    border-top: 5px solid #578ac3;
    border-bottom: 0; }

.filter-item__list {
  font-size: 15px;
  padding-bottom: 20px;
  line-height: 20px;
  color: #434343; }
  .filter-item__list .item {
    padding-left: 30px;
    display: block;
    position: relative;
    font-size: 13px;
	}
    .filter-item__list .item + .item {
      margin-top: 5px; }
    .filter-item__list .item input {
      display: none; }
    .filter-item__list .item label {
      margin-right: 10px; }

.btn-clear {
  border: 0;
  color: #434343;
  font-size: 15px;
  position: relative;
  padding: 0 0 0 20px;
  display: table;
  margin: 0 auto;
  background: none; }
  .btn-clear::after {
    content: "";
    width: 12px;
    height: 12px;
    position: absolute;
    left: 0;
    top: 3px;
    background: url(../img/svg/close.svg) no-repeat; }

.ui-slider .ui-slider-handle {
  width: 18px !important;
  height: 18px !important;
  display: block;
  -webkit-box-shadow: 0 0 0 1px #fff;
          box-shadow: 0 0 0 1px #fff;
  position: absolute;
  top: -7px !important;
  cursor: pointer;
  border: 4px solid #004ea4 !important;
  border-radius: 50%;
  background: #fff;
  border-radius: 50% !important;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -webkit-transition: none;
  -o-transition: none;
  transition: none; }

.inputs {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  color: #bfbfbf;
  font-size: 15px; }
  .inputs input {
    color: #434343;
    height: 24px;
    width: 64px;
    padding: 0 5px;
    border: 1px solid #adadad; }

.ui-slider .ui-slider-range {
  background: #004ea4;
  position: absolute;
  height: 4px;
  width: 100%; }

.ui-slider {
  background: #f0f0f0;
  border-radius: 4px;
  position: relative;
  height: 4px;
  width: 100%; }

.number {
  color: rgba(97, 97, 97, 0.5);
  display: inline-block; }

@media (max-width: 767px) {
  .sidebar-filter {
    max-width: 220px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 220px;
            flex: 0 0 220px; } }

@media (max-width: 599px) {
  .sidebar-filter {
    z-index: 9;
    position: fixed;
    opacity: 0;
    visibility: hidden;
    font-size: 15px;
    left: 0;
    top: 0;
    padding: 40px 20px 10px;
    right: 0;
    bottom: -10px;
    background: rgba(8, 43, 81, 0.9);
    overflow-y: scroll;
    color: #fff;
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%; }
    .sidebar-filter .close {
      position: absolute;
      top: 12px;
      right: 12px;
      width: 15px;
      height: 15px;
      display: block;
      cursor: pointer;
      background: url(../img/svg/close-w.svg) no-repeat; }
    .sidebar-filter.show {
      opacity: 1;
      visibility: visible; }
    .sidebar-filter .filter-catalog__list a,
    .sidebar-filter .filter-item__list, .sidebar-filter .title {
      color: #fff; }
    .sidebar-filter .number {
      color: rgba(255, 255, 255, 0.6); }
    .sidebar-filter input[type="checkbox"] + label:after {
      border: 1px solid #71859b;
      background-color: transparent;
      top: 5px; }
    .sidebar-filter input[type="checkbox"]:checked + label:after {
      background-image: url(../img/svg/check-w.svg); }
  .btn-clear {
    border-top: 1px solid #fff;
    color: #fff;
    display: block;
    width: 100vw;
    font-size: 15px;
    padding: 18px 0;
    margin: 0 -20px; }
    .btn-clear:after {
      left: 27%;
      top: 0;
      bottom: 0;
      margin: auto;
      background: url(../img/svg/close-w.svg) no-repeat; }
  .sidebar-filter .title {
    margin-bottom: 20px; }
  .filter-item__list .item {
    line-height: 34px; }
  .filter-item__title .title:after {
    right: -20px;
    border-bottom: 5px solid rgba(255, 255, 255, 0.6); }
  .filter-item__title.active .title:after {
    border-top: 5px solid rgba(255, 255, 255, 0.6); }
  .sidebar-filter .filter-catalog__list li + li {
    margin-top: 15px; }
  .inputs input {
    background: none;
    border: 1px solid #fff;
    color: #fff; } }

.product-cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 5rem; }
  .product-cart__table {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 69%;
            flex: 0 0 69%;
    margin-bottom: 6.25rem;
    max-width: 800px;
    color: #616161;
    line-height: 22px;
    border: 1px solid #f2f2f2;
    height: 100%; }
    .product-cart__table_header {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      line-height: 42px;
      border-bottom: 1px solid #f2f2f2;
      text-transform: uppercase; }
    .product-cart__table_middle .item {
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .product-cart__table_middle .item + .item {
        border-top: 1px solid #f2f2f2; }
    .product-cart__table_footer {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-shadow: 0 0 0 1px #fff;
              box-shadow: 0 0 0 1px #fff;
      border-top: 1px solid #f2f2f2;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      .product-cart__table_footer .td-quantity {
        border: 1px solid #f2f2f2;
        border-width: 0 0 1px 1px; }
      .product-cart__table_footer .td-value {
        border: 1px solid #f2f2f2;
        border-width: 0 0 1px; }
      .product-cart__table_footer .td-delete {
        border: 1px solid #f2f2f2;
        border-width: 0 1px 1px 0; }
      .product-cart__table_footer a {
        color: rgba(0, 61, 126, 0.6);
        position: relative; }
        .product-cart__table_footer a:after {
          content: "";
          left: -16px;
          top: 3px;
          border-right: 9px solid rgba(0, 61, 126, 0.6);
          border-top: 5px solid transparent;
          position: absolute;
          border-bottom: 5px solid transparent;
          -webkit-transition: all .3s linear;
          -o-transition: all .3s linear;
          transition: all .3s linear; }
        .product-cart__table_footer a:hover {
          color: #003d7e; }
          .product-cart__table_footer a:hover:after {
            border-right: 9px solid #003d7e; }
    .product-cart__table .td, .product-cart__table .th {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      text-transform: uppercase; }
    .product-cart__table .name-box {
      padding-left: 20px; }
      .product-cart__table .name-box .name {
        display: block;
        text-transform: none;
        font-weight: 400; }
    .product-cart__table .td-name {
      padding: 10px 25px; }
    .product-cart__table .th-name, .product-cart__table .td-name {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 38%;
              flex: 0 0 38%; }
    .product-cart__table .th-quantity, .product-cart__table .td-quantity {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 17%;
              flex: 0 0 17%; }
    .product-cart__table .th-value, .product-cart__table .td-value {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 20%;
              flex: 0 0 20%; }
    .product-cart__table .th-price, .product-cart__table .td-price {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 20%;
              flex: 0 0 20%; }
    .product-cart__table .th-delete, .product-cart__table .td-delete {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 5.2%;
              flex: 0 0 5.2%; }
    .product-cart__table .delete {
      cursor: pointer;
      width: 12px;
      -webkit-transition: all .3s linear;
      -o-transition: all .3s linear;
      transition: all .3s linear;
      height: 12px;
      font-size: 0;
      border: 0;
      background: url(../img/svg/close.svg) no-repeat; }
      .product-cart__table .delete:hover {
        background: url(../img/svg/close-r.svg) no-repeat; }

.quantity {
  border: 1px solid #f2f2f2;
  width: 100px;
  height: 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  line-height: 33px; }
  .quantity input {
    border: 0;
    background: none;
    width: 45px;
    text-align: center;
    color: #616161;
    border: 1px solid #f2f2f2;
    border-width: 0 1px; }
  .quantity_btn {
    cursor: pointer;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    position: relative;
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Safari */
    /* Konqueror HTML */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    display: block;
    text-align: center;
    width: 28px; }
  .quantity_plus {
    font-size: 0; }
    .quantity_plus:after {
      content: "";
      width: 19px;
      height: 1px;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto;
      background: rgba(97, 97, 97, 0.6); }
    .quantity_plus:before {
      content: "";
      width: 1px;
      height: 19px;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto;
      background: rgba(97, 97, 97, 0.6); }
    .quantity_plus:hover::before, .quantity_plus:hover::after {
      background: #616161; }
  .quantity_minus {
    font-size: 0; }
    .quantity_minus:after {
      content: "";
      width: 19px;
      height: 1px;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto;
      background: rgba(97, 97, 97, 0.6); }
    .quantity_minus:hover:after {
      background: #616161; }

.cart-form {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 28%;
          flex: 0 0 28%;
  max-width: 320px;
  overflow: hidden;
  margin-top: -5px; }
  .cart-form .h5 {
    font-weight: 300;
    text-transform: uppercase;
    display: block;
    color: #003d7e;
    text-align: center;
    margin-bottom: 22px; }
  .cart-form__item {
    margin-bottom: 18px; }
    .cart-form__item .item {
      margin-bottom: 10px;
      position: relative;
      padding-left: 25px; }
    .cart-form__item .title {
      display: block;
      color: #003d7e;
      font-weight: 300;
      margin-bottom: 10px; }
  .cart-form .btn {
    width: 100%;
    line-height: 42px;
    height: 44px;
    background-position: 65px center;
    background-image: url(../img/svg/cart.svg);
    background-repeat: no-repeat;
    background-size: 22px; }

@media (max-width: 1199px) {
  .product-cart__table {
    font-size: 14px; }
  .cart-form .btn {
    background-position: 16% center; } }

@media (max-width: 959px) {
  .product-cart__table {
    font-size: 12px; }
    .product-cart__table .td-name {
      padding: 10px; }
      .product-cart__table .td-name img {
        max-width: 30px; }
  .product-cart__table .th-price, .product-cart__table .td-price {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 18%;
            flex: 0 0 18%; }
  .cart-form .btn {
    background-position: 12% center; }
  .btn-back {
    margin-left: 15px; }
  .product-cart__table_footer a:after {
    top: 2px;
    border-right: 8px solid rgba(0, 61, 126, 0.6); } }

@media (max-width: 767px) {
  .product-cart {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .cart-form {
    margin: 0 auto; } }

@media (max-width: 599px) {
  .product-cart__table {
    margin: 0 -10px 30px;
    padding-bottom: 30px;
    position: relative; }
    .product-cart__table:after {
      content: "";
      right: -10px;
      position: absolute;
      left: -10px;
      height: 35px;
      bottom: 0px;
      background: #f9f9f9;
      border: 1px solid #efefef;
      border-width: 1px 0; }
  .product-cart__table .td, .product-cart__table .th {
    text-transform: none; }
  .product-cart__table_header,
  .product-cart__table .th-price, .product-cart__table .td-price,
  .product-cart__table_footer {
    display: none; }
  .product-cart__table_middle .item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-bottom: 10px;
    position: relative; }
    .product-cart__table_middle .item:after {
      content: "";
      height: 5px;
      right: -10px;
      position: absolute;
      left: -10px;
      bottom: 0px;
      background: #f9f9f9;
      border: 1px solid #efefef;
      border-width: 1px 0; }
    .product-cart__table_middle .item:last-child:after {
      display: none; }
  .product-cart__table .td-name {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .product-cart__table .th-value, .product-cart__table .td-value {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 59%;
            flex: 0 0 59%; }
  .product-cart__table .td-quantity,
  .product-cart__table .th-quantity {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 125px;
            flex: 0 0 125px; }
  .product-cart__table .th-delete, .product-cart__table .td-delete {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    height: 30px;
    margin-top: 10px;
    border-top: 1px solid #f2f2f2; }
  .product-cart__table .name-box {
    font-size: 15px; }
    .product-cart__table .name-box .price {
      font-size: 14px; }
  .product-cart__table .th-value, .product-cart__table .td-value {
    color: #003d7e;
    font-size: 16px; }
    .product-cart__table .th-value .title,
    .product-cart__table .td-value .title {
      font-size: 14px;
      margin-right: 5px;
      display: inline-block;
      color: #616161;
      font-weight: 400; }
  .product-cart__table .td-name {
    padding: 15px; }
  .cart-form__item .title {
    margin-bottom: 5px; }
  .product-cart__table .delete {
    width: 15px;
    height: 15px; } }

@media (max-width: 375px) {
  .cart-form {
    overflow: visible; }
    .cart-form .h5 span:before {
      right: -90px;
      width: 100px; }
    .cart-form .h5 span:after {
      left: -90px;
      width: 100px; } }

.thanks-content {
  padding-top: 35px;
  margin-bottom: 7.8125rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.thanks-box {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 500px;
          flex: 0 0 500px;
  padding: 80px 0 0 25px;
  max-width: 500px;
  text-align: center; }
  .thanks-box .title {
    display: block;
    text-align: center;
    color: #003d7e;
    font-size: 26px;
    text-transform: uppercase;
    margin-bottom: 22px;
    font-weight: 300; }
  .thanks-box .number {
    font-style: normal;
    color: #003d7e;
    display: inline-block;
    margin: 0 5px; }
  .thanks-box .text {
    padding: 0 15px; }
  .thanks-box .link-list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 35px; }
  .thanks-box .btn {
    margin: 0;
    height: 44px;
    min-width: 220px;
    line-height: 42px; }

@media (max-width: 599px) {
  .thanks-box .link-list {
    display: none; }
  .thanks-img {
    z-index: -1;
    width: 180px;
    top: 65px;
    position: absolute; }
    .thanks-img img {
      width: 100%; }
  .thanks-box {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding: 0 15px; }
    .thanks-box .title {
      font-size: 16px; } }

.single-product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 4.0625rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%; }
  .single-product__slider {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 400px;
            flex: 0 0 400px;
    max-width: 400px;
    overflow: hidden; }
    .single-product__slider .nav-slider {
      z-index: 2;
      position: relative;
      padding: 0 20px; }
      .single-product__slider .nav-slider .item {
        cursor: pointer;
        margin: 4px 0 2px; }
      .single-product__slider .nav-slider img {
        max-width: 40px;
        margin: 0 auto; }
      .single-product__slider .nav-slider .slick-arrow {
        width: 17px;
        top: 0;
        bottom: 0;
        opacity: 1;
        height: 100%; }
        .single-product__slider .nav-slider .slick-arrow.slick-prev {
          left: 0; }
          .single-product__slider .nav-slider .slick-arrow.slick-prev:after {
            top: 8px;
            left: 0;
            right: 0;
            width: 9px;
            height: 16px; }
        .single-product__slider .nav-slider .slick-arrow.slick-next {
          right: 0; }
          .single-product__slider .nav-slider .slick-arrow.slick-next:after {
            left: 0;
            right: 0;
            top: 10px;
            width: 9px;
            height: 16px; }
    .single-product__slider .for-slider {
      display: block;
      margin-bottom: 20px; }
      .single-product__slider .for-slider img {
        margin: 0 auto;
        max-width: 100%; }
  .single-product__tabs {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-bottom: 1.875rem; }
    .single-product__tabs_title {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      font-size: 1.375rem;
      margin-bottom: 3.4375rem;
      text-transform: uppercase;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .single-product__tabs_title li {
        cursor: pointer;
        margin: 0 15px;
        -webkit-transition: all .3s linear;
        -o-transition: all .3s linear;
        transition: all .3s linear; }
        .single-product__tabs_title li:hover {
          color: #003d7e; }
        .single-product__tabs_title li.active {
          color: #003d7e;
          border-bottom: 1px solid #003d7e; }
    .single-product__tabs_items .item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      .single-product__tabs_items .item table {
        margin-top: 0; }
      .single-product__tabs_items .item .text-wrap {
        margin-bottom: 0; }
  .single-product__info {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 670px;
            flex: 0 0 670px;
    max-width: 670px; }
    .single-product__info_item {
      margin-bottom: 27px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      .single-product__info_item:first-child .box:nth-child(2) {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end; }
      .single-product__info_item .box {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%;
        max-width: 300px; }
      .single-product__info_item__color {
        display: block; }
        .single-product__info_item__color .slick-list {
          padding: 0 25px; }
        .single-product__info_item__color .slick-arrow {
          opacity: 1;
          width: 18px;
          top: -2px;
          z-index: 3;
          bottom: 2px; }
          .single-product__info_item__color .slick-arrow:after {
            content: "";
            position: absolute;
            left: 8px;
            top: 0;
            bottom: 0;
            margin: auto;
            width: 11px;
            height: 18px; }
        .single-product__info_item__color .item {
          padding: 0 25px; }
          .single-product__info_item__color .item a {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            color: #616161;
            font-size: 16px;
            line-height: 1; }
            .single-product__info_item__color .item a:hover .name {
              color: #003d7e; }
          .single-product__info_item__color .item .name {
            -webkit-transition: color .3s linear;
            -o-transition: color .3s linear;
            transition: color .3s linear;
            display: block;
            margin-bottom: 5px; }
          .single-product__info_item__color .item .price {
            margin-bottom: 5px;
            display: block;
            color: #003d7e; }
          .single-product__info_item__color .item .status {
            margin-bottom: 0; }
            .single-product__info_item__color .item .status:after {
              height: 12px;
              top: 2px; }
          .single-product__info_item__color .item .info {
            padding-left: 20px; }
        .single-product__info_item__color img {
          height: 73px; }
    .single-product__info_middle {
      padding: 20px;
      line-height: 38px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      width: 100%;
      border: 1px solid #eee; }
      .single-product__info_middle .btn {
        background-color: #003d7e;
        display: inline-block;
        background-image: url(../img/svg/cart.svg);
        background-repeat: no-repeat;
        margin: 0;
        background-position: 20px center;
        background-size: 18px;
        font-size: 18px; }
        .single-product__info_middle .btn:hover {
          background-color: #616161; }
  .single-product .price-box {
    font-size: 1.5rem;
    color: #003d7e; }
    .single-product .price-box * {
      display: inline-block;
      line-height: 38px;
      vertical-align: middle; }
  .single-product .status {
    position: relative;
    padding-left: 22px;
    color: #257b2b;
    font-size: 14px;
    display: inline-block;
    margin-bottom: 15px; }
    .single-product .status:after {
      content: "";
      width: 14px;
      position: absolute;
      left: 0;
      top: 5px;
      height: 10px;
      background: url(../img/svg/checkxxxhdpi.svg) no-repeat; }
    .single-product .status.hit {
      background: #004ea4; }
    .single-product .status.sale {
      background: #c10846; }
  .single-product .options-list {
    font-weight: 300; }
    .single-product .options-list li {
      line-height: 20px;
      padding: 6px 0; }
    .single-product .options-list span {
      font-weight: 400; }
  .single-product .title {
    display: block;
    color: #003d7e;
    font-weight: 300;
    margin-bottom: 15px; }
  .single-product .item-radio {
    width: 49%;
    display: inline-block;
    vertical-align: middle; }
  .single-product .item-select {
    border-bottom: 1px solid #ddd; }
    .single-product .item-select .jcf-select {
      display: block;
      line-height: 34px;
      width: 300px; }
    .single-product .item-select .jcf-select-drop {
      top: 34px; }
    .single-product .item-select .jcf-select-opener {
      right: 10px;
      top: 16px; }

.product-reviews__list {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 800px;
          flex: 0 0 800px;
  padding-right: 30px;
  max-width: 800px; }

.product-reviews__item.admin {
  padding: 15px 15px 10px;
  border: 1px solid #eee;
  margin-bottom: 2.5rem;
  background: #fafafa; }
  .product-reviews__item.admin .comment {
    padding-bottom: 0; }
  .product-reviews__item.admin .user-img {
    width: 12px;
    border-radius: 0;
    width: 12px;
    border: 0; }
    .product-reviews__item.admin .user-img img {
      width: 100%; }

.product-reviews__item .comment {
  padding-bottom: 12px; }
  .product-reviews__item .comment .title {
    display: block;
    font-weight: 500;
    font-size: 14px; }

.product-reviews__item .user-box {
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .product-reviews__item .user-box .name {
    display: block;
    margin-bottom: 2px; }

.product-reviews__item .user-img {
  width: 50px;
  height: 50px;
  overflow: hidden;
  border: 1px solid #ddd;
  border-radius: 50%;
  margin-right: 20px; }
  .product-reviews__item .user-img img {
    width: 100%; }

.product-reviews__form {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 320px;
          flex: 0 0 320px;
  max-width: 320px; }
  .product-reviews__form .title {
    font-size: 18px;
    text-transform: uppercase;
    text-align: center;
    color: #003d7e;
    font-weight: 400;
    display: block;
    margin-bottom: 22px; }
    .product-reviews__form .title span {
      display: table;
      margin: 0 auto;
      background: #fff;
      padding: 0 15px;
      position: relative; }
      .product-reviews__form .title span:after {
        content: "";
        left: -40px;
        top: 48%;
        -webkit-transform: translateY(-1%);
            -ms-transform: translateY(-1%);
                transform: translateY(-1%);
        height: 1px;
        width: 35px;
        position: absolute;
        z-index: 1;
        background: #003d7e; }
      .product-reviews__form .title span:before {
        content: "";
        right: -40px;
        top: 48%;
        -webkit-transform: translateY(-1%);
            -ms-transform: translateY(-1%);
                transform: translateY(-1%);
        height: 1px;
        width: 35px;
        position: absolute;
        z-index: 1;
        background: #003d7e; }
  .product-reviews__form .btn {
    height: 45px;
    background-color: #004ea4;
    min-width: 100%;
    background-image: url(../img/svg/Revxxxhdpi.svg);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: 70px center; }
    .product-reviews__form .btn:hover {
      background-color: #616161; }

.target-trust {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 280px;
          flex: 0 0 280px;
  max-width: 280px;
  border: 1px solid #eee; }
  .target-trust__item {
    padding: 5px 10px 5px 72px;
    position: relative;
    line-height: 20px;
    border-top: 1px solid #eee; }
    .target-trust__item:first-child {
      border-top: 0; }
    .target-trust__item .img {
      display: inline-block;
      width: 22px;
      position: absolute;
      left: 16px;
      height: 22px;
      top: 0;
      bottom: 0;
      margin: auto; }
      .target-trust__item .img img {
        width: 100%; }

.form-one_click {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .form-one_click .item-input {
    float: left;
    width: calc(100% - 180px); }
    .form-one_click .item-input input {
      line-height: 36px; }
  .form-one_click .btn {
    width: 170px;
    background: #ccc;
    margin: 0; }
    .form-one_click .btn:hover {
      background: #003d7e; }
  .form-one_click .btn-order {
    height: 36px;
    width: 100%;
    background: #003d7e;
    color: #fff;
    border: 0;
    line-height: 35px;
    display: block;
    margin-top: 10px;
    text-align: center; }
    .form-one_click .btn-order:hover {
      background: #616161; }
    .form-one_click .btn-order:after {
      top: 7px;
      opacity: 1;
      left: 35%;
      background: url(../img/svg/fig-order.svg) no-repeat; }

@media (max-width: 1199px) {
  .single-product__slider {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
    padding-right: 30px;
    max-width: 40%; }
  .single-product__info {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
    max-width: 60%; }
  .product-reviews__list {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 600px;
            flex: 0 0 600px;
    max-width: 600px; }
  .single-product__info_item__color .item {
    padding: 0 15px; }
  .single-product__info_item__color .item .info {
    padding-left: 10px;
    font-size: 14px; }
  .single-product__info_item__color .item .status {
    font-size: 12px; }
  .single-product__info_item__color .item .status:after {
    top: -2px; } }

@media (max-width: 1023px) {
  .single-product__slider {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 280px;
            flex: 0 0 280px;
    max-width: 280px; }
  .single-product__info {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 600px;
            flex: 0 0 600px;
    max-width: 600px; }
  .form-one_click .item-input {
    min-width: 200px; } }

@media (max-width: 959px) {
  .target-trust__item {
    padding-left: 55px; }
  .single-product__info_item .box {
    max-width: 230px; }
  .single-product__slider {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
    max-width: 40%; }
  .single-product__info {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
    max-width: 60%; }
  .single-product__info_item .box {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-bottom: 15px; }
  .single-product .item-select {
    max-width: 300px; }
  .form-one_click {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .single-product__tabs_title {
    margin-bottom: 2.5rem; }
  .product-reviews__list {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 420px;
            flex: 0 0 420px; }
  .single-product__info_item:first-child .box:nth-child(2) {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; } }

@media (max-width: 767px) {
  .product-reviews__form {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 260px;
            flex: 0 0 260px;
    max-width: 260px; }
  .product-reviews__list {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 340px;
            flex: 0 0 340px;
    max-width: 340px; } }

@media (max-width: 639px) {
  .single-product {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .single-product__slider {
      padding: 0;
      margin-bottom: 30px;
      max-width: 100%;
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1; }
    .single-product__info {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      max-width: 100%; }
  .single-product__slider .nav-slider img {
    max-width: 56px; }
  .single-product__tabs_items .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .product-reviews__list {
    padding-right: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .product-reviews__form {
    max-width: 300px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 300px;
            flex: 0 0 300px;
    margin: 0 auto;
    width: 100%; }
  .form-one_click .row {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .form-one_click .btn {
    margin: 0; }
    .form-one_click .btn:hover {
      background: #003d7e; }
  .form-one_click .btn-order {
    margin: 10px auto 0; }
  .single-product__info_middle {
    padding: 10px;
    width: auto;
    margin: 0 -10px 15px; }
  .single-product__info_middle .btn {
    margin: 0 auto; }
  .single-product__info_middle .quantity {
    margin-left: 15px; }
  .single-product__info_item {
    margin-bottom: 15px; }
  .target-trust {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 300px;
            flex: 0 0 300px;
    max-width: 300px;
    margin: 0  auto;
    font-size: 14px; }
  .form-one_click .btn-order:after {
    left: 25%; } }

@media (max-width: 479px) {
  .single-product__info_item {
    font-size: 16px; }
  .form-one_click .item-input {
    margin: 0 0 10px;
    min-width: 100%; }
  .form-one_click .btn,
  .single-product__info_middle .btn {
    min-width: 100%; }
  .single-product__info_middle .btn {
    margin-top: 15px;
    background-position-x: 30%; }
  .single-product__info_middle .quantity {
    margin-right: 0; }
  .single-product__slider .for-slider img {
    max-width: 160px; }
  .single-product__slider .nav-slider img {
    max-width: 41px; }
  .single-product {
    position: relative;
    margin-bottom: 0;
    padding-bottom: 40px; }
    .single-product:after {
      content: "";
      height: 7px;
      right: -10px;
      position: absolute;
      left: -10px;
      bottom: 0px;
      background: #f9f9f9;
      border: 1px solid #efefef;
      border-width: 1px 0; }
  .single-product__tabs {
    padding-top: 25px; }
  .single-product__info_item__color .item .name,
  .single-product__info_item__color .item .price {
    margin-bottom: 10px; }
    .img-responsive {
      max-width: 100%;
      max-height: 300px;;
    } 
   }

@media (max-width: 374px) {
  .single-product__slider .for-slider img {
    max-width: 126px; }
  .single-product__slider .nav-slider img {
    max-width: 30px; }
  .single-product__info_middle .btn {
    margin-top: 15px;
    background-position-x: 29%; }
  .form-one_click .btn-order:after {
    left: 22%; }}

@media (max-height: 380px) {
  .single-product__slider .nav-slider img {
    max-width: 31px; }
  .product-reviews__form .btn {
    background-position-x: 20%; } }

