@font-face {
  font-family: 'Kontora';
  src: url("../fonts/Kontora/Kontora-Bold.woff2") format("woff2"), url("../fonts/Kontora/Kontora-Bold.woff") format("woff"), url("../fonts/Kontora/Kontora-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }
@font-face {
  font-family: 'Kontora';
  src: url("../fonts/Kontora/Kontora.woff2") format("woff2"), url("../fonts/Kontora/Kontora.woff") format("woff"), url("../fonts/Kontora/Kontora.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Kontora';
  src: url("../fonts/Kontora/Kontora-Thin.woff2") format("woff2"), url("../fonts/Kontora/Kontora-Thin.woff") format("woff"), url("../fonts/Kontora/Kontora-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal; }
@font-face {
  font-family: 'Akrobat';
  src: url("../fonts/Akrobat/Akrobat-Regular.eot");
  src: local("Akrobat Regular"), local("Akrobat-Regular"), url("../fonts/Akrobat/Akrobat-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Akrobat/Akrobat-Regular.woff") format("woff"), url("../fonts/Akrobat/Akrobat-Regular.ttf") format("truetype");
  font-weight: 500;
  font-style: normal; }
@font-face {
  font-family: 'Akrobat';
  src: url("../fonts/Akrobat/Akrobat-Light.eot");
  src: local("Akrobat Light"), local("Akrobat-Light"), url("../fonts/Akrobat/Akrobat-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Akrobat/Akrobat-Light.woff") format("woff"), url("../fonts/Akrobat/Akrobat-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none; }

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

body {
  font-family: "Kontora", Arial, sans-serif;
  font-size: 16px;
  background-image: url("../images/bg-main.jpg");
  background-repeat: no-repeat;
  background-position: center 80px;
  background-position: center 57px; /*custom*/
  background-attachment: fixed;
  position: relative;
  background-size: cover; }
  @media screen and (max-width: 500px) {
    body {
      background-size: auto 700px;
      background-position: 15% top;
      background-attachment: scroll;
      background-color: rgba(20, 48, 69, 0.88);
      height: 100%; } }
  @media (max-device-aspect-ratio: 3 / 4) {
    body {
      background-size: auto calc(100vw * 1.333); } }
  @media (max-device-aspect-ratio: 2 / 3) {
    body {
      background-size: auto calc(100vw * 1.5); } }
  @media (max-device-aspect-ratio: 10 / 16) {
    body {
      background-size: auto calc(100vw * 1.6); } }
  @media (max-device-aspect-ratio: 9 / 16) {
    body {
      background-size: auto calc(100vw * 1.778); } }
  body.fixed {
    overflow: hidden; }
  @media screen and (max-width: 999px) {
    body.page {
      background-position: center 60px; } }
  body.page .overlay:before {
    width: 100%;
    transform: none;
    right: 0; }

a:hover {
  -webkit-transition: 0.2s color linear;
  -o-transition: 0.2s color linear;
  transition: 0.2s color linear; }

@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); } }
@keyframes rotate {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); } }
@-webkit-keyframes wave {
  from {
    left: 0; }
  100% {
    left: 10px; } }
@keyframes wave {
  from {
    left: 0; }
  100% {
    left: 10px; } }
.footer {
  position: relative;
  bottom: 0;
  width: 100%;
  margin-top: 5.5rem; }
  @media screen and (max-width: 500px) {
    .footer {
      display: none; } }
  .footer__nav {
    background-color: #0c2d3b;
    padding: 10px 20px 10px 115px;
    position: relative; }
    @media screen and (max-width: 999px) {
      .footer__nav {
        background-color: transparent;
        padding-top: 70px; }
        .footer__nav:before {
          content: '';
          position: absolute;
          background-color: #0c2d3b;
          width: 100%;
          height: 100%;
          bottom: 0;
          left: 0; } }
    .footer__nav .phone {
      font-size: 30px; }
    .footer__nav .row {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      align-items: center; }
    .footer__nav .col {
      position: relative; }
      @media screen and (max-width: 999px) {
        .footer__nav .col {
          width: 100%; } }
      .footer__nav .col--socials {
        margin-left: auto;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        align-items: center;
        padding-left: 73px; }
        @media screen and (max-width: 999px) {
          .footer__nav .col--socials {
            width: 100%;
            margin-left: inherit;
            padding-left: 0;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            -webkit-justify-content: center;
            -moz-justify-content: center;
            justify-content: center;
            -webkit-box-ordinal-group: 4;
            -webkit-order: 3;
            -moz-order: 3;
            -ms-flex-order: 3;
            order: 3; } }
        .footer__nav .col--socials .socials {
          margin-right: 15px; }
      .footer__nav .col--nav {
        width: 50%;
        padding-right: 73px; }
        @media screen and (max-width: 1024px) {
          .footer__nav .col--nav {
            margin-bottom: 10px; } }
        @media screen and (max-width: 999px) {
          .footer__nav .col--nav {
            width: 100%;
            padding-right: 0;
            text-align: center;
            -webkit-box-ordinal-group: 3;
            -webkit-order: 2;
            -moz-order: 2;
            -ms-flex-order: 2;
            order: 2; } }
        @media screen and (max-width: 1024px) {
          .footer__nav .col--nav .nav__item {
            margin-bottom: 10px; } }
        @media screen and (max-width: 999px) {
          .footer__nav .col--nav .nav__item {
            margin-right: 10px; } }
        @media screen and (max-width: 1024px) {
          .footer__nav .col--nav .nav__list {
            margin-bottom: -10px; } }
      .footer__nav .col--logo {
        position: absolute;
        left: 50%;
        margin-left: -73px;
        top: 0;
        margin-top: -81px; }
        @media screen and (max-width: 999px) {
          .footer__nav .col--logo {
            position: absolute;
            top: -100px;
            left: 0;
            margin-left: 0;
            margin-top: 0;
            text-align: center;
            -webkit-box-ordinal-group: 2;
            -webkit-order: 1;
            -moz-order: 1;
            -ms-flex-order: 1;
            order: 1; } }
  .footer__section {
    background-color: #0c2833;
    padding: 30px 20px 25px 115px; }
    .footer__section .row {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .footer__section .row .col {
        width: calc((100% / 6) - 3em);
        position: relative;
        margin-right: 3em;
        padding-right: 2em; }
        @media screen and (max-width: 1440px) {
          .footer__section .row .col {
            width: calc((100% / 4) - 3em);
            margin-bottom: 1em; } }
        @media screen and (max-width: 1024px) {
          .footer__section .row .col {
            width: calc((100% / 3) - 3em); } }
        @media screen and (max-width: 999px) {
          .footer__section .row .col {
            width: calc((100% / 2) - 3em); } }
        .footer__section .row .col:after {
          content: '';
          position: absolute;
          right: 0;
          bottom: 0;
          width: 1px;
          height: calc(100% - (1em + 10px));
          background-color: #63707f;
          opacity: .2; }
        .footer__section .row .col:last-child {
          margin-right: 0;
          padding-right: 0; }
          .footer__section .row .col:last-child:after {
            content: none; }
        @media screen and (max-width: 500px) {
          .footer__section .row .col {
            width: 100%;
            margin-right: 0; }
            .footer__section .row .col:after {
              content: none; } }
  .footer__copyright {
    overflow: hidden;
    background-color: #0c2833;
    padding: 25px 20px 25px 115px; }
    .footer__copyright .row {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      justify-content: space-between; }
      @media screen and (max-width: 1024px) {
        .footer__copyright .row {
          -webkit-box-direction: normal;
          -webkit-box-orient: vertical;
          -webkit-flex-direction: column;
          -moz-flex-direction: column;
          -ms-flex-direction: column;
          flex-direction: column; } }
      @media screen and (max-width: 1024px) {
        .footer__copyright .row .col--copyright {
          -webkit-box-ordinal-group: 2;
          -webkit-order: 1;
          -moz-order: 1;
          -ms-flex-order: 1;
          order: 1;
          margin-bottom: 10px; } }
      @media screen and (max-width: 500px) {
        .footer__copyright .row .col--copyright {
          overflow: hidden; } }
      @media screen and (max-width: 1024px) {
        .footer__copyright .row .col--logo, .footer__copyright .row .col--nav {
          -webkit-box-ordinal-group: 3;
          -webkit-order: 2;
          -moz-order: 2;
          -ms-flex-order: 2;
          order: 2;
          margin-bottom: 20px; } }
      @media screen and (max-width: 1024px) {
        .footer__copyright .row .col--nav .sections-links__item {
          display: inline-block;
          width: auto;
          margin-right: 20px; }
          .footer__copyright .row .col--nav .sections-links__item:last-child {
            margin-right: 0; } }
      @media screen and (max-width: 1024px) {
        .footer__copyright .row .col--nav .sections-links__list {
          text-align: center; } }
      @media screen and (max-width: 1024px) {
        .footer__copyright .row .col--logo {
          text-align: center; } }

.header {
  background: #0c2833;
  position: sticky;
  left: 0;
  top: 0;
  width: 100%;
  padding: 10px 20px 5px 175px;
  z-index: 50; }
  @media screen and (max-width: 1024px) {
    .header {
      display: none; } }
  .header .logo {
    position: fixed;
    top: 5px;
    left: 10px; }
  .header .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .header .row .col {
      margin-right: 25px; }
      .header .row .col:last-child {
        margin-right: 0; }
      .header .row .col--left {
        margin-left: auto; }
        @media screen and (max-width: 1024px) {
          .header .row .col--left {
            margin-left: inherit; } }
  .header .phone {
    font-size: 25px;
    font-weight: 300;
    margin-right: 15px;
    color: #adc4f5; }
    @media screen and (max-width: 1024px) {
      .header .phone {
        font-size: 22px; } }
    .header .phone:last-child {
      margin-right: 0; }

.copyright__art {
  text-align: center;
  margin-bottom: 15px; }
.copyright__text {
  color: #516894;
  text-align: center;
  font-size: 14px;
  position: relative; }
  .copyright__text p {
    margin: 0 0 10px 0; }

.sea__waves, .sea__helm {
  display: block; }
.sea__waves {
  position: relative;
  width: 550px;
  margin: 0 auto; }
  .sea__waves svg {
    position: absolute;
    left: 0;
    top: 0; }
    .sea__waves svg:nth-child(1) {
      fill: #516894;
      z-index: 1;
      -webkit-animation: wave 1.7s linear infinite alternate;
      -o-animation: wave 1.7s linear infinite alternate;
      animation: wave 1.7s linear infinite alternate;
      top: -1px; }
    .sea__waves svg:nth-child(2) {
      fill: #4b97ff;
      z-index: 2;
      -webkit-animation: wave 1.7s linear infinite alternate-reverse;
      -o-animation: wave 1.7s linear infinite alternate-reverse;
      animation: wave 1.7s linear infinite alternate-reverse; }
.sea__helm {
  width: 45px;
  height: 45px;
  position: relative;
  margin: 0 auto -22.5px auto; }
  .sea__helm:after {
    content: '';
    width: 100%;
    height: 50%;
    background-color: #0c2833;
    position: absolute;
    left: 0;
    bottom: 0; }
  .sea__helm img {
    width: 100%;
    -webkit-animation: rotate 5s ease infinite;
    -o-animation: rotate 5s ease infinite;
    animation: rotate 5s ease infinite; }

.sections-links ul {
  list-style: none;
  padding: 0;
  margin: 0; }
.sections-links a {
  text-decoration: none;
  display: block; }
.sections-links__title {
  font-size: 16px;
  margin-bottom: 10px;
  font-family: "Akrobat", Arial, sans-serif; }
.sections-links__sublist a {
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 4px; }
.sections-links--footer .sections-links__title {
  color: #ffffff; }
.sections-links--footer .sections-links__sublist a {
  color: #63707f; }
  .sections-links--footer .sections-links__sublist a:hover {
    color: #95aebb; }

.link-up {
  width: 62px;
  height: 62px;
  display: block;
  position: fixed;
  bottom: 220px;
  right: 20px;
  z-index: 100;
  opacity: 0;
  -webkit-transition: 0.3s opacity ease;
  -o-transition: 0.3s opacity ease;
  transition: 0.3s opacity ease; }
  @media screen and (max-width: 500px) {
    .link-up {
      display: none; } }
  .link-up.show {
    opacity: 1; }
  .link-up:hover:before {
    -webkit-transform: rotate(370deg);
    -ms-transform: rotate(370deg);
    -o-transform: rotate(370deg);
    transform: rotate(370deg);
    -webkit-transition: 5s all ease;
    -o-transition: 5s all ease;
    transition: 5s all ease; }
  .link-up:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../images/icons/helm-light.svg) no-repeat center;
    background-size: cover;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0); }
  .link-up__arrow {
    background-color: #0c2d3b;
    width: 38px;
    height: 38px;
    display: block;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    .link-up__arrow svg {
      fill: #63707f;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      position: absolute; }

.nav a {
  text-decoration: none;
  text-transform: uppercase;
  color: #ffffff; }
  .nav a.active, .nav a:hover {
    color: #4b97ff; }
.nav__list {
  list-style: none;
  padding: 0;
  margin: 0; }
.nav__item {
  display: inline-block;
  margin-right: 30px;
  vertical-align: middle; }
  @media screen and (max-width: 1024px) {
    .nav__item {
      margin-right: 20px; } }
  .nav__item:last-child {
    margin-right: 0; }
  .nav__item svg {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px; }
  .nav__item--stock svg {
    fill: #4b97ff; }
  .nav__item--catalog a {
    color: #ea0003; }
@media screen and (max-width: 1440px) {
  .nav--footer .nav__list {
    margin-bottom: -10px; } }
@media screen and (max-width: 1440px) {
  .nav--footer .nav__item {
    margin-bottom: 10px; } }
.nav--footer .nav__item--stock svg {
  fill: #ffffff;
  -webkit-transition: 0.2s fill linear;
  -o-transition: 0.2s fill linear;
  transition: 0.2s fill linear; }
.nav--footer .nav__item--stock:hover svg {
  fill: #4b97ff; }

.socials {
  font-size: 0; }
  .socials a {
    margin-right: 3px; }
    .socials a:last-child {
      margin-right: 0; }

.social-item {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  text-align: center;
  width: 30px;
  height: 30px;
  background-color: #95aebb;
  border-radius: 50%;
  padding: 8px;
  line-height: 16px;
  -webkit-transition: background-color 0.2s linear;
  -o-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear; }
  .social-item img {
    max-width: 100%;
    max-height: 100%;
    display: inline-block;
    vertical-align: middle; }
  .social-item--vk:hover {
    background-color: #6996c7; }
  .social-item--youtube:hover {
    background-color: #e21b1b; }
  .social-item--facebook:hover {
    background-color: #3b5998; }
  .social-item--twitter:hover {
    background-color: #00aced; }
  .social-item--telegram {
    background-color: #039be5; }
  .social-item--instagram:hover {
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); }

.phone {
  text-decoration: none;
  font-family: "Akrobat", Arial, sans-serif;
  color: #ffffff; }
  .phone span {
    color: #4b97ff; }

.phones__icon {
  margin-right: 15px;
  text-decoration: none; }

.contacts {
  padding-left: 115px;
  position: relative;
  overflow: hidden; }
  @media screen and (max-width: 999px) {
    .contacts {
      padding-left: 0; } }
  .contacts__wrap {
    position: relative; }
    @media screen and (max-width: 999px) {
      .contacts__wrap {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
  .contacts__title {
    font-size: 48px;
    font-weight: 100;
    color: #ffffff;
    margin-bottom: 30px; }
    @media screen and (max-width: 999px) {
      .contacts__title {
        font-size: 36px;
        margin-bottom: 10px;
        margin-left: 10px; } }
  .contacts__list {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative; }
    .contacts__list li {
      margin-left: 0;
      padding-left: 0;
      margin-bottom: 20px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
      -ms-flex-align: start;
      -webkit-align-items: flex-start;
      -moz-align-items: flex-start;
      align-items: flex-start; }
      .contacts__list li:last-child {
        margin-bottom: 0; }
      .contacts__list li div {
        width: 35px;
        height: 35px;
        margin-right: 18px;
        text-align: center; }
        .contacts__list li div img {
          max-width: 100%;
          max-height: 100%; }
      .contacts__list li p {
        font-size: 15px;
        color: #ffffff;
        margin: 0;
        padding: 0; }
        @media screen and (max-width: 500px) {
          .contacts__list li p {
            font-size: 13px; } }
        .contacts__list li p span {
          color: #63707f;
          display: block;
          margin-bottom: 5px; }
      .contacts__list li a {
        text-decoration: none;
        color: #ffffff; }
        .contacts__list li a:hover {
          color: #4b97ff; }
      .contacts__list li.props span {
        display: inline-block; }
  .contacts__content {
    padding: 16px 0;
    width: 55%;
    position: relative; }
    @media screen and (max-width: 1440px) {
      .contacts__content {
        width: 70%; } }
    @media screen and (max-width: 1024px) {
      .contacts__content {
        width: 70%; } }
    @media screen and (max-width: 999px) {
      .contacts__content {
        width: 100%;
        background-color: #0c2833;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -moz-order: 1;
        -ms-flex-order: 1;
        order: 1;
        padding-left: 10px; } }
    @media screen and (max-width: 500px) {
      .contacts__content {
        padding: 10px; } }
    .contacts__content:before {
      content: '';
      position: absolute;
      width: 110%;
      height: 100%;
      background-image: -webkit-gradient(linear, left top, right top, color-stop(40%, #0c2833), to(rgba(12, 40, 51, 0.9)));
      background-image: -o-linear-gradient(left, #0c2833 40%, rgba(12, 40, 51, 0.9) 100%);
      background-image: linear-gradient(to right, #0c2833 40%, rgba(12, 40, 51, 0.9) 100%);
      -webkit-transform: skewX(35deg) skewY(0);
      -ms-transform: skewX(35deg) skewY(0);
      -o-transform: skewX(35deg) skewY(0);
      transform: skewX(35deg) skewY(0);
      left: -25%;
      top: 0; }
      @media screen and (max-width: 1440px) {
        .contacts__content:before {
          left: -50%; } }
      @media screen and (max-width: 999px) {
        .contacts__content:before {
          content: none; } }
  .contacts__map {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    transition: .3s filter linear; }
    @media screen and (max-width: 999px) {
      .contacts__map {
        position: relative;
        height: 300px;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -moz-order: 2;
        -ms-flex-order: 2;
        order: 2; } }
    .contacts__map:hover {
      -webkit-filter: grayscale(0);
      filter: grayscale(0); }

.section__title {
  font-size: 48px;
  font-weight: 100;
  color: #ffffff;
  margin-bottom: 30px; }

.about {
  height: 100vh;
  position: relative;
  overflow: hidden; }
  @media screen and (max-width: 500px) {
    .about {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      height: 600px; } }
  @media (max-device-aspect-ratio: 3 / 4) {
    .about {
      height: calc(100vw * 1.333); } }
  @media (max-device-aspect-ratio: 2 / 3) {
    .about {
      height: calc(100vw * 1.5); } }
  @media (max-device-aspect-ratio: 10 / 16) {
    .about {
      height: calc(100vw * 1.6); } }
  @media (max-device-aspect-ratio: 9 / 16) {
    .about {
      height: calc(100vw * 1.778); } }
  .about__title {
    font-weight: 100;
    font-size: 60px;
    color: #ffffff;
    margin: 0 0 20px 0; }
    @media screen and (max-width: 500px) {
      .about__title {
        font-size: 40px;
        margin-bottom: 10px; } }
    .about__title span {
      color: #ea0003; }
  .about__text {
    color: #ffffff;
    font-size: 20px; }
    @media screen and (max-width: 999px) {
      .about__text {
        font-size: 18px; } }
    @media screen and (max-width: 500px) {
      .about__text {
        font-size: 13.5px;
        text-align: right; } }
    .about__text p {
      margin: 0;
      line-height: 1.2em; }
  .about__wrap {
    width: 50%;
    margin-left: auto;
    padding-right: 15em;
    padding-top: 10em;
    position: relative; }
    @media screen and (max-width: 1440px) {
      .about__wrap {
        padding-right: 10em; } }
    @media screen and (max-width: 1366px) {
      .about__wrap {
        padding-right: 5em;
        padding-top: 10em;
        width: 70%; } }
    @media screen and (max-width: 999px) {
      .about__wrap {
        width: 100%; } }
    @media screen and (max-width: 500px) {
      .about__wrap {
        margin-top: auto;
        margin-left: inherit;
        padding: 0 15px 50% 50px; } }
  .about__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: -100px; }
    @media screen and (max-width: 1366px) {
      .about__content {
        margin-left: 0; } }
    .about__content .logo {
      margin-right: 25px; }
      @media screen and (max-width: 500px) {
        .about__content .logo {
          display: none; } }

    .notfound__wrap {
      width: 80%;
      margin-left: auto;
      padding-right: 5em;
      position: relative; }
    @media screen and (max-width: 1440px) {
      .notfound__wrap {
        padding-right: 10em; } }
    @media screen and (max-width: 1366px) {
      .notfound__wrap {
        padding-right: 5em;
        width: 90%; } }
    @media screen and (max-width: 999px) {
      .notfound__wrap {
        width: 100%; } }
    @media screen and (max-width: 500px) {
      .notfound__wrap {
        margin-top: auto;
        margin-left: inherit;
        padding: 0 15px 50% 50px; } }
    .notfound__content {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      margin-left: -100px; }
    .notfound__title {
      font-weight: 100;
      font-size: 60px;
      color: #ffffff;
      margin: 0 0 20px 0; }
      @media screen and (max-width: 500px) {
    .notfound__title {
          font-size: 40px;
          margin-bottom: 10px; } }
    .notfound__title span {
        color: #ea0003; }
    .notfound__text {
      color: #ffffff;
      font-size: 30px;
      margin-left: 35px;
      margin-bottom: 115px; }
    .notfound__text a {
      color: #4b97ff;
    }.notfound__text a:hover {
      color: #ffffff;
    }
    @media screen and (max-width: 999px) {
      .notfound__text {
        font-size: 20px; } }
    @media screen and (max-width: 500px) {
      .notfound__text {
        font-size: 15px;
        text-align: right; } }
    .notfound__text p {
      margin: 0;
      line-height: 1.2em; }
    .notfound__content .caption {
      color: #a4becd;
      font-size: 200px;
    }
    .notfound__content img {
      margin-top: 30px;
   }
    @media screen and (max-width: 1366px) {
      .notfound__content {
      margin-left: 0; } }
    @media screen and (max-width: 500px) {
        .notfound__content .caption {
        display: none; } }

.sidebar {
  position: fixed;
  left: 0;
  top: 0;
  background-color: rgba(12, 45, 59, 0.98);
  height: 100%;
  font-family: "Akrobat", Arial, sans-serif;
  -webkit-box-shadow: 2px 0 20px rgba(0, 0, 0, 0.8);
  box-shadow: 2px 0 20px rgba(0, 0, 0, 0.8);
  overflow: hidden;
  overflow-y: scroll;
  padding-top: 160px;
  padding-bottom: 50px;
  max-width: 65px;
  max-width: 68px;
  -webkit-transition: 0.3s max-width linear;
  -o-transition: 0.3s max-width linear;
  transition: 0.3s max-width linear;
  z-index: 40;
  scrollbar-width: none;
  padding-top: 80px;}
  @media screen and (max-width: 999px) {
    .sidebar {
      padding-top: 60px;
      max-width: 85%;
      left: -100%;
      -webkit-transition: 0.3s left ease;
      -o-transition: 0.3s left ease;
      transition: 0.3s left ease; } }
  @media screen and (max-width: 999px) {
    .sidebar {
      padding-bottom: 80px; } }
  .sidebar::-webkit-scrollbar {
    width: 3px;
    background-color: transparent; }
  .sidebar::-webkit-scrollbar-thumb {
    background-color: transparent; }
  .sidebar__search {
    padding: 6px 20px;
    border-bottom: 1px solid #163b4c;
    position: sticky;
    top: 0;
    bottom: 0;
    z-index: 2;
    background-color: rgba(12, 45, 59);
    height: 140px;}
    @media screen and (max-width: 999px) {
      .sidebar__search {
        display: none; } }
    .sidebar__search form {
      position: relative;
      height: 32px;
      padding-left: 55px;
      width: 100%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      align-items: center;
      position: absolute;
      bottom: 0px;}
      .sidebar__search form input {
        appearance: none;
        -moz-appearance: none;
        -webkit-appearance: none;
        border: 0;
        padding: 0;
        background-color: transparent; }
      .sidebar__search form input[type='search'] {
        color: #ffffff;
        font-family: "Akrobat", Arial, sans-serif;
        width: 100%; }
        .sidebar__search form input[type='search']::placeholder {
          color: #a8b9d4;
          font-family: "Akrobat", Arial, sans-serif;
          font-size: 18px; }
        .sidebar__search form input[type='search']:-moz-placeholder {
          color: #a8b9d4;
          font-family: "Akrobat", Arial, sans-serif;
          font-size: 18px; }
      .sidebar__search form input[type='submit'] {
        top: 0;
        left: 0;
        position: absolute;
        width: 32px;
        height: 32px;
        background-image: url("../images/icons/search.svg");
        background-repeat: no-repeat;
        background-position: center;
        cursor: pointer; }
  .sidebar__control {
    position: absolute;
    background: transparent;
    appearance: none;
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: none;
    height: 100%;
    width: 35px;
    right: 0;
    top: 0;
    cursor: pointer; }
    .sidebar__control:before {
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      width: 18px;
      height: 18px;
      background-image: url("../images/icons/anchor.svg");
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center;
      -webkit-transform: translate(-50%, -50%) rotate(90deg);
      -ms-transform: translate(-50%, -50%) rotate(90deg);
      transform: translate(-50%, -50%) rotate(90deg); }
  .sidebar__parent a + ul {
    background-color: #114055;
    display: none; }
    .sidebar__parent a + ul .sidebar__control {
      background: none; }
      .sidebar__parent a + ul .sidebar__control:before, .sidebar__parent a + ul .sidebar__control:after {
        position: absolute;
        content: '';
        height: 2px;
        width: 15px;
        background-color: #ffffff;
        left: 50%;
        -webkit-transform: translateX(-50%) rotate(0);
        -ms-transform: translateX(-50%) rotate(0);
        transform: translateX(-50%) rotate(0);
        -webkit-transition: 0.3s all linear;
        -o-transition: 0.3s all linear;
        transition: 0.3s all linear; }
      .sidebar__parent a + ul .sidebar__control:after {
        transform: translateX(-50%) rotate(90deg); }
      .sidebar__parent a + ul .sidebar__control.active:before, .sidebar__parent a + ul .sidebar__control.active:after {
        -webkit-transform: translateX(-50%) rotate(0);
        -ms-transform: translateX(-50%) rotate(0);
        transform: translateX(-50%) rotate(0); }
    .sidebar__parent a + ul li a {
      padding: 10px 40px 10px 2em; }
      .sidebar__parent a + ul li a.active {
        background-color: #16516a; }
      .sidebar__parent a + ul li a + ul {
        background-color: #16516a; }
        .sidebar__parent a + ul li a + ul li a {
          padding-left: 3em; }
          .sidebar__parent a + ul li a + ul li a.active {
            background-color: #1a617f; }
          .sidebar__parent a + ul li a + ul li a + ul {
            background-color: #1a617f; }
            .sidebar__parent a + ul li a + ul li a + ul li a {
              padding-left: 5em; }
              .sidebar__parent a + ul li a + ul li a + ul li a.active {
                background-color: #1a617f; }
  .sidebar__list {
    margin: 0;
    padding: 0;
    list-style: none; }
    .sidebar__list span {
      display: block; }
    .sidebar__list ul {
      list-style: none;
      padding: 0; }
    .sidebar__list li a {
      color: #ffffff;
      text-decoration: none;
      display: block;
      position: relative;
      padding: 12px 40px 12px 15px;
      background-color: transparent;
      min-width: 310px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      align-items: center;
      -webkit-transition: 0.3s background-color linear;
      -o-transition: 0.3s background-color linear;
      transition: 0.3s background-color linear; }
      @media screen and (max-width: 999px) {
        .sidebar__list li a {
          font-size: 15px;
          min-width: 100%;
          max-width: 100%; } }
      .sidebar__list li a:hover, .sidebar__list li a.active {
        background-color: #08232e;
        color: #4b97ff; }
        .sidebar__list li a:hover .sub-control, .sidebar__list li a.active .sub-control {
          opacity: 1;
          right: 10px; }
      .sidebar__list li a.stock {
        color: #4b97ff; }
      .sidebar__list li a span {
        display: inline-block;
        vertical-align: middle; }
  .sidebar__icon {
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    padding: 3px;
    margin-right: 15px;
    margin-right: 18px;
    margin-top: -10px;
    margin-bottom: -10px;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0; }
    .sidebar__icon img {
      max-width: 100%;
      max-height: 100%; }
  .sidebar:hover {
    max-width: 310px; }
    @media screen and (max-width: 999px) {
      .sidebar:hover {
        max-width: 85%; } }
    .sidebar:hover::-webkit-scrollbar {
      width: 3px;
      background-color: #95aebb; }
    .sidebar:hover::-webkit-scrollbar-thumb {
      background-color: #4b97ff; }
  @media screen and (max-width: 999px) {
    .sidebar.active {
      left: 0;
      padding-top: 84px;} }

.personal-link, .card-info-btn__control, .sidebar-right__control, .sidebar-right__favorite, .sidebar-right__basket {
  text-decoration: none;
  position: relative;
  margin-right: 5px;
  cursor: pointer; }
.personal-link svg, .card-info-btn__control svg, .sidebar-right__control svg, .sidebar-right__favorite svg, .sidebar-right__basket svg {
  fill: #adc4f5;
  -webkit-transition: 0.2s fill linear;
  -o-transition: 0.2s fill linear;
  transition: 0.2s fill linear; }
  .personal-link svg:hover, .card-info-btn__control svg:hover, .sidebar-right__control svg:hover, .sidebar-right__favorite svg:hover, .sidebar-right__basket svg:hover {
    fill: #4b97ff; }
/* СТИЛИ ДЛЯ ПОП-АПА ПЕРСОНАЛЬНОГО РАЗДЕЛА В ШАПКЕ */
  .personal-popup {
    width: 250px;
    background-color: #143045;
    border: 1px solid #4b97ff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    height: 120px;
    visibility: hidden;
    position: absolute;
    opacity: 0;
    -webkit-transition: opacity 0.7s;
    transition: opacity 0.7s;
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }
.personal-popup:hover, .personal-link:hover~.personal-popup {
  visibility: visible;
  opacity: 1;
}
.col--left .personal-popup span {
    width: 18px;
    height: 14px;
    border-radius: 0;
    background-color: transparent;
    background-image: url("../images/icons/exit.svg");
    background-size: contain;
    position: relative;
    top: inherit;
    display: inline-flex;
}
@media all and (max-width: 1464px) and (min-width: 1101px) {
  .personal-popup {
    right: 10px;
  }
}

/* СТИЛИ ДЛЯ ПОП-АПА ПЕРСОНАЛЬНОГО РАЗДЕЛА В ШАПКЕ */
.card-info-btn__control input:checked~svg {
  fill: #4b97ff;
 }
 .col.col--left a:hover svg {
  fill: #4b97ff;
 }
 .card-info-btn__control input[type="checkbox"] {
  display: none;
 }

.col--left a span {
  position: absolute;
  font-size: 14px;
  background-color: #3c67ba;
  border-radius: 50%;
  /*right: 7px;
  top: 15px;*/
  right: 0px;
  top: -20px;
  display: block;
  width: 20px;
  height: 20px;
  color: #ffffff;
  text-align: center;
  line-height: 20px;
}

.address-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  font-family: "Akrobat", Arial, sans-serif; }
  .address-item svg {
    fill: #adc4f5;
    margin-right: 15px;
    -webkit-transition: 0.2s fill linear;
    -o-transition: 0.2s fill linear;
    transition: 0.2s fill linear; }
  .address-item:hover svg {
    fill: #4b97ff; }
  .address-item p {
    font-size: 20px;
    color: #adc4f5;
    margin: 0 0 2px 0; }
    .address-item p span {
      color: #ea0003; }
  .address-item a {
    text-decoration: none;
    color: #4b97ff;
    position: relative;
    padding-right: 20px; }
    .address-item a:before {
      content: '';
      position: absolute;
      right: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      width: 13px;
      height: 11px;
      background-image: url("../images/icons/arrow-right-blue.svg");
      background-repeat: no-repeat; }
    .address-item a:hover {
      color: #ffffff; }

.sidebar-bottom {
  position: fixed;
  bottom: 0;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  z-index: 30;
  padding-left: 68px;
  -webkit-transition: 0.3s bottom linear;
  -o-transition: 0.3s bottom linear;
  transition: 0.3s bottom linear; }
  @media screen and (max-width: 999px) {
    .sidebar-bottom {
      display: none; } }
  .sidebar-bottom.hide {
    bottom: -160px; }
  .sidebar-bottom__item {
    width: 100%;
    height: 160px;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    align-items: flex-end; }
    .sidebar-bottom__item:hover div {
      bottom: 0; }
    .sidebar-bottom__item:before {
      content: '';
      position: absolute;
      width: 100%;
      height: 120px;
      background-color: #1e4353;
      left: 0;
      bottom: 0; }
    .sidebar-bottom__item a {
      width: 100%;
      height: 120px;
      position: relative;
      text-decoration: none;
      color: #ffffff;
      font-family: "Akrobat", Arial, sans-serif;
      margin-top: auto;
      text-align: right;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: end;
      -ms-flex-align: end;
      -webkit-align-items: flex-end;
      -moz-align-items: flex-end;
      align-items: flex-end;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      -webkit-justify-content: flex-end;
      -moz-justify-content: flex-end;
      justify-content: flex-end; }
      .sidebar-bottom__item a:before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        background: -webkit-gradient(linear, right top, left top, from(rgba(4, 24, 43, 0.5)), color-stop(60%, transparent));
        background: -o-linear-gradient(right, rgba(4, 24, 43, 0.5), transparent 60%);
        background: linear-gradient(to left, rgba(4, 24, 43, 0.5), transparent 60%); }
        @media screen and (max-width: 1024px) {
          .sidebar-bottom__item a:before {
            background: -webkit-gradient(linear, right top, left top, from(rgba(4, 24, 43, 0.5)), to(transparent));
            background: -o-linear-gradient(right, rgba(4, 24, 43, 0.5), transparent);
            background: linear-gradient(to left, rgba(4, 24, 43, 0.5), transparent); } }
      .sidebar-bottom__item a:hover {
        color: #4b97ff; }
      .sidebar-bottom__item a span {
        font-size: 29px;
        position: relative;
        max-width: 240px;
        display: inline-block;
        padding-right: 20px;
        padding-bottom: 20px; }
        @media screen and (max-width: 1440px) {
          .sidebar-bottom__item a span {
            font-size: 25px; } }
        @media screen and (max-width: 1024px) {
          .sidebar-bottom__item a span {
            font-size: 20px; } }
    .sidebar-bottom__item div {
      position: absolute;
      left: 0;
      bottom: -15px;
      font-size: 0;
      pointer-events: none;
      height: 100%;
      -webkit-transition: 0.2s bottom linear;
      -o-transition: 0.2s bottom linear;
      transition: 0.2s bottom linear; }
      @media screen and (max-width: 1366px) {
        .sidebar-bottom__item div {
          height: 80%; } }
      .sidebar-bottom__item div img {
        max-height: 100%; }

.sections {
  position: relative;
  padding: 0 20px 0 115px; }
  @media screen and (max-width: 500px) {
    .sections {
      padding: 10px 10px 0 10px; } }
  .sections__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -7px 30px -7px; }
  .sections__title {
    font-size: 48px;
    color: #ffffff;
    font-weight: 100;
    margin-bottom: 10px; }
    @media screen and (max-width: 500px) {
      .sections__title {
        font-size: 34px; } }
    .sections__title span {
      color: #ea0003; }
  .sections__pics {
    background-color: rgba(12, 40, 51, 0.8);
    height: 100%;
    font-size: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center; }
    .sections__pics img {
      max-width: 90%;
      max-height: 90%; }
  .sections__item {
    width: calc((100% / 5) - 15px);
    height: 300px;
    position: relative;
    overflow: hidden;
    margin: 7px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: 0.2s box-shadow linear;
    -o-transition: 0.2s box-shadow linear;
    transition: 0.2s box-shadow linear; }
    .sections__item:hover {
      -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
      box-shadow: 0 0 20px rgba(0, 0, 0, 0.3); }
    @media screen and (max-width: 1366px) {
      .sections__item {
        width: calc((100% / 4) - 15px); } }
    @media screen and (max-width: 1366px) {
      .sections__item {
        width: calc((100% / 3) - 15px); } }
    @media screen and (max-width: 999px) {
      .sections__item {
        width: calc((100% / 2) - 15px); } }
    @media screen and (max-width: 500px) {
      .sections__item {
        width: calc((100% / 2) - 6px);
        height: 175px;
        margin: 3px; } }
    .sections__item:hover a {
      color: #4b97ff; }
    .sections__item--all:after {
      content: '';
      position: absolute;
      width: 0;
      height: 0;
      border-bottom: 100px solid #092030;
      border-left: 100px solid transparent;
      bottom: 0;
      right: 0; }
    .sections__item--all .sections__pics {
      position: absolute; }
      .sections__item--all .sections__pics img {
        max-width: -webkit-fill-available;
        max-height: -webkit-fill-available; }
    .sections__item--all .sections__link {
      color: #ffffff;
      background: -webkit-gradient(linear, left bottom, left top, from(#092030), to(transparent));
      background: -o-linear-gradient(bottom, #092030, transparent);
      background: linear-gradient(to top, #092030, transparent); }
      .sections__item--all .sections__link:after {
        content: '';
        width: 25px;
        height: 22px;
        background-image: url("../images/icons/arrow-right-blue.svg");
        position: absolute;
        background-size: cover;
        right: 20px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%); }
    .sections__item--all:hover .sections__link {
      color: #4b97ff; }
  .sections__link {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    font-size: 24px;
    text-decoration: none;
    background-color: rgba(34, 70, 92, 0.5);
    color: #c3d4de;
    text-align: center;
    display: block;
    padding: 15px;
    z-index: 2; }
    @media screen and (max-width: 500px) {
      .sections__link {
        font-size: 13px;
        padding: 15px 10px; } }

.product-list {
  padding: 0 20px 0 115px;
  margin-bottom: 50px;
  position: relative; }
  .product-list__title {
    font-size: 48px;
    color: #ffffff;
    font-weight: 100;
    margin-bottom: 10px; }
    @media screen and (max-width: 500px) {
      .product-list__title {
        font-size: 34px; } }
    .product-list__title span {
      color: #1ba0fd; }
  @media screen and (max-width: 500px) {
    .product-list {
      padding: 0 0 0 10px; } }
  .product-list .product-item {
    width: calc(100% / 5);
    margin-bottom: 15px;
    -webkit-box-shadow: 1px 0 0 0 rgba(225, 230, 235, 0.14), 0 1px 0 0 rgba(225, 230, 235, 0.14), 1px 1px 0 0 rgba(225, 230, 235, 0.14), 1px 0 0 0 rgba(225, 230, 235, 0.14) inset, 0 1px 0 0 rgba(225, 230, 235, 0.14) inset;
    box-shadow: 1px 0 0 0 rgba(225, 230, 235, 0.14), 0 1px 0 0 rgba(225, 230, 235, 0.14), 1px 1px 0 0 rgba(225, 230, 235, 0.14), 1px 0 0 0 rgba(225, 230, 235, 0.14) inset, 0 1px 0 0 rgba(225, 230, 235, 0.14) inset; }
    @media screen and (max-width: 1440px) {
      .product-list .product-item {
        width: calc(100% / 4); } }
    @media screen and (max-width: 1366px) {
      .product-list .product-item {
        width: calc(100% / 3); } }
    @media screen and (max-width: 999px) {
      .product-list .product-item {
        width: calc(100% / 2); } }
    @media screen and (max-width: 500px) {
      .product-list .product-item {
        width: 100%;
        -webkit-box-shadow: none;
        box-shadow: none; } }
  .product-list__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .product-list--line .product-item__control {
    background-color: transparent; }
  .product-list--line .product-item__rating {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center; }
    .product-list--line .product-item__rating .tags {
      margin-right: 20px; }
  .product-list--line .product-item {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    box-shadow: none; }
    @media screen and (max-width: 500px) {
      .product-list--line .product-item {
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
  .product-list--line .product-item__gallery {
    width: 330px;
    overflow: hidden;
    position: initial;
    height: 210px; }
    @media screen and (max-width: 500px) {
      .product-list--line .product-item__gallery {
        width: 100%;
        overflow: initial; } }
  .product-list--line .product-item__tags {
    position: absolute; }
  .product-list--line .product-item__content {
    width: calc(100% - 330px); }
    @media screen and (max-width: 500px) {
      .product-list--line .product-item__content {
        width: 100%; } }
    .product-list--line .product-item__content .row {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      flex-direction: row;
      height: 100%; }
      @media screen and (max-width: 500px) {
        .product-list--line .product-item__content .row {
          -webkit-flex-wrap: wrap;
          -moz-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
      .product-list--line .product-item__content .row .col--control {
        width: 340px;
        margin-left: auto;
        padding-left: 20px;
        border-left: 1px solid rgba(225, 230, 235, 0.14); }
        @media screen and (max-width: 500px) {
          .product-list--line .product-item__content .row .col--control {
            padding-left: 0;
            border-left: 0; } }
  .product-list--line .card-pics__control {
    bottom: 8px; }
  .product-list--line .product-item__name {
    font-size: 24px; }
  .product-list--quick {
    padding-left: 0;
    margin-bottom: 20px; }
    @media screen and (max-width: 500px) {
      .product-list--quick .product-item__name {
        font-size: 20px; } }
    .product-list--quick .product-item__gallery {
      height: 100%; }
      @media screen and (max-width: 999px) {
        .product-list--quick .product-item__gallery {
          width: 250px; } }
      @media screen and (max-width: 500px) {
        .product-list--quick .product-item__gallery {
          width: 100%;
          height: 200px; } }
    .product-list--quick .product-item__rating {
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .product-list--quick .product-item__rating .tags {
        margin-bottom: 10px; }
    @media screen and (max-width: 999px) {
      .product-list--quick .product-item__content {
        width: calc(100% - 250px); } }
    @media screen and (max-width: 500px) {
      .product-list--quick .product-item__content {
        width: 100%; } }
  .product-list .slick-slide {
    -webkit-transition: 0.3s all linear;
    -o-transition: 0.3s all linear;
    transition: 0.3s all linear; }
    .product-list .slick-slide.slick-current .product-item {
      width: 90% !important; }
    .product-list .slick-slide.slick-current + .slick-slide {
      margin-left: -20px; }

.tag {
  text-decoration: none;
  font-size: 15px;
  color: #ffffff;
  min-width: 85px;
  display: inline-block;
  padding: 5px 10px;
  text-align: center; }

.product-item {
  padding: 0 0 5px;
  overflow: hidden;
  box-shadow: none;
  position: relative;
  background-color: rgba(34, 69, 91, 0.8);
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: 0.3s right ease, 0.2s box-shadow ease, 0.2s background-color ease;
  -o-transition: 0.3s right ease, 0.2s box-shadow ease, 0.2s background-color ease;
  transition: 0.3s right ease, 0.2s box-shadow ease, 0.2s background-color ease; }
  .product-item:hover {
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    background-color: rgba(12, 40, 51, 0.9);
    z-index: 10; }
    .product-item:hover .product-item__add-card,
    .product-item:hover .product-item__control {
      right: 0; }
  .product-item__tags {
    padding: 15px;
    min-height: 57px;
    -webkit-transition: 0.3s background-color ease;
    -o-transition: 0.3s background-color ease;
    transition: 0.3s background-color ease; }
    .product-item__tags .tag {
      margin-right: 4px;
      margin-bottom: 4px;
    }
      .product-item__tags .tag:last-child {
        margin-right: 0; }
  .product-item__rating {
    margin-bottom: 15px; }
  .product-item__content {
    padding: 20px 20px 30px 20px;
    -webkit-transition: 0.3s background-color ease;
    -o-transition: 0.3s background-color ease;
    transition: 0.3s background-color ease; }
  .product-item__gallery {
    /*height: 270px;*/
    height: fit-content;
    background-color: #ffffff;
    display: block;
    position: relative;
    width: calc(100% - 1px);
    margin-left: 1px; }
    .product-item__gallery .card-pics {
      /*height: 100%;*/
      width: 100%; }
  .product-item__name {
    color: #ffffff;
    text-decoration: none;
    display: block;
    margin-bottom: 20px; }
    .product-item__name:hover {
      color: #4b97ff; }
  .product-item__in-stock {
    font-size: 14px;
    color: #b7bbbe;
    margin-bottom: 20px; }
    .product-item__in-stock b {
      color: #1aa1ff;
      font-weight: normal; }
      .product-item__in-stock b.not {
        color: #e2849c; }
      .product-item__in-stock b.more {
        color: #a9e195; }
  .product-item__price {
    position: relative; }
    .product-item__price span {
      display: block;
      color: #9a9ea2;
      margin-bottom: 5px;
      text-decoration: line-through; }
    .product-item__price b {
      color: #1ba0fd;
      font-size: 19px; }
  .product-item__control {
    position: absolute;
    right: -50px;
    top: 0;
    cursor: pointer;
    z-index: 15;
    background-color: #ffffff;
    background-color: transparent;
    -webkit-transition: 0.3s right ease;
    -o-transition: 0.3s right ease;
    transition: 0.3s right ease;
    border-radius: 20px 0 0 20px; }
    @media screen and (max-width: 500px) {
      .product-item__control {
        right: 0; } }
    .product-item__control a {
      margin-right: 0;
      width: 50px;
      height: 40px;
      background-color: #ffffff;
      padding: 5px 10px 5px 10px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      justify-content: center;
      border-radius: 30px 0 0 30px;
      -webkit-transition: 0.2s background-color linear;
      -o-transition: 0.2s background-color linear;
      transition: 0.2s background-color linear;
      font-size: 0; }
      .product-item__control a:hover, .product-item__control a.active {
        background-color: #3d69bc;}
        .product-item__control a:hover svg, .product-item__control a.active svg {
          fill: #ffffff; }
      .product-item__control a svg {
        fill: #abbcd6;
        -webkit-transition: 0.2s background-color linear;
        -o-transition: 0.2s background-color linear;
        transition: 0.2s background-color linear; }
  .product-item__add-card {
    z-index: 10;
    appearance: none;
    -moz-appearance: none;
    padding: 15px 10px 20px 60px;
    background: -o-linear-gradient(325deg, #3d6cc5 20%, #3b66b9 20%, #3b66b9 80%, #2c61ca 80%);
    background: linear-gradient(125deg, #3d6cc5 20%, #3b66b9 20%, #3b66b9 80%, #2c61ca 80%);
    background-position: -20px 0;
    background-size: 130% 100%;
    border: none;
    color: #ffffff;
    cursor: pointer;
    border-radius: 58px 0 0 58px;
    position: absolute;
    right: -172px;
    bottom: 20px;
    opacity: .8;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease; }
    .product-item__add-card:hover {
      background-position: 0 0;
      opacity: 1; }
    @media screen and (max-width: 500px) {
      .product-item__add-card {
        right: 0;
        opacity: 1; } }
    .product-item__add-card:before {
      content: '';
      position: absolute;
      left: 20px;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      background-image: url("../images/icons/basket.svg");
      background-repeat: no-repeat;
      width: 33px;
      height: 31px; }

.card-pics {
  position: relative; }
  .card-pics__list {
    height: 100%; }
    @media screen and (max-width: 500px) {
      .card-pics__list.js-mobile-gallery a {
        position: relative;
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important; } }
    .card-pics__list.js-mobile-gallery .slick-list,
    .card-pics__list.js-mobile-gallery .slick-track {
      height: 100%; }
      .card-pics__list.js-mobile-gallery .slick-list div,
      .card-pics__list.js-mobile-gallery .slick-track div {
        height: 100%; }
    .card-pics__list.js-mobile-gallery .slick-dots {
      list-style: none;
      padding: 0 10px;
      margin: 6px 0 0 0;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex; }
      .card-pics__list.js-mobile-gallery .slick-dots li {
        height: 1px;
        width: 100%;
        background-color: #c7c7c7;
        margin-right: 5px; }
        .card-pics__list.js-mobile-gallery .slick-dots li:last-child {
          margin-right: 0; }
        .card-pics__list.js-mobile-gallery .slick-dots li.slick-active {
          background-color: #1aa1ff; }
        .card-pics__list.js-mobile-gallery .slick-dots li button {
          display: none; }
    .card-pics__list a {
      background-color: #ffffff;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      justify-content: center;
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      z-index: 4;
      padding: 20px; }
      .card-pics__list a.show {
        z-index: 5; }
      .card-pics__list a img {
        max-width: 100%;
        max-height: 100%;
        width: auto;
        height: auto; }
  .card-pics__control {
    position: absolute;
    top: 0;
    bottom: -8px;
    width: 100%;
    z-index: 10;
    display: block;
    padding: 0 20px; }
    @media screen and (max-width: 500px) {
      .card-pics__control {
        display: none; } }
    .card-pics__control a {
      height: 100%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex; }
      .card-pics__control a span {
        height: 100%;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -moz-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        margin-right: 4px;
        border-bottom: 1px solid #c7c7c7; }
        .card-pics__control a span:last-child {
          margin-right: 0; }
        .card-pics__control a span:hover {
          border-bottom: 1px solid #1aa1ff; }

.rating {
  width: 88px;
  height: 14px;
  background-image: url("../images/icons/stars.svg");
  background-position: left -14px;
  background-size: 18px; }
  .rating__container {
    height: 100%; }
  .rating__progress {
    background-image: url("../images/icons/stars.svg");
    height: 100%;
    background-size: 18px; }
  .rating--big {
    width: 123px;
    height: 19px;
    background-size: 25px;
    background-position: left -20px;
    margin-right: 20px; }
    .rating--big .rating__progress {
      background-size: 25px; }

.overlay {
  position: fixed;
  width: 100%;
  height: 100vh; }
  @media screen and (max-width: 500px) {
    .overlay {
      position: absolute;
      overflow: hidden;
      height: 700px; } }
  @media (max-device-aspect-ratio: 3 / 4) {
    .overlay {
      height: calc(100vw * 1.333); } }
  @media (max-device-aspect-ratio: 2 / 3) {
    .overlay {
      height: calc(100vw * 1.5); } }
  @media (max-device-aspect-ratio: 10 / 16) {
    .overlay {
      height: calc(100vw * 1.6); } }
  @media (max-device-aspect-ratio: 9 / 16) {
    .overlay {
      height: calc(100vw * 1.778); } }
  .overlay:before {
    content: '';
    position: absolute;
    width: inherit;
    height: 100%;
    right: -40%;
    background-color: rgba(20, 48, 69, 0.6);
    -webkit-transform: skewX(-35deg) skewY(0);
    -ms-transform: skewX(-35deg) skewY(0);
    -o-transform: skewX(-35deg) skewY(0);
    transform: skewX(-35deg) skewY(0); }
    @media screen and (max-width: 500px) {
      .overlay:before {
        height: 100%;
        width: 150%;
        right: -60%; } }
  .overlay.show {
    z-index: 10; }
    .overlay.show:before {
      position: fixed;
      height: 100vh; }
      @media screen and (max-width: 500px) {
        .overlay.show:before {
          height: 100%;
          width: 100%;
          -webkit-transform: skewX(0) skewY(0);
          -ms-transform: skewX(0) skewY(0);
          -o-transform: skewX(0) skewY(0);
          transform: skewX(0) skewY(0);
          right: 0; } }

.sidebar-right {
  position: fixed;
  top: 20%;
  z-index: 100;
  right: 0; }
  @media screen and (max-width: 500px) {
    .sidebar-right {
      top: auto;
      bottom: 0;
      opacity: 1;
      width: 100%;
      -webkit-transition: 0.3s bottom linear;
      -o-transition: 0.3s bottom linear;
      transition: 0.3s bottom linear;
      z-index: 1000; }
      .sidebar-right.hide {
        bottom: -60px; } }
  .sidebar-right:before {
    content: '';
    position: absolute;
    background-image: url("../images/icons/sidebar-right.svg");
    background-repeat: no-repeat;
    width: 100px;
    height: 266px;
    top: 15px;
    right: -25px; }
    @media screen and (max-width: 500px) {
      .sidebar-right:before {
        content: none; } }
  .sidebar-right__container {
    display: block;
    width: 60px;
    background-color: #22465c;
    position: relative; }
    @media screen and (max-width: 500px) {
      .sidebar-right__container {
        width: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        background-color: #142a3d; } }
    .sidebar-right__container:before {
      content: '';
      position: absolute;
      bottom: -35px;
      background-color: inherit;
      width: 100%;
      height: 100%;
      -webkit-transform: skewX(0) skewY(35deg);
      -ms-transform: skewX(0) skewY(35deg);
      -o-transform: skewX(0) skewY(35deg);
      transform: skewX(0) skewY(35deg); }
      @media screen and (max-width: 500px) {
        .sidebar-right__container:before {
          content: none; } }
    .sidebar-right__container a {
      position: relative;
      width: 100%;
      height: 60px;
      border-bottom: 1px solid #526a88;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      justify-content: center; }
      @media screen and (max-width: 500px) {
        .sidebar-right__container a {
          border-bottom: 0; } }
      .sidebar-right__container a:hover svg {
        fill: #1ba0fd; }
      .sidebar-right__container a:last-child {
        border-bottom: 0; }
      .sidebar-right__container a span {
        position: absolute;
        font-size: 14px;
        background-color: #3c67ba;
        border-radius: 50%;
        right: 7px;
        top: 15px;
        display: block;
        width: 20px;
        height: 20px;
        color: #ffffff;
        text-align: center;
        line-height: 20px; }
      .sidebar-right__container a svg {
        fill: #acbcd6; }

.page-content {
  padding: 6% 20px 0 115px;
  position: relative; }
  @media screen and (max-width: 999px) {
    .page-content {
      padding: 80px 15px 0 15px; } }
  .page-content .product-list {
    padding-left: 0;
    padding-right: 0; }
  .page-content .h1 {
    font-size: 48px;
    color: #ffffff;
    font-weight: 100;
    margin: 0 0 20px 0; }
    @media screen and (max-width: 500px) {
      .page-content .h1 {
        font-size: 30px; } }
    .page-content .h1:first-letter {
      color: #ea0003; }
    .page-content .h1 span {
      color: #ea0003; }
  .page-content--no-breadcrumbs {
    padding: 8% 20px 0 115px; }
    @media screen and (max-width: 999px) {
      .page-content--no-breadcrumbs {
        padding: 80px 15px 0 15px; } }

.breadcrumbs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 70px;
  margin-left: 60px; }
  @media screen and (max-width: 999px) {
    .breadcrumbs {
      margin-left: 0;
      margin-bottom: 20px; } }
  .breadcrumbs a {
    color: #a7adb3;
    text-decoration: none;
    position: relative;
    padding-right: 20px;
    margin-right: 8px; }
    .breadcrumbs a:last-child {
      margin-right: 0;
      padding-right: 0;
      color: #ffffff; }
      .breadcrumbs a:last-child:before {
        content: none; }
    .breadcrumbs a:before {
      content: '>';
      position: absolute;
      right: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
    .breadcrumbs a:hover {
      color: #ffffff; }

.news-list {
  margin-bottom: 50px; }
  .news-list .news-item {
    width: calc(100% / 5 - 7px);
    margin-right: 7px;
    margin-bottom: 7px; }
    @media screen and (max-width: 1680px) {
      .news-list .news-item {
        width: calc(100% / 4 - 7px); } }
    @media screen and (max-width: 1366px) {
      .news-list .news-item {
        width: calc(100% / 3 - 7px); } }
    @media screen and (max-width: 999px) {
      .news-list .news-item {
        width: calc(100% / 2 - 7px); } }
    @media screen and (max-width: 500px) {
      .news-list .news-item {
        width: 100%;
        margin-right: 0; } }
  .news-list__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

.news-item {
  background-color: #ffffff;
  position: relative;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: 0.3s box-shadow linear;
  -o-transition: 0.3s box-shadow linear;
  transition: 0.3s box-shadow linear; }
  .news-item:hover, .news-item.active {
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3); }
    .news-item:hover:after, .news-item.active:after {
      opacity: 0.63; }
  .news-item--detail:hover, .news-item--detail.active {
    -webkit-box-shadow: none !important;
    box-shadow: none !important; }
  .news-item:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #07202b;
    left: 0;
    top: 0;
    opacity: 0;
    -webkit-transition: 0.3s opacity linear;
    -o-transition: 0.3s opacity linear;
    transition: 0.3s opacity linear; }
    @media screen and (max-width: 500px) {
      .news-item:after {
        content: none;
        -webkit-transition: none;
        -o-transition: none;
        transition: none; } }
  .news-item__pics {
    height: 210px;
    position: relative;
    overflow: hidden; }
    .news-item__pics img {
      position: absolute;
      width: 100%;
      height: auto; }
      @media screen and (max-width: 1366px) {
        .news-item__pics img {
          height: 100%;
          width: auto; } }
      @media screen and (max-width: 500px) {
        .news-item__pics img {
          width: 100%;
          height: auto; } }
  .news-item__link {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10; }
  .news-item__date {
    color: #48849d;
    margin-bottom: 15px; }
    .news-item__date span {
      font-size: 22px; }
  .news-item__name {
    color: #124054;
    text-decoration: none;
    font-weight: bold;
    margin-bottom: 15px;
    display: block; }
  .news-item__anons {
    color: #0c2d3a;
    font-size: 18px; }
    @media screen and (max-width: 500px) {
      .news-item__anons {
        font-size: 16px; } }
  .news-item__content {
    padding: 15px; }
  .news-item--detail {
    margin-bottom: 50px;
    background-color: transparent; }
    .news-item--detail .news-item__title {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      align-items: center;
      margin-bottom: 15px; }
      .news-item--detail .news-item__title h1 {
        margin-right: 30px;
        margin-bottom: 0; }
      .news-item--detail .news-item__title .item-count__num {
        color: #ffffff; }
        .news-item--detail .news-item__title .item-count__num i {
          color: #1398ff; }
      .news-item--detail .news-item__title .item-count__arrow a {
        border-color: #ffffff; }
    .news-item--detail .news-item__content {
      padding: 25px 35px;
      background-color: rgba(255, 255, 255, 0.83); }
      @media screen and (max-width: 500px) {
        .news-item--detail .news-item__content {
          padding: 15px; } }
    .news-item--detail:after {
      content: none; }
    .news-item--detail .news-item__pics {
      height: 590px;
      position: relative;
      background-color: #00aced;
      font-size: 0; }
      @media screen and (max-width: 500px) {
        .news-item--detail .news-item__pics {
          height: auto; } }
      .news-item--detail .news-item__pics:before, .news-item--detail .news-item__pics:after {
        content: '';
        position: absolute;
        width: 40%;
        height: 100%;
        z-index: 10;
        -webkit-transform: skewX(-11deg) skewY(0);
        -ms-transform: skewX(-11deg) skewY(0);
        -o-transform: skewX(-11deg) skewY(0);
        transform: skewX(-11deg) skewY(0);
        right: -44px;
        top: 0; }
        @media screen and (max-width: 1440px) {
          .news-item--detail .news-item__pics:before, .news-item--detail .news-item__pics:after {
            width: 30%; } }
        @media screen and (max-width: 1024px) {
          .news-item--detail .news-item__pics:before, .news-item--detail .news-item__pics:after {
            content: none; } }
      .news-item--detail .news-item__pics:before {
        background-color: #ffffff; }
      .news-item--detail .news-item__pics:after {
        background-color: #0c2833;
        right: -60px;
        -webkit-transform: skewX(-8deg) skewY(0);
        -ms-transform: skewX(-8deg) skewY(0);
        -o-transform: skewX(-8deg) skewY(0);
        transform: skewX(-8deg) skewY(0); }
      .news-item--detail .news-item__pics img {
        width: auto; }
        @media screen and (max-width: 500px) {
          .news-item--detail .news-item__pics img {
            max-width: 100%;
            height: auto;
            position: relative; } }
    .news-item--detail .news-item__date {
      font-size: 36px;
      margin-bottom: 20px; }
      @media screen and (max-width: 500px) {
        .news-item--detail .news-item__date {
          font-size: 25px; } }
      .news-item--detail .news-item__date span {
        font-size: 50px; }
        @media screen and (max-width: 500px) {
          .news-item--detail .news-item__date span {
            font-size: 25px; } }
    .news-item--detail .news-item__name {
      font-size: 24px;
      max-width: 50%; }
      @media screen and (max-width: 1024px) {
        .news-item--detail .news-item__name {
          max-width: 100%; } }
      @media screen and (max-width: 500px) {
        .news-item--detail .news-item__name {
          font-size: 20px; } }
    .news-item--detail .news-item__detail {
      font-size: 18px;
      color: #0c2d3a;
      margin-bottom: 50px;
      max-width: 85%; }
      @media screen and (max-width: 1024px) {
        .news-item--detail .news-item__detail {
          max-width: 100%; } }
      .news-item--detail .news-item__detail ul {
        font-size: 18px;
        color: #0c2d3a; }
  .news-item__more {
    background: linear-gradient(125deg, #3d6cc5 20%, #3b66b9 20%, #3b66b9 80%, #2c61ca 80%);
    color: #ffffff;
    text-decoration: none;
    font-size: 18px;
    padding: 20px 50px;
    display: inline-block;
    border-radius: 50px; }
  .news-item__control {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center; }
    @media screen and (max-width: 500px) {
      .news-item__control {
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
    .news-item__control .item-count__num span i {
      color: #1398ff; }
    .news-item__control .news-item__more {
      margin-right: 16px; }
      @media screen and (max-width: 500px) {
        .news-item__control .news-item__more {
          margin-bottom: 10px; } }

.item-count {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  color: #313131; }
  .item-count__num {
    font-size: 36px;
    margin-right: 15px;
    font-weight: 100; }
    .item-count__num span {
      font-size: 48px; }
    .item-count__num i {
      font-style: normal; }
  .item-count__arrow {
    font-size: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; }
    .item-count__arrow a {
      display: block;
      transform: rotate(45deg);
      margin-right: 17px; }
      .item-count__arrow a:hover {
        border-color: #1398ff; }
      .item-count__arrow a:last-child {
        margin-right: 0; }
      .item-count__arrow a.next, .item-count__arrow a.prev {
        width: 12px;
        height: 12px;
        border: 4px solid #313131; }
      .item-count__arrow a.prev {
        border-right: none;
        border-top: none; }
        .item-count__arrow a.prev:hover {
          border-left: 4px solid #1398ff;
          border-bottom: 4px solid #1398ff; }
      .item-count__arrow a.next {
        border-bottom: none;
        border-left: none; }
        .item-count__arrow a.next:hover {
          border-right: 4px solid #1398ff;
          border-top: 4px solid #1398ff; }

.stock-list {
  margin-bottom: 50px; }
  .stock-list__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .stock-list .stock-item {
    width: calc(100% / 5 - 7px);
    margin-bottom: 7px;
    margin-right: 7px; }
    @media screen and (max-width: 1440px) {
      .stock-list .stock-item {
        width: calc(100% / 4 - 7px); } }
    @media screen and (max-width: 1024px) {
      .stock-list .stock-item {
        width: calc(100% / 2 - 7px); } }
    @media screen and (max-width: 500px) {
      .stock-list .stock-item {
        width: 100%;
        margin-right: 0; } }

.stock-item {
  height: 420px;
  overflow: hidden;
  position: relative;
  border: 5px solid #07202b;
  transition: .3s border linear;
  font-size: 0; }
  @media screen and (max-width: 500px) {
    .stock-item {
      height: auto;
      min-height: 300px; } }
  .stock-item:hover {
    border: 5px solid rgba(225, 230, 235, 0.1);
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1); }
    .stock-item:hover:after {
      display: none;
      opacity: 0; }
  .stock-item:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(7, 32, 43, 0.63);
    left: 0;
    top: 0;
    opacity: 1;
    -webkit-transition: 0.3s opacity linear;
    -o-transition: 0.3s opacity linear;
    transition: 0.3s opacity linear; }
    @media screen and (max-width: 500px) {
      .stock-item:after {
        content: none;
        -webkit-transition: none;
        -o-transition: none;
        transition: none; } }
  .stock-item img {
    position: absolute;
    max-width: 100%;
    max-height: 100%; }
    @media screen and (max-width: 500px) {
      .stock-item img {
        position: relative;
        width: 100%;
        max-height: initial;
        height: auto; } }

.text-page {
  background-color: rgba(12, 45, 59, 0.63);
  padding: 40px;
  margin-bottom: 50px; }
  @media screen and (max-width: 500px) {
    .text-page {
      padding: 15px; } }
  .text-page p {
    font-size: 18px;
    color: #c7d4dc;
    margin: 0 0 20px 0; }
    @media screen and (max-width: 500px) {
      .text-page p {
        font-size: 16px; }
        .text-page p br {
          display: none; } }
  .text-page h2 {
    font-weight: 500;
    margin: 0 0 5px 0;
    font-size: 36px; }

.info-item {
  background-color: rgba(220, 231, 238, 0.9);
  padding: 12px;
  min-height: 75px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px; }
  @media screen and (max-width: 500px) {
    .info-item {
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  .info-item:last-child {
    margin-bottom: 0; }
  .info-item__pics {
    width: 215px;
    border-right: 1px solid #a5b0b8;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center; }
    @media screen and (max-width: 500px) {
      .info-item__pics {
        width: 100%;
        border-right: 0;
        margin-bottom: 10px;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        -webkit-justify-content: flex-start;
        -moz-justify-content: flex-start;
        justify-content: flex-start; } }
    .info-item__pics img {
      max-width: 150px; }
  .info-item__text {
    width: calc(100% - 215px);
    color: #124054;
    padding-left: 45px;
    font-size: 18px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center; }
    @media screen and (max-width: 500px) {
      .info-item__text {
        width: 100%;
        padding-left: 0; } }
    .info-item__text p {
      color: #124054; }
    .info-item__text a {
      color: #2170ff;
      display: inline-block;
      text-decoration: none;
      position: relative; }
      .info-item__text a.arrow-link {
        padding-right: 20px; }
        .info-item__text a.arrow-link:after {
          content: '';
          position: absolute;
          right: 0;
          top: 50%;
          width: 13px;
          height: 11px;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          -o-transform: translateY(-50%);
          transform: translateY(-50%);
          background-image: url("../images/icons/arrow-right-blue.svg");
          background-repeat: no-repeat;
          background-size: contain; }
    .info-item__text p {
      margin: 0 0 15px 0; }
      .info-item__text p:last-child {
        margin-bottom: 0; }

.quick-popup {
  position: fixed;
  width: 55%;
  background-color: #143045;
  height: 100%;
  padding: 150px 150px 35px 35px;
  overflow-y: scroll;
  right: -100%;
  top: 0;
  z-index: 20;
  -webkit-transition: 0.3s right linear;
  -o-transition: 0.3s right linear;
  transition: 0.3s right linear; }
  .quick-popup.active {
    right: -25px; }
    @media screen and (max-width: 500px) {
      .quick-popup.active {
        right: 0; } }
  @media screen and (max-width: 1680px) {
    .quick-popup {
      width: 60%; } }
  @media screen and (max-width: 1366px) {
    .quick-popup {
      width: 70%; } }
  @media screen and (max-width: 1024px) {
    .quick-popup {
      width: 90%; } }
  @media screen and (max-width: 999px) {
    .quick-popup {
      padding: 20px 20px 80px 20px; } }
  @media screen and (max-width: 500px) {
    .quick-popup {
      padding-top: 60px;
      padding-top: 100px;
      padding-bottom: 200px;
      height: calc(100vh + 40px); } }
  .quick-popup__wrap {
    position: relative; }
  .quick-popup__title {
    font-size: 48px;
    color: #adc4f5;
    margin-bottom: 20px;
    font-weight: 100; }
    @media screen and (max-width: 500px) {
      .quick-popup__title {
        font-size: 28px; } }
  .quick-popup__close {
    position: absolute;
    width: 27px;
    height: 27px;
    right: 0;
    top: -10px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: none;
    padding: 0;
    border: 0;
    font-size: 0;
    outline: none;
    cursor: pointer; }
    .quick-popup__close:hover:before, .quick-popup__close:hover:after {
      background-color: #ffffff; }
    .quick-popup__close:before, .quick-popup__close:after {
      content: '';
      position: absolute;
      width: 3px;
      height: 100%;
      background-color: #7595ad;
      left: calc(50% - 1px); }
    .quick-popup__close:after {
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg); }
    .quick-popup__close:before {
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transform: rotate(-45deg); }


.quick-form label {
  display: block;
  margin-bottom: 20px; }
.quick-form input[type='text'],
.quick-form input[type='tel'],
.ordering input[type='text'] {
  background-color: transparent;
  font-size: 16px;
  color: #bccbd7;
  font-weight: 100;
  border: none;
  border-bottom: 1px solid #506e83;
  padding: 10px;
  width: 50%; }
.ordering input[type='text'] {
  font-weight: 400;
  color: #1a3346;
}
@media screen and (max-width: 500px) {
    .quick-form input[type='text'],
    .quick-form input[type='tel'] {
      width: 100%; } }
  .quick-form input[type='text']::placeholder,
  .quick-form input[type='tel']::placeholder {
    font-size: 16px;
    color: #bccbd7;
    color: #ff0000;
    font-weight: 100; }
.quick-form input[type='text']::-moz-placeholder,
.quick-form input[type='tel']::-moz-placeholder {
  font-size: 16px;
  color: red;
  font-weight: bold;
}
.quick-form__control {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center; }
  @media screen and (max-width: 500px) {
    .quick-form__control {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      align-items: center; } }
  .quick-form__control a.btn--buy, .quick-form__control button.btn--buy {
    margin-right: 25px; }
    @media screen and (max-width: 500px) {
      .quick-form__control a.btn--buy {
        margin-bottom: 15px;
        margin-right: 0;
        width: 100%;
        text-align: center;
        padding: 15px 50px; } }
  .quick-form__control a.cancel {
    text-decoration: none;
    font-size: 16px;
    color: #97adda; }
    @media screen and (max-width: 500px) {
      .quick-form__control a.cancel {
        width: 100%;
        text-align: left;
        margin: 30px 10px;} }

.btn {
  color: #ffffff;
  text-decoration: none;
  font-size: 18px;
  padding: 20px 50px;
  display: inline-block;
  border-radius: 50px;
  border: none;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  background-color: #183345; }
  .btn span {
    position: relative; }
  .btn:before {
    content: '';
    position: absolute;
    width: 200%;
    height: 100%;
    left: -25%;
    top: 0;
    background: -o-linear-gradient(325deg, #3d6cc5 20%, #3b66b9 20%, #3b66b9 80%, #2c61ca 80%);
    background: linear-gradient(125deg, #3d6cc5 20%, #3b66b9 20%, #3b66b9 80%, #2c61ca 80%);
    background-size: 300px;
    background-position: 0 0;
    opacity: .6;
    -webkit-transition: 0.3s all linear;
    -o-transition: 0.3s all linear;
    transition: 0.3s all linear; }
  .btn:hover:before {
    left: 0;
    opacity: 1; }
  .btn--green:before {
    background: -o-linear-gradient(325deg, #3a7795 20%, #37708d 20%, #37708d 80%, #356c89 80%);
    background: linear-gradient(125deg, #3a7795 20%, #37708d 20%, #37708d 80%, #356c89 80%); }
  .btn--reviews, .btn--basket {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    padding: 15px;
    width: 220px; }
    .btn--reviews svg, .btn--basket svg {
      fill: #ffffff;
      margin-right: 20px;
      position: relative; }

.personal-nav {
  background-color: rgba(12, 40, 51, 0.4);
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center; }
  @media screen and (max-width: 1024px) {
    .personal-nav {
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  .personal-nav__item {
    text-decoration: none;
    color: #ffffff;
    font-size: 22px;
    font-weight: 100;
    padding: 10px 30px;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    height: 50px; }
    @media screen and (max-width: 1366px) {
      .personal-nav__item {
        font-size: 18px; } }
    @media screen and (max-width: 500px) {
      .personal-nav__item {
        width: 50%;
        padding: 10px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        justify-content: center; } }
    @media screen and (max-width: 500px) {
      .personal-nav__item:nth-child(even):after {
        content: none; } }
    .personal-nav__item:after {
      content: '';
      position: absolute;
      right: 0;
      width: 1px;
      height: calc(100% - 20px);
      background-color: rgba(192, 204, 213, 0.7); }
    .personal-nav__item:last-child:after {
      content: none; }
    .personal-nav__item svg {
      margin-right: 15px;
      fill: #abbcd6; }
      @media screen and (max-width: 500px) {
        .personal-nav__item svg {
          display: none; } }
    .personal-nav__item:hover, .personal-nav__item.active {
      color: #4b97ff;
      background-color: #0a2a38; }
      .personal-nav__item:hover svg, .personal-nav__item.active svg {
        fill: #4b97ff; }
      .personal-nav__item:hover:after, .personal-nav__item.active:after {
        content: none; }
    .personal-nav__item span {
      width: 25px;
      height: 25px;
      background-color: #4b97ff;
      border-radius: 50%;
      color: #ffffff;
      display: block;
      font-size: 14px;
      text-align: center;
      line-height: 25px;
      margin-left: 15px; }
      @media screen and (max-width: 500px) {
        .personal-nav__item span {
          -webkit-flex-shrink: 0;
          -moz-flex-shrink: 0;
          -ms-flex-negative: 0;
          flex-shrink: 0; } }
    .personal-nav__item--exit {
      color: #4b97ff;
      font-size: 16px;
      font-weight: normal; }
      @media screen and (max-width: 500px) {
        .personal-nav__item--exit {/*закомментировал сам/ custom code*/
          /*position: absolute;*/
          /*top: -45px;*/
          /*right: 0;*/
          /*-webkit-box-pack: end;*/
          /*-ms-flex-pack: end;*/
          /*-webkit-justify-content: flex-end;*/
          /*-moz-justify-content: flex-end;*/
          /*justify-content: flex-end;*/
        } }
      .personal-nav__item--exit span {
        width: 18px;
        height: 14px;
        border-radius: 0;
        background-color: transparent;
        background-image: url("../images/icons/exit.svg");
        background-size: contain; }

.personal {
  margin-bottom: 50px;
  color: #ffffff;
  font-size: 16px;}
.personal-data .contacts__fields textarea {
  resize: none;
  width: 90%;
  height: 90%;
  margin: 10px 0;
}
.contacts__fields input {
  padding: 15px 20px;
  margin: 10px 0;
}
  .personal__content {
    background-color: rgba(12, 45, 59, 0.63);
    padding: 20px;
    padding: 10px 20px; /* custom */
  }
    @media screen and (max-width: 500px) {
      .personal__content {
        padding: 10px; } }
    @media screen and (max-width: 500px) {
      .personal__content--orders {
        padding: 0; } }

.personal-data table {
  background-color: #ffffff;
  border-collapse: collapse;
  width: 100%; }
.personal-data input {
  border: none;
}
  @media screen and (max-width: 999px) {
    .personal-data table {
      width: 100%; } }
  .personal-data table tr {
    border-bottom: 1px solid #d9d9dd; }
    @media screen and (max-width: 500px) {
      .personal-data table tr {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
    .personal-data table tr:hover a.edit {
      opacity: 1; }
    .personal-data table tr td {
      padding: 20px;
      position: relative; }
      @media screen and (max-width: 500px) {
        .personal-data table tr td {
          width: 100%;
          padding: 10px;
          text-align: left; } }
      .personal-data table tr td:first-child {
        color: #9b9b9b;
        padding-right: 40px;
        text-align: right; }
        @media screen and (max-width: 500px) {
          .personal-data table tr td:first-child {
            text-align: left;
            padding-right: 0;
            padding-bottom: 0;
            font-size: 14px; } }
        .personal-data table tr td:first-child:after {
          content: '';
          position: absolute;
          right: 0;
          width: 1px;
          height: calc(100% - 40px);
          background-color: #d9d9dd;
          top: 50%;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          -o-transform: translateY(-50%);
          transform: translateY(-50%); }
      .personal-data table tr td:last-child {
        color: #0c0c0c;
        padding-left: 40px;
        font-size: 18px; }
        @media screen and (max-width: 500px) {
          .personal-data table tr td:last-child {
            padding-left: 10px; } }
      .personal-data table tr td span {
        vertical-align: bottom; }
.personal-data col {
  width: 300px; }
.personal-data a.edit {
  display: inline-block;
  margin-left: 20px;
  width: 22px;
  height: 22px;
  background-image: url("../images/icons/edit.svg");
  font-size: 0;
  background-repeat: no-repeat;
  vertical-align: middle;
  opacity: 0;
  -webkit-transition: 0.3s opacity linear;
  -o-transition: 0.3s opacity linear;
  transition: 0.3s opacity linear; }
  @media screen and (max-width: 500px) {
    .personal-data a.edit {
      display: none; } }
.personal-data form {
  width: 80%; }
  @media screen and (max-width: 1366px) {
    .personal-data form {
      width: 100%; } }
  .personal-data form label span {
    font-size: 14px;
    font-size: 16px; /* custom */
    color: #9b9b9b;
    display: block;
    margin-bottom: 10px; }
  .personal-data form label input {
    padding: 15px 30px;
    padding: 5px 10px; /* custom */
    font-size: 18px;
    color: #0c0c0c;
    border: 1px solid #d9d9dd;
    width: 100%; }
  .personal-data form label.checkbox input[type='checkbox'] {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    position: absolute;
    z-index: -10; }
    .personal-data form label.checkbox input[type='checkbox']:checked + span:after {
      display: block; }
  .personal-data form label.checkbox span {
    font-size: 14px;
    color: #b6c1d6;
    padding-left: 40px;
    position: relative;
    margin-bottom: 0; }
    @media screen and (max-width: 500px) {
      .personal-data form label.checkbox span {
        font-size: 12px; }
        .personal-data form label.checkbox span br {
          display: none; } }
    .personal-data form label.checkbox span:before {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 30px;
      height: 30px;
      background-color: #ffffff;
      border: 1px solid #d9d9dd; }
    .personal-data form label.checkbox span:after {
      content: '';
      background-color: #3c68bb;
      border: 1px solid #d9d9dd;
      width: 20px;
      height: 20px;
      left: 5px;
      position: absolute;
      top: 5px;
      display: none; }
.personal-data .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin-bottom: 25px;
  margin-bottom: 10px; /* custom */
}
  @media screen and (max-width: 500px) {
    .personal-data .row {
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin-bottom: 0; } }
  .personal-data .row:last-child {
    margin-bottom: 0; }
  .personal-data .row label {
    margin-right: 40px;
    width: 100%; }
    @media screen and (max-width: 500px) {
      .personal-data .row label {
        margin-right: 0;
        margin-bottom: 10px; } }
    .personal-data .row label:last-child {
      margin-right: 0; }
  .personal-data .row .col {
    width: 100%; }
  .personal-data .row--control .col {
    width: auto;
    margin-right: 20px; }
    @media screen and (max-width: 500px) {
      .personal-data .row--control .col {
        margin-right: 0;
        margin-bottom: 10px; } }
    .personal-data .row--control .col:first-child {
      margin-left: auto; }
    .personal-data .row--control .col:last-child {
      margin-right: 0;
      display: flex;
      flex-direction: column;
      align-items: center;}

.order-item {
  background-color: #ffffff;
  margin-bottom: -1px; }
  .order-item__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    padding: 30px 25px;
    font-size: 16px;
    border: 1px solid #d9d9dd; }
    @media screen and (max-width: 500px) {
      .order-item__content {
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 15px;
        border-bottom: 0; } }
  .order-item .i-col {
    padding-right: 25px;
    margin-right: 25px;
    width: 200px;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center; }
    @media screen and (max-width: 500px) {
      .order-item .i-col {
        width: 100%;
        padding-right: 0;
        margin-right: 0;
        margin-bottom: 15px; }
        .order-item .i-col:last-child {
          margin-bottom: 0; } }
    .order-item .i-col:before {
      content: '';
      position: absolute;
      width: 1px;
      height: 25px;
      background-color: #d9d9dd;
      right: 0; }
      @media screen and (max-width: 500px) {
        .order-item .i-col:before {
          content: none; } }
    .order-item .i-col svg {
      fill: #c4c4c4; }
    .order-item .i-col--number {
      font-size: 18px;
      color: #183347; }
      .order-item .i-col--number svg {
        margin-right: 25px; }
        @media screen and (max-width: 500px) {
          .order-item .i-col--number svg {
            margin-right: 15px; } }
    .order-item .i-col--date svg {
      margin-right: 15px; }
    .order-item .i-col--date:before {
      content: none; }
    .order-item .i-col--status span {
      font-size: 14px;
      background-color: #f5f5f8;
      padding: 5px 10px; }
    .order-item .i-col--price {
      color: #3275ee;
      font-size: 18px;
      padding-left: 40px; }
      @media screen and (max-width: 500px) {
        .order-item .i-col--price {
          padding-left: 0; } }
      .order-item .i-col--price:before {
        content: none; }
    .order-item .i-col--more {
      margin-left: auto;
      padding-left: 40px; }
      @media screen and (max-width: 500px) {
        .order-item .i-col--more {
          padding-left: 0; } }
      .order-item .i-col--more a {
        color: #3275ee;
        text-decoration: none;
        position: relative;
        padding-right: 30px; }
        .order-item .i-col--more a:after {
          content: '';
          position: absolute;
          width: 8px;
          height: 8px;
          border: 1px solid #c4c4c4;
          right: 0;
          top: 50%;
          -webkit-transform: translateY(-50%) rotate(45deg);
          -ms-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
          border-left: 0;
          border-top: 0; }
      .order-item .i-col--more:before {
        right: inherit;
        left: 0; }
  .order-item--accepted .i-col svg {
    fill: #c4c4c4; }
  .order-item--accepted .i-col--status span {
    background-color: #f5f5f8; }
  .order-item--processed .i-col--date svg {
    fill: #3275ee; }
  .order-item--processed .i-col--status span {
    background-color: #56a9d9; }
  .order-item--sent .i-col--date svg {
    fill: #74c9e5; }
  .order-item--sent .i-col--status span {
    background-color: #56a9d9; }
  .order-item--delivered .i-col--date svg {
    fill: #3c67ba; }
  .order-item--delivered .i-col--status {
    color: #ffffff; }
    .order-item--delivered .i-col--status span {
      background-color: #3b66b9; }
  .order-item.active {
    background-color: #183345; }
    .order-item.active .i-col--number,
    .order-item.active .i-col--date {
      color: #ffffff; }
    .order-item.active .order-item__content {
      border: none;
      background-color: #183345; }
    .order-item.active .i-col--more a:after {
      border-right: 0;
      border-bottom: 0;
      border-left: 1px solid #c4c4c4;
      border-top: 1px solid #c4c4c4; }
  .order-item__content {
    background-color: #ffffff; }
  .order-detail {
   display: none; }
  .order-item.active > .order-detail  {
    display: block;  }

.order-detail__spec {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 25px 15px; }
  @media screen and (max-width: 500px) {
    .order-detail__spec {
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  .order-detail__spec .d-col {
    width: 50%; }
    @media screen and (max-width: 500px) {
      .order-detail__spec .d-col {
        width: 100%; } }
    .order-detail__spec .d-col--btn {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: end;
      -ms-flex-align: end;
      -webkit-align-items: flex-end;
      -moz-align-items: flex-end;
      align-items: flex-end;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      -webkit-justify-content: flex-end;
      -moz-justify-content: flex-end;
      justify-content: flex-end; }
      @media screen and (max-width: 500px) {
        .order-detail__spec .d-col--btn {
          -webkit-flex-wrap: wrap;
          -moz-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          -webkit-justify-content: center;
          -moz-justify-content: center;
          justify-content: center; } }
      .order-detail__spec .d-col--btn .btn {
        margin-right: 5px; }
        @media screen and (max-width: 500px) {
          .order-detail__spec .d-col--btn .btn {
            margin-right: 0;
            padding: 15px;
            margin-bottom: 10px;
            width: 100%;
            text-align: center; }
            .order-detail__spec .d-col--btn .btn:last-child {
              margin-bottom: 0; } }
        .order-detail__spec .d-col--btn .btn:last-child {
          margin-right: 0; }
  .order-detail__spec ul {
    list-style: none;
    margin: 0 20px 0 0;
    padding: 0;
    width: 100%; }
    @media screen and (max-width: 999px) {
      .order-detail__spec ul {
        margin: 0 0 34px 0; } }
    .order-detail__spec ul li {
      position: relative;
      width: 100%;
      line-height: 1.43;
      margin-bottom: 10px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex; }
      .order-detail__spec ul li:last-child {
        margin-bottom: 0; }
      @media screen and (max-width: 500px) {
        .order-detail__spec ul li {
          font-size: 15px;
          margin-right: 0;
          -webkit-box-direction: normal;
          -webkit-box-orient: vertical;
          -webkit-flex-direction: column;
          -moz-flex-direction: column;
          -ms-flex-direction: column;
          flex-direction: column; } }
      .order-detail__spec ul li:before {
        content: '';
        position: relative;
        top: 13px;
        width: auto;
        z-index: 1;
        height: 1px;
        border-bottom: 1px dotted #3275ee;
        margin: 0 10px;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -moz-order: 2;
        -ms-flex-order: 2;
        order: 2;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -moz-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1; }
        @media screen and (max-width: 500px) {
          .order-detail__spec ul li:before {
            content: none; } }
      .order-detail__spec ul li span {
        display: inline-block;
        position: relative;
        order: 1;
        color: #7192a8; }
        @media screen and (max-width: 500px) {
          .order-detail__spec ul li span {
            margin-bottom: 12px; } }
      .order-detail__spec ul li b {
        color: #3275ee;
        display: inline-block;
        font-weight: normal;
        width: 300px;
        order: 3; }
        .order-detail__spec ul li b a {
          text-decoration: none;
          border-bottom: 1px dotted #cdcdd3; }
          .order-detail__spec ul li b a:hover {
            border-bottom: 1px dotted transparent; }
        @media screen and (max-width: 500px) {
          .order-detail__spec ul li b {
            width: auto; } }

.order-detail-item {
  background: #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 25px;
  border-bottom: 1px solid #d9d9dd; }
  @media screen and (max-width: 500px) {
    .order-detail-item {
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  .order-detail-item .d-col {
    padding-right: 25px;
    margin-right: 25px;
    width: 200px;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center; }
    @media screen and (max-width: 500px) {
      .order-detail-item .d-col {
        width: 100%;
        padding-right: 0;
        margin-right: 0;
        margin-bottom: 10px; }
        .order-detail-item .d-col:last-child {
          margin-bottom: 0; } }
    .order-detail-item .d-col:before {
      content: '';
      position: absolute;
      width: 1px;
      height: 25px;
      background-color: #d9d9dd;
      right: 0; }
      @media screen and (max-width: 500px) {
        .order-detail-item .d-col:before {
          content: none; } }
    .order-detail-item .d-col--name {
      width: 425px; }
      .order-detail-item .d-col--name a {
        text-decoration: none;
        color: #163144; }
    .order-detail-item .d-col--price {
      color: #3275ee;
      font-size: 18px;
      padding-left: 40px; }
      @media screen and (max-width: 500px) {
        .order-detail-item .d-col--price {
          padding-left: 0; } }
      .order-detail-item .d-col--price:before {
        content: none; }

.order-step {
  margin-bottom: 7px; }
  .order-step:last-child {
    margin-bottom: 0; }
  .order-step__title {
    background-color: rgba(20, 48, 69, 0.8);
    padding: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    min-height: 75px; }
    .order-step__title:before {
      content: '';
      position: absolute;
      left: -60px;
      width: 100px;
      height: 200%;
      background: linear-gradient(to left, #2e4556, transparent);
      transform: rotate(45deg);
      top: -60px;
      opacity: .3; }
  .order-step__num {
    color: #ffffff;
    font-size: 24px;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    background-color: #2b4c61;
    position: relative; }
    @media screen and (max-width: 500px) {
      .order-step__num {
        font-size: 20px; } }
  .order-step__name {
    color: #ffffff;
    font-size: 24px;
    padding-left: 25px; }
    @media screen and (max-width: 500px) {
      .order-step__name {
        font-size: 18px; } }
  .order-step__edit {
    text-decoration: none;
    color: #5392f7;
    margin-left: auto; }
  .order-step__content {
    background-color: #ffffff;
    padding: 30px 60px; }
    @media screen and (max-width: 500px) {
      .order-step__content {
        padding: 15px; } }
    @media screen and (max-width: 1366px) {
      .order-step__content .related-product {
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
    @media screen and (max-width: 1366px) {
      .order-step__content .related-product__pics, .order-step__content .related-product__content {
        width: 100%; } }
    @media screen and (max-width: 1366px) {
      .order-step__content .related-product__pics {
        margin-right: 0;
        margin-bottom: 10px; } }
    @media screen and (max-width: 500px) {
      .order-step__content .related-product__pics {
        text-align: center; } }
    @media screen and (max-width: 1366px) {
      .order-step__content .related-product__content {
        padding-bottom: 10px; } }
    .order-step__content--products {
      padding: 0; }
    .order-step__content .btn {
      margin-bottom: 20px;
      padding: 15px 30px; }
  .order-step__info {
    list-style: none;
    margin: 0 0 20px 0;
    padding: 0; }
    .order-step__info li {
      color: #1a3346;
      margin-bottom: 20px; }
      @media screen and (max-width: 500px) {
        .order-step__info li {
          display: -webkit-box;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flexbox;
          display: flex; } }
      .order-step__info li:last-child {
        margin-bottom: 0; }
      .order-step__info li span {
        color: #708c9e;
        margin-right: 15px;
        display: inline-block;
        width: 70px;
        text-align: right; }
  .order-step--add .order-step__content {
    background-color: #264558;
    padding: 20px; }
  .order-step--add span {
    display: block;
    font-size: 16px;
    color: #adb3b9; }
  .order-step--add .btn span {
    color: #ffffff; }
  .order-step--add p {
    margin: 10px 0;
    font-size: 40px;
    color: #ffffff; }
  .order-step--add .order-step__name {
    font-size: 24px;
    font-weight: 100;
    padding-left: 0; }

.order-products__head {
  background-color: #2b4c61;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  padding: 10px 25px; }
  @media screen and (max-width: 999px) {
    .order-products__head {
      display: none; } }
  .order-products__head div {
    color: #bdcbd5;
    text-align: center;
    width: 100%;
    padding: 0 20px; }
.order-products__list .order-detail-item {
  padding: 10px 25px; }
  @media screen and (max-width: 999px) {
    .order-products__list .order-detail-item {
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      padding: 10px; } }
  .order-products__list .order-detail-item .d-col {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    padding: 0 20px;
    margin-right: 0; }
    @media screen and (max-width: 500px) {
      .order-products__list .order-detail-item .d-col {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        -webkit-justify-content: flex-start;
        -moz-justify-content: flex-start;
        justify-content: flex-start; } }
    @media screen and (max-width: 999px) {
      .order-products__list .order-detail-item .d-col:nth-child(even):before {
        content: none; } }
    .order-products__list .order-detail-item .d-col:before {
      height: 100%; }
      @media screen and (max-width: 500px) {
        .order-products__list .order-detail-item .d-col:before {
          content: none; } }
    .order-products__list .order-detail-item .d-col--pics a {
      display: inline-block; }
    .order-products__list .order-detail-item .d-col--name {
      font-size: 18px; }
    .order-products__list .order-detail-item .d-col--count {
      font-size: 24px;
      color: #091a2b; }
    .order-products__list .order-detail-item .d-col--price {
      font-size: 19px;
      color: #303032;
      font-weight: bold; }
    @media screen and (max-width: 999px) {
      .order-products__list .order-detail-item .d-col--pics, .order-products__list .order-detail-item .d-col--name, .order-products__list .order-detail-item .d-col--count, .order-products__list .order-detail-item .d-col--price {
        width: 50%; } }
    @media screen and (max-width: 500px) {
      .order-products__list .order-detail-item .d-col--pics, .order-products__list .order-detail-item .d-col--name, .order-products__list .order-detail-item .d-col--count, .order-products__list .order-detail-item .d-col--price {
        width: 100%;
        margin-bottom: 10px;
        text-align: center; }
        .order-products__list .order-detail-item .d-col--pics:last-child, .order-products__list .order-detail-item .d-col--name:last-child, .order-products__list .order-detail-item .d-col--count:last-child, .order-products__list .order-detail-item .d-col--price:last-child {
          margin-bottom: 0; } }

.ordering {
  margin-bottom: 50px;
  margin-right: 120px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }
  @media screen and (max-width: 1366px) {
    .ordering {
      margin-right: 60px; } }
  @media screen and (max-width: 1024px) {
    .ordering {
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  @media screen and (max-width: 500px) {
    .ordering {
      margin-right: 0; } }
  @media screen and (max-width: 1024px) {
    .ordering__right .row {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex; } }
  @media screen and (max-width: 500px) {
    .ordering__right .row {
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  @media screen and (max-width: 1024px) {
    .ordering__right .row .col {
      margin-right: 10px; } }
  @media screen and (max-width: 500px) {
    .ordering__right .row .col {
      width: 100%;
      margin-right: 0; } }
  @media screen and (max-width: 1024px) {
    .ordering__right .row .col:last-child {
      margin-right: 0; } }
  .ordering__left {
    margin-right: 10px; }
    @media screen and (max-width: 1024px) {
      .ordering__left {
        margin-right: 0;
        margin-bottom: 10px; } }
  .ordering fieldset {
    border: none; }
    .ordering fieldset label {
      display: block;
      margin-bottom: 20px;
      cursor: pointer;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      align-items: center; }
      .ordering fieldset label:last-child {
        margin-bottom: 0; }
      .ordering fieldset label img {
        max-width: 45px;
        max-height: 45px;
        margin-right: 25px; }
        @media screen and (max-width: 500px) {
          .ordering fieldset label img {
            max-width: 30px;
            max-height: 30px;
            margin-right: 10px; } }
      .ordering fieldset label input[type='radio'],
      .ordering fieldset label input[type='checkbox'] {
        width: 0.1px;
        height: 0.1px;
        opacity: 0;
        position: absolute;
        z-index: -10; }
        .ordering fieldset label input[type='radio']:checked + span:after,
        .ordering fieldset label input[type='checkbox']:checked + span:after {
          display: block; }
      .ordering fieldset label span {
        font-size: 18px;
        color: #1a3346;
        padding-left: 40px;
        position: relative;
        margin-bottom: 0; }
        @media screen and (max-width: 500px) {
          .ordering fieldset label span {
            font-size: 13px; } }
        .ordering fieldset label span:before {
          content: '';
          position: absolute;
          left: 0;
          width: 30px;
          height: 30px;
          background-color: #ffffff;
          border: 1px solid #d9d9dd;
          top: 50%;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          -o-transform: translateY(-50%);
          transform: translateY(-50%); }
        .ordering fieldset label span:after {
          content: '';
          background-color: #3c68bb;
          border: 1px solid #d9d9dd;
          width: 20px;
          height: 20px;
          left: 5px;
          position: absolute;
          display: none;
          top: 50%;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          -o-transform: translateY(-50%);
          transform: translateY(-50%); }

.related-product {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #4e6e82;
  margin-bottom: 7px; }
  .related-product:last-child {
    margin-bottom: 0; }
  .related-product__pics, .related-product__content {
    width: 50%; }
  .related-product__pics {
    background-color: #ffffff;
    margin-right: 20px;
    padding: 10px;
    height: 120px; }
    .related-product__pics img {
      max-width: 100%;
      max-height: 100%;
      width: auto;
      height: auto; }
  .related-product__content a {
    text-decoration: none;
    font-size: 16px;
    color: #ffffff;
    display: block;
    margin-bottom: 10px; }
  .related-product__content b {
    font-size: 19px;
    color: #ffffff; }
  .related-product__content .tag {
    text-decoration: none;
    font-size: 15px;
    color: #ffffff;
    min-width: 85px;
    display: inline-block;
    padding: 5px 10px;
    text-align: center; }
  .card-info__related-products .related-product__pics {
    position: relative; }

.product-card {
  margin-bottom: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }
  @media screen and (max-width: 500px) {
    .product-card {
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  .product-card__left {
    background-color: rgba(12, 45, 59, 0.85);
    padding: 20px;
    width: 50%;
    margin-right: 15px; }
    @media screen and (max-width: 500px) {
      .product-card__left {
        width: 100%;
        padding: 10px; } }
  .product-card__right {
    width: 40%;
    position: relative;
    overflow: hidden; }
    @media screen and (max-width: 1680px) {
      .product-card__right {
        width: 50%; } }
    @media screen and (max-width: 500px) {
      .product-card__right {
        width: 100%; } }
  .product-card__nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center; }
    @media screen and (max-width: 500px) {
      .product-card__nav {
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: inherit;
        -ms-flex-align: inherit;
        -webkit-align-items: inherit;
        -moz-align-items: inherit;
        align-items: inherit; } }
    .product-card__nav a {
      color: #ffffff;
      padding: 15px;
      text-decoration: none;
      border: 1px solid #cedbde;
      margin: 0 20px 20px 0;
      text-align: center;
      background: none;
      min-width: 160px;
      -webkit-transition: 0.3s all linear;
      -o-transition: 0.3s all linear;
      transition: 0.3s all linear; }
      @media screen and (max-width: 500px) {
        .product-card__nav a {
          width: calc(50% - 8px);
          min-width: calc(50% - 8px);
          padding: 10px;
          margin: 2px;
          font-size: 15px; } }
      .product-card__nav a:last-child {
        margin-right: 0; }
      .product-card__nav a:hover, .product-card__nav a.active {
        background: -o-linear-gradient(325deg, #3d6cc5 20%, #3b66b9 20%, #3b66b9 80%, #2c61ca 80%);
        background: linear-gradient(125deg, #3d6cc5 20%, #3b66b9 20%, #3b66b9 80%, #2c61ca 80%);
        border: 1px solid transparent; }
  .product-card__tab {
    margin-bottom: 20px;
    display: none; }
    .product-card__tab.active {
      display: block; }
    .product-card__tab:last-child {
      margin-bottom: 0; }
    .product-card__tab-text {
      color: #ffffff; }
      .product-card__tab-text p {
        margin: 0 0 20px 0; }
      .product-card__tab-text ol li {
        margin-bottom: 7px; }
        .product-card__tab-text ol li:last-child {
          margin-bottom: 0; }
      .product-card__tab-text ul {
        margin: 0 0 20px 0;
        padding: 0;
        list-style: none; }
        .product-card__tab-text ul li {
          color: #ffffff;
          margin-bottom: 7px; }
          .product-card__tab-text ul li:last-child {
            margin-bottom: 0; }
          .product-card__tab-text ul li span {
            /*color: #1ba0fd;*/ }

.product-reviews__head {
  background-color: #1c3a4d;
  padding: 15px;
  margin-bottom: 20px; }
  .product-reviews__head p {
    margin: 0 0 10px 0;
    color: #ffffff;
    font-weight: 100; }
.product-reviews .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center; }
  @media screen and (max-width: 500px) {
    .product-reviews .row {
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  .product-reviews .row .col--btn {
    margin-left: auto; }
    @media screen and (max-width: 500px) {
      .product-reviews .row .col--btn {
        margin-left: initial;
        margin-top: 10px; } }
  .product-reviews .row .circle-bar,
  .product-reviews .row .rating {
    margin-right: 15px; }
.product-reviews__count {
  color: #50768e;
  font-weight: 100; }
.product-reviews__write {
  position: relative; }
  .product-reviews__write:before {
    content: '';
    position: absolute;
    width: calc(100% - 200px);
    height: 1px;
    background-color: #294b61;
    top: 50%; }
  .product-reviews__write .btn--reviews {
    margin-left: auto;
    background: none;
    color: #3e6cbe;
    padding-right: 0;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end; }
    .product-reviews__write .btn--reviews svg {
      fill: #3e6cbe;
      transition: .3s all linear; }
    .product-reviews__write .btn--reviews:hover {
      color: #ffffff; }
      .product-reviews__write .btn--reviews:hover svg {
        fill: #ffffff; }

.card-gallery {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }
  @media screen and (max-width: 500px) {
    .card-gallery {
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  .card-gallery__small {
    width: 230px;
    background-color: #ffffff;
    margin-right: 20px; }
    @media screen and (max-width: 500px) {
      .card-gallery__small {
        margin-right: 0;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -moz-order: 2;
        -ms-flex-order: 2;
        order: 2;
        width: calc(100% + 20px);
        margin-left: -10px; } }
  .card-gallery__big {
    width: calc(100% - 250px); }
    @media screen and (max-width: 500px) {
      .card-gallery__big {
        width: calc(100% + 20px);
        margin-left: -10px;
        margin-top: -10px;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -moz-order: 1;
        -ms-flex-order: 1;
        order: 1;
        height: 310px; } }

.gallery-small__wrap {
  padding: 35px 0;
  position: relative; }
.gallery-small__item {
  padding: 20px;
  height: 240px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  position: relative;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  opacity: .8; }
  @media screen and (max-width: 500px) {
    .gallery-small__item {
      height: 130px;
      width: 170px !important;
      opacity: .4; } }
  .gallery-small__item:before {
    content: '';
    position: absolute;
    height: 1px;
    width: calc(100% - 40px);
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: #e8eaf4; }
    @media screen and (max-width: 500px) {
      .gallery-small__item:before {
        content: none; } }
  .gallery-small__item img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto; }
    @media screen and (max-width: 500px) {
      .gallery-small__item img {
        max-width: 130px; } }
.gallery-small .slick-arrow {
  background-color: #22455b;
  width: 100%;
  position: absolute;
  height: 35px;
  font-size: 0;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  cursor: pointer; }
  @media screen and (max-width: 500px) {
    .gallery-small .slick-arrow {
      width: 20px;
      height: 20px;
      background-color: transparent;
      top: 50%;
      transform: translateY(-50%); } }
  @media screen and (max-width: 500px) and (max-width: 500px) {
    .gallery-small .slick-arrow {
      background-color: #ffffff;
      z-index: 20; } }

  .gallery-small .slick-arrow:hover:before {
    border: 4px solid #3b77e9; }
  .gallery-small .slick-arrow:before {
    content: '';
    position: absolute;
    width: 13px;
    height: 13px;
    border: 4px solid #aeb0ba;
    left: 50%;
    transform: rotate(45deg) translateX(-50%); }
    @media screen and (max-width: 500px) {
      .gallery-small .slick-arrow:before {
        transform: rotate(-45deg) translateX(-50%); } }
  .gallery-small .slick-arrow.slick-prev {
    top: 0; }
    @media screen and (max-width: 500px) {
      .gallery-small .slick-arrow.slick-prev {
        top: 50%;
        left: calc(50% - 92px); } }
    .gallery-small .slick-arrow.slick-prev:before {
      top: calc(100% - 20px);
      border-bottom: 0;
      border-right: 0; }
  .gallery-small .slick-arrow.slick-next {
    bottom: 0; }
    @media screen and (max-width: 500px) {
      .gallery-small .slick-arrow.slick-next {
        bottom: initial;
        top: 50%;
        right: calc(50% - 90px); } }
    .gallery-small .slick-arrow.slick-next:before {
      top: calc(100% - 25px);
      border-left: 0;
      border-top: 0; }
.gallery-small .slick-slide.slick-current .gallery-small__item {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  opacity: 1; }
  @media screen and (max-width: 500px) {
    .gallery-small .slick-slide.slick-current .gallery-small__item {
      border-left: 1px solid #e8eaf4;
      border-right: 1px solid #e8eaf4; } }

.gallery-big {
  background-color: #ffffff; }
  .gallery-big__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    position: relative;
    height: 100%; }
    .gallery-big__item img {
      max-width: 100%;
      max-height: 100%;
      width: auto;
      height: auto; }
  .gallery-big__link {
    position: absolute;
    right: 15px;
    top: 15px; }
  .gallery-big__wrap,
  .gallery-big .slick-list {
    height: 100%; }
  .gallery-big .slick-track {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%; }
    .gallery-big .slick-track .slick-slide {
      height: auto; }
      .gallery-big .slick-track .slick-slide > div {
        height: 100%; }

.card-info {
  margin-bottom: 15px;
  position: relative;
  overflow: hidden; }
  .card-info:last-child {
    margin-bottom: 0; }
  .card-info__title {
    color: #ffffff;
    background-color: #1b3a4e;
    font-size: 24px;
    font-weight: 100;
    padding: 15px; }
    .card-info__title span {
      position: relative; }
    .card-info__title:before {
      content: '';
      position: absolute;
      left: -60px;
      width: 100px;
      height: 150px;
      background: linear-gradient(to left, #2e4556, transparent);
      transform: rotate(45deg);
      top: -60px;
      opacity: .3; }
  .card-info__content {
    background-color: rgba(12, 45, 59, 0.85);
    padding: 15px; }
    @media screen and (max-width: 500px) {
      .card-info__content {
        padding: 10px; } }
  .card-info .row--tag {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    margin-bottom: 20px; }
    @media screen and (max-width: 500px) {
      .card-info .row--tag {
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
    .card-info .row--tag .tags {
      margin-right: 10px; }
    .card-info .row--tag .rating {
      margin-right: 10px; }
  .card-info__article {
    color: #b7bbbe;
    font-size: 14px;
    margin: 0; }
    @media screen and (max-width: 500px) {
      .card-info__article {
        display: block; } }
  .card-info__price {
    margin-bottom: 30px; }
    .card-info__price p {
      margin: 0 0 5px 0; }
  .card-info__price-old {
    color: #b7bbbe;
    text-decoration: line-through; }
  .card-info__cost {
    color: #ffffff;
    font-size: 40px;
    font-weight: 500; }
  .card-info__in-stock {
    color: #b7bbbe;
    font-size: 14px; }
    .card-info__in-stock span {
      color: #1aa1fe; }
  .item-quantity__sum {
    text-align: center;
    color: #b7bbbe;
    margin: 0;
  }
    .item-quantity__sum span strong {
      color: #1aa1fe;
    }
    .card-info__control .row {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
    .card-info__control {
      margin-bottom: 25px; }
      .card-info__control .row .col {
        width: 200px;
        height: 60px;
        margin-right: 15px;
        margin-bottom: 15px; }
      .card-info__control .row .col:first-child {
        height: auto;
      }
        @media screen and (max-width: 500px) {
          .card-info__control .row .col {
            width: calc(50% - 5px);
            margin-right: 0;
            margin-bottom: 5px; }
            .card-info__control .row .col:first-child {
              margin-right: 10px; }
            .card-info__control .row .col:last-child {
              -webkit-box-flex: 1;
              -webkit-flex-grow: 1;
              -moz-flex-grow: 1;
              -ms-flex-positive: 1;
              flex-grow: 1;
              width: 100%; } }
        .card-info__control .row .col:last-child {
          margin-right: 0; }
        .card-info__control .row .col .item-counter,
        .card-info__control .row .col .btn, .product-item-info-container .item-counter {
          width: 100%;
          text-align: center;
          height: 60px; }
    .card-info__control .btn {
      font-weight: 100;
      padding: 20px 40px; }
      .card-info__control .btn--in-cart {
        padding: 20px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        align-items: center; }
        .card-info__control .btn--in-cart svg {
          fill: #a8b9d4;
          margin-right: 20px;
          position: relative; }
      .card-info__control .btn--one-click {
        text-align: center; }
  .card-info .link-delivery {
    margin-bottom: 20px; }
  .card-info__spec p {
    font-size: 18px;
    color: #ffffff;
    margin: 0 0 20px 0;
    padding-bottom: 15px;
    text-transform: uppercase;
    border-bottom: 1px solid #4e6e82; }
  .card-info__spec a {
    text-decoration: none;
    color: #1e80c7; }
    .card-info__spec a:hover {
      color: #ffffff; }
  .card-info__spec ul {
    margin: 0 0 20px 0;
    padding: 0;
    list-style: none; }
    .card-info__spec ul li {
      color: #ffffff;
      margin-bottom: 7px; }
      .card-info__spec ul li:last-child {
        margin-bottom: 0; }
      .card-info__spec ul li span {
        color: #1ba0fd; }
  .card-info__related-products .related-product {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center; }
    .card-info__related-products .related-product__pics {
      width: 185px; }

.item-counter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  background-color: #173645;
  border: 1px solid #cedbde;
  border-radius: 30px; }
  .item-counter input[type='text'] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: transparent;
    border: 0;
    font-size: 24px;
    color: #ffffff;
    text-align: center;
    font-weight: 100; }
  .item-counter__minus, .item-counter__plus {
    height: 100%;
    cursor: pointer;
    font-size: 0;
    position: relative; }
    .item-counter__minus:before, .item-counter__plus:before {
      content: '';
      position: absolute;
      width: 1px;
      height: calc(100% - 25px);
      background-color: #47687c;
      right: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
    .item-counter__minus span, .item-counter__plus span {
      position: relative;
      display: block;
      width: 100%;
      height: 100%; }
      .item-counter__minus span:before, .item-counter__plus span:before {
        content: '';
        position: absolute;
        width: 20px;
        height: 1px;
        background-color: #3c67ba;
        top: 30px;
        left: 25px; }
    .item-counter__minus:hover span:after, .item-counter__minus:hover span:before, .item-counter__plus:hover span:after, .item-counter__plus:hover span:before {
      background-color: #ffffff; }
  .item-counter__plus:before {
    left: 0;
    right: inherit; }
  .item-counter__plus span:after {
    content: '';
    position: absolute;
    width: 1px;
    height: 20px;
    background-color: #3c67ba;
    top: 21px;
    left: 34px; }
  .item-counter input[type='text'], .item-counter__minus, .item-counter__plus {
    width: 100%; }

.link-delivery {
  text-decoration: none;
  color: #1ba0fc;
  font-size: 18px;
  position: relative;
  padding-left: 35px;
  display: block; }
  .link-delivery:hover {
    color: #ffffff; }
  .link-delivery:before {
    content: '';
    position: absolute;
    width: 22px;
    height: 25px;
    background-image: url("../images/icons/calc.svg");
    background-repeat: no-repeat;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }

.circle-bar {
  width: 40px;
  height: 40px;
  position: relative; }
  .circle-bar span {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 5px solid #406e82;
    border-radius: 50%;
    font-size: 24px;
    line-height: 100%;
    color: #ffffff;
    font-weight: 100;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center; }
  .circle-bar svg {
    position: absolute;
    left: 0;
    top: 0; }
  .circle-bar circle {
    fill: transparent;
    stroke: #1aa1ff;
    stroke-width: 5;
    stroke-dasharray: calc((109 * 80) / 100), calc((109 * 20) / 100);
    transition: all .2s linear; }

.form-reviews fieldset {
  border: none;
  padding: 0; }
.form-reviews__name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px; }
  .form-reviews__name label {
    margin-right: 10px;
    width: 100%; }
    .form-reviews__name label:last-child {
      margin-right: 0; }
    .form-reviews__name label span {
      color: #9b9b9b;
      font-size: 14px;
      display: block;
      margin-bottom: 15px; }
    .form-reviews__name label input[type='text'],
    .form-reviews__name label input[type='tel'],
    .form-reviews__name label input[type='email'] {
      color: #0c0c0c;
      font-size: 18px;
      background-color: #ffffff;
      appearance: none;
      -webkit-appearance: none;
      -moz-appearance: none;
      border: 1px solid;
      padding: 10px;
      width: 100%; }
.form-reviews__rating {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center; }
.form-reviews__text {
  margin-bottom: 15px; }
  .form-reviews__text label {
    display: block;
    width: 100%;
    margin-bottom: 10px; }
    .form-reviews__text label:last-child {
      margin-bottom: 0; }
    .form-reviews__text label span {
      color: #85abee;
      display: block;
      margin-bottom: 5px; }
    .form-reviews__text label textarea {
      resize: none;
      appearance: none;
      -webkit-appearance: none;
      -moz-appearance: none;
      border: 1px solid;
      padding: 10px;
      width: 100%; }

.review-item__title, .review-item__rating {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center; }
.review-item__rating .circle-bar {
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  -o-transform: scale(0.7);
  transform: scale(0.7); }
.review-item__name {
  color: #2170ff;
  font-size: 18px;
  margin-right: 10px; }
.review-item__date {
  color: #ffffff;
  font-size: 14px;
  margin-right: 10px; }
.review-item__line {
  color: #ffffff;
  margin-bottom: 15px; }
  .review-item__line:last-child {
    margin-bottom: 0; }
  .review-item__line p {
    margin: 0; }
  .review-item__line b {
    color: #85abee;
    font-weight: normal;
    display: block;
    margin-bottom: 3px; }

.basket {
  margin-bottom: 50px;
  width: calc(100% - 80px); }
  @media screen and (max-width: 500px) {
    .basket {
      width: 100%; } }
  .basket__close-item {
    font-size: 0;
    position: absolute;
    width: 17px;
    height: 17px;
    right: 15px;
    top: 15px;
    z-index: 5;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg); }
    .basket__close-item:hover:before, .basket__close-item:hover:after {
      background-color: #ffffff; }
    .basket__close-item:before, .basket__close-item:after {
      content: '';
      position: absolute;
      width: 100%;
      height: 5px;
      background-color: #1aa1ff;
      -webkit-transition: 0.3s background-color linear;
      -o-transition: 0.3s background-color linear;
      transition: 0.3s background-color linear; }
    .basket__close-item:before {
      -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      -o-transform: rotate(90deg);
      transform: rotate(90deg); }
  .basket__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; }
    @media screen and (max-width: 500px) {
      .basket__content {
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
  .basket__left {
    width: 80%;
    margin-right: 10px; }
    @media screen and (max-width: 500px) {
      .basket__left {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px; } }
    .basket__left .product-item {
      margin-bottom: 10px; }
      .basket__left .product-item:last-child {
        margin-bottom: 0; }
  .basket__right {
    width: 20%;
    top: 80px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: 0.3s top linear, 0.3s box-shadow linear;
    -o-transition: 0.3s top linear, 0.3s box-shadow linear;
    transition: 0.3s top linear, 0.3s box-shadow linear; }
    @media screen and (max-width: 500px) {
      .basket__right {
        width: 100%; } }
    .basket__right.fixed {
      position: fixed;
      z-index: 100;
      right: 90px;
      top: 100px;
      -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
      box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
      -webkit-transition: 0.3s top linear;
      -o-transition: 0.3s top linear;
      transition: 0.3s top linear; }
      @media screen and (max-width: 500px) {
        .basket__right.fixed {
          position: relative; } }
    .basket__right .related-product__pics {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      justify-content: center; }
    .basket__right .link-delivery {
      display: block;
      margin-top: 10px; }
    .basket__right .order-step {
      background-color: #264558;
      padding-bottom: 10px; }
      .basket__right .order-step--related .order-step__content {
        margin-bottom: 0;
        padding-bottom: 10px; }
        .basket__right .order-step--related .order-step__content:before {
          content: none; }
      .basket__right .order-step .btn {
        margin-left: 20px;
        padding: 20px 30px;
        font-weight: 100;
        text-align: center; }
      .basket__right .order-step__content {
        position: relative;
        margin-bottom: 10px; }
        @media screen and (max-width: 500px) {
          .basket__right .order-step__content {
            background-color: #173448; } }
        .basket__right .order-step__content:before {
          content: '';
          position: absolute;
          height: 1px;
          width: calc(100% - 40px);
          background-color: #466a80;
          bottom: 0;
          left: 50%;
          -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
          -o-transform: translateX(-50%);
          transform: translateX(-50%); }
          @media screen and (max-width: 500px) {
            .basket__right .order-step__content:before {
              content: none; } }
  .basket__head {
    color: #bdcbd5;
    background-color: rgba(20, 48, 69, 0.8);
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; }
    @media screen and (max-width: 500px) {
      .basket__head {
        display: none; } }
    .basket__head:after {
      content: '';
      position: absolute;
      left: -60px;
      width: 100px;
      height: 150px;
      background: linear-gradient(to left, #2e4556, transparent);
      transform: rotate(45deg);
      top: -60px;
      opacity: .3; }
    .basket__head .col {
      height: 70px;
      width: 15%;
      position: relative;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      justify-content: center; }
      .basket__head .col:before {
        content: '';
        position: absolute;
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 1px;
        height: calc(100% - 20px);
        background-color: #33526a; }
      .basket__head .col--name {
        width: 30%; }
      .basket__head .col--photo {
        width: 20%; }
      .basket__head .col--order {
        width: 20%;
        font-size: 30px;
        font-weight: 100;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        -webkit-justify-content: flex-start;
        -moz-justify-content: flex-start;
        justify-content: flex-start;
        padding-left: 30px;
        color: #f4f4f4; }
        .basket__head .col--order:before {
          content: none; }
  .basket__list .product-item__gallery {
    height: 210px; }
    .basket__list .product-item__gallery .card-pics__control {
      bottom: 8px; }
  .basket__list .product-item__in-stock {
    margin-bottom: 10px; }
  .basket__list .product-item__name {
    font-size: 24px; }
    @media screen and (max-width: 500px) {
      .basket__list .product-item__name {
        margin-bottom: 0; } }
  .basket__list .product-item__rating {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center; }
    .basket__list .product-item__rating .tags {
      margin-right: 20px; }
  .basket__list .product-item .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; }
    @media screen and (max-width: 500px) {
      .basket__list .product-item .row {
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
    .basket__list .product-item .row .col {
      width: 20%;
      position: relative; }
      @media screen and (max-width: 500px) {
        .basket__list .product-item .row .col {
          width: 100%; } }
      .basket__list .product-item .row .col:before {
        content: '';
        position: absolute;
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 1px;
        height: calc(100% - 40px);
        background-color: #33526a; }
      .basket__list .product-item .row .col--photo {
        width: 25%; }
        @media screen and (max-width: 500px) {
          .basket__list .product-item .row .col--photo {
            width: 100%;
            -webkit-box-ordinal-group: 2;
            -webkit-order: 1;
            -moz-order: 1;
            -ms-flex-order: 1;
            order: 1; } }
      .basket__list .product-item .row .col--name {
        width: 38%;
        padding: 30px 20px; }
        @media screen and (max-width: 500px) {
          .basket__list .product-item .row .col--name {
            width: 100%;
            -webkit-box-ordinal-group: 3;
            -webkit-order: 2;
            -moz-order: 2;
            -ms-flex-order: 2;
            order: 2; } }
      .basket__list .product-item .row .col--price {
        width: 18%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        justify-content: center;
        padding: 0 20px; }
        @media screen and (max-width: 500px) {
          .basket__list .product-item .row .col--price {
            width: 100%;
            -webkit-box-ordinal-group: 4;
            -webkit-order: 3;
            -moz-order: 3;
            -ms-flex-order: 3;
            order: 3;
            -webkit-box-pack: start;
            -ms-flex-pack: start;
            -webkit-justify-content: flex-start;
            -moz-justify-content: flex-start;
            justify-content: flex-start; }
            .basket__list .product-item .row .col--price b {
              font-size: 24px; } }
        .basket__list .product-item .row .col--price:before {
          content: none; }
      .basket__list .product-item .row .col--counter {
        width: 19%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        align-items: center;
        padding: 0 20px; }
        @media screen and (max-width: 500px) {
          .basket__list .product-item .row .col--counter {
            width: 100%;
            -webkit-box-ordinal-group: 5;
            -webkit-order: 4;
            -moz-order: 4;
            -ms-flex-order: 4;
            order: 4;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            -webkit-justify-content: center;
            -moz-justify-content: center;
            justify-content: center;
            padding: 20px; } }
        .basket__list .product-item .row .col--counter .item-counter {
          height: 60px;
          background-color: #2a4b60; }

.data-table {
  border-spacing: 0;
}
.compare {
  margin-bottom: 50px; }
  @media screen and (max-width: 500px) {
    .compare {
      margin-right: -15px;
      margin-left: -15px; } }
  .compare__title {
    background-color: rgba(20, 48, 69, 0.8);
    height: 50px;
    padding: 15px 20px;
    margin-bottom: 10px; }
    .compare__title a {
      position: relative;
      color: #2170ff;
      padding-right: 50px;
      text-decoration: none; }
      .compare__title a:active:after {
        display: block; }
      .compare__title a:before {
        content: '';
        position: absolute;
        width: 26px;
        height: 26px;
        border: 1px solid #bdd8e8;
        background-color: #26465a;
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%); }
      .compare__title a:after {
        content: '';
        position: absolute;
        width: 14px;
        height: 14px;
        background-color: #2170ff;
        right: 6px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        display: none; }
  .compare__header {
    margin-bottom: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    top: 0; }
    .compare__header.fixed {
      position: fixed;
      width: calc(100% - 135px);
      -webkit-transition: 0.2s top linear;
      -o-transition: 0.2s top linear;
      transition: 0.2s top linear; }
      .compare__header.fixed .compare-item {
        padding-bottom: 0;
        background-color: #22455b; }
        .compare__header.fixed .compare-item__pics {
          display: none; }
        .compare__header.fixed .compare-item .btn.btn--basket {
          display: none; }
    @media screen and (max-width: 500px) {
      .compare__header {
        margin-bottom: 0; } }
    .compare__header .left {
      width: 300px; }
      @media screen and (max-width: 1366px) {
        .compare__header .left {
          width: 250px; } }
    .compare__header .right {
      width: calc(100% - 300px); }
      @media screen and (max-width: 1366px) {
        .compare__header .right {
          width: calc(100% - 250px); } }
      .compare__header .right .data-table {
        border-collapse: collapse; /*width: 100%;*/ }
        .compare__header .right .data-table tr {
          /*display: -webkit-box;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flexbox;
          display: flex;*/ }
          .compare__header .right .data-table tr td {
            margin: 0;
            /*width: 100%;*/ }
            .compare__header .right .data-table tr td .compare-item {
              width: 100%;
              min-width: 200px;
              max-width: 312px; }
  .compare__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; }
    .compare__content .right,
    .compare__content .left {
      background-color: rgba(12, 45, 59, 0.85); }
      /*.compare__content .right .data-table,*/
      .compare__content .left .data-table {
        border-collapse: collapse;
        width: 100%; }
        .compare__content .right .data-table tr td,
        .compare__content .left .data-table tr td {
          padding: 12px;
          text-align: right;
          border-bottom: 1px solid #2c4b5a;
          border-right: 1px solid #2c4b5a; }
          @media screen and (max-width: 500px) {
            .compare__content .right .data-table tr td,
            .compare__content .left .data-table tr td {
              height: 65px; } }
          .compare__content .right .data-table tr td .key_container,
          .compare__content .right .data-table tr td .value_container,
          .compare__content .left .data-table tr td .key_container,
          .compare__content .left .data-table tr td .value_container {
            color: #1ba0fd;
            font-size: 19px; }
          .compare__content .right .data-table tr td .value_container {
            min-width: 175.5px;
            max-width: 275.5px;
          }
            @media screen and (max-width: 1366px) {
              .compare__content .right .data-table tr td .key_container,
              .compare__content .right .data-table tr td .value_container,
              .compare__content .left .data-table tr td .key_container,
              .compare__content .left .data-table tr td .value_container {
                font-size: 16px; } }
            @media screen and (max-width: 500px) {
              .compare__content .right .data-table tr td .key_container,
              .compare__content .right .data-table tr td .value_container,
              .compare__content .left .data-table tr td .key_container,
              .compare__content .left .data-table tr td .value_container {
                font-size: 14px; } }
        .compare__content .right .data-table tr:last-child td,
        .compare__content .left .data-table tr:last-child td {
          border-bottom: 0; }
    .compare__content .left {
      width: 300px;
      overflow: hidden; }
      @media screen and (max-width: 1366px) {
        .compare__content .left {
          width: 250px; } }
      @media screen and (max-width: 500px) {
        .compare__content .left {
          background-color: #142a3d; } }
    .compare__content .right {
      width: calc(100% - 300px); }
      @media screen and (max-width: 1366px) {
        .compare__content .right {
          width: calc(100% - 250px); } }
      .compare__content .right .data-table tr:first-child .value_container {
        font-weight: bold;
        color: #1ba0fd; }
      .compare__content .right .data-table tr td {
        width: 312px;
        text-align: center; }
        .compare__content .right .data-table tr td:last-child {
          /*border-right: 0;*/ }
        .compare__content .right .data-table tr td .value_container {
          color: #ffffff; }
  @media screen and (max-width: 500px) {
    .compare__wrap {
      width: 1000px; } }
  @media screen and (max-width: 500px) {
    .compare__block {
      overflow-x: scroll; } }

.compare-item {
  background-color: rgba(34, 69, 91, 0.85);
  border: 1px solid rgba(225, 230, 235, 0.14);
  padding-bottom: 40px;
  position: relative; }
  @media screen and (max-width: 500px) {
    .compare-item {
      padding-bottom: 0; } }
  .compare-item__title {
    padding: 8px 30px 10px 10px;
    position: relative;
    height: 50px;
    overflow: hidden;
    line-height: 1.3em; }
    .compare-item__title a {
      text-decoration: none;
      color: #ffffff; }
      @media screen and (max-width: 500px) {
        .compare-item__title a {
          font-weight: 100; } }
  .compare-item__close {
    font-size: 0;
    position: absolute;
    top: 5px;
    right: 5px;
    width: 25px;
    height: 25px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg); }
    .compare-item__close:hover:before, .compare-item__close:hover:after {
      background-color: #ffffff; }
    .compare-item__close:before, .compare-item__close:after {
      content: '';
      position: absolute;
      width: 100%;
      height: 3px;
      background-color: #2170ff;
      top: 13px; }
    .compare-item__close:before {
      -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      -o-transform: rotate(90deg);
      transform: rotate(90deg); }
  .compare-item__pics {
    width: 100%;
    background-color: #ffffff;
    height: 200px;
    padding: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center; }
    @media screen and (max-width: 500px) {
      .compare-item__pics {
        height: 100px;
        padding: 10px; } }
    .compare-item__pics img {
      max-width: 100%;
      max-height: 100%;
      width: auto;
      height: auto; }
  .compare-item .btn.btn--basket {
    position: absolute;
    bottom: 10px;
    right: 0;
    width: auto;
    border-radius: 50px 0 0 50px;
    padding: 12px 15px;
    font-weight: 100; }
    .compare-item .btn.btn--basket svg {
      margin-right: 15px;
      fill: #a8b9d4; }
    @media screen and (max-width: 500px) {
      .compare-item .btn.btn--basket {
        display: none; } }

.header-mobile {
  background: linear-gradient(to bottom, #06182b, #263949);
  height: 60px;
  position: fixed;
  top: -70px;
  left: 0;
  width: 100%;
  z-index: 100;
  display: none;
  -webkit-transition: 0.3s top linear;
  -o-transition: 0.3s top linear;
  transition: 0.3s top linear; }
  @media screen and (max-width: 999px) {
    .header-mobile {
      display: block; } }
  .header-mobile.show {
    top: 0; }
  .header-mobile .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    position: relative;
    z-index: 12; }
    .header-mobile .row:before {
      content: '';
      position: absolute;
      width: 100%;
      height: 60px;
      background: linear-gradient(to bottom, #06182b, #263949);
      top: 0;
      left: 0; }
    .header-mobile .row--search {
      background-color: #0c2d3b;
      position: absolute;
      width: 100%;
      top: -10px;
      -webkit-transition: 0.2s top linear;
      -o-transition: 0.2s top linear;
      transition: 0.2s top linear;
      z-index: 10; }
      .header-mobile .row--search:before {
        content: none; }
      .header-mobile .row--search.active {
        top: 60px; }
      .header-mobile .row--search form {
        width: 100%; }
        .header-mobile .row--search form button {
          appearance: none;
          -moz-appearance: none;
          -webkit-appearance: none;
          background-color: transparent;
          border: none; }
          .header-mobile .row--search form button svg {
            fill: #a8b9d4; }
        .header-mobile .row--search form label {
          position: relative;
          width: 100%;
          padding: 15px;
          display: -webkit-box;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          -webkit-align-items: center;
          -moz-align-items: center;
          align-items: center; }
        .header-mobile .row--search form input[type='text'] {
          appearance: none;
          -moz-appearance: none;
          -webkit-appearance: none;
          background-color: rgba(255, 255, 255, 0.2);
          border: 1px solid rgba(255, 255, 255, 0.4);
          border-radius: 20px;
          padding: 10px;
          color: #ffffff;
          font-size: 14px;
          width: 100%;
          margin-right: 15px; }
          .header-mobile .row--search form input[type='text']::placeholder {
            color: #fff;
            font-size: 14px; }
    .header-mobile .row .col {
      width: 100%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      justify-content: center;
      margin-bottom: 5px;
      position: relative; }
      .header-mobile .row .col svg {
        fill: #a8b9d4; }
      .header-mobile .row .col--logo {
        margin: 0 auto; }
        .header-mobile .row .col--logo a img {
          width: 58px;
          height: auto; }
  .header-mobile__toggle #toggle-input {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    position: absolute;
    z-index: -10; }
    .header-mobile__toggle #toggle-input:checked + .toggle-btn span {
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg); }
      .header-mobile__toggle #toggle-input:checked + .toggle-btn span:before {
        display: none; }
      .header-mobile__toggle #toggle-input:checked + .toggle-btn span:after {
        width: 100%;
        top: 0;
        transform: rotate(90deg); }
  .header-mobile__toggle .toggle-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    position: relative;
    top: 0;
    left: 0;
    width: 32px;
    height: 16px;
    cursor: pointer;
    z-index: 1; }
    .header-mobile__toggle .toggle-btn span,
    .header-mobile__toggle .toggle-btn span:before,
    .header-mobile__toggle .toggle-btn span:after {
      display: block;
      position: absolute;
      width: 100%;
      height: 2px;
      background-color: #ff0000;
      transition-duration: .25s; }
    .header-mobile__toggle .toggle-btn span:before {
      content: '';
      top: -8px; }
    .header-mobile__toggle .toggle-btn span::after {
      content: '';
      top: 8px;
      width: 75%; }

.footer-mobile {
  display: none;
  position: relative; }
  .footer-mobile__top {
    height: 50px;
    background-color: #0c2d3b;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    padding: 0 15px; }
    .footer-mobile__top .logo {
      position: absolute;
      left: 50%;
      top: calc(50% - 30px);
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      width: 135px; }
      @media (max-width: 320px) {
        .footer-mobile__top .logo {
          width: 90px; } }
      .footer-mobile__top .logo img {
        max-width: 100%;
        height: auto; }
    .footer-mobile__top .nav {
      width: 100%; }
      .footer-mobile__top .nav__list {
        width: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        justify-content: space-between; }
      .footer-mobile__top .nav__item {
        margin-bottom: 0;
        font-size: 15px; }
        .footer-mobile__top .nav__item--stock svg {
          fill: #ffffff; }
  @media screen and (max-width: 500px) {
    .footer-mobile {
      display: block;
      padding-bottom: 60px;
      background-color: #0c2833; } }
  .footer-mobile__middle {
    background-color: #0c2833;
    padding: 40px 0 15px 0; }
    .footer-mobile__middle .copyright {
      margin-top: 15px; }
      .footer-mobile__middle .copyright .sea__waves {
        width: 220px;
        height: 5px;
        overflow: hidden; }
        .footer-mobile__middle .copyright .sea__waves svg:nth-child(1) {
          top: 0; }
      .footer-mobile__middle .copyright__text {
        max-width: 80%;
        margin: 0 auto; }
        .footer-mobile__middle .copyright__text p {
          font-size: 13px;
          margin: 0 0 2px 0; }
      .footer-mobile__middle .copyright__art {
        margin-bottom: 5px; }
    .footer-mobile__middle .row {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex; }
      .footer-mobile__middle .row .col {
        width: 50%;
        padding-left: 15px;
        padding-right: 15px; }
        .footer-mobile__middle .row .col:first-child {
          border-right: 1px solid #133a4b; }
    .footer-mobile__middle .nav__item {
      font-family: "Akrobat", Arial, sans-serif;
      display: block;
      margin-bottom: 10px; }
      .footer-mobile__middle .nav__item a {
        text-transform: none; }
  .footer-mobile__bottom {
    background-color: #09212a;
    padding: 20px; }
    .footer-mobile__bottom .row {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      align-items: center; }
      .footer-mobile__bottom .row .col--logo {
        margin-right: 15px; }
        .footer-mobile__bottom .row .col--logo img {
          max-width: 110px;
          height: auto; }
      .footer-mobile__bottom .row .col--socials {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        align-items: center; }
        .footer-mobile__bottom .row .col--socials .social-item {
          padding: 6px;
          width: 35px;
          height: 35px;
          text-align: center;
          display: -webkit-box;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          -webkit-align-items: center;
          -moz-align-items: center;
          align-items: center;
          margin-right: 5px; }
          .footer-mobile__bottom .row .col--socials .social-item:last-child {
            margin-right: 0; }

.product-item-label-text, .product-item-label-ring { z-index: 20;}

.item-sku__title {
  color: #ffffff;
  font-family: "Kontora", Arial, sans-serif;
  font-size: 16px;
  font-weight: normal; }

.bx-pagination {
  margin-bottom: 6.5rem;
}

.bx-filter.bx-blue .bx-filter-section {
  padding: 35px;
  padding-left: 50px;
}
.search-page{
  background: rgba(12, 45, 59, 0.85);
  padding: 15px;
  color: #ffffff;
}
.search-page table {
  color: #ffffff;
}
.search-page a, .personal a {
  text-decoration: none;
  color: #1e80c7;
}
.search-page a:hover, .personal-popup a:hover {
  color: #ffffff;
}

.product-item-detail-slider-block {
  z-index: 10;
}

/*.order-step .delivery-form {
  display: none;
  padding-top: 0;
}*/

.element-favorite-btn.active svg {
  fill:#4b97ff;
}

.sections__item--all .hide:after {
  transform:rotate(180deg) translateY(50%);
}


/* СТИЛИ ДЛЯ УМНОГО ФИЛЬТРА */
.smart-filter-container {
  display: none;
}
.bx-filter {
  font-family: "Kontora", Arial, sans-serif;
}
.bx-filter .filter-main-rows {
  display: flex;
  flex-wrap: wrap;
}
.col-md-3.col-sm-4.col-sm-push-8.col-md-push-9 {
  width: calc((200% / 5) - 15px);
}
.bx-filter.bx-blue .bx-filter-section {
  background:#193849;
}

.bx-filter .bx-filter-title, .bx-filter .bx-filter-parameters-box-container-block, .bx-filter .bx-filter-param-label.disabled .bx-filter-param-text, .mg-filter-text {
  color: #FFFFFF;
  font-size: 14px;
}
.bx-filter .bx-filter-parameters-box {
  width: calc(100%/3);
  padding-right: 15px;
}
.mg-smart-filter-price-range {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.mg-smart-filter-price-range .bx-right, .mg-smart-filter-price-range .bx-left {
    width: 40%;
}
.bx-filter .bx-ui-slider-part span {
    color: #687d84;
}
.bx-filter .bx-filter-input-container input {
    font-size: 16px;
    height: 25px;
}
.bx-filter .bx-ui-slider-pricebar-vd, .bx-filter .bx-ui-slider-pricebar-vn, .bx-filter .bx-ui-slider-pricebar-v, .bx-filter .bx-ui-slider-range {
    z-index: 0;
}

.col-lg-12.bx-filter-title.smart-filter-spoiler-parent {
  font-size: 18px;
  cursor: pointer;
  font-family: "Kontora", Arial, sans-serif;
}

.smart-filter-spoiler {
display: none;
}

.smart-filter-spoiler .opened {
   display: block;
 }
.smart-filter-spoiler-parent:after {
  font-family: 'FontAwesome';
}
.smart-filter-spoiler-parent.opened:after {
  content: "\f106";
}

.smart-filter-spoiler-parent:after {
  content: "\f107"
}
.quick-popup__wrap .product-list--quick {
  padding: 0;
}
.quick-popup a.cancel {
  cursor: pointer;
}

/* СТИЛИ ДЛЯ УМНОГО ФИЛЬТРА */


/* СТИЛИ ПОП-АП ОКОН БИТРИКС (окно подтверждения добавления в сравнение, в корзину)*/
.popup-window .btn:hover:before {
  opacity: 0;
}
.popup-window .popup-window-close-icon:after {
  width: 23px;
  height: 23px;
}

.popup-window.bx-blue .btn.btn-default:hover {
  background-color: #1069a3;
  border-color: #1485ce;
}
.popup-window.bx-blue .btn.btn-default {
  background-color: #1069a3;
  border-color: #1485ce;
  margin-bottom: 10px;
}
/* СТИЛИ ПОП-АП ОКОН БИТРИКС */

/* СТИЛИ КОРЗИНЫ */
.basket-checkout-container.basket-checkout-container-fixed {
  z-index: 45;
}
.btn.btn-lg.btn-primary.basket-btn-checkout.btn:hover:before {
  opacity: 0;
}
.btn.btn-lg.btn-primary.basket-btn-checkout:hover {
  background: linear-gradient(125deg, #3d6cc5 20%, #3b66b9 20%, #3b66b9 80%, #2c61ca 80%);
}
.basket-items-list-wrapper.basket-items-list-wrapper-height-fixed.basket-items-list-wrapper-light {
  background: #ffffff;
}
.basket-checkout-block-btn .btn:hover:before {
  opacity: 0.3;
}
.row.basket-clear-all {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  -ms-flex-pack: justify;
  margin-bottom: 20px;
  padding: 15px 25px;
  border: 1px solid #e2dfdf;
  border-radius: 2px;
  background-color: #fff;
  opacity: 1;
  transition: opacity 250ms ease;
  -webkit-box-pack: justify;
  justify-content: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.clear_basket {
  position: relative;
  color: #2170ff;
  text-decoration: none;
}
/* СТИЛИ КОРЗИНЫ */

/* СТИЛИ ОФОРМЛЕНИЯ ЗАКАЗА */
.payment-qrcode-img {
  max-height: 40%;
  max-width: 40%;
}
.ordering fieldset label img {
  max-width: 150px;
  max-height: 150px;
  min-width: 150px;
}
.btn.btn-lg.btn-success.pl-4.pr-4 {
  background-color: #2c61ca;
}
.payment-qrcode-img {
  width: 350px;
  height: max-content;
}
@media (max-width: 767px) {
  .payment-qrcode-img {
    width: -webkit-fill-available;
    width: -moz-available;
  }
  .payment-qrcode-img {
    max-height: 100%;
    max-width: 100%;
  }
}
.order-prop-textarea {
  resize: none;
  width: 90%;
  height: 4%;
}
.ordering input[type='tel'] {
  border: none;
  border-bottom: 1px solid #506e83;
}
.order-confirm a {
  color: #d70000;
  font-weight: 600;
}
.order-confirm font {
  font-weight: 600;
}
.text-page.order-confirm .personal {
  margin-bottom: 10px;
}
.text-page.order-confirm p {
  font-size: 16px;
  color: #ffffff;
}
.ordering input[type='tel'].is-empty {
  border: 1px solid red;
}

/* СТИЛИ ОФОРМЛЕНИЯ ЗАКАЗА */

/* Стили для страницы оплаты заказа order.detail */
.order-payment-detail .info-item {
  flex-direction: column;
}
.order-payment-detail-image {
  display: block;
  height: 51px;
  margin: 0;
  background-size: contain;
  background-repeat: no-repeat;
}
.order-payment-detail div {
  margin-bottom: 15px;
}
.order-payment-detail .order-payment-detail-image, .order-payment-detail .payment-qrcode-img {
  margin-bottom: 10px;
}
/* Стили для страницы оплаты заказа order.detail */

/* СТИЛИ ДЛЯ ИКОНКИ ИЗБРАННОГО */
.item-card .product-item__control a.element-favorite-btn.active {
  background: #ffffff;
}
.item-card .product-item__control a.element-favorite-btn.active:hover {
  background: #3d69bc;
}
.product-item__control a.element-favorite-btn:hover {
  background: #3d69bc;
}
.product-item__control .element-favorite-btn.active svg {
  fill: #4b97ff;
}
.product-item__control .element-favorite-btn.active:hover svg {
  fill: #ffffff;
}
.product-list--line .product-item__control a {
   background-color: transparent;
}
.product-list--line .product-item__control a:hover {
  background: #3d69bc;
}
/* СТИЛИ ДЛЯ ИКОНКИ ИЗБРАННОГО */

/* СТИЛИ ДЛЯ ТОВАРОВ В СПИСКЕ (категории, подкатегории, избранное) */
.product-list--line .product-item .col.col--name {
  width: 65%;
}
.product-list--line .product-item .col.col--control {
  width: 35%;
}
.product-item:hover {
  background-color: rgb(12, 45, 59);
}
.product-item .card-info__in-stock, .product-item .product-item__in-stock {
  display: none;
}
.product-item-image-wrapper {
  margin-bottom: 0;
}
.breadcrumbs {
    margin-bottom: 20px;
}
.change-view-container {
  background-color: rgba(34, 70, 92);
  padding: 11px 13px;
  width: 50px;
  height: 46px;
  margin-bottom: 7px;
  cursor: pointer;
  top: 0;
  fill: #adc4f5;
  -webkit-box-shadow:
          1px 0 0 0 rgb(225 230 235 / 14%),
          0 1px 0 0 rgb(225 230 235 / 14%),
          1px 1px 0 0 rgb(225 230 235 / 14%),
          1px 0 0 0 rgb(225 230 235 / 14%) inset,
          0 1px 0 0 rgb(225 230 235 / 14%) inset;
  box-shadow:
          1px 0 0 0 rgb(225 230 235 / 14%),
          0 1px 0 0 rgb(225 230 235 / 14%),
          1px 1px 0 0 rgb(225 230 235 / 14%),
          1px 0 0 0 rgb(225 230 235 / 14%) inset,
          0 1px 0 0 rgb(225 230 235 / 14%) inset;
}
.change-view-type {
  width: 99px;
}
.change-view-container:hover {
  background-color: rgba(12, 40, 51, 0.9);
}
.change-view-container svg:first-child {
  margin-right: 15px;
}
.section-icon-block {
  display: flex;
  justify-content: space-between;
  justify-content: flex-end;
}
.col.col--control {
  /*position: absolute;
  bottom: 0;*/
}
.product-item__content .row {
  display: flex;
  flex-direction: column;
  /*height: 100%;*/
  justify-content: space-between;
}
.product-item.item-card .product-item__content {
  /*height: calc(100% - 150px);*/
}
.product-item.item-card .product-item__gallery {
 /* height: 40%;*/
}
.product-item-info-container.product-item-hidden {
  display: none;
}
.bx-catalog-subscribe-button.disabled {
  font-size: 14px;
}
.item-card .btn--one-click, .product-list--line .product-item .btn--one-click {
  bottom: 80px;
  padding-left: 27px;
}
.item-card .btn--one-click:before, .product-list--line .product-item .btn--one-click:before {
  display: none;
}

@media all and (max-width: 999px) and (min-width: 499px) {
    .overlay:before {
        right: -10%;
    }
    .header-mobile .row--search {
        top: -22px;
    }
  .product-item.item-card .product-item__content {
    /*height: 28%;*/
  }

}

@media screen and (min-width: 1000px) {
  .bx-filter {
  /*margin-bottom: -40px;*/
}
/*// На главной странице //*/
  .sections {
    padding: 5% 85px 0 180px;
  }
  .product-list {
    padding: 0 85px 0 180px;
  }
  .product-list .product-item {
    margin-right: 7px;
    width: calc(calc(100% / 5) - 7px);
  }
  .product-list--line .product-item {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    box-shadow: none;
  }
  .sections__link {
    font-size: 16px;
    min-height: 66px;
  }
  /*// На главной странице //*/

  /*// Страницы категорий/подкатегорий //*/
  .page .page-content.section {
    padding: 20px 85px 0 180px;
  }
  .product-item-label-ring {
    z-index: 11;
  }
  .change-view-container {
    background-color: rgba(34, 70, 92);
    padding: 11px 13px;
    width: 50px;
    height: 46px;
    margin-bottom: 7px;
    cursor: pointer;
    top: 0;
    fill: #adc4f5;
    -webkit-box-shadow:
            1px 0 0 0 rgb(225 230 235 / 14%),
            0 1px 0 0 rgb(225 230 235 / 14%),
            1px 1px 0 0 rgb(225 230 235 / 14%),
            1px 0 0 0 rgb(225 230 235 / 14%) inset,
            0 1px 0 0 rgb(225 230 235 / 14%) inset;
    box-shadow:
            1px 0 0 0 rgb(225 230 235 / 14%),
            0 1px 0 0 rgb(225 230 235 / 14%),
            1px 1px 0 0 rgb(225 230 235 / 14%),
            1px 0 0 0 rgb(225 230 235 / 14%) inset,
            0 1px 0 0 rgb(225 230 235 / 14%) inset;
  }
  .change-view-type {
    width: 99px;
    margin-right: 7px;
  }
  .change-view-container:hover {
    background-color: rgba(12, 40, 51, 0.9);
  }
  .change-view-container svg:first-child {
    margin-right: 15px;
  }

  /*// Страницы категорий/подкатегорий //*/

  .product-list .product-item:last-child {
    margin-right: 0px;
  }

  .product-item-image-wrapper {
    padding-top: 60%;
  }

  .product-item__tags {
    padding: 5px;
    min-height: 47.25px;
    position: absolute;
    z-index: 1;
  }

  .product-item-image-wrapper {
  / margin-bottom: 0;
  }

  /*.sections__item {
    height: 200px;
  }*/
  .about {
    height: 70vh;
  }

  .page-content {
    padding: 6% 85px 0 180px;
  }

  .btn {
    padding: 15px 25px;
  }

  .product-item-info-container.product-item-hidden {
    display: none;
  }

  .product-item__content {
    padding: 20px 20px 10px 20px;
    padding: 10px 10px 10px 15px;
  }
}
/* СТИЛИ ДЛЯ ТОВАРОВ В СПИСКЕ */



/* СТИЛИ ДЛЯ СТРАНИЦЫ СРАВНЕНИЯ и немного избранного */
.compare__title a:last-child {
  padding-right: 0;
}
.compare__title a:last-child:before {
  display: none;
}
.compare__title.active a:last-child:after {
  display: none;
}
.compare__title a:active:last-child:after {
  display: none;
}
.compare__title {
  display: flex;
  justify-content: space-between;
}
.compare__wrap {
  transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  -webkit-transform: rotateX(180deg);
  overflow-x: auto;
  scrollbar-color: #2170ff #95aebb;
}
.compare__wrap::-webkit-scrollbar{
  height: 7px;
  background-color: #95aebb;
}
.compare__wrap::-webkit-scrollbar-thumb{
  background-color: #2170ff;
}
.compare__content {
  transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  -webkit-transform: rotateX(180deg);
  background-color: rgba(12, 45, 59, 0.55);
}
.compare__title.active a:after {
  display: block;
}
.compare-item__close {
  top: -4px;
  right: 15px;
}
.compare-item__title.compare__header.fixed {
  max-width: 312px;
  width: 32%;
  border-right: 1px solid #2c4b5a;
  margin-left: -13px;
  background: #1f4256;
}
.compare-page a, .bx-sbb-empty-cart-desc a, .favorite-page a {
  text-decoration: none;
  color: #1e80c7;
}
.compare-page.text-page, .favorite-page.text-page {
    margin-bottom: 0px;
}
.favorite-page.text-page {
  padding: 10px 25px;
}
.favorite-page {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.favorite-page a:first-child {
  margin-right: 15px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .favorite-page {
    justify-content: space-around;
  }
}
.bx-sbb-empty-cart-desc {
    color: #c7d4dc;
}
.compare-page a:hover, .bx-sbb-empty-cart-desc a:hover {
  color: #ffffff;
}
.compare__header .right .data-table tr td {
  width: 293px;
}

.compare__content .right .data-table tr td:last-child {
  background-color: #0f2e3e;
}
.compare__header .right, .compare__content .right {
  /*overflow-x: scroll;*/
}
.compare__header.fixed {
  width: calc(100% - 265px);
}

.compare__header .right::-webkit-scrollbar, .compare__content .right::-webkit-scrollbar {
  height: 10px;
  background: #FFFFFF;
}
.compare__header .right::-webkit-scrollbar-thumb, .compare__content .right::-webkit-scrollbar-thumb {
  background: #2d528b;
}
.compare__header {
  margin-bottom: 0;
}
.compare__title {
  margin-bottom: 0;
}
.compare__header .right, .compare__content .right {
  width: auto;
}
.compare__header .right {

}
.compare__content .left {
  width: auto;
}
.compare__header .left {
  width: 300px;
}
.compare__content .right .data-table tr td:first-child {
  /*position: absolute;
  left: 180;*/
}

@media screen and (min-width: 1330px) {
  .compare__header .right::-webkit-scrollbar, .compare__content .right::-webkit-scrollbar, .compare__header .right::-webkit-scrollbar-thumb, .compare__content .right::-webkit-scrollbar-thumb {
    height: 0px;
  }

  .compare__header .left {
    width: 273px;
  }
}
/* ДЛЯ СТРАНИЦЫ СРАВНЕНИЯ */

/* ПЕРСОНАЛЬНЫЙ РАЗДЕЛ*/
.personal__nav.personal-nav {
  flex-wrap: wrap;
}
  /* ПЕРСОНАЛЬНЫЙ РАЗДЕЛ: ПОДПИСКИ */
  .bx-no-touch .bx_item_list_you_looked_horizontal .bx_catalog_item:hover .bx_catalog_item_container {
    z-index: 10;
  }
  .bx_item_list_you_looked_horizontal .bx_catalog_item_images_double, .bx_item_list_you_looked_horizontal .bx_catalog_item_images {
    z-index: 10;
  }
  .bx_item_list_you_looked_horizontal.col3 .btn:hover:before {
    opacity: 0;
  }

  /* ПЕРСОНАЛЬНЫЙ РАЗДЕЛ: ПОДПИСКИ */
/* ПЕРСОНАЛЬНЫЙ РАЗДЕЛ */
/* СТРАНИЦА РЕГИСТРАЦИИ */

.reg-captcha-container {
  width: 180px;
}
.reg-button {
  margin-bottom: 10px;
}

.row.row--control {
  justify-content: space-around;
}
.personal-data .row--control .col:first-child {
  margin-left: 0;
}

/* СТРАНИЦА РЕГИСТРАЦИИ */

/* Вкладка комментарии/отзывы catalog.element */

.bx-catalog-tab-list li:first-child {
  display: none;
}
.blog-comment-cont {
  background: #0e2e3d;
}
.blog-comment-cont-white {
  background-color: #0e2e3d;
  padding: 10px;
  color: white;
}
.blog-comment-info a {
  color: #ffffff;
}
.blog-add-comment a {
    color: #1b9cf5;
}
.blog-add-comment a:hover {
  color: #ffffff;
}
.blog-comment .blog-author {
  color: #1b9cf5;
}

/* Вкладка комментарии/отзывы catalog.element */

/* Форма обратной связи */

.consent-row-mg {
  width: 350px;
  color: #9b9b9b;
}
.feedback-form__captcha {
    margin-bottom: 10px;
}
.contacts-popup .personal-data .row {
    margin-bottom: 0;
}
.contacts-popup {
    margin-bottom: 0;
}
@media (max-width: 767px) {
    .contacts-popup .personal {
        overflow-y: scroll;
        height: 100%;
        margin-bottom: 0;
    }
    .quick-form__control {
        margin-bottom: 70px;
    }
}

/* Форма обратной связи */


/* Карточка товара детальная */
  .item_economy_price {
     display: none;
       }
  .item-counter__minus span:before, .item-counter__plus span:before {
    left: 17px;
  }
  .item-counter__plus span:after {
    left: 27px;
  }
  /* кредитный попап */
  .layout-pochtabank {
    display: none;
    position: fixed;
    z-index: 100;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
    align-content: space-around;
    justify-content: center;
    align-items: center;
  }
  .container-pochtabank {
    margin-bottom: 50px;
    color: #ffffff;
    font-size: 16px;
    background-color: rgba(12, 45, 59, 0.93);
    padding: 10px 30px;
    border-radius: 10px;
    border: 1px solid white;
  }
  .container-pochtabank a {
    color: #2170ff;
    display: inline-block;
    text-decoration: none;
    position: relative;
  }
  .pochtabank-close {
    color: #7595ad;
    font-size: 28px;
    font-weight: bold;
    margin-left: auto;
    margin-right: 10px;
    cursor: pointer;
    float: right;
  }
  .pochtabank-close:hover {
    color: #4b97ff;
  }
  .pochtabank-submit {
    background-color: #2d528b;
  }
  .btn.btn-pochtabank {
    padding: 20px 10px;
  }
  .btn.btn-pochtabank:before {
    background: linear-gradient(125deg, #c53d3d 20%, #b93b3b 20%, #b93b3b 80%, #ca2c2c 80%);
  }
  .btn.btn-b2pos:before {
    background: linear-gradient(125deg, #c53d3d 20%, #b93b3b 20%, #b93b3b 80%, #ca2c2c 80%);
  }
  .pochtabank-cancel {
    text-decoration: none;
    font-size: 16px;
    color: #97adda;
    margin-left: 10px;
  }
  .container-pochtabank * {
    margin-bottom: 5px;
  }
  @media (max-width: 767px) {
    .container-pochtabank {
      overflow-y: scroll;
      height: 100%;
      margin-bottom: 0;
    }
    div.form-control:last-child {
      margin-bottom: 70px;
    }
    .pochtabank-submit {
      padding: 20px 25px;
    }
    .pochtabank-cancel {
      margin-top: 15px;
      margin-left: 40%;
    }
  }
  /* */

  /* комментарии отзывы */
  div.blog-comment-fields {
    color: #ffffff;
    background-color: rgba(12, 45, 59, 0.85);
  }
  .bx-editor-iframe {
    border: 1px solid rgb(173, 196, 245) !important;
    border-left: 0 !important;
    border-right: 0 !important;
  }
  div.blog-comment-buttons input {
    color: #ffffff;
    text-decoration: none;
    font-size: 16px !important;
    padding: 15px 50px !important;
    display: inline-block;
    border-radius: 50px;
    border: none;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    background-color: #2d528b;
  }
  div.blog-comment-field-user {
    padding-bottom: 10px;
  }
  .blog-comment-edit .feed-add-post-form {
    margin-bottom: 10px;
  }
  .blog-errors.blog-note-box.blog-note-error {
    border: solid 1px #bacef7;
    background: #ffffff;
  }
  /* комментарии отзывы */

.product-card__tab-text.product-card__description {
  overflow-x: auto;
  overflow-y: hidden;
}
.product-card__description {
  scrollbar-color: #2170ff #95aebb;
}
.product-card__description::-webkit-scrollbar{
  height: 7px;
  background-color: #95aebb;
}
.product-card__description::-webkit-scrollbar-thumb{
  background-color: #2170ff;
}
.product-card__tab-text table td, .product-card__tab-text table th {
  color:#ffffff;
}
.product-card__nav {
  margin-top: 10px;
}
.product-reviews .blog-add-comment a {
  width: 50%;
  text-align: center;
  height: 60px;
  font-weight: 100;
  padding: 20px 40px;
  color: #ffffff;
  text-decoration: none;
  font-size: 18px;
  display: inline-block;
  border-radius: 50px;
  border: none;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  background-color: #2d528b;
}
.product-reviews .blog-add-comment a:hover {
  background: -o-linear-gradient(325deg, #3d6cc5 20%, #3b66b9 20%, #3b66b9 80%, #2c61ca 80%);
  background: linear-gradient(125deg, #3d6cc5 20%, #3b66b9 20%, #3b66b9 80%, #2c61ca 80%);

}
.product-reviews .blog-add-comment a:before {
  content: '';
  position: absolute;
  width: 200%;
  height: 100%;
  left: -25%;
  top: 0;
  background: -o-linear-gradient(325deg, #3d6cc5 20%, #3b66b9 20%, #3b66b9 80%, #2c61ca 80%);
  background-size: 300px;
  background-position: 0 0;
  opacity: .6;
  -webkit-transition: 0.3s all linear;
  -o-transition: 0.3s all linear;
  transition: 0.3s all linear;
}
.product-reviews .blog-add-comment a:hover:before {
  left: 0;
}

/* уменьшение ширины кнопок "в корзину" "в 1 клик" "в кредит" */
.card-info__control .btn--in-cart svg {
  margin-right: 10px;
}
.card-info__control .btn {
  padding: 20px 10px;
}
.card-info__control .row .col {
  width: 170px;
}
/* */

/* рейтинг товаров */
.bx_stars_bg {
  -webkit-transition: 0.3s right ease, 0.2s background ease;
  -o-transition: 0.3s right ease, 0.2s background ease;
  transition: 0.3s right ease, 0.2s background ease;
}
.bx_item_detail_rating {
  margin-bottom: 0;
}
.bx_item_detail_rating .bx_stars_bg {
  background: url(/bitrix/templates/mensgames/images/icons/stars.png) no-repeat center;
  z-index: 10;
}
.product-item .bx_item_detail_rating .bx_stars_bg {
  background: url(/bitrix/templates/mensgames/images/icons/stars2.png) no-repeat center;
  z-index: 10;
  margin: -3px;
}
.product-card__right .card-info .card-info__content {
  background-color: rgba(12, 45, 59);
}
.product-card__right .card-info .bx_item_detail_rating .bx_stars_progress {
  background: #1aa1ff;
}
.product-item {
  background-color: rgba(34, 69, 91);
}
.product-item .bx_item_detail_rating .bx_stars_rating_votes {
  position: absolute;
  width: max-content;
  top: 10px;
  left: 76px;
  font-size: 14px;
}
.product-card__right .bx_stars_rating_votes {
  position: absolute;
  width: max-content;
  top: 10px;
  left: 76px;
  font-size: 14px;
}
.bx_item_detail_rating .bx_stars_container {
  width: 66px;
  margin-right: 10px;
}
@media (max-width: 500px) {
  .product-item .bx_item_detail_rating .bx_stars_rating_votes {
    top: 4px;
  }
  .product-card__right .bx_stars_rating_votes {
    top: 4px;
  }
}
.product-card__right .bx_item_rating {
  margin-right: 35px;
}
.product-item__rating {
  margin-bottom: 0;
}
.product-item .rating {
  width: auto;
  height: 28px;
  background-image: unset;
  background-position: unset;
  background-size: unset;
}
.product-item:hover .bx_item_detail_rating .bx_stars_bg {
  background: url(/bitrix/templates/mensgames/images/icons/stars.png) no-repeat center;
}
.product-item .bx_item_detail_rating .bx_stars_progress {
  background: #1aa1ff;
}
/*  */
/* Карточка товара детальная */

/* Мобильная версия */
.bx-touch .product-item-info-container.product-item-hidden {
  display: none;
  opacity: 0;
}

.slick-slider script {
  display: none !important;
  width: auto !important;
}
.bx-touch .product-item {
  background: rgba(34, 69, 91, 0.8);
}
.bx-touch .product-item:hover {
  background: rgba(12, 40, 51, 0.9);
}
tr.basket-items-list-item-container {
  border-bottom: 1px solid black;
}
tr.basket-items-list-item-container:last-child {
  border: 0;
}
.basket-item-actions-remove .visible-xs {
  display: none;
}
.footer-mobile {
  margin-top: 5.5em;
}
.sidebar-right {
  display: none;
}
.footer-mobile__middle {
  padding-top: 0;
}
.footer-mobile__top {
  height: 80px;
}
@media (max-device-aspect-ratio: 2 / 3) {
  .sections, .product-list {
    padding: 0 20px 0 20px;
  }
}
@media (max-device-aspect-ratio: 3 / 4) {
  .sections, .product-list {
    padding: 0 20px 0 20px;
  }
}
@media (max-device-aspect-ratio: 10 / 16) {
  .sections, .product-list {
    padding: 0 20px 0 20px;
  }
}
@media (max-device-aspect-ratio: 9 / 16) {
  .sections, .product-list {
    padding: 0 20px 0 20px;
  }
}
@media (max-width: 1500px) {
  .product-reviews .blog-add-comment a {
    padding: 20px 12px;
  }
}
@media (max-width: 1300px) {
  .product-reviews .blog-add-comment a {
    padding: 12px 12px;
  }
}
@media (max-width: 900px) {
  .change-view-container.change-view-type {
    display: none;
  }
}
@media (max-width: 767px) {
  .card-info__spec:last-child {
    display: none;
  }
  .basket-items-list-item-remove.hidden-xs {
    display: none;
  }
  .bx-touch .bx-filter .bx-filter-popup-result {
    font-size: 18px;
  }
  .basket-items-list-table tr.basket-items-list-item-container:first-child,
  .basket-items-list-table tbody tr.basket-items-list-item-container:first-child {
    border-bottom: 1px solid black;
  }
  .bx-filter .bx-filter-parameters-box {
    width: -webkit-fill-available;
    width: 100%;
  }
  .compare__content .right .data-table tr td {
    width: 140px;
  }
  .compare__wrap {
    width: auto;
  }
  .compare__content .right .data-table tr td .value_container {
    min-width: 125.5px;
  }
  .product-reviews .blog-add-comment a {
    padding: 14px 12px;
    font-size: 14px;
  }
  .card-info__control .row .col {
    width: 100%;
  }
  .card-info__control .btn--in-cart svg {
    margin-left: 30%;
  }
  .card-info__control .row .col:first-child {
    margin-right: 0px;
  }
}
@media (max-width: 500px) {
  .personal-data a.edit {
    display: inline-block;
    opacity: 1;
  }
  .sidebar-right {
    display: block;
  }
  .sidebar-right__container a span {
    right: 20px;
  }
  .sidebar-right__container a.sidebar-right__control span {
    right: -6px;
    top: -18px;
  }
  .header-mobile .row--search {
    top: -22px;
  }
}
@media (max-width: 400px) {
  .item-counter__minus span:before, .item-counter__plus span:before {
    left: 10px;
  }
  .item-counter__plus span:after {
    left: 20px;
  }
}
/* Мобильная версия */
/*# sourceMappingURL=style.css.map */
