@font-face {
  font-family: 'Roboto Light';
  font-style: normal;
  font-weight: normal;
  src: url("./fonts/Roboto/Roboto-Light.ttf");
}

@font-face {
  font-family: 'Roboto Regular';
  font-style: normal;
  font-weight: normal;
  src: url("./fonts/Roboto/Roboto-Regular.ttf");
}
@font-face {
  font-family: 'Roboto SemiBold';
  font-style: normal;
  font-weight: normal;
  src: url("./fonts/Roboto/Roboto-Medium.ttf");
}

@font-face {
  font-family: 'Roboto Bold';
  font-style: normal;
  font-weight: bold;
  src: url("./fonts/Roboto/Roboto-Bold.ttf");
}

@font-face {
  font-family: 'Montserrat SemiBold';
  font-style: normal;
  font-weight: bold;
  src: url("./fonts/montserrat/Montserrat-SemiBold.ttf");
}


.btn {
  display: inline-block;
  padding: 0 20px;
  min-width: 135px;
  background: #2756ED;
  border-radius: 4px;
  transition: 0.3s ease; }

  .btn-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    font-family: 'Roboto SemiBold', 'Montserrat SemiBold';
    font-size: 14px;
    line-height: 40px;
    color: #ffffff; }
    .btn-wrap span {
      white-space: nowrap; }


  .btn-big {
    padding: 0 74px; }
    .btn-big .btn-wrap {
      min-height: 50px;
      font-size: 16px;
      line-height: 50px; }
  .btn img {
    max-width: 16px;
    margin-right: 10px; }
  @media (min-width: 1100px) {
    .btn:hover {
      background: #0e3fdf; } }

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
em,
strong,
abbr,
acronym,
blockquote,
q,
cite,
ins,
del,
dfn,
a,
div,
span,
pre,
address,
br,
b,
i,
sub,
sup,
big,
small,
tt,
table,
tr,
caption,
thead,
tbody,
tfoot,
col,
colgroup,
form,
input,
label,
textarea,
button,
fieldset,
legend,
select,
option,
dl,
dt,
dd,
code,
var,
samp,
img,
object,
param,
map,
area {
  padding: 0;
  margin: 0;
  border: none; }

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
figure,
figcaption,
header,
footer,
aside,
article {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

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

input[type=button],
input[type=submit],
button {
  cursor: pointer; }

button {
  border: 0; }

*:focus {
  outline: none; }

a {
  text-decoration: none;
  color: black; }

a:hover {
  text-decoration: none;
  color: inherit; }

button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
  border: none;
  outline: none; }

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

/* reset extra padding in Firefox */
::-ms-clear {
  width: 0;
  height: 0; }

::-ms-reveal {
  width: 0;
  height: 0;
  display: none; }

/* Internet Explorer 10 in Windows 8 and Windows Phone 8 Bug fix */
@-webkit-viewport {
  width: device-width; }

@-moz-viewport {
  width: device-width; }

@-ms-viewport {
  width: device-width; }

@-o-viewport {
  width: device-width; }

@viewport {
  width: device-width; }

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

*:focus {
  outline: none; }

button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
  border: none;
  outline: none; }

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

/* reset extra padding in Firefox */
::-ms-clear {
  width: 0;
  height: 0; }

::-ms-reveal {
  width: 0;
  height: 0;
  display: none; }

/* Internet Explorer 10 in Windows 8 and Windows Phone 8 Bug fix */
@-webkit-viewport {
  width: device-width; }

@-moz-viewport {
  width: device-width; }

@-ms-viewport {
  width: device-width; }

@-o-viewport {
  width: device-width; }

@viewport {
  width: device-width; }

a,
input,
textarea,
select {
  -webkit-appearance: none; }

.header {
  position: relative;
  padding: 23px 0 30px; }
  .header-top {
    padding-bottom: 28px; }
    @media (max-width: 1200px) {
      .header-top {
        display: none; } }
    .header-top .wrapper {
      display: flex;
      align-items: center;
      justify-content: space-between; }
    .header-top-left {
      display: flex;
      align-items: center;
      justify-content: flex-start; }
      .header-top-left a {
        font-family: 'Roboto Regular';
        font-size: 14px;
        line-height: 14px;
        color: #ffffff;
        transition: 0.3s ease; }
        .header-top-left a:hover {
          color: #2756ED; }
        .header-top-left a:not(:last-child) {
          margin-right: 40px; }
    .header-top-right {
      display: flex;
      align-items: center;
      justify-content: flex-end; }
      .header-top-right > a {
        font-family: 'Roboto Bold';
        font-size: 14px;
        line-height: 14px;
        color: #ffffff;
        transition: 0.3s ease; }
        .header-top-right > a:hover {
          color: #2756ED; }
        .header-top-right > a:not(:last-child) {
          margin-right: 39px; }
  .header-bottom .wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    @media (max-width: 1200px) {
      .header-bottom .wrapper {
        flex-flow: row wrap; }
        .header-bottom .wrapper .search-form {
          max-width: 100%;
          order: 4;
          margin-top: 30px; } }
  @media (max-width: 1200px) {
    .header-bottom .catalog-menu-trigger {
      display: none; } }
  .header-bottom .logo {
    width: 100%;
    max-width: 164px; }
    @media (max-width: 1200px) {
      .header-bottom .logo {
        order: 1; } }
    @media (max-width: 400px) {
      .header-bottom .logo {
        max-width: 130px; } }
    .header-bottom .logo img {
      max-width: 100%; }
  @media (max-width: 1200px) {
    .header-bottom-right {
      display: flex;
      align-items: center;
      justify-content: flex-end;
      order: 2; } }
  .header-bottom-right .menu-trigger-open {
    display: none;
    align-items: flex-end;
    justify-content: space-between;
    flex-direction: column;
    width: 25px;
    height: 18px;
    margin-left: 48px; }
    @media (max-width: 1200px) {
      .header-bottom-right .menu-trigger-open {
        display: flex; } }
    @media (max-width: 400px) {
      .header-bottom-right .menu-trigger-open {
        margin-left: 20px; } }
    .header-bottom-right .menu-trigger-open span {
      display: block;
      width: 100%;
      height: 2px;
      border-radius: 10px;
      background-color: #ffffff; }
  .header-bottom-right .menu-trigger-close {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 29px;
    height: 29px;
    background: #2756ED;
    border-radius: 50%;
    margin-left: 44px; }
    @media (max-width: 400px) {
      .header-bottom-right .menu-trigger-close {
        margin-left: 16px; } }
    .header-bottom-right .menu-trigger-close img {
      width: auto;
      max-width: 11px; }
  .header-bottom .cart {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    min-width: 112px; }
    .header-bottom .cart-icon {
      position: relative;
      margin-right: 22px;
      margin-top: 7px; }
      .header-bottom .cart-icon svg path {
        fill: #ffffff;
        transition: 0.3s ease; }
      .header-bottom .cart-icon-num {
        position: absolute;
        top: -9px;
        right: -9px;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 18px;
        height: 18px;
        border-radius: 50%;
        background: #2756ED;
        font-family: 'Roboto Bold';
        font-size: 10px;
        line-height: 10px;
        color: #FFFFFF;
        transition: 0.3s ease;
        opacity: 0; }
    .header-bottom .cart-info {
      display: block;
      visibility: hidden;
      transition: 0.3s ease; }
      .header-bottom .cart-info span {
        display: block;
        font-size: 14px;
        line-height: 17px;
        color: #FFFFFF;
        transition: 0.3s ease; }
      .header-bottom .cart-info span:nth-child(1) {
        font-family: 'Roboto SemiBold', 'Montserrat SemiBold'; }
      .header-bottom .cart-info span:nth-child(2) {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        font-family: 'Roboto Bold'; }
        .header-bottom .cart-info span:nth-child(2) .cart-info-sum {
          margin-right: 2px; }
    .header-bottom .cart.added .cart-icon-num {
      opacity: 1; }
    .header-bottom .cart.added .cart-info {
      visibility: visible; }
  .header-menu {
    display: none; }
    @media (max-width: 1200px) {
      .header-menu {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: auto;
        z-index: 10;
        display: block;
        visibility: hidden;
        opacity: 0;
        padding: 23px 0 40px;
        background-color: #ffffff;
        transition: 0.3s ease;
        box-shadow: 0 0 10px #9e9e9e; } }
    .header-menu-top {
      display: flex;
      align-items: center;
      justify-content: space-between;
      width: 100%; }
      .header-menu-top .cart-icon svg path {
        fill: #303030; }
      .header-menu-top .cart-info span {
        color: #303030; }
    .header-menu-links {
      width: 100%;
      padding-top: 60px; }
      @media (max-height: 430px) {
        .header-menu-links {
          padding-top: 15px; } }
      .header-menu-links .flex-container-center {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto 25px; }
        .header-menu-links .flex-container-center .btn {
          display: inline-block !important; }
        @media (max-height: 430px) {
          .header-menu-links .flex-container-center {
            margin: 0 auto 10px; } }
      .header-menu-links-top a {
        display: block;
        margin-bottom: 25px;
        font-family: 'Roboto Regular';
        font-size: 18px;
        line-height: 22px;
        text-align: center;
        color: #303030; }
        @media (max-height: 430px) {
          .header-menu-links-top a {
            margin-bottom: 10px; } }
      .header-menu-links-bottom a {
        display: block;
        font-family: 'Roboto Bold';
        font-size: 14px;
        line-height: 17px;
        text-align: center;
        color: #303030; }
        .header-menu-links-bottom a:not(:last-child) {
          margin-bottom: 15px; }
          @media (max-height: 430px) {
            .header-menu-links-bottom a:not(:last-child) {
              margin-bottom: 10px; } }
  .header-white {
    margin-bottom: 58px; }
    @media (max-width: 1200px) {
      .header-white {
        margin-bottom: 25px; } }
    .header-white .header-top-right a, .header-white .header-top-left a {
      color: #303030; }
    .header-white .search-form input {
      border: 1px solid #D7D7D7;
      border-right: 0; }
      .header-white .search-form input:focus {
        border-radius: 4px 0 0 0;
        border-bottom: 1px solid transparent; }
    .header-white .search-form-hidden {
      box-shadow: none;
      border: 1px solid #D7D7D7;
      border-top: 0; }
    .header-white .cart-icon svg path {
      fill: #303030; }
    .header-white .cart-info span {
      color: #303030; }
    .header-white .menu-trigger-open span {
      background-color: #2756ED; }
  .header-categories {
    position: absolute;
    z-index: 1;
    top: calc(100% - 35px);
    left: 0;
    width: 100%;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s ease; }
    @media (max-width: 1200px) {
      .header-categories {
        top: 0;
        height: 100vh;
        z-index: 20;
        padding: 20px 0 80px;
        background-color: #ffffff; } }
    .header-categories-close-wrap {
      display: none; }
      @media (max-width: 1200px) {
        .header-categories-close-wrap {
          display: flex;
          align-items: center;
          justify-content: space-between;
          margin-bottom: 40px !important;
          width: 100%;
          max-width: 300px;
          margin: 0 auto; } }
      @media (max-width: 500px) {
        .header-categories-close-wrap {
          max-width: 100%; } }
      .header-categories-close-wrap p {
        font-family: 'Roboto Bold';
        font-size: 16px;
        line-height: 16px;
        text-transform: uppercase;
        color: #303030; }
    @media (max-width: 1200px) {
      .header-categories-close {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 29px;
        height: 29px;
        background: #2756ED;
        border-radius: 50%; } }
    .header-categories-items {
      position: relative;
      width: 47%;
      padding: 16px 5px 25px 20px;
      border-radius: 4px;
      overflow: hidden;
      transition: 0.3s ease; }
      @media (min-width: 1201px) {
        .header-categories-items:hover {
          /*box-shadow: 0px 5px 25px rgba(5, 5, 5, 0.13); */
        } }
      @media (max-width: 1200px) {
        .header-categories-items {
          width: 100%;
          max-width: 300px;
          margin: 0 auto;
          padding: 0;
          height: calc(100vh - 89px);
          border-radius: 0;
          box-shadow: none;
          overflow: scroll; } }
      @media (max-width: 500px) {
        .header-categories-items {
          max-width: 100%; } }
      .header-categories-items::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        display: block;
        width: 100%;
        max-width: 194px;
        height: 100%;
        background-color: #ffffff;
          /*box-shadow: 5px -20px 25px rgba(5, 5, 5, 0.13);*/
          box-shadow: 0px 5px 25px rgba(5, 5, 5, 0.13);
      }
        @media (max-width: 1200px) {
          .header-categories-items::before {
            display: none; } }
      .header-categories-items .header-categories-item > a {
        position: relative;
        z-index: 2; }
        @media (max-width: 1200px) {
          .header-categories-items .header-categories-item > a {
            position: static; } }
    .header-categories-item {
      width: 100%;
      max-width: 174px; }
      @media (max-width: 1200px) {
        .header-categories-item {
          max-width: 100%; } }
      .header-categories-item > a {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        max-width: 174px;
        padding: 4px 0;
        font-family: 'Roboto Bold';
        font-size: 14px;
        line-height: 13px;
        color: #303030;
        transition: 0.3s ease; }
        @media (max-width: 1200px) {
          .header-categories-item > a {
            max-width: 100%; } }
        .header-categories-item > a svg {
          display: none;
          width: 10px;
          min-width: 10px;
          height: 5px;
          margin-left: 10px;
          margin-right: 9px;
          transition: 0.3s ease; }
          @media (max-width: 1200px) {
            .header-categories-item > a svg {
              display: block; } }
          .header-categories-item > a svg path {
            fill: #303030;
            transition: 0.3s ease; }
        @media (min-width: 1201px) {
          .header-categories-item > a:hover {
            color: #2756ED; } }
      .header-categories-item-hidden {
          position: absolute;
          /* right: 0; */
          top: 0;
          left: 194px;
          display: flex;
          align-items: flex-start;
          justify-content: flex-start;
          flex-flow: column wrap;
          width: calc(47% - 194px);
        box-shadow: 0px 5px 25px rgba(5, 5, 5, 0.13);
          /*height: 100%;*/
          padding: 25px;
          visibility: hidden;
          opacity: 0;
          background-color: #ffffff;}
        @media (max-width: 1200px) {
          .header-categories-item-hidden {
            position: static;
            width: 100%;
            padding: 15px 0;
            visibility: visible;
            opacity: 1;
            display: none; } }
        .header-categories-item-hidden a {
          display: block;
          width: 100%;
          max-width: 159px;
          padding: 0 5px 0 0;
          font-family: 'Roboto Regular';
          font-size: 13px;
          line-height: 13px;
          color: #303030;
          transition: 0.3s ease; }
          @media (max-width: 1200px) {
            .header-categories-item-hidden a {
              max-width: 100%;
              padding: 0; } }
          .header-categories-item-hidden a:not(:last-child) {
            margin-bottom: 16px; }
          .header-categories-item-hidden a:hover {
            color: #2756ED; }
        .header-categories-item-hidden p a {
          display: block;
          width: 100%;
          max-width: 159px;
          padding: 0 5px 0 0;
          font-family: 'Roboto Bold';
          font-size: 14px;
          line-height: 13px;
          color: #303030; }
          @media (max-width: 1200px) {
            .header-categories-item-hidden p {
              max-width: 100%;
              padding: 0; } }
          .header-categories-item-hidden p:not(:last-child) {
            margin-bottom: 16px; }
      @media (min-width: 1201px) {
        .header-categories-item:hover {
          max-width: 100%; }
/*          .header-categories-item:hover .header-categories-item-hidden {
            visibility: visible;
            opacity: 1; }*/
          .header-categories-item:hover > a {
            color: #2756ED; } }
      @media (max-width: 1201px) {
        .header-categories-item.active .header-categories-item-hidden {
          display: block; }
        .header-categories-item.active > a {
          color: #2756ED; }
          .header-categories-item.active > a svg {
            transform: rotate(180deg); }
            .header-categories-item.active > a svg path {
              fill: #2756ED; } }
  .header.open-cat .header-categories {
    opacity: 1;
    visibility: visible; }
  .header.open .header-bottom-right .menu-trigger-open span {
    background-color: #2756ED; }
  .header.open .header-bottom.header-menu {
    opacity: 1;
    visibility: visible; }

.lang-links {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 67px; }
  @media (max-width: 1200px) {
    .lang-links {
      margin: 20px 0 0; } }
  .lang-links span {
    display: inline-block;
    font-family: 'Roboto Regular';
    font-size: 14px;
    line-height: 17px;
    color: #9D9D9D; }
    .lang-links span:first-child {
      margin-right: 11px; }
  .lang-links a {
    display: inline-block;
    font-family: 'Roboto Regular';
    font-size: 14px;
    line-height: 17px;
    color: #fff;
    text-decoration: underline;
    transition: 0.3s ease; }
    @media (max-width: 1200px) {
      .lang-links a {
        color: #303030; } }
    .lang-links a:first-child {
      margin-right: 11px; }
    .lang-links a:hover {
      text-decoration: none; }

.footer {
  padding: 19px 0;
  background-color: #363636; }
  .footer-content {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    @media (max-width: 1024px) {
      .footer-content {
        align-items: flex-end;
        width: 100%;
        max-width: 384px;
        margin: 0 auto; } }
    @media (max-width: 380px) {
      .footer-content {
        flex-direction: column;
        align-items: center; } }
  .footer-left {
    display: flex;
    align-items: center;
    justify-content: flex-start; }
    @media (max-width: 1024px) {
      .footer-left {
        flex-flow: row wrap;
        width: 100%;
        max-width: 186px; } }
    @media (max-width: 380px) {
      .footer-left {
        flex-direction: column;
        align-items: center;
        margin-bottom: 20px; } }
    .footer-left a {
      font-family: 'Roboto Regular';
      font-size: 14px;
      line-height: 14px;
      color: #ffffff;
      transition: 0.3s ease; }
      @media (max-width: 1024px) {
        .footer-left a.logo {
          margin-bottom: 25px; } }
      .footer-left a:hover {
        color: #2756ED; }
      .footer-left a:not(:last-child) {
        margin-right: 49px; }
        @media (max-width: 380px) {
          .footer-left a:not(:last-child) {
            margin: 0 0 15px; } }
  .footer-right {
    display: flex;
    align-items: center;
    justify-content: flex-end; }
    @media (max-width: 1024px) {
      .footer-right {
        flex-direction: column;
        align-items: flex-end;
        justify-content: flex-start; } }
    .footer-right a {
      font-family: 'Roboto Bold';
      font-size: 14px;
      line-height: 14px;
      color: #ffffff;
      transition: 0.3s ease; }
      .footer-right a:hover {
        color: #2756ED; }
      .footer-right a:not(:last-child) {
        margin-right: 42px; }
        @media (max-width: 1024px) {
          .footer-right a:not(:last-child) {
            margin: 0 0 10px; } }

.popup-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  padding: 15px;
  opacity: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: center;
  visibility: hidden;
  opacity: 0;
  transition: 0.5s ease; }

.popup-wrapper.active {
  visibility: visible;
  opacity: 1; }

.popup-layout {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 6;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.4); }

.popup {
  position: relative;
  width: 100%;
  max-width: 366px;
  padding: 21px 50px;
  background: #FFFFFF; }
  .popup-img {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    width: 100%; }
    .popup-img img {
      max-height: 68px; }
  .popup-thanks h5 {
    display: block;
    margin-bottom: 16px;
    font-family: 'Roboto SemiBold', 'Montserrat SemiBold';
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #303030; }
  .popup-thanks a {
    display: block;
    font-family: 'Roboto Regular';
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    text-decoration: underline;
    color: #303030; }
    .popup-thanks a:hover {
      text-decoration: none; }

html, body {
  height: 100%; }
  html.hidden, body.hidden {
    overflow: hidden; }

.main {
  display: flex;
  flex-direction: column;
  min-height: 100%; }
  .main-content {
    flex: 1 0 auto; }
  .main footer {
    flex: 0 0 auto; }

.wrapper {
  font-family: "Roboto Regular";
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 15px; }

.section-block {
  padding: 70px 0 45px; }
  @media (max-width: 1100px) {
    .section-block {
      padding: 40px 0; } }

.title {
  font-family: 'Roboto Bold';
  font-size: 64px;
  line-height: 78px;
  color: #FFFFFF; }
  @media (max-width: 1100px) {
    .title {
      font-size: 48px;
      line-height: 56px; } }
  @media (max-width: 1024px) {
    .title {
      font-size: 41px;
      line-height: 50px; } }
  @media (max-width: 380px) {
    .title {
      font-size: 28px;
      line-height: 36px; } }
  .title-big {
    margin-bottom: 20px;
    font-family: 'Roboto Bold';
    font-size: 35px;
    line-height: 43px;
    color: #303030; }
  .title-2 {
    margin-bottom: 30px;
    font-family: 'Roboto SemiBold', 'Montserrat SemiBold';
    font-size: 24px;
    line-height: 29px;
    color: #303030; }

.search-form {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 560px; }
  @media (max-width: 1100px) {
    .search-form {
      max-width: 350px; } }
  @media (max-width: 1024px) {
    .search-form {
      max-width: 100%; } }
  .search-form-hidden {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    max-width: 425px;
    padding: 0 16px 16px;
    background-color: #FFFFFF;
    transition: 0.3s ease;
    opacity: 0;
    visibility: hidden; }
    @media (max-width: 1024px) {
      .search-form-hidden {
        max-width: 560px;
        left: 50%;
        transform: translateX(-50%); } }
    .search-form-hidden a {
      display: block;
      font-family: 'Roboto Regular';
      font-size: 12px;
      line-height: 15px;
      color: #303030;
      transition: 0.3s ease; }
      .search-form-hidden a:hover {
        color: #2756ED; }
      .search-form-hidden a:not(:last-child) {
        margin-bottom: 15px; }
      .search-form-hidden a:first-child {
        padding-top: 10px;
        border-top: 1px solid rgba(221, 221, 221, 0.27); }
  .search-form input {
    display: block;
    width: 100%;
    max-width: 425px;
    min-height: 40px;
    height: 40px;
    padding: 3px 16px;
    outline: none;
    border: none;
    background-color: #FFFFFF;
    border-radius: 4px 0px 0px 4px;
    font-family: 'Roboto Regular';
    font-size: 12px;
    line-height: 40px;
    color: #000000;
    transition: 0.3s ease; }
    @media (max-width: 400px) {
      .search-form input {
        padding: 3px 10px; } }
    .search-form input::-webkit-input-placeholder {
      color: #868686; }
    .search-form input::-moz-placeholder {
      color: #868686; }
    .search-form input:-ms-input-placeholder {
      color: #868686; }
    .search-form input:-moz-placeholder {
      color: #868686; }
    .search-form input:focus {
      border-radius: 4px 0 0 0; }
    .search-form input:focus + .search-form-hidden {
      opacity: 1;
      visibility: visible; }
  .search-form .btn {
    border-radius: 0 4px 4px 0; }
    @media (max-width: 400px) {
      .search-form .btn {
        min-width: 80px; } }

.breadcrumbs {
  padding: 0 0 10px; }
  @media (max-width: 767px) {
    .breadcrumbs {
      padding: 0 0 5px; } }
  .breadcrumbs .wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-flow: row wrap; }
    .breadcrumbs .wrapper a,
    .breadcrumbs .wrapper span {
      display: inline-block;
      margin-bottom: 5px;
      font-family: 'Roboto Regular';
      font-size: 14px;
      line-height: 17px;
      color: #303030; }
    .breadcrumbs .wrapper .slash {
      margin: 0 5px 5px; }

.banner {
  position: relative; }
  .banner .header {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    width: 100%; }
  .banner-slider {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; }
    .banner-slider .owl-dots {
      position: absolute;
      bottom: 64px;
      left: 0;
      display: flex;
      align-items: flex-end;
      justify-content: center;
      height: 33px;
      width: 100%; }
      @media (max-width: 1024px) {
        .banner-slider .owl-dots {
          bottom: 13px; } }
      @media (max-height: 1024px) {
        .banner-slider .owl-dots {
          bottom: 13px; } }
      .banner-slider .owl-dots button {
        position: relative;
        width: 20px;
        height: 21px;
        outline: none !important;
        border: none !important;
        transition: 0.3s ease; }
        .banner-slider .owl-dots button::before {
          content: '';
          position: absolute;
          bottom: 0;
          left: 50%;
          transform: translateX(-50%);
          display: block;
          width: 0.5px;
          height: 100%;
          background-color: rgba(255, 255, 255, 0.2);
          transition: 0.3s ease; }
        .banner-slider .owl-dots button:not(:last-child) {
          margin-right: 5px; }
        .banner-slider .owl-dots button span {
          position: absolute;
          left: 50%;
          min-width: 30px;
          bottom: calc(100% + 13px);
          transform: translateX(-50%);
          font-family: 'Roboto SemiBold', 'Montserrat SemiBold';
          font-size: 14px;
          line-height: 14px;
          text-align: center;
          color: #FFFFFF;
          opacity: 0;
          transition: 0.3s ease; }
        .banner-slider .owl-dots button.active {
          height: 33px; }
          .banner-slider .owl-dots button.active::before {
            background-color: white; }
          .banner-slider .owl-dots button.active span {
            opacity: 1; }
  .banner-item {
    position: relative;
    width: 100%;
    height: calc(100vh - 177px);
    padding: 165px 0 185px; }
    @media (max-height: 1024px) {
      .banner-item {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 165px 0 80px; } }
    @media (max-width: 1200px) {
      .banner-item {
        height: auto !important; } }
    @media (max-width: 1024px) {
      .banner-item {
        padding: 230px 0 85px !important; } }
    .banner-item .wrapper {
      position: relative;
      display: flex;
      align-items: center;
	  height: calc(100vh - 50% - 177px);
      justify-content: space-between; }
      @media (max-width: 1024px) {
        .banner-item .wrapper {
          flex-direction: column;
          align-items: center; } }
    .banner-item-cnt {
      padding-right: 10px; }
      @media (max-width: 1024px) {
        .banner-item-cnt {
          width: 100%;
		  text-align: center;
          padding: 0 0 20px; } }
      .banner-item-cnt .title {
        margin-bottom: 30px; }
        @media (max-width: 1024px) {
          .banner-item-cnt .title {
            margin-bottom: 20px; } }
        @media (max-height: 800px) {
          .banner-item-cnt .title {
            font-size: 41px;
            line-height: 50px; } }
    .banner-item-img {
      width: 100%;
      max-width: 535px; }
      @media (max-width: 1200px) {
        .banner-item-img {
          max-width: 400px !important; } }
      @media (max-height: 1024px) {
        .banner-item-img {
          max-width: 390px; } }
      @media (max-height: 800px) {
        .banner-item-img {
          max-width: 250px; } }
      .banner-item-img img {
        width: auto !important;
		max-width: 100%;
   		margin: auto;
		padding: 0 5%;}
        @media (max-height: 1024px) {
          .banner-item-img img {
            max-height: 390px; } }
        @media (max-height: 800px) {
          .banner-item-img img {
            max-height: 250px; } }
    .banner-item-text {
      position: absolute;
      right: -503px;
      top: calc(50% - 40px);
      font-family: 'Roboto Bold';
      font-size: 180px;
      line-height: 219px;
      color: #FFFFFF;
      opacity: 0.03;
      transform: rotate(-90deg) translateY(-50%); }

.partners {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 0;
  height: 177px;
  min-height: 177px;
  max-height: 177px; }
  @media (max-width: 1200px) {
    .partners {
      height: 159px;
      min-height: 159px;
      max-height: 159px; } }
  .partners-slider {
    position: relative;
    padding: 0 36px; }
    @media (max-width: 1200px) {
      .partners-slider {
        display: none !important; } }
    .partners-slider .owl-dots {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      margin: 27px 0 0; }
      .partners-slider .owl-dots button {
        position: relative;
        width: 13px;
        height: 13px;
        outline: none !important;
        border: 1px solid #2756ED !important;
        background: transparent;
        border-radius: 50%;
        transition: 0.3s ease; }
        .partners-slider .owl-dots button:not(:last-child) {
          margin-right: 10px; }
        .partners-slider .owl-dots button span {
          display: none; }
        .partners-slider .owl-dots button.active, .partners-slider .owl-dots button:hover {
          background: #2756ED; }
    .partners-slider .owl-nav button {
      position: absolute;
      top: calc(50% - 18px);
      display: block;
      width: 36px;
      height: 36px;
      background-repeat: no-repeat !important;
      background-position: center !important;
      background-size: contain !important;
      opacity: 0.2;
      transition: 0.3s ease; }
      .partners-slider .owl-nav button:hover {
        opacity: 1; }
      .partners-slider .owl-nav button span {
        display: none; }
      .partners-slider .owl-nav button.owl-prev {
        left: 0;
        background-image: url("../image/sl-arrow-prev.svg") !important; }
      .partners-slider .owl-nav button.owl-next {
        right: 0;
        background-image: url("../image/sl-arrow-next.svg") !important; }
  .partners .btn {
    display: none; }
    @media (max-width: 1200px) {
      .partners .btn {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        max-width: 384px;
        margin: 0 auto; } }
  .partners .partner {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 88px;
    padding: 0 10px;
    opacity: 1;
    transition: 0.3s ease; }
    .partners .partner:hover {
      opacity: 0.7; }
    .partners .partner img {
      width: auto !important;
      max-width: 100%;
 /*max-height: 88px;*/ }

.contacts {
  padding-bottom: 120px; }
  .contacts iframe {
    width: 100%; }
  .contacts-info {
    padding: 16px 30px 9px;
    background: #FFFFFF;
    box-shadow: 0px 2px 20px rgba(48, 48, 48, 0.03);
    border-radius: 4px;
    margin-bottom: 42px; }
    @media (max-width: 767px) {
      .contacts-info {
        padding: 20px 15px 9px; } }
    .contacts-info-top {
      display: flex;
      align-items: center;
      justify-content: space-between;
      width: 100%;
      margin-bottom: 14px; }
      @media (max-width: 992px) {
        .contacts-info-top {
          flex-flow: row wrap; } }
      .contacts-info-top a {
        display: block;
        margin-right: 20px;
        font-family: 'Roboto SemiBold', 'Montserrat SemiBold';
        font-size: 18px;
        line-height: 43px;
        color: #303030;
        transition: 0.3s ease; }
        @media (max-width: 992px) {
          .contacts-info-top a {
            width: 100%;
            max-width: 100%;
            margin-right: 0;
            margin-bottom: 21px;
            font-size: 30px;
            line-height: 37px; } }
        @media (max-width: 767px) {
          .contacts-info-top a {
            font-size: 20px;
            line-height: 27px; } }
        .contacts-info-top a:hover {
          color: #2756ED; }
      .contacts-info-top div {
        width: 100%;
        max-width: 468px; }
        @media (max-width: 1150px) {
          .contacts-info-top div {
            max-width: 250px; } }
        @media (max-width: 992px) {
          .contacts-info-top div {
            max-width: 60%; } }
        @media (max-width: 767px) {
          .contacts-info-top div {
            max-width: 100%;
            margin-bottom: 30px; } }
        .contacts-info-top div p {
          font-family: 'Roboto SemiBold', 'Montserrat SemiBold';
          font-size: 18px;
          line-height: 40px;
          color: #303030; }
      .contacts-info-top-img {
        display: flex !important;
        align-items: center;
        justify-content: flex-end;
        width: 100%;
        max-width: 195px;
        margin-right: 0;
        margin: 0 0 0 !important; }
        @media (max-width: 992px) {
          .contacts-info-top-img {
            max-width: 40% !important; } }
        @media (max-width: 767px) {
          .contacts-info-top-img {
            justify-content: center;
            max-width: 100% !important; } }
        .contacts-info-top-img img {
          max-width: 100%; }
    .contacts-info-row > p {
      margin-bottom: 20px;
      font-family: 'Roboto Regular';
      font-size: 18px;
      line-height: 26px;
      color: #303030; }
    .contacts-info-row-list {
      display: flex;
      align-items: flex-start;
      justify-content: flex-start;
      flex-flow: row wrap;
      width: 100%;
      max-width: 470px; }
    .contacts-info-col {
      width: 100%;
      max-width: 235px;
      margin-bottom: 21px;
      padding-right: 5px; }
      @media (max-width: 992px) {
        .contacts-info-col {
          max-width: 100%; } }
      .contacts-info-col p {
        margin-bottom: 10px;
        font-family: 'Roboto SemiBold', 'Montserrat SemiBold';
        font-size: 16px;
        line-height: 26px;
        color: #303030; }
      .contacts-info-col a {
        font-family: 'Roboto Regular';
        font-size: 16px;
        line-height: 26px;
        color: #303030;
        transition: 0.3s ease; }
        .contacts-info-col a:hover {
          color: #2756ED; }

.checkout {
  padding-bottom: 60px; }
  .checkout-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between; }
    @media (max-width: 1024px) {
      .checkout-row {
        display: block; } }
  .checkout-el {
    background: #FFFFFF;
    box-shadow: 0px 2px 20px rgba(48, 48, 48, 0.05);
    border-radius: 4px; }
    .checkout-el h2 {
      margin-bottom: 20px;
      font-family: 'Roboto SemiBold', 'Montserrat SemiBold';
      font-size: 24px;
      line-height: 29px;
      color: #303030; }
  .checkout-data {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-flow: row wrap;
    width: 100%;
    max-width: 850px;
    margin-right: 20px;
    padding: 30px; }
    @media (max-width: 1024px) {
      .checkout-data {
        max-width: 100%;
        margin-right: 0px;
        margin-bottom: 20px;
        padding: 30px 20px; } }
    .checkout-data h2 {
      width: 100%; }
    .checkout-data .form-group {
      width: calc(50% - 10px); }
      @media (max-width: 1024px) {
        .checkout-data .form-group {
          width: 100%; } }
      .checkout-data .form-group-textarea {
        width: 100%; }
  .checkout-order {
    width: 100%;
    max-width: 270px;
    padding: 20px; }
    @media (max-width: 1024px) {
      .checkout-order {
        max-width: 100%; } }
    .checkout-order-row {
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin-bottom: 20px; }
      .checkout-order-row span:first-child {
        font-family: 'Roboto Regular';
        font-size: 16px;
        line-height: 20px;
        color: #9F9F9F; }
        .checkout-order-row span:first-child b {
          font-family: 'Roboto SemiBold', 'Montserrat SemiBold';
          font-size: 18px;
          line-height: 22px;
          color: #303030; }
      .checkout-order-row span:nth-child(2) {
        font-family: 'Roboto Medium';
        font-size: 16px;
        line-height: 20px;
        color: #595959; }
        .checkout-order-row span:nth-child(2) b {
          font-family: 'Roboto Bold';
          font-size: 24px;
          line-height: 29px;
          color: #303030; }
    @media (max-width: 1024px) {
      .checkout-order-bottom {
        display: flex;
        flex-direction: column;
        align-content: center;
        justify-content: center; } }
    .checkout-order .btn {
      width: 100%;
      margin-bottom: 20px;
      padding: 0 10px; }
      @media (max-width: 1024px) {
        .checkout-order .btn {
          max-width: 320px;
          margin: 0 auto 20px; } }

.checkbox-item {
  cursor: pointer;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start; }
  @media (max-width: 1024px) {
    .checkbox-item {
      max-width: 320px;
      margin: 0 auto; } }
  .checkbox-item-trigger-wrap-cat {
    display: none;
    padding-left: 15px; }
  .checkbox-item-trigger-wrap.active .checkbox-item-trigger-wrap-cat {
    display: block; }
  .checkbox-item > input {
    display: none; }
    .checkbox-item > input:checked + .checkbox-item-check {
      background-color: #2756ED; }
      .checkbox-item > input:checked + .checkbox-item-check img {
        visibility: visible;
        opacity: 1; }
  .checkbox-item-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15px;
    height: 15px;
    min-width: 15px;
    margin-right: 11px;
    border-radius: 2px;
    border: 1px solid #2756ED;
    transition: 0.3s ease; }
    .checkbox-item-check img {
      visibility: hidden;
      opacity: 0;
      transition: 0.3s ease; }
  .checkbox-item-text {
    font-family: 'Roboto Regular';
    font-size: 14px;
    line-height: 17px;
    color: #303030; }

.form {
  width: 100%; }
  .form-group {
    width: 100%; }
    .form-group:not(:last-child) {
      margin-bottom: 20px; }
    .form-group input {
      display: block;
      width: 100%;
      height: 40px;
      padding: 5px 14px 5px;
      font-family: 'Roboto Regular';
      font-size: 16px;
      line-height: 40px;
      color: #9F9F9F;
      background: #FFFFFF;
      border: 1px solid #D7D7D7;
      border-radius: 4px;
      transition: 0.3s ease;
      outline: none; }
    .form-group select {
      display: block;
      width: 100%;
      height: 45px;
      padding: 5px 14px 5px;
      font-family: 'Roboto Regular';
      font-size: 16px;
      line-height: 40px;
      color: #9F9F9F;
      background: #FFFFFF;
      border: 1px solid #D7D7D7;
      border-radius: 4px;
      transition: 0.3s ease;
      outline: none; }
      @media (max-width: 400px) {
        .form-group input {
          font-size: 12px; } }
      .form-group input::-webkit-input-placeholder {
        color: #9F9F9F; }
      .form-group input::-moz-placeholder {
        color: #9F9F9F; }
      .form-group input:-ms-input-placeholder {
        color: #9F9F9F; }
      .form-group input:-moz-placeholder {
        color: #9F9F9F; }
      .form-group input:focus, .form-group input:hover {
        border: 1px solid #2756ED; }
    .form-group textarea {
      display: block;
      width: 100%;
      height: 134px;
      padding: 10px 14px;
      font-family: 'Roboto Regular';
      font-size: 16px;
      line-height: 20px;
      color: #9F9F9F;
      background: #FFFFFF;
      border: 1px solid #D7D7D7;
      border-radius: 4px;
      transition: 0.3s ease;
      outline: none; }
      @media (max-width: 400px) {
        .form-group textarea {
          font-size: 12px; } }
      .form-group textarea::-webkit-input-placeholder {
        color: #9F9F9F; }
      .form-group textarea::-moz-placeholder {
        color: #9F9F9F; }
      .form-group textarea:-ms-input-placeholder {
        color: #9F9F9F; }
      .form-group textarea:-moz-placeholder {
        color: #9F9F9F; }
      .form-group textarea:focus, .form-group textarea:hover {
        border: 1px solid #2756ED; }
    .form-group.has-error input,
    .form-group.has-error textarea,
    .form-group.has-error select,
    #add .has-error input{
      background-color: rgba(242, 222, 222, 0.2);
      border: 1px solid #A50000;
      color: #A50000; }
      .form-group.has-error input::-webkit-input-placeholder,
      .form-group.has-error textarea::-webkit-input-placeholder{
        color: #A50000; }
      .form-group.has-error input::-moz-placeholder,
      .form-group.has-error textarea::-moz-placeholder {
        color: #A50000; }
      .form-group.has-error input:-ms-input-placeholder,
      .form-group.has-error textarea:-ms-input-placeholder {
        color: #A50000; }
      .form-group.has-error input:-moz-placeholder,
      .form-group.has-error textarea:-moz-placeholder {
        color: #A50000; }

.cart-list .no-more-content {
  display: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%; }
  .cart-list .no-more-content p {
    width: 100%;
    margin-bottom: 15px;
    font-family: 'Roboto Bold';
    font-size: 25px;
    line-height: 25px;
    text-align: center;
    color: #303030; }

.cart-list.no-cnt .cart-section-row-top {
  display: none !important; }

.cart-list.no-cnt .no-more-content {
  display: flex; }

.cart-section {
  padding-bottom: 120px; }
  .cart-section-flex {
    display: flex;
    align-items: flex-start;
    justify-content: space-between; }
    @media (max-width: 1024px) {
      .cart-section-flex {
        display: block; } }
    .cart-section-flex .checkout-el {
      margin-top: 62px; }
  .cart-section-content {
    width: 100%;
    max-width: 850px;
    margin-right: 20px; }
    @media (max-width: 1024px) {
      .cart-section-content {
        max-width: 100%;
        margin: 0 0 20px; } }
  .cart-section-row {
    position: relative;
    display: flex;
    align-content: center;
    justify-content: space-between;
    padding: 0 0 20px; }
    @media (max-width: 767px) {
      .cart-section-row {
        flex-flow: row wrap; } }
    .cart-section-row-delete {
      cursor: pointer;
      position: absolute;
      top: 20px;
      right: 20px;
      transition: 0.3s ease; }
      .cart-section-row-delete:hover {
        opacity: 0.7; }
    .cart-section-row:not(.cart-section-row-top) {
      padding: 27px 0;
      background: #FFFFFF;
      box-shadow: 0px 2px 20px rgba(48, 48, 48, 0.05);
      border-radius: 4px; }
    .cart-section-row:not(:last-child) {
      margin-bottom: 20px; }
    .cart-section-row.cart-section-row-top {
      align-items: flex-end;
      margin-bottom: 0; }
      @media (max-width: 767px) {
        .cart-section-row.cart-section-row-top {
          padding-bottom: 0; }
          .cart-section-row.cart-section-row-top .cart-section-col:not(.cart-section-col-1) {
            display: none; } }
      .cart-section-row.cart-section-row-top p {
        line-height: 28px; }
      .cart-section-row.cart-section-row-top .cart-section-col-1 {
        justify-content: flex-start;
        padding: 0 5px 0 0; }
        @media (max-width: 767px) {
          .cart-section-row.cart-section-row-top .cart-section-col-1 {
            width: 100%; } }
        .cart-section-row.cart-section-row-top .cart-section-col-1 h1 {
          font-family: 'Roboto Bold';
          font-size: 35px;
          line-height: 43px;
          text-align: left;
          color: #303030; }
          @media (max-width: 1180px) {
            .cart-section-row.cart-section-row-top .cart-section-col-1 h1 {
              font-size: 16px;
              line-height: 28px; } }
          @media (max-width: 767px) {
            .cart-section-row.cart-section-row-top .cart-section-col-1 h1 {
              font-size: 35px;
              line-height: 43px; } }
      .cart-section-row.cart-section-row-top .cart-section-col-2 p {
        text-align: left; }
  .cart-section-col {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    width: calc(100% / 5); }
    @media (max-width: 767px) {
      .cart-section-col {
        width: 50%; } }
    .cart-section-col p {
      font-family: 'Roboto SemiBold', 'Montserrat SemiBold';
      font-size: 16px;
      line-height: 20px;
      text-align: center;
      color: #9F9F9F; }
      .cart-section-col p span {
        display: none; }
        @media (max-width: 767px) {
          .cart-section-col p span {
            display: inline-block;
            margin-right: 22px; } }
        @media (max-width: 400px) {
          .cart-section-col p span {
            display: none; } }
    .cart-section-col a,
    .cart-section-col p > b {
      font-family: 'Roboto SemiBold', 'Montserrat SemiBold';
      font-weight: 600;
      font-size: 18px;
      line-height: 22px;
      color: #303030;
      transition: 0.3s ease; }
      .cart-section-col a:hover,
      .cart-section-col p > b:hover {
        color: #2756ED; }
    .cart-section-col-1 {
      justify-content: flex-start;
      padding: 0 30px;
      text-align: left; }
      @media (max-width: 767px) {
        .cart-section-col-1 {
          justify-content: center;
          margin-bottom: 48px; } }
    .cart-section-col-2 {
      justify-content: flex-start; }
      @media (max-width: 767px) {
        .cart-section-col-2 {
          margin-bottom: 48px; } }
      .cart-section-col-2 a {
        display: -webkit-box;
        -webkit-line-clamp: 3;
        overflow: hidden;
        height: 66px;
        text-align: left;
        -webkit-box-orient: vertical; }
    @media (max-width: 767px) {
      .cart-section-col-3 {
        display: none; } }
    @media (max-width: 767px) {
      .cart-section-col-5 {
        justify-content: flex-start; } }

.cart-quantity {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  min-width: 80px;
  max-width: 80px; }
  .cart-quantity > div {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%; }
  .cart-quantity button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 25px;
    background: none;
    outline: none;
    transition: 0.3s ease; }
    .cart-quantity button svg .rect-1 {
      fill: #EFEFEF;
      transition: 0.3s ease; }
    .cart-quantity button svg .rect-2,
    .cart-quantity button svg path {
      fill: #2756ED;
      stroke: #2756ED;
      transition: 0.3s ease; }
    .cart-quantity button:hover svg .rect-1 {
      fill: #2756ED; }
    .cart-quantity button:hover svg .rect-2,
    .cart-quantity button:hover svg path {
      fill: #fff;
      stroke: #fff; }
  .cart-quantity input {
    background: none !important;
    outline: none;
    width: 33px;
    padding: 0 5px;
    text-align: center;
    font-family: 'Roboto SemiBold', 'Montserrat SemiBold';
    font-size: 18px;
    line-height: 18px;
    color: #303030; }

.catalog {
  padding-bottom: 100px; }
  .catalog-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px; }
    @media (max-width: 767px) {
      .catalog-top {
        display: block;
        margin-bottom: 30px; } }
    .catalog-top h1 {
      font-family: 'Roboto Bold';
      font-size: 35px;
      line-height: 43px;
      color: #303030; }
      @media (max-width: 767px) {
        .catalog-top h1 {
          margin-bottom: 30px; } }
  .catalog-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between; }
    @media (max-width: 767px) {
      .catalog-row {
        display: block; } }
  .catalog-filter {
    position: relative;
    width: 100%;
    max-width: 270px;
    padding: 20px;
    background: #FFFFFF;
    box-shadow: 0px 2px 20px rgba(48, 48, 48, 0.05);
    border-radius: 4px; }
    @media (max-width: 767px) {
      .catalog-filter {
        max-width: 100%;
        padding: 0;
        margin-bottom: 50px;
        border-radius: 4px;
        overflow: hidden; }
        .catalog-filter .checkbox-item {
          max-width: 100%; } }
    .catalog-filter-trigger {
      display: none; }
      @media (max-width: 767px) {
        .catalog-filter-trigger {
          display: flex;
          align-items: center;
          justify-content: space-between;
          padding: 10px 20px;
          background: #FFFFFF;
          border-radius: 4px; }
          .catalog-filter-trigger span {
            font-family: 'Roboto SemiBold', 'Montserrat SemiBold';
            font-size: 18px;
            line-height: 18px;
            color: #303030; }
          .catalog-filter-trigger img {
            transition: 0.3s ease; } }
    .catalog-filter.open .catalog-filter-trigger img {
      transform: rotate(180deg); }
    .catalog-filter.open .catalog-filter-cnt {
      display: block; }
    @media (max-width: 767px) {
      .catalog-filter-cnt {
        display: none;
        z-index: 2;
        width: 100%;
        background-color: #FFFFFF;
        padding: 30px 20px 30px; } }
    .catalog-filter h4 {
      margin-bottom: 15px;
      font-family: 'Roboto SemiBold', 'Montserrat SemiBold';
      font-size: 18px;
      line-height: 22px;
      color: #303030; }
    .catalog-filter h5 {
      margin-bottom: 11px;
      font-family: 'Roboto SemiBold', 'Montserrat SemiBold';
      font-size: 16px;
      line-height: 20px;
      color: #303030; }
    .catalog-filter-links-row a {
      display: flex;
      align-items: center;
      justify-content: flex-start;
      margin-bottom: 10px;
      font-family: 'Roboto Regular';
      font-size: 14px;
      line-height: 17px;
      color: #303030;
      transition: 0.3s ease; }
      .catalog-filter-links-row a:hover {
        color: #2756ED; }
      .catalog-filter-links-row a img {
        margin-right: 14px; }
    .catalog-filter-links-row .catalog-filter-links-row {
      padding-left: 12px; }
  .catalog-list {
    display: flex;
    align-items: flex-start;
/*    justify-content: space-between;*/
    flex-flow: row wrap;
    width: 100%;
    max-width: 850px;
    margin-left: 35px; }
    @media (max-width: 992px) {
      .catalog-list {
        max-width: 100%;
        margin-left: 0; } }
    @media (max-width: 767px) {
      .catalog-list-2 .catalog-item {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        width: calc(50% - 10px);
        padding: 16px 15px; }
        .catalog-list-2 .catalog-item-img {
          width: 100%; }
        .catalog-list-2 .catalog-item-info {
          width: 100%; }
        .catalog-list-2 .catalog-item-title-new {
          display: block;
          margin-top: 0; } }
  .catalog-item {
    position: relative;
    padding: 44px 17px 19px;
    width: calc((100% / 4) - 0px);
    margin-bottom: 20px;
    background: #FFFFFF;
    box-shadow: 0px 2px 20px rgba(48, 48, 48, 0.03);
    border-radius: 4px;
    transition: 0.3s ease; }
    @media (max-width: 992px) {
      .catalog-item {
        width: calc((100% / 2) - 13px); } }
    @media (max-width: 767px) {
      .catalog-item {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 50%;
        padding: 12px 7px 2px;
flex-direction: row-reverse; } }
    .catalog-item:hover {
      box-shadow: 0px 2px 20px rgba(48, 48, 48, 0.15); }
    @media (max-width: 767px) {
      .catalog-item-info {
        width: calc((100% / 2) - 10px); } }
    .catalog-item-type {
      position: absolute;
      z-index: 0;
      top: 20px;
      left: 17px;
      font-family: 'Roboto SemiBold', 'Montserrat SemiBold';
      font-size: 12px;
      line-height: 12px;
      color: #5EC444; }
      .catalog-item-type-red {
        color: #E7340C; }
    .catalog-item-img {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      height: 200px;
      max-height: 200px;
      overflow: hidden;
      margin-bottom: 25px; }
      @media (max-width: 767px) {
        .catalog-item-img {
          width: calc((100% / 2) - 10px);
          height: 126px;
          max-height: 126px; } }
      .catalog-item-img img {
        max-width: 100%;
        max-height: 200px; }
        @media (max-width: 767px) {
          .catalog-item-img img {
            max-height: 126px; } }
    .catalog-item-category {
      margin-bottom: 10px;
      font-family: 'Roboto SemiBold', 'Montserrat SemiBold';
      font-size: 12px;
      line-height: 15px;
      color: #DADADA; }
    .catalog-item-title {
      margin-bottom: 8px;
      font-family: 'Roboto SemiBold', 'Montserrat SemiBold';
      font-size: 16px;
      line-height: 20px;
      color: #303030;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      overflow: hidden;
      height: 58px;
      -webkit-box-orient: vertical;
      transition: 0.3s ease; }
      @media (max-width: 767px) {
        .catalog-item-title {
          font-size: 12px;
          line-height: 16px;
          height: 45px;
		  width: 200%;


} }
      .catalog-item-title-new {
        width: 100%;
        margin-top: 37px;
        font-family: 'Roboto SemiBold', 'Montserrat SemiBold';
        font-size: 16px;
        line-height: 20px;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        overflow: hidden;
        height: 40px;
        text-align: center;
        -webkit-box-orient: vertical;
        color: #1A1A1A; }
        @media (max-width: 767px) {
          .catalog-item-title-new {
            font-size: 12px;
            line-height: 16px;
            height: 32px; } }
      .catalog-item-title:hover {
        color: #2756ED; }
    .catalog-item-art {
      height: 30px;
      margin-bottom: 8px;
      font-family: 'Roboto Regular';
      font-size: 14px;
      line-height: 17px;
      color: #B7B7B7; }
      @media (max-width: 767px) {
        .catalog-item-art {
          font-size: 10px;
          line-height: 10px; } }
    .catalog-item-price {
      display: flex;
      align-items: center;
      justify-content: flex-start;
      margin-bottom: 8px;
      font-family: 'Roboto SemiBold', 'Montserrat SemiBold';
      font-size: 16px;
      line-height: 37px;
      color: #303030; }
      @media (max-width: 1100px) {
        .catalog-item-price {
          flex-direction: column;
          align-items: flex-start;
          justify-content: flex-start;
          min-height: 59px; } }
      @media (max-width: 767px) {
        .catalog-item-price {
          font-size: 14px;
          line-height: 30px;
          min-height: 0; } }
      .catalog-item-price-last {
        display: inline-block;
        margin-left: 15px;
        font-family: 'Roboto Regular';
        font-size: 14px;
        line-height: 17px;
        text-decoration: line-through;
        color: #4F4F4F; }
        @media (max-width: 1100px) {
          .catalog-item-price-last {
            margin: 5px 0 0; } }
    .catalog-item .btn {
      width: 100%;
      max-width: 156px;
      padding: 0 15px; }

.select-block {
  position: relative; }
  .select-block-trigger {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: flex-start; }
    .select-block-trigger-text div {
      font-size: 14px;
      line-height: 14px;
      color: #303030; }
    .select-block-trigger-text-1 {
      margin-right: 5px;
      font-family: 'Roboto Regular'; }
    .select-block-trigger-text-2 {
      font-family: 'Roboto SemiBold', 'Montserrat SemiBold'; }
    .select-block-trigger img {
      display: block;
      margin-left: 14px;
      transition: 0.3s ease; }
  .select-block-hidden {
    position: absolute;
    z-index: 3;
    top: calc(100% + 10px);
    left: 0;
    width: 100%;
    padding: 15px 7px;
    border-radius: 4px;
    background-color: #ffff;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s ease;
    box-shadow: 0px 5px 25px rgba(5, 5, 5, 0.13); }
    .select-block-hidden-item {
      display: block;
      cursor: pointer;
      font-family: 'Roboto Regular';
      font-size: 14px;
      line-height: 14px;
      color: #303030;
      transition: 0.3s ease; }
      .select-block-hidden-item.active, .select-block-hidden-item:hover {
        color: #2756ED; }
      .select-block-hidden-item:not(:last-child) {
        margin-bottom: 15px; }
  .select-block.open .select-block-hidden {
    opacity: 1;
    visibility: visible; }
  .select-block.open .select-block-trigger img {
    transform: rotate(180deg); }

.card {
  padding-bottom: 70px; }
  .card-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: calc(100% - 97px);
    margin-bottom: 58px;
    padding: 34px 45px;
    background: #FFFFFF;
    box-shadow: 0px 2px 20px rgba(48, 48, 48, 0.05);
    border-radius: 4px; }
    @media (max-width: 992px) {
      .card-top {
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        width: 100%;
        max-width: 100%;
        padding: 30px 17px; } }
    .card-top-wrap {
      position: relative;
      display: flex;
      align-items: flex-start;
      justify-content: flex-end; }
      @media (max-width: 992px) {
        .card-top-wrap {
          justify-content: center; } }
    .card-top-slider {
      width: 100%;
      max-width: 470px; }
      @media (max-width: 992px) {
        .card-top-slider {
          display: flex;
          align-items: center;
          justify-content: flex-start;
          flex-direction: column;
          margin-bottom: 34px;
          max-width: 100%;
          order: 1; } }
      .card-top-slider-right {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        max-width: 470px;
        min-height: 300px;
        padding-right: 10px; }
        @media (max-width: 992px) {
          .card-top-slider-right {
            min-height: 300px;
            margin-bottom: 30px;
            max-width: 767px;
            padding-right: 0;
            order: 1; } }
        @media (max-width: 400px) {
          .card-top-slider-right {
            min-height: 280px; } }
        .card-top-slider-right-top {
          position: absolute;
          z-index: 0;
          top: 0;
          left: 0;
          font-family: 'Roboto SemiBold', 'Montserrat SemiBold';
          font-size: 12px;
          line-height: 12px;
          color: #5EC444; }
          .card-top-slider-right-top-red {
            color: #E7340C; }
        .card-top-slider-right img {
          max-width: 100%;
          max-height: 368px; }
          @media (max-width: 992px) {
            .card-top-slider-right img {
              max-height: 300px; } }
          @media (max-width: 400px) {
            .card-top-slider-right img {
              max-height: 280px; } }
      .card-top-slider-left {
        position: absolute;
        top: -20px;
        left: -20px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        width: 117px;
        height: 408px;
        padding: 20px;
        overflow-y: scroll; }
        @media (max-width: 992px) {
          .card-top-slider-left {
            position: static;
            flex-flow: row nowrap;
            width: 100%;
            height: 97px;
            padding: 0 !important;
            overflow-y: hidden;
            overflow-x: scroll;
            order: 2; } }
        .card-top-slider-left::-webkit-scrollbar {
          width: 0; }
        .card-top-slider-left::-webkit-scrollbar-track {
          box-shadow: none; }
        .card-top-slider-left::-webkit-scrollbar-thumb {
          outline: 0px solid slategrey; }
        .card-top-slider-left a {
          display: flex;
          align-items: center;
          justify-content: center;
          width: 100%;
          height: 77px;
          min-height: 77px;
          padding: 10px 16px;
          background-color: #FFFFFF;
          background: #FFFFFF;
          box-shadow: 0px 2px 20px rgba(48, 48, 48, 0.05);
          border-radius: 4px !important;
          overflow: hidden;
          border: 2px solid #FFFFFF;
          transition: 0.3s ease; }
          @media (max-width: 992px) {
            .card-top-slider-left a {
              margin: 0 !important;
              width: calc((100% / 4));
              min-width: calc((100% / 4));
              box-shadow: none; } }
          @media (max-width: 400px) {
            .card-top-slider-left a {
              width: calc((100% / 3));
              min-width: calc((100% / 3)); } }
          .card-top-slider-left a:hover, .card-top-slider-left a.active {
            border: 2px solid #2756ED; }
          .card-top-slider-left a:not(:last-child) {
            margin-bottom: 20px; }
          .card-top-slider-left a img {
            max-width: 100%;
            max-height: 57px; }
    .card-top-info {
      width: 100%;
      max-width: 396px;
      order: 2; }
      @media (max-width: 992px) {
        .card-top-info {
          max-width: 767px; } }
      .card-top-info h1 {
        margin-bottom: 29px;
        font-family: 'Roboto Regular';
        font-size: 35px;
        line-height: 43px;
        color: #303030; }
      .card-top-info-row {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 19px; }
        @media (max-width: 400px) {
          .card-top-info-row {
            flex-direction: column;
            align-items: flex-start; } }
        .card-top-info-row p {
          font-family: 'Roboto Regular';
          font-size: 16px;
          line-height: 20px; }
          .card-top-info-row p:first-child {
            color: #000000; }
            @media (max-width: 400px) {
              .card-top-info-row p:first-child {
                order: 2; } }
          .card-top-info-row p:last-child {
            color: #B7B7B7; }
            @media (max-width: 400px) {
              .card-top-info-row p:last-child {
                order: 1;
                margin-bottom: 20px; } }
      .card-top-info-price div {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        margin-bottom: 8px; }
        .card-top-info-price div p {
          margin-right: 9px;
          font-family: 'Roboto Regular';
          font-size: 14px;
          line-height: 14px;
          text-decoration: line-through;
          color: #4F4F4F; }
        .card-top-info-price div span {
          display: inline-block;
          padding: 5px 10px;
          font-family: 'Roboto Regular';
          font-size: 15px;
          line-height: 18px;
          color: #FFFFFF;
          background: #ED2727;
          border-radius: 5px; }
      .card-top-info-price > p {
        margin-bottom: 20px;
        font-family: 'Roboto SemiBold', 'Montserrat SemiBold';
        font-size: 35px;
        line-height: 43px;
        color: #000000; }
      .card-top-info-price .btn {
        width: 100%;
        max-width: 156px; }
  .card-info {
    width: 100%;
    margin-bottom: 30px;
    padding: 30px;
    background: #FFFFFF;
    box-shadow: 0px 2px 20px rgba(48, 48, 48, 0.05);
    border-radius: 4px; }
    @media (max-width: 992px) {
      .card-info {
        padding: 30px 17px; } }
    .card-info-row {
      display: flex;
      align-items: flex-start;
      justify-content: space-between; }
      @media (max-width: 992px) {
        .card-info-row {
          flex-direction: column;
          align-items: center;
          justify-content: flex-start; } }
    .card-info-col {
      width: calc((100% / 3) - 10px); }
      @media (max-width: 992px) {
        .card-info-col {
          width: 100%; }
          .card-info-col:not(:last-child) {
            margin-bottom: 30px; } }
      .card-info-col h4 {
        margin-bottom: 20px;
        font-family: 'Roboto SemiBold', 'Montserrat SemiBold';
        font-size: 18px;
        line-height: 22px;
        color: #303030; }
        .card-info-col h4:not(:first-child) {
          padding-top: 15px; }
      .card-info-col h5 {
        margin-bottom: 7px;
        font-family: 'Roboto Regular';
        font-weight: normal;
        font-size: 16px;
        line-height: 20px;
        color: #9F9F9F; }
      .card-info-col p {
        font-family: 'Roboto SemiBold', 'Montserrat SemiBold';
        font-size: 16px;
        line-height: 20px;
        color: #595959; }
        .card-info-col p:not(:last-child) {
          margin-bottom: 15px; }
  .card-benefits {
    padding: 20px;
    display: flex;
    justify-content: space-between; }
    @media (max-width: 767px) {
      .card-benefits {
        flex-direction: column;
        align-items: center;
        justify-content: flex-start; } }
    .card-benefits .card-bnf {
      width: calc((100% / 3) - 20px);
      margin-bottom: 30px;
      padding: 32px 30px 15px;
      background: #FFFFFF;
      box-shadow: 0px 2px 20px rgba(48, 48, 48, 0.05);
      border-radius: 4px; }
      @media (max-width: 992px) {
        .card-benefits .card-bnf {
          padding: 30px 17px; } }
      @media (max-width: 767px) {
        .card-benefits .card-bnf {
          width: 100%; } }
      .card-benefits .card-bnf-top {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 15px; }
        .card-benefits .card-bnf-top h4 {
          font-family: 'Roboto SemiBold', 'Montserrat SemiBold';
          font-size: 24px;
          line-height: 29px;
          color: #303030; }
        .card-benefits .card-bnf-top img {
          min-width: 22px;
          max-width: 32px; }
      .card-benefits .card-bnf p {
        font-family: 'Roboto Regular';
        font-size: 15px;
        line-height: 26px;
        color: #595959; }
  .card-text {
    width: 100%;
    padding: 30px;
    background: #FFFFFF;
    box-shadow: 0px 2px 20px rgba(48, 48, 48, 0.05);
    border-radius: 4px; }
    .card-text:not(:last-child) {
      margin-bottom: 30px; }
    @media (max-width: 992px) {
      .card-text {
        padding: 30px 17px; } }
    .card-text p {
      font-family: 'Roboto Regular';
      font-size: 16px;
      line-height: 26px;
      color: #595959; }
      .card-text p:not(:last-child) {
        margin-bottom: 26px; }
  .card-tech {
    width: 100%;
    padding: 30px;
    background: #FFFFFF;
    box-shadow: 0px 2px 20px rgba(48, 48, 48, 0.05);
    border-radius: 4px; }
    .card-tech:not(:last-child) {
      margin-bottom: 30px; }
    @media (max-width: 992px) {
      .card-tech {
        padding: 30px 17px; } }
    .card-tech-row {
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
      width: 100%;
      padding: 20px 51px 0 0;
      border-top: 1px solid #F0F0F0; }
      @media (max-width: 992px) {
        .card-tech-row {
          display: block; } }
      .card-tech-row:not(:last-child) {
        margin-bottom: 20px; }
      .card-tech-row p {
        width: 100%;
        max-width: 651px;
        margin-left: 15px;
        font-family: 'Roboto Regular';
        font-size: 14px;
        line-height: 24px;
        color: #151515; }
        @media (max-width: 992px) {
          .card-tech-row p {
            max-width: 100%;
            margin: 0 0 15px; } }
      .card-tech-row h4 {
        width: 100%;
        max-width: 363px;
        font-family: 'Roboto SemiBold', 'Montserrat SemiBold';
        font-size: 14px;
        line-height: 24px;
        color: #151515; }
        @media (max-width: 992px) {
          .card-tech-row h4 {
            max-width: 100%; } }
  .card-comparison {
    display: flex;
    justify-content: space-between;
	flex-direction: column;
    width: 100%;
    padding: 30px;
    background: #FFFFFF;
    box-shadow: 0px 2px 20px rgba(48, 48, 48, 0.05);
    border-radius: 4px; }
    .card-comparison:not(:last-child) {
      margin-bottom: 30px; }
    @media (max-width: 992px) {
      .card-comparison {
        flex-direction: column;
        align-items: center;
        padding: 30px 17px;
overflow-x: auto;
    display: block;		} }
    .card-comparison-column {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: flex-start;
      width: calc((100% - 265px) / 4); }
      @media (max-width: 992px) {
        .card-comparison-column {
          width: 100%;
          max-width: 100%; } }
      .card-comparison-column-1 {
        align-items: flex-start;
        width: 100%;
        max-width: 265px; }
        @media (max-width: 992px) {
          .card-comparison-column-1 {
            width: 100%;
            max-width: 100%;
            margin-bottom: 20px; } }
        .card-comparison-column-1 .card-comparison-row {
          padding: 0 5px 0 0; }
          @media (max-width: 992px) {
            .card-comparison-column-1 .card-comparison-row {
              padding: 0;
              border-top: none !important; }
              .card-comparison-column-1 .card-comparison-row:not(:first-child) {
                display: none; } }
          .card-comparison-column-1 .card-comparison-row h4 {
            text-align: left; }
      @media (max-width: 992px) {
        .card-comparison-column:nth-child(2) .card-comparison-row:first-child {
          padding: 0 0 20px;
          border-top: none !important; } }
      .card-comparison-column:not(.card-comparison-column-1) h4 {
        display: none; }
        @media (max-width: 992px) {
          .card-comparison-column:not(.card-comparison-column-1) h4 {
            display: block;
            margin-bottom: 15px;
            text-align: left; } }
    .card-comparison-row {
      display: flex;
      align-items: center;
      justify-content: center;
      min-height: 61px;
      width: 100%;
      padding: 5px 5px;
      border-top: 2px solid #F0F0F0; }
	@media (max-width: 992px) {
        .card-comparison-row {
          display: block;
          min-height: 0;
          padding: 20px 0; }
          .card-comparison-row h2,
          .card-comparison-row p {
            text-align: left !important; }

		.card-comparison table {
			width: 950px !important;
		}

	}
      .card-comparison-row:first-child {
        min-height: 106px;
        border-top: none; }
        @media (max-width: 992px) {
          .card-comparison-row:first-child {
            display: flex;
            align-items: center;
            justify-content: center;
            min-height: 0;
            border-top: 2px solid #F0F0F0; } }
        .card-comparison-row:first-child h2 {
          width: 100%;
          text-align: left; }
      .card-comparison-row .title-2 {
        margin-bottom: 0; }
        @media (max-width: 992px) {
          .card-comparison-row .title-2 {
            width: 100%; }
            .card-comparison-row .title-2 br {
              display: none; } }
      .card-comparison-row a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        max-width: 74px;
        min-height: 82px; }
        .card-comparison-row a img {
          max-width: 74px;
          max-height: 82px; }
      .card-comparison-row h4 {
        width: 100%;
        font-family: 'Roboto SemiBold', 'Montserrat SemiBold';
        font-size: 14px;
        line-height: 17px;
        text-align: center;
        color: #151515;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        overflow: hidden;
        -webkit-box-orient: vertical; }
      .card-comparison-row p {
        width: 100%;
        font-family: 'Roboto Regular';
        font-size: 14px;
        line-height: 17px;
        text-align: center;
        color: #151515;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        overflow: hidden;
        -webkit-box-orient: vertical; }
      .card-comparison-row-last {
        align-items: flex-start;
        padding-top: 20px !important; }
        .card-comparison-row-last p {
          display: -webkit-box;
          -webkit-line-clamp: 4;
          overflow: hidden;
          -webkit-box-orient: vertical; }

.search {
  padding-bottom: 100px; }
  .search h1 {
    margin-bottom: 53px;
    font-family: 'Roboto Regular';
    font-size: 25px;
    line-height: 30px;
    color: #303030; }
    @media (max-width: 767px) {
      .search h1 {
        margin-bottom: 33px;
        font-size: 18px;
        line-height: 24px; } }
    .search h1 span {
      font-family: 'Roboto Bold'; }
  .search .catalog-list {
    width: 100%;
    max-width: 100%; }
  .search .catalog-item {
    width: calc((100% / 4) - 15px); }
    @media (max-width: 767px) {
      .search .catalog-item {
        width: 100%; } }

/*# sourceMappingURL=maps/style.css.map */


.card-comparison table{
	width: 100%;
}
.card-comparison table tr{
	padding: 5px 5px;
    border-top: 2px solid #F0F0F0;
}
.card-comparison table tr:first-child{
    border-top: 0;
}
.card-comparison table tr td{
	padding: 20px 0;
	vertical-align: middle;
	text-align: center;
	color: rgb(21, 21, 21);
    font-family: "Roboto Regular";
    font-size: 14px;
}
.card-comparison table tr td:first-child{
	text-align: left;
	font-family: "Roboto SemiBold";
    line-height: 17px;
    color: rgb(21, 21, 21);
	font-size: 14px;
}
.card-comparison table tr td:first-child p{
	line-height: 44px;
}
.card-comparison table tr img{
	max-width: 150px;
}




.social-links-menu ul {
    padding: 0!important;
}


.social-links-menu {
    z-index: 99999;
    display: none;
    padding-top: 20px;
    padding-bottom: 20px;
    position: fixed;
    bottom: 100px;
    right: 95px;
    width: 270px;
    background: #FFFFFF;
    box-shadow: 2px 12px 22px rgba(0, 0, 0, 0.06);
    border-radius: 10px;
}

.social-links-menu li {
    list-style-type: none;
    padding-top: 10px;
    padding-bottom: 10px;
    transition: 0.3s;
}

.social-links-menu li a {
    padding-left: 30px;
    padding-right: 30px;
    text-decoration: none;
    display: flex;
    align-items: center;
}

.social-links-menu li span {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 16px;
    opacity: 1;
    color: #000000;
    margin-left: 20px;
    font-family: arial,helvetica,sans-serif;
}

.social-links-menu li:hover {
    background: #1A76A9;
}

.social-links-menu li:hover span {
    color: #FFFFFF;
}

.social-links-btn {
    z-index: 99999;
    position: fixed;
    bottom: 25px;
    right: 25px;
    width: 77px;
    height: 77px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #1A76A9;
    cursor: pointer;

}

.animat {
    -webkit-animation:hoverWave linear 1s ;
    animation:hoverWave linear 1s ;
}

.animat-inf {
    -webkit-animation:hoverWave linear 1s infinite;
    animation:hoverWave linear 1s infinite;
}

@-webkit-keyframes hoverWave {
    0% {
        box-shadow:0 8px 10px rgba(56,163,253,0.3),0 0 0 0 rgba(56,163,253,0.2),0 0 0 0 rgba(56,163,253,0.2)
    }
    40% {
        box-shadow:0 8px 10px rgba(56,163,253,0.3),0 0 0 15px rgba(56,163,253,0.2),0 0 0 0 rgba(56,163,253,0.2)
    }
    80% {
        box-shadow:0 8px 10px rgba(56,163,253,0.3),0 0 0 30px rgba(56,163,253,0),0 0 0 26.7px rgba(56,163,253,0.067)
    }
    100% {
        box-shadow:0 8px 10px rgba(56,163,253,0.3),0 0 0 30px rgba(56,163,253,0),0 0 0 40px rgba(56,163,253,0.0)
    }
}
@keyframes hoverWave {
    0% {
        box-shadow:0 8px 10px rgba(56,163,253,0.3),0 0 0 0 rgba(56,163,253,0.2),0 0 0 0 rgba(56,163,253,0.2)
    }
    40% {
        box-shadow:0 8px 10px rgba(56,163,253,0.3),0 0 0 15px rgba(56,163,253,0.2),0 0 0 0 rgba(56,163,253,0.2)
    }
    80% {
        box-shadow:0 8px 10px rgba(56,163,253,0.3),0 0 0 30px rgba(56,163,253,0),0 0 0 26.7px rgba(56,163,253,0.067)
    }
    100% {
        box-shadow:0 8px 10px rgba(56,163,253,0.3),0 0 0 30px rgba(56,163,253,0),0 0 0 40px rgba(56,163,253,0.0)
    }
}

@keyframes shake {
    0% {
        transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
    }
    10% {
        transform: rotateZ(-30deg);
        -ms-transform: rotateZ(-30deg);
        -webkit-transform: rotateZ(-30deg);
    }
    20% {
        transform: rotateZ(15deg);
        -ms-transform: rotateZ(15deg);
        -webkit-transform: rotateZ(15deg);
    }
    30% {
        transform: rotateZ(-10deg);
        -ms-transform: rotateZ(-10deg);
        -webkit-transform: rotateZ(-10deg);
    }
    40% {
        transform: rotateZ(7.5deg);
        -ms-transform: rotateZ(7.5deg);
        -webkit-transform: rotateZ(7.5deg);
    }
    50% {
        transform: rotateZ(-6deg);
        -ms-transform: rotateZ(-6deg);
        -webkit-transform: rotateZ(-6deg);
    }
    60% {
        transform: rotateZ(5deg);
        -ms-transform: rotateZ(5deg);
        -webkit-transform: rotateZ(5deg);
    }
    70% {
        transform: rotateZ(-4.28571deg);
        -ms-transform: rotateZ(-4.28571deg);
        -webkit-transform: rotateZ(-4.28571deg);
    }
    80% {
        transform: rotateZ(3.75deg);
        -ms-transform: rotateZ(3.75deg);
        -webkit-transform: rotateZ(3.75deg);
    }
    90% {
        transform: rotateZ(-3.33333deg);
        -ms-transform: rotateZ(-3.33333deg);
        -webkit-transform: rotateZ(-3.33333deg);
    }
    100% {
        transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
    }
}
@-webkit-keyframes shake {
    0% {
        transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
    }
    10% {
        transform: rotateZ(-30deg);
        -ms-transform: rotateZ(-30deg);
        -webkit-transform: rotateZ(-30deg);
    }
    20% {
        transform: rotateZ(15deg);
        -ms-transform: rotateZ(15deg);
        -webkit-transform: rotateZ(15deg);
    }
    30% {
        transform: rotateZ(-10deg);
        -ms-transform: rotateZ(-10deg);
        -webkit-transform: rotateZ(-10deg);
    }
    40% {
        transform: rotateZ(7.5deg);
        -ms-transform: rotateZ(7.5deg);
        -webkit-transform: rotateZ(7.5deg);
    }
    50% {
        transform: rotateZ(-6deg);
        -ms-transform: rotateZ(-6deg);
        -webkit-transform: rotateZ(-6deg);
    }
    60% {
        transform: rotateZ(5deg);
        -ms-transform: rotateZ(5deg);
        -webkit-transform: rotateZ(5deg);
    }
    70% {
        transform: rotateZ(-4.28571deg);
        -ms-transform: rotateZ(-4.28571deg);
        -webkit-transform: rotateZ(-4.28571deg);
    }
    80% {
        transform: rotateZ(3.75deg);
        -ms-transform: rotateZ(3.75deg);
        -webkit-transform: rotateZ(3.75deg);
    }
    90% {
        transform: rotateZ(-3.33333deg);
        -ms-transform: rotateZ(-3.33333deg);
        -webkit-transform: rotateZ(-3.33333deg);
    }
    100% {
        transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
    }
}

/* tables*/
.MsoNormalTable {
  width: 100%;
  border-spacing: 0 10px;
}
.MsoNormalTable tr:nth-child(2n+1){
  background-color: #efeeee;
}
.MsoNormalTable tr:hover {
  background-color: #dad9d9;
}
.MsoNormalTable td {
  border: 1px solid #dad9d9;
}

.MsoNormal {
  padding: 12px;
}

.card-text table {
  width: 100%;
  border-spacing: 0 10px;
  border: 1px solid #dad9d9;
}

.card-text table tr:nth-child(2n+1) {
  background-color: #efeeee;
}
.card-text table tr:hover {
  background-color: #dad9d9;
}
/*end*/
body > div.main > div.main-content > div.card > div > div.card-text > table > tbody > tr > td{
  text-align: left;
  padding: 12px;
  border: 1px solid #dad9d9;
}
.card-text > *{
  font-family: 'Roboto Regular' !important;
  font-size: 16px !important;
  line-height: 26px !important;
  color: #595959 !important;
}
/*support style*/
.tech-description {
  font-family: 'Roboto Regular';
}
.tech-title {
  text-align: center;
  margin-bottom: 20px;
}
.main-title {
  font-size: 35px;
  font-weight: bold;
}
.sub-title {
  font-size: 22px;
  color: #0076ab;
}
/*table*/
.tech-table{
  border-radius: 10px;
  margin: 0 auto;
  background-color: #0076ab;
  color: white;
  border-spacing: 0;
  border: 6px solid #0076ab;
}
.tech-table td {
  border-bottom: 1px solid lightgray;
  padding: 15px 40px;
}
.tech-table td:first-child {
  padding: 10px 25px;
  text-align: left;
  width: 600px;
}
.td-white {
  text-align: center;
  background-color: white;
  border-bottom: 1px solid lightgray;
  color: #0076ab;
  font-size: 20px;
  font-weight: bolder;
}
.td-white:first-child {
  display: flex;
  flex-wrap: wrap;
  border-left: 2px solid #0076ab;
  border-radius: 10px;
}
.table-title {
  display: flex;
  margin-bottom: 15px;
}
.table-title-logo{
  width: 60%;
  margin-left: 50px;
}
.table-title-sub {
  font-size: 25px;
  font-weight: bold;
  width: 15%;
}
.table-title-sub span {
  font-size: 12px;
}
.tech-bottom {
  margin: 20px 45px 0;
  text-align:right
}

/*end*/
@media (max-width: 930px) {
  .table-title-sub{
    font-size: 20px;
  }
  .table-title-logo {
    width: 50%;
  }
}

@media (max-width: 750px) {
  .table-title-sub{
    font-size: 17px;
  }
  .table-title-sub span {
    font-size: 10px;
  }

  .tech-table td {
    padding: 12px 20px;
  }
  .tech-table td:first-child {
    padding: 8px 20px;
  }
}

@media (max-width: 540px) {
  .table-title-sub{
    font-size: 12px;
  }
  .table-title-sub span {
    font-size: 8px;
  }

  .tech-table td {
    padding: 8px 10px;
  }
  .tech-table td:first-child {
    padding: 6px 10px;
  }
}
#support {
  background: #0076ab;
}

.fancybox-content{
	background: #fff!important;
}

.contacts-info-top-img img {
    max-width: 100%;
    display: none;
}